@font-face {
  font-family: ChakraPetch;
  font-display: swap;
  src: url(../fonts/ChakraPetch-Bold.woff2) format("woff2");
  font-weight: 700;
  font-style: normal
}
@font-face {
  font-family: ChakraPetch;
  font-display: swap;
  src: url(../fonts/ChakraPetch-SemiBold.woff2) format("woff2");
  font-weight: 600;
  font-style: normal
}
@font-face {
  font-family: ChakraPetch;
  font-display: swap;
  src: url(../fonts/ChakraPetch-Regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal
}
@font-face {
  font-family: Inter;
  font-display: swap;
  src: url(../fonts/Inter-Regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal
}
@font-face {
  font-family: Roboto;
  font-display: swap;
  src: url(../fonts/Roboto-Bold.woff2) format("woff2");
  font-weight: 700;
  font-style: normal
}
@font-face {
  font-family: Roboto;
  font-display: swap;
  src: url(../fonts/Roboto-Regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%
}
body {
  margin: 0
}
main {
  display: block
}
h1 {
  font-size: 2em;
  margin: .67em 0
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible
}
pre {
  font-family: monospace,monospace;
  font-size: 1em
}
a {
  background-color: rgba(0,0,0,0)
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted
}
b,
strong {
  font-weight: bolder
}
code,
kbd,
samp {
  font-family: monospace,monospace;
  font-size: 1em
}
small {
  font-size: 80%
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}
sub {
  bottom: -.25em
}
sup {
  top: -.5em
}
img {
  border-style: none
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}
button,
input {
  overflow: visible
}
button,
select {
  text-transform: none
}
[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button
}
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0
}
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText
}
fieldset {
  padding: .35em .75em .625em
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}
progress {
  vertical-align: baseline
}
textarea {
  overflow: auto
}
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}
details {
  display: block
}
summary {
  display: list-item
}
template {
  display: none
}
[hidden] {
  display: none
}
:root {
  --black: #040609;
  --black-dark: #050404;
  --haiti: #11071b;
  --ebony: #040609;
  --log-cabin: #181b15;
  --cod-gray: #1b1b1b;
  --gray: #6c6c6c;
  --shaft: #252525;
  --lunar: #3b3d3a;
  --dove: #626262;
  --cyan: #00d1ff;
  --anakiwa: #8BEAFF;
  --primary: #e142f1;
  --primary-dark: #A01CAD;
  --red: #ce0000
}
html {
  box-sizing: border-box
}
*,
*::after,
*::before {
  box-sizing: inherit
}
a {
  color: inherit;
  text-decoration: none
}
img {
  max-width: 100%
}
body {
  font-family: Roboto,sans-serif;
  color: #fff;
  background-color: var(--black)
}
.body-hidden {
  overflow: hidden;
  touch-action: none
}
.roboto {
  font-family: Roboto,sans-serif
}
:root {
  --content-width: 1180px;
  --offset-width: 20px;
  --container-width: calc(var(--content-width) + (var(--offset-width) * 2))
}
.container {
  max-width: var(--container-width);
  width: 100%;
  padding: 0 var(--offset-width);
  margin: 0 auto
}
.btn {
  cursor: pointer;
  background-color: rgba(0,0,0,0);
  border: none;
  border-radius: 0;
  padding: 0;
  color: inherit
}
.btn-custom {
  font-family: ChakraPetch,sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  max-width: 280px;
  height: 70px;
  width: 100%;
  padding: 5px;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  z-index: 1;
  transition: color .2s ease,background-color .2s ease,box-shadow .2s ease
}
.btn-custom::before {
  position: absolute;
  content: "";
  inset: 0;
  border-width: 2px;
  border-style: solid;
  z-index: -2
}
.btn-custom--pink {
  background-color: var(--primary-dark)
}
.btn-custom--pink::before {
  border-width: 1px;
  border-color: var(--primary-dark)
}
.btn-custom--pink .btn-custom__cross {
  color: var(--primary)
}
.btn-custom--pink-stroke {
  background-color: rgba(0,0,0,0);
  color: var(--primary-dark)
}
.btn-custom--pink-stroke::before {
  border-color: var(--primary-dark)
}
.btn-custom--blue {
  color: var(--black);
  background-color: var(--cyan)
}
.btn-custom--blue::before {
  border-color: var(--cyan)
}
.btn-custom--blue .btn-custom__cross {
  color: var(--anakiwa)
}
.btn-custom._anim::after {
  position: absolute;
  content: "";
  background-color: hsla(0,0%,100%,.5);
  width: 20px;
  height: 160px;
  -webkit-transform: rotate(42deg);
  transform: rotate(42deg);
  -webkit-animation: tickerButton 6.5s linear infinite;
  animation: tickerButton 6.5s linear infinite;
  z-index: -1
}
.btn-custom__cross {
  position: absolute;
  width: 80px;
  height: 80px;
  right: -2px;
  z-index: -1;
  transition: color .2s ease,stroke .2s ease,-webkit-transform .4s ease;
  transition: color .2s ease,stroke .2s ease,transform .4s ease;
  transition: color .2s ease,stroke .2s ease,transform .4s ease,-webkit-transform .4s ease
}
.btn-simple {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: ChakraPetch,sans-serif;
  position: relative;
  overflow: hidden;
  max-width: 280px;
  min-height: 70px;
  width: 100%;
  padding: 5px;
  background-color: var(--primary-dark);
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  transition: color .2s ease,background-color .2s ease,border-color .2s ease
}
.btn-simple--stroke {
  background-color: rgba(0,0,0,0);
  border: 2px solid #fff
}
@-webkit-keyframes tickerButton {
  0% {
    left: -200px
  }
  20% {
    left: 350px
  }
  100% {
    left: 350px
  }
}
@keyframes tickerButton {
  0% {
    left: -200px
  }
  20% {
    left: 350px
  }
  100% {
    left: 350px
  }
}
.list {
  padding-left: 0;
  margin: 0;
  list-style: none
}
.title {
  margin: 0;
  text-transform: uppercase;
  font-family: ChakraPetch,sans-serif
}
.title-1 {
  font-size: 64px
}
.title-2 {
  font-size: 40px
}
.input-show {
  display: none
}
.input {
  border-radius: 0;
  outline: 0;
  border: 1px solid var(--gray);
  border-right: none;
  border-left: none;
  background-color: var(--cod-gray);
  padding: 20px;
  min-height: 70px;
  color: #fff;
  font-size: 16px;
  width: 100%
}
.input::-webkit-input-placeholder {
  color: var(--gray)
}
.input:-ms-input-placeholder {
  color: var(--gray)
}
.input::-ms-input-placeholder {
  color: var(--gray)
}
.input::placeholder {
  color: var(--gray)
}
.input[type=date]::-webkit-calendar-picker-indicator,
.input[type=time]::-webkit-calendar-picker-indicator {
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1
}
.input[type=file] {
  cursor: pointer;
  padding-top: 25px;
  padding-bottom: 25px
}
.input[type=file]::-webkit-file-upload-button {
  display: none
}
.input[type=file]::file-selector-button {
  display: none
}
.input-check {
  display: none
}
.input-check:checked+label::before {
  display: block
}
.label-check {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  width: 20px;
  height: 20px;
  border: 1px solid var(--gray);
  flex-shrink: 0
}
.label-check::before {
  position: absolute;
  content: "";
  inset: 3px;
  background-color: var(--gray);
  display: none
}
.input-file {
  display: none
}
.label-file {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  border: 1px solid var(--gray);
  border-right: none;
  border-left: none;
  background-color: var(--cod-gray);
  padding: 20px;
  height: 70px;
  color: #fff;
  font-size: 16px;
  width: 100%
}
.label-file__arrow {
  width: 24px;
  height: 24px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  color: var(--lunar)
}
.input-none {
  display: none
}
.input-icon {
  position: absolute;
  right: 20px;
  width: 24px;
  height: 24px
}
.select {
  position: relative;
  width: 100%
}
.select.open .select__arrow {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}
.select.open .select__item {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible
}
.select__btn {
  display: flex;
  align-items: center;
  border: 1px solid var(--gray);
  border-right: none;
  border-left: none;
  background-color: var(--cod-gray);
  padding: 20px;
  min-height: 70px;
  color: #fff;
  font-size: 16px;
  width: 100%
}
.select__arrow {
  width: 24px;
  height: 24px;
  margin-left: auto;
  transition: -webkit-transform .2s ease;
  transition: transform .2s ease;
  transition: transform .2s ease,-webkit-transform .2s ease
}
.select__item {
  position: absolute;
  right: 0;
  left: 0;
  padding: 20px 0;
  background-color: var(--cod-gray);
  max-height: 305px;
  overflow-y: auto;
  z-index: 10;
  -webkit-transform: translateY(35px);
  transform: translateY(35px);
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s ease,visibility .3s ease,-webkit-transform .3s ease;
  transition: transform .3s ease,opacity .3s ease,visibility .3s ease;
  transition: transform .3s ease,opacity .3s ease,visibility .3s ease,-webkit-transform .3s ease
}
.select__item-btn {
  cursor: pointer;
  font-size: 16px;
  line-height: 156%;
  padding: 3px 0 3px 20px;
  transition: background-color .2s ease
}
.tab {
  display: none
}
.tab.open {
  display: block
}
.select-input {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  border-radius: 0;
  outline: 0;
  border: 1px solid var(--gray);
  border-right: none;
  border-left: none;
  background-color: var(--cod-gray);
  padding: 10px;
  min-height: 70px;
  color: #fff;
  font-size: 16px;
  width: 100%
}
.select-input__input {
  background-color: rgba(0,0,0,0);
  outline: 0;
  border: none;
  color: inherit;
  font-size: 16px
}
.select-input__input::-webkit-calendar-picker-indicator {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 1
}
.select-input__arrow {
  width: 24px;
  height: 24px
}
.social {
  display: flex;
  gap: 20px
}
.social__btn {
  display: block;
  width: 40px;
  height: 40px;
  background-color: var(--black)
}
.social__icon {
  display: block;
  width: 100%;
  height: 100%
}
.modal {
  --bg-overlay: rgba(160, 28, 173, 0.19);
  --bg-overlay-hide: rgba(0, 0, 0, 0)
}
.modal.open .modal__overlay,
.modal.open .modal__window {
  opacity: 1;
  z-index: 1000
}
.modal.open .modal__overlay {
  background-color: var(--bg-overlay);
  overflow-y: auto
}
.modal.open .modal__window {
  -webkit-transform: translateY(0);
  transform: translateY(0)
}
.modal.hide .modal__overlay,
.modal.hide .modal__window {
  opacity: 1;
  z-index: 1000
}
.modal.hide .modal__overlay {
  background-color: var(--bg-overlay-hide)
}
.modal.hide .modal__window {
  -webkit-transform: translateY(-1000px);
  transform: translateY(-1000px)
}
.modal__overlay,
.modal__window {
  opacity: 0;
  z-index: -10
}
.modal__overlay {
  position: fixed;
  display: flex;
  justify-content: center;
  overflow-y: auto;
  inset: 0;
  background-color: var(--bg-overlay);
  transition: background-color .5s ease
}
.modal__overlay::-webkit-scrollbar {
  height: 0;
  width: 0;
  display: none
}
.modal__window {
  position: relative;
  padding: 30px 50px;
  -webkit-transform: translateY(-1000px);
  transform: translateY(-1000px);
  opacity: 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  max-width: 780px;
  width: 100%;
  margin-top: 50px;
  background-color: var(--black);
  transition: opacity .5s ease,-webkit-transform .5s ease;
  transition: transform .5s ease,opacity .5s ease;
  transition: transform .5s ease,opacity .5s ease,-webkit-transform .5s ease
}
.modal__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px
}
.modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 44px;
  height: 44px;
  transition: color .2s ease
}
.modal__close-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 100%
}
.modal__close-wrapper span {
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: currentColor;
  border-radius: 50%;
  transition: background-color .2s ease
}
.modal__close-wrapper span:first-child {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}
.modal__close-wrapper span:last-child {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}
.modal__title {
  color: var(--primary-dark);
  text-align: center;
  margin-bottom: 25px
}
.tow__form {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  gap: 20px
}
.tow__form-item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex: 0 1 calc(50% - 10px)
}
.tow__form-item .wpcf7-not-valid-tip {
  display: block;
  width: 100%!important
}
.tow__item-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  flex: 0 1 calc(50% - 15px)
}
.tow__input-arrow {
  position: absolute;
  right: 15px;
  width: 24px;
  height: 24px;
  color: var(--lunar)
}
.tow__form-btn {
  margin-left: auto;
  gap: 15px
}
.tow__icon-bending {
  width: 20px;
  height: 44px
}
.tow__icon-bending:last-child {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}
.scrollbar::-webkit-scrollbar {
  width: 9px;
  background-color: rgba(0,0,0,0)
}
.scrollbar::-webkit-scrollbar-thumb {
  background-color: var(--primary-dark)
}
.scrollbar::-webkit-scrollbar-track {
  background-color: rgba(0,0,0,0)
}
.service-tesla__form {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  margin: 40px auto 0 auto;
  max-width: 380px;
  gap: 40px
}
.service-tesla__form .btn {
  margin: 0
}
.service-tesla__content-item:not(:last-child) {
  margin-bottom: 20px
}
.service-tesla__content-title {
  font-size: 16px;
  text-transform: uppercase;
  margin: 0 0 7px 0
}
.service-tesla__content {
  margin: 0;
  font-size: 14px
}
.service-tesla__form-item {
  width: 100%
}
.section-overflow {
  overflow: hidden
}
.slider-nav__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  background-color: var(--cyan);
  color: var(--black);
  transition: color .2s ease,background-color .2s ease
}
.slider-nav__btn--prev {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg)
}
.slider-nav__btn--next {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg)
}
.slider-nav__btn-arrow {
  width: 24px;
  height: 24px
}
.content-show {
  position: absolute;
  max-width: 1865px;
  font-size: 64px;
  color: rgba(160,28,173,.05);
  top: 50px;
  right: -700px;
  z-index: -1
}
.pagination {
  display: flex;
  align-items: center;
  gap: 5px
}
.pagination__number {
  color: var(--primary);
  font-family: ChakraPetch,sans-serif;
  font-weight: 700;
  font-size: 36px;
  text-transform: uppercase
}
.pagination__buttons {
  display: flex;
  gap: 20px
}
.pagination__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: #fff;
  transition: background-color .2s ease,color .2s ease
}
.pagination__btn:first-child {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg)
}
.pagination__btn:last-child {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg)
}
.pagination__btn._disabled {
  pointer-events: none;
  border-color: var(--gray);
  color: var(--gray);
  background-color: rgba(0,0,0,0)
}
.pagination__arrow {
  width: 28px;
  height: 28px
}
.breadcrumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px
}
.breadcrumbs li {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 16px;
  transition: color .2s ease
}
.breadcrumbs li:not(:last-child) {
  padding-right: 6px
}
.breadcrumbs li:not(:last-child)::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 15px;
  right: 0;
  -webkit-transform: rotate(22deg);
  transform: rotate(22deg);
  background-color: currentColor
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: var(--black-dark);
  padding: 65px 0 20px 0;
  z-index: 100;
  font-family: ChakraPetch,sans-serif
}
.header__container {
  position: relative
}
.header__burger-btn {
  display: none
}
.header__nav-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px
}
.header__list {
  display: flex;
  gap: 30px
}
.header__list a {
  position: relative;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  transition: color .2s ease
}
.header__list a::before {
  position: absolute;
  content: "";
  left: 0;
  right: 100%;
  bottom: 0;
  height: 1px;
  background-color: currentColor;
  transition: right .2s ease,text-shadow .2s ease
}
.header__logo {
  display: block;
  width: 260px
}
.header__logo-img {
  width: 100%
}
.header__social {
  display: none
}
.header__version {
  display: none
}
.header__burger-close {
  display: none
}
.header__icon-arrow {
  width: 24px;
  height: 24px
}
.header__cart {
  display: none
}
.header__cart-number {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  border-radius: 50%;
  width: 21px;
  height: 21px;
  background-color: var(--primary-dark);
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  top: 2px;
  right: 3px
}
.header__cart-icon {
  width: 30px;
  height: 30px
}
.header__basket-btn {
  position: absolute;
  top: 69px;
  right: 20px;
  width: 70px;
  height: 70px;
  background-color: var(--primary)
}
.header__basket-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 100%
}
.header__basket-number {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 6px;
  right: 6px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(--primary-dark);
  font-size: 16px;
  font-weight: 700
}
.header__basket-icon {
  width: 45px;
  height: 45px
}
.hero {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 110px 0;
  min-height: calc(100vh - 134px);
  margin-top: 134px;
  z-index: 1
}
.hero::before {
  position: absolute;
  content: "";
  inset: 0;
  background-color: #000;
  opacity: .6;
  z-index: -1
}
.hero__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -3
}
.hero__bg--show {
  z-index: -2;
  opacity: 0;
  transition: opacity .2s ease
}
.hero__bg--show.opacity-none {
  opacity: 1
}
.hero__bg--show.opacity {
  transition: opacity 1s ease;
  opacity: 0
}
.hero__btn-chat {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  right: 20px;
  top: 190px;
  font-size: 20px;
  line-height: 175%;
  text-transform: uppercase;
  transition: color .2s ease
}
.hero__title {
  text-align: center;
  margin: 0 auto
}
.hero__content {
  font-family: Roboto,sans-serif;
  margin: 0 auto;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center
}
.hero__buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 50px;
  margin-top: 145px
}
.hero__nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 90px
}
.hero__nav-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--primary-dark);
  width: 70px;
  height: 70px;
  border: 1px solid var(--primary-dark);
  color: #fff;
  transition: color .2s ease,background-color .2s ease
}
.hero__nav-icon {
  width: 50px;
  height: 50px
}
.appointment {
  position: relative;
  padding: 35px 0;
  z-index: 1
}
.appointment::before {
  position: absolute;
  content: "";
  inset: 0;
  background: #000;
  opacity: .5;
  z-index: -1
}
.appointment .wpcf7 {
  flex: 1
}
.appointment .wpcf7-response-output {
  margin: 0!important
}
.appointment__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px
}
.appointment__title {
  font-family: ChakraPetch,sans-serif;
  margin: 0;
  max-width: 395px;
  font-weight: 400;
  font-size: 48px;
  text-transform: uppercase
}
.appointment__form {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  flex: 1;
  gap: 20px
}
.appointment__form-item {
  flex: 0 1 380px
}
.cybershop {
  position: relative;
  padding: 230px 0;
  z-index: 1
}
.cybershop::after,
.cybershop::before {
  position: absolute;
  content: "";
  inset: 0;
  z-index: -2
}
.cybershop::before {
  background: linear-gradient(90deg,rgba(9,8,22,0) 0,#04070f 66.9%)
}
.cybershop::after {
  background: #000;
  opacity: .5
}
.cybershop__set {
  position: absolute;
  right: 200px;
  top: -44px;
  width: 920px;
  z-index: -1
}
.cybershop__triangle {
  position: absolute;
  width: 855px;
  top: 115px;
  left: -225px;
  z-index: -1
}
.cybershop__car {
  position: absolute;
  width: 400px;
  height: auto;
  right: 0;
  bottom: 0;
  z-index: -1
}
.cybershop__body {
  max-width: 675px;
  margin-left: auto
}
.cybershop__title {
  margin-bottom: 80px
}
.cybershop__content {
  font-family: Roboto,sans-serif;
  margin: 0 0 70px 0;
  font-size: 20px
}
.cybershop__btn {
  margin-left: auto
}
.all-services {
  position: relative;
  overflow: hidden;
  margin-top: 100px;
  padding: 40px 0 90px 0;
  z-index: 1
}
.all-services::before {
  position: absolute;
  content: "";
  inset: 0;
  background-color: #000;
  opacity: .85;
  z-index: -1
}
.all-services__container {
  max-width: 1810px
}
.all-services__content {
  font-size: 20px;
  margin: 0 0 5px 0;
  font-size: 20px;
  text-align: center;
  color: var(--primary)
}
.all-services__title {
  text-align: center;
  margin-bottom: 50px
}
.all-services__nav {
  display: flex;
  max-width: 1380px;
  margin: 0 auto;
  gap: 20px
}
.all-services__select {
  flex: 1
}
.all-services__slider {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  margin-top: 60px;
  overflow: visible!important;
  margin: 60px -20px 0 -20px;
  padding: 0 20px
}
.all-services__item {
  position: relative;
  box-sizing: border-box;
  width: 338px!important;
  height: 540px!important
}
.all-services__item.open {
  padding-top: 70px;
  max-height: none;
  box-shadow: 0 0 30px 0 #da49bd;
  border-color: var(--primary)
}
.all-services__item.open .all-services__item-title {
  padding: 35px 0 10px 0;
  height: 80px
}
.all-services__item.open .all-services__arrow {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}
.all-services__item.open .all-services__item-cross {
  opacity: 0!important
}
.all-services__item.open .all-services__item-cross--primary {
  -webkit-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
  opacity: 1!important
}
.all-services__item.open .all-services__wrapper-icons::before {
  opacity: 1
}
.all-services__item.open .all-services__icon {
  opacity: 0
}
.all-services__item.open .all-services__icon--show {
  opacity: 1
}
.all-services__item-body {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  box-sizing: border-box;
  flex-direction: column;
  overflow: hidden;
  cursor: pointer;
  padding: 100px 30px 30px 30px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-color: var(--ebony);
  border: 1px solid var(--shaft);
  transition: box-shadow .2s ease,padding .2s ease,max-height .2s ease;
  z-index: 1
}
.all-services__item-cross {
  position: absolute;
  right: 0;
  top: 10px;
  width: 91px;
  opacity: 0;
  transition: opacity .2s ease,-webkit-transform .2s ease;
  transition: opacity .2s ease,transform .2s ease;
  transition: opacity .2s ease,transform .2s ease,-webkit-transform .2s ease;
  z-index: -1
}
.all-services__item-cross--primary {
  width: 270px;
  opacity: 0;
  right: -60px;
  top: 0;
  -webkit-transform: scale(0) translateY(-155px);
  transform: scale(0) translateY(-155px)
}
.all-services__wrapper-icons {
  position: relative;
  display: flex;
  justify-content: center;
  z-index: 1
}
.all-services__wrapper-icons::before {
  position: absolute;
  content: "";
  width: 150px;
  height: 95px;
  background-color: rgba(225,66,241,.5);
  -webkit-filter: blur(45px);
  filter: blur(45px);
  top: 0;
  opacity: 0;
  transition: opacity .2s ease;
  z-index: -1
}
.all-services__icon {
  width: 190px;
  height: 125px;
  -o-object-fit: contain;
  object-fit: contain;
  transition: opacity .2s ease
}
.all-services__icon--show {
  position: absolute;
  top: 0;
  opacity: 0
}
.all-services__item-title {
  display: flex;
  justify-content: flex-end;
  align-items: end;
  padding: 25px 0;
  font-weight: 600;
  font-size: 30px;
  text-transform: uppercase;
  text-align: center;
  height: 175px;
  transition: padding .2s ease,height .3s ease
}
.all-services__item-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  width: 100%;
  color: var(--primary);
  font-weight: 700;
  font-size: 24px;
  padding: 20px;
  text-transform: uppercase
}
.all-services__arrow {
  width: 24px;
  height: 24px;
  transition: -webkit-transform .2s ease;
  transition: transform .2s ease;
  transition: transform .2s ease,-webkit-transform .2s ease
}
.all-services__item-info {
  width: 100%
}
.all-services__info-list {
  width: 100%
}
.all-services__info-item {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 16px;
  padding-left: 24px
}
.all-services__info-item::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #fff;
  left: 10px
}
.all-services__info-btn {
  margin-top: 24px
}
.all-services__item-rect {
  display: none
}
.all-services__rect-arrow {
  width: 24px;
  height: 24px;
  -webkit-transform: scale(-1,1);
  transform: scale(-1,1)
}
.projects {
  position: relative;
  min-height: 725px;
  padding: 64px 0;
  background-color: var(--black);
  z-index: 1
}
.projects__title {
  text-align: center
}
.projects__slider {
  position: absolute!important;
  width: 100%;
  height: calc(100% - 8px);
  left: 0;
  top: 4px;
  z-index: -1!important
}
.projects__slide {
  width: 660px!important;
  height: 100%;
  clip-path: polygon(35% 0,100% 0,65% 100%,0 100%);
  margin-left: -227px!important
}
.projects__slide::before {
  position: absolute;
  content: "";
  inset: 0;
  background-color: #000;
  opacity: .5;
  transition: opacity .2s ease
}
.projects__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.projects__slider-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 1180px;
  width: 100%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%)
}
.projects__slider-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  gap: 20px;
  bottom: 30px
}
.projects__slider-pagination .swiper-pagination-bullet {
  width: 4px;
  height: 4px;
  background-color: #fff;
  border-radius: 50%;
  transition: -webkit-transform .2s ease;
  transition: transform .2s ease;
  transition: transform .2s ease,-webkit-transform .2s ease
}
.projects__slider-pagination .swiper-pagination-bullet-active {
  -webkit-transform: scale(2.5);
  transform: scale(2.5)
}
.projects__slider-pagination .swiper-pagination-bullet-active+.swiper-pagination-bullet {
  -webkit-transform: scale(1.5);
  transform: scale(1.5)
}
.banner {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 88px 0;
  min-height: 295px
}
.banner__wrapper {
  position: absolute;
  display: flex;
  transition: -webkit-transform 5s linear;
  transition: transform 5s linear;
  transition: transform 5s linear,-webkit-transform 5s linear
}
.banner__item {
  flex-shrink: 0;
  padding: 0 20px;
  color: var(--primary-dark);
  transition: color .2s ease
}
.banner__item svg {
  fill: currentColor
}
.app {
  position: relative;
  overflow: hidden;
  padding: 260px 0 195px 0;
  z-index: 1
}
.app::before {
  position: absolute;
  content: "";
  inset: 0;
  background-color: #000;
  opacity: .6;
  z-index: -1
}
.app__frame {
  position: absolute;
  left: 130px;
  bottom: -255px;
  width: 620px;
  z-index: -1
}
.app__body {
  max-width: 590px;
  margin-left: auto
}
.app__subtitle {
  color: var(--primary);
  font-size: 20px;
  margin: 0 0 10px 0
}
.app__title {
  margin-bottom: 16px;
  max-width: 530px
}
.app__content {
  max-width: 530px;
  font-size: 20px;
  margin: 0 0 100px 0
}
.app__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 30px
}
.app__buttons .btn-simple {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px
}
.app__btn-content {
  text-transform: none
}
.app__btn-title {
  font-size: 24px
}
.contacts {
  position: relative;
  padding: 70px 0;
  z-index: 1
}
.contacts::before {
  position: absolute;
  content: "";
  inset: 0;
  background-color: #000;
  opacity: .5;
  z-index: -1
}
.contacts__container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px
}
.contacts__info {
  max-width: 395px
}
.contacts__title {
  font-weight: 400;
  font-size: 48px
}
.contacts__form {
  width: 100%;
  margin-top: 45px
}
.contacts__form-item {
  display: block;
  width: 100%;
  margin-bottom: 50px
}
.contacts__map {
  position: relative;
  width: 575px;
  height: 415px
}
.contacts__map::before {
  position: absolute;
  content: "";
  inset: 0;
  background-color: #000;
  opacity: .7;
  z-index: 1
}
.contacts__map-info {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  max-width: 280px;
  width: 100%;
  z-index: 10
}
.contacts__map-info-body {
  position: relative;
  width: 100%;
  padding: 5px 15px 15px 15px;
  background-color: var(--primary-dark)
}
.contacts__map-info-body::before {
  position: absolute;
  content: "";
  background-color: var(--primary-dark);
  width: 29px;
  height: 27px;
  left: 35px;
  bottom: -26px;
  clip-path: polygon(100% 0,0 0,50% 100%)
}
.contacts__address {
  font-size: 12px
}
.contacts__tel {
  font-weight: 700;
  font-size: 14px
}
.about-video {
  position: relative;
  padding: 65px 0;
  z-index: 1
}
.about-video::after,
.about-video::before {
  position: absolute;
  content: "";
  inset: 0
}
.about-video::before {
  background-color: #000;
  opacity: .75;
  z-index: -2
}
.about-video::after {
  background: url(../img/about-video-decor.webp) right -70px top -55px/100% auto no-repeat;
  z-index: -1
}
.about-video__container {
  max-width: 1330px
}
.about-video__title {
  text-align: center;
  margin-bottom: 70px
}
.about-video__body {
  display: flex;
  align-items: center;
  gap: 20px
}
.about-video__video {
  position: relative;
  display: block;
  flex-shrink: 0;
  max-width: 880px;
  width: 100%;
  height: 500px
}
.about-video__video::before {
  position: absolute;
  content: "";
  inset: 0;
  background-color: #000;
  opacity: .6
}
.about-video__preview {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.about-video__play {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 40px);
  width: 80px;
  height: 50px;
  border-radius: 10px;
  background-color: var(--red);
  transition: -webkit-transform .2s ease;
  transition: transform .2s ease;
  transition: transform .2s ease,-webkit-transform .2s ease
}
.about-video__play-icon {
  width: 15px;
  height: 15px
}
.about-video__subtitle {
  font-size: 32px;
  max-width: 330px;
  color: var(--primary-dark);
  margin-bottom: 40px
}
.about-video__content {
  margin: 0;
  font-size: 20px
}
.about-video__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 280px;
  height: 70px;
  margin: 75px auto 0 auto
}
.history {
  position: relative;
  padding: 60px 0;
  z-index: 1
}
.history::before {
  position: absolute;
  content: "";
  inset: 0;
  background-color: #000;
  opacity: .75;
  z-index: -1
}
.history__decor {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 855px;
  z-index: -1
}
.history__title {
  text-align: center;
  margin-bottom: 60px
}
.history__wrapper {
  display: grid;
  grid-template-columns: repeat(12,1fr);
  gap: 20px
}
.history__item {
  grid-column: 4 span
}
.history__item:first-child .history__gallery::after {
  background: url(../img/frame-1.webp) bottom 0 right 0/cover no-repeat
}
.history__item:nth-child(2) .history__gallery::after {
  background: url(../img/frame-2.webp) top 0 right 0/cover no-repeat
}
.history__item:last-child .history__gallery::after {
  background: url(../img/frame-3.webp) bottom 0 right 0/cover no-repeat
}
.history__gallery {
  position: relative;
  width: 100%;
  height: 260px
}
.history__gallery::after,
.history__gallery::before {
  position: absolute;
  content: "";
  inset: 0
}
.history__gallery::before {
  background-color: #000;
  opacity: .65
}
.history__item-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.history__item-title {
  font-size: 20px;
  margin-top: 30px;
  color: var(--primary-dark)
}
.history__item-btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  font-size: 20px;
  margin: 13px 0 0 auto;
  transition: color .2s ease
}
.history__btn {
  margin: 60px auto 0 auto
}
.services {
  padding: 155px 0 0 0
}
.services__title {
  text-align: center;
  margin-bottom: 40px
}
.services__nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 35px;
  margin-bottom: 150px
}
.services__nav-changes {
  flex: 0 1 780px;
  display: flex;
  gap: 40px
}
.services__nav-item {
  flex: 0 1 calc(50% - 20px)
}
.services__buttons {
  display: flex;
  margin-bottom: 40px
}
.services__btn {
  border-color: var(--dove);
  color: var(--dove);
  border: 1px solid var(--dove);
  background-color: rgba(0,0,0,0)
}
.services__btn.active {
  color: #fff;
  background-color: var(--primary-dark);
  border-color: var(--primary-dark)
}
.services__body {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 40px
}
.services__item {
  position: relative;
  padding: 0 25px 0 100px;
  background-color: var(--cod-gray);
  border-bottom: 1px solid var(--dove)
}
.services__item._flex {
  display: flex;
  align-items: center;
  gap: 165px
}
.services__item .input-check:checked+label .label-check::before {
  display: block
}
.services__spoller-btn {
  display: flex;
  align-items: center;
  padding: 14px 0;
  text-align: start;
  gap: 60px;
  width: 100%;
  min-height: 70px
}
.services__spoller-btn._spoller-active .services__spoller-arrow {
  -webkit-transform: rotate(0);
  transform: rotate(0)
}
.services__spoller-btn--check {
  display: flex;
  align-items: center;
  gap: 20px
}
.services__spoller-btn--check span {
  flex: 0 1 320px
}
.services__spoller-btn--mini {
  min-height: 30px
}
.services__spoller-btn--clean {
  padding: 0;
  min-height: auto
}
.services__item-right {
  flex: 1;
  display: flex;
  gap: 20px
}
.services__item-right .input,
.services__item-right .select__btn {
  min-height: 55px;
  border-top: none;
  padding: 10px
}
.services__item-input {
  position: relative;
  display: flex;
  align-items: center;
  flex: 0 1 330px
}
.services__item-select {
  flex: 0 1 170px
}
.services__item-select .select__btn,
.services__item-select .select__item {
  background-color: var(--log-cabin)
}
.services__spoller-btn-info {
  flex: 1
}
.services__spoller-title {
  color: var(--primary-dark);
  font-size: 16px
}
.services__spoller-content {
  display: block;
  font-size: 12px;
  color: var(--gray);
  max-width: 360px
}
.services__spoller-arrow {
  display: block;
  width: 24px;
  height: 24px;
  color: var(--lunar);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  transition: -webkit-transform .2s ease;
  transition: transform .2s ease;
  transition: transform .2s ease,-webkit-transform .2s ease
}
.services__spoller-item-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 35px 0 40px 0;
  gap: 20px
}
.services__spoller-item-wrapper._col {
  flex-direction: column
}
.services__spoller-item-wrapper._no-gap {
  gap: 0
}
.services__spoller-label {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  width: auto;
  height: auto;
  font-size: 16px;
  padding-right: 30px;
  flex: 0 1 360px
}
.services__spoller-label::after,
.services__spoller-label::before {
  position: absolute;
  content: ""
}
.services__spoller-label::after {
  right: 0;
  width: 20px;
  height: 20px;
  border: 1px solid var(--gray)
}
.services__spoller-label::before {
  width: 12px;
  height: 12px;
  background-color: var(--gray);
  right: 4px;
  display: none
}
.services__date-nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
  opacity: .4;
  pointer-events: none
}
.services__date-nav._active {
  opacity: 1;
  pointer-events: all
}
.services__select-date {
  max-width: 145px;
  width: 100%
}
.services__select-day {
  max-width: 90px;
  width: 100%
}
.services__date-input {
  position: relative;
  max-width: 135px;
  width: 100%
}
.services__info-item {
  max-width: 330px
}
.services__info-item .input,
.services__info-item .label-file {
  background-color: var(--log-cabin)
}
.services__info-item .services__spoller-content {
  margin-bottom: 10px
}
.services__information-item {
  max-width: 330px
}
.services__information-item .input {
  background-color: var(--log-cabin)
}
.services__information-item .services__spoller-content {
  margin-bottom: 10px
}
.services__file-parent {
  display: flex;
  flex-wrap: wrap;
  gap: 20px
}
.services__file-parent img {
  width: 250px
}
.services__btn-img {
  text-align: start
}
.services__btn-order {
  margin: 0 auto
}
.single {
  position: relative;
  padding: 155px 0 0 0;
  z-index: 1
}
.single::before {
  position: absolute;
  content: "";
  inset: 0;
  background: linear-gradient(0deg,rgba(0,0,0,.6) 0,rgba(0,0,0,.6) 100%);
  z-index: -1
}
.single__title {
  text-align: center
}
.single__content {
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  margin: 0 0 16px 0
}
.single__pagination {
  justify-content: end
}
.single__body {
  border-bottom: 1px solid var(--dove);
  background: rgba(27,27,27,.5);
  backdrop-filter: blur(10px);
  padding: 15px 100px 40px 100px;
  margin-top: 40px
}
.single__body-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px
}
.single__item {
  flex: 0 1 360px
}
.single__item .input-check:checked+label .label-check::before {
  display: block
}
.single__item-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  cursor: pointer;
  color: var(--primary-dark);
  font-size: 16px;
  font-style: normal;
  font-weight: 700
}
.single__item-body {
  font-size: 16px;
  font-weight: 400
}
.single__item-body ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-left: 0;
  list-style: none
}
.single__btn-basket {
  margin: 50px auto 0 auto
}
.basket {
  padding: 155px 0
}
.basket__title {
  text-align: center;
  margin-bottom: 64px
}
.basket__selected {
  margin: 0 0 20px 0;
  font-size: 16px
}
.basket__main {
  max-width: 676px;
  margin: 105px auto 0 auto
}
.basket__content {
  text-align: center;
  font-size: 24px;
  margin: 0 0 30px 0
}
.basket__form {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px
}
.basket__form-item {
  flex: 1
}
.basket__form .input-show {
  white-space: pre-wrap;
}
.towing {
  padding: 155px 0 80px 0
}
.towing__title {
  text-align: center;
  margin-bottom: 150px
}
.towing__item {
  padding-right: 100px
}
.towing__form-info {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  max-width: 675px;
  margin: 0 auto;
  padding: 40px 0 20px 0
}
.towing__form-info .input,
.towing__form-info .select-input,
.towing__form-info .select__btn,
.towing__form-info .select__item {
  background-color: var(--log-cabin)
}
.towing__form-item {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex: 0 1 calc(50% - 10px);
  gap: 20px;
  row-gap: 0px;
}
.towing__form-item._nowrap {
  flex-wrap: nowrap;
}
.towing__form-item .wpcf7-not-valid-tip {
  height: 0;
}
.towing__form-subitem {
  display: flex;
  flex: 0 1 calc(50% - 10px)
}
.towing__form-subitem .select__btn {
  padding: 0 10px
}
.towing__btn {
  max-width: 360px
}
.towing__form-btn {
  margin: 0 auto;
  gap: 15px
}
.towing__form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 20px
}
.towing__icon-bending {
  width: 20px;
  height: 44px
}
.towing__icon-bending:last-child {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}
.footer {
  padding: 65px 0 10px 0
}
.footer__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px
}
.footer__logo {
  display: block;
  flex-shrink: 0;
  width: 275px
}
.footer__logo-img {
  width: 100%
}
.footer__list {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  row-gap: 40px
}
.footer__list a {
  display: block;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  transition: color .2s ease
}
.footer__bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 35px
}
.footer__bottom-btn {
  display: none;
  margin: 0 auto;
  font-size: 16px;
  color: var(--primary);
  text-transform: uppercase
}
.footer__bottom-list {
  display: flex;
  justify-content: center;
  gap: 35px
}
.footer__bottom-list a {
  font-size: 12px;
  color: var(--gray);
  transition: color .2s ease
}
.footer__copyright {
  margin-top: 5px;
  text-align: center;
  font-size: 14px;
  text-align: center;
  color: var(--gray)
}
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal
}
:root {
  --swiper-theme-color: #007aff
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block
}
.swiper-vertical>.swiper-wrapper {
  flex-direction: column
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function,initial);
  box-sizing: content-box
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0)
}
.swiper-horizontal {
  touch-action: pan-y
}
.swiper-vertical {
  touch-action: pan-x
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform;
  display: block
}
.swiper-slide-invisible-blank {
  visibility: hidden
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: height,-webkit-transform;
  transition-property: transform,height;
  transition-property: transform,height,-webkit-transform
}
.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
  perspective: 1200px
}
.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d
}
.swiper-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px
}
.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d
}
.swiper-css-mode>.swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none
}
.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
  display: none
}
.swiper-css-mode>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: start start
}
.swiper-css-mode.swiper-horizontal>.swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory
}
.swiper-css-mode.swiper-vertical>.swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory
}
.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
  -ms-scroll-snap-type: none;
  scroll-snap-type: none
}
.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: none
}
.swiper-css-mode.swiper-centered>.swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999
}
.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always
}
.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before)
}
.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after)
}
.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before)
}
.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after)
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0,0,0,.15)
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color,var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent
}
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
  animation: swiper-preloader-spin 1s infinite linear
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000
}
@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}
@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}
: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;
  -webkit-animation: f-spinner-rotate 2s linear infinite;
  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);
  -webkit-animation: f-spinner-dash 2s ease-in-out infinite;
  animation: f-spinner-dash 2s ease-in-out infinite
}
@-webkit-keyframes f-spinner-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}
@keyframes f-spinner-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}
@-webkit-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
  }
}
@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 {
  -webkit-animation: var(--f-throw-out-duration,.175s) ease-out both f-throwOutUp;
  animation: var(--f-throw-out-duration,.175s) ease-out both f-throwOutUp
}
.f-throwOutDown {
  -webkit-animation: var(--f-throw-out-duration,.175s) ease-out both f-throwOutDown;
  animation: var(--f-throw-out-duration,.175s) ease-out both f-throwOutDown
}
@-webkit-keyframes f-throwOutUp {
  to {
    -webkit-transform: translate3d(0,calc(var(--f-throw-out-distance,150px) * -1),0);
    transform: translate3d(0,calc(var(--f-throw-out-distance,150px) * -1),0);
    opacity: 0
  }
}
@keyframes f-throwOutUp {
  to {
    -webkit-transform: translate3d(0,calc(var(--f-throw-out-distance,150px) * -1),0);
    transform: translate3d(0,calc(var(--f-throw-out-distance,150px) * -1),0);
    opacity: 0
  }
}
@-webkit-keyframes f-throwOutDown {
  to {
    -webkit-transform: translate3d(0,var(--f-throw-out-distance,150px),0);
    transform: translate3d(0,var(--f-throw-out-distance,150px),0);
    opacity: 0
  }
}
@keyframes f-throwOutDown {
  to {
    -webkit-transform: translate3d(0,var(--f-throw-out-distance,150px),0);
    transform: translate3d(0,var(--f-throw-out-distance,150px),0);
    opacity: 0
  }
}
.f-zoomInUp {
  -webkit-animation: var(--f-transition-duration,.2s) ease .1s both f-zoomInUp;
  animation: var(--f-transition-duration,.2s) ease .1s both f-zoomInUp
}
.f-zoomOutDown {
  -webkit-animation: var(--f-transition-duration,.2s) ease both f-zoomOutDown;
  animation: var(--f-transition-duration,.2s) ease both f-zoomOutDown
}
@-webkit-keyframes f-zoomInUp {
  from {
    -webkit-transform: scale(.975) translate3d(0,16px,0);
    transform: scale(.975) translate3d(0,16px,0);
    opacity: 0
  }
  to {
    -webkit-transform: scale(1) translate3d(0,0,0);
    transform: scale(1) translate3d(0,0,0);
    opacity: 1
  }
}
@keyframes f-zoomInUp {
  from {
    -webkit-transform: scale(.975) translate3d(0,16px,0);
    transform: scale(.975) translate3d(0,16px,0);
    opacity: 0
  }
  to {
    -webkit-transform: scale(1) translate3d(0,0,0);
    transform: scale(1) translate3d(0,0,0);
    opacity: 1
  }
}
@-webkit-keyframes f-zoomOutDown {
  to {
    -webkit-transform: scale(.975) translate3d(0,16px,0);
    transform: scale(.975) translate3d(0,16px,0);
    opacity: 0
  }
}
@keyframes f-zoomOutDown {
  to {
    -webkit-transform: scale(.975) translate3d(0,16px,0);
    transform: scale(.975) translate3d(0,16px,0);
    opacity: 0
  }
}
.f-fadeIn {
  -webkit-animation: var(--f-transition-duration,.2s) var(--f-transition-easing,ease) var(--f-transition-delay,0s) both f-fadeIn;
  animation: var(--f-transition-duration,.2s) var(--f-transition-easing,ease) var(--f-transition-delay,0s) both f-fadeIn;
  z-index: 2
}
.f-fadeOut {
  -webkit-animation: var(--f-transition-duration,.2s) var(--f-transition-easing,ease) var(--f-transition-delay,0s) both f-fadeOut;
  animation: var(--f-transition-duration,.2s) var(--f-transition-easing,ease) var(--f-transition-delay,0s) both f-fadeOut;
  z-index: 1
}
@-webkit-keyframes f-fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
@keyframes f-fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
@-webkit-keyframes f-fadeOut {
  100% {
    opacity: 0
  }
}
@keyframes f-fadeOut {
  100% {
    opacity: 0
  }
}
.f-fadeFastIn {
  -webkit-animation: var(--f-transition-duration,.2s) ease-out both f-fadeFastIn;
  animation: var(--f-transition-duration,.2s) ease-out both f-fadeFastIn;
  z-index: 2
}
.f-fadeFastOut {
  -webkit-animation: var(--f-transition-duration,.1s) ease-out both f-fadeFastOut;
  animation: var(--f-transition-duration,.1s) ease-out both f-fadeFastOut;
  z-index: 2
}
@-webkit-keyframes f-fadeFastIn {
  0% {
    opacity: .75
  }
  100% {
    opacity: 1
  }
}
@keyframes f-fadeFastIn {
  0% {
    opacity: .75
  }
  100% {
    opacity: 1
  }
}
@-webkit-keyframes f-fadeFastOut {
  100% {
    opacity: 0
  }
}
@keyframes f-fadeFastOut {
  100% {
    opacity: 0
  }
}
.f-fadeSlowIn {
  -webkit-animation: var(--f-transition-duration,.5s) ease both f-fadeSlowIn;
  animation: var(--f-transition-duration,.5s) ease both f-fadeSlowIn;
  z-index: 2
}
.f-fadeSlowOut {
  -webkit-animation: var(--f-transition-duration,.5s) ease both f-fadeSlowOut;
  animation: var(--f-transition-duration,.5s) ease both f-fadeSlowOut;
  z-index: 1
}
@-webkit-keyframes f-fadeSlowIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
@keyframes f-fadeSlowIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
@-webkit-keyframes f-fadeSlowOut {
  100% {
    opacity: 0
  }
}
@keyframes f-fadeSlowOut {
  100% {
    opacity: 0
  }
}
.f-crossfadeIn {
  -webkit-animation: var(--f-transition-duration,.2s) ease-out both f-crossfadeIn;
  animation: var(--f-transition-duration,.2s) ease-out both f-crossfadeIn;
  z-index: 2
}
.f-crossfadeOut {
  -webkit-animation: calc(var(--f-transition-duration,.2s)*.5) linear .1s both f-crossfadeOut;
  animation: calc(var(--f-transition-duration,.2s)*.5) linear .1s both f-crossfadeOut;
  z-index: 1
}
@-webkit-keyframes f-crossfadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
@keyframes f-crossfadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
@-webkit-keyframes f-crossfadeOut {
  100% {
    opacity: 0
  }
}
@keyframes f-crossfadeOut {
  100% {
    opacity: 0
  }
}
.f-slideIn.from-next {
  -webkit-animation: var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideInNext;
  animation: var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideInNext
}
.f-slideIn.from-prev {
  -webkit-animation: var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideInPrev;
  animation: var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideInPrev
}
.f-slideOut.to-next {
  -webkit-animation: var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideOutNext;
  animation: var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideOutNext
}
.f-slideOut.to-prev {
  -webkit-animation: var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideOutPrev;
  animation: var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideOutPrev
}
@-webkit-keyframes f-slideInPrev {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
  }
  100% {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
  }
}
@keyframes f-slideInPrev {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
  }
  100% {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
  }
}
@-webkit-keyframes f-slideInNext {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
  }
  100% {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
  }
}
@keyframes f-slideInNext {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
  }
  100% {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
  }
}
@-webkit-keyframes f-slideOutNext {
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
  }
}
@keyframes f-slideOutNext {
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
  }
}
@-webkit-keyframes f-slideOutPrev {
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
  }
}
@keyframes f-slideOutPrev {
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
  }
}
.f-classicIn.from-next {
  -webkit-animation: var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-classicInNext;
  animation: var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-classicInNext;
  z-index: 2
}
.f-classicIn.from-prev {
  -webkit-animation: var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-classicInPrev;
  animation: var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-classicInPrev;
  z-index: 2
}
.f-classicOut.to-next {
  -webkit-animation: var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-classicOutNext;
  animation: var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-classicOutNext;
  z-index: 1
}
.f-classicOut.to-prev {
  -webkit-animation: var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-classicOutPrev;
  animation: var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-classicOutPrev;
  z-index: 1
}
@-webkit-keyframes f-classicInNext {
  0% {
    -webkit-transform: translateX(-75px);
    transform: translateX(-75px);
    opacity: 0
  }
  100% {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    opacity: 1
  }
}
@keyframes f-classicInNext {
  0% {
    -webkit-transform: translateX(-75px);
    transform: translateX(-75px);
    opacity: 0
  }
  100% {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    opacity: 1
  }
}
@-webkit-keyframes f-classicInPrev {
  0% {
    -webkit-transform: translateX(75px);
    transform: translateX(75px);
    opacity: 0
  }
  100% {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    opacity: 1
  }
}
@keyframes f-classicInPrev {
  0% {
    -webkit-transform: translateX(75px);
    transform: translateX(75px);
    opacity: 0
  }
  100% {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    opacity: 1
  }
}
@-webkit-keyframes f-classicOutNext {
  100% {
    -webkit-transform: translateX(-75px);
    transform: translateX(-75px);
    opacity: 0
  }
}
@keyframes f-classicOutNext {
  100% {
    -webkit-transform: translateX(-75px);
    transform: translateX(-75px);
    opacity: 0
  }
}
@-webkit-keyframes f-classicOutPrev {
  100% {
    -webkit-transform: translateX(75px);
    transform: translateX(75px);
    opacity: 0
  }
}
@keyframes f-classicOutPrev {
  100% {
    -webkit-transform: translateX(75px);
    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)
}
.f-button:active:not([disabled]) {
  background-color: var(--f-button-active-bg)
}
.f-button:focus:not(:focus-visible) {
  outline: 0
}
.f-button:focus-visible {
  outline: 0;
  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 .15s ease;
  -webkit-transform: var(--f-button-transform);
  transform: var(--f-button-transform);
  -webkit-filter: var(--f-button-svg-filter);
  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-next,
.f-carousel__nav .f-button.is-prev,
.fancybox__nav .f-button.is-next,
.fancybox__nav .f-button.is-prev {
  position: absolute;
  z-index: 1
}
.is-horizontal .f-carousel__nav .f-button.is-next,
.is-horizontal .f-carousel__nav .f-button.is-prev,
.is-horizontal .fancybox__nav .f-button.is-next,
.is-horizontal .fancybox__nav .f-button.is-prev {
  top: 50%;
  -webkit-transform: translateY(-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-next,
.is-vertical .f-carousel__nav .f-button.is-prev,
.is-vertical .fancybox__nav .f-button.is-next,
.is-vertical .fancybox__nav .f-button.is-prev {
  top: auto;
  left: 50%;
  -webkit-transform: translateX(-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-next svg,
.is-vertical .f-carousel__nav .f-button.is-prev svg,
.is-vertical .fancybox__nav .f-button.is-next svg,
.is-vertical .fancybox__nav .f-button.is-prev svg {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg)
}
.f-carousel__nav .f-button:disabled,
.fancybox__nav .f-button:disabled {
  pointer-events: none
}
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: transparent;
  overflow: visible;
  z-index: var(--fancybox-zIndex,1050);
  outline: 0;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  overscroll-behavior-y: contain
}
.fancybox__container *,
.fancybox__container *::after,
.fancybox__container *::before {
  box-sizing: inherit
}
.fancybox__container::-ms-backdrop {
  background-color: rgba(0,0,0,0)
}
.fancybox__container::backdrop {
  background-color: rgba(0,0,0,0)
}
.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: -webkit-grab;
  cursor: grab
}
.fancybox__viewport.is-dragging {
  cursor: move;
  cursor: -webkit-grabbing;
  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;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}
.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn {
  padding-top: 40px
}
.fancybox__slide.has-html5video,
.fancybox__slide.has-iframe,
.fancybox__slide.has-video {
  overflow: hidden
}
.fancybox__slide.has-image {
  overflow: hidden
}
.fancybox__slide.has-image.is-animating,
.fancybox__slide.has-image.is-selected {
  overflow: visible
}
.fancybox__slide::after,
.fancybox__slide::before {
  content: "";
  flex: 0 0 0;
  margin: auto
}
.fancybox__backdrop:empty,
.fancybox__slide:empty,
.fancybox__track:empty,
.fancybox__viewport:empty {
  display: block
}
.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: -webkit-grab;
  cursor: grab
}
.can-zoom_in .fancybox__content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in
}
.can-zoom_out .fancybox__content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out
}
.is-dragging .fancybox__content {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing
}
.fancybox__content [contenteditable],
.fancybox__content [data-selectable] {
  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;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}
