/* Fonts */
/* Reset */
html {
  font-family: sans-serif;
  box-sizing: border-box;
}

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

html,
body {
  width: 100%;
  height: 100%;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeSpeed;
}

html,
body,
ol,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
figure {
  margin: 0;
  padding: 0;
}

ul li,
ol li {
  list-style: none;
}

a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
}

a:focus {
  outline: 0;
}

img,
button,
input,
button,
iframe {
  border: 0;
}

button {
  padding: 0;
  cursor: pointer;
  background-color: transparent;
}

a,
input,
select,
button,
textarea {
  outline: none;
  font-family: inherit;
}

input[type=radio] {
  margin: 0;
}

input, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

video {
  display: block;
  width: 100%;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

/* Bootstrap Grid */
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1580px;
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  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%;
  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: 100%;
}

.col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

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

.col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

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

.col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

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

.col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

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

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

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

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

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

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

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

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

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

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

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

@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: 100%;
  }

  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

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

  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

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

  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

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

  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

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

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

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

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

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

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

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

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

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

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

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

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

  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@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: 100%;
  }

  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

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

  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

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

  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

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

  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

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

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

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

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

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

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

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

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

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

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

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

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

  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@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: 100%;
  }

  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

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

  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

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

  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

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

  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

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

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

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

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

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

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

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

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

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

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

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

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

  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@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: 100%;
  }

  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

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

  .offset-xl-2 {
    margin-left: 16.666667%;
  }

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

  .offset-xl-4 {
    margin-left: 33.333333%;
  }

  .offset-xl-5 {
    margin-left: 41.666667%;
  }

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

  .offset-xl-7 {
    margin-left: 58.333333%;
  }

  .offset-xl-8 {
    margin-left: 66.666667%;
  }

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

  .offset-xl-10 {
    margin-left: 83.333333%;
  }

  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.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 !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

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

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

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

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

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

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

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

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

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

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

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

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

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

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

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

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

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

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

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

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

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

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

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

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

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

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

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

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

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

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

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

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

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

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

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

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

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

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

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

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

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

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

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

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

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
/* General */
:root {
  --scrollbar-size: .375rem;
  --scrollbar-minlength: 1.5rem;
  --scrollbar-ff-width: thin;
  --scrollbar-track-color: #ffffff;
  --scrollbar-color: rgba(0,0,0,.2);
  --scrollbar-color-hover: rgba(0,0,0,.3);
  --scrollbar-color-active: rgba(0,0,0,.3);
}

body {
  display: flex;
  flex-direction: column;
  height: 100%;
  font-size: 14px;
  line-height: 23px;
  font-family: "Noto Sans", Helvetica, Arial, sans-serif;
  color: #222933;
  background-color: #f9f9f9;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-x: hidden;
}
body.scroll {
  overflow: hidden;
}

h1, h2, h3, h4, h5, h6 {
  color: #222933;
}

p {
  font-size: 14px;
  line-height: 21px;
}

img {
  font-size: 12px;
  line-height: 14px;
}

section,
.section {
  position: relative;
}

.row.min {
  margin-left: -5px;
  margin-right: -5px;
}

.row.min > div[class^=col-] {
  padding-left: 5px;
  padding-right: 5px;
}

.overflow {
  overflow: hidden !important;
}

.hidden {
  display: none !important;
}

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

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

.text-upper {
  text-transform: uppercase;
  letter-spacing: 1px;
}

.width-full {
  width: 100% !important;
}

.slick-slide {
  outline: none !important;
}

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

.icon {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

a,
button,
input,
select,
textarea,
span,
.icon {
  transition: all 100ms ease;
}

/* link */
.link {
  display: inline-flex;
  align-items: center;
  font-size: 13px;
  color: #2b9fdc;
  text-decoration: underline;
}
.link .icon {
  width: 16px;
  height: 16px;
  margin-right: 10px;
}
.link:hover {
  color: #208bc3;
  text-decoration: none;
}

/* btn */
.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  line-height: 1.1;
  font-weight: bold;
  text-align: center;
  height: 50px;
  padding: 0 20px;
  border-radius: 3px;
}
.btn__primary {
  color: #ffffff;
  background-color: #2b9fdc;
}
.btn__primary:hover {
  background-color: #208bc3;
}
.btn__secondary {
  color: #ffffff;
  background-color: #23b480;
}
.btn__secondary:hover {
  background-color: #1d966b;
}
.btn__white {
  color: #23b480;
  background-color: #ffffff;
}
.btn__white:hover {
  color: #ffffff;
  background-color: #1d966b;
}
.btn__solid {
  color: #222933;
  border: 1px solid #23b480;
}
.btn__solid:hover {
  color: #ffffff;
  background-color: #23b480;
  border-color: transparent;
}
.btn__default {
  color: #222933;
  border: 1px solid #dedede;
}
.btn__default:hover {
  border-color: transparent;
  background-color: #dedede;
}
.btn__stroke {
  color: #ffffff;
  background-color: transparent;
  border: 2px solid #ffffff;
}
.btn__stroke:hover {
  color: #23b480;
  background-color: #ffffff;
}
.btn__min {
  font-size: 13px;
  height: 40px;
}
.btn-green {
  color: #ffffff;
  background-color: #23b480;
}
.btn-green:hover {
  background-color: #1d966b;
}
.btn-line {
  color: #23b480;
  background-color: #ffffff;
  border: 1px solid #dedede;
}
.btn-line:hover {
  color: #23b480;
  border-color: #23b480;
}
.btn-line-blue {
  color: #2b9fdc;
  background-color: transparent;
  border: 2px solid #2b9fdc;
}
.btn-line-blue:hover {
  color: #ffffff;
  background-color: #2b9fdc;
}
.btn-bottom-line {
  font-weight: 400;
  font-size: 12px;
  color: #2b9fdc;
  text-decoration: underline;
}
.btn-bottom-line:hover {
  color: #208bc3;
  text-decoration: none;
}
.btn-primary {
  font-weight: normal;
  font-size: 16px;
  line-height: 27px;
  color: #222933;
  background: rgba(43, 159, 220, 0.19);
  border-radius: 4px;
}
.btn-primary:hover {
  background: rgba(43, 159, 220, 0.4);
}

/* label */
.label {
  display: block;
}
.label__error {
  display: block;
  font-size: 12px;
  line-height: 13px;
  color: #f00;
  text-align: left;
  padding: 5px 0;
}
.label__radio {
  display: block;
  font-size: 13px;
  line-height: 19px;
  color: #222933;
  padding-left: 25px;
  padding-right: 5px;
  position: relative;
}
.label__radio:before, .label__radio:after {
  content: "";
  display: block;
  position: absolute;
}
.label__radio:before {
  top: 0;
  left: 2px;
  width: 17px;
  height: 17px;
  border: 1px solid #dedede;
  border-radius: 50%;
  background-color: #ffffff;
}
.label__radio:after {
  top: 4px;
  left: 6px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #ffffff;
  opacity: 0;
  transition: opacity 100ms ease;
}
.label__checkbox {
  display: block;
  font-size: 13px;
  line-height: 19px;
  color: #222933;
  padding-left: 24px;
  padding-right: 5px;
  position: relative;
}
.label__checkbox:before, .label__checkbox:after {
  content: "";
  display: block;
  position: absolute;
}
.label__checkbox:before {
  top: 1px;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #222933;
  border-radius: 3px;
  background-color: #ffffff;
}
.label__checkbox:after {
  top: 3px;
  left: 5px;
  width: 6px;
  height: 10px;
  border: 2px solid #ffffff;
  border-top: none;
  border-left: none;
  opacity: 0;
  transform: rotate(45deg);
  transition: opacity 100ms ease;
}
.label__checkbox span {
  display: inline-block;
  padding-left: 5px;
  color: #c2c4c7;
}

/* input */
.input {
  display: inline-block;
  font-size: 13px;
  color: #222933;
  padding: 0 13px;
  width: 100%;
  height: 38px;
  border: 1px solid #dfdfdf;
  background-color: #ffffff;
  border-radius: 3px;
  text-overflow: ellipsis;
}
.input::-webkit-input-placeholder {
  color: #c2c4c7;
  opacity: 1;
}
.input::-moz-placeholder {
  color: #c2c4c7;
  opacity: 1;
}
.input:-moz-placeholder {
  color: #c2c4c7;
  opacity: 1;
}
.input::-ms-input-placeholder {
  color: #c2c4c7;
  opacity: 1;
}
.input:-ms-input-placeholder {
  color: #c2c4c7;
  opacity: 1;
}
.input:focus, .input:active {
  border-color: #2b9fdc;
}
.input:invalid {
  box-shadow: none;
}
.input:-moz-submit-invalid {
  box-shadow: none;
}
.input:-moz-ui-invalid {
  box-shadow: none;
}
.input__min {
  font-size: 13px;
  line-height: 19px;
  height: 38px;
}
.input__counter {
  padding: 0 10px;
  background-color: #f9f9f9;
  border-color: #f9f9f9;
}
.input__radio, .input__checkbox {
  display: none;
  position: absolute;
  width: 1px;
  height: 1px;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
}
.input__radio:checked + .label__radio:before, .input__checkbox:checked + .label__radio:before {
  border-color: #208bc3;
  background-color: transparent;
}
.input__radio:checked + .label__radio:after, .input__checkbox:checked + .label__radio:after {
  opacity: 1;
  background: #208bc3;
}
.input__radio:checked + .label__checkbox:before, .input__checkbox:checked + .label__checkbox:before {
  border-color: transparent;
  background-color: #23b480;
}
.input__radio:checked + .label__checkbox:after, .input__checkbox:checked + .label__checkbox:after {
  opacity: 1;
}
.input__radio:disabled + .label__radio, .input__checkbox:disabled + .label__radio {
  color: #c2c4c7;
}
.input__radio:disabled + .label__checkbox, .input__checkbox:disabled + .label__checkbox {
  color: #c2c4c7;
}
.input__radio:disabled + .label__radio:before, .input__checkbox:disabled + .label__radio:before {
  background-color: #dfdfdf;
  border-color: #dfdfdf;
}
.input__radio:disabled + .label__checkbox:before, .input__checkbox:disabled + .label__checkbox:before {
  background-color: #dfdfdf;
  border-color: #dfdfdf;
}
.input__textarea {
  display: block;
  width: 100%;
  outline: none;
  resize: vertical;
  padding: 8px 12px;
  line-height: 1.3;
  height: 90px;
  min-height: 140px;
  max-height: 180px;
}

