@charset "UTF-8";
html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article, aside, footer, header, nav, section {
  display: block; }

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

figcaption, figure, main {
  display: block; }

figure {
  margin: 1em 40px; }

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

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

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; }

b, strong {
  font-weight: bolder; }

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

dfn {
  font-style: italic; }

mark {
  background-color: #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; }

audio, video {
  display: inline-block; }

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

img {
  border-style: none; }

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

button, input, optgroup, select, textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button, input {
  overflow: visible; }

button, select {
  text-transform: none; }

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

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  padding: 0.35em 0.75em 0.625em; }

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  display: inline-block;
  vertical-align: baseline; }

textarea {
  overflow: auto; }

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

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

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details, menu {
  display: block; }

summary {
  display: list-item; }

canvas {
  display: inline-block; }

template, [hidden] {
  display: none; }

/*!
 * Bootstrap Grid v4.1.2 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width; }

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

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

.container {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
  max-width: 100%; }
@media (min-width: 768px) {
  .container {
    max-width: 768px; } }
@media (min-width: 1024px) {
  .container {
    max-width: 1024px; } }
@media (min-width: 1340px) {
  .container {
    max-width: 1220px; } }

.container-fluid {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px; }

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1; }

.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13; }

.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0; }

.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2; }

.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3; }

.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4; }

.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5; }

.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6; }

.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7; }

.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8; }

.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9; }

.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10; }

.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11; }

.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12; }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1024px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1340px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important; }

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important; }

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important; }

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important; }

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  -webkit-box-flex: 1 !important;
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important; }

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important; }

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important; }

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important; }

.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important; }

.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important; }

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important; }

.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important; }

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important; }

.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important; }

.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important; }

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important; }

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important; }

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important; }

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important; }

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important; }

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important; }

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important; }

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important; }

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important; }

.align-self-auto {
  -ms-flex-item-align: auto !important;
  -ms-grid-row-align: auto !important;
  align-self: auto !important; }

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important; }

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important; }

.align-self-center {
  -ms-flex-item-align: center !important;
  -ms-grid-row-align: center !important;
  align-self: center !important; }

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important; }

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  -ms-grid-row-align: stretch !important;
  align-self: stretch !important; }

@media (min-width: 768px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important; }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important; }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 1024px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important; }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important; }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 1340px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important; }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important; }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important; } }

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 16px 23px 17px 23px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
.hamburger:hover {
  opacity: 1; }

.hamburger-box {
  width: 32px;
  height: 16px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px; }
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 32px;
  height: 2px;
  background-color: #1c1b1b;
  border-radius: 0;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block; }
.hamburger-inner::before {
  top: -7px; }
.hamburger-inner::after {
  bottom: -7px; }

/*
   * Spring
   */
.hamburger--spring .hamburger-inner {
  top: 1px;
  -webkit-transition: background-color 0s 0.13s linear;
  transition: background-color 0s 0.13s linear; }
.hamburger--spring .hamburger-inner::before {
  top: 7px;
  -webkit-transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--spring .hamburger-inner::after {
  top: 14px;
  -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring.is-active .hamburger-inner {
  -webkit-transition-delay: 0.22s;
  transition-delay: 0.22s;
  background-color: transparent; }
.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate3d(0, 7px, 0) rotate(45deg);
  transform: translate3d(0, 7px, 0) rotate(45deg); }
.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate3d(0, 7px, 0) rotate(-45deg);
  transform: translate3d(0, 7px, 0) rotate(-45deg); }

/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
  -webkit-transition-duration: 0.075s;
  transition-duration: 0.075s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--squeeze .hamburger-inner::before {
  -webkit-transition: top 0.075s 0.12s ease, opacity 0.075s ease;
  transition: top 0.075s 0.12s ease, opacity 0.075s ease; }
.hamburger--squeeze .hamburger-inner::after {
  -webkit-transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition-delay: 0.12s;
  transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.075s ease, opacity 0.075s 0.12s ease;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease; }
.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  height: 100%;
  margin: 0;
  padding: 0; }
.slick-list:focus {
  outline: none; }
.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  height: 100%;
  margin-left: auto;
  margin-right: auto; }
.slick-track:before {
  content: "";
  display: table; }
.slick-track:after {
  content: "";
  display: table;
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
  outline: none; }

[dir="rtl"] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-loading .slick-list {
  background: #fff url("../img/ajax-loader.gif") center center no-repeat; }

@font-face {
  font-family: "slick";
  src: url("../fonts/slick/slick.woff") format("woff"), url("../fonts/slick/slick.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

.slick-prev, .slick-next {
  position: absolute;
  display: block;
  height: 42px;
  width: 42px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: #fff;
  border: 2px solid #d9e0e5;
  border-radius: 8px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  top: 50%;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
  padding: 0;
  z-index: 99;
  outline: none;
  -webkit-backface-visibility: hidden; }

.slick-prev:hover, .slick-next:hover {
  outline: none;
  border-color: #53aa32;
  background-color: #53aa32;
  -webkit-box-shadow: 0 3px 8px rgba(53, 116, 30, .28);
  box-shadow: 0 3px 8px rgba(53, 116, 30, .28); }
.slick-prev:hover:before, .slick-next:hover:before {
  border-color: #fff; }

.slick-prev:active, .slick-next:active {
  outline: none;
  border-color: #3e8124;
  background-color: #3e8124;
  -webkit-box-shadow: none;
  box-shadow: none; }
.slick-prev:active:before, .slick-next:active:before {
  border-color: #fff; }

.slick-prev:hover:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-next:focus:before {
  opacity: 1; }

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: 0.25; }

.slick-prev:before, .slick-next:before {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -55px; }
@media (max-width: 1339px) {
  .slick-prev {
    left: 25px; } }

.slick-next {
  right: -55px; }
@media (max-width: 1339px) {
  .slick-next {
    right: 25px; } }

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px; }

.slick-prev:before {
  border-left: 3px solid #000;
  border-bottom: 3px solid #000;
  -webkit-transform: translate(-40%, -60%);
  transform: translate(-40%, -60%); }

[dir="rtl"] .slick-prev:before {
  content: "\2192"; }

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto; }

.slick-next:before {
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  -webkit-transform: translate(-60%, -40%);
  transform: translate(-60%, -40%); }

[dir="rtl"] .slick-next:before {
  content: "\2190"; }

.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }
.slick-dots li::before {
  display: none; }
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer; }
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none; }
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1; }
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\2022";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75; }

@font-face {
  font-family: 'fontello';
  src: url("../fonts/fontello/fontello.eot?35617954");
  src: url("../fonts/fontello/fontello.eot?35617954#iefix") format("embedded-opentype"), url("../fonts/fontello/fontello.woff2?35617954") format("woff2"), url("../fonts/fontello/fontello.woff?35617954") format("woff"), url("../fonts/fontello/fontello.ttf?35617954") format("truetype"), url("../fonts/fontello/fontello.svg?35617954#fontello") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
 *@media screen and (-webkit-min-device-pixel-ratio:0) {
 *  @font-face {
 *    font-family: 'fontello';
 *    src: url('../font/fontello.svg?35617954#fontello') format('svg');
 *  }
 *}
 */
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0;
  text-align: center;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-phone:before {
  content: '\e800'; }

.icon-glasses:before {
  content: '\e801';
  width: 40px; }

.icon-search:before {
  content: '\e802'; }

.icon-date:before {
  content: '\e803'; }

.icon-doc:before {
  content: '\e804'; }

.icon-dwn:before {
  content: '\e805'; }

.icon-archive:before {
  content: '\e806'; }

.icon-dwn-archive:before {
  content: '\e807'; }

.icon-mail:before {
  content: '\e808'; }

.icon-making:before {
  content: '\e809'; }

.icon-available:before {
  content: '\e80a'; }

.icon-not-available:before {
  content: '\e80b'; }

.icon-clock:before {
  content: '\e80c'; }

.icon-bus:before {
  content: '\e80d'; }

.icon-clip:before {
  content: '\e80e'; }

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5; }

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede; }

.-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, .1);
  color: #cccccc; }

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, .2); }

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none; }

.datepicker--cells {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.datepicker--cell {
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  position: relative;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  height: 32px;
  z-index: 1; }
.datepicker--cell.-focus- {
  background: #f0f0f0; }
.datepicker--cell.-current- {
  color: #53aa32; }
.datepicker--cell.-current-.-focus- {
  color: #4a4a4a; }
.datepicker--cell.-current-.-in-range- {
  color: #53aa32; }
.datepicker--cell.-in-range- {
  background: rgba(92, 196, 239, .1);
  color: #4a4a4a;
  border-radius: 0; }
.datepicker--cell.-in-range-.-focus- {
  background-color: rgba(92, 196, 239, .2); }
.datepicker--cell.-disabled- {
  cursor: default;
  color: #aeaeae; }
.datepicker--cell.-disabled-.-focus- {
  color: #aeaeae; }
.datepicker--cell.-disabled-.-in-range- {
  color: #a1a1a1; }
.datepicker--cell.-disabled-.-current-.-focus- {
  color: #aeaeae; }
.datepicker--cell.-range-from- {
  border: 1px solid rgba(92, 196, 239, .5);
  background-color: rgba(92, 196, 239, .1);
  border-radius: 4px 0 0 4px; }
.datepicker--cell.-range-to- {
  border: 1px solid rgba(92, 196, 239, .5);
  background-color: rgba(92, 196, 239, .1);
  border-radius: 0 4px 4px 0; }
.datepicker--cell.-range-from-.-range-to- {
  border-radius: 4px; }
.datepicker--cell.-selected- {
  color: #fff;
  border: none;
  background: #53aa32; }
.datepicker--cell.-selected-.-current- {
  color: #fff;
  background: #53aa32; }
.datepicker--cell.-selected-.-focus- {
  background: #53aa32; }
.datepicker--cell:empty {
  cursor: default; }

.datepicker--days-names {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 8px 0 3px; }

.datepicker--day-name {
  color: #53aa32;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
  text-align: center;
  text-transform: uppercase;
  font-size: .8em; }

.datepicker--cell-day {
  width: 14.28571%; }

.datepicker--cells-months {
  height: 170px; }

.datepicker--cell-month {
  width: 33.33%;
  height: 25%; }

.datepicker--years, .datepicker--cells-years {
  height: 170px; }

.datepicker--cell-year {
  width: 25%;
  height: 33.33%; }

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5; }

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede; }

.-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, .1);
  color: #cccccc; }

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, .2); }

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none; }

.datepickers-container {
  position: absolute;
  left: 0;
  top: 0; }

@media print {
  .datepickers-container {
    display: none; } }

.datepicker {
  background: #fff;
  border: 1px solid #dbdbdb;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
  box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-sizing: content-box;
  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, left 0s 0.3s, -webkit-transform 0.3s ease;
  -webkit-transition: opacity 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
  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.-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, left 0s 0s, -webkit-transform 0.3s ease;
  -webkit-transition: opacity 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease;
  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-color: #d7d7d7;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: static;
  left: auto;
  right: auto;
  opacity: 1;
  -webkit-transform: none;
  transform: none; }

.datepicker-inline .datepicker--pointer {
  display: none; }

.datepicker--content {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  padding: 4px; }

.-only-timepicker- .datepicker--content {
  display: none; }

.datepicker--pointer {
  position: absolute;
  background: #fff;
  border-top: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  width: 10px;
  height: 10px;
  z-index: -1; }

.-top-left- .datepicker--pointer, .-top-center- .datepicker--pointer, .-top-right- .datepicker--pointer {
  top: calc(100% - 4px);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg); }

.-right-top- .datepicker--pointer, .-right-center- .datepicker--pointer, .-right-bottom- .datepicker--pointer {
  right: calc(100% - 4px);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg); }

.-bottom-left- .datepicker--pointer, .-bottom-center- .datepicker--pointer, .-bottom-right- .datepicker--pointer {
  bottom: calc(100% - 4px);
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg); }

.-left-top- .datepicker--pointer, .-left-center- .datepicker--pointer, .-left-bottom- .datepicker--pointer {
  left: calc(100% - 4px);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.-top-left- .datepicker--pointer, .-bottom-left- .datepicker--pointer {
  left: 10px; }

.-top-right- .datepicker--pointer, .-bottom-right- .datepicker--pointer {
  right: 19px; }

.-top-center- .datepicker--pointer, .-bottom-center- .datepicker--pointer {
  left: calc(50% - 5px); }

.-left-top- .datepicker--pointer, .-right-top- .datepicker--pointer {
  top: 10px; }

.-left-bottom- .datepicker--pointer, .-right-bottom- .datepicker--pointer {
  bottom: 10px; }

.-left-center- .datepicker--pointer, .-right-center- .datepicker--pointer {
  top: calc(50% - 5px); }

.datepicker--body {
  display: none; }
.datepicker--body.active {
  display: block; }

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5; }

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede; }

.-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, .1);
  color: #cccccc; }

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, .2); }

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none; }

.datepicker--nav {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #efefef;
  min-height: 32px;
  padding: 4px; }

.-only-timepicker- .datepicker--nav {
  display: none; }

.datepicker--nav-title {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  cursor: pointer;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center; }

.datepicker--nav-action {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  cursor: pointer;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-box-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 {
  background: #f0f0f0; }
.datepicker--nav-action.-disabled- {
  visibility: hidden; }
.datepicker--nav-action svg {
  width: 32px;
  height: 32px; }
.datepicker--nav-action path {
  fill: none;
  stroke: #9c9c9c;
  stroke-width: 2px; }

.datepicker--nav-title {
  border-radius: 4px;
  padding: 0 8px; }
.datepicker--nav-title i {
  font-style: normal;
  color: #9c9c9c;
  margin-left: 5px; }
.datepicker--nav-title:hover {
  background: #f0f0f0; }
.datepicker--nav-title.-disabled- {
  cursor: default;
  background: none; }

.datepicker--buttons {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  padding: 4px;
  border-top: 1px solid #efefef; }

.datepicker--button {
  color: #4EB5E6;
  cursor: pointer;
  border-radius: 4px;
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  height: 32px; }
.datepicker--button:hover {
  color: #4a4a4a;
  background: #f0f0f0; }

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5; }

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede; }

.-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, .1);
  color: #cccccc; }

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, .2); }

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none; }

.datepicker--time {
  border-top: 1px solid #efefef;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  padding: 4px;
  position: relative; }
.datepicker--time.-am-pm- .datepicker--time-sliders {
  -ms-flex: 0 1 138px;
  -webkit-box-flex: 0;
  flex: 0 1 138px;
  max-width: 138px; }

.-only-timepicker- .datepicker--time {
  border-top: none; }

.datepicker--time-sliders {
  -ms-flex: 0 1 153px;
  -webkit-box-flex: 0;
  flex: 0 1 153px;
  margin-right: 10px;
  max-width: 153px; }

.datepicker--time-label {
  display: none;
  font-size: 12px; }

.datepicker--time-current {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex: 1;
  -webkit-box-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: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  font-size: 11px;
  height: 17px;
  background: -webkit-gradient(linear, left top, right top, from(#dedede), to(#dedede)) left 0.5 1px no-repeat;
  background: linear-gradient(to right, #dedede, #dedede) left 0.5 1px no-repeat; }
.datepicker--time-row:first-child {
  margin-bottom: 4px; }
.datepicker--time-row input[type='range'] {
  background: none;
  cursor: pointer;
  -ms-flex: 1;
  -webkit-box-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; }
.datepicker--time-row input[type='range']::-ms-tooltip {
  display: none; }
.datepicker--time-row input[type='range']:hover::-webkit-slider-thumb, .datepicker--time-row input[type='range']:hover::-moz-range-thumb, .datepicker--time-row input[type='range']:hover::-ms-thumb {
  border-color: #b8b8b8; }
.datepicker--time-row input[type='range']:focus {
  outline: none; }
.datepicker--time-row input[type='range']:focus::-webkit-slider-thumb, .datepicker--time-row input[type='range']:focus::-moz-range-thumb, .datepicker--time-row input[type='range']:focus::-ms-thumb {
  background: #5cc4ef;
  border-color: #5cc4ef; }
.datepicker--time-row input[type='range']::-webkit-slider-thumb, .datepicker--time-row input[type='range']::-moz-range-thumb, .datepicker--time-row input[type='range']::-ms-thumb {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  -webkit-transition: background .2s;
  transition: background .2s; }
.datepicker--time-row input[type='range']::-webkit-slider-thumb {
  margin-top: -6px; }
.datepicker--time-row input[type='range']::-webkit-slider-runnable-track, .datepicker--time-row input[type='range']::-moz-range-track, .datepicker--time-row input[type='range']::-ms-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: transparent; }
.datepicker--time-row input[type='range']::-ms-fill-lower, .datepicker--time-row input[type='range']::-ms-fill-upper {
  background: transparent; }
.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; }
.datepicker--time-icon:after {
  height: .4em;
  width: 1px;
  left: calc(50% - 1px);
  top: calc(50% + 1px);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%); }
.datepicker--time-icon:before {
  width: .4em;
  height: 1px;
  top: calc(50% + 1px);
  left: calc(50% - 1px); }

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5; }

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede; }

.-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, .1);
  color: #cccccc; }

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, .2); }

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none; }

.tt-close {
  display: block;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 0px;
  right: 2px;
  cursor: pointer;
  opacity: .7;
  -webkit-transition: all .2s ease;
  transition: all .2s ease; }
.tt-close::before {
  content: '';
  width: 16px;
  height: 1px;
  position: absolute;
  top: 16px;
  left: 8px;
  background-color: #bbc3c8;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }
.tt-close::after {
  content: '';
  width: 16px;
  height: 1px;
  position: absolute;
  top: 16px;
  left: 8px;
  background-color: #bbc3c8;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }
.tt-close:hover {
  opacity: 1; }

.tooltipster-base {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute; }

.tooltipster-box {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: 100%;
  min-width: 320px; }

.tooltipster-content {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-height: 100%;
  max-width: 425px;
  min-width: 320px;
  overflow: auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.tooltipster-ruler {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden; }

.tooltipster-fade {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity; }
.tooltipster-fade.tooltipster-show {
  opacity: 1; }

.tooltipster-grow {
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-backface-visibility: hidden; }
.tooltipster-grow.tooltipster-show {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

.tooltipster-swing {
  opacity: 0;
  -webkit-transform: rotateZ(4deg);
  transform: rotateZ(4deg);
  -webkit-transition-property: -webkit-transform, opacity;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }
.tooltipster-swing.tooltipster-show {
  opacity: 1;
  -webkit-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 1);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4); }

.tooltipster-fall {
  -webkit-transition-property: top;
  transition-property: top;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }
.tooltipster-fall.tooltipster-initial {
  top: 0 !important; }
.tooltipster-fall.tooltipster-dying {
  -webkit-transition-property: all;
  transition-property: all;
  top: 0 !important;
  opacity: 0; }

.tooltipster-slide {
  -webkit-transition-property: left;
  transition-property: left;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }
.tooltipster-slide.tooltipster-initial {
  left: -40px !important; }
.tooltipster-slide.tooltipster-dying {
  -webkit-transition-property: all;
  transition-property: all;
  left: 0 !important;
  opacity: 0; }

@-webkit-keyframes tooltipster-fading {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes tooltipster-fading {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.tooltipster-update-fade {
  -webkit-animation: tooltipster-fading 400ms;
  animation: tooltipster-fading 400ms; }

@-webkit-keyframes tooltipster-rotating {
  25% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg); }
  75% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg); }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }

@keyframes tooltipster-rotating {
  25% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg); }
  75% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg); }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }

.tooltipster-update-rotate {
  -webkit-animation: tooltipster-rotating 600ms;
  animation: tooltipster-rotating 600ms; }

@-webkit-keyframes tooltipster-scaling {
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes tooltipster-scaling {
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.tooltipster-update-scale {
  -webkit-animation: tooltipster-scaling 600ms;
  animation: tooltipster-scaling 600ms; }

.tooltipster-sidetip .tooltipster-box {
  font-family: 'Fira Sans';
  font-size: 13px;
  background: #565656;
  border: 2px solid #d9e0e5;
  letter-spacing: .33px; }

.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
  margin-top: 8px; }

.tooltipster-sidetip.tooltipster-left .tooltipster-box {
  margin-right: 8px; }

.tooltipster-sidetip.tooltipster-right .tooltipster-box {
  margin-left: 8px; }

.tooltipster-sidetip.tooltipster-top .tooltipster-box {
  margin-bottom: 8px; }

.tooltipster-sidetip .tooltipster-content {
  color: white;
  line-height: 1.5;
  padding: 15px 42px 15px 17px; }

.tooltipster-sidetip .tooltipster-arrow {
  overflow: hidden;
  position: absolute; }

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
  height: 10px;
  margin-left: -10px;
  top: 0;
  width: 20px; }

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  right: 0;
  top: 0;
  width: 10px; }

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  left: 0;
  top: 0;
  width: 10px; }

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
  bottom: 0;
  height: 10px;
  margin-left: -10px;
  width: 20px; }

.tooltipster-sidetip .tooltipster-arrow-background, .tooltipster-sidetip .tooltipster-arrow-border {
  height: 0;
  position: absolute;
  width: 0; }

.tooltipster-sidetip .tooltipster-arrow-background {
  border: 10px solid transparent; }

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: #565656;
  left: 0;
  top: 3px; }

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
  border-left-color: #565656;
  left: -3px;
  top: 0; }

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
  border-right-color: #565656;
  left: 3px;
  top: 0; }

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #565656;
  left: 0;
  top: -3px; }

.tooltipster-sidetip .tooltipster-arrow-border {
  border: 10px solid transparent;
  left: 0;
  top: 0; }

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: black; }

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
  border-left-color: black; }

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
  border-right-color: black; }

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
  border-top-color: black; }

.tooltipster-sidetip .tooltipster-arrow-uncropped {
  position: relative; }

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
  top: -10px; }

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
  left: -10px; }

.tooltipster-sidetip.tooltipster-shadow .tooltipster-box {
  border: none;
  border-radius: 6px;
  border: 2px solid #d9e0e5;
  background: #fff;
  -webkit-box-shadow: 1px 3px 7px 0 rgba(0, 0, 0, .1);
  box-shadow: 1px 3px 7px 0 rgba(0, 0, 0, .1); }

.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom .tooltipster-box {
  margin-top: 0; }

.tooltipster-sidetip.tooltipster-shadow.tooltipster-left .tooltipster-box {
  margin-right: 0; }

.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-box {
  margin-left: 0; }

.tooltipster-sidetip.tooltipster-shadow.tooltipster-top .tooltipster-box {
  margin-bottom: 0; }

