/*!
Theme Name: ceilings
Author: Igor
Author URI: https://t.me/Igor_beldanov
Version: 1.0.1
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: starter

*/

@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  color: inherit;
}

input[type="submit"] {
  cursor: pointer;
  border: none;
}

:root {
  /*============= Семейство шрифтов =============*/
  --font-family: "YandexSansDisplay", sans-serif;
}

/*!
Theme Name: ceilings
Author: Igor
Author URI: https://t.me/Igor_beldanov
Version: 1.0.1
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: starter

*/
html {
  scroll-behavior: smooth;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  position: relative;
  font-family: var(--font-family);
  overflow-x: hidden;
  font-weight: 300;
  min-width: 320px;
  font-size: 20px;
  background: #111317;
  color: #fff;
}

.lock {
  overflow-y: hidden;
}

img {
  max-width: 100%;
  display: block;
}

.container {
  max-width: 1190px;
  margin: 0 auto;
  padding: 0 10px;
}

.hidden {
  visibility: hidden;
  opacity: 0;
  width: 0;
  height: 0;
  pointer-events: none;
  position: absolute;
}

/*============= Прижимает footer к низу =============*/
.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}

.main {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.footer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.fancybox__carousel .fancybox__slide.has-image .fancybox__content {
  width: 1080px !important;
  height: auto !important;
}

.btn {
  border-radius: 16px;
  background: #685cfc;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 5px 50px;
  font-weight: 600;
  font-size: 20px;
  color: #fff;
  min-height: 58px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn:hover {
  background: #3321ff;
}
.btn--black {
  background: #23292f;
  border: 1px solid #23292f !important;
}
.btn--black:hover {
  background: transparent;
  color: #000;
  border-color: #000 !important;
}
.btn--red {
  background: #fd5a5a;
  min-height: 49px;
  font-size: 14px;
  padding: 5px 30px;
}
.btn--red:hover {
  background: #ff2525;
}
@media (max-width: 479px) {
  .btn--red {
    padding: 5px 25px;
  }
}
.btn--red-big {
  background: #fd5a5a;
  min-height: 58px;
  padding: 5px 25px;
  font-size: 20px;
}
.btn--red-big:hover {
  background: #ff2525;
}
.btn--tr {
  background: transparent;
  border: 1px solid #685cfc;
  min-height: 57px;
  padding: 5px 46px;
  font-size: 20px;
  border-radius: 20px;
  font-weight: 400;
}

.title {
  font-weight: 700;
  font-size: 40px;
  color: #fff;
  text-align: center;
}
@media (max-width: 768px) {
  .title {
    font-size: 30px;
  }
}
@media (max-width: 479px) {
  .title {
    font-size: 24px;
  }
}

.swiper-wrapper {
  height: auto !important;
}

.calculator-range .range-wrap {
  position: relative;
  width: 100%;
}
.calculator-range__values {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute;
  top: -38px;
  left: 0;
  width: 100%;
  z-index: 2;
}
@media (max-width: 479px) {
  .calculator-range__values {
    top: -32px;
  }
}
.calculator-range__values p {
  font-weight: 300;
  font-size: 20px;
}
@media (max-width: 479px) {
  .calculator-range__values p {
    font-size: 14px;
  }
}
.calculator-range input[type="range"] {
  -webkit-appearance: none;
  width: 100%;
  height: 1px;
  border-radius: 5px;
  background: #fff;
  outline: none;
  background: none;
}
.calculator-range {
  /* thumb (ползунок) */
}
.calculator-range input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 22px;
  height: 22px;
  background: #685cfc;
  border-radius: 50%;
  cursor: pointer;
  margin-top: -1px;
}
.calculator-range input[type="range"]::-moz-range-thumb {
  width: 22px;
  height: 22px;
  background: #685cfc;
  border-radius: 50%;
  cursor: pointer;
  margin-top: -1px;
}
.calculator-range {
  /* bubble (значение) */
}
.calculator-range .bubble {
  z-index: 3;
  font-weight: 300;
  font-size: 20px;
  color: #fff;
  position: absolute;
  top: -38px;
  left: 0px;
  padding-left: 20px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  color: white;
  white-space: nowrap;
}
@media (max-width: 479px) {
  .calculator-range .bubble {
    font-size: 14px;
    top: -32px;
    padding-left: 12px;
  }
}

.sldier-button-prev,
.sldier-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: 36px;
  height: 36px;
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #fff;
  border-radius: 50%;
}
.sldier-button-prev.swiper-button-disabled,
.sldier-button-next.swiper-button-disabled {
  opacity: 0.5;
}
.sldier-button-next {
  right: 70px;
}
@media (max-width: 991px) {
  .sldier-button-next {
    right: 30px;
  }
}
@media (max-width: 768px) {
  .sldier-button-next {
    right: 2px;
  }
}

.sldier-button-prev {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  left: 70px;
}
@media (max-width: 991px) {
  .sldier-button-prev {
    left: 30px;
  }
}
@media (max-width: 768px) {
  .sldier-button-prev {
    left: 2px;
  }
}