/* select */
.select {
  display: inline-block;
  font-size: 14px;
  color: #222933;
  padding: 0 12px;
  width: 100%;
  height: 38px;
  border: 1px solid #dfdfdf;
  background-color: #ffffff;
  border-radius: 2px;
  text-overflow: ellipsis;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-size: 8px;
  background-position: center right 10px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 5 4'%3E%3Cpath d='M2.5 3.9L.3.1h4.4z'/%3E%3C/svg%3E");
}
.select::-ms-expand {
  display: none;
}
.select__min {
  height: 35px;
  font-size: 13px;
  line-height: 19px;
}
.select[disabled] {
  color: #c2c4c7;
  background-color: #f9f9f9;
}

/* qty */
.qty {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 38px;
  border: 1px solid #dfdfdf;
  border-radius: 3px;
}
.qty__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 38px;
  min-width: 38px;
  height: 36px;
  font-size: 14px;
  line-height: 1;
  color: #222933;
  background-color: transparent;
}
.qty__btn--minus {
  border-right: 1px solid #dfdfdf;
}
.qty__btn--plus {
  border-left: 1px solid #dfdfdf;
}
.qty__btn:hover {
  background-color: #f9f9f9;
}
.qty__input {
  width: 100%;
  max-width: 60px;
  text-align: center;
  height: 36px;
  font-size: 14px;
  line-height: 1;
  color: #222933;
}

/* tabs */
.tabs__control {
  margin-bottom: 30px;
}
.tabs__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 14px;
  color: #222933;
  height: 40px;
  border-radius: 3px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 0 20px;
  width: 100%;
}
.tabs__btn:hover {
  color: #2b9fdc;
}
.tabs__btn.is-active {
  color: #ffffff;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #2b9fdc 20%, #2b9fdc 80%, rgba(255, 255, 255, 0) 100%);
}
.tabs__item {
  display: none;
}
.tabs__item.is-show {
  display: block;
}

/* slider */
.slider__container {
  position: relative;
}
.slider__product .swiper-slide {
  padding-bottom: 30px;
}
.slider__product .product__item {
  margin-bottom: 0;
}
.slider__product .product__item--chars {
  display: none !important;
}
.slider__tabs {
  position: relative;
}
.slider__tabs .tabs__control {
  flex-wrap: nowrap;
  width: 100%;
  overflow: auto;
  position: relative;
}
.slider__tabs .tabs__btn {
  margin-right: 30px;
  white-space: nowrap;
}

/* scroll */
.scroll {
  scrollbar-width: var(--scrollbar-ff-width);
}
.scroll::-webkit-scrollbar {
  height: var(--scrollbar-size);
  width: var(--scrollbar-size);
}
.scroll::-webkit-scrollbar-track {
  background-color: var(--scrollbar-track-color);
}
.scroll::-webkit-scrollbar-thumb {
  background-color: var(--scrollbar-color);
  border-radius: 2px;
}
.scroll::-webkit-scrollbar-thumb:hover {
  background-color: var(--scrollbar-color-hover);
}
.scroll::-webkit-scrollbar-thumb:active {
  background-color: var(--scrollbar-color-active);
}
.scroll::-webkit-scrollbar-thumb:vertical {
  min-height: var(--scrollbar-minlength);
}
.scroll::-webkit-scrollbar-thumb:horizontal {
  min-width: var(--scrollbar-minlength);
}
.scroll__top {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  right: 5px;
  bottom: 5px;
  width: 40px;
  height: 40px;
  opacity: 0;
  visibility: hidden;
  margin-top: -20px;
  background-color: #2b9fdc;
  border: 1px solid #ffffff;
  border-radius: 3px;
  color: #ffffff;
  outline: none;
  transition: all 100ms ease;
  z-index: 50;
}
.scroll__top .icon {
  width: 14px;
  height: 14px;
}
.scroll__top.is-show {
  opacity: 1;
  visibility: visible;
}
.scroll__top.is-show:hover {
  opacity: 1;
  background-color: #208bc3;
}

/* viberup */
.viberup {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  right: 5px;
  bottom: 60px;
  width: 40px;
  height: 40px;
  background-color: #59267c;
  color: #ffffff;
  outline: none;
  border-radius: 50%;
  transition: all 100ms ease;
  z-index: 50;
}
.viberup .icon {
  width: 24px;
  height: 24px;
}

.modal-group {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.modal-group .label__radio {
  width: 50%;
  display: inline-block;
  margin-bottom: 10px;
}

.header-search__list {
  text-align: left;
  position: absolute;
  z-index: 9;
  top: 100%;
  width: 100%;
  background: #ffffff;
  border: 1px solid #dedede;
  border-radius: 3px;
  border-top: 0;
  box-shadow: 0 30px 27px rgba(0, 0, 0, 0.1);
  margin-top: 3px;
  max-height: 400px;
  overflow-y: auto;
  display: none;
}
.header-search__list.is-show {
  display: block;
}
.header-search__link {
  display: flex;
  width: 100%;
  padding: 10px;
  text-align: left;
  color: #222933;
}
.header-search__link:hover {
  color: #2b9fdc;
}
.header-search__img {
  width: 46px;
  min-width: 46px;
  height: 46px;
}
.header-search__info {
  display: block;
  width: 100%;
  padding-left: 12px;
}
.header-search__price-old {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
  color: #c2c4c7;
  margin-right: 5px;
}
.header-search__price-new {
  font-weight: bold;
  font-size: 14px;
  line-height: 21px;
  color: #E10014;
}
.header-search__price-current {
  font-weight: bold;
  font-size: 14px;
  line-height: 21px;
  color: #222933;
}
.header-search__title {
  display: block;
  font-size: 12px;
  line-height: 16px;
  color: inherit;
}
.header-search__empty {
  display: block;
  padding: 5px 10px;
  color: #c2c4c7;
  font-style: italic;
}

.social-login {
  display: flex;
  align-items: center;
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid #E5E5E5;
}
.social-login span {
  font-size: 13px;
  line-height: 17px;
  margin-right: auto;
}
.social-login__btn {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin-left: 20px;
}
.social-login__btn img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.overflowbg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 15;
}
.overflowbg.is-show {
  display: block;
}

.language__list {
  display: flex;
  align-items: center;
}
.language__item {
  font-size: 13px;
  line-height: 19px;
  color: #c2c4c7;
  text-transform: uppercase;
}
.language__item span {
  padding: 5px;
  background-color: #f9f9f9;
  pointer-events: none;
}
.language__link {
  font-size: 13px;
  line-height: 19px;
  color: #2b9fdc;
  text-transform: uppercase;
  padding: 5px;
  background-color: #ffffff;
}
.language__link:hover {
  color: #ffffff;
  background-color: #2b9fdc;
}

.worktime {
  display: flex;
  align-items: center;
  position: relative;
  padding-bottom: 20px;
}
.worktime__label {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 25px;
  height: 25px;
  background-color: transparent;
  font-size: 13px;
  color: #222933;
  line-height: 25px;
  border-radius: 3px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}
.worktime__label:hover {
  color: #2b9fdc;
  background-color: #f9f9f9;
}
.worktime__label:before {
  content: attr(data-label);
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #333333;
  font-size: 10px;
  line-height: 16px;
  text-align: left;
  padding-left: 3px;
  cursor: default;
  pointer-events: none;
}
.worktime__label.is-active {
  color: #ffffff;
  background-color: #2b9fdc;
}
.worktime__label.is-active:before {
  display: block;
}

.rating__info {
  height: 15px;
  width: 76px;
  overflow: hidden;
  position: relative;
  text-shadow: 0 1px 0 #a2a2a2;
}
.rating__list {
  width: 76px;
  height: 15px;
  background-repeat: repeat-x;
  background-position: left center;
  background-size: 15px;
}
.rating__list-top {
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 49.94 49.94' fill='%23f4b628'%3E%3Cpath d='M48.86 22.73a3.56 3.56 0 0 0 .9-3.67 3.56 3.56 0 0 0-2.89-2.44l-12.1-1.76c-.5-.07-.95-.4-1.18-.86l-5.4-10.96c-.62-1.23-1.85-2-3.22-2s-2.6.77-3.21 2L16.36 14c-.24.47-.68.79-1.2.86l-12.1 1.76a3.56 3.56 0 0 0-2.88 2.44 3.56 3.56 0 0 0 .9 3.67l8.75 8.53c.38.36.55.89.46 1.4L8.22 44.7A3.5 3.5 0 0 0 9 47.6a3.62 3.62 0 0 0 4.42.88l10.81-5.69a1.62 1.62 0 0 1 1.48 0l10.81 5.69a3.54 3.54 0 0 0 4.41-.87 3.5 3.5 0 0 0 .79-2.9l-2.07-12.05c-.09-.51.08-1.04.46-1.4l8.75-8.53z'/%3E%3C/svg%3E");
}
.rating__list-bottom {
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 49.94 49.94' fill='%23e3e3e3'%3E%3Cpath d='M48.86 22.73a3.56 3.56 0 0 0 .9-3.67 3.56 3.56 0 0 0-2.89-2.44l-12.1-1.76c-.5-.07-.95-.4-1.18-.86l-5.4-10.96c-.62-1.23-1.85-2-3.22-2s-2.6.77-3.21 2L16.36 14c-.24.47-.68.79-1.2.86l-12.1 1.76a3.56 3.56 0 0 0-2.88 2.44 3.56 3.56 0 0 0 .9 3.67l8.75 8.53c.38.36.55.89.46 1.4L8.22 44.7A3.5 3.5 0 0 0 9 47.6a3.62 3.62 0 0 0 4.42.88l10.81-5.69a1.62 1.62 0 0 1 1.48 0l10.81 5.69a3.54 3.54 0 0 0 4.41-.87 3.5 3.5 0 0 0 .79-2.9l-2.07-12.05c-.09-.51.08-1.04.46-1.4l8.75-8.53z'/%3E%3C/svg%3E");
}
.rating__item {
  display: block;
  width: 16px;
  min-width: 16px;
  height: 15px;
  background-repeat: no-repeat;
  background-position: center center;
}