.tooltipster-sidetip.tooltipster-shadow .tooltipster-content {
  color: #1c1b1b; }

.tooltipster-sidetip.tooltipster-shadow .tooltipster-arrow {
  display: none;
  height: 6px;
  margin-left: -6px;
  width: 12px; }

.tooltipster-sidetip.tooltipster-shadow.tooltipster-left .tooltipster-arrow, .tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-arrow {
  height: 12px;
  margin-left: 0;
  margin-top: -6px;
  width: 6px; }

.tooltipster-sidetip.tooltipster-shadow .tooltipster-arrow-background {
  display: none; }

.tooltipster-sidetip.tooltipster-shadow .tooltipster-arrow-border {
  border: 6px solid transparent; }

.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: #fff; }

.tooltipster-sidetip.tooltipster-shadow.tooltipster-left .tooltipster-arrow-border {
  border-left-color: #fff; }

.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-arrow-border {
  border-right-color: #fff; }

.tooltipster-sidetip.tooltipster-shadow.tooltipster-top .tooltipster-arrow-border {
  border-top-color: #fff; }

.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom .tooltipster-arrow-uncropped {
  top: -6px; }

.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-arrow-uncropped {
  left: -6px; }

body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

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

.fancybox-container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  height: 100%;
  left: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992; }
.fancybox-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994; }
.fancybox-slide::before {
  content: '';
  display: inline-block;
  height: 100%;
  margin-right: -.25em;
  vertical-align: middle;
  width: 0; }

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

.fancybox-slide--next {
  display: block;
  z-index: 99995; }

.fancybox-slide--image {
  overflow: visible;
  padding: 44px 0; }
.fancybox-slide--image::before {
  display: none; }

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

.fancybox-slide--iframe {
  padding: 44px 44px 0; }

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

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

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

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

.fancybox-can-drag .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab; }

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

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

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

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

.fancybox-slide--html .fancybox-content {
  margin-bottom: 6px; }

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

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

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

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
  height: calc(100% - 44px);
  margin-bottom: 44px; }

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

.fancybox-iframe {
  background: transparent;
  border: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
  vertical-align: top; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }
.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

.fancybox-button {
  background: rgba(30, 30, 30, .6);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  outline: none;
  padding: 10px;
  -webkit-transition: color .2s;
  transition: color .2s;
  vertical-align: top;
  width: 44px;
  color: #ccc; }
.fancybox-button:visited, .fancybox-button:link {
  color: #ccc; }
.fancybox-button:focus, .fancybox-button:hover {
  color: #fff; }
.fancybox-button.disabled, .fancybox-button[disabled] {
  color: #888;
  cursor: default; }
.fancybox-button.disabled:hover, .fancybox-button[disabled]:hover {
  color: #888;
  cursor: default; }
.fancybox-button svg {
  display: block;
  overflow: visible;
  position: relative;
  shape-rendering: geometricPrecision; }
.fancybox-button svg path {
  fill: transparent;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3; }

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

.fancybox-button--play svg path, .fancybox-button--share svg path, .fancybox-button--thumbs svg path {
  fill: currentColor; }

.fancybox-button--share svg path {
  stroke-width: 1; }

.fancybox-navigation .fancybox-button {
  height: 38px;
  opacity: 0;
  padding: 6px;
  position: absolute;
  top: 50%;
  width: 38px; }

.fancybox-show-nav .fancybox-navigation .fancybox-button {
  -webkit-transition: opacity .25s, visibility 0s, color .25s;
  transition: opacity .25s, visibility 0s, color .25s; }

.fancybox-navigation .fancybox-button::after {
  content: '';
  left: -25px;
  padding: 50px;
  position: absolute;
  top: -25px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  right: 6px; }

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #555;
  cursor: pointer;
  height: 44px;
  margin: 0;
  padding: 6px;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  z-index: 10; }
.fancybox-close-small svg {
  fill: transparent;
  opacity: .8;
  stroke: currentColor;
  stroke-width: 1.5;
  -webkit-transition: stroke .1s;
  transition: stroke .1s; }
.fancybox-close-small:focus {
  outline: none; }
.fancybox-close-small:hover svg {
  opacity: 1; }

.fancybox-slide--image .fancybox-close-small, .fancybox-slide--video .fancybox-close-small, .fancybox-slide--iframe .fancybox-close-small {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px; }

.fancybox-slide--image .fancybox-close-small:hover svg, .fancybox-slide--video .fancybox-close-small:hover svg, .fancybox-slide--iframe .fancybox-close-small:hover svg {
  background: transparent;
  color: #fff; }

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

.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px 25px 44px;
  right: 0; }
.fancybox-caption::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1; }
.fancybox-caption::after {
  border-bottom: 1px solid rgba(255, 255, 255, .3);
  content: '';
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0; }
.fancybox-caption a {
  color: #ccc;
  text-decoration: none; }
.fancybox-caption a:link, .fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }
.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

.fancybox-loading {
  -webkit-animation: fancybox-rotate .8s infinite linear;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  border: 6px solid rgba(100, 100, 100, .5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: .6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }
.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0; }
.fancybox-share p {
  margin: 0;
  padding: 0; }

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

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

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

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

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

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

.fancybox-thumbs {
  background: #fff;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995; }

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

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

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

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

.fancybox-thumbs-x > ul {
  overflow: hidden; }

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

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

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

.fancybox-thumbs > ul > li {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, .1); }

.fancybox-thumbs > ul > li {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }
.fancybox-thumbs > ul > li:before {
  border: 4px solid #4ea7f9;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

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

@media all and (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px); } }

.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action {
  -ms-touch-action: auto;
  touch-action: auto; }

.mCustomScrollBox {
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: none;
  direction: ltr; }

.mCSB_container {
  overflow: hidden;
  width: auto;
  height: auto;
  padding-bottom: 20px; }

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0; }

.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-left: 30px; }
.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0; }

.mCSB_scrollTools {
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0; }

.mCSB_outside + .mCSB_scrollTools {
  right: -26px; }

.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools {
  right: auto;
  left: 0; }

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  right: auto;
  left: 0;
  left: -26px; }

.mCSB_scrollTools {
  left: 2px !important;
  right: auto !important; }
.mCSB_scrollTools .mCSB_draggerContainer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto; }
.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0; }
.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  opacity: 0; }
.mCSB_scrollTools .mCSB_dragger {
  cursor: pointer;
  width: 100%;
  height: 100px !important;
  z-index: 1; }
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  position: relative;
  width: 2px;
  height: 100%;
  margin: 0 auto;
  text-align: center; }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 12px; }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 8px; }

.mCSB_scrollTools .mCSB_buttonUp {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer; }

.mCSB_scrollTools .mCSB_buttonDown {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
  bottom: 0; }

.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-bottom: 25px; }

.mCSB_horizontal.mCSB_outside > .mCSB_container {
  min-height: 100%; }

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: auto;
  height: 16px;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0; }

.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -26px; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
  margin: 0 20px; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 30px;
  height: 100%;
  left: 0; }
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 6px auto; }

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  margin: 2px auto; }

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 8px;
  margin: 4px 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft, .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  left: 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  right: 0; }

.mCSB_container_wrapper {
  position: absolute;
  height: auto;
  width: auto;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: 30px;
  margin-bottom: 30px; }
.mCSB_container_wrapper > .mCSB_container {
  padding-right: 30px;
  padding-bottom: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 20px; }

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 20px; }

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 0; }

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0; }

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0;
  left: 20px; }

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 0; }

.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
  margin-right: 0;
  margin-left: 30px; }

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
  padding-right: 0; }

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
  padding-bottom: 0; }

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
  margin-left: 0; }

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0; }

.mCSB_scrollTools {
  -webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  transition: opacity .2s ease-in-out, background-color .2s ease-in-out; }
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight {
  -webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  transition: opacity .2s ease-in-out, background-color .2s ease-in-out; }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
  -webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s,  margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,  margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
  transition: width .2s ease-out .2s, height .2s ease-out .2s,  margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,  margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out; }

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
  -webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s,  margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,  margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
  transition: width .2s ease-out .2s, height .2s ease-out .2s,  margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,  margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out; }

.mCSB_scrollTools {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)"; }

.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools, .mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 0;
  filter: "alpha(opacity=0)";
  -ms-filter: "alpha(opacity=0)"; }

.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag, .mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)"; }

.mCustomScrollBox:hover > .mCSB_scrollTools, .mCustomScrollBox:hover ~ .mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)"; }

.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools, .mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)"; }

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, .7);
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)"; }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .7);
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)"; }

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .9);
  filter: "alpha(opacity=85)";
  -ms-filter: "alpha(opacity=85)"; }

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .9);
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)"; }

.mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight {
  background-image: url(mCSB_buttons.png);
  background-repeat: no-repeat;
  opacity: 0.4;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)"; }

.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0; }

.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px; }

.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px; }

.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px; }

.mCSB_scrollTools .mCSB_buttonUp:hover, .mCSB_scrollTools .mCSB_buttonDown:hover, .mCSB_scrollTools .mCSB_buttonLeft:hover, .mCSB_scrollTools .mCSB_buttonRight:hover {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)"; }

.mCSB_scrollTools .mCSB_buttonUp:active, .mCSB_scrollTools .mCSB_buttonDown:active, .mCSB_scrollTools .mCSB_buttonLeft:active, .mCSB_scrollTools .mCSB_buttonRight:active {
  opacity: 0.9;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)"; }

