@charset "UTF-8";
h1,
.h1 {
  font-size: 44px;
  line-height: 1.137;
}
@media (max-width: 1023px) {
  h1,
  .h1 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: 34px;
  }
}
@media (max-width: 374px) {
  h1,
  .h1 {
    font-size: 32px;
  }
}

h2,
.h2 {
  font-size: 40px;
  line-height: 1.2;
}
@media (max-width: 1023px) {
  h2,
  .h2 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  h2,
  .h2 {
    font-size: 30px;
  }
}
@media (max-width: 374px) {
  h2,
  .h2 {
    font-size: 28px;
  }
}

.article h2,
.article .h2, h3,
.h3 {
  font-size: 32px;
  line-height: 1.25;
}
@media (max-width: 1023px) {
  .article h2,
  .article .h2, h3,
  .h3 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .article h2,
  .article .h2, h3,
  .h3 {
    font-size: 28px;
  }
}
@media (max-width: 374px) {
  .article h2,
  .article .h2, h3,
  .h3 {
    font-size: 26px;
  }
}

.article--service h2,
.article--service .h2, .article h3,
.article .h3, h4,
.h4 {
  font-size: 28px;
  line-height: 1.179;
}
@media (max-width: 1023px) {
  .article--service h2,
  .article--service .h2, .article h3,
  .article .h3, h4,
  .h4 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .article--service h2,
  .article--service .h2, .article h3,
  .article .h3, h4,
  .h4 {
    font-size: 24px;
  }
}
@media (max-width: 374px) {
  .article--service h2,
  .article--service .h2, .article h3,
  .article .h3, h4,
  .h4 {
    font-size: 22px;
  }
}

.article--service h3,
.article--service .h3, .article h4,
.article .h4, h5,
.h5 {
  font-size: 20px;
  line-height: 1.25;
}
@media (max-width: 767px) {
  .article--service h3,
  .article--service .h3, .article h4,
  .article .h4, h5,
  .h5 {
    font-size: 19px;
  }
}

.article--service h4,
.article--service .h4,
.article--service h5,
.article--service .h5,
.article--service h6,
.article--service .h6, .article h5,
.article .h5,
.article h6,
.article .h6, h6,
.h6 {
  font-size: 18px;
  line-height: 1.25;
}
@media (max-width: 767px) {
  .article--service h4,
  .article--service .h4,
  .article--service h5,
  .article--service .h5,
  .article--service h6,
  .article--service .h6, .article h5,
  .article .h5,
  .article h6,
  .article .h6, h6,
  .h6 {
    font-size: 17px;
  }
}

.article--service ul:not(.unstyled), ul:not(.unstyled).checklist {
  padding-left: 0;
}
.article--service ul:not(.unstyled) li, ul:not(.unstyled).checklist li {
  padding-left: 32px;
}
.article--service ul:not(.unstyled) li::before, ul:not(.unstyled).checklist li::before {
  content: "";
  top: 6px;
  width: 14px;
  height: 14px;
  padding: 3px;
  border-radius: 50%;
  border: 1px solid #101010;
  background-color: #101010;
  background-clip: content-box;
}
.article--service ul:not(.unstyled) li + li, ul:not(.unstyled).checklist li + li {
  margin-top: 16px;
}

/* ===============================
=            Choices            =
=============================== */
.choices {
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
  font-size: 16px;
}

.choices:focus {
  outline: none;
}

.choices:last-child {
  margin-bottom: 0;
}

.choices.is-open {
  overflow: visible;
}

.choices.is-disabled .choices__inner,
.choices.is-disabled .choices__input {
  background-color: #eaeaea;
  cursor: not-allowed;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.choices.is-disabled .choices__item {
  cursor: not-allowed;
}

.choices [hidden] {
  display: none !important;
}

.choices[data-type*=select-one] {
  cursor: pointer;
}

.choices[data-type*=select-one] .choices__inner {
  padding-bottom: 7.5px;
}

.choices[data-type*=select-one] .choices__input {
  display: block;
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  margin: 0;
}

.choices[data-type*=select-one] .choices__button {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==");
  padding: 0;
  background-size: 8px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
  margin-right: 25px;
  height: 20px;
  width: 20px;
  border-radius: 10em;
  opacity: 0.25;
}

.choices[data-type*=select-one] .choices__button:hover, .choices[data-type*=select-one] .choices__button:focus {
  opacity: 1;
}

.choices[data-type*=select-one] .choices__button:focus {
  box-shadow: 0 0 0 2px #00bcd4;
}

.choices[data-type*=select-one] .choices__item[data-value=""] .choices__button {
  display: none;
}

.choices[data-type*=select-one]::after {
  content: "";
  height: 0;
  width: 0;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
  border-width: 5px;
  position: absolute;
  right: 11.5px;
  top: 50%;
  margin-top: -2.5px;
  pointer-events: none;
}

.choices[data-type*=select-one].is-open::after {
  border-color: transparent transparent #333 transparent;
  margin-top: -7.5px;
}

.choices[data-type*=select-one][dir=rtl]::after {
  left: 11.5px;
  right: auto;
}

.choices[data-type*=select-one][dir=rtl] .choices__button {
  right: auto;
  left: 0;
  margin-left: 25px;
  margin-right: 0;
}

.choices[data-type*=select-multiple] .choices__inner,
.choices[data-type*=text] .choices__inner {
  cursor: text;
}

.choices[data-type*=select-multiple] .choices__button,
.choices[data-type*=text] .choices__button {
  position: relative;
  display: inline-block;
  margin-top: 0;
  margin-right: -4px;
  margin-bottom: 0;
  margin-left: 8px;
  padding-left: 16px;
  border-left: 1px solid #008fa1;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==");
  background-size: 8px;
  width: 8px;
  line-height: 1;
  opacity: 0.75;
  border-radius: 0;
}

.choices[data-type*=select-multiple] .choices__button:hover, .choices[data-type*=select-multiple] .choices__button:focus,
.choices[data-type*=text] .choices__button:hover,
.choices[data-type*=text] .choices__button:focus {
  opacity: 1;
}

.choices__inner {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  background-color: #f9f9f9;
  padding: 7.5px 7.5px 3.75px;
  border: 1px solid #ddd;
  border-radius: 2.5px;
  font-size: 14px;
  min-height: 44px;
  overflow: hidden;
}

.is-focused .choices__inner, .is-open .choices__inner {
  border-color: #b7b7b7;
}

.is-open .choices__inner {
  border-radius: 2.5px 2.5px 0 0;
}

.is-flipped.is-open .choices__inner {
  border-radius: 0 0 2.5px 2.5px;
}

.choices__list {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.choices__list--single {
  display: inline-block;
  padding: 4px 16px 4px 4px;
  width: 100%;
}

[dir=rtl] .choices__list--single {
  padding-right: 4px;
  padding-left: 16px;
}

.choices__list--single .choices__item {
  width: 100%;
}

.choices__list--multiple {
  display: inline;
}

.choices__list--multiple .choices__item {
  display: inline-block;
  vertical-align: middle;
  border-radius: 20px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 500;
  margin-right: 3.75px;
  margin-bottom: 3.75px;
  background-color: #00bcd4;
  border: 1px solid #00a5bb;
  color: #fff;
  word-break: break-all;
  box-sizing: border-box;
}

.choices__list--multiple .choices__item[data-deletable] {
  padding-right: 5px;
}

[dir=rtl] .choices__list--multiple .choices__item {
  margin-right: 0;
  margin-left: 3.75px;
}

.choices__list--multiple .choices__item.is-highlighted {
  background-color: #00a5bb;
  border: 1px solid #008fa1;
}

.is-disabled .choices__list--multiple .choices__item {
  background-color: #aaaaaa;
  border: 1px solid #919191;
}

.choices__list--dropdown, .choices__list[aria-expanded] {
  visibility: hidden;
  z-index: 1;
  position: absolute;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ddd;
  top: 100%;
  margin-top: -1px;
  border-bottom-left-radius: 2.5px;
  border-bottom-right-radius: 2.5px;
  overflow: hidden;
  word-break: break-all;
  will-change: visibility;
}

.is-active.choices__list--dropdown, .is-active.choices__list[aria-expanded] {
  visibility: visible;
}

.is-open .choices__list--dropdown, .is-open .choices__list[aria-expanded] {
  border-color: #b7b7b7;
}

.is-flipped .choices__list--dropdown, .is-flipped .choices__list[aria-expanded] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: -1px;
  border-radius: 0.25rem 0.25rem 0 0;
}

.choices__list--dropdown .choices__list, .choices__list[aria-expanded] .choices__list {
  position: relative;
  max-height: 300px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  will-change: scroll-position;
}

.choices__list--dropdown .choices__item, .choices__list[aria-expanded] .choices__item {
  position: relative;
  padding: 10px;
  font-size: 14px;
}

[dir=rtl] .choices__list--dropdown .choices__item, [dir=rtl] .choices__list[aria-expanded] .choices__item {
  text-align: right;
}

@media (min-width: 640px) {
  .choices__list--dropdown .choices__item--selectable, .choices__list[aria-expanded] .choices__item--selectable {
    padding-right: 100px;
  }
  .choices__list--dropdown .choices__item--selectable::after, .choices__list[aria-expanded] .choices__item--selectable::after {
    content: attr(data-select-text);
    font-size: 12px;
    opacity: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  [dir=rtl] .choices__list--dropdown .choices__item--selectable, [dir=rtl] .choices__list[aria-expanded] .choices__item--selectable {
    text-align: right;
    padding-left: 100px;
    padding-right: 10px;
  }
  [dir=rtl] .choices__list--dropdown .choices__item--selectable::after, [dir=rtl] .choices__list[aria-expanded] .choices__item--selectable::after {
    right: auto;
    left: 10px;
  }
}
.choices__list--dropdown .choices__item--selectable.is-highlighted, .choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
  background-color: #f2f2f2;
}

.choices__list--dropdown .choices__item--selectable.is-highlighted::after, .choices__list[aria-expanded] .choices__item--selectable.is-highlighted::after {
  opacity: 0.5;
}

.choices__item {
  cursor: default;
}

.choices__item--selectable {
  cursor: pointer;
}

.choices__item--disabled {
  cursor: not-allowed;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
  opacity: 0.5;
}

.choices__heading {
  font-weight: 600;
  font-size: 12px;
  padding: 10px;
  border-bottom: 1px solid #f7f7f7;
  color: gray;
}

.choices__button {
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

.choices__button:focus {
  outline: none;
}

.choices__input {
  display: inline-block;
  vertical-align: baseline;
  background-color: #f9f9f9;
  font-size: 14px;
  margin-bottom: 5px;
  border: 0;
  border-radius: 0;
  max-width: 100%;
  padding: 4px 0 4px 2px;
}

.choices__input:focus {
  outline: 0;
}

.choices__input::-webkit-search-decoration, .choices__input::-webkit-search-cancel-button, .choices__input::-webkit-search-results-button, .choices__input::-webkit-search-results-decoration {
  display: none;
}

.choices__input::-ms-clear, .choices__input::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

[dir=rtl] .choices__input {
  padding-right: 2px;
  padding-left: 0;
}

.choices__placeholder {
  opacity: 0.5;
}

/* =====  End of Choices  ====== */
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  touch-action: none;
  -moz-user-select: none;
  user-select: none;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
}

.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

/* Wrapper for all connect elements.
 */
.noUi-connects {
  overflow: hidden;
  z-index: 0;
}

.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat;
}

/* Offset direction
 */
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto;
}

/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */
.noUi-vertical .noUi-origin {
  top: -100%;
  width: 0;
}

.noUi-horizontal .noUi-origin {
  height: 0;
}

.noUi-handle {
  backface-visibility: hidden;
  position: absolute;
}

.noUi-touch-area {
  height: 100%;
  width: 100%;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  transition: transform 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 18px;
}

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  right: -17px;
  top: -6px;
}

.noUi-vertical {
  width: 18px;
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  right: -6px;
  bottom: -17px;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto;
}

/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */
.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}

.noUi-connects {
  border-radius: 3px;
}

.noUi-connect {
  background: #3FB8AF;
}

/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}

.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}

.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}

/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px;
}

.noUi-handle:after {
  left: 17px;
}

.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}

.noUi-vertical .noUi-handle:after {
  top: 17px;
}

/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #B8B8B8;
}

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}

/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  box-sizing: border-box;
}

.noUi-pips {
  position: absolute;
  color: #999;
}

/* Values;
 *
 */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}

/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #CCC;
}

.noUi-marker-sub {
  background: #AAA;
}

.noUi-marker-large {
  background: #AAA;
}

/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}

.noUi-value-horizontal {
  transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
  transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}

/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}

.noUi-value-vertical {
  transform: translate(0, -50%);
  padding-left: 25px;
}

.noUi-rtl .noUi-value-vertical {
  transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}

.noUi-horizontal .noUi-tooltip {
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}

.noUi-horizontal .noUi-origin > .noUi-tooltip {
  transform: translate(50%, 0);
  left: auto;
  bottom: 10px;
}

.noUi-vertical .noUi-origin > .noUi-tooltip {
  transform: translate(0, -18px);
  top: auto;
  right: 28px;
}

/*! 
 * OverlayScrollbars
 * Version: 2.3.0
 * 
 * Copyright (c) Rene Haas | KingSora.
 * https://github.com/KingSora
 * 
 * Released under the MIT license.
 */
.os-size-observer,
.os-size-observer-listener {
  direction: inherit;
  pointer-events: none;
  overflow: hidden;
  visibility: hidden;
  box-sizing: border-box;
}

.os-size-observer,
.os-size-observer-listener,
.os-size-observer-listener-item,
.os-size-observer-listener-item-final {
  writing-mode: horizontal-tb;
  position: absolute;
  left: 0;
  top: 0;
}

.os-size-observer {
  z-index: -1;
  contain: strict;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: inherit;
  border: inherit;
  box-sizing: inherit;
  margin: -133px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: scale(0.1);
}

.os-size-observer::before {
  content: "";
  flex: none;
  box-sizing: inherit;
  padding: 10px;
  width: 10px;
  height: 10px;
}

.os-size-observer-appear {
  animation: os-size-observer-appear-animation 1ms forwards;
}

.os-size-observer-listener {
  box-sizing: border-box;
  position: relative;
  flex: auto;
  padding: inherit;
  border: inherit;
  margin: -133px;
  transform: scale(10);
}

.os-size-observer-listener.ltr {
  margin-right: -266px;
  margin-left: 0;
}

.os-size-observer-listener.rtl {
  margin-left: -266px;
  margin-right: 0;
}

.os-size-observer-listener:empty::before {
  content: "";
  width: 100%;
  height: 100%;
}

.os-size-observer-listener:empty::before, .os-size-observer-listener > .os-size-observer-listener-item {
  display: block;
  position: relative;
  padding: inherit;
  border: inherit;
  box-sizing: content-box;
  flex: auto;
}

.os-size-observer-listener-scroll {
  box-sizing: border-box;
  display: flex;
}

.os-size-observer-listener-item {
  right: 0;
  bottom: 0;
  overflow: hidden;
  direction: ltr;
  flex: none;
}

.os-size-observer-listener-item-final {
  transition: none;
}

@keyframes os-size-observer-appear-animation {
  from {
    cursor: auto;
  }
  to {
    cursor: none;
  }
}
.os-trinsic-observer {
  flex: none;
  box-sizing: border-box;
  position: relative;
  max-width: 0px;
  max-height: 1px;
  padding: 0;
  margin: 0;
  border: none;
  overflow: hidden;
  z-index: -1;
  height: 0;
  top: calc(100% + 1px);
  contain: strict;
}

.os-trinsic-observer:not(:empty) {
  height: calc(100% + 1px);
  top: -1px;
}

.os-trinsic-observer:not(:empty) > .os-size-observer {
  width: 1000%;
  height: 1000%;
  min-height: 1px;
  min-width: 1px;
}

/**
 * environment setup 
 */
.os-environment {
  --os-custom-prop: -1;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  overflow: scroll;
  height: 200px;
  width: 200px;
  z-index: var(--os-custom-prop);
}

.os-environment div {
  width: 200%;
  height: 200%;
  margin: 10px 0;
}

.os-environment.os-environment-flexbox-glue {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  height: auto;
  width: auto;
  min-height: 200px;
  min-width: 200px;
}

.os-environment.os-environment-flexbox-glue div {
  flex: auto;
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  margin: 0;
}

.os-environment.os-environment-flexbox-glue-max {
  max-height: 200px;
}

.os-environment.os-environment-flexbox-glue-max div {
  overflow: visible;
}

.os-environment.os-environment-flexbox-glue-max div::before {
  content: "";
  display: block;
  height: 999px;
  width: 999px;
}

/**
 * hide native scrollbars
 */
.os-environment,
[data-overlayscrollbars-viewport] {
  -ms-overflow-style: scrollbar !important;
}

[data-overlayscrollbars-initialize],
[data-overlayscrollbars~=scrollbarHidden],
[data-overlayscrollbars-viewport~=scrollbarHidden],
.os-scrollbar-hidden.os-environment {
  scrollbar-width: none !important;
}

[data-overlayscrollbars-initialize]::-webkit-scrollbar,
[data-overlayscrollbars-initialize]::-webkit-scrollbar-corner,
[data-overlayscrollbars~=scrollbarHidden]::-webkit-scrollbar,
[data-overlayscrollbars~=scrollbarHidden]::-webkit-scrollbar-corner,
[data-overlayscrollbars-viewport~=scrollbarHidden]::-webkit-scrollbar,
[data-overlayscrollbars-viewport~=scrollbarHidden]::-webkit-scrollbar-corner,
.os-scrollbar-hidden.os-environment::-webkit-scrollbar,
.os-scrollbar-hidden.os-environment::-webkit-scrollbar-corner {
  -webkit-appearance: none !important;
  appearance: none !important;
  display: none !important;
  width: 0 !important;
  height: 0 !important;
}

/**
 * elements wont suddenly crop after initialization is done
 */
[data-overlayscrollbars-initialize]:not(html):not(body) {
  overflow: auto;
}

/**
 * applied to body 
 */
html[data-overlayscrollbars],
html.os-scrollbar-hidden,
html.os-scrollbar-hidden > body {
  box-sizing: border-box;
  margin: 0;
  width: 100%;
  height: 100%;
}

html[data-overlayscrollbars] > body {
  overflow: visible;
}

/**
 * structure setup 
 */
[data-overlayscrollbars~=host] {
  position: relative;
}

[data-overlayscrollbars~=host],
[data-overlayscrollbars-padding] {
  display: flex;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
}

[data-overlayscrollbars-padding],
[data-overlayscrollbars-viewport] {
  box-sizing: inherit;
  position: relative;
  flex: auto !important;
  height: auto;
  width: 100%;
  min-width: 0;
  padding: 0;
  margin: 0;
  border: none;
  z-index: 0;
}

[data-overlayscrollbars-viewport] {
  --os-vaw: 0;
  --os-vah: 0;
}

[data-overlayscrollbars-viewport][data-overlayscrollbars-viewport~=arrange]::before {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: -1;
  min-width: 1px;
  min-height: 1px;
  width: var(--os-vaw);
  height: var(--os-vah);
}

[data-overlayscrollbars-padding],
[data-overlayscrollbars-viewport] {
  overflow: hidden;
}

[data-overlayscrollbars~=host],
[data-overlayscrollbars~=viewport] {
  overflow: hidden;
}

[data-overlayscrollbars~=overflowVisible],
[data-overlayscrollbars-padding~=overflowVisible],
[data-overlayscrollbars-viewport~=overflowVisible] {
  overflow: visible;
}

[data-overlayscrollbars-overflow-x=hidden] {
  overflow-x: hidden;
}

[data-overlayscrollbars-overflow-x=scroll] {
  overflow-x: scroll;
}

[data-overlayscrollbars-overflow-x=hidden] {
  overflow-y: hidden;
}

[data-overlayscrollbars-overflow-y=scroll] {
  overflow-y: scroll;
}

[data-overlayscrollbars~=scrollbarPressed],
[data-overlayscrollbars~=scrollbarPressed] [data-overlayscrollbars-viewport] {
  scroll-behavior: auto !important;
}

[data-overlayscrollbars-content] {
  box-sizing: inherit;
}

/**
 * Display contents to bridge any flickering dring deferred initialization.
 */
[data-overlayscrollbars-contents]:not([data-overlayscrollbars-padding]):not([data-overlayscrollbars-viewport]):not([data-overlayscrollbars-content]) {
  display: contents;
}

/**
 * optional & experimental grid mode
 */
[data-overlayscrollbars-grid],
[data-overlayscrollbars-grid] [data-overlayscrollbars-padding] {
  display: grid;
  grid-template: 1fr/1fr;
}

[data-overlayscrollbars-grid] > [data-overlayscrollbars-padding],
[data-overlayscrollbars-grid] > [data-overlayscrollbars-viewport],
[data-overlayscrollbars-grid] > [data-overlayscrollbars-padding] > [data-overlayscrollbars-viewport] {
  height: auto !important;
  width: auto !important;
}

