

/* Start:/local/templates/.default/assets/css/libs.css?172218634436842*/
/*! 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 {
  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 */
  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 {
  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"] {
  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;
}

body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}
/**
 * Swiper 9.2.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: April 21, 2023
 */

@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}.swiper,swiper-container{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-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide,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,.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{transform-style:preserve-3d}.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,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-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-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-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,swiper-container: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:.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: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,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.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-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.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(.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(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.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, .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:.2s transform,.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:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,:host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.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,.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;-ms-touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(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,.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,swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.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-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-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-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-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
/* End */


/* Start:/local/templates/.default/assets/css/main.css?177359667283148*/
:root{--index:calc(1vw + 1vh);--fs-default:62.5%;--line-height:1.5;--container-width:1810px;--container-padding:30px;--font-default:"Ordina",sans-serif;--transition:cubic-bezier(0.445,0.050,0.550,0.950);--transition2:cubic-bezier(0.785,0.135,0.150,0.860);--transition3:cubic-bezier(0.715,-0.235,0.120,1.300);--bg-body:#e2d6bd;--color-text:#1a1a1a;--color-white:#fff;--color-black:#000;--color-gray:#1a1a1a;--color-gray2:#dfdfdf;--color-beige:#e2d6bd;--color-beigeRGBA40:hsla(41,39%,81%,.4);--color-beigeRGBA05:hsla(41,39%,81%,.05);--color-vermilion:#ff4b00;--color-vermilion2:#f60;--color-yellow:#fc0;--color-green:#009b32;--color-green2:#366;--color-greenRGBA48:rgba(51,102,102,.48);--color-blue:#3390ec}@media screen and (max-width:768px){:root{--container-padding:20px}}@font-face{font-display:swap;font-family:Ordina;font-style:normal;font-weight:300;src:url(/local/templates/.default/assets/css/../fonts/Ordina/Ordina-WideLight.woff2) format("woff2")}@font-face{font-display:swap;font-family:Ordina;font-style:normal;font-weight:400;src:url(/local/templates/.default/assets/css/../fonts/Ordina/Ordina-Wide.woff2) format("woff2")}@font-face{font-display:swap;font-family:Ordina;font-style:normal;font-weight:500;src:url(/local/templates/.default/assets/css/../fonts/Ordina/Ordina-WideMedium.woff2) format("woff2")}@font-face{font-display:swap;font-family:Ordina;font-style:normal;font-weight:600;src:url(/local/templates/.default/assets/css/../fonts/Ordina/Ordina-WideSemibold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Ordina;font-style:normal;font-weight:700;src:url(/local/templates/.default/assets/css/../fonts/Ordina/Ordina-WideBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Ordina;font-style:normal;font-weight:800;src:url(/local/templates/.default/assets/css/../fonts/Ordina/Ordina-WideExtrabold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Ordina;font-style:normal;font-weight:900;src:url(/local/templates/.default/assets/css/../fonts/Ordina/Ordina-WideHeavy.woff2) format("woff2")}*,:after,:before{box-sizing:border-box;margin:0;outline:none!important;padding:0}:where(ul,ol):where([class]){padding-left:0}:where(ul[class]){list-style:none}:where(blockquote,figure):where([class]),body{margin:0}:where(h1,h2,h3,h4,h5,h6,p,ul,ol,dl):where([class]){margin-block:0}:where(dd[class]){margin-left:0}:where(fieldset[class]){border:none;margin-left:0;padding:0}p{--paragraphMarginBottom:24px;margin-block:0}p:where(:not([class]):not(:last-child)){margin-bottom:var(--paragraphMarginBottom)}img{display:block;max-width:100%}a,button,input,select,textarea{font:inherit;outline:none!important}input:focus{outline:none}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{display:none}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{display:none}input:-webkit-autofill,input:-webkit-autofill:focus,input:-webkit-autofill:hover,select:-webkit-autofill,select:-webkit-autofill:focus,select:-webkit-autofill:hover,textarea:-webkit-autofill,textarea:-webkit-autofill:focus,textarea:-webkit-autofill:hover{-webkit-box-shadow:inset 0 0 0 1000px none;-webkit-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s}html{font-size:var(--fs-default);height:100%;scroll-behavior:smooth}body{line-height:var(--line-height);min-height:100%;min-width:320px}svg [fill]{fill:currentColor}svg [stroke]{stroke:currentColor}svg *{transition-property:fill,stroke}@media (prefers-reduced-motion:reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}}body{background:var(--bg-body);color:var(--color-text);font-family:var(--font-default);position:relative}body.no-scroll{overflow:hidden;padding-right:15px}@media screen and (max-width:992px){body.no-scroll{padding-right:0}}body._load .main-header,body._load .screen .container{opacity:1;pointer-events:all}body._home .main-header{transition:all .6s var(--transition) 3s}@media screen and (min-width:480px){.desctop-hidden{display:none!important}}@media screen and (max-width:480px){.mobile-hidden{display:none!important}}@media screen and (max-width:1280px){.laptop-hidden{display:none!important}}.visually-hidden{clip:rect(0 0 0 0);border:0;-webkit-clip-path:inset(100%);clip-path:inset(100%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.container{margin-inline:auto;max-width:calc(var(--container-width) + var(--container-padding)*2);padding-inline:var(--container-padding);width:100%}.section-gray{background:var(--bg-body);position:relative;z-index:2}.btn{background:var(--color-text);border:none;border-radius:28px;color:var(--color-white);cursor:pointer;display:inline-block;font-size:16px;font-weight:600;height:53px;line-height:45px;overflow:hidden;padding:0 30px;position:relative;text-decoration:none;text-transform:lowercase;transform:scale(1);transition:all .4s cubic-bezier(.4,0,.1,1);-webkit-user-select:none;-moz-user-select:none;user-select:none;will-change:transform}@media screen and (max-width:768px){.btn{font-size:14px;height:42px;line-height:36px;padding:0 24px}}@media (hover:hover){.btn:hover{background:var(--color-yellow);transform:scale(1.05)}.btn:hover span:first-child{filter:blur(1px);transform:translate3d(0,-100%,0)}.btn:hover span:nth-child(2){filter:blur(0);transform:translateZ(0)}}@media (hover:none){.btn:active{background:var(--color-yellow);transform:scale(1.05)}.btn:active span:first-child{filter:blur(1px);transform:translate3d(0,-100%,0)}.btn:active span:nth-child(2){filter:blur(0);transform:translateZ(0)}}@media (hover:hover){.btn.btn-green:hover{background:var(--color-green)}.btn.btn-green:hover span:nth-child(2){color:var(--color-white)}}@media (hover:none){.btn.btn-green:active{background:var(--color-green)}.btn.btn-green:active span:nth-child(2){color:var(--color-white)}}.btn span{display:block;height:53px;line-height:45px;position:relative;text-align:center;transition:color .4s,transform .4s cubic-bezier(.4,0,.1,1);z-index:3}@media screen and (max-width:768px){.btn span{height:42px;line-height:36px}}.btn span:nth-child(2){color:var(--color-text);color:var(--color-gray);filter:blur(1px);left:0;position:absolute;top:0;transform:translateY(110%);transform:translate3d(0,100%,0);width:100%}.btn-arrow{align-items:center;color:var(--color-text);display:inline-flex;font-size:16px;font-weight:500;gap:0 16px;overflow:hidden;padding-right:10px;position:relative;text-decoration:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.btn-arrow.btn-arrow__white{color:var(--color-gray2)}.btn-arrow.btn-arrow__white i{color:var(--color-beige)}@media (hover:hover){.btn-arrow:hover span:first-child{filter:blur(1px);transform:translate3d(0,-100%,0)}.btn-arrow:hover span:nth-child(2){filter:blur(0);transform:translateZ(0)}.btn-arrow:hover i svg:first-child{filter:blur(2px);transform:translate(200%,-200%)}.btn-arrow:hover i svg:nth-child(2){filter:blur(0);transform:translate(0)}}@media (hover:none){.btn-arrow:active span:first-child{filter:blur(1px);transform:translate3d(0,-100%,0)}.btn-arrow:active span:nth-child(2){filter:blur(0);transform:translateZ(0)}.btn-arrow:active i svg:first-child{filter:blur(2px);transform:translate(200%,-200%)}.btn-arrow:active i svg:nth-child(2){filter:blur(0);transform:translate(0)}}.btn-arrow span{display:inline-block;position:relative;transition:transform .4s cubic-bezier(.4,0,.1,1);z-index:3}.btn-arrow span:nth-child(2){filter:blur(1px);left:0;position:absolute;top:0;transform:translateY(110%);transform:translate3d(0,100%,0);width:100%}.btn-arrow i{display:block;height:12px;position:relative;top:2px;width:12px}.btn-arrow i svg{height:100%;left:0;position:absolute;top:0;transition:transform .4s cubic-bezier(.4,0,.1,1);width:100%}.btn-arrow i svg:nth-child(2){filter:blur(2px);transform:translate(-200%,200%)}.link-tg{color:var(--color-text);display:inline-block;font-size:14px;font-weight:500;position:relative;text-decoration:none;text-transform:lowercase;-webkit-user-select:none;-moz-user-select:none;user-select:none}.link-tg.link-tg__white{color:var(--color-gray2)}@media screen and (min-width:768px) and (max-height:800px){.link-tg{align-items:center;display:flex}}@media screen and (max-width:768px){.link-tg{align-items:center;display:flex}}@media (hover:hover){.link-tg:hover i svg{transition:all .2s cubic-bezier(.17,.67,.83,.67)}.link-tg:hover i svg:first-child{filter:blur(2px);opacity:0;transform:translate(170%,-170%)}.link-tg:hover i svg:nth-child(2){filter:blur(0);opacity:1;transform:translate(0)}.link-tg:hover i:before{opacity:1;transform:scale(1) translate(0);transition:all .2s cubic-bezier(.4,0,.1,1)}}@media (hover:none){.link-tg:active i svg{transition:all .2s cubic-bezier(.17,.67,.83,.67)}.link-tg:active i svg:first-child{filter:blur(2px);opacity:0;transform:translate(170%,-170%)}.link-tg:active i svg:nth-child(2){filter:blur(0);opacity:1;transform:translate(0)}.link-tg:active i:before{opacity:1;transform:scale(1) translate(0);transition:all .2s cubic-bezier(.4,0,.1,1)}}.link-tg i{background:var(--color-vermilion);border-radius:50%;color:var(--color-white);display:block;height:83px;margin-bottom:24px;overflow:hidden;position:relative;width:83px}@media screen and (min-width:768px) and (max-height:800px){.link-tg i{margin-bottom:0;margin-right:16px}}@media screen and (max-width:768px){.link-tg i{height:67px;margin-bottom:0;margin-right:16px;width:67px}}.link-tg i:before{background:var(--color-blue);border-radius:50%;content:"";height:100%;left:0;opacity:0;position:absolute;top:0;transform:scale(.4) translate(-100%,100%);transition:all .2s cubic-bezier(.4,0,.1,1);width:100%;will-change:all}.link-tg i svg{height:25px;left:50%;margin-left:-18px;margin-top:-12.5px;position:absolute;top:50%;transition:all .2s cubic-bezier(.17,.67,.83,.67);width:31px;z-index:2}.link-tg i svg:nth-child(2){filter:blur(2px);opacity:0;transform:translate(-170%,170%)}.social-btn{align-items:center;border:1px solid var(--color-white);border-radius:50%;color:var(--color-white);display:flex;height:83px;justify-content:center;overflow:hidden;position:relative;text-decoration:none;transition:all .3s var(--transition);width:83px}@media screen and (min-width:768px) and (max-height:800px){.social-btn{margin-bottom:0;margin-right:16px}}@media screen and (max-width:768px){.social-btn{height:67px;margin-bottom:0;margin-right:16px;width:67px}}@media (hover:hover){.social-btn:hover.social-btn__tg{background:var(--color-blue);border-color:transparent}.social-btn:hover.social-btn__ins{background:#f09433;background:linear-gradient(45deg,#f09433,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888);border-color:transparent;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#f09433",endColorstr="#bc1888",GradientType=1)}.social-btn:hover svg{transition:all .2s cubic-bezier(.17,.67,.83,.67)}.social-btn:hover svg:first-child{filter:blur(2px);opacity:0;transform:translate(170%,-120%)}.social-btn:hover svg:nth-child(2){filter:blur(0);opacity:1;transform:translate(-50%,-50%)}}@media (hover:none){.social-btn:active.social-btn__tg{background:var(--color-blue);border-color:transparent}.social-btn:active.social-btn__ins{background:#f09433;background:linear-gradient(45deg,#f09433,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888);border-color:transparent;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#f09433",endColorstr="#bc1888",GradientType=1)}.social-btn:active svg{transition:all .2s cubic-bezier(.17,.67,.83,.67)}.social-btn:active svg:first-child{filter:blur(2px);opacity:0;transform:translate(170%,-120%)}.social-btn:active svg:nth-child(2){filter:blur(0);opacity:1;transform:translate(-50%,-50%)}}.social-btn.social-btn__tg svg{height:25px;width:31px}.social-btn.social-btn__ins svg{height:33px;width:33px}.social-btn svg{pointer-events:none;transition:all .2s cubic-bezier(.17,.67,.83,.67);z-index:2}.social-btn svg:nth-child(2){filter:blur(2px);left:50%;opacity:0;position:absolute;top:50%;transform:translate(-170%,120%)}.form-popup{bottom:0;left:0;pointer-events:none;position:fixed;right:0;top:0;z-index:300}.form-popup._open{pointer-events:all}.form-popup._open .form-popup__title .form-popup__title-line span{transform:translateY(0);transition:all .6s cubic-bezier(.4,0,.1,1) .4s}.form-popup._open .form-popup__block,.form-popup._open .social{opacity:1;transform:translateY(0);transition:all .6s cubic-bezier(.4,0,.1,1) .7s}.form-popup._open .form-popup__close{opacity:1;transform:translateY(0);transition:all .6s cubic-bezier(.4,0,.1,1),transform .6s cubic-bezier(.4,0,.1,1) .7s,opacity .6s cubic-bezier(.4,0,.1,1) .7s}.form-popup._open .form-popup__logo{transform:scale(1);transition:all .6s cubic-bezier(.4,0,.1,1) .4s}.form-popup._open .form-popup__pannel{opacity:1;transform:translateZ(0);transition:transform .5s cubic-bezier(.4,0,.1,1) .02s,opacity .5s cubic-bezier(.4,0,.1,1) .02s}.form-popup._open .form-popup__overlay{opacity:1;transition:all .3s cubic-bezier(.4,0,.1,1) .1s}.form-popup._open .form-popup__thanks._show{pointer-events:all}.form-popup .form-popup__pannel{background:var(--color-vermilion);height:auto;min-height:calc(100vh - 80px);opacity:0;padding:calc(var(--index)*2) 0;position:relative;transform:translate3d(0,5.5em,0) rotate(3.5deg);transition:transform .5s cubic-bezier(.4,0,.1,1) 1.2s,opacity .5s cubic-bezier(.4,0,.1,1) 1.2s;z-index:5}@media screen and (max-height:750px){.form-popup .form-popup__pannel{padding:calc(var(--index)*1.5) 0}}@media screen and (max-width:768px){.form-popup .form-popup__pannel{padding:calc(var(--index)*1.5) 0 calc(var(--index)*1.5) 0}}.form-popup .container{display:flex;justify-content:flex-end;max-width:calc(1600px + var(--container-padding)*2);padding:0 220px;position:relative}@media screen and (max-width:1700px){.form-popup .container{padding:0 140px}}@media screen and (max-width:1200px){.form-popup .container{padding:0 var(--container-padding)}}@media screen and (max-width:768px){.form-popup .container{position:static}}.form-popup .social{bottom:0;left:0;position:absolute}@media screen and (max-width:1700px){.form-popup .social{left:5%}}@media screen and (max-width:768px){.form-popup .social{display:none}}.form-popup .form-popup__content{max-width:870px;position:relative;z-index:4}.form-popup .form-popup__title{color:var(--color-beige);font-size:calc(var(--index)*2);font-weight:800;line-height:.5;margin-bottom:calc(var(--index)*2);text-transform:lowercase}@media screen and (max-height:750px){.form-popup .form-popup__title{font-size:calc(var(--index)*2);margin-bottom:calc(var(--index)*2)}}@media screen and (max-width:768px){.form-popup .form-popup__title{color:var(--color-white);font-size:calc(var(--index)*2.2);line-height:1;margin-bottom:calc(var(--index)*1.1)}}.form-popup .form-popup__title .form-popup__title-line{overflow:hidden;padding-bottom:30px}@media screen and (max-width:768px){.form-popup .form-popup__title .form-popup__title-line{padding-bottom:10px}}.form-popup .form-popup__title .form-popup__title-line span{display:block;transform:translateY(200%);transition:all .8s cubic-bezier(.4,0,.1,1)}.form-popup .form-popup__overlay{background:var(--color-beigeRGBA40);content:"";height:100%;left:0;opacity:0;position:absolute;top:0;transition:all cubic-bezier(.4,0,.1,1);width:100%;z-index:1}.social{gap:0 17px;opacity:0;transform:translateY(30px);transition:all .6s cubic-bezier(.4,0,.1,1) .7s}.form-popup__line{display:flex;gap:0 9px;margin-bottom:40px}@media screen and (max-width:768px){.form-popup__line{flex-direction:column;gap:16px 0;margin-bottom:16px}}.form-popup__line .form-input{width:calc(100% - 4.5px)}.form-input._error input{border:1px solid var(--color-black)}.form-input input{background:var(--color-beige);border:none;border-radius:30px;color:var(--color-text);font-size:20px;font-weight:500;height:60px;padding:0 36px;transition:all .3s cubic-bezier(.4,0,.1,1);width:100%}@media screen and (max-height:800px){.form-input input{font-size:14px;height:54px;padding:0 24px}}@media screen and (max-height:700px){.form-input input{border-radius:25px;font-size:12px;height:50px;padding:0 14px}}@media screen and (max-width:768px){.form-input input{border-radius:25px;font-size:12px;height:50px;padding:0 14px}}.form-input input:focus{background:var(--color-white);line-height:1;transform:scale(1.03)}.form-textarea textarea{background:var(--color-beige);border:none;border-radius:35px;color:var(--color-text);font-size:20px;font-weight:500;height:180px;line-height:1.2;padding:20px 36px;transition:all .3s cubic-bezier(.4,0,.1,1);width:100%}@media screen and (max-height:800px){.form-textarea textarea{font-size:14px;height:140px;padding:20px 24px}}@media screen and (max-height:700px){.form-textarea textarea{border-radius:25px;font-size:12px;height:110px;padding:15px 16px}}@media screen and (max-width:768px){.form-textarea textarea{border-radius:25px;font-size:12px;height:110px;padding:15px 16px}}.form-textarea textarea:focus{background:var(--color-white);transform:scale(1.03)}.form-popup__bottom{align-items:center;display:flex;gap:0 40px;justify-content:flex-end;padding-top:30px}@media screen and (max-height:700px){.form-popup__bottom{padding-top:10px}}@media screen and (max-width:768px){.form-popup__bottom{flex-direction:column;gap:10px 0;padding-top:10px;text-align:center}.form-popup__bottom .btn{width:100%}}.form-personal{color:var(--color-beige);font-size:12px;font-weight:500;max-width:370px;text-align:right}@media screen and (max-width:768px){.form-personal{font-size:8px;text-align:center;width:100%}}.form-popup__logo{background:url(/local/templates/.default/assets/css/../img/popup-logo.svg) no-repeat 0 0;background-size:contain;content:"";height:calc(var(--index)*20.7);left:-2px;pointer-events:none;position:absolute;top:-2px;transform:scale(0);transform-origin:left top;transition:transform cubic-bezier(.4,0,.1,1);transition:all .4s cubic-bezier(.4,0,.1,1);width:calc(var(--index)*24.5);will-change:transform;z-index:1}@media screen and (max-width:1600px){.form-popup__logo{left:-150px}}@media screen and (max-width:768px){.form-popup__logo{left:-25%;opacity:.4;top:-10%}}.form-popup__close{color:var(--color-beige);content:"";cursor:pointer;height:40px;opacity:0;position:absolute;right:var(--container-padding);top:0;transform:translateY(20px);transition:all .6s cubic-bezier(.4,0,.1,1),transform .6s cubic-bezier(.4,0,.1,1),opacity .6s cubic-bezier(.4,0,.1,1);width:40px;z-index:5}@media screen and (max-width:768px){.form-popup__close{height:30px;top:var(--container-padding);width:30px}}@media (hover:hover){.form-popup__close:hover{color:var(--color-yellow);transform:scale(1.05)}}@media (hover:none){.form-popup__close:active{color:var(--color-yellow);transform:scale(1.05)}}.form-popup__close:before{background:currentColor;content:"";height:4px;left:50%;margin-left:-20px;margin-top:-2px;position:absolute;top:50%;transform:rotate(-45deg);width:100%}@media screen and (max-width:768px){.form-popup__close:before{height:2px;margin-left:-15px;margin-top:-1px}}.form-popup__close:after{background:currentColor;content:"";height:4px;left:50%;margin-left:-20px;margin-top:-2px;position:absolute;top:50%;transform:rotate(45deg);width:100%}@media screen and (max-width:768px){.form-popup__close:after{height:2px;margin-left:-15px;margin-top:-1px}}.form-popup__block{opacity:0;transform:translateY(50px);transition:all .6s cubic-bezier(.4,0,.1,1) .7s}@media screen and (max-width:768px){.form-popup__block{transition:all .6s cubic-bezier(.4,0,.1,1) .5s}}.form-popup__thanks{align-items:center;background:var(--color-vermilion);color:var(--color-white);display:flex;flex-direction:column;font-size:calc(var(--index)*2);height:100%;justify-content:center;left:0;opacity:0;padding:40px;pointer-events:none;position:absolute;text-align:center;top:0;transition:all .3s var(--transition);width:100%;z-index:4}.form-popup__thanks._show{opacity:1}.form-popup__thanks strong{display:block;font-size:calc(var(--index)*3);font-weight:900;text-transform:uppercase}.form-checkeds{display:flex;flex-wrap:wrap;gap:10px 30px;margin-bottom:30px}@media screen and (max-height:800px){.form-checkeds{margin-bottom:20px}}@media screen and (max-width:768px){.form-checkeds{gap:10px 20px;margin-bottom:15px}}.form-checked{color:var(--color-beige);cursor:pointer;font-size:18px;font-weight:500;position:relative}@media screen and (max-height:800px){.form-checked{font-size:16px}}@media screen and (max-width:768px){.form-checked{font-size:12px}}.form-checked input{cursor:pointer;height:100%;left:0;opacity:0;position:absolute;top:0;width:100%;z-index:2}.form-checked input:checked+span:after{transform:scale(1)}.form-checked span{display:block;padding-left:34px}@media screen and (max-width:768px){.form-checked span{padding-left:26px}}.form-checked span:before{border:2px solid var(--color-beige);border-radius:50%;box-sizing:border-box;content:"";height:24px;left:0;position:absolute;top:1px;width:24px}@media screen and (max-width:768px){.form-checked span:before{height:18px;top:2px;width:18px}}.form-checked span:after{background:var(--color-beige);border-radius:50%;box-sizing:border-box;content:"";height:24px;left:0;position:absolute;top:1px;transform:scale(0);transform-origin:center;transition:all .3s cubic-bezier(.4,0,.1,1);width:24px;will-change:transform}@media screen and (max-width:768px){.form-checked span:after{height:18px;top:2px;width:18px}}.form-range{display:flex;margin-bottom:30px;max-width:720px;padding-top:55px}@media screen and (max-height:800px){.form-range{margin-bottom:20px}}@media screen and (max-width:768px){.form-range{flex-direction:column;padding-top:0}}.form-range .form-range__title{color:var(--color-beige);font-size:18px;font-weight:500;margin-right:40px}@media screen and (max-width:768px){.form-range .form-range__title{font-size:14px;margin-bottom:0;margin-right:0;width:100%}}.form-range .form-range__wrap{width:calc(100% - 140px)}@media screen and (max-width:768px){.form-range .form-range__wrap{padding-top:50px;width:100%}}.form-range .form-range__wrap .range-input{width:calc(100% - 140px)}@media screen and (max-width:768px){.form-range .form-range__wrap .range-input{width:100%}}.form-range .form-range__numbers{display:flex;justify-content:space-between;padding-top:10px}.form-range .form-range__numbers .form-range__number{color:var(--color-beige);font-size:18px;font-weight:500;text-decoration:none}@media screen and (max-width:768px){.form-range .form-range__numbers .form-range__number{font-size:12px}}.form-range .form-range__numbers .form-range__number a{color:var(--color-beige);pointer-events:none;text-decoration:none}.range-input{position:relative}.range-input input{-webkit-appearance:none;background:transparent;border:none;border-top:1px dashed var(--color-beige);box-shadow:none;height:1px;outline:none;width:200px;width:100%}.range-input input::-webkit-slider-thumb{-webkit-appearance:none;background:url(/local/templates/.default/assets/css/../img/range_btn.svg) no-repeat 50%;background-size:contain;border:none;box-shadow:none;cursor:pointer;height:24px;width:24px}.range-input .range-input__pannel{background:var(--color-yellow);border-radius:1px;left:0;pointer-events:none;position:absolute;top:-45px}@media screen and (max-width:768px){.range-input .range-input__pannel{top:-40px}}.range-input .range-input__pannel span{border:6px solid transparent;border-top:6px solid var(--color-yellow);left:10px;position:absolute}.range-input .value{color:var(--color-vermilion);font-size:18px;font-weight:500;height:30px;overflow:hidden;padding:0 10px}@media screen and (max-height:700px){.range-input .value{font-size:14px}}.range-input .value div{height:30px;line-height:28px;transition:all .3s ease-in-out;white-space:nowrap}.range-input .value div div{filter:blur(3px);transition:all .3s var(--transition)}.range-input .value div div.highlight,.range-input .value div div:first-child{filter:blur(0);position:relative}.main-header{background:var(--color-beige);left:0;opacity:0;pointer-events:none;position:absolute;top:0;transition:all .6s var(--transition) .8s;width:100%;z-index:10}.main-header .container{align-items:center;display:flex;padding-bottom:35px;padding-top:35px;position:relative}@media screen and (max-width:768px){.main-header .container{justify-content:space-between;padding-bottom:15px;padding-top:20px}}.main-header .main-header__column{position:relative;width:33.3333333333%}@media screen and (max-width:768px){.main-header .main-header__column{width:50%}.main-header .main-header__column:first-child{display:none}}.main-header .main-header__column:nth-child(2){display:flex;justify-content:center}@media screen and (max-width:768px){.main-header .main-header__column:nth-child(2){justify-content:flex-start}}.main-header .main-header__column:nth-child(3){display:flex;justify-content:flex-end}.main-header .logo{color:var(--color-vermilion);display:block;text-decoration:none}.main-header .logo svg{height:59px;width:auto}@media screen and (max-width:768px){.main-header .logo svg{height:46px}}.burger{align-items:center;background:transparent;border:none;color:var(--color-vermilion);cursor:pointer;display:flex;font-size:16px;font-weight:600;text-transform:lowercase;-webkit-user-select:none;-moz-user-select:none;user-select:none}.burger._on .burger__text i:first-child{transform:translateY(-110%)}.burger._on .burger__text i:nth-child(2){transform:translateY(0)}.burger._on .burger__icon i:first-child{width:100%}.burger._on .burger__icon i:nth-child(3){width:33%}@media (hover:hover){.burger:hover .burger__icon i:first-child{width:100%}.burger:hover .burger__icon i:nth-child(3){width:33%}}@media (hover:none){.burger:active .burger__icon i:first-child{width:100%}.burger:active .burger__icon i:nth-child(3){width:33%}}.burger .burger__text{height:21px;margin-right:20px;overflow:hidden;position:relative;text-align:right;width:90px}.burger .burger__text i{display:block;font-style:normal;height:21px;line-height:17px;position:absolute;right:0;top:0;transition:all .3s var(--transition3)}.burger .burger__text i:nth-child(2){transform:translateY(110%)}.burger .burger__icon{height:15px;position:relative;width:37px}.burger .burger__icon i{background:var(--color-vermilion);content:"";height:2px;position:absolute}.burger .burger__icon i:first-child{right:0;top:0;transition:all .3s var(--transition);width:33%}.burger .burger__icon i:nth-child(2){margin-top:-1px;right:0;top:50%;width:63%}.burger .burger__icon i:nth-child(3){bottom:0;left:0;transition:all .3s var(--transition);width:100%}.pannel-menu{pointer-events:none;position:absolute;right:0;top:calc(100% + 45px)}.pannel-menu._open{pointer-events:all}.pannel-menu._open ul{opacity:1;transition:transform .5s cubic-bezier(.4,0,.1,1) .02s,opacity .5s cubic-bezier(.4,0,.1,1) .02s}.pannel-menu._open ul,.pannel-menu._open ul.social{transform:translateZ(0)}.pannel-menu ul{background:var(--color-gray);border-radius:12px;list-style:none;margin-bottom:21px;min-width:280px;opacity:0;padding:15px 5px;transform:translate3d(0,5.5em,0) rotate(3.5deg);transition:transform .5s cubic-bezier(.4,0,.1,1) .06s,opacity .5s cubic-bezier(.4,0,.1,1) .06s;will-change:transform}.pannel-menu ul.social{padding:15px 20px;transform:translate3d(0,7.75em,0) rotate(-3.5deg)}.pannel-menu .menu .menu__item{margin-bottom:5px}.pannel-menu .menu .menu__link{align-items:center;color:var(--color-beige);display:flex;font-size:24px;font-weight:800;height:52px;justify-content:space-between;padding:4px 30px 12px;position:relative;text-decoration:none;text-transform:lowercase;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap}@media (hover:hover){.pannel-menu .menu .menu__link:hover:before{opacity:1;transform:scale(1)}.pannel-menu .menu .menu__link:hover svg{transform:scale(1);transition:color .4s,transform .2s cubic-bezier(.4,0,.1,1) .2s}.pannel-menu .menu .menu__link:hover .menu__link-inner span:first-child{filter:blur(1px);transform:translate3d(0,-100%,0)}.pannel-menu .menu .menu__link:hover .menu__link-inner span:nth-child(2){filter:blur(0);transform:translateZ(0)}}@media (hover:none){.pannel-menu .menu .menu__link:active:before{opacity:1;transform:scale(1)}.pannel-menu .menu .menu__link:active svg{transform:scale(1);transition:color .4s,transform .2s cubic-bezier(.4,0,.1,1) .2s}.pannel-menu .menu .menu__link:active .menu__link-inner span:first-child{filter:blur(1px);transform:translate3d(0,-100%,0)}.pannel-menu .menu .menu__link:active .menu__link-inner span:nth-child(2){filter:blur(0);transform:translateZ(0)}}.pannel-menu .menu .menu__link .menu__link-inner{overflow:hidden;position:relative}.pannel-menu .menu .menu__link .menu__link-inner span{display:inline-block;position:relative;transition:color .4s,transform .4s cubic-bezier(.4,0,.1,1);z-index:1}.pannel-menu .menu .menu__link .menu__link-inner span:nth-child(2){color:var(--color-text);color:var(--color-gray);filter:blur(1px);left:0;position:absolute;top:0;transform:translateY(110%);transform:translate3d(0,100%,0)}.pannel-menu .menu .menu__link svg{height:1em;margin-top:-.5em;position:absolute;right:16px;top:50%;transform:scale(0);transition:color .4s,transform .2s cubic-bezier(.4,0,.1,1);width:1em}.pannel-menu .menu .menu__link svg path{fill:var(--color-gray)}.pannel-menu .menu .menu__link i{background:url(/local/templates/.default/assets/css/../img/arrow.svg) no-repeat 50%;background-size:contain;content:"";height:16px;margin-top:-8px;position:absolute;right:0;top:50%;transform:scale(0);transition:color .4s,transform .2s cubic-bezier(.4,0,.1,1);width:16px;will-change:transform}.pannel-menu .menu .menu__link:before{background:var(--color-yellow);border-radius:26px;content:"";height:100%;left:0;opacity:0;position:absolute;top:0;transform:scale(.85);transition:opacity .3s,transform .4s cubic-bezier(.4,0,.1,1);width:100%;will-change:transform}.social{display:flex}.social .social__item{position:relative}.social .social__item:last-child .social__link:before{display:none}.social .social__link{color:var(--color-beige);display:block;font-size:24px;font-weight:800;padding:2px 15px 7px;text-decoration:none;text-transform:lowercase}@media (hover:hover){.social .social__link:hover .social__link-inner span:first-child{filter:blur(1px);transform:translate3d(0,-100%,0)}.social .social__link:hover .social__link-inner span:nth-child(2){filter:blur(0);transform:translateZ(0)}}@media (hover:none){.social .social__link:active .social__link-inner span:first-child{filter:blur(1px);transform:translate3d(0,-100%,0)}.social .social__link:active .social__link-inner span:nth-child(2){filter:blur(0);transform:translateZ(0)}}.social .social__link:before{color:var(--color-beige);content:"/";position:absolute;right:-7px;top:2px}.social .social__link .social__link-inner{overflow:hidden;position:relative}.social .social__link .social__link-inner span{display:inline-block;position:relative;transition:color .4s,transform .4s cubic-bezier(.4,0,.1,1);z-index:1}.social .social__link .social__link-inner span:nth-child(2){color:var(--color-vermilion);filter:blur(1px);left:0;position:absolute;top:0;transform:translateY(110%);transform:translate3d(0,100%,0)}.screen{overflow:hidden;position:relative}@media screen and (max-width:1200px){.screen{height:85vh}}.screen .container{height:100vh;opacity:0;pointer-events:none;position:relative;transition:all .6s var(--transition) 3s;z-index:5}@media screen and (max-width:1200px){.screen .container{flex-direction:column;height:auto;left:var(--container-padding);position:absolute;top:180px}}@media screen and (max-width:768px){.screen .container{left:0;top:110px}}.screen .screen__text{bottom:50%;color:var(--color-vermilion);font-size:16px;font-weight:500;left:calc(var(--container-padding) + 100px);max-width:480px;position:absolute}@media screen and (max-width:1800px){.screen .screen__text{bottom:60%}}@media screen and (max-width:1600px){.screen .screen__text{left:var(--container-padding)}}@media screen and (max-width:1200px){.screen .screen__text{bottom:auto;left:auto;margin-bottom:60px;position:relative}}@media screen and (max-width:768px){.screen .screen__text{font-size:13px;margin-bottom:24px;max-width:240px}}.screen .screen__btn{bottom:63px;position:absolute;right:var(--container-padding)}@media screen and (max-width:1600px){.screen .screen__btn{bottom:calc(var(--container-padding)/2);right:calc(var(--container-padding)/2)}}@media screen and (max-width:1200px){.screen .screen__btn{bottom:auto;left:auto;position:relative;right:auto}}.screen .screen__btn i{left:50%;position:absolute;top:-50px;transform:translateX(-50%)}@media screen and (max-width:1200px){.screen .screen__btn i{display:none}}.screen-logo{align-items:flex-end;bottom:-2px;color:var(--color-vermilion);display:flex;height:calc(100% - 180px);justify-content:space-between;left:50%;margin:0 auto;pointer-events:none;position:absolute;transform:translateX(-50%);width:1200px}@media screen and (max-width:1600px){.screen-logo{width:1000px}}@media screen and (max-width:1200px){.screen-logo{max-width:1000px;width:calc(100% - 40px)}}@media screen and (max-width:768px){.screen-logo{gap:0 10px;width:calc(100% - 16px)}}.screen-logo svg.letter{transform:translateY(60px) scaleY(.01);transform-origin:bottom;will-change:transform}.screen-logo svg.letter1{height:54%;width:auto}@media screen and (max-width:768px){.screen-logo svg.letter1{height:auto;width:calc(20% - 8px)}}.screen-logo svg.letter2{height:66%;width:auto}@media screen and (max-width:768px){.screen-logo svg.letter2{height:auto;width:calc(20% - 8px)}}.screen-logo svg.letter3{height:77%;width:auto}@media screen and (max-width:768px){.screen-logo svg.letter3{height:auto;width:calc(20% - 8px)}}.screen-logo svg.letter4{height:95%;width:auto}@media screen and (max-width:768px){.screen-logo svg.letter4{height:auto;width:calc(20% - 8px)}}.screen-logo svg.letter5{height:100%;width:auto}@media screen and (max-width:768px){.screen-logo svg.letter5{height:auto;width:calc(20% - 8px)}}.helping{background:var(--color-vermilion);overflow:hidden;position:relative}.helping .container{max-width:1500px;position:relative;z-index:5}.helping .helping__one{display:flex;flex-direction:column;height:100vh;justify-content:center}@media screen and (max-width:1300px){.helping .helping__one{height:auto;min-height:80vh;padding:120px 0}}@media screen and (max-width:992px){.helping .helping__one{justify-content:flex-start}}@media screen and (max-width:768px){.helping .helping__one{padding:60px 0 120px}}.helping .helping__one-title{color:var(--color-beige);font-size:100px;font-weight:700;text-transform:lowercase}@media screen and (max-width:1500px){.helping .helping__one-title{font-size:80px}}@media screen and (max-width:992px){.helping .helping__one-title{font-size:70px;line-height:1;margin-bottom:26px;max-width:600px}}@media screen and (max-width:768px){.helping .helping__one-title{font-size:46px}}.helping .helping__one-title h1,.helping .helping__one-title h2,.helping .helping__one-title h3,.helping .helping__one-title h4{background:linear-gradient(to right,var(--color-beigeRGBA40) 50%,var(--color-beige) 50%);-webkit-background-clip:text;background-position-x:100%;background-size:200% 100%;color:transparent;font-size:100px;font-weight:700;margin:0}@media screen and (max-width:1500px){.helping .helping__one-title h1,.helping .helping__one-title h2,.helping .helping__one-title h3,.helping .helping__one-title h4{font-size:80px}}@media screen and (max-width:992px){.helping .helping__one-title h1,.helping .helping__one-title h2,.helping .helping__one-title h3,.helping .helping__one-title h4{font-size:70px}}@media screen and (max-width:768px){.helping .helping__one-title h1,.helping .helping__one-title h2,.helping .helping__one-title h3,.helping .helping__one-title h4{font-size:46px}}.helping .helping__one-desc{color:var(--color-beige);font-size:20px;font-weight:500;max-width:600px}@media screen and (max-width:992px){.helping .helping__one-desc{font-size:18px;max-width:400px}}@media screen and (max-width:768px){.helping .helping__one-desc{line-height:1.4}}.helping .helping-eye{pointer-events:none;position:absolute;right:-10%;top:calc(var(--index)*8*-1);z-index:1}@media screen and (max-width:1300px){.helping .helping-eye{max-width:600px;right:-5%}}@media screen and (max-width:768px){.helping .helping-eye{bottom:0;height:400px;top:auto;width:300px}}.helping .helping-eye .helping-eye__svg{animation:eyes 4s linear infinite}@media screen and (max-width:768px){.helping .helping-eye .helping-eye__svg{height:650px;left:0;margin-top:-325px;position:absolute;top:50%;width:500px}}.helping .helping-eye path{fill:var(--color-gray)}.helping .helping-eye path.helping-eye__bg{fill:var(--color-yellow)}@keyframes eyes{0%{transform:scale(1)}27.5%{transform:scale(1)}30%{transform:scaleY(.1)}32.5%{transform:scale(1)}45%{transform:scale(1)}to{transform:scale(1)}}.marquee{background:var(--color-vermilion);overflow:hidden;padding:95px 0;position:relative}@media screen and (max-width:768px){.marquee{padding:40px 0}}.marquee .marquee__inner{display:flex;gap:0 90px;width:-moz-fit-content;width:fit-content}@media screen and (max-width:768px){.marquee .marquee__inner{gap:0 40px}}.marquee .marquee__inner:first-child .marquee__line.marquee__2{width:calc(var(--index)*30)}@media screen and (max-width:768px){.marquee .marquee__inner:first-child .marquee__line.marquee__2{width:calc(var(--index)*20)}}.marquee .marquee__inner:nth-child(2) .marquee__line.marquee__1{width:calc(var(--index)*10.6)}@media screen and (max-width:768px){.marquee .marquee__inner:nth-child(2) .marquee__line.marquee__1{width:calc(var(--index)*8)}}.marquee .marquee__inner:nth-child(2) .marquee__line.marquee__2{width:calc(var(--index)*24)}@media screen and (max-width:768px){.marquee .marquee__inner:nth-child(2) .marquee__line.marquee__2{width:calc(var(--index)*14)}}.marquee .marquee__inner:nth-child(3) .marquee__line.marquee__1{width:calc(var(--index)*10.6)}@media screen and (max-width:768px){.marquee .marquee__inner:nth-child(3) .marquee__line.marquee__1{width:calc(var(--index)*6)}}.marquee .marquee__inner:nth-child(3) .marquee__line.marquee__2{width:calc(var(--index)*10.6)}@media screen and (max-width:768px){.marquee .marquee__inner:nth-child(3) .marquee__line.marquee__2{width:calc(var(--index)*6)}}.marquee .marquee__inner:nth-child(4) .marquee__line.marquee__1{width:calc(var(--index)*4.4)}.marquee .marquee__inner:nth-child(4) .marquee__line.marquee__2{width:calc(var(--index)*14.3)}.marquee .marquee__part{color:var(--color-beige);font-size:60px;font-weight:700;text-transform:lowercase;white-space:nowrap}@media screen and (max-width:768px){.marquee .marquee__part{font-size:30px}}.marquee .marquee__part a{color:var(--color-beige);text-decoration:none;transition:all .3s var(--transition)}@media (hover:hover){.marquee .marquee__part a:hover{color:var(--color-yellow);letter-spacing:.1em}}@media (hover:none){.marquee .marquee__part a:active{color:var(--color-yellow);letter-spacing:.1em}}.marquee .marquee__line{min-width:calc(var(--index)*7.2);position:relative}@media screen and (max-width:768px){.marquee .marquee__line{width:calc(var(--index)*4)}}.marquee .marquee__line:before{background:var(--color-beige);content:"";height:2px;left:0;margin-top:-1px;position:absolute;top:50%;width:100%}.gift-wrapper{height:100vh;overflow:hidden;padding:calc(var(--index)*5) 0;position:relative}@media screen and (min-width:1500px){.gift-wrapper{min-height:815px}}@media screen and (max-width:768px){.gift-wrapper{height:auto;padding:calc(var(--index)*8) 0}}.gift-wrapper .container{height:calc(100vh - var(--index)*5*2);max-width:1400px;position:relative}@media screen and (max-width:1500px){.gift-wrapper .container{max-width:1000px}}@media screen and (max-width:768px){.gift-wrapper .container{height:auto;padding:0}}.gift-container{color:var(--color-black);display:flex;flex-direction:column;height:100%;max-width:1030px;padding:60px 55px 50px 60px;position:relative}@media screen and (max-width:1500px){.gift-container{max-width:800px}}@media screen and (max-width:1380px){.gift-container{padding-top:40px}}@media screen and (max-width:768px){.gift-container{padding:calc(var(--index)*6) 10px calc(var(--index)*6) 30px;width:calc(100% - 30px)}}.gift-title{font-size:250px;font-weight:500;line-height:1.1;position:relative;z-index:10}@media screen and (max-width:1500px){.gift-title{font-size:170px}}@media screen and (max-width:768px){.gift-title{font-size:120px}}.gift-desc{font-size:40px;font-weight:700;line-height:1.1;margin-bottom:30px;max-width:640px;position:relative;z-index:10}@media screen and (max-width:1500px){.gift-desc{font-size:32px}}@media screen and (max-width:768px){.gift-desc{font-size:24px;margin-bottom:calc(var(--index)*5);max-width:400px}}.gift-btn{display:flex;justify-content:flex-end;margin-top:auto;position:relative;z-index:10}@media screen and (max-width:768px){.gift-btn .btn{border-radius:32px;text-align:center;width:100%}.gift-btn .btn,.gift-btn .btn span{height:64px;line-height:60px}}.gift-grid{color:var(--color-greenRGBA48);content:"";height:735px;left:-14%;position:absolute;top:50%;transform:translateY(-50%);width:735px;z-index:1}@media screen and (max-width:768px){.gift-grid{height:80%;width:300%}}.gift-figure{content:"";position:absolute;transform:scale(.6)}.gift-figure.gift-figure__first{background:url(/local/templates/.default/assets/css/../img/gift-figure__first.png) no-repeat 50%;background-size:contain;height:269px;right:calc(var(--index)*3*-1);top:-180px;transform:rotate(30deg) scale(.6);width:294px;z-index:4}@media screen and (max-width:1380px){.gift-figure.gift-figure__first{height:190px;right:calc(var(--index)*3*-1);top:-80px;width:200px}}.gift-figure.gift-figure__second{background:url(/local/templates/.default/assets/css/../img/gift-figure__second.png) no-repeat 50%;background-size:contain;height:268px;left:55%;top:0;transform:rotate(-15deg);width:257px;z-index:5}@media screen and (max-width:1500px){.gift-figure.gift-figure__second{height:208px;left:55%;top:-70px;width:207px}}@media screen and (max-width:768px){.gift-figure.gift-figure__second{height:180px;left:5%;width:180px}}.gift-figure.gift-figure__third{background:url(/local/templates/.default/assets/css/../img/gift-figure__third.png) no-repeat 50%;background-size:contain;bottom:-140px;height:460px;right:calc(var(--index)*10*-1);width:483px;z-index:6}@media screen and (max-width:768px){.gift-figure.gift-figure__third{bottom:0;height:300px;right:0;top:auto;transform:translateY(50%);width:300px}}.gift-substrate{background:var(--color-yellow);content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:3}@media screen and (max-width:768px){.gift-substrate{max-width:80%}}.gift-timeline{aspect-ratio:1;color:var(--color-green);content:"";height:100%;left:100%;overflow:hidden;position:absolute;top:0;width:auto;z-index:2}@media screen and (max-width:768px){.gift-timeline{left:80%}}.gift-timeline svg{height:100%;left:0;position:absolute;top:0;width:auto}@media screen and (max-width:768px){.process-wrapper{padding-top:60px}}.process-wrapper .container{max-width:1460px}.process-title{font-size:130px;font-weight:700;line-height:1.2;margin-bottom:130px;text-align:center;text-transform:lowercase}@media screen and (max-width:1500px){.process-title{font-size:90px}}@media screen and (max-width:1200px){.process-title{font-size:70px}}@media screen and (max-width:768px){.process-title{font-size:34px;margin-bottom:40px}}.process-title h1,.process-title h2,.process-title h3{font-size:130px;font-weight:700;margin:0}@media screen and (max-width:1500px){.process-title h1,.process-title h2,.process-title h3{font-size:90px}}@media screen and (max-width:1200px){.process-title h1,.process-title h2,.process-title h3{font-size:70px}}@media screen and (max-width:768px){.process-title h1,.process-title h2,.process-title h3{font-size:34px}}.process-list{counter-reset:process 0;display:flex;flex-wrap:wrap;gap:130px 200px}@media screen and (max-width:768px){.process-list{gap:50px 30px}}.process-list .process-item{width:calc(50% - 100px)}@media screen and (max-width:768px){.process-list .process-item{width:calc(50% - 15px)}}.process-item{border-bottom:1px solid var(--color-black);counter-increment:process 1;padding-bottom:70px;position:relative}@media screen and (max-width:768px){.process-item{padding-bottom:30px}}.process-item:before{content:counter(process);font-size:24px;font-weight:600;position:absolute;right:0;text-transform:lowercase;top:70px}@media screen and (max-width:480px){.process-item:before{font-size:18px}}.process-item .process-item__icon{margin-bottom:15px}@media screen and (max-width:768px){.process-item .process-item__icon svg{height:auto;max-height:100px;max-width:100%}}.process-item .process-item__title{font-size:42px;font-weight:700;line-height:1.3;text-transform:lowercase}@media screen and (max-width:1200px){.process-item .process-item__title{font-size:20px}}@media screen and (max-width:480px){.process-item .process-item__title{font-size:14px}}@media (hover:hover){.process-item:hover .process-item__2{animation:eyes 4s linear infinite}}@media (hover:none){.process-item:active .process-item__2{animation:eyes 4s linear infinite}}.process-item__1{color:var(--color-black)}.process-item__1 path{fill:var(--color-yellow)}.process-item__1 line:nth-last-child(2){stroke:var(--color-vermilion)}.process-item__2{color:var(--color-vermilion)}.process-item__2 path:nth-child(2),.process-item__2 path:nth-child(3){fill:var(--color-gray)}.process-item__3{color:var(--color-vermilion2)}.process-item__3 rect{fill:var(--color-green2)}.process-item__4{color:var(--color-green)}.process-item__4 path{fill:var(--color-gray)}.process-item__5{color:var(--color-black)}.process-item__5 rect{fill:var(--color-vermilion)}.process-item__5 circle{fill:var(--color-green2)}.process-item__6{color:var(--color-green2)}.process-item__6 line:nth-child(2),.process-item__6 line:nth-child(3){fill:var(--color-black)}.process-item__6 rect{fill:var(--color-green)}.process-item__6 path{fill:var(--color-vermilion)}.process-item__7{color:var(--color-green2)}.process-item__7 rect:first-child{fill:var(--color-vermilion)}.process-item__7 rect:nth-child(2){fill:var(--color-green)}.process-item__7 rect:nth-child(3){fill:var(--color-green2)}.process-item__7 line{stroke:var(--color-black)}.process-item__8{color:var(--color-green2)}.process-item__8 rect:first-child{fill:var(--color-vermilion)}.process-item__8 rect:nth-child(2){fill:var(--color-green)}.process-item__8 rect:nth-child(3){fill:var(--color-green2)}.process-item__8 line{stroke:var(--color-black)}.process-item__9{color:var(--color-green2)}.process-item__9 path{fill:var(--color-vermilion2)}.process-item__9 rect:nth-child(3){fill:var(--color-vermilion)}.process-item__9 rect:nth-child(4){fill:var(--color-green)}.process-item__9 rect:nth-child(5){fill:var(--color-green2)}.process-item__9 line{stroke:var(--color-black)}.process-item__9 circle{fill:var(--color-yellow)}.section-team{overflow:hidden;padding-bottom:60px;transform:translateY(0)}.section-team .section-team__title{font-size:150px;font-weight:800;line-height:1;margin-bottom:70px;text-align:center;text-transform:lowercase}@media screen and (max-width:1500px){.section-team .section-team__title{font-size:90px}}@media screen and (max-width:1200px){.section-team .section-team__title{font-size:70px}}@media screen and (max-width:768px){.section-team .section-team__title{font-size:34px;margin-bottom:40px}}.section-team .section-team__title h2{font-size:150px;font-weight:800;margin:0}@media screen and (max-width:1500px){.section-team .section-team__title h2{font-size:90px}}@media screen and (max-width:1200px){.section-team .section-team__title h2{font-size:70px}}@media screen and (max-width:768px){.section-team .section-team__title h2{font-size:34px}}.teams-wrapper{overflow:hidden}@media screen and (max-width:480px){.teams-wrapper .container{padding:0}}.teams{margin:0 auto;max-width:1280px;position:relative;z-index:5}@media screen and (max-width:480px){.teams{padding:0 var(--container-padding)}}.teams .swiper-slide{width:calc(100% - 100px)}.team-item{text-align:center}.team-item .team-item__img{margin-bottom:20px;padding-top:150%;position:relative}.team-item .team-item__img img{height:100%;left:0;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;position:absolute;top:0;width:100%}.team-item .team-item__name{font-size:30px;font-weight:700;line-height:1.1;margin-bottom:10px}@media screen and (max-width:1200px){.team-item .team-item__name{font-size:22px}}@media screen and (max-width:480px){.team-item .team-item__name{font-size:20px}}.team-item .team-item__position{font-size:18px;font-weight:500;text-transform:lowercase}@media screen and (max-width:1200px){.team-item .team-item__position{font-size:16px}}@media screen and (max-width:480px){.team-item .team-item__position{font-size:14px}}.team-container{align-items:flex-end;display:flex;height:100vh;padding-bottom:30px;position:relative}.team-container .container{max-width:1540px;position:relative;z-index:2}.team-container .team-container__desc{color:var(--color-white);font-size:24px;font-weight:500;max-width:1070px}@media screen and (max-width:480px){.team-container .team-container__desc{font-size:14px}}.wrapper{position:relative;z-index:5}.fixed-img{height:100%;left:0;position:fixed;top:0;width:100%;z-index:1}.fixed-img .fixed-img__left{height:100%;left:0;overflow:hidden;position:absolute;top:0;width:calc(50% + 1px)}.fixed-img .fixed-img__left .fixed-img__left-img{background:url(/local/templates/.default/assets/css/../img/team-container__img.jpg) no-repeat 0;background-size:cover;height:100vh;left:0;position:absolute;top:0;width:100vw}.fixed-img .fixed-img__right{height:100%;overflow:hidden;position:absolute;right:0;top:0;width:calc(50% + 1px)}.fixed-img .fixed-img__right .fixed-img__right-img{background:url(/local/templates/.default/assets/css/../img/team-container__img.jpg) no-repeat 100%;background-size:cover;height:100vh;position:absolute;right:0;top:0;width:100vw}.section-why-balka{overflow:hidden;padding-bottom:70px;padding-top:70px;position:relative}@media screen and (max-width:580px){.section-why-balka{padding-bottom:40px;padding-top:40px}}.section-why-balka .section-why-balka__title{font-size:150px;font-weight:800;margin-bottom:150px;text-align:center;text-transform:lowercase}@media screen and (max-width:1500px){.section-why-balka .section-why-balka__title{font-size:90px}}@media screen and (max-width:1200px){.section-why-balka .section-why-balka__title{font-size:70px}}@media screen and (max-width:768px){.section-why-balka .section-why-balka__title{font-size:34px;margin-bottom:40px}}.section-why-balka .section-why-balka__title h2{font-size:150px;font-weight:800;margin:0}@media screen and (max-width:1500px){.section-why-balka .section-why-balka__title h2{font-size:90px}}@media screen and (max-width:1200px){.section-why-balka .section-why-balka__title h2{font-size:70px}}@media screen and (max-width:768px){.section-why-balka .section-why-balka__title h2{font-size:34px}}.why-balka{height:100vh;margin:0 auto;max-width:1450px;position:relative}@media screen and (max-width:768px){.why-balka{height:90vh}}.why-balka .why-balka__logo{height:calc(var(--index)*10);left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:calc(var(--index)*13);z-index:2}@media screen and (max-width:768px){.why-balka .why-balka__logo{height:calc(var(--index)*25);width:calc(var(--index)*30)}}.why-balka .why-balka__logo .why-balka__logo_img{background:url(/local/templates/.default/assets/css/../img/why-balka__logo.svg) no-repeat 50%;background-size:contain;content:"";height:100%;left:0;position:absolute;top:0;width:100%}.why-balka .why-balka__grid{background:url(/local/templates/.default/assets/css/../img/why-balka__grid.svg) no-repeat 50%;background-size:contain;height:calc(var(--index)*17);left:50%;position:absolute;top:50%;transform:translate(-40%,-40%);width:calc(var(--index)*17);z-index:1}@media screen and (max-width:768px){.why-balka .why-balka__grid{height:calc(var(--index)*40);width:calc(var(--index)*40)}}.why-balka .why-balka__element1{height:calc(var(--index)*10);left:23%;position:absolute;top:0;width:calc(var(--index)*18);z-index:3}@media screen and (max-width:1900px){.why-balka .why-balka__element1{height:calc(var(--index)*14);width:calc(var(--index)*20)}}@media screen and (max-width:1500px){.why-balka .why-balka__element1{height:calc(var(--index)*18);left:16%;width:calc(var(--index)*25)}}@media screen and (max-width:768px){.why-balka .why-balka__element1{left:5%}}.why-balka .why-balka__element1 .why-balka__element1-figure1{background:url(/local/templates/.default/assets/css/../img/why-balka__element1-figure1.png) no-repeat 100% 100%;background-size:contain;bottom:0;content:"";height:100%;position:absolute;right:0;width:100%}@media screen and (max-width:768px){.why-balka .why-balka__element1 .why-balka__element1-figure1{transform:rotate(20deg)}}.why-balka .why-balka__element1 .why-balka__element1-figure2{background:url(/local/templates/.default/assets/css/../img/why-balka__element1-figure2.svg) no-repeat 100% 100%;background-size:contain;bottom:10%;content:"";height:40%;left:20%;position:absolute;width:40%}@media screen and (max-width:768px){.why-balka .why-balka__element1 .why-balka__element1-figure2{bottom:5%;left:10%}}.why-balka .why-balka__element1 .why-balka__element1-text{font-size:calc(var(--index)*1);font-weight:800;left:0;line-height:80%;position:absolute;top:20%;z-index:3}@media screen and (max-width:768px){.why-balka .why-balka__element1 .why-balka__element1-text{font-size:calc(var(--index)*1.8)}}.why-balka .why-balka__element2{height:calc(var(--index)*10);position:absolute;right:5%;top:20%;width:calc(var(--index)*15);z-index:3}@media screen and (max-width:1900px){.why-balka .why-balka__element2{height:calc(var(--index)*14);width:calc(var(--index)*20)}}@media screen and (max-width:1500px){.why-balka .why-balka__element2{right:10%}}@media screen and (max-width:768px){.why-balka .why-balka__element2{right:-10%;top:35%}}.why-balka .why-balka__element2 .why-balka__element2-figure1{background:url(/local/templates/.default/assets/css/../img/why-balka__element2-figure1.png) no-repeat 0 100%;background-size:contain;bottom:0;content:"";height:100%;position:absolute;right:0;width:100%}@media screen and (max-width:768px){.why-balka .why-balka__element2 .why-balka__element2-figure1{background-position:100% 100%;transform:rotate(-20deg)}}.why-balka .why-balka__element2 .why-balka__element2-text{font-size:calc(var(--index)*1);font-weight:800;line-height:80%;position:absolute;right:0;top:20%;z-index:3}@media screen and (max-width:768px){.why-balka .why-balka__element2 .why-balka__element2-text{font-size:calc(var(--index)*1.8)}}.why-balka .why-balka__element3{bottom:10%;height:calc(var(--index)*14);position:absolute;right:6%;width:calc(var(--index)*20);z-index:2}@media screen and (max-width:768px){.why-balka .why-balka__element3{display:none}}.why-balka .why-balka__element3 .why-balka__element3-figure1{background:url(/local/templates/.default/assets/css/../img/why-balka__element3-figure1.svg) no-repeat 100% 100%;background-size:contain;content:"";height:90%;position:absolute;right:0;top:0;width:90%}.why-balka .why-balka__element3 .why-balka__element3-figure2{background:url(/local/templates/.default/assets/css/../img/why-balka__element3-figure2.svg) no-repeat 0 100%;background-size:contain;bottom:0;content:"";height:55%;left:0;position:absolute;width:55%}.why-balka .why-balka__element4{bottom:0;height:calc(var(--index)*14);position:absolute;right:7%;width:calc(var(--index)*35);z-index:3}@media screen and (max-width:1500px){.why-balka .why-balka__element4{height:calc(var(--index)*14);width:calc(var(--index)*35)}}@media screen and (max-width:768px){.why-balka .why-balka__element4{height:40%;width:100%}}.why-balka .why-balka__element4 .why-balka__element4-figure1{background:url(/local/templates/.default/assets/css/../img/why-balka__element4-figure1.png) no-repeat 0 100%;background-size:contain;bottom:0;content:"";height:100%;position:absolute;right:0;width:100%}@media screen and (max-width:768px){.why-balka .why-balka__element4 .why-balka__element4-figure1{left:-10%}}.why-balka .why-balka__element4 .why-balka__element4-figure2{background:url(/local/templates/.default/assets/css/../img/why-balka__element4-figure2.svg) no-repeat 100% 100%;background-size:contain;bottom:45%;content:"";height:27%;left:-20%;position:absolute;width:27%}.why-balka .why-balka__element4 .why-balka__element4-text{bottom:15%;font-size:calc(var(--index)*1);font-weight:800;left:30%;line-height:80%;position:absolute;transform:rotate(-13deg);z-index:3}@media screen and (max-width:768px){.why-balka .why-balka__element4 .why-balka__element4-text{font-size:calc(var(--index)*1.8)}}.why-balka .why-balka__element5{height:calc(var(--index)*17);left:0;position:absolute;top:40%;transform:translateY(-50%);width:calc(var(--index)*20);z-index:3}@media screen and (max-width:1900px){.why-balka .why-balka__element5{height:calc(var(--index)*17);top:50%;width:calc(var(--index)*25)}}.why-balka .why-balka__element5 .why-balka__element5-figure1{background:url(/local/templates/.default/assets/css/../img/why-balka__element5-figure1.png) no-repeat 100% 100%;background-size:contain;bottom:20%;content:"";height:95%;position:absolute;right:5%;width:95%}@media screen and (max-width:768px){.why-balka .why-balka__element5 .why-balka__element5-figure1{background-position:0 100%;left:-25%;transform:rotate(50deg)}}.why-balka .why-balka__element5 .why-balka__element5-figure2{background:url(/local/templates/.default/assets/css/../img/why-balka__element5-figure2.png) no-repeat 100% 100%;background-size:contain;bottom:40%;content:"";height:35%;left:-5%;position:absolute;width:35%}@media screen and (max-width:768px){.why-balka .why-balka__element5 .why-balka__element5-figure2{bottom:auto;height:55%;left:auto;left:-20%;top:-55%;width:55%}}.why-balka .why-balka__element5 .why-balka__element5-text{bottom:25%;font-size:calc(var(--index)*1);font-weight:800;line-height:80%;position:absolute;right:35%;transform:rotate(21deg);z-index:3}@media screen and (max-width:768px){.why-balka .why-balka__element5 .why-balka__element5-text{font-size:calc(var(--index)*1.8)}}.section-portfolio{margin-top:240px;padding-bottom:70px}@media screen and (max-width:1200px){.section-portfolio{margin-top:160px}}@media screen and (max-width:580px){.section-portfolio{margin-top:80px;padding-bottom:40px}}.section-portfolio .section-portfolio__title{font-size:calc(var(--index)*7.5);font-weight:800;line-height:1.2;margin-bottom:60px;text-align:center}@media screen and (max-width:1200px){.section-portfolio .section-portfolio__title{font-size:calc(var(--index)*5.5)}}@media screen and (max-width:580px){.section-portfolio .section-portfolio__title{font-size:calc(var(--index)*3.5);margin-bottom:40px}}.section-portfolio .section-portfolio__title h2{font-size:calc(var(--index)*7.5);font-weight:800;margin:0}@media screen and (max-width:1200px){.section-portfolio .section-portfolio__title h2{font-size:calc(var(--index)*5.5)}}@media screen and (max-width:580px){.section-portfolio .section-portfolio__title h2{font-size:calc(var(--index)*3.5)}}.portfolio-list{display:flex;flex-wrap:wrap;gap:30px}@media screen and (max-width:768px){.portfolio-list{gap:14px}}.portfolio-list .portfolio-element{width:calc(33.33333% - 20px)}@media screen and (max-width:1200px){.portfolio-list .portfolio-element{width:calc(50% - 15px)}}@media screen and (max-width:768px){.portfolio-list .portfolio-element{width:calc(50% - 7px)}}@media screen and (max-width:580px){.portfolio-list .portfolio-element{width:100%}}.portfolio-element{border:2px solid var(--color-black);border-radius:12px;color:var(--color-text);display:block;display:flex;flex-direction:column;justify-content:space-between;padding:10px 30px 30px 36px;position:relative;text-decoration:none;transition:all .3s var(--transition)}@media screen and (max-width:1600px){.portfolio-element{padding:10px 20px 20px 14px}}@media screen and (max-width:768px){.portfolio-element{border-width:1px;padding:10px 40px 20px 10px}}@media (hover:hover){.portfolio-element:hover{background:var(--color-yellow);border-color:var(--color-yellow)}.portfolio-element:hover .portfolio-element__btn{background:var(--color-text);opacity:1;transform:scale(1.05)}.portfolio-element:hover .portfolio-element__btn span:first-child{filter:blur(1px);transform:translate3d(0,-100%,0)}.portfolio-element:hover .portfolio-element__btn span:nth-child(2){color:var(--color-white);filter:blur(0);transform:translateZ(0)}.portfolio-element:hover .portfolio-element__eye{opacity:1;transition:all .3s var(--transition) .2s}.portfolio-element:hover .portfolio-element__img-hover{opacity:1;transform:translate(-14%,18%)}}@media screen and (hover:hover) and (max-width:1200px){.portfolio-element:hover .portfolio-element__img-hover{transform:translate(-10%,7%)}}@media (hover:hover){.portfolio-element:hover .portfolio-element__img{opacity:0}}@media (hover:none){.portfolio-element:active{background:var(--color-yellow);border-color:var(--color-yellow)}.portfolio-element:active .portfolio-element__btn{background:var(--color-text);opacity:1;transform:scale(1.05)}.portfolio-element:active .portfolio-element__btn span:first-child{filter:blur(1px);transform:translate3d(0,-100%,0)}.portfolio-element:active .portfolio-element__btn span:nth-child(2){color:var(--color-white);filter:blur(0);transform:translateZ(0)}.portfolio-element:active .portfolio-element__eye{opacity:1;transition:all .3s var(--transition) .2s}.portfolio-element:active .portfolio-element__img-hover{opacity:1;transform:translate(-14%,18%)}}@media screen and (hover:none) and (max-width:1200px){.portfolio-element:active .portfolio-element__img-hover{transform:translate(-10%,7%)}}@media (hover:none){.portfolio-element:active .portfolio-element__img{opacity:0}}.portfolio-element .portfolio-element__title{font-size:40px;font-weight:800;line-height:1.1;margin-bottom:30px;position:relative;width:calc(100% - 30px);z-index:5}@media screen and (max-width:1600px){.portfolio-element .portfolio-element__title{font-size:28px}}@media screen and (max-width:768px){.portfolio-element .portfolio-element__title{font-size:22px}}@media screen and (max-width:580px){.portfolio-element .portfolio-element__title{width:100%}}.portfolio-element .portfolio-element__images{max-width:350px;position:relative;width:100%;z-index:5}@media screen and (max-width:1600px){.portfolio-element .portfolio-element__images{max-width:300px}}.portfolio-element .portfolio-element__img{border-radius:12px;height:240px;overflow:hidden;transition:all .3s var(--transition)}@media screen and (max-width:1600px){.portfolio-element .portfolio-element__img{height:200px}}.portfolio-element .portfolio-element__img img{height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%}.portfolio-element .portfolio-element__img-hover{border-radius:12px;height:100%;left:0;opacity:0;overflow:hidden;position:absolute;top:0;transition:all .4s cubic-bezier(.4,0,.1,1);width:100%}.portfolio-element .portfolio-element__img-hover img,.portfolio-element .portfolio-element__img-hover video{height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%}.portfolio-element .portfolio-element__cat{font-size:12px;font-weight:600;position:absolute;right:30px;text-transform:lowercase;top:30px;writing-mode:vertical-rl}@media screen and (max-width:1600px){.portfolio-element .portfolio-element__cat{right:10px;top:20px}}.portfolio-element .portfolio-element__btn{bottom:30px;font-size:12px;height:38px;line-height:36px;opacity:0;padding:0 10px;position:absolute;right:30px;z-index:2}@media screen and (max-width:1600px){.portfolio-element .portfolio-element__btn{bottom:10px;right:10px}}@media screen and (max-width:1300px){.portfolio-element .portfolio-element__btn{display:none}}.portfolio-element .portfolio-element__eye{bottom:32%;content:"";height:45%;left:34%;opacity:0;position:absolute;transform:rotate(45deg);transition:all .3s var(--transition);width:45%;z-index:2}@media screen and (max-width:1600px){.portfolio-element .portfolio-element__eye{height:60%;width:60%}}.portfolio-element .portfolio-element__eye:before{animation:eyes 4s linear infinite;background:url(/local/templates/.default/assets/css/../img/portfolio-element__eye.svg) no-repeat 50%;background-size:contain;content:"";height:100%;left:0;position:absolute;top:0;width:100%}body._load .project-scrin .project-scrin__bg{filter:blur(0);transform:scale(1)}.page-project{overflow:hidden}.page-project .section-portfolio .section-portfolio__title{font-size:calc(var(--index)*4);margin-bottom:80px}@media screen and (max-width:580px){.page-project .section-portfolio .section-portfolio__title{font-size:calc(var(--index)*3.5);line-height:1.2;margin-bottom:20px}}.page-project .section-portfolio .section-portfolio__title h2{font-size:calc(var(--index)*4)}@media screen and (max-width:580px){.page-project .section-portfolio .section-portfolio__title h2{font-size:calc(var(--index)*3.5)}}.project-scrin{height:100vh;overflow:hidden;position:relative}.project-scrin .project-scrin__bg{filter:blur(20px);height:100%;left:0;position:absolute;top:0;transform:scale(1.5);transition:all .9s var(--transition);width:100%}.project-scrin .project-scrin__bg video{height:100%;left:0;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;position:absolute;top:0;width:100%}.project-content{background:var(--color-vermilion);overflow:hidden;padding:calc(var(--index)*5) 0}@media screen and (max-width:768px){.project-content{padding:calc(var(--index)*7) 0}}.project-content .project-content__title{color:var(--color-beige);font-size:80px;font-weight:700;margin-bottom:calc(var(--index)*3);max-width:1050px;text-transform:lowercase}@media screen and (max-width:1500px){.project-content .project-content__title{font-size:70px}}@media screen and (max-width:992px){.project-content .project-content__title{font-size:60px;line-height:1;margin-bottom:26px;max-width:600px}}@media screen and (max-width:768px){.project-content .project-content__title{font-size:36px}}.project-content .project-content__title h1,.project-content .project-content__title h2,.project-content .project-content__title h3,.project-content .project-content__title h4{background:linear-gradient(to right,var(--color-beigeRGBA40) 50%,var(--color-beige) 50%);-webkit-background-clip:text;background-position-x:100%;background-size:200% 100%;color:transparent;font-size:80px;font-weight:700;margin:0}@media screen and (max-width:1500px){.project-content .project-content__title h1,.project-content .project-content__title h2,.project-content .project-content__title h3,.project-content .project-content__title h4{font-size:70px}}@media screen and (max-width:992px){.project-content .project-content__title h1,.project-content .project-content__title h2,.project-content .project-content__title h3,.project-content .project-content__title h4{font-size:60px}}@media screen and (max-width:768px){.project-content .project-content__title h1,.project-content .project-content__title h2,.project-content .project-content__title h3,.project-content .project-content__title h4{font-size:36px}}.project-content .project-content__row{align-items:flex-start;display:flex;gap:0 70px;justify-content:space-between}@media screen and (max-width:768px){.project-content .project-content__row{flex-direction:column;gap:20px 0}}.project-content .project-content__subtitle{color:var(--color-beige);font-size:16px;width:30%}@media screen and (max-width:768px){.project-content .project-content__subtitle{width:100%}}.project-content .project-content__desc{color:var(--color-white);font-size:14px;font-weight:500;line-height:1.6;max-width:680px;width:calc(70% - 70px)}@media screen and (max-width:768px){.project-content .project-content__desc{font-size:12px;width:100%}}.project-content .project-content__desc p{margin-bottom:10px}.project-content .project-content__desc p:last-child{margin-bottom:0}.middle-images{display:flex;flex-direction:column;gap:10px 0;overflow:hidden}.middle-image{height:100vh;overflow:hidden;width:100%}@media screen and (max-width:768px){.middle-image{height:50vh}}.middle-image img{height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%}.parallax-element-mod{overflow:hidden;position:relative}.parallax-element-mod img{transform:scale(1.2)}.parallax-element{overflow:hidden;position:relative}.parallax-element img{transform:scale(1.2)}.project-number-section{padding-bottom:calc(var(--index)*1.5)}.project-number-scrin{align-items:center;display:flex;justify-content:center;margin:0 auto;max-width:1200px;min-height:100vh;padding:calc(var(--index)*2) 0}.project-numbers{display:flex;flex-wrap:wrap;gap:100px;justify-content:center}@media screen and (max-width:1200px){.project-numbers{gap:60px}}@media screen and (max-width:768px){.project-numbers{gap:30px}}.project-numbers .project-number{width:calc(25% - 75px)}@media screen and (max-width:1200px){.project-numbers .project-number{width:calc(25% - 45px)}}@media screen and (max-width:992px){.project-numbers .project-number{width:calc(50% - 30px)}}@media screen and (max-width:768px){.project-numbers .project-number{width:calc(50% - 15px)}}.project-number{text-align:center}.project-number .project-number__num{color:var(--color-vermilion);font-size:128px;font-weight:700;line-height:1.2;overflow:hidden}@media screen and (max-width:1200px){.project-number .project-number__num{font-size:80px}}@media screen and (max-width:768px){.project-number .project-number__num{font-size:60px}}.project-number .project-number__num span{display:block}.project-number .project-number__title{color:var(--color-vermilion);font-size:20px;font-weight:800;line-height:1.2;overflow:hidden}.project-number .project-number__title span{display:block}@media screen and (max-width:1200px){.project-number .project-number__title{font-size:18px}}@media screen and (max-width:768px){.project-number .project-number__title{font-size:14px}}.project-number .project-number__desc{color:var(--color-text);font-size:16px;font-weight:500;margin-top:30px;text-transform:lowercase}@media screen and (max-width:768px){.project-number .project-number__desc{font-size:14px;margin-top:15px}}.project-number-images{display:flex;flex-wrap:wrap;gap:50px 70px}@media screen and (max-width:768px){.project-number-images{gap:5px}}.project-number-images .project-number-img{width:calc(50% - 35px)}@media screen and (max-width:768px){.project-number-images .project-number-img{width:100%}}.project-number-images .project-number-img img{height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%}.section-send{align-items:center;background:var(--color-vermilion);color:var(--color-beige);display:flex;font-size:calc(var(--index)*3.5);font-weight:700;justify-content:center;line-height:1.2;min-height:100vh;position:relative;text-align:center}@media screen and (max-width:768px){.section-send{font-size:calc(var(--index)*3)}}.section-send .section-send__block{mix-blend-mode:screen;position:relative;z-index:2}.section-send .section-send__link{color:var(--color-beige);text-decoration:none}.section-send .section-send__images{height:275px;left:0;pointer-events:none;position:absolute;top:0;width:225px;z-index:1}.section-send .section-send__images .section-send__img{height:100%;position:absolute;transform:translate(-50%,-50%);width:100%}.section-send .section-send__images .section-send__img.section-send__img-2{left:20px;top:20px}.section-send .section-send__images .section-send__img img{height:100%;left:0;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;position:absolute;top:0;width:100%}.joint-development{align-items:center;display:flex;margin-top:20px}@media screen and (max-width:768px){.joint-development{flex-direction:column;margin-top:50px}}.joint-development .joint-development__title{color:var(--color-beige);font-size:16px;font-weight:500;margin-right:50px;max-width:235px;position:relative;text-align:right}@media screen and (max-width:768px){.joint-development .joint-development__title{font-size:14px;margin-bottom:16px}}.joint-development .joint-development__title span{animation-duration:5s;animation-iteration-count:infinite;animation-name:rotation;animation-timing-function:linear;left:5px;position:absolute;top:-10px}.joint-development .joint-development__logos{align-items:center;color:var(--color-beige);display:flex;font-size:16px;font-weight:500;gap:0 10px;text-align:center}.joint-development .joint-development__logos .joint-development__logo:first-child{position:relative;top:-7px}@keyframes rotation{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.project-gallery .container{display:flex;flex-wrap:wrap;gap:10px;padding:calc(var(--index)*3) calc(var(--container-padding)/2)}@media screen and (max-width:768px){.project-gallery .container{gap:2px;padding:0}}.project-gallery .project-gallery__item{--size-collumn-s:15%;--size-collumn-m:21%;--size-collumn-l:calc((100% - var(--size-collumn-s) - var(--size-collumn-m))/2 - 15px);height:355px;overflow:hidden;position:relative}@media screen and (max-width:1400px){.project-gallery .project-gallery__item{height:calc(var(--index)*20)}}@media screen and (max-width:1200px){.project-gallery .project-gallery__item{--size-collumn-s:25%;--size-collumn-m:31%;--size-collumn-l:calc(100% - var(--size-collumn-s) - var(--size-collumn-m) - 20px)}}@media screen and (max-width:768px){.project-gallery .project-gallery__item{--size-collumn-s:45%;--size-collumn-m:calc(55% - 2px)}.project-gallery .project-gallery__item:nth-child(11n+4),.project-gallery .project-gallery__item:nth-child(4n+1),.project-gallery .project-gallery__item:nth-child(4n+8){width:var(--size-collumn-m)}.project-gallery .project-gallery__item:nth-child(4n+2),.project-gallery .project-gallery__item:nth-child(4n+3){width:var(--size-collumn-s)}}@media screen and (min-width:768px){.project-gallery .project-gallery__item:first-child{width:var(--size-collumn-l)}.project-gallery .project-gallery__item:nth-child(2){width:var(--size-collumn-s)}.project-gallery .project-gallery__item:nth-child(3),.project-gallery .project-gallery__item:nth-child(4){width:var(--size-collumn-m)}.project-gallery .project-gallery__item:nth-child(5){width:var(--size-collumn-l)}.project-gallery .project-gallery__item:nth-child(6),.project-gallery .project-gallery__item:nth-child(7){width:var(--size-collumn-s)}.project-gallery .project-gallery__item:nth-child(8){width:var(--size-collumn-m)}.project-gallery .project-gallery__item:nth-child(10),.project-gallery .project-gallery__item:nth-child(9){width:var(--size-collumn-l)}.project-gallery .project-gallery__item:nth-child(11){width:var(--size-collumn-m)}.project-gallery .project-gallery__item:nth-child(12),.project-gallery .project-gallery__item:nth-child(13){width:var(--size-collumn-s)}.project-gallery .project-gallery__item:nth-child(14){width:var(--size-collumn-l)}.project-gallery .project-gallery__item:nth-child(15){width:var(--size-collumn-m)}.project-gallery .project-gallery__item:nth-child(16){width:var(--size-collumn-s)}}@media screen and (min-width:1200px){.project-gallery .project-gallery__item:first-child{width:var(--size-collumn-l)}.project-gallery .project-gallery__item:nth-child(2){width:var(--size-collumn-s)}.project-gallery .project-gallery__item:nth-child(3){width:var(--size-collumn-l)}.project-gallery .project-gallery__item:nth-child(4),.project-gallery .project-gallery__item:nth-child(5){width:var(--size-collumn-m)}.project-gallery .project-gallery__item:nth-child(6){width:var(--size-collumn-l)}.project-gallery .project-gallery__item:nth-child(7){width:var(--size-collumn-s)}.project-gallery .project-gallery__item:nth-child(8){width:var(--size-collumn-l)}.project-gallery .project-gallery__item:nth-child(9){width:var(--size-collumn-s)}.project-gallery .project-gallery__item:nth-child(10){width:var(--size-collumn-l)}.project-gallery .project-gallery__item:nth-child(11){width:var(--size-collumn-m)}.project-gallery .project-gallery__item:nth-child(12),.project-gallery .project-gallery__item:nth-child(13){width:var(--size-collumn-l)}.project-gallery .project-gallery__item:nth-child(14){width:var(--size-collumn-m)}.project-gallery .project-gallery__item:nth-child(15){width:var(--size-collumn-l)}.project-gallery .project-gallery__item:nth-child(16){width:var(--size-collumn-s)}}.project-gallery .project-gallery__item img{height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%}.main-footer{background:var(--color-gray);overflow:hidden}.main-footer .container{display:flex;flex-direction:column;justify-content:space-between;min-height:100vh;padding:44px var(--container-padding)}.footer-logo{align-items:flex-end;color:var(--color-beige);display:flex;gap:0 5px;height:86px;margin:0 auto 50px;opacity:.3;position:relative;width:120px}.footer-logo svg.letter{transform:translateY(60px) scaleY(.01);transform-origin:bottom}.footer-logo svg.letter1{height:54%;width:auto}@media screen and (max-width:768px){.footer-logo svg.letter1{height:auto;width:calc(20% - 8px)}}.footer-logo svg.letter2{height:66%;width:auto}@media screen and (max-width:768px){.footer-logo svg.letter2{height:auto;width:calc(20% - 8px)}}.footer-logo svg.letter3{height:77%;width:auto}@media screen and (max-width:768px){.footer-logo svg.letter3{height:auto;width:calc(20% - 8px)}}.footer-logo svg.letter4{height:95%;width:auto}@media screen and (max-width:768px){.footer-logo svg.letter4{height:auto;width:calc(20% - 8px)}}.footer-logo svg.letter5{height:100%;width:auto}@media screen and (max-width:768px){.footer-logo svg.letter5{height:auto;width:calc(20% - 8px)}}.main-footer__center{margin:0 auto 36px;padding-top:100px;position:relative;width:-moz-min-content;width:min-content}@media screen and (max-width:768px){.main-footer__center{padding-top:80px}}.main-footer__title{background:linear-gradient(to right,var(--color-beigeRGBA05) 50%,var(--color-beige) 50%);-webkit-background-clip:text;background-position-x:100%;background-size:200% 100%;color:transparent;font-size:calc(var(--index)*3.2);font-weight:900;line-height:1;padding-bottom:10px;text-align:center}@media screen and (max-width:580px){.main-footer__title{font-size:calc(var(--index)*2.8);line-height:1.1}}.main-footer__sub{animation:skew-x-shake 1.3s cubic-bezier(.4,0,.1,1) infinite;border:1px solid var(--color-yellow);border-radius:50px;color:var(--color-yellow);font-size:14px;font-weight:500;left:40%;padding:11px 30px 14px;position:absolute;text-transform:lowercase;top:0;white-space:nowrap}@media screen and (max-width:580px){.main-footer__sub{font-size:12px;left:20%;padding:11px 20px 14px}}@keyframes skew-x-shake{0%{transform:rotate(-15deg)}5%{transform:rotate(15deg)}10%{transform:rotate(-15deg)}15%{transform:rotate(15deg)}20%{transform:rotate(15deg)}to{transform:rotate(0deg)}}.main-footer__bottom{align-items:center;display:flex;flex-direction:column;position:relative}.main-footer__bottom .main-footer__bottom-row{align-items:center;display:flex;gap:0 50px;justify-content:center;margin-bottom:39px;width:100%}@media screen and (max-width:1200px){.main-footer__bottom .main-footer__bottom-row{flex-wrap:wrap;margin:0 auto 39px;max-width:760px}.main-footer__bottom .main-footer__bottom-row:before{content:"";display:block;margin-bottom:15px;order:2;width:100%}.main-footer__bottom .main-footer__bottom-row .footer-tg{order:1}}.main-footer__bottom .main-footer__bottom-row .footer-email{text-align:right;width:300px}@media screen and (max-width:1200px){.main-footer__bottom .main-footer__bottom-row .footer-email{order:3;text-align:center;width:calc(50% - 25px)}}@media screen and (max-width:768px){.main-footer__bottom .main-footer__bottom-row .footer-email{margin-bottom:10px;width:100%}}.main-footer__bottom .main-footer__bottom-row .footer-phone{width:300px}@media screen and (max-width:1200px){.main-footer__bottom .main-footer__bottom-row .footer-phone{order:3;text-align:center;width:calc(50% - 25px)}}@media screen and (max-width:768px){.main-footer__bottom .main-footer__bottom-row .footer-phone{width:100%}}.main-footer__bottom .btn{background:var(--color-vermilion);border-radius:50px;color:var(--color-beige);font-size:24px;font-weight:700;height:99px;line-height:91px;max-width:440px;text-transform:none;width:100%}@media screen and (max-width:768px){.main-footer__bottom .btn{border-radius:31px;font-size:20px;height:62px;line-height:57px}}@media (hover:hover){.main-footer__bottom .btn:hover{background:var(--color-yellow)}}@media (hover:none){.main-footer__bottom .btn:active{background:var(--color-yellow)}}.main-footer__bottom .btn span{height:99px;line-height:91px}@media screen and (max-width:768px){.main-footer__bottom .btn span{height:62px;line-height:57px}}.footer-email{font-size:24px}@media screen and (max-width:768px){.footer-email{font-size:16px}}.footer-email a{color:var(--color-beige);display:block;text-decoration:none;transition:color .3s var(--transition)}@media (hover:hover){.footer-email a:hover{color:var(--color-yellow)}}@media (hover:none){.footer-email a:active{color:var(--color-yellow)}}.footer-phone{font-size:24px}@media screen and (max-width:768px){.footer-phone{font-size:16px}}.footer-phone a{color:var(--color-beige);display:block;text-decoration:none;transition:color .3s var(--transition)}@media (hover:hover){.footer-phone a:hover{color:var(--color-yellow)}}@media (hover:none){.footer-phone a:active{color:var(--color-yellow)}}.coperight{font-size:12px;font-weight:500;opacity:.6}.coperight,.coperight a{color:var(--color-gray2)}.coperight a{text-decoration:none}.coperight p{margin-bottom:5px}.coperight p:last-child{margin-bottom:0}.footer-tg{align-items:center;background:var(--color-beige);border-radius:50%;color:var(--color-vermilion);display:flex;flex-direction:column;font-size:24px;font-weight:700;height:211px;justify-content:center;line-height:100%;overflow:hidden;padding:10px 30px;text-align:center;text-decoration:none;text-transform:lowercase;transition:all .4s cubic-bezier(.4,0,.1,1);width:211px;will-change:transform}@media screen and (max-width:768px){.footer-tg{font-size:18px;height:170px;width:170px}}@media (hover:hover){.footer-tg:hover{background:var(--color-yellow);color:var(--color-text);transform:scale(1.05)}.footer-tg:hover i svg:first-child{transform:translate(100%,-100%)}.footer-tg:hover i svg:nth-child(2){transform:translate(0)}}@media (hover:none){.footer-tg:active{background:var(--color-yellow);color:var(--color-text);transform:scale(1.05)}.footer-tg:active i svg:first-child{transform:translate(100%,-100%)}.footer-tg:active i svg:nth-child(2){transform:translate(0)}}.footer-tg i{display:block;height:62px;overflow:hidden;position:relative;width:62px}@media screen and (max-width:768px){.footer-tg i{height:42px;width:42px}}.footer-tg i svg{height:62px;transition:transform .4s cubic-bezier(.4,0,.1,1);width:62px;will-change:transform}@media screen and (max-width:768px){.footer-tg i svg{height:42px;width:42px}}.footer-tg i svg:nth-child(2){left:0;position:absolute;top:0;transform:translate(-100%,100%)}.footer-tg i svg:nth-child(2) path{fill:var(--color-text)}.main-footer__podval{align-items:center;display:flex;justify-content:space-between;padding-top:40px}@media screen and (max-width:768px){.main-footer__podval{flex-direction:column;gap:14px 0}}.developer{color:var(--color-gray2);font-size:12px;font-weight:500;opacity:.6;text-align:right;text-decoration:none;transition:all .3s var(--transition)}@media (hover:hover){.developer:hover{color:var(--color-white);opacity:1}}@media (hover:none){.developer:active{color:var(--color-white);opacity:1}}
/* End */
/* /local/templates/.default/assets/css/libs.css?172218634436842 */
/* /local/templates/.default/assets/css/main.css?177359667283148 */
