/*!
Theme Name: automotoplaneta
*/
@font-face {
  font-family: "Arial";
  src: url("fonts/Arial.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "DelaGothic";
  src: url("fonts/DelaGothicOne-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
*, *::before, *::after {
  box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
article, aside, details, figcaption, figure, footer, header, main, nav, section, picture {
  display: block;
}
picture img {
  width: 100%;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b, strong {
  font-weight: 700;
}
code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 60%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button, select {
  text-transform: none;
}
button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: none;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body {
  background: #3b3b3b;
  color: #f5f5f5;
  font-family: "Arial", sans-serif;
  font-size: calc(16px + 4 * ((100vw - 320px) / 1600));
  font-weight: 400;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  line-height: 1.55;
}
body._lock {
  overflow: hidden;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 600;
  margin: 0;
  line-height: 1.4;
  text-transform: uppercase;
}
h1, .h1 {
  font-size: calc(26px + 54 * ((100vw - 320px) / 1600));
}
h2, .h2 {
  font-size: calc(24px + 40 * ((100vw - 320px) / 1600));
}
h3, .h3 {
  font-size: calc(20px + 20 * ((100vw - 320px) / 1600));
}
h4, .h4 {
  font-size: calc(16px + 8 * ((100vw - 320px) / 1600));
}
p {
  margin: 0;
}
dfn, cite, em, i {
  font-style: italic;
}
blockquote {
  display: block;
  padding-left: 2em;
  margin: 35px 0;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
code, kbd, tt, var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark, ins {
  background: #fff9c0;
  text-decoration: none;
}
big {
  font-size: 125%;
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 25px;
}
ul, ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
dt {
  font-weight: 700;
}
dd {
  margin: 0 1.5em 1.5em;
}
embed, video, iframe, object {
  max-width: 100%;
  display: block;
}
img {
  height: auto;
  max-width: 100%;
  vertical-align: top;
}
figure {
  margin: 1em 0;
}
table {
  margin: 0;
  width: 100%;
  border-collapse: collapse;
}
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
  transition: all 0.5s ease;
}
a:focus, a:hover, a:active {
  outline: 0;
}
/* Galleries
--------------------------------------------- */
.gallery {
  display: grid;
  grid-gap: 1rem;
}
.gallery figure {
  margin: 0;
  display: block;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}
.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}
.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}
.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}
.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}
.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}
.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}
.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}
.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}
.gallery-caption {
  display: block;
}
.ellipsis {
  display: block;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.es {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ibg {
  position: relative;
}
.ibg img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
body.ie .ibg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
body.ie .ibg img {
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}
.site {
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  position: relative;
}
.site__main {
  min-width: 0;
}
.site-main {
  flex: 1 1 auto;
}
[class*="__container"] {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  width: 100%;
  max-width: 77.5rem;
  margin: 0 auto;
}
[class$="_section"] {
  margin-top: calc(40px + 45 * ((100vw - 320px) / 1600));
}
.section-title {
  font-weight: 700;
  font-size: calc(24px + 6 * ((100vw - 320px) / 1600));
  line-height: 1;
  text-transform: uppercase;
  color: #da5538;
  opacity: 0.9;
}
.section-title + * {
  margin-top: calc(20px + 20 * ((100vw - 320px) / 1600));
}
.social ul {
  display: flex;
  align-items: center;
  gap: calc(20px + 80 * ((100vw - 320px) / 1600));
}
.social ul a {
  display: block;
  width: calc(30px + 15 * ((100vw - 320px) / 1600));
  height: calc(30px + 15 * ((100vw - 320px) / 1600));
  position: relative;
}
.social ul a img {
  object-fit: contain;
}
.gallery .fancybox.image {
  display: block;
  position: relative;
  padding-top: 75%;
}
.gallery .fancybox.image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
#fancybox-next, body.rtl #fancybox-prev {
  right: 0 !important;
}
#fancybox-prev, body.rtl #fancybox-next {
  left: 0 !important;
}
#fancybox-outer, #fancybox-content {
  background: none !important;
  box-shadow: none !important;
}
.grecaptcha-badge {
  display: none !important;
}
.content {
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.77);
}
.content h1 {
  color: #fff;
}
.content h2, .content h3 {
  text-transform: none;
}
.content > * {
  margin: 1.25rem 0;
}
.content > *:first-child {
  margin: 0 0 1.25rem;
}
.content > *:last-child {
  margin: 1.25rem 0 0;
}
.content ol {
  counter-reset: item;
  padding: 0 0 0 0.625rem;
}
.content ol li {
  position: relative;
  padding-left: 2em;
}
.content ol li:before {
  counter-increment: item;
  content: counter(item, decimal-leading-zero) ".";
  font-size: 1em;
  position: absolute;
  left: 0;
  top: 0;
}
.content ol li:not(:last-child) {
  margin: 0 0 0.4166em;
}
.content ul {
  padding: 0 0 0 0.625rem;
}
.content ul li {
  position: relative;
  padding-left: 1em;
}
.content ul li:before {
  width: 0.3125rem;
  height: 0.3125rem;
  background: #f5f5f5;
  content: "";
  display: block;
  transform: translateY(120%);
  position: absolute;
  left: 0;
  top: 0;
}
.content ul li:not(:last-child) {
  margin: 0 0 0.4166em;
}
.content blockquote, .content .blockquote {
  color: #fff;
  font-weight: 400;
  font-style: italic;
  padding: 0.6875rem 1.25rem;
  background-color: #222222;
  border-style: solid;
  border-width: 0px 0px 0px 3px;
  border-color: #f5f5f5;
}
.content p > a {
  border-bottom: 1px solid #000;
}
.content p > a:hover {
  border-bottom: 1px solid transparent;
}
/**
 * Swiper 11.1.15
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 18, 2024
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, 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");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide {
  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 {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  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 {
  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: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}
.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}
:root {
  --swiper-navigation-size: 44px;
}
.swiper-button-next, .swiper-button-prev {
  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: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}
.swiper-button-next svg, .swiper-button-prev svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}
.swiper-rtl .swiper-button-next svg, .swiper-rtl .swiper-button-prev svg {
  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;
}
.swiper-button-next:after, .swiper-button-prev: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";
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}
.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}
.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper.swiper-cube {
  overflow: visible;
}
.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper.swiper-flip {
  overflow: visible;
}
.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}
.swiper.swiper-cards {
  overflow: visible;
}
.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}
.control {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.control__arrow-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.control__arrow {
  cursor: pointer;
  font-size: 2.5625rem;
}
.control__arrow_prev {
  transform: rotate(180deg);
}
.site-header__inner {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 100;
  transition: all 0.5s ease;
  display: flex;
  justify-content: center;
  padding: 1.875rem 0 0;
}
.site-header__nav {
  background: rgba(0, 0, 0, 0.3);
  transition: all 2s ease;
  backdrop-filter: blur(4px);
}
.site-header ul {
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 1.25rem;
}
.site-header ul li a {
  font-size: 1rem;
  line-height: 1;
  display: flex;
  align-items: center;
  height: 3.125rem;
  text-transform: uppercase;
}
.site-header ul li a.active, .site-header ul li a:hover {
  color: #da5538;
}
.menu-toggle {
  display: none;
}
.site-footer {
  background: #000;
  color: #fff;
  position: relative;
}
.site-footer__bg {
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-100%);
}
.site-footer__inner {
  width: 100%;
  max-width: 100rem;
  padding: 3.125rem 1.25rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.875rem;
}
.site-footer__info {
  flex: 0 1 60rem;
  line-height: 1.2;
}
.site-footer__text {
  font-size: calc(20px + 6 * ((100vw - 320px) / 1600));
}
.site-footer__phones {
  margin-top: 1.875rem;
}
.site-footer__phones a {
  font-size: calc(26px + 10 * ((100vw - 320px) / 1600));
}
.page-home__hero {
  padding: 6.25rem 1.25rem;
}
.page-home__contacts {
  padding: 2.8125rem 0 17.5rem;
}
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-attachment: fixed;
  background-position: center bottom;
  background-repeat: no-repeat;
}
.hero__bg-img {
  height: 100%;
  width: 75%;
  left: 0;
  bottom: 0;
  transform: translateX(-15%);
}
.hero__bg-img img {
  object-fit: scale-down;
  object-position: left bottom;
}
.hero__content {
  position: relative;
  display: flex;
  flex-direction: column;
  row-gap: calc(30px + 50 * ((100vw - 320px) / 1600));
  align-items: center;
  text-align: center;
  margin-left: 30%;
}
.hero__content h1 {
  color: #ff5e00;
  font-family: "Oswald", sans-serif;
  text-transform: none;
  line-height: 1.1;
  text-transform: uppercase;
}
.hero__subtitle {
  font-size: calc(20px + 14 * ((100vw - 320px) / 1600));
  text-transform: uppercase;
  font-weight: 600;
}
.hero__slogan {
  max-width: 30.625rem;
}
.about__content {
  max-width: 53.125rem;
  margin-left: auto;
}
.about__intro {
  font-size: calc(20px + 12 * ((100vw - 320px) / 1600));
  text-transform: uppercase;
}
.about__text {
  margin-top: calc(50px + 55 * ((100vw - 320px) / 1600));
  font-size: calc(18px + 6 * ((100vw - 320px) / 1600));
  line-height: 125%;
}
.about__text *:not(:last-child) {
  margin-bottom: calc(50px + 55 * ((100vw - 320px) / 1600));
}
.about__text * {
  max-width: 37.5rem;
}
.about__text *:nth-child(2n + 1) {
  margin-left: auto;
}
.services__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: calc(30px + 95 * ((100vw - 320px) / 1600));
}
.services__item {
  position: relative;
}
.services__item:nth-child(1) {
  margin-left: auto;
}
.services__item:nth-child(1) img {
  max-width: 20.625rem;
}
.services__item:nth-child(1) p {
  color: #fff;
}
.services__item:nth-child(2) {
  transform: translateY(-50%);
  margin-bottom: -19%;
}
.services__item:nth-child(2) img {
  max-width: 40rem;
}
.services__item:nth-child(3) {
  margin-left: 45%;
}
.services__item:nth-child(3) img {
  max-width: 42.5rem;
}
.services__item:nth-child(4) {
  margin-left: 15%;
}
.services__item:nth-child(4) img {
  max-width: 30.625rem;
}
.services__item:nth-child(4) p {
  left: auto;
  right: 0;
  transform: translate(90%, -50%);
}
.services__item p {
  font-size: calc(20px + 20 * ((100vw - 320px) / 1600));
  line-height: 115%;
  text-transform: uppercase;
  color: #da5538;
  font-weight: 600;
  position: absolute;
  bottom: 0;
  left: 1.875rem;
  transform: translateY(50%);
}
.services__item img {
  display: block;
  width: 100%;
}
.principles__list {
  display: flex;
  flex-direction: column;
  row-gap: calc(30px + 20 * ((100vw - 320px) / 1600));
  counter-reset: item;
}
.principles__list li {
  width: 75%;
  position: relative;
  display: flex;
  align-items: center;
  column-gap: calc(20px + 10 * ((100vw - 320px) / 1600));
}
.principles__list li:nth-child(2n) {
  margin-left: auto;
}
.principles__list li::before {
  counter-increment: item;
  content: counter(item, decimal-leading-zero);
  font-weight: 400;
  font-size: calc(50px + 105 * ((100vw - 320px) / 1600));
  line-height: 140%;
  text-transform: uppercase;
  opacity: 0.15;
}
.principles__text h3 {
  line-height: 140%;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  font-weight: 400;
}
.principles__text div {
  font-size: calc(14px + 4 * ((100vw - 320px) / 1600));
  line-height: 150%;
}
.principles__note {
  font-style: italic;
  font-size: calc(20px + 10 * ((100vw - 320px) / 1600));
  letter-spacing: -0.03em;
  text-transform: uppercase;
  text-align: center;
  color: #da5538;
  margin-top: calc(30px + 20 * ((100vw - 320px) / 1600));
}
.offers__list {
  margin-top: 2.5rem;
}
.offers-item {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}
.offers-item__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  filter: blur(5px);
}
.offers-item__content {
  position: relative;
  width: 50%;
  margin-left: auto;
  padding: calc(50px + 75 * ((100vw - 320px) / 1600)) 1.25rem;
  display: flex;
  flex-direction: column;
  row-gap: 1.25rem;
}
.offers-item__img {
  width: 28.125rem;
  height: 18.75rem;
}
.offers-item__text {
  max-width: 39.375rem;
  width: 100%;
}
.contacts {
  position: relative;
  min-height: 100vh;
}
.contacts__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-attachment: fixed;
  background-position: center bottom;
  background-repeat: no-repeat;
}
.contacts__container {
  position: relative;
  z-index: 1;
}
.contacts__map p a {
  text-decoration: underline;
}
.contacts__map p a:hover {
  text-decoration: none;
}
.contacts__map iframe {
  margin-top: 1rem;
}
.contacts__address {
  font-weight: 700;
  font-size: calc(18px + 10 * ((100vw - 320px) / 1600));
  margin-top: 1em;
  line-height: 168%;
  color: #da5538;
  text-align: center;
}
body.error404 {
  background: url(images/404_bg.jpg) no-repeat center / cover;
}
body.error404 .site-header, body.error404 .site-footer {
  display: none;
}
._webp body.error404 {
  background: url(images/404_bg.webp) no-repeat center / cover;
}
.page-404 {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  gap: calc(20px + 30 * ((100vw - 320px) / 1600));
}
.page-404__text {
  color: #fffaf5;
}
.page-404__link {
  position: relative;
  z-index: 1;
}
.page-404__link a {
  display: flex;
  background: #fffaf5;
  border-radius: 2em;
  height: 3.125em;
  font-size: calc(12px + 4 * ((100vw - 320px) / 1600));
  align-items: center;
  padding: 0 3.125em;
  color: #000;
}
.page-404__link a:hover {
  filter: opacity(0.8);
}
.page-thanks__content {
  display: flex;
  flex-direction: column;
  gap: 75px;
  padding: 105px 0;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.page-thanks__content .h3 {
  line-height: 1.6;
  color: #fff;
}
.page-thanks__content a {
  width: 13.125rem;
}
@media (max-width: 1599px) {
  .site {
    overflow-x: hidden;
  }
}
@media (max-width: 1279px) {
  .gallery-columns-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .gallery-columns-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .gallery-columns-5, .gallery-columns-6, .gallery-columns-7, .gallery-columns-8, .gallery-columns-9 {
    grid-template-columns: repeat(4, 1fr);
  }
  .site-footer__inner {
    flex-direction: column;
    padding: 0 1.25rem 1.875rem;
  }
  .site-footer__info {
    text-align: center;
    flex: 1 1 auto;
  }
  .offers-item__content {
    width: 100%;
  }
  .site-footer__text br {
    display: none;
  }
  .services__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }
  .services__item:nth-child(1) {
    margin-left: 0;
    order: 2;
    padding-top: 150%;
  }
  .services__item:nth-child(2) {
    transform: none;
    margin-bottom: 0;
    order: 1;
    grid-column: span 2;
    padding-top: 70.25%;
  }
  .services__item:nth-child(3) {
    margin-left: 0;
    order: 4;
    grid-column: span 2;
    padding-top: 70.25%;
  }
  .services__item:nth-child(4) {
    margin-left: 0;
    order: 3;
    padding-top: 150%;
  }
  .services__item:nth-child(4) p {
    left: 0;
    right: auto;
  }
  .services__item {
    position: relative;
  }
  .services__item img {
    max-width: none !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .services__item p {
    transform: none;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    color: #fff !important;
    padding: 0.625rem;
    width: 100%;
    transform: none !important;
  }
  .services__item p br {
    display: none;
  }
}
@media (max-width: 1023px) {
  .gallery-columns-4, .gallery-columns-5, .gallery-columns-6, .gallery-columns-7, .gallery-columns-8, .gallery-columns-9 {
    grid-template-columns: repeat(3, 1fr);
  }
  .site-header__container {
    position: relative;
    width: 100%;
  }
  .site-header__nav {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    opacity: 0;
    z-index: -100;
    display: none;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    transition: all 0.5s ease;
    backdrop-filter: blur(1.5rem) !important;
    background: rgba(0, 0, 0, 0.75) !important;
    padding: 50px;
  }
  .site-header ul {
    display: block;
  }
  .site-header ul li:not(:last-child) {
    margin-bottom: 30px;
  }
  .site-header ul li a {
    font-size: 20px;
    height: auto;
    text-transform: uppercase;
    font-weight: 300;
    text-align: center;
    display: block;
  }
  .site-header ul li a::before {
    display: none;
  }
  .site-header__menu-toggle {
    padding: 10px;
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(3.125rem);
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 101;
  }
  .menu-toggle button {
    display: block;
    position: relative;
    width: 28px;
    height: 20px;
    background: none;
    border: none;
    padding: 0;
  }
  .menu-toggle button span {
    width: 100%;
    height: 2px;
    background: #fffaf5;
    display: block;
    left: 0;
    position: absolute;
    transition: all 0.5s ease;
  }
  .menu-toggle button span:nth-child(1) {
    top: 0;
  }
  .menu-toggle button span:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
  }
  .menu-toggle button span:nth-child(3) {
    bottom: 0;
  }
  .hidden-menu-active {
    overflow: hidden;
  }
  .hidden-menu-active .site-header__nav {
    opacity: 1;
    z-index: 100;
    display: flex;
  }
  .hidden-menu-active .menu-toggle button span:nth-child(1) {
    transform: rotate(45deg) translate(7px, 7px);
  }
  .hidden-menu-active .menu-toggle button span:nth-child(2) {
    transform: rotate(-45deg) translate(0, 0);
  }
  .hidden-menu-active .menu-toggle button span:nth-child(3) {
    display: none;
  }
  .scroll .site-header__inner {
    padding-top: 1.875rem;
  }
}
@media (max-width: 767px) {
  .gallery-columns-3, .gallery-columns-4, .gallery-columns-5, .gallery-columns-6, .gallery-columns-7, .gallery-columns-8, .gallery-columns-9 {
    grid-template-columns: repeat(2, 1fr);
  }
  .hero__content {
    margin-left: 0;
  }
}
@media (max-width: 599px) {
  .gallery-columns-2, .gallery-columns-3, .gallery-columns-4, .gallery-columns-5, .gallery-columns-6, .gallery-columns-7, .gallery-columns-8, .gallery-columns-9 {
    grid-template-columns: 1fr;
  }
  .site-footer__phones a {
    display: block;
    line-height: 1.8;
  }
  .site-footer__phones span {
    display: none;
  }
  .offers-item__img {
    width: 100%;
    height: auto;
    padding-top: 66%;
  }
  .offers-item {
    display: flex;
    align-items: center;
  }
  .principles__list li {
    width: 100%;
    align-items: flex-start;
    flex-direction: column;
  }
  .principles__list li br {
    display: none;
  }
  .services__list {
    gap: 0.625rem;
  }
  .services__item p {
    font-weight: 400;
    font-size: 0.75rem;
  }
}
