/* Minification failed. Returning unminified contents.
(6743,25): run-time error CSS1046: Expect comma, found '186'
(6743,33): run-time error CSS1046: Expect comma, found '/'
 */
/*!
 * Bootstrap Grid v4.0.0-beta.2 (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width; }
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1170px; } }

.container-fluid {
  width: 100%;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.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, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%; }

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%; }

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%; }

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%; }

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.3333333333%; }

.offset-2 {
  margin-left: 16.6666666667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.3333333333%; }

.offset-5 {
  margin-left: 41.6666666667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.3333333333%; }

.offset-8 {
  margin-left: 66.6666666667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.3333333333%; }

.offset-11 {
  margin-left: 91.6666666667%; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-sm-first {
    order: -1; }

  .order-sm-1 {
    order: 1; }

  .order-sm-2 {
    order: 2; }

  .order-sm-3 {
    order: 3; }

  .order-sm-4 {
    order: 4; }

  .order-sm-5 {
    order: 5; }

  .order-sm-6 {
    order: 6; }

  .order-sm-7 {
    order: 7; }

  .order-sm-8 {
    order: 8; }

  .order-sm-9 {
    order: 9; }

  .order-sm-10 {
    order: 10; }

  .order-sm-11 {
    order: 11; }

  .order-sm-12 {
    order: 12; }

  .offset-sm-0 {
    margin-left: 0; }

  .offset-sm-1 {
    margin-left: 8.3333333333%; }

  .offset-sm-2 {
    margin-left: 16.6666666667%; }

  .offset-sm-3 {
    margin-left: 25%; }

  .offset-sm-4 {
    margin-left: 33.3333333333%; }

  .offset-sm-5 {
    margin-left: 41.6666666667%; }

  .offset-sm-6 {
    margin-left: 50%; }

  .offset-sm-7 {
    margin-left: 58.3333333333%; }

  .offset-sm-8 {
    margin-left: 66.6666666667%; }

  .offset-sm-9 {
    margin-left: 75%; }

  .offset-sm-10 {
    margin-left: 83.3333333333%; }

  .offset-sm-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-md-first {
    order: -1; }

  .order-md-1 {
    order: 1; }

  .order-md-2 {
    order: 2; }

  .order-md-3 {
    order: 3; }

  .order-md-4 {
    order: 4; }

  .order-md-5 {
    order: 5; }

  .order-md-6 {
    order: 6; }

  .order-md-7 {
    order: 7; }

  .order-md-8 {
    order: 8; }

  .order-md-9 {
    order: 9; }

  .order-md-10 {
    order: 10; }

  .order-md-11 {
    order: 11; }

  .order-md-12 {
    order: 12; }

  .offset-md-0 {
    margin-left: 0; }

  .offset-md-1 {
    margin-left: 8.3333333333%; }

  .offset-md-2 {
    margin-left: 16.6666666667%; }

  .offset-md-3 {
    margin-left: 25%; }

  .offset-md-4 {
    margin-left: 33.3333333333%; }

  .offset-md-5 {
    margin-left: 41.6666666667%; }

  .offset-md-6 {
    margin-left: 50%; }

  .offset-md-7 {
    margin-left: 58.3333333333%; }

  .offset-md-8 {
    margin-left: 66.6666666667%; }

  .offset-md-9 {
    margin-left: 75%; }

  .offset-md-10 {
    margin-left: 83.3333333333%; }

  .offset-md-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-lg-first {
    order: -1; }

  .order-lg-1 {
    order: 1; }

  .order-lg-2 {
    order: 2; }

  .order-lg-3 {
    order: 3; }

  .order-lg-4 {
    order: 4; }

  .order-lg-5 {
    order: 5; }

  .order-lg-6 {
    order: 6; }

  .order-lg-7 {
    order: 7; }

  .order-lg-8 {
    order: 8; }

  .order-lg-9 {
    order: 9; }

  .order-lg-10 {
    order: 10; }

  .order-lg-11 {
    order: 11; }

  .order-lg-12 {
    order: 12; }

  .offset-lg-0 {
    margin-left: 0; }

  .offset-lg-1 {
    margin-left: 8.3333333333%; }

  .offset-lg-2 {
    margin-left: 16.6666666667%; }

  .offset-lg-3 {
    margin-left: 25%; }

  .offset-lg-4 {
    margin-left: 33.3333333333%; }

  .offset-lg-5 {
    margin-left: 41.6666666667%; }

  .offset-lg-6 {
    margin-left: 50%; }

  .offset-lg-7 {
    margin-left: 58.3333333333%; }

  .offset-lg-8 {
    margin-left: 66.6666666667%; }

  .offset-lg-9 {
    margin-left: 75%; }

  .offset-lg-10 {
    margin-left: 83.3333333333%; }

  .offset-lg-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-xl-first {
    order: -1; }

  .order-xl-1 {
    order: 1; }

  .order-xl-2 {
    order: 2; }

  .order-xl-3 {
    order: 3; }

  .order-xl-4 {
    order: 4; }

  .order-xl-5 {
    order: 5; }

  .order-xl-6 {
    order: 6; }

  .order-xl-7 {
    order: 7; }

  .order-xl-8 {
    order: 8; }

  .order-xl-9 {
    order: 9; }

  .order-xl-10 {
    order: 10; }

  .order-xl-11 {
    order: 11; }

  .order-xl-12 {
    order: 12; }

  .offset-xl-0 {
    margin-left: 0; }

  .offset-xl-1 {
    margin-left: 8.3333333333%; }

  .offset-xl-2 {
    margin-left: 16.6666666667%; }

  .offset-xl-3 {
    margin-left: 25%; }

  .offset-xl-4 {
    margin-left: 33.3333333333%; }

  .offset-xl-5 {
    margin-left: 41.6666666667%; }

  .offset-xl-6 {
    margin-left: 50%; }

  .offset-xl-7 {
    margin-left: 58.3333333333%; }

  .offset-xl-8 {
    margin-left: 66.6666666667%; }

  .offset-xl-9 {
    margin-left: 75%; }

  .offset-xl-10 {
    margin-left: 83.3333333333%; }

  .offset-xl-11 {
    margin-left: 91.6666666667%; } }
.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }

  .d-sm-inline {
    display: inline !important; }

  .d-sm-inline-block {
    display: inline-block !important; }

  .d-sm-block {
    display: block !important; }

  .d-sm-table {
    display: table !important; }

  .d-sm-table-row {
    display: table-row !important; }

  .d-sm-table-cell {
    display: table-cell !important; }

  .d-sm-flex {
    display: flex !important; }

  .d-sm-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }

  .d-md-inline {
    display: inline !important; }

  .d-md-inline-block {
    display: inline-block !important; }

  .d-md-block {
    display: block !important; }

  .d-md-table {
    display: table !important; }

  .d-md-table-row {
    display: table-row !important; }

  .d-md-table-cell {
    display: table-cell !important; }

  .d-md-flex {
    display: flex !important; }

  .d-md-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }

  .d-lg-inline {
    display: inline !important; }

  .d-lg-inline-block {
    display: inline-block !important; }

  .d-lg-block {
    display: block !important; }

  .d-lg-table {
    display: table !important; }

  .d-lg-table-row {
    display: table-row !important; }

  .d-lg-table-cell {
    display: table-cell !important; }

  .d-lg-flex {
    display: flex !important; }

  .d-lg-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }

  .d-xl-inline {
    display: inline !important; }

  .d-xl-inline-block {
    display: inline-block !important; }

  .d-xl-block {
    display: block !important; }

  .d-xl-table {
    display: table !important; }

  .d-xl-table-row {
    display: table-row !important; }

  .d-xl-table-cell {
    display: table-cell !important; }

  .d-xl-flex {
    display: flex !important; }

  .d-xl-inline-flex {
    display: inline-flex !important; } }
@media print {
  .d-print-none {
    display: none !important; }

  .d-print-inline {
    display: inline !important; }

  .d-print-inline-block {
    display: inline-block !important; }

  .d-print-block {
    display: block !important; }

  .d-print-table {
    display: table !important; }

  .d-print-table-row {
    display: table-row !important; }

  .d-print-table-cell {
    display: table-cell !important; }

  .d-print-flex {
    display: flex !important; }

  .d-print-inline-flex {
    display: inline-flex !important; } }
.flex-row {
  flex-direction: row; }

.flex-column {
  flex-direction: column; }

.flex-row-reverse {
  flex-direction: row-reverse; }

.flex-column-reverse {
  flex-direction: column-reverse; }

.flex-wrap {
  flex-wrap: wrap; }

.flex-nowrap {
  flex-wrap: nowrap; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse; }

.justify-content-start {
  justify-content: flex-start; }

.justify-content-end {
  justify-content: flex-end; }

.justify-content-center {
  justify-content: center; }

.justify-content-between {
  justify-content: space-between; }

.justify-content-around {
  justify-content: space-around; }

.align-items-start {
  align-items: flex-start; }

.align-items-end {
  align-items: flex-end; }

.align-items-center {
  align-items: center; }

.align-items-baseline {
  align-items: baseline; }

.align-items-stretch {
  align-items: stretch; }

.align-content-start {
  align-content: flex-start; }

.align-content-end {
  align-content: flex-end; }

.align-content-center {
  align-content: center; }

.align-content-between {
  align-content: space-between; }

.align-content-around {
  align-content: space-around; }

.align-content-stretch {
  align-content: stretch; }

.align-self-auto {
  align-self: auto; }

.align-self-start {
  align-self: flex-start; }

.align-self-end {
  align-self: flex-end; }

.align-self-center {
  align-self: center; }

.align-self-baseline {
  align-self: baseline; }

.align-self-stretch {
  align-self: stretch; }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row; }

  .flex-sm-column {
    flex-direction: column; }

  .flex-sm-row-reverse {
    flex-direction: row-reverse; }

  .flex-sm-column-reverse {
    flex-direction: column-reverse; }

  .flex-sm-wrap {
    flex-wrap: wrap; }

  .flex-sm-nowrap {
    flex-wrap: nowrap; }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse; }

  .justify-content-sm-start {
    justify-content: flex-start; }

  .justify-content-sm-end {
    justify-content: flex-end; }

  .justify-content-sm-center {
    justify-content: center; }

  .justify-content-sm-between {
    justify-content: space-between; }

  .justify-content-sm-around {
    justify-content: space-around; }

  .align-items-sm-start {
    align-items: flex-start; }

  .align-items-sm-end {
    align-items: flex-end; }

  .align-items-sm-center {
    align-items: center; }

  .align-items-sm-baseline {
    align-items: baseline; }

  .align-items-sm-stretch {
    align-items: stretch; }

  .align-content-sm-start {
    align-content: flex-start; }

  .align-content-sm-end {
    align-content: flex-end; }

  .align-content-sm-center {
    align-content: center; }

  .align-content-sm-between {
    align-content: space-between; }

  .align-content-sm-around {
    align-content: space-around; }

  .align-content-sm-stretch {
    align-content: stretch; }

  .align-self-sm-auto {
    align-self: auto; }

  .align-self-sm-start {
    align-self: flex-start; }

  .align-self-sm-end {
    align-self: flex-end; }

  .align-self-sm-center {
    align-self: center; }

  .align-self-sm-baseline {
    align-self: baseline; }

  .align-self-sm-stretch {
    align-self: stretch; } }
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row; }

  .flex-md-column {
    flex-direction: column; }

  .flex-md-row-reverse {
    flex-direction: row-reverse; }

  .flex-md-column-reverse {
    flex-direction: column-reverse; }

  .flex-md-wrap {
    flex-wrap: wrap; }

  .flex-md-nowrap {
    flex-wrap: nowrap; }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse; }

  .justify-content-md-start {
    justify-content: flex-start; }

  .justify-content-md-end {
    justify-content: flex-end; }

  .justify-content-md-center {
    justify-content: center; }

  .justify-content-md-between {
    justify-content: space-between; }

  .justify-content-md-around {
    justify-content: space-around; }

  .align-items-md-start {
    align-items: flex-start; }

  .align-items-md-end {
    align-items: flex-end; }

  .align-items-md-center {
    align-items: center; }

  .align-items-md-baseline {
    align-items: baseline; }

  .align-items-md-stretch {
    align-items: stretch; }

  .align-content-md-start {
    align-content: flex-start; }

  .align-content-md-end {
    align-content: flex-end; }

  .align-content-md-center {
    align-content: center; }

  .align-content-md-between {
    align-content: space-between; }

  .align-content-md-around {
    align-content: space-around; }

  .align-content-md-stretch {
    align-content: stretch; }

  .align-self-md-auto {
    align-self: auto; }

  .align-self-md-start {
    align-self: flex-start; }

  .align-self-md-end {
    align-self: flex-end; }

  .align-self-md-center {
    align-self: center; }

  .align-self-md-baseline {
    align-self: baseline; }

  .align-self-md-stretch {
    align-self: stretch; } }
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row; }

  .flex-lg-column {
    flex-direction: column; }

  .flex-lg-row-reverse {
    flex-direction: row-reverse; }

  .flex-lg-column-reverse {
    flex-direction: column-reverse; }

  .flex-lg-wrap {
    flex-wrap: wrap; }

  .flex-lg-nowrap {
    flex-wrap: nowrap; }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse; }

  .justify-content-lg-start {
    justify-content: flex-start; }

  .justify-content-lg-end {
    justify-content: flex-end; }

  .justify-content-lg-center {
    justify-content: center; }

  .justify-content-lg-between {
    justify-content: space-between; }

  .justify-content-lg-around {
    justify-content: space-around; }

  .align-items-lg-start {
    align-items: flex-start; }

  .align-items-lg-end {
    align-items: flex-end; }

  .align-items-lg-center {
    align-items: center; }

  .align-items-lg-baseline {
    align-items: baseline; }

  .align-items-lg-stretch {
    align-items: stretch; }

  .align-content-lg-start {
    align-content: flex-start; }

  .align-content-lg-end {
    align-content: flex-end; }

  .align-content-lg-center {
    align-content: center; }

  .align-content-lg-between {
    align-content: space-between; }

  .align-content-lg-around {
    align-content: space-around; }

  .align-content-lg-stretch {
    align-content: stretch; }

  .align-self-lg-auto {
    align-self: auto; }

  .align-self-lg-start {
    align-self: flex-start; }

  .align-self-lg-end {
    align-self: flex-end; }

  .align-self-lg-center {
    align-self: center; }

  .align-self-lg-baseline {
    align-self: baseline; }

  .align-self-lg-stretch {
    align-self: stretch; } }
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row; }

  .flex-xl-column {
    flex-direction: column; }

  .flex-xl-row-reverse {
    flex-direction: row-reverse; }

  .flex-xl-column-reverse {
    flex-direction: column-reverse; }

  .flex-xl-wrap {
    flex-wrap: wrap; }

  .flex-xl-nowrap {
    flex-wrap: nowrap; }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse; }

  .justify-content-xl-start {
    justify-content: flex-start; }

  .justify-content-xl-end {
    justify-content: flex-end; }

  .justify-content-xl-center {
    justify-content: center; }

  .justify-content-xl-between {
    justify-content: space-between; }

  .justify-content-xl-around {
    justify-content: space-around; }

  .align-items-xl-start {
    align-items: flex-start; }

  .align-items-xl-end {
    align-items: flex-end; }

  .align-items-xl-center {
    align-items: center; }

  .align-items-xl-baseline {
    align-items: baseline; }

  .align-items-xl-stretch {
    align-items: stretch; }

  .align-content-xl-start {
    align-content: flex-start; }

  .align-content-xl-end {
    align-content: flex-end; }

  .align-content-xl-center {
    align-content: center; }

  .align-content-xl-between {
    align-content: space-between; }

  .align-content-xl-around {
    align-content: space-around; }

  .align-content-xl-stretch {
    align-content: stretch; }

  .align-self-xl-auto {
    align-self: auto; }

  .align-self-xl-start {
    align-self: flex-start; }

  .align-self-xl-end {
    align-self: flex-end; }

  .align-self-xl-center {
    align-self: center; }

  .align-self-xl-baseline {
    align-self: baseline; }

  .align-self-xl-stretch {
    align-self: stretch; } }
/*

    @media (min-width: 576px) {
        .product_img {
            width: 540px;
        }

        @media (min-width: 376px) {
            .product_img {
                width: 340px;
            }

            @media (min-width: 276px) {
                .product_img {
                    width: 300px;
                }
            }

            @media (min-width: 768px) {
                .product_img {
                    width: 600px;
                }
            }
            @media (min-width: 992px) {
                .product_img {
                    width: 600px;
                }
            }*/



/* required styles */

.leaflet-map-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-pane,
.leaflet-tile-container,
.leaflet-overlay-pane,
.leaflet-shadow-pane,
.leaflet-marker-pane,
.leaflet-popup-pane,
.leaflet-overlay-pane svg,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
	position: absolute;
	left: 0;
	top: 0;
	}
.leaflet-container {
	overflow: hidden;
	-ms-touch-action: none;
	touch-action: none;
	}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
	-webkit-user-drag: none;
	}
.leaflet-marker-icon,
.leaflet-marker-shadow {
	display: block;
	}
/* map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container img {
	max-width: none !important;
	}
/* stupid Android 2 doesn't understand "max-width: none" properly */
.leaflet-container img.leaflet-image-layer {
	max-width: 15000px !important;
	}
.leaflet-tile {
	filter: inherit;
	visibility: hidden;
	}
.leaflet-tile-loaded {
	visibility: inherit;
	}
.leaflet-zoom-box {
	width: 0;
	height: 0;
	}
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
	-moz-user-select: none;
	}

.leaflet-tile-pane    { z-index: 2; }
.leaflet-objects-pane { z-index: 3; }
.leaflet-overlay-pane { z-index: 4; }
.leaflet-shadow-pane  { z-index: 5; }
.leaflet-marker-pane  { z-index: 6; }
.leaflet-popup-pane   { z-index: 7; }

.leaflet-vml-shape {
	width: 1px;
	height: 1px;
	}
.lvml {
	behavior: url(#default#VML);
	display: inline-block;
	position: absolute;
	}


/* control positioning */

.leaflet-control {
	position: relative;
	z-index: 7;
	pointer-events: auto;
	}
.leaflet-top,
.leaflet-bottom {
	position: absolute;
	z-index: 1000;
	pointer-events: none;
	}
.leaflet-top {
	top: 0;
	}
.leaflet-right {
	right: 0;
	}
.leaflet-bottom {
	bottom: 0;
	}
.leaflet-left {
	left: 0;
	}
.leaflet-control {
	float: left;
	clear: both;
	}
.leaflet-right .leaflet-control {
	float: right;
	}
.leaflet-top .leaflet-control {
	margin-top: 10px;
	}
.leaflet-bottom .leaflet-control {
	margin-bottom: 10px;
	}
.leaflet-left .leaflet-control {
	margin-left: 10px;
	}
.leaflet-right .leaflet-control {
	margin-right: 10px;
	}


/* zoom and fade animations */

.leaflet-fade-anim .leaflet-tile,
.leaflet-fade-anim .leaflet-popup {
	opacity: 0;
	-webkit-transition: opacity 0.2s linear;
	   -moz-transition: opacity 0.2s linear;
	     -o-transition: opacity 0.2s linear;
	        transition: opacity 0.2s linear;
	}
.leaflet-fade-anim .leaflet-tile-loaded,
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
	opacity: 1;
	}

.leaflet-zoom-anim .leaflet-zoom-animated {
	-webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1);
	   -moz-transition:    -moz-transform 0.25s cubic-bezier(0,0,0.25,1);
	     -o-transition:      -o-transform 0.25s cubic-bezier(0,0,0.25,1);
	        transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
	}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile,
.leaflet-touching .leaflet-zoom-animated {
	-webkit-transition: none;
	   -moz-transition: none;
	     -o-transition: none;
	        transition: none;
	}

.leaflet-zoom-anim .leaflet-zoom-hide {
	visibility: hidden;
	}


/* cursors */

.leaflet-clickable {
	cursor: pointer;
	}
.leaflet-container {
	cursor: -webkit-grab;
	cursor:    -moz-grab;
	}
.leaflet-popup-pane,
.leaflet-control {
	cursor: auto;
	}
.leaflet-dragging .leaflet-container,
.leaflet-dragging .leaflet-clickable {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor:    -moz-grabbing;
	}


/* visual tweaks */

.leaflet-container {
	background: #ddd;
	outline: 0;
	}
.leaflet-container a {
	color: #0078A8;
	}
.leaflet-container a.leaflet-active {
	outline: 2px solid orange;
	}
.leaflet-zoom-box {
	border: 2px dotted #38f;
	background: rgba(255,255,255,0.5);
	}


/* general typography */
.leaflet-container {
	font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
	}


/* general toolbar styles */

.leaflet-bar {
	box-shadow: 0 1px 5px rgba(0,0,0,0.65);
	border-radius: 4px;
	}
.leaflet-bar a,
.leaflet-bar a:hover {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	width: 26px;
	height: 26px;
	line-height: 26px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: black;
	}
.leaflet-bar a,
.leaflet-control-layers-toggle {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	}
.leaflet-bar a:hover {
	background-color: #f4f4f4;
	}
.leaflet-bar a:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	}
.leaflet-bar a:last-child {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom: none;
	}
.leaflet-bar a.leaflet-disabled {
	cursor: default;
	background-color: #f4f4f4;
	color: #bbb;
	}

.leaflet-touch .leaflet-bar a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	}


/* zoom control */

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
	font: bold 18px 'Lucida Console', Monaco, monospace;
	text-indent: 1px;
	}
.leaflet-control-zoom-out {
	font-size: 20px;
	}

.leaflet-touch .leaflet-control-zoom-in {
	font-size: 22px;
	}
.leaflet-touch .leaflet-control-zoom-out {
	font-size: 24px;
	}


/* layers control */

.leaflet-control-layers {
	box-shadow: 0 1px 5px rgba(0,0,0,0.4);
	background: #fff;
	border-radius: 5px;
	}
.leaflet-control-layers-toggle {
	background-image: url(images/layers.png);
	width: 36px;
	height: 36px;
	}
.leaflet-retina .leaflet-control-layers-toggle {
	background-image: url(images/layers-2x.png);
	background-size: 26px 26px;
	}
.leaflet-touch .leaflet-control-layers-toggle {
	width: 44px;
	height: 44px;
	}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
	display: none;
	}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
	display: block;
	position: relative;
	}
.leaflet-control-layers-expanded {
	padding: 6px 10px 6px 6px;
	color: #333;
	background: #fff;
	}
.leaflet-control-layers-selector {
	margin-top: 2px;
	position: relative;
	top: 1px;
	}
.leaflet-control-layers label {
	display: block;
	}
.leaflet-control-layers-separator {
	height: 0;
	border-top: 1px solid #ddd;
	margin: 5px -10px 5px -6px;
	}


/* attribution and scale controls */

.leaflet-container .leaflet-control-attribution {
	background: #fff;
	background: rgba(255, 255, 255, 0.7);
	margin: 0;
	}
.leaflet-control-attribution,
.leaflet-control-scale-line {
	padding: 0 5px;
	color: #333;
	}
.leaflet-control-attribution a {
	text-decoration: none;
	}
.leaflet-control-attribution a:hover {
	text-decoration: underline;
	}
.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
	font-size: 11px;
	}
.leaflet-left .leaflet-control-scale {
	margin-left: 5px;
	}
.leaflet-bottom .leaflet-control-scale {
	margin-bottom: 5px;
	}
.leaflet-control-scale-line {
	border: 2px solid #777;
	border-top: none;
	line-height: 1.1;
	padding: 2px 5px 1px;
	font-size: 11px;
	white-space: nowrap;
	overflow: hidden;
	-moz-box-sizing: content-box;
	     box-sizing: content-box;

	background: #fff;
	background: rgba(255, 255, 255, 0.5);
	}