.rating__wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 5px;
  margin-bottom: 15px;
}
.rating__title {
  font-size: 14px;
  line-height: 21px;
  padding: 0;
  margin-right: 10px;
  color: #212121;
}
.rating__input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
.rating__label {
  display: block;
  width: 18px;
  height: 18px;
  float: right;
  padding-right: 3px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 49.94 49.94' fill='%23e3e3e3'%3E%3Cpath d='M48.86 22.73a3.56 3.56 0 0 0 .9-3.67 3.56 3.56 0 0 0-2.89-2.44l-12.1-1.76c-.5-.07-.95-.4-1.18-.86l-5.4-10.96c-.62-1.23-1.85-2-3.22-2s-2.6.77-3.21 2L16.36 14c-.24.47-.68.79-1.2.86l-12.1 1.76a3.56 3.56 0 0 0-2.88 2.44 3.56 3.56 0 0 0 .9 3.67l8.75 8.53c.38.36.55.89.46 1.4L8.22 44.7A3.5 3.5 0 0 0 9 47.6a3.62 3.62 0 0 0 4.42.88l10.81-5.69a1.62 1.62 0 0 1 1.48 0l10.81 5.69a3.54 3.54 0 0 0 4.41-.87 3.5 3.5 0 0 0 .79-2.9l-2.07-12.05c-.09-.51.08-1.04.46-1.4l8.75-8.53z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left center;
  position: relative;
  box-sizing: content-box;
}

.rating > .rating__input:checked ~ .rating__label,
.rating:not(:checked) > .rating__label:hover,
.rating:not(:checked) > .rating__label:hover ~ .rating__label {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 49.94 49.94' fill='%23f4b628'%3E%3Cpath d='M48.86 22.73a3.56 3.56 0 0 0 .9-3.67 3.56 3.56 0 0 0-2.89-2.44l-12.1-1.76c-.5-.07-.95-.4-1.18-.86l-5.4-10.96c-.62-1.23-1.85-2-3.22-2s-2.6.77-3.21 2L16.36 14c-.24.47-.68.79-1.2.86l-12.1 1.76a3.56 3.56 0 0 0-2.88 2.44 3.56 3.56 0 0 0 .9 3.67l8.75 8.53c.38.36.55.89.46 1.4L8.22 44.7A3.5 3.5 0 0 0 9 47.6a3.62 3.62 0 0 0 4.42.88l10.81-5.69a1.62 1.62 0 0 1 1.48 0l10.81 5.69a3.54 3.54 0 0 0 4.41-.87 3.5 3.5 0 0 0 .79-2.9l-2.07-12.05c-.09-.51.08-1.04.46-1.4l8.75-8.53z'/%3E%3C/svg%3E");
}

.rating > .rating__input:checked + .rating__label:hover,
.rating > .rating__input:checked ~ .rating__label:hover,
.rating > .rating__label:hover ~ .rating__input:checked ~ .rating__label,
.rating > .rating__input:checked ~ .rating__label:hover ~ .rating__label {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 49.94 49.94' fill='%23fece27'%3E%3Cpath d='M48.86 22.73a3.56 3.56 0 0 0 .9-3.67 3.56 3.56 0 0 0-2.89-2.44l-12.1-1.76c-.5-.07-.95-.4-1.18-.86l-5.4-10.96c-.62-1.23-1.85-2-3.22-2s-2.6.77-3.21 2L16.36 14c-.24.47-.68.79-1.2.86l-12.1 1.76a3.56 3.56 0 0 0-2.88 2.44 3.56 3.56 0 0 0 .9 3.67l8.75 8.53c.38.36.55.89.46 1.4L8.22 44.7A3.5 3.5 0 0 0 9 47.6a3.62 3.62 0 0 0 4.42.88l10.81-5.69a1.62 1.62 0 0 1 1.48 0l10.81 5.69a3.54 3.54 0 0 0 4.41-.87 3.5 3.5 0 0 0 .79-2.9l-2.07-12.05c-.09-.51.08-1.04.46-1.4l8.75-8.53z'/%3E%3C/svg%3E");
}

