/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/
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%;
  vertical-align: baseline;
}

h2 {
  font-weight: 500;
}

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style-position: inside;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
button,
input,
select,
textarea {
  color: #222;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

.fancybox-navigation {
  position: static;
}

* {
  box-sizing: border-box;
  position: relative;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

section {
  overflow: hidden;
}

body.show-menu .mobile-navigation {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 980;
  opacity: 1;
  visibility: visible;
}

#secure-field {
  display: none;
}

.message {
  display: block;
  margin: 0 0 20px 0;
  font-size: 16px;
  line-height: 20px;
  font-weight: 200;
  background: #6da743;
  color: #fff;
  padding: 10px;
  width: 100%;
  text-align: center;
  max-width: 100%;
}
.message.notice {
  background: #6da743;
}
.message.error {
  background: #de7c7c;
}

/**
 * Swiper 6.4.10
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 29, 2021
 */
@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") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

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

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

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

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

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

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

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

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

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

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

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

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

.swiper-container-3d {
  perspective: 1200px;
}

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

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

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

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

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

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

.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

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

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

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

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

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * 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:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

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

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

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

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

.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
  --swiper-navigation-color:#ffffff;
}

.swiper-button-next.swiper-button-black, .swiper-button-prev.swiper-button-black {
  --swiper-navigation-color:#000000;
}

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

.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-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  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: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: 0.2;
}

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

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

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

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

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

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

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

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

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

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

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

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

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

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

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

.swiper-pagination-white {
  --swiper-pagination-color:#ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color:#000000;
}

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

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

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

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

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

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

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

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

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

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

.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%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

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

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

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

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

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-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-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

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

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

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

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

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

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

.swiper-container-flip {
  overflow: visible;
}

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

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

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

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

:root {
  --main-page-content-max-width: 1400px;
}

.mobile-navigation {
  position: fixed;
  z-index: 1001;
  width: 300px;
  height: 100vh;
  font-size: 1.15em;
  -webkit-transform: translate3d(300px, 0, 0);
  transform: translate3d(300px, 0, 0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  background: #ebecf0;
  padding: 2em 1em;
  right: 0;
  top: 0;
  left: initial;
  border-left: 1px solid transparent;
  display: flex;
  flex-direction: column;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}
.mobile-navigation .close-button {
  width: 16px;
  height: 16px;
  position: absolute;
  right: 1em;
  top: 1em;
  overflow: hidden;
  text-indent: 16px;
  border: none;
  z-index: 1001;
  background: transparent;
  color: transparent;
  -webkit-appearance: button;
  cursor: pointer;
}
.mobile-navigation .close-button::before, .mobile-navigation .close-button::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  left: 50%;
  background: #95a5a6;
}
.mobile-navigation .close-button::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mobile-navigation .close-button::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.mobile-navigation-socials {
  width: 100%;
  margin: auto 0 120px 0;
}
.mobile-navigation-socials a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.mobile-navigation-socials a span {
  font-size: 30px;
  line-height: 40px;
  color: #f13f6d;
  font-weight: 600;
  font-family: "Gantari", sans-serif;
  letter-spacing: 0;
}
.mobile-navigation-socials a img {
  width: 28px;
  height: 48px;
  display: block;
}
.mobile-navigation-socials a.facebook img {
  margin: 0 0 0 20px;
}
.mobile-navigation-socials a.instagram img {
  margin: 0 20px 0 0;
}
.mobile-navigation nav {
  width: 100%;
  height: auto;
}
.mobile-navigation nav a {
  color: #f13f6d;
  display: block;
  padding: 8px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 20px;
  text-decoration: none;
}
.mobile-navigation nav a:hover {
  color: #f13f6d;
}
.mobile-navigation nav .has-sub {
  padding: 0.8em;
}
.mobile-navigation nav .has-sub ul {
  list-style: none;
  margin: 10px 0 0;
}
.mobile-navigation nav .has-sub ul li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.mobile-navigation nav .has-sub ul li a img {
  width: 40px;
  height: 20px;
  object-fit: contain;
  object-position: left center;
}
.mobile-navigation-overlay {
  position: fixed;
  z-index: 900;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: none;
  cursor: pointer;
}

