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

:where(ul, ol):where([class]) {
  padding-left: 0; }

body,
:where(blockquote, figure):where([class]) {
  margin: 0; }

:where(h1, h2, h3, h4, h5, h6, p, ul, ol, dl):where([class]) {
  margin-block: 0; }

:where(dd[class]) {
  margin-left: 0; }

:where(fieldset[class]) {
  margin-left: 0;
  padding: 0;
  border: none; }

:where(ul[class]) {
  list-style: none; }

:where(address[class]) {
  font-style: normal; }

p {
  --paragraphMarginBottom: 24px;
  margin-block: 0; }

p:where(:not([class]):not(:last-child)) {
  margin-bottom: var(--paragraphMarginBottom); }

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

input,
textarea,
select,
button {
  font: inherit; }

html {
  height: 100%;
  scrollbar-gutter: stable; }

html,
:has(:target) {
  scroll-behavior: smooth; }

body {
  min-height: 100%;
  line-height: 1.5; }

a:where([class]) {
  display: inline-flex; }

button,
label {
  cursor: pointer; }

:where([fill]:not([fill='none'], [fill^='url'])) {
  fill: currentColor; }

:where([stroke]:not([stroke='none'], [stroke^='url'])) {
  stroke: currentColor; }

svg * {
  transition-property: fill, stroke; }

:where(table) {
  border-collapse: collapse;
  border-color: currentColor; }