.logo-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 36px;
}
@media (max-width: 768px) {
  .logo-block {
    gap: 15px;
  }
}
@media (max-width: 479px) {
  .logo-block {
    gap: 22px;
  }
}
.logo-block__logo {
  max-width: 50px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.logo-block__name {
  font-weight: 300;
  font-size: 16px;
}

.btn-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.category-page .products__items {
  margin-bottom: 0;
}
.category-page .adv {
  margin-bottom: 131px;
}
@media (max-width: 479px) {
  .category-page .adv {
    margin-bottom: 60px;
  }
}
.category-page .features {
  padding-bottom: 104px;
}
@media (max-width: 479px) {
  .category-page .features {
    padding-bottom: 62px;
  }
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

.projects-page .category__content:not(:last-child) {
  margin-bottom: 52px;
}
@media (max-width: 479px) {
  .projects-page .category__content:not(:last-child) {
    margin-bottom: 30px;
  }
}

.stock-page .stock__title {
  margin-bottom: 60px;
}
@media (max-width: 479px) {
  .stock-page .stock__title {
    margin-bottom: 32px;
  }
}

.action-page .reviews {
  margin-bottom: 60px;
}
@media (max-width: 479px) {
  .action-page .reviews {
    display: none;
  }
}

.about-page .text-sec {
  margin-bottom: 60px;
}
@media (max-width: 479px) {
  .about-page .certificates__title {
    font-size: 20px;
  }
}

.thanks-page .why-us {
  margin-bottom: 60px;
}
.thanks-page .why-us__wrapper {
  padding: 85px 25px;
}
@media (max-width: 479px) {
  .thanks-page .why-us__wrapper {
    padding: 74px 25px;
  }
}
@media (max-width: 479px) {
  .thanks-page .why-us__title {
    margin-bottom: 17px;
  }
}
.thanks-page .why-us__content {
  max-width: 547px;
}
@media (max-width: 479px) {
  .thanks-page .why-us__text-block p {
    font-size: 16px;
  }
}

.photos-page .photos {
  padding-bottom: 60px;
}

.prices-page .calculator {
  margin-bottom: 110px;
}
@media (max-width: 479px) {
  .prices-page .calculator {
    margin-bottom: 60px;
  }
}

.text-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  gap: 15px;
  margin-bottom: 0 !important;
}
@media (max-width: 525px) {
  .text-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.text-form * {
  margin-bottom: 0 !important;
}
.text-form__input {
  width: 100%;
}
.text-form .wpcf7-not-valid-tip {
  color: #330000;
}

@font-face {
  font-family: "YandexSansDisplay";
  src: url("./assets/fonts/YandexSansDisplay-Regular.woff2") format("woff2"),
    url("./assets/fonts/YandexSansDisplay-Regular.woff") format("woff");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "YandexSansDisplay";
  src: url("./assets/fonts/YandexSansDisplay-Bold.woff2") format("woff2"),
    url("./assets/fonts/YandexSansDisplay-Bold.woff") format("woff");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "YandexSansDisplay";
  src: url("./assets/fonts/YandexSansDisplay-Light.woff2") format("woff2"),
    url("./assets/fonts/YandexSansDisplay-Light.woff") format("woff");
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/**
 * Accordion v3.4.1
 * Lightweight and accessible accordion module created in pure Javascript
 * https://github.com/michu2k/Accordion
 *
 * Copyright (c) Michał Strumpf
 * Published under MIT License
 */
.ac {
  --color-white: #fff;
  --color-light-grey: #eee;
  --color-grey: #8a8a8a;
  --color-black: #111;
  margin-bottom: 8px;
  border: 1px solid var(--color-light-grey);
  background-color: var(--color-white);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.ac .ac-header {
  margin: 0;
  padding: 0;
}

.ac .ac-trigger {
  font: bold 16px Arial, sans-serif;
  color: var(--color-black);
  text-align: left;
  width: 100%;
  padding: 8px 32px 8px 8px;
  display: block;
  cursor: pointer;
  background-color: transparent;
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
  position: relative;
  text-decoration: none;
  margin: 0;
  border: 0;
}

.ac .ac-trigger::after {
  content: "+";
  text-align: center;
  width: 15px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: absolute;
  right: 10px;
  top: 50%;
}

.ac .ac-trigger:focus {
  color: var(--color-grey);
}

.ac .ac-panel {
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.ac .ac-panel .ac-text {
  font: 15px/24px Arial, sans-serif;
  color: var(--color-black);
  padding: 8px;
  margin: 0;
}

.ac.js-enabled .ac-panel {
  visibility: hidden;
}

.ac.is-active .ac-panel {
  visibility: visible;
}

.ac.is-active > .ac-header .ac-trigger::after {
  content: "–";
}

/**
 * Swiper 11.2.10
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 28, 2025
 */
@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 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

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

.swiper-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

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

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  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 {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  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: "";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
  -ms-flex-order: 9999;
  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-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.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, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: linear-gradient(to bottom, rgba(0, 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%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-box-sizing: border-box;
  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(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: 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 svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}
.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

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

/* Navigation font start */
.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:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

/* Navigation font end */
: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, 0.175s) ease-out both f-throwOutUp;
  animation: var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutUp;
}

.f-throwOutDown {
  -webkit-animation: var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutDown;
  animation: var(--f-throw-out-duration, 0.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, 0.2s) ease 0.1s both f-zoomInUp;
  animation: var(--f-transition-duration, 0.2s) ease 0.1s both f-zoomInUp;
}

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

@-webkit-keyframes f-zoomInUp {
  from {
    -webkit-transform: scale(0.975) translate3d(0, 16px, 0);
    transform: scale(0.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(0.975) translate3d(0, 16px, 0);
    transform: scale(0.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(0.975) translate3d(0, 16px, 0);
    transform: scale(0.975) translate3d(0, 16px, 0);
    opacity: 0;
  }
}
@keyframes f-zoomOutDown {
  to {
    -webkit-transform: scale(0.975) translate3d(0, 16px, 0);
    transform: scale(0.975) translate3d(0, 16px, 0);
    opacity: 0;
  }
}
.f-fadeIn {
  -webkit-animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease)
    var(--f-transition-delay, 0s) both f-fadeIn;
  animation: var(--f-transition-duration, 0.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, 0.2s) var(--f-transition-easing, ease)
    var(--f-transition-delay, 0s) both f-fadeOut;
  animation: var(--f-transition-duration, 0.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, 0.2s) ease-out both f-fadeFastIn;
  animation: var(--f-transition-duration, 0.2s) ease-out both f-fadeFastIn;
  z-index: 2;
}

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

@-webkit-keyframes f-fadeFastIn {
  0% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}

@keyframes f-fadeFastIn {
  0% {
    opacity: 0.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, 0.5s) ease both f-fadeSlowIn;
  animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowIn;
  z-index: 2;
}

.f-fadeSlowOut {
  -webkit-animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowOut;
  animation: var(--f-transition-duration, 0.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, 0.2s) ease-out both f-crossfadeIn;
  animation: var(--f-transition-duration, 0.2s) ease-out both f-crossfadeIn;
  z-index: 2;
}

.f-crossfadeOut {
  -webkit-animation: calc(var(--f-transition-duration, 0.2s) * 0.5) linear 0.1s both f-crossfadeOut;
  animation: calc(var(--f-transition-duration, 0.2s) * 0.5) linear 0.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, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNext;
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNext;
}

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

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

.f-slideOut.to-prev {
  -webkit-animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1)
    f-slideOutPrev;
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.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, 0.85s) cubic-bezier(0.16, 1, 0.3, 1)
    f-classicInNext;
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInNext;
  z-index: 2;
}

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

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

.f-classicOut.to-prev {
  -webkit-animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1)
    f-classicOutPrev;
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: content-box;
  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);
  -webkit-box-shadow: var(--f-button-shadow);
  box-shadow: var(--f-button-shadow);
  pointer-events: all;
  cursor: pointer;
  -webkit-transition: var(--f-button-transition);
  transition: var(--f-button-transition);
}

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

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

.f-button:focus-visible {
  outline: none;
  -webkit-box-shadow: inset 0 0 0 var(--f-button-outline, 2px)
    var(--f-button-outline-color, var(--f-button-color));
  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;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
  -webkit-transform: var(--f-button-transform);
  -ms-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-prev,
.f-carousel__nav .f-button.is-next,
.fancybox__nav .f-button.is-prev,
.fancybox__nav .f-button.is-next {
  position: absolute;
  z-index: 1;
}

.is-horizontal .f-carousel__nav .f-button.is-prev,
.is-horizontal .f-carousel__nav .f-button.is-next,
.is-horizontal .fancybox__nav .f-button.is-prev,
.is-horizontal .fancybox__nav .f-button.is-next {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-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-prev,
.is-vertical .f-carousel__nav .f-button.is-next,
.is-vertical .fancybox__nav .f-button.is-prev,
.is-vertical .fancybox__nav .f-button.is-next {
  top: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-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-prev svg,
.is-vertical .f-carousel__nav .f-button.is-next svg,
.is-vertical .fancybox__nav .f-button.is-prev svg,
.is-vertical .fancybox__nav .f-button.is-next svg {
  -webkit-transform: rotate(90deg);
  -ms-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 {
  -ms-touch-action: none;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #f8f8f8;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow: visible;
  z-index: var(--fancybox-zIndex, 1050);
  outline: none;
  -webkit-transform-origin: top left;
  -ms-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 *::before,
.fancybox__container *::after {
  -webkit-box-sizing: inherit;
  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;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  height: 100%;
}

.fancybox__slide {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  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-iframe,
.fancybox__slide.has-video,
.fancybox__slide.has-html5video {
  overflow: hidden;
}

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

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

.fancybox__slide::before,
.fancybox__slide::after {
  content: "";
  -webkit-box-flex: 0;
  -ms-flex: 0 0 0px;
  flex: 0 0 0;
  margin: auto;
}

.fancybox__backdrop:empty,
.fancybox__viewport:empty,
.fancybox__track:empty,
.fancybox__slide:empty {
  display: block;
}

.fancybox__content {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  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 [data-selectable],
.fancybox__content [contenteditable] {
  cursor: auto;
}

.fancybox__slide.has-image > .fancybox__content {
  padding: 0;
  background: rgba(0, 0, 0, 0);
  min-height: 1px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  -webkit-transition: none;
  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;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-filter: blur(0px);
  filter: blur(0px);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fancybox-protected {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 40;
  -webkit-user-select: none;
  -moz-user-select: none;
  -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;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

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

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

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

.fancybox__container.is-animated[aria-hidden="false"] .fancybox__backdrop {
  -webkit-animation: var(--f-backdrop-enter-duration, 0.35s) ease backwards f-fadeIn;
  animation: var(--f-backdrop-enter-duration, 0.35s) ease backwards f-fadeIn;
}

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

.fancybox__container.is-animated[aria-hidden="true"] .fancybox__backdrop {
  -webkit-animation: var(--f-backdrop-exit-duration, 0.35s) ease forwards f-fadeOut;
  animation: var(--f-backdrop-exit-duration, 0.35s) ease forwards f-fadeOut;
}

.has-iframe .fancybox__content,
.has-map .fancybox__content,
.has-pdf .fancybox__content,
.has-youtube .fancybox__content,
.has-vimeo .fancybox__content,
.has-html5video .fancybox__content {
  max-width: 100%;
  -ms-flex-negative: 1;
  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-youtube .fancybox__content,
.has-vimeo .fancybox__content,
.has-html5video .fancybox__content {
  width: 960px;
  height: 540px;
  max-width: 100%;
  max-height: 100%;
}

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

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

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

.fancybox-placeholder {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  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;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0;
  overflow: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -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: -webkit-gradient(linear, left top, left bottom, from(#ebeff2), to(#e2e8f0));
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.f-thumbs__slide {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: 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: -moz-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)) * -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);
  -webkit-transition: none;
  transition: none;
  pointer-events: none;
}

.is-modern.is-resting .f-thumbs__slide {
  -webkit-transition: -webkit-transform 0.33s ease;
  transition: -webkit-transform 0.33s ease;
  transition: transform 0.33s ease;
  transition: transform 0.33s ease, -webkit-transform 0.33s ease;
}

.is-modern.is-resting .f-thumbs__slide__button {
  -webkit-transition: clip-path 0.33s ease;
  transition: clip-path 0.33s ease;
}

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

.f-thumbs__slide__button {
  -webkit-appearance: none;
  -moz-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: none;
  cursor: pointer;
  pointer-events: auto;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  opacity: var(--f-thumb-opacity);
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

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

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

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

.is-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 0.2s ease-out;
  animation: f-fadeIn 0.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);
  -webkit-box-sizing: border-box;
  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 {
  -ms-flex-wrap: wrap;
  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);
  -webkit-transition: max-height 0.35s cubic-bezier(0.23, 1, 0.32, 1);
  transition: max-height 0.35s cubic-bezier(0.23, 1, 0.32, 1);
}

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

.fancybox__thumbs.is-classic .f-spinner {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(255, 255, 255, 0.1)),
    to(rgba(255, 255, 255, 0.05))
  );
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
}

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

.fancybox__thumbs.is-modern .f-spinner {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(255, 255, 255, 0.1)),
    to(rgba(255, 255, 255, 0.05))
  );
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
}

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

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

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

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

.is-closing .fancybox__thumbs {
  -webkit-transition: none !important;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI Adjusted", "Segoe UI", "Liberation Sans",
    sans-serif;
  color: var(--fancybox-color, currentColor);
  opacity: var(--fancybox-opacity, 1);
  text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.5));
  pointer-events: none;
  z-index: 20;
}

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

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

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

.fancybox__toolbar__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.fancybox__toolbar__column.is-left,
.fancybox__toolbar__column.is-right {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
}

.fancybox__toolbar__column.is-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

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

[data-fancybox-toggle-slideshow] svg g:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

[data-fancybox-toggle-fullscreen] svg g:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  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: -webkit-box;
  display: flex;
}

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

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

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

/* ================ blocks =============*/
.burger-menu {
  padding: 5px;
  cursor: pointer;
  border-radius: 5px;
  z-index: 999;
  position: relative;
}
.burger-menu__line {
  position: relative;
  width: 28px;
  height: 22px;
  display: block;
}
.burger-menu__line span,
.burger-menu__line::after,
.burger-menu__line::before {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  content: "";
  width: 100%;
  height: 4px;
  background-color: #fff;
  display: block;
  position: absolute;
  top: calc(50% - 2px);
  border-radius: 10px;
}
.burger-menu__line::before {
  top: 0;
}
.burger-menu__line::after {
  top: auto;
  bottom: 0;
}

.text-block *,
.text-block .wp-block-column > * {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .text-block *,
  .text-block .wp-block-column > * {
    margin-bottom: 20px;
  }
}
.text-block > *:last-child {
  margin-bottom: 0;
}
.text-block b {
  color: #fff;
}
.text-block a {
  color: #fff;
  text-decoration: underline;
}
.text-block a strong,
.text-block a b {
  color: #fff;
  text-decoration: underline;
}
.text-block picture {
  display: block;
  margin-bottom: 40px;
}
@media (max-width: 479px) {
  .text-block picture {
    margin-bottom: 20px;
  }
}
.text-block table {
  border-collapse: collapse;
  width: 100%;
}
.text-block table thead {
  border-bottom: 3px solid;
}
.text-block table th,
.text-block table td {
  border: 1px solid;
  padding: 0.5em;
}
@media (max-width: 768px) {
  .text-block table th,
  .text-block table td {
    font-size: 20px;
  }
}
@media (max-width: 479px) {
  .text-block table th,
  .text-block table td {
    font-size: 14px;
  }
}
.text-block img {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: 40px;
  width: 100%;
  border-radius: 20px;
}
@media (max-width: 479px) {
  .text-block img {
    margin-bottom: 20px;
  }
}
.text-block h2,
.text-block h3,
.text-block h4 {
  color: #fff;
  font-weight: 600;
}
@media (max-width: 479px) {
  .text-block h2,
  .text-block h3,
  .text-block h4 {
    margin-bottom: 10px;
  }
}
.text-block h2 {
  font-size: 32px;
  line-height: 112.5%;
}
.text-block h2 span {
  display: block;
  margin-top: -200px;
  padding-top: 200px;
}
@media (max-width: 768px) {
  .text-block h2 {
    font-size: 28px;
  }
  .text-block h2 span {
    display: block;
    margin-top: -110px;
    padding-top: 110px;
  }
}
@media (max-width: 479px) {
  .text-block h2 {
    font-size: 22px;
  }
}
.text-block h3 {
  font-size: 24px;
  line-height: 125%;
}
@media (max-width: 768px) {
  .text-block h3 {
    font-size: 20px;
  }
}
@media (max-width: 479px) {
  .text-block h3 {
    font-size: 18px;
  }
}
.text-block h4 {
  font-size: 18px;
  line-height: 111%;
}
@media (max-width: 768px) {
  .text-block h4 {
    font-size: 14px;
  }
}
.text-block p {
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 37px;
}
@media (max-width: 768px) {
  .text-block p {
    font-size: 20px;
  }
}
@media (max-width: 479px) {
  .text-block p {
    font-size: 18px;
    line-height: 114.286%;
    margin-bottom: 32px;
  }
}
.text-block strong {
  font-weight: 600;
  color: #fff;
}
.text-block ul + h2,
.text-block ul + h3 {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .text-block ul + h2,
  .text-block ul + h3 {
    margin-top: 20px;
  }
}
.text-block li {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
}
.text-block li:not(:last-child) {
  margin-bottom: 12px;
}
@media (max-width: 479px) {
  .text-block li:not(:last-child) {
    margin-bottom: 6px;
  }
}
@media (max-width: 479px) {
  .text-block li {
    font-size: 18px;
  }
}
.text-block ul + h2 span {
  margin-top: -180px;
  padding-top: 200px;
}
@media (max-width: 768px) {
  .text-block ul + h2 span {
    margin-top: -110px;
    padding-top: 110px;
  }
}
.text-block ol {
  counter-reset: item;
}
.text-block ol > li {
  list-style: none;
}
.text-block ol > li::before {
  display: inline-block;
  content: counter(item) ".";
  counter-increment: item;
  width: 17px;
}
@media (max-width: 479px) {
  .text-block ol > li::before {
    width: 15px;
  }
}
.text-block ul li {
  position: relative;
  padding-left: 15px;
}
.text-block ul li::after {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 100px;
  background: #fff;
}
@media (max-width: 479px) {
  .text-block ul li {
    padding-left: 15px;
  }
  .text-block ul li::after {
    top: 7px;
    width: 5px;
    height: 5px;
  }
}

.breadcrumbs {
  margin: 51px 0;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 12px;
  font-weight: 300;
  gap: 5px;
  color: #5e5e5e;
}
@media (max-width: 479px) {
  .breadcrumbs {
    margin-top: 93px;
    margin-bottom: 35px;
  }
}
.breadcrumbs li:last-child,
.breadcrumbs li:nth-last-child(2) {
  color: #fff;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 12px;
  margin-top: 52px;
}
.pagination .page-numbers {
  text-align: center;
  font-weight: 300;
  font-size: 20px;
  line-height: 100%;
  border-radius: 10px;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-transition: background 0.3s ease, color 0.3s ease;
  transition: background 0.3s ease, color 0.3s ease;
  color: #eee;
}
.pagination .page-numbers.current {
  font-weight: 700;
  background: #685cfc;
  color: #fff;
}
.pagination .next,
.pagination .prev {
  font-size: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #fff;
  width: 64px;
}
.pagination .next::after,
.pagination .prev::after {
  content: "";
  background-image: url(./assets/img/pag-arrow.svg);
  width: 15px;
  height: 12.5px;
}
.pagination .prev {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.textarea {
  display: block;
  position: relative;
  height: 59px;
}
.textarea textarea {
  outline: none;
  border: 1px solid #fff;
  border-radius: 16px;
  padding: 17px 10px;
  height: 100%;
  width: 100%;
  display: block;
  background: #fff;
  color: #000;
  font-weight: 400;
  font-size: 16px;
}
.textarea textarea:focus {
  border: 1px solid #101010;
}
.textarea textarea {
  resize: none;
}
.textarea textarea::-webkit-input-placeholder {
  font-family: var(--font-family);
  font-weight: 400;
  color: #000;
}
.textarea textarea::-moz-placeholder {
  font-family: var(--font-family);
  font-weight: 400;
  color: #000;
}
.textarea textarea:-ms-input-placeholder {
  font-family: var(--font-family);
  font-weight: 400;
  color: #000;
}
.textarea textarea::-ms-input-placeholder {
  font-family: var(--font-family);
  font-weight: 400;
  color: #000;
}
.textarea textarea::placeholder {
  font-family: var(--font-family);
  font-weight: 400;
  color: #000;
}

.input {
  display: block;
  position: relative;
}
.input span {
  margin-bottom: 8px;
  display: block;
  font-weight: 500;
}
@media (max-width: 479px) {
  .input span {
    font-size: 16px;
  }
}
.input input {
  outline: none;
  border: 1px solid #fff;
  border-radius: 16px;
  padding: 10px 5px 10px 20px;
  height: 57px;
  width: 100%;
  display: block;
  background: #fff;
  color: #000;
  font-weight: 700;
  font-size: 16px;
  font-weight: 400;
}
.input input:focus {
  border: 1px solid #101010;
}
.input input::-webkit-input-placeholder {
  font-family: var(--font-family);
  font-weight: 700;
  color: #000;
  font-weight: 400;
}
.input input::-moz-placeholder {
  font-family: var(--font-family);
  font-weight: 700;
  color: #000;
  font-weight: 400;
}
.input input:-ms-input-placeholder {
  font-family: var(--font-family);
  font-weight: 700;
  color: #000;
  font-weight: 400;
}
.input input::-ms-input-placeholder {
  font-family: var(--font-family);
  font-weight: 700;
  color: #000;
  font-weight: 400;
}
.input input::placeholder {
  font-family: var(--font-family);
  font-weight: 700;
  color: #000;
  font-weight: 400;
}
.input .suggestions {
  position: absolute;
  z-index: 3;
  top: 100%;
  left: 0;
  background: #fff;
  border-radius: 12px;
  width: 100%;
}
.input .suggestion {
  padding: 10px;
  color: #000;
  cursor: pointer;
  font-size: 16px;
  text-align: center;
  width: 100%;
}
@media (max-width: 479px) {
  .input .suggestion {
    font-size: 13px;
    padding: 8px;
  }
}

/* custom checkbox styling for contact form 7 checkbox */
.checkbox {
  position: relative;
  font-size: 12px;
}

span.wpcf7-list-item {
  display: inline-block;
  margin: 0;
}

.wpcf7 .wpcf7-list-item {
  display: block;
  margin-bottom: 10px;
}

.wpcf7-checkbox label {
  cursor: pointer;
}

.wpcf7-checkbox input[type="checkbox"] {
  position: absolute;
  visibility: hidden;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
}

.wpcf7-checkbox input[type="checkbox"] + span {
  /* border: 3px solid red; */
}

.wpcf7-checkbox input[type="checkbox"] + span:before {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 0;
  height: 13px;
  width: 13px;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 1px;
}

.wpcf7-checkbox input[type="checkbox"] + span:after {
  content: "";
  position: absolute;
  display: none;
  left: 5px;
  top: 3px;
  width: 4px;
  height: 7px;
  border: solid #000;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.request-form .wpcf7-checkbox input[type="checkbox"] + span:before {
  top: -1px;
}
.request-form .wpcf7-checkbox input[type="checkbox"] + span:after {
  top: 1px;
}

.wpcf7-checkbox input[type="checkbox"]:checked + span:before {
  background: #fff;
}

.wpcf7-checkbox input[type="checkbox"]:checked + span:after {
  display: block;
}

.wpcf7-list-item-label {
  padding-left: 22px;
  display: inline-block;
}

.checkbox {
  padding-left: 0;
}

.input .wpcf7-not-valid-tip {
  font-size: 20px;
  position: absolute;
}

.fake-select {
  position: relative;
  width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fake-select .selected {
  width: 100%;
  padding: 10px 35px 10px 19px;
  height: 56px;
  border: 1px solid #685cfc;
  border-radius: 20px;
  background: transparent;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url(./assets/img/select-arrow.svg);
  background-repeat: no-repeat;
  background-position: right 22px center;
  background-size: 12px;
}
.fake-select .options {
  position: absolute;
  z-index: 3;
  top: 100%;
  left: 0;
  right: 0;
  background: linear-gradient(146deg, #685cfc 0%, #000 70%);
  display: none;
  z-index: 10;
  border: 1px solid #685cfc;
  border-radius: 20px;
  padding-top: 20px;
  max-height: 217px;
  overflow: auto;
}
.fake-select .options li {
  font-size: 20px;
  font-weight: 400;
  padding: 0px 22px 20px 18px;
  cursor: pointer;
}
.fake-select.open .options {
  display: block;
}

/* Стилизация скроллбара для WebKit (Chrome, Edge, Safari) */
.fake-select .options::-webkit-scrollbar {
  width: 18px;
}

.fake-select .options::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 0px 100px 100px 0px;
}

.fake-select .options::-webkit-scrollbar-thumb {
  background: #685cfc;
  border-radius: 20px;
  border: 5px solid transparent;
  background-clip: content-box;
}

.form-modal {
  border-radius: 16px;
  padding: 40px;
  background: #fff;
  display: none;
  max-width: 550px;
}
@media (max-width: 768px) {
  .form-modal {
    padding: 35px 25px 30px 25px;
  }
}
.form-modal__content {
  position: relative;
}
.form-modal__title {
  font-size: 32px;
  margin-bottom: 20px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .form-modal__title {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
.form-modal__descr {
  font-size: 14px;
  margin-bottom: 20px;
}
@media (max-width: 479px) {
  .form-modal__descr {
    display: none;
  }
}
.form-modal form .checkbox {
  display: inline-block;
}
.form-modal__inputs {
  margin-bottom: 20px;
}
.form-modal__inputs input {
  border-color: #000 !important;
}
.form-modal__inputs .input:not(:last-child) {
  margin-bottom: 15px;
}
.form-modal__policy-link {
  font-size: 12px;
  display: inline-block;
}
.form-modal__btn {
  display: block;
  margin-top: 20px;
  width: 100%;
}
.form-modal .wpcf7-checkbox input[type="checkbox"] + span:before {
  border-color: #000;
}
.form-modal .wpcf7-checkbox input[type="checkbox"]:checked + span:before {
  background: #000;
}
.form-modal .wpcf7-checkbox input[type="checkbox"] + span:after {
  border-color: #fff;
}

/* ================ sections =============*/
.footer {
  border-radius: 30px 30px 0 0;
  background: #1a1a1a;
  padding-top: 43px;
  padding-bottom: 26px;
}
@media (max-width: 479px) {
  .footer {
    padding: 34px 0;
  }
}
.footer__cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 -15px;
  padding-bottom: 61px;
  margin-bottom: 23px;
  border-bottom: 1px solid #fff;
  row-gap: 28px;
}
@media (max-width: 768px) {
  .footer__cols {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }
}
@media (max-width: 479px) {
  .footer__cols {
    margin: 0 0px;
    margin-bottom: 25px;
    padding-bottom: 25px;
  }
}
.footer__col {
  width: 20%;
}
@media (max-width: 991px) {
  .footer__col {
    width: 25%;
  }
}
@media (max-width: 768px) {
  .footer__col {
    width: 33.33333%;
  }
}
@media (max-width: 479px) {
  .footer__col {
    width: 100%;
  }
}
.footer__col-content {
  padding: 0 15px;
}
@media (max-width: 479px) {
  .footer__col-content {
    max-width: 223px;
    margin: 0 auto;
    padding: 0;
  }
}
.footer__sub-block {
  margin-bottom: 40px;
}
@media (max-width: 479px) {
  .footer__sub-block {
    margin-bottom: 14px;
  }
}
@media (max-width: 479px) {
  .footer__logo-block {
    margin-bottom: 38px;
  }
}
.footer__call-btn {
  margin-top: 17px;
  padding: 5px 16px;
}
.footer__rating {
  display: inline-block;
  margin-top: 44px;
}
.footer__details-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  gap: 36px 20px;
}
@media (max-width: 768px) {
  .footer__details-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 479px) {
  .footer__details {
    max-width: 223px;
    margin: 0 auto;
    padding: 0;
  }
}
.footer__details-text {
  margin-bottom: 5px;
}
.footer__details-text p {
  font-weight: 300;
  font-size: 12px;
}
.footer__details-text-1 {
  margin-bottom: 5px;
}
.footer__show-more {
  font-weight: 700;
  font-size: 14px;
  color: #685cfc;
}
.footer__policy {
  font-weight: 300;
  font-size: 12px;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  color: #fff;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .footer__policy {
    margin-bottom: 24px;
  }
}

.sub-block__title {
  font-weight: 700;
  font-size: 16px;
  color: #fff;
}

.footer-menu__item {
  font-weight: 300;
  font-size: 14px;
}
.footer-menu__item:not(:last-child) {
  margin-bottom: 14px;
}
.rating__title {
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  margin-bottom: 7px;
}
.footer-under {
  padding-top: 60px;
  padding-bottom: 74px;
}
@media (max-width: 479px) {
  .footer-under {
    margin-bottom: 16px;
  }
}
.footer-under .text-sec {
  margin-bottom: 73px;
}
@media (max-width: 479px) {
  .footer-under .text-sec {
    margin-bottom: 60px;
  }
}
.footer-under .table-sec {
  background: none;
  padding: 0;
  margin-bottom: 75px;
}
@media (max-width: 479px) {
  .footer-under .table-sec {
    border-radius: 0;
  }
}
.footer-under .table-sec .table-sec__wrapper {
  display: block;
  margin-bottom: 0;
}

.header__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 15px;
  padding-bottom: 27px;
  margin-bottom: 16px;
  border-bottom: 1px solid #fff;
}
.header__logo-block {
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.header__middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 88px;
}
@media (max-width: 1199px) {
  .header__middle {
    gap: 50px;
  }
}
.header__address {
  font-size: 14px;
  line-height: 1.7;
}
@media (max-width: 768px) {
  .header__address {
    display: none;
  }
}
.header__email {
  font-size: 14px;
}
@media (max-width: 991px) {
  .header__email {
    display: none;
  }
}
.header__info {
  font-size: 14px;
}
.header__info-tel {
  display: block;
  text-transform: uppercase;
  margin-bottom: 7px;
}
.header__info-work-time {
  display: block;
}
@media (max-width: 560px) {
  .header__btn {
    display: none;
  }
}
.header-main {
  background: #1a1a1a;
  padding-top: 31px;
  padding-bottom: 17px;
  position: relative;
  width: 100%;
  z-index: 51;
}
@media (max-width: 479px) {
  .header-main {
    display: none;
  }
}

.menu {
  position: relative;
}
.menu__item.hover-simulated .main-sub-menu {
  display: block;
}
.menu__item.hover-simulated .big-sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.menu__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 15px;
}
@media (max-width: 768px) {
  .menu__items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }
}
.menu .menu-item {
  position: relative;
}
.menu .menu-item a {
  font-weight: 700;
  font-size: 16px;
}
@media (hover: hover) and (pointer: fine) {
  .menu .menu-item:hover .main-sub-menu {
    display: block;
  }
}

.big-item {
  font-size: 16px;
}
@media (hover: hover) and (pointer: fine) {
  .big-item:hover .big-sub-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.main-sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: -20px;
  background: #1a1a1a;
  width: 200px;
  padding: 20px;
  border-radius: 16px;
  z-index: 2;
}
@media (max-width: 991px) {
  .main-sub-menu {
    left: auto;
    right: -20px;
  }
}
.main-sub-menu__item:not(:last-child) {
  margin-bottom: 13px;
}
.main-sub-menu__link {
  font-weight: 400 !important;
}

.menu-item__top-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.menu-item__top-link a {
  display: inline-block;
  font-weight: 600;
}
.menu-item__arr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 20px;
  height: 20px;
  margin-top: -3px;
}
.menu-item__arr::after {
  content: "";
  width: 8px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.big-sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: none;
  position: absolute;
  top: 95%;
  left: 0;
  width: 100%;
  background: #1a1a1a;
  padding: 20px 10px;
  border-radius: 16px;
  margin: 0 -10px;
  row-gap: 20px;
}
.big-sub-menu__item {
  width: 25%;
  padding: 0 10px;
}
@media (max-width: 768px) {
  .big-sub-menu__item {
    width: 33.333333%;
  }
}
.big-sub-menu__link {
  font-weight: 600;
  margin-bottom: 15px;
  display: inline-block;
}
.big-sub-menu__sub-item:not(:last-child) {
  margin-bottom: 8px;
}
.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #111317;
  padding: 19px 0;
  z-index: 50;
  padding-right: var(--fancybox-scrollbar-compensate);
  border-radius: 0px 0px 30px 30px;
}
@media (max-width: 479px) {
  .fixed-header {
    border-radius: 0px 0px 10px 10px;
  }
}
.fixed-header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 15px;
}
.fixed-header__address {
  display: block;
}
@media (max-width: 479px) {
  .fixed-header__address {
    display: none;
  }
}
@media (max-width: 479px) {
  .fixed-header__search {
    display: none;
  }
}
.fixed-header__tel {
  font-weight: 300;
  font-size: 14px;
  color: #fff;
}
@media (max-width: 768px) {
  .fixed-header__tel {
    display: none;
  }
}
.fixed-header__btn {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .fixed-header__btn {
    display: none;
  }
}