/* Main Styles */
/* main */
/* promo */
.promo {
  background-color: #ffffff;
  width: 100%;
}
.promo__link {
  display: block;
  width: 100%;
}
.promo__picture {
  display: block;
  width: 100%;
}
.promo__image {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

/* sale */
.sale {
  background-color: #ffffff;
}
.sale .tabs__content {
  padding-top: 30px;
  border-top: 1px solid #e8e8e8;
}

/* partners */
.partners {
  background-color: #f9f9f9;
}

.consult {
  color: #ffffff;
  background-color: #2b9fdc;
}

.cart-empty {
  padding: 40px 0;
  text-align: center;
}
.cart-empty__picture {
  display: block;
  width: 90px;
  height: 90px;
  margin: 0 auto;
  color: #c2c4c7;
}
.cart-empty__picture .icon {
  display: block;
  width: 100%;
  height: 100%;
}
.cart-empty__title {
  display: block;
  padding-top: 20px;
  font-size: 24px;
  line-height: 28px;
  color: #222933;
}
.cart-empty__subtitle {
  font-size: 14px;
  line-height: 21px;
  color: #585E67;
  padding-top: 5px;
}

.cookies {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px 10px;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 999;
}
.cookies__text {
  display: block;
  font-size: 13px;
  line-height: 21px;
  color: #ffffff;
  margin-bottom: 15px;
}
.cookies__text a {
  display: inline-block;
  font-size: 13px;
  line-height: 21px;
  color: #2b9fdc;
  text-decoration: underline;
  padding: 0 5px;
}
.cookies__text a:hover {
  text-decoration: none;
}
.cookies .btn {
  width: 100%;
}

/* faq */
.faq {
  margin-bottom: 30px;
}
.faq details {
  display: block;
  margin-bottom: 10px;
}
.faq details summary {
  display: block;
  outline: none;
  list-style: none;
  background-color: #23b480;
  padding: 15px 40px 15px 20px;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' xml:space='preserve' fill='%23ffffff'%3E%3Cpath d='M11.6 8.4V.5H8.4v7.9H.5v3.2h7.9v7.9h3.2v-7.9h7.9V8.4h-7.9z'/%3E%3C/svg%3E");
  background-position: center right 20px;
  background-size: 15px;
  background-repeat: no-repeat;
}
.faq details summary::-webkit-details-marker {
  display: none;
}
.faq details summary p {
  font-size: 16px;
  line-height: 1.5;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 0;
}
.faq details > div {
  padding: 20px 20px 0;
  margin-bottom: 30px;
}
.faq details[open] summary {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' xml:space='preserve' fill='%23ffffff'%3E%3Cpath d='M.5 8.4h19v3.2H.5V8.4z'/%3E%3C/svg%3E");
}

.product {
  padding-bottom: 40px;
}
.product-reviews span {
  font-size: 12px;
  line-height: 16px;
}
.product-reviews__numb {
  color: #585E67;
  margin-right: 4px;
}
.product-reviews__title {
  color: #c2c4c7;
}
.product-article span {
  display: block;
  text-align: center;
  font-size: 13px;
  line-height: 18px;
  padding: 3px 6px;
  color: #ffffff;
  background-color: #f5a04b;
  border-radius: 3px;
}
.product-rating {
  margin-right: 15px;
}
.product-slider {
  position: relative;
}
.product-slider__for {
  margin-bottom: 20px;
}
.product-slider__for .slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-slider__nav .slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 10;
}
.product-slider__nav .slick-arrow .icon {
  fill: #2b9fdc;
}
.product-slider__nav img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.product-slider__nav .slick-prev {
  left: 0;
}
.product-slider__nav .slick-next {
  right: 0;
}
.product-slider__nav .slick-list {
  max-width: calc(100% - 50px);
  margin: 0 auto;
}
.product-slider__nav .slide {
  padding: 0 5px;
  text-align: center;
}
.product-slider__nav .slide img {
  display: inline-block;
  border: 1px solid transparent;
}
.product-slider__nav .slide.slick-current img {
  border-radius: 2px;
  border-color: #dedede;
}
.product-buy {
  padding: 15px;
  background: #ffffff;
  position: relative;
  border: 1px solid #dedede;
}
.product-bonus {
  background: #ffffff;
  display: flex;
  padding: 30px 20px;
  position: relative;
}
.product-bonus__title {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 143px;
  z-index: 2;
}
.product-bonus__title span {
  font-weight: bold;
  font-size: 14px;
  line-height: 21px;
  color: #222933;
  width: 186px;
  position: absolute;
  top: 0;
  left: 67px;
}
.product-bonus__title .icon-bg {
  position: relative;
  left: 0;
  width: 57px;
  height: 57px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #f5a04b;
}
.product-bonus__title .icon {
  fill: #ffffff;
  width: 28px;
  height: 28px;
}
.product-bonus__item {
  display: flex;
  align-items: center;
  width: 40%;
  position: relative;
}
.product-bonus__sum {
  width: 20%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.product-bonus .bonus-item:after {
  position: relative;
  display: block;
  content: "+";
  font-size: 100px;
  line-height: 1;
  padding: 10px;
  color: #333333;
}
.product-bonus .bonus-item-bonus {
  margin-right: 24px;
}
.product-bonus .bonus-item-bonus:after {
  content: "=";
  display: block;
  position: relative;
  font-size: 100px;
  line-height: 1;
  padding: 10px;
  color: #333333;
}
.product-bonus__media {
  margin-right: 20px;
}
.product-bonus__media img {
  max-width: 200px;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.product-bonus__text-title {
  font-size: 16px;
  line-height: 27px;
  color: #585E67;
  margin-bottom: 10px;
}
.product-bonus__text-link {
  min-height: 48px;
  margin-bottom: 10px;
}
.product-bonus__text-link a {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  color: #208bc3;
}
.product-bonus__text-price {
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  color: #222933;
}
.product-bonus__price-old {
  font-size: 16px;
  line-height: 27px;
  display: flex;
  align-items: center;
}
.product-bonus__price-old span:first-of-type {
  text-decoration: line-through;
  color: #c2c4c7;
  margin-right: 5px;
}
.product-bonus__price-old span:last-of-type {
  text-decoration: none;
  color: #222933;
}
.product-bonus__price-curent {
  color: #222933;
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 20px;
}
.product-bonus .btn-green {
  min-width: 160px;
}
.product-bottom {
  background-color: #ffffff;
  padding: 25px;
}
.product-tabs__list {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.product-tabs__list a {
  display: inline-block;
  font-size: 16px;
  line-height: 27px;
  color: #222933;
  padding: 5px 15px;
  border-bottom: 2px solid transparent;
}
.product-tabs__list a.active {
  color: #2b9fdc;
  border-color: #2b9fdc;
}
.product-tabs__container {
  background: #ffffff;
  padding: 30px;
  display: flex;
}
.product-tabs__title {
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  color: #222933;
  margin-bottom: 30px;
  width: 100%;
  display: block;
}
.product-tabs__item-wrap {
  display: flex;
  flex-wrap: wrap;
}
.product-tabs__form {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #e8e8e8;
}
.product-tabs__form-title {
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
  color: #000000;
  text-align: center;
  margin-bottom: 30px;
}
.product-tabs__form-subtitle {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  color: #222933;
  margin-bottom: 15px;
}
.product-tabs__form-item {
  background: #f9f9f9;
  padding: 15px;
  text-align: center;
}
.product-tabs__form-item .label {
  margin-bottom: 10px;
}
.product-review__done {
  padding: 20px 10px;
  background-color: #f9f9f9;
  margin: 20px 0;
  text-align: center;
}
.product-review__done-picture {
  width: 60px;
  height: 60px;
  color: #c2c4c7;
  margin: 0 auto;
}
.product-review__done-picture .icon {
  width: 60px;
  height: 60px;
}
.product-review__done-title {
  display: block;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  color: #222933;
  padding-top: 10px;
}
.product-review__item {
  padding: 20px 15px;
  margin-bottom: 20px;
  border: 1px solid #dfdfdf;
}
.product-review__top {
  margin-bottom: 7px;
}
.product-review__info {
  display: flex;
  justify-content: space-between;
}
.product-review__author {
  display: block;
  font-size: 16px;
  line-height: 21px;
  color: #222933;
  font-weight: bold;
}
.product-review__date {
  display: block;
  font-size: 13px;
  color: #c2c4c7;
}
.product-review__rating {
  padding: 12px 0 10px;
}
.product-review__description {
  display: block;
  font-size: 14px;
  line-height: 23px;
}
.product-review__answer {
  margin-top: 20px;
  padding-top: 20px;
  padding-left: 40px;
  border-top: 1px solid #f2f2f2;
  position: relative;
}
.product-review__answer .icon {
  display: block;
  position: absolute;
  top: 22px;
  left: 5px;
  width: 15px;
  height: 15px;
  fill: #2b9fdc;
}

.tabs-item {
  visibility: hidden;
  position: absolute;
  width: calc(100% - 475px);
  left: -9999px;
  top: -9999px;
  margin-top: 50px;
  opacity: 0;
  transition: margin-top 0.7s ease, opacity 0.4s ease;
}
.tabs-item.active {
  visibility: visible;
  position: relative;
  left: 0;
  top: 0;
  margin-top: 0;
  opacity: 1;
}

.contact {
  padding: 0 0 40px;
}
.contact-item {
  padding: 15px;
  background: #ffffff;
  margin: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
  align-items: flex-start;
}
.contact-item__title {
  font-size: 16px;
  line-height: 27px;
  font-weight: 400;
  color: #222933;
  width: 100%;
  margin-bottom: 9px;
}
.contact-dropdown {
  position: relative;
  width: 100%;
}
.contact-dropdown__title {
  background: #ffffff;
  border: 1px solid #dfdfdf;
  border-radius: 4px;
  padding: 12px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 44px;
}
.contact-dropdown__title .icon {
  transition: all ease 200ms;
  transform: rotate(180deg);
}
.contact-dropdown__title.is-open .icon {
  transform: rotate(0deg);
}
.contact-dropdown__list {
  position: absolute;
  left: 0;
  top: 20px;
  width: 100%;
  opacity: 0;
  z-index: -1;
  visibility: hidden;
  padding: 12px 18px;
  background: #ffffff;
  box-shadow: 0 10px 27px rgba(0, 0, 0, 0.1);
  transition: all ease 300ms;
}
.contact-dropdown__list a {
  cursor: pointer;
  font-size: 16px;
  line-height: 27px;
  font-weight: 400;
  color: #222933;
  display: inline-block;
  width: 100%;
}
.contact-dropdown__list a:hover {
  color: #2b9fdc;
}
.contact-dropdown__list.is-open {
  top: 50px;
  opacity: 1;
  z-index: 2;
  visibility: visible;
}
.contact-item__address {
  padding: 10px 15px;
  font-size: 16px;
  line-height: 27px;
  font-weight: 400;
  color: #222933;
  width: 100%;
}
.contact-time__list-item li {
  font-size: 14px;
  line-height: 21px;
}
.contact-time__list-item span {
  display: inline-block;
}
.contact-time__list-item span:first-of-type {
  color: #222933;
  text-align: right;
  width: 50px;
  margin-right: 24px;
}
.contact-time__list-item span:last-of-type {
  color: #585E67;
}
.contact .contact-media .icon {
  width: 18px;
  height: 18px;
  fill: #2b9fdc;
}
.contact-time__list {
  padding-left: 20px;
}
.contact-phone__list {
  width: calc(50% - 30px);
  padding-left: 20px;
}
.contact-phone__list a {
  font-size: 14px;
  line-height: 21px;
  color: #585E67;
}
.contact-email__list {
  width: calc(50% - 30px);
  padding-left: 20px;
  display: inline-block;
  vertical-align: top;
}
.contact-email__list li {
  font-size: 14px;
  line-height: 21px;
  color: #585E67;
}
.contact-email__list a {
  font-size: 14px;
  line-height: 21px;
  color: #222933;
}
.contact-item__contacts {
  min-width: 500px;
}
.contact-social__list {
  display: flex;
  margin: 0 0 0 auto;
  width: calc(50% - 10px);
}
.contact-social__list-item {
  margin: 0 10px;
}
.contact-social__list-item .icon {
  fill: #585E67;
}
.contact-social__list-item .icon:hover {
  fill: #208bc3;
}
.contact-map {
  margin-bottom: 30px;
}
.contact-map__item {
  display: none;
}
.contact-map__item.is-active {
  display: block;
}
.contact-map__block {
  background-color: #ffffff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
  margin-bottom: 20px;
  position: relative;
}
.contact-map__map {
  height: 0;
  overflow: hidden;
  background-color: #e5e3df;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 80px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 448' fill='%23d1cfc9'%3E%3Cpath d='M440 68H224a8 8 0 0 0 0 16h208v320H16V84h49.81A71.95 71.95 0 0 0 64 100c0 67.3 64.97 109.03 67.73 110.77a8 8 0 0 0 8.54 0c2.53-1.6 57.5-36.9 66.49-94.77h111.6c-3.43 16.57-20.38 31.86-36.84 46.7-23.21 20.92-49.52 44.64-36.92 75.34 6.07 14.78 17.7 18.62 28.94 22.32 10.62 3.5 22.66 7.47 35.66 21.15 13.2 13.9 29.85 21.22 47.76 21.22 3.74 0 7.53-.32 11.36-.97a74.3 74.3 0 0 0 31.68-13.5v31.94a97.8 97.8 0 0 1-29.22 9.87c-22.98 3.75-42.92-2.26-59.26-17.86-23.03-22-45.38-23.95-66.98-25.83-21.52-1.89-43.77-3.83-70.49-25.58-47.09-38.34-73.77-41.93-126.05-43.62V108a8 8 0 0 0-16 0v272a8 8 0 0 0 8 8h368a8 8 0 0 0 8-8V172a8 8 0 0 0-16 0v93.1c-5.74 10.45-21.62 18.74-34.34 20.89-11.85 2-29.25.93-44.86-15.5-15.77-16.6-31.07-21.64-42.25-25.32-11.01-3.63-16-5.56-19.15-13.2-7.76-18.93 7.23-34.3 32.84-57.4 19.37-17.46 39.34-35.48 42.36-58.57h9.4a8 8 0 0 0 0-16H208c0-39.7-32.3-72-72-72a72.07 72.07 0 0 0-64.47 40H8a8 8 0 0 0-8 8v336a8 8 0 0 0 8 8h432a8 8 0 0 0 8-8V76a8 8 0 0 0-8-8zM48 372V233.2c51.56 1.69 73.26 5.24 115.95 40 30.53 24.86 56.38 27.12 79.2 29.11 20.58 1.8 38.35 3.36 57.32 21.48 16.16 15.42 35.81 23.35 57.53 23.35 5.2 0 10.53-.46 15.96-1.38a113.51 113.51 0 0 0 26.04-7.8V372H48zm88-328c30.88 0 56 25.12 56 56 0 49.13-42.26 84.16-56 94.26-13.77-10.07-56-44.98-56-94.26 0-30.88 25.12-56 56-56z'/%3E%3Cpath d='M408 148a8 8 0 0 0 8-8v-32a8 8 0 0 0-8-8h-32a8 8 0 0 0 0 16h24v24a8 8 0 0 0 8 8zM357.5 158.2l-.43-.38c-.1-.09-.21-.16-.32-.24l-.3-.23-.37-.22-.3-.19-.37-.17-.35-.16-.34-.13-.4-.14-.33-.08c-.14-.04-.29-.08-.43-.1-.12-.03-.24-.04-.37-.06l-.4-.06c-.2-.02-.4-.03-.61-.03L352 156h-.18l-.6.04c-.14.01-.28.04-.41.06l-.37.05-.43.11-.33.09-.4.13-.34.13-.35.16-.36.18-.31.18-.36.22-.31.23c-.1.08-.22.15-.32.24l-.42.37c-.05.06-.11.1-.17.15l-16 16a8 8 0 0 0 11.32 11.32l2.34-2.34v9.37l-13.66 13.65a8 8 0 0 0 11.32 11.32l2.34-2.35V236a8 8 0 0 0 16 0v-20.69l2.34 2.35a7.98 7.98 0 0 0 11.32 0 8 8 0 0 0 0-11.32L360 192.7v-9.37l2.34 2.34a7.98 7.98 0 0 0 11.32 0 8 8 0 0 0 0-11.32l-16-16-.17-.15zM186.34 221.34a8 8 0 0 0 11.32 11.32l2.34-2.35V251a8 8 0 0 0 16 0v-20.69l2.34 2.35a7.98 7.98 0 0 0 11.32 0 8 8 0 0 0 0-11.32L216 207.7v-9.37l2.34 2.34a7.98 7.98 0 0 0 11.32 0 8 8 0 0 0 0-11.32l-16-16-.17-.15c-.13-.13-.27-.25-.42-.37-.1-.09-.21-.16-.32-.24l-.3-.23-.37-.22-.3-.18-.37-.18-.35-.16-.34-.13-.4-.14-.33-.08c-.14-.04-.29-.08-.43-.1-.12-.03-.24-.04-.37-.06l-.4-.06c-.2-.02-.4-.03-.61-.03L208 171h-.18l-.6.04c-.14.01-.28.04-.41.06l-.37.05-.43.11-.33.09-.4.13-.34.13-.35.16-.36.18-.31.18-.36.22-.31.23c-.1.08-.22.15-.32.24l-.42.37-.16.15-16 16a8 8 0 0 0 11.3 11.32l2.35-2.34v9.37l-13.66 13.65zM136 140a40.05 40.05 0 0 0 38.74-50 8 8 0 0 0-15.5 4A24.03 24.03 0 0 1 136 124c-13.22 0-23.99-10.77-23.99-24a24.03 24.03 0 0 1 30-23.25 8 8 0 1 0 4-15.49A40.05 40.05 0 0 0 96 100c0 22.06 17.94 40 40 40z'/%3E%3C/svg%3E");
  position: relative;
}
.contact-map__map iframe {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.contact-info {
  display: flex;
  flex-wrap: wrap;
}
.contact-info__item {
  width: 100%;
  padding: 15px;
  margin-bottom: 30px;
  background: #ffffff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
}
.contact-info__item .title {
  font-weight: bold;
  font-size: 14px;
  line-height: 21px;
  color: #222933;
}
.contact-info__list li {
  display: flex;
  margin-bottom: 10px;
}
.contact-info__list li:last-of-type span:first-of-type {
  width: 100%;
}
.contact-info__list span {
  font-size: 14px;
  line-height: 21px;
  display: inline-block;
}
.contact-info__list span:first-of-type {
  color: #222933;
  width: 125px;
  min-width: 125px;
}
.contact-info__list span:last-of-type {
  color: #585E67;
}
.contact-info__download {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
.contact-info__link {
  display: inline-block;
  margin-right: 20px;
}
.contact-info__link a {
  padding: 0;
  height: auto;
}
.contact-info__link .icon {
  fill: #2b9fdc;
  margin-right: 10px;
}
.contact-info__size {
  font-size: 12px;
  line-height: 16px;
  color: #585E67;
  display: inline-block;
}
.contact-info__form {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  text-align: center;
}
.contact-info__form .title {
  font-weight: 800;
  font-size: 24px;
  line-height: 32px;
  color: #000000;
  margin-bottom: 30px;
}
.contact-info__form form {
  max-width: 365px;
  margin: 0 auto;
}
.contact-info__form label {
  margin-bottom: 15px;
}
.contact-info__form textarea {
  padding: 13px;
  height: 117px;
  resize: none;
  margin-bottom: 30px;
}
.contact-info__form .btn-green {
  min-width: 272px;
}
.contact-info__form .btn-green span {
  margin-right: 20px;
}
.contact-info__form .btn-green .icon {
  width: 12px;
  height: 12px;
}
.contact-item__address {
  display: flex;
  align-items: center;
}
.contact-item__address .icon {
  fill: #2b9fdc;
  margin-right: 10px;
}

.order-form {
  display: flex;
  flex-direction: column-reverse;
}
.order-form .btn-block {
  margin-bottom: 30px;
}
.order-form .btn-block .btn-bottom-line {
  font-size: 14px;
}
.order-form .btn-block__mobile {
  display: block;
  text-align: center;
}
.order-form .btn-green {
  margin-bottom: 20px;
}
.order-form .btn-bottom-line {
  cursor: pointer;
}
.order-form .textarea {
  display: none;
}
.order-form .textarea.active {
  display: block;
}
.order-step {
  background: #ffffff;
  border: 1px solid #dedede;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 20px;
  padding: 15px;
}
.order-step:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 4px;
  background: #2b9fdc;
}
.order-step__title {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  font-weight: 800;
  font-size: 22px;
  width: 100%;
}
.order-step__title-number {
  width: 44px;
  height: 44px;
  text-align: center;
  background: #23b480;
  border-radius: 4px;
  line-height: 44px;
  color: #ffffff;
  margin-right: 10px;
}
.order-step__title-text {
  color: #222933;
}
.order-step .modal-group {
  width: 100%;
  margin-bottom: 25px;
}
.order-step .modal-group .label__radio {
  width: 100%;
}
.order-step select {
  display: block;
  margin-bottom: 15px;
}
.order-step .tabs-item {
  width: 100%;
}
.order-user__list {
  margin-bottom: 15px;
}
.order-user__item {
  width: 100%;
}
.order-user__item .label {
  margin-bottom: 15px;
}
.order-user__item a.btn {
  color: #2b9fdc;
  text-decoration: underline;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  width: 100%;
}
.order-user__item a.btn:hover {
  color: #208bc3;
  text-decoration: none;
}
.order-user__item a.btn.active {
  color: #222933;
  background: rgba(43, 159, 220, 0.19);
  text-decoration: none;
  border-radius: 4px;
}
.order-user__item .btn-bottom-line {
  display: block;
  text-align: left;
  height: auto;
  margin-bottom: 20px;
}
.order-user__item .btn-line-blue {
  width: 100%;
}
.order-product__inner {
  background: #ffffff;
  border: 1px solid #dedede;
  box-sizing: border-box;
  margin-bottom: 30px;
  padding: 10px;
}
.order-product__inner:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 4px;
  background: #2b9fdc;
}
.order-product .order-inner__title {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  color: #222933;
  margin-bottom: 15px;
}
.order-product .remove-product__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -5px;
  right: -5px;
  width: 30px;
  height: 30px;
  color: #c2c4c7;
}
.order-product .remove-product__item .icon {
  width: 14px;
  height: 14px;
}
.order-product .remove-product__item:hover {
  color: #f00;
}
.order-product__item {
  position: relative;
  display: flex;
  padding: 0 0 12px;
  border-bottom: 1px solid #dedede;
  margin-bottom: 12px;
}
.order-product__media {
  width: 55px;
  min-width: 55px;
  height: 55px;
}
.order-product__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.order-product__description {
  width: calc(100% - 75px);
  margin-left: 15px;
  padding-right: 20px;
}
.order-product__title {
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #2B9FDC;
  margin-bottom: 10px;
}
.order-product__price-old {
  font-size: 14px;
  line-height: 21px;
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
  color: #c2c4c7;
  margin-right: 10px;
}
.order-product__price-sale {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  color: #E10014;
}
.order-product__price-current {
  font-size: 16px;
  line-height: 24px;
  color: #222933;
}
.order-product .icon-bg {
  position: absolute;
  top: 50%;
  left: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #f5a04b;
}
.order-product .icon-bg .icon {
  height: 12px;
  width: 12px;
  fill: #ffffff;
}
.order-product__promo {
  display: flex;
  padding: 13px 0 25px;
  border-bottom: 1px solid #dedede;
  justify-content: space-between;
}
.order-product__promo .label {
  width: 100%;
}
.order-product__promo .input {
  height: 40px;
}
.order-product__promo .btn-bottom-line {
  text-align: right;
  padding: 0 15px;
}
.order-product__total {
  font-size: 16px;
  line-height: 27px;
  padding-top: 20px;
}
.order-product__total-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}
.order-product__total-item span:first-of-type {
  color: #585E67;
}
.order-product__total-item span:last-of-type {
  color: #222933;
}
.order-product__total-item:last-of-type {
  font-weight: bold;
}
.order-product .btn-green {
  width: 100%;
  margin-bottom: 16px;
  border-radius: 8px;
}
.order-product__info {
  text-align: center;
}
.order-product__info a {
  font-size: 14px;
  display: block;
  text-align: center;
}
.order-product .btn-green {
  display: none;
}
.order-product .order-product__info {
  display: none;
}
.order-delivery__inf {
  max-width: 460px;
}
.order-delivery__inf .label {
  margin-bottom: 15px;
}
.order-delivery__inf .select2 {
  display: block;
  width: 100%;
}

.success-wrap {
  text-align: center;
  color: #222933;
  margin-bottom: 40px;
}
.success-wrap__title {
  font-weight: 800;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 40px;
}
.success-wrap__subtitle {
  font-weight: 300;
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 32px;
}
.success-wrap__title-text {
  font-weight: normal;
  font-size: 16px;
  line-height: 27px;
  margin-bottom: 50px;
}
.success-data {
  padding: 25px 15px;
  background-color: #ffffff;
}
.success-item {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #e8e8e8;
}
.success-item:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.success-item li {
  display: flex;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 21px;
}
.success-item li span {
  width: 50%;
  text-align: right;
  padding: 0 5px;
}
.success-item li span:first-of-type {
  font-weight: 600;
}
.success-item li span:last-of-type {
  text-align: left;
}
.success-item li a {
  display: block;
  width: 100%;
  text-align: center;
  color: #2b9fdc;
}
.success-item__title {
  font-weight: 800;
  text-align: center;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 20px;
}

.delivery__item {
  display: none;
}
.delivery__item.active {
  display: block;
}

.service-form {
  max-width: 768px;
  margin: 0 auto;
}
.service-form .label {
  max-width: 365px;
  display: block;
  margin: 0 auto 20px;
}
.service-form .btn {
  border-radius: 8px;
  max-width: 365px;
  width: 100%;
  display: block;
  margin: 0 auto 20px;
}
.service-form__title {
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
  text-align: center;
  color: #222933;
  margin-bottom: 40px;
}

.service-accordion {
  margin: 50px 0;
}
.service-accordion__title {
  font-weight: 800;
  font-size: 24px;
  line-height: 32px;
  color: #222933;
  margin-bottom: 30px;
}

.compare {
  padding: 0 0 100px;
}
.compare-table__add-title {
  display: block;
  text-align: center;
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: #2b9fdc;
  -webkit-text-decoration: underline dashed;
          text-decoration: underline dashed;
}
.compare-table__add-title:hover {
  text-decoration: none;
}
.compare-table__add span {
  border: 1px solid #c2c4c7;
  margin: 0 auto 15px;
  display: flex;
  flex-direction: column;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #ffffff;
}
.compare-table__add .icon {
  width: 17px;
  height: 17px;
  fill: #c2c4c7;
}
.compare-table__remove {
  display: inline-block;
  font-size: 12px;
  line-height: 16px;
  color: #2b9fdc;
  text-decoration: underline;
  margin-bottom: 40px;
}
.compare-table__remove:hover {
  color: #208bc3;
}
.compare-table__remove button {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  text-decoration: inherit;
}
.compare-table__remove button:hover {
  text-decoration: inherit;
}
.compare-table__title {
  display: block;
  text-align: left;
}
.compare-table__info {
  font-size: 12px;
  line-height: 16px;
  color: #585E67;
}
.compare-item {
  background: #ffffff;
  border: 1px solid #dedede;
  box-sizing: border-box;
  max-width: 225px;
  padding: 15px;
  text-align: left;
  position: relative;
}
.compare-item__media {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.compare-item__media img {
  width: 55px;
  height: 55px;
  -o-object-fit: contain;
     object-fit: contain;
}
.compare-item__description {
  padding-top: 10px;
}
.compare-item__reviews {
  font-size: 13px;
  line-height: 17px;
  font-weight: normal;
  padding-top: 8px;
  padding-bottom: 10px;
}
.compare-item__list {
  display: flex;
}
.compare-item__item .icon {
  width: 15px;
  height: 15px;
  fill: #dedede;
}
.compare-item__item.is-active .icon {
  fill: #f5a04b;
}
.compare-item__title {
  display: block;
  font-weight: bold;
  font-size: 14px;
  line-height: 21px;
  color: #2b9fdc;
  height: 63px;
  overflow: hidden;
  margin-bottom: 10px;
}
.compare-item__title:hover {
  color: #208bc3;
}
.compare-item__price-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.compare-item__price-current {
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  color: #222933;
}
.compare-item .remove-product {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 40px;
  height: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  justify-content: center;
  color: #c2c4c7;
}
.compare-item .remove-product .icon {
  width: 11px;
  height: 11px;
}
.compare-item .remove-product:hover {
  color: #f00;
}
.compare table {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  text-align: left;
  overflow: auto;
  margin-bottom: 35px;
}
.compare thead {
  width: 100%;
}
.compare tbody {
  width: 100%;
  padding-bottom: 10px;
}
.compare tr {
  display: flex;
}
.compare tr:nth-child(even) td {
  background-color: #ffffff;
}
.compare th {
  font-size: 14px;
  line-height: 21px;
  color: #222933;
  box-sizing: border-box;
  padding: 10px;
  width: 245px;
  min-width: 245px;
  border-right: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}
.compare th:first-of-type {
  width: 305px;
  min-width: 305px;
  max-width: 305px;
}
.compare th:last-of-type {
  border-right: 0;
}
.compare td {
  font-size: 14px;
  line-height: 21px;
  color: #222933;
  box-sizing: border-box;
  padding: 10px;
  width: 245px;
  min-width: 245px;
  border-right: 1px solid #e8e8e8;
}
.compare td:first-of-type {
  width: 305px;
  min-width: 305px;
  max-width: 305px;
}
.compare td:last-of-type {
  border-right: 0;
}

.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 199;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.popup.active {
  display: flex;
}
.popup .label {
  margin-bottom: 10px;
}
.popup .bonus-description__title {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  color: #2b9fdc;
}
.popup .bonus-description__title a {
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}
.popup .bonus-price-old {
  font-size: 16px;
  line-height: 27px;
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
  color: #c2c4c7;
}
.popup .bonus-price__current {
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  color: #222933;
}
.popup .promo__form .btn {
  height: 38px;
  width: 100%;
}
.popup-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.popup-wrap {
  position: relative;
  z-index: 2;
  max-width: 992px;
  margin: 0 auto;
  background: #ffffff;
  padding: 25px 20px;
}
.popup-wrap .checkout-payment__button {
  display: block;
  margin-bottom: 0;
}
.popup-wrap .checkout-payment__button .btn {
  width: 100%;
  margin-top: 10px;
}
.popup-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
  opacity: 0.4;
  transition: opacity 100ms ease;
}
.popup-close .icon {
  width: 16px;
  height: 16px;
}
.popup-close:hover {
  opacity: 0.6;
}
.popup__title {
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
  color: #222933;
  padding: 0 30px;
  margin-bottom: 20px;
  text-align: center;
}
.popup__subtitle {
  font-size: 14px;
  line-height: 19px;
  color: #585E67;
  margin-top: -10px;
  margin-bottom: 25px;
  padding: 0 10px;
  text-align: center;
}
.popup.popup-one-click .popup-wrap {
  max-width: 400px;
  padding: 15px;
}
.popup.popup-one-click .one-click__wrap .label {
  margin-bottom: 15px;
}
.popup.popup-one-click .one-click__wrap .btn-green {
  height: 40px;
  width: 100%;
}
.popup-checkout .popup-wrap {
  padding: 10px;
  height: auto;
  overflow: auto;
  max-height: 100%;
}
.popup-search {
  top: 60px;
  justify-content: flex-start;
}
.popup-search .popup-wrap {
  padding: 20px 10px;
  width: 100%;
  background-color: #2b9fdc;
}
.popup-search .popup-search__wrap {
  width: 100%;
  min-width: 280px;
  position: relative;
}
.popup-search .header__search--btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 36px;
  height: 36px;
  top: 1px;
  right: 1px;
  background-color: transparent;
  color: #222933;
}
.popup-search .header__search--input {
  border: none !important;
}
.popup-search .header-search__list {
  position: relative;
}
.popup-install .popup-wrap {
  width: 100%;
  max-width: 400px;
}
.popup-ask .popup-wrap {
  width: 100%;
  max-width: 400px;
}