.os-scrollbar {
  contain: size layout;
  contain: size layout style;
  transition: opacity 0.15s, visibility 0.15s, top 0.15s, right 0.15s, bottom 0.15s, left 0.15s;
  pointer-events: none;
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

body > .os-scrollbar {
  position: fixed;
  z-index: 99999;
}

.os-scrollbar-transitionless {
  transition: none;
}

.os-scrollbar-track {
  position: relative;
  direction: ltr !important;
  padding: 0 !important;
  border: none !important;
}

.os-scrollbar-handle {
  position: absolute;
}

.os-scrollbar-track,
.os-scrollbar-handle {
  pointer-events: none;
  width: 100%;
  height: 100%;
}

.os-scrollbar.os-scrollbar-track-interactive .os-scrollbar-track,
.os-scrollbar.os-scrollbar-handle-interactive .os-scrollbar-handle {
  pointer-events: auto;
  touch-action: none;
}

.os-scrollbar-horizontal {
  bottom: 0;
  left: 0;
}

.os-scrollbar-vertical {
  top: 0;
  right: 0;
}

.os-scrollbar-rtl.os-scrollbar-horizontal {
  right: 0;
}

.os-scrollbar-rtl.os-scrollbar-vertical {
  right: auto;
  left: 0;
}

.os-scrollbar-visible,
.os-scrollbar-interaction.os-scrollbar-visible {
  opacity: 1;
  visibility: visible;
}

.os-scrollbar-auto-hide.os-scrollbar-auto-hide-hidden {
  opacity: 0;
  visibility: hidden;
}

.os-scrollbar-unusable,
.os-scrollbar-unusable *,
.os-scrollbar-wheel,
.os-scrollbar-wheel * {
  pointer-events: none !important;
}

.os-scrollbar-unusable .os-scrollbar-handle {
  opacity: 0 !important;
}

.os-scrollbar-horizontal .os-scrollbar-handle {
  bottom: 0;
}

.os-scrollbar-vertical .os-scrollbar-handle {
  right: 0;
}

.os-scrollbar-rtl.os-scrollbar-vertical .os-scrollbar-handle {
  right: auto;
  left: 0;
}

.os-scrollbar.os-scrollbar-horizontal.os-scrollbar-cornerless,
.os-scrollbar.os-scrollbar-horizontal.os-scrollbar-cornerless.os-scrollbar-rtl {
  left: 0;
  right: 0;
}

.os-scrollbar.os-scrollbar-vertical.os-scrollbar-cornerless,
.os-scrollbar.os-scrollbar-vertical.os-scrollbar-cornerless.os-scrollbar-rtl {
  top: 0;
  bottom: 0;
}

.os-scrollbar {
  --os-size: 0;
  --os-padding-perpendicular: 0;
  --os-padding-axis: 0;
  --os-track-border-radius: 0;
  --os-track-bg: none;
  --os-track-bg-hover: none;
  --os-track-bg-active: none;
  --os-track-border: none;
  --os-track-border-hover: none;
  --os-track-border-active: none;
  --os-handle-border-radius: 0;
  --os-handle-bg: none;
  --os-handle-bg-hover: none;
  --os-handle-bg-active: none;
  --os-handle-border: none;
  --os-handle-border-hover: none;
  --os-handle-border-active: none;
  --os-handle-min-size: 33px;
  --os-handle-max-size: none;
  --os-handle-perpendicular-size: 100%;
  --os-handle-perpendicular-size-hover: 100%;
  --os-handle-perpendicular-size-active: 100%;
  --os-handle-interactive-area-offset: 0;
}

.os-scrollbar .os-scrollbar-track {
  border: var(--os-track-border);
  border-radius: var(--os-track-border-radius);
  background: var(--os-track-bg);
  transition: opacity 0.15s, background-color 0.15s, border-color 0.15s;
}

.os-scrollbar .os-scrollbar-track:hover {
  border: var(--os-track-border-hover);
  background: var(--os-track-bg-hover);
}

.os-scrollbar .os-scrollbar-track:active {
  border: var(--os-track-border-active);
  background: var(--os-track-bg-active);
}

.os-scrollbar .os-scrollbar-handle {
  border: var(--os-handle-border);
  border-radius: var(--os-handle-border-radius);
  background: var(--os-handle-bg);
}

.os-scrollbar .os-scrollbar-handle:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
}

.os-scrollbar .os-scrollbar-handle:hover {
  border: var(--os-handle-border-hover);
  background: var(--os-handle-bg-hover);
}

.os-scrollbar .os-scrollbar-handle:active {
  border: var(--os-handle-border-active);
  background: var(--os-handle-bg-active);
}

.os-scrollbar-horizontal {
  padding: var(--os-padding-perpendicular) var(--os-padding-axis);
  right: var(--os-size);
  height: var(--os-size);
}

.os-scrollbar-horizontal.os-scrollbar-rtl {
  left: var(--os-size);
  right: 0;
}

.os-scrollbar-horizontal .os-scrollbar-handle {
  min-width: var(--os-handle-min-size);
  max-width: var(--os-handle-max-size);
  height: var(--os-handle-perpendicular-size);
  transition: opacity 0.15s, background-color 0.15s, border-color 0.15s, height 0.15s;
}

.os-scrollbar-horizontal .os-scrollbar-handle:before {
  top: calc((var(--os-padding-perpendicular) + var(--os-handle-interactive-area-offset)) * -1);
  bottom: calc(var(--os-padding-perpendicular) * -1);
}

.os-scrollbar-horizontal:hover .os-scrollbar-handle {
  height: var(--os-handle-perpendicular-size-hover);
}

.os-scrollbar-horizontal:active .os-scrollbar-handle {
  height: var(--os-handle-perpendicular-size-active);
}

.os-scrollbar-vertical {
  padding: var(--os-padding-axis) var(--os-padding-perpendicular);
  bottom: var(--os-size);
  width: var(--os-size);
}

.os-scrollbar-vertical .os-scrollbar-handle {
  min-height: var(--os-handle-min-size);
  max-height: var(--os-handle-max-size);
  width: var(--os-handle-perpendicular-size);
  transition: opacity 0.15s, background-color 0.15s, border-color 0.15s, width 0.15s;
}

.os-scrollbar-vertical .os-scrollbar-handle:before {
  left: calc((var(--os-padding-perpendicular) + var(--os-handle-interactive-area-offset)) * -1);
  right: calc(var(--os-padding-perpendicular) * -1);
}

.os-scrollbar-vertical.os-scrollbar-rtl .os-scrollbar-handle:before {
  right: calc((var(--os-padding-perpendicular) + var(--os-handle-interactive-area-offset)) * -1);
  left: calc(var(--os-padding-perpendicular) * -1);
}

.os-scrollbar-vertical:hover .os-scrollbar-handle {
  width: var(--os-handle-perpendicular-size-hover);
}

.os-scrollbar-vertical:active .os-scrollbar-handle {
  width: var(--os-handle-perpendicular-size-active);
}

/* NONE THEME: */
[data-overlayscrollbars~=updating] > .os-scrollbar,
.os-theme-none.os-scrollbar {
  display: none !important;
}

/* DARK & LIGHT THEME: */
.os-theme-dark,
.os-theme-light {
  box-sizing: border-box;
  --os-size: 10px;
  --os-padding-perpendicular: 2px;
  --os-padding-axis: 2px;
  --os-track-border-radius: 10px;
  --os-handle-interactive-area-offset: 4px;
  --os-handle-border-radius: 10px;
}

.os-theme-dark {
  --os-handle-bg: rgba(0, 0, 0, 0.44);
  --os-handle-bg-hover: rgba(0, 0, 0, 0.55);
  --os-handle-bg-active: rgba(0, 0, 0, 0.66);
}

.os-theme-light {
  --os-handle-bg: rgba(255, 255, 255, 0.44);
  --os-handle-bg-hover: rgba(255, 255, 255, 0.55);
  --os-handle-bg-active: rgba(255, 255, 255, 0.66);
}

.os-no-css-vars.os-theme-dark.os-scrollbar .os-scrollbar-handle, .os-no-css-vars.os-theme-light.os-scrollbar .os-scrollbar-handle {
  border-radius: 10px;
}

.os-no-css-vars.os-theme-dark.os-scrollbar .os-scrollbar-track, .os-no-css-vars.os-theme-light.os-scrollbar .os-scrollbar-track {
  border-radius: 10px;
}

.os-no-css-vars.os-theme-dark.os-scrollbar .os-scrollbar-handle, .os-no-css-vars.os-theme-light.os-scrollbar .os-scrollbar-handle {
  border-radius: 10px;
}

.os-no-css-vars.os-theme-dark.os-scrollbar-horizontal, .os-no-css-vars.os-theme-light.os-scrollbar-horizontal {
  padding: 2px 2px;
  right: 10px;
  height: 10px;
}

.os-no-css-vars.os-theme-dark.os-scrollbar-horizontal.os-scrollbar-rtl, .os-no-css-vars.os-theme-light.os-scrollbar-horizontal.os-scrollbar-rtl {
  left: 10px;
  right: 0;
}

.os-no-css-vars.os-theme-dark.os-scrollbar-horizontal .os-scrollbar-handle, .os-no-css-vars.os-theme-light.os-scrollbar-horizontal .os-scrollbar-handle {
  min-width: 33px;
  max-width: none;
}

.os-no-css-vars.os-theme-dark.os-scrollbar-horizontal .os-scrollbar-handle:before, .os-no-css-vars.os-theme-light.os-scrollbar-horizontal .os-scrollbar-handle:before {
  top: -6px;
  bottom: -2px;
}

.os-no-css-vars.os-theme-dark.os-scrollbar-vertical, .os-no-css-vars.os-theme-light.os-scrollbar-vertical {
  padding: 2px 2px;
  bottom: 10px;
  width: 10px;
}

.os-no-css-vars.os-theme-dark.os-scrollbar-vertical .os-scrollbar-handle, .os-no-css-vars.os-theme-light.os-scrollbar-vertical .os-scrollbar-handle {
  min-height: 33px;
  max-height: none;
}

.os-no-css-vars.os-theme-dark.os-scrollbar-vertical .os-scrollbar-handle:before, .os-no-css-vars.os-theme-light.os-scrollbar-vertical .os-scrollbar-handle:before {
  left: -6px;
  right: -2px;
}

.os-no-css-vars.os-theme-dark.os-scrollbar-vertical.os-scrollbar-rtl .os-scrollbar-handle:before, .os-no-css-vars.os-theme-light.os-scrollbar-vertical.os-scrollbar-rtl .os-scrollbar-handle:before {
  right: -6px;
  left: -2px;
}

.os-no-css-vars.os-theme-dark .os-scrollbar-handle {
  background: rgba(0, 0, 0, 0.44);
}

.os-no-css-vars.os-theme-dark:hover .os-scrollbar-handle {
  background: rgba(0, 0, 0, 0.55);
}

.os-no-css-vars.os-theme-dark:active .os-scrollbar-handle {
  background: rgba(0, 0, 0, 0.66);
}

.os-no-css-vars.os-theme-light .os-scrollbar-handle {
  background: rgba(255, 255, 255, 0.44);
}

.os-no-css-vars.os-theme-light:hover .os-scrollbar-handle {
  background: rgba(255, 255, 255, 0.55);
}

.os-no-css-vars.os-theme-light:active .os-scrollbar-handle {
  background: rgba(255, 255, 255, 0.66);
}

:root {
  --f-spinner-width: 36px;
  --f-spinner-height: 36px;
  --f-spinner-color-1: rgba(0, 0, 0, 0.1);
  --f-spinner-color-2: rgba(17, 24, 28, 0.8);
  --f-spinner-stroke: 2.75;
}

.f-spinner {
  margin: auto;
  padding: 0;
  width: var(--f-spinner-width);
  height: var(--f-spinner-height);
}

.f-spinner svg {
  width: 100%;
  height: 100%;
  vertical-align: top;
  animation: f-spinner-rotate 2s linear infinite;
}

.f-spinner svg * {
  stroke-width: var(--f-spinner-stroke);
  fill: none;
}

.f-spinner svg *:first-child {
  stroke: var(--f-spinner-color-1);
}

.f-spinner svg *:last-child {
  stroke: var(--f-spinner-color-2);
  animation: f-spinner-dash 2s ease-in-out infinite;
}

@keyframes f-spinner-rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes f-spinner-dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
.f-throwOutUp {
  animation: 0.175s ease-out both f-throwOutUp;
}

.f-throwOutDown {
  animation: 0.175s ease-out both f-throwOutDown;
}

@keyframes f-throwOutUp {
  to {
    transform: translate3d(0, -150px, 0);
    opacity: 0;
  }
}
@keyframes f-throwOutDown {
  to {
    transform: translate3d(0, 150px, 0);
    opacity: 0;
  }
}
.f-zoomInUp {
  animation: var(--f-transition-duration, 0.2s) ease-out 0.1s both f-zoomInUp;
}

.f-zoomOutDown {
  animation: var(--f-transition-duration, 0.2s) ease-out both f-zoomOutDown;
}

@keyframes f-zoomInUp {
  from {
    transform: scale(0.975) translate3d(0, 16px, 0);
    opacity: 0;
  }
  to {
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes f-zoomOutDown {
  to {
    transform: scale(0.975) translate3d(0, 16px, 0);
    opacity: 0;
  }
}
.f-fadeIn {
  animation: var(--f-transition-duration, 0.2s) ease both f-fadeIn;
  z-index: 2;
}

.f-fadeOut {
  animation: var(--f-transition-duration, 0.2s) ease both f-fadeOut;
  z-index: 1;
}

@keyframes f-fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes f-fadeOut {
  100% {
    opacity: 0;
  }
}
.f-fadeSlowIn {
  animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowIn;
  z-index: 2;
}

.f-fadeSlowOut {
  animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowOut;
  z-index: 1;
}

@keyframes f-fadeSlowIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes f-fadeSlowOut {
  100% {
    opacity: 0;
  }
}
.f-fadeFastIn {
  animation: var(--f-transition-duration, 0.2s) ease-out both f-fadeFastIn;
  z-index: 2;
}

.f-fadeFastOut {
  animation: var(--f-transition-duration, 0.2s) ease-out both f-fadeFastOut;
  z-index: 2;
}

@keyframes f-fadeFastIn {
  0% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}
@keyframes f-fadeFastOut {
  100% {
    opacity: 0;
  }
}
.f-crossfadeIn {
  animation: var(--f-transition-duration, 0.2s) ease-out both f-crossfadeIn;
  z-index: 2;
}

.f-crossfadeOut {
  animation: calc(var(--f-transition-duration, 0.2s) * 0.5) linear 0.1s both f-crossfadeOut;
  z-index: 1;
}

@keyframes f-crossfadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes f-crossfadeOut {
  100% {
    opacity: 0;
  }
}
.f-slideIn.from-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNext;
}

.f-slideIn.from-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrev;
}

.f-slideOut.to-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNext;
}

.f-slideOut.to-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrev;
}

@keyframes f-slideInPrev {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes f-slideInNext {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes f-slideOutNext {
  100% {
    transform: translateX(-100%);
  }
}
@keyframes f-slideOutPrev {
  100% {
    transform: translateX(100%);
  }
}
.f-classicIn.from-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInNext;
  z-index: 2;
}

.f-classicIn.from-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInPrev;
  z-index: 2;
}

.f-classicOut.to-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutNext;
  z-index: 1;
}

.f-classicOut.to-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutPrev;
  z-index: 1;
}