.fancybox__slide.has-image>.fancybox__content>picture>img {
  width: 100%;
  height: auto;
  max-height: 100%
}
.is-animating .fancybox__content,
.is-dragging .fancybox__content {
  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;
  -ms-user-select: none;
  user-select: none;
  -webkit-filter: blur(0);
  filter: blur(0)
}
.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-closing .fancybox__caption,
.is-loading .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: .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 .25s ease
}
.is-compact .fancybox__footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20;
  background: rgba(24,24,27,.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 {
  -webkit-animation: .15s ease-out both f-fadeOut;
  animation: .15s ease-out both f-fadeOut
}
.is-idle.is-compact .fancybox__footer {
  pointer-events: none;
  -webkit-animation: .15s ease-out both f-fadeOut;
  animation: .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) * -.5)) 0 0 var(--f-spinner-left,calc(var(--f-spinner-height) * -.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;
  -ms-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;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none
}
.fancybox-focus-guard {
  outline: 0;
  opacity: 0;
  position: fixed;
  pointer-events: none
}
.fancybox__container:not([aria-hidden]) {
  opacity: 0
}
.fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel>*:not(.fancybox__viewport),
.fancybox__container.is-animated[aria-hidden=false] .fancybox__slide>*:not(.fancybox__content),
.fancybox__container.is-animated[aria-hidden=false]>*:not(.fancybox__backdrop,.fancybox__carousel) {
  -webkit-animation: var(--f-interface-enter-duration,.25s) ease .1s backwards f-fadeIn;
  animation: var(--f-interface-enter-duration,.25s) ease .1s backwards f-fadeIn
}
.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop {
  -webkit-animation: var(--f-backdrop-enter-duration,.35s) ease backwards f-fadeIn;
  animation: var(--f-backdrop-enter-duration,.35s) ease backwards f-fadeIn
}
.fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel>*:not(.fancybox__viewport),
.fancybox__container.is-animated[aria-hidden=true] .fancybox__slide>*:not(.fancybox__content),
.fancybox__container.is-animated[aria-hidden=true]>*:not(.fancybox__backdrop,.fancybox__carousel) {
  -webkit-animation: var(--f-interface-exit-duration,.15s) ease forwards f-fadeOut;
  animation: var(--f-interface-exit-duration,.15s) ease forwards f-fadeOut
}
.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop {
  -webkit-animation: var(--f-backdrop-exit-duration,.35s) ease forwards f-fadeOut;
  animation: var(--f-backdrop-exit-duration,.35s) ease forwards f-fadeOut
}
.has-html5video .fancybox__content,
.has-iframe .fancybox__content,
.has-map .fancybox__content,
.has-pdf .fancybox__content,
.has-vimeo .fancybox__content,
.has-youtube .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: calc(100% - 120px);
  height: 90%
}
.fancybox__container.is-compact .has-iframe .fancybox__content,
.fancybox__container.is-compact .has-map .fancybox__content,
.fancybox__container.is-compact .has-pdf .fancybox__content {
  width: 100%;
  height: 100%
}
.has-html5video .fancybox__content,
.has-vimeo .fancybox__content,
.has-youtube .fancybox__content {
  width: 960px;
  height: 540px;
  max-width: 100%;
  max-height: 100%
}
.has-html5video .fancybox__content,
.has-map .fancybox__content,
.has-pdf .fancybox__content,
.has-vimeo .fancybox__content,
.has-youtube .fancybox__content {
  padding: 0;
  background: rgba(24,24,27,.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;
  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: 16px;
  --f-thumb-clip-width: 46px
}
.f-thumbs {
  position: relative;
  flex: 0 0 auto;
  margin: 0;
  overflow: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-transform: translateZ(0);
  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;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0)
}
.f-thumbs__track {
  display: flex
}
.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);
  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: -webkit-max-content;
  width: max-content
}
.is-modern .f-thumbs__track::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc((var(--f-thumb-clip-width,0))*-.5);
  width: calc(var(--width,0)*1px + var(--f-thumb-clip-width,0));
  cursor: pointer
}
.is-modern .f-thumbs__slide {
  width: var(--f-thumb-clip-width);
  -webkit-transform: translate3d(calc(var(--shift,0) * -1px),0,0);
  transform: translate3d(calc(var(--shift,0) * -1px),0,0);
  transition: none;
  pointer-events: none
}
.is-modern.is-resting .f-thumbs__slide {
  transition: -webkit-transform .33s ease;
  transition: transform .33s ease;
  transition: transform .33s ease,-webkit-transform .33s ease
}
.is-modern.is-resting .f-thumbs__slide__button {
  transition: clip-path .33s ease
}
.is-using-tab .is-modern .f-thumbs__slide:focus-within {
  -webkit-filter: drop-shadow(-1px 0 0 var(--f-thumb-outline-color)) drop-shadow(2px 0 0 var(--f-thumb-outline-color)) drop-shadow(0 -1px 0 var(--f-thumb-outline-color)) drop-shadow(0 2px 0 var(--f-thumb-outline-color));
  filter: drop-shadow(-1px 0 0 var(--f-thumb-outline-color)) drop-shadow(2px 0 0 var(--f-thumb-outline-color)) drop-shadow(0 -1px 0 var(--f-thumb-outline-color)) drop-shadow(0 2px 0 var(--f-thumb-outline-color))
}
.f-thumbs__slide__button {
  -webkit-appearance: none;
  appearance: none;
  width: var(--f-thumb-width);
  height: 100%;
  margin: 0 -100% 0 -100%;
  padding: 0;
  border: 0;
  position: relative;
  border-radius: var(--f-thumb-border-radius);
  overflow: hidden;
  background: rgba(0,0,0,0);
  outline: 0;
  cursor: pointer;
  pointer-events: auto;
  touch-action: manipulation;
  opacity: var(--f-thumb-opacity);
  transition: opacity .2s ease
}
.f-thumbs__slide__button:hover {
  opacity: var(--f-thumb-hover-opacity)
}
.f-thumbs__slide__button:focus:not(:focus-visible) {
  outline: 0
}
.f-thumbs__slide__button:focus-visible {
  outline: 0;
  opacity: var(--f-thumb-selected-opacity)
}
.is-modern .f-thumbs__slide__button {
  --clip-path: inset( 0 calc( ((var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0))) * (1 - var(--progress, 0)) * 0.5 ) round var(--f-thumb-border-radius, 0) );
  clip-path: var(--clip-path)
}
.is-classic .is-nav-selected .f-thumbs__slide__button {
  opacity: var(--f-thumb-selected-opacity)
}
.is-classic .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);
  -webkit-animation: f-fadeIn .2s ease-out;
  animation: f-fadeIn .2s ease-out;
  z-index: 10
}
.f-thumbs__slide__img {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: var(--f-thumb-offset);
  box-sizing: border-box;
  pointer-events: none;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: var(--f-thumb-border-radius)
}
.f-thumbs.is-horizontal .f-thumbs__track {
  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;
  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 .35s cubic-bezier(.23,1,.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,.1),rgba(255,255,255,.05))
}
.fancybox__thumbs.is-modern {
  --f-thumb-gap: 4px;
  --f-thumb-extra-gap: 16px;
  --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,.1),rgba(255,255,255,.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: 0!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,.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;
  -webkit-animation: .15s ease-out both f-fadeOut;
  animation: .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;
  -ms-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: .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
}
:-ms-fullscreen [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
}
:-ms-fullscreen [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;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0;
  transform-origin: 0;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform;
  transition-timing-function: linear;
  background: var(--f-progress-color,var(--f-carousel-theme-color,#0091ff));
  z-index: 30;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none
}
@media (max-width:1539px) {
  .app__frame {
    left: 80px
  }
}
@media (max-width:1365px) {
  .title-1 {
    font-size: 58px
  }
  .header__list {
    gap: 20px
  }
  .header__list a {
    font-size: 14px
  }
  .header__logo {
    width: 200px
  }
  .header__basket-btn {
    top: 59px
  }
  .hero {
    min-height: calc(100vh - 124px);
    margin-top: 124px;
    padding: 80px 0
  }
  .appointment__title {
    text-align: center;
    max-width: none;
    width: 100%
  }
  .appointment__form {
    justify-content: center;
    flex: 0 1 100%
  }
  .all-services__nav {
    flex-wrap: wrap;
    justify-content: center
  }
  .all-services__select {
    flex: 0 1 calc(33% - 20px)
  }
  .all-services__btn {
    margin-top: 20px
  }
  .projects__slider-nav {
    padding: 0 30px
  }
  .about-video__body {
    flex-wrap: wrap;
    justify-content: center;
    gap: 35px
  }
  .about-video__video {
    height: auto
  }
  .about-video__subtitle {
    max-width: none;
    text-align: center;
    margin-bottom: 30px;
    font-size: 28px
  }
  .services__nav {
    margin-bottom: 100px
  }
  .services__item._flex {
    gap: 30px
  }
  .services__item._flex .towing__btn {
    max-width: 300px
  }
  .services__item-input {
    flex-basis: 245px
  }
  .towing__title {
    margin-bottom: 100px
  }
}
@media (max-width:1099px) {
  .app__frame {
    width: 500px;
    left: 30px
  }
  .contacts__container {
    align-items: center;
    justify-content: center
  }
  .contacts__info {
    max-width: none
  }
  .contacts__form .btn {
    margin: 45px auto 0 auto
  }
  .contacts__map {
    width: 100%
  }
}
@media (max-width:992px) {
  .title-1 {
    font-size: 54px
  }
  .title-2 {
    font-size: 36px
  }
  .modal__window {
    padding: 20px 24px;
    max-width: calc(100% - 20px)
  }
  .header__container {
    display: flex;
    align-items: center;
    justify-content: space-between
  }
  .header__burger-btn {
    display: flex;
    flex-direction: column;
    width: 44px;
    padding: 5px;
    gap: 7px
  }
  .header__burger-btn span {
    display: block;
    height: 2px;
    width: 100%;
    background-color: var(--primary-dark)
  }
  .header__burger-btn span:last-child,
  .header__burger-btn span:nth-child(2) {
    width: 50%
  }
  .header__nav {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    max-width: 280px;
    width: 100%;
    padding: 140px 40px 10px 40px;
    overflow-y: auto;
    background: url(../img/vector-logo.svg) top 0 right 0/auto 100% no-repeat;
    background-color: var(--black-dark);
    z-index: 100;
    -webkit-transform: translateX(-280px);
    transform: translateX(-280px);
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease,-webkit-transform .4s ease
  }
  .header__nav.open {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
  .header__nav-wrapper {
    position: relative;
    align-items: start;
    justify-content: start;
    flex-direction: column;
    width: 100%;
    gap: 5px
  }
  .header__list {
    flex-direction: column;
    gap: 5px
  }
  .header__list a {
    font-weight: 400;
    font-size: 20px;
    line-height: 250%
  }
  .header__social {
    display: flex;
    margin-top: 125px
  }
  .header__version {
    display: block;
    text-align: center;
    width: 100%;
    margin: 75px 0 0 0;
    color: var(--primary);
    font-size: 16px
  }
  .header__burger-close {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 35px;
    left: -40px;
    width: 40px;
    height: 40px;
    background-color: var(--primary);
    color: var(--black-dark);
    transition: left .4s ease
  }
  .header__burger-close.active {
    left: 280px
  }
  .header__cart {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 48px;
    height: 48px;
    background-color: var(--primary)
  }
  .hero {
    min-height: calc(100vh - 133px);
    margin-top: 133px
  }
  .appointment__title {
    font-size: 44px
  }
  .banner__wrapper {
    transition: -webkit-transform 8s linear;
    transition: transform 8s linear;
    transition: transform 8s linear,-webkit-transform 8s linear
  }
  .app {
    padding: 90px 0
  }
  .app__frame {
    display: none
  }
  .app__body {
    margin: 0
  }
  .contacts__title {
    font-size: 36px
  }
  .history__wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
  }
  .history__item {
    flex: 0 1 calc(50% - 10px)
  }
  .services__nav {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 70px
  }
  .services__item._flex {
    flex-wrap: wrap;
    gap: 10px;
    padding-bottom: 15px
  }
  .services__item._flex .towing__btn {
    max-width: none
  }
  .services__spoller-btn {
    gap: 40px
  }
  .towing__item {
    padding-right: 20px;
    padding-left: 20px
  }
  .footer__container {
    flex-wrap: wrap;
    justify-content: center;
    gap: 35px
  }
  .footer__nav {
    width: 100%
  }
}
@media (max-width:743px) {
  .title-1 {
    font-size: 48px
  }
  .title-2 {
    font-size: 32px
  }
  .social {
    gap: 10px
  }
  .tow__form-item {
    flex-basis: 100%
  }
  .tow__form-btn {
    margin: 10px auto 0 auto
  }
  .service-tesla__form {
    margin-top: 25px;
    gap: 20px
  }
  .content-show {
    display: none
  }
  .pagination {
    width: 100%;
    justify-content: center;
    margin-top: 30px
  }
  .pagination__number {
    font-size: 32px
  }
  .pagination__buttons {
    gap: 10px
  }
  .pagination__btn {
    width: 48px;
    height: 48px
  }
  .pagination__arrow {
    width: 17px;
    height: 17px
  }
  .breadcrumbs {
    display: none
  }
  .header {
    padding: 8px 0
  }
  .header__basket-btn {
    position: static;
    width: 48px;
    height: 48px
  }
  .header__basket-number {
    width: 20px;
    height: 20px;
    font-size: 12px;
    top: 2px;
    right: 2px
  }
  .header__basket-icon {
    width: 30px;
    height: 30px
  }
  .hero {
    min-height: calc(100vh - 64px);
    margin-top: 64px
  }
  .hero__btn-chat {
    top: 10px;
    right: 25px;
    line-height: 125%
  }
  .hero__title {
    max-width: 335px
  }
  .hero__buttons {
    margin-top: 90px;
    gap: 30px
  }
  .hero__nav {
    margin-top: 70px;
    justify-content: center
  }
  .hero__nav-btn {
    display: none
  }
  .appointment__title {
    font-size: 38px
  }
  .cybershop {
    padding: 90px 0 50px 0
  }
  .cybershop__set {
    display: none
  }
  .cybershop__triangle {
    top: 30px;
    left: -115px;
    width: 330px
  }
  .cybershop__title {
    margin-bottom: 40px;
    text-align: center
  }
  .cybershop__content {
    font-size: 16px;
    margin-bottom: 110px
  }
  .cybershop__btn {
    margin: 0 auto
  }
  .all-services {
    margin-top: 0;
    padding: 40px 0
  }
  .all-services::before {
    opacity: .65
  }
  .all-services__select {
    flex-basis: 100%
  }
  .all-services__item-body {
    padding: 30px
  }
  .all-services__item-title {
    margin: 30px 0
  }
  .projects {
    min-height: 460px
  }
  .projects__slide {
    width: 420px!important;
    margin-left: -142px!important
  }
  .projects__slider-nav {
    display: none
  }
  .banner__wrapper {
    transition: -webkit-transform 12s linear;
    transition: transform 12s linear;
    transition: transform 12s linear,-webkit-transform 12s linear
  }
  .app {
    padding: 75px 0 65px 0
  }
  .app__title {
    margin-bottom: 35px
  }
  .app__content {
    font-size: 16px;
    margin-bottom: 88px
  }
  .app__buttons {
    width: 100%;
    justify-content: center
  }
  .contacts__title {
    font-size: 32px
  }
  .about-video::after {
    background-position: bottom 0 right 0
  }
  .about-video__subtitle {
    font-size: 24px
  }
  .about-video__content {
    font-size: 18px
  }
  .history {
    padding: 40px 0
  }
  .history__title {
    margin-bottom: 30px
  }
  .history__gallery {
    height: 175px
  }
  .history__btn {
    margin-top: 30px
  }
  .services {
    padding: 85px 0 0 0
  }
  .services__nav {
    margin-bottom: 40px
  }
  .services__nav-changes {
    flex-wrap: wrap;
    gap: 20px
  }
  .services__nav-item {
    flex-basis: 100%
  }
  .services__buttons {
    align-items: center;
    flex-direction: column;
    gap: 10px
  }
  .services__body {
    margin-bottom: 10px
  }
  .services__item {
    padding: 0 20px
  }
  .services__spoller-btn {
    gap: 12px
  }
  .services__spoller-item-wrapper {
    padding: 5px 0 24px 0
  }
  .services__spoller-label {
    font-size: 14px
  }
  .services__btn-order {
    margin-top: 30px
  }
  .single {
    padding: 85px 0 0 0
  }
  .single__title {
    margin-bottom: 10px
  }
  .single__content {
    font-size: 16px;
    margin-bottom: 10px
  }
  .single__pagination {
    justify-content: center
  }
  .single__body {
    padding: 20px 20px 30px 20px;
    margin-top: 0
  }
  .single__item {
    flex-basis: 100%
  }
  .single__item-title {
    margin-bottom: 10px
  }
  .single__btn-basket {
    margin-top: 20px
  }
  .basket {
    padding: 85px 0
  }
  .basket__title {
    margin-bottom: 10px
  }
  .basket__main {
    margin-top: 40px
  }
  .basket__content {
    font-size: 16px;
    margin-bottom: 10px
  }
  .towing {
    padding: 85px 0 20px 0
  }
  .towing__title {
    margin-bottom: 20px
  }
  .towing__form-item {
    flex-basis: 100%
  }
  .towing__form-btn {
    margin: 10px auto 0 auto
  }
  .footer {
    padding-top: 25px
  }
  .footer__bottom {
    margin-top: 20px
  }
  .footer__bottom-btn {
    display: block
  }
  .footer__bottom-list {
    margin-top: 20px
  }
  .services__date-nav {
    justify-content: center;
  }
  .services__date-nav._one-row  {
    gap: 15px;
  }
  .services__date-nav._one-row .select, .services__date-nav._one-row .select-input {
    max-width: none;
    flex: 1;
  }
  .services__date-nav .separator {
    display: none;
  }
  .select__btn {
    padding: 10px;
  }
  .select__item-btn {
    padding-left: 10px;
  }
}
@media (max-width:576px) {
  .all-services__slider {
    margin-top: 55px
  }
  .all-services__slider .swiper-wrapper {
    flex-wrap: wrap;
    gap: 20px
  }
  .all-services__item {
    width: 100%!important;
    height: auto!important
  }
  .all-services__item-body {
    position: static;
    border: none;
    flex-direction: row;
    padding: 16px 23px;
    backdrop-filter: blur(20px);
    background: rgba(3,6,7,.5);
    gap: 0
  }
  .all-services__icon {
    display: none
  }
  .all-services__item-title {
    margin: 0;
    text-align: start;
    flex: none;
    padding: 0;
    height: auto
  }
  .all-services__item-btn {
    display: none
  }
  .all-services__item-rect {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    background-color: var(--primary-dark);
    flex-shrink: 0;
    margin-left: auto
  }
  .history__item {
    flex-basis: 380px
  }
  .history__gallery {
    height: 260px
  }
  .services__item-right {
    flex-wrap: wrap;
    gap: 10px
  }
  .services__item-input {
    flex-basis: 100%
  }
  .services__item-select {
    flex-basis: 100%
  }
  .basket__form {
    gap: 10px
  }
  .basket__form-item {
    flex: 0 1 100%
  }
}
@media (max-width:479px) {
  .modal__window {
    max-width: calc(100% - 16px)
  }
  .modal__close {
    top: 10px;
    right: 16px
  }
  .tow__form {
    gap: 10px
  }
  .tow__item-wrapper {
    flex-basis: calc(50% - 10px)
  }
  .header__logo {
    width: 120px
  }
  .hero__content {
    max-width: 275px
  }
  .cybershop__car {
    width: 200px
  }
  .all-services__item-title {
    max-width: 195px
  }
  .services__file-parent {
    justify-content: center
  }
  .footer__list {
    gap: 0;
    justify-content: center
  }
  .footer__list li {
    flex: 0 1 50%
  }
  .footer__list a {
    line-height: 219%;
    width: 100%
  }
  .footer__bottom-list {
    gap: 20px
  }
}
@media (any-hover:hover) {
  .btn-custom--pink:hover {
    background-color: var(--haiti);
    color: var(--primary-dark);
    box-shadow: inset 0 0 20px 0 #a01cad
  }
  .btn-custom--pink:hover .btn-custom__cross {
    color: transparent;
    stroke: var(--primary-dark);
    -webkit-transform: rotate(165deg);
    transform: rotate(165deg)
  }
  .btn-custom--pink-stroke:hover {
    background-color: var(--primary-dark);
    color: #fff
  }
  .btn-custom--blue:hover {
    background-color: rgba(0,0,0,0);
    color: var(--cyan)
  }
  .btn-custom--blue:hover .btn-custom__cross {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
  }
  .btn-custom._anim:hover.btn-custom--blue {
    color: var(--black);
    background-color: var(--cyan)
  }
  .select__item-btn:hover {
    background-color: var(--primary-dark)
  }
  .modal__close:hover {
    color: var(--primary)
  }
  .slider-nav__btn:hover {
    background-color: var(--primary);
    color: #fff
  }
  .pagination__btn:hover {
    color: var(--primary);
    background-color: rgba(0,0,0,0)
  }
  .breadcrumbs li:not(:last-child):hover {
    color: var(--primary)
  }
  .header__list a:hover {
    color: var(--cyan);
    text-shadow: var(--cyan) 0 0 12px
  }
  .header__list a:hover::before {
    right: 0
  }
  .hero__btn-chat:hover {
    color: var(--primary)
  }
  .hero__nav-btn:hover {
    color: var(--primary-dark);
    background-color: rgba(0,0,0,0)
  }
  .all-services__item-body:hover {
    box-shadow: 0 0 30px 0 rgba(218,73,189,.5)
  }
  .all-services__item-body:hover .all-services__item-cross {
    opacity: 1
  }
  .projects__slide:hover::before {
    opacity: 0
  }
  .banner__item:hover {
    color: #fff
  }
  .about-video__play:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
  }
  .history__item-btn:hover {
    color: var(--primary)
  }
  .services__btn:hover {
    color: #fff;
    background-color: var(--primary-dark);
    border-color: var(--primary-dark)
  }
  .footer__list a:hover {
    color: var(--cyan)
  }
  .footer__bottom-list a:hover {
    color: #fff
  }
}
@media (hover:none) {
  .btn-custom--pink:active {
    background-color: var(--haiti);
    color: var(--primary-dark);
    box-shadow: inset 0 0 20px 0 #a01cad
  }
  .btn-custom--pink:active .btn-custom__cross {
    color: transparent;
    stroke: var(--primary-dark);
    -webkit-transform: rotate(165deg);
    transform: rotate(165deg)
  }
  .btn-custom--pink-stroke:active {
    background-color: var(--primary-dark);
    color: #fff
  }
  .btn-custom--blue:active {
    background-color: rgba(0,0,0,0);
    color: var(--cyan)
  }
  .btn-custom--blue:active .btn-custom__cross {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
  }
  .btn-custom._anim:active.btn-custom--blue {
    color: var(--black);
    background-color: var(--cyan)
  }
  .select__item-btn:active {
    background-color: var(--primary-dark)
  }
  .modal__close:active {
    color: var(--primary)
  }
  .slider-nav__btn:active {
    background-color: var(--primary);
    color: #fff
  }
  .pagination__btn:active {
    color: var(--primary);
    background-color: rgba(0,0,0,0)
  }
  .breadcrumbs li:not(:last-child):active {
    color: var(--primary)
  }
  .header__list a:active {
    color: var(--cyan);
    text-shadow: var(--cyan) 0 0 12px
  }
  .header__list a:active::before {
    right: 0
  }
  .hero__btn-chat:active {
    color: var(--primary)
  }
  .hero__nav-btn:active {
    color: var(--primary-dark);
    background-color: rgba(0,0,0,0)
  }
  .all-services__item-body:active {
    box-shadow: 0 0 30px 0 rgba(218,73,189,.5)
  }
  .all-services__item-body:active .all-services__item-cross {
    opacity: 1
  }
  .projects__slide:active::before {
    opacity: 0
  }
  .banner__item:active {
    color: #fff
  }
  .about-video__play:active {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
  }
  .history__item-btn:active {
    color: var(--primary)
  }
  .services__btn:active {
    color: #fff;
    background-color: var(--primary-dark);
    border-color: var(--primary-dark)
  }
  .footer__list a:active {
    color: var(--cyan)
  }
  .footer__bottom-list a:active {
    color: #fff
  }
}
@media (hover:hover) {
  .f-button:hover:not([disabled]) {
    color: var(--f-button-hover-color);
    background-color: var(--f-button-hover-bg)
  }
}

.not-found {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: 100vh;
}
.not-found__title {
  text-align: center;
  margin-bottom: 30px;
}
.not-found__content {
  text-align: center;
  margin: 0px 0px 30px 0px;
}
.not-found__btn {
  margin: 0 auto;
}
.wpcf7-spinner {
  display: none;
}
.basket__title-empty {
  text-align: center;
  margin-bottom: 20px;
}
.basket__btn-empty {
  margin: 0 auto;
}