@font-face {
  font-family: 'TTLakes';
  src: url(./fonts/TTLakes-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'TTLakes';
  src: url(./fonts/TTLakes-Medium.woff) format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'TTLakes';
  src: url(./fonts/TTLakes-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }

body {
  min-width: 320px;
  padding: 0;
  font-family: TTLakes, sans-serif;
  font-size: 14px;
  background-color: #f8f8f8;
  color: #1b1c21; }

a {
  text-decoration: none; }

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden; }

button {
  transform: rotate(0deg) scale(1);
  transition: transform 0.7s ease-in-out;
  background: none;
  cursor: pointer;
  background-color: transparent;
  border: none; }
  button:hover {
    -webkit-filter: drop-shadow(0px 0px 6px rgba(198, 2, 110, 0.3));
            filter: drop-shadow(0px 0px 6px rgba(198, 2, 110, 0.3));
    transform: rotate(360deg) scale(1.2); }

:focus {
  outline: none;
  -webkit-filter: drop-shadow(1px 1px 6px #7e7e82);
          filter: drop-shadow(1px 1px 6px #7e7e82); }

.header {
  display: flex;
  height: 87px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #b8ffec;
  background-color: #ffffff; }
  .header__left {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-left: 15px; }
  .header__center {
    display: none; }
  .header__right {
    display: flex;
    align-items: center;
    margin-left: 15px;
    margin-right: 15px;
    gap: 15px;
    padding: 0; }
  .header__logo {
    order: 3; }
  .header__button {
    background-color: transparent;
    width: 40px;
    height: 40px; }
    .header__button--burger {
      background-image: url(./static/burger.svg);
      order: 1; }
    .header__button--call {
      background-image: url(./static/call.svg); }
    .header__button--chat {
      background-image: url(./static/chat.svg); }
    .header__button--profile {
      background-image: url(./static/profile.svg); }
    .header__button--repair {
      background-image: url(./static/repair.svg); }
    .header__button--check {
      background-image: url(./static/check.svg); }
  .header__left::after {
    content: '';
    border: 1px solid #eaeaea;
    height: 32px;
    margin-left: 5px;
    order: 4; }

.actions {
  display: none;
  margin-right: 25px;
  gap: 35px; }
  .actions__button--request {
    padding: 0; }
    .actions__button--request:hover {
      transform: none;
      box-shadow: none; }
    .actions__button--request::after {
      content: '';
      display: inline-block;
      margin-left: 15px;
      vertical-align: middle;
      width: 40px;
      height: 40px;
      transform: rotate(0deg) scale(1);
      transition: transform 0.7s ease-in-out;
      border-radius: 50%;
      cursor: pointer;
      background-color: transparent;
      border: none;
      background: url(./static/repair.svg) no-repeat transparent; }
    .actions__button--request:hover::after {
      box-shadow: 0px 0px 6px rgba(198, 2, 110, 0.3);
      transform: rotate(360deg) scale(1.2); }
  .actions__button--status {
    padding: 0; }
    .actions__button--status:hover {
      transform: none;
      box-shadow: none; }
    .actions__button--status::after {
      content: '';
      display: inline-block;
      margin-left: 15px;
      vertical-align: middle;
      width: 40px;
      height: 40px;
      transform: rotate(0deg) scale(1);
      transition: transform 0.7s ease-in-out;
      background: none;
      border-radius: 50%;
      cursor: pointer;
      background-color: transparent;
      border: none;
      background: url(./static/check.svg) no-repeat transparent; }
    .actions__button--status:hover::after {
      box-shadow: 0px 0px 6px rgba(198, 2, 110, 0.3);
      transform: rotate(360deg) scale(1.2); }

.section-title {
  padding-top: 30px;
  margin: 0 auto 30px 0;
  font-size: 28px; }
  .section-title::before {
    content: '';
    border: #41f6d7 solid 2px;
    border-radius: 0 20px 20px 0;
    height: 40px;
    margin-right: 15px; }

.navigation__list {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
  align-items: center;
  margin: 0 0 20px 15px;
  padding: 0;
  -webkit-overflow-scrolling: touch; }
  .navigation__list::-webkit-scrollbar {
    display: none; }

.navigation__item {
  display: flex;
  scroll-snap-align: start;
  white-space: nowrap;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 6px;
  height: 40px;
  padding: 0 10px;
  flex-shrink: 0; }
  .navigation__item:hover {
    border-color: #b8ffec;
    background: #ffffff; }

.navigation__link {
  text-decoration: none;
  font-size: 16px;
  color: #7e7e82;
  display: inline-block; }

.about {
  margin-bottom: 20px; }
  .about__text-container {
    margin: 0 15px; }
  .about__image {
    margin: 0 auto; }

.brands__slider-container {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px; }

.brands__header {
  height: 80px;
  background: linear-gradient(to right, #f8f8f8, #ffffff);
  border-top: 1px solid #b8ffec; }

.brands__title {
  padding: 15px;
  font-size: 16px;
  font-weight: 400;
  color: #7e7e82; }

.brands__slider {
  margin-top: 15px;
  overflow: hidden; }

.brands__bullet {
  background-color: #b5b6bc;
  width: 12px;
  height: 12px;
  margin: 0 6px;
  border-radius: 50%;
  opacity: 0.5;
  cursor: pointer;
  transition: opacity 0.3s ease; }
  .brands__bullet--active {
    opacity: 1;
    background-color: #b5b6bc; }

.brands__pagination {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center; }

.brands__expand-button {
  display: none;
  color: #1b1c21;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  border: none;
  background-color: transparent;
  padding: 0; }
  .brands__expand-button::before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 11px;
    background: url(./static/icon.svg) no-repeat transparent;
    margin-right: 10px;
    vertical-align: text-bottom;
    transform-style: preserve-3d;
    transition: transform 0.4s;
    margin: 10px 10px 5px; }
  .brands__expand-button.coup::before {
    transform: rotateX(180deg); }
  .brands__expand-button:hover {
    transform: none;
    box-shadow: none; }

.brand-slide.swiper-slide {
  margin: 0 0 15px 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 72px;
  background-color: #ffffff;
  border: 1px solid #eaeaea;
  border-radius: 6px;
  flex-shrink: 0; }

.brand-card {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0 15px; }
  .brand-card__btn {
    background-image: url(./static/go.svg);
    width: 40px;
    height: 40px; }

.services__slider-container {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px; }

.services__header {
  height: 80px;
  background: linear-gradient(to right, #f8f8f8, #ffffff);
  border-top: 1px solid #b8ffec; }

.services__title {
  padding: 15px;
  font-size: 16px;
  font-weight: 400;
  color: #7e7e82; }

.services__slider {
  margin-top: 15px;
  overflow: hidden; }

.services__bullet {
  background-color: #b5b6bc;
  width: 12px;
  height: 12px;
  margin: 0 6px;
  border-radius: 50%;
  opacity: 0.5;
  cursor: pointer;
  transition: opacity 0.3s ease; }
  .services__bullet--active {
    opacity: 1;
    background-color: #b5b6bc; }

.services__pagination {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center; }

.services__expand-button {
  display: none;
  color: #1b1c21;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  border: none;
  background-color: transparent;
  padding: 0; }
  .services__expand-button::before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 11px;
    background: url(./static/icon.svg) no-repeat transparent;
    margin-right: 10px;
    vertical-align: text-bottom;
    transform-style: preserve-3d;
    transition: transform 0.4s;
    margin: 10px 10px 5px; }
  .services__expand-button.coup::before {
    transform: rotateX(180deg); }
  .services__expand-button:hover {
    transform: none;
    box-shadow: none; }

.service-slide.swiper-slide {
  margin: 0 0 15px 15px;
  display: flex;
  width: 240px;
  height: 160px;
  background-color: #ffffff;
  border: 1px solid #eaeaea;
  border-radius: 6px;
  flex-shrink: 0; }

.service-card {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 15px; }
  .service-card__btn {
    margin-top: auto;
    background-image: url(./static/go.svg);
    background-color: transparent;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    cursor: pointer; }

.prices__slider-container {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px; }

.prices__header {
  height: 56px;
  background: linear-gradient(to right, #f8f8f8, #ffffff);
  border-top: 1px solid #b8ffec; }

.prices__title {
  padding: 15px;
  font-size: 16px;
  font-weight: 400;
  color: #7e7e82; }

.prices__table-title {
  display: none; }

.prices__slider {
  margin-top: 15px;
  overflow: hidden; }

.prices__bullet {
  background-color: #b5b6bc;
  width: 12px;
  height: 12px;
  margin: 0 6px;
  border-radius: 50%;
  opacity: 0.5;
  cursor: pointer;
  transition: opacity 0.3s ease; }
  .prices__bullet--active {
    opacity: 1;
    background-color: #b5b6bc; }

.prices__pagination {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center; }

.price-slide.swiper-slide {
  margin: 0 0 15px 15px;
  display: flex;
  width: 260px;
  height: 200px;
  background-color: #ffffff;
  border: 1px solid #eaeaea;
  border-radius: 6px;
  flex-shrink: 0; }

.price-card {
  display: flex;
  position: relative;
  flex-direction: column;
  gap: 10px;
  justify-content: space-between;
  width: 100%;
  padding: 15px; }
  .price-card__label {
    color: #7e7e82; }
  .price-card__btn {
    position: absolute;
    right: 15px;
    bottom: 15px;
    background-image: url(./static/Group-10.svg);
    background-color: transparent;
    width: 119px;
    height: 32px;
    border: none;
    border-radius: 0%;
    transform: scale(1);
    cursor: pointer; }
    .price-card__btn:hover {
      transform: scale(1.2);
      box-shadow: none;
      -webkit-filter: drop-shadow(0px 0px 6px rgba(198, 2, 110, 0.3));
              filter: drop-shadow(0px 0px 6px rgba(198, 2, 110, 0.3)); }

.expand-button {
  color: #1b1c21;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  border: none;
  background-color: transparent;
  margin: 10px 0 15px 0;
  padding: 0; }
  .expand-button::before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 11px;
    background: url(./static/icon.svg) no-repeat transparent;
    margin-right: 10px;
    vertical-align: text-bottom;
    transform-style: preserve-3d;
    transition: transform 0.4s;
    margin: 10px 10px 5px; }
  .expand-button.coup::before {
    transform: rotateX(180deg); }
  .expand-button:hover {
    transform: none;
    box-shadow: none; }

.info {
  max-width: 460px; }
  .info__text {
    padding: 0 30px 20px 15px; }
  .info__btn {
    margin: 0 15px 50px 15px;
    padding: 0;
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    background-color: transparent;
    border: none;
    cursor: pointer; }
    .info__btn:hover {
      transform: none;
      box-shadow: none; }
    .info__btn::after {
      content: '';
      display: inline-block;
      vertical-align: middle;
      margin-left: 10px;
      width: 10px;
      height: 12px;
      transform: scale(1);
      transition: transform 0.2s ease-in-out;
      background: url(./static/Line.svg) no-repeat transparent; }
    .info__btn:hover::after {
      -webkit-filter: drop-shadow(0px 0px 6px rgba(198, 2, 110, 0.3));
              filter: drop-shadow(0px 0px 6px rgba(198, 2, 110, 0.3));
      transform: scale(1.3); }

.footer {
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: #7e7e82;
  padding-bottom: 15px;
  align-items: center; }
  .footer__line {
    text-align: center; }

.burger-menu {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateX(-100%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 1000;
  background-color: #ffffff;
  overflow: auto; }
  .burger-menu.active {
    transform: translateX(0);
    opacity: 1;
    visibility: visible; }
  .burger-menu__wrapper {
    display: flex;
    flex-direction: column; }
  .burger-menu__header {
    display: flex;
    padding: 20px;
    align-items: center;
    flex-shrink: 0; }
  .burger-menu__close-btn {
    width: 40px;
    height: 40px;
    background: url(./static/burger-2.svg) no-repeat center; }
  .burger-menu__logo {
    background: url(./static/group.svg) no-repeat center;
    width: 100px;
    height: 55px;
    margin: 0 auto; }
  .burger-menu__search {
    width: 40px;
    height: 40px;
    background: url(./static/search.svg) no-repeat center; }
  .burger-menu__nav {
    padding: 0 20px; }
  .burger-menu__item {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content; }
    .burger-menu__item::before {
      content: '';
      position: absolute;
      left: -20px;
      top: 50%;
      transform: translateY(-50%);
      height: 32px;
      width: 4px;
      background-color: #41f6d7;
      border-radius: 0 4px 4px 0;
      opacity: 0;
      transition: opacity 0.3s ease; }
    .burger-menu__item:hover::before, .burger-menu__item.active::before {
      opacity: 1; }
  .burger-menu__link {
    display: block;
    padding: 10px 0;
    color: #1b1c21;
    transform: scale(1); }
    .burger-menu__link:hover {
      color: #7e7e82;
      margin-left: 20px;
      transform: scale(1.05);
      transition: all 0.3s ease; }
  .burger-menu__footer {
    padding: 20px; }
  .burger-menu__buttons {
    display: flex;
    gap: 15px;
    margin-bottom: 20px; }
  .burger-menu__call-btn, .burger-menu__chat-btn, .burger-menu__profile-btn {
    width: 40px;
    height: 40px; }
  .burger-menu__call-btn {
    background-image: url(./static/call.svg); }
  .burger-menu__chat-btn {
    background-image: url(./static/chat.svg); }
  .burger-menu__profile-btn {
    background-image: url(./static/profile.svg); }
  .burger-menu__contacts {
    margin-bottom: 20px; }
  .burger-menu__mail, .burger-menu__phone {
    display: block;
    color: #1b1c21;
    margin-bottom: 15px;
    transition: color 0.3s ease; }
    .burger-menu__mail:hover, .burger-menu__phone:hover {
      color: #7e7e82; }
  .burger-menu__phone {
    position: relative;
    margin-bottom: 40px;
    font-size: 24px;
    font-weight: 700;
    color: #1b1c21; }
    .burger-menu__phone::after {
      content: '\260e';
      position: absolute;
      top: -3px;
      left: 210px;
      opacity: 0;
      transition: all 0.5s ease-in-out;
      transform: scale(2); }
    .burger-menu__phone:hover::after {
      display: inline-block;
      opacity: 1;
      transition: all 0.5s ease-in-out;
      transform: scale(1); }
  .burger-menu__lang-switcher {
    display: flex;
    gap: 10px; }
  .burger-menu__lang-btn {
    cursor: pointer;
    padding: 0;
    transition: color 0.3s ease; }
    .burger-menu__lang-btn:hover, .burger-menu__lang-btn.active {
      color: #7e7e82;
      box-shadow: none; }

.submenu-feedback {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateX(-100%);
  opacity: 0;
  visibility: hidden;
  transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
  z-index: 1001;
  background-color: #ffffff;
  overflow-y: auto; }
  .submenu-feedback.active {
    transform: translateX(0);
    opacity: 1;
    visibility: visible; }
  .submenu-feedback__close-btn {
    width: 40px;
    height: 40px;
    margin: 20px 15px;
    background: url(./static/burger-2.svg) no-repeat center; }
  .submenu-feedback__title {
    padding-top: 20px;
    margin: 0 auto 10px 0;
    font-size: 24px; }
    .submenu-feedback__title::before {
      content: '';
      border: #41f6d7 solid 2px;
      border-radius: 0 20px 20px 0;
      height: 40px;
      margin-right: 15px; }
  .submenu-feedback__form {
    width: 320px;
    display: flex;
    flex-direction: column;
    background-color: #ffffff; }
  .submenu-feedback__field {
    margin: 15px;
    padding: 15px;
    color: #7e7e82;
    border: 1px solid #eaeaea;
    border-radius: 8px;
    font-size: 16px;
    width: 288px;
    height: 48px; }
    .submenu-feedback__field:focus {
      border-color: #41f6d7;
      outline: none; }
  .submenu-feedback ::-webkit-input-placeholder {
    color: #b5b6bc; }
  .submenu-feedback ::-moz-placeholder {
    color: #b5b6bc; }
  .submenu-feedback :-ms-input-placeholder {
    color: #b5b6bc; }
  .submenu-feedback ::placeholder {
    color: #b5b6bc; }
  .submenu-feedback__policy {
    color: #7e7e82;
    margin-left: 15px; }
  .submenu-feedback__text-accent {
    color: #ff3e79; }
  .submenu-feedback textarea {
    resize: none;
    height: 118px; }
  .submenu-feedback__submit-btn {
    margin: 20px 15px 40px auto;
    background-image: url(./static/Group-11.svg);
    background-color: transparent;
    width: 136px;
    height: 32px;
    border: none;
    border-radius: 0%;
    transform: scale(1);
    cursor: pointer; }
    .submenu-feedback__submit-btn:hover {
      transform: scale(1.1);
      box-shadow: none;
      -webkit-filter: drop-shadow(0px 0px 6px rgba(198, 2, 110, 0.3));
              filter: drop-shadow(0px 0px 6px rgba(198, 2, 110, 0.3)); }

.submenu-contact {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateX(-100%);
  opacity: 0;
  visibility: hidden;
  transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
  z-index: 1001;
  background-color: #ffffff;
  overflow-y: auto; }
  .submenu-contact.active {
    transform: translateX(0);
    opacity: 1;
    visibility: visible; }
  .submenu-contact__close-btn {
    width: 40px;
    height: 40px;
    margin: 20px 15px;
    background: url(./static/burger-2.svg) no-repeat center; }
  .submenu-contact__title {
    padding-top: 20px;
    margin: 0 auto 10px 0;
    font-size: 24px; }
    .submenu-contact__title::before {
      content: '';
      border: #41f6d7 solid 2px;
      border-radius: 0 20px 20px 0;
      height: 40px;
      margin-right: 15px; }
  .submenu-contact__form {
    width: 320px;
    display: flex;
    flex-direction: column; }
  .submenu-contact__field {
    margin: 15px;
    padding: 15px;
    color: #7e7e82;
    border: 1px solid #eaeaea;
    border-radius: 8px;
    font-size: 16px;
    width: 288px;
    height: 48px; }
    .submenu-contact__field:focus {
      border-color: #41f6d7;
      outline: none; }
  .submenu-contact ::-webkit-input-placeholder {
    color: #b5b6bc; }
  .submenu-contact ::-moz-placeholder {
    color: #b5b6bc; }
  .submenu-contact :-ms-input-placeholder {
    color: #b5b6bc; }
  .submenu-contact ::placeholder {
    color: #b5b6bc; }
  .submenu-contact__policy {
    color: #7e7e82;
    margin-left: 15px; }
  .submenu-contact__text-accent {
    color: #ff3e79; }
  .submenu-contact textarea {
    resize: none;
    height: 118px; }
  .submenu-contact__submit-btn {
    margin: 20px 15px 40px auto;
    background-image: url(./static/Group-11.svg);
    background-color: transparent;
    width: 136px;
    height: 32px;
    border: none;
    border-radius: 0%;
    transform: scale(1);
    cursor: pointer; }
    .submenu-contact__submit-btn:hover {
      transform: scale(1.1);
      box-shadow: none;
      -webkit-filter: drop-shadow(0px 0px 6px rgba(198, 2, 110, 0.3));
              filter: drop-shadow(0px 0px 6px rgba(198, 2, 110, 0.3)); }

@media (min-width: 768px) {
  .header__center {
    display: block;
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-right: 10px;
    gap: 15px; }
    .header__center::after {
      content: '';
      border: 1px solid #eaeaea;
      height: 32px;
      margin-left: 10px; }
  .header__left {
    margin-left: 25px; }
    .header__left::after {
      content: '';
      border: #eaeaea solid 1px;
      height: 32px;
      order: 2;
      margin: 0 5px 0 5px; }
  .header__right {
    margin-right: 25px; }
  .section-title::before {
    margin-right: 25px; }
  .navigation__list {
    margin-left: 25px; }
  .about {
    display: flex;
    gap: 50px;
    margin: 25px 0; }
    .about__text-container {
      margin: 0 25px; }
    .about__paragraph--hidden.visually-hidden {
      position: static;
      width: auto;
      height: auto;
      margin: initial;
      clip: auto;
      overflow: visible;
      -webkit-clip-path: none;
              clip-path: none;
      white-space: normal; }
    .about__image {
      margin-right: 25px;
      border-radius: 2%;
      width: 360px;
      height: 210px; }
  .brands__header {
    height: 56px; }
  .brands__title {
    padding-left: 25px; }
  .brands__list {
    flex-wrap: wrap; }
  .brands__pagination {
    display: none; }
  .brands__slider-container {
    padding: 0;
    margin: 0; }
  .brands__expand-button {
    display: block;
    margin: 0 auto 35px 25px; }
  .brand-slide.swiper-slide {
    width: 224px;
    margin: 0 0 25px 25px; }
  .brand-slide.swiper-slide:nth-child(n + 7) {
    display: none; }
  .services__header {
    height: 56px; }
  .services__title {
    padding-left: 25px; }
  .services__list {
    flex-wrap: wrap; }
  .services__slider-container {
    margin: 0;
    padding: 0; }
  .services__pagination {
    display: none; }
  .services__expand-button {
    display: block;
    margin: 0 auto 35px 25px; }
  .service-slide.swiper-slide {
    width: 224px;
    margin: 0 0 25px 25px; }
  .service-slide.swiper-slide:nth-child(n + 4) {
    display: none; }
  .prices__slider-container {
    background-color: #ffffff;
    margin: 25px;
    padding: 0;
    border-radius: 6px; }
  .prices__header {
    height: 56px;
    background: linear-gradient(to right, #f8f8f8, #ffffff);
    border-top: 1px solid #b8ffec; }
  .prices__title {
    padding-left: 25px; }
  .prices__list {
    display: flex;
    flex-direction: column; }
  .prices__pagination {
    display: none; }
  .prices__table-title {
    color: #7e7e82;
    display: grid;
    grid-template-columns: 3.2fr 0.7fr 1fr 0.9fr;
    padding-top: 25px; }
  .prices__item:nth-child(1) {
    padding-left: 48px; }
  .price-slide.swiper-slide {
    width: 100%;
    height: auto;
    margin: 0;
    border: none; }
  .price-card {
    display: grid;
    grid-template-columns: 3.1fr 0.7fr 1fr 0.8fr;
    align-items: center;
    padding: 15px;
    border-bottom: 1px solid #eee; }
    .price-card__details {
      display: contents; }
    .price-card__label {
      display: none; }
    .price-card__title, .price-card__price, .price-card__duration {
      padding: 5px; }
    .price-card__btn {
      justify-self: end; }
  .info__text {
    padding-left: 25px; }
  .info__btn {
    margin-left: 25px; }
  .footer {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: start;
    padding: 25px; }
    .footer__line:nth-child(1) {
      justify-content: start;
      text-align: start; }
    .footer__line:nth-child(3) {
      justify-content: end;
      text-align: end; }
  .burger-menu {
    background-color: rgba(255, 255, 255, 0.5);
    height: 100%; }
    .burger-menu__wrapper {
      background-color: #ffffff;
      max-width: 320px;
      box-shadow: 20px 0px 40px #0e185033; }
    .burger-menu__footer {
      margin-top: 200px; }
  .submenu-contact {
    background-color: rgba(255, 255, 255, 0.5); }
    .submenu-contact__wrapper {
      height: 100%;
      background-color: #ffffff;
      max-width: 320px;
      box-shadow: 20px 0px 40px #0e185033; }
  .submenu-feedback {
    background-color: rgba(255, 255, 255, 0.5); }
    .submenu-feedback__wrapper {
      height: 100%;
      background-color: #ffffff;
      max-width: 320px;
      box-shadow: 20px 0px 40px #0e185033; }
  .show-all .brand-slide.swiper-slide {
    display: flex; }
  .show-all .service-slide.swiper-slide {
    display: flex; } }

@media (min-width: 996px) {
  .brand-slide.swiper-slide:nth-child(n + 7) {
    display: flex; }
  .brand-slide.swiper-slide:nth-child(n + 9) {
    display: none; }
  .service-slide.swiper-slide:nth-child(n + 4) {
    display: flex; }
  .service-slide.swiper-slide:nth-child(n + 5) {
    display: none; }
  .show-all .brand-slide.swiper-slide {
    display: flex; }
  .show-all .service-slide.swiper-slide {
    display: flex; } }

@media (min-width: 1245px) {
  .brand-slide.swiper-slide:nth-child(n + 9) {
    display: flex; }
  .brand-slide.swiper-slide:nth-child(n + 11) {
    display: none; }
  .service-slide.swiper-slide:nth-child(n + 5) {
    display: flex; }
  .service-slide.swiper-slide:nth-child(n + 6) {
    display: none; }
  .show-all .brand-slide.swiper-slide {
    display: flex; }
  .show-all .service-slide.swiper-slide {
    display: flex; } }

@media (min-width: 1366px) {
  .container {
    display: grid;
    grid-template-columns: minmax(280px, 1.3fr) 5fr; }
  .burger-menu {
    position: static;
    height: auto;
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    transition: none;
    background-color: #ffffff; }
    .burger-menu__wrapper {
      box-shadow: none; }
    .burger-menu__close-btn {
      display: none; }
    .burger-menu__logo {
      margin-left: 0; }
    .burger-menu__footer {
      margin-top: 200px; }
  .header {
    display: none; }
  .wrapper {
    display: flex; }
  .actions {
    display: flex; }
  .navigation__list {
    flex-wrap: wrap;
    overflow-x: hidden; }
  .navigation__item {
    padding: 0 15px; }
  .about__image {
    width: 530px;
    height: 307px; }
  .brand-slide.swiper-slide {
    width: 240px;
    margin: 0 0 25px 25px; }
  .brand-slide.swiper-slide:nth-child(n + 7) {
    display: flex; }
  .brand-slide.swiper-slide:nth-child(n + 9) {
    display: none; }
  .service-slide.swiper-slide {
    width: 240px;
    margin: 0 0 25px 25px; }
  .service-slide.swiper-slide:nth-child(n + 4) {
    display: flex; }
  .service-slide.swiper-slide:nth-child(n + 5) {
    display: none; }
  .submenu-contact {
    display: flex;
    flex-direction: row-reverse;
    position: fixed;
    left: auto;
    right: 0;
    transform: translateX(100%); }
    .submenu-contact.active {
      transform: translateX(0); }
    .submenu-contact__wrapper {
      min-width: 420px;
      position: relative; }
    .submenu-contact__form {
      width: 420px;
      padding: 15px; }
    .submenu-contact__close-btn {
      position: absolute;
      left: -90px; }
    .submenu-contact__title::before {
      margin-right: 30px; }
    .submenu-contact__field {
      width: 360px; }
  .submenu-feedback {
    display: flex;
    flex-direction: row-reverse;
    position: fixed;
    left: auto;
    right: 0;
    transform: translateX(100%); }
    .submenu-feedback.active {
      transform: translateX(0); }
    .submenu-feedback__wrapper {
      min-width: 420px;
      position: relative; }
    .submenu-feedback__form {
      width: 420px;
      padding: 15px; }
    .submenu-feedback__close-btn {
      position: absolute;
      left: -90px; }
    .submenu-feedback__title::before {
      margin-right: 30px; }
    .submenu-feedback__field {
      width: 360px; }
  .show-all .brand-slide.swiper-slide {
    display: flex; }
  .show-all .service-slide.swiper-slide {
    display: flex; } }

@media (min-width: 1670px) {
  .brand-slide.swiper-slide:nth-child(n + 9) {
    display: flex; }
  .brand-slide.swiper-slide:nth-child(n + 11) {
    display: none; }
  .service-slide.swiper-slide:nth-child(n + 5) {
    display: flex; }
  .service-slide.swiper-slide:nth-child(n + 6) {
    display: none; }
  .show-all .brand-slide.swiper-slide {
    display: flex; }
  .show-all .service-slide.swiper-slide {
    display: flex; } }

@media (min-width: 1800px) {
  body {
    margin: 0 10%;
    box-shadow: 2em 0 5em rgba(0, 0, 0, 0.1), -2em 0 5em rgba(0, 0, 0, 0.1); }
  .brand-slide.swiper-slide:nth-child(n + 7) {
    display: flex; }
  .brand-slide.swiper-slide:nth-child(n + 9) {
    display: none; }
  .service-slide.swiper-slide:nth-child(n + 4) {
    display: flex; }
  .service-slide.swiper-slide:nth-child(n + 5) {
    display: none; }
  .show-all .brand-slide.swiper-slide {
    display: flex; }
  .show-all .service-slide.swiper-slide {
    display: flex; } }

@media (min-width: 2087px) {
  body {
    margin: 0 10%;
    box-shadow: 2em 0 5em rgba(0, 0, 0, 0.1), -2em 0 5em rgba(0, 0, 0, 0.1); }
  .brand-slide.swiper-slide:nth-child(n + 9) {
    display: flex; }
  .brand-slide.swiper-slide:nth-child(n + 11) {
    display: none; }
  .service-slide.swiper-slide:nth-child(n + 5) {
    display: flex; }
  .service-slide.swiper-slide:nth-child(n + 6) {
    display: none; }
  .show-all .brand-slide.swiper-slide {
    display: flex; }
  .show-all .service-slide.swiper-slide {
    display: flex; } }

/**
 * Swiper 8.4.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 30, 2023
 */
@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, 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");
  font-weight: 400;
  font-style: normal; }

:root {
  --swiper-theme-color: #007aff; }

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-vertical > .swiper-wrapper {
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box; }

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0); }

.swiper-pointer-events {
  touch-action: pan-y; }

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x; }

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto; }

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height; }

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/* 3D Effects */
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px; }

.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d; }

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  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, 0.15); }

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 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, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 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, 0.5), rgba(0, 0, 0, 0)); }

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */ }

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none; }

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start; }

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory; }

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory; }

.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999; }

.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-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after); }

.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-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after); }

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always; }

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0); }

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none; }

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size); }

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size); }

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */ }

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color)); }

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none; }

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important; }

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1; }

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto; }

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev'; }

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto; }

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next'; }

.swiper-button-lock {
  display: none; }

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */ }

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important; }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 10px;
  left: 0;
  width: 100%; }

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33); }

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2); }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet:only-child {
  display: none !important; }

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color)); }

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0); }

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block; }

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px; }

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top; }

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px); }

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left; }

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right; }

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top; }

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top; }

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-lock {
  display: none; }

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important; }

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */ }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  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:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .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% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap; }

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column; }

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out; }

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity; }

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-cube {
  overflow: visible; }

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0; }

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev,
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

.swiper-cube .swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0; }

.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
          filter: blur(50px); }

.swiper-flip {
  overflow: visible; }

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-flip .swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height; }

.swiper-cards {
  overflow: visible; }

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden; }


/*# sourceMappingURL=style.css.map*/