@keyframes f-classicInNext {
  0% {
    transform: translateX(-75px);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes f-classicInPrev {
  0% {
    transform: translateX(75px);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes f-classicOutNext {
  100% {
    transform: translateX(-75px);
    opacity: 0;
  }
}
@keyframes f-classicOutPrev {
  100% {
    transform: translateX(75px);
    opacity: 0;
  }
}
:root {
  --f-button-width: 40px;
  --f-button-height: 40px;
  --f-button-border: 0;
  --f-button-border-radius: 0;
  --f-button-color: #374151;
  --f-button-bg: #f8f8f8;
  --f-button-hover-bg: #e0e0e0;
  --f-button-active-bg: #d0d0d0;
  --f-button-shadow: none;
  --f-button-transition: all 0.15s ease;
  --f-button-transform: none;
  --f-button-svg-width: 20px;
  --f-button-svg-height: 20px;
  --f-button-svg-stroke-width: 1.5;
  --f-button-svg-fill: none;
  --f-button-svg-filter: none;
  --f-button-svg-disabled-opacity: 0.65;
}

.f-button {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: content-box;
  position: relative;
  margin: 0;
  padding: 0;
  width: var(--f-button-width);
  height: var(--f-button-height);
  border: var(--f-button-border);
  border-radius: var(--f-button-border-radius);
  color: var(--f-button-color);
  background: var(--f-button-bg);
  box-shadow: var(--f-button-shadow);
  pointer-events: all;
  cursor: pointer;
  transition: var(--f-button-transition);
}

@media (hover: hover) {
  .f-button:hover:not([disabled]) {
    color: var(--f-button-hover-color);
    background-color: var(--f-button-hover-bg);
  }
}
.f-button:active:not([disabled]) {
  background-color: var(--f-button-active-bg);
}

.f-button:focus:not(:focus-visible) {
  outline: none;
}

.f-button:focus-visible {
  outline: none;
  box-shadow: inset 0 0 0 var(--f-button-outline, 2px) var(--f-button-outline-color, var(--f-button-color));
}

.f-button svg {
  width: var(--f-button-svg-width);
  height: var(--f-button-svg-height);
  fill: var(--f-button-svg-fill);
  stroke: currentColor;
  stroke-width: var(--f-button-svg-stroke-width);
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: opacity 0.15s ease;
  transform: var(--f-button-transform);
  filter: var(--f-button-svg-filter);
  pointer-events: none;
}

.f-button[disabled] {
  cursor: default;
}

.f-button[disabled] svg {
  opacity: var(--f-button-svg-disabled-opacity);
}

.f-carousel__nav .f-button.is-prev, .f-carousel__nav .f-button.is-next, .fancybox__nav .f-button.is-prev, .fancybox__nav .f-button.is-next {
  position: absolute;
  z-index: 1;
}

.is-horizontal .f-carousel__nav .f-button.is-prev, .is-horizontal .f-carousel__nav .f-button.is-next, .is-horizontal .fancybox__nav .f-button.is-prev, .is-horizontal .fancybox__nav .f-button.is-next {
  top: 50%;
  transform: translateY(-50%);
}

.is-horizontal .f-carousel__nav .f-button.is-prev, .is-horizontal .fancybox__nav .f-button.is-prev {
  left: var(--f-button-prev-pos);
}

.is-horizontal .f-carousel__nav .f-button.is-next, .is-horizontal .fancybox__nav .f-button.is-next {
  right: var(--f-button-next-pos);
}

.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev, .is-horizontal.is-rtl .fancybox__nav .f-button.is-prev {
  left: auto;
  right: var(--f-button-next-pos);
}

.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next, .is-horizontal.is-rtl .fancybox__nav .f-button.is-next {
  right: auto;
  left: var(--f-button-prev-pos);
}

.is-vertical .f-carousel__nav .f-button.is-prev, .is-vertical .f-carousel__nav .f-button.is-next, .is-vertical .fancybox__nav .f-button.is-prev, .is-vertical .fancybox__nav .f-button.is-next {
  top: auto;
  left: 50%;
  transform: translateX(-50%);
}

.is-vertical .f-carousel__nav .f-button.is-prev, .is-vertical .fancybox__nav .f-button.is-prev {
  top: var(--f-button-next-pos);
}

.is-vertical .f-carousel__nav .f-button.is-next, .is-vertical .fancybox__nav .f-button.is-next {
  bottom: var(--f-button-next-pos);
}

.is-vertical .f-carousel__nav .f-button.is-prev svg, .is-vertical .f-carousel__nav .f-button.is-next svg, .is-vertical .fancybox__nav .f-button.is-prev svg, .is-vertical .fancybox__nav .f-button.is-next svg {
  transform: rotate(90deg);
}

html.with-fancybox {
  width: auto;
  overflow: visible;
  scroll-behavior: auto;
}

html.with-fancybox body {
  touch-action: none;
}

html.with-fancybox body.hide-scrollbar {
  width: auto;
  margin-right: calc(var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px));
  overflow: hidden !important;
  overscroll-behavior-y: none;
}

.fancybox__container {
  --fancybox-color: #dbdbdb;
  --fancybox-hover-color: #fff;
  --fancybox-bg: rgba(24, 24, 27, 0.98);
  --fancybox-slide-gap: 10px;
  --f-spinner-width: 50px;
  --f-spinner-height: 50px;
  --f-spinner-color-1: rgba(255, 255, 255, 0.1);
  --f-spinner-color-2: #bbb;
  --f-spinner-stroke: 3.65;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  direction: ltr;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #f8f8f8;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow: visible;
  z-index: var(--fancybox-zIndex, 1050);
  outline: none;
  transform-origin: top left;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: none;
  text-size-adjust: 100%;
  overscroll-behavior-y: contain;
}

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

.fancybox__backdrop {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background: var(--fancybox-bg);
  opacity: var(--fancybox-opacity, 1);
  will-change: opacity;
}

.fancybox__carousel {
  position: relative;
  box-sizing: border-box;
  flex: 1;
  min-height: 0;
  z-index: 10;
  overflow-y: visible;
  overflow-x: clip;
}

.fancybox__viewport {
  width: 100%;
  height: 100%;
}

.fancybox__viewport.is-draggable {
  cursor: move;
  cursor: grab;
}

.fancybox__viewport.is-dragging {
  cursor: move;
  cursor: grabbing;
}

.fancybox__track {
  display: flex;
  margin: 0 auto;
  height: 100%;
}

.fancybox__slide {
  flex: 0 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0 var(--fancybox-slide-gap) 0 0;
  padding: 4px;
  overflow: auto;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}

.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn {
  padding-top: 40px;
}

.fancybox__slide.has-iframe, .fancybox__slide.has-video, .fancybox__slide.has-html5video {
  overflow: hidden;
}

.fancybox__slide.has-image {
  overflow: hidden;
}

.fancybox__slide.has-image.is-animating, .fancybox__slide.has-image.is-selected {
  overflow: visible;
}

.fancybox__slide::before, .fancybox__slide::after {
  content: "";
  flex: 0 0 0;
  margin: auto;
}

.fancybox__content {
  align-self: center;
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 0;
  padding: 2rem;
  max-width: 100%;
  color: var(--fancybox-content-color, #374151);
  background: var(--fancybox-content-bg, #fff);
  cursor: default;
  border-radius: 0;
  z-index: 20;
}

.is-loading .fancybox__content {
  opacity: 0;
}

.is-draggable .fancybox__content {
  cursor: move;
  cursor: grab;
}

.can-zoom_in .fancybox__content {
  cursor: zoom-in;
}

.can-zoom_out .fancybox__content {
  cursor: zoom-out;
}

.is-dragging .fancybox__content {
  cursor: move;
  cursor: grabbing;
}

.fancybox__content [data-selectable], .fancybox__content [contenteditable] {
  cursor: auto;
}

.fancybox__slide.has-image > .fancybox__content {
  padding: 0;
  background: rgba(0, 0, 0, 0);
  min-height: 1px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  transition: none;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}

.fancybox__slide.has-image > .fancybox__content > picture > img {
  width: 100%;
  height: auto;
  max-height: 100%;
}

.is-zooming-in .fancybox__viewport:not(.is-dragging) .fancybox__slide:not(.is-selected) .fancybox__content, .is-zooming-out .fancybox__slide:not(.is-selected) .fancybox__content {
  visibility: hidden;
}

.is-animating .fancybox__content, .is-dragging .fancybox__content {
  filter: blur(0px);
  will-change: transform, width, height;
}

.fancybox-image {
  margin: auto;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.fancybox__caption {
  align-self: center;
  max-width: 100%;
  flex-shrink: 0;
  margin: 0;
  padding: 14px 0 4px 0;
  overflow-wrap: anywhere;
  line-height: 1.375;
  color: var(--fancybox-color, currentColor);
  opacity: var(--fancybox-opacity, 1);
  cursor: auto;
  visibility: visible;
}

.is-loading .fancybox__caption, .is-closing .fancybox__caption {
  opacity: 0;
  visibility: hidden;
}

.is-compact .fancybox__caption {
  padding-bottom: 0;
}

.f-button.is-close-btn {
  --f-button-svg-stroke-width: 2;
  position: absolute;
  top: 0;
  right: 8px;
  z-index: 40;
}

.fancybox__content > .f-button.is-close-btn {
  --f-button-width: 34px;
  --f-button-height: 34px;
  --f-button-border-radius: 4px;
  --f-button-color: var(--fancybox-color, #fff);
  --f-button-hover-color: var(--fancybox-color, #fff);
  --f-button-bg: transparent;
  --f-button-hover-bg: transparent;
  --f-button-active-bg: transparent;
  --f-button-svg-width: 22px;
  --f-button-svg-height: 22px;
  position: absolute;
  top: -38px;
  right: 0;
  opacity: 0.75;
}

.is-loading .fancybox__content > .f-button.is-close-btn {
  visibility: hidden;
}

.is-zooming-out .fancybox__content > .f-button.is-close-btn {
  visibility: hidden;
}

.fancybox__content > .f-button.is-close-btn:hover {
  opacity: 1;
}

.fancybox__footer {
  padding: 0;
  margin: 0;
  position: relative;
}

.fancybox__footer .fancybox__caption {
  width: 100%;
  padding: 24px;
  opacity: var(--fancybox-opacity, 1);
  transition: all 0.25s ease;
}

.is-compact .fancybox__footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20;
  background: rgba(24, 24, 27, 0.5);
}

.is-compact .fancybox__footer .fancybox__caption {
  padding: 12px;
}

.is-compact .fancybox__content > .f-button.is-close-btn {
  --f-button-border-radius: 50%;
  --f-button-color: #fff;
  --f-button-hover-color: #fff;
  --f-button-outline-color: #000;
  --f-button-bg: rgba(0, 0, 0, 0.6);
  --f-button-active-bg: rgba(0, 0, 0, 0.6);
  --f-button-hover-bg: rgba(0, 0, 0, 0.6);
  --f-button-svg-width: 18px;
  --f-button-svg-height: 18px;
  --f-button-svg-filter: none;
  top: 5px;
  right: 5px;
}

.fancybox__nav {
  --f-button-width: 50px;
  --f-button-height: 50px;
  --f-button-border: 0;
  --f-button-border-radius: 50%;
  --f-button-color: var(--fancybox-color);
  --f-button-hover-color: var(--fancybox-hover-color);
  --f-button-bg: transparent;
  --f-button-hover-bg: rgba(24, 24, 27, 0.3);
  --f-button-active-bg: rgba(24, 24, 27, 0.5);
  --f-button-shadow: none;
  --f-button-transition: all 0.15s ease;
  --f-button-transform: none;
  --f-button-svg-width: 26px;
  --f-button-svg-height: 26px;
  --f-button-svg-stroke-width: 2.5;
  --f-button-svg-fill: none;
  --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.5));
  --f-button-svg-disabled-opacity: 0.65;
  --f-button-next-pos: 1rem;
  --f-button-prev-pos: 1rem;
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__nav .f-button:before {
  position: absolute;
  content: "";
  top: -30px;
  right: -20px;
  left: -20px;
  bottom: -30px;
  z-index: 1;
}

.is-idle .fancybox__nav {
  animation: 0.15s ease-out both f-fadeOut;
}

.is-idle.is-compact .fancybox__footer {
  pointer-events: none;
  animation: 0.15s ease-out both f-fadeOut;
}

.fancybox__slide > .f-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: var(--f-spinner-top, calc(var(--f-spinner-width) * -0.5)) 0 0 var(--f-spinner-left, calc(var(--f-spinner-height) * -0.5));
  z-index: 30;
  cursor: pointer;
}

.fancybox-protected {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 40;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.fancybox-ghost {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 40;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}

.fancybox-focus-guard {
  outline: none;
  opacity: 0;
  position: fixed;
  pointer-events: none;
}

.fancybox__container:not([aria-hidden]) {
  opacity: 0;
}

.fancybox__container.is-animated[aria-hidden=false] > *:not(.fancybox__backdrop, .fancybox__carousel), .fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel > *:not(.fancybox__viewport), .fancybox__container.is-animated[aria-hidden=false] .fancybox__slide > *:not(.fancybox__content) {
  animation: 0.25s ease 0.1s backwards f-fadeIn;
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop {
  animation: 0.35s ease backwards f-fadeIn;
}

.fancybox__container.is-animated[aria-hidden=true] > *:not(.fancybox__backdrop, .fancybox__carousel), .fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel > *:not(.fancybox__viewport), .fancybox__container.is-animated[aria-hidden=true] .fancybox__slide > *:not(.fancybox__content) {
  animation: 0.15s ease forwards f-fadeOut;
}

.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop {
  animation: 0.35s ease forwards f-fadeOut;
}

.has-iframe .fancybox__content, .has-map .fancybox__content, .has-pdf .fancybox__content, .has-youtube .fancybox__content, .has-vimeo .fancybox__content, .has-html5video .fancybox__content {
  max-width: 100%;
  flex-shrink: 1;
  min-height: 1px;
  overflow: visible;
}

.has-iframe .fancybox__content, .has-map .fancybox__content, .has-pdf .fancybox__content {
  width: 100%;
  height: 100%;
}

.fancybox__container:not(.is-compact) .has-iframe .fancybox__content, .fancybox__container:not(.is-compact) .has-map .fancybox__content, .fancybox__container:not(.is-compact) .has-pdf .fancybox__content {
  width: calc(100% - 120px);
  height: 90%;
}

.has-youtube .fancybox__content, .has-vimeo .fancybox__content, .has-html5video .fancybox__content {
  width: 960px;
  height: 540px;
  max-width: 100%;
  max-height: 100%;
}

.has-map .fancybox__content, .has-pdf .fancybox__content, .has-youtube .fancybox__content, .has-vimeo .fancybox__content, .has-html5video .fancybox__content {
  padding: 0;
  background: rgba(24, 24, 27, 0.9);
  color: #fff;
}

.has-map .fancybox__content {
  background: #e5e3df;
}

.fancybox__html5video, .fancybox__iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0);
}

.fancybox-placeholder {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.f-carousel__thumbs {
  --f-thumb-width: 96px;
  --f-thumb-height: 72px;
  --f-thumb-outline: 0;
  --f-thumb-outline-color: #5eb0ef;
  --f-thumb-opacity: 1;
  --f-thumb-hover-opacity: 1;
  --f-thumb-selected-opacity: 1;
  --f-thumb-border-radius: 2px;
  --f-thumb-offset: 0px;
  --f-button-next-pos: 0;
  --f-button-prev-pos: 0;
}

.f-carousel__thumbs.is-classic {
  --f-thumb-gap: 8px;
  --f-thumb-opacity: 0.5;
  --f-thumb-hover-opacity: 1;
  --f-thumb-selected-opacity: 1;
}

.f-carousel__thumbs.is-modern {
  --f-thumb-gap: 4px;
  --f-thumb-extra-gap: 20px;
  --f-thumb-clip-width: 46px;
}

.f-thumbs {
  position: relative;
  flex: 0 0 auto;
  margin: 0;
  overflow: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  perspective: 1000px;
  transform: translateZ(0);
}

.f-thumbs .f-spinner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  background-image: linear-gradient(#ebeff2, #e2e8f0);
  z-index: -1;
}

.f-thumbs .f-spinner svg {
  display: none;
}

.f-thumbs.is-vertical {
  height: 100%;
}

.f-thumbs__viewport {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.f-thumbs__track {
  display: flex;
  will-change: transform;
}

.f-thumbs__slide {
  position: relative;
  flex: 0 0 auto;
  box-sizing: content-box;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  width: var(--f-thumb-width);
  min-width: var(--f-thumb-width);
  height: var(--f-thumb-height);
  overflow: visible;
  cursor: pointer;
}

.f-thumbs__slide.is-loading img {
  opacity: 0;
}

.is-classic .f-thumbs__viewport {
  height: 100%;
}

.is-modern .f-thumbs__track {
  width: -moz-max-content;
  width: max-content;
}

.is-modern .f-thumbs__track::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(var(--left, 0) * 1px);
  width: calc(100% - var(--width, 0) * 1px);
  cursor: pointer;
}

.is-modern .f-thumbs__slide {
  --clip-path: inset( 0 calc( (var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0)) * 0.5 * (1 - var(--progress, 0)) ) round var(--f-thumb-border-radius, 0) );
  transform: translate3d(calc(var(--shift, 0) * -1px), 0, 0);
  transition: none;
  pointer-events: none;
}

.is-modern .f-thumbs__slide > * {
  -webkit-clip-path: var(--clip-path);
          clip-path: var(--clip-path);
}

.is-modern:not(.is-using-mouse) .f-thumbs__slide:focus-within {
  filter: drop-shadow(-1px 0px 0px var(--f-thumb-outline-color)) drop-shadow(2px 0px 0px var(--f-thumb-outline-color)) drop-shadow(0px -1px 0px var(--f-thumb-outline-color)) drop-shadow(0px 2px 0px var(--f-thumb-outline-color));
}

.is-modern.in-touch .f-thumbs__slide {
  filter: none;
}

.is-modern.is-resting .f-thumbs__slide {
  transition: all 0.33s ease;
}

.is-modern.is-resting .f-thumbs__slide > * {
  transition: all 0.33s ease;
}

.f-thumbs__slide__button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  position: relative;
  border-radius: var(--f-thumb-border-radius);
  overflow: hidden;
  background: rgba(0, 0, 0, 0);
  outline: none;
  cursor: pointer;
  pointer-events: auto;
  touch-action: manipulation;
  opacity: var(--f-thumb-opacity);
  transition: opacity 0.2s ease;
}

.f-thumbs__slide__button:hover {
  opacity: var(--f-thumb-hover-opacity);
}

.f-thumbs__slide__button:focus:not(:focus-visible) {
  outline: none;
}

.f-thumbs__slide__button:focus-visible {
  outline: none;
  opacity: var(--f-thumb-selected-opacity);
}

.is-nav-selected .f-thumbs__slide__button {
  opacity: var(--f-thumb-selected-opacity);
}

.is-nav-selected .f-thumbs__slide__button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: auto;
  bottom: 0;
  border: var(--f-thumb-outline, 0) solid var(--f-thumb-outline-color, transparent);
  border-radius: var(--f-thumb-border-radius);
  animation: f-fadeIn 0.2s ease-out;
  z-index: 10;
}

.f-thumbs__slide__img {
  position: absolute;
  overflow: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: var(--f-thumb-offset);
  box-sizing: border-box;
  pointer-events: none;
  -o-object-fit: cover;
     object-fit: cover;
}

.f-thumbs.is-horizontal .f-thumbs__track {
  margin: 0 auto;
  padding: 8px 0 12px 0;
}

.f-thumbs.is-horizontal .f-thumbs__slide {
  margin: 0 var(--f-thumb-gap) 0 0;
}

.f-thumbs.is-vertical .f-thumbs__track {
  flex-wrap: wrap;
  margin: auto 0;
  padding: 0 8px;
}

.f-thumbs.is-vertical .f-thumbs__slide {
  margin: 0 0 var(--f-thumb-gap) 0;
}

.fancybox__thumbs {
  --f-thumb-width: 96px;
  --f-thumb-height: 72px;
  --f-thumb-border-radius: 2px;
  --f-thumb-outline: 2px;
  --f-thumb-outline-color: #ededed;
  position: relative;
  opacity: var(--fancybox-opacity, 1);
  transition: max-height 0.35s cubic-bezier(0.23, 1, 0.32, 1);
}

.fancybox__thumbs.is-classic {
  --f-thumb-gap: 8px;
  --f-thumb-opacity: 0.5;
  --f-thumb-hover-opacity: 1;
}

.fancybox__thumbs.is-classic .f-spinner {
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
}

.fancybox__thumbs.is-modern {
  --f-thumb-gap: 4px;
  --f-thumb-extra-gap: 20px;
  --f-thumb-clip-width: 46px;
  --f-thumb-opacity: 1;
  --f-thumb-hover-opacity: 1;
}

.fancybox__thumbs.is-modern .f-spinner {
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
}

.fancybox__thumbs.is-horizontal {
  padding: 0 var(--f-thumb-gap);
}

.fancybox__thumbs.is-vertical {
  padding: var(--f-thumb-gap) 0;
}

.is-compact .fancybox__thumbs {
  --f-thumb-width: 64px;
  --f-thumb-clip-width: 32px;
  --f-thumb-height: 48px;
  --f-thumb-extra-gap: 10px;
}

.fancybox__thumbs.is-masked {
  max-height: 0px !important;
}

.is-closing .fancybox__thumbs {
  transition: none !important;
}

.fancybox__toolbar {
  --f-progress-color: var(--fancybox-color, rgba(255, 255, 255, 0.94));
  --f-button-width: 46px;
  --f-button-height: 46px;
  --f-button-color: var(--fancybox-color);
  --f-button-hover-color: var(--fancybox-hover-color);
  --f-button-bg: rgba(24, 24, 27, 0.65);
  --f-button-hover-bg: rgba(70, 70, 73, 0.65);
  --f-button-active-bg: rgba(90, 90, 93, 0.65);
  --f-button-border-radius: 0;
  --f-button-svg-width: 24px;
  --f-button-svg-height: 24px;
  --f-button-svg-stroke-width: 1.5;
  --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.15));
  --f-button-svg-fill: none;
  --f-button-svg-disabled-opacity: 0.65;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI Adjusted", "Segoe UI", "Liberation Sans", sans-serif;
  color: var(--fancybox-color, currentColor);
  opacity: var(--fancybox-opacity, 1);
  text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.5));
  pointer-events: none;
  z-index: 20;
}

.fancybox__toolbar :focus-visible {
  z-index: 1;
}

.fancybox__toolbar.is-absolute, .is-compact .fancybox__toolbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.is-idle .fancybox__toolbar {
  pointer-events: none;
  animation: 0.15s ease-out both f-fadeOut;
}

.fancybox__toolbar__column {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
}

.fancybox__toolbar__column.is-left, .fancybox__toolbar__column.is-right {
  flex-grow: 1;
  flex-basis: 0;
}

.fancybox__toolbar__column.is-right {
  display: flex;
  justify-content: flex-end;
  flex-wrap: nowrap;
}

.fancybox__infobar {
  padding: 0 5px;
  line-height: var(--f-button-height);
  text-align: center;
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.fancybox__infobar span {
  padding: 0 5px;
}

.fancybox__infobar:not(:first-child):not(:last-child) {
  background: var(--f-button-bg);
}

[data-fancybox-toggle-slideshow] {
  position: relative;
}

[data-fancybox-toggle-slideshow] .f-progress {
  height: 100%;
  opacity: 0.3;
}

[data-fancybox-toggle-slideshow] svg g:first-child {
  display: flex;
}

[data-fancybox-toggle-slideshow] svg g:last-child {
  display: none;
}

.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child {
  display: none;
}

.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child {
  display: flex;
}

[data-fancybox-toggle-fullscreen] svg g:first-child {
  display: flex;
}

[data-fancybox-toggle-fullscreen] svg g:last-child {
  display: none;
}

:-webkit-full-screen [data-fancybox-toggle-fullscreen] svg g:first-child {
  display: none;
}

:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child {
  display: none;
}

:-webkit-full-screen [data-fancybox-toggle-fullscreen] svg g:last-child {
  display: flex;
}

:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child {
  display: flex;
}

.f-progress {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  background: var(--f-progress-color, var(--f-carousel-theme-color, #0091ff));
  z-index: 30;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}

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

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

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

.slick-list {
  width: 100%;
  height: 100%;
}

.slick-track {
  display: flex;
  width: 100%;
  height: 100%;
  margin-right: 0;
  margin-left: 0;
}
.slick-track::before, .slick-track::after {
  display: none;
}

.slick-arrow {
  position: absolute;
  top: 45%;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-size: 0;
  line-height: 0;
  opacity: 0;
  transition: opacity 0.3s, transform 0.3s;
}
.slick-slider:hover .slick-arrow {
  opacity: 0.5;
}
.slick-slider:hover .slick-arrow:hover {
  opacity: 1;
}
.slick-arrow:hover {
  opacity: 1;
}
.slick-arrow::before {
  content: "";
  width: 13px;
  height: 22px;
  background: url(../images/svg-icons/angle-right-white.svg) no-repeat center/contain;
}
.slick-arrow.slick-prev {
  left: 15px;
}
.slick-arrow.slick-prev::before {
  transform: scaleX(-1);
}
.slick-arrow.slick-next {
  right: 15px;
}

.slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.slick-dots li {
  width: 8px;
  height: 8px;
  margin: 0 18px 18px;
  background-color: #cbd3da;
  cursor: pointer;
  transition: background-color 0.2s;
}
@media (max-width: 767px) {
  .slick-dots li {
    margin: 0 12px 15px;
  }
}
.slick-dots li.slick-active {
  background-color: #01a0c6;
}
.slick-dots li button {
  display: none;
}

.slick-slider.slider--arrows-black .slick-arrow::before {
  background-image: url(../images/svg-icons/angle-right-black.svg);
}

.choices {
  flex-grow: 1;
  min-width: 1px;
  margin-bottom: 0;
  overflow: visible;
  outline: none !important;
}
.has-error .choices .choices__inner, .choices.is-error .choices__inner {
  box-shadow: 0 0 0 1px #f90133;
}
.choices[data-type*=select-one]::after {
  right: 28px;
  width: 14px;
  height: 8px;
  margin-top: -3px;
  border: none;
  background: url(../images/svg-icons/angle-down-gray.svg) no-repeat center/contain;
  transition: transform 0.2s;
}
@media (max-width: 767px) {
  .choices[data-type*=select-one]::after {
    right: 18px;
  }
}
.choices[data-type*=select-one].is-open::after {
  transform: rotate(180deg);
  margin-top: -4px;
  border: none;
}
.choices[data-type*=select-one] .choices__inner {
  padding: 16px 58px 16px 52px;
}
@media (max-width: 767px) {
  .choices[data-type*=select-one] .choices__inner {
    padding-right: 45px;
  }
}
.choices > * {
  outline: none !important;
}
.choices .choices__inner {
  min-height: 1px;
  padding: 16px 58px 16px 52px;
  font-size: 16px;
  line-height: 24px;
  border: none;
  background-color: #f7f7f7;
  background-repeat: no-repeat;
  background-position: left 18px center;
  border-radius: 2px;
}
@media (max-width: 767px) {
  .choices .choices__inner {
    padding-right: 45px;
  }
}
.choices .choices__placeholder {
  color: #979da4;
  opacity: 1;
}
.choices .choices__list--dropdown,
.choices .choices__list[aria-expanded] {
  word-break: break-word;
}
.choices .choices__list--dropdown .choices__item--selectable {
  padding-right: 18px;
  padding-left: 18px;
}
.choices .choices__list--dropdown .choices__item--selectable:after {
  display: none;
}
.choices .choices__list--single {
  display: block;
  padding: 0;
}
.choices .choices__list--single .choices__item {
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.choices .choices__list--dropdown .choices__item {
  font-size: inherit;
}
.choices--white-bg .choices__inner {
  background-color: #fff;
}
.choices--location .choices__inner {
  background-image: url(../images/svg-icons/location-black.svg);
  background-size: 16px auto;
  background-position-x: 20px;
}
.choices--no-icon[data-type*=select-one] .choices__inner {
  padding-left: 16px;
}
.choices--no-icon .choices__inner {
  padding-left: 16px;
}
.choices--outline-bottom[data-type*=select-one]::after {
  right: 6px;
  width: 12px;
  height: 7px;
  background-image: url(../images/svg-icons/angle-down-black.svg);
}
.choices--outline-bottom[data-type*=select-one] .choices__inner {
  padding-right: 30px;
  padding-left: 0;
}
.choices--outline-bottom .choices__inner {
  padding-right: 30px;
  padding-left: 0;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  background-color: #fff;
  border-bottom: 1px solid #41444a;
  border-radius: 0;
}
.choices--outline-bottom .choices__list {
  font-size: 14px;
  line-height: 20px;
}

.os-theme-dark {
  --os-handle-bg: #cbd3da;
  --os-handle-bg-hover: #cbd3da;
  --os-handle-bg-active: #cbd3da;
}

.os-theme-dark,
.os-theme-light {
  --os-size: 4px;
  --os-padding-axis: 0px;
  --os-padding-perpendicular: 0px;
  --os-handle-interactive-area-offset: 0px;
  --os-handle-border-radius: 20px;
}

.fancybox__container {
  --fancybox-bg: rgba(0, 0, 0, .5);
}

.checkout .simplecheckout.is-loading {
  opacity: 0.5;
  pointer-events: none;
}
.checkout .simple-content {
  margin: 0;
}
.checkout .simple-content .checkout__form .simplecheckout-block {
  margin-bottom: 0;
}
.checkout .simple-content .checkout__form .simplecheckout-block + .simplecheckout-block {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .checkout .simple-content .checkout__form .simplecheckout-block + .simplecheckout-block {
    margin-top: 30px;
  }
}
.checkout .simple-content .checkout__form .simplecheckout-block#simplecheckout_shipping_address {
  margin-top: 32px;
}
@media (max-width: 767px) {
  .checkout .simple-content .checkout__form .simplecheckout-block#simplecheckout_shipping_address {
    margin-top: 25px;
  }
}
.checkout .simple-content .checkout__form .simplecheckout-block#simplecheckout_shipping_address .form-group:last-child {
  margin-bottom: 0;
}
.checkout .simple-content .checkout-heading {
  margin-bottom: 26px;
  padding: 0;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.25;
  font-family: "MontserratAlternates", sans-serif;
  background-color: transparent;
  border-radius: 0;
  border: none;
}
@media (max-width: 1023px) {
  .checkout .simple-content .checkout-heading {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .checkout .simple-content .checkout-heading {
    font-size: 19px;
  }
}
.checkout .simple-content .checkout-heading span {
  display: block !important;
  float: none;
}
.checkout .simple-content .simplecheckout-block-content {
  padding: 0;
}
.checkout .simple-content .control-label {
  display: none !important;
}
.checkout .simple-content #simplecheckout_customer .form-horizontal {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (max-width: 767px) {
  .checkout .simple-content #simplecheckout_customer .form-horizontal {
    grid-template-columns: 1fr;
  }
}
.checkout .simple-content #simplecheckout_customer .form-horizontal .form-group {
  margin-bottom: 0;
}
.checkout .simple-content .form-horizontal .form-group {
  margin-bottom: 16px;
}
.checkout .simple-content .checkout-total .simplecheckout-block {
  margin-bottom: 0;
}
.checkout .simple-content .buttons {
  margin: 40px 0 0;
  padding: 0;
}
@media (max-width: 767px) {
  .checkout .simple-content .buttons {
    margin-top: 30px;
  }
}
.checkout .simplecheckout_overlay {
  z-index: 20 !important;
}
.checkout .simplecheckout-error-text {
  max-width: 100%;
  margin-top: 3px;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  color: #f90133;
}
.checkout .simplecheckout-step:not(:first-child) {
  display: none;
}