.login {
  padding: 30px 0;
}
.login .title {
  font-size: 26px;
  line-height: 40px;
  text-align: center;
}
.login-wrap {
  max-width: 500px;
  margin: 0 auto;
}
.login-wrap .label {
  margin-bottom: 15px;
}
.login .btn-login, .login .link-login {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.login .btn-green {
  height: 40px;
  padding: 0 35px;
}
.login .btn-bottom-line:first-of-type {
  padding-left: 0;
}
.login .btn-bottom-line:last-of-type {
  padding-right: 0;
}

.register {
  padding: 30px 0;
}
.register .title {
  font-size: 26px;
  line-height: 40px;
  text-align: center;
}
.register-wrap {
  max-width: 500px;
  margin: 0 auto;
}
.register-wrap .label {
  margin-bottom: 15px;
}
.register .btn-login, .register .link-login {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.register .btn-green {
  height: 40px;
  padding: 0 35px;
}
.register .btn-bottom-line:first-of-type {
  padding-left: 0;
}
.register .btn-bottom-line:last-of-type {
  padding-right: 0;
}
.register .register__checkbox {
  margin-bottom: 15px;
}
.register .register__checkbox .btn-bottom-line {
  height: auto;
  font-size: 13px;
  padding: 0 5px;
}

.forgot {
  padding: 30px 0;
}
.forgot .title {
  font-size: 26px;
  line-height: 40px;
  text-align: center;
}
.forgot-wrap {
  max-width: 500px;
  margin: 0 auto;
}
.forgot-wrap .label {
  margin-bottom: 15px;
}
.forgot .btn-login, .forgot .link-login {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.forgot .btn-green {
  height: 40px;
  padding: 0 35px;
}
.forgot .btn-bottom-line:first-of-type {
  padding-left: 0;
}
.forgot .btn-bottom-line:last-of-type {
  padding-right: 0;
}
.forgot .register__checkbox {
  margin-bottom: 15px;
}
.forgot .register__checkbox .btn-bottom-line {
  height: auto;
  font-size: 13px;
  padding: 0 5px;
}

.accordion-item {
  margin-bottom: 32px;
}
.accordion-title {
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
  background: #dedede;
  padding: 24px 30px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.accordion-title span:first-of-type {
  width: calc(100% - 54px);
}
.accordion-title span:last-of-type {
  transition: all ease 300ms;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(180deg);
}
.accordion-title svg {
  height: 20px;
  width: 20px;
  fill: #2b9fdc;
}
.accordion-title.active span:last-of-type {
  transform: rotate(0deg);
}
.accordion-content {
  position: absolute;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.accordion-content.active {
  position: relative;
  opacity: 1;
  visibility: visible;
}

.post {
  padding: 40px 0;
  background: #ffffff;
}
.post-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #222933;
  margin-bottom: 12px;
}
.post-date {
  font-size: 14px;
  line-height: 21px;
  color: #c2c4c7;
  margin-bottom: 38px;
}
.post img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
.post .wysiwyg {
  margin-bottom: 30px;
}
.post .post-accordion__title {
  font-family: "Noto Sans", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
  color: #222933;
  margin-bottom: 30px;
}

.checkout-price {
  font-size: 16px;
  line-height: 27px;
  color: #c2c4c7;
}

.checkout {
  padding-bottom: 60px;
}
.checkout-content {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.checkout-inner {
  margin-bottom: 30px;
}
.checkout-item {
  padding: 15px;
  border: 1px solid #dedede;
  background: #ffffff;
  position: relative;
  margin-bottom: 15px;
  text-align: center;
}
.checkout-item:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 4px;
  width: 100%;
  background: #2b9fdc;
}
.checkout-item .remove-product {
  position: absolute;
  top: 12px;
  right: 10px;
}
.checkout-item .remove-product__item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  color: #c2c4c7;
}
.checkout-item .remove-product__item .icon {
  width: 16px;
  height: 16px;
}
.checkout-item .remove-product__item:hover {
  color: #f00;
}
.checkout-item__media {
  max-width: 120px;
  margin: 0 auto;
}
.checkout-item__media img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.checkout-item__subtitle {
  font-size: 16px;
  line-height: 27px;
  color: #585E67;
  margin-bottom: 4px;
}
.checkout-item__title {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  color: #2b9fdc;
  margin-bottom: 15px;
}
.checkout-item__title a {
  font-size: inherit;
  color: inherit;
}
.checkout-item__title a:hover {
  color: #208bc3;
}
.checkout-item__product-price {
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  color: #222933;
}
.checkout-item__old {
  font-size: 16px;
  line-height: 27px;
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
  color: #dedede;
  margin-bottom: 4px;
}
.checkout-item__current {
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  color: #E10014;
  margin-bottom: 28px;
}
.checkout-item__qty {
  max-width: 150px;
  margin: 0 auto;
}
.checkout-item__bonus {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  position: relative;
  width: 100%;
  padding: 20px 0;
}
.checkout-item__bonus:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: #dedede;
  height: 1px;
  width: 100%;
}
.checkout-item__bonus .bonus-media {
  position: absolute;
  top: 20px;
  left: 0;
}
.checkout-item__bonus .bonus-media .icon-bg {
  position: relative;
  left: 0;
  width: 57px;
  height: 57px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #f5a04b;
}
.checkout-item__bonus .bonus-media .icon-bg .icon {
  fill: #ffffff;
  width: 28px;
  height: 28px;
}
.checkout-item__bonus .bonus-description {
  display: flex;
  flex-direction: column;
}
.checkout-item__bonus .bonus-description__media {
  margin: 0 auto;
  max-width: 65px;
  max-height: 65px;
}
.checkout-item__bonus .bonus-description__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.checkout-item__bonus .bonus-description__text {
  padding-top: 10px;
}
.checkout .bonus-description__subtitle {
  font-size: 16px;
  line-height: 27px;
  color: #585E67;
}
.checkout .bonus-description__title {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  color: #2b9fdc;
}
.checkout .bonus-description__title a {
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}
.checkout .bonus-price-old {
  font-size: 16px;
  line-height: 27px;
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
  color: #c2c4c7;
}
.checkout .bonus-price__current {
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  color: #222933;
}
.checkout-payment-wrap {
  width: 100%;
  padding: 15px;
  background: #dedede;
}
.checkout-payment-wrap div {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.checkout-payment-wrap span {
  font-size: 16px;
  line-height: 27px;
}
.checkout-payment-wrap span:first-of-type {
  color: #585E67;
}
.checkout-payment-wrap span:last-of-type {
  color: #222933;
}
.checkout-promo {
  width: 100%;
  padding: 15px;
  margin-bottom: 10px;
  background: #dedede;
}
.checkout-promo__title {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  color: #585E67;
  margin-bottom: 20px;
}
.checkout-promo__text {
  font-size: 16px;
  line-height: 24px;
  color: #585E67;
  margin-bottom: 30px;
}
.checkout .promo__form .label {
  width: 100%;
  margin-bottom: 10px;
}
.checkout .promo__form .input {
  height: 50px;
}
.checkout .promo__form .btn-line-blue {
  width: 100%;
}
.checkout-payment__total span:first-of-type {
  font-weight: bold;
}
.checkout-payment__total span:last-of-type {
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  color: #222933;
}
.checkout-quick {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  width: 100%;
  position: sticky;
  top: 0;
  padding: 20px 20px 100px 20px;
}
.checkout-quick:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 4px;
  width: 100%;
  background: #2b9fdc;
}
.checkout-quick__title {
  font-weight: 800;
  font-size: 24px;
  line-height: 32px;
  color: #222933;
  margin-bottom: 20px;
}
.checkout-quick__subtitle {
  font-size: 14px;
  line-height: 21px;
  color: #222933;
  margin-bottom: 20px;
}
.checkout-quick__form .input {
  height: 50px;
}
.checkout-quick__form .label {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
.checkout-quick__form .btn {
  width: 100%;
}

.search .title {
  margin-bottom: 30px;
}
.search .subtitle {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.search .subtitle-title {
  color: #222933;
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
  margin-right: 20px;
}
.search .subtitle-result {
  font-size: 12px;
  line-height: 16px;
  color: #585E67;
}

.not-found {
  padding-bottom: 40px;
}
.not-found__wrap {
  margin: 0 auto;
  max-width: 1277px;
}
.not-found__media {
  max-width: 1277px;
  margin: 0 auto 20px;
}
.not-found__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.not-found__description {
  text-align: center;
}
.not-found__title {
  font-weight: 800;
  font-size: 20px;
  line-height: 30px;
  color: #222933;
  margin-bottom: 20px;
}
.not-found__text {
  font-size: 14px;
  line-height: 21px;
  color: #222933;
  margin-bottom: 30px;
}

.video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  margin-bottom: 10px;
  background-color: #000000;
}
.video-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-link picture {
  display: block;
}
.video-media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  -o-object-fit: cover;
     object-fit: cover;
}
.video-btn {
  display: none;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 1;
  padding: 0;
  width: 100%;
  height: 100%;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
.video-btn__shape {
  fill: #212121;
  fill-opacity: 0.8;
}
.video-btn__icon {
  fill: #ffffff;
}
.video-btn:focus {
  outline: none;
}
.video-description {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding-top: 15px;
  font-size: 12px;
  line-height: 18px;
  color: #9fa1a5;
}
.video:hover .video-btn__shape,
.video:hover .video-btn:focus .video-btn__shape {
  fill: #ff0000;
  fill-opacity: 1;
}

.video--enabled {
  cursor: pointer;
}

.video--enabled .video-btn {
  display: flex;
}

/* Wysiwyg */
.wysiwyg h1, .wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6 {
  padding-top: 20px;
  margin-bottom: 20px;
}
.wysiwyg p {
  font-size: 14px;
  line-height: 26px;
  color: #222933;
  margin-bottom: 15px;
  font-weight: 400;
}
.wysiwyg a {
  color: #23b480;
  text-decoration: underline;
  font-weight: 400;
}
.wysiwyg a:hover {
  color: #2b9fdc;
  text-decoration: none;
}
.wysiwyg ol {
  counter-reset: section;
  margin-bottom: 15px;
}
.wysiwyg ol li {
  font-size: 14px;
  line-height: 24px;
  color: #222933;
  font-weight: 400;
  padding-left: 20px;
  margin-bottom: 10px;
  position: relative;
}
.wysiwyg ol li:before {
  counter-increment: section;
  content: counter(section) ".";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  line-height: 24px;
  font-weight: bold;
  color: #23b480;
}
.wysiwyg ul {
  padding-left: 30px;
  margin-bottom: 15px;
}
.wysiwyg ul li {
  font-size: 14px;
  line-height: 24px;
  color: #222933;
  margin-bottom: 10px;
  position: relative;
  font-weight: 400;
}
.wysiwyg ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  left: -22px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #23b480;
}
.wysiwyg__video {
  padding-top: 56.25%;
  width: 100%;
  position: relative;
  margin-bottom: 10px;
}
.wysiwyg__video iframe {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wysiwyg img {
  display: inline;
  max-width: 100%;
}

/* Customize */
.swiper-wrapper {
  box-sizing: border-box;
}

.swiper-container-horizontal {
  overflow: hidden;
}

.swiper-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 35px;
  top: 50%;
  margin-top: -40px;
  background-color: rgba(255, 255, 255, 0.9);
  background-image: none;
  border-radius: 0;
  border: 1px solid #dfdfdf;
  outline: none;
  transition: all 200ms ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.swiper-button .icon {
  width: 16px;
  height: 16px;
  fill: #222933;
}
.swiper-button:hover .icon {
  fill: #2b9fdc;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: -10px;
  border-radius: 5px 0 0 5px;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: -10px;
  border-radius: 0 5px 5px 0;
}

.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
  opacity: 0;
}

.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
  left: unset;
  right: 0;
  bottom: 20px;
}

.swiper-pagination {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 20px;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 10px;
  background-color: #ffffff;
  opacity: 0.5;
}

.swiper-pagination-bullet-active {
  width: 35px;
  background-color: #ffffff;
  opacity: 1;
}

/* slider range */
.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 20px;
  height: 20px;
  border-radius: 3px;
  cursor: default;
  touch-action: none;
}