.search {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 224px;
}
.search__form {
  position: relative;
}
.search__input input {
  font-family: var(--font-family);
  font-weight: 300;
  font-weight: 400;
  font-size: 14px;
  padding: 0 16px;
  padding-right: 40px;
  border: 1px solid #5e5e5e;
  border-radius: 10px;
  width: 100%;
  height: 38px;
  background: transparent;
  color: #fff;
}
.search__input input::-webkit-input-placeholder {
  color: #5e5e5e;
}
.search__input input::-moz-placeholder {
  color: #5e5e5e;
}
.search__input input:-ms-input-placeholder {
  color: #5e5e5e;
}
.search__input input::-ms-input-placeholder {
  color: #5e5e5e;
}
.search__input input::placeholder {
  color: #5e5e5e;
}
.search__btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 42px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 0 10px 10px 0;
}

.socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  display: none;
}
@media (max-width: 479px) {
  .socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.socials a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.socials a img {
  width: 100%;
  height: 100%;
}

.is-active > .ac-header .ac-trigger::after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  -ms-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
}

.mob-menu {
  position: fixed;
  top: 0;
  left: 0;
  background: #1a1a1a;
  z-index: 52;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: auto;
  padding-bottom: 50px;
}
.mob-menu.active {
  opacity: 1;
  pointer-events: all;
}
.mob-menu__wrapper {
  position: relative;
  max-width: 289px;
  padding-top: 85px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 479px) {
  .mob-menu__wrapper {
    max-width: 100%;
  }
}
.mob-menu .ac {
  margin-bottom: 0;
  border: none;
  background-color: transparent;
}
.mob-menu .menu-item:not(:last-child) {
  margin-bottom: 20px;
}
.mob-menu .menu-item > a,
.mob-menu .menu-item .ac-header {
  font-weight: 700;
  font-size: 22px;
}
@media (max-width: 479px) {
  .mob-menu .menu-item > a,
  .mob-menu .menu-item .ac-header {
    font-size: 16px;
  }
}
.mob-menu .ac-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}
.mob-menu .ac-trigger {
  background-color: transparent;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  border: none;
  outline: none;
  padding: 0;
  width: 20px;
  height: 20px;
}
.mob-menu .ac-trigger::before,
.mob-menu .ac-trigger::after {
  content: "" !important;
  position: absolute;
  background-color: #fff;
  left: 50%;
  top: 50%;
  width: 15px;
  height: 2px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 100px;
}
.mob-menu .ac-trigger::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.mob-menu .sub-menu .sub-menu {
  padding-top: 10px;
}
.mob-menu .sub-menu {
  padding-top: 20px;
  padding-left: 10px;
}
.mob-menu .sub-menu .ac-header a {
  font-size: 18px;
}
@media (max-width: 479px) {
  .mob-menu .sub-menu .ac-header a {
    font-size: 16px;
  }
}
.mob-menu .sub-menu__item .sub-menu__item {
  margin-bottom: 8px !important;
}
.mob-menu .sub-menu__item:not(:last-child) {
  margin-bottom: 14px;
}
.mob-menu .sub-menu__item.is-active .ac-trigger::after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  -ms-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
}
.mob-menu .sub-menu__link {
  font-size: 14px;
  color: #fff;
}