.leaflet-control-scale-line:not(:first-child) {
	border-top: 2px solid #777;
	border-bottom: none;
	margin-top: -2px;
	}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
	border-bottom: 2px solid #777;
	}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	box-shadow: none;
	}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	border: 2px solid rgba(0,0,0,0.2);
	background-clip: padding-box;
	}


/* popup */

.leaflet-popup {
	position: absolute;
	text-align: center;
	}
.leaflet-popup-content-wrapper {
	padding: 1px;
	text-align: left;
	border-radius: 12px;
	}
.leaflet-popup-content {
	margin: 13px 19px;
	line-height: 1.4;
	}
.leaflet-popup-content p {
	margin: 18px 0;
	}
.leaflet-popup-tip-container {
	margin: 0 auto;
	width: 40px;
	height: 20px;
	position: relative;
	overflow: hidden;
	}
.leaflet-popup-tip {
	width: 17px;
	height: 17px;
	padding: 1px;

	margin: -10px auto 0;

	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	     -o-transform: rotate(45deg);
	        transform: rotate(45deg);
	}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
	background: white;

	box-shadow: 0 3px 14px rgba(0,0,0,0.4);
	}
.leaflet-container a.leaflet-popup-close-button {
	position: absolute;
	top: 0;
	right: 0;
	padding: 4px 4px 0 0;
	text-align: center;
	width: 18px;
	height: 14px;
	font: 16px/14px Tahoma, Verdana, sans-serif;
	color: #c3c3c3;
	text-decoration: none;
	font-weight: bold;
	background: transparent;
	}
.leaflet-container a.leaflet-popup-close-button:hover {
	color: #999;
	}
.leaflet-popup-scrolled {
	overflow: auto;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	}

.leaflet-oldie .leaflet-popup-content-wrapper {
	zoom: 1;
	}
.leaflet-oldie .leaflet-popup-tip {
	width: 24px;
	margin: 0 auto;

	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
	}
.leaflet-oldie .leaflet-popup-tip-container {
	margin-top: -1px;
	}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
	border: 1px solid #999;
	}


/* div icon */

.leaflet-div-icon {
	background: #fff;
	border: 1px solid #666;
	}

/**
 * Variables declared here can be overridden by consuming applications, with
 * the help of the `!default` flag.
 *
 * @example
 *     // overriding $hoverColor
 *     $hoverColor: rgba(red, 0.05);
 *
 *     // overriding image path
 *     $flagsImagePath: "images/";
 *
 *     // import the scss file after the overrides
 *     @import "bower_component/intl-tel-input/src/css/intlTelInput";
 */
.intl-tel-input {
  position: relative; }
  .intl-tel-input * {
    box-sizing: border-box;
    -moz-box-sizing: border-box; }
  .intl-tel-input .hide {
    display: none; }
  .intl-tel-input .v-hide {
    visibility: hidden; }
  .intl-tel-input input, .intl-tel-input input[type=text], .intl-tel-input input[type=tel] {
    position: relative;
    z-index: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-right: 36px;
    margin-right: 0; }
  .intl-tel-input .flag-container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 1px; }
  .intl-tel-input .selected-flag {
    z-index: 1;
    position: relative;
    width: 36px;
    height: 100%;
    padding: 0 0 0 8px; }
    .intl-tel-input .selected-flag .iti-flag {
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto; }
    .intl-tel-input .selected-flag .iti-arrow {
      position: absolute;
      top: 50%;
      margin-top: -2px;
      right: 6px;
      width: 0;
      height: 0;
      border-left: 3px solid transparent;
      border-right: 3px solid transparent;
      border-top: 4px solid #555; }
      .intl-tel-input .selected-flag .iti-arrow.up {
        border-top: none;
        border-bottom: 4px solid #555; }
  .intl-tel-input .country-list {
    position: absolute;
    z-index: 20;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0 0 0 -1px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    background-color: white;
    border: 1px solid #CCC;
    white-space: nowrap;
    max-height: 200px;
    overflow-y: scroll; }
    .intl-tel-input .country-list.dropup {
      bottom: 100%;
      margin-bottom: -1px; }
    .intl-tel-input .country-list .flag-box {
      display: inline-block;
      width: 20px; }
    @media (max-width: 500px) {
      .intl-tel-input .country-list {
        white-space: normal; } }
    .intl-tel-input .country-list .divider {
      padding-bottom: 5px;
      margin-bottom: 5px;
      border-bottom: 1px solid #CCC; }
    .intl-tel-input .country-list .country {
      padding: 5px 10px; }
      .intl-tel-input .country-list .country .dial-code {
        color: #999; }
    .intl-tel-input .country-list .country.highlight {
      background-color: rgba(0, 0, 0, 0.05); }
    .intl-tel-input .country-list .flag-box, .intl-tel-input .country-list .country-name, .intl-tel-input .country-list .dial-code {
      vertical-align: middle; }
    .intl-tel-input .country-list .flag-box, .intl-tel-input .country-list .country-name {
      margin-right: 6px; }
  .intl-tel-input.allow-dropdown input, .intl-tel-input.allow-dropdown input[type=text], .intl-tel-input.allow-dropdown input[type=tel], .intl-tel-input.separate-dial-code input, .intl-tel-input.separate-dial-code input[type=text], .intl-tel-input.separate-dial-code input[type=tel] {
    padding-right: 6px;
    padding-left: 52px;
    margin-left: 0; }
  .intl-tel-input.allow-dropdown .flag-container, .intl-tel-input.separate-dial-code .flag-container {
    right: auto;
    left: 0; }
  .intl-tel-input.allow-dropdown .selected-flag, .intl-tel-input.separate-dial-code .selected-flag {
    width: 46px; }
  .intl-tel-input.allow-dropdown .flag-container:hover {
    cursor: pointer; }
  .intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover, .intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover {
    cursor: default; }
    .intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover .selected-flag, .intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover .selected-flag {
      background-color: transparent; }
  .intl-tel-input.separate-dial-code .selected-flag {
    background-color: rgba(0, 0, 0, 0.05);
    display: table; }
  .intl-tel-input.separate-dial-code .selected-dial-code {
    display: table-cell;
    vertical-align: middle;
    padding-left: 28px; }
  .intl-tel-input.separate-dial-code.iti-sdc-2 input, .intl-tel-input.separate-dial-code.iti-sdc-2 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-2 input[type=tel] {
    padding-left: 66px; }
  .intl-tel-input.separate-dial-code.iti-sdc-2 .selected-flag {
    width: 60px; }
  .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=tel] {
    padding-left: 76px; }
  .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 .selected-flag {
    width: 70px; }
  .intl-tel-input.separate-dial-code.iti-sdc-3 input, .intl-tel-input.separate-dial-code.iti-sdc-3 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-3 input[type=tel] {
    padding-left: 74px; }
  .intl-tel-input.separate-dial-code.iti-sdc-3 .selected-flag {
    width: 68px; }
  .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=tel] {
    padding-left: 84px; }
  .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 .selected-flag {
    width: 78px; }
  .intl-tel-input.separate-dial-code.iti-sdc-4 input, .intl-tel-input.separate-dial-code.iti-sdc-4 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-4 input[type=tel] {
    padding-left: 82px; }
  .intl-tel-input.separate-dial-code.iti-sdc-4 .selected-flag {
    width: 76px; }
  .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=tel] {
    padding-left: 92px; }
  .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 .selected-flag {
    width: 86px; }
  .intl-tel-input.separate-dial-code.iti-sdc-5 input, .intl-tel-input.separate-dial-code.iti-sdc-5 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-5 input[type=tel] {
    padding-left: 90px; }
  .intl-tel-input.separate-dial-code.iti-sdc-5 .selected-flag {
    width: 84px; }
  .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=tel] {
    padding-left: 100px; }
  .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 .selected-flag {
    width: 94px; }
  .intl-tel-input.iti-container {
    position: absolute;
    top: -1000px;
    left: -1000px;
    z-index: 1060;
    padding: 1px; }
    .intl-tel-input.iti-container:hover {
      cursor: pointer; }

.iti-mobile .intl-tel-input.iti-container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed; }

.iti-mobile .intl-tel-input .country-list {
  max-height: 100%;
  width: 100%; }
  .iti-mobile .intl-tel-input .country-list .country {
    padding: 10px 10px;
    line-height: 1.5em; }

.iti-flag {
  width: 20px; }
  .iti-flag.be {
    width: 18px; }
  .iti-flag.ch {
    width: 15px; }
  .iti-flag.mc {
    width: 19px; }
  .iti-flag.ne {
    width: 18px; }
  .iti-flag.np {
    width: 13px; }
  .iti-flag.va {
    width: 15px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .iti-flag {
      background-size: 5630px 15px; } }
  .iti-flag.ac {
    height: 10px;
    background-position: 0px 0px; }
  .iti-flag.ad {
    height: 14px;
    background-position: -22px 0px; }
  .iti-flag.ae {
    height: 10px;
    background-position: -44px 0px; }
  .iti-flag.af {
    height: 14px;
    background-position: -66px 0px; }
  .iti-flag.ag {
    height: 14px;
    background-position: -88px 0px; }
  .iti-flag.ai {
    height: 10px;
    background-position: -110px 0px; }
  .iti-flag.al {
    height: 15px;
    background-position: -132px 0px; }
  .iti-flag.am {
    height: 10px;
    background-position: -154px 0px; }
  .iti-flag.ao {
    height: 14px;
    background-position: -176px 0px; }
  .iti-flag.aq {
    height: 14px;
    background-position: -198px 0px; }
  .iti-flag.ar {
    height: 13px;
    background-position: -220px 0px; }
  .iti-flag.as {
    height: 10px;
    background-position: -242px 0px; }
  .iti-flag.at {
    height: 14px;
    background-position: -264px 0px; }
  .iti-flag.au {
    height: 10px;
    background-position: -286px 0px; }
  .iti-flag.aw {
    height: 14px;
    background-position: -308px 0px; }
  .iti-flag.ax {
    height: 13px;
    background-position: -330px 0px; }
  .iti-flag.az {
    height: 10px;
    background-position: -352px 0px; }
  .iti-flag.ba {
    height: 10px;
    background-position: -374px 0px; }
  .iti-flag.bb {
    height: 14px;
    background-position: -396px 0px; }
  .iti-flag.bd {
    height: 12px;
    background-position: -418px 0px; }
  .iti-flag.be {
    height: 15px;
    background-position: -440px 0px; }
  .iti-flag.bf {
    height: 14px;
    background-position: -460px 0px; }
  .iti-flag.bg {
    height: 12px;
    background-position: -482px 0px; }
  .iti-flag.bh {
    height: 12px;
    background-position: -504px 0px; }
  .iti-flag.bi {
    height: 12px;
    background-position: -526px 0px; }
  .iti-flag.bj {
    height: 14px;
    background-position: -548px 0px; }
  .iti-flag.bl {
    height: 14px;
    background-position: -570px 0px; }
  .iti-flag.bm {
    height: 10px;
    background-position: -592px 0px; }
  .iti-flag.bn {
    height: 10px;
    background-position: -614px 0px; }
  .iti-flag.bo {
    height: 14px;
    background-position: -636px 0px; }
  .iti-flag.bq {
    height: 14px;
    background-position: -658px 0px; }
  .iti-flag.br {
    height: 14px;
    background-position: -680px 0px; }
  .iti-flag.bs {
    height: 10px;
    background-position: -702px 0px; }
  .iti-flag.bt {
    height: 14px;
    background-position: -724px 0px; }
  .iti-flag.bv {
    height: 15px;
    background-position: -746px 0px; }
  .iti-flag.bw {
    height: 14px;
    background-position: -768px 0px; }
  .iti-flag.by {
    height: 10px;
    background-position: -790px 0px; }
  .iti-flag.bz {
    height: 14px;
    background-position: -812px 0px; }
  .iti-flag.ca {
    height: 10px;
    background-position: -834px 0px; }
  .iti-flag.cc {
    height: 10px;
    background-position: -856px 0px; }
  .iti-flag.cd {
    height: 15px;
    background-position: -878px 0px; }
  .iti-flag.cf {
    height: 14px;
    background-position: -900px 0px; }
  .iti-flag.cg {
    height: 14px;
    background-position: -922px 0px; }
  .iti-flag.ch {
    height: 15px;
    background-position: -944px 0px; }
  .iti-flag.ci {
    height: 14px;
    background-position: -961px 0px; }
  .iti-flag.ck {
    height: 10px;
    background-position: -983px 0px; }
  .iti-flag.cl {
    height: 14px;
    background-position: -1005px 0px; }
  .iti-flag.cm {
    height: 14px;
    background-position: -1027px 0px; }
  .iti-flag.cn {
    height: 14px;
    background-position: -1049px 0px; }
  .iti-flag.co {
    height: 14px;
    background-position: -1071px 0px; }
  .iti-flag.cp {
    height: 14px;
    background-position: -1093px 0px; }
  .iti-flag.cr {
    height: 12px;
    background-position: -1115px 0px; }
  .iti-flag.cu {
    height: 10px;
    background-position: -1137px 0px; }
  .iti-flag.cv {
    height: 12px;
    background-position: -1159px 0px; }
  .iti-flag.cw {
    height: 14px;
    background-position: -1181px 0px; }
  .iti-flag.cx {
    height: 10px;
    background-position: -1203px 0px; }
  .iti-flag.cy {
    height: 13px;
    background-position: -1225px 0px; }
  .iti-flag.cz {
    height: 14px;
    background-position: -1247px 0px; }
  .iti-flag.de {
    height: 12px;
    background-position: -1269px 0px; }
  .iti-flag.dg {
    height: 10px;
    background-position: -1291px 0px; }
  .iti-flag.dj {
    height: 14px;
    background-position: -1313px 0px; }
  .iti-flag.dk {
    height: 15px;
    background-position: -1335px 0px; }
  .iti-flag.dm {
    height: 10px;
    background-position: -1357px 0px; }
  .iti-flag.do {
    height: 13px;
    background-position: -1379px 0px; }
  .iti-flag.dz {
    height: 14px;
    background-position: -1401px 0px; }
  .iti-flag.ea {
    height: 14px;
    background-position: -1423px 0px; }
  .iti-flag.ec {
    height: 14px;
    background-position: -1445px 0px; }
  .iti-flag.ee {
    height: 13px;
    background-position: -1467px 0px; }
  .iti-flag.eg {
    height: 14px;
    background-position: -1489px 0px; }
  .iti-flag.eh {
    height: 10px;
    background-position: -1511px 0px; }
  .iti-flag.er {
    height: 10px;
    background-position: -1533px 0px; }
  .iti-flag.es {
    height: 14px;
    background-position: -1555px 0px; }
  .iti-flag.et {
    height: 10px;
    background-position: -1577px 0px; }
  .iti-flag.eu {
    height: 14px;
    background-position: -1599px 0px; }
  .iti-flag.fi {
    height: 12px;
    background-position: -1621px 0px; }
  .iti-flag.fj {
    height: 10px;
    background-position: -1643px 0px; }
  .iti-flag.fk {
    height: 10px;
    background-position: -1665px 0px; }
  .iti-flag.fm {
    height: 11px;
    background-position: -1687px 0px; }
  .iti-flag.fo {
    height: 15px;
    background-position: -1709px 0px; }
  .iti-flag.fr {
    height: 14px;
    background-position: -1731px 0px; }
  .iti-flag.ga {
    height: 15px;
    background-position: -1753px 0px; }
  .iti-flag.gb {
    height: 10px;
    background-position: -1775px 0px; }
  .iti-flag.gd {
    height: 12px;
    background-position: -1797px 0px; }
  .iti-flag.ge {
    height: 14px;
    background-position: -1819px 0px; }
  .iti-flag.gf {
    height: 14px;
    background-position: -1841px 0px; }
  .iti-flag.gg {
    height: 14px;
    background-position: -1863px 0px; }
  .iti-flag.gh {
    height: 14px;
    background-position: -1885px 0px; }
  .iti-flag.gi {
    height: 10px;
    background-position: -1907px 0px; }
  .iti-flag.gl {
    height: 14px;
    background-position: -1929px 0px; }
  .iti-flag.gm {
    height: 14px;
    background-position: -1951px 0px; }
  .iti-flag.gn {
    height: 14px;
    background-position: -1973px 0px; }
  .iti-flag.gp {
    height: 14px;
    background-position: -1995px 0px; }
  .iti-flag.gq {
    height: 14px;
    background-position: -2017px 0px; }
  .iti-flag.gr {
    height: 14px;
    background-position: -2039px 0px; }
  .iti-flag.gs {
    height: 10px;
    background-position: -2061px 0px; }
  .iti-flag.gt {
    height: 13px;
    background-position: -2083px 0px; }
  .iti-flag.gu {
    height: 11px;
    background-position: -2105px 0px; }
  .iti-flag.gw {
    height: 10px;
    background-position: -2127px 0px; }
  .iti-flag.gy {
    height: 12px;
    background-position: -2149px 0px; }
  .iti-flag.hk {
    height: 14px;
    background-position: -2171px 0px; }
  .iti-flag.hm {
    height: 10px;
    background-position: -2193px 0px; }
  .iti-flag.hn {
    height: 10px;
    background-position: -2215px 0px; }
  .iti-flag.hr {
    height: 10px;
    background-position: -2237px 0px; }
  .iti-flag.ht {
    height: 12px;
    background-position: -2259px 0px; }
  .iti-flag.hu {
    height: 10px;
    background-position: -2281px 0px; }
  .iti-flag.ic {
    height: 14px;
    background-position: -2303px 0px; }
  .iti-flag.id {
    height: 14px;
    background-position: -2325px 0px; }
  .iti-flag.ie {
    height: 10px;
    background-position: -2347px 0px; }
  .iti-flag.il {
    height: 15px;
    background-position: -2369px 0px; }
  .iti-flag.im {
    height: 10px;
    background-position: -2391px 0px; }
  .iti-flag.in {
    height: 14px;
    background-position: -2413px 0px; }
  .iti-flag.io {
    height: 10px;
    background-position: -2435px 0px; }
  .iti-flag.iq {
    height: 14px;
    background-position: -2457px 0px; }
  .iti-flag.ir {
    height: 12px;
    background-position: -2479px 0px; }
  .iti-flag.is {
    height: 15px;
    background-position: -2501px 0px; }
  .iti-flag.it {
    height: 14px;
    background-position: -2523px 0px; }
  .iti-flag.je {
    height: 12px;
    background-position: -2545px 0px; }
  .iti-flag.jm {
    height: 10px;
    background-position: -2567px 0px; }
  .iti-flag.jo {
    height: 10px;
    background-position: -2589px 0px; }
  .iti-flag.jp {
    height: 14px;
    background-position: -2611px 0px; }
  .iti-flag.ke {
    height: 14px;
    background-position: -2633px 0px; }
  .iti-flag.kg {
    height: 12px;
    background-position: -2655px 0px; }
  .iti-flag.kh {
    height: 13px;
    background-position: -2677px 0px; }
  .iti-flag.ki {
    height: 10px;
    background-position: -2699px 0px; }
  .iti-flag.km {
    height: 12px;
    background-position: -2721px 0px; }
  .iti-flag.kn {
    height: 14px;
    background-position: -2743px 0px; }
  .iti-flag.kp {
    height: 10px;
    background-position: -2765px 0px; }
  .iti-flag.kr {
    height: 14px;
    background-position: -2787px 0px; }
  .iti-flag.kw {
    height: 10px;
    background-position: -2809px 0px; }
  .iti-flag.ky {
    height: 10px;
    background-position: -2831px 0px; }
  .iti-flag.kz {
    height: 10px;
    background-position: -2853px 0px; }
  .iti-flag.la {
    height: 14px;
    background-position: -2875px 0px; }
  .iti-flag.lb {
    height: 14px;
    background-position: -2897px 0px; }
  .iti-flag.lc {
    height: 10px;
    background-position: -2919px 0px; }
  .iti-flag.li {
    height: 12px;
    background-position: -2941px 0px; }
  .iti-flag.lk {
    height: 10px;
    background-position: -2963px 0px; }
  .iti-flag.lr {
    height: 11px;
    background-position: -2985px 0px; }
  .iti-flag.ls {
    height: 14px;
    background-position: -3007px 0px; }
  .iti-flag.lt {
    height: 12px;
    background-position: -3029px 0px; }
  .iti-flag.lu {
    height: 12px;
    background-position: -3051px 0px; }
  .iti-flag.lv {
    height: 10px;
    background-position: -3073px 0px; }
  .iti-flag.ly {
    height: 10px;
    background-position: -3095px 0px; }
  .iti-flag.ma {
    height: 14px;
    background-position: -3117px 0px; }
  .iti-flag.mc {
    height: 15px;
    background-position: -3139px 0px; }
  .iti-flag.md {
    height: 10px;
    background-position: -3160px 0px; }
  .iti-flag.me {
    height: 10px;
    background-position: -3182px 0px; }
  .iti-flag.mf {
    height: 14px;
    background-position: -3204px 0px; }
  .iti-flag.mg {
    height: 14px;
    background-position: -3226px 0px; }
  .iti-flag.mh {
    height: 11px;
    background-position: -3248px 0px; }
  .iti-flag.mk {
    height: 10px;
    background-position: -3270px 0px; }
  .iti-flag.ml {
    height: 14px;
    background-position: -3292px 0px; }
  .iti-flag.mm {
    height: 14px;
    background-position: -3314px 0px; }
  .iti-flag.mn {
    height: 10px;
    background-position: -3336px 0px; }
  .iti-flag.mo {
    height: 14px;
    background-position: -3358px 0px; }
  .iti-flag.mp {
    height: 10px;
    background-position: -3380px 0px; }
  .iti-flag.mq {
    height: 14px;
    background-position: -3402px 0px; }
  .iti-flag.mr {
    height: 14px;
    background-position: -3424px 0px; }
  .iti-flag.ms {
    height: 10px;
    background-position: -3446px 0px; }
  .iti-flag.mt {
    height: 14px;
    background-position: -3468px 0px; }
  .iti-flag.mu {
    height: 14px;
    background-position: -3490px 0px; }
  .iti-flag.mv {
    height: 14px;
    background-position: -3512px 0px; }
  .iti-flag.mw {
    height: 14px;
    background-position: -3534px 0px; }
  .iti-flag.mx {
    height: 12px;
    background-position: -3556px 0px; }
  .iti-flag.my {
    height: 10px;
    background-position: -3578px 0px; }
  .iti-flag.mz {
    height: 14px;
    background-position: -3600px 0px; }
  .iti-flag.na {
    height: 14px;
    background-position: -3622px 0px; }
  .iti-flag.nc {
    height: 10px;
    background-position: -3644px 0px; }
  .iti-flag.ne {
    height: 15px;
    background-position: -3666px 0px; }
  .iti-flag.nf {
    height: 10px;
    background-position: -3686px 0px; }
  .iti-flag.ng {
    height: 10px;
    background-position: -3708px 0px; }
  .iti-flag.ni {
    height: 12px;
    background-position: -3730px 0px; }
  .iti-flag.nl {
    height: 14px;
    background-position: -3752px 0px; }
  .iti-flag.no {
    height: 15px;
    background-position: -3774px 0px; }
  .iti-flag.np {
    height: 15px;
    background-position: -3796px 0px; }
  .iti-flag.nr {
    height: 10px;
    background-position: -3811px 0px; }
  .iti-flag.nu {
    height: 10px;
    background-position: -3833px 0px; }
  .iti-flag.nz {
    height: 10px;
    background-position: -3855px 0px; }
  .iti-flag.om {
    height: 10px;
    background-position: -3877px 0px; }
  .iti-flag.pa {
    height: 14px;
    background-position: -3899px 0px; }
  .iti-flag.pe {
    height: 14px;
    background-position: -3921px 0px; }
  .iti-flag.pf {
    height: 14px;
    background-position: -3943px 0px; }
  .iti-flag.pg {
    height: 15px;
    background-position: -3965px 0px; }
  .iti-flag.ph {
    height: 10px;
    background-position: -3987px 0px; }
  .iti-flag.pk {
    height: 14px;
    background-position: -4009px 0px; }
  .iti-flag.pl {
    height: 13px;
    background-position: -4031px 0px; }
  .iti-flag.pm {
    height: 14px;
    background-position: -4053px 0px; }
  .iti-flag.pn {
    height: 10px;
    background-position: -4075px 0px; }
  .iti-flag.pr {
    height: 14px;
    background-position: -4097px 0px; }
  .iti-flag.ps {
    height: 10px;
    background-position: -4119px 0px; }
  .iti-flag.pt {
    height: 14px;
    background-position: -4141px 0px; }
  .iti-flag.pw {
    height: 13px;
    background-position: -4163px 0px; }
  .iti-flag.py {
    height: 11px;
    background-position: -4185px 0px; }
  .iti-flag.qa {
    height: 8px;
    background-position: -4207px 0px; }
  .iti-flag.re {
    height: 14px;
    background-position: -4229px 0px; }
  .iti-flag.ro {
    height: 14px;
    background-position: -4251px 0px; }
  .iti-flag.rs {
    height: 14px;
    background-position: -4273px 0px; }
  .iti-flag.ru {
    height: 14px;
    background-position: -4295px 0px; }
  .iti-flag.rw {
    height: 14px;
    background-position: -4317px 0px; }
  .iti-flag.sa {
    height: 14px;
    background-position: -4339px 0px; }
  .iti-flag.sb {
    height: 10px;
    background-position: -4361px 0px; }
  .iti-flag.sc {
    height: 10px;
    background-position: -4383px 0px; }
  .iti-flag.sd {
    height: 10px;
    background-position: -4405px 0px; }
  .iti-flag.se {
    height: 13px;
    background-position: -4427px 0px; }
  .iti-flag.sg {
    height: 14px;
    background-position: -4449px 0px; }
  .iti-flag.sh {
    height: 10px;
    background-position: -4471px 0px; }
  .iti-flag.si {
    height: 10px;
    background-position: -4493px 0px; }
  .iti-flag.sj {
    height: 15px;
    background-position: -4515px 0px; }
  .iti-flag.sk {
    height: 14px;
    background-position: -4537px 0px; }
  .iti-flag.sl {
    height: 14px;
    background-position: -4559px 0px; }
  .iti-flag.sm {
    height: 15px;
    background-position: -4581px 0px; }
  .iti-flag.sn {
    height: 14px;
    background-position: -4603px 0px; }
  .iti-flag.so {
    height: 14px;
    background-position: -4625px 0px; }
  .iti-flag.sr {
    height: 14px;
    background-position: -4647px 0px; }
  .iti-flag.ss {
    height: 10px;
    background-position: -4669px 0px; }
  .iti-flag.st {
    height: 10px;
    background-position: -4691px 0px; }
  .iti-flag.sv {
    height: 12px;
    background-position: -4713px 0px; }
  .iti-flag.sx {
    height: 14px;
    background-position: -4735px 0px; }
  .iti-flag.sy {
    height: 14px;
    background-position: -4757px 0px; }
  .iti-flag.sz {
    height: 14px;
    background-position: -4779px 0px; }
  .iti-flag.ta {
    height: 10px;
    background-position: -4801px 0px; }
  .iti-flag.tc {
    height: 10px;
    background-position: -4823px 0px; }
  .iti-flag.td {
    height: 14px;
    background-position: -4845px 0px; }
  .iti-flag.tf {
    height: 14px;
    background-position: -4867px 0px; }
  .iti-flag.tg {
    height: 13px;
    background-position: -4889px 0px; }
  .iti-flag.th {
    height: 14px;
    background-position: -4911px 0px; }
  .iti-flag.tj {
    height: 10px;
    background-position: -4933px 0px; }
  .iti-flag.tk {
    height: 10px;
    background-position: -4955px 0px; }
  .iti-flag.tl {
    height: 10px;
    background-position: -4977px 0px; }
  .iti-flag.tm {
    height: 14px;
    background-position: -4999px 0px; }
  .iti-flag.tn {
    height: 14px;
    background-position: -5021px 0px; }
  .iti-flag.to {
    height: 10px;
    background-position: -5043px 0px; }
  .iti-flag.tr {
    height: 14px;
    background-position: -5065px 0px; }
  .iti-flag.tt {
    height: 12px;
    background-position: -5087px 0px; }
  .iti-flag.tv {
    height: 10px;
    background-position: -5109px 0px; }
  .iti-flag.tw {
    height: 14px;
    background-position: -5131px 0px; }
  .iti-flag.tz {
    height: 14px;
    background-position: -5153px 0px; }
  .iti-flag.ua {
    height: 14px;
    background-position: -5175px 0px; }
  .iti-flag.ug {
    height: 14px;
    background-position: -5197px 0px; }
  .iti-flag.um {
    height: 11px;
    background-position: -5219px 0px; }
  .iti-flag.us {
    height: 11px;
    background-position: -5241px 0px; }
  .iti-flag.uy {
    height: 14px;
    background-position: -5263px 0px; }
  .iti-flag.uz {
    height: 10px;
    background-position: -5285px 0px; }
  .iti-flag.va {
    height: 15px;
    background-position: -5307px 0px; }
  .iti-flag.vc {
    height: 14px;
    background-position: -5324px 0px; }
  .iti-flag.ve {
    height: 14px;
    background-position: -5346px 0px; }
  .iti-flag.vg {
    height: 10px;
    background-position: -5368px 0px; }
  .iti-flag.vi {
    height: 14px;
    background-position: -5390px 0px; }
  .iti-flag.vn {
    height: 14px;
    background-position: -5412px 0px; }
  .iti-flag.vu {
    height: 12px;
    background-position: -5434px 0px; }
  .iti-flag.wf {
    height: 14px;
    background-position: -5456px 0px; }
  .iti-flag.ws {
    height: 10px;
    background-position: -5478px 0px; }
  .iti-flag.xk {
    height: 15px;
    background-position: -5500px 0px; }
  .iti-flag.ye {
    height: 14px;
    background-position: -5522px 0px; }
  .iti-flag.yt {
    height: 14px;
    background-position: -5544px 0px; }
  .iti-flag.za {
    height: 14px;
    background-position: -5566px 0px; }
  .iti-flag.zm {
    height: 14px;
    background-position: -5588px 0px; }
  .iti-flag.zw {
    height: 10px;
    background-position: -5610px 0px; }