html.request-form,
body.request-form {
  overflow: hidden;
}

body {
  font-family: "Gantari", sans-serif;
  background: #fff;
}
body .page-content {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
body.show-menu .content-wrapper {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
body.show-menu .mobile-navigation {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
body.show-menu .mobile-navigation-overlay {
  display: block;
}

.hidden {
  display: none !important;
}

.content-wrapper {
  max-width: 1920px;
  margin: 0 auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}

.mobile-hamburger {
  border: none;
  background: transparent;
  cursor: pointer;
  display: none;
  margin: 0 0 0 auto;
}
.mobile-hamburger img {
  width: 30px;
  height: 25px;
  object-fit: contain;
  object-position: center;
}

@media (max-width: 500px) {
  .mobile-hamburger {
    display: block;
  }
}
header {
  width: 100%;
  height: 94px;
  background: transparent;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 200;
}
header .wrapper {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
}
header .wrapper .logo:hover {
  opacity: 0.7;
}
header .wrapper nav {
  margin: 0 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}
header .wrapper nav a {
  color: #FFFFFF;
  font-family: "Gantari", sans-serif;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 22px;
  text-align: right;
}
header .wrapper nav a.offer {
  color: #FFFFFF;
  font-family: "Gantari", sans-serif;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 22px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 2px;
  background-color: #F13F6D;
  padding: 6px 16px;
  cursor: pointer;
  text-decoration: none;
}
header .wrapper nav a.offer:hover {
  background-color: #ec114a;
}

@media (max-width: 1400px) {
  header .wrapper {
    max-width: calc(100% - 40px);
  }
}
@media (max-width: 768px) {
  header .wrapper .logo {
    width: 140px;
  }
  header .wrapper .logo img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
  header .wrapper nav a {
    font-size: 14px;
    line-height: 18px;
  }
  header .wrapper nav a.offer {
    font-size: 16px;
    line-height: 18px;
  }
}
@media (max-width: 550px) {
  header {
    height: 74px;
  }
  header .wrapper nav {
    gap: 14px;
  }
}
@media (max-width: 500px) {
  header {
    height: 44px;
  }
  header .wrapper {
    max-width: calc(100% - 20px);
  }
  header .wrapper .logo {
    width: 110px;
  }
  header .wrapper nav {
    display: none;
  }
}
footer {
  width: 100%;
  background-color: #F13F6D;
  padding: 68px 0 18px 0;
}
footer .wrapper {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
}
footer .wrapper .footer-middle {
  padding: 0 0 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .wrapper .footer-middle-column address {
  color: #520484;
  font-family: "Gantari", sans-serif;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 22px;
  font-style: normal;
  padding: 40px 0;
}
footer .wrapper .footer-middle-column address span,
footer .wrapper .footer-middle-column address strong {
  display: block;
}
footer .wrapper .footer-middle-column address strong {
  font-weight: 600;
}
footer .wrapper .footer-middle-column.links a {
  color: #520484;
  font-family: "Gantari", sans-serif;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 29px;
  display: block;
  font-weight: 600;
}
footer .wrapper .footer-middle-column.socials {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 40px;
}
footer .wrapper .footer-middle-column.socials a img {
  display: block;
  width: 40px;
  height: 40px;
  object-fit: contain;
  object-position: center bottom;
}
footer .wrapper .footer-middle-column.socials a:hover img {
  opacity: 0.7;
}
footer .wrapper .copyright {
  width: 100%;
  padding: 18px 0 0 0;
  border-top: 1px solid #520484;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .wrapper .copyright span {
  color: #520484;
  font-family: "Gantari", sans-serif;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 14px;
}
footer .wrapper .copyright a {
  color: #520484;
  font-family: "Gantari", sans-serif;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 14px;
  text-align: right;
}

@media (max-width: 1400px) {
  footer {
    padding: 40px 0 18px;
  }
  footer .wrapper {
    max-width: calc(100% - 40px);
  }
}
@media (max-width: 600px) {
  footer .wrapper .footer-middle {
    flex-direction: column;
  }
  footer .wrapper .footer-middle-column.links {
    text-align: center;
  }
  footer .wrapper .footer-middle-column address {
    text-align: center;
  }
}
@media (max-width: 360px) {
  footer .wrapper .copyright {
    flex-direction: column;
    gap: 8px;
  }
}
.security-trusted {
  position: fixed;
  bottom: 40vh;
  right: 0;
  z-index: 150;
}

.index-heading {
  width: 100%;
  height: 840px;
  background: url(../../images/svg/header-background.svg) repeat-x;
  background-position: left;
  background-size: cover;
  z-index: 50;
}
.index-heading .wrapper {
  max-width: 1360px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 94px 0 50px 0;
}
.index-heading .wrapper .controls {
  position: absolute;
  right: 20px;
  bottom: 140px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  z-index: 50;
}
.index-heading .wrapper .controls .swiper-button-prev,
.index-heading .wrapper .controls .swiper-button-next {
  position: relative;
  left: initial;
  right: initial;
  top: initial;
  bottom: initial;
  margin: initial;
  width: auto;
  height: auto;
}
.index-heading .wrapper .controls .swiper-button-prev::after,
.index-heading .wrapper .controls .swiper-button-next::after {
  display: none;
}
.index-heading .wrapper .controls .swiper-button-prev:hover,
.index-heading .wrapper .controls .swiper-button-next:hover {
  opacity: 0.7;
}
.index-heading .wrapper .controls .current {
  color: rgba(241, 63, 109, 0);
  font-family: "Gantari", sans-serif;
  font-size: 40px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 30px;
  text-align: center;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
}

.swiper-container.door {
  width: 100%;
  max-width: 300px;
  z-index: 50;
}

.slide-content {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 50px 0 30px 0;
}
.slide-content .left-content {
  padding: 32px 0 0 0;
  width: 100%;
  max-width: 1036px;
  z-index: 50;
}
.slide-content .left-content span,
.slide-content .left-content strong {
  color: #FFFFFF;
  font-family: "Gantari", sans-serif;
  font-size: 90px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 108px;
  display: block;
}
.slide-content .left-content strong {
  color: #F13F6D;
  text-transform: uppercase;
}
.slide-content .left-content a.offer {
  height: 66px;
  width: 260px;
  color: #FFFFFF;
  font-family: "Gantari", sans-serif;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 22px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  background-color: #F13F6D;
  text-transform: uppercase;
  text-decoration: none;
  margin: 40px 0 0 0;
}
.slide-content .left-content a.offer:hover {
  background-color: #ec114a;
}
.slide-content .right-content {
  transform: translateX(-100px);
  z-index: 25;
}
.slide-content .right-content img {
  z-index: 50;
  object-fit: cover;
}
.slide-content .right-content::after {
  content: "";
  display: block;
  background: url(../../images/svg/pictogram.svg) no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  width: 396px;
  height: 760px;
  top: -120px;
  left: -70px;
  z-index: 25;
}

@media (max-width: 1500px) {
  .slide-content .left-content strong,
.slide-content .left-content span {
    font-size: 70px;
    line-height: 80px;
  }
}
@media (max-width: 1440px) {
  .index-heading .wrapper {
    max-width: 1110px;
  }

  .slide-content .left-content {
    max-width: 850px;
  }
}
@media (max-width: 1400px) {
  .slide-content {
    max-width: calc(100% - 80px);
    margin: 50px auto 0 auto;
  }
}
@media (max-width: 1300px) {
  .security-trusted {
    display: none;
  }
}
@media (max-width: 1260px) {
  .index-heading {
    background-position: 120%;
  }

  .slide-content .left-content strong,
.slide-content .left-content span {
    font-size: 60px;
  }
}
@media (max-width: 1150px) {
  .slide-content {
    justify-content: space-between;
  }
  .slide-content .left-content {
    max-width: 670px;
  }
}
@media (max-width: 1023px) {
  .index-heading {
    height: 730px;
  }
  .index-heading .wrapper .controls {
    bottom: 30px;
  }

  .slide-content {
    align-items: center;
  }
  .slide-content .left-content {
    padding: 0 0 40px 0;
  }
  .slide-content .left-content span,
.slide-content .left-content strong {
    font-size: 40px;
    line-height: 52px;
  }
}
@media (max-width: 800px) {
  .index-heading {
    height: auto;
  }

  .slide-content .right-content {
    transform: translateX(-20px);
  }
  .slide-content .right-content img {
    width: 260px;
    height: auto;
  }
  .slide-content .right-content::after {
    width: 296px;
    height: 660px;
    top: -100px;
    left: -30px;
  }
}
@media (max-width: 680px) {
  .slide-content {
    max-width: calc(100% - 40px);
    margin: 20px auto 0;
  }
  .slide-content .left-content span,
.slide-content .left-content strong {
    font-size: 32px;
    line-height: 46px;
  }

  .index-heading .wrapper {
    padding: 94px 0 0 0;
  }
}
@media (max-width: 580px) {
  .slide-content .left-content a.offer {
    width: auto;
  }
  .slide-content .right-content {
    transform: translateX(20px);
  }
  .slide-content .right-content img {
    width: 200px;
  }
  .slide-content .right-content::after {
    width: 216px;
    height: 590px;
    top: -100px;
    left: -30px;
  }

  .index-heading .wrapper .controls {
    right: 45px;
    flex-direction: row;
    bottom: 10px;
  }
  .index-heading .wrapper .controls .swiper-button-next img,
.index-heading .wrapper .controls .swiper-button-prev img {
    width: 24px;
    height: auto;
  }
  .index-heading .wrapper .controls .current {
    font-size: 24px;
    line-height: 22px;
  }
  .index-heading .security-trusted img {
    width: 80px;
    height: auto;
    object-fit: contain;
    object-position: center;
  }
}
@media (max-width: 500px) {
  .index-heading {
    overflow: hidden;
    background: linear-gradient(185deg, #520484 0%, #F13F6D 100%);
  }
  .index-heading .wrapper {
    padding: 54px 0 0;
  }
  .index-heading .wrapper .swiper-container.door {
    margin: -30px 0 0 0;
  }
  .index-heading .wrapper .controls {
    flex-direction: column;
    right: 20px;
    bottom: initial;
    top: 190px;
    gap: 18px;
  }
  .index-heading .wrapper .controls .current {
    font-size: 20px;
  }
  .index-heading .wrapper .controls .current::after {
    content: "";
    display: block;
    width: 80px;
    height: 65px;
    position: absolute;
    background: url(../../images/svg/shadow.svg) no-repeat;
    background-size: contain;
    background-position: center;
    top: -20px;
    left: -30px;
  }
  .index-heading .security-trusted {
    bottom: initial;
    top: 310px;
    z-index: 50;
  }
  .index-heading .security-trusted img {
    width: 120px;
  }

  .slide-content {
    flex-direction: column-reverse;
  }
  .slide-content .right-content img {
    padding: 20px 0 0 0;
  }
  .slide-content .left-content {
    margin: -95px 0 0 0;
    padding: 0 0 20px;
  }
  .slide-content .left-content span,
.slide-content .left-content strong {
    font-size: 40px;
    line-height: 48px;
  }
  .slide-content .left-content span {
    margin: 10px 0 0 0;
  }
  .slide-content .left-content a.offer {
    margin: 20px auto 0 auto;
    max-width: 250px;
  }
  .slide-content .left-content::after {
    width: 266px;
    height: 650px;
    top: -120px;
    left: -20px;
  }
}
@media (max-width: 420px) {
  .slide-content .right-content::after {
    top: -120px;
    left: -10px;
  }
  .slide-content .left-content span,
.slide-content .left-content strong {
    font-size: 34px;
    line-height: 42px;
  }
}
@media (max-width: 400px) {
  .security-trusted {
    bottom: 50px;
  }
  .security-trusted img {
    width: 100px;
    height: auto;
  }

  .index-heading {
    background-position: 110%;
  }
}
@media (max-width: 370px) {
  .slide-content .left-content a.offer {
    max-width: 220px;
  }
}
section.features {
  width: 100%;
  overflow: initial;
  height: 750px;
  padding: 100px 20px;
}
section.features h2,
section.features .features-list {
  z-index: 50;
}
section.features h2 {
  color: #520484;
  font-family: "Gantari", sans-serif;
  font-size: 52px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 62px;
  text-align: center;
  margin: 0 0 80px 0;
}
section.features .features-list {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 140px;
}
section.features .features-list strong {
  color: #F13F6D;
  font-family: "Gantari", sans-serif;
  font-size: 30px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 36px;
  text-align: center;
  display: block;
  margin: 20px 0 0 0;
  width: 100%;
}
section.features .features-block .wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
section.features .features-block .wrapper img.front {
  position: absolute;
  animation: rotation-type2 20s infinite ease-in-out;
}
section.features .features-block .wrapper img.front.type-2 {
  animation: rotation 25s infinite ease-in-out;
}
section.features .features-block .wrapper img.back {
  animation: rotation 20s infinite ease-in-out;
}
section.features .features-block .wrapper img.back.type-2 {
  animation: rotation-type2 15s infinite ease-in-out;
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
@keyframes rotation-type2 {
  from {
    transform: rotate(359deg);
  }
  to {
    transform: rotate(0deg);
  }
}
section.features .features-block .wrapper::before {
  content: "";
  position: absolute;
  z-index: 70;
}
section.features .features-block.security .wrapper::before {
  height: 48px;
  width: 42px;
  background: url(../../images/svg/security.svg) no-repeat;
  background-size: contain;
  background-position: center;
}
section.features .features-block.design .wrapper::before {
  height: 48px;
  width: 48px;
  background: url(../../images/svg/design.svg) no-repeat;
  background-size: contain;
  background-position: center;
}
section.features .features-block.price .wrapper::before {
  height: 48px;
  width: 48px;
  background: url(../../images/svg/price.svg) no-repeat;
  background-size: contain;
  background-position: center;
}
section.features::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: calc(100% + 15.625vw);
  left: 0;
  top: -15.625vw;
  background: url(../../images/svg/patterns.svg) repeat;
  background-size: 50%;
  background-position: center;
  z-index: 25;
}

@media (max-width: 1180px) {
  section.features {
    height: 650px;
  }
  section.features .features-list {
    gap: 100px;
  }
}
@media (max-width: 900px) {
  section.features {
    height: 600px;
  }
  section.features h2 {
    font-size: 42px;
    line-height: 54px;
    margin: 0 0 60px;
  }
  section.features .features-list {
    gap: 60px;
  }
  section.features .features-list strong {
    font-size: 24px;
    line-height: 30px;
  }
  section.features .features-block .wrapper img {
    width: 80%;
  }
  section.features .features-block.security .wrapper::before {
    height: 38px;
    width: 32px;
  }
  section.features .features-block.price .wrapper::before, section.features .features-block.design .wrapper::before {
    height: 38px;
    width: 38px;
  }
}
@media (max-width: 768px) {
  section.features {
    height: auto;
    padding: 70px 20px;
  }
  section.features .features-list {
    gap: 20px;
  }
  section.features .features-list strong {
    font-size: 20px;
    line-height: 26px;
  }
  section.features .features-block .wrapper img {
    width: 60%;
    height: auto;
  }
  section.features .features-block.security .wrapper::before {
    height: 28px;
    width: 22px;
  }
  section.features .features-block.price .wrapper::before, section.features .features-block.design .wrapper::before {
    height: 28px;
    width: 28px;
  }
}
@media (max-width: 550px) {
  section.features .features-list {
    flex-wrap: wrap;
  }
}
@media (max-width: 450px) {
  section.features h2 {
    font-size: 32px;
    line-height: 44px;
  }
  section.features .features-block {
    width: 160px;
  }
}
@media (max-width: 420px) {
  section.features {
    padding: 30px 20px;
  }
  section.features .features-list {
    gap: 30px;
    flex-direction: column;
    align-items: center;
  }
  section.features .features-block .wrapper img {
    width: 100%;
  }
  section.features .features-block.security .wrapper::before {
    height: 48px;
    width: 42px;
  }
  section.features .features-block.design .wrapper::before, section.features .features-block.price .wrapper::before {
    height: 48px;
    width: 48px;
  }
  section.features::after {
    background-size: 100%;
  }
}
.door-info {
  width: 100%;
  padding: 60px 20px;
  background: #fff;
}
.door-info .wrapper {
  max-width: 1360px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 90px;
}
.door-info .left-description {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}
.door-info .left-description > div {
  max-width: 450px;
  color: #520484;
  font-family: "Gantari", sans-serif;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 22px;
}
.door-info .left-description > div strong {
  color: #520484;
  font-family: "Gantari", sans-serif;
  font-size: 38px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 46px;
  display: block;
  margin: 0 0 40px 0;
}
.door-info .left-description > div strong span {
  display: block;
  color: #F13F6D;
}
.door-info .left-description > div p {
  margin: 0 0 20px 0;
}
.door-info .left-description > div p:last-child {
  margin: 0;
}
.door-info .right-list div {
  color: #520484;
  font-family: "Gantari", sans-serif;
  font-size: 38px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 46px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}
.door-info .right-list div span,
.door-info .right-list div strong {
  display: block;
  max-width: 330px;
}
.door-info .right-list div span {
  color: #F13F6D;
}
.door-info .right-list div.revert {
  flex-direction: row-reverse;
}
.door-info .right-list div.last {
  justify-content: flex-end;
}
.door-info .right-list div.last strong {
  max-width: 220px;
}

@media (max-width: 1330px) {
  .door-info .wrapper {
    gap: 35px;
  }
}
@media (max-width: 1220px) {
  .door-info .wrapper {
    flex-direction: column;
  }
  .door-info .right-list,
.door-info .left-description {
    margin: 0 auto;
  }
}
@media (max-width: 650px) {
  .door-info .right-list div {
    font-size: 30px;
    line-height: 36px;
  }
}
@media (max-width: 600px) {
  .door-info .left-description {
    flex-direction: column;
  }
  .door-info .left-description img {
    width: 100%;
    height: auto;
  }
  .door-info .left-description > div {
    max-width: 100%;
  }
}
@media (max-width: 580px) {
  .door-info .left-description > div {
    font-size: 16px;
    line-height: 20px;
  }
  .door-info .left-description > div strong {
    font-size: 26px;
    line-height: 32px;
    margin: 0 0 20px;
  }
  .door-info .right-list div {
    font-size: 24px;
    line-height: 32px;
  }
  .door-info .right-list div img {
    width: 200px;
    height: auto;
  }
}
@media (max-width: 450px) {
  .door-info .right-list div {
    font-size: 18px;
    line-height: 22px;
  }
  .door-info .right-list div img {
    width: 100px;
  }
  .door-info .right-list div > strong {
    max-width: calc(100% - 120px);
  }
  .door-info .right-list div.last strong {
    max-width: initial;
  }
}
@media (max-width: 420px) {
  .door-info .left-description img {
    height: 388px;
  }
  .door-info .right-list div {
    font-size: 26px;
    line-height: 32px;
    gap: 4px;
    flex-direction: column;
    text-align: center;
    margin: 0 0 10px 0;
  }
  .door-info .right-list div img {
    width: 100%;
    z-index: 50;
  }
  .door-info .right-list div picture::after {
    content: "";
    display: block;
    position: absolute;
    background: url(../../images/shadow.png) no-repeat;
    background-position: center;
    background-size: contain;
    left: -50px;
    width: 140%;
    height: 140%;
    top: -20%;
    opacity: 0.5;
  }
  .door-info .right-list div > strong {
    max-width: 100%;
  }
  .door-info .right-list div.revert {
    flex-direction: column;
  }
  .door-info .right-list div:last-child {
    margin: 0;
  }
  .door-info .left-description picture {
    position: absolute;
    left: -20px;
    top: -50px;
  }
  .door-info .left-description > div strong {
    padding: 0 0 0 120px;
  }
  .door-info .left-description > div p:first-of-type {
    padding: 0 0 0 120px;
  }
}
@media (max-width: 380px) {
  .door-info .left-description img {
    height: auto;
  }
}
section.colors {
  background: #f3f3f3;
  width: 100%;
  padding: 140px 20px;
}
section.colors > .label {
  display: none;
}
section.colors .wrapper {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  z-index: 50;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
section.colors .wrapper .image-decor:before {
  content: "";
  display: block;
  height: 780px;
  width: 416px;
  background: url(../../images/svg/pictogram.svg) no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: -72px;
  bottom: -74px;
}
section.colors .wrapper .color-content strong {
  color: #520484;
  font-family: "Gantari", sans-serif;
  font-size: 38px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 46px;
  display: block;
  margin: 20px 0 0 0;
}
section.colors .wrapper .color-content strong span {
  color: #F13F6D;
}
section.colors .wrapper .color-content ul {
  column-count: 2;
  column-gap: 80px;
  margin: 60px 0;
  color: #520484;
  font-family: "Gantari", sans-serif;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 22px;
}
section.colors .wrapper .color-content ul li {
  margin: 0 0 20px 0;
  text-transform: uppercase;
}
section.colors .wrapper .color-content > span {
  color: #520484;
  font-family: "Gantari", sans-serif;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 29px;
}
section.colors .left-decor {
  position: absolute;
  top: 0;
  z-index: 25;
  height: 100%;
  left: -50px;
}
section.colors .right-decor {
  position: absolute;
  right: 0;
  z-index: 25;
  width: 585px;
  height: 630px;
  bottom: -182px;
}

@media (max-width: 1180px) {
  section.colors .wrapper .color-content ul {
    margin: 40px 0;
  }
  section.colors .wrapper .color-content ul li {
    margin: 0 0 10px;
  }
  section.colors .right-decor {
    width: 485px;
    height: 530px;
  }
}
@media (max-width: 1024px) {
  section.colors .wrapper .color-content ul {
    column-gap: 10px;
  }
}
@media (max-width: 1023px) {
  section.colors .wrapper {
    flex-direction: column;
    gap: 80px;
  }
  section.colors .wrapper .image-decor {
    margin: 0 auto;
  }
  section.colors .wrapper .color-content {
    margin: 0 auto;
  }
}
@media (max-width: 720px) {
  section.colors {
    padding: 80px 20px 140px 20px;
  }
}
@media (max-width: 580px) {
  section.colors {
    padding: 40px 20px 40px;
  }
  section.colors .wrapper {
    gap: 20px;
  }
  section.colors .wrapper .image-decor {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  section.colors .wrapper .image-decor img {
    width: 70%;
    height: auto;
  }
  section.colors .wrapper .image-decor:before {
    display: none;
  }
  section.colors .right-decor {
    display: none;
  }
}
@media (max-width: 450px) {
  section.colors .wrapper .color-content strong {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 400px) {
  section.colors .wrapper .color-content {
    text-align: center;
  }
  section.colors .wrapper .color-content .label {
    width: 240px;
    height: auto;
    margin: 0 auto;
    display: block;
  }
  section.colors .wrapper .color-content ul {
    column-count: 1;
  }
}
@media (max-width: 420px) {
  section.colors > .label {
    display: block;
    z-index: 50;
    width: 100%;
    height: auto;
    margin: -10px 0 -60px 0;
  }
  section.colors .wrapper .image-decor img {
    width: 120%;
    left: 20px;
  }
  section.colors .wrapper .color-content {
    margin: -40px 0 0 0;
    text-align: left;
  }
  section.colors .wrapper .color-content ul {
    padding: 0 0 0 60px;
  }
  section.colors .wrapper .color-content strong {
    margin: 0;
  }
  section.colors .wrapper .color-content > img {
    display: none;
  }
}

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