.close-btn {
  position: absolute;
  top: 16px;
  right: 24px;
  background: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 30px;
  height: 30px;
  border-radius: 100px;
}
.close-btn::before,
.close-btn::after {
  content: "" !important;
  position: absolute;
  background-color: #000;
  left: 50%;
  top: 50%;
  width: 15px;
  height: 2px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  border-radius: 100px;
}
.close-btn::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}

.hero {
  padding-top: 36px;
  padding-bottom: 36px;
}
@media (max-width: 768px) {
  .hero {
    padding-bottom: 60px;
  }
}
@media (max-width: 479px) {
  .hero {
    padding-top: 117px;
  }
}
.hero .container {
  position: relative;
}
.hero .tab-btn {
  font-weight: 300;
  font-size: 16px;
  color: #fff;
}
@media (max-width: 479px) {
  .hero .tab-btn {
    font-size: 10px;
  }
}
.hero .tab-btn.active {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
.hero .tab-content {
  width: 100%;
}
.hero .tabs-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 25px;
  position: absolute;
  top: 124px;
  left: 54px;
  z-index: 3;
}
@media (max-width: 768px) {
  .hero .tabs-nav {
    top: 71px;
    gap: 15px;
  }
}
.hero .tab-content {
  padding: 199px 138px 125px 41px;
  position: relative;
  border-radius: 40px;
  background-size: cover;
}
@media (max-width: 1199px) {
  .hero .tab-content {
    padding: 199px 80px 70px 41px;
  }
}
@media (max-width: 768px) {
  .hero .tab-content {
    padding: 131px 39px 36px 39px;
  }
}
@media (max-width: 768px) {
  .hero .tab-content {
    padding: 131px 30px 36px 30px;
  }
}
.hero .tab-content__decor {
  position: absolute;
  bottom: 0;
  right: 0;
  pointer-events: none;
  border-radius: inherit;
}
.hero .tab-content::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(140deg, #000 40%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
  border-radius: 37px;
}
@media (max-width: 768px) {
  .hero .tab-content::after {
    background: #000;
  }
}
.hero .tab-content__cols {
  position: relative;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 100px;
}
@media (max-width: 1199px) {
  .hero .tab-content__cols {
    gap: 30px;
  }
}
@media (max-width: 991px) {
  .hero .tab-content__cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .hero .tab-content__cols {
    gap: 53px;
  }
}
.hero .tab-content__col:nth-child(1) {
  max-width: 587px;
}
@media (max-width: 991px) {
  .hero .tab-content__col:nth-child(1) {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .hero .tab-content__col {
    width: 100%;
  }
}
.hero .tab-content__title {
  font-weight: 700;
  font-size: 59px;
  color: #fff;
  margin-bottom: 44px;
}
@media (max-width: 1170px) {
  .hero .tab-content__title {
    font-size: 50px;
  }
}
@media (max-width: 768px) {
  .hero .tab-content__title {
    font-size: 30px;
    margin-bottom: 19px;
  }
}
.hero .tab-content__price {
  font-weight: 300;
  font-size: 20px;
  color: #fff;
  position: relative;
  padding-left: 64px;
  margin-bottom: 19px;
}
.hero .tab-content__price:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  background: #fff;
  width: 53px;
  height: 1px;
}
.hero .tab-content form {
  border: 1px solid #685cfc;
  border-radius: 30px;
  padding: 34px 28px;
  backdrop-filter: blur(8px);
  -webkit-box-shadow: inset 0 0 10px 2px rgba(104, 92, 252, 0.3);
  box-shadow: inset 0 0 10px 2px rgba(104, 92, 252, 0.3);
  background: rgba(26, 26, 26, 0.4);
  max-width: 320px;
}
@media (max-width: 991px) {
  .hero .tab-content form {
    max-width: 500px;
  }
}
.hero .tab-content__input {
  margin-bottom: 17px;
}
.hero .tab-content__sub-btn {
  width: 100%;
}

.features {
  padding-bottom: 86px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .features {
    padding-bottom: 78px;
  }
}
.features--second .features__btn {
  margin-top: 36px;
}
.features--second .features-items {
  padding: 20px 0;
}
.features__title {
  margin-bottom: 56px;
}
@media (max-width: 768px) {
  .features__title {
    margin-bottom: 30px;
  }
}
.features__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  margin-top: 56px;
}
@media (max-width: 768px) {
  .features__btn {
    margin-top: 21px;
  }
}
.features #features-btn-close {
  display: none;
}

.features-sub-title {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 17px;
}
@media (max-width: 479px) {
  .features-sub-title {
    font-size: 20px;
    margin-bottom: 24px;
  }
}