@font-face {
  font-family: 'Fira Sans';
  src: url("../fonts/FiraSans-Regular.woff2") format("woff2"), url("../fonts/FiraSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Fira Sans Bold';
  src: url("../fonts/FiraSans-Bold.woff2") format("woff2"), url("../fonts/FiraSans-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html, body {
  font: normal normal 16px/1.5 "Fira Sans", Verdana, Arial;
  background-color: #fff;
  letter-spacing: .4px;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  min-width: 320px; }
@media (max-width: 767px) {
  html, body {
    font-size: 14px; } }

h1 {
  font-family: "Fira Sans Bold";
  font-size: 50px;
  line-height: 1;
  letter-spacing: 1.25px;
  font-weight: normal;
  margin: 0 0 30px; }
@media (max-width: 1023px) {
  h1 {
    font-size: 40px; } }
@media (max-width: 767px) {
  h1 {
    font-size: 32px;
    margin: 0 0 25px; } }

h2 {
  font-family: "Fira Sans Bold";
  font-size: 40px;
  line-height: 1.25;
  letter-spacing: 1px;
  font-weight: normal;
  margin: 0 0 30px; }
@media (max-width: 1023px) {
  h2 {
    font-size: 32px; } }
@media (max-width: 767px) {
  h2 {
    font-size: 28px;
    margin: 0 0 20px; } }
@media (max-width: 499px) {
  h2 {
    font-size: 24px; } }

h3 {
  font-family: "Fira Sans Bold";
  font-size: 36px;
  line-height: 1.25;
  letter-spacing: .9px;
  font-weight: normal;
  margin: 0 0 30px; }
@media (max-width: 1023px) {
  h3 {
    font-size: 28px; } }
@media (max-width: 767px) {
  h3 {
    font-size: 24px;
    margin: 0 0 20px; } }

h4 {
  font-family: "Fira Sans Bold";
  font-size: 30px;
  line-height: 1.25;
  letter-spacing: .75px;
  font-weight: normal;
  margin: 0 0 30px; }
@media (max-width: 1023px) {
  h4 {
    font-size: 24px; } }
@media (max-width: 767px) {
  h4 {
    font-size: 20px;
    margin: 0 0 20px; } }

h5 {
  font-family: "Fira Sans Bold";
  font-size: 24px;
  line-height: 1.25;
  letter-spacing: .6px;
  font-weight: normal;
  margin: 0 0 30px; }
@media (max-width: 1023px) {
  h5 {
    font-size: 20px; } }
@media (max-width: 767px) {
  h5 {
    font-size: 18px;
    margin: 0 0 20px; } }

h6 {
  font-family: "Fira Sans Bold";
  font-size: 20px;
  line-height: 1.25;
  letter-spacing: .5px;
  font-weight: normal;
  margin: 0 0 30px; }
@media (max-width: 1023px) {
  h6 {
    font-size: 18px; } }
@media (max-width: 767px) {
  h6 {
    font-size: 16px;
    margin: 0 0 20px; } }

h1.title-pattern, h2.title-pattern {
  position: relative; }
h1.title-pattern::before, h2.title-pattern::before {
  content: '';
  display: block;
  width: 26px;
  height: 41px;
  background: url("../img/svg/title_pattern.svg") center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: -46px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }
@media (max-width: 1339px) {
  h1.title-pattern, h2.title-pattern {
    padding-left: 46px; }
  h1.title-pattern::before, h2.title-pattern::before {
    left: 0; } }
@media (max-width: 767px) {
  h1.title-pattern, h2.title-pattern {
    padding-left: 0; }
  h1.title-pattern::before, h2.title-pattern::before {
    display: none; } }

a {
  color: #1c1b1b;
  text-decoration: none;
  -webkit-transition: all .2s ease;
  transition: all .2s ease; }
a:hover, a:visited, a:active, a:focus {
  text-decoration: none; }

p {
  color: #1c1b1b;
  margin-bottom: 20px; }
@media (max-width: 767px) {
  p {
    margin-bottom: 15px; } }
p a {
  color: #53aa32; }
p a:hover {
  background-color: #f0f3f5; }

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

li {
  list-style: none; }

ol {
  counter-reset: li;
  margin-bottom: 30px; }
ol li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px; }
ol li:last-child {
  margin-bottom: 0; }
ol li::before {
  counter-increment: li;
  content: counters(li, ".");
  display: block;
  width: 23px;
  height: 23px;
  background: url("../img/svg/li_pat.svg") center center no-repeat;
  background-size: contain;
  line-height: 23px;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0; }
ol li ol {
  padding: 6px 0 0 20px; }
@media (max-width: 767px) {
  ol li ol {
    padding-left: 0; } }
ol li ol li {
  margin-bottom: 8px; }
ol li ol li:last-child {
  margin-bottom: 0; }
ol li ol li::before {
  background: none;
  color: #1c1b1b; }
@media (max-width: 767px) {
  ol li ol li {
    padding-left: 27px; }
  ol li ol li::before {
    left: -3px; } }

ul {
  margin-bottom: 30px; }
ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px; }
ul li:last-child {
  margin-bottom: 0; }
ul li::before {
  content: '';
  display: block;
  width: 9px;
  height: 9px;
  background-color: #0d5b2b;
  border-radius: 2px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 7px;
  left: 6px; }
@media (max-width: 767px) {
  ul li::before {
    top: 5px; } }
ul li ul {
  padding: 6px 0 0 20px;
  margin: 0; }
@media (max-width: 767px) {
  ul li ul {
    padding-left: 0; } }
ul li ul li {
  margin-bottom: 8px; }
ul li ul li::before {
  width: 4px;
  height: 4px;
  background-color: #53aa32;
  border-radius: 1px;
  top: 9px;
  left: 15px; }
@media (max-width: 767px) {
  ul li ul li {
    padding-left: 27px; }
  ul li ul li::before {
    left: 10px; } }

table {
  display: block;
  border-collapse: collapse; }
@media (max-width: 767px) {
  table {
    margin: 0 -20px; } }
table thead {
  background-color: #d9e0e5; }
@media (max-width: 767px) {
  table thead {
    display: none; } }
table thead tr th {
  font-size: 13px;
  line-height: 1;
  letter-spacing: .33px;
  text-align: left;
  padding: 18px 20px; }
table thead tr th.col1 {
  width: 20.5%; }
table thead tr th.col2 {
  width: 39%; }
@media (max-width: 1339px) {
  table thead tr th.col2 {
    width: 37%; } }
table thead tr th.col3 {
  width: 27%; }
@media (max-width: 1339px) {
  table thead tr th.col3 {
    width: 22%; } }
@media (max-width: 767px) {
  table tbody {
    border-top: 1px solid #d9e0e5; } }
table tbody tr {
  border-bottom: 1px solid #d9e0e5;
  -webkit-transition: all .2s ease;
  transition: all .2s ease; }
table tbody tr:hover {
  background-color: #f0f3f5;
  border-bottom: 1px solid #f0f3f5; }
@media (max-width: 767px) {
  table tbody tr:hover {
    border-bottom: 1px solid #d9e0e5; } }
table tbody tr td {
  vertical-align: top;
  padding: 14px 20px; }
@media (max-width: 767px) {
  table tbody tr td {
    position: relative;
    display: block;
    padding-left: 150px; }
  table tbody tr td::before {
    content: attr(data-th);
    display: block;
    width: 130px;
    height: 100%;
    font-family: "Fira Sans Bold";
    font-size: 12px;
    background-color: #d9e0e5;
    padding: 16px 20px 14px;
    position: absolute;
    top: 0;
    left: 0; } }
@media (max-width: 767px) and (max-width: 499px) {
  table tbody tr td::before {
    padding: 14px 20px; } }
@media (max-width: 499px) {
  table tbody tr td {
    font-size: 12px; } }
table tbody tr td span {
  color: #53aa32; }

.table-desc {
  font-size: 13px;
  line-height: 1.25;
  padding-top: 15px;
  margin-bottom: 35px; }
.table-desc span {
  font-size: 16px;
  color: #53aa32; }

blockquote {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 1.25;
  color: #0d5b2b;
  letter-spacing: .6px;
  padding-left: 35px;
  margin: 28px 0 28px 163px; }
@media (max-width: 1339px) {
  blockquote {
    margin-left: 115px; } }
@media (max-width: 767px) {
  blockquote {
    font-size: 20px;
    margin: 28px 0; } }
blockquote::before {
  content: '';
  display: block;
  width: 11px;
  height: calc(100% - 12px);
  background: url("../img/svg/bq_pat.svg") 0 0 repeat-y;
  position: absolute;
  top: 8px;
  left: 0; }
@media (max-width: 767px) {
  blockquote::before {
    height: calc(100% - 10px);
    top: 6px; } }

.form {
  display: block;
  width: 100%;
  max-width: 100%; }
.form__input {
  position: relative;
  margin-bottom: 22px; }
.form__input .input-name {
  display: block;
  line-height: 1.25;
  white-space: nowrap;
  position: absolute;
  top: 50%;
  right: calc(100% + 20px);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }
.form__input .input-name--top {
  top: 14px;
  -webkit-transform: none;
  transform: none; }
@media (max-width: 767px) {
  .form__input .input-name {
    position: static;
    -webkit-transform: none;
    transform: none;
    margin-bottom: 5px; } }
.form__input--date {
  position: relative; }
.form__input--date::after {
  content: '\e803';
  font-family: fontello;
  font-size: 28px;
  color: #3e8124;
  position: absolute;
  right: 12px;
  bottom: 5px;
  cursor: pointer; }
.form__input--error input {
  border-color: #c52727 !important; }
.form__input--error .error {
  display: block;
  font-size: 13px;
  line-height: 1.25;
  color: #c52727;
  letter-spacing: .33px;
  padding-top: 7px; }

input[type=text], input[type=search] {
  width: 100%;
  border: 2px solid #d9e0e5;
  border-radius: 6px;
  height: 50px;
  padding: 14px 12px 16px;
  font-family: "Fira Sans";
  font-size: 16px;
  line-height: normal;
  letter-spacing: .4px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: all .2s ease;
  transition: all .2s ease; }
input[type=text]:focus, input[type=search]:focus {
  border-color: #53aa32; }
@media (max-width: 767px) {
  input[type=text], input[type=search] {
    font-size: 14px; } }

textarea {
  display: block;
  border: 2px solid #d9e0e5;
  border-radius: 6px;
  padding: 12px;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 150px;
  min-height: 150px;
  font-family: "Fira Sans";
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: .4px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: all .2s ease;
  transition: all .2s ease; }
textarea:focus {
  border-color: #53aa32; }
@media (max-width: 767px) {
  textarea {
    font-size: 14px; } }
textarea span {
  display: none; }

.checkbox {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding-left: 37px; }
.checkbox:hover {
  cursor: pointer;
  cursor: hand; }
.checkbox:hover .checkbox__custom {
  -webkit-box-shadow: 0 3px 8px rgba(53, 116, 30, .28);
  box-shadow: 0 3px 8px rgba(53, 116, 30, .28); }
.checkbox__default {
  width: .1px;
  height: .1px;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0; }
.checkbox__custom {
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 3px;
  border: 2px solid #d9e0e5;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all .2s ease;
  transition: all .2s ease; }
.checkbox__label {
  display: block;
  font-size: 16px;
  line-height: 1.2;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
@media (max-width: 767px) {
  .checkbox__label {
    font-size: 14px; } }
.checkbox__default:checked + .checkbox__custom {
  background-color: #53aa32;
  border-color: #53aa32; }
.checkbox__default:checked + .checkbox__custom::before {
  content: "";
  display: block;
  width: 17px;
  height: 8px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: absolute;
  top: 4px;
  left: 2px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.radio {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding-left: 37px; }
.radio:hover {
  cursor: pointer;
  cursor: hand; }
.radio:hover .radio__custom {
  -webkit-box-shadow: 0 3px 8px rgba(53, 116, 30, .28);
  box-shadow: 0 3px 8px rgba(53, 116, 30, .28); }
.radio__default {
  width: .1px;
  height: .1px;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0; }
.radio__custom {
  position: relative;
  display: block;
  width: 24px;
  height: 24px;
  border: 2px solid #d9e0e5;
  border-radius: 100%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all .2s ease;
  transition: all .2s ease; }
.radio__label {
  display: block;
  font-size: 16px;
  line-height: 1.2;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
@media (max-width: 767px) {
  .radio__label {
    font-size: 14px; } }
.radio__default:checked + .radio__custom {
  background-color: #53aa32;
  border-color: #53aa32; }
.radio__default:checked + .radio__custom::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

input[type="file"] {
  display: block;
  overflow: hidden;
  visibility: hidden;
  z-index: -99;
  width: .1px;
  height: .1px;
  opacity: 0; }

.labelfile {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  color: #53aa32;
  padding-left: 20px;
  margin-right: 7px; }
.labelfile::before {
  content: '\e80e';
  font-family: fontello;
  font-size: 18px;
  color: #53aa32;
  position: absolute;
  top: -2px;
  left: 0; }
.labelfile:hover {
  cursor: pointer; }

.labelfile2 {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  color: #53aa32;
  padding-left: 20px;
  margin-right: 7px; }
.labelfile2::before {
  content: '\e80e';
  font-family: fontello;
  font-size: 18px;
  color: #53aa32;
  position: absolute;
  top: -2px;
  left: 0; }
.labelfile2:hover {
  cursor: pointer; }
@media (max-width: 499px) {
  .labelfile {
    display: block;
    margin-right: 0; } }

.filename {
  position: relative;
  display: inline-block;
  vertical-align: text-bottom;
  max-width: 230px;
  font-size: 13px;
  letter-spacing: 0.33px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #a9aeb2; }

@media (max-width: 499px) {
  .labelfile2 {
    display: block;
    margin-right: 0; } }

.filename2 {
  position: relative;
  display: inline-block;
  vertical-align: text-bottom;
  max-width: 230px;
  font-size: 13px;
  letter-spacing: 0.33px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #a9aeb2; }

@media (max-width: 499px) {
  .filename {
    max-width: 100%; } }
.filename.file-selected {
  padding-right: 20px; }
.filename .reset-file {
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-55%);
  transform: translateY(-55%);
  cursor: pointer; }
.filename .reset-file::before {
  content: "";
  display: block;
  width: 17px;
  height: 2px;
  background-color: #53aa32;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg); }
.filename .reset-file::after {
  content: "";
  display: block;
  width: 2px;
  height: 17px;
  background-color: #53aa32;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg); }

@media (max-width: 499px) {
  .filename2 {
    max-width: 100%; } }
.filename2.file-selected2 {
  padding-right: 20px; }
.reset-file2 {
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-55%);
  transform: translateY(-55%);
  cursor: pointer; }
.reset-file2::before {
  content: "";
  display: block;
  width: 17px;
  height: 2px;
  background-color: #53aa32;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg); }
.reset-file2::after {
  content: "";
  display: block;
  width: 2px;
  height: 17px;
  background-color: #53aa32;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg); }

.clearfix:after {
  content: "";
  display: block;
  clear: both; }

.left {
  float: left; }

.right {
  float: right; }

.text-center {
  text-align: center; }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.flex-sb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  min-width: 320px;
  min-height: 100vh;
  padding-bottom: 320px; }
@media (max-width: 1023px) {
  .wrapper {
    padding-bottom: 275px; } }
@media (max-width: 767px) {
  .wrapper {
    padding-bottom: 520px; } }

.container {
  padding-left: 20px;
  padding-right: 20px; }

@media (min-width: 1024px) {
  .hidden-lg {
    display: none; } }

@media (max-width: 1023px) {
  .hidden-xs-sm {
    display: none; } }

@media (max-width: 499px) {
  .hidden-xxs {
    display: none; } }

.select {
  position: relative;
  width: 100%;
  height: 50px;
  background-color: #fff; }
.select.is-opened {
  -webkit-box-shadow: 0 3px 8px rgba(185, 185, 185, .28);
  box-shadow: 0 3px 8px rgba(185, 185, 185, .28); }
.select.is-opened .select_arrow {
  -webkit-transform: translateY(-20%) rotate(225deg);
  transform: translateY(-20%) rotate(225deg); }
.select--lang {
  width: 43px;
  height: auto;
  text-align: center; }
.select--lang.is-opened .select_title {
  color: #53aa32; }
.select--lang .select_in {
  border: none; }
.select--lang .select_title {
  padding: 7px 0; }
.select--lang .select_title:hover {
  color: #53aa32; }
.select--lang .select_list {
  background-color: #fff;
  border-radius: 0; }
.select--lang .select_list li {
  padding: 6px 0; }
.select--lang .select_list li:hover {
  background-color: #f0f3f5;
  color: #53aa32; }
.select--land {
  width: 190px;
  height: auto;
  padding-left: 43px; }
.select--land.is-opened {
  -webkit-box-shadow: none;
  box-shadow: none; }
.select--land.is-opened .select_title {
  color: #53aa32; }
.select--land.is-opened .select_arrow {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }
.select--land.is-opened .select_arrow::before {
  -webkit-transform: translate(-50%, -40%) rotate(225deg);
  transform: translate(-50%, -40%) rotate(225deg); }
.select--land img {
  max-width: 33px;
  position: absolute;
  top: 0;
  left: 0; }
.select--land .select_in {
  border: none; }
.select--land .select_title {
  padding: 7px 0; }
.select--land .select_title:hover {
  color: #53aa32; }
.select--land .select_arrow {
  display: block;
  width: 12px;
  height: 12px;
  background-color: #d9e0e5;
  border: none;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }
.select--land .select_arrow::before {
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -60%) rotate(45deg);
  transform: translate(-50%, -60%) rotate(45deg);
  -webkit-transition: all .2s ease;
  transition: all .2s ease; }
.select--land .select_list {
  background-color: #fff;
  border-radius: 0;
  top: 100%;
  left: 20px;
  right: 0;
  width: auto; }
.select--land .select_list li {
  padding: 13px 0 12px 23px; }
.select--land .select_list li:hover {
  background-color: #f0f3f5;
  color: #53aa32; }
.select_in {
  position: relative;
  width: 100%;
  height: 100%;
  color: #000;
  border: 2px solid #d9e0e5;
  border-radius: 6px;
  cursor: pointer; }
.select_arrow {
  display: block;
  width: 10px;
  height: 10px;
  border-right: 1px solid #3e8124;
  border-bottom: 1px solid #3e8124;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-60%) rotate(45deg);
  transform: translateY(-60%) rotate(45deg);
  -webkit-transition: all .2s ease;
  transition: all .2s ease; }
.select_title {
  display: block;
  height: 100%;
  padding: 15px 12px;
  line-height: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
@media (max-width: 767px) {
  .select_title {
    padding: 16px 12px; } }
.select_list {
  position: absolute;
  left: 0;
  top: 98%;
  display: none;
  height: auto;
  width: 100%;
  border-radius: 0 0 6px 6px;
  overflow-y: auto;
  list-style: none;
  -webkit-box-shadow: 0 3px 8px rgba(185, 185, 185, .28);
  box-shadow: 0 3px 8px rgba(185, 185, 185, .28);
  background-color: #f0f3f5;
  z-index: 1000;
  margin: 0; }
.select_list li {
  padding: 10px 20px;
  line-height: 1;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  margin: 0; }
.select_list li:hover {
  background-color: #fff; }
.select_list li:before {
  display: none; }
.select_list li.is-active {
  display: none; }
@media (max-width: 767px) {
  .select_list li {
    padding: 16px 20px; } }

.btn {
  position: relative;
  display: inline-block;
  vertical-align: top;
  border: none;
  border-radius: 4px;
  padding: 15px 21px;
  line-height: 1;
  color: #1c1b1b;
  outline: none;
  white-space: nowrap;
  -webkit-transition: all .2s ease;
  transition: all .2s ease; }
.btn:hover {
  cursor: pointer; }
.btn:active {
  background-color: #3e8124;
  -webkit-box-shadow: none;
  box-shadow: none; }
.btn::before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border: 3px solid #fff;
  background-color: #53aa32;
  border-radius: 2px;
  position: absolute;
  top: 50%;
  left: -5px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg); }
.btn::after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border: 3px solid #fff;
  background-color: #53aa32;
  border-radius: 2px;
  position: absolute;
  top: 50%;
  right: -5px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg); }
.btn--gray {
  background-color: #d9e0e5; }
.btn--gray:hover {
  background-color: #53aa32;
  color: #fff; }
.btn--gray:active {
  background-color: #3e8124;
  color: #fff; }
.btn--green {
  background-color: #53aa32;
  font-family: "Fira Sans Bold";
  font-size: 18px;
  letter-spacing: .45px;
  color: #fff;
  padding: 15px 49px; }
.btn--green:hover {
  -webkit-box-shadow: 0 3px 8px rgba(53, 116, 30, .28);
  box-shadow: 0 3px 8px rgba(53, 116, 30, .28); }
.btn--green:active {
  background-color: #3e8124;
  -webkit-box-shadow: none;
  box-shadow: none; }

.arr-right {
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all .2s ease;
  transition: all .2s ease; }
.arr-right::before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #53aa32;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }
.arr-right::after {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-right: 1px solid #53aa32;
  border-bottom: 1px solid #53aa32;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg); }

.arr-bottom {
  display: block;
  width: 20px;
  height: 22px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }
.arr-bottom::before {
  content: '';
  display: block;
  width: 2px;
  height: 100%;
  background-color: #53aa32;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }
.arr-bottom::after {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  border-left: 2px solid #53aa32;
  border-bottom: 2px solid #53aa32;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%) rotate(-45deg);
  transform: translateX(-50%) rotate(-45deg); }

.breadcrumbs {
  position: relative;
  padding-top: 6px;
  margin-bottom: 35px; }
.breadcrumbs::before {
  content: '';
  display: block;
  height: 1px;
  background-color: #d9e0e5;
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }
@media (max-width: 1023px) {
  .breadcrumbs {
    padding-top: 15px; }
  .breadcrumbs::before {
    right: -20px; } }
@media (max-width: 767px) {
  .breadcrumbs {
    margin-bottom: 20px; }
  .breadcrumbs::before {
    left: -20px; } }
.breadcrumbs ul {
  font-size: 0;
  margin: 0; }
.breadcrumbs ul li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  line-height: 1.25;
  padding: 0 17px 0 0;
  margin-bottom: 0; }
.breadcrumbs ul li::before {
  display: none; }
.breadcrumbs ul li::after {
  content: '';
  width: 8px;
  height: 1px;
  background-color: #1c1b1b;
  position: absolute;
  top: 50%;
  right: 4px; }
.breadcrumbs ul li:last-child {
  padding-right: 0; }
.breadcrumbs ul li.is-current::after {
  display: none; }
.breadcrumbs ul li a {
  color: #53aa32; }
.breadcrumbs ul li a:hover {
  color: #3e8124; }

.image {
  margin-bottom: 25px; }
@media (max-width: 767px) {
  .image {
    margin: 0 -20px 25px; } }
.image__cont {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  padding-bottom: 53%; }
.image span {
  display: block;
  width: 100%;
  font-size: 13px;
  line-height: 1.25;
  letter-spacing: .33px;
  padding-top: 15px; }
@media (max-width: 767px) {
  .image span {
    font-size: 12px;
    padding: 10px 20px 0; } }
.image--items-2 {
  padding-right: 100px; }
@media (max-width: 1339px) {
  .image--items-2 {
    padding-right: 0; } }
@media (max-width: 499px) {
  .image--items-2 .col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .image--items-2 .col-6 span {
    margin-bottom: 15px; } }
.image--items-2 .image__cont {
  position: relative;
  padding-bottom: 155%; }
.image--items-2 .image__cont::before {
  content: none;
  display: block;
  background-color: rgba(28, 27, 27, .4);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0; }
.image--items-3 .image__cont {
  position: relative;
  padding-bottom: 127%; }
.image--items-3 .image__cont::before {
  content: none;
  display: block;
  background-color: rgba(28, 27, 27, .4);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0; }
@media (max-width: 767px) {
  .image--items-3 .image__cont {
    margin-bottom: 15px; }
  .image--items-3 span {
    padding-top: 0; } }
@media (max-width: 499px) {
  .image--items-3 .col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }
.image--desc-right {
  position: relative;
  padding-right: 300px; }
@media (max-width: 1339px) {
  .image--desc-right {
    padding-right: 270px; } }
@media (max-width: 767px) {
  .image--desc-right {
    padding-right: 0; } }
.image--desc-right span {
  max-width: 280px;
  font-size: 16px;
  line-height: 1.5;
  padding: 0;
  position: absolute;
  top: -4px;
  right: 0; }
@media (max-width: 1339px) {
  .image--desc-right span {
    max-width: 250px; } }
@media (max-width: 767px) {
  .image--desc-right span {
    position: static;
    max-width: 100%;
    font-size: 12px;
    line-height: 1.25;
    letter-spacing: .33px;
    padding: 10px 20px 0; } }
.image--desc-left {
  position: relative;
  padding-left: 300px; }
@media (max-width: 1339px) {
  .image--desc-left {
    padding-left: 270px; } }
@media (max-width: 767px) {
  .image--desc-left {
    padding-left: 0; } }
.image--desc-left span {
  max-width: 280px;
  font-size: 16px;
  line-height: 1.5;
  padding: 0;
  position: absolute;
  top: -4px;
  left: 0; }
@media (max-width: 1339px) {
  .image--desc-left span {
    max-width: 250px; } }
@media (max-width: 767px) {
  .image--desc-left span {
    position: static;
    max-width: 100%;
    font-size: 12px;
    line-height: 1.25;
    letter-spacing: .33px;
    padding: 10px 20px 0; } }
.image--desc-left-sm {
  position: relative;
  padding-left: 200px; }
@media (max-width: 1339px) {
  .image--desc-left-sm {
    padding-left: 150px; } }
@media (max-width: 767px) {
  .image--desc-left-sm {
    padding-left: 0; } }
.image--desc-left-sm span {
  max-width: 130px;
  letter-spacing: .2px;
  padding: 0;
  position: absolute;
  top: -2px;
  left: 0; }
@media (max-width: 767px) {
  .image--desc-left-sm span {
    position: static;
    max-width: 100%;
    font-size: 12px;
    padding: 10px 20px 0; } }

.video {
  margin-bottom: 25px; }
@media (max-width: 767px) {
  .video {
    margin: 0 -20px 25px; } }
.video__cont {
  position: relative;
  padding-bottom: 52.842%; }
.video__poster {
  width: 100%;
  height: 100%;
  background: url("../img/v-poster.jpg") center center no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0; }
.video__poster .play-btn-wrap {
  width: 195px;
  height: 123px;
  background: url("../img/svg/play_bg.svg") center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer; }
@media (max-width: 499px) {
  .video__poster .play-btn-wrap {
    width: 150px;
    height: 94px; } }
.video__poster .play-btn-wrap:hover .play-btn {
  -webkit-transform: translate(-30%, -47%);
  transform: translate(-30%, -47%); }
.video__poster .play-btn-wrap:hover .play-btn svg {
  -webkit-filter: drop-shadow(0 3px 7px rgba(83, 170, 50, .5));
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="7" /><feOffset dx="1" dy="4" result="offsetblur" /><feFlood flood-color="rgba(83,170,50,0.5)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  filter: drop-shadow(0 3px 7px rgba(83, 170, 50, .5)); }
.video__poster .play-btn-wrap:active .play-btn {
  -webkit-transform: translate(-30%, -45%);
  transform: translate(-30%, -45%); }
.video__poster .play-btn-wrap:active .play-btn svg {
  -webkit-filter: none;
  filter: none; }
.video__poster .play-btn-wrap:active .play-btn svg path {
  fill: #3e8124; }
.video__poster .play-btn-wrap .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-30%, -45%);
  transform: translate(-30%, -45%);
  -webkit-transition: all .3s ease;
  transition: all .3s ease; }
.video__poster .play-btn-wrap .play-btn svg {
  -webkit-transition: all .3s ease;
  transition: all .3s ease; }
.video__frame {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }
.video__frame iframe {
  width: 100%;
  height: 100%;
  border: none;
  overflow: hidden; }
.video__desc {
  font-size: 13px;
  line-height: 1.25;
  letter-spacing: .33px;
  padding-top: 15px; }
@media (max-width: 767px) {
  .video__desc {
    font-size: 12px;
    padding: 10px 20px 0; } }

.item-switch {
  padding: 36px 26px;
  -webkit-box-shadow: 0px 7px 14px 0px rgba(185, 185, 185, .3);
  box-shadow: 0px 7px 14px 0px rgba(185, 185, 185, .3); }
.item-switch__list {
  margin: 0; }
.item-switch__item {
  position: relative;
  font-family: "Fira Sans Bold";
  line-height: 1.25;
  padding-left: 0;
  margin-bottom: 23px;
  cursor: pointer; }
.item-switch__item::before {
  display: none; }
.item-switch__item::after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-right: 1px solid #1c1b1b;
  border-bottom: 1px solid #1c1b1b;
  position: absolute;
  top: 2px;
  right: 3px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all .2s ease;
  transition: all .2s ease; }
.item-switch__item.is-active {
  padding-left: 20px; }
.item-switch__item.is-active::before {
  display: block;
  background-color: #53aa32;
  left: 1px; }
.item-switch__item.is-active::after {
  border-right: 1px solid #53aa32;
  border-bottom: 1px solid #53aa32;
  top: 8px;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg); }
.item-switch__item ul {
  display: none;
  padding: 14px 0 0 0;
  margin: 0; }
.item-switch__item ul li {
  font-family: "Fira Sans";
  padding-left: 0;
  margin-bottom: 14px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease; }
.item-switch__item ul li:last-child {
  margin-bottom: 0; }
.item-switch__item ul li::before {
  display: none; }
.item-switch__item ul li:hover {
  cursor: pointer; }
.item-switch__item ul li:hover a {
  color: #53aa32;
  background-color: #f0f3f5; }
.item-switch__item ul li.is-active {
  font-family: "Fira Sans Bold"; }
.item-switch__item ul li.is-active:hover a {
  color: #1c1b1b;
  background-color: #fff; }
.item-switch__link:hover {
  background-color: #f0f3f5; }

.hint {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 22px;
  font-family: "Fira Sans Bold";
  line-height: 22px;
  color: #53aa32;
  text-align: center;
  margin: 0 5px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
.hint::before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid #53aa32;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transition: all .2s ease;
  transition: all .2s ease; }
.hint:hover {
  cursor: pointer; }
.hint:hover::before {
  -webkit-box-shadow: 3px 3px 8px rgba(53, 116, 30, .28);
  box-shadow: 3px 3px 8px rgba(53, 116, 30, .28); }

.faq-acc {
  margin-left: -20px;
  margin-bottom: 50px; }
@media (max-width: 767px) {
  .faq-acc {
    margin-right: -20px; } }
.faq-acc__item:hover {
  -webkit-box-shadow: 0 7px 24px 0 rgba(185, 185, 185, .5);
  box-shadow: 0 7px 24px 0 rgba(185, 185, 185, .5); }
.faq-acc__item.is-open {
  -webkit-box-shadow: 0 7px 24px 0 rgba(185, 185, 185, .5);
  box-shadow: 0 7px 24px 0 rgba(185, 185, 185, .5); }
.faq-acc__item.is-open .faq-acc__icon {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }
.faq-acc__item.is-open .faq-acc__icon::before, .faq-acc__item.is-open .faq-acc__icon::after {
  background-color: #d9e0e5; }
.faq-acc__item.is-open .faq-acc__icon:hover::before, .faq-acc__item.is-open .faq-acc__icon:hover::after {
  -webkit-box-shadow: 0 0 8px rgba(53, 116, 30, .28);
  box-shadow: 0 0 8px rgba(53, 116, 30, .28); }
.faq-acc__question {
  position: relative;
  font-family: "Fira Sans Bold";
  font-size: 20px;
  line-height: 1.25;
  padding: 17px 120px 17px 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
.faq-acc__question:hover {
  cursor: pointer; }
@media (max-width: 767px) {
  .faq-acc__question {
    font-size: 18px;
    padding-right: 70px; } }
@media (max-width: 499px) {
  .faq-acc__question {
    font-size: 16px; } }
.faq-acc__icon {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 15px;
  right: 17px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease; }
.faq-acc__icon::before {
  content: '';
  display: block;
  width: 20px;
  height: 2px;
  background-color: #53aa32;
  position: absolute;
  top: 14px;
  left: 5px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease; }
.faq-acc__icon::after {
  content: '';
  display: block;
  width: 2px;
  height: 20px;
  background-color: #53aa32;
  position: absolute;
  top: 5px;
  left: 14px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease; }
@media (max-width: 767px) {
  .faq-acc__icon {
    top: 13px; } }
@media (max-width: 499px) {
  .faq-acc__icon {
    top: 12px; } }
.faq-acc__answer {
  display: none;
  padding: 5px 120px 25px 20px; }
@media (max-width: 767px) {
  .faq-acc__answer {
    padding-right: 70px; } }

.download-link {
  position: relative;
  display: inline-block;
  line-height: 1.25;
  padding: 4px 0 4px 33px;
  margin-bottom: 26px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease; }
.download-link::before {
  content: '\e804';
  font-family: fontello;
  font-size: 28px;
  line-height: 1;
  color: #53aa32;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease; }
.download-link::after {
  content: '\e805';
  font-family: fontello;
  font-size: 28px;
  line-height: 1;
  color: #53aa32;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  opacity: 0; }
.download-link:hover::before {
  opacity: 0; }
.download-link:hover::after {
  opacity: 1; }
.download-link:hover span {
  background-color: #d9e0e5;
  color: #53aa32; }
.download-link:hover .ext-size {
  background: none;
  color: #d9e0e5; }
.download-link span {
  display: inline-block;
  line-height: 20px;
  margin-right: 4px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease; }
.download-link .ext-size {
  color: #d9e0e5;
  margin-right: 0; }
.download-link--archive::before {
  content: '\e806'; }
.download-link--archive::after {
  content: '\e807'; }
.download-link--archive:hover::before {
  opacity: 0; }
.download-link--archive:hover::after {
  opacity: 1; }

@media (max-width: 767px) {
  .tabs {
    margin: 0 -20px; } }

.tabs__link-list {
  display: block;
  font-size: 0;
  border-bottom: 2px solid #d9e0e5;
  margin-bottom: 25px; }
@media (max-width: 499px) {
  .tabs__link-list {
    margin-bottom: 15px; } }
.tabs__link-list li {
  display: inline-block;
  padding: 0;
  margin: 0; }
.tabs__link-list li::before {
  display: none; }
@media (max-width: 767px) {
  .tabs__link-list li {
    display: block; } }

.tabs__link {
  display: block;
  padding: 15px 20px;
  font-family: "Fira Sans Bold";
  font-size: 20px;
  line-height: 1;
  letter-spacing: .5px; }
.tabs__link:hover {
  background-color: #f0f3f5;
  color: #53aa32; }
.tabs__link.is-active {
  background-color: #d9e0e5; }
.tabs__link.is-active:hover {
  background-color: #d9e0e5;
  color: #1c1b1b; }
@media (max-width: 1339px) {
  .tabs__link {
    font-size: 18px;
    padding: 15px 18px; } }
@media (max-width: 767px) {
  .tabs__link {
    text-align: center; } }

.tabs__item {
  display: none; }
.tabs__item span {
  display: block;
  margin-bottom: 15px; }
@media (max-width: 767px) {
  .tabs__item span {
    padding: 0 20px; } }
.tabs__item.is-active {
  display: block; }

.pagination {
  padding: 30px 0;
  font-size: 0;
  text-align: center; }
.pagination-inner {
  position: relative;
  display: inline-block;
  padding: 0 150px; }
.pagination-inner::before, .pagination-inner::after {
  content: '';
  display: block;
  width: 25px;
  height: 10px;
  background: url("../img/svg/pag_pat.svg") center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%; }
.pagination-inner::before {
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }
.pagination-inner::after {
  right: 0;
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg); }
@media (max-width: 399px) {
  .pagination-inner {
    padding: 0 100px; }
  .pagination-inner::before, .pagination-inner::after {
    display: none; } }
.pagination__list {
  display: inline-block;
  margin: 0; }
.pagination__item {
  display: inline-block;
  padding: 0 5px;
  margin: 0; }
.pagination__item::before {
  content: '';
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 100%;
  background: #1c1b1b;
  position: absolute;
  top: 50%;
  left: auto;
  right: -2px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }
.pagination__item:last-child::before {
  display: none; }
.pagination__item.is-current .pagination__link {
  color: #fff;
  cursor: default; }
.pagination__item.is-current .pagination__link::before {
  content: '';
  display: block;
  width: 32px;
  height: 32px;
  background-color: #53aa32;
  border-radius: 6px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -51%) rotate(45deg);
  transform: translate(-50%, -51%) rotate(45deg);
  z-index: -1; }
.pagination__item.is-current .pagination__link:hover::before {
  -webkit-box-shadow: none;
  box-shadow: none; }
@media (max-width: 767px) {
  .pagination__item {
    display: none; }
  .pagination__item.is-current {
    display: inline-block; }
  .pagination__item.is-current::before {
    display: none; } }
.pagination__link {
  position: relative;
  display: block;
  font-size: 16px;
  padding: 0 12px;
  z-index: 1; }
.pagination__link::before {
  content: '';
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 6px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -51%) rotate(45deg);
  transform: translate(-50%, -51%) rotate(45deg);
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  z-index: -1; }
.pagination__link:hover::before {
  background-color: #f0f3f5;
  -webkit-box-shadow: 0 3px 8px rgba(53, 116, 30, .28);
  box-shadow: 0 3px 8px rgba(53, 116, 30, .28); }
.pagination__prev, .pagination__next {
  display: block;
  width: 44px;
  height: 44px;
  border: 2px solid #53aa32;
  border-radius: 8px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg); }
.pagination__prev::before, .pagination__next::before {
  content: '';
  display: block;
  width: 13px;
  height: 13px;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: all .2s ease;
  transition: all .2s ease; }
.pagination__prev:hover, .pagination__next:hover {
  background-color: #53aa32;
  -webkit-box-shadow: 2px 2px 8px rgba(53, 116, 30, .28);
  box-shadow: 2px 2px 8px rgba(53, 116, 30, .28); }
.pagination__prev:hover::before, .pagination__next:hover::before {
  border-color: #fff; }
.pagination__prev:active, .pagination__next:active {
  background-color: #3e8124;
  -webkit-box-shadow: none;
  box-shadow: none; }
.pagination__prev.not-active, .pagination__next.not-active {
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 2px solid #d9e0e5; }
.pagination__prev.not-active::before, .pagination__next.not-active::before {
  border-color: #d9e0e5; }
.pagination__prev {
  left: 50px; }
.pagination__prev::before {
  border-left: 2px solid #53aa32;
  border-bottom: 2px solid #53aa32;
  -webkit-transform: translate(-40%, -60%);
  transform: translate(-40%, -60%); }
@media (max-width: 399px) {
  .pagination__prev {
    left: 0; } }
.pagination__next {
  right: 50px; }
.pagination__next::before {
  border-top: 2px solid #53aa32;
  border-right: 2px solid #53aa32;
  -webkit-transform: translate(-60%, -40%);
  transform: translate(-60%, -40%); }
@media (max-width: 399px) {
  .pagination__next {
    right: 0; } }

.list-item {
  position: relative;
  display: block;
  background-color: #fff;
  outline: none;
  border-left: 1px solid #d9e0e5;
  border-right: 1px solid #d9e0e5;
  border-bottom: 1px solid #d9e0e5;
  -webkit-transition: all .2s ease;
  transition: all .2s ease; }
.list-item h5 {
  margin: 0;
  -webkit-transition: all .2s ease;
  transition: all .2s ease; }
.list-item:hover {
  border-color: transparent;
  -webkit-box-shadow: 0px 10px 30px -10px rgba(0, 0, 0, .5);
  box-shadow: 0px 10px 30px -10px rgba(0, 0, 0, .5); }
.list-item:hover .list-item__cont::before {
  opacity: 1;
  right: 20px; }
.list-item:hover h5 {
  color: #53aa32; }
@media (max-width: 1339px) {
  .list-item h5 {
    font-size: 22px; } }
@media (max-width: 767px) {
  .list-item:hover {
    -webkit-box-shadow: none;
    box-shadow: none; }
  .list-item h5 {
    font-size: 20px; } }
.list-item__photo {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 212px;
  margin: 0 -1px; }
@media (max-width: 767px) {
  .list-item__photo {
    height: auto;
    min-height: 212px;
    padding-bottom: 40%;
    margin: 0; } }
.list-item__cont {
  position: relative;
  background-color: #fff;
  padding: 20px 20px 55px; }
.list-item__cont::before {
  content: '';
  display: block;
  width: 61px;
  height: 20px;
  background: url("../img/svg/news_arr.svg") center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 20px;
  right: 25px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
@media (max-width: 1339px) {
  .list-item__cont {
    padding-bottom: 40px; } }
@media (max-width: 767px) {
  .list-item__cont {
    padding-bottom: 30px; } }
.list-item__date {
  line-height: 1.2;
  padding-right: 80px;
  margin-bottom: 25px; }
.list-item__date span {
  display: block; }
@media (max-width: 767px) {
  .list-item__date {
    margin-bottom: 20px; } }
.list-item__loc {
  position: relative;
  display: block;
  padding-left: 20px; }
.list-item__loc::before {
  content: '';
  display: block;
  width: 10px;
  height: 15px;
  background: url("../img/svg/loc.svg") center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 2px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }
.list-item__price {
  font-family: "Fira Sans Bold";
  font-size: 24px;
  line-height: 1;
  letter-spacing: .6px;
  color: #53aa32; }
.list-item--product h5 {
  padding-right: 80px;
  margin-bottom: 10px; }
.list-item--product .list-item__cont {
  padding-bottom: 40px; }
.list-item--product .list-item__cont::before {
  top: 26px; }
.list-item--product .list-item__loc {
  margin-bottom: 25px; }
@media (max-width: 1023px) {
  .list-item--product .list-item__cont::before {
    top: 25px; } }
@media (max-width: 767px) {
  .list-item--product .list-item__cont::before {
    top: 23px; } }

.manager-card {
  height: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 40px -12px rgba(0, 0, 0, .3);
  box-shadow: 0px 5px 40px -12px rgba(0, 0, 0, .3);
  padding: 30px; }
@media (max-width: 1023px) {
  .manager-card {
    height: auto;
    text-align: center;
    margin-bottom: 20px; } }
@media (max-width: 499px) {
  .manager-card {
    padding: 25px 20px;
    margin: 0 -20px 20px; } }
.manager-card__photo {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 10px; }
@media (max-width: 1023px) {
  .manager-card__photo {
    margin: 0 auto 10px; } }
.manager-card h4 {
  font-size: 26px;
  line-height: 1.25;
  letter-spacing: .65px;
  margin-bottom: 20px; }
@media (max-width: 1339px) {
  .manager-card h4 {
    font-size: 24px; } }
.manager-card h6 {
  font-size: 16px;
  line-height: 1.25;
  margin-bottom: 10px; }

.structure {
  background-color: #eff2f4;
  padding: 20px; }
@media (max-width: 767px) {
  .structure {
    margin: 0 -20px; } }
.structure__ceo {
  text-align: center;
  margin-bottom: 20px; }
.structure__deputy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #53aa32;
  color: #fff;
  margin-bottom: 20px; }
.structure__deputy h6 {
  width: 50%;
  text-align: center;
  padding: 25px 10px;
  margin: 0;
  -webkit-box-shadow: 0px 10px 30px -10px rgba(0, 0, 0, .5);
  box-shadow: 0px 10px 30px -10px rgba(0, 0, 0, .5); }
.structure__deputy h6:first-child {
  border-right: 1px solid #fff; }
@media (max-width: 1339px) {
  .structure__deputy h6 {
    font-size: 18px; } }
@media (max-width: 767px) {
  .structure__deputy {
    display: block;
    -webkit-box-shadow: 0px 10px 30px -20px rgba(0, 0, 0, .5);
    box-shadow: 0px 10px 30px -20px rgba(0, 0, 0, .5); }
  .structure__deputy h6 {
    width: 100%; }
  .structure__deputy h6:first-child {
    border-right: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px solid #fff; } }
.structure__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px; }
@media (max-width: 1023px) {
  .structure__items {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0; } }
@media (max-width: 767px) {
  .structure__items {
    display: block;
    margin-bottom: 20px; } }
.structure__item {
  position: relative;
  width: calc(25% - 15px);
  background-color: #fff;
  padding: 25px 20px;
  text-align: center; }
.structure__item--chain {
  padding-bottom: 42px; }
.structure__item h6 {
  margin-bottom: 10px;
  line-height: 1.2; }
.structure__item span {
  display: block;
  line-height: 1.2; }
.structure__item span.ph-chain {
  width: 100%;
  border-top: 1px solid #eff2f4;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0;
  padding: 14px 0;
  position: absolute;
  left: 0;
  bottom: 0; }
@media (max-width: 1339px) {
  .structure__item h6 {
    font-size: 18px; }
  .structure__item span {
    font-size: 13px; } }
@media (max-width: 1023px) {
  .structure__item {
    width: calc(50% - 10px);
    margin-bottom: 20px; } }
@media (max-width: 767px) {
  .structure__item {
    width: 100%;
    border-bottom: 1px solid #eff2f4;
    margin-bottom: 0; }
  .structure__item--chain {
    padding-bottom: 25px; }
  .structure__item span.ph-chain {
    position: static;
    border-top: none;
    padding: 0; } }

.cont-link {
  position: relative;
  display: inline-block;
  line-height: 1.25;
  margin-left: 18px; }
.cont-link::before {
  font-family: fontello;
  color: #53aa32;
  position: absolute;
  top: 50%;
  left: -18px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }
.cont-link:hover {
  background-color: #f0f3f5; }
.cont-link--mail {
  color: #53aa32; }
.cont-link--mail::before {
  content: '\e808';
  font-size: 9px; }
.cont-link--mail:hover {
  color: #3e8124; }
.cont-link--phone::before {
  content: '\e800';
  font-size: 12px;
  left: -15px; }
.cont-link--phone:hover {
  color: #53aa32; }

.search-capture {
  background-color: #c7ecb9; }

.map-list-toggle {
  position: relative;
  display: inline-block;
  margin-bottom: 15px; }
.map-list-toggle__tab-link {
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
.map-list-toggle__tab-link:first-child {
  margin-right: 40px; }
.map-list-toggle__tab-link.is-active {
  font-family: "Fira Sans Bold"; }
.map-list-toggle__switch {
  display: block;
  width: 23px;
  height: 5px;
  background-color: #d9e0e5;
  border-radius: 1px;
  position: absolute;
  top: 50%;
  left: 79px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer; }
.map-list-toggle__switch-inner {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 2px;
  background-color: #53aa32;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  -webkit-transition: all .3s ease;
  transition: all .3s ease; }
.map-list-toggle__switch-inner.show-list {
  left: 11px; }
@media (max-width: 767px) {
  .map-list-toggle__switch {
    left: 71px; } }

.drug-search__form {
  position: relative;
  margin-bottom: 30px; }

.drug-search__input {
  position: relative; }
.drug-search__input::before {
  content: '\e802';
  font-family: fontello;
  font-size: 20px;
  color: #d9e0e5;
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }
.drug-search__input input[type="search"], .drug-search__input input[type="text"] {
  padding-left: 46px; }
@media (max-width: 1339px) {
  .drug-search__input {
    margin-bottom: 20px; } }

@media (max-width: 1339px) {
  .drug-search__select {
    margin-bottom: 20px; } }

.drug-search__select .select_list {
  max-height: 322px; }

.drug-search__checkbox {
  padding-top: 12px; }
@media (max-width: 1339px) {
  .drug-search__checkbox {
    padding-top: 0; } }
@media (max-width: 1023px) {
  .drug-search__checkbox {
    margin-bottom: 20px; } }

.drug-search__btn button {
  width: 100%; }
@media (max-width: 1023px) {
  .drug-search__btn button {
    max-width: 200px; } }
@media (max-width: 499px) {
  .drug-search__btn button {
    max-width: 100%; } }

.popup-overlay {
  display: none;
  width: 100%;
  height: 100vh;
  padding: 10px 0;
  font-size: 0;
  white-space: nowrap;
  text-align: center;
  background-color: rgba(0, 0, 0, .6);
  position: fixed;
  overflow: auto;
  top: 0;
  left: 0;
  z-index: 1000; }
.popup-overlay::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0;
  font-size: 0;
  height: 100%; }
.popup-overlay .popup {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  white-space: normal;
  text-align: left;
  width: 100%;
  max-width: 600px;
  background-color: #fff;
  -webkit-box-shadow: 10px 10px 30px -10px rgba(0, 0, 0, .4);
  box-shadow: 10px 10px 30px -10px rgba(0, 0, 0, .4); }
.popup.popup-text-over-size {
    max-width: 1000px;}
@media (max-width: 767px) {
  .popup-overlay .popup {
    max-width: 500px; } }
@media (max-width: 499px) {
  .popup-overlay .popup {
    max-width: 320px; } }
.popup-overlay .popup__close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  right: -190px;
  opacity: .8;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease; }
.popup-overlay .popup__close::before {
  content: '';
  width: 35px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg); }
.popup-overlay .popup__close::after {
  content: '';
  width: 35px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg); }
.popup-overlay .popup__close:hover {
  cursor: pointer;
  opacity: 1; }
@media (max-width: 1023px) {
  .popup-overlay .popup__close {
    right: -60px; } }
@media (max-width: 767px) {
  .popup-overlay .popup__close {
    top: 10px;
    right: 10px;
    opacity: 1; } }
@media (max-width: 499px) {
  .popup-overlay .popup__close {
    top: 5px;
    right: 5px; }
  .popup-overlay .popup__close::before, .popup-overlay .popup__close::after {
    width: 30px; } }
.popup-overlay .popup__header {
  padding: 20px 30px;
  background: url("../img/popup-header.png") center center no-repeat;
  background-size: cover;
  -webkit-box-shadow: 0 7px 25px 0 rgba(0, 0, 0, .3);
  box-shadow: 0 7px 25px 0 rgba(0, 0, 0, .3);
  color: #fff;
  text-align: center; }
.popup-overlay .popup__header h2 {
  margin-bottom: 5px; }
@media (max-width: 767px) {
  .popup-overlay .popup__header {
    padding: 20px 50px; } }
@media (max-width: 499px) {
  .popup-overlay .popup__header {
    padding: 20px 40px 20px 20px; }
  .popup-overlay .popup__header h2 {
    font-size: 20px; } }
.popup-overlay .popup__text {
  padding: 25px 30px 0; }
.popup-overlay .popup .p-drug {
  padding: 25px 30px 30px; }
@media (max-width: 767px) {
  .popup-overlay .popup .p-drug {
    padding: 25px 20px 20px; } }
.popup-overlay .popup .p-drug__name {
  margin-bottom: 30px; }
.popup-overlay .popup .p-drug__name h4 {
  margin-bottom: 5px; }
.popup-overlay .popup .p-drug__quantity {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
.popup-overlay .popup .p-drug__price {
  display: inline-block;
  vertical-align: top;
  margin-right: 40px; }
.popup-overlay .popup .p-drug__price-val {
  font-size: 16px; }
.popup-overlay .popup .p-drug__price span {
  display: block;
  font-size: 13px;
  line-height: 1;
  letter-spacing: .33px;
  color: #a9aeb2;
  margin-bottom: 27px; }
@media (max-width: 767px) {
  .popup-overlay .popup .p-drug__price {
    margin-right: 30px; } }
@media (max-width: 499px) {
  .popup-overlay .popup .p-drug__price {
    margin-right: 0; } }
.popup-overlay .popup .p-drug__counter {
  display: inline-block;
  vertical-align: top;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-right: 50px; }
@media (max-width: 767px) {
  .popup-overlay .popup .p-drug__counter {
    margin-right: 30px; } }
@media (max-width: 499px) {
  .popup-overlay .popup .p-drug__counter {
    float: right; } }
.popup-overlay .popup .p-drug__counter span {
  display: block;
  font-size: 13px;
  line-height: 1;
  letter-spacing: .33px;
  color: #a9aeb2;
  margin-bottom: 15px; }
.popup-overlay .popup .p-drug__counter .p-drug-counter {
  position: relative;
  width: 105px;
  height: 45px;
  border: 2px solid #d9e0e5;
  border-radius: 6px;
  padding: 0 30px; }
.popup-overlay .popup .p-drug__counter .p-drug-counter__input {
  width: 100%;
  max-width: 100%;
  font-size: 16px;
  border: none;
  height: 100%;
  padding: 11px 0;
  text-align: center!important;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: textfield; }
.popup-overlay .popup .p-drug__counter .p-drug-counter__input::-webkit-inner-spin-button, .popup-overlay .popup .p-drug__counter .p-drug-counter__input::-webkit-outer-spin-button {
  display: none;
  -webkit-appearance: none;
  appearance: none;
  margin: 0; }
.popup-overlay .popup .p-drug__counter .p-drug-counter__minus {
  width: 30px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }
.popup-overlay .popup .p-drug__counter .p-drug-counter__minus::before {
  content: '';
  display: block;
  width: 20px;
  height: 2px;
  background-color: #d9e0e5;
  border-radius: 2px;
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all .2s ease;
  transition: all .2s ease; }
.popup-overlay .popup .p-drug__counter .p-drug-counter__minus:hover {
  cursor: pointer; }
.popup-overlay .popup .p-drug__counter .p-drug-counter__minus:hover::before {
  background-color: #53aa32; }
.popup-overlay .popup .p-drug__counter .p-drug-counter__plus {
  width: 30px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0; }
.popup-overlay .popup .p-drug__counter .p-drug-counter__plus::before {
  content: '';
  display: block;
  width: 20px;
  height: 2px;
  background-color: #d9e0e5;
  border-radius: 2px;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all .2s ease;
  transition: all .2s ease; }
.popup-overlay .popup .p-drug__counter .p-drug-counter__plus::after {
  content: '';
  display: block;
  width: 2px;
  height: 20px;
  background-color: #d9e0e5;
  border-radius: 2px;
  position: absolute;
  top: 50%;
  right: 19px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all .2s ease;
  transition: all .2s ease; }
.popup-overlay .popup .p-drug__counter .p-drug-counter__plus:hover {
  cursor: pointer; }
.popup-overlay .popup .p-drug__counter .p-drug-counter__plus:hover::before, .popup-overlay .popup .p-drug__counter .p-drug-counter__plus:hover::after {
  background-color: #53aa32; }
.popup-overlay .popup .p-drug__total {
  display: inline-block;
  vertical-align: top; }
.popup-overlay .popup .p-drug__total-val {
  font-family: "Fira Sans Bold";
  font-size: 30px;
  line-height: 1;
  letter-spacing: .75px;
  color: #53aa32; }
.popup-overlay .popup .p-drug__total span {
  display: block;
  font-family: "Fira Sans";
  font-size: 13px;
  line-height: 1;
  letter-spacing: .33px;
  color: #a9aeb2;
  margin-bottom: 23px; }
@media (max-width: 499px) {
  .popup-overlay .popup .p-drug__total {
    display: block;
    padding: 20px 100px 0 0; }
  .popup-overlay .popup .p-drug__total span {
    margin-bottom: 10px; } }
.popup-overlay .popup .p-drug__rules {
  display: inline-block;
  vertical-align: top;
  padding-top: 35px;
  float: right; }
.popup-overlay .popup .p-drug__rules a {
  font-size: 13px;
  line-height: 1.2;
  color: #53aa32;
  letter-spacing: .33px; }
.popup-overlay .popup .p-drug__rules a:hover {
  color: #3e8124; }
@media (max-width: 499px) {
  .popup-overlay .popup .p-drug__rules {
    float: none;
    padding: 0;
    position: absolute;
    right: 0;
    bottom: 0; }
  .popup-overlay .popup .p-drug__rules a {
    font-size: 12px; } }
.popup-overlay .popup .p-form {
  padding: 30px 100px 40px 100px; }
@media (max-width: 767px) {
  .popup-overlay .popup .p-form {
    padding: 30px 50px 40px 50px; } }
@media (max-width: 499px) {
  .popup-overlay .popup .p-form {
    padding: 30px 20px; } }
.popup-overlay .popup .p-form .form__input {
  max-width: 400px;
  margin-bottom: 20px; }
.popup-overlay .popup .p-form .form__input .input-name {
  position: static;
  font-size: 13px;
  letter-spacing: .33px;
  color: #a9aeb2;
  -webkit-transform: none;
  transform: none;
  margin-bottom: 5px; }
.popup-overlay .popup .p-form .form__input .input-name span {
  color: #aa3232; }
.popup-overlay .popup .p-form .form__input textarea {
  height: 110px;
  min-height: 110px;
  max-height: 110px;
  resize: none; }
.popup-overlay .popup .p-form .form__input-name {
  display: inline-block;
  vertical-align: top;
  max-width: 190px;
  margin-right: 15px; }
@media (max-width: 499px) {
  .popup-overlay .popup .p-form .form__input-name {
    display: block;
    max-width: 100%;
    margin: 0 0 20px; } }
.popup-overlay .popup .p-form .form__input-surname {
  display: inline-block;
  vertical-align: top;
  max-width: 190px; }
@media (max-width: 499px) {
  .popup-overlay .popup .p-form .form__input-surname {
    display: block;
    max-width: 100%; } }
.popup-overlay .popup .p-form .form__input--phone {
  max-width: 245px; }
.popup-overlay .popup .p-form .form__input--radio {
  margin-bottom: 30px; }
.popup-overlay .popup .p-form .form__input--radio .input-name {
  font-size: 16px;
  color: #1c1b1b;
  margin-bottom: 15px; }
.popup-overlay .popup .p-form .form__input--radio .radio {
  display: block;
  margin-bottom: 20px; }
.popup-overlay .popup .p-form .form__input--radio .radio:last-child {
  margin-bottom: 0; }
.popup-overlay .popup .p-form .form__input--captcha {
  padding-left: 155px; }
.popup-overlay .popup .p-form .form__input--captcha .captcha-wrap {
  width: 140px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0; }
.popup-overlay .popup .p-form .form__input--captcha .captcha-wrap img {
  width: 100%;
  max-width: 140px;
  height: 50px; }
.popup-overlay .popup .p-form .form__input--captcha input {
  max-width: 180px; }
.popup-overlay .popup .p-form .form__input--checkbox {
  padding-left: 34px;
  margin-bottom: 30px; }
.popup-overlay .popup .p-form .form__input--checkbox .checkbox {
  width: 24px;
  height: 24px;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0; }
.popup-overlay .popup .p-form .form__input--checkbox .checkbox__label {
  padding-top: 3px; }
.popup-overlay .popup .p-form .form__input--checkbox .checkbox__label a {
  color: #53aa32; }
.popup-overlay .popup .p-form .form__input--checkbox .checkbox__label a:hover {
  color: #3e8124; }
.popup-overlay .popup .p-form .form .btn {
  width: 100%;
  max-width: 232px;
  text-align: center!important; }
.popup-overlay .popup .p-form .form .btn--green::before, .popup-overlay .popup .p-form .form .btn--green::after {
  border-color: #f0f3f5; }
@media (max-width: 499px) {
  .popup-overlay .popup .p-form .form .btn {
    max-width: 100%; } }
.popup-overlay .popup .p-form--order {
  background-color: #f0f3f5;
  padding: 30px 110px 40px 160px; }
@media (max-width: 767px) {
  .popup-overlay .popup .p-form--order {
    padding: 30px 20px 40px 140px; } }
@media (max-width: 499px) {
  .popup-overlay .popup .p-form--order {
    padding: 30px 20px; } }
.popup-overlay .popup .p-form--order .form__input .input-name {
  position: absolute;
  margin-bottom: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }
@media (max-width: 499px) {
  .popup-overlay .popup .p-form--order .form__input .input-name {
    max-width: 100%;
    position: static;
    -webkit-transform: none;
    transform: none;
    margin-bottom: 5px; } }

.header {
  background-color: #fff; }
.header .container {
  position: relative; }
@media (max-width: 1023px) {
  .header .container {
    padding-left: 0;
    padding-right: 0; } }
.header__top {
  font-size: 0;
  border-bottom: 1px solid #d9e0e5;
  margin-bottom: 30px; }
@media (max-width: 1023px) {
  .header__top {
    border-bottom: none;
    margin: 0; } }
.header__top-right {
  float: right; }
.header .h-nav {
  display: inline-block;
  vertical-align: middle;
  margin-right: 56px; }
@media (max-width: 1339px) {
  .header .h-nav {
    margin-right: 36px; } }
@media (max-width: 1023px) {
  .header .h-nav {
    display: none; } }
.header .h-nav ul {
  font-size: 0;
  margin: 0; }
.header .h-nav ul li {
  display: inline-block;
  vertical-align: top;
  list-style: none;
  padding: 17px 0 16px;
  margin: 0 30px 0 0; }
.header .h-nav ul li:last-child {
  margin-right: 0; }
.header .h-nav ul li::before {
  display: none; }
@media (max-width: 1339px) {
  .header .h-nav ul li {
    padding: 17px 0;
    margin-right: 20px; } }
.header .h-nav ul li a {
  font-size: 16px;
  line-height: 1;
  color: #1c1b1b; }
.header .h-nav ul li a:hover {
  background-color: #f0f3f5;
  color: #53aa32; }
@media (max-width: 1339px) {
  .header .h-nav ul li a {
    font-size: 15px; } }
.header .short-num {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding-left: 18px; }
@media (max-width: 1023px) {
  .header .short-num {
    position: absolute;
    top: 23px;
    right: 90px;
    z-index: 99; } }
@media (max-width: 767px) {
  .header .short-num {
    width: 40px;
    height: 40px;
    background-color: #d9e0e5;
    border-radius: 100%;
    padding: 0;
    top: 5px;
    right: 91px; } }
.header .short-num:hover .short-num__num {
  color: #3e8124; }
.header .short-num::before {
  content: '\e800';
  font-family: fontello;
  font-size: 23px;
  line-height: 1;
  color: #d9e0e5;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }
@media (max-width: 767px) {
  .header .short-num::before {
    color: #000;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); } }
.header .short-num__num {
  display: inline-block;
  vertical-align: middle;
  font-size: 32px;
  line-height: .8;
  letter-spacing: .8px;
  color: #53aa32;
  margin-right: 7px;
  -webkit-transition: color .2s ease;
  transition: color .2s ease; }
@media (max-width: 767px) {
  .header .short-num__num {
    display: none; } }
.header .short-num__desc {
  max-width: 83px;
  display: inline-block;
  vertical-align: middle;
  font-family: Verdana;
  font-size: 10px;
  line-height: 1.1;
  letter-spacing: .9px;
  color: #1c1b1b; }
@media (max-width: 767px) {
  .header .short-num__desc {
    display: none; } }
.header__vis-imp {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 24px;
  font-size: 16px;
  color: #1c1b1b; }
@media (max-width: 1023px) {
  .header__vis-imp {
    display: none; } }
.header__vis-imp::after {
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 1px;
  background-color: #53aa32;
  position: absolute;
  top: 50%;
  right: -20px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg); }
.header__vis-imp:hover {
  color: #53aa32; }
.header__lang {
  display: inline-block;
  vertical-align: middle;
  width: 42px;
  font-size: 16px;
  margin-right: 30px; }
@media (max-width: 1339px) {
  .header__lang {
    margin-right: 20px; } }
@media (max-width: 1023px) {
  .header__lang {
    display: none; } }
.header .hamburger {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  background-color: #d9e0e5;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  z-index: 999; }
.header .hamburger.is-active {
  background-color: transparent; }
@media (max-width: 1023px) {
  .header .hamburger {
    padding: 30px 20px; } }
@media (max-width: 767px) {
  .header .hamburger {
    padding: 17px 20px; } }
.header .h-menu {
  display: none;
  width: 100%;
  min-width: 320px;
  background: url(../img/h-menu_bg-1.png) 0 0 no-repeat, url(../img/h-menu_bg-2.png) 100% 0 no-repeat, #fff;
  -webkit-box-shadow: 0px 5px 30px 0px rgba(185, 185, 185, .2);
  box-shadow: 0px 5px 30px 0px rgba(185, 185, 185, .2);
  padding: 63px 0 16px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 998; }
@media (max-width: 767px) {
  .header .h-menu {
    background-position: 0 0, 100% 50%; } }
.header .h-menu .container {
  padding-left: 20px;
  padding-right: 20px; }
.header .h-menu__title {
  display: block;
  font-family: "Fira Sans Bold";
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: .5px;
  color: #1c1b1b;
  margin-bottom: 20px; }
.header .h-menu__title--link {
  margin-bottom: 28px; }
.header .h-menu__title--link:hover {
  color: #53aa32; }
.header .h-menu__list {
  padding-right: 30px;
  margin-bottom: 31px; }
@media (max-width: 1339px) {
  .header .h-menu__list {
    padding-right: 0; } }
@media (max-width: 1023px) {
  .header .h-menu__list {
    padding-right: 80px; } }
@media (max-width: 767px) {
  .header .h-menu__list {
    padding-right: 0; } }
.header .h-menu__item {
  line-height: 1.3;
  padding-left: 0;
  margin: 0 0 19px; }
.header .h-menu__item:last-child {
  margin-bottom: 0; }
.header .h-menu__item::before {
  display: none; }
@media (max-width: 767px) {
  .header .h-menu__item {
    font-size: 16px; } }
.header .h-menu__link {
  color: #1c1b1b; }
.header .h-menu__link:hover {
  color: #53aa32; }
.header .h-menu__link--sub {
  position: relative;
  padding-right: 18px; }
.header .h-menu__link--sub.is-open {
  font-family: "Fira Sans Bold"; }
.header .h-menu__link--sub.is-open .arr-right {
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg); }
.header .h-menu__submenu {
  display: none;
  padding: 13px 0 5px 20px; }
.header .h-menu__submenu li {
  line-height: 1.3;
  padding-left: 0;
  margin-bottom: 19px; }
.header .h-menu__submenu li:last-child {
  margin-bottom: 0; }
.header .h-menu__submenu li::before {
  display: none; }
.header .h-menu__submenu li a {
  color: #1c1b1b; }
.header .h-menu__submenu li a:hover {
  color: #53aa32; }
.header__bottom {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 30px; }
@media (max-width: 1023px) {
  .header__bottom {
    display: block;
    height: 76px;
    padding: 10px 0 10px 20px; } }
@media (max-width: 767px) {
  .header__bottom {
    height: 50px;
    padding: 0 0 0 20px; } }
.header__logo {
  display: inline-block;
  vertical-align: middle; }
@media (max-width: 1339px) {
  .header__logo {
    max-width: 220px; } }
@media (max-width: 1023px) {
  .header__logo {
    max-width: 185px;
    margin-right: 41px; } }
@media (max-width: 767px) {
  .header__logo {
    max-width: 138px;
    margin-right: 0;
    margin-top: 4px; } }
.header__cat {
  vertical-align: middle; }
@media (max-width: 767px) {
  .header__cat {
    display: none; } }
.header__search {
  position: relative;
  width: 100%;
  max-width: 325px;
  padding: 0 28px; }
@media (max-width: 1339px) {
  .header__search {
    max-width: 240px; } }
@media (max-width: 1023px) {
  .header__search {
    display: none; } }
.header__search::before {
  content: '\e802';
  font-family: fontello;
  font-size: 20px;
  color: #53aa32;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }
.header__search input {
  display: block;
  width: 100%;
  height: auto;
  font-family: "Fira Sans";
  font-size: 16px;
  line-height: normal;
  letter-spacing: .4px;
  border: none;
  border-bottom: 2px solid transparent;
  border-radius: 0;
  padding: 2px 0;
  -webkit-transition: all .2s ease;
  transition: all .2s ease; }
.header__search input::-webkit-input-placeholder {
  color: #1c1b1b; }
.header__search input::-moz-placeholder, .header__search input:-moz-placeholder {
  color: #1c1b1b; }
.header__search input:-ms-input-placeholder {
  color: #1c1b1b; }
.header__search input:focus {
  border-bottom: 2px solid #53aa32;
  outline: none; }
@media (max-width: 1023px) {
  .header__land {
    display: none; } }

.main {
  position: relative; }
.main__slider-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0; }
.main__slide-bg {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }
.main__slide-bg img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-115%, -40%);
  transform: translate(-115%, -40%); }
@media (max-width: 1339px) {
  .main__slide-bg img {
    max-width: 480px;
    -webkit-transform: translate(-105%, -40%);
    transform: translate(-105%, -40%); } }
@media (max-width: 1023px) {
  .main__slide-bg img {
    max-width: 330px;
    -webkit-transform: translate(-120%, -40%);
    transform: translate(-120%, -40%); } }
@media (max-width: 767px) {
  .main__slide-bg img {
    max-width: 270px;
    top: 15px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); } }
.main .container {
  position: relative;
  min-height: 645px;
  padding: 30px 20px;
  z-index: 1; }
@media (max-width: 1023px) {
  .main .container {
    min-height: 555px; } }
@media (max-width: 767px) {
  .main .container {
    min-height: 655px; } }
.main .main-block {
  position: relative;
  background-color: #fff;
  width: 100%;
  max-width: 540px;
  height: 100%;
  min-height: 585px;
  padding: 52px 55px 140px;
  float: right; }
@media (max-width: 1339px) {
  .main .main-block {
    max-width: 500px;
    padding: 50px 40px 140px; } }
@media (max-width: 1023px) {
  .main .main-block {
    max-width: 420px;
    min-height: 395px;
    padding: 32px 30px 140px; } }
@media (max-width: 767px) {
  .main .main-block {
    float: none;
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 15px;
    width: auto;
    max-width: 100%;
    height: auto;
    min-height: 0;
    padding: 24px 15px 100px; } }
.main .main-block__slider {
  width: 100%; }
.main .main-block__slide {
  padding: 0 5px 10px; }
@media (max-width: 1023px) {
  .main .main-block__slide h2 {
    font-size: 34px; } }
@media (max-width: 767px) {
  .main .main-block__slide h2 {
    font-size: 24px;
    margin-bottom: 20px; } }
.main .main-block__slide span {
  display: block;
  margin-bottom: 34px; }
@media (max-width: 767px) {
  .main .main-block__slide span {
    margin-bottom: 25px; } }
.main .main-block__slide .btn {
  padding: 15px 30px; }
@media (max-width: 349px) {
  .main .main-block__slide .btn {
    padding: 15px 0;
    text-align: center;
    width: calc(100% - 6px);
    margin: 0 3px; } }
.main .main-block__counter {
  min-width: 95px;
  padding-right: 23px;
  position: absolute;
  left: 60px;
  bottom: 48px; }
@media (max-width: 1339px) {
  .main .main-block__counter {
    left: 45px; } }
@media (max-width: 1023px) {
  .main .main-block__counter {
    left: 35px; } }
@media (max-width: 767px) {
  .main .main-block__counter {
    display: none; } }
.main .main-block__counter .current-slide {
  font-family: "Fira Sans Bold";
  font-size: 60px;
  line-height: .8;
  letter-spacing: 1.5px;
  color: #d9e0e5; }
.main .main-block__counter .total {
  color: #d9e0e5;
  position: absolute;
  top: 0;
  right: 0; }
.main .main-block__arrows {
  width: 205px;
  height: 50px;
  background: url("../img/svg/main-arr-pat.svg") center center no-repeat;
  background-size: contain;
  position: absolute;
  right: 20px;
  bottom: 42px; }
@media (max-width: 767px) {
  .main .main-block__arrows {
    left: 50%;
    right: auto;
    bottom: 28px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); } }
.main .main-block__arrows .slick-prev {
  left: 40px; }
.main .main-block__arrows .slick-next {
  right: 40px; }

.news {
  position: relative;
  background: url("../img/news-pat.png") center 100% repeat-x;
  padding: 75px 0 20px; }
@media (max-width: 1023px) {
  .news {
    padding-top: 40px; } }
@media (max-width: 767px) {
  .news {
    background: none;
    padding: 30px 0 0; } }
.news h2.title-pattern {
  margin-bottom: 40px; }
@media (max-width: 767px) {
  .news h2.title-pattern {
    margin-bottom: 20px; } }
.news__slider {
  margin: 0 -10px; }
@media (max-width: 767px) {
  .news__slider {
    margin: 0 -20px; } }
.news__slider .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  padding-bottom: 30px; }
.news__slider .slick-prev, .news__slider .slick-next {
  top: 26.2%; }
@media (max-width: 1339px) {
  .news__slider .slick-prev, .news__slider .slick-next {
    top: 25%; } }
.news__slider .list-item {
  height: auto;
  border: none;
  margin: 0 10px; }
.news__slider .list-item__photo {
  margin: 0; }
@media (max-width: 767px) {
  .news__slider .list-item {
    margin: 0; } }

.resources {
  padding: 50px 0 75px; }
@media (max-width: 1023px) {
  .resources {
    padding: 40px 0; } }
@media (max-width: 767px) {
  .resources {
    padding: 20px 0 30px; } }
.resources h2.title-pattern {
  margin-bottom: 47px; }
@media (max-width: 767px) {
  .resources h2.title-pattern {
    margin-bottom: 25px; } }
@media (max-width: 499px) {
  .resources h2.title-pattern {
    font-size: 23px; } }
.resources__item h5 {
  margin-bottom: 5px; }
.resources__item a {
  display: block;
  color: #53aa32; }
.resources__item a:hover {
  color: #3e8124; }
@media (max-width: 1023px) and (min-width: 768px) {
  .resources__item {
    width: 200px; }
  .resources__item--center {
    margin: 0 auto; }
  .resources__item--right {
    float: right; }
  .resources__item h5 {
    max-width: 165px; } }
.resources__logo {
  position: relative;
  height: 100px;
  margin-bottom: 7px; }
.resources__logo img {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.digest__slider {
  margin: 0 -1px; }
@media (max-width: 1023px) {
  .digest__slider {
    margin: 0; } }
.digest__slider .slick-prev {
  left: 25px; }
.digest__slider .slick-next {
  right: 25px; }

.digest__slide {
  position: relative;
  display: block;
  height: 357px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 60px 0;
  margin: 0 1px; }
.digest__slide::before {
  content: '';
  display: block;
  background-color: rgba(28, 27, 27, .4);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0; }
.digest__slide:hover h5 {
  color: #53aa32; }
@media (max-width: 1023px) {
  .digest__slide {
    height: auto;
    margin: 0 0 2px; } }
@media (max-width: 767px) {
  .digest__slide {
    padding: 40px 0; } }

.digest__cont {
  position: relative;
  width: 100%;
  max-width: 380px;
  margin: 0 auto;
  z-index: 1; }
.digest__cont h5 {
  color: #fff;
  margin: 0;
  -webkit-transition: all .2s ease;
  transition: all .2s ease; }
@media (max-width: 1339px) {
  .digest__cont {
    max-width: 320px; } }
@media (max-width: 1023px) {
  .digest__cont {
    max-width: 100%;
    padding: 0 20px; } }

.digest__labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 7px;
  margin-bottom: 45px; }
.digest__labels .d-name, .digest__labels .d-date {
  position: relative;
  display: block;
  height: 26px;
  line-height: 26px;
  color: #fff; }
.digest__labels .d-name::before, .digest__labels .d-date::before {
  content: '';
  display: block;
  width: 12px;
  height: 26px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: -12px; }
.digest__labels .d-name::after, .digest__labels .d-date::after {
  content: '';
  display: block;
  width: 12px;
  height: 26px;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: -12px; }
.digest__labels .d-name {
  background-color: #53aa32;
  margin-right: 19px; }
.digest__labels .d-name::before {
  background: url("../img/svg/gr-label.svg") 0 0 no-repeat; }
.digest__labels .d-name::after {
  background: url("../img/svg/gr-label.svg") 100% 0 no-repeat; }
.digest__labels .d-date {
  background-color: #1c1b1b; }
.digest__labels .d-date::before {
  background: url("../img/svg/bl-label.svg") 0 0 no-repeat; }
.digest__labels .d-date::after {
  background: url("../img/svg/bl-label.svg") 100% 0 no-repeat; }

.footer {
  width: 100%;
  padding: 50px 0 56px;
  min-width: 320px;
  position: absolute;
  left: 0;
  bottom: 0; }
@media (max-width: 1023px) {
  .footer {
    padding: 36px 0; } }
@media (max-width: 767px) {
  .footer {
    padding: 92px 0 40px; }
  .footer::before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #d9e0e5;
    position: absolute;
    top: 47px;
    left: 0; }
  .footer::after {
    content: '';
    display: block;
    width: 140px;
    height: 36px;
    background: url("../img/svg/f-pattern-sm.svg") center center no-repeat;
    background-size: contain;
    position: absolute;
    top: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); } }
.footer__top {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 40px; }
@media (max-width: 767px) {
  .footer__top {
    display: block;
    border-bottom: 1px solid #d9e0e5;
    padding-bottom: 28px;
    margin-bottom: 0; } }
.footer__phone {
  position: relative;
  display: block;
  padding-left: 25px;
  font-family: "Fira Sans Bold";
  font-size: 30px;
  line-height: 1;
  letter-spacing: .75px;
  color: #393939; }
@media (max-width: 1023px) {
  .footer__phone {
    font-size: 20px;
    padding-left: 20px; } }
@media (max-width: 767px) {
  .footer__phone {
    font-size: 18px;
    height: 40px;
    padding: 2px 0 0 48px;
    margin-bottom: 21px; } }
.footer__phone:hover {
  color: #53aa32; }
.footer__phone::before {
  content: '\e800';
  font-family: fontello;
  font-size: 22px;
  line-height: 1;
  color: #53aa32;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }
@media (max-width: 1023px) {
  .footer__phone::before {
    font-size: 16px; } }
@media (max-width: 767px) {
  .footer__phone::before {
    display: block;
    width: 40px;
    height: 40px;
    background-color: #d9e0e5;
    border-radius: 100%;
    line-height: 40px;
    text-align: center;
    color: #000; } }
.footer__phone span {
  font-family: "Fira Sans";
  font-size: 16px;
  letter-spacing: .4px;
  color: #393939;
  position: absolute;
  top: 100%;
  right: 0; }
@media (max-width: 1023px) {
  .footer__phone span {
    font-size: 12px;
    top: 125%;
    left: 20px;
    right: auto; } }
@media (max-width: 767px) {
  .footer__phone span {
    top: auto;
    left: 48px;
    bottom: 2px; } }
.footer__address {
  position: relative;
  display: block;
  padding: 5px 20px 0 35px;
  font-family: "Fira Sans Bold";
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: .45px;
  color: #393939; }
@media (max-width: 1023px) {
  .footer__address {
    max-width: 200px;
    padding: 0 0 0 25px;
    margin-top: -3px; } }
@media (max-width: 767px) {
  .footer__address {
    max-width: 202px;
    font-size: 16px;
    padding-left: 48px;
    margin: 0 0 21px; } }
.footer__address::before {
  content: '';
  display: block;
  width: 23px;
  height: 34px;
  background: url(../img/svg/marker.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-45%);
  transform: translateY(-45%); }
@media (max-width: 1023px) {
  .footer__address::before {
    width: 16px;
    height: 22px;
    top: 1px;
    -webkit-transform: none;
    transform: none; } }
@media (max-width: 767px) {
  .footer__address::before {
    width: 18px;
    height: 26px;
    top: 2px;
    left: 9px; } }
.footer__mail {
  position: relative;
  display: block;
  padding: 5px 0 0 43px;
  font-family: "Fira Sans Bold";
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: .45px;
  color: #393939; }
@media (max-width: 1023px) {
  .footer__mail {
    padding: 0 0 0 34px;
    margin-top: -3px; } }
@media (max-width: 767px) {
  .footer__mail {
    font-size: 16px;
    padding-left: 48px;
    margin-top: 0; } }
.footer__mail:hover {
  color: #53aa32; }
.footer__mail::before {
  content: '';
  display: block;
  width: 31px;
  height: 20px;
  background: url(../img/svg/mail.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-35%);
  transform: translateY(-35%); }
@media (max-width: 1023px) {
  .footer__mail::before {
    width: 25px;
    height: 16px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); } }
@media (max-width: 767px) {
  .footer__mail::before {
    left: 7px; } }
.footer__middle {
  position: relative;
  width: 100%;
  height: 84px;
  margin-bottom: 22px; }
@media (max-width: 1023px) {
  .footer__middle {
    height: 36px;
    margin-bottom: 46px; } }
@media (max-width: 767px) {
  .footer__middle {
    display: block;
    height: auto;
    padding: 28px 0;
    border-bottom: 1px solid #d9e0e5;
    margin-bottom: 0; } }
.footer__middle::before {
  content: '';
  display: block;
  width: calc(100% - 418px);
  height: 1px;
  background-color: #d9e0e5;
  position: absolute;
  top: 50%;
  left: 172px; }
@media (max-width: 767px) {
  .footer__middle::before {
    display: none; } }
.footer__middle::after {
  content: '';
  display: block;
  width: 356px;
  height: 84px;
  background: url("../img/svg/f-pattern.svg") center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }
@media (max-width: 1023px) {
  .footer__middle::after {
    width: 140px;
    height: 36px;
    background-image: url("../img/svg/f-pattern-sm.svg");
    top: 1px; } }
@media (max-width: 767px) {
  .footer__middle::after {
    display: none; } }
.footer__appeals {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  color: #53aa32;
  white-space: nowrap;
  float: left;
  margin-top: 34px; }
.footer__appeals:last-child {
  float: right; }
@media (max-width: 1023px) {
  .footer__appeals {
    margin-top: 10px; } }
@media (max-width: 767px) {
  .footer__appeals {
    display: block;
    float: none;
    font-size: 16px;
    margin-bottom: 25px;
    text-align: center; }
  .footer__appeals:last-child {
    float: none;
    margin-bottom: 0; } }
.footer__appeals:hover {
  color: #3e8124; }
.footer__bottom {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
@media (max-width: 767px) {
  .footer__bottom {
    display: block;
    padding: 29px 0 44px;
    text-align: center; } }
.footer__copyright {
  font-family: Verdana;
  font-size: 13px;
  letter-spacing: .33px;
  color: #393939;
  margin-top: 5px; }
@media (max-width: 767px) {
  .footer__copyright {
    width: 100%;
    margin-top: 0;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); } }
.footer__search-dev {
  white-space: nowrap; }
.footer__search {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 150px;
  padding-top: 2px;
  padding-left: 32px;
  margin-right: 70px; }
@media (max-width: 1023px) {
  .footer__search {
    padding-top: 3px;
    margin-right: 100px; } }
@media (max-width: 767px) {
  .footer__search {
    display: none; } }
.footer__search::before {
  content: '\e802';
  font-family: fontello;
  font-size: 20px;
  color: #53aa32;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }
.footer__search input {
  display: block;
  width: 100%;
  height: auto;
  font-family: Verdana;
  font-size: 13px;
  line-height: normal;
  letter-spacing: .33px;
  border: none;
  border-bottom: 2px solid transparent;
  border-radius: 0;
  padding: 2px 0;
  -webkit-transition: all .2s ease;
  transition: all .2s ease; }
.footer__search input::-webkit-input-placeholder {
  color: #1c1b1b; }
.footer__search input::-moz-placeholder, .footer__search input:-moz-placeholder {
  color: #1c1b1b; }
.footer__search input:-ms-input-placeholder {
  color: #1c1b1b; }
.footer__search input:focus {
  border-bottom: 2px solid #53aa32;
  outline: none; }
.footer__dev {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-family: Verdana;
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: .33px;
  color: #393939;
  padding-left: 108px;
  margin-top: 8px; }
@media (max-width: 767px) {
  .footer__dev {
    margin-top: 0;
    text-align: left; } }
.footer__dev::before {
  content: '';
  display: block;
  width: 100px;
  height: 29px;
  background: url("../img/logo_97.png") center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 1px;
  left: 0; }

.inner__text {
  padding-right: 100px; }
@media (max-width: 1339px) {
  .inner__text {
    padding-right: 0; } }
.inner__text--col-3 {
  padding-right: 0; }

.inner__form {
  padding: 0 100px 0 300px;
  margin-bottom: 50px; }
@media (max-width: 1339px) {
  .inner__form {
    padding: 0 0 0 270px; } }
@media (max-width: 767px) {
  .inner__form {
    padding: 0; } }

.inner__map {
  height: 435px;
  margin-bottom: 50px; }
@media (max-width: 767px) {
  .inner__map {
    margin: 0 -20px 50px; } }
@media (max-width: 499px) {
  .inner__map {
    height: 360px; } }

.about-main {
  position: relative;
  background: url("../img/about-main_bg.jpg") center center no-repeat;
  background-size: cover;
  overflow: hidden;
  padding: 80px 0 70px; }
.about-main::before {
  content: '';
  display: block;
  width: 334px;
  height: 334px;
  background: url("../img/a-pattern.png") center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(80%, -55%);
  transform: translate(80%, -55%);
  z-index: 1; }
@media (max-width: 1023px) {
  .about-main {
    padding: 50px 0; }
  .about-main::before {
    -webkit-transform: translate(50%, -55%);
    transform: translate(50%, -55%); } }
@media (max-width: 767px) {
  .about-main {
    padding: 30px 0; }
  .about-main::before {
    width: 180px;
    top: auto;
    left: auto;
    right: -75px;
    bottom: -135px;
    -webkit-transform: none;
    transform: none; } }
.about-main__title {
  color: #fff; }
.about-main__desc {
  color: #fff; }
@media (max-width: 1023px) {
  .about-main__desc {
    margin-bottom: 30px; } }
@media (max-width: 767px) {
  .about-main__desc {
    margin-bottom: 20px; } }
.about-main .am-block {
  background-color: #fff;
  padding: 33px 35px; }
@media (max-width: 767px) {
  .about-main .am-block {
    padding: 20px 10px; } }
.about-main .am-block__list {
  margin: 0; }
.about-main .am-block__item {
  font-family: "Fira Sans Bold";
  font-size: 24px;
  line-height: 1.25;
  letter-spacing: .6px;
  padding-left: 50px;
  margin-bottom: 25px; }
.about-main .am-block__item:last-child {
  margin-bottom: 0; }
.about-main .am-block__item::before {
  content: '';
  display: block;
  width: 36px;
  height: 33px;
  background: url("../img/svg/check.svg") center center no-repeat;
  background-size: contain;
  position: absolute;
  top: -2px;
  left: 0;
  -webkit-transform: none;
  transform: none; }
@media (max-width: 767px) {
  .about-main .am-block__item {
    font-size: 16px;
    padding-left: 32px; }
  .about-main .am-block__item::before {
    width: 26px;
    top: -8px; } }

.about-objectives {
  padding: 70px 0 35px; }
@media (max-width: 767px) {
  .about-objectives {
    padding: 30px 0 0; } }
.about-objectives .ao-table {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px; }
@media (max-width: 1023px) {
  .about-objectives .ao-table {
    display: block; } }
@media (max-width: 767px) {
  .about-objectives .ao-table {
    width: auto;
    margin: 0 -20px 30px; } }
.about-objectives .ao-table__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 500px;
  background: url("../img/ao-table.jpg") center center no-repeat;
  background-size: cover;
  border-top: 1px solid #d9e0e5;
  border-left: 1px solid #d9e0e5;
  border-bottom: 1px solid #d9e0e5;
  color: #fff;
  padding: 40px 40px 60px; }
@media (max-width: 1339px) {
  .about-objectives .ao-table__title {
    width: 420px; }
  .about-objectives .ao-table__title h3 {
    font-size: 30px; } }
@media (max-width: 1023px) {
  .about-objectives .ao-table__title {
    width: 100%;
    border-bottom: none;
    border-right: 1px solid #d9e0e5; } }
@media (max-width: 767px) {
  .about-objectives .ao-table__title {
    border: none;
    padding: 40px 20px; }
  .about-objectives .ao-table__title h3 {
    font-size: 22px; } }
.about-objectives .ao-table__items {
  width: calc(100% - 500px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #d9e0e5; }
@media (max-width: 1339px) {
  .about-objectives .ao-table__items {
    width: calc(100% - 420px); } }
@media (max-width: 1023px) {
  .about-objectives .ao-table__items {
    width: 100%;
    border-left: 1px solid #d9e0e5; } }
@media (max-width: 767px) {
  .about-objectives .ao-table__items {
    display: block;
    border-left: none; } }
.about-objectives .ao-table__item {
  width: 50%;
  padding: 34px 15px 34px 30px;
  border-top: 1px solid #d9e0e5;
  border-right: 1px solid #d9e0e5; }
.about-objectives .ao-table__item h6 {
  margin-bottom: 10px; }
.about-objectives .ao-table__item span {
  display: block;
  line-height: 1.25; }
@media (max-width: 1339px) {
  .about-objectives .ao-table__item {
    padding: 30px 10px 30px 20px; }
  .about-objectives .ao-table__item h6 {
    font-size: 18px; } }
@media (max-width: 767px) {
  .about-objectives .ao-table__item {
    width: 100%;
    border-right: none;
    padding: 30px 20px 20px; }
  .about-objectives .ao-table__item span {
    margin-bottom: 10px; } }
.about-objectives .ao-table__icon {
  position: relative;
  width: 100px;
  height: 100px;
  margin-bottom: 20px; }
.about-objectives .ao-table__icon img {
  position: absolute;
  left: 0;
  bottom: 0; }
@media (max-width: 767px) {
  .about-objectives .ao-table__icon {
    width: auto;
    height: auto; }
  .about-objectives .ao-table__icon img {
    position: static; } }
.about-objectives .ao-functions {
  padding-right: 60px; }
.about-objectives .ao-functions h4 {
  font-size: 26px;
  margin-bottom: 20px; }
.about-objectives .ao-functions ul {
  margin: 0; }
@media (max-width: 1339px) {
  .about-objectives .ao-functions {
    padding-right: 0; } }
@media (max-width: 1023px) {
  .about-objectives .ao-functions {
    margin-bottom: 30px; } }
@media (max-width: 767px) {
  .about-objectives .ao-functions h4 {
    font-size: 20px; } }
.about-objectives .ao-ownership {
  position: relative;
  background: #f0f3f5 url("../img/bel-shadow.png") 98% 100% no-repeat;
  padding: 30px 50px 30px 40px; }
.about-objectives .ao-ownership h6 {
  margin-bottom: 10px; }
.about-objectives .ao-ownership span {
  display: block;
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: .33px; }
@media (max-width: 1023px) {
  .about-objectives .ao-ownership {
    padding: 40px; } }
@media (max-width: 499px) {
  .about-objectives .ao-ownership {
    padding: 20px;
    margin: 0 -20px; } }

.about-structure {
  padding: 30px 0; }
.about-structure h2.title-pattern {
  margin-bottom: 20px; }
.about-structure .a-pharmacies {
  background-color: #fff; }
.about-structure .a-pharmacies__title {
  position: relative;
  padding: 15px 0;
  cursor: pointer; }
.about-structure .a-pharmacies__title h5 {
  margin: 0;
  text-align: center; }
.about-structure .a-pharmacies__title .arr-bottom {
  right: 20px;
  -webkit-transform: translateY(-55%);
  transform: translateY(-55%); }
.about-structure .a-pharmacies__title.is-open .arr-bottom {
  -webkit-transform: translateY(-55%) rotate(180deg);
  transform: translateY(-55%) rotate(180deg); }
@media (max-width: 1023px) {
  .about-structure .a-pharmacies__title {
    padding: 17px 0 18px; } }
@media (max-width: 767px) {
  .about-structure .a-pharmacies__title {
    padding: 19px 0; } }
.about-structure .a-pharmacies__items-wrap {
  display: none; }
.about-structure .a-pharmacies__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 10px 30px; }
.about-structure .a-pharmacies__item {
  position: relative;
  width: 25%;
  border-right: 1px solid #eff2f4;
  border-bottom: 1px solid #eff2f4;
  padding: 20px 20px 25px; }
.about-structure .a-pharmacies__item:nth-child(4n) {
  border-right: none; }
.about-structure .a-pharmacies__item::before {
  content: attr(data-num);
  font-family: "Fira Sans Bold";
  font-size: 50px;
  line-height: .7;
  color: #eff2f4;
  position: absolute;
  right: 0;
  bottom: 0; }
.about-structure .a-pharmacies__item h6 {
  font-size: 16px;
  margin-bottom: 10px; }
@media (max-width: 1023px) {
  .about-structure .a-pharmacies__item {
    width: 50%; }
  .about-structure .a-pharmacies__item:nth-child(even) {
    border-right: none; } }
@media (max-width: 499px) {
  .about-structure .a-pharmacies__item {
    width: 100%;
    border-right: none; } }
.about-structure .a-pharmacies__cat {
  font-size: 13px;
  line-height: 1.25;
  letter-spacing: .33px; }
.about-structure .a-pharmacies__cat span {
  color: #53aa32; }

.about-diplomas {
  position: relative;
  overflow: hidden;
  padding: 40px 0 50px; }
.about-diplomas::before {
  content: '';
  display: block;
  width: 100%;
  height: 50%;
  overflow: hidden;
  background: url("../img/news-pat.png") center center repeat-x;
  position: absolute;
  top: 53%;
  left: 0; }
@media (max-width: 767px) {
  .about-diplomas {
    padding: 30px 0; } }
.about-diplomas .diplomas__slider {
  margin: 0 -10px; }
.about-diplomas .diplomas__slider .slick-prev, .about-diplomas .diplomas__slider .slick-next {
  top: 46%; }
.about-diplomas .diplomas__slide {
  margin: 0 10px; }
.about-diplomas .diplomas__slide a {
  display: block;
  width: 100%;
  outline: none; }
.about-diplomas .diplomas__slide img {
  width: 100%; }

.tradeunion-main {
  padding: 0 0 30px; }
.tradeunion-main__photo {
  position: relative;
  background: url("../img/tradeunion.jpg") center 0 no-repeat;
  background-size: cover;
  overflow: hidden;
  height: 400px;
  margin-bottom: 25px; }
@media (max-width: 1339px) {
  .tradeunion-main__photo {
    height: 345px; } }

.tradeunion-structure h2.title-pattern {
  margin-bottom: 20px; }

.tradeunion-structure .manager-card__contact .cont-link::before {
  color: #d9e0e5; }

.tradeunion-structure .manager-card__contact .cont-link--mail {
  margin-bottom: 10px; }

.tradeunion .news {
  padding-top: 60px; }
@media (max-width: 1023px) {
  .tradeunion .news {
    padding-top: 30px; } }

.management-ceo {
  position: relative;
  overflow: hidden;
  padding-bottom: 40px; }
.management-ceo::before {
  content: '';
  display: block;
  width: 100%;
  height: 50%;
  overflow: hidden;
  background: url("../img/news-pat.png") center center repeat-x;
  position: absolute;
  top: 50%;
  left: 0; }
@media (max-width: 1023px) {
  .management-ceo {
    padding-bottom: 20px; }
  .management-ceo::before {
    display: none; } }
@media (max-width: 767px) {
  .management-ceo {
    padding-bottom: 0; } }
.management-ceo .manager-card__link--phone::before {
  color: #53aa32; }

.management-department {
  padding: 60px 0 30px;
  border-bottom: 1px solid #d9e0e5; }
@media (max-width: 1023px) {
  .management-department {
    padding: 30px 0; } }
@media (max-width: 767px) {
  .management-department {
    border-bottom: none;
    padding-bottom: 0; } }
.management-department h2.title-pattern {
  margin-bottom: 10px; }
.management-department .m-department {
  padding: 0 100px; }
@media (max-width: 1339px) {
  .management-department .m-department {
    padding: 0; } }
@media (max-width: 767px) {
  .management-department .m-department {
    margin: 0 -20px; } }
.management-department .m-department__item {
  position: relative;
  border-bottom: 1px solid #d9e0e5;
  padding: 25px 0; }
.management-department .m-department__item:last-child {
  border: none; }
.management-department .m-department__item h6 {
  margin-bottom: 15px; }
@media (max-width: 767px) {
  .management-department .m-department__item {
    padding: 25px 75px 25px 20px; } }
.management-department .m-department__phone-mob {
  display: none;
  width: 40px;
  height: 40px;
  background-color: #d9e0e5;
  border-radius: 100%;
  text-align: center;
  position: absolute;
  top: 15px;
  right: 20px; }
.management-department .m-department__phone-mob::before {
  content: '\e800';
  font-family: fontello;
  font-size: 20px;
  line-height: 40px; }
@media (max-width: 767px) {
  .management-department .m-department__phone-mob {
    display: block; } }
.management-department .m-department__cont {
  font-size: 0;
  padding-left: 100px; }
@media (max-width: 1023px) {
  .management-department .m-department__cont {
    padding-left: 0; } }
.management-department .m-department__name {
  display: inline-block;
  vertical-align: top;
  width: 45%;
  font-size: 16px;
  line-height: 1.25;
  padding-right: 20px; }
@media (max-width: 767px) {
  .management-department .m-department__name {
    width: 100%;
    padding-right: 0;
    margin-bottom: 10px; } }
.management-department .m-department__contact {
  display: inline-block;
  vertical-align: top;
  width: 24%;
  font-size: 16px;
  line-height: 1.25;
  padding-right: 20px; }
.management-department .m-department__contact:last-child {
  width: 30%;
  padding-right: 0; }
@media (max-width: 767px) {
  .management-department .m-department__contact {
    width: 100%;
    margin: 0 0 10px; }
  .management-department .m-department__contact:last-child {
    margin: 0; } }

.items-list {
  border-bottom: 1px solid #d9e0e5;
  padding-bottom: 30px; }
@media (max-width: 767px) {
  .items-list {
    border: none;
    padding-bottom: 0; } }
.items-list .list-item {
  height: calc(100% - 30px);
  margin-bottom: 30px; }
@media (max-width: 767px) {
  .items-list .list-item {
    height: auto;
    border: none;
    margin: 0 -20px; } }
@media (max-width: 767px) {
  .items-list .pagination {
    padding-top: 40px; } }

.items-detail {
  padding-bottom: 50px; }
.items-detail__card .id-photo {
  width: 100%;
  font-size: 0; }
@media (max-width: 1023px) {
  .items-detail__card .id-photo {
    margin-bottom: 20px; } }
@media (max-width: 767px) {
  .items-detail__card .id-photo {
    width: auto;
    margin: 0 -20px 20px; } }
.items-detail__card .id-photo__big {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 580px; }
@media (max-width: 1339px) {
  .items-detail__card .id-photo__big {
    display: block;
    max-width: 100%; } }
.items-detail__card .id-photo__big-img {
  display: none;
  width: 100%;
  height: 410px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }
.items-detail__card .id-photo__big-img.is-active {
  display: block; }
@media (max-width: 767px) {
  .items-detail__card .id-photo__big-img {
    height: auto;
    min-height: 212px;
    padding-bottom: 56.32%; } }
.items-detail__card .id-photo__tab {
  display: inline-block;
  vertical-align: top;
  max-height: 410px;
  overflow: hidden; }
@media (max-width: 1339px) {
  .items-detail__card .id-photo__tab {
    max-width: 100%;
    max-height: 100%; } }
.items-detail__card .id-photo__tab-img {
  display: block;
  width: 73px;
  height: 73px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-left: 1px;
  margin-bottom: 1px;
  opacity: .7; }
.items-detail__card .id-photo__tab-img.is-active {
  opacity: 1; }
@media (max-width: 1339px) {
  .items-detail__card .id-photo__tab-img {
    display: inline-block;
    max-width: 100%;
    margin: 1px 1px 0 0; } }
@media (max-width: 499px) {
  .items-detail__card .id-photo__tab-img {
    width: 60px;
    height: 60px; } }
.items-detail__card .id-descr {
  margin-top: -5px; }
@media (max-width: 1023px) {
  .items-detail__card .id-descr {
    margin: 0; } }
.items-detail__card .id-descr p {
  margin-bottom: 20px; }
.items-detail__card .id-descr__loc {
  margin-bottom: 20px; }
.items-detail__card .id-descr__loc span {
  display: block;
  font-size: 13px;
  line-height: 1.25;
  letter-spacing: .33px;
  margin-bottom: 5px; }
.items-detail__card .id-descr__price {
  margin-bottom: 20px; }
.items-detail__card .id-descr__price p {
  display: block;
  font-size: 13px;
  line-height: 1.25;
  letter-spacing: .33px;
  margin-bottom: 5px; }
.items-detail__card .id-descr__price span {
  font-family: "Fira Sans Bold";
  font-size: 30px;
  line-height: 1;
  letter-spacing: .75px;
  color: #53aa32; }

.pharmacies .container.box-shadow {
  position: relative;
  z-index: 2; }
.pharmacies .container.box-shadow::before {
  content: '';
  display: block;
  -webkit-box-shadow: 0 10px 20px -5px rgba(185, 185, 185, .3);
  box-shadow: 0 10px 20px -5px rgba(185, 185, 185, .3);
  position: absolute;
  top: 0;
  left: -3000px;
  right: -3000px;
  bottom: 0;
  z-index: 0; }

.pharmacies-cont {
  position: relative; }
.pharmacies-cont__map {
  display: block;
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0; }
.pharmacies-cont__map .ph-balloon {
  position: relative;
  background-color: #fff;
  padding: 20px 0 10px 190px; }
@media (max-width: 499px) {
  .pharmacies-cont__map .ph-balloon {
    max-width: 200px;
    padding: 140px 0 10px 10px; } }
.pharmacies-cont__map .ph-balloon__photo {
  width: 160px;
  height: 102px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 22px;
  left: 10px; }
.pharmacies-cont__map .ph-balloon h6 {
  line-height: 1;
  margin-bottom: 10px; }
.pharmacies-cont__map .ph-balloon__address {
  font-size: 12px;
  margin-bottom: 5px; }
.pharmacies-cont__map .ph-balloon__work-time {
  display: inline-block;
  margin-bottom: 5px; }
.pharmacies-cont__map .ph-balloon__status {
  position: relative;
  display: inline-block;
  font-size: 10px;
  padding-left: 10px;
  margin-left: 5px; }
.pharmacies-cont__map .ph-balloon__status::before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }
.pharmacies-cont__map .ph-balloon__status--open {
  color: #53aa32; }
.pharmacies-cont__map .ph-balloon__status--open::before {
  background-color: #53aa32; }
.pharmacies-cont__map .ph-balloon__status--close {
  color: #aa3232; }
.pharmacies-cont__map .ph-balloon__status--close::before {
  background-color: #aa3232; }
.pharmacies-cont__map .ph-balloon__phones {
  margin-bottom: 5px; }
.pharmacies-cont__map .ph-balloon__phones span {
  display: block;
  font-size: 13px; }
.pharmacies-cont .map-list {
  position: relative;
  width: 100%;
  max-width: 580px;
  height: 702px;
  background-color: #fff;
  padding: 20px 0 0;
  margin: 1px 0;
  z-index: 1; }
.pharmacies-cont .map-list .select {
  width: auto;
  border-radius: 6px;
  margin: 0 20px 10px; }
.pharmacies-cont .map-list .select_list {
  max-height: 322px; }
.pharmacies-cont .map-list__list-wrap {
  height: calc(100% - 60px);
  overflow: hidden; }
.pharmacies-cont .map-list .ph-list {
  padding-left: 20px;
  margin: 0; }
.pharmacies-cont .map-list .ph-list__item {
  border-bottom: 1px solid #d9e0e5;
  padding: 0;
  margin: 0; }
.pharmacies-cont .map-list .ph-list__item::before {
  content: '';
  display: block;
  width: auto;
  height: auto;
  background-color: #fff !important;
  -webkit-box-shadow: 7px 3px 35px -5px rgba(185, 185, 185, .5);
  box-shadow: 7px 3px 35px -5px rgba(185, 185, 185, .5);
  position: absolute;
  top: -1px;
  left: -20px;
  right: -20px;
  bottom: -1px;
  opacity: 0;
  z-index: 0;
  -webkit-transform: none;
  transform: none;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease; }
.pharmacies-cont .map-list .ph-list__item:hover {
  cursor: pointer; }
.pharmacies-cont .map-list .ph-list__item:hover::before {
  opacity: 1; }
.pharmacies-cont .map-list .ph-list__item-cont {
  position: relative;

  padding: 25px 20px 25px 180px;
  min-height: 158px;

 /* padding: 28px 20px 28px 326px;
  height: 366px;*/

  margin: 0;
  -webkit-transition: all .2s ease;
  transition: all .2s ease; }
.pharmacies-cont .map-list .ph-list__item-cont h6 {
  position: relative;
  font-size: 16px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  margin-bottom: 12px;
  z-index: 1; }
.pharmacies-cont .map-list .ph-list__item-cont h6 h6 {
  color: #53aa32; }
.pharmacies-cont .map-list .ph-list__photo {
  display: block;

  width: 160px;
  height: 102px;
  /*width: 300px !important;
  height: 300px !important;*/

  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 5px;
  overflow: hidden;
  position: absolute;
  top: 28px;
  left: 0; }
.pharmacies-cont .map-list .ph-list__address {
  display: block;
  position: relative;
  padding-left: 20px;
  margin-bottom: 5px; }
.pharmacies-cont .map-list .ph-list__address::before {
  content: '';
  display: block;
  width: 10px;
  height: 15px;
  background: url("../img/svg/loc.svg") center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 4px;
  left: 1px; }
.pharmacies-cont .map-list .ph-list__address .view-on-map {
  display: none; }
@media (max-width: 1339px) {
  .pharmacies-cont .map-list .ph-list__address {
    font-size: 14px; }
  .pharmacies-cont .map-list .ph-list__address::before {
    top: 2px; } }
.pharmacies-cont .map-list .ph-list__work-time {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 5px; }
.pharmacies-cont .map-list .ph-list__work-time::before {
  content: '';
  display: block;
  width: 11px;
  height: 12px;
  background: url("../img/svg/clock.svg") center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 5px;
  left: 0; }
@media (max-width: 1339px) {
  .pharmacies-cont .map-list .ph-list__work-time {
    font-size: 14px; }
  .pharmacies-cont .map-list .ph-list__work-time::before {
    top: 3px; } }
.pharmacies-cont .map-list .ph-list__status {
  position: relative;
  display: inline-block;
  font-size: 13px;
  letter-spacing: .33px;
  padding-left: 10px;
  margin-left: 5px; }
.pharmacies-cont .map-list .ph-list__status::before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }
.pharmacies-cont .map-list .ph-list__status--open {
  color: #53aa32; }
.pharmacies-cont .map-list .ph-list__status--open::before {
  background-color: #53aa32; }
.pharmacies-cont .map-list .ph-list__status--close {
  color: #aa3232; }
.pharmacies-cont .map-list .ph-list__status--close::before {
  background-color: #aa3232; }
.pharmacies-cont .map-list .ph-list__phones {
  position: relative;
  display: block;
  padding-left: 20px; }
.pharmacies-cont .map-list .ph-list__phones::before {
  content: '\e800';
  display: block;
  font-family: fontello;
  font-size: 12px;
  color: #d9e0e5;
  position: absolute;
  top: 3px;
  left: 3px; }
@media (max-width: 1339px) {
  .pharmacies-cont .map-list .ph-list__phones {
    font-size: 14px; }
  .pharmacies-cont .map-list .ph-list__phones::before {
    top: 2px; } }
.pharmacies-cont .map-list .ph-list__making {
  display: none; }
.pharmacies-cont .map-list .ph-list .view-on-map-mob {
  display: none; }
.pharmacies-cont .map-list .ph-list__single-map {
  display: none; }
.pharmacies-cont--onmap {
  height: 704px;
  border-bottom: 1px solid #d9e0e5; }
@media (max-width: 1023px) {
  .pharmacies-cont--onmap {
    height: 545px; } }
@media (max-width: 767px) {
  .pharmacies-cont--onmap {
    height: 450px;
    border-bottom: none; } }
@media (max-width: 1023px) {
  .pharmacies-cont--onmap .map-list {
    max-width: 280px;
    height: auto;
    background: none;
    padding: 0; }
  .pharmacies-cont--onmap .map-list .select {
    max-width: 280px;
    margin: 0; } }
@media (max-width: 1023px) and (max-width: 767px) {
  .pharmacies-cont--onmap .map-list .select {
    height: 40px; }
  .pharmacies-cont--onmap .map-list .select_title {
    padding: 11px; }
  .pharmacies-cont--onmap .map-list .select_list li {
    padding: 11px 15px; } }
@media (max-width: 1023px) {
  .pharmacies-cont--onmap .map-list__list-wrap {
    display: none; } }
.pharmacies-cont--onmap .ph-list__single-map {
  display: none !important; }
.pharmacies-cont--onmap .ph-list .view-on-map {
  display: none !important; }
.pharmacies-cont--onmap .ph-list .view-on-map-mob {
  display: none !important; }
.pharmacies-cont--onmap .pagination {
  display: none !important; }
.pharmacies-cont--list .pharmacies-cont__map {
  display: none; }
.pharmacies-cont--list .map-list {
  max-width: 100%;
  height: auto;
  padding-bottom: 30px; }
.pharmacies-cont--list .map-list .select {
  max-width: 440px;
  margin-left: 0; }
.pharmacies-cont--list .map-list .select_title {
  padding-left: 40px; }
.pharmacies-cont--list .map-list .select_title::before {
  content: '';
  display: block;
  width: 16px;
  height: 26px;
  background: url("../img/svg/loc-b.svg") center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 13px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }
.pharmacies-cont--list .map-list__list-wrap {
  height: 100%;
  overflow: visible; }
.pharmacies-cont--list .map-list__list-wrap .ph-list {
  padding-left: 0;
  margin: 0 -20px; }
.pharmacies-cont--list .map-list__list-wrap .ph-list__item {
  border-bottom: 1px solid #d9e0e5; }
.pharmacies-cont--list .map-list__list-wrap .ph-list__item:hover {
  border-color: transparent;
  cursor: default; }
.pharmacies-cont--list .map-list__list-wrap .ph-list__item-cont {
  padding: 17px 20px 17px 220px;
  min-height: 154px; }
.pharmacies-cont--list .map-list__list-wrap .ph-list__item-cont h6 {
  font-size: 20px; }
@media (max-width: 1023px) {
  .pharmacies-cont--list .map-list__list-wrap .ph-list__item-cont h6 {
    font-size: 18px; } }
@media (max-width: 767px) {
  .pharmacies-cont--list .map-list__list-wrap .ph-list__item-cont {
    padding: 154px 20px 17px; } }
.pharmacies-cont--list .map-list__list-wrap .ph-list__photo {
  width: 180px;
  height: 114px;
  top: 20px;
  left: 20px; }
.pharmacies-cont--list .map-list__list-wrap .ph-list__address {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 300px;
  padding-right: 20px; }
.pharmacies-cont--list .map-list__list-wrap .ph-list__address .view-on-map {
  display: block;
  font-size: 13px;
  letter-spacing: .33px;
  color: #53aa32;
  margin-top: 2px; }
@media (max-width: 1339px) {
  .pharmacies-cont--list .map-list__list-wrap .ph-list__address .view-on-map {
    display: none !important; } }
@media (max-width: 1023px) {
  .pharmacies-cont--list .map-list__list-wrap .ph-list__address {
    display: block;
    max-width: 100%; } }
.pharmacies-cont--list .map-list__list-wrap .ph-list__work-time {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 200px;
  padding-right: 20px; }
@media (max-width: 1023px) {
  .pharmacies-cont--list .map-list__list-wrap .ph-list__work-time {
    display: block;
    max-width: 100%; } }
.pharmacies-cont--list .map-list__list-wrap .ph-list__status {
  display: block;
  margin: 2px 0 0 0; }
@media (max-width: 1023px) {
  .pharmacies-cont--list .map-list__list-wrap .ph-list__status {
    display: inline-block;
    margin: 0 0 0 5px; } }
.pharmacies-cont--list .map-list__list-wrap .ph-list__phones {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 200px;
  padding-right: 20px; }
.pharmacies-cont--list .map-list__list-wrap .ph-list__phones span {
  display: block; }
@media (max-width: 1023px) {
  .pharmacies-cont--list .map-list__list-wrap .ph-list__phones {
    display: block;
    max-width: 100%;
    margin-bottom: 5px; }
  .pharmacies-cont--list .map-list__list-wrap .ph-list__phones span {
    display: inline-block;
    margin-right: 5px; } }
.pharmacies-cont--list .map-list__list-wrap .ph-list__making {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 230px;
  padding-left: 17px; }
.pharmacies-cont--list .map-list__list-wrap .ph-list__making::before {
  content: '\e809';
  font-family: Fontello;
  font-size: 12px;
  color: #d9e0e5;
  position: absolute;
  top: 2px;
  left: 0; }
@media (max-width: 1339px) {
  .pharmacies-cont--list .map-list__list-wrap .ph-list__making {
    font-size: 14px;
    max-width: 205px; } }
.pharmacies-cont--list .map-list__list-wrap .ph-list .view-on-map-mob {
  display: none;
  font-size: 13px;
  letter-spacing: .33px;
  color: #53aa32; }
@media (max-width: 1339px) {
  .pharmacies-cont--list .map-list__list-wrap .ph-list .view-on-map-mob {
    display: block;
    margin-top: 15px; } }
@media (max-width: 767px) {
  .pharmacies-cont--list .map-list__list-wrap .ph-list .view-on-map-mob {
    height: 40px;
    line-height: 38px;
    text-align: center;
    border: 2px solid #53aa32; } }
.pharmacies-cont--list .map-list__list-wrap .ph-list__single-map {
  position: relative;
  height: 300px;
  padding-bottom: 50px; }
.pharmacies-cont--list .map-list__list-wrap .ph-list__single-map span {
  display: block;
  white-space: nowrap;
  font-size: 13px;
  letter-spacing: .33px;
  color: #53aa32;
  cursor: pointer;
  position: absolute;
  left: 220px;
  bottom: 17px; }
@media (max-width: 767px) {
  .pharmacies-cont--list .map-list__list-wrap .ph-list__single-map {
    padding: 0 20px 80px;
    margin: 0 -20px; }
  .pharmacies-cont--list .map-list__list-wrap .ph-list__single-map span {
    height: 40px;
    line-height: 38px;
    text-align: center;
    border: 2px solid #53aa32;
    left: 40px;
    right: 40px;
    bottom: 20px; } }

.pharmacy-cont {
  border-bottom: 1px solid #d9e0e5;
  padding-bottom: 50px; }
@media (max-width: 767px) {
  .pharmacy-cont {
    border-bottom: none;
    padding-bottom: 0; } }
.pharmacy-cont .ph-desc__photo {
  position: relative;
  width: 480px;
  height: 340px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-box-shadow: 7px 5px 25px 0 rgba(185, 185, 185, .5);
  box-shadow: 7px 5px 25px 0 rgba(185, 185, 185, .5);
  z-index: 1;
  margin-bottom: 30px; }
@media (max-width: 1339px) {
  .pharmacy-cont .ph-desc__photo {
    width: 400px;
    height: 280px; } }
@media (max-width: 1023px) {
  .pharmacy-cont .ph-desc__photo {
    width: 353px;
    height: 250px; } }
@media (max-width: 767px) {
  .pharmacy-cont .ph-desc__photo {
    width: 400px; } }
@media (max-width: 499px) {
  .pharmacy-cont .ph-desc__photo {
    width: calc(100% + 40px);
    margin: 0 -20px 30px; } }
.pharmacy-cont .ph-desc__address {
  position: relative;
  padding-left: 30px;
  margin-bottom: 30px; }
.pharmacy-cont .ph-desc__address::before {
  content: '';
  display: block;
  width: 13px;
  height: 19px;
  background: url("../img/svg/marker.svg") center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 3px;
  left: 0; }
.pharmacy-cont .ph-desc__address span {
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: .5px; }
@media (max-width: 1023px) {
  .pharmacy-cont .ph-desc__address::before {
    width: 11px;
    height: 16px;
    left: 1px; }
  .pharmacy-cont .ph-desc__address span {
    font-size: 16px; } }
@media (max-width: 767px) {
  .pharmacy-cont .ph-desc__address {
    margin-bottom: 20px; }
  .pharmacy-cont .ph-desc__address::before {
    top: 1px; } }
.pharmacy-cont .ph-desc__work-time {
  position: relative;
  padding-left: 30px;
  margin-bottom: 30px; }
.pharmacy-cont .ph-desc__work-time::before {
  content: '\e80c';
  font-family: fontello;
  color: #53aa32;
  position: absolute;
  top: 0;
  left: 0; }
.pharmacy-cont .ph-desc__work-time span {
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: .5px; }
@media (max-width: 1023px) {
  .pharmacy-cont .ph-desc__work-time::before {
    top: -1px; }
  .pharmacy-cont .ph-desc__work-time span {
    font-size: 16px; } }
@media (max-width: 767px) {
  .pharmacy-cont .ph-desc__work-time {
    margin-bottom: 20px; } }
.pharmacy-cont .ph-desc__status {
  position: relative;
  display: block;
  font-size: 13px;
  letter-spacing: .33px;
  padding-left: 10px; }
.pharmacy-cont .ph-desc__status::before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }
.pharmacy-cont .ph-desc__status--open {
  color: #53aa32; }
.pharmacy-cont .ph-desc__status--open::before {
  background-color: #53aa32; }
.pharmacy-cont .ph-desc__status--close {
  color: #aa3232; }
.pharmacy-cont .ph-desc__status--close::before {
  background-color: #aa3232; }
.pharmacy-cont .ph-desc__phones {
  position: relative;
  padding-left: 30px;
  margin-bottom: 30px; }
.pharmacy-cont .ph-desc__phones::before {
  content: '\e800';
  font-family: fontello;
  color: #53aa32;
  position: absolute;
  top: 0;
  left: 2px; }
.pharmacy-cont .ph-desc__phones a {
  display: inline-block;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: .5px;
  margin-bottom: 5px; }
.pharmacy-cont .ph-desc__phones a:hover {
  background-color: #f0f3f5;
  color: #53aa32; }
@media (max-width: 1023px) {
  .pharmacy-cont .ph-desc__phones::before {
    font-size: 15px;
    top: -1px; }
  .pharmacy-cont .ph-desc__phones a {
    font-size: 16px; } }
@media (max-width: 767px) {
  .pharmacy-cont .ph-desc__phones {
    margin-bottom: 20px; } }
.pharmacy-cont .ph-desc .pd-bus-stop {
  position: relative;
  padding-left: 30px; }
.pharmacy-cont .ph-desc .pd-bus-stop::before {
  content: '\e80d';
  font-family: fontello;
  color: #53aa32;
  position: absolute;
  top: 0;
  left: 0; }
.pharmacy-cont .ph-desc .pd-bus-stop span {
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: .5px; }
@media (max-width: 1023px) {
  .pharmacy-cont .ph-desc .pd-bus-stop::before {
    top: -1px; }
  .pharmacy-cont .ph-desc .pd-bus-stop span {
    font-size: 16px; } }
@media (max-width: 767px) {
  .pharmacy-cont .ph-desc .pd-bus-stop {
    margin-bottom: 20px; } }
.pharmacy-cont .ph-desc .pd-bus-stop__item span {
  font-size: 16px; }
.pharmacy-cont .ph-desc .pd-bus-stop__item span.bs-red {
  font-family: "Fira Sans Bold";
  color: #9e2323; }
.pharmacy-cont .ph-desc .pd-bus-stop__item span.bs-blue {
  font-family: "Fira Sans Bold";
  color: #2c6dbd; }
.pharmacy-cont .ph-desc__map {
  position: relative;
  height: 684px;
  z-index: 0; }
@media (min-width: 768px) {
  .pharmacy-cont .ph-desc__map {
    display: block !important; } }
@media (max-width: 1339px) {
  .pharmacy-cont .ph-desc__map {
    height: 624px; } }
@media (max-width: 1023px) {
  .pharmacy-cont .ph-desc__map {
    height: 600px; } }
@media (max-width: 767px) {
  .pharmacy-cont .ph-desc__map {
    display: none;
    height: 320px;
    margin: 0 -20px 20px; } }
.pharmacy-cont .ph-desc__map-btn {
  position: relative;
  display: none;
  height: 40px;
  border: 2px solid #53aa32;
  line-height: 36px;
  color: #53aa32;
  text-align: center;
  cursor: pointer; }
.pharmacy-cont .ph-desc__map-btn .arr-bottom {
  height: 15px;
  right: 20px;
  -webkit-transform: translateY(-55%);
  transform: translateY(-55%); }
.pharmacy-cont .ph-desc__map-btn.is-open .arr-bottom {
  -webkit-transform: translateY(-45%) rotate(180deg);
  transform: translateY(-45%) rotate(180deg); }
@media (max-width: 767px) {
  .pharmacy-cont .ph-desc__map-btn {
    display: block; } }

.search-result__form {
  position: relative;
  font-size: 0;
  margin-bottom: 30px; }

.search-result__input {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 214px);
  margin-right: 20px; }
.search-result__input::before {
  content: '\e802';
  font-family: fontello;
  font-size: 20px;
  color: #d9e0e5;
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }
.search-result__input input[type="text"] {
  padding-left: 46px; }
@media (max-width: 767px) {
  .search-result__input {
    width: 100%; }
  .search-result__input input[type="text"] {
    padding-left: 12px;
    padding-right: 86px; }
  .search-result__input::before {
    display: none; } }

.search-result__btn {
  display: inline-block;
  vertical-align: middle; }
.search-result__btn button {
  width: 192px; }
@media (max-width: 767px) {
  .search-result__btn {
    position: absolute;
    top: 0;
    right: 0; }
  .search-result__btn::before {
    content: '\e802';
    font-family: fontello;
    font-size: 20px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1; }
  .search-result__btn button {
    width: auto;
    font-size: 0;
    height: 50px;
    padding: 25px 35px;
    border-radius: 0 4px 4px 0; } }

.search-result .sr-tabs {
  background-color: #f0f3f5;
  -webkit-box-shadow: 0 10px 20px -5px rgba(185, 185, 185, .5);
  box-shadow: 0 10px 20px -5px rgba(185, 185, 185, .5); }
.search-result .sr-tabs__list {
  font-size: 0;
  margin: 0; }
.search-result .sr-tabs__item {
  display: inline-block;
  vertical-align: top;
  padding: 0;
  margin: 0; }
.search-result .sr-tabs__item::before {
  display: none; }
.search-result .sr-tabs__link {
  display: block;
  height: 43px;
  font-size: 16px;
  line-height: 43px;
  text-align: center;
  white-space: nowrap;
  padding: 0 20px; }
.search-result .sr-tabs__link span {
  font-size: 13px;
  letter-spacing: 0.33px;
  color: #a9aeb2; }
.search-result .sr-tabs__link:hover {
  background-color: #d9e0e5;
  color: #53aa32; }
.search-result .sr-tabs__link.is-active {
  font-family: "Fira Sans Bold"; }
.search-result .sr-tabs__link.is-active span {
  font-family: "Fira Sans"; }
.search-result .sr-tabs__link.is-active:hover {
  color: #1c1b1b; }

.search-result .sr-tab-cont {
  display: none; }
.search-result .sr-tab-cont.is-active {
  display: block; }

.search-result .sr-list {
  padding: 10px 0 30px; }
@media (max-width: 767px) {
  .search-result .sr-list {
    margin: 0 -20px; } }
.search-result .sr-list__item {
  position: relative;
  display: block;
  padding: 25px 280px 25px 320px;
  min-height: 216px;
  border-bottom: 1px solid #d9e0e5; }
.search-result .sr-list__item::before {
  content: '';
  display: block;
  background-color: #fff;
  -webkit-box-shadow: 5px 5px 20px 0 rgba(185, 185, 185, .3);
  box-shadow: 5px 5px 20px 0 rgba(185, 185, 185, .3);
  position: absolute;
  top: -1px;
  left: -20px;
  right: -20px;
  bottom: -1px;
  opacity: 0;
  z-index: 0;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease; }
.search-result .sr-list__item h5 {
  position: relative;
  max-width: 580px;
  margin-bottom: 17px;
  z-index: 1;
  -webkit-transition: all .2s ease;
  transition: all .2s ease; }
.search-result .sr-list__item h5::after {
  content: '';
  display: block;
  width: 61px;
  height: 20px;
  background: url("../img/svg/news_arr.svg") center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 5px;
  right: -100px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
.search-result .sr-list__item p {
  position: relative;
  margin: 0;
  z-index: 1; }
.search-result .sr-list__item:hover::before {
  opacity: 1; }
.search-result .sr-list__item:hover h5 {
  color: #53aa32; }
.search-result .sr-list__item:hover h5::after {
  right: -105px;
  opacity: 1; }
@media (max-width: 1339px) {
  .search-result .sr-list__item {
    padding: 25px 0 25px 320px; }
  .search-result .sr-list__item h5 {
    max-width: 580px; }
  .search-result .sr-list__item h5::after {
    right: -75px; }
  .search-result .sr-list__item:hover h5::after {
    right: -80px; } }
@media (max-width: 1023px) {
  .search-result .sr-list__item h5 {
    max-width: 100%; }
  .search-result .sr-list__item h5::after {
    display: none; } }
@media (max-width: 767px) {
  .search-result .sr-list__item {
    padding: 196px 20px 20px; } }
.search-result .sr-list__item--text {
  padding: 32px 200px 35px;
  min-height: 0; }
@media (max-width: 1339px) {
  .search-result .sr-list__item--text {
    padding: 32px 0 35px; } }
@media (max-width: 1023px) {
  .search-result .sr-list__item--text {
    padding: 30px 0; } }
@media (max-width: 767px) {
  .search-result .sr-list__item--text {
    padding: 30px 20px; } }
.search-result .sr-list__photo {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 280px;
  height: 156px;
  position: absolute;
  top: 30px;
  left: 0; }
@media (max-width: 767px) {
  .search-result .sr-list__photo {
    top: 20px;
    left: 20px; } }

.catalog-result .cat-tabs {
  background-color: #f0f3f5;
  -webkit-box-shadow: 0 10px 20px 0 rgba(185, 185, 185, .5);
  box-shadow: 0 10px 20px 0 rgba(185, 185, 185, .5); }
@media (max-width: 767px) {
  .catalog-result .cat-tabs {
    background-color: #fff;
    padding-bottom: 20px; } }
.catalog-result .cat-tabs__list {
  font-size: 0;
  margin: 0; }
.catalog-result .cat-tabs__item {
  display: inline-block;
  vertical-align: top;
  padding: 0;
  margin: 0; }
.catalog-result .cat-tabs__item::before {
  display: none; }
@media (max-width: 767px) {
  .catalog-result .cat-tabs__item {
    margin: 0 10px 10px 0; } }
.catalog-result .cat-tabs__link {
  display: block;
  height: 43px;
  font-size: 16px;
  line-height: 43px;
  text-align: center;
  white-space: nowrap;
  padding: 0 20px; }
.catalog-result .cat-tabs__link span {
  font-size: 13px;
  letter-spacing: 0.33px;
  color: #a9aeb2; }
.catalog-result .cat-tabs__link:hover {
  background-color: #d9e0e5;
  color: #53aa32; }
.catalog-result .cat-tabs__link.is-active {
  background-color: #d9e0e5;
  font-family: "Fira Sans Bold"; }
.catalog-result .cat-tabs__link.is-active span {
  font-family: "Fira Sans"; }
.catalog-result .cat-tabs__link.is-active:hover {
  color: #1c1b1b; }
@media (max-width: 767px) {
  .catalog-result .cat-tabs__link {
    background-color: #f0f3f5;
    border-radius: 4px;
    padding: 0 14px; } }

.catalog-result .cat-list {
  padding: 10px 0; }
.catalog-result .cat-list__title {
  padding: 20px 0;
  border-bottom: 1px solid #d9e0e5; }
.catalog-result .cat-list__title span {
  display: block;
  font-size: 13px;
  line-height: 1;
  letter-spacing: .33px;
  color: #a9aeb2; }
@media (max-width: 1023px) {
  .catalog-result .cat-list__title {
    display: none; } }
@media (max-width: 767px) {
  .catalog-result .cat-list__items {
    margin: 0 -20px; } }
.catalog-result .cat-list .cat-item {
  position: relative;
  padding: 25px 0;
  border-bottom: 1px solid #d9e0e5; }
.catalog-result .cat-list .cat-item::before {
  content: '';
  display: block;
  background-color: #fff;
  -webkit-box-shadow: 5px 5px 20px 0 rgba(185, 185, 185, .3);
  box-shadow: 5px 5px 20px 0 rgba(185, 185, 185, .3);
  position: absolute;
  top: -1px;
  left: -20px;
  right: -20px;
  bottom: -1px;
  opacity: 0;
  z-index: 0;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease; }
@media (min-width: 1024px) {
  .catalog-result .cat-list .cat-item:hover::before {
    opacity: 1; } }
.catalog-result .cat-list .cat-item:hover .cat-item__name {
  color: #53aa32; }
.catalog-result .cat-list .cat-item:hover .cat-item__btn {
  background-color: #53aa32;
  color: #fff; }
.catalog-result .cat-list .cat-item:hover .cat-item__btn:active {
  background-color: #3e8124;
  color: #fff; }
@media (max-width: 767px) {
  .catalog-result .cat-list .cat-item {
    padding: 24px 20px; }
  .catalog-result .cat-list .cat-item:last-child {
    border-bottom: none; } }
.catalog-result .cat-list .cat-item__name {
  display: block; }
.catalog-result .cat-list .cat-item__name h6 {
  margin: 0; }
@media (max-width: 1023px) {
  .catalog-result .cat-list .cat-item__name h6 {
    margin-bottom: 20px; } }
@media (max-width: 1023px) {
  .catalog-result .cat-list .cat-item__form {
    position: relative;
    padding-top: 25px; }
  .catalog-result .cat-list .cat-item__form::before {
    content: 'Форма выпуска';
    font-size: 13px;
    line-height: 1;
    letter-spacing: .33px;
    color: #a9aeb2;
    position: absolute;
    top: 0;
    left: 0; } }
@media (max-width: 767px) {
  .catalog-result .cat-list .cat-item__form {
    padding-top: 20px;
    margin-bottom: 15px; } }
@media (max-width: 1023px) {
  .catalog-result .cat-list .cat-item__producing {
    position: relative;
    padding-top: 25px; }
  .catalog-result .cat-list .cat-item__producing::before {
    content: 'Страна производитель';
    font-size: 13px;
    line-height: 1;
    letter-spacing: .33px;
    color: #a9aeb2;
    position: absolute;
    top: 0;
    left: 0; } }
@media (max-width: 767px) {
  .catalog-result .cat-list .cat-item__producing {
    padding-top: 20px;
    margin-bottom: 15px; } }
.catalog-result .cat-list .cat-item__diplom img {
  margin: 3px auto 0; }
@media (max-width: 767px) {
  .catalog-result .cat-list .cat-item__diplom {
    display: none; } }
.catalog-result .cat-list .cat-item__availability span {
  position: relative;
  display: block;
  padding-left: 20px; }
.catalog-result .cat-list .cat-item__availability span::before {
  font-family: fontello;
  font-size: 12px;
  position: absolute;
  top: 50%;
  left: 2px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }
.catalog-result .cat-list .cat-item__availability--yes span {
  color: #53aa32; }
.catalog-result .cat-list .cat-item__availability--yes span::before {
  content: '\e80a';
  color: #53aa32; }
.catalog-result .cat-list .cat-item__availability--not span {
  color: #aa3232; }
.catalog-result .cat-list .cat-item__availability--not span::before {
  content: '\e80b';
  color: #aa3232; }
@media (max-width: 1023px) {
  .catalog-result .cat-list .cat-item__availability {
    position: relative;
    padding-top: 25px; }
  .catalog-result .cat-list .cat-item__availability::after {
    content: 'Наличие';
    font-size: 13px;
    line-height: 1;
    letter-spacing: .33px;
    color: #a9aeb2;
    position: absolute;
    top: 0;
    left: 0; } }
@media (max-width: 767px) {
  .catalog-result .cat-list .cat-item__availability {
    padding-top: 20px;
    margin-bottom: 15px; } }
.catalog-result .cat-list .cat-item__btn {
  font-size: 16px;
  padding: 15px 29px;
  float: right; }
@media (max-width: 1023px) {
  .catalog-result .cat-list .cat-item__btn {
    float: none;
    margin-top: 25px; } }
@media (max-width: 767px) {
  .catalog-result .cat-list .cat-item__btn {
    margin-top: 0; } }
@media (max-width: 499px) {
  .catalog-result .cat-list .cat-item__btn {
    width: 100%;
    text-align: center; } }

@media (max-width: 499px) {
  .drug h1.title-pattern {
    font-size: 24px; } }

.drug-search .ds-title-panel {
  min-height: 100px;
  padding: 25px 0;
  background: url("../img/green-panel.png") center center repeat;
  -webkit-box-shadow: 0 10px 20px 0 rgba(185, 185, 185, .5);
  box-shadow: 0 10px 20px 0 rgba(185, 185, 185, .5);
  color: #fff; }
.drug-search .ds-title-panel__name {
  font-size: 20px;
  margin: 0; }
@media (max-width: 1023px) {
  .drug-search .ds-title-panel__name {
    margin-bottom: 20px; } }
@media (max-width: 767px) {
  .drug-search .ds-title-panel__form {
    margin-bottom: 20px; } }
@media (max-width: 767px) {
  .drug-search .ds-title-panel__producing {
    margin-bottom: 20px; } }
.drug-search .ds-title-panel__update span {
  display: block;
  font-family: "Fira Sans Bold"; }

.drug-search .ds-result {
  padding: 10px 0; }
@media (max-width: 767px) {
  .drug-search .ds-result {
    padding-bottom: 0; } }
.drug-search .ds-result__title {
  padding: 20px 0;
  border-bottom: 1px solid #d9e0e5; }
.drug-search .ds-result__title span {
  display: block;
  font-size: 13px;
  line-height: 1;
  letter-spacing: .33px;
  color: #a9aeb2; }
@media (max-width: 1023px) {
  .drug-search .ds-result__title {
    padding: 15px 0; } }
@media (max-width: 767px) {
  .drug-search .ds-result__title {
    display: none; } }
@media (max-width: 767px) {
  .drug-search .ds-result__items {
    margin: 0 -20px; } }
.drug-search .ds-result .dsr-item {
  padding: 25px 0;
  border-bottom: 1px solid #d9e0e5; }
@media (max-width: 767px) {
  .drug-search .ds-result .dsr-item {
    padding: 20px; }
  .drug-search .ds-result .dsr-item:last-child {
    border-bottom: none; } }
.drug-search .ds-result .dsr-item__name {
  margin-bottom: 10px; }
.drug-search .ds-result .dsr-item__address {
  position: relative;
  padding-left: 16px;
  margin-bottom: 5px; }
.drug-search .ds-result .dsr-item__address::before {
  content: '';
  display: block;
  width: 10px;
  height: 15px;
  background: url("../img/svg/loc.svg") center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 4px;
  left: 0; }
@media (max-width: 767px) {
  .drug-search .ds-result .dsr-item__address::before {
    top: 2px; } }
.drug-search .ds-result .dsr-item__work-time {
  position: relative;
  padding-left: 16px;
  margin-bottom: 5px;}
.drug-search .ds-result .dsr-item__work-time::before {
  content: '\e80c';
  font-family: fontello;
  font-size: 12px;
  color: #d9e0e5;
  position: absolute;
  top: 3px;
  left: 0; }
@media (max-width: 767px) {
  .drug-search .ds-result .dsr-item__work-time::before {
    top: 1px; } }
.drug-search .ds-result .dsr-item__status {
  position: relative;
  display: block;
  font-size: 13px;
  letter-spacing: .33px;
  padding-left: 10px; }
.drug-search .ds-result .dsr-item__status::before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }
.drug-search .ds-result .dsr-item__status--open {
  color: #53aa32; }
.drug-search .ds-result .dsr-item__status--open::before {
  background-color: #53aa32; }
.drug-search .ds-result .dsr-item__status--close {
  color: #aa3232; }
.drug-search .ds-result .dsr-item__status--close::before {
  background-color: #aa3232; }
@media (max-width: 1023px) {
  .drug-search .ds-result .dsr-item__status {
    margin-bottom: 25px; } }
@media (max-width: 767px) {
  .drug-search .ds-result .dsr-item__status {
    margin-bottom: 10px; } }
.drug-search .ds-result .dsr-item__phones {
  position: relative;
  padding-left: 16px; }
.drug-search .ds-result .dsr-item__phones::before {
  content: '\e800';
  font-family: fontello;
  font-size: 13px;
  color: #d9e0e5;
  position: absolute;
  top: 2px;
  left: 0; }
.drug-search .ds-result .dsr-item__phones a {
  display: inline-block; }
.drug-search .ds-result .dsr-item__phones a:hover {
  background-color: #f0f3f5;
  color: #53aa32; }
@media (max-width: 767px) {
  .drug-search .ds-result .dsr-item__phones {
    margin-bottom: 20px; }
  .drug-search .ds-result .dsr-item__phones::before {
    font-size: 12px; }
  .drug-search .ds-result .dsr-item__phones a {
    display: block; }
  .drug-search .ds-result .dsr-item__phones a:hover {
    background: none; } }
.drug-search .ds-result .dsr-item__price span {
  display: block;
  font-family: "Fira Sans Bold";
  font-size: 24px;
  line-height: 1;
  letter-spacing: .6px;
  color: #53aa32; }
@media (max-width: 767px) {
  .drug-search .ds-result .dsr-item__price {
    position: relative;
    text-align: center;
    padding-top: 30px;
    margin-bottom: 20px; }
  .drug-search .ds-result .dsr-item__price::before {
    content: 'Цена, руб';
    font-size: 13px;
    color: #d9e0e5;
    white-space: nowrap;
    position: absolute;
    top: 0;
    left: 0;
    right: 0; } }
@media (max-width: 767px) {
  .drug-search .ds-result .dsr-item__availability {
    position: relative;
    text-align: center;
    padding-top: 30px;
    margin-bottom: 20px; }
  .drug-search .ds-result .dsr-item__availability::before {
    content: 'Наличие';
    font-size: 13px;
    color: #d9e0e5;
    white-space: nowrap;
    position: absolute;
    top: 0;
    left: 0;
    right: 0; } }
.drug-search .ds-result .dsr-item__btn {
  width: 140px;
  text-align: center; }
@media (max-width: 1023px) {
  .drug-search .ds-result .dsr-item__btn {
    width: 100%;
    max-width: 210px; } }
@media (max-width: 767px) {
  .drug-search .ds-result .dsr-item__btn {
    margin-bottom: 15px; } }
@media (max-width: 499px) {
  .drug-search .ds-result .dsr-item__btn {
    max-width: 100%; } }
.drug-search .ds-result .dsr-item__show-map {
  margin-top: -4px; }
.drug-search .ds-result .dsr-item__show-map span {
  position: relative;
  display: inline-block;
  font-size: 13px;
  color: #53aa32;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  -webkit-transition: all .2s ease;
  transition: all .2s ease; }
.drug-search .ds-result .dsr-item__show-map span::after {
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  border-right: 1px solid #1c1b1b;
  border-bottom: 1px solid #1c1b1b;
  position: absolute;
  top: 50%;
  right: -8px;
  -webkit-transform: translateY(-70%) rotate(45deg);
  transform: translateY(-70%) rotate(45deg); }
.drug-search .ds-result .dsr-item__show-map span:hover {
  background-color: #f0f3f5; }
.drug-search .ds-result .dsr-item__show-map .arr-bottom {
  display: none; }
.drug-search .ds-result .dsr-item__show-map.is-open span::after {
  -webkit-transform: translateY(-20%) rotate(225deg);
  transform: translateY(-20%) rotate(225deg); }
@media (max-width: 1023px) {
  .drug-search .ds-result .dsr-item__show-map {
    position: relative;
    width: 100%;
    max-width: 210px;
    height: 40px;
    border: 2px solid #53aa32;
    line-height: 36px;
    color: #53aa32;
    text-align: center;
    cursor: pointer;
    margin-top: 3px; }
  .drug-search .ds-result .dsr-item__show-map span {
    display: inline;
    padding-right: 10px; }
  .drug-search .ds-result .dsr-item__show-map span::after {
    display: none; }
  .drug-search .ds-result .dsr-item__show-map span:hover {
    background: none; }
  .drug-search .ds-result .dsr-item__show-map .arr-bottom {
    display: block;
    height: 15px;
    right: 10px;
    -webkit-transform: translateY(-55%);
    transform: translateY(-55%); }
  .drug-search .ds-result .dsr-item__show-map.is-open {
    display: none !important; }
  .drug-search .ds-result .dsr-item__show-map.is-open .arr-bottom {
    -webkit-transform: translateY(-45%) rotate(180deg);
    transform: translateY(-45%) rotate(180deg); } }
@media (max-width: 499px) {
  .drug-search .ds-result .dsr-item__show-map {
    max-width: 100%; } }
.drug-search .ds-result .dsr-item__map {
  position: relative;
  display: none;
  height: 305px;
  padding-top: 20px; }
@media (max-width: 1023px) {
  .drug-search .ds-result .dsr-item__map {
    height: 360px;
    padding-bottom: 60px; } }
@media (max-width: 767px) {
  .drug-search .ds-result .dsr-item__map {
    padding-top: 0;
    margin: 0 -20px; } }
.drug-search .ds-result .dsr-item__map-warning {
  background-color: #aa3232;
  padding: 9px 15px 9px 30px;
  font-size: 13px;
  line-height: 1;
  letter-spacing: .33px;
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99; }
.drug-search .ds-result .dsr-item__map-warning span {
  display: block;
  width: 12px;
  height: 12px;
  font-family: "Fira Sans Bold";
  font-size: 12px;
  letter-spacing: .3px;
  color: #aa3232;
  text-align: center;
  position: absolute;
  top: 10px;
  left: 12px; }
.drug-search .ds-result .dsr-item__map-warning span::before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  background-color: #fff;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-52%, -55%) rotate(45deg);
  transform: translate(-52%, -55%) rotate(45deg);
  z-index: -1; }
@media (max-width: 1023px) {
  .drug-search .ds-result .dsr-item__map-warning {
    bottom: 60px; } }
.drug-search .ds-result .dsr-item__map-btn {
  display: none; }
@media (max-width: 1023px) {
  .drug-search .ds-result .dsr-item__map-btn {
    display: block;
    width: 100%;
    max-width: 210px;
    height: 40px;
    border: 2px solid #53aa32;
    color: #53aa32;
    text-align: center;
    cursor: pointer;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-55%);
    transform: translateX(-55%); }
  .drug-search .ds-result .dsr-item__map-btn span {
    position: relative;
    display: inline-block;
    padding-right: 10px;
    font-size: 13px;
    line-height: 36px;
    color: #53aa32; }
  .drug-search .ds-result .dsr-item__map-btn .arr-bottom {
    height: 15px;
    right: 10px;
    -webkit-transform: translateY(-45%) rotate(180deg);
    transform: translateY(-45%) rotate(180deg); } }
@media (max-width: 767px) {
  .drug-search .ds-result .dsr-item__map-btn {
    left: 20px;
    -webkit-transform: none;
    transform: none; } }
@media (max-width: 499px) {
  .drug-search .ds-result .dsr-item__map-btn {
    width: auto;
    max-width: 100%;
    right: 20px; } }

.contacts-map {
  height: 545px;
  margin-bottom: 70px; }
@media (max-width: 767px) {
  .contacts-map {
    height: 450px;
    margin-bottom: 30px; } }
.contacts-map .balloon {
  position: relative;
  width: 500px; }
.contacts-map .balloon .arrow {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  bottom: -8px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  z-index: 0; }
.contacts-map .balloon::after {
  content: '';
  display: block;
  width: 100%;
  height: 80%;
  background-color: rgba(0, 0, 0, .2);
  position: absolute;
  left: 0;
  bottom: -4px;
  -webkit-transform: translateX(9.5%) skew(-20deg);
  transform: translateX(9.5%) skew(-20deg);
  z-index: -1; }
@media (max-width: 767px) {
  .contacts-map .balloon::after {
    -webkit-transform: translateX(8%) skew(-20deg);
    transform: translateX(8%) skew(-20deg); } }
@media (max-width: 499px) {
  .contacts-map .balloon {
    width: 320px; }
  .contacts-map .balloon::after {
    -webkit-transform: translateX(15.5%) skew(-20deg);
    transform: translateX(15.5%) skew(-20deg); } }
.contacts-map .balloon__content {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #fff;
  padding: 20px;
  z-index: 1; }
.contacts-map .balloon__title {
  margin: 0 0 20px; }
.contacts-map .balloon__address, .contacts-map .balloon__contacts {
  margin-bottom: 20px; }
.contacts-map .balloon__address span, .contacts-map .balloon__contacts span {
  display: block;
  font-size: 13px;
  letter-spacing: 0.33px;
  margin-bottom: 3px; }
@media (max-width: 767px) {
  .contacts-map .balloon__address span, .contacts-map .balloon__contacts span {
    font-size: 12px; } }
@media (max-width: 499px) {
  .contacts-map .balloon__address, .contacts-map .balloon__contacts {
    margin-bottom: 10px; } }
.contacts-map .balloon__contacts {
  font-size: 0; }
.contacts-map .balloon__contact {
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
  width: 33%; }
.contacts-map .balloon__contact a {
  color: #53aa32; }
.contacts-map .balloon__contact a:hover {
  color: #3e8124; }
@media (max-width: 499px) {
  .contacts-map .balloon__contact {
    font-size: 14px;
    width: 50%;
    margin-bottom: 10px; }
  .contacts-map .balloon__contact:last-child {
    display: block;
    width: 100%; } }
.contacts-map .balloon__work-time span {
  display: block;
  font-size: 13px;
  letter-spacing: 0.33px;
  margin-bottom: 3px; }
@media (max-width: 767px) {
  .contacts-map .balloon__work-time span {
    font-size: 12px; } }

.contacts-structure {
  padding-bottom: 50px; }
.contacts-structure .structure__items {
  margin-bottom: 0; }
.contacts-structure .straight-line {
  display: block;
  width: 225px;
  text-align: center;
  margin: 0 auto; }

.contacts-reception {
  background: url("../img/reception-bg.jpg") center center no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
  padding: 50px 0 60px; }
.contacts-reception h3 {
  margin-bottom: 20px; }
.contacts-reception p {
  max-width: 530px;
  color: #fff;
  margin: 0 auto 30px; }
.contacts-reception .rec-buttons__btn {
  display: inline-block;
  vertical-align: top;
  background: url("../img/svg/rec-btn.svg") center center no-repeat;
  background-size: contain;
  width: 284px;
  height: 48px;
  font-family: "Fira Sans Bold";
  font-size: 18px;
  line-height: 48px;
  letter-spacing: .45px;
  color: #fff; }
.contacts-reception .rec-buttons__btn:active {
  opacity: .9; }
.contacts-reception .rec-buttons__btn:first-child {
  margin-right: 20px; }
@media (max-width: 767px) {
  .contacts-reception .rec-buttons {
    display: inline-block; }
  .contacts-reception .rec-buttons__btn {
    display: block;
    width: 280px;
    margin: 0 auto; }
  .contacts-reception .rec-buttons__btn:first-child {
    margin: 0 auto 20px; } }

p.red-text-small{
	font-size: 90%;
    color: red;
}
/*# sourceMappingURL=style.css.map */