.ui-slider .ui-slider-handle.ui-state-active {
  background-color: #2b9fdc;
  box-shadow: 2px 1px 10px rgba(43, 159, 220, 0.25);
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

.ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

.ui-slider-horizontal {
  height: 3px;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -9px;
  margin-left: -10px;
  outline: none;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: 0.8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

.ui-widget {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1.1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1em;
}

.ui-widget-content {
  width: 100%;
  margin: 20px 10px 15px;
  background: #dedede;
  color: #222933;
}

.ui-widget-content a {
  color: #222933;
}

.ui-widget-header {
  background: #23b480;
  color: #23b480;
  font-weight: bold;
}

.ui-widget-header a {
  color: #2b9fdc;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  font-weight: normal;
  color: #222933;
  background: #23b480;
  border: 5px solid #ffffff;
  transition: none;
  box-shadow: 2px 1px 5px rgba(35, 180, 128, 0.25);
}

.ui-state-default a {
  color: #2b333d;
  text-decoration: none;
}

.ui-state-default a:link, .ui-state-default a:visited {
  color: #2b333d;
  text-decoration: none;
}

/* custom */
.slider__product .swiper-slide {
  height: auto;
}
.slider__product .swiper-slide .product__item {
  height: 100%;
}

.error {
  display: block;
  width: 100%;
  font-size: 13px;
  line-height: 17px;
  color: #f00;
  padding: 5px 0;
  text-align: left;
}

.select2-container--default .select2-selection--single {
  border: 1px solid #dfdfdf;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  border: 1px solid #dfdfdf;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #f9f9f9 !important;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #c2c4c7;
}

/* Media */
@media screen and (min-width: 375px) {
  .order-product__price {
    display: flex;
  }
}
@media screen and (min-width: 526px) {
  .order-user__list {
    flex-direction: row;
  }

  .tabs__control {
    display: flex;
  }
  .tabs__btn {
    width: auto;
  }
}
@media screen and (min-width: 576px) {
  .checkout-item {
    display: flex;
    text-align: left;
  }
  .checkout-item__media {
    width: 200px;
    min-width: 200px;
    height: 200px;
  }
  .checkout-item__description {
    width: 100%;
    padding-left: 15px;
  }
  .checkout-item__description-wrap {
    margin-bottom: 10px;
  }
  .checkout-item__price-price {
    display: flex;
    align-items: center;
  }
  .checkout-item__old {
    margin-bottom: 0;
    margin-right: 10px;
  }
  .checkout-item__current {
    margin-bottom: 0;
    margin-right: auto;
  }
  .checkout-item__qty {
    margin: 0;
  }
  .checkout-item .bonus-description {
    flex-direction: row;
    padding-left: 70px;
  }
  .checkout-item .bonus-description__media {
    margin: 0;
  }
  .checkout-item .bonus-description__text {
    padding-left: 15px;
  }
  .checkout-item .bonus-price {
    padding-top: 10px;
    padding-left: 70px;
  }
  .checkout-item .remove-product {
    top: unset;
    bottom: 12px;
  }

  .popup .promo__form {
    display: flex;
  }
  .popup .promo__form .label {
    width: 100%;
    margin-bottom: 0;
  }
  .popup .promo__form .btn {
    width: 130px;
    min-width: 130px;
    margin-left: 10px;
  }
}
@media screen and (min-width: 768px) {
  .order-user__tabs {
    max-width: 460px;
  }
  .order-user__list {
    display: flex;
    align-items: center;
  }

  .checkout-payment {
    display: flex;
  }
  .checkout-payment-wrap {
    width: 50%;
  }
  .checkout-promo {
    width: 50%;
    margin-bottom: 0;
    border-right: 1px solid #f9f9f9;
  }

  .cookies {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
  }
  .cookies__text {
    font-size: 14px;
    line-height: 23px;
    margin-bottom: 0;
    padding-right: 25px;
  }
  .cookies__text a {
    font-size: 14px;
    line-height: 23px;
  }
  .cookies .btn {
    width: 360px;
  }

  .popup-wrap .checkout-payment__button .btn {
    margin-top: 0;
  }
  .popup-wrap .checkout-payment__button .btn-line-blue {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .tabs__btn.is-active {
    background-color: #2b9fdc;
    background-image: none;
  }

  .header-search__list {
    margin-top: 0;
    border-radius: 0 0 2px 2px;
  }

  .login, .register {
    padding: 50px 0;
  }

  .post-title {
    font-size: 24px;
    line-height: 38px;
  }

  .post-accordion__title {
    font-weight: 800;
    font-size: 24px;
    line-height: 32px;
  }

  .scroll__top {
    bottom: 20px;
    right: 20px;
  }

  .viberup {
    bottom: 75px;
    right: 20px;
  }

  .product-tabs__form {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
  }

  .order-wrap {
    width: 60%;
    margin-bottom: 40px;
  }
  .order-form {
    flex-direction: row;
  }
  .order-form .btn-block__mobile {
    display: none;
  }
  .order-step {
    padding: 30px;
    margin-bottom: 30px;
  }
  .order-step .modal-group {
    max-width: 460px;
  }
  .order-step .modal-group .label__radio {
    width: 50%;
  }
  .order-step select {
    max-width: 460px;
  }
  .order-step__title {
    font-size: 24px;
  }
  .order-step__title-number {
    width: 56px;
    height: 56px;
    line-height: 56px;
    margin-right: 30px;
  }
  .order-product {
    width: calc(40% - 30px);
    margin-left: 30px;
    position: sticky;
    top: 0;
  }
  .order-product .btn-green {
    display: block;
  }
  .order-product .order-product__info {
    display: block;
  }
  .order-product__sticky {
    position: sticky;
    top: 0;
  }
  .order-user__list {
    flex-direction: row;
    margin-bottom: 30px;
  }

  .checkout-content {
    align-items: flex-start;
    flex-direction: row;
  }
  .checkout-inner {
    width: calc(100% - 300px);
    margin-bottom: 0;
  }
  .checkout-quick {
    width: 270px;
    margin-left: 30px;
  }
  .checkout-item__bonus {
    flex-direction: row;
  }
  .checkout-item .bonus-price {
    padding-left: 0;
    padding-top: 5px;
    margin-left: auto;
  }

  .not-found__title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 30px;
  }
  .not-found__text {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 40px;
  }

  .popup-wrap .checkout-wrap {
    max-height: 500px;
    overflow: auto;
  }
}
@media screen and (min-width: 1200px) {
  .checkout .promo__form {
    display: flex;
  }
  .checkout .promo__form .label {
    margin-bottom: 0;
  }
  .checkout .promo__form .btn-line-blue {
    width: 150px;
    min-width: 150px;
    margin-left: 10px;
  }
}
@media screen and (min-width: 1360px) {
  .post-title {
    font-size: 38px;
    line-height: 46px;
  }
}
@media screen and (max-width: 1380px) {
  .header__info .header__call--city-wrap {
    width: 800px;
    left: 0;
    top: 25px;
  }
}
@media screen and (max-width: 992px) {
  .service table {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 30px;
  }
}
@media screen and (max-width: 768px) {
  .service table tr {
    display: flex;
    flex-direction: column;
  }
  .service table td, .service table th {
    width: 100%;
    text-align: center;
  }
  .service table td:first-of-type, .service table th:first-of-type {
    width: 100%;
    height: auto;
  }

  .contact-dropdown__title {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 520px) {
  .order .order-user__item .btn-line-blue {
    min-width: 100%;
    height: 40px;
  }
}
@media screen and (max-width: 380px) {
  .popup-search__wrap {
    width: 100%;
  }
}