.iti-flag {
  width: 20px;
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url("../img/flags.png");
  background-repeat: no-repeat;
  background-color: #DBDBDB;
  background-position: 20px 0; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .iti-flag {
      background-image: url("../img/flags@2x.png"); } }

.iti-flag.np {
  background-color: transparent; }


.range-section {
    padding: 30px 0;
}

.dropdown-block {
    border: 2px solid #e9e9e9;
    margin-bottom: 1em;
    transition: all 0.1s linear;
}

.dropdown-block-title {
    cursor: pointer;
    min-height: 50px;
    line-height: 50px;
    padding: 0 0 0 20px;
    position: relative;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

    .dropdown-block-title:hover {
    }

    .dropdown-block-title:after {
        background: transparent url("/Content/img/dropdown.png") no-repeat scroll -30px 20px;
        content: "";
        height: 48px;
        position: absolute;
        right: 1px;
        top: 1px;
        width: 48px;
        cursor: pointer;
        z-index: -1;
    }

    .dropdown-block-title:hover {
        color: #24af2a;
    }

        .dropdown-block-title:hover:after {
            background-position: 20px 20px;
        }

.dropdown-block-info {
    /*border-top: 1px solid #e0e0e0;*/
    line-height: 1.5;
    color: #666666;
    display: none;
    padding: 15px;
}

.dropdown-block-trigger {
    font-family: inherit;
    font-weight: 600;
    font-size: inherit;
    color: #333333;
    border: 0;
    background: none;
    padding: 15px 0;
    margin: 0;
    white-space: normal;
    text-align: left;
    line-height: 1.25;
    width: 100%;
}
.dropdown-block.active {
}

    .dropdown-block.active .dropdown-block-title:after {
        background-position: -30px -30px;
    }

    .dropdown-block.active .dropdown-block-title:hover:after {
        background-position: 20px -29px;
    }

    .dropdown-block.active .dropdown-block-info {
        display: block;
    }

/*----------- Фильтр в разделе -----------*/
#filter {
    margin-bottom: -2px;
}

.filter-right {
    margin-bottom: 10px;
}

@media (min-width: 1199.98px) {
    .filter-right {
        order: 2;
    }

    #item-list {
        order: 1;
    }
}

.dropdown-block-filter {
    border: 2px solid #e9e9e9;
    background-color: #ffffff;
    overflow: hidden;
}

.dropdown-block-price {
    
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    height: auto;
}

.dropdown-block-title .filter-delete {
    display: none;
}

.dropdown-block-filter.active .filter-delete {
    display: block;
}

.dropdown-block-filter .dropdown-block-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    height: auto;
}

    /*.dropdown-block-filter:not(.active) .dropdown-block-title .filter-delete {
    display: none;
}*/


    .dropdown-block-filter .dropdown-block-title::after {
        background: none;
    }

.dropdown-block-filter.active .dropdown-block-title {
    border-bottom: 2px solid #e9e9e9;
}

.dropdown-block-filter .dropdown-block-trigger {
    background: transparent;
    border: 0;
    padding: 0;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    color: #333333;
    width: 90%;
    margin: 0;
    line-height: 1;
}

    .dropdown-block-filter .dropdown-block-trigger button {
        width: 20px;
        height: 20px;
        margin-right: 0.8em;
        display: block;
    }


.filter-right .dropdown-block-info {
    display: block;
    border: none;
    padding: 0;
    line-height: 1;
}

.filter-block {
    border-bottom: 2px solid #e9e9e9;
    padding: 15px;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

@media (min-width: 1199.98px) {
    .filter-block {
        border: 2px solid #e9e9e9;
        margin-bottom: 1em;
    }
}

.filter-title {
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: center;
}

.filter-trigger {
    font-size: 14px;
    font-weight: 600;
    color: #333333;
    cursor: pointer;
    background: none;
    border: 0;
    padding: 0;
}

    .filter-trigger:hover {
        color: #24af2a;
    }



    .filter-trigger::before {
        background: rgba(0, 0, 0, 0) url(/Content/img/bottom.png) no-repeat scroll center center / 100%;
        content: "";
        display: inline-block;
        height: 6px;
        width: 10px;
        margin-right: 0.8em;
    }

.filter-block.active .filter-trigger::before {
    background: rgba(0, 0, 0, 0) url(/Content/img/top.png) no-repeat scroll center center / 100%;
}


.filter-right .dropdown-block-info {
    display: none;
}

.filter-select {
    color: #666666;
    margin-top: 1em;
    display: none;
}

.filter-block.active .filter-select {
    display: block;
}

.filter-select label {
    display: block;
    font-weight: normal;
    margin-top: 15px;
    cursor: pointer;
    font-size: 14px;
}

.filter-delete {
    border: 0;
    cursor: pointer;
    width: max-content;
    background: none;
    text-decoration: underline;
    color: #c4c4c4;
    font-size: 12px;
    line-height: 1;
    white-space: nowrap;
    padding: 0;
    margin: 0;
}

    .filter-delete:hover {
        color: #333333;
    }

.dropdown-block-filter .filter-delete {
    display: none;
}


@media (min-width: 1199.98px) {
    .dropdown-block-filter {
        border: 0 !important;
    }

        .dropdown-block-filter .dropdown-block-title {
            display: none;
        }

        .dropdown-block-filter .dropdown-block-info {
            display: block !important;
        }

            .dropdown-block-filter .dropdown-block-info .filter-delete {
                display: block;
            }

        .dropdown-block-filter + .filter-delete {
            display: block;
            margin: 2em auto 0;
            color: #ff6600;
        }

            .dropdown-block-filter + .filter-delete:hover {
                color: #24af2a;
            }
}




.jq-checkbox {
    top: -3px;
    width: 15px;
    min-width: 15px;
    height: 15px;
    min-height: 15px;
    background: url(/Content/img/checkbox-2022.png) no-repeat scroll 0 0 transparent;
    background-size: 100% auto;

    vertical-align: middle;
    cursor: pointer;
    margin: 0 10px 0 0;
}

    .jq-checkbox.checked {
        background-position: 0 -15px;
    }

    .jq-checkbox.focused {
    }

    .jq-checkbox.disabled {
        background-position: -50px -30px;
    }


.jq-radio {
    top: -3px;
    width: 15px;
    min-width: 15px;
    height: 15px;
    background: url(/Content/img/radio.png) no-repeat scroll -15px 0 transparent;
    vertical-align: middle;
    cursor: pointer;
    margin: 0 10px 0 0;
}

    .jq-radio.checked {
        background-position: 0 0;
    }

    .jq-radio.focused {
    }

    .jq-radio.disabled {
        background-position: -50px -30px;
    }


.jq-file {
    width: 100%;
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    border-radius: 4px;
}

    .jq-file input {
        cursor: pointer;
        height: auto;
        line-height: 1em;
    }

.jq-file__name {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 50px;
    padding: 0 80px 0 10px;
    border: none;
    background: none;
    color: #333;
    font: 14px/50px Arial, sans-serif;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    border: 1px solid #CCC;
    border-bottom-color: #B3B3B3;
    border-radius: 4px;
    box-shadow: inset 1px 1px #F1F1F1;
    background: #FFF;
}

.focused .jq-file__name {
    border: 1px solid #5794BF;
}

.jq-file__browse {
    position: absolute;
    top: 1px;
    right: 1px;
    padding: 0 10px;
    border-left: 1px solid #CCC;
    border-radius: 0 4px 4px 0;
    background: #F1F1F1 url(/Content/img/fale.png) repeat-x;
    box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,0.1);
    color: #333;
    text-shadow: 1px 1px #FFF;
    font: 14px/48px Arial, sans-serif;
}

.jq-file:hover .jq-file__browse {
    background-color: #E6E6E6;
    background-position: 0 -10px;
}

.jq-file:active .jq-file__browse {
    background: #F5F5F5;
    box-shadow: inset 1px 1px 3px #DDD;
}

.jq-file.disabled .jq-file__name {
    color: #888;
}

.jq-file.disabled,
.jq-file.disabled .jq-file__browse {
    border-color: #CCC;
    background: #F5F5F5;
    box-shadow: none;
    color: #888;
}


.jq-selectbox {
    cursor: pointer;
    vertical-align: middle;
}

.jq-selectbox__select {
    background-color: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 50px;
    padding: 15px 30px;
    text-align: left;
}

.jq-selectbox:hover .jq-selectbox__select {
    border-color: #24af2a;
}

.jq-selectbox__select:active {
    background: #fff;
    border-color: #ff6600;
    box-shadow: inset 1px 1px 3px #DDD;
}

.jq-selectbox.opened .jq-selectbox__select {
    border-color: #24af2a;
}

.jq-selectbox.focused .jq-selectbox__select {
    border-color: #24af2a;
}

.jq-selectbox.disabled .jq-selectbox__select {
    border-color: #CCC;
    background: #F5F5F5;
    box-shadow: none;
    color: #888;
}

.jq-selectbox__select-text {
    color: #333;
    display: block;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.jq-selectbox__trigger {
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
}

.jq-selectbox__trigger-arrow {
    background: url("/Content/img/bottom.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.jq-selectbox.opened .jq-selectbox__trigger-arrow {
    background: url("/Content/img/top.png") no-repeat scroll center center rgba(0, 0, 0, 0);
}

.jq-selectbox__dropdown {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #d9d9d9;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    margin: 0;
    padding: 15px 0;
    text-align: left;
    top: 55px;
    width: 100%;
    border-radius: 25px
}

.jq-selectbox__search {
    margin: 5px;
}

    .jq-selectbox__search input {
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        margin: 0;
        padding: 5px 27px 6px 8px;
        outline: none;
        border: 1px solid #CCC;
        border-radius: 3px;
        background: url(/Content/img/search.png) no-repeat 100% 50%;
        box-shadow: inset 1px 1px #F1F1F1;
        color: #333;
        -webkit-appearance: textfield;
    }

        .jq-selectbox__search input::-webkit-search-cancel-button,
        .jq-selectbox__search input::-webkit-search-decoration {
            -webkit-appearance: none;
        }

.jq-selectbox__not-found {
    margin: 5px;
    padding: 5px 8px 6px;
    background: #F0F0F0;
    font-size: 13px;
}

.jq-selectbox ul {
    margin: 0;
    padding: 0;
}

.jq-selectbox li {
    font-size: 16px;
    line-height: 40px;
    padding: 0 30px;
}

    .jq-selectbox li.selected {
        color: #24af2a;
    }

    .jq-selectbox li:hover {
        color: #24af2a;
    }

    .jq-selectbox li.disabled {
        color: #AAA;
    }

        .jq-selectbox li.disabled:hover {
            background: none;
        }

    .jq-selectbox li.optgroup {
        font-weight: bold;
    }

        .jq-selectbox li.optgroup:hover {
            background: none;
            color: #231F20;
            cursor: default;
        }

    .jq-selectbox li.option {
        padding-left: 25px;
    }


.jq-select-multiple {
    padding: 1px;
    border: 1px solid #CCC;
    border-bottom-color: #B3B3B3;
    border-radius: 4px;
    box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,0.1);
    background: #FFF;
    color: #333;
    font: 14px/18px Arial, sans-serif;
    cursor: default;
}

    .jq-select-multiple.focused {
        border: 1px solid #5794BF;
    }

    .jq-select-multiple.disabled {
        border-color: #CCC;
        background: #F5F5F5;
        box-shadow: none;
        color: #888;
    }

    .jq-select-multiple ul {
        margin: 0;
        padding: 0;
    }

    .jq-select-multiple li {
        padding: 3px 9px 4px;
        list-style: none;
    }

        .jq-select-multiple li:first-child {
            border-radius: 3px 3px 0 0;
        }

        .jq-select-multiple li:last-child {
            border-radius: 0 0 3px 3px;
        }

        .jq-select-multiple li.selected {
            background: #08C;
            color: #FFF;
        }

        .jq-select-multiple li.disabled {
            color: #AAA;
        }

        .jq-select-multiple.disabled li.selected,
        .jq-select-multiple li.selected.disabled {
            background: #CCC;
            color: #FFF;
        }

        .jq-select-multiple li.optgroup {
            font-weight: bold;
        }

        .jq-select-multiple li.option {
            padding-left: 25px;
        }


input[type="email"].styler,
input[type="number"].styler,
input[type="password"].styler,
input[type="search"].styler,
input[type="tel"].styler,
input[type="text"].styler,
input[type="url"].styler,
textarea.styler {
    padding: 7px 9px;
    border: 1px solid #CCC;
    border-bottom-color: #B3B3B3;
    border-radius: 4px;
    box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,0.1);
    color: #333;
    font: 14px Arial, sans-serif;
}

input[type="search"].styler {
    -webkit-appearance: none;
}

textarea.styler {
    overflow: auto;
}

    input[type="email"].styler:hover,
    input[type="number"].styler:hover,
    input[type="password"].styler:hover,
    input[type="search"].styler:hover,
    input[type="tel"].styler:hover,
    input[type="text"].styler:hover,
    input[type="url"].styler:hover,
    textarea.styler:hover {
        border-color: #B3B3B3;
    }

    input[type="email"].styler:focus,
    input[type="number"].styler:focus,
    input[type="password"].styler:focus,
    input[type="search"].styler:focus,
    input[type="tel"].styler:focus,
    input[type="text"].styler:focus,
    input[type="url"].styler:focus,
    textarea.styler:focus {
        border-color: #CCC;
        border-top-color: #B3B3B3;
        box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
        outline: none;
    }

button.styler,
input[type="button"].styler,
input[type="submit"].styler,
input[type="reset"].styler {
    overflow: visible;
    padding: 7px 11px;
    outline: none;
    border: 1px solid #CCC;
    border-bottom-color: #B3B3B3;
    border-radius: 4px;
    background: #F1F1F1 url(/Content/img/bottom.png) repeat-x;
    box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,0.1);
    color: #333;
    text-shadow: 1px 1px #FFF;
    font: 14px Arial, sans-serif;
    cursor: pointer;
}

    button.styler::-moz-focus-inner,
    input[type="button"].styler::-moz-focus-inner,
    input[type="submit"].styler::-moz-focus-inner,
    input[type="reset"].styler::-moz-focus-inner {
        padding: 0;
        border: 0;
    }

    button.styler:after {
        content: '';
    }

    button.styler:hover,
    input[type="button"].styler:hover,
    input[type="submit"].styler:hover,
    input[type="reset"].styler:hover {
        background-color: #E6E6E6;
        background-position: 0 -10px;
    }

    button.styler:active,
    input[type="button"].styler:active,
    input[type="submit"].styler:active,
    input[type="reset"].styler:active {
        background: #F5F5F5;
        box-shadow: inset 1px 1px 3px #DDD;
    }


.btn-xs, .btn-group-xs > .btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 50px;
    border: 1px solid #C4C4C4;
    background: #ffffff;
    font-weight: 400;
}



@charset "UTF-8";
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1, h2, h3, h4, h5 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button, select, input, textarea,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, select, input, textarea,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select, input, textarea,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button, select, input, textarea,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, select::-moz-focus-inner, input::-moz-focus-inner, textarea::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, select:-moz-focusring, input:-moz-focusring, textarea:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

/**
 * Swiper 4.1.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 13, 2018
 */

.sub-menu__item ul{
    display: none;
    position: absolute;
    left: 100%;
    background: #FFF;
    top: 0;
    border-left: 1px solid rgba(0, 0, 0, 0.2);
}

.no-touchevents .sub-menu__item:hover ul li a {
    color: #000;
    border-top-color: transparent;
}
.sub-menu__item{
    position:relative;
}
.sub-menu__item ul li a{
    border-top:1px solid rgba(0, 0, 0, 0.2) !important;
}
.sub-menu__item ul li:first-child a{
    border-top:0 !important;
}
.sub-menu__item:hover ul{
    display:block;
}
.sub-menu__item ul li:hover a{
    color:#FFF !important;
    border-top-color: transparent !important;
    border:0;
}

.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform; }

.swiper-invisible-blank-slide {
  visibility: hidden; }

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height,-webkit-transform;
  transition-property: height,-webkit-transform;
  -o-transition-property: transform,height;
  transition-property: transform,height;
  transition-property: transform,height,-webkit-transform; }

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-lock {
  display: none; }

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s opacity;
  -o-transition: .3s opacity;
  transition: .3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%; }

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2; }

button.swiper-pagination-bullet, select.swiper-pagination-bullet, input.swiper-pagination-bullet, textarea.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: .2s top,.2s -webkit-transform;
  transition: .2s top,.2s -webkit-transform;
  -o-transition: .2s transform,.2s top;
  transition: .2s transform,.2s top;
  transition: .2s transform,.2s top,.2s -webkit-transform; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s left,.2s -webkit-transform;
  transition: .2s left,.2s -webkit-transform;
  -o-transition: .2s transform,.2s left;
  transition: .2s transform,.2s left;
  transition: .2s transform,.2s left,.2s -webkit-transform; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s right,.2s -webkit-transform;
  transition: .2s right,.2s -webkit-transform;
  -o-transition: .2s transform,.2s right;
  transition: .2s transform,.2s right;
  transition: .2s transform,.2s right,.2s -webkit-transform; }

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progressbar {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff; }

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000; }

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000; }

.swiper-pagination-lock {
  display: none; }

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

.swiper-container-flip {
  overflow: visible; }

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px; }

body.fancybox-active {
  overflow: hidden; }

body.fancybox-iosfix {
  position: fixed;
  left: 0;
  right: 0; }