.features-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  row-gap: 30px;
}
@media (max-width: 768px) {
  .features-items {
    margin-right: -10px;
    margin-left: -10px;
    row-gap: 20px;
  }
}
@media (max-width: 479px) {
  .features-items {
    row-gap: 12px;
  }
}
.features-items__cols-4 .features-item {
  width: 25%;
}
@media (max-width: 1199px) {
  .features-items__cols-4 .features-item {
    width: 33.33333%;
  }
}
@media (max-width: 991px) {
  .features-items__cols-4 .features-item {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .features-items__cols-4 .features-item {
    width: 100%;
  }
}

.features-item {
  width: 33.333333%;
}
@media (max-width: 991px) {
  .features-item {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .features-item {
    width: 100%;
  }
}
.features-item__content {
  display: block;
  margin: 0 15px;
  background-size: cover;
  background-position: center center;
  min-height: 243px;
  border-radius: 30px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.features-item__content:hover {
  -webkit-transform: scale(1.06);
  -ms-transform: scale(1.06);
  transform: scale(1.06);
}
@media (max-width: 768px) {
  .features-item__content {
    margin: 0 10px;
  }
}
.features-item__title {
  font-weight: 300;
  font-size: 20px;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 0 27px;
  padding: 12px 10px;
  background: #000;
  width: 217px;
  text-align: center;
}

.calculator {
  padding: 45px 0;
  border: 1px solid #685cfc;
  border-radius: 30px;
  background: -webkit-gradient(linear, left top, right top, from(#685cfc), color-stop(70%, #000));
  background: linear-gradient(90deg, #685cfc 0%, #000 70%);
  position: relative;
  overflow: hidden;
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .calculator {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 768px) {
  .calculator {
    padding-top: 59px;
    padding-bottom: 92px;
  }
}
.calculator .container {
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .calculator .container {
    padding: 0;
  }
}
.calculator__decor1,
.calculator__decor2,
.calculator__decor3 {
  pointer-events: none;
  position: absolute;
  border-radius: inherit;
}
.calculator__decor1 {
  top: 0;
  left: 0;
}
@media (max-width: 768px) {
  .calculator__decor1 {
    left: -200px;
    top: -50px;
  }
}
.calculator__decor2 {
  bottom: 0;
  right: 0;
}
@media (max-width: 768px) {
  .calculator__decor2 {
    right: -70px;
    bottom: -80px;
  }
}
.calculator__decor3 {
  bottom: 0;
  right: 0;
}
@media (max-width: 768px) {
  .calculator__decor3 {
    right: -70px;
    bottom: -200px;
  }
}
.calculator__title {
  margin-bottom: 71px;
}
@media (max-width: 768px) {
  .calculator__title {
    margin-bottom: 68px;
  }
}
.calculator__range {
  margin-bottom: 28px;
}
@media (max-width: 479px) {
  .calculator__range {
    margin-bottom: 39px;
  }
}
.calculator__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
}
.calculator__price {
  font-weight: 700;
  font-size: 20px;
  color: #fff;
}
@media (max-width: 479px) {
  .calculator__price {
    font-size: 13px;
  }
}
.calculator__calc-btn {
  padding-right: 18px;
  padding-left: 18px;
}
.calculator-radios {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 13px;
  margin-bottom: 53px;
  margin-top: 82px;
}
@media (max-width: 768px) {
  .calculator-radios {
    margin-top: 32px;
    margin-bottom: 45px;
  }
}

.calculator-radio {
  cursor: pointer;
}
.calculator-radio p {
  font-weight: 600;
}
@media (max-width: 768px) {
  .calculator-radio p {
    font-size: 16px;
  }
}
@media (max-width: 479px) {
  .calculator-radio p {
    font-size: 14px;
  }
}
.calculator-radio input:checked + p {
  text-decoration: underline;
}

.calculator-inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  row-gap: 16px;
  margin: 0 -15px;
  margin-bottom: 95px;
}
@media (max-width: 768px) {
  .calculator-inputs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
    margin-bottom: 54px;
  }
}
.calculator-inputs__item {
  width: 50%;
  max-width: 452px;
  padding: 0 15px;
}
@media (max-width: 768px) {
  .calculator-inputs__item {
    padding: 0;
    max-width: 100%;
    width: 100%;
  }
}
.calculator-inputs__input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
@media (max-width: 479px) {
  .calculator-inputs__input {
    height: auto;
  }
}
@media (max-width: 479px) {
  .calculator-inputs__input p {
    font-size: 16px;
  }
}
.calculator-inputs__input input {
  max-width: 104px;
  border: 1px solid #685cfc;
  font-weight: 400;
}
@media (max-width: 479px) {
  .calculator-inputs__input input {
    height: 40px;
    max-width: 62px;
    border-radius: 12px;
    font-size: 16px;
  }
}

.calculator-selects {
  margin-bottom: 111px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 16px 20px;
}
@media (max-width: 768px) {
  .calculator-selects {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 60px;
  }
}
.calculator-selects__select {
  max-width: 452px;
}
@media (max-width: 768px) {
  .calculator-selects__select {
    width: 100%;
    max-width: 100%;
  }
}

.calculator-form__cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
}
.calculator-form .input {
  max-width: 229px;
}
.calculator-form .btn {
  padding: 5px 15px;
}

.brands {
  padding-bottom: 60px;
}
@media (max-width: 479px) {
  .brands {
    padding-bottom: 73px;
  }
}
.brands__wrapper {
  padding: 33px 0px;
  padding-right: 10px;
  padding-left: 10px;
  color: #000;
  background: linear-gradient(134deg, #ebeafb 0%, #dddbfe 100%);
  border-radius: 30px;
}
@media (max-width: 768px) {
  .brands__wrapper {
    padding-top: 37px;
    padding-bottom: 53px;
  }
}
.brands__title {
  color: #000;
  margin-bottom: 49px;
}
@media (max-width: 768px) {
  .brands__title {
    margin-bottom: 23px;
  }
}
.brands__content {
  position: relative;
}
.brands__slider {
  width: 72%;
  margin: 0 auto;
}

.brand-slider {
  overflow: hidden;
  position: relative;
}

.brand-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 113px;
}
.brand-item__img {
  height: 100%;
}

.products {
  padding-bottom: 74px;
}
.products__title {
  margin-bottom: 52px;
}
@media (max-width: 479px) {
  .products__title {
    margin-bottom: 32px;
  }
}
.products__items {
  margin-bottom: 43px;
}
.products__item:not(:last-child) {
  margin-bottom: 52px;
}
@media (max-width: 479px) {
  .products__item:not(:last-child) {
    margin-bottom: 32px;
  }
}

.product-dialog {
  -webkit-box-shadow: inset 0 0 10px 2px rgba(104, 92, 252, 0.3);
  box-shadow: inset 0 0 10px 2px rgba(104, 92, 252, 0.3);
  background: rgb(26, 26, 26);
  border: 1px solid #685cfc;
  border-radius: 30px;
  width: 470px;
  padding: 38px 33px 38px 27px;
}
@media (max-width: 479px) {
  .product-dialog {
    width: 370px;
    padding: 77px 27px 43px 27px;
  }
}
.product-dialog__title {
  font-weight: 700;
  font-size: 24px;
  color: #fff;
  margin-bottom: 44px;
  padding-right: 35px;
}
@media (max-width: 479px) {
  .product-dialog__title {
    padding-right: 0;
    font-size: 22px;
    margin-bottom: 22px;
  }
}
.product-dialog__content {
  color: #fff;
}
.product-dialog__content > * {
  margin-bottom: 30px;
}
.product-dialog__content table tr td {
  padding: 0px 5px 30px 5px;
}
.product-dialog__content del {
  color: #5e5e5e;
}
.product-dialog__content ul li {
  font-weight: 300;
  font-size: 20px;
}
.product-dialog__content ul li:not(:last-child) {
  margin-bottom: 20px;
}
@media (max-width: 479px) {
  .product-dialog__content ul li:not(:last-child) {
    margin-bottom: 16px;
  }
}
.product-dialog .is-close-btn {
  background: #fff;
  opacity: 1 !important;
  color: #000 !important;
  top: 38px !important;
  right: 33px !important;
  border-radius: 50% !important;
  width: 30px;
  height: 30px;
}
@media (max-width: 479px) {
  .product-dialog .is-close-btn {
    top: 25px !important;
    right: 26px !important;
  }
}
.product-dialog .is-close-btn svg {
  width: 15px;
  height: 15px;
}
.product-dialog .is-close-btn:hover {
  background: #fff !important;
}

.product__cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media (max-width: 991px) {
  .product__cols {
    gap: 15px;
  }
}
@media (max-width: 768px) {
  .product__cols {
    gap: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.product__col:nth-child(1) {
  width: 57%;
}
.product__col:nth-child(2) {
  width: 43%;
}
@media (max-width: 768px) {
  .product__col:nth-child(1),
  .product__col:nth-child(2) {
    width: 100%;
  }
}
.product__slider {
  position: relative;
  overflow: hidden;
  margin-bottom: 34px;
  border-radius: 20px;
}
@media (max-width: 479px) {
  .product__slider {
    margin-bottom: 30px;
  }
}
.product__img {
  border-radius: 20px;
  display: block;
  cursor: pointer;
}
.product__img img {
  border-radius: inherit;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.product__thumbs {
  overflow: hidden;
  border-radius: 20px;
}
.product__thumb-img {
  cursor: pointer;
  border-radius: 20px;
}
.product__thumb-img img {
  border-radius: inherit;
}
.product__info {
  border: 1px solid #685cfc;
  border-radius: 30px;
  -webkit-box-shadow: inset 0 0 10px 2px rgba(104, 92, 252, 0.3);
  box-shadow: inset 0 0 10px 2px rgba(104, 92, 252, 0.3);
  background: rgba(26, 26, 26, 0.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.product__info-details {
  padding: 38px 27px 54px 27px;
}
@media (max-width: 1199px) {
  .product__info-details {
    padding: 28px 22px 34px 22px;
  }
}
.product__name {
  font-weight: 700;
  font-size: 24px;
  color: #fff;
  margin-bottom: 44px;
}
@media (max-width: 1199px) {
  .product__name {
    margin-bottom: 32px;
  }
}
@media (max-width: 768px) {
  .product__name {
    margin-bottom: 26px;
  }
}
@media (max-width: 479px) {
  .product__name {
    font-size: 22px;
  }
}
.product__content {
  max-height: 300px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .product__content {
    max-height: 240px;
  }
}
@media (max-width: 991px) {
  .product__content {
    max-height: 134px;
  }
}
@media (max-width: 479px) {
  .product__content {
    max-height: 90px;
  }
}
.product__content del {
  color: #5e5e5e;
}
.product__content ul li {
  margin-bottom: 30px;
  font-weight: 300;
  font-size: 20px;
}
@media (max-width: 1199px) {
  .product__content ul li {
    margin-bottom: 23px;
  }
}
.product__content ul li:last-child {
  margin-bottom: 0;
}
.product__btns {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 19px;
  padding: 33px 27px 33px 27px;
  border-top: 1px solid #685cfc;
}
.product__btns button:nth-child(1) {
  padding: 5px 30px;
}
@media (max-width: 1199px) {
  .product__btns button {
    width: 100%;
  }
}
@media (max-width: 479px) {
  .product__btns button {
    max-width: 229px;
    margin: 0 auto;
  }
}

.swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
  position: absolute;
  left: 50%;
  bottom: 20px;
  -webkit-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  z-index: 2;
  width: 100%;
}
@media (max-width: 479px) {
  .swiper-pagination {
    bottom: 2px;

  }
}

.swiper-pagination .swiper-pagination-bullet {
  display: block;
  width: 10px;
  height: 10px;
  background: #000;
  opacity: 0.5;
  border-radius: 100px;
  cursor: pointer;
}
@media (max-width: 479px) {
  .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}
.swiper-pagination .swiper-pagination-bullet-active {
  background: #594bfc;
  opacity: 1;
}

.thumbs-slider {
  border-radius: 30px;
}

.reviews {
  background: linear-gradient(148deg, #fe5d04 0%, #fb3427 100%);
  border-radius: 40px;
  position: relative;
  padding: 65px 0px;
  margin-bottom: 94px;
}
@media (max-width: 479px) {
  .reviews {
    margin-bottom: 60px;
  }
}
.reviews .container {
  position: relative;
  z-index: 2;
}
.reviews__decor {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  border-radius: inherit;
}
.reviews__title {
  margin-bottom: 38px;
}
.reviews__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: 38px;
  row-gap: 20px;
}
@media (max-width: 768px) {
  .reviews__items {
    margin-right: -10px;
    margin-left: -10px;
    row-gap: 13px;
  }
}
.reviews__item {
  width: 33.33333%;
}
@media (max-width: 991px) {
  .reviews__item {
    width: 50%;
  }
}
@media (max-width: 479px) {
  .reviews__item {
    width: 100%;
  }
}

.review__content {
  max-height: 435px;
  margin: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 30px;
}
@media (max-width: 768px) {
  .review__content {
    margin: 0 10px;
  }
}
.review__content:has(video) {
  background: #000;
}
.review__content img {
  -o-object-fit: contain;
  object-fit: contain;
  background: #fff;
}
.review__content video {
  width: auto;
  aspect-ratio: 9/16;
}
.review__content img,
.review__content video {
  display: block;
  width: 100%;
  border-radius: inherit;
}

.photos {
  padding-bottom: 95px;
}
.photos__title {
  margin-bottom: 40px;
}
.photos__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  row-gap: 30px;
}
.photos__items--4 .photos__item {
  width: 25%;
}
@media (max-width: 991px) {
  .photos__items--4 .photos__item {
    width: 33.333333%;
  }
}
@media (max-width: 768px) {
  .photos__items--4 .photos__item {
    width: 50%;
  }
}
@media (max-width: 479px) {
  .photos__items--4 .photos__item {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .photos__items {
    margin-right: -10px;
    margin-left: -10px;
    row-gap: 20px;
  }
}
@media (max-width: 479px) {
  .photos__items {
    row-gap: 12px;
  }
}
.photos .btn {
  margin-top: 30px;
}
.photos__item {
  width: 50%;
}
@media (max-width: 479px) {
  .photos__item {
    width: 100%;
  }
}

.photo {
  padding: 0 15px;
  display: block;
  cursor: pointer;
}
@media (max-width: 768px) {
  .photo {
    padding: 0 10px;
  }
}
.photo__content img {
  border-radius: 30px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 375px;
}

.myadv {
  color: #000;
  margin-bottom: 60px;
}
.myadv__wrapper {
  position: relative;
  border-radius: 30px;
  background: linear-gradient(136deg, #ebeafb 0%, #dddbfe 100%);
  padding-top: 50px;
  padding-bottom: 59px;
  padding: 50px 15px 59px 15px;
  overflow: hidden;
}
@media (max-width: 479px) {
  .myadv__wrapper {
    padding: 47px 18px;
  }
}
.myadv__decor1 {
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 479px) {
  .myadv__decor1 {
    top: -119px;
  }
}
.myadv__decor2 {
  position: absolute;
  bottom: 0;
  right: 0;
}
.myadv__decor1,
.myadv__decor2 {
  border-radius: inherit;
  pointer-events: none;
}
.myadv__content {
  position: relative;
  z-index: 2;
}
.myadv__title {
  color: #000;
  margin-bottom: 40px;
}
@media (max-width: 479px) {
  .myadv__title {
    max-width: 300px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
  }
}
.myadv__items {
  max-width: 690px;
  margin: 0 auto;
}
.myadv__item {
  font-weight: 400;
  font-size: 20px;
  color: #000;
  border-radius: 20px;
  padding: 19px 34px;
  background: #fff;
}
@media (max-width: 479px) {
  .myadv__item {
    padding: 19px 16px;
  }
}
.myadv__item:not(:last-child) {
  margin-bottom: 17px;
}
@media (max-width: 479px) {
  .myadv__item:not(:last-child) {
    margin-bottom: 19px;
  }
}

.table-sec {
  background: linear-gradient(137deg, #202020 0%, #1f2022 100%);
  border-radius: 40px;
  position: relative;
  padding-top: 65px;
  padding-bottom: 36px;
  margin-bottom: 60px;
  overflow: hidden;
}
@media (max-width: 479px) {
  .table-sec {
    padding: 48px 0px;
  }
}
@media (max-width: 479px) {
  .table-sec--second .table {
    min-width: auto;
  }
  .table-sec--second .table td:nth-child(2),
  .table-sec--second .table th:nth-child(2),
  .table-sec--second .table td:nth-child(3),
  .table-sec--second .table th:nth-child(3) {
    display: none;
  }
}
.table-sec__decor1,
.table-sec__decor2 {
  position: absolute;
  pointer-events: none;
  border-radius: inherit;
}
.table-sec__decor1 {
  top: 0;
  left: 0;
}
@media (max-width: 479px) {
  .table-sec__decor1 {
    top: -20px;
    left: -140px;
  }
}
.table-sec__decor2 {
  bottom: 0;
  right: 0;
}
@media (max-width: 479px) {
  .table-sec__decor2 {
    right: -120px;
  }
}
.table-sec .container {
  position: relative;
  z-index: 2;
}
.table-sec__title {
  margin-bottom: 49px;
}
.table-sec__close-more,
.table-sec__show-more {
  margin-top: 34px;
}
.table-sec__close-more {
  display: none;
}

.table-wrapper {
  overflow: auto;
}

.table {
  min-width: 700px;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  border-radius: 30px;
  border: 1px solid #fff;
}
.table thead {
  border-bottom: none;
}
.table th {
  font-weight: 700;
  font-size: 20px;
  border-right: 1px solid #fff;
  padding: 31px 10px 18px 32px;
}
@media (max-width: 479px) {
  .table th {
    padding: 31px 10px 18px 16px;
  }
}
.table th:last-child {
  border-right: none;
}
.table th,
.table td {
  text-align: left;
}
.table td {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  font-size: 18px;
  font-weight: 300;
  padding: 9px 10px 9px 32px;
}
@media (max-width: 479px) {
  .table td {
    padding: 9px 10px 9px 17px;
  }
}
.table td:last-child {
  border-right: none;
}
.table tr.before-hidden td {
  padding-bottom: 31px;
  border-bottom: none;
}
.table tr:last-child td {
  padding-bottom: 31px;
  border-bottom: none;
}

.why-us {
  margin-bottom: 103px;
}
@media (max-width: 479px) {
  .why-us {
    margin-bottom: 82px;
  }
}
.why-us__wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  background: linear-gradient(318deg, #fe5d04 0%, #fb3427 100%);
  padding: 50px 15px 70px 15px;
}
@media (max-width: 479px) {
  .why-us__wrapper {
    padding: 45px;
  }
}
.why-us__decor {
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: inherit;
}
@media (max-width: 479px) {
  .why-us__decor {
    bottom: -70px;
    right: -40px;
  }
}
.why-us__content {
  position: relative;
  z-index: 2;
  max-width: 528px;
  margin: 0 auto;
}
.why-us__title {
  margin-bottom: 26px;
}
@media (max-width: 479px) {
  .why-us__title {
    margin-bottom: 27px;
  }
}
.stock {
  padding-bottom: 103px;
}
@media (max-width: 479px) {
  .stock {
    padding-bottom: 82px;
  }
}
.stock__title {
  margin-bottom: 21px;
}
@media (max-width: 479px) {
  .stock__title {
    margin-bottom: 32px;
  }
}
.stock__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: 32px;
  row-gap: 30px;
}
@media (max-width: 768px) {
  .stock__items {
    margin-right: -10px;
    margin-left: -10px;
  }
}
@media (max-width: 479px) {
  .stock__items {
    row-gap: 12px;
  }
}
.stock__item {
  width: 33.333333%;
}
@media (max-width: 991px) {
  .stock__item {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .stock__item {
    width: 100%;
  }
}

.stock-item {
  min-height: 243px;
  border-radius: 30px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
}
.stock-item:hover {
  -webkit-transform: scale(1.06);
  -ms-transform: scale(1.06);
  transform: scale(1.06);
}
.stock-item__content {
  margin: 0 15px;
  background-size: cover;
  background-position: center center;
  height: 100%;
  border-radius: inherit;
  position: relative;
}
@media (max-width: 768px) {
  .stock-item__content {
    margin: 0 10px;
  }
}
.stock-item__info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-radius: 0 0 27px 27px;
  background: #303030;
  padding: 8px 6px 13px 9px;
}
.stock-item__name {
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 4px;
}
.stock-item__text {
  font-size: 20px;
  font-weight: 300;
}
.stock-item__days {
  font-size: 20px;
  font-weight: 300;
}

.text-sec {
  margin-bottom: 103px;
}
@media (max-width: 479px) {
  .text-sec {
    margin-bottom: 60px;
  }
}
.text-sec__wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  background: linear-gradient(137deg, #fd5a5a 0%, #ff743d 100%);
  padding: 50px 15px 70px 15px;
}
@media (max-width: 479px) {
  .text-sec__wrapper {
    padding: 45px;
  }
}
.text-sec__decor {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: inherit;
}
@media (max-width: 479px) {
  .text-sec__decor {
    top: -70px;
    left: -40px;
  }
}
.text-sec__content {
  position: relative;
  z-index: 2;
  max-width: 528px;
  margin: 0 auto;
}
.text-sec__title {
  margin-bottom: 26px;
}
@media (max-width: 479px) {
  .text-sec__title {
    margin-bottom: 27px;
  }
}
.certificates {
  padding-bottom: 60px;
  padding-top: 60px;
  margin-top: -60px;
}
.certificates__wrapper {
  padding: 33px 0px;
  padding-right: 10px;
  padding-left: 10px;
  color: #000;
  background: linear-gradient(134deg, #ebeafb 0%, #dddbfe 100%);
  border-radius: 30px;
}
@media (max-width: 768px) {
  .certificates__wrapper {
    padding-top: 37px;
    padding-bottom: 53px;
  }
}
.certificates__title {
  color: #000;
  margin-bottom: 18px;
}
@media (max-width: 768px) {
  .certificates__title {
    margin-bottom: 23px;
  }
}
.certificates__content {
  position: relative;
}
.certificates__slider {
  width: 72%;
  margin: 0 auto;
}

.certificate-slider {
  overflow: hidden;
  position: relative;
}

.certificate-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 191px;
}
.certificate-item__img {
  height: 100%;
}

.posts {
  background: linear-gradient(135deg, #202020 0%, #1f2022 100%);
  overflow: hidden;
  position: relative;
  padding: 65px 0px;
  margin-bottom: 60px;
}
@media (max-width: 479px) {
  .posts {
    border-radius: 40px;
    padding: 39px 0px;
  }
}
.posts__decor {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 479px) {
  .posts__decor {
    bottom: -100px;
    right: -100px;
  }
}
.posts__content {
  position: relative;
  z-index: 2;
}
.posts__title {
  margin-bottom: 45px;
}
@media (max-width: 479px) {
  .posts__title {
    margin-bottom: 47px;
  }
}

.posts-slider {
  position: relative;
  overflow: hidden;
  padding: 20px;
  margin: -20px;
  border-radius: 30px;
}
.posts-slider .swiper-slide {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.posts-slider .swiper-slide:hover {
  -webkit-transform: scale(1.06);
  -ms-transform: scale(1.06);
  transform: scale(1.06);
}

.mypost {
  position: relative;
  display: block;
  border-radius: 30px;
  overflow: hidden;
}
.mypost__info {
  background: #000;
  padding: 8px 24px 13px 24px;
  border-radius: 27px 27px 0 0;
}
.mypost__title {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 4px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.mypost__date {
  font-weight: 300;
}
.mypost__img {
  min-height: 170px;
}
.mypost__img img {
  border-radius: 0 0 30px 30px;
  -o-object-fit: cover;
  object-fit: cover;
}

.callback-form {
  padding-bottom: 60px;
}
.callback-form__wrapper {
  position: relative;
  border: 1px solid #685cfc;
  border-radius: 30px;
  -webkit-box-shadow: inset 0 0 4px 1px rgba(104, 92, 252, 0.3);
  box-shadow: inset 0 0 4px 1px rgba(104, 92, 252, 0.3);
  background: linear-gradient(146deg, #685cfc 0%, #000 55%);
  padding: 63px 15px;
  overflow: hidden;
}
@media (max-width: 479px) {
  .callback-form__wrapper {
    padding: 56px 15px;
  }
}
.callback-form__decor {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: inherit;
}
@media (max-width: 479px) {
  .callback-form__decor {
    top: -50px;
  }
}
.callback-form__content {
  position: relative;
  z-index: 2;
}
.callback-form__title {
  margin-bottom: 58px;
}
@media (max-width: 479px) {
  .callback-form__title {
    margin-bottom: 37px;
  }
}
.callback-form__form-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 27px 37px;
}
@media (max-width: 768px) {
  .callback-form__form-cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 400px;
    margin: 0 auto;
  }
}
@media (max-width: 479px) {
  .callback-form__form-cols {
    max-width: 229px;
    margin: 0 auto;
  }
}
.callback-form__form-cols .input {
  max-width: 229px;
}
@media (max-width: 768px) {
  .callback-form__form-cols .input {
    max-width: 100%;
    width: 100%;
  }
}
.callback-form__form-cols .btn {
  padding: 5px 30px;
}
@media (max-width: 768px) {
  .callback-form__form-cols .btn {
    width: 100%;
  }
}

.tags__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 20px;
  margin: 0 -10px;
}
.tags__item {
  padding: 0 10px;
}
.catalog {
  background: linear-gradient(137deg, #202020 0%, #1f2022 100%);
  border-radius: 60px;
  position: relative;
  padding-top: 63px;
  padding-bottom: 163px;
  margin-bottom: 103px;
  overflow: hidden;
}
@media (max-width: 479px) {
  .catalog {
    padding: 53px 0px;
    margin-bottom: 82px;
  }
}
.catalog__decor1,
.catalog__decor2 {
  position: absolute;
  pointer-events: none;
  border-radius: inherit;
}
.catalog__decor1 {
  top: 0;
  left: 0;
}
@media (max-width: 479px) {
  .catalog__decor1 {
    top: -20px;
    left: -140px;
  }
}
.catalog__decor2 {
  bottom: 0;
  right: 0;
}
@media (max-width: 479px) {
  .catalog__decor2 {
    right: -120px;
  }
}
.catalog .container {
  position: relative;
  z-index: 2;
}
.catalog__title {
  margin-bottom: 74px;
}
@media (max-width: 479px) {
  .catalog__title {
    margin-bottom: 51px;
  }
}
.catalog__features:not(:last-child) {
  margin-bottom: 70px;
}
@media (max-width: 479px) {
  .catalog__features:not(:last-child) {
    margin-bottom: 43px;
  }
}

.category {
  padding-bottom: 93px;
}
.category__title {
  margin-bottom: 52px;
}
@media (max-width: 479px) {
  .category__title {
    margin-bottom: 44px;
  }
}
.category__content {
  position: relative;
  padding-bottom: 88px;
}
@media (max-width: 479px) {
  .category__content {
    padding-bottom: 0;
    padding-top: 66px;
  }
}
.category__content:not(:last-child) {
  margin-bottom: 136px;
}
@media (max-width: 479px) {
  .category__content:not(:last-child) {
    margin-bottom: 72px;
  }
}
.products-slider {
  overflow: hidden;
  border-radius: 30px;
}

.products-slider-prev,
.products-slider-next {
  top: auto;
  bottom: 0;
}
@media (max-width: 479px) {
  .products-slider-prev,
  .products-slider-next {
    top: 0;
    bottom: auto;
    margin-top: 0;
  }
}

.products-slider-next {
  right: 0;
}

.products-slider-prev {
  left: 0;
}

.photos-sec {
  padding-bottom: 90px;
}
.photos-sec__title {
  margin-bottom: 62px;
}
@media (max-width: 479px) {
  .photos-sec__title {
    margin-bottom: 35px;
  }
}
.photos-sec__content {
  position: relative;
  margin-bottom: 50px;
}
@media (max-width: 479px) {
  .photos-sec__content {
    padding-bottom: 70px;
    margin-bottom: 30px;
  }
}
.photos-sec__item {
  border-radius: 30px;
  display: block;
  cursor: pointer;
}
.photos-sec__item img {
  max-height: 242px;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  -o-object-fit: cover;
  object-fit: cover;
}

.photos-sec-slider {
  overflow: hidden;
  border-radius: 30px;
}

.photos-sec-slider-prev {
  left: 0;
}

.photos-sec-slider-next {
  right: 0;
}

.photos-sec-slider-prev,
.photos-sec-slider-next {
  top: auto;
  bottom: 0;
  display: none;
}
@media (max-width: 479px) {
  .photos-sec-slider-prev,
  .photos-sec-slider-next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.faq {
  padding-bottom: 106px;
}
@media (max-width: 479px) {
  .faq {
    padding-bottom: 90px;
  }
}
.faq__title {
  margin-bottom: 34px;
}
@media (max-width: 479px) {
  .faq__title {
    margin-bottom: 30px;
  }
}

.faq-accordion .ac {
  border-radius: 16px;
  border: none;
  background: -webkit-gradient(linear, left top, right top, from(#ebeafb), to(#dddbfe));
  background: linear-gradient(90deg, #ebeafb 0%, #dddbfe 100%);
  margin-bottom: 0;
  padding: 29px 48px 28px 70px;
}
.faq-accordion .ac:not(:last-child) {
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .faq-accordion .ac {
    padding: 32px 30px 28px 12px;
  }
}
.faq-accordion .ac.is-active .ac-trigger-plus::after {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translate(-50%, -50%) rotate(90deg) scale(0);
  -ms-transform: translate(-50%, -50%) rotate(90deg) scale(0);
  transform: translate(-50%, -50%) rotate(90deg) scale(0);
}
.faq-accordion .ac-trigger {
  font-family: var(--font-family);
  padding: 0;
  font-weight: 600;
  font-size: 20px;
  line-height: 130%;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 479px) {
  .faq-accordion .ac-trigger {
    font-size: 16px;
  }
}
.faq-accordion .ac-trigger:focus {
  color: #000;
}
.faq-accordion .ac-trigger::after {
  display: none;
}
.faq-accordion .ac-trigger .ac-trigger-plus {
  position: relative;
  width: 21px;
  height: 21px;
  display: inline-block;
  cursor: pointer;
}
.faq-accordion .ac-trigger .ac-trigger-plus::before,
.faq-accordion .ac-trigger .ac-trigger-plus::after {
  content: "";
  position: absolute;
  background-color: #000;
  left: 50%;
  top: 50%;
  width: 21px;
  height: 3px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  border-radius: 100px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.faq-accordion .ac-trigger .ac-trigger-plus::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.faq-accordion .ac-text {
  margin-top: 13px !important;
  border-top: 1px solid #1f2022;
  padding: 0 !important;
  padding-top: 12px !important;
  font-family: var(--font-family) !important;
  font-weight: 400 !important;
  font-size: 18px !important;
  line-height: 108% !important;
  color: #000 !important;
  line-height: 120% !important;
}
@media (max-width: 479px) {
  .faq-accordion .ac-text {
    font-size: 14px !important;
    padding-top: 8px !important;
  }
}

.recommend {
  background: linear-gradient(135deg, #202020 0%, #1f2022 100%);
  border-radius: 40px;
  position: relative;
  padding-top: 63px;
  padding-bottom: 35px;
  margin-bottom: 103px;
  overflow: hidden;
}
@media (max-width: 479px) {
  .recommend {
    padding-top: 53px;
    padding-bottom: 48px;
    margin-bottom: 84px;
  }
}
.recommend__decor1,
.recommend__decor2 {
  position: absolute;
  pointer-events: none;
  border-radius: inherit;
}
.recommend__decor1 {
  top: 0;
  left: 0;
  display: none;
}
@media (max-width: 479px) {
  .recommend__decor1 {
    display: block;
    top: -20px;
    left: -160px;
  }
}
.recommend__decor2 {
  bottom: 0;
  right: 0;
}
@media (max-width: 479px) {
  .recommend__decor2 {
    right: -150px;
    bottom: -70px;
  }
}
.recommend .container {
  position: relative;
  z-index: 2;
}
.recommend__title {
  margin-bottom: 47px;
}
.recommend__features {
  margin-bottom: 35px;
}

.process {
  padding-bottom: 102px;
}
@media (max-width: 479px) {
  .process {
    padding-bottom: 84px;
  }
}
.process__title {
  margin-bottom: 62px;
}
@media (max-width: 479px) {
  .process__title {
    margin-bottom: 38px;
  }
}
.process__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px;
  row-gap: 20px;
}
@media (max-width: 479px) {
  .process__items {
    row-gap: 12px;
  }
}
.process__item {
  width: 20%;
}
@media (max-width: 1199px) {
  .process__item {
    width: 25%;
  }
}
@media (max-width: 991px) {
  .process__item {
    width: 33.33333%;
  }
}
@media (max-width: 768px) {
  .process__item {
    width: 50%;
  }
}
@media (max-width: 479px) {
  .process__item {
    width: 100%;
  }
}

.process-item {
  padding: 0 10px;
}
.process-item__content {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  background: linear-gradient(140deg, #fb3427 0%, #fe5d04 100%);
  padding: 54px 18px 18px 18px;
  height: 233px;
}
@media (max-width: 479px) {
  .process-item__content {
    max-width: 253px;
    margin: 0 auto;
  }
}
.process-item__decor {
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 20px;
}
.process-item__texts {
  position: relative;
  z-index: 2;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.process-item__num {
  font-weight: 700;
  font-size: 20px;
  line-height: 130%;
  margin-bottom: 14px;
}
.process-item__text {
  font-weight: 300;
  font-size: 18px;
  line-height: 108%;
}

.prices {
  background: linear-gradient(137deg, #202020 0%, #1f2022 100%);
  border-radius: 40px;
  position: relative;
  padding-top: 65px;
  padding-bottom: 111px;
  margin-bottom: 60px;
  overflow: hidden;
}
@media (max-width: 479px) {
  .prices {
    padding-top: 23px;
    padding-bottom: 61px;
  }
}
.prices__decor1,
.prices__decor2 {
  position: absolute;
  pointer-events: none;
  border-radius: inherit;
}
.prices__decor1 {
  top: 0;
  left: 0;
}
@media (max-width: 479px) {
  .prices__decor1 {
    top: -20px;
    left: -140px;
  }
}
.prices__decor2 {
  bottom: 0;
  right: 0;
}
@media (max-width: 479px) {
  .prices__decor2 {
    right: -120px;
  }
}
.prices .container {
  position: relative;
  z-index: 2;
}
.prices__title {
  margin: 0;
  margin-bottom: 49px;
}
@media (max-width: 479px) {
  .prices__title {
    max-width: 225px;
    margin: 0 auto;
    margin-bottom: 24px;
  }
}
.prices__tabs {
  margin-bottom: 63px;
}
@media (max-width: 479px) {
  .prices__tabs {
    margin-bottom: 18px;
  }
}
.prices__tabs .tabs-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 31px 61px 20px 31px;
  gap: 10px;
  border: 1px solid #fff;
  border-bottom: none;
  border-radius: 30px 30px 0px 0px;
}
@media (max-width: 768px) {
  .prices__tabs .tabs-nav {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .prices__tabs .tabs-nav {
    padding: 25px 20px 21px 20px;
  }
}
.prices__tabs .tab-btn {
  font-weight: 700;
  font-size: 16px;
}
@media (max-width: 768px) {
  .prices__tabs .tab-btn {
    font-size: 12px;
  }
}
@media (max-width: 479px) {
  .prices__tabs .tab-btn {
    font-size: 8px;
  }
}
.prices__tabs .tab-btn.active {
  text-decoration: underline;
}
.prices__table-wrapper {
  display: block;
}
.prices__table {
  border-radius: 0px 0px 30px 30px;
  min-width: auto;
}
.prices__table tr:last-child td {
  padding-bottom: 8px;
  border-bottom: none;
}
.prices__tariffs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
  row-gap: 30px;
}
@media (max-width: 479px) {
  .prices__tariffs {
    row-gap: 12px;
    margin: 0 -6px;
  }
}
.prices__tariff {
  width: 25%;
}
@media (max-width: 991px) {
  .prices__tariff {
    width: 33.333333%;
  }
}
@media (max-width: 768px) {
  .prices__tariff {
    width: 50%;
  }
}

.tariff {
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 479px) {
  .tariff {
    padding: 0 6px;
  }
}
.tariff__wrapper {
  width: 100%;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  background: linear-gradient(140deg, #fb3427 0%, #fe5d04 100%);
  padding: 36px 18px 36px 18px;
}
@media (max-width: 479px) {
  .tariff__wrapper {
    padding: 36px 12px;
  }
}
.tariff__content {
  position: relative;
  z-index: 2;
}
.tariff__decor {
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 20px;
}
.tariff__title {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 15px;
}
@media (max-width: 479px) {
  .tariff__title {
    font-size: 16px;
  }
}
.tariff__item del {
  color: #dadada;
}
.tariff__item {
  font-weight: 300;
  font-size: 18px;
}
.tariff__item:not(:last-child) {
  margin-bottom: 15px;
}
@media (max-width: 479px) {
  .tariff__item {
    font-size: 16px;
  }
}

.action {
  padding-bottom: 103px;
}
@media (max-width: 768px) {
  .action {
    padding-bottom: 60px;
  }
}
.action__title {
  margin-bottom: 43px;
}
.action-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  border-radius: 30px;
  background: linear-gradient(136deg, #ebeafb 0%, #dddbfe 100%);
  padding: 62px 104px 63px 155px;
  color: #000;
  overflow: hidden;
  gap: 14px;
}
@media (max-width: 991px) {
  .action-item {
    padding: 30px 50px 50px 60px;
  }
}
@media (max-width: 768px) {
  .action-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding: 0;
    background: none;
    border-radius: 0px;
  }
}
.action-item__decor1,
.action-item__decor2 {
  position: absolute;
  border-radius: inherit;
}
.action-item__decor1 {
  top: 0;
  left: 0;
}
.action-item__decor2 {
  bottom: 0;
  right: 0;
}
@media (max-width: 768px) {
  .action-item__decor2 {
    bottom: -40px;
    right: -40px;
  }
}
.action-item__col {
  width: 50%;
}
@media (max-width: 768px) {
  .action-item__col {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .action-item__col:nth-child(1) {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    min-height: 250px;
    padding: 30px 50px 50px 60px;
    border-radius: 30px;
    background: linear-gradient(136deg, #ebeafb 0%, #dddbfe 100%);
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .action-item__col:nth-child(1) {
    padding: 30px;
  }
}
.action-item__details {
  position: relative;
  z-index: 2;
}
.action-item__title {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 14px;
}
.action-item__descr {
  font-weight: 300;
  font-size: 20px;
}
.action-item__img {
  border-radius: 30px;
  position: relative;
  z-index: 2;
  width: 100%;
}

.about {
  padding-bottom: 103px;
}
@media (max-width: 479px) {
  .about {
    padding-bottom: 60px;
  }
}
.about__title {
  margin-bottom: 43px;
}
@media (max-width: 479px) {
  .about__title {
    margin-bottom: 32px;
  }
}
.about__cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px 30px;
}
@media (max-width: 991px) {
  .about__cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.about__col {
  position: relative;
}
.about__col:nth-child(1) {
  width: 40%;
  border-radius: 30px;
  background: linear-gradient(136deg, #ebeafb 0%, #dddbfe 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 18px 51px;
  overflow: hidden;
  min-height: 250px;
}
@media (max-width: 991px) {
  .about__col:nth-child(1) {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .about__col:nth-child(1) {
    padding: 20px 45px;
  }
}
.about__col:nth-child(2) {
  width: 60%;
}
@media (max-width: 991px) {
  .about__col:nth-child(2) {
    width: 100%;
  }
}
.about__decor1,
.about__decor2 {
  position: absolute;
  border-radius: inherit;
}
.about__decor1 {
  top: 0;
  left: 0;
}
.about__decor2 {
  bottom: 0;
  right: 0;
}
@media (max-width: 768px) {
  .about__decor2 {
    bottom: -40px;
    right: -40px;
  }
}
.about__text {
  position: relative;
  z-index: 2;
  font-weight: 400;
  font-size: 20px;
  color: #000;
}
.about__img {
  width: 100%;
  border-radius: 30px;
}

.specialists {
  padding-bottom: 103px;
}
@media (max-width: 479px) {
  .specialists {
    padding-bottom: 83px;
  }
}
.specialists__title {
  margin-bottom: 21px;
}
@media (max-width: 479px) {
  .specialists__title {
    margin-bottom: 26px;
  }
}
.specialists__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
  row-gap: 30px;
}
@media (max-width: 768px) {
  .specialists__items {
    margin: 0 -10px;
    row-gap: 20px;
  }
}
@media (max-width: 479px) {
  .specialists__items {
    row-gap: 12px;
  }
}
.specialists__item {
  width: 33.333333%;
}
@media (max-width: 991px) {
  .specialists__item {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .specialists__item {
    width: 100%;
  }
}

.specialist {
  min-height: 358px;
  border-radius: 30px;
  overflow: hidden;
  padding: 0 15px;
}
@media (max-width: 768px) {
  .specialist {
    min-height: 580px;
    padding: 0 10px;
  }
}
@media (max-width: 479px) {
  .specialist {
    min-height: 358px;
  }
}
.specialist__content {
  background-size: cover;
  background-position: center center;
  height: 100%;
  border-radius: inherit;
  position: relative;
}
.specialist__info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-radius: 0 0 27px 27px;
  background: #000;
  padding: 8px 6px 13px 9px;
}
@media (max-width: 479px) {
  .specialist__info {
    background: #303030;
  }
}
.specialist__name {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 4px;
}
.specialist__text {
  font-size: 20px;
  font-weight: 300;
}

.service {
  padding-bottom: 103px;
}
@media (max-width: 479px) {
  .service {
    padding-bottom: 82px;
  }
}
.service__title {
  margin-bottom: 43px;
}
@media (max-width: 479px) {
  .service__title {
    margin-bottom: 30px;
  }
}
.service__cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px 30px;
}
@media (max-width: 768px) {
  .service__cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.service__col:nth-child(1) {
  width: 60%;
}
@media (max-width: 991px) {
  .service__col:nth-child(1) {
    width: 55%;
  }
}
@media (max-width: 768px) {
  .service__col:nth-child(1) {
    width: 100%;
  }
}
.service__col:nth-child(2) {
  width: 40%;
  border: 1px solid #fe5d04;
  border-radius: 30px;
  -webkit-box-shadow: inset 0 0 4px 1px rgba(104, 92, 252, 0.3);
  box-shadow: inset 0 0 4px 1px rgba(104, 92, 252, 0.3);
  background: -webkit-gradient(linear, left top, right top, from(#fe5d04), color-stop(60%, #000));
  background: linear-gradient(90deg, #fe5d04 0%, #000 60%);
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 18px;
  min-height: 334px;
}
@media (max-width: 991px) {
  .service__col:nth-child(2) {
    width: 45%;
  }
}
@media (max-width: 768px) {
  .service__col:nth-child(2) {
    width: 100%;
  }
}
.service__img {
  width: 100%;
  border-radius: 30px;
}
.service__decor {
  position: absolute;
  top: 0;
  left: 0;
}
.service__form {
  max-width: 229px;
}
.service__form .btn {
  padding: 5px 30px;
}
.service__form .input {
  margin-bottom: 23px;
}

.other-services {
  padding-bottom: 103px;
}
@media (max-width: 479px) {
  .other-services {
    padding-bottom: 70px;
  }
}
.other-services__title {
  margin-bottom: 55px;
}
@media (max-width: 479px) {
  .other-services__title {
    margin-bottom: 35px;
  }
}
.other-services__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  row-gap: 30px;
}
@media (max-width: 768px) {
  .other-services__items {
    margin-right: -10px;
    margin-left: -10px;
  }
}
@media (max-width: 479px) {
  .other-services__items {
    row-gap: 12px;
  }
}
.other-services__item {
  width: 33.333333%;
}
@media (max-width: 991px) {
  .other-services__item {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .other-services__item {
    width: 100%;
  }
}

.other-service {
  min-height: 358px;
  border-radius: 30px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
}
.other-service:hover {
  -webkit-transform: scale(1.06);
  -ms-transform: scale(1.06);
  transform: scale(1.06);
}
.other-service__content {
  margin: 0 15px;
  background-size: cover;
  background-position: center center;
  height: 100%;
  border-radius: inherit;
  position: relative;
}
@media (max-width: 768px) {
  .other-service__content {
    margin: 0 10px;
  }
}
.other-service__info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-radius: 0 0 27px 27px;
  background: #000;
  padding: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.other-service__title {
  font-weight: 400;
  font-size: 20px;
}

.contacts {
  padding-bottom: 60px;
}
.contacts__title {
  margin-bottom: 43px;
}
@media (max-width: 479px) {
  .contacts__title {
    margin-bottom: 22px;
  }
}
.contacts__cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px 30px;
  margin-bottom: 103px;
}
@media (max-width: 768px) {
  .contacts__cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .contacts__cols {
    gap: 18px 20px;
  }
}
@media (max-width: 768px) {
  .contacts__cols {
    margin-bottom: 50px;
  }
}
@media (max-width: 479px) {
  .contacts__cols {
    row-gap: 12px;
    margin-bottom: 32px;
  }
}
.contacts__col {
  position: relative;
  border-radius: 30px;
  padding: 18px 41px;
  min-height: 445px;
}
@media (max-width: 991px) {
  .contacts__col {
    padding: 18px 25px;
  }
}
.contacts__col:nth-child(1) {
  width: 58%;
  border: 1px solid #685cfc;
  -webkit-box-shadow: inset 0 0 4px 1px rgba(104, 92, 252, 0.3);
  box-shadow: inset 0 0 4px 1px rgba(104, 92, 252, 0.3);
  background: -webkit-gradient(linear, left top, right top, from(#685cfc), color-stop(60%, #000));
  background: linear-gradient(90deg, #685cfc 0%, #000 60%);
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 991px) {
  .contacts__col:nth-child(1) {
    width: 55%;
  }
}
@media (max-width: 768px) {
  .contacts__col:nth-child(1) {
    width: 100%;
    min-height: 400px;
  }
}
.contacts__col:nth-child(2) {
  width: 42%;
  border: 1px solid #fe5d04;
  -webkit-box-shadow: inset 0 0 4px 1px rgba(104, 92, 252, 0.3);
  box-shadow: inset 0 0 4px 1px rgba(104, 92, 252, 0.3);
  background: -webkit-gradient(linear, left top, right top, from(#fe5d04), color-stop(60%, #000));
  background: linear-gradient(90deg, #fe5d04 0%, #000 60%);
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 991px) {
  .contacts__col:nth-child(2) {
    width: 45%;
  }
}
@media (max-width: 768px) {
  .contacts__col:nth-child(2) {
    width: 100%;
    min-height: 417px;
  }
}
.contacts__decor1,
.contacts__decor2 {
  position: absolute;
  top: 0;
  left: 0;
}
.contacts__info {
  position: relative;
  z-index: 2;
}
.contacts__info-item {
  font-size: 20px;
}
.contacts__info-item:not(:last-child) {
  margin-bottom: 22px;
}
.contacts__map iframe {
  width: 100%;
  height: 496px;
  border-radius: 30px;
}
@media (max-width: 479px) {
  .contacts__map iframe {
    height: 243px;
  }
}

.contact-form__inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 14px 9px;
  margin-bottom: 14px;
}
@media (max-width: 991px) {
  .contact-form__inputs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.contact-form__inputs .input:nth-child(1) {
  width: 40%;
}
@media (max-width: 991px) {
  .contact-form__inputs .input:nth-child(1) {
    width: 100%;
  }
}
.contact-form__inputs .input:nth-child(2) {
  width: 60%;
}
@media (max-width: 991px) {
  .contact-form__inputs .input:nth-child(2) {
    width: 100%;
  }
}
.contact-form .textarea {
  margin-bottom: 14px;
}
.contact-form .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}

.policy__title {
  margin-bottom: 42px;
}
@media (max-width: 479px) {
  .policy__title {
    margin-bottom: 19px;
  }
}
.request {
  padding-bottom: 60px;
}
.request__title {
  margin-bottom: 42px;
}
@media (max-width: 479px) {
  .request__title {
    margin-bottom: 18px;
  }
}
.request__content {
  position: relative;
  border: 1px solid #fb3427;
  border-radius: 30px;
  background: linear-gradient(140deg, #fb3427 0%, #000 60%);
  padding: 33px;
  overflow: hidden;
}
@media (max-width: 479px) {
  .request__content {
    padding: 28px 16px;
  }
}
.request__decor {
  position: absolute;
  top: 0;
  left: 0;
}
.request__form {
  max-width: 431px;
  margin: 0 auto;
}

.request-form {
  position: relative;
  z-index: 2;
}
.request-form__inputs {
  margin-bottom: 32px;
  max-width: 388px;
}
@media (max-width: 479px) {
  .request-form__inputs {
    margin-bottom: 13px;
  }
}
.request-form__inputs .input:not(:last-child) {
  margin-bottom: 21px;
}
.request-form .checkbox {
  margin-bottom: 10px;
}
.request-form__btn {
  margin-bottom: 10px;
  width: 100%;
}
.request-form__policy-link {
  font-size: 12px;
  margin-bottom: 15px;
  display: inline-block;
}

.colors-textures {
  padding-bottom: 98px;
  overflow: hidden;
}
@media (max-width: 479px) {
  .colors-textures {
    padding-bottom: 60px;
  }
}
.colors-textures__title {
  margin-bottom: 37px;
}
@media (max-width: 479px) {
  .colors-textures__title {
    margin-bottom: 18px;
  }
}
.colors-textures__item:not(:last-child) {
  margin-bottom: 51px;
}

.colors-texture__title {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 27px;
}
.colors-texture__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 37px;
  margin: 0 -46px;
  overflow: hidden;
}
@media (max-width: 479px) {
  .colors-texture__items {
    row-gap: 20px;
    margin: 0 -20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.colors-texture__item {
  padding: 0 46px;
  width: 16.6666666667%;
}
@media (max-width: 1199px) {
  .colors-texture__item {
    width: 20%;
  }
}
@media (max-width: 991px) {
  .colors-texture__item {
    width: 25%;
  }
}
@media (max-width: 768px) {
  .colors-texture__item {
    width: 33.33333333%;
  }
}
@media (max-width: 479px) {
  .colors-texture__item {
    width: 50%;
    padding: 0 20px;
  }
}
.colors-texture__img {
  margin-bottom: 12px;
  width: 123px;
  height: 74px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
}
.colors-texture__code {
  font-weight: 400;
  font-size: 20px;
}

.articles {
  padding-bottom: 103px;
}
@media (max-width: 479px) {
  .articles {
    padding-bottom: 82px;
  }
}
.articles__title {
  margin-bottom: 43px;
}
@media (max-width: 479px) {
  .articles__title {
    margin-bottom: 60px;
  }
}
.articles__item:not(:last-child) {
  margin-bottom: 43px;
}
@media (max-width: 479px) {
  .articles__item:not(:last-child) {
    margin-bottom: 70px;
  }
}

.article-item {
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.article-item:hover {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}
.article-item__cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px 30px;
}
@media (max-width: 768px) {
  .article-item__cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.article-item__col:nth-child(1) {
  width: 59%;
}
.article-item__col:nth-child(2) {
  width: 41%;
  border: 1px solid #fe5d04;
  border-radius: 30px;
  -webkit-box-shadow: inset 0 0 4px 1px rgba(104, 92, 252, 0.3);
  box-shadow: inset 0 0 4px 1px rgba(104, 92, 252, 0.3);
  background: -webkit-gradient(linear, left top, right top, from(#fe5d04), color-stop(60%, #000));
  background: linear-gradient(90deg, #fe5d04 0%, #000 60%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding: 20px;
}
@media (max-width: 768px) {
  .article-item__col:nth-child(2) {
    min-height: 281px;
  }
}
@media (max-width: 768px) {
  .article-item__col {
    width: 100% !important;
  }
}
.article-item__img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  -o-object-fit: cover;
  object-fit: cover;
}
.article-item__decor {
  position: absolute;
  top: 0;
  left: 0;
}
.article-item__title {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 22px;
}
.article-item__text {
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 22px;
}
.article-item__link {
  font-weight: 400;
  font-size: 20px;
}

.article__title {
  margin-bottom: 35px;
}
@media (max-width: 479px) {
  .article__title {
    margin-bottom: 60px;
  }
}
.article__img {
  margin-bottom: 103px;
  width: 100%;
  border-radius: 30px;
}
@media (max-width: 479px) {
  .article__img {
    margin-bottom: 28px;
  }
}
.article__text-sec {
  margin-bottom: 60px;
}
@media (max-width: 479px) {
  .article__text-sec {
    margin-bottom: 82px;
  }
}

.myerror404 {
  padding-bottom: 70px;
}
@media (max-width: 479px) {
  .myerror404 {
    padding-bottom: 60px;
  }
}
.myerror404__title {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .myerror404__title {
    margin-bottom: 40px;
  }
}
.myerror404__er-title {
  font-weight: 600;
  font-size: 250px;
  margin-bottom: 70px;
  text-align: center;
}
@media (max-width: 768px) {
  .myerror404__er-title {
    font-size: 240px;
    margin-bottom: 50px;
  }
}
@media (max-width: 479px) {
  .myerror404__er-title {
    font-size: 155px;
  }
}
b,
strong {
  font-weight: 600;
}

h1 {
  margin-top: 0;
}

.none {
  display: none;
}