@media (max-width: 767px) {
  .ocf-container {
    height: 100%;
  }
}
@media (max-width: 767px) {
  .ocf-container .ocf-content {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
}
.ocf-container .ocf-header {
  display: none;
}
@media (max-width: 767px) {
  .ocf-container .ocf-header {
    position: sticky;
    top: 0;
    z-index: 5;
    display: flex;
    padding: 15px;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  }
}
.ocf-container .ocf-header > .ocf-icon {
  display: none;
}
@media (max-width: 767px) {
  .ocf-container .ocf-header .ocf-close-mobile {
    display: block;
    margin-left: auto;
    padding: 0;
    line-height: 1;
    background-color: transparent !important;
  }
}
@media (max-width: 767px) {
  .ocf-container .ocf-body {
    flex-grow: 1;
    padding: 15px 15px 0;
    overflow-y: auto;
  }
}
.ocf-container .ocf-body .ocf-filter-list {
  display: flex;
  flex-direction: column;
}
.ocf-container .ocf-body .ocf-filter {
  margin-bottom: 16px;
}
.ocf-container .ocf-body .ocf-filter-header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-right: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 21px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  text-transform: none;
  color: #101010;
  border-bottom: 1px solid #101010;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.ocf-container .ocf-body .ocf-filter-header::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 57px;
  height: 2px;
  background-color: #101010;
  transition: width 0.2s;
}
.ocf-container .ocf-body .ocf-filter-header::after {
  content: "";
  width: 12px;
  height: 7px;
  flex-shrink: 0;
  margin-left: 10px;
  background: url(../images/svg-icons/angle-down-black.svg) no-repeat center/contain;
  transform: rotate(180deg);
  transition: transform 0.3s;
}
.ocf-container .ocf-body .ocf-filter-header-append {
  display: none;
}
.ocf-container .ocf-body .ocf-active-label {
  display: none;
}
.ocf-container .ocf-body .ocf-filter-body.is-active .ocf-filter-header::before {
  width: 0;
}
.ocf-container .ocf-body .ocf-filter-body.is-active .ocf-filter-header::after {
  transform: rotate(0deg);
}
.ocf-container .ocf-body .ocf-value-list {
  padding-top: 30px;
  padding-bottom: 4px;
}
.ocf-container .ocf-body .ocf-value-list-body {
  max-height: 270px;
  padding-right: 10px;
  scrollbar-width: none;
}
.ocf-container .ocf-body .ocf-value-list-body::-webkit-scrollbar {
  display: none;
  width: 0;
}
.ocf-container .ocf-body .ocf-value-list-body::-webkit-scrollbar {
  width: 0;
  height: 0;
  background: transparent;
}
.ocf-container .ocf-body .ocf-value,
.ocf-container .ocf-body .ocf-value:active,
.ocf-container .ocf-body .ocf-value:focus,
.ocf-container .ocf-body .ocf-value:visited,
.ocf-container .ocf-body .ocf-value:hover {
  font-size: 14px;
  line-height: 18px;
}
.ocf-container .ocf-body .ocf-value:not(:last-child),
.ocf-container .ocf-body .ocf-value:active:not(:last-child),
.ocf-container .ocf-body .ocf-value:focus:not(:last-child),
.ocf-container .ocf-body .ocf-value:visited:not(:last-child),
.ocf-container .ocf-body .ocf-value:hover:not(:last-child) {
  margin-bottom: 18px;
}
.ocf-container .ocf-body .ocf-value-input {
  margin-top: 1px;
  margin-right: 16px;
}
.ocf-container .ocf-body .ocf-value-input::before {
  border-color: #979da4;
  box-shadow: none !important;
}
.ocf-container .ocf-body .ocf-value-input::after {
  border-radius: 2px;
  background-size: 12px 8px;
}
.ocf-container .ocf-body .ocf-selected .ocf-value-input-checkbox::after {
  background-image: url(../images/svg-icons/check-white.svg);
  background-color: #01a0c6;
}
.ocf-container .ocf-body .ocf-value-append {
  min-width: 1px;
  margin-left: 0;
}
.ocf-container .ocf-body .ocf-value-count {
  padding: 0;
  color: #979da4;
  font-size: 14px;
  line-height: 18px;
  white-space: nowrap;
  border-radius: 0;
  background-color: transparent;
}
.ocf-container .ocf-body .ocf-value-count::before {
  content: "(";
}
.ocf-container .ocf-body .ocf-value-count::after {
  content: ")";
}
.ocf-container .ocf-body .ocf-value:focus:not(:active) .ocf-value-input::before {
  border-color: #01a0c6;
}
.ocf-container .ocf-body .ocf-selected .ocf-value-input::before {
  background-color: #01a0c6;
}
.ocf-container .ocf-popover {
  z-index: 10;
}
@media (max-width: 767px) {
  .ocf-container .ocf-popover {
    display: none !important;
  }
}
.ocf-container .ocf-slider-input-group {
  margin-bottom: 10px;
}
.ocf-container .ocf-value-slider {
  padding: 10px 10px 0;
}
.ocf-container .ocf-noUi-pips {
  display: none;
}
.ocf-container .ocf-form-control,
.ocf-container input.ocf-form-control,
.ocf-container textarea.ocf-form-control {
  border-radius: 0;
}
.ocf-container .ocf-input-group-addon {
  border-radius: 0;
}
.ocf-container .ocf-input-group .ocf-form-control {
  text-align: center;
  box-shadow: none !important;
}
.ocf-container .ocf-form-control:focus,
.ocf-container input.ocf-form-control:focus,
.ocf-container textarea.ocf-form-control:focus {
  border-color: #01a0c6;
}
.ocf-container .ocf-noUi-connect:before,
.ocf-container .ocf-noUi-handle {
  background-color: #01a0c6;
}
.ocf-container .ocf-popover {
  border-radius: 0;
}
.ocf-container .ocf-btn {
  border-radius: 2px;
  font-family: "Mulish", sans-serif;
}
.ocf-container .ocf-btn:active {
  box-shadow: none;
}
.ocf-container.ocf-theme-light .ocf-search-btn-static, .ocf-container.ocf-theme-light .ocf-search-btn-popover, .ocf-container.ocf-theme-light .ocf-search-btn-static.ocf-disabled, .ocf-container.ocf-theme-light .ocf-search-btn-popover.ocf-disabled {
  background-color: #01a0c6;
  border: 1px solid #01a0c6;
  transition: color 0.3s, background-color 0.3s, border-color 0.3s, opacity 0.3s;
}
.ocf-container.ocf-theme-light .ocf-search-btn-static:hover:not(.ocf-disabled), .ocf-container.ocf-theme-light .ocf-search-btn-popover:hover:not(.ocf-disabled) {
  background-color: #01a0c6;
}
.ocf-container.ocf-theme-light .ocf-search-btn-static:focus, .ocf-container.ocf-theme-light .ocf-search-btn-static:active, .ocf-container.ocf-theme-light .ocf-search-btn-popover:focus, .ocf-container.ocf-theme-light .ocf-search-btn-popover:active {
  background-color: #01a0c6;
}
.ocf-container .ocf-btn-link {
  color: #101010;
  background-color: #f0f0f0 !important;
  text-decoration: none !important;
}
.ocf-container .ocf-btn-link:hover, .ocf-container .ocf-btn-link:focus {
  color: #101010;
}
.ocf-container #ocf-filter-4-0-1 {
  order: 9999;
}
.ocf-container #ocf-filter-4-0-1 .ocf-filter-header {
  display: none;
}
.ocf-container #ocf-filter-4-0-1 .ocf-value-list {
  padding-top: 20px;
  padding-bottom: 20px;
}
.ocf-container #ocf-filter-4-0-1 .ocf-value-list-body {
  padding-right: 0;
}
.ocf-container #ocf-filter-4-0-1 .ocf-value.ocf-selected .ocf-value-input {
  background-color: #01a0c6;
}
.ocf-container #ocf-filter-4-0-1 .ocf-value.ocf-selected .ocf-value-input::before {
  transform: translateX(15px);
}
.ocf-container #ocf-filter-4-0-1 .ocf-value-name {
  order: -1;
  margin-right: 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
}
.ocf-container #ocf-filter-4-0-1 .ocf-value-append {
  display: none;
}
.ocf-container #ocf-filter-4-0-1 .ocf-value-input {
  position: relative;
  width: 38px;
  height: 23px;
  flex: 0 0 38px;
  margin-right: 0;
  margin-left: auto;
  background-color: #cbd3da;
  border-radius: 72px;
  transition: background-color 0.3s;
}
.ocf-container #ocf-filter-4-0-1 .ocf-value-input::before {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: #fff;
  border: none;
  box-shadow: none;
  will-change: transform;
  transition: transform 0.3s;
}
.ocf-container #ocf-filter-4-0-1 .ocf-value-input::after {
  display: none !important;
}
.ocf-container .ocf-footer {
  position: sticky;
  bottom: 0;
  z-index: 5;
  flex-shrink: 0;
  padding: 15px;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3) !important;
}
@media (min-width: 768px) {
  .ocf-container .ocf-footer {
    display: none;
  }
}
.ocf-container .ocf-footer .ocf-between {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.ocf-container .ocf-footer .ocf-btn {
  height: 42px;
  padding: 0;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
*::before, *::after {
  box-sizing: inherit;
}

html {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
form,
section,
summary {
  display: block;
}

[hidden],
template {
  display: none;
}

button {
  padding: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
  background-color: transparent;
  -webkit-appearance: none;
  cursor: pointer;
}

button,
[role=button],
input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: none;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

textarea {
  overflow: auto;
  resize: none;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
table {
  width: 100%;
  table-layout: fixed;
  border-spacing: 0;
  border-collapse: collapse;
}

strong,
b {
  font-weight: 700;
}

i,
em {
  font-style: italic;
}

small {
  font-size: 80%;
}

sup,
sub {
  position: relative;
  vertical-align: baseline;
  font-size: 65%;
  line-height: 0;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img,
video,
svg {
  max-width: 100%;
}

img {
  height: auto;
}

iframe {
  border: none;
}

fieldset {
  border: none;
}

@font-face {
  font-family: "Mulish";
  src: url("../fonts/Mulish/Mulish-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mulish";
  src: url("../fonts/Mulish/Mulish-RegularItalic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Mulish";
  src: url("../fonts/Mulish/Mulish-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mulish";
  src: url("../fonts/Mulish/Mulish-MediumItalic.woff2") format("woff2");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Mulish";
  src: url("../fonts/Mulish/Mulish-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mulish";
  src: url("../fonts/Mulish/Mulish-SemiBoldItalic.woff2") format("woff2");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Mulish";
  src: url("../fonts/Mulish/Mulish-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mulish";
  src: url("../fonts/Mulish/Mulish-BoldItalic.woff2") format("woff2");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "MontserratAlternates";
  src: url("../fonts/MontserratAlternates/MontserratAlternates-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MontserratAlternates";
  src: url("../fonts/MontserratAlternates/MontserratAlternates-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MontserratAlternates";
  src: url("../fonts/MontserratAlternates/MontserratAlternates-MediumItalic.woff2") format("woff2");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "MontserratAlternates";
  src: url("../fonts/MontserratAlternates/MontserratAlternates-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MontserratAlternates";
  src: url("../fonts/MontserratAlternates/MontserratAlternates-SemiBoldItalic.woff2") format("woff2");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
body {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  font-family: "Mulish", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-wrap: break-word;
  overflow-wrap: break-word;
  color: #101010;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-bottom: 0.4em;
  font-weight: 500;
  font-family: "MontserratAlternates", sans-serif;
}

a {
  color: #01a0c6;
  text-decoration: none;
}
a[href^=tel], a[href^=mailto] {
  white-space: nowrap;
}

a,
img {
  -webkit-user-drag: none;
  -webkit-touch-callout: none;
}

ol,
ul {
  list-style: none;
}

ul:not(.unstyled) {
  padding-left: 8px;
}
ul:not(.unstyled) li {
  position: relative;
  padding-left: 16px;
}
ul:not(.unstyled) li::before {
  content: "•";
  position: absolute;
  top: 0;
  left: 0;
}
ol:not(.unstyled) {
  counter-reset: list;
}
ol:not(.unstyled) li {
  position: relative;
  padding-left: 32px;
}
ol:not(.unstyled) li::before {
  counter-increment: list;
  content: counter(list) ".";
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 700;
}

pre {
  white-space: pre-wrap;
  word-wrap: break-word;
}

.page-title {
  margin-bottom: 0;
  font-size: 40px;
  line-height: 1.2;
}
@media (max-width: 1023px) {
  .page-title {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .page-title {
    font-size: 30px;
  }
}

html {
  height: 100%;
  touch-action: manipulation;
  -webkit-overflow-scrolling: touch;
}

body {
  position: relative;
  min-width: 320px;
  height: 100%;
  background-color: #fff;
}
body.no-scroll {
  overflow: hidden;
}

.preload * {
  transition: none !important;
}

.page {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100%;
}
.page__content {
  flex: 1 0 auto;
}
.page__footer {
  flex: 0 0 auto;
}

.container {
  position: relative;
  width: 100%;
  max-width: 1160px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.btn {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  vertical-align: middle;
  max-width: 100%;
  height: 42px;
  padding-right: 32px;
  padding-left: 32px;
  font-weight: 700;
  font-size: 11px;
  line-height: 18px;
  text-transform: uppercase;
  font-family: inherit;
  text-align: center;
  text-decoration: none;
  border: 1px solid transparent;
  border-radius: 2px;
  box-shadow: none;
  -webkit-appearance: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  transition: color 0.3s, background-color 0.3s, border-color 0.3s, opacity 0.3s;
}
@media (hover: hover) {
  .btn:hover {
    text-decoration: none;
  }
  .btn:hover .icon-arrow-right {
    transform: translateX(3px);
  }
  .btn:hover .icon-arrow-left {
    transform: translateX(-3px);
  }
}
.btn.is-loading {
  opacity: 0.5;
  pointer-events: none;
}
.btn .icon {
  outline: none !important;
}
.btn .icon + .btn__title {
  margin-left: 10px;
}
.btn .icon-arrow-right,
.btn .icon-arrow-left {
  transition: transform 0.3s;
}
.btn__title + .icon {
  margin-left: 10px;
}
.btn__counter {
  position: absolute;
  right: 6px;
  bottom: 5px;
  width: 18px;
  height: 18px;
  font-weight: 400;
  font-size: 11px;
  line-height: 18px;
  white-space: nowrap;
  text-align: center;
  border-radius: 50%;
  background-color: #f90133;
  color: #fff;
}
.btn--primary {
  color: #fff;
  background-color: #01a0c6;
  border-color: #01a0c6;
}
@media (hover: hover) {
  .btn--primary:hover {
    color: #01a0c6;
    background-color: transparent;
  }
}
.btn--secondary {
  color: #101010;
  background-color: #fff;
  border-color: #fff;
}
@media (hover: hover) {
  .btn--secondary:hover {
    background-color: #f7f7f7;
  }
}
.btn--outline-primary {
  color: #01a0c6;
  border: 1px solid #01a0c6;
}
@media (hover: hover) {
  .btn--outline-primary:hover {
    color: #fff;
    background-color: #01a0c6;
  }
}
.btn--outline-secondary {
  color: #101010;
  border: 1px solid #101010;
}
@media (hover: hover) {
  .btn--outline-secondary:hover {
    color: #fff;
    background-color: #101010;
  }
}
.btn--outline-red {
  color: #f90133;
  border: 1px solid #f90133;
}
@media (hover: hover) {
  .btn--outline-red:hover {
    color: #fff;
    background-color: #f90133;
  }
}
.btn--outline-bottom {
  justify-content: space-between;
  width: 100%;
  height: auto;
  padding-right: 0;
  padding-bottom: 8px;
  padding-left: 0;
  font-weight: 400;
  font-size: 13px;
  line-height: 24px;
  text-transform: none;
  color: #101010;
  border-bottom: 1px solid currentColor;
  transition: color 0.2s, border-color 0.2s;
}
@media (hover: hover) {
  .btn--outline-bottom:hover {
    color: #01a0c6;
  }
}
.btn--light {
  color: #101010;
  border: none;
  background-color: #f0f0f0;
}
.btn--light-gray-blue {
  color: #979da4;
  background-color: #eef5f8;
}
@media (hover: hover) {
  .btn--light-gray-blue:hover {
    background-color: #e7f1f5;
  }
}
.btn--red {
  font-weight: 600;
  color: #fff;
  background-color: #f90133;
  border-color: #f90133;
}
@media (hover: hover) {
  .btn--red:hover {
    color: #f90133;
    background-color: transparent;
  }
}
.btn--dark-red {
  font-weight: 600;
  color: #fff;
  background-color: #bb2846;
  border-color: #bb2846;
}
@media (hover: hover) {
  .btn--dark-red:hover {
    color: #bb2846;
    background-color: transparent;
  }
}
.btn--link {
  color: #101010;
}
@media (hover: hover) {
  .btn--link:hover {
    text-decoration: underline;
  }
}
.btn--back {
  justify-content: flex-start;
  padding-right: 0;
  padding-left: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-align: left;
  text-transform: none;
  color: #979da4;
}
@media (hover: hover) {
  .btn--back:hover {
    color: #01a0c6;
  }
}
.btn--icon {
  padding: 0;
  border: none;
}
.btn--icon .icon {
  margin: 0;
}
.btn--fullwidth {
  width: 100%;
}
.btn--cart .icon {
  position: relative;
  top: -2px;
}
.btn--play {
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 6px solid #fff;
}
@media (max-width: 767px) {
  .btn--play {
    width: 72px;
    height: 72px;
    border-width: 5px;
  }
}
.btn--play::before {
  content: "";
  width: 0;
  height: 0;
  margin-left: 7px;
  border-style: solid;
  border-width: 18px 0 18px 32px;
  border-color: transparent transparent transparent #fff;
}
@media (max-width: 767px) {
  .btn--play::before {
    margin-left: 6px;
    border-width: 14px 0 14px 26px;
  }
}
.btn--close {
  width: 42px;
  padding: 0;
  color: #979da4;
  border: none;
}
@media (hover: hover) {
  .btn--close:hover {
    color: #101010;
  }
}
.btn--more {
  margin-top: 48px;
}
@media (max-width: 767px) {
  .btn--more {
    margin-top: 40px;
  }
}
.btn--filter {
  padding-right: 15px;
  padding-left: 15px;
}
.btn--filter .icon {
  margin-right: 6px;
}
.btn--min-width {
  min-width: 218px;
}
.btn--md {
  height: 48px;
}

::-webkit-input-placeholder {
  text-transform: none;
  color: #979da4;
  opacity: 1;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
}

:-moz-placeholder {
  text-transform: none;
  color: #979da4;
  opacity: 1;
  -moz-transition: opacity 0.15s;
  transition: opacity 0.15s;
}

::-moz-placeholder {
  text-transform: none;
  color: #979da4;
  opacity: 1;
  -moz-transition: opacity 0.15s;
  transition: opacity 0.15s;
}

:-ms-input-placeholder {
  text-transform: none;
  color: #979da4;
  opacity: 1;
  -ms-transition: opacity 0.15s;
  transition: opacity 0.15s;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  opacity: 0;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  opacity: 0;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  opacity: 0;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  opacity: 0;
}

.field {
  display: block;
  width: 100%;
  height: 56px;
  padding-right: 12px;
  padding-left: 52px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-family: inherit;
  color: #101010;
  background-color: #f7f7f7;
  background-repeat: no-repeat;
  background-position: left 18px center;
  border: none;
  border-radius: 2px;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.field::-ms-clear {
  display: none;
}
.has-error .field, .field.is-error {
  box-shadow: 0 0 0 1px #f90133;
}
.field--textarea {
  height: 135px;
  padding: 16px;
}
.field--white-bg {
  background-color: #fff;
}
.field--outline {
  border: 1px solid #979da4;
}
.field--outline-bottom {
  padding-right: 16px;
  padding-left: 0;
  font-weight: 600;
  font-size: 14px;
  background-color: #fff;
  border-bottom: 1px solid #41444a;
}
.field--name {
  background-image: url(../images/svg-icons/user-black.svg);
  background-size: 20px auto;
}
.field--tel {
  background-image: url(../images/svg-icons/phone-2-black.svg);
  background-size: 19px auto;
  background-position-x: 19px;
}
.field--email {
  background-image: url(../images/svg-icons/email-black.svg);
  background-size: 21px auto;
  background-position-x: 18px;
}
.field--no-icon {
  padding-right: 16px;
  padding-left: 16px;
}
.field--sm {
  height: 40px;
  font-size: 14px;
  line-height: 18px;
}

.checkbox {
  position: relative;
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
  max-width: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #101010;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
}
.checkbox input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}
.checkbox input:checked ~ .checkbox__box {
  background-color: #01a0c6;
  background-image: url(../images/svg-icons/check-white.svg);
  border-color: #01a0c6;
}
.checkbox input:checked ~ .checkbox__box::before {
  display: block;
}
.checkbox__box {
  position: relative;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin-right: 16px;
  border-radius: 2px;
  border: 1px solid #979da4;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px 9px;
  transition: background-color 0.2s, border-color 0.2s;
}
.checkbox__title {
  min-width: 1px;
}
.checkbox__title .additional-info {
  color: #979da4;
}

.radio-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
  max-width: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #101010;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
}
.radio-btn input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}
.radio-btn input:checked ~ .radio-btn__box {
  border-color: #101010;
}
.radio-btn input:checked ~ .radio-btn__box::before {
  display: block;
}
.radio-btn__box {
  position: relative;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin-top: 1px;
  margin-right: 21px;
  border-radius: 50%;
  border: 2px solid #979da4;
}
.radio-btn__box::before {
  content: "";
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: #101010;
  border-radius: 50%;
  display: none;
}
.radio-btn__title {
  min-width: 1px;
}

.form__block + .form__block {
  margin-top: 50px;
}
@media (max-width: 1023px) {
  .form__block + .form__block {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .form__block + .form__block {
    margin-top: 30px;
  }
}
.form__subtitle {
  margin-bottom: 26px;
}
@media (max-width: 1023px) {
  .form__subtitle {
    margin-bottom: 20px;
  }
}
.form__group {
  position: relative;
  display: block;
  margin-bottom: 20px;
}
.form__group--2-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 767px) {
  .form__group--2-col {
    grid-template-columns: 1fr;
  }
}
.form__group--gap-25 {
  -moz-column-gap: 25px;
       column-gap: 25px;
}
.form__col {
  position: relative;
}
.form__radio-btn-group {
  display: flex;
  flex-direction: column;
}
.form__radio-btn-group .radio-btn + .radio-btn {
  margin-top: 16px;
}
.form__select-group {
  margin-top: 32px;
}
@media (max-width: 767px) {
  .form__select-group {
    margin-top: 25px;
  }
}
.form__submit {
  padding-top: 8px;
}
.form__error {
  position: absolute;
  top: 100%;
  left: 0;
  max-width: 100%;
  margin-top: 2px;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #f90133;
}

.toggle-menu-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
}
.toggle-menu-btn > span {
  position: relative;
  width: 24px;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
  backface-visibility: hidden;
  transition: 0.3s;
}
.toggle-menu-btn > span::before, .toggle-menu-btn > span::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 2px;
  backface-visibility: hidden;
  transition: 0.3s;
}
.toggle-menu-btn > span::before {
  top: -7px;
}
.toggle-menu-btn > span::after {
  top: 7px;
}
.toggle-menu-btn.is-active > span {
  background-color: transparent;
}
.toggle-menu-btn.is-active > span::before {
  top: 0;
  transform: rotate(45deg);
}
.toggle-menu-btn.is-active > span::after {
  top: 0;
  transform: rotate(-45deg);
}

.tabs__btn-group {
  position: relative;
  margin-bottom: 50px;
  padding-right: 15px;
  padding-left: 15px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .tabs__btn-group {
    margin-bottom: 35px;
  }
}
.tabs__btn-group::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 0;
  transform: translateX(-50%);
  width: 100vw;
  height: 1px;
  background-color: #979da4;
}
.tabs__btn-row {
  position: relative;
  z-index: 1;
  text-align: center;
  white-space: nowrap;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}
.tabs__btn-row::-webkit-scrollbar {
  display: none;
  width: 0;
}
.tabs__btn-row::-webkit-scrollbar {
  width: 0;
  height: 0;
  background: transparent;
}
.tabs__btn-row--align-left {
  text-align: left;
}
.tabs__btn {
  position: relative;
  z-index: 1;
  display: inline-flex;
  padding-bottom: 21px;
  margin-right: 18px;
  margin-left: 18px;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  white-space: nowrap;
  color: #979da4;
  cursor: pointer;
  scroll-snap-align: start;
  transition: color 0.2s;
}
@media (max-width: 767px) {
  .tabs__btn {
    margin-right: 10px;
    margin-left: 10px;
  }
}
.tabs__btn::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  opacity: 0;
  transition: opacity 0.2s;
}
.tabs__btn.is-active {
  color: #f90133;
}
.tabs__btn.is-active::after {
  opacity: 1;
}
.tabs__content:not(:first-child) {
  display: none;
}
.tabs--secondary .tabs__btn-group {
  margin-bottom: 32px;
  padding-right: 0;
  padding-left: 0;
}
.tabs--secondary .tabs__btn {
  margin-left: 0;
  padding-bottom: 24px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .tabs--secondary .tabs__btn {
    margin-right: 28px;
    padding-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .tabs--secondary .tabs__btn {
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .tabs--secondary .tabs__btn:last-child {
    margin-right: 0;
  }
}
.tabs--secondary .tabs__btn.is-active {
  color: #101010;
}

.icon {
  display: block;
  flex-shrink: 0;
  fill: currentColor;
}

.logo {
  display: block;
  flex-shrink: 0;
  width: 153px;
}
.logo img {
  display: block;
  width: 100%;
}

.phones {
  position: relative;
  padding-right: 24px;
  padding-left: 28px;
  font-weight: 500;
  font-family: "MontserratAlternates", sans-serif;
  display: flex;
  align-items: center;
  gap: 20px;
}
.phones::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 17px;
  height: 17px;
  background: url(../images/svg-icons/phone-white.svg) no-repeat center/contain;
}
.phones a {
  display: block;
  color: #fff;
  transition: color 0.3s;
}
.phones a:hover {
  color: #01a0c6;
}
.phones__toggle-btn {
  position: absolute;
  top: 1px;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 19px;
  transition: transform 0.3s;
}
.phones__toggle-btn.is-active {
  margin-top: 1px;
  transform: rotate(180deg);
}
.phones__list {
  position: absolute;
  top: 100%;
  left: 95px;
  transform: translateY(25px);
  padding-top: 3px;
  padding-bottom: 3px;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s, visibility 0.4s, transform 0.4s;
}
.phones__list.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(10px);
}
.phones__list > li > a {
  display: block;
  padding: 2px 15px 2px 15px;
  color: #101010;
}
.phones--black::before {
  background-image: url(../images/svg-icons/phone-black.svg);
}
.phones--black a {
  color: #101010;
}

.promo {
  position: relative;
  display: flex;
  flex-shrink: 0;
  align-items: flex-end;
  width: 100%;
  max-width: 361px;
  min-height: 243px;
  padding: 20px 50px 20px 21px;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  text-shadow: 0 4.4px 4.4px rgba(0, 0, 0, 0.25);
  border-radius: 2px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
}
.promo::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0.02deg, rgba(0, 0, 0, 0.2) 2.93%, rgba(0, 0, 0, 0) 24.44%), linear-gradient(0.02deg, rgba(0, 0, 0, 0.2) 2.93%, rgba(0, 0, 0, 0) 24.44%), linear-gradient(0.02deg, rgba(0, 0, 0, 0.2) 2.93%, rgba(0, 0, 0, 0) 24.44%);
  transition: opacity 0.3s;
}
.promo__title {
  position: relative;
  z-index: 1;
}

.socials {
  display: flex;
  align-items: center;
}
.socials > li {
  margin-right: 20px;
}
.socials > li > a {
  display: block;
  color: #cbd3da;
  transition: color 0.3s;
}
.socials > li > a.fb:hover {
  color: #1877f2;
}
.socials > li > a.instagram:hover {
  color: #d62976;
}
.socials--black > li > a:not(:hover) {
  color: #101010;
}

.header {
  position: sticky;
  top: 0;
  z-index: 30;
  background-color: #2a2c30;
}
.header .toggle-menu-btn {
  margin-right: 36px;
}
@media (max-width: 767px) {
  .header .toggle-menu-btn {
    margin-right: 20px;
  }
}
@media (max-width: 479px) {
  .header .toggle-menu-btn {
    margin-right: 15px;
  }
}
@media (max-width: 767px) {
  .header .container {
    padding-left: 10px;
  }
}
.header__row {
  display: flex;
  align-items: center;
  height: 78px;
  margin-right: -8px;
}
@media (max-width: 767px) {
  .header__row {
    height: 72px;
  }
}
@media (min-width: 768px) {
  .header__logo {
    margin-right: 67px;
  }
}
@media (max-width: 374px) {
  .header__logo {
    width: 140px;
  }
}
@media (max-width: 1023px) {
  .header__phones {
    display: none;
  }
}
.header__btn-group {
  display: flex;
  align-items: center;
  margin-left: auto;
}
.header__btn-group .btn--icon {
  width: 42px;
}
@media (min-width: 480px) {
  .header__btn-group .btn--icon {
    margin-left: 16px;
  }
}
.header__btn-group .btn--icon:hover .icon {
  color: #01a0c6;
}
@media (min-width: 480px) {
  .header__btn-group .btn--icon:last-child {
    margin-left: 10px;
  }
}
.header__btn-group .btn--icon .icon {
  color: #fff;
  transition: color 0.3s;
}
.header__btn-group .btn--search.is-active .icon-close-thick {
  display: block;
}
.header__btn-group .btn--search.is-active .icon-search {
  display: none;
}
.header__btn-group .btn--search .icon-close-thick {
  display: none;
}
@media (max-width: 1023px) {
  .header__sign-up-btn {
    display: none;
  }
}

.menu {
  position: fixed;
  top: 78px;
  bottom: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  overflow: hidden;
  pointer-events: none;
}
@media (max-width: 767px) {
  .menu {
    top: 72px;
  }
}
.menu.is-active {
  pointer-events: auto;
}
@media (max-width: 1023px) {
  .menu.is-active {
    transform: translateX(0);
  }
}
.menu.is-active .menu__overlay {
  opacity: 1;
}
@media (max-width: 1023px) {
  .menu.is-active .container {
    transform: translateX(0);
  }
}
@media (min-width: 1024px) {
  .menu.is-active .menu__content {
    transform: translateY(0);
  }
}
@media (max-width: 1023px) {
  .menu .container {
    transform: translateX(-100%);
    max-width: 320px;
    height: 100%;
    overflow-y: auto;
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
    background-color: #fff;
    transition: transform 0.3s;
  }
}
@media (max-width: 767px) {
  .menu .container {
    max-width: 100%;
  }
}
.menu__overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.5s;
}
.menu__content {
  position: relative;
  z-index: 0;
  transition: transform 0.3s, background-color 0.3s;
}
@media (min-width: 1024px) {
  .menu__content {
    transform: translateY(-100%);
    margin-right: 5px;
  }
}
@media (max-width: 1023px) {
  .menu__content {
    padding-top: 20px;
    padding-bottom: 30px;
  }
}
@media (min-width: 1024px) {
  .menu__content.is-submenu-open {
    background-color: #fff;
  }
}
@media (min-width: 1024px) {
  .menu__content.is-submenu-open .menu__promo {
    visibility: visible;
    opacity: 1;
    transition: visibility 0.2s, opacity 0.2s;
  }
}
@media (min-width: 1024px) {
  .menu__list {
    max-width: 216px;
    padding: 32px 24px 32px 0;
    background-color: #f7f7f7;
  }
}
.menu__list > li + li {
  margin-top: 15px;
}
@media (max-width: 1023px) {
  .menu__list > li + li {
    margin-top: 3px;
  }
}
.menu__list > li.has-submenu > a,
.menu__list > li.has-submenu > span {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (min-width: 1024px) {
  .menu__list > li.has-submenu > a:hover::after, .menu__list > li.has-submenu > a.is-active::after,
  .menu__list > li.has-submenu > span:hover::after,
  .menu__list > li.has-submenu > span.is-active::after {
    opacity: 1;
  }
}
@media (max-width: 1023px) {
  .menu__list > li.has-submenu > a.is-active::after,
  .menu__list > li.has-submenu > span.is-active::after {
    transform: rotate(270deg);
  }
}
.menu__list > li.has-submenu > a::after,
.menu__list > li.has-submenu > span::after {
  content: "";
  position: absolute;
  top: 15px;
  right: 21px;
  width: 7px;
  height: 10px;
  background: url(../images/svg-icons/angle-right-rounded-black.svg) no-repeat center/contain;
  transition: opacity 0.2s;
}
@media (min-width: 1024px) {
  .menu__list > li.has-submenu > a::after,
  .menu__list > li.has-submenu > span::after {
    opacity: 0.5;
  }
}
@media (max-width: 1023px) {
  .menu__list > li.has-submenu > a::after,
  .menu__list > li.has-submenu > span::after {
    transform: rotate(90deg);
    transition: transform 0.3s;
  }
}
.menu__list > li > a,
.menu__list > li > span {
  position: relative;
  display: block;
  padding: 9px 45px 9px 16px;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #101010;
  border-radius: 2px;
  cursor: pointer;
  transition: background-color 0.2s;
}
@media (min-width: 1024px) {
  .menu__list > li > a:hover, .menu__list > li > a.is-active,
  .menu__list > li > span:hover,
  .menu__list > li > span.is-active {
    background-color: #fff;
  }
}
@media (min-width: 1024px) {
  .menu__submenu {
    position: absolute;
    top: 0;
    right: 0;
    left: 216px;
    height: 100%;
    padding: 40px 22px;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.3s, opacity 0.3s;
  }
}
@media (max-width: 1023px) {
  .menu__submenu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s;
  }
}
@media (min-width: 1024px) {
  .menu__submenu.is-active {
    visibility: visible;
    opacity: 1;
    transition: visibility 0.3s, opacity 0.3s;
  }
}
@media (max-width: 1023px) {
  .menu__submenu.is-active {
    max-height: var(--max-height, 100%);
  }
}
.menu__submenu > ul {
  width: 50%;
}
@media (min-width: 1024px) {
  .menu__submenu > ul {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
@media (max-width: 1023px) {
  .menu__submenu > ul {
    width: 100%;
    padding-top: 5px;
  }
}
@media (min-width: 1200px) {
  .menu__submenu > ul > li {
    padding-right: 20px;
  }
}
.menu__submenu > ul > li + li {
  margin-top: 24px;
}
@media (max-width: 1023px) {
  .menu__submenu > ul > li + li {
    margin-top: 3px;
  }
}
.menu__submenu > ul > li > a {
  display: block;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #101010;
  transition: color 0.2s;
}
@media (max-width: 1023px) {
  .menu__submenu > ul > li > a {
    font-weight: 500;
    padding: 7px 30px;
  }
}
@media (hover: hover) {
  .menu__submenu > ul > li > a:hover {
    color: #01a0c6;
  }
}
.menu__promo {
  position: absolute;
  top: 32px;
  right: 93px;
  width: 33%;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.2s, opacity 0.2s;
}
@media (max-width: 1199px) {
  .menu__promo {
    right: 30px;
  }
}
@media (max-width: 1023px) {
  .menu__promo {
    display: none;
  }
}
.menu__info {
  margin: 20px 16px 0;
  padding-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
@media (min-width: 1024px) {
  .menu__info {
    display: none;
  }
}
.menu__phones {
  margin-bottom: 15px;
}

.slider {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  padding: 0;
  margin-right: auto;
  margin-left: auto;
}
.slider:not(.slick-initialized) {
  display: flex;
  overflow: hidden;
}
.slider__item {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  float: none;
}

.search-form {
  position: absolute;
  top: 50%;
  right: 110px;
  width: 0;
  overflow: hidden;
  transition: width 0.3s, box-shadow 0.3s;
}
@media (min-width: 480px) {
  .search-form {
    transform: translateY(-50%);
  }
}
@media (max-width: 479px) {
  .search-form {
    top: 100%;
    right: 15px;
  }
}
.search-form.is-active {
  width: 300px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}
@media (max-width: 479px) {
  .search-form.is-active {
    width: calc(100% - 30px);
  }
}
.search-form__field {
  height: 46px;
  padding-right: 56px;
}
.search-form__btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 100%;
  color: #101010;
}

.hero {
  position: relative;
  height: 680px;
}
@media (max-width: 1199px) {
  .hero {
    height: 580px;
  }
}
@media (max-width: 1023px) {
  .hero {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .hero {
    height: 460px;
  }
}
.hero .slick-dots {
  position: absolute;
  bottom: 14px;
  left: 0;
  z-index: 1;
  width: 100%;
}
@media (max-width: 767px) {
  .hero .slick-dots {
    bottom: 5px;
  }
}
@media (max-width: 1199px) {
  .hero .slick-arrow {
    display: none;
  }
}
.hero .slick-prev {
  left: 51px;
}
@media (max-width: 1439px) {
  .hero .slick-prev {
    left: 5px;
  }
}
.hero .slick-next {
  right: 51px;
}
@media (max-width: 1439px) {
  .hero .slick-next {
    right: 5px;
  }
}
.hero__item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
@media (min-width: 1200px) {
  .hero__item {
    padding-top: 188px;
  }
}
@media (max-width: 1199px) {
  .hero__item {
    display: flex;
    align-items: center;
  }
}
.hero__content {
  max-width: 480px;
  color: #fff;
}
@media (max-width: 1023px) {
  .hero__content {
    max-width: 400px;
  }
}
@media (max-width: 767px) {
  .hero__content {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
}
.hero__title {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 39px;
  line-height: 1.1;
  letter-spacing: 0.02em;
}
@media (max-width: 1023px) {
  .hero__title {
    font-size: 46px;
  }
}
@media (max-width: 767px) {
  .hero__title {
    font-size: 38px;
  }
}
@media (max-width: 374px) {
  .hero__title {
    font-size: 32px;
  }
}
.hero__btn {
  margin-top: 53px;
}
@media (max-width: 1023px) {
  .hero__btn {
    margin-top: 40px;
  }
}

.section {
  padding-top: 64px;
  padding-bottom: 70px;
}
@media (max-width: 1023px) {
  .section {
    padding-top: 50px;
    padding-bottom: 55px;
  }
}
@media (max-width: 767px) {
  .section {
    padding-top: 40px;
    padding-bottom: 45px;
  }
}
.section__subtitle {
  position: relative;
  display: table;
  margin-right: auto;
  margin-bottom: 8px;
  margin-left: auto;
  font-weight: 600;
  font-size: 12px;
  line-height: 24px;
  font-family: "Mulish", sans-serif;
  text-transform: uppercase;
  text-align: center;
}
.section__subtitle::before, .section__subtitle::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 51px;
  height: 1px;
  margin-top: -1px;
  background-color: currentColor;
}
.section__subtitle::before {
  left: -14px;
  transform: translateX(-100%);
}
.section__subtitle::after {
  right: -14px;
  transform: translateX(100%);
}
.section__subtitle--align-left {
  margin-right: 0;
  margin-left: 0;
  text-align: left;
}
@media (max-width: 1199px) {
  .section__subtitle--align-left::before {
    display: none;
  }
}
.section__subtitle--align-left::after {
  display: none;
}
.section__title {
  margin-bottom: 1.1em;
  text-align: center;
}
@media (max-width: 767px) {
  .section__title {
    margin-bottom: 0.9em;
  }
}
.section__title span {
  display: block;
  color: #f90133;
}
.section__title--align-left {
  text-align: left;
}
.section--light-gray-bg {
  background-color: #f7f7f7;
}

.numbers {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 11px 14px;
}
@media (max-width: 1023px) {
  .numbers {
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
  }
}
@media (max-width: 767px) {
  .numbers {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 479px) {
  .numbers {
    gap: 7px;
  }
}
@media (min-width: 768px) {
  .numbers--3-col {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
}

.number {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: 156px;
  padding: 10px;
  text-align: center;
  background-color: #f7f7f7;
}
.number__title {
  font-weight: 500;
  font-size: 26px;
  line-height: 1.076;
  font-family: "MontserratAlternates", sans-serif;
}
@media (max-width: 479px) {
  .number__title {
    font-size: 22px;
  }
}
.number__title span {
  color: #f90133;
}
.number__value {
  margin-bottom: 5px;
  font-weight: 400;
  font-size: 48px;
  line-height: 1;
  font-family: "MontserratAlternates", sans-serif;
  white-space: nowrap;
  color: #f90133;
}
@media (max-width: 767px) {
  .number__value {
    font-size: 44px;
  }
}
@media (max-width: 479px) {
  .number__value {
    font-size: 38px;
  }
}
.number__desc {
  font-weight: 600;
  font-size: 17px;
  line-height: 21px;
}
@media (max-width: 479px) {
  .number__desc {
    font-size: 16px;
    line-height: 18px;
  }
}

.about__title {
  margin-bottom: 0.9em;
}
@media (max-width: 1023px) {
  .about__title {
    margin-bottom: 0.7em;
  }
}
.about__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media (max-width: 767px) {
  .about__row {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.about__text h2,
.about__text h3,
.about__text h4 {
  margin-bottom: 0.9em;
}
.about__text p:not(:last-child),
.about__text ul:not(:last-child),
.about__text ol:not(:last-child) {
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .about__img {
    order: -1;
  }
}
.about__img img {
  display: block;
}
@media (max-width: 767px) {
  .about__img img {
    margin-right: auto;
    margin-left: auto;
  }
}
.about__btn {
  margin-top: 40px;
}
@media (max-width: 1023px) {
  .about__btn {
    margin-top: 30px;
  }
}
.about__numbers {
  margin-top: 68px;
}
@media (max-width: 1023px) {
  .about__numbers {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .about__numbers {
    margin-top: 40px;
  }
}

.categories {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1023px) {
  .categories {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 600px) {
  .categories {
    grid-template-columns: 1fr;
  }
}

.category {
  position: relative;
  display: flex;
  color: #fff;
}
@media (max-width: 1439px) {
  .category {
    max-height: 310px;
  }
}
@media (hover: hover) {
  .category:hover::before {
    opacity: 1;
  }
  .category:hover .category__title {
    opacity: 1;
    transform: translateY(0);
  }
  .category:hover .category__title::after {
    width: 100%;
    transition-delay: 0.2s;
  }
}
@media (max-width: 1023px) {
  .category {
    max-height: 220px;
  }
}
.category::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
@media (hover: hover) {
  .category::before {
    opacity: 0;
    transition: opacity 0.3s;
  }
}
.category__img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.category__title {
  position: absolute;
  right: 43px;
  bottom: 55px;
  left: 43px;
  z-index: 1;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 28px;
  line-height: 1.179;
  font-family: "MontserratAlternates", sans-serif;
}
@media (hover: hover) {
  .category__title {
    transform: translateY(20px);
    opacity: 0;
    transition: opacity 0.3s, transform 0.3s;
  }
}
@media (max-width: 1199px) {
  .category__title {
    right: 25px;
    bottom: 45px;
    left: 25px;
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .category__title {
    right: 15px;
    left: 15px;
    font-size: 23px;
  }
}
.category__title::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
}
@media (hover: hover) {
  .category__title::after {
    width: 0;
    transition: width 0.3s;
  }
}

.services {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (max-width: 767px) {
  .services {
    margin-right: -15px;
    margin-left: -15px;
  }
}
.services__row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (max-width: 1023px) {
  .services__row:not(:first-child) .service:first-child {
    background-color: #eef5f8;
  }
}
@media (min-width: 1024px) {
  .services__row:nth-child(even) {
    grid-template-columns: 40.7% 1fr;
  }
}
@media (min-width: 1024px) {
  .services__row:nth-child(even) .service:first-child {
    background-color: #eef5f8;
  }
}
@media (min-width: 1024px) {
  .services__row:nth-child(2n+3) {
    grid-template-columns: 1fr 40.7%;
  }
}
@media (min-width: 1024px) {
  .services__row:nth-child(2n+3) .service:last-child {
    background-color: #eef5f8;
  }
}
.services--secondary .service {
  background-color: #eef5f8;
}
@media (max-width: 1023px) {
  .services--secondary .services__row:not(:first-child) .service:first-child {
    background-color: #f7f7f7;
  }
}
@media (min-width: 1024px) {
  .services--secondary .services__row:nth-child(even) .service:last-child {
    background-color: #f7f7f7;
  }
}
@media (min-width: 1024px) {
  .services--secondary .services__row:nth-child(2n+3) .service:first-child {
    background-color: #f7f7f7;
  }
}

.service {
  display: block;
  padding: 32px 40px;
  border-radius: 2px;
  background-color: #fff;
  color: #101010;
}
@media (max-width: 767px) {
  .service {
    padding: 25px 15px;
  }
}
@media (hover: hover) {
  .service:hover .service__title {
    color: #01a0c6;
  }
}
.service__row {
  display: flex;
  align-items: flex-start;
}
.service__img {
  width: 228px;
  flex-shrink: 0;
  margin-left: 15px;
  border-radius: 200px 5px 5px 200px;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .service__img {
    display: none;
  }
}
.service__img img {
  display: block;
}
.service__body {
  min-width: 1px;
  flex-grow: 1;
}
.service__icon {
  display: flex;
  align-items: center;
  width: 54px;
  height: 54px;
  margin-bottom: 18px;
}
.service__icon img {
  display: block;
}
.service__title {
  margin-bottom: 16px;
  font-weight: 500;
  font-size: 28px;
  line-height: 1.179;
  font-family: "MontserratAlternates", sans-serif;
  transition: color 0.2s;
}
@media (max-width: 1023px) {
  .service__title {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .service__title {
    font-size: 24px;
  }
}

.promo-video {
  position: relative;
  height: 347px;
}
@media (max-width: 1023px) {
  .promo-video {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .promo-video {
    height: 250px;
  }
}
.promo-video.is-video-playing::before {
  opacity: 0;
}
.promo-video.is-video-playing .promo-video__btn {
  opacity: 0;
  pointer-events: none;
}
.promo-video::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  pointer-events: none;
  transition: opacity 0.2s;
}
.promo-video__content {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center 25%;
     object-position: center 25%;
}
.promo-video__btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.2s;
}

.accordion {
  border: 1px solid #cbd3da;
  transition: background-color 0.2s, padding 0.5s;
}
.accordion:not(:first-child) {
  border-top: none;
}
.accordion:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.accordion:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.accordion.is-active {
  background-color: rgba(238, 245, 248, 0.7);
}
.accordion.is-active .accordion__title {
  color: #01a0c6;
}
.accordion.is-active .accordion__icon::before {
  background-color: #979da4;
}
.accordion.is-active .accordion__icon::after {
  opacity: 0;
}
.accordion__header {
  position: relative;
  display: block;
  padding: 20px 100px 20px 24px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  color: #101010;
}
@media (max-width: 767px) {
  .accordion__header {
    padding: 18px 55px 18px 15px;
  }
}
.accordion__title {
  max-width: 960px;
  margin-bottom: 0;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.333;
  font-family: "Mulish", sans-serif;
  transition: color 0.2s;
}
@media (max-width: 767px) {
  .accordion__title {
    font-size: 17px;
  }
}
.accordion__icon {
  --size: 16px;
  position: absolute;
  top: 50%;
  right: 26px;
  transform: translateY(-50%);
  width: var(--size);
  height: var(--size);
}
@media (max-width: 767px) {
  .accordion__icon {
    --size: 14px;
    right: 15px;
  }
}
.accordion__icon::before, .accordion__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #01a0c6;
  transition: opacity 0.2s, background-color 0.2s;
}
.accordion__icon::before {
  width: var(--size);
  height: 2px;
}
.accordion__icon::after {
  width: 2px;
  height: var(--size);
}
.accordion__body {
  display: none;
}
.accordion__content {
  max-width: 960px;
  padding: 0 100px 45px 24px;
}
@media (max-width: 767px) {
  .accordion__content {
    padding: 0 15px 22px;
  }
}

.faq__group + .faq__group {
  margin-top: 56px;
}
@media (max-width: 767px) {
  .faq__group + .faq__group {
    margin-top: 40px;
  }
}
.faq__title {
  margin-bottom: 1.1em;
}
@media (max-width: 767px) {
  .faq__title {
    margin-bottom: 0.9em;
  }
}
.brands-slider {
  align-items: center;
  padding: 63px 44px;
  background-color: #3b3f44;
}
@media (max-width: 1199px) {
  .brands-slider {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .brands-slider {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.brands-slider .slick-track {
  align-items: center;
}
.brands-slider__item {
  width: auto;
  height: auto;
  padding-right: 44px;
  padding-left: 44px;
}
.brands-slider__item img {
  display: block;
  max-width: 245px;
  max-height: 150px;
}

.map {
  position: relative;
  max-width: 1052px;
  margin: -12% auto 0;
}
@media (max-width: 1023px) {
  .map {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media (max-width: 767px) {
  .map {
    margin-right: -45px;
    margin-left: -45px;
  }
}
.map__img {
  display: block;
  pointer-events: none;
}
.map__item {
  position: absolute;
}
@media (hover: hover) {
  .map__item::before {
    content: "";
    position: absolute;
    top: 0;
    right: -38px;
    left: 0;
    z-index: -1;
    height: 100px;
  }
}
@media (hover: hover) and (max-width: 1023px) {
  .map__item::before {
    height: 60px;
  }
}
@media (hover: hover) and (max-width: 767px) {
  .map__item::before {
    height: 30px;
  }
}
.map__item:hover {
  z-index: 1;
}
.map__item:hover .map__title::after {
  border-color: rgba(249, 1, 51, 0.3);
}
.map__item:hover .map__info {
  opacity: 1;
  pointer-events: auto;
}
.map__item--kyiv {
  top: 34.4%;
  left: 40.4%;
}
@media (max-width: 767px) {
  .map__item--kyiv .map__info {
    left: -70px;
  }
}
.map__item--khmelnytskyi {
  top: 45.5%;
  left: 12.4%;
}
@media (max-width: 767px) {
  .map__item--khmelnytskyi {
    left: 10%;
  }
}
.map__item--odesa {
  bottom: 22.3%;
  left: 38.2%;
}
@media (max-width: 767px) {
  .map__item--odesa .map__info {
    left: -70px;
  }
}
.map__item--cherkasy {
  top: 45.4%;
  left: 38.7%;
}
@media (max-width: 767px) {
  .map__item--cherkasy .map__info {
    left: -70px;
  }
}
.map__item--dnipro {
  bottom: 43%;
  left: 60.75%;
}
@media (max-width: 767px) {
  .map__item--dnipro .map__info {
    right: -30px;
    left: auto;
  }
}
.map__item--kryvyi-rih {
  bottom: 36.15%;
  left: 48.9%;
}
@media (max-width: 767px) {
  .map__item--kryvyi-rih {
    bottom: 35%;
  }
}
@media (max-width: 767px) {
  .map__item--kryvyi-rih .map__info {
    right: -50px;
    left: auto;
  }
}
.map__item--kharkiv {
  top: 42.2%;
  right: 19.3%;
  left: auto;
}
.map__item--kharkiv .map__info {
  top: 100%;
  right: -50px;
  left: auto;
  margin-top: 10px;
}
.map__title {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  font-family: "MontserratAlternates", sans-serif;
  white-space: nowrap;
  cursor: pointer;
}
@media (max-width: 1023px) {
  .map__title {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .map__title {
    font-size: 14px;
  }
}
@media (max-width: 550px) {
  .map__title {
    font-size: 10px;
  }
}
.map__title::after {
  content: attr(data-number);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  flex-shrink: 0;
  margin-top: -1px;
  margin-left: 5px;
  padding-top: 1px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  background-color: #f90133;
  border: 5px solid transparent;
  background-clip: padding-box;
  border-radius: 50%;
  transition: border-color 0.2s;
}
@media (max-width: 1023px) {
  .map__title::after {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .map__title::after {
    width: 26px;
    height: 26px;
    font-size: 13px;
    border-width: 4px;
  }
}
@media (max-width: 550px) {
  .map__title::after {
    width: 20px;
    height: 20px;
    margin-left: 3px;
    font-size: 9px;
    border-width: 3px;
  }
}
.map__info {
  position: absolute;
  top: 0;
  left: 100%;
  width: 351px;
  margin-left: 38px;
  padding: 26px 32px 31px;
  background-color: #fff;
  border-radius: 2px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s;
}
@media (max-width: 1199px) {
  .map__info {
    top: 100%;
    left: 0;
    margin-top: 10px;
    margin-left: 0;
  }
}
@media (max-width: 1023px) {
  .map__info {
    width: 280px;
    padding: 25px 20px;
  }
}
@media (max-width: 767px) {
  .map__info {
    width: 250px;
    padding: 15px 10px;
  }
}
.map__info ul > li + li {
  margin-top: 15px;
}
@media (max-width: 767px) {
  .map__info ul > li + li {
    margin-top: 10px;
  }
}
.map__info ul > li > a {
  position: relative;
  display: block;
  padding-left: 31px;
  font-weight: 600;
  line-height: 1.375;
  color: #101010;
  text-decoration: underline;
}
@media (max-width: 1023px) {
  .map__info ul > li > a {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .map__info ul > li > a {
    padding-left: 20px;
    font-size: 12px;
  }
}
.map__info ul > li > a::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  width: 15px;
  height: 22px;
  background: url(../images/svg-icons/location-red.svg) no-repeat center/contain;
}
@media (max-width: 1023px) {
  .map__info ul > li > a::before {
    top: -1px;
  }
}
@media (max-width: 767px) {
  .map__info ul > li > a::before {
    width: 12px;
    height: 19px;
  }
}
.map__info ul > li > a:hover {
  text-decoration: none;
}

.product {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border: 1px solid #e7e7e7;
}
@media (min-width: 768px) {
  .product {
    min-height: 354px;
  }
}
.product__img {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  height: 176px;
  margin-bottom: 7px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .product__img {
    height: 140px;
  }
}
@media (max-width: 374px) {
  .product__img {
    height: 120px;
  }
}
.product__img img {
  max-height: 100%;
}
.product__img img:not(:first-child) {
  display: none;
}
.product__info {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 0 26px 19px;
}
@media (max-width: 767px) {
  .product__info {
    position: relative;
    padding: 20px 10px 15px;
  }
}
.product__title {
  flex-grow: 1;
  margin-bottom: 12px;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  font-family: "Mulish", sans-serif;
}
@media (max-width: 767px) {
  .product__title {
    font-size: 13px;
    line-height: 17px;
  }
}
.product__link {
  display: block;
  color: #101010;
  transition: color 0.2s;
}
@media (hover: hover) {
  .product__link:hover {
    color: #01a0c6;
  }
}
.product__price-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 24px;
}
.product__price {
  position: relative;
}
.product__old-price {
  position: absolute;
  top: 100%;
  left: 0;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  text-decoration: line-through;
  white-space: nowrap;
}
.product__old-price + .product__current-price {
  color: #f90133;
}
.product__current-price {
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .product__colors {
    align-self: center;
  }
}
@media (max-width: 767px) {
  .product__colors {
    position: absolute;
    top: 0;
    left: 13px;
  }
}
@media (max-width: 767px) {
  .product__more-link {
    font-size: 12px;
  }
}
.product__buy-btn {
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px 18px;
  color: #979da4;
  transition: color 0.2s;
}
@media (max-width: 767px) {
  .product__buy-btn {
    padding: 12px 14px;
  }
}
@media (hover: hover) {
  .product__buy-btn:hover {
    color: #01a0c6;
  }
}
@media (min-width: 768px) {
  .product--sm {
    min-height: 258px;
  }
}
@media (min-width: 768px) {
  .product--sm .product__img {
    height: 128px;
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .product--sm .product__info {
    padding: 0 19px 14px;
  }
}
@media (min-width: 768px) {
  .product--sm .product__title {
    margin-bottom: 11px;
    font-size: 11px;
    line-height: 16px;
  }
}
@media (min-width: 768px) {
  .product--sm .product__price-row {
    margin-bottom: 17px;
  }
}
@media (min-width: 768px) {
  .product--sm .product__current-price {
    font-size: 11px;
    line-height: 1;
  }
}
@media (min-width: 768px) {
  .product--sm .product__old-price {
    margin-top: 1px;
    font-size: 10px;
    line-height: 1;
  }
}
@media (min-width: 768px) {
  .product--sm .product__buy-btn {
    padding: 11px 13px;
  }
}
@media (min-width: 768px) {
  .product--sm .product__more-link {
    padding-bottom: 6px;
    font-size: 10px;
    line-height: 17px;
  }
}

.sticker {
  position: absolute;
  top: 18px;
  left: 18px;
  font-weight: 600;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .sticker {
    top: 10px;
    left: 10px;
  }
}
.sticker--action {
  color: #f90133;
}
.sticker--hit {
  color: #01a0c6;
}
.sticker--sm {
  top: 13px;
  left: 13px;
  font-size: 8px;
}

.colors {
  display: flex;
  flex-shrink: 0;
}
.colors__item {
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: currentColor;
}
.colors__item:not(:first-child) {
  margin-left: 7px;
}
.colors__item::before {
  content: "";
  position: absolute;
  top: -3px;
  right: -3px;
  bottom: -3px;
  left: -3px;
  border-radius: inherit;
  border: 1px solid currentColor;
  opacity: 0;
  transition: opacity 0.2s;
}
.colors__item.is-active::before {
  opacity: 1;
}
.colors--sm .colors__item {
  width: 7px;
  height: 7px;
}
.colors--sm .colors__item:not(:first-child) {
  margin-left: 5px;
}
.colors--sm .colors__item::before {
  top: -2px;
  right: -2px;
  bottom: -2px;
  left: -2px;
}
.colors--lg .colors__item {
  width: 15px;
  height: 15px;
}
.colors--lg .colors__item:not(:first-child) {
  margin-left: 14px;
}

.breadcrumbs {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 8px;
  font-size: 12px;
  line-height: 14px;
  color: #979da4;
}
.breadcrumbs > li {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.breadcrumbs > li:not(:last-child)::after {
  content: "/";
  margin-right: 10px;
  margin-left: 10px;
}
.breadcrumbs > li > a,
.breadcrumbs > li > span {
  text-align: left;
}
.breadcrumbs > li > a {
  color: inherit;
  transition: color 0.2s;
}
.breadcrumbs > li > a:hover {
  color: #101010;
}
.breadcrumbs--align-left {
  justify-content: flex-start;
}

.main-content__header {
  padding-top: 49px;
  padding-bottom: 44px;
  text-align: center;
  background-color: #f7f7f7;
}
@media (max-width: 1023px) {
  .main-content__header {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .main-content__header {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.main-content__header .action-bar {
  margin-bottom: 16px;
}
.main-content__header .page-title + .btn {
  margin-top: 24px;
}
.main-content__body {
  padding-top: 40px;
  padding-bottom: 56px;
}
@media (max-width: 767px) {
  .main-content__body {
    padding-top: 30px;
    padding-bottom: 45px;
  }
}
.main-content__info {
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 48px;
  text-align: center;
}
@media (min-width: 1024px) {
  .main-content__info {
    padding-top: 8px;
  }
}
@media (max-width: 1023px) {
  .main-content__info {
    max-width: 90%;
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .main-content__info {
    padding-bottom: 30px;
  }
}
.main-content__info a {
  text-decoration: underline;
}
.main-content__info a:hover {
  text-decoration: none;
}

@media (min-width: 1024px) {
  .catalog {
    padding-top: 30px;
  }
}
.catalog__row {
  display: grid;
  grid-template-columns: 263px 1fr;
  -moz-column-gap: 25px;
       column-gap: 25px;
}
@media (max-width: 1199px) {
  .catalog__row {
    grid-template-columns: 240px 1fr;
  }
}
@media (max-width: 1023px) {
  .catalog__row {
    grid-template-columns: 220px 1fr;
  }
}
@media (max-width: 767px) {
  .catalog__row {
    display: block;
  }
}
.catalog__toggle-filter-btn {
  margin-right: 20px;
}
@media (min-width: 768px) {
  .catalog__toggle-filter-btn {
    display: none;
  }
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 32px;
  padding-bottom: 13px;
}
@media (max-width: 767px) {
  .pagination {
    margin-right: -15px;
    margin-left: -15px;
    padding-bottom: 0;
  }
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  margin-right: 0;
}
.pagination > li > a,
.pagination > li > span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin-right: 4px;
  margin-left: 4px;
  font-size: 12px;
  line-height: 1;
  white-space: nowrap;
  color: #101010;
  border-radius: 50%;
  transition: color 0.2s, background-color 0.2s;
}
@media (hover: hover) {
  .pagination > li > a:not(.more):not(.is-active):hover,
  .pagination > li > span:not(.more):not(.is-active):hover {
    color: #01a0c6;
  }
}
.pagination > li > a.is-active,
.pagination > li > span.is-active {
  color: #fff;
  background-color: #01a0c6;
}
.pagination > li > a.prev,
.pagination > li > span.prev {
  margin-right: 7px;
}
.pagination > li > a.next,
.pagination > li > span.next {
  margin-left: 7px;
}
.pagination > li > a.is-disabled,
.pagination > li > span.is-disabled {
  opacity: 0.5;
  pointer-events: none;
}

@media (max-width: 767px) {
  .filter {
    position: fixed;
    top: 72px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    transform: translateX(-100%);
    background-color: #fff;
    transition: transform 0.3s;
  }
}
@media (max-width: 767px) {
  .filter.is-active {
    transform: translateX(0);
  }
}
@media (max-width: 767px) {
  .filter__content {
    min-height: calc(100% - 72px);
    padding-bottom: 20px;
  }
}
.filter__group + .filter__group {
  margin-top: 16px;
}
.filter__group.is-active .collapsible__btn::before {
  width: 57px;
}
.filter__group.is-active .collapsible__btn::after {
  transform: rotate(180deg);
}
.filter__group-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 21px;
  font-weight: 700;
}
.filter__group-title.collapsible__btn::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #101010;
  transition: width 0.2s;
}
.filter__group-title.collapsible__btn::after {
  content: "";
  width: 12px;
  height: 7px;
  flex-shrink: 0;
  margin-left: 10px;
  background: url(../images/svg-icons/angle-down-black.svg) no-repeat center/contain;
  transition: transform 0.3s;
}
.filter__group-title .switch {
  margin-left: 10px;
}
.filter__group-body {
  padding-top: 30px;
  padding-bottom: 4px;
}
.filter__group-scrollable {
  max-height: 270px;
  padding-right: 10px;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: none;
}
.filter__group-scrollable::-webkit-scrollbar {
  display: none;
  width: 0;
}
.filter__group-scrollable::-webkit-scrollbar {
  width: 0;
  height: 0;
  background: transparent;
}
.filter__checkbox {
  display: flex;
  font-size: 14px;
  line-height: 18px;
}
.filter__checkbox + .filter__checkbox {
  margin-top: 18px;
}
.filter__mobile-btn-group {
  position: sticky;
  bottom: 0;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  flex-shrink: 0;
  margin-right: -15px;
  margin-left: -15px;
  padding: 15px 15px;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
@media (min-width: 768px) {
  .filter__mobile-btn-group {
    display: none;
  }
}

.products {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 19px 24px;
}
@media (max-width: 767px) {
  .products {
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 10px;
  }
}
@media (max-width: 479px) {
  .products {
    grid-template-columns: 1fr 1fr;
  }
}

.sort-bar {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .sort-bar {
    justify-content: space-between;
    align-items: flex-end;
  }
}
.sort-bar select.field,
.sort-bar .choices {
  min-width: 227px;
}
@media (max-width: 767px) {
  .sort-bar select.field,
  .sort-bar .choices {
    min-width: 160px;
  }
}
.sort-bar .choices {
  flex-grow: 0;
}
.sort-bar select.field {
  width: auto;
}
.sort-bar--posts {
  margin-bottom: 64px;
}
@media (max-width: 767px) {
  .sort-bar--posts {
    margin-bottom: 30px;
  }
}
.sort-bar--posts select.field,
.sort-bar--posts .choices {
  min-width: 327px;
}
@media (max-width: 767px) {
  .sort-bar--posts select.field,
  .sort-bar--posts .choices {
    min-width: 220px;
  }
}

.switch {
  display: block;
  width: 38px;
  height: 23px;
  flex-shrink: 0;
  cursor: pointer;
}
.switch input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}
.switch input:checked ~ .switch__slider {
  background-color: #01a0c6;
}
.switch input:checked ~ .switch__slider::before {
  transform: translateX(15px);
}
.switch__slider {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #cbd3da;
  border-radius: 72px;
  transition: background-color 0.3s;
}
.switch__slider::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: #fff;
  will-change: transform;
  transition: transform 0.3s;
}

.range-slider__fields {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 10px;
  align-items: center;
  margin-bottom: 20px;
}
.range-slider__field {
  text-align: center;
}
.range-slider__track {
  height: 4px;
  margin-right: 4px;
  margin-left: 4px;
  border-radius: 3px;
  border: none;
  box-shadow: none;
  background-color: #979da4;
}
.range-slider__track .noUi-handle {
  top: -6px;
  right: -8px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 4px solid #fff;
  box-shadow: 0 1px 4px rgba(7, 5, 7, 0.35);
  background-color: #01a0c6;
  cursor: pointer;
}
.range-slider__track .noUi-handle::before, .range-slider__track .noUi-handle::after {
  display: none;
}
.range-slider__track .noUi-connect {
  background-color: #01a0c6;
}

.collapsible.is-active .collapsible__icon {
  transform: rotate(-45deg);
}
.collapsible__btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #101010;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.collapsible__icon {
  position: relative;
  flex-shrink: 0;
  width: 10px;
  height: 10px;
  margin-right: 20px;
  margin-left: 10px;
  transition: transform 0.3s;
}
.collapsible__icon::before, .collapsible__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #101010;
}
.collapsible__icon::before {
  width: 2px;
  height: 10px;
}
.collapsible__icon::after {
  width: 10px;
  height: 2px;
}
.collapsible__content:not(.is-open) {
  display: none;
}

.products {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 19px 24px;
}
@media (max-width: 767px) {
  .products {
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 10px;
  }
}
@media (max-width: 479px) {
  .products {
    grid-template-columns: 1fr 1fr;
  }
}

.label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  min-height: 30px;
  padding: 5px 16px;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  border: 1px solid currentColor;
  border-radius: 2px;
}
.label--red {
  color: #f90133;
}
.label--blue {
  font-weight: 500;
  color: #01a0c6;
  background-color: #eef5f8;
}
.label--sm {
  font-size: 11px;
  line-height: 14px;
}

.tags {
  display: flex;
  flex-wrap: wrap;
}
.tags > li {
  margin-right: 5px;
  margin-bottom: 5px;
}

.post-item {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background-color: #f7f7f7;
  border-radius: 2px;
}
.post-item__img {
  flex-shrink: 0;
  height: 260px;
}
@media (max-width: 1199px) {
  .post-item__img {
    height: 220px;
  }
}
@media (max-width: 767px) {
  .post-item__img {
    height: 190px;
  }
}
@media (max-width: 479px) {
  .post-item__img {
    height: 200px;
  }
}
@media (max-width: 374px) {
  .post-item__img {
    height: 160px;
  }
}
.post-item__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.post-item__body {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 24px 24px 32px;
}
@media (max-width: 767px) {
  .post-item__body {
    padding: 20px 15px 20px;
  }
}
.post-item__date {
  align-self: flex-start;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .post-item__date {
    margin-bottom: 18px;
  }
}
.post-item__tags {
  margin-bottom: 19px;
}
@media (max-width: 767px) {
  .post-item__tags {
    margin-bottom: 13px;
  }
}
.post-item__title {
  flex-grow: 1;
  min-height: 3.9em;
  margin-bottom: 24px;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .post-item__title {
    margin-bottom: 20px;
    font-size: 18px;
  }
}
.post-item__link {
  display: block;
  color: #101010;
  transition: color 0.2s;
}
@media (hover: hover) {
  .post-item__link:hover {
    color: #01a0c6;
  }
}
.post-item__more-link {
  align-self: flex-start;
  font-size: 14px;
  line-height: 16px;
  text-decoration: underline;
  color: #101010;
  transition: color 0.2s;
}
@media (hover: hover) {
  .post-item__more-link:hover {
    text-decoration: none;
    color: #01a0c6;
  }
}
.post-item__meta {
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 12px;
  line-height: 16px;
  color: #979da4;
}
@media (max-width: 767px) {
  .post-item__excerpt {
    display: none;
  }
}
.post-item--white-bg {
  background-color: #fff;
}
@media (min-width: 768px) {
  .post-item--article .post-item__body {
    padding-bottom: 24px;
  }
}
@media (min-width: 768px) {
  .post-item--promo.post-item--fullwidth .post-item__date {
    min-width: 219px;
  }
}
.post-item--blog .post-item__body {
  padding-bottom: 24px;
}
@media (max-width: 767px) {
  .post-item--blog .post-item__body {
    padding-bottom: 16px;
  }
}
@media (min-width: 768px) {
  .post-item--blog.post-item--fullwidth .post-item__tags {
    margin-bottom: 37px;
  }
}
@media (min-width: 768px) {
  .post-item--blog.post-item--fullwidth .post-item__meta {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (min-width: 768px) {
  .post-item--fullwidth {
    display: grid;
    grid-template-columns: 45.7% 1fr;
    grid-column: 1/-1;
    gap: 40px;
    background-color: transparent;
  }
}
@media (min-width: 1024px) {
  .post-item--fullwidth {
    gap: 60px;
  }
}
@media (min-width: 768px) {
  .post-item--fullwidth .post-item__img {
    align-self: flex-start;
    height: auto;
    overflow: hidden;
    border-radius: 2px;
  }
}
@media (min-width: 768px) {
  .post-item--fullwidth .post-item__body {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .post-item--fullwidth .post-item__date {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .post-item--fullwidth .post-item__title {
    flex-grow: 0;
    min-height: 1px;
    font-size: 30px;
    line-height: 1.25;
  }
}
@media (min-width: 1024px) {
  .post-item--fullwidth .post-item__title {
    font-size: 32px;
  }
}
@media (min-width: 768px) {
  .post-item--fullwidth .post-item__excerpt {
    flex-grow: 1;
    margin-bottom: 30px;
  }
}

.post-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 56px 27px;
}
@media (max-width: 1023px) {
  .post-list {
    gap: 40px 25px;
  }
}
@media (max-width: 767px) {
  .post-list {
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 20px;
  }
}
.post-list + .post-list {
  margin-top: 56px;
}
@media (max-width: 1023px) {
  .post-list + .post-list {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .post-list + .post-list {
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  .post-list--blog {
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
}
@media (min-width: 1024px) {
  .post-list--3-col {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1024px) {
  .post-list--6-col {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media (min-width: 1024px) {
  .post-list--6-col .post-item--blog:not(.post-item--fullwidth) {
    grid-column: auto/span 2;
  }
}
@media (min-width: 1024px) {
  .post-list--6-col .post-item--blog:not(.post-item--fullwidth):nth-child(6), .post-list--6-col .post-item--blog:not(.post-item--fullwidth):nth-child(7) {
    grid-column: auto/span 3;
  }
}

.recommendations__title {
  margin-bottom: 1.2em;
}
@media (max-width: 374px) {
  .recommendations__title {
    font-size: 22px;
  }
}
@media (min-width: 768px) {
  .recommendations__products {
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 16px;
  }
}

@media (min-width: 768px) {
  .product-card {
    display: grid;
    grid-template-areas: "gallery title" "gallery about" "recommendations about";
    grid-template-columns: 54.1% 1fr;
    grid-auto-rows: auto auto 1fr;
    align-items: flex-start;
    -moz-column-gap: 60px;
         column-gap: 60px;
  }
}
@media (max-width: 1199px) {
  .product-card {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
@media (min-width: 768px) {
  .product-card > * {
    min-width: 1px;
  }
}
.product-card__title {
  margin-bottom: 29px;
}
@media (min-width: 768px) {
  .product-card__title {
    grid-area: title;
  }
}
@media (max-width: 767px) {
  .product-card__title {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .product-card__gallery {
    grid-area: gallery;
  }
}
@media (max-width: 767px) {
  .product-card__gallery {
    margin-bottom: 25px;
  }
}
.product-card__gallery img {
  display: block;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-card__main-slider {
  height: 420px;
  margin-bottom: 12px;
}
@media (max-width: 1023px) {
  .product-card__main-slider {
    height: 350px;
  }
}
@media (max-width: 479px) {
  .product-card__main-slider {
    height: 300px;
  }
}
@media (max-width: 374px) {
  .product-card__main-slider {
    height: 250px;
  }
}
.product-card__main-img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-card__thumbs {
  overflow: hidden;
}
@media (hover: hover) {
  .product-card__thumbs:hover .slick-arrow {
    transform: translateX(0);
  }
  .product-card__thumbs:hover .slick-arrow:not(.slick-disabled) {
    opacity: 1;
  }
}
.product-card__thumbs:not(.slick-initialized) {
  visibility: hidden;
}
.product-card__thumbs .slick-list {
  width: auto;
  margin-right: -3px;
  margin-left: -7px;
}
.product-card__thumbs .slick-arrow {
  top: 0;
  width: 20px;
  height: 100%;
  background-color: #e7e7e7;
}
.product-card__thumbs .slick-arrow::before {
  width: 6px;
  height: 12px;
  background-image: url(../images/svg-icons/angle-right-black.svg);
}
.product-card__thumbs .slick-arrow.slick-disabled {
  opacity: 0;
  pointer-events: none;
}
.product-card__thumbs .slick-prev {
  left: 0;
  transform: translateX(-100%);
  border-radius: 0 2px 2px 0;
}
.product-card__thumbs .slick-next {
  right: 0;
  transform: translateX(100%);
  border-radius: 2px 0 0 2px;
}
.product-card__thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 74px;
  margin-right: 7px;
  margin-left: 7px;
  padding: 5px;
  border: 1px solid #e7e7e7;
  cursor: pointer;
  transition: opacity 0.2s, border-color 0.2s;
}
.product-card__thumb.slick-current {
  opacity: 0.65;
}
.product-card__about {
  grid-area: about;
}
.product-card__price {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  font-weight: 500;
  font-family: "MontserratAlternates", sans-serif;
}
.product-card__current-price {
  order: -1;
  font-size: 20px;
  line-height: 26px;
  white-space: nowrap;
}
.product-card__old-price {
  margin-left: 30px;
  font-size: 18px;
  line-height: 26px;
  text-decoration: line-through;
  white-space: nowrap;
}
@media (max-width: 1023px) {
  .product-card__old-price {
    margin-left: 15px;
  }
}
.product-card__old-price + .product-card__current-price {
  color: #f90133;
}
.product-card__status {
  margin-bottom: 30px;
}
.product-card__status--available {
  color: #00b400;
}
.product-card__status--not-available {
  color: #ff0000;
}
.product-card__colors {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 26px;
}
.product-card__attrib {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  min-width: 1px;
}
.product-card__attrib-label {
  color: #979da4;
  margin-right: 23px;
}
@media (max-width: 1023px) {
  .product-card__attrib-label {
    margin-right: 15px;
  }
}
.product-card__attrib-value {
  min-width: 1px;
}
.product-card__info-group {
  margin-top: 57px;
}
@media (max-width: 1023px) {
  .product-card__info-group {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .product-card__info-group {
    margin-top: 20px;
  }
}
.product-card__info-title {
  padding-top: 23px;
  padding-bottom: 23px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.33;
  border-bottom: 1px solid #101010;
}
@media (max-width: 767px) {
  .product-card__info-title {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 16px;
    line-height: 1.3;
  }
}
.product-card__info-content {
  padding-top: 18px;
}
.product-card__specs tr:last-child th,
.product-card__specs tr:last-child td {
  padding-bottom: 0;
}
.product-card__specs th,
.product-card__specs td {
  padding-bottom: 16px;
  vertical-align: top;
}
.product-card__specs th {
  width: 40%;
  font-weight: 400;
  text-align: left;
  color: #979da4;
}
.product-card__specs td {
  text-align: right;
}
.product-card__text p:not(:last-child),
.product-card__text ul:not(:last-child),
.product-card__text ol:not(:last-child) {
  margin-bottom: 14px;
}
.product-card__text a {
  text-decoration: underline;
  color: #101010;
}
.product-card__text a:hover {
  text-decoration: none;
}
.product-card__recommendations {
  grid-area: recommendations;
}

.availability__item {
  display: flex;
  align-items: flex-start;
}
.availability__item + .availability__item {
  margin-top: 21px;
}
.availability__item a {
  color: #101010;
  text-decoration: underline;
}
.availability__item a:hover {
  text-decoration: none;
}
.availability__icon {
  margin-top: 2px;
  margin-right: 16px;
  color: #01a0c6;
}
.availability__content {
  line-height: 22px;
}
.availability__content > div + div {
  margin-top: 4px;
}

.brands {
  gap: 31px 42px;
}
@media (min-width: 768px) {
  .brands {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  }
}
@media (max-width: 1023px) {
  .brands {
    gap: 26px 37px;
  }
}
@media (max-width: 767px) {
  .brands {
    display: flex;
    gap: 0;
    width: 100%;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .brands::-webkit-scrollbar {
    display: none;
    width: 0;
  }
  .brands::-webkit-scrollbar {
    width: 0;
    height: 0;
    background: transparent;
  }
}
.brands__item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 113px;
  padding: 15px;
  border: 1px solid #979da4;
}
@media (max-width: 767px) {
  .brands__item {
    width: 150px;
    height: 100px;
    flex-shrink: 0;
    scroll-snap-align: center;
  }
}
@media (max-width: 767px) {
  .brands__item:not(:last-child) {
    margin-right: 15px;
  }
}
.brands__item img {
  display: block;
  max-height: 100%;
}

.article h1,
.article .h1,
.article h2,
.article .h2,
.article h3,
.article .h3,
.article h4,
.article .h4,
.article h5,
.article .h5,
.article h6,
.article .h6 {
  margin-bottom: 0.5em;
}
@media (max-width: 767px) {
  .article h1 br,
  .article .h1 br,
  .article h2 br,
  .article .h2 br,
  .article h3 br,
  .article .h3 br,
  .article h4 br,
  .article .h4 br,
  .article h5 br,
  .article .h5 br,
  .article h6 br,
  .article .h6 br {
    display: none;
  }
}
.article h1 span,
.article .h1 span,
.article h2 span,
.article .h2 span,
.article h3 span,
.article .h3 span,
.article h4 span,
.article .h4 span,
.article h5 span,
.article .h5 span,
.article h6 span,
.article .h6 span {
  color: #f90133;
}
.article h2:not(:first-child),
.article .h2:not(:first-child) {
  margin-top: 28px;
}
.article p,
.article ul,
.article ol,
.article .image {
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .article p,
  .article ul,
  .article ol,
  .article .image {
    margin-bottom: 20px;
  }
}
.article p:last-child,
.article ul:last-child,
.article ol:last-child,
.article .image:last-child {
  margin-bottom: 0;
}
.article li p {
  margin-bottom: 0;
}
.article li p + p {
  margin-top: 8px;
}
.article img {
  display: block;
  border-radius: 2px;
}
.article img[style*="float:right"], .article img[style*="float: right"] {
  margin-left: 36px;
}
.article img[style*="float:left"], .article img[style*="float: left"] {
  margin-right: 36px;
}
.article img[style*=float] {
  max-width: 50%;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .article img[style*=float] {
    float: none !important;
    max-width: 100%;
    margin: 0 auto 20px;
  }
}
.article img[style*=float] ~ ul, .article img[style*=float] ~ ol {
  overflow: auto;
}
.article a {
  text-decoration: underline;
}
.article a:hover {
  text-decoration: none;
}
@media (max-width: 767px) {
  .article .clearfix {
    display: none !important;
  }
}
.article .image.image-style-align-left, .article .image.image-style-align-right {
  max-width: 50%;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .article .image.image-style-align-left, .article .image.image-style-align-right {
    max-width: 100%;
    margin-bottom: 20px;
  }
}
.article .image.image-style-align-left ~ ul, .article .image.image-style-align-left ~ ol, .article .image.image-style-align-right ~ ul, .article .image.image-style-align-right ~ ol {
  overflow: auto;
}
.article .image.image-style-align-left {
  float: left;
  margin-right: 36px;
}
@media (max-width: 767px) {
  .article .image.image-style-align-left {
    float: none;
    margin-right: 0;
  }
}
.article .image.image-style-align-right {
  float: right;
  margin-left: 36px;
}
@media (max-width: 767px) {
  .article .image.image-style-align-right {
    float: none;
    margin-left: 0;
  }
}
.article .image.image-style-align-center img {
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 767px) {
  .article .image img {
    margin-right: auto;
    margin-left: auto;
  }
}
.article__row {
  display: grid;
  grid-template-columns: 45.4% 1fr;
  gap: 57px;
  align-items: center;
  margin-bottom: 40px;
}
@media (max-width: 1023px) {
  .article__row {
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .article__row {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-bottom: 30px;
  }
}
.article__row .article__img {
  margin-bottom: 0;
}
.article__img {
  margin-bottom: 28px;
}
.article__img img {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.article__text p,
.article__text ul,
.article__text ol {
  margin-bottom: 16px;
}
.article__date {
  margin-bottom: 28px;
}
@media (max-width: 767px) {
  .article__date {
    margin-bottom: 20px;
  }
}
.article--service h1,
.article--service .h1,
.article--service h2,
.article--service .h2,
.article--service h3,
.article--service .h3,
.article--service h4,
.article--service .h4,
.article--service h5,
.article--service .h5,
.article--service h6,
.article--service .h6 {
  margin-bottom: 0.86em;
}
.article--service h2:not(:first-child),
.article--service .h2:not(:first-child) {
  margin-top: 32px;
}
.article--service ol li + li {
  margin-top: 16px;
}

.doctor-article__header {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .doctor-article__header {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .doctor-article__header {
    margin-bottom: 30px;
  }
}
.doctor-article__img {
  width: 38.7%;
  flex-shrink: 0;
  margin-right: 24px;
}
@media (max-width: 767px) {
  .doctor-article__img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.doctor-article__img img {
  display: block;
}
@media (max-width: 767px) {
  .doctor-article__img img {
    margin-right: auto;
    margin-left: auto;
  }
}
.doctor-article__short-info {
  min-width: 1px;
  flex-grow: 1;
}
.doctor-article__title {
  margin-bottom: 16px;
  font-size: 32px;
  line-height: 1.25;
}
@media (max-width: 767px) {
  .doctor-article__title {
    font-size: 26px;
  }
}
.doctor-article__subtitle {
  margin-bottom: 16px;
}

.info-panels {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .info-panels {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 25px;
    margin-bottom: 25px;
  }
}

.info-panel {
  padding: 24px 48px;
  background-color: #f7f7f7;
}
@media (max-width: 1023px) {
  .info-panel {
    padding-right: 24px;
    padding-left: 24px;
  }
}
@media (max-width: 767px) {
  .info-panel {
    padding: 20px;
  }
}

.checkout__row {
  display: grid;
  grid-template-columns: 1fr 40.3%;
  gap: 40px 25px;
  align-items: flex-start;
}
@media (max-width: 1023px) {
  .checkout__row {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.checkout__form {
  min-width: 1px;
}
@media (min-width: 1024px) {
  .checkout__form {
    max-width: 580px;
    padding-top: 20px;
  }
}
.checkout__back-btn {
  height: auto;
  margin-bottom: 26px;
  padding-bottom: 20px;
  border-bottom: 1px solid #979da4;
}
@media (min-width: 1024px) {
  .checkout__btn-wrap {
    max-width: 580px;
  }
}
.checkout__btn {
  min-width: 204px;
  padding-right: 39px;
  padding-left: 39px;
  font-size: 12px;
}

.checkout-content.is-disabled {
  pointer-events: none;
  opacity: 0.5;
}

.counter {
  display: inline-flex;
  align-items: center;
  border: 1px solid #979da4;
}
.counter__btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 23px;
  height: 24px;
  flex-shrink: 0;
  color: #101010;
}
.counter__field {
  width: 23px;
  height: 24px;
  flex-shrink: 0;
  padding-right: 0;
  padding-left: 0;
  font-size: 12px;
  text-align: center;
  border: none;
  background-color: transparent;
}

.attribute {
  display: flex;
  align-items: center;
}
.attribute__label {
  margin-right: 7px;
  color: #979da4;
}
.attribute__color {
  position: relative;
  width: 9px;
  height: 9px;
  flex-shrink: 0;
  margin-left: 9px;
  background-color: currentColor;
  border-radius: 50%;
}
.attribute__color::before {
  content: "";
  position: absolute;
  top: -2px;
  right: -2px;
  bottom: -2px;
  left: -2px;
  border-radius: inherit;
  border: 1px solid currentColor;
}

.checkout-product {
  position: relative;
  display: flex;
  align-items: center;
  padding: 20px 65px 27px 35px;
  border: 1px solid #e7e7e7;
  border-radius: 2px;
}
@media (max-width: 767px) {
  .checkout-product {
    align-items: flex-start;
    padding: 20px 30px 20px 10px;
  }
}
.checkout-product + .checkout-product {
  margin-top: 21px;
}
@media (max-width: 767px) {
  .checkout-product + .checkout-product {
    margin-top: 15px;
  }
}
.checkout-product__img {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 26%;
  max-width: 150px;
}
.checkout-product__img img {
  display: block;
}
.checkout-product__info {
  padding-left: 48px;
}
@media (max-width: 767px) {
  .checkout-product__info {
    padding-left: 15px;
  }
}
.checkout-product__title {
  margin-bottom: 8px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  font-family: "Mulish", sans-serif;
}
.checkout-product__link {
  display: block;
  color: #101010;
  transition: color 0.2s;
}
@media (hover: hover) {
  .checkout-product__link:hover {
    color: #01a0c6;
  }
}
.checkout-product__price {
  display: flex;
  align-items: center;
  margin-bottom: 13px;
  font-weight: 500;
  font-family: "MontserratAlternates", sans-serif;
}
.checkout-product__current-price {
  order: -1;
  font-size: 14px;
  line-height: 24px;
  white-space: nowrap;
}
.checkout-product__old-price {
  margin-left: 17px;
  font-size: 12px;
  line-height: 24px;
  text-decoration: line-through;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .checkout-product__old-price {
    margin-left: 12px;
  }
}
.checkout-product__old-price + .checkout-product__current-price {
  color: #f90133;
}
.checkout-product__bottom-row {
  display: flex;
}
@media (min-width: 768px) {
  .checkout-product__bottom-row {
    align-items: center;
  }
}
@media (max-width: 767px) {
  .checkout-product__bottom-row {
    flex-direction: column;
  }
}
.checkout-product__quantity {
  display: flex;
  align-items: center;
  margin-right: 40px;
}
@media (max-width: 767px) {
  .checkout-product__quantity {
    margin-top: 10px;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .checkout-product__quantity {
    order: 2;
  }
}
.checkout-product__quantity-label {
  margin-right: 10px;
  font-size: 12px;
  color: #979da4;
}
.checkout-product__attribute {
  font-size: 12px;
}
.checkout-product__remove-btn {
  position: absolute;
  top: 7px;
  right: 15px;
}
@media (max-width: 767px) {
  .checkout-product__remove-btn {
    top: 0;
    right: 0;
    width: 36px;
    height: 36px;
  }
}
@media (max-width: 767px) {
  .checkout-product--view {
    padding-right: 10px;
  }
}
@media (min-width: 1024px) {
  .checkout-product--sm {
    padding: 14px 20px 17px 20px;
  }
}
@media (min-width: 1024px) {
  .checkout-product--sm + .checkout-product--sm {
    margin-top: 10px;
  }
}
@media (min-width: 1024px) {
  .checkout-product--sm .checkout-product__img {
    width: 29%;
  }
}
@media (min-width: 1024px) {
  .checkout-product--sm .checkout-product__info {
    padding-left: 33px;
  }
}
@media (min-width: 1024px) {
  .checkout-product--sm .checkout-product__title {
    margin-bottom: 4px;
    font-size: 10px;
    line-height: 14px;
  }
}
@media (min-width: 1024px) {
  .checkout-product--sm .checkout-product__price {
    margin-bottom: 6px;
  }
}
@media (min-width: 1024px) {
  .checkout-product--sm .checkout-product__current-price {
    font-size: 10px;
    line-height: 17px;
  }
}
@media (min-width: 1024px) {
  .checkout-product--sm .checkout-product__old-price {
    margin-left: 10px;
    font-size: 9px;
    line-height: 17px;
  }
}
@media (min-width: 1024px) {
  .checkout-product--sm .checkout-product__attribute {
    font-size: 9px;
    line-height: 13px;
  }
}
@media (min-width: 1024px) {
  .checkout-product--sm .checkout-product__attribute .attribute__label {
    margin-right: 6px;
  }
}
@media (min-width: 1024px) {
  .checkout-product--sm .checkout-product__attribute .attribute__color {
    width: 6px;
    height: 6px;
    margin-left: 7px;
  }
}
@media (min-width: 1024px) {
  .checkout-product--sm .checkout-product__quantity {
    margin-right: 16px;
  }
}
.checkout-product--error {
  border-color: #f90133;
}

.checkout-total {
  padding: 30px 35px;
  border: 1px solid #979da4;
}
@media (max-width: 767px) {
  .checkout-total {
    padding: 20px 15px 25px;
  }
}
.checkout-total__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.checkout-total__header--align-center {
  justify-content: center;
}
.checkout-total__title {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  font-family: "MontserratAlternates", sans-serif;
}
.checkout-total__edit-btn {
  font-size: 12px;
  line-height: 16px;
  text-decoration: underline;
  color: #979da4;
}
.checkout-total__edit-btn:hover {
  text-decoration: none;
}
.checkout-total__sum {
  margin-top: 29px;
}
.checkout-total__row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  font-weight: 500;
  font-size: 13px;
  line-height: 18px;
  font-family: "MontserratAlternates", sans-serif;
  color: #979da4;
}
.checkout-total__row + .checkout-total__row {
  margin-top: 7px;
}
.checkout-total__row--total {
  font-size: 16px;
  line-height: 1.5;
  color: #101010;
}
.checkout-total__row--total .checkout-total__value {
  color: #f90133;
}
.checkout-total__value {
  margin-left: 15px;
  white-space: nowrap;
}
.checkout-total__btn {
  margin-top: 36px;
  font-size: 12px;
}

.promo-code__label {
  margin-bottom: 13px;
  font-weight: 500;
  font-size: 13px;
  line-height: 18px;
  color: #01a0c6;
}
.promo-code__add-btn {
  justify-content: space-between;
  height: 44px;
  padding-right: 15px;
  padding-left: 15px;
  font-weight: 400;
  font-style: italic;
  text-transform: none;
}
.promo-code__add-btn .icon {
  color: #101010;
}
.promo-code__form {
  position: relative;
  display: flex;
  padding-top: 15px;
}
.promo-code__field {
  height: 42px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.promo-code__submit-btn {
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 1024px) {
  .order-info {
    max-width: 572px;
    padding-top: 5px;
  }
}
.order-info__title {
  margin-bottom: 42px;
}
@media (max-width: 767px) {
  .order-info__title {
    margin-bottom: 30px;
  }
}
.order-info__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .order-info__row {
    gap: 20px;
  }
}
.order-info__row + .order-info__row {
  margin-top: 32px;
}
@media (max-width: 767px) {
  .order-info__row + .order-info__row {
    margin-top: 25px;
  }
}
.order-info__label {
  color: #979da4;
}
.order-info__value {
  text-align: right;
}

.order-message {
  max-width: 420px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 68px;
  padding-bottom: 73px;
  text-align: center;
}
@media (max-width: 1023px) {
  .order-message {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .order-message {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.order-message__icon {
  display: block;
  max-width: 36px;
  margin: 0 auto 24px;
}
.order-message__title {
  margin-bottom: 24px;
}
.order-message__subtitle {
  margin-bottom: 24px;
}
.order-message__subtitle span {
  display: block;
  color: #f90133;
}
.order-message__text {
  margin-bottom: 24px;
}
.order-message__btn {
  padding-right: 40px;
  padding-left: 40px;
  font-weight: 600;
  font-size: 12px;
}

.image-slider {
  max-width: 880px;
  margin-right: auto;
  margin-left: auto;
}
.image-slider .slick-dots {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
  width: 100%;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .image-slider .slick-dots {
    margin-top: 30px;
  }
}
.image-slider .slick-arrow {
  top: 46%;
}
@media (max-width: 767px) {
  .image-slider .slick-arrow {
    display: none;
  }
}
.image-slider .slick-arrow:not(:hover) {
  opacity: 0.5;
}
.image-slider .slick-arrow.slick-prev {
  left: -13px;
}
.image-slider .slick-arrow.slick-next {
  right: -13px;
}
@media (min-width: 768px) {
  .image-slider__item {
    padding-right: 50px;
    padding-left: 50px;
  }
}
.image-slider__item img {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.features__text {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .features__text {
    margin-bottom: 30px;
  }
}
.features__text p + p, .features__text p + ul, .features__text p + ol,
.features__text ul + p,
.features__text ul + ul,
.features__text ul + ol,
.features__text ol + p,
.features__text ol + ul,
.features__text ol + ol {
  margin-top: 24px;
}
@media (max-width: 767px) {
  .features__text p + p, .features__text p + ul, .features__text p + ol,
  .features__text ul + p,
  .features__text ul + ul,
  .features__text ul + ol,
  .features__text ol + p,
  .features__text ol + ul,
  .features__text ol + ol {
    margin-top: 16px;
  }
}
.features__row {
  display: grid;
  grid-template-columns: 48.7% 1fr;
  -moz-column-gap: 93px;
       column-gap: 93px;
  align-items: center;
}
@media (max-width: 1023px) {
  .features__row {
    -moz-column-gap: 50px;
         column-gap: 50px;
  }
}
@media (max-width: 767px) {
  .features__row {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.features__img img {
  display: block;
}
@media (max-width: 767px) {
  .features__img img {
    margin-right: auto;
    margin-left: auto;
  }
}
.features__items--vertical .features__item:nth-child(odd) {
  position: relative;
  left: -28px;
}
@media (max-width: 1023px) {
  .features__items--vertical .features__item:nth-child(odd) {
    left: -20px;
  }
}
@media (max-width: 767px) {
  .features__items--vertical .features__item:nth-child(odd) {
    left: 0;
  }
}
.features__items--vertical .features__item + .features__item {
  margin-top: 24px;
}
@media (max-width: 767px) {
  .features__items--vertical .features__item + .features__item {
    margin-top: 20px;
  }
}
.features__items--horizontal {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  gap: 25px;
}
@media (max-width: 767px) {
  .features__items--horizontal {
    gap: 20px;
  }
}
.features__items--horizontal .features__item {
  max-width: 100%;
}
.features__items--grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 29px 25px;
}
@media (max-width: 767px) {
  .features__items--grid {
    gap: 20px;
  }
}
.features__items--grid .features__item {
  max-width: 100%;
}
@media (min-width: 768px) {
  .features__item {
    max-width: 383px;
  }
}

.feature {
  display: flex;
  align-items: center;
  padding: 28px;
  background-color: #eef5f8;
}
@media (max-width: 767px) {
  .feature {
    min-height: 85px;
    padding: 20px;
  }
}
.feature__icon {
  flex-shrink: 0;
  max-width: 52px;
  margin-right: 28px;
}
@media (max-width: 767px) {
  .feature__icon {
    width: 52px;
    margin-right: 20px;
  }
}
.feature__icon img {
  display: block;
}
@media (max-width: 767px) {
  .feature__icon img {
    margin-right: auto;
    margin-left: auto;
  }
}
.feature__text {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.3333333;
  font-family: "MontserratAlternates", sans-serif;
}
@media (max-width: 767px) {
  .feature__text {
    font-size: 16px;
  }
}
.feature:nth-child(even) {
  background-color: #f7f7f7;
}

.doctor {
  display: flex;
  flex-direction: column;
}
.doctor__img {
  flex-shrink: 0;
  height: 259px;
}
.doctor__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.doctor__info {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 24px;
  background-color: #fff;
}
.doctor__about {
  flex-grow: 1;
}
.doctor__tags {
  margin-bottom: 11px;
}
.doctor__tags .label {
  padding-right: 13px;
  padding-left: 13px;
}
.doctor__name {
  margin-bottom: 16px;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  font-family: "MontserratAlternates", sans-serif;
}
.doctor__position {
  margin-bottom: 16px;
}
.doctor__services {
  margin-bottom: 28px;
}
.doctor__services li + li {
  margin-top: 10px;
}
.doctor__btn {
  align-self: flex-start;
  font-weight: 600;
}

@media (max-width: 1330px) {
  .doctors-slider {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media (max-width: 1199px) {
  .doctors-slider {
    padding-right: 0;
    padding-left: 0;
  }
}
.doctors-slider:not(.slick-initialized) {
  width: auto;
  margin-right: -12px;
  margin-left: -12px;
}
.doctors-slider .slick-list {
  width: auto;
  margin-right: -12px;
  margin-left: -12px;
}
.doctors-slider .slick-arrow {
  top: 40%;
}
@media (max-width: 1199px) {
  .doctors-slider .slick-arrow {
    display: none;
  }
}
.doctors-slider .slick-arrow:not(:hover) {
  opacity: 0.5;
}
.doctors-slider .slick-arrow.slick-prev {
  left: -50px;
}
@media (min-width: 1330px) {
  .doctors-slider .slick-arrow.slick-prev {
    transform: translateX(-100%);
  }
}
@media (max-width: 1330px) {
  .doctors-slider .slick-arrow.slick-prev {
    left: -15px;
  }
}
.doctors-slider .slick-arrow.slick-next {
  right: -50px;
}
@media (min-width: 1330px) {
  .doctors-slider .slick-arrow.slick-next {
    transform: translateX(100%);
  }
}
@media (max-width: 1330px) {
  .doctors-slider .slick-arrow.slick-next {
    right: -15px;
  }
}
.doctors-slider .slick-dots {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
  width: 100%;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .doctors-slider .slick-dots {
    margin-top: 30px;
  }
}
.doctors-slider__item {
  width: 33.3333%;
  height: auto;
  padding-right: 12px;
  padding-left: 12px;
}
@media (max-width: 1023px) {
  .doctors-slider__item {
    width: 50%;
  }
}
@media (max-width: 649px) {
  .doctors-slider__item {
    width: 100%;
  }
}

.action-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 8px;
  border-bottom: 1px solid #979da4;
}

.share {
  display: flex;
  align-items: center;
}
.share__title {
  margin-right: 15px;
  font-size: 14px;
  line-height: 18px;
}
@media (max-width: 767px) {
  .share__title {
    display: none;
  }
}
.share__socials > li {
  margin-right: 14px;
}
.share__socials > li:last-child {
  margin-right: 0;
}

.contacts {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .contacts {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.contacts:nth-child(even) {
  background-color: #f7f7f7;
}
.contacts__row {
  display: grid;
  grid-template-columns: 1fr 57.4%;
  gap: 90px;
}
@media (max-width: 1023px) {
  .contacts__row {
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .contacts__row {
    grid-template-columns: 1fr;
  }
}
.contacts__map {
  height: 400px;
}
@media (max-width: 767px) {
  .contacts__map {
    height: 300px;
  }
}
.contacts__map iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
}
.contacts__title {
  margin-bottom: 24px;
}
.contacts__group {
  position: relative;
  padding-left: 43px;
}
.contacts__group::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.contacts__group + .contacts__group {
  margin-top: 16px;
}
.contacts__group > div + div {
  margin-top: 4px;
}
.contacts__group > div a {
  color: #101010;
}
.contacts__group > div a:not([href^=tel]) {
  font-size: 14px;
  text-decoration: underline;
}
.contacts__group > div a:not([href^=tel]):hover {
  text-decoration: none;
}
.contacts__group--address::before {
  width: 15px;
  height: 23px;
  background-image: url(../images/svg-icons/location-blue.svg);
}
.contacts__group--schedule::before {
  width: 20px;
  height: 21px;
  background-image: url(../images/svg-icons/calendar-blue.svg);
}
.contacts__group--phones::before {
  top: 3px;
  width: 20px;
  height: 19px;
  background-image: url(../images/svg-icons/phone-blue.svg);
}
.contacts__btn {
  margin-top: 24px;
  font-weight: 600;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
}
.alert--sm {
  font-size: 14px;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.footer {
  color: #fff;
  background-color: #3b3f44;
}
.footer__row {
  display: grid;
  grid-template-columns: 26.7% repeat(4, 1fr);
  gap: 30px;
  padding-top: 70px;
  padding-bottom: 80px;
}
@media (max-width: 1023px) {
  .footer__row {
    grid-template-columns: repeat(4, 1fr);
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .footer__row {
    grid-template-columns: 1fr 1fr;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 1024px) {
  .footer__col:first-child {
    padding-top: 6px;
    padding-right: 38px;
  }
}
@media (max-width: 1023px) {
  .footer__col:first-child {
    grid-column: 1/-1;
  }
}
.footer__logo {
  width: 159px;
  margin-bottom: 24px;
}
.footer__text {
  margin-bottom: 26px;
  font-size: 12px;
  line-height: 18px;
  color: #f7f7f7;
}
.footer__title {
  margin-bottom: 28px;
  font-weight: 600;
  font-size: 17px;
  line-height: 24px;
  font-family: "MontserratAlternates", sans-serif;
}
@media (max-width: 767px) {
  .footer__title {
    margin-bottom: 18px;
  }
}
.footer__menu > li + li {
  margin-top: 14px;
}
.footer__menu > li > a {
  display: block;
  font-size: 12px;
  line-height: 18px;
  color: #f7f7f7;
  transition: color 0.2s;
}
.footer__menu > li > a:hover {
  color: #01a0c6;
}
.footer__copyright {
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  color: #c8d0d8;
  background-color: #2a2c30;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 40;
  padding: 50px;
  background-color: rgba(0, 0, 0, 0.5);
  overflow-y: auto;
}
@media (max-width: 1023px) {
  .modal {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .modal {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.modal.is-open {
  display: flex;
}
.modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.modal__dialog {
  width: 100%;
  max-width: 745px;
  margin: auto;
}
.modal__content {
  position: relative;
  padding: 56px;
  background-color: #fff;
  border-radius: 2px;
}
@media (max-width: 1023px) {
  .modal__content {
    padding: 45px;
  }
}
@media (max-width: 767px) {
  .modal__content {
    padding: 40px 20px 35px;
  }
}
@media (max-width: 374px) {
  .modal__content {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.modal__close-btn {
  position: absolute;
  top: 14px;
  right: 22px;
}
@media (max-width: 1023px) {
  .modal__close-btn {
    top: 10px;
    right: 10px;
  }
}
@media (max-width: 767px) {
  .modal__close-btn {
    top: 5px;
    right: 5px;
  }
}
.modal__container {
  max-width: 552px;
  margin-right: auto;
  margin-left: auto;
}
.modal__title {
  margin-bottom: 1em;
  text-align: center;
}
@media (max-width: 374px) {
  .modal__title {
    font-size: 26px;
  }
}
.modal[data-modal=send-message] .form__submit, .modal[data-modal=ask-question] .form__submit {
  padding-top: 24px;
}
@media (min-width: 768px) {
  .modal[data-modal=cart] .modal__close-btn {
    top: 10px;
    right: 10px;
  }
}
.modal[data-modal=cart] .modal__dialog {
  max-width: 420px;
}
@media (min-width: 768px) {
  .modal[data-modal=cart] .modal__content {
    padding: 40px 30px 30px;
  }
}
.modal[data-modal=cart] .modal__text {
  margin-bottom: 35px;
  font-size: 18px;
}

@media (min-width: 1024px) {
  .section-about .about {
    max-width: 500px;
  }
}
.section-about .row {
  display: flex;

  gap: 50px 40px;
}
@media (max-width: 1023px) {
  .section-about .row {
    display: grid;
    grid-template-columns: 1fr;
  }
}

.section-catalog__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: flex-start;
}
@media (max-width: 1023px) {
  .section-catalog__content {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 1023px) {
  .section-catalog__img {
    display: none;
  }
}
.section-catalog__img img {
  display: block;
}
@media (min-width: 768px) {
  .section-catalog__products {
    gap: 24px;
  }
}

.section-form {
  position: relative;
  background-color: #f8f8f8;
  background-repeat: no-repeat;
  background-position: right top;
}
@media (min-width: 1024px) {
  .section-form {
    padding-top: 56px;
    padding-bottom: 57px;
  }
}
@media (min-width: 1024px) {
  .section-form::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 45.1%;
    height: 100%;
    background: var(--bg-image) no-repeat center/cover;
  }
}
@media (min-width: 1024px) {
  .section-form .section__title {
    margin-bottom: 1.37em;
  }
}
@media (max-width: 1023px) {
  .section-form .section__title {
    text-align: center;
  }
}
@media (min-width: 1024px) {
  .section-form .form {
    width: 51%;
  }
}

@media (min-width: 768px) {
  .section-posts {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}
@media (min-width: 768px) {
  .section-posts .section__title {
    margin-bottom: 1em;
  }
}

@media (min-width: 768px) {
  .section-blog {
    padding-top: 48px;
    padding-bottom: 56px;
  }
}
@media (min-width: 768px) {
  .section-blog .section__title {
    margin-bottom: 40px;
  }
}

.section-brands {
  background-color: #f7f7f7;
}
.section-brands .section__title {
  margin-bottom: 1.72em;
  line-height: 1.286;
}
@media (max-width: 1023px) {
  .section-brands .section__title {
    margin-bottom: 1.4em;
  }
}

.section-text {
  padding-top: 40px;
}
@media (max-width: 767px) {
  .section-text {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.section-text p + p, .section-text p + ul, .section-text p + ol,
.section-text ul + p,
.section-text ul + ul,
.section-text ul + ol,
.section-text ol + p,
.section-text ol + ul,
.section-text ol + ol {
  margin-top: 24px;
}

.section-image-slider {
  padding-bottom: 112px;
  background-color: #f7f7f7;
}
@media (max-width: 767px) {
  .section-image-slider {
    padding-bottom: 85px;
  }
}

.section-doctors {
  padding-bottom: 112px;
}
@media (max-width: 767px) {
  .section-doctors {
    padding-bottom: 85px;
  }
}
@media (min-width: 768px) {
  .section-doctors .section__title {
    margin-bottom: 1.25em;
  }
}

@media (min-width: 768px) {
  .section-cta {
    padding-top: 75px;
    padding-bottom: 50px;
  }
}
.section-cta__content {
  max-width: 510px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.section-cta__title {
  margin-bottom: 28px;
}
@media (max-width: 767px) {
  .section-cta__title {
    margin-bottom: 20px;
  }
}
.section-cta__text {
  margin-bottom: 28px;
}
@media (max-width: 767px) {
  .section-cta__text {
    margin-bottom: 22px;
  }
}
.section-cta__socials {
  justify-content: center;
  margin-top: 28px;
}
.section-cta__socials > li:last-child {
  margin-right: 0;
}
.section-cta__socials > li > a:not(:hover) {
  color: #101010;
}

@media (min-width: 1024px) {
  .page-product .main-content__body {
    padding-top: 58px;
  }
}
.page-product .breadcrumbs {
  margin-bottom: 16px;
}

@media (min-width: 1200px) {
  .page-catalog-text .section-blog {
    padding-top: 76px;
  }
}
.page-catalog-text .article h2:first-of-type {
  margin-top: 0;
}
.page-catalog-text .article ul li + li {
  margin-top: 24px;
}
@media (max-width: 767px) {
  .page-catalog-text .article ul li + li {
    margin-top: 16px;
  }
}

@media (min-width: 768px) {
  .page-cart .checkout-total {
    padding-top: 39px;
    padding-bottom: 44px;
  }
}
@media (min-width: 768px) {
  .page-cart .checkout-total__sum {
    margin-top: 42px;
  }
}

.page-services .section-posts {
  background-color: #f7f7f7;
}
.page-services .section-posts .post-item {
  background-color: #fff;
}

.page-service .main-content__body .container {
  max-width: 965px;
}
.page-service .features {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .page-service .features {
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .page-service .features__items--horizontal {
    margin-right: -100px;
    margin-left: -100px;
  }
}
.page-service .features__items--grid {
  max-width: 745px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 8px;
}
.page-service .features__items--grid .feature {
  background-color: #f7f7f7;
}
.page-service .features__items--grid .feature:nth-child(4n+2), .page-service .features__items--grid .feature:nth-child(4n+3) {
  background-color: #eef5f8;
}
.page-service .features__items--grid .feature__icon {
  margin-right: 22px;
}

@media (min-width: 768px) {
  .page-service-glasses .article__row {
    grid-template-columns: 55.2% 1fr;
    margin-bottom: 32px;
    padding-top: 8px;
  }
}

@media (min-width: 768px) {
  .page-service-lenses .article__row {
    grid-template-columns: 55.2% 1fr;
    padding-top: 8px;
  }
}

.page-service-hardware-treatment .section-image-slider {
  padding-top: 0;
  background-color: #fff;
}

.page-text .article {
  max-width: 935px;
  margin-right: auto;
  margin-left: auto;
}
.page-text .article h2:not(:first-child),
.page-text .article .h2:not(:first-child) {
  margin-top: 24px;
}

.page-article .main-content .container {
  max-width: 960px;
}
.page-article .main-content__header {
  padding-top: 33px;
  padding-bottom: 150px;
}
@media (max-width: 767px) {
  .page-article .main-content__header {
    padding-top: 20px;
    padding-bottom: 70px;
  }
}
.page-article .main-content__body {
  padding-top: 0;
}
.page-article .article {
  margin-top: -93px;
}
@media (max-width: 767px) {
  .page-article .article {
    margin-top: -40px;
  }
}

@media (min-width: 768px) {
  .page-promo .tabs__btn-group {
    margin-bottom: 78px;
    padding-top: 8px;
  }
}

@media (min-width: 1024px) {
  .page-faq .main-content__body {
    padding-top: 68px;
    padding-bottom: 80px;
  }
}
@media (min-width: 768px) {
  .page-faq .sort-bar {
    margin-bottom: 40px;
  }
}

.page-contacts .main-content .tabs__btn-group {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .page-contacts .main-content .tabs__btn-group {
    padding-top: 8px;
  }
}
.page-contacts .main-content__body {
  padding-bottom: 0;
}

.page-categories .main-content__body {
  padding-bottom: 0;
}

.page-doctor .main-content__body {
  padding-top: 52px;
}
@media (max-width: 767px) {
  .page-doctor .main-content__body {
    padding-top: 30px;
  }
}
.page-doctor .article {
  margin-top: 0;
}

.is-hidden {
  display: none !important;
}

.overflow-x-hidden {
  overflow-x: hidden !important;
}

.visibility-hidden {
  visibility: hidden !important;
}

.clearfix {
  margin-bottom: 0 !important;
}
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

@media (max-width: 767px) {
  .hide-sm {
    display: none !important;
  }
}

.text-left {
  text-align: left !important;
}

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

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

.nowrap {
  white-space: nowrap !important;
}

.uppercase {
  text-transform: uppercase !important;
}

.lowercase {
  text-transform: lowercase !important;
}

.underline {
  text-decoration: underline !important;
}

.fw-300 {
  font-weight: 300 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-800 {
  font-weight: 800 !important;
}

.fw-900 {
  font-weight: 900 !important;
}

.m-0 {
  margin: 0 !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.p-0 {
  padding: 0 !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.gray {
  color: #979da4 !important;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/*# sourceMappingURL=main.css.map */