.fancybox-is-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden; }

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99992;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif; }

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.fancybox-outer {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-caption-wrap,
.fancybox-infobar,
.fancybox-toolbar {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s, visibility 0s linear .25s;
  box-sizing: border-box; }

.fancybox-show-caption .fancybox-caption-wrap,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.25s, visibility 0s; }

.fancybox-infobar {
  top: 0;
  left: 0;
  font-size: 13px;
  padding: 0 10px;
  height: 44px;
  min-width: 44px;
  line-height: 44px;
  color: #ccc;
  text-align: center;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
  mix-blend-mode: exclusion; }

.fancybox-toolbar {
  top: 0;
  right: 0;
  margin: 0;
  padding: 0; }

.fancybox-stage {
  overflow: hidden;
  direction: ltr;
  z-index: 99994;
  -webkit-transform: translateZ(0); }

.fancybox-is-closing .fancybox-stage {
  overflow: visible; }

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform; }

.fancybox-slide:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: block; }

.fancybox-slide--image {
  overflow: visible; }

.fancybox-slide--image:before {
  display: none; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
  background: #000; }

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
  background: #e5e3df; }

.fancybox-slide--next {
  z-index: 99995; }

.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  box-sizing: border-box; }

.fancybox-slide > base,
.fancybox-slide > link,
.fancybox-slide > meta,
.fancybox-slide > script,
.fancybox-slide > style,
.fancybox-slide > title {
  display: none; }

.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform; }

.fancybox-can-zoomOut .fancybox-image-wrap {
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: zoom-in; }

.fancybox-can-drag .fancybox-image-wrap {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-dragging .fancybox-image-wrap {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: calc(100% - 100px);
  max-height: calc(100% - 88px);
  overflow: visible;
  background: #fff; }

.fancybox-iframe {
  display: block;
  padding: 0;
  border: 0;
  height: 100%; }

.fancybox-error,
.fancybox-iframe {
  margin: 0;
  width: 100%;
  background: #fff; }

.fancybox-error {
  padding: 40px;
  max-width: 380px;
  cursor: default; }

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font-size: 16px;
  line-height: 20px; }

.fancybox-button {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 10px;
  border: 0;
  border-radius: 0;
  background: rgba(30, 30, 30, 0.6);
  transition: color .3s ease;
  cursor: pointer;
  outline: none; }

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
  color: #ccc; }

.fancybox-button:focus,
.fancybox-button:hover {
  color: #fff; }

.fancybox-button[disabled] {
  color: #ccc;
  cursor: default;
  opacity: 0.6; }

.fancybox-button svg {
  display: block;
  position: relative;
  overflow: visible;
  shape-rendering: geometricPrecision; }

.fancybox-button svg path {
  fill: currentColor;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3; }

.fancybox-button--share svg path {
  stroke-width: 1; }

.fancybox-button--pause svg path:nth-child(1),
.fancybox-button--play svg path:nth-child(2) {
  display: none; }

.fancybox-button--zoom svg path {
  fill: transparent; }

.fancybox-navigation {
  display: none; }

.fancybox-show-nav .fancybox-navigation {
  display: block; }

.fancybox-navigation button, .fancybox-navigation select, .fancybox-navigation input, .fancybox-navigation textarea {
  position: absolute;
  top: 50%;
  margin: -50px 0 0;
  z-index: 99997;
  background: transparent;
  width: 60px;
  height: 100px;
  padding: 17px; }

.fancybox-navigation button:before, .fancybox-navigation select:before, .fancybox-navigation input:before, .fancybox-navigation textarea:before {
  content: "";
  position: absolute;
  top: 30px;
  right: 10px;
  width: 40px;
  height: 40px;
  background: rgba(30, 30, 30, 0.6); }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0; }

.fancybox-navigation .fancybox-button--arrow_right {
  right: 0; }

.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  z-index: 10;
  cursor: pointer; }

.fancybox-close-small:after {
  content: "×";
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 22px/30px Arial, Helvetica Neue, Helvetica, sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background-color: transparent;
  transition: background-color .25s;
  box-sizing: border-box;
  z-index: 2; }

.fancybox-close-small:focus {
  outline: none; }

.fancybox-close-small:focus:after {
  outline: 1px dotted #888; }

.fancybox-close-small:hover:after {
  color: #555;
  background: #eee; }

.fancybox-slide--iframe .fancybox-close-small,
.fancybox-slide--image .fancybox-close-small {
  top: 0;
  right: -40px; }

.fancybox-slide--iframe .fancybox-close-small:after,
.fancybox-slide--image .fancybox-close-small:after {
  font-size: 35px;
  color: #aaa; }

.fancybox-slide--iframe .fancybox-close-small:hover:after,
.fancybox-slide--image .fancybox-close-small:hover:after {
  color: #fff;
  background: transparent; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none; }

.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 2vw 0;
  background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8));
  pointer-events: none; }

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none; }

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select,
.fancybox-caption input,
.fancybox-caption textarea,
.fancybox-caption select {
  pointer-events: all;
  position: relative; }

.fancybox-caption a {
  color: #fff;
  text-decoration: underline; }

.fancybox-slide > .fancybox-loading {
  border: 6px solid rgba(99, 99, 99, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: a .8s infinite linear;
  animation: a .8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  z-index: 99999; }

@-webkit-keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

.fancybox-fx-slide.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  opacity: 0; }

.fancybox-fx-slide.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  opacity: 0; }

.fancybox-fx-slide.fancybox-slide--current {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  opacity: 1; }

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  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 {
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
  opacity: 0; }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0; }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  opacity: 1; }

.fancybox-fx-rotate.fancybox-slide--previous {
  -webkit-transform: rotate(-1turn);
  transform: rotate(-1turn);
  opacity: 0; }

.fancybox-fx-rotate.fancybox-slide--next {
  -webkit-transform: rotate(1turn);
  transform: rotate(1turn);
  opacity: 0; }

.fancybox-fx-rotate.fancybox-slide--current {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1; }

.fancybox-fx-circular.fancybox-slide--previous {
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  opacity: 0; }

.fancybox-fx-circular.fancybox-slide--next {
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  opacity: 0; }

.fancybox-fx-circular.fancybox-slide--current {
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
  opacity: 1; }

.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: translateZ(0) scale(1);
  transform: translateZ(0) scale(1); }

.fancybox-share {
  padding: 30px;
  border-radius: 3px;
  background: #f4f4f4;
  max-width: 90%;
  text-align: center; }

.fancybox-share h1, .fancybox-share h2, .fancybox-share h3, .fancybox-share h4, .fancybox-share h5 {
  color: #222;
  margin: 0 0 20px;
  font-size: 35px;
  font-weight: 700; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

p.fancybox-share__links {
  margin-right: -10px; }

.fancybox-share__button {
  display: inline-block;
  text-decoration: none;
  margin: 0 10px 10px 0;
  padding: 0 15px;
  min-width: 130px;
  border: 0;
  border-radius: 3px;
  background: #fff;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  transition: all 0.2s; }

.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 {
  position: relative;
  top: -1px;
  width: 25px;
  height: 25px;
  margin-right: 7px;
  vertical-align: middle; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  box-sizing: border-box;
  width: 100%;
  margin: 10px 0 0;
  padding: 10px 15px;
  background: transparent;
  color: #5d5b5b;
  font-size: 14px;
  outline: none;
  border: 0;
  border-bottom: 2px solid #d7d7d7; }

.fancybox-thumbs {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 212px;
  margin: 0;
  padding: 2px 2px 4px;
  background: #fff;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  box-sizing: border-box;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-y: hidden;
  overflow-x: auto; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs > ul {
  list-style: none;
  position: absolute;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 0;
  white-space: nowrap; }

.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;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs > ul > li {
  float: left;
  overflow: hidden;
  padding: 0;
  margin: 2px;
  width: 100px;
  height: 75px;
  max-width: calc(50% - 4px);
  max-height: calc(100% - 8px);
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box; }

li.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1); }

.fancybox-thumbs > ul > li > img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: none;
  max-height: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-thumbs > ul > li:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 4px solid #4ea7f9;
  z-index: 99991;
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
  opacity: 1; }

@media (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px; }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }

  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px); } }
/*! jQuery UI - v1.12.1 - 2018-02-27
* http://jqueryui.com
* Copyright jQuery Foundation and other contributors; Licensed MIT */
.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse; }

.ui-helper-clearfix:after {
  clear: both; }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0); }

.ui-front {
  z-index: 100; }

.ui-state-disabled {
  cursor: default !important;
  pointer-events: none; }

.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block; }

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default; }

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0; }

.ui-menu .ui-menu {
  position: absolute; }

.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer; }

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px 0.4em; }

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0; }

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px; }

.ui-menu-icons {
  position: relative; }

.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em; }

.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0; }

.ui-menu .ui-menu-icon {
  left: auto;
  right: 0; }

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none; }

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0; }

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em; }

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px; }

.ui-datepicker .ui-datepicker-prev {
  left: 2px; }

.ui-datepicker .ui-datepicker-next {
  right: 2px; }

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px; }

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px; }

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px; }

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center; }

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0; }

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%; }

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 0.4em; }

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0; }

.ui-datepicker td {
  border: 0;
  padding: 1px; }

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none; }

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0; }

.ui-datepicker .ui-datepicker-buttonpane button, .ui-datepicker .ui-datepicker-buttonpane select, .ui-datepicker .ui-datepicker-buttonpane input, .ui-datepicker .ui-datepicker-buttonpane textarea {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible; }

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker .ui-datepicker-buttonpane select.ui-datepicker-current, .ui-datepicker .ui-datepicker-buttonpane input.ui-datepicker-current, .ui-datepicker .ui-datepicker-buttonpane textarea.ui-datepicker-current {
  float: left; }

.ui-datepicker.ui-datepicker-multi {
  width: auto; }

.ui-datepicker-multi .ui-datepicker-group {
  float: left; }

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em; }

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%; }

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%; }

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%; }

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left; }

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0; }

.ui-datepicker-rtl {
  direction: rtl; }

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button, .ui-datepicker-rtl .ui-datepicker-buttonpane select, .ui-datepicker-rtl .ui-datepicker-buttonpane input, .ui-datepicker-rtl .ui-datepicker-buttonpane textarea {
  float: left; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-buttonpane select.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-buttonpane input.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-buttonpane textarea.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right; }

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: .5em;
  top: 0.3em; }

/*! jQuery UI - v1.12.1 - 2018-02-27
* http://jqueryui.com
* Copyright jQuery Foundation and other contributors; Licensed MIT */
.ui-widget {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em; }

.ui-widget .ui-widget {
  font-size: 1em; }

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button,
.ui-widget select,
.ui-widget input,
.ui-widget textarea {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em; }

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5; }

.ui-widget-content {
  border: 1px solid #ddd;
  background: #fff;
  color: #333; }

.ui-widget-content a {
  color: #333; }

.ui-widget-header {
  border: 1px solid #ddd;
  background: #e9e9e9;
  color: #333;
  font-weight: bold; }

.ui-widget-header a {
  color: #333; }

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545; }

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #454545;
  text-decoration: none; }

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #ccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b; }

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none; }

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  font-weight: normal;
  color: red;
  text-decoration-line: revert;
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
  background-color: #fff; }

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #fff;
  text-decoration: none; }

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620; }

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90; }

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620; }

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f; }

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f; }

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f; }

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold; }

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: normal; }

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none; }

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35); }

.ui-icon {
  width: 16px;
  height: 16px; }

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png"); }

.ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png"); }

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url("images/ui-icons_555555_256x240.png"); }

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.png"); }

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url("images/ui-icons_777620_256x240.png"); }

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_cc0000_256x240.png"); }

.ui-button .ui-icon {
  background-image: url("images/ui-icons_777777_256x240.png"); }

.ui-icon-blank {
  background-position: 16px 16px; }

.ui-icon-caret-1-n {
  background-position: 0 0; }

.ui-icon-caret-1-ne {
  background-position: -16px 0; }

.ui-icon-caret-1-e {
  background-position: -32px 0; }

.ui-icon-caret-1-se {
  background-position: -48px 0; }

.ui-icon-caret-1-s {
  background-position: -65px 0; }

.ui-icon-caret-1-sw {
  background-position: -80px 0; }

.ui-icon-caret-1-w {
  background-position: -96px 0; }

.ui-icon-caret-1-nw {
  background-position: -112px 0; }

.ui-icon-caret-2-n-s {
  background-position: -128px 0; }

.ui-icon-caret-2-e-w {
  background-position: -144px 0; }

.ui-icon-triangle-1-n {
  background-position: 0 -16px; }

.ui-icon-triangle-1-ne {
  background-position: -16px -16px; }

.ui-icon-triangle-1-e {
  background-position: -32px -16px; }

.ui-icon-triangle-1-se {
  background-position: -48px -16px; }

.ui-icon-triangle-1-s {
  background-position: -65px -16px; }

.ui-icon-triangle-1-sw {
  background-position: -80px -16px; }

.ui-icon-triangle-1-w {
  background-position: -96px -16px; }

.ui-icon-triangle-1-nw {
  background-position: -112px -16px; }

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px; }

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px; }

.ui-icon-arrow-1-n {
  background-position: 0 -32px; }

.ui-icon-arrow-1-ne {
  background-position: -16px -32px; }

.ui-icon-arrow-1-e {
  background-position: -32px -32px; }

.ui-icon-arrow-1-se {
  background-position: -48px -32px; }

.ui-icon-arrow-1-s {
  background-position: -65px -32px; }

.ui-icon-arrow-1-sw {
  background-position: -80px -32px; }

.ui-icon-arrow-1-w {
  background-position: -96px -32px; }

.ui-icon-arrow-1-nw {
  background-position: -112px -32px; }

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px; }

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px; }

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px; }

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px; }

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px; }

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px; }

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px; }

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px; }

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px; }

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px; }

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px; }

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px; }

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px; }

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px; }

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px; }

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px; }

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px; }

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px; }

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px; }

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px; }

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px; }

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px; }

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px; }

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px; }

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px; }

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px; }

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px; }

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px; }

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px; }

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px; }

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px; }

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px; }

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px; }

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px; }

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px; }

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px; }

.ui-icon-arrow-4 {
  background-position: 0 -80px; }

.ui-icon-arrow-4-diag {
  background-position: -16px -80px; }

.ui-icon-extlink {
  background-position: -32px -80px; }

.ui-icon-newwin {
  background-position: -48px -80px; }

.ui-icon-refresh {
  background-position: -64px -80px; }

.ui-icon-shuffle {
  background-position: -80px -80px; }

.ui-icon-transfer-e-w {
  background-position: -96px -80px; }

.ui-icon-transferthick-e-w {
  background-position: -112px -80px; }

.ui-icon-folder-collapsed {
  background-position: 0 -96px; }

.ui-icon-folder-open {
  background-position: -16px -96px; }

.ui-icon-document {
  background-position: -32px -96px; }

.ui-icon-document-b {
  background-position: -48px -96px; }

.ui-icon-note {
  background-position: -64px -96px; }

.ui-icon-mail-closed {
  background-position: -80px -96px; }

.ui-icon-mail-open {
  background-position: -96px -96px; }

.ui-icon-suitcase {
  background-position: -112px -96px; }

.ui-icon-comment {
  background-position: -128px -96px; }

.ui-icon-person {
  background-position: -144px -96px; }

.ui-icon-print {
  background-position: -160px -96px; }

.ui-icon-trash {
  background-position: -176px -96px; }

.ui-icon-locked {
  background-position: -192px -96px; }

.ui-icon-unlocked {
  background-position: -208px -96px; }

.ui-icon-bookmark {
  background-position: -224px -96px; }

.ui-icon-tag {
  background-position: -240px -96px; }

.ui-icon-home {
  background-position: 0 -112px; }

.ui-icon-flag {
  background-position: -16px -112px; }

.ui-icon-calendar {
  background-position: -32px -112px; }

.ui-icon-cart {
  background-position: -48px -112px; }

.ui-icon-pencil {
  background-position: -64px -112px; }

.ui-icon-clock {
  background-position: -80px -112px; }

.ui-icon-disk {
  background-position: -96px -112px; }

.ui-icon-calculator {
  background-position: -112px -112px; }

.ui-icon-zoomin {
  background-position: -128px -112px; }

.ui-icon-zoomout {
  background-position: -144px -112px; }

.ui-icon-search {
  background-position: -160px -112px; }

.ui-icon-wrench {
  background-position: -176px -112px; }

.ui-icon-gear {
  background-position: -192px -112px; }

.ui-icon-heart {
  background-position: -208px -112px; }

.ui-icon-star {
  background-position: -224px -112px; }

.ui-icon-link {
  background-position: -240px -112px; }

.ui-icon-cancel {
  background-position: 0 -128px; }

.ui-icon-plus {
  background-position: -16px -128px; }

.ui-icon-plusthick {
  background-position: -32px -128px; }

.ui-icon-minus {
  background-position: -48px -128px; }

.ui-icon-minusthick {
  background-position: -64px -128px; }

.ui-icon-close {
  background-position: -80px -128px; }

.ui-icon-closethick {
  background-position: -96px -128px; }

.ui-icon-key {
  background-position: -112px -128px; }

.ui-icon-lightbulb {
  background-position: -128px -128px; }

.ui-icon-scissors {
  background-position: -144px -128px; }

.ui-icon-clipboard {
  background-position: -160px -128px; }

.ui-icon-copy {
  background-position: -176px -128px; }

.ui-icon-contact {
  background-position: -192px -128px; }

.ui-icon-image {
  background-position: -208px -128px; }

.ui-icon-video {
  background-position: -224px -128px; }

.ui-icon-script {
  background-position: -240px -128px; }

.ui-icon-alert {
  background-position: 0 -144px; }

.ui-icon-info {
  background-position: -16px -144px; }

.ui-icon-notice {
  background-position: -32px -144px; }

.ui-icon-help {
  background-position: -48px -144px; }

.ui-icon-check {
  background-position: -64px -144px; }

.ui-icon-bullet {
  background-position: -80px -144px; }

.ui-icon-radio-on {
  background-position: -96px -144px; }

.ui-icon-radio-off {
  background-position: -112px -144px; }

.ui-icon-pin-w {
  background-position: -128px -144px; }

.ui-icon-pin-s {
  background-position: -144px -144px; }

.ui-icon-play {
  background-position: 0 -160px; }

.ui-icon-pause {
  background-position: -16px -160px; }

.ui-icon-seek-next {
  background-position: -32px -160px; }

.ui-icon-seek-prev {
  background-position: -48px -160px; }

.ui-icon-seek-end {
  background-position: -64px -160px; }

.ui-icon-seek-start {
  background-position: -80px -160px; }

.ui-icon-seek-first {
  background-position: -80px -160px; }

.ui-icon-stop {
  background-position: -96px -160px; }

.ui-icon-eject {
  background-position: -112px -160px; }

.ui-icon-volume-off {
  background-position: -128px -160px; }

.ui-icon-volume-on {
  background-position: -144px -160px; }

.ui-icon-power {
  background-position: 0 -176px; }

.ui-icon-signal-diag {
  background-position: -16px -176px; }

.ui-icon-signal {
  background-position: -32px -176px; }

.ui-icon-battery-0 {
  background-position: -48px -176px; }

.ui-icon-battery-1 {
  background-position: -64px -176px; }

.ui-icon-battery-2 {
  background-position: -80px -176px; }

.ui-icon-battery-3 {
  background-position: -96px -176px; }

.ui-icon-circle-plus {
  background-position: 0 -192px; }

.ui-icon-circle-minus {
  background-position: -16px -192px; }

.ui-icon-circle-close {
  background-position: -32px -192px; }

.ui-icon-circle-triangle-e {
  background-position: -48px -192px; }

.ui-icon-circle-triangle-s {
  background-position: -64px -192px; }

.ui-icon-circle-triangle-w {
  background-position: -80px -192px; }

.ui-icon-circle-triangle-n {
  background-position: -96px -192px; }

.ui-icon-circle-arrow-e {
  background-position: -112px -192px; }

.ui-icon-circle-arrow-s {
  background-position: -128px -192px; }

.ui-icon-circle-arrow-w {
  background-position: -144px -192px; }

.ui-icon-circle-arrow-n {
  background-position: -160px -192px; }

.ui-icon-circle-zoomin {
  background-position: -176px -192px; }

.ui-icon-circle-zoomout {
  background-position: -192px -192px; }

.ui-icon-circle-check {
  background-position: -208px -192px; }

.ui-icon-circlesmall-plus {
  background-position: 0 -208px; }

.ui-icon-circlesmall-minus {
  background-position: -16px -208px; }

.ui-icon-circlesmall-close {
  background-position: -32px -208px; }

.ui-icon-squaresmall-plus {
  background-position: -48px -208px; }

.ui-icon-squaresmall-minus {
  background-position: -64px -208px; }

.ui-icon-squaresmall-close {
  background-position: -80px -208px; }

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px; }

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px; }

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px; }

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px; }

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px; }

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px; }

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px; }

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px; }

.ui-widget-overlay {
  background: #aaa;
  opacity: .3;
  filter: Alpha(Opacity=30); }

.ui-widget-shadow {
  -webkit-box-shadow: 0 0 5px #666;
  box-shadow: 0 0 5px #666; }

.ui-datepicker {
  width: 100%;
  max-width: 300px;
  margin-top: 10px;
  box-shadow: 0 0 7px 0 rgba(30, 15, 0, 0.3);
  padding: 0;
  border: none; }

.ui-datepicker-title {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: normal;
  color: #fff;
  height: 35px;
  text-shadow: 1px 1px 0 rgba(56, 97, 47, 0.25); }

.ui-widget.ui-widget-content {
  border: none;
  border-radius: 0; }

.ui-widget-header {
  background: #5f8123;
  border: none;
  border-radius: 0; }

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  width: 30px;
  height: 30px;
  top: 50%;
  margin-top: -15px; }

.ui-datepicker .ui-datepicker-prev {
  left: 10px; }

.ui-datepicker .ui-datepicker-next {
  right: 10px; }

.ui-widget-header .ui-state-hover {
  background: none;
  border: none;
  border-radius: 0; }

.ui-datepicker th {
  padding: 10px 8px;
  background: #89b43c;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 1px 1px 0 rgba(56, 97, 47, 0.25); }

.ui-datepicker table {
  margin: 0; }

.ui-datepicker td span,
.ui-datepicker td a {
  padding: 10px 0;
  margin: 0;
  border: none;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  color: #2d2d2d;
  background: none; }

.ui-datepicker td span:hover,
.ui-datepicker td a:hover {
  box-shadow: 0 0 0 2px #5f8123 inset;
  color: #5f8123; }

.ui-datepicker td {
  border: none;
  padding: 0; }

.ui-datepicker tr td:not(:last-child) {
  border-right: 1px solid #e8e8e8; }

.ui-datepicker tr:not(:first-child) td {
  border-top: 1px solid #e8e8e8; }

.ui-state-default,
.ui-widget-content .ui-state-default {
  border: none;
  text-align: center;
  padding: 10px 0;
  background: none; }

.ui-state-highlight,
.ui-widget-content .ui-state-highlight {
  color: #5f8123; 
}






/* 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?94795306#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: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.icon-search:before {
  content: '\e800'; }

/* 'юаА' */
.icon-arrowright:before {
  content: '\e801'; }

/* 'юаБ' */
.icon-arrowleft:before {
  content: '\e802'; }

/* 'юаВ' */
.icon-cart:before {
  content: '\e803'; }
/*
.icon-favorites:before {
    content: '\e800';
}*/
/* 'юаГ' */
.icon-thinarrowleft:before {
  content: '\e805'; }

/* 'юаЕ' */
.icon-thinarrowright:before {
  content: '\e806'; }

/* 'юаЖ' */
.icon-attach:before {
  content: '\e807'; }

/* 'юаЗ' */
.icon-trash:before {
  content: '\e808'; }

/* 'юаИ' */
.icon-eye:before {
  content: '\e809'; }

/* 'юаЙ' */
.icon-like:before {
  content: '\e80a'; }

/* 'юаК' */
.icon-calendar:before {
  content: '\e80b'; }

/* 'юаЛ' */
.icon-person:before {
  content: '\e80c'; }

/* 'юаМ' */
.icon-addaddress:before {
  content: '\e80d'; }

/* 'юаН' */
.icon-phone:before {
  content: '\e80e'; }

/* 'юаО' */
.icon-location:before {
  content: '\e80f'; }

/* 'юаП' */
.icon-lock:before {
  content: '\e810'; }

/* 'юаР' */
   /**
* Set up a decent box model on the root element
*/
html {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 16px; }

   /**
* Make all elements from the DOM inherit from the parent box-sizing
* Since `*` has a specificity of 0, it does not override the `html` value
* making all elements inheriting from the root box-sizing value
* See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
*/
*,
*::before,
*::after {
  box-sizing: border-box; }

a {
  display: inline-block;
  color: #000000; }

p {
  font-size: 16px;
  color: #000000; }

b {
  font-weight: bold; }

body {
  font-family: "Open Sans";
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  color: #000000;
  font-size: 16px;
  background: #fff; }

button, select, input, textarea {
  font-family: "Open Sans";
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 0;
  margin: 0;
  outline-color: transparent;
  box-shadow: none; }

select {
  box-shadow: none; }

input {
  cursor: text;
  font-family: "Open Sans";
  font-size: 15px;
  color: #000000; }

textarea {
  cursor: text;
  resize: none;
  box-shadow: none; }

img {
  display: block;
  max-width: 100%; }

table {
  width: 100%;
  border-collapse: collapse; }

::-webkit-input-placeholder {
  font-size: 13px;
  color: #7f7f7f; }

::-moz-placeholder {
  font-size: 13px;
  color: #7f7f7f;
  opacity: 1; }

:-moz-placeholder {
  font-size: 13px;
  color: #7f7f7f;
  opacity: 1; }

:-ms-input-placeholder {
  font-size: 13px;
  color: #7f7f7f; }

:focus::-webkit-input-placeholder {
  color: transparent; }

:focus::-moz-placeholder {
  color: transparent; }

:focus:-moz-placeholder {
  color: transparent; }

:focus::-ms-input-placeholder {
  color: transparent; }

.link, .quick-btn__text, .btn__text, .sub-menu__item, .radio__fake, .radio__fake::after, .checkbox__fake, .checkbox__fake::after, .custom-select__content, .related__btn, .city-list__name, .login, .registration, .info__item, .cart__content, .favorites__content {
    transition: all .2s linear;
    backface-visibility: hidden;
    will-change: transform;
}

.has-children {
  position: relative; }

.copyright {
  font-size: 13px;
  color: #7f7f7f;
  margin: 0;
  line-height: 1.4; }

.developer {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  align-items: center;
  justify-content: flex-end;
  text-decoration: none; }
  .developer__text {
    font-size: 13px;
    color: #7f7f7f;
    margin: 0;
    margin-right: 15px; }

.link {
  border-bottom: 1px solid transparent;
  text-decoration: none; }
  .link:hover {
    border-bottom-color: #fff; }

.title {
  font-size: 34px;
  color: #000000;
  font-weight: 600;
  margin: 0; }

.date {
  font-size: 13px;
  color: #7f7f7f;
  margin: 0; }

.slider-arrow {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50%;
  margin-top: -20px;
  z-index: 5; }

.swiper-pagination-bullets {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  align-items: center;
  justify-content: center; }

.swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    border-radius: 50%;
   /* border: 3px solid transparent;
    background: rgba(255, 255, 255, 0.6);*/
    border: 3px solid #0e0e0e;
    background: rgb(255 186 186 / 60%);
}
  .swiper-pagination-bullet:not(:last-child) {
    margin-right: 5px; }

.swiper-pagination-bullet-active {
    /* border-color: #fff;
  background: transparent; */
    border-color: #b5b5b5;
    background: #89c44e;
}

.text p {
  font-size: 15px;
  margin: 0;
  color: #000000;
  line-height: 1.42; }
  .text p:not(:last-child) {
    margin-bottom: 25px; }
.text h2 {
  margin-top: 30px;
  margin-bottom: 25px; }
.text ul {
  list-style: none; }
  .text ul li {
    font-size: 15px;
    color: #000000;
    line-height: 1.4;
    padding-left: 30px;
    position: relative; }
    .text ul li::before {
      content: '';
      position: absolute;
      width: 3px;
      height: 3px;
      border-radius: 50%;
      background: #000000;
      left: 0;
      top: 11px; }
.text img {
  margin-bottom: 25px; }

.fancybox-bg {
  opacity: .6;
  background: #000000; }

.fancybox-close-small:hover::after {
  background: transparent; }

.forget-password {
  font-size: 13px;
  color: #7f7f7f;
  margin: 0;
  text-decoration: none;
  border-bottom-color: #7f7f7f;
  border-bottom-style: dashed; }

.map {
  width: 100%;
  height: 400px; }

.watched {
  margin: 0;
  font-size: 13px;
  color: #7f7f7f;
  margin-left: 20px; }

.quick-btn {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  align-items: center;
  margin: 0 auto; }
  .quick-btn__text {
    display: inline-block;
    font-size: 15px;
    border-bottom: 1px dashed #7f7f7f;
    color: #000000;
    font-weight: 600;
    margin-left: 5px; }
  .quick-btn:hover .quck-btn__text {
    border-bottom-color: transparent; }

.send-code-btn {
  font-size: 13px;
  color: #7f7f7f;
  border-bottom-color: #7f7f7f;
  border-bottom-style: dashed;
  margin-top: 15px; }

.table {
  width: 100%;
  min-width: 850px;
  max-width: 865px;
  border-collapse: collapse;
  border: 1px solid rgba(0, 0, 0, 0.1); }
  .table th {
    font-size: 14px;
    color: #fff;
    padding: 15px 20px;
    font-weight: normal;
    text-align: center;
    background: #89b43c;
    border: 1px solid rgba(255, 255, 255, 0.1); }
    .table th:nth-child(1) {
      white-space: nowrap; }
    .table th:nth-child(2) {
      white-space: nowrap; }
  .table td {
    font-size: 14px;
    color: #000000;
    padding: 15px 10px;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.1); }
  .table tr {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    .table tr:last-child {
      border-bottom: none; }

.icon-cart {
  font-size: 25px;
  color: #7f7f7f; }

.icon-favorites {
    font-size: 25px;
    color: red;
}

.icon-location {
    color: #89b43c;
    font-size: 18px;
}
  .icon-location_styled {
    color: #000000;
    font-size: 14px; }

.icon-lock {
  font-size: 16px;
  color: #89b43c; }

.icon-arrowleft {
  font-size: 35px;
  color: #fff; }

.icon-arrowright {
  font-size: 35px;
  color: #fff; }

.icon-search {
  font-size: 16px; }
  .icon-search_styled {
    color: #fff; }

.icon-trash {
  font-size: 18px; }

.icon-arrow {
  color: #7f7f7f; }

.icon-addaddress {
  color: #bfbfbf;
  font-size: 50px;
  margin-left: -10px; }

.icon-phone {
  font-size: 12px;
  color: #000000;
  margin-right: 3px; }
  .icon-phone_styled {
    color: #89b43c;
    font-size: 14px;
    margin-right: 0;
    margin-top: -1px; }

.icon-person {
  font-size: 15px;
  color: #000000; }

.icon-attach {
  color: #7f7f7f;
  margin-right: 5px; }

.icon-calendar {
  color: #89b43c;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%); }

.icon-eye {
  margin-right: 10px; }

.icon-like {
  margin-right: 5px; }

.sticky-btn_styled {
  display: none !important; }

.btn {
  position: relative;
  text-decoration: none; }
  .btn__text {
    position: relative;
    margin: 0;
    padding: 17px 35px;
    background: linear-gradient(to top, #eca717, #efca36);
    border: 1px solid #e9ba44;
    border-radius: 40px;
    font-size: 14px;
    font-weight: 600;
    color: #000000;
    text-transform: uppercase;
    text-shadow: 0 1px 2px rgba(30, 15, 0, 0.1);
    z-index: 3; }
  .btn::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #b7871d;
    border-radius: 40px;
    left: 0;
    right: 0;
    top: 2px; }

.sub-menu {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  position: absolute;
  top: 100%;
  box-shadow: 0 5px 7px -3px rgba(30, 15, 0, 0.2);
  background: #fff;
  padding: 10px 0;
  left: -20px;
  visibility: hidden;
  opacity: 0;
  z-index: -1; }
  .sub-menu__col {
    list-style: none;
    padding: 0;
    margin: 0; }
  .sub-menu__link {
    width: 100%;
    min-width: 200px;
    white-space: nowrap;
    font-size: 16px;
    color: #000000;
    text-decoration: none;
    padding: 15px 0; }
  .sub-menu__item {
    padding: 0 30px;
    transition-duration: .1s; }
    .sub-menu__item:not(:first-child) a {
      border-top: 1px solid rgba(0, 0, 0, 0.2); }

.no-touchevents .has-children:hover .sub-menu {
  opacity: 1;
  z-index: 30;
  visibility: visible; }
.no-touchevents .has-children:hover > a {
  color: #000000;
  background: #fff; }
.no-touchevents .has-children:hover:first-child > a::after {
  opacity: 1;
  z-index: 5;
  visibility: visible; }

.no-touchevents .sub-menu__item:hover {
  background: linear-gradient(to right, #5a7a21, #88b33c); }
  .no-touchevents .sub-menu__item:hover a {
    color: #fff;
    border-top-color: transparent; }
  .no-touchevents .sub-menu__item:hover + .sub-menu__item a {
    border-top-color: transparent; }

.radio {
  cursor: pointer;
  display: block;
  position: relative;
  padding-left: 30px; }
  .radio:not(:last-child) {
    margin-right: 20px; }
  .radio__input {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0; }
    .radio__input:checked + .radio__fake {
      border-color: #5f8123; }
      .radio__input:checked + .radio__fake::after {
        background: #5f8123; }
      .radio__input:checked + .radio__fake + .radio__name {
        border-bottom-color: transparent; }
  .radio__name {
    font-size: 15px;
    color: #000000;
    border-bottom: 1px dashed #7f7f7f;
    margin: 0; }
  .radio__fake {
    width: 20px;
    height: 20px;
    border: 2px solid #e7e7e7;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -9px; }
    .radio__fake::after {
      content: '';
      position: absolute;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: transparent;
      left: 50%;
      top: 50%;
      margin-top: -4px;
      margin-left: -4px; }

.catalog-item {
  box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1); }
  .catalog-item__col {
    text-decoration: none;
    padding: 20px 15px;
    padding-bottom: 30px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 10;
    height: 100%; }
  .catalog-item:nth-child(n+5) {
    box-shadow: none;
    box-shadow: 1px 0 0 rgba(0, 0, 0, 0.1); }
  .catalog-item:nth-child(4n) {
    box-shadow: none;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1); }
  .catalog-item:nth-child(n+8) {
    box-shadow: none; }
  .catalog-item:nth-child(n):hover {
    box-shadow: 0 0 20px 0 rgba(30, 15, 0, 0.2), 0 85px 20px -20px rgba(30, 15, 0, 0.2); }
  .catalog-item__img {
    margin-top: 10px;
    max-width: 230px; }
  .catalog-item__rating {
    width: 100%; }
  .catalog-item__name {
    font-size: 16px;
    color: #000000;
    margin: 0;
    margin-top: 20px;
    text-align: center;
    max-width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; }
  .catalog-item__cost {
    margin-top: 10px; }
  .catalog-item__btn {
    width: 100%;
    max-width: 220px;
    margin: 0 auto; }
    .catalog-item__btn-text {
      width: 100%; }
  .catalog-item__options {
    position: absolute;
    top: 95%;
    left: .5px;
    right: 0;
    z-index: -1;
    padding-bottom: 40px;
    padding-top: 15px;
    opacity: 0;
    width: calc(100% - .5px);
    text-align: center;
    background: #fff;
    box-shadow: -5px 0px 10px -10px rgba(30, 15, 0, 0.1), 5px 0px 10px -10px rgba(30, 15, 0, 0.1), -15px 15px 10px -10px rgba(30, 15, 0, 0.1), 15px 10px 10px -10px rgba(30, 15, 0, 0.1); }
  .catalog-item__quick-btn {
    margin-top: 15px; }
  .catalog-item:hover {
    z-index: 15;
    border-color: transparent; }
    .catalog-item:hover .catalog-item__options {
      z-index: 15;
      opacity: 1; }

.touchevents .catalog-item__options {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  z-index: 10;
  box-shadow: none;
  opacity: 1;
  width: 100%;
  background: transparent;
  box-shadow: none; }
.touchevents .catalog-item__col {
  height: auto; }

.rating:not(:checked) > label:hover {
  color: #FFD700; }
  .rating:not(:checked) > label:hover ~ label {
    color: #FFD700; }
.rating__grid {
  float: left;
  margin: 0;
  padding: 0;
  border: none; }
.rating__input {
  display: none; }
  .rating__input:checked ~ label {
    color: #FFD700; }
.rating__label {
  float: right;
  color: #ddd; }
  .rating__label::before {
    margin: 0;
    margin-right: 3px;
    font-size: 1.25em;
    font-family: FontAwesome;
    display: inline-block;
    content: "\f005"; }

.rating-input:not(:checked) > label:hover {
  color: #FFD700; }
  .rating-input:not(:checked) > label:hover ~ label {
    color: #FFD700; }
.rating-input__grid {
  float: left;
  margin: 0;
  padding: 0;
  border: none; }
.rating-input__item {
  display: none; }
  .rating-input__item:checked ~ label {
    color: #FFD700; }
  .rating-input__item:not(:checked) label:hover {
    color: #FFD700; }
    .rating-input__item:not(:checked) label:hover ~ label {
      color: #FFD700; }
.rating-input__label {
  float: right;
  color: #ddd; }
  .rating-input__label::before {
    margin: 0;
    margin-right: 3px;
    font-size: 1.25em;
    font-family: FontAwesome;
    display: inline-block;
    cursor: pointer;
    content: "\f005"; }

.cost {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: baseline; }
  .cost__item {
    font-size: 24px;
    color: #000000;
    margin: 0;
    font-weight: 600;
    text-transform: uppercase; }
    .cost__item_styled {
      font-size: 15px;
      color: #7f7f7f;
      margin-left: 10px; }

.checkbox {
  cursor: pointer;
  text-align: left;
  display: block;
  position: relative;
  padding-left: 30px; }
  .checkbox__input {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0; }
    .checkbox__input:checked + .checkbox__fake {
      border-color: #5f8123; }
      .checkbox__input:checked + .checkbox__fake::after {
        background: #5f8123; }
      .checkbox__input:checked + .checkbox__fake + .checkbox__name {
        border-bottom-color: transparent; }
  .checkbox__name {
    display: inline-block;
    font-size: 13px;
    color: #7f7f7f;
    border-bottom: 1px dashed #7f7f7f;
    margin: 0; }
  .checkbox__fake {
    width: 20px;
    height: 20px;
    border: 2px solid #e7e7e7;
    border-radius: 4px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -8px; }
    .checkbox__fake::after {
      content: '';
      position: absolute;
      width: 8px;
      height: 8px;
      border-radius: 2px;
      background: transparent;
      left: 50%;
      top: 50%;
      margin-top: -4px;
      margin-left: -4px; }

.breadcrumbs {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  align-items: center; }
  .breadcrumbs__item {
    color: #7f7f7f;
    font-size: 13px;
    margin: 0;
    text-decoration: none; }
  .breadcrumbs__name {
    color: #000000; }
  .breadcrumbs__separator {
    margin: 0 5px; }
  .breadcrumbs__link:hover {
    text-decoration: underline; }

.sort {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  align-items: center;
  justify-content: flex-end; }
  .sort__title {
    font-size: 13px;
    color: #000000;
    margin: 0;
    font-weight: 600; }
  .sort__link {
    margin-left: 20px;
    font-size: 13px;
    color: #000000;
    line-height: 1;
    text-decoration: none;
    border-bottom-color: #7f7f7f;
    border-bottom-style: dashed; }
    .sort__link_active {
      color: #5f8123;
      border-bottom-color: #fff; }
    .sort__link:hover {
      color: #5f8123; }
  .sort__grid {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    align-items: center; }

.pagination {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  align-items: center;
  justify-content: center; }
  .pagination__link {
    font-size: 16px;
    color: #000000;
    text-decoration: none;
    margin-right: 30px; }
    .pagination__link:last-child {
      margin-right: 0; }
    .pagination__link:hover {
      color: #5f8123; }
  .pagination__arrow {
    font-size: 13px;
    color: #7f7f7f; }
    .pagination__arrow:hover {
      text-decoration: underline; }
    .pagination__arrow-prev {
      margin-right: 40px; }
    .pagination__arrow-next {
      margin-left: 10px; }

.news-item {
  padding: 35px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .news-item:last-child {
    border-bottom: none; }
  .news-item__img {
    overflow: hidden; }
    .news-item__img img {
      transition: all .5s linear;
      backface-visibility: hidden; }
    .news-item__img:hover img {
      transform: scale(1.05, 1.05); }
  .news-item__name {
    font-size: 24px;
    color: #000000;
    margin: 0;
    text-decoration: none;
    font-weight: 600; }
    .news-item__name:hover {
      border-bottom-color: #000000; }
  .news-item__options {
    margin-top: 25px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    align-items: center; }
  .news-item__content {
    margin: 0;
    margin-top: 20px;
    font-size: 15px;
    color: #000000;
    line-height: 1.42; }
  .news-item__footer {
    margin-top: 20px;
    text-align: right; }
  .news-item__link {
    font-size: 13px;
    color: #7f7f7f;
    text-decoration: none;
    border-bottom-color: #7f7f7f;
    border-bottom-style: dashed; }

.comments__title {
  margin-bottom: 30px;
  font-weight: 600;
  color: #000000;
  font-size: 24px; }
.comments__author-img {
  width: 140px;
  height: 140px;
  border: 6px solid rgba(0, 0, 0, 0.04);
  border-radius: 50%; }
  .comments__author-img img {
    border-radius: 50%; }
.comments__author-name {
  font-size: 24px; }
.comments__date {
  margin-top: 15px; }
.comments__content {
  margin-top: 10px; }
  .comments__content p {
    font-size: 15px;
    color: #000000;
    margin: 0;
    line-height: 1.42; }
    .comments__content p:not(:last-child) {
      margin-bottom: 10px; }
  .comments__content img {
    margin-top: 15px; }
.comments__info {
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative; }
.comments__item {
  padding-top: 30px; }
  .comments__item:last-child .comments__info {
    border-bottom: none; }
.comments__like {
  right: 5px;
  bottom: 20px; }
.comments__form {
  padding-bottom: 40px; }
.comments__textarea {
  width: 100%;
  height: 140px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  resize: auto;
  padding: 15px;
  font-size: 15px;
  color: #000000;
  line-height: 1.42; }
.comments__options {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 20px;
  align-items: flex-start; }
.comments__btn {
  margin-left: auto; }

.review-item {
  padding-top: 25px; }
  .review-item:first-child {
    padding-top: 0; }
  .review-item__img {
    width: 140px;
    height: 140px;
    padding: 10px;
    border-radius: 50%;
    border: 6px solid rgba(0, 0, 0, 0.04); }
    .review-item__img img {
      border-radius: 50%; }
  .review-item__title {
    font-size: 24px; }
  .review-item__options {
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    align-items: baseline; }
  .review-item__date {
    margin-left: 15px; }
  .review-item__content {
    margin: 0;
    font-size: 15px;
    line-height: 1.42;
    color: #000000;
    margin-top: 15px;
    max-width: 85%; }
  .review-item__footer {
    text-align: right;
    margin-top: 20px; }
  .review-item__link {
    font-size: 13px;
    color: #7f7f7f;
    border-bottom-style: dashed;
    border-bottom-color: #7f7f7f; }
  .review-item__info {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 35px; }
  .review-item:last-child .review-item__info {
    border-bottom: none; }
  .review-item__author {
    margin: 0;
    margin-left: 12px;
    font-size: 13px;
    color: #7f7f7f; }
    .review-item__author span {
      color: #000000; }
  .review-item__cost {
    margin-top: 20px; }
  .review-item__btn {
    margin-top: 30px; }

.like {
  position: absolute;
  font-size: 13px;
  color: #7f7f7f;
  margin: 0; }
  .like:hover .icon-like {
    color: #d7044b; }

.share {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  align-items: center; }
  .share__title {
    margin: 0;
    margin-right: 5px;
    font-size: 13px;
    color: #7f7f7f; }
  .share__link {
    width: 40px;
    height: 40px; }
    .share__link:not(:last-child) {
      margin-right: 10px; }

.quantity {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  background: #e7e7e7;
  border-radius: 40px;
  padding: 0 20px; }
  .quantity__btn {
    flex-shrink: 0;
    width: 45px;
    height: 50px; }
    .quantity__btn-prev {
      border-radius: 40px 0 0 40px; }
    .quantity__btn-next {
      border-radius: 0 40px 40px 0; }
    .quantity__btn-plus {
      font-size: 20px; }
    .quantity__btn-minus {
      font-size: 25px; }
  .quantity__btn {
    width: 45px; }
  .quantity__input {
    width: 50px;
    text-align: center;
    font-size: 15px;
    color: #000000;
    font-weight: 600; }

.header__top {
  padding: 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  opacity: 1; }
.header__options {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  align-items: center;
  justify-content: flex-end; }
.header__bottom {
  padding: 25px 0; }
  .header__bottom_styled {
    padding: 5px 0; }
.header__cart {
  padding-top: 25px; }
  .header__cart_styled {
    padding-top: 0; }
.header__btn {
  text-align: center;
  width: 100%; }
.header-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 25;
  transition: transform .7s linear;
  backface-visibility: hidden;
  transform: translateY(-1000%); }
  .header-sticky_active {
    transition: transform .7s ease-in-out;
    transform: translateY(0); }

.menu {
  background: linear-gradient(to right, #5a7a21, #88b33c);
  box-shadow: 0 2px 2px 0 rgba(30, 15, 0, 0.2); }
  .menu__grid {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    align-items: center; }
  .menu__link {
    padding: 20px;
    text-decoration: none;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    position: relative; }
  .menu__item {
    padding-top: 3px; }
    .menu__item:not(:last-child) {
      border-right: 1px solid rgba(232, 232, 232, 0.06); }
    .menu__item:first-child > a {
      padding-left: 0; }
      .menu__item:first-child > a::after {
        content: '';
        position: absolute;
        width: 20px;
        left: -20px;
        top: 0;
        height: 100%;
        background: #fff;
        bottom: 0;
        opacity: 0;
        z-index: -1;
        visibility: hidden; }

.main-slider {
  position: relative; }
  .main-slider__item {
    position: relative; }
    .main-slider__item::after {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.2);
      left: 0;
      top: 0; }
  .main-slider__info {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10; }
  .main-slider__title {
    font-size: 64px;
    color: #fff;
    margin: 0;
    font-weight: bold;
    padding-left: 100px; }
  .main-slider__content {
    font-size: 20px;
    color: #fff;
    margin: 0;
    margin-top: 10px;
    padding-left: 100px; }
  .main-slider__arrow-next {
    right: 10%; }
  .main-slider__arrow-prev {
    left: 10%; }

.search {
  width: 100%; }
  .search__form {
    position: relative; }
  .search__input {
    border-bottom: 1px solid #7f7f7f;
    padding: 10px 0;
    color: #7f7f7f;
    width: 100%;
    padding-right: 25px; }
    .search__input_styled {
      border-bottom-color: #000000;
      color: #000000; }
  .search__btn {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -10px;
    z-index: 3; }

.social {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  justify-content: center; }
  .social__link {
    width: 40px;
    height: 40px; }
    .social__link:not(:last-child) {
      margin-right: 10px; }

.footer {
  background: #2d2d2d; }
  .footer__top {
    padding-top: 50px;
    padding-bottom: 50px; }
  .footer__bottom {
    padding-top: 25px;
    padding-bottom: 25px;
    border-top: 1px solid rgba(255, 255, 255, 0.1); }
  .footer__menu {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start; }
    .footer__menu-link {
      text-decoration: none;
      text-transform: uppercase;
      font-size: 14px;
      color: #fff; }
      .footer__menu-link:not(:last-child) {
        margin-bottom: 15px; }
  .footer__order {
    margin-top: 25px; }
  .footer__location {
    margin-bottom: 15px; }
  .footer__search {
    margin-bottom: 35px; }
  .footer__info {
    flex-wrap: wrap; }
  .footer__social {
    justify-content: flex-start; }

.filter {
  background: #fbfbfb;
  padding: 15px 10px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  justify-content: flex-start; }
  .filter__item {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    align-items: center; }
    .filter__item:not(:last-child) {
      margin-right: 30px; }
    .filter__item:last-child {
      margin-left: auto; }
  .filter__btn-text {
    padding-left: 50px;
    padding-right: 50px; }

.custom-select {
  position: relative; }
  .custom-select__current {
    cursor: pointer;
    position: relative; }
    .custom-select__current-name {
      margin: 0;
      color: #000000; }
    .custom-select__current::after {
      content: '';
      position: absolute;
      border: 5px solid transparent;
      border-top-color: #000000;
      top: 50%;
      margin-top: -2.5px;
      right: 20px; }
    .custom-select__current_active::after {
      border-top-color: #5f8123; }
  .custom-select__content {
    position: absolute;
    background: #fff;
    opacity: 0;
    z-index: -1;
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.2);
    top: calc(100% + 10px); }
    .custom-select__content_opened {
      opacity: 1;
      z-index: 20; }
  .custom-select__grid {
    padding-top: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative; }
    .custom-select__grid::before {
      content: '';
      position: absolute;
      border: 10px solid transparent;
      border-bottom-color: #fff;
      top: -20px;
      right: 50%;
      margin-left: -20px; }
  .custom-select__container {
    max-height: 180px;
    overflow: auto;
    width: 100%; }
  .custom-select__link {
    text-decoration: none;
    font-size: 16px;
    width: 100%;
    color: #000000;
    padding: 15px 0; }
    .custom-select__link_styled {
      text-transform: uppercase; }
  .custom-select__item {
    padding: 0 20px;
    width: 100%; }
    .custom-select__item:not(:first-child) a {
      border-top: 1px solid rgba(0, 0, 0, 0.2); }
    .custom-select__item:hover {
      background: #5f8123; }
      .custom-select__item:hover a {
        color: #fff;
        border-top-color: transparent; }
      .custom-select__item:hover + .custom-select__item a {
        border-top-color: transparent; }

.filter-select__current {
  padding: 0 30px;
  background: #e7e7e7;
  border-radius: 40px; }
  .filter-select__current-name {
    font-size: 15px;
    padding: 15px 0;
    line-height: 1;
    font-weight: 600;
    width: 105px;
    text-overflow: ellipsis;
    overflow: hidden; }
.filter-select__grid {
  align-items: flex-start; }
  .filter-select__grid::before {
    right: 30%; }
.filter-select__content {
  min-width: 230px;
  left: -10px;
  top: calc(100% + 6px); }

.payment-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  border: 1px dashed #7f7f7f;
  border-radius: 10px;
  padding: 30px; }
  .payment-item__name {
    font-size: 15px;
    margin: 0;
    margin-top: 12px;
    line-height: 1.2;
    text-align: center;
    font-weight: 600; }
  .payment-item__icon {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 80px; }
    .payment-item__icon img {
      max-height: 80px; }

.sale__icon {
  position: absolute;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
  text-align: center;
  font-weight: bold;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #d7044b;
  right: 45px;
  top: 40px;
  z-index: 20;
  box-shadow: 1px 1px 2px 0 rgba(30, 15, 0, 0.4); }
  .sale__icon_styled {
    top: 30px;
    right: 30%; }

.modal {
  font-family: "Open Sans";
  width: 100%;
  max-width: 460px;
  padding: 0;
  padding: 55px 0;
  text-align: center; }
  .modal__title {
    margin-bottom: 30px; }
  .modal__grid {
    padding: 0 60px;
    padding-bottom: 35px; }
    .modal__grid_styled {
      padding-bottom: 0; }
  .modal__footer {
    padding: 35px;
    padding-bottom: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1); }
    .modal__footer > p {
      font-size: 13px;
      margin: 0;
      color: #000000; }
      .modal__footer > p a {
        color: #7f7f7f;
        border-bottom-style: dashed;
        text-decoration: none;
        border-bottom-color: #7f7f7f; }
  .modal__social {
    margin-top: 20px; }
  .modal__city {
    max-width: 670px; }
  .modal__header {
    margin-bottom: 40px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch; }
  .modal__btn {
    max-width: 170px;
    margin-left: 10px; }
  .modal__conditions {
    max-width: 720px; }
    .modal__conditions-grid p {
      font-size: 15px;
      margin: 0;
      margin-bottom: 20px;
      line-height: 1.42;
      text-align: left; }
    .modal__conditions-btn {
      margin-top: 10px;
      width: 100%;
      max-width: 220px; }
  .modal__delivery {
    max-width: 100%;
    background: transparent; }
    .modal__delivery button, .modal__delivery select, .modal__delivery input, .modal__delivery textarea {
      display: none; }
    .modal__delivery-grid form {
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      align-items: stretch;
      align-items: center;
      justify-content: center; }
    .modal__delivery-link {
      background: #fff;
      padding: 10px;
      text-decoration: none;
      width: 280px;
      border-radius: 10px;
      height: 210px; }
      .modal__delivery-link:not(:last-child) {
        margin-right: 10px; }
      .modal__delivery-link:hover {
        background: #89b43c; }
    .modal__delivery-icon {
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      align-items: stretch;
      justify-content: center;
      align-items: center;
      width: 90px;
      height: 90px; }
    .modal__delivery-name {
      display: inline-block;
      font-size: 14px;
      color: #000000;
      text-transform: uppercase;
      font-weight: 600;
      margin: 0;
      border-bottom-color: #7f7f7f;
      border-bottom-style: dashed;
      margin-top: 10px; }
    .modal__delivery-item {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      height: 100%;
      border: 1px dashed #7f7f7f;
      border-radius: 10px; }
      .modal__delivery-item:hover {
        border-color: #fff; }
        .modal__delivery-item:hover .modal__delivery-name {
          color: #fff;
          border-bottom-color: transparent; }
      .modal__delivery-item:hover svg path {
        fill: #fff; }

.modal-pickup {
  max-width: 560px; }
  .modal-pickup__note {
    margin: 0;
    font-size: 15px;
    color: #000000;
    text-align: center;
    margin-bottom: 20px; }
  .modal-pickup__timer {
    margin-top: 30px; }
    .modal-pickup__timer-text {
      margin: 0;
      font-size: 15px;
      color: #000000; }
    .modal-pickup__timer-counter {
      font-weight: bold; }
  .modal-pickup__error {
    margin: 0;
    font-size: 15px;
    color: #d7044b;
    margin-top: 20px; }

.info-modal__img {
  margin: 0 auto; }
.info-modal__grid {
  padding-left: 20px;
  padding-right: 20px; }
  .info-modal__grid p {
    margin: 0;
    font-size: 15px;
    text-align: left;
    line-height: 1.42;
    margin-top: 20px; }

.modal-choice {
  max-width: 670px; }
  .modal-choice__title {
    text-align: left; }
  .modal-choice__input-name {
    font-size: 15px;
    margin: 0;
    margin-bottom: 12px;
    text-align: left;
    color: #000000; }
  .modal-choice__col {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    flex-direction: column;
    align-items: flex-start; }
  .modal-choice__list {
    margin-top: 25px;
    text-align: left; }
    .modal-choice__list-name {
      margin: 0;
      cursor: pointer;
      margin-bottom: 10px;
      font-size: 18px;
      color: #000000;
      border-bottom-style: dashed;
      border-bottom-color: #7f7f7f; }
      .modal-choice__list-name_active {
        border-bottom-color: transparent;
        font-weight: bold; }

.form__row:not(:last-child) {
  margin-bottom: 20px; }
.form__row_styled {
  margin-top: 40px; }
.form__input {
  border: 2px solid #e8e8e8;
  border-radius: 50px;
  width: 100%;
  padding: 17px 30px;
  font-size: 13px;
  color: #7f7f7f; }
  .form__input_styled {
    padding-left: 23px;
    padding-right: 23px;
    text-align: center;
    margin-right: 10px; }
.form__input.error {
    border-color: #d7044b;
    background-color: #fff2f2;
    border: 2px solid #d7044b;
}
  .form__input.valid {
    border-color: #5f8123;
  }
.form__container {
  margin-right: 10px; }
  .form__container_styled {
    margin-right: 0; }
.form__select {
  text-align: left; }
  .form__select-current {
    border: 1px solid #e8e8e8;
    border-radius: 50px;
    width: 100%; }
    .form__select-current::after {
      border-width: 4px;
      margin-top: -2px;
      border-top-color: #7f7f7f; }
    .form__select-current.custom-select__current_active::after {
      border-top-color: #5f8123; }
  .form__select-content {
    width: 100%; }
  .form__select-name {
    padding: 16px 30px; }
    .form__select-name_styled {
      padding-left: 40px;
      padding-right: 25px; }
  .form__select-grid::before {
    margin-left: 0;
    right: 4%; }
  .form__select-grid_styled::before {
    right: 8%; }
  .form__select-payment-name {
    padding-top: 20px;
    padding-bottom: 14px; }
.form__btn {
  width: 100%; }
  .form__btn_styled {
    max-width: 220px; }
.form__note {
  margin: 0;
  text-align: center;
  font-size: 13px;
  color: #7f7f7f;
  margin-top: -5px; }
.form__image {
  text-align: center;
  margin-bottom: 30px; }
  .form__image img {
    margin: 0 auto; }
.form__product-name {
  margin: 0;
  margin-top: 15px;
  color: #000000; }
.form__label {
  margin: 0;
  font-size: 13px;
  color: #7f7f7f;
  position: absolute;
  left: 30px;
  top: 5px; }
  .form__label_styled {
    top: 50%;
    transform: translateY(-50%); }
  .form__label_left {
    left: 15px;
    width: 20px;
    top: 52%;
    text-align: right; }
.form__date {
  padding-top: 22px;
  padding-bottom: 12px;
  padding-left: 30px; }

.validation-message {
  display: none;
  font-size: 13px;
  color: #d7044b;
  padding-left: 5px; }

.error ~.validation-message {
  display: block;
}
.files {
  position: relative;
  width: 100%; }
  .files__btn {
    position: relative;
    cursor: pointer;
    padding-left: 20px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    align-items: center; }
    .files__btn_styled {
      padding-left: 0; }
  .files__input {
    opacity: 0;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0; }
  .files__name {
    font-size: 15px;
    margin: 0;
    color: #7f7f7f;
    border-bottom-color: #7f7f7f;
    border-bottom-style: dashed; }
  .files__grid {
    margin-top: 15px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap; }
  .files__item {
    position: relative;
    width: 80px;
    height: 60px;
    margin-top: 8px; }
    .files__item:not(:last-child) {
      margin-right: 20px; }
  .files__remove {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: #fff;
    line-height: 1;
    position: absolute;
    top: 0;
    right: 0;
    width: 16px;
    height: 16px;
    background: rgba(0, 0, 0, 0.8); }
    .files__remove::after {
      content: 'x';
      left: 50%;
      top: 39%;
      transform: translate(-50%, -50%);
      position: absolute;
      font-size: 15px;
      color: #fff; }

.thumbs {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start; }
  .thumbs__item {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    align-items: center;
    border: 2px solid #e7e7e7;
    width: 64px;
    height: 64px;
    padding: 5px;
    cursor: pointer; }
    .thumbs__item:not(:last-child) {
      margin-bottom: 10px; }
    .thumbs__item:hover {
      border-color: #5f8123; }
    .thumbs__item_active {
      border-color: #5f8123; }
.thumbs__item {
    width: 64px;
    height: 64px;
}

.related {
    background: #fbfbfb;
}
  .related__slide:nth-child(4n) .related__item {
    box-shadow: none; }
  .related__item {
    box-shadow: none;
    box-shadow: 1px 0 0 rgba(0, 0, 0, 0.1); }
    .related__item:hover:nth-child(n) {
      box-shadow: 1px 0 0 rgba(0, 0, 0, 0.1); }
  .related__arrow-prev {
    left: 0; }
  .related__arrow-next {
    right: 0; }
.top__arrow-prev {
    left: 0;
}

.top__arrow-next {
    right: 0;
}
.discount {
    background: #fbfbfb;
}

.discount__slide:nth-child(4n) .discount__item {
    box-shadow: none;
}

.discount__item {
    box-shadow: none;
    box-shadow: 1px 0 0 rgba(0, 0, 0, 0.1);
}

    .discount__item:hover:nth-child(n) {
        box-shadow: 1px 0 0 rgba(0, 0, 0, 0.1);
    }

.discount__arrow-prev {
    left: 0;
}

.discount__arrow-next {
    right: 0;
}
  .related__btn {
    margin-top: 20px;
    font-size: 14px;
    color: #000000;
    font-weight: 600;
    text-transform: uppercase;
    padding: 15px 35px;
    border-radius: 40px;
    border: 1px solid #e9ba44; }
    .related__btn:hover {
      background: #e9ba44;
      color: #fff; }

.sale-timer {
  padding: 15px 25px;
  border-radius: 10px;
  border: 1px dashed #d7044b; }
  .sale-timer__title {
    font-size: 14px;
    text-transform: uppercase; }
  .sale-timer__grid {
    margin-top: 15px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    align-items: center; }
  .sale-timer__item {
    position: relative; }
    .sale-timer__item:not(:last-child) {
      margin-right: 20px; }
      .sale-timer__item:not(:last-child)::after {
        content: ':';
        position: absolute;
        color: #000000;
        font-size: 20px;
        left: calc(100% + 7px);
        top: 17%; }
  .sale-timer__number {
    font-size: 30px;
    margin: 0;
    padding: 5px 8px;
    background: #d7044b;
    color: #fff;
    font-weight: 600;
    position: relative;
    box-shadow: 0 0 3px rgba(30, 15, 0, 0.3); }
    .sale-timer__number::after {
      content: '';
      position: absolute;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: #fff;
      left: -4px;
      top: 50%;
      margin-top: -4px; }
    .sale-timer__number::before {
      content: '';
      position: absolute;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: #fff;
      right: -4px;
      top: 50%;
      margin-top: -4px; }
  .sale-timer__text {
    margin: 0;
    margin-top: 6px;
    font-size: 13px;
    color: #7f7f7f; }

.cart-grid__item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  align-items: center;
  padding: 35px 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }
  .cart-grid__item:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.4); }
.cart-grid__img {
  width: 150px; }
  .cart-grid__img img {
    max-width: 150px; }
.cart-grid__price {
  margin: 0 100px;
  font-size: 24px;
  color: #000000;
  text-transform: uppercase;
  font-weight: 600; }
.cart-grid__remove {
  width: 40px;
  height: 40px; }
.cart-grid__name {
  font-size: 16px;
  color: #000000;
  text-decoration: none;
  margin-left: 50px;
  max-width: 150px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }
  .cart-grid__name:hover {
    border-bottom-color: #000000; }
.cart-grid__quantity {
  margin-left: auto; }

.promo__grid {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  position: relative; }
.promo__btn {
  position: absolute;
  right: 0;
  top: -1px; }
.promo__input {
  width: 100%;
  padding-left: 30px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 40px;
  height: 53px;
  padding-right: 165px;
  font-size: 13px;
  color: #7f7f7f; }

.card {
  display: none; }
  .card__title {
    font-size: 24px;
    margin-bottom: 10px; }
  .card__text {
    height: 120px;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 15px; }
  .card_opened {
    display: block; }

.profile-menu__link {
  text-decoration: none;
  padding: 15px 20px;
  font-size: 14px;
  color: #000000;
  width: 100%;
  background: #e7e7e7;
  transition: all .2s linear; }
  .profile-menu__link:not(:last-child) {
    border-bottom: 1px solid #fff; }
  .profile-menu__link:hover {
    background: #cecece; }
  .profile-menu__link_active {
    background: #cecece; }

.logged {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  align-items: center; }
  .logged__img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    margin-right: 10px;
    flex-shrink: 0; }
  .logged__name {
    font-size: 15px;
    color: #000000;
    text-decoration: none;
    white-space: nowrap;
    max-width: 190px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
    font-weight: 600; }
    .logged__name span {
      font-size: 13px;
      color: #7f7f7f;
      font-weight: normal; }
    .logged__name:hover {
      text-decoration: underline; }
  .logged__btn {
    margin-left: 25px;
    font-size: 13px;
    border-bottom-style: dashed;
    border-bottom-color: #7f7f7f;
    margin-top: 1px; }

.city-list {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  align-items: center; }
  .city-list__label {
    margin: 0;
    font-size: 13px;
    color: #7f7f7f;
    margin-right: 10px; }
  .city-list__btn {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    align-items: center; }
    .city-list__btn:hover .city-list__name {
      border-bottom-color: transparent; }
  .city-list__name {
    border-bottom: 1px dashed #000000;
    font-size: 20px;
    color: #000000;
    font-weight: 600;
    line-height: 1; }
    .city-list__name_styled {
      color: #fff;
      border-bottom-color: #fff; }

.login {
  font-size: 13px;
  color: #000000;
  margin-right: 15px;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  align-items: center; }
  .login::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    background: #7f7f7f;
    left: calc(100% + 8px);
    top: 50%;
    transform: translateY(-50%); }
  .login__text {
    border-bottom-color: #7f7f7f;
    border-bottom-style: dashed;
    margin-top: 1px; }
  .login:hover .login__text {
    border-bottom-color: transparent; }

.registration {
  font-size: 13px;
  color: #000000;
  border-bottom: 1px dashed #7f7f7f; }

.info {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch; }
  .info__name {
    font-size: 13px;
    color: #7f7f7f;
    margin: 0;
    margin-bottom: 12px; }
  .info__section {
    width: 50%; }
    .info__section_styled {
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      align-items: stretch;
      align-items: center;
      width: 100%; }
      .info__section_styled p {
        margin: 0; }
      .info__section_styled a:nth-child(n) {
        margin: 0;
        margin-left: 20px; }
  .info__item {
    margin: 0;
    text-decoration: none;
    font-size: 18px;
    color: #000000;
    font-weight: 600;
    border-bottom: 1px solid transparent; }
    .info__item:not(:last-child) {
      margin-bottom: 5px; }
    .info__item_styled {
      color: #fff; }
  .info__link {
    display: block; }
    .info__link:hover {
      border-bottom-color: #000000; }
    .info__link_styled:hover {
      border-bottom-color: #fff; }

.order__name {
  font-size: 13px;
  color: #7f7f7f;
  margin: 0;
  margin-bottom: 10px; }
.order__content {
  display: inline-block;
  position: relative; }

.cart {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center; }
  .cart__link {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    text-decoration: none; }
  .cart__content {
    font-size: 18px;
    color: #000000;
    text-transform: uppercase;
    border-bottom: 1px dashed #7f7f7f;
    font-weight: 600;
    margin: 0;
    margin-left: 8px; }
    .cart__content:hover {
      border-bottom-color: #000000; }
  .cart__quantity {
    position: absolute;
    font-size: 13px;
    color: #fff;
    font-weight: 600;
    margin: 0;
    top: -10px;
    left: 30%;
    width: 25px;
    height: 25px;
    text-align: center;
    font-style: normal;
    line-height: 1.8;
    flex-shrink: 0;
    border-radius: 50%;
    background: #89b43c; }

  .cart__icon {
    position: relative; }



.favorites {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

.favorites__link {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    text-decoration: none;
}

.favorites__content {
    font-size: 18px;
    color: #000000;
    text-transform: uppercase;
    border-bottom: 1px dashed #7f7f7f;
    font-weight: 600;
    margin: 0;
    margin-left: 8px;
}

    .favorites__content:hover {
        border-bottom-color: #000000;
    }

.favorites__quantity {
    position: absolute;
    font-size: 13px;
    color: #fff;
    font-weight: 600;
    margin: 0;
    top: -10px;
    left: 30%;
    width: 25px;
    height: 25px;
    text-align: center;
    font-style: normal;
    line-height: 1.8;
    flex-shrink: 0;
    border-radius: 50%;
    background: #89b43c;
}

.favorites__icon {
    position: relative;
    font-size:25px!important;
}




.main {
  padding: 50px 0; }
  .main__header {
    margin-bottom: 35px; }
  .main__filter {
    margin-bottom: 30px; }
  .main__catalog {
    padding-bottom: 40px; }

.section {
  padding: 55px 0; }
  .section__title {
    margin-bottom: 50px;
    text-align: center; }

.why-section {
  background: #fbfbfb; }
  .why-section__title {
    margin-bottom: 55px; }
  .why-section__icon {
    width: 72px;
    height: 72px;
    margin: 0 auto; }
    .why-section__icon-1 {
      background: url("../img/why-1.png") no-repeat center bottom; }
    .why-section__icon-2 {
      background: url("../img/why-2.png") no-repeat center bottom; }
    .why-section__icon-3 {
      background: url("../img/why-3.png") no-repeat center bottom; }
    .why-section__icon-4 {
      background: url("../img/why-4.png") no-repeat center bottom; }
  .why-section__name {
    margin: 0;
    margin-top: 20px;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    line-height: 1.2; }

.review-section {
  background: url("../img/leaf-l.png") no-repeat 5% top, #5f8123 url("../img/leaf-r.png") no-repeat 95% bottom; }
  .review-section__title {
    color: #fff; }
  .review-section__item {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    background: #fff;
    border-radius: 10px;
    padding: 30px 45px;
    position: relative; }
    .review-section__item::after {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      border-radius: 8px;
      background: rgba(255, 255, 255, 0.1);
      left: 10px;
      top: 10px;
      z-index: -1; }
  .review-section__slider {
    padding: 10px; }
  .review-section__slider {
    padding: 10px; }
  .review-section__img {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    border: 6px solid rgba(0, 0, 0, 0.04);
    flex-shrink: 0;
    margin-right: 30px; }
  .review-section__info {
    padding-top: 10px; }
  .review-section__name {
    font-weight: 600;
    margin: 0;
    color: #000000;
    font-size: 24px; }
  .review-section__date {
    margin-top: 25px; }
  .review-section__content {
    font-size: 15px;
    color: #000000;
    line-height: 1.42;
    margin: 0;
    margin-top: 10px; }
  .review-section__link {
    margin-top: 30px;
    text-align: center; }
    .review-section__link-text {
      display: inline-block;
      font-size: 13px;
      color: #7f7f7f;
      border-bottom-color: #7f7f7f;
      border-bottom-style: dashed;
      text-decoration: none; }
  .review-section__grid {
    position: relative; }
  .review-section__arrow-next {
    right: 0; }
  .review-section__arrow-prev {
    left: 0; }
  .review-section__pagination {
    margin-top: 35px; }

.news-section {
  background: #fbfbfb; }
  .news-section__img {
    display: block;
    max-height: 220px;
    overflow: hidden; }
    .news-section__img img {
      transition: all .3s linear;
      backface-visibility: hidden; }
    .news-section__img:hover img {
      transform: scale(1.05, 1.05); }
  .news-section__name {
    font-size: 24px;
    color: #000000;
    margin: 0;
    margin-top: 25px;
    text-decoration: none;
    font-weight: 600; }
    .news-section__name:hover {
      border-bottom-color: #000000; }
  .news-section__date {
    margin-top: 20px; }
  .news-section__content {
    font-size: 15px;
    color: #000000;
    line-height: 1.42;
    margin: 0;
    margin-top: 10px; }
  .news-section__footer {
    margin-top: 70px;
    text-align: center; }

.about-section__title {
  margin-bottom: 35px; }
.about-section__grid_styled {
  margin-top: 35px;
  padding-top: 35px;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

.currency {
  margin-right: 20px; }
  .currency__content {
    top: calc(100% + 20px);
    right: 50%;
    transform: translateX(50%); }
  .currency__current-name {
    text-transform: uppercase;
    padding-right: 15px;
    font-size: 15px;
    color: #000000; }
  .currency__current::after {
    right: 0;
    margin-top: -1px; }
  .currency__grid::before {
    margin-left: 0;
    margin-right: -10px; }

.catalog__filter {
  margin-bottom: 15px; }
.catalog__sort {
  margin-bottom: 35px; }

.template {
  position: relative;
  padding-top: 30px;
  padding-bottom: 50px; }
  .template__header {
    margin-bottom: 40px; }
  .template__title {
    margin-bottom: 35px; }
  .template__pagination {
    margin-top: 50px; }
  .template__sub-header {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    align-items: baseline;
    margin-bottom: 35px; }

.payment-template__grid p {
  font-size: 15px;
  color: #000000;
  margin: 0; }
.payment-template__section {
  margin-top: 50px; }
.payment-template__sub-title {
  font-size: 24px;
  margin-bottom: 30px; }

.about-template__why {
  margin: 45px 0; }

.news__title {
  margin-bottom: 0; }

.article__options {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  align-items: center;
  margin-bottom: 30px; }
.article__comments {
  margin-top: 50px; }

.reviews__title {
  margin-bottom: 0; }
.reviews__sort {
  margin-left: auto; }

.contacts__section:not(:last-child) {
  margin-bottom: 40px; }
.contacts__sub-title {
  font-size: 24px; }
.contacts__item {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start; }
.contacts__name {
  font-size: 13px;
  color: #7f7f7f;
  margin: 0;
  margin-bottom: 10px; }
.contacts__text {
  font-size: 18px;
  color: #000000;
  margin: 0;
  font-weight: 600; }
  .contacts__text:not(:last-child) {
    margin-bottom: 5px; }
.contacts__link:hover {
  border-bottom-color: #000000; }

.popup {
  padding: 40px 50px; }
  .popup__title {
    margin-bottom: 10px; }
  .popup__grid {
    text-align: center;
    padding: 0; }
    .popup__grid p {
      font-size: 20px;
      color: #000000;
      margin: 0;
      line-height: 1.2; }

.product__title {
  font-size: 24px; }
.product__price {
  margin-top: 5px;
  justify-content: flex-start; }
.product__location {
  margin-top: 20px; }
.product__section {
  margin-top: 30px; }
  .product__section p {
    font-size: 15px;
    color: #000000;
    line-height: 1.42;
    margin: 0;
    margin-top: 5px; }
.product__options {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  align-items: center;
  margin-top: 35px; }
.product__sub-title {
  font-size: 13px;
  color: #7f7f7f;
  margin: 0;
  font-weight: normal; }

.product__sub-title span{
    font-size: 13px;
    color: #7f7f7f;
    margin: 0;
    font-weight: normal;
}
.product__btn {
  margin-right: 15px; }
.product__footer {
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  align-items: center; }
.product__rating {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  align-items: center;
  margin-left: 20px; }
  .product__rating-name {
    font-size: 13px;
    color: #7f7f7f;
    margin: 0;
    margin-right: 10px; }
.product__grid {
  padding-bottom: 50px; }
.product__sale {
  margin-top: 30px;
  margin-bottom: 30px; }
.product__quick {
  margin-left: 15px; }

.mobile-close-btn {
  display: none; }

.scroll-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none; }

.product-review {
  padding-top: 50px; }
  .product-review__pagination {
    margin-top: 50px; }
  .product-review__title {
    text-align: center; }
  .product-review__form {
    margin-top: 25px; }
  .product-review__list {
    padding-top: 60px; }
  .product-review__sub-title {
    margin-bottom: 30px;
    font-size: 24px; }
  .product-review textarea {
    height: 140px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 15px;
    width: 100%; }
  .product-review__options {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    align-items: flex-start;
    padding-top: 15px; }
  .product-review__btn {
    margin-left: auto; }
  .product-review__files {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    align-items: center; }

.cart-template {
  padding-top: 50px;
  padding-bottom: 0; }
  .cart-template__title {
    margin-bottom: 50px; }
  .cart-template__footer {
    margin-top: 60px;
    text-align: center; }
  .cart-template__grid {
    padding-bottom: 50px; }

.conditions {
  font-size: 13px;
  color: #000000;
  margin: 0;
  margin-top: 10px; }
  .conditions a {
    border-bottom-style: dashed;
    border-bottom-color: #7f7f7f; }

.back-btn {
  font-size: 13px;
  color: #7f7f7f;
  text-decoration: none;
  margin-top: 20px; }
  .back-btn:hover {
    text-decoration: underline; }

.cart-options {
  margin-top: 30px; }
  .cart-options__item {
    width: 50%; }
  .cart-options__checkbox {
    margin-top: 20px; }
  .cart-options__card {
    margin-top: 20px; }

.cart-total__item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0; }
  .cart-total__item:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
.cart-total__text {
  margin: 0;
  font-size: 16px;
  color: #000000; }
  .cart-total__text a {
    font-weight: 600;
    border-bottom-style: dashed;
    border-bottom-color: #7f7f7f; }
  .cart-total__text_styled {
    font-weight: 600;
    font-size: 24px; }

.delivery-form__top {
  padding: 50px;
  padding-right: 40px;
  background: #fbfbfb; }
.delivery-form__section:not(:last-child) {
  margin-bottom: 30px; }
.delivery-form__section-name {
  font-size: 24px;
  margin-bottom: 15px; }
.delivery-form__section-item {
  margin-bottom: 20px;
  position: relative;
  margin-right: 10px; }
  .delivery-form__section-item input {
    padding-left: 23px;
    padding-right: 23px; }
    .delivery-form__section-item input.form__date {
      padding-left: 30px;
      font-size: 16px;
      color: #000000; }
.delivery-form__middle {
  padding: 70px 0; }
.delivery-form__bottom {
  padding: 50px;
  background: #fbfbfb; }
  .delivery-form__bottom-title {
    font-size: 24px;
    margin-bottom: 25px; }
.delivery-form__textarea {
  height: 110px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-color: #85af3a;
  border-radius: 10px;
  padding: 15px;
  width: 90%; }
.delivery-form__footer {
  margin-top: 60px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
.delivery-form__checkbox {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch; }

.product-delivery__link {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  align-items: center;
  text-decoration: none; }
.product-delivery__img {
  max-width: 140px;
  margin-right: 25px;
  flex-shrink: 0; }
.product-delivery__name {
  font-size: 16px;
  color: #000000;
  margin: 0; }
  .product-delivery__name span {
    display: block;
    font-size: 24px;
    margin-top: 5px; }
  .product-delivery__name:hover {
    text-decoration: underline; }

.profile__content {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch; }
.profile__img {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  border: 6px solid rgba(0, 0, 0, 0.04);
  margin-right: 25px;
  flex-shrink: 0; }
  .profile__img img {
    border-radius: 50%; }
.profile__section:not(:last-child) {
  margin-bottom: 40px; }
.profile__section-title {
  font-size: 24px;
  margin-bottom: 25px; }
.profile__section-item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  align-items: center; }
  .profile__section-item:not(:last-child) {
    margin-bottom: 20px; }
.profile__section-name {
  margin: 0;
  font-size: 15px;
  color: #7f7f7f;
  width: 225px;
  flex-shrink: 0;
  max-width: 225px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }
.profile__section-content {
  margin: 0;
  font-size: 15px;
  color: #000000; }
.profile__info {
  flex: 1; }

.add-number {
  position: relative;
  width: 100%;
  max-width: 400px; }
  .add-number__form {
    opacity: 0;
    visibility: hidden;
    width: 100%;
    z-index: -1;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    transition: all .2s linear; }
    .add-number__form_visible {
      opacity: 1;
      visibility: visible;
      z-index: 3; }
    .add-number__form-btn {
      position: absolute;
      right: 0;
      top: -1.5px; }
    .add-number__form-input {
      padding-right: 150px;
      background: #fff; }
  .add-number__text {
    color: #000000;
    border-bottom-color: #7f7f7f;
    border-bottom-style: dashed; }
    .add-number__text_hidden {
      position: relative;
      opacity: 0;
      visibility: hidden;
      z-index: -1; }

.address-list {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch; }
  .address-list__item {
    width: 32%;
    padding: 25px;
    padding-right: 35px;
    border: 1px solid #bfbfbf; }
    .address-list__item:not(:last-child) {
      margin-right: 2%; }
    .address-list__item:last-child {
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      align-items: stretch;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      padding-right: 25px; }
  .address-list__text {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    font-size: 14px;
    color: #000000;
    margin: 0; }
    .address-list__text:not(:last-child) {
      margin-bottom: 12px; }
  .address-list__options {
    margin-top: 25px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    flex-direction: column;
    align-items: flex-start; }
  .address-list__btn {
    font-size: 13px;
    color: #000000;
    border-bottom-style: dashed;
    border-bottom-color: #7f7f7f; }
    .address-list__btn:not(:last-child) {
      margin-bottom: 4px; }
  .address-list__icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-bottom: 25px; }

.history-grid__title {
  font-size: 24px;
  margin-bottom: 30px; }
.history-grid__item:not(:last-child) {
  margin-bottom: 55px; }
.history-grid__link {
  border-bottom-color: #7f7f7f;
  border-bottom-style: dashed;
  font-size: 12px; }
.history-grid__product-item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  align-items: center; }
.history-grid__product-name {
  font-size: 13px;
  color: #000000;
  margin: 0;
  text-align: left; }
.history-grid__product-img {
  margin-right: 10px;
  flex-shrink: 0;
  max-width: 90px; }
.history-grid__product-price {
  display: block;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600; }
.history-grid__table {
  overflow-x: auto;
  padding-bottom: 15px; }
  .history-grid__table-total {
    margin-top: 20px;
    font-size: 16px;
    color: #000000;
    text-align: right; }
    .history-grid__table-total span {
      font-size: 24px;
      text-transform: uppercase;
      font-weight: 600;
      display: inline-block;
      margin-left: 50px; }

.get-sale {
  border-bottom-color: #7f7f7f;
  border-bottom-style: dashed;
  font-size: 12px; }

.challenges__sort {
  justify-content: flex-start; }
.challenges__content {
  margin-top: 30px;
  overflow-x: auto;
  padding-bottom: 10px; }
.challenges__link {
  width: 100%;
  height: 100%;
  display: block;
  text-decoration: none;
  padding: 15px 10px; }
.challenges__table {
  max-width: 100%; }
  .challenges__table tr td {
    padding: 0; }
  .challenges__table tr:hover td {
    background: rgba(95, 129, 35, 0.2); }

.challenge__header {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 25px; }
  .challenge__header-item {
    font-size: 13px;
    color: #000000;
    font-weight: 600;
    margin: 0; }
    .challenge__header-item span {
      display: inline-block;
      margin-left: 5px;
      color: #89b43c;
      font-weight: normal; }
    .challenge__header-item:not(:last-child) {
      margin-right: 20px; }
.challenge__sub-title {
  font-size: 24px;
  margin-bottom: 25px; }

.gift-list__item {
  font-size: 15px;
  color: #000000;
  margin: 0; }
  .gift-list__item:not(:last-child) {
    margin-bottom: 10px; }
  .gift-list__item a {
    margin-left: 5px;
    border-bottom-color: #7f7f7f;
    border-bottom-style: dashed;
    line-height: 1.45; }

.sponsor-list__item {
  width: 100%;
  padding: 25px;
  border: 1px dashed #7f7f7f;
  border-radius: 10px;
  text-decoration: none;
  margin-bottom: 15px; }
.sponsor-list__icon {
  height: 90px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  align-items: center;
  justify-content: center; }
  .sponsor-list__icon img {
    max-height: 90px; }
.sponsor-list__name {
  font-size: 15px;
  color: #000000;
  margin: 0;
  font-weight: 600;
  text-align: center; }
  .sponsor-list__name span {
    display: block; }

.challenge-numbers {
  padding-top: 35px; }
  .challenge-numbers__grid {
    border: 1px solid #bfbfbf; }
  .challenge-numbers__item {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%; }
    .challenge-numbers__item:not(:last-child) {
      border-bottom: 1px solid #bfbfbf; }
    .challenge-numbers__item-text_active {
      background: rgba(95, 129, 35, 0.4); }
    .challenge-numbers__item p {
      width: 33.3%;
      padding: 20px 20px;
      text-align: center;
      font-size: 14px;
      color: #000000;
      margin: 0;
      cursor: pointer; }
      .challenge-numbers__item p:not(:last-child) {
        border-right: 1px solid #bfbfbf; }
      .challenge-numbers__item p:hover {
        background: rgba(95, 129, 35, 0.4); }

.lang {
  margin-right: 25px; }
  .lang__current-name {
    text-transform: uppercase;
    padding-right: 15px;
    font-size: 15px;
    color: #000000; }
  .lang__current::after {
    right: 0;
    margin-top: -1px; }
  .lang__grid::before {
    margin-left: 0;
    margin-right: -10px; }
  .lang__content {
    top: calc(100% + 20px);
    left: 50%;
    transform: translateX(-50%); }

.telephone-number-icon {
  display: none; }

.menu-icon {
  display: none; }

.logo__img {
    width: 160px;
    height:58px;
    max-width: 160px;
}

#ui-id-1 {
  z-index: 99999;
  background: #fff;
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.2);
  padding: 10px 0;
  max-height: 180px;
  overflow-y: auto; }
  #ui-id-1 li {
    padding: 0 25px; }
    #ui-id-1 li div {
      font-size: 15px;
      color: #000000;
      text-align: left;
      padding: 12px 0;
      outline: none;
      border: none;
      margin: 0;
      outline: none;
      border-top: 1px solid rgba(0, 0, 0, 0.1); }
    #ui-id-1 li:first-child div {
      border-top: none; }
    #ui-id-1 li:hover {
      background: #5f8123; }
      #ui-id-1 li:hover div {
        color: #fff;
        background: #5f8123;
        border-top-color: transparent; }
      #ui-id-1 li:hover + li div {
        border-top-color: transparent; }

.added {
  position: fixed;
  top: 5%;
  opacity: 0;
  z-index: -1;
  transition: all .2s linear;
  right: 2%;
  padding: 15px 25px;
  background: linear-gradient(to right, #5a7a21, #88b33c);
  box-shadow: 0 2px 2px 0 rgba(30, 15, 0, 0.2);
  border-radius: 10px; }
  .added_opened {
    z-index: 50;
    opacity: 1; }
  .added__name {
    white-space: nowrap;
    font-size: 16px;
    color: #fff;
    margin: 0; }

@media screen and (max-width: 1400px) {
  .slider-arrow__next {
    right: 5%; }
  .slider-arrow__prev {
    left: 5%; }

  .related__arrow-prev {
    left: 0; }
  .related__arrow-next {
    right: 0; } }
@media screen and (max-width: 1199px) {
  header {
    position: relative; }

  .header__cart {
    padding-top: 0; }

  .header-sticky_active {
    box-shadow: 0 2px 2px 0 rgba(30, 15, 0, 0.2); }

  .cart__content {
    font-size: 0; }
    .favorites__content {
        font-size: 0;
    }
  .menu-icon {
    display: block;
    margin-left: 5px; }

  .menu {
    position: fixed;
    left: 0;
    top: 0;
    width: 350px;
    bottom: 0;
    height: 100vh;
    z-index: 30;
    transform: translateX(-100%);
    backface-visibility: hidden;
    transition: transform .15s linear; }
    .menu__grid {
      flex-direction: column;
      height: 100vh;
      overflow-y: auto; }
    .menu__item {
      width: 100%; }
      .menu__item:not(:last-child) {
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.4); }
      .menu__item:first-child a {
        padding-left: 10px; }
    .menu__link {
      width: 100%;
      padding: 12px 10px; }
    .menu_opened {
      transform: translateX(0); }
      .menu_opened::after {
        content: '';
        position: absolute;
        top: 0;
        left: 100%;
        bottom: 0;
        z-index: 25;
        width: 10000px;
        background: rgba(0, 0, 0, 0.5); }
    .menu_sticky {
      display: none !important; }

  .has-children > a::before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    border: 5px solid transparent;
    border-top-color: #fff;
    right: 10px;
    top: 50%;
    margin-top: -4px; }

  .sub-menu {
    display: none;
    opacity: 1;
    z-index: 1;
    visibility: visible;
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0;
    box-shadow: none; }
    .sub-menu__item {
      padding: 0 10px; }
      .sub-menu__item:first-child a {
        border-top: 1px solid rgba(0, 0, 0, 0.2); }
    .sub-menu__col:first-child .sub-menu__item:first-child a {
      border-top: none; }
    .sub-menu__link {
      font-size: 15px; }

  .info__item {
    font-size: 16px; }

  .touchevents .catalog-item:nth-child(n) {
    box-shadow: none;
    box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1); }
  .touchevents .catalog-item:nth-child(3n) {
    box-shadow: none;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1); }
  .touchevents .catalog-item:last-child {
    box-shadow: none;
    box-shadow: 1px 0 0 rgba(0, 0, 0, 0.1); }
  .touchevents .catalog-item:nth-last-of-type(2) {
    box-shadow: 1px 0 0 rgba(0, 0, 0, 0.1); }

  .no-touchevents .catalog-item:nth-child(n) {
    box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1); }
    .no-touchevents .catalog-item:nth-child(n):hover {
      box-shadow: 0 0 20px 0 rgba(30, 15, 0, 0.2), 0 85px 20px -20px rgba(30, 15, 0, 0.2); }
  .no-touchevents .catalog-item:nth-child(3n) {
    box-shadow: none;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1); }
    .no-touchevents .catalog-item:nth-child(3n):hover {
      box-shadow: 0 0 20px 0 rgba(30, 15, 0, 0.2), 0 85px 20px -20px rgba(30, 15, 0, 0.2); }
  .no-touchevents .catalog-item:last-child {
    box-shadow: none; }
    .no-touchevents .catalog-item:last-child:hover {
      box-shadow: 0 0 20px 0 rgba(30, 15, 0, 0.2), 0 85px 20px -20px rgba(30, 15, 0, 0.2); }
  .no-touchevents .catalog-item:nth-last-of-type(2) {
    box-shadow: none;
    box-shadow: 1px 0 0 rgba(0, 0, 0, 0.1); }
    .no-touchevents .catalog-item:nth-last-of-type(2):hover {
      box-shadow: 0 0 20px 0 rgba(30, 15, 0, 0.2), 0 85px 20px -20px rgba(30, 15, 0, 0.2); }

  .filter {
    flex-direction: column;
    align-items: center; }
    .filter__item:not(:last-child) {
      margin-bottom: 15px;
      margin-right: 0; }
    .filter__item:last-child {
      margin-left: 0;
      margin-top: 20px; }

  .slider-arrow__next {
    right: 5%; }
  .slider-arrow__prev {
    left: 5%; }

  .main-slider__title {
    font-size: 45px;
    padding-right: 50px; }
  .main-slider__content {
    padding-right: 50px; }

  .touchevents .related__slide:nth-child(n) .related__item {
    box-shadow: none; }

  .no-touchevents .related__slide:nth-child(n) .related__item {
    box-shadow: none; }

  .touchevents .related__slide:nth-child(even) .related__item {
    box-shadow: 1px 0 0 rgba(0, 0, 0, 0.1), -1px 0 0 rgba(0, 0, 0, 0.1); }

  .no-touchevents .related__slide:nth-child(even) .related__item {
    box-shadow: 1px 0 0 rgba(0, 0, 0, 0.1), -1px 0 0 rgba(0, 0, 0, 0.1); }

  .mobile-close-btn {
    width: 23px;
    height: 23px;
    position: absolute;
    top: 10px;
    left: calc(100% + 10px);
    z-index: 28;
    cursor: pointer; }
    .mobile-close-btn_opened {
      display: block; }

  .no-touchevents .has-children:hover > a {
    background: transparent;
    color: #fff; } }
@media screen and (max-width: 991px) {
  .city-list__label {
    font-size: 0;
    margin-right: 0; }
  .city-list__name {
    font-size: 15px;
    font-weight: normal;
    line-height: 1.15;
    border-bottom-color: #7f7f7f; }

  .sub-menu__link {
    font-size: 14px; }

  .filter {
    display: none; }

  .title {
    font-size: 30px;
    margin-bottom: 40px; }

  h2 {
    font-size: 25px; }

  .touchevents .catalog-item:nth-child(n) {
    box-shadow: none;
    box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1); }
  .touchevents .catalog-item:nth-child(even) {
    box-shadow: none;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1); }
  .touchevents .catalog-item:last-child {
    box-shadow: none; }
  .touchevents .catalog-item:nth-last-of-type(2) {
    box-shadow: 1px 0 0 rgba(0, 0, 0, 0.1); }

  .no-touchevents .catalog-item:nth-child(n) {
    box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1); }
    .no-touchevents .catalog-item:nth-child(n):hover {
      box-shadow: 0 0 20px 0 rgba(30, 15, 0, 0.2), 0 85px 20px -20px rgba(30, 15, 0, 0.2); }
  .no-touchevents .catalog-item:nth-child(even) {
    box-shadow: none;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1); }
    .no-touchevents .catalog-item:nth-child(even):hover {
      box-shadow: 0 0 20px 0 rgba(30, 15, 0, 0.2), 0 85px 20px -20px rgba(30, 15, 0, 0.2); }
  .no-touchevents .catalog-item:last-child {
    box-shadow: none; }
    .no-touchevents .catalog-item:last-child:hover {
      box-shadow: 0 0 20px 0 rgba(30, 15, 0, 0.2), 0 85px 20px -20px rgba(30, 15, 0, 0.2); }
  .no-touchevents .catalog-item:nth-last-of-type(2) {
    box-shadow: none;
    box-shadow: 1px 0 0 rgba(0, 0, 0, 0.1); }
    .no-touchevents .catalog-item:nth-last-of-type(2):hover {
      box-shadow: 0 0 20px 0 rgba(30, 15, 0, 0.2), 0 85px 20px -20px rgba(30, 15, 0, 0.2); }

  .slider-arrow__next {
    right: 3%; }
  .slider-arrow__prev {
    left: 3%; }

  .main-slider__title {
    font-size: 35px;
    padding-left: 50px; }
  .main-slider__content {
    font-size: 16px;
    padding-left: 50px; }

  .payment-section {
    padding-bottom: 30px; }
    .payment-section__grid > div {
      margin-bottom: 20px; }

  .news-section__name {
    font-size: 18px;
    margin-top: 15px; }
  .news-section__date {
    margin-top: 10px; }
  .news-section__content {
    font-size: 14px; }

  .about-section__grid {
    margin-bottom: 30px; }
    .about-section__grid_styled {
      margin-bottom: 0; }

  .footer__menu-link {
    font-size: 13px; }

  .product__options {
    text-align: center;
    flex-direction: column;
    align-items: center; }
  .product__quick {
    margin: 0; }
  .product__btn {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px; }
  .product__title {
    margin-bottom: 20px;
    font-size: 25px; }
  .product__price {
    margin-bottom: 20px;
    font-size: 22px; }

  .touchevents .related__slide:nth-child(n) .related__item {
    box-shadow: none; }

  .no-touchevents .related__slide:nth-child(n) .related__item {
    box-shadow: none; }

  .touchevents .related__slide:nth-child(odd) .related__item {
    box-shadow: 1px 0 0 rgba(0, 0, 0, 0.1); }

  .no-touchevents .related__slide:nth-child(odd) .related__item {
    box-shadow: 1px 0 0 rgba(0, 0, 0, 0.1); }

  .cart-total__text {
    font-size: 15px; }

  .cart-grid__item {
    padding: 15px 10px; }
  .cart-grid__img img {
    max-width: 100px; }
  .cart-grid__name {
    margin-left: 10px;
    font-size: 15px; }
  .cart-grid__price {
    font-size: 18px;
    margin: 0 30px; }

  .challenge__sub-title {
    font-size: 20px;
    margin-bottom: 25px; }

  .contacts__section:not(:last-child) {
    margin-bottom: 0; }
  .contacts__section:nth-child(n) {
    margin-top: 30px; }
  .contacts__sub-title {
    margin-bottom: 0; }
  .contacts__btn {
    margin-top: 30px; }

  .news-item__options {
    margin-top: 15px; }
  .news-item__content {
    margin-top: 10px; }

  .payment-template__section {
    margin-top: 30px; }
    .payment-template__section .row > div:not(:last-child) {
      margin-bottom: 10px; }
    .payment-template__section:last-child {
      margin-top: 20px; }
  .payment-template__sub-title {
    margin-bottom: 25px; }

  .profile__title {
    padding-top: 30px; }

  .review-item__title {
    font-size: 24px;
    margin-bottom: 0; }

  .reviews__title {
    margin-bottom: 0; }

  .info__section_styled {
    justify-content: center; }
    .info__section_styled p {
      font-size: 0; }
    .info__section_styled a:nth-child(n) {
      margin: 0; }
    .info__section_styled a:not(:last-child) {
      margin-right: 15px; } }
@media screen and (max-width: 767px) {
  .header__top {
    padding-left: 15px;
    padding-right: 15px; }
  .header__bottom {
    padding: 15px 15px; }
  .header__info {
    display: none; }
    .header__info_opened {
      padding-top: 15px;
      display: flex; }

  .lang {
    margin-right: 15px; }
    .lang__current-name {
      font-size: 13px; }

  .currency {
    margin-right: 15px; }
    .currency__current-name {
      font-size: 13px; }

  .city-list__name {
    font-size: 13px; }

  .sub-menu__link {
    font-size: 15px;
    padding: 10px 0; }

  .telephone-number-icon {
    display: block;
    margin-right: 15px;
    margin-left: 10px; }

  .info__section {
    width: 35%; }

  .main {
    padding: 30px 15px;
    padding-top: 15px; }

  .title {
    font-size: 25px;
    margin-bottom: 35px; }

  h2 {
    font-size: 22px; }

  .catalog-item {
    box-shadow: none; }

  .main-slider {
    display: none; }

  .why-section__item {
    padding-bottom: 20px; }

  .section {
    padding: 30px 0; }

  .news-section__item {
    margin-bottom: 30px; }
  .news-section__footer {
    margin-top: 20px; }

  .text p {
    font-size: 14px; }

  .footer__top {
    padding: 30px 15px; }
  .footer__bottom {
    padding: 30px 15px; }
  .footer__info {
    padding: 25px 0; }

  .template {
    padding: 30px 15px;
    padding-top: 15px; }

  .product__info {
    padding-top: 30px; }
  .product__price {
    margin-bottom: 20px; }
  .product__title {
    margin-bottom: 20px; }

  .cart-total {
    padding-top: 20px; }
    .cart-total__text {
      font-size: 14px; }

  .cart-grid__img {
    width: 60px;
    text-align: center; }
    .cart-grid__img img {
      max-width: 60px;
      margin: 0 auto; }
  .cart-grid__item {
    flex-direction: column;
    align-items: center;
    align-items: center;
    position: relative; }
  .cart-grid__remove {
    position: absolute;
    top: 8px;
    right: 8px; }
  .cart-grid__name {
    font-size: 14px;
    margin: 0;
    margin-top: 10px; }
  .cart-grid__price {
    font-size: 16px;
    margin: 0;
    text-align: center; }

  .quantity {
    margin: 10px auto; }
    .quantity__btn {
      width: 30px;
      height: 35px; }
    .quantity__input {
      width: 40px; }

  .delivery-form__top {
    padding: 30px 15px; }
  .delivery-form__section-item {
    margin-right: 0; }
  .delivery-form__section-name {
    margin-bottom: 20px; }
  .delivery-form__middle {
    padding: 30px 0; }
  .delivery-form__bottom {
    padding: 30px 15px; }
    .delivery-form__textarea {
        width: 100%;
        border: 2px solid rgba(0, 0, 0, 0.1);
        border-color: #85af3a;
        border-radius: 10px;
    }

  .form__section:not(:last-child) {
    margin-bottom: 20px; }

  .product-delivery__img {
    max-width: 90px; }
  .product-delivery__name span {
    font-size: 20px;
    margin-bottom: 0; }

  .comments__author-img {
    margin: 0 auto;
    margin-bottom: 10px; }

  .gift-list {
    margin-bottom: 30px; }

  .challenge__header-item {
    text-align: left; }
    .challenge__header-item span {
      margin-left: 0; }

  .challenges__content {
    padding-bottom: 30px; }

  .contacts__sub-title {
    margin-bottom: 0; }

  .template__header {
    margin-bottom: 20px; }

  .news-item {
    padding-top: 0;
    border-bottom: 0; }
    .news-item__name {
      font-size: 18px;
      padding-top: 15px; }
      .news-item__name:hover {
        text-decoration: none;
        border-bottom-color: transparent; }
    .news-item__options {
      margin-top: 10px; }
    .news-item__content {
      margin-top: 15px;
      font-size: 14px; }
    .news-item__footer {
      margin-top: 8px; }

  .payment-template__section {
    margin-top: 20px; }

  .profile__title {
    margin-bottom: 25px; }
  .profile__content {
    flex-direction: column;
    align-items: flex-start; }
  .profile__img {
    margin-right: 0;
    margin-bottom: 25px; }
  .profile__info {
    width: 100%; }

  .review-item__title {
    font-size: 24px;
    margin-bottom: 0; }
  .review-item__cost {
    margin-bottom: 0; }
  .review-item__img {
    margin-bottom: 20px; }

  .reviews__title {
    margin-bottom: 0; }

  .form__row-multi:nth-child(n) {
    margin-bottom: 0; }
  .form__container {
    margin-right: 0;
    margin-bottom: 20px; }
  .form__input_styled {
    padding-left: 30px;
    padding-right: 30px;
    text-align: left; }

  .info__section_styled {
    width: 100%;
    justify-content: center; }
    .info__section_styled a:nth-child(n) {
      margin-left: 0; }
    .info__section_styled a:not(:last-child) {
      margin-right: 15px; } }
@media screen and (max-width: 575px) {
  .info__item {
    font-size: 14px; }
  .info__name {
    margin-bottom: 5px; }
  .info__link {
    font-size: 14px; }
  .info__section {
    width: 50%; }
    .info__section_styled {
      width: 100%; }

  .title {
    font-size: 20px;
    margin-bottom: 30px; }

  h2 {
    font-size: 18px; }

  .city-list__name {
    white-space: nowrap;
    overflow: hidden;
    max-width: 120px;
    text-overflow: ellipsis; }

    .touchevents .catalog-item:nth-child(n) {
        /*box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1); */
        box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
    }
  .touchevents .catalog-item:last-child {
    box-shadow: none; }

  .no-touchevents .catalog-item:nth-child(n) {
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1); }
    .no-touchevents .catalog-item:nth-child(n):hover {
      box-shadow: 0 0 20px 0 rgba(30, 15, 0, 0.2), 0 85px 20px -20px rgba(30, 15, 0, 0.2); }

  .touchevents .related__slide:nth-child(n) .related__item {
    box-shadow: none; }

  .no-touchevents .related__slide:nth-child(n) .related__item {
    box-shadow: none; }

  .review-section__item {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px 25px; }
  .review-section__img {
    margin-right: 0; }
  .review-section__info {
    text-align: center; }
  .review-section__name {
    font-size: 20px; }
  .review-section__arrow {
    display: none; }
  .category-section__arrow {
        display: none;
    }

    .copyright {
        font-size: 11px;
    }

  .logged__name {
    font-size: 0; }
    .logged__name span {
      font-size: 0; }
  .logged__btn {
    margin-left: 0; }

  .sort__title {
    font-size: 0; }

  .template__pagination {
    margin-top: 30px; }

  .thumbs__item {
    width: 50px;
    height: 50px; }
    .thumbs__item img{
        width: 36px;
        height: 36px;
    }
  .share {
    display: none; }

  .product-review__pagination {
    margin-top: 30px; }
  .product-review__options {
    flex-direction: column; }
  .product-review__btn {
    width: 100%;
    margin-top: 12px; }

  .pagination__arrow {
    display: none; }
/*  .pagination__link:nth-last-of-type(2) {
    margin-right: 0; }*/

  .cart-grid__img {
    width: 100%; }
  .cart-grid__quantity {
    margin-right: auto; }
  .cart-grid__item {
    flex-wrap: wrap;
    padding-left: 0;
    padding-right: 0; }
  .cart-grid__price {
    width: 30%; }
  .cart-grid__remove {
    margin-left: auto; }

  .ui-datepicker {
    margin-left: -10px; }

  .delivery-form__checkbox {
    flex-direction: column;
    align-items: flex-start; }
    .delivery-form__checkbox .radio:not(:last-child) {
      margin-right: 0;
      margin-bottom: 10px; }

  .comments__options {
    flex-direction: column;
    margin-top: 10px; }
  .comments__btn {
    width: 100%;
    margin-top: 12px; }

  .challenges__sort a:nth-child(1) {
    margin-left: 0; }

  .contacts__sub-title {
    margin-bottom: 0; }

  .text ul {
    padding-left: 20px; }
    .text ul li {
      padding-left: 10px; }

  .address-list {
    flex-direction: column; }
    .address-list__item {
      width: 100%;
      margin-right: 0; }
      .address-list__item:not(:last-child) {
        margin-bottom: 15px; }

  .profile__section-item {
    flex-direction: column;
    align-items: flex-start; }
  .profile__section-name {
    width: 100%;
    max-width: 100%; }
  .profile__section-content {
    width: 100%;
    max-width: 100%;
    margin-top: 5px; }

  .add-number__form {
    left: -2px;
    top: -25px;
    transform: none; }

  .review-item__title {
    margin-bottom: 0; }
  .review-item__options {
    flex-direction: column;
    align-items: flex-start; }
  .review-item__author {
    margin-left: 0;
    margin: 8px 0; }
  .review-item__date {
    margin-left: 0; }
  .review-item__cost {
    margin-bottom: 0; }

  .template__sub-header {
    flex-direction: column;
    align-items: flex-start; }

  .reviews__title {
    margin-bottom: 10px; }
  .reviews__sort {
    margin-left: 0; }
    .reviews__sort a:first-child {
      margin-left: 0; }

  .modal {
    padding: 25px 0; }
    .modal__grid {
      padding: 0 20px;
      padding-bottom: 20px; }
    .modal__footer {
      padding: 20px; }
    .modal__header {
      flex-direction: column;
      align-items: flex-start; }
      .modal__header button, .modal__header select, .modal__header input, .modal__header textarea {
        margin-left: 0;
        margin-top: 8px; }
    .modal__delivery-name {
      border-bottom-color: transparent; }

  .icon-location {
    font-size: 1; }

  .icon-lock {
    font-size: 0; }

  .logo__img {
    width: 140px;
    height:51px;
    max-width: 140px; }

  .menu {
    width: 80%; } }
@media screen and (max-width: 350px) {
  .info__section_styled {
    flex-direction: column;
    align-items: flex-start; }
    .info__section_styled a:nth-child(n) {
      margin: 0;
      margin-top: 5px; } }
@media screen and (min-width: 1200px) {
  .menu {
    display: block; } }

@media(max-width:1200px){
    .icon--current{
        content: '';
        width: 0;
        height: 0;
        position: absolute;
        border: 10px solid transparent;
        border-top-color: #C2C2C2;
        right: 18px;
        top: 17px;
    }
    .sub-menu__item ul {
        display: none !important;
        position: relative;
        left: 0;
        background: #FFF;
        top: 0;
        border-left: 0;
    }
    .sub-menu__link{
        white-space: initial;
    }
    .sub-menu__item.actived ul{
        display:block !important;
    }
    .sub-menu__item.actived{
        background:#FFF !important;
    }
    .sub-menu__item.actived .icon--current{
        border: 10px solid transparent;	
        border-bottom: 10px solid #C2C2C2;
        top: 12px;		
    }
}


.sub-menu__item.sub-menu__slide.actived > .sub-menu__link {
    color: black;
}

.form__paragraph-error {
    display: none;
    font-size: 13px;
    color: #d7044b;
    text-align: left;
}

.custom-select__link.selected {
    font-weight: bold;
}

.product-review__pagination a.active {
    color: #89b43c;
}

.product-review__pagination p.active {
    color: #89b43c;
}

.modal__delivery-link{
    position: relative;
    overflow: hidden;
}

.modal__delivery-btn{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
}

.-text-pre-line {
    white-space: pre-line;
}

.tag-link {
    background: #dedede;
    padding: 5px 15px;
    border: 1px solid #c5c5c5;
    text-decoration: none;
    display: inline-block;
    margin: 0 5px 5px 0;
    border-radius: 40px;
}

.mi{
    background-image: url(../img/messenger_ico.png);
    background-repeat: no-repeat;
    height: 40px;
    width: 40px; 
    content: " ";
    display: inline-block;
    line-height: 1;
}

.mi.mi-xs{
    background-size: auto 20px;
    height: 20px;
    width: 20px; 
}

.mi.mi-viber{
    background-position: -80px 0;
}
.mi.mi-whatsapp{
    background-position: -40px 0;
}
.mi.mi-fb-messenger{
    background-position: -0px 0;
}
.mi.mi-telegram{
    background-position: -120px 0;
}

.mi.mi-xs.mi-viber{
    background-position: -40px 0;
}
.mi.mi-xs.mi-whatsapp{
    background-position: -20px 0;
}
.mi.mi-xs.mi-fb-messenger{
    background-position: -0px 0;
}
.mi.mi-xs.mi-telegram{
    background-position: -60px 0;
}

.hidden-xs-inline-block {
    display: inline-block !important;
}

@media (max-width: 767px) {
    .hidden-xs-inline-block {
        display: none !important;
    }
}

.visible-xs-inline-block {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

.order_messengers{
    line-height: 20px;
    margin-top: 30px;
}
.order_messengers .om_title{
    display: inline-block;
    margin-right: 10px;
    padding-top: 5px;
}
.order_messengers a{
    vertical-align: top;
    text-decoration: none;
    display: inline-block;
    padding-top: 5px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-right: 5px;
}

.order_messengers a .mi{
    vertical-align: top;
}
.order_messengers a:hover{
    padding-top: 0px;
    padding-bottom: 5px;
}

.getsale {
    text-align: end;
}
    .getsale p {
        background-color: #89b43c;
        width: fit-content;
        font-size: 20px;
        margin-left: auto;
        opacity: 0.8;
    }
        .getsale p:hover {
            border: 5px solid transparent;
            opacity: 1;
        }
.product_text {
    margin-bottom: 15px;
    font-size: 14px;
}
.product_delivery {
    background: rgba(0, 0, 0, 0) url(/Content/img/svg/delivery.svg) no-repeat scroll left top;
    padding-left: 30px;
    background-size: 20px;
}
.product_guarantee {
    background: rgba(0, 0, 0, 0) url(/Content/img/svg/guarantee.svg) no-repeat scroll left top;
    padding-left: 30px;
    background-size: 20px;
}
.product_payment {
    background: rgba(0, 0, 0, 0) url(/Content/img/svg/payment.svg) no-repeat scroll left top;
    padding-left: 30px;
    background-size: 20px;
}
.product_phone {
    background: rgba(0, 0, 0, 0) url(/Content/img/svg/phone.svg) no-repeat scroll left top;
    padding-left: 30px;
    background-size: 20px;
}
.product_photo {
    background: rgba(0, 0, 0, 0) url(/Content/img/svg/photo.svg) no-repeat scroll left top;
    padding-left: 30px;
    background-size: 20px;
}
.order_info {
   
    justify-content: center;
    align-items: center;
    background-image: url("/Content/img/svg/info.svg");
    
}


.product_order_completed {
    background: rgba(0, 0, 0, 0) url(/Content/img/svg/order_completed.svg) no-repeat scroll left top;
    padding-left: 30px;
    background-size: 15px;
}
.benefits {
    font-size: 20px;
    margin-bottom: 30px;
    text-align: center;
    color: #000000;
    font-weight: 600;
    box-sizing: border-box;
}

.category-section__slider {
    padding: 10px;
}
.slider-category-pagination {
    margin-top: 35px;
}
.category-section__arrow-next {
    right: 0;
}

.category-section__arrow-prev {
    left: 0;
}


.btn-outline-success
{
    font: inherit;
  color: inherit;
  background-color: transparent;
    color: #198754;
    border-color: #198754;
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;

}

.productimg {
    width: 100%;
    height:auto;
    aspect-ratio:1/1;
}
.stic {
    position: sticky;
    top: 0px;
    padding: 0 1rem;
    z-index: 2;
}


.favorites-container {
    position: relative;
    width: 30px;
    height: 30px;
    margin-right:20px;
}

    .favorites-container .fa-heart {
        font-size: 30px;
        color: #89b43c;
    }

.favorites-text {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    transform: translate(-50%, -50%);
    font-size: 13px;
    color: #fff;
    font-weight: 600;   
    text-align: center;
    font-style: normal;
    line-height: 1.8;
}
.catalog-item__buttons {
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
    
}

    /*.catalog-item__buttons .button {
        display: flex;
        align-items: center;
        padding: 5px;
        margin: 5px;
        border: none;
        color: #000000;
        background: linear-gradient(to top, #eca717, #efca36);
        text-align: center;
        text-decoration: none;
        font-size: 13px;
        text-transform: uppercase;
        transition-duration: 0.4s;
        cursor: pointer;
        flex:1 1 auto;
    }

.catalog-item__buttons .button:hover {
    background-color: white;
    color: black;
    border: 2px solid #4CAF50;
}

.catalog-item__buttons .button i {
    margin-right: 10px;
}

    .catalog-item__buttons i.fa-shopping-cart {
        font-size: large;
        padding-left: 10px;*/ /* Измените значение на нужное вам */
    /*}*/
.news-item__img.item-img {
    overflow: hidden;
    height: 100%;
    aspect-ratio: 1/1;
}


.catalog-item__buttons .button:first-child {
    padding: 0 10px;
    color: #404040;
    background: #e5e5e5;
}

.catalog-item__buttons .button:first-child {
    margin-right: 10px;
}

.catalog-item__buttons .button:not(button), .button_with-icon:not(button) {
        align-items: center;
        display: -ms-flexbox;
        display: flex;
        justify-content: center;
        -ms-flex-align: center;
        -ms-flex-pack: center;
    }
.catalog-item__buttons .button_with-icon i {
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    font-size: 23px;
    justify-content: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
}

[class*='icon_']:before, [class*='icon_']:after {
    font-family: "fontello" !important;
    display: inline-block;
    font-family: 'icons';
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1em;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon_shopping-cart:before {
    content: '\e803';
}

.catalog-item__buttons a {
 
    text-decoration: none;
}

.button_with-icon {
    padding: 0;
    width: 50px;
}

.button, .button_with-icon {
    background-color: #78b833;
    border: 0;
    border-radius: 4px;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    height: 30px;
    letter-spacing: 1px;
    padding: 0 30px;
    text-transform: uppercase;
    transition: all .3s ease;
}

    .catalog-item__options.item {
        padding-bottom: 10px;
         padding-top: 10px;
    }

.cost__item.sale-item{
    font-size:18px;
}

.catalog-item__cost.cost {
    min-height: 27px;
}

@media only screen and (max-width: 500px) {
    .cost__item.sale-item {
        font-size: 14px;
    }
}



/* Стили для боковой панели */
.sidebar {
    position: fixed;
    top: 0;
    right: 0;
    width:100%; /* Ширина боковой панели */
    height: 100vh; /* Высота боковой панели (100% высоты окна) */
    background-color: #f0f0f0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    overflow-y: auto; /* Добавляем вертикальную прокрутку, если контент не помещается */
    z-index:27;
}

/* Стили для кнопки закрытия */
.closebtn {
    font-size: 40px;
}
.sidebar-header{
    display:flex;
    justify-content:space-between;
    padding:10px;
    align-items:center;
    
}
.sidebar-header_text {
    margin-right: 20px;
}
    

    @media only screen and (min-width: 900px) {
        .sidebar {
            position: fixed;
            top: 0;
            right: 0;
            width: 80%; /* Ширина боковой панели */
            height: 100vh; /* Высота боковой панели (100% высоты окна) */
            background-color: #f0f0f0;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
            overflow-y: auto; /* Добавляем вертикальную прокрутку, если контент не помещается */
            z-index: 27;
        }
    }

#loadMoreButton {
    width: 100%; 
    padding: 10px; 
    text-align: center; 
    font-size: 16px;
    background-color: #78b833; 
    color: #FFFFFF; 
    border: none; 
    cursor: pointer; 
    margin-top:20px;
}

    #loadMoreButton:hover {
        background-color: #538320;
    }


.discount_percentage {
    position: absolute;
    top: 4px;
    left: 4px;
    width: 30px;
    height: 30px;    
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: .7em;
    opacity: .6;
    color: #fff;
    background: #ec4639;
}

.discount_percentage-full {
    position: absolute;
    top: 4px;
    left: 4px;
    margin:auto;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: .9em;
    opacity: .7;
    color: #fff;
    background: #ec4639;
}


.sticker {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 11;
}

.sticker__item.special {
    color: #fff;
    background: #ec4639;
}

.sticker__item {
    position: relative;
    display: flex;
    height: 22px;
    align-items: center;
    float: left;
    clear: both;
    margin: 0 0 5px;
    padding: 0 10px;
    font-size: .8em;
    opacity: .8;
    white-space: nowrap;
    border-radius: 3px;
}

.image-container {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
}

    .image-container .rating {
        position: absolute;
        bottom: 0; /* Прижимает элемент к нижней границе родителя */
        right: 0; /* Прижимает элемент к правой границе родителя */
    }

        .image-container .rating .rating__grid {
            background-color: rgba(125 125 125 / 70%); /* Полупрозрачный красный фон */
            border-radius: 10px; /* Слегка закругленные углы */
            float: right;
            padding: 0 10px;
        }

.circle {
    position: absolute;
    top: 4px; /* Отступ сверху */
    right: 4px; /* Отступ справа */
    width: 30px;
    height: 30px;
    background-color: white; /* Белый круг */
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.circle_div {
    position: absolute;
    top: 0px; /* Отступ сверху */
    right: 0px; /* Отступ справа */
    width: 35%;
    height: 35%;
}


.fa-heart {
    color: gray; /* Серое сердце */
}

    .fa-heart.active {
        color: red; /* Серое сердце */
    }

.catalog-item .catalog-item__name-new {
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    min-height: 28px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: block;
    display: -webkit-box;
    font-size: 12px;
    height: calc(1em* 1.2em* 2);
    line-height: 1.2em;
    line-height: 16px;
    margin: 12px 0 8px;
    min-height: 32px;
    overflow: hidden;
    padding: 0 !important;
    position: relative;
    text-overflow: ellipsis;
}

.rating__grid {
    font-size: small;
}


sticker-item-full {
    height: 22px;
    align-items: center;
    float: left;
    clear: both;
    margin: 0 0 5px;
    padding: 0 10px;
    font-size: .8em;
    opacity: .8;
    white-space: nowrap;
    border-radius: 3px;
 
}

.sticker-item-full.special {
    color: #fff;
    background: #ec4639;
    width: max-content;
}
