

/* Start:/local/templates/gorelovo/assets/css/base/normalize.css?17446552296138*/
/*! 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;
}

/* End */


/* Start:/local/templates/gorelovo/assets/css/base/fonts.css?17446552291419*/
@font-face {
	font-display: swap;
	font-family: 'InterTight';
	font-style: normal;
	font-weight: 400;
	src: url(/local/templates/gorelovo/assets/fonts/InterTight-Regular.woff) format("woff");
	src: url(/local/templates/gorelovo/assets/fonts/InterTight-Regular.woff2) format("woff2");
}
@font-face {
	font-display: swap;
	font-family: 'InterTight';
	font-style: normal;
	font-weight: 500;
	src: url(/local/templates/gorelovo/assets/fonts/InterTight-Medium.woff) format("woff");
	src: url(/local/templates/gorelovo/assets/fonts/InterTight-Medium.woff2) format("woff2");
}
@font-face {
	font-display: swap;
	font-family: 'InterTight';
	font-style: normal;
	font-weight: 600;
	src: url(/local/templates/gorelovo/assets/fonts/InterTight-SemiBold.woff) format("woff");
	src: url(/local/templates/gorelovo/assets/fonts/InterTight-SemiBold.woff2) format("woff2");
}
@font-face {
	font-display: swap;
	font-family: 'InterTight';
	font-style: normal;
	font-weight: 700;
	src: url(/local/templates/gorelovo/assets/fonts/InterTight-Bold.woff) format("woff");
	src: url(/local/templates/gorelovo/assets/fonts/InterTight-Bold.woff2) format("woff2");
}
@font-face {
	font-display: swap;
	font-family: 'InterTight';
	font-style: normal;
	font-weight: 900;
	src: url(/local/templates/gorelovo/assets/fonts/InterTight-Black.woff) format("woff");
	src: url(/local/templates/gorelovo/assets/fonts/InterTight-Black.woff2) format("woff2");
}
/* End */


/* Start:/local/templates/gorelovo/assets/css/plugins/swiper.css?174465522917653*/
@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/gorelovo/assets/css/config.css?17446552294285*/
:root {
	--main-color: #EF6432;
	--second-color: #45494F;
	--third-color: #A2A4A7;
	--white-color: #FFF;
	--white-color-op75: rgba(255, 255, 255, 0.75);
	--cards-background-color: #F7F6F5;
	--body-bg-color: #F8F8F8;
	--border-gray-color: #EBEBEB;
	--footer-buttons-bg-color: #F8F8F8;

	/*UI COLORS*/
	--button-main-color: #EF6432;
	--button-main-text-color: #FFF;
	--button-hover: #E55A28;
	--button-pressed: #DB501E;
	--secondary-button-hover: rgba(255, 255, 255, 0.5);
	--secondary-button-pressed: #FFFFFF;
	--button-disabled-bg: #F8F8F8;
	--button-disabled-text: rgba(162, 164, 167, 0.5);

	--number-button-color: #F8F8F8;
	--number-button-text-color: #45494F;
	--number-button-hover: #EF6432;
	--number-button-pressed: #E55A28;

	--input-bg-color: #F8F8F8;
	--input-outline-focus-color: #45494F;
	--input-outline-error-color: #ED584E;
	--input-placeholder-color: #A2A4A7;
	--input-disabled-bg: #F8F8F8;
	--input-disabled-text: rgba(162, 164, 167, 0.5);

	--icon-button-slider-bg: #FFFFFF;
	--icon-button-slider-bg-hover: #F8F8F8;
	--icon-button-slider-bg-disabled: #FFFFFF;
	--icon-button-slider-icon: #45494F;
	--icon-button-slider-icon-disabled: #A2A4A7;
	--icon-button-slider-border: #EBEBEB;



	--regular-font-weight: 400;
	--medium-font-weight: 500;
	--semibold-font-weight: 600;
	--bold-font-weight: 700;
	--black-font-weight: 900;
}

body {
	font-family: 'InterTight', sans-serif;
	font-size: 18px;
	font-weight: var(--medium-font-weight);
	line-height: 1.22;
	color: var(--third-color);
	padding-top: 100px;
}

body,
html {
	height: 100%;
	background: var(--body-bg-color);
	scrollbar-width: thin;
	scrollbar-color: var(--main-color) transparent;
	/*scrollbar-gutter: stable;*/
}
body::-webkit-scrollbar{
	width: 3px;
}
body::-webkit-scrollbar-track {
	background: transparent;
}
body::-webkit-scrollbar-thumb {
	background-color: var(--main-color);
}
*,
:after,
:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
h1,
h2,
h3,
p,
ul {
	margin: 0;
	font-weight: 400;
}
a {
	color: var(--text);
	text-decoration: none;
}
.wrap {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 100%;
}
.content {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}

.no-scroll {
	overflow: hidden;
}
.visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	border: 0;
	padding: 0;
	white-space: nowrap;
	-webkit-clip-path: inset(100%);
	clip-path: inset(100%);
	clip: rect(0 0 0 0);
	overflow: hidden;
}
.container {
	margin: 0 auto;
	max-width: 1920px;
	padding-left: 160px;
	padding-right: 160px;
}
@media screen and (max-width: 1600px) {
	.container {
		padding-left: 48px;
		padding-right: 48px;
	}
}
@media screen and (max-width: 1440px) {
	.container {
		max-width: 1440px;
		padding-left: 24px;
		padding-right: 24px;
	}
}
@media screen and (max-width:1060px) {
	.container {
		max-width: 100%;
		padding: 0 16px 0 16px;
	}
}

.ymaps-2-1-79-copyright {
	display: none !important;
}
.title {
	font-size: 38px;
	font-weight: var(--bold-font-weight);
	line-height: 1.21;
	letter-spacing: -0.02em;
	text-transform: uppercase;
	color: var(--second-color);
}
.small-text {
	font-size: 14px;
	line-height:  1.14;
	letter-spacing: -0.02em;
	color: var(--second-color);
}
.big-text {
	font-size: 24px;
	line-height: 1.16;
	letter-spacing: -0.02em;
	color: var(--second-color);
}
@media (max-width: 1200px) {
	.title {
		font-size: 32px;
	}
}
@media (max-width: 1060px) {
	.title {
		font-size: 28px;
	}
}
@media (max-width: 767px) {
	.title {
		font-size: 24px;
	}
}

.loader {
	width: 24px;
	aspect-ratio: 1;
	border-radius: 50%;
	border: 3px solid #FFFFFF80;
	border-right-color: #fff;
	animation: l2 1s infinite linear;
}
@keyframes l2 {
	to {
		transform: translate(-50%, -50%) rotate(1turn)
	}
}
.overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100vh;
	width: 100%;
	background: rgba(69, 73, 79, 0.5);
	z-index: 99;
}
.overlay__wrapper {
	display: flex;
	justify-content: flex-end;
	width: 100%;
	height: 100%;
}
@media (max-width: 576px) {
	.overlay__wrapper {
		justify-content: center;
		align-items: flex-end;
	}
}
/* End */


/* Start:/local/templates/gorelovo/assets/css/general/button.css?17515522061592*/
.button {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	font-weight: var(--bold-font-weight);
	letter-spacing: -0.02em;
	line-height: 1;
	padding: 16px 20px;
	min-height: 54px;
	text-align: center;
	border: none;
	outline: none;
	cursor: pointer;
	border-radius: 12px;
	background: var(--button-main-color);
	color: var(--button-main-text-color);
	transition: background 350ms ease-in-out, color 350ms ease-in-out;
}
.button .loader {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.button_loader_active .loader{
	display: block;
}
.button svg {
	width: 20px;
	height: 20px;
	flex-shrink: 0;
}
.button_svg_first svg{
	order: -1;
}
.button_bg_color_peach {
	background: rgba(239, 100, 50, 0.15);
}
.button_bg_color_peach span {
	color: var(--button-main-color)
}
.button_bg_color_peach svg {
	color: var(--button-main-color)
}
.button:disabled {
	background: var(--button-disabled-bg);
	color: var(--button-disabled-text);
	cursor: default;
}
.button_loader_active:disabled {
	background: var(--button-main-color);
	color: var(--button-main-text-color);
	cursor: default;
}
.button:not(.button:disabled):not(.button_loader_active:disabled):hover {
	background: var(--button-hover);
}
.button:not(.button:disabled):active {
	background: var(--button-pressed);
}

.button_bg_color_peach:not(.button:disabled):not(.button_loader_active:disabled):hover {
	background: rgba(239, 100, 50, 0.25);
}
.button_bg_color_peach:not(.button:disabled):active {
	background: rgba(239, 100, 50, 0.5);
}
/* End */


/* Start:/local/templates/gorelovo/assets/css/general/offer-button.css?1751552206949*/
.offer-button {
	position: relative;
	display: inline-flex;
	align-items: flex-end;
	justify-content: flex-start;
	gap: 8px;
	font-weight: var(--bold-font-weight);
	letter-spacing: -0.02em;
	padding: 20px;
	min-height: 142px;
	text-align: left;
	border: none;
	outline: none;
	cursor: pointer;
	border-radius: 12px;
	text-transform: uppercase;
	background: var(--button-main-color);
	color: var(--button-main-text-color);
	transition: background 350ms ease-in-out, color 350ms ease-in-out;
}
.offer-button svg {
	position: absolute;
	top: 12px;
	right: 12px;
	width: 32px;
	height: 32px;
	flex-shrink: 0;
}

.offer-button:disabled {
	background: var(--button-disabled-bg);
}
.offer-button:hover {
	background: var(--button-hover);
}
.offer-button:active {
	background: var(--button-pressed);
}
.offer-button_bucket:active {
	color: var(--main-color);
	background: var(--white-color);
}
.offer-button_bucket:active span {
	color: var(--main-color);
}
/* End */


/* Start:/local/templates/gorelovo/assets/css/general/secondary-button.css?1744655229652*/
.secondary-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	font-weight: var(--bold-font-weight);
	letter-spacing: -0.02em;
	padding: 12px 20px;
	min-height: 54px;
	text-align: center;
	border: 2px solid var(--button-main-color);
	outline: none;
	cursor: pointer;
	border-radius: 12px;
	background: transparent;
	color: var(--button-main-color);
	transition: background 350ms ease-in-out;
}
.secondary-button svg {
	width: 20px;
	height: 20px;
	flex-shrink: 0;
}
.secondary-button:hover {
	background: var(--secondary-button-hover);
}
.secondary-button:active {
	background: var(--secondary-button-pressed);
}
/* End */


/* Start:/local/templates/gorelovo/assets/css/general/icon-button.css?17446552291235*/
.icon-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border: none;
	outline: none;
	cursor: pointer;
	border-radius: 8px;
	background: var(--button-main-color);
	color: var(--button-main-text-color);
	transition: background 350ms ease-in-out, color 350ms ease-in-out;
}
.icon-button svg {
	width: 24px;
	height: 24px;
	flex-shrink: 0;
	color: var(--white-color);
}
.icon-button:disabled {
	background: var(--button-disabled-bg);
	color: var(--button-disabled-text);
}
.icon-button:not(.icon-button:disabled):hover {
	background: var(--button-hover);
}
.icon-button:active {
	background: var(--button-pressed);
}
.icon-button_slider {
	outline: 1px solid var(--icon-button-slider-border);
	background: var(--icon-button-slider-bg);
	color: var(--icon-button-slider-icon);
}
.icon-button_slider svg{
	color: var(--icon-button-slider-icon);
}

.icon-button_slider:disabled {
	background: var(--icon-button-slider-bg-disabled);
	color: var(--icon-button-slider-icon-disabled);
}
.icon-button_slider:disabled svg{
	color: var(--icon-button-slider-icon-disabled);
}
.icon-button_slider:not(.icon-button_slider:disabled):hover {
	background: var(--icon-button-slider-bg-hover);
}
/* End */


/* Start:/local/templates/gorelovo/assets/css/general/number-button.css?1744655229561*/
.number-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: var(--bold-font-weight);
	letter-spacing: -0.02em;
	padding: 16px 20px;
	min-height: 54px;
	text-align: center;
	border: none;
	outline: none;
	cursor: pointer;
	border-radius: 12px;
	background: var(--number-button-color);
	color: var(--number-button-text-color);
	transition: background 350ms ease-in-out, color 350ms ease-in-out;
}
.number-button:hover {
	color: var(--number-button-hover);
}
.number-button:active {
	color: var(--number-button-pressed);
}
/* End */


/* Start:/local/templates/gorelovo/assets/css/header.css?17515522062906*/
.header {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	width: 100%;
	z-index: 70;
	transition: transform 350ms ease-in-out;
}
.header_hidden {
	transform: translate3d(0,-100%,0);
}
.header__wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 40px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	background: var(--white-color);
}
.header__logo {
	max-width: 208px;
	width: 100%;
}
.header__logo img {
	max-width: 100%;
	width: 100%;
}
.header__interface {
	display: flex;
	align-items: center;
	gap: 12px;
}
.header__location {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 14px 20px;
	min-height: 54px;
	border-radius: 12px;
	border: 1px solid var(--border-gray-color);
}
.header__location svg {
	width: 20px;
	height: 20px;
	flex-shrink: 0;
}
.header__location span {
	font-weight: var(--bold-font-weight);
	letter-spacing: -0.02em;
	color: var(--second-color);
}
.header__interface-busket-button {
	position: relative;
	padding: 15px;
}
.header__interface-busket-button svg {
	width: 24px;
	height: 24px;
}
.header__interface-busket-count {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 2px;
	right: 2px;
	min-width: 22px;
	min-height: 22px;
	padding: 0 4px;
	flex-shrink: 0;
	border-radius: 12px;
	border: 2px solid var(--main-color);
	background: #fff;
	font-weight: 500;
	font-size: 14px;
	line-height: 1;
	text-align: center;
	color: var(--main-color);
}
.header__interface-burger {
	display: none;
	flex-direction: column;
	gap: 3px;
	align-items: center;
	justify-content: center;
}
.header__interface-burger span {
	display: block !important;
	border-radius: 2px;
	width: 18px;
	height: 2px;
	background: var(--white-color);
}
@media (max-width: 1366px) {
	.header .number-button {
		display: none;
	}
}
@media (max-width: 1200px) {
	.header__wrapper {
		padding: 20px 8px;
		border-bottom-right-radius: 12px;
		border-bottom-left-radius: 12px;
	}
	.header__interface {
		gap: 8px;
	}
	.header__location {
		padding: 8px;
		width: 40px;
		height: 40px;
		min-height: 100%;
		border-radius: 8px;
	}
	.header__location svg {
		width: 24px;
		height: 24px;
	}
	.header__location span {
		display: none;
	}
	.header .button {
		min-height: 100%;
		width: 40px;
		height: 40px;
		padding: 8px;
		border-radius: 8px;
	}
	.header .button svg {
		width: 24px;
		height: 24px;
	}
	.header .button:not(.header__interface-busket-button) span{
		display: none;
	}
	.header__interface-download-btn {
		display: none;
	}
	.header__interface-burger {
		display: inline-flex;
	}
}
@media (max-width: 1060px) {
	.header .container {
		padding: 0 4px 0 4px;
	}
	.header__interface-busket-button {
		padding: 8px;
	}
	.header__interface-busket-count {
		top: 0;
		right: 0;
		min-width: 18px;
		min-height: 18px;
	}
}
@media (max-width: 375px) {
	.header__logo {
		max-width: 155px;
	}
}
/* End */


/* Start:/local/templates/gorelovo/assets/css/footer.css?17454129297107*/
.footer {
	padding-bottom: 40px;
}
.footer__contacts {
	position: relative;
	padding: 40px;
	border-radius: 20px;
	background: var(--white-color);
}

.footer__logo {
	display: block;
	max-width: 153px;
	width: 100%;
}
.footer__logo img {
	max-width: 100%;
	width: 100%;
}
.footer__map-location {
	min-height: 284px;
}
.footer__info {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 109px;
	padding-top: 40px;
}
.footer__info-title {
	font-weight: var(--medium-font-weight);
	letter-spacing: -0.01em;
	margin-bottom: 12px;
	color: var(--second-color);
}
.footer__info-text {
	font-size: 14px;
	font-weight: var(--medium-font-weight);
	line-height: 1.14;
	letter-spacing: -0.02em;
	color: var(--third-color);
}
.footer__info-text a {
	transition: color 350ms ease-in-out;
}
.footer__info-text a:hover {
	color: var(--main-color);
}
.footer__info-col:nth-child(1) {
	max-width: 404px;
}
.footer__info-col:nth-child(2) {
	max-width: 291px;
}
.footer__info-col:nth-child(3) {
	max-width: 334px;
}

.footer__button-up,
.footer__location-button{
	position: absolute;
	left: 40px;
	bottom: 40px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	font-weight: var(--bold-font-weight);
	letter-spacing: -0.02em;
	text-align: center;
	padding: 16px 20px;
	border-radius: 12px;
	border: none;
	outline: none;
	cursor: pointer;
	background: var(--footer-buttons-bg-color);
	color: var(--second-color);
	transition: color 350ms ease-in-out;
}
.footer__location-button {
	position: static;
}
@media (hover:hover) {
	.footer__button-up:hover,
	.footer__location-button:hover {
		color: var(--button-hover);
	}
}
.footer__button-up:active {
	color: var(--button-pressed);
}
.footer__button-up svg,
.footer__location-button svg{
	width: 20px;
	height: 20px;
	flex-shrink: 0;
}
.footer__feedback-button {
	margin-top: 51px;
}
.footer__map {
	position: relative;
	padding: 40px;
	border-radius: 20px;
	margin-bottom: 40px;
	min-height: 1064px;
	background: var(--white-color);
	overflow: hidden;
}
.footer__map::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	max-width: 1600px;
	height: 100%;
	transition: all 350ms ease-in-out;
}
.footer__map_gorelovo::after {
	background: url(/local/templates/gorelovo/assets/images/footer/gorelovo.svg) center bottom / contain no-repeat;
}
.footer__map_moscow::after {
	background: url(/local/templates/gorelovo/assets/images/footer/moscow.svg) center bottom / contain no-repeat;
}
.footer__map-info {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	z-index: 1;
	height: 100%;
	flex-direction: column;
}
.footer__map-title {
	margin-bottom: 20px;
}
.footer__map-text {
	letter-spacing: -0.01em;
	max-width: 530px;
	margin-bottom: 40px;
}
.footer__map-tech-params {
	padding-top: 20px;
	width: 100%;
}
.footer__map-tech-params:nth-child(3) {
	padding-bottom: 20px;
}
.footer__map-tech-params:last-child {
	display: grid;
	grid-template-columns: auto auto;
	column-gap: 18px;
	border-top: 1px solid var(--border-gray-color);
}
.footer__map-description {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	align-self: flex-end;
	padding: 40px;
	border-radius: 12px;
	background: var(--white-color);
}
.footer__map-description-img {
	position: relative;
	overflow: hidden;
	width: 100%;
	min-width: 414px;
	height: 0;
	padding-bottom: 46.25%;
	border-radius: 12px;
	margin-bottom: 30px;
}
.footer__map-description-img img {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.footer__map-description-title {
	text-transform: capitalize;
	width: 100%;
	padding-bottom: 20px;
	border-bottom: 1px solid var(--border-gray-color);
}
.footer__map-tech-title {
	font-size: 24px;
	line-height: 1.25;
	letter-spacing: -0.01em;
	margin-bottom: 20px;
	grid-column: span 2;
	color: var(--second-color);
}
.footer__map-tech-info div:nth-child(1) {
	font-size: 24px;
	font-weight: var(--semibold-font-weight);
	line-height: 29px;
	letter-spacing: -0.02em;
	margin-bottom: 12px;
	color: var(--main-color);
}
.footer__map-tech-info div:nth-child(2) {
	letter-spacing: -0.01em;
	max-width: 163px;
}
.footer__map-buttons {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 2px;
	border-radius: 16px;
	padding: 4px;
	margin-bottom: 20px;
	background: var(--footer-buttons-bg-color);
}
.footer__map-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: none;
	outline: none;
	border-radius: 14px;
	padding: 15px 24px;
	font-weight: 600;
	font-size: 18px;
	line-height: 120%;
	background: transparent;
	cursor: pointer;
	transition: color 350ms ease-in-out, background 350ms ease-in-out;
	color: var(--third-color);
}
.footer__map-button_active{
	background: var(--white-color);
	color: var(--second-color);
}
@media (hover: hover) {
	.footer__map-button:not(.footer__map-button_active):hover {
		background: var(--white-color);
		color: var(--second-color);
	}
}
@media (max-width: 1200px) {
	.footer__info {
		gap: 40px;
	}
}
@media (max-width: 1060px) {
	.footer {
		padding-bottom: 20px;
	}
	.footer_catalog {
		padding-bottom: 100px;
	}
	.footer .container {
		padding: 0 4px 0 4px;
	}
	.footer__contacts {
		padding: 20px 16px;
		border-radius: 12px;
	}
	.footer__info {
		grid-template-columns: 1fr 1fr;
	}
	.footer__info-col:nth-child(3) {
		grid-column: 2;
	}
	.footer__button-up {
		left: unset;
		right: 16px;
		top: 20px;
		bottom: unset;
		padding: 9px 16px;
	}
	.footer__button-up svg {
		width: 16px;
		height: 16px;
	}
	.footer__map {
		padding: 20px 16px;
		border-radius: 12px;
		margin-bottom: 20px;
		min-height: 100%;
	}
}
@media (max-width: 767px) {
	.footer__info {
		grid-template-columns: 1fr;
		gap: 32px;
	}
	.footer__info-col:nth-child(3) {
		grid-column: unset;
	}
	.footer__feedback-button {
		margin-top: 20px;
	}
	.footer__map::after {
		bottom: -30px;
	}
	.footer__map-description {
		padding: 20px;
		align-self: flex-start;
	}
	.footer__map-description-img {
		min-width: 240px;
	}
	.footer__map-tech-title {
		grid-column: unset;
		margin-bottom: 20px;
	}
	.footer__map-tech-params:last-child {
		grid-template-columns: 1fr;
		column-gap: unset;
		gap: unset;
	}
	.footer__map-tech-params:last-child .footer__map-tech-info:nth-child(2) {
		margin-bottom: 32px;
	}
	.footer__map-info {
		gap: 306px;
		justify-content: space-between;
	}
	.footer__map_gorelovo::after {
		background: url(/local/templates/gorelovo/assets/images/icons/russia_mob.svg) center bottom / 103% 105% no-repeat;
	}
	.footer__map_moscow::after {
		background: url(/local/templates/gorelovo/assets/images/icons/russia_mob3.svg) center bottom / 103% 105% no-repeat;
	}
	.footer__map-location {
		min-height: 290px;
	}
}
@media (max-width: 576px) {
	.footer_catalog {
		padding-bottom: 176px;
	}
}
@media (max-width: 425px) {
	.footer__map_moscow::after {
		bottom: 25px;
	}
	.footer__map-location {
		min-height: 311px;
	}
}
@media (max-width: 375px) {
	.footer__feedback-button {
		width: 100%;
	}
	.footer__map-info {
		gap: 220px;
	}
}
/* End */


/* Start:/local/templates/gorelovo/assets/css/general/input.css?1744655229686*/
.input {
	display: flex;
	font-weight: var(--medium-font-weight);
	letter-spacing: -0.01em;
	width: 100%;
	height: 60px;
	border-radius: 12px;
	padding: 0 20px;
	outline: none;
	border: 1px solid transparent;
	background: var(--input-bg-color);
	color: var(--second-color);
	transition: border 350ms ease-in-out;
}
.input::placeholder {
	color: var(--third-color);
}
.input:focus-within {
	border-color: var(--input-outline-focus-color);
}
.input:disabled {
	background: var(--input-disabled-bg);
	color: var(--input-disabled-text);
}
.input:not(.input:disabled):hover {
	border-color: var(--input-outline-focus-color);
}
.input_error{
	border-color: var(--input-outline-error-color);
}
/* End */


/* Start:/local/templates/gorelovo/assets/css/general/form.css?17515522066015*/
.form {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 101;
	display: inline-flex;
	flex-direction: column;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	padding: 20px;
	height: 100dvh;
	max-width: 480px;
	width: 100%;
	background: var(--white-color);
	transform: translate3d(100%,0,0);
	transition: transform 350ms ease-in-out;
	overflow: hidden;
	overflow-y: auto;
	overscroll-behavior: contain;
	scroll-snap-type: y mandatory;
}
.form_active {
	transform: translate3d(0,0,0);
}
.form__wrapper {
	display: flex;
	flex-direction: column;
	gap: 25px;
	height: 100%;
	/*overflow: auto;*/
}
.form__wrapper .form__header-title {
	margin-bottom: 8px;
}
.form__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 24px;
}
.form__header-title {
	color: var(--second-color);
}

.form__close-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border: none;
	outline: none;
	cursor: pointer;
	border-radius: 8px;
	background: #F8F8F8;
	transition: background 350ms ease-in-out;
}
.form__close-btn svg{
	width: 14px;
	height: 14px;
	flex-shrink: 0;
}
.form__text {
	max-width: 346px;
	color: var(--third-color);
}
.form__area {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin-bottom: 24px;
}
.form__input {
	display: flex;
	width: 100%;
}
.form__input-area {
	display: block;
	flex-grow: 1;
}
.form__buttons {
	display: flex;
	flex-direction: column;
	gap: 15px;
	margin-top: auto;
}
.form__submit-button {
	width: 100%;
	min-height: 60px;
}

.form__buttons-divider {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 34px;
}
.form__buttons-divider::after {
	content: '';
	height: 1px;
	width: 100%;
	background: #F8F8F8;
}
.form__buttons-divider::before {
	content: '';
	height: 1px;
	width: 100%;
	background: #F8F8F8;
}
.form__social-btn {
	width: 100%;
}
.form__social-btn {
	position: relative;
	overflow: hidden;
	background: linear-gradient(0deg, #1FAF38 -9900%, #60D669 100%);
}
.form__social-btn:hover {
	background: linear-gradient(0deg, #1FAF38 -9900%, #60D669 100%) !important;
}
.form__success,
.form__empty{
	display: none;
	flex-direction: column;
	height: 100%;
	/*overflow: auto;*/
}
.form__success-body,
.form__empty-body {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100%;
	margin-bottom: 40px;
}
.form__success-icon,
.form__empty-icon {
	width: 100px;
	height: 100px;
	flex-shrink: 0;
	margin: 0 auto 24px auto;
}
.form__success-title,
.form__empty-title {
	margin-bottom: 20px;
	text-align: center;
}
.form__success-text,
.form__empty-text {
	letter-spacing: -0.01em;
	max-width: 375px;
	text-align: center;
}
.form__success-button,
.form__empty-button {
	width: 100%;
	margin-top: auto;
}
.form__bucket-list {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: 100%;
	min-height: 61px;
	max-height: 427px;
	flex-shrink: 0;
	gap: 12px;
	margin-bottom: 32px;
	overflow: hidden;
	overflow-y: auto;
	overscroll-behavior: contain;
	scroll-snap-type: y mandatory;
}
.form__product-card {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	gap: 12px;
}
.form__product-card:first-child {
	padding-bottom: 12px;
	border-bottom: 1px solid var(--border-gray-color);
}
.form__product-card:not(:last-child) {
	padding-bottom: 12px;
	border-bottom: 1px solid var(--border-gray-color);
}
.form__product-card:only-child {
	padding: 0;
	border: unset;
}
.form__product-card-link {
	display: flex;
	align-items: center;
	gap: 12px;
	width: 100%;
}
.form__product-card-img {
	position: relative;
	width: 48px;
	height: 48px;
	flex-shrink: 0;
	overflow: hidden;
	border-radius: 8px;
	background: var(--body-bg-color);
}
.form__product-card-img img{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.form__product-card-interface {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	gap: 12px;
}
.form__product-card-name {
	font-weight: 500;
	font-size: 18px;
	line-height: 120%;
	color: var(--second-color);
	transition: color 350ms ease-in-out;
}
.form__product-card-name:hover {
	color: var(--main-color);
}
.form__product-card-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	border-radius: 8px;
	padding: 4px 8px;
	min-height: 25px;
	border: none;
	outline: none;
	background: rgba(239, 100, 50, 0.1);
	cursor: pointer;
	transition: background 350ms ease-in-out;
}
.form__product-card-btn:hover {
	background: rgba(239, 100, 50, 0.15);
}
.form__product-card-btn:active {
	background: rgba(239, 100, 50, 0.25);
}
.form__product-card-btn svg {
	width: 12px;
	height: 12px;
	flex-shrink: 0;
}
.form__product-card-btn span {
	font-weight: 500;
	font-size: 14px;
	line-height: 120%;
	color: var(--main-color);
}
/*.form_with_bucket {*/
/*	overflow: hidden;*/
/*	overflow-y: auto;*/
/*	overscroll-behavior: contain;*/
/*	scroll-snap-type: y mandatory;*/
/*}*/
.form_with_bucket .form__wrapper {
	gap: unset;
}
.form_with_bucket .form__wrapper .form__text{
	margin-bottom: 24px;
}
.form_with_bucket .form__buttons {
	flex-direction: row-reverse;
	align-items: center;
	gap: 8px;
}
.form__pdf-button {
	padding: 14px;
}
.form__pdf-button svg {
	width: 32px;
	height: 32px;
	flex-shrink: 0;
}
@media (max-width: 1060px) {
	.form {
		max-width: 380px;
	}
}
@media (max-width: 576px) {
	.form {
		border-radius: 12px 12px 0 0;
		padding: 20px 16px 16px 16px;
		max-width: 100%;
		height: 100dvh;
		max-height: 516px;
		top: unset;
		transform: translate3d(0,100%,0);
	}
	.form.form_with_bucket{
		max-height: 673px;
	}
	.form__area {
		margin-bottom: 15px;
	}
	.form_active {
		transform: translate3d(0,0,0);
	}
	.form__product-card-interface {
		flex-direction: column;
		align-items: flex-start;
		gap: 8px;
	}
	.form__bucket-list {
		min-height: 68px;
		max-height: 248px;
	}
}
/* End */


/* Start:/local/templates/gorelovo/assets/css/general/mob-menu.css?17515522062007*/
.mob-menu {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 100;
	display: inline-flex;
	flex-direction: column;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	padding: 20px;
	height: 100dvh;
	max-width: 380px;
	width: 100%;
	background: var(--white-color);
	transform: translate3d(100%,0,0);
	transition: transform 350ms ease-in-out;
	overflow: hidden;
	overflow-y: auto;
	overscroll-behavior: contain;
	scroll-snap-type: y mandatory;
}
.mob-menu_active {
	transform: translate3d(0,0,0);
}
.mob-menu__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 24px;
}
.mob-menu__header-title {
	color: var(--second-color);
}

.mob-menu__close-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border: none;
	outline: none;
	cursor: pointer;
	border-radius: 8px;
	background: #F8F8F8;
	transition: background 350ms ease-in-out;
}
.mob-menu__close-btn svg{
	width: 14px;
	height: 14px;
	flex-shrink: 0;
}
.mob-menu__content {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
	height: 100%;
	align-items: flex-start;
}
.mob-menu__content .offer-button {
	min-height: 100px;
	padding: 12px;
}
.mob-menu__content .offer-button svg {
	width: 20px;
	height: 20px;
}
.mob-menu__content [data-id="open-feedback"] {
	margin-top: auto;
	justify-content: space-between;
	padding: 12px;
	grid-column: span 2;
}
.mob-menu__content [data-id="open-feedback"] svg {
	width: 32px;
	height: 32px;
	order: 2;
}
.mob-menu__content [data-id="open-feedback"] span {
	text-transform: uppercase;
}
/*@media (max-width: 1060px) {*/
/*	.mob-menu {*/
/*		max-width: 380px;*/
/*	}*/
/*}*/
@media (max-width: 576px) {
	.mob-menu {
		border-radius: 12px 12px 0 0;
		padding: 20px 16px 16px 16px;
		max-width: 100%;
		height: 100dvh;
		max-height: 516px;
		top: unset;
		transform: translate3d(0,100%,0);
	}
	.mob-menu{
		max-height: 268px;
	}
	.mob-menu_active {
		transform: translate3d(0,0,0);
	}
}
/* End */


/* Start:/local/templates/gorelovo/assets/css/general/offer-card.css?1744655229899*/
.offer-card {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 12px;
	padding: 40px;
	min-height: 269px;
	border-radius: 12px;
	background: var(--cards-background-color);
	overflow: hidden;
}
.offer-card__title {
	position: relative;
	font-size: 24px;
	font-weight: var(--semibold-font-weight);
	line-height: 1.16;
	letter-spacing: -0.02em;
	z-index: 1;
	color: var(--second-color);
}
.offer-card__text {
	font-size: 14px;
	line-height: 1.14;
	letter-spacing: -0.02em;
	max-width: 414px
}
.offer-card .icon-button {
	position: relative;
	margin-top: auto;
	z-index: 1;
}
.offer-card_img {
	position: relative;
}
.offer-card_img img {
	position: absolute;
	bottom: 0;
	right: 0;
	width: max-content;
	height: auto;
	object-fit: contain;
}
@media (max-width: 1060px) {
	.offer-card {
		padding: 20px;
	}
}
@media (max-width: 576px) {
	.offer-card_img img {
		right: -49px;
	}
}
/* End */


/* Start:/local/templates/gorelovo/assets/css/pages/main.css?174465522910369*/
/*Главный баннер*/
.preview {
	padding: 20px 0 40px 0;
}
.preview__wrapper {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 40px;
	padding: 40px;
	border-radius: 20px;
	min-height: 600px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.preview__title {
	font-size: 60px;
	font-weight: var(--bold-font-weight);
	line-height: 1.25;
	letter-spacing: -0.03em;
	max-width: 1300px;
	text-transform: uppercase;
	text-align: left;
	color: var(--white-color);
}
.preview__title span {
	display: block;
	color: rgba(255, 255, 255, 0.5);
}
.preview__button {
	max-width: 440px;
}
/*Блок разработки*/

/*Стили для анимации svg на главной*/
.anim-title {
	fill: #A2A4A7;
}
.anim-text {
	fill: #45494E;
}
.circle {
	fill: #EBEBEB;
}
.big-circle {
	fill: rgba(235, 235, 235, 0.5);
}

.development__wrapper {
	padding: 40px;
	border-radius: 20px;
	background: var(--white-color);
}
.development__title {
	margin-bottom: 20px;
}

.development__text {
	max-width: 584px;
	letter-spacing: -0.01em;
	margin-bottom: 40px;
}

.development__desktop-animation{
	width: 100%;
}
.development__mobile-animation {
	display: none;
}
.development__benefits {
	position: relative;
	padding-top: 200px;
}
.development__benefits-title {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	font-size: 256px;
	font-weight: var(--bold-font-weight);
	line-height: 1.25;
	letter-spacing: -0.03em;
	background-image: linear-gradient(180deg, rgba(69, 73, 79, 0.15) 0%, rgba(69, 73, 79, 0.0075) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-align: center;
	z-index: 1;
}
.development__benefits-cards {
	position: relative;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(374px, 1fr));
	gap: 19px;
	z-index: 2;
}

/*Второй баннер*/
.description {
	padding: 40px 0 40px 0;
}
.description__wrapper {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 40px;
	border-radius: 20px;
	min-height: 600px;
	background-image: url("/local/templates/gorelovo/assets/images/pages/main/second_banner_main.webp");
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.description__logo {
	max-width: 153px;
	width: 100%;
	margin-bottom: 40px;
}
.description__logo img {
	max-width: 100%;
	width: 100%;
}
.description__text {
	color: var(--white-color-op75);
	margin-bottom: 20px;
	max-width: 789px;
}
.description__notice {
	max-width: 273px;
	color: var(--white-color-op75);
}
.description__button {
	margin-top: auto;
}
/*Изготавливаемая продукция*/
.products {
	padding: 40px 0 0 0;
}
.products__wrapper {
	display: flex;
	flex-direction: column;
	padding: 40px;
	border-radius: 20px;
	background: var(--white-color);
}
.products__list {
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding-bottom: 40px;
}
.products__title {
	margin-bottom: 40px;
}
.products__buttons {
	display: flex;
	align-items: center;
	gap: 12px;
	padding-top: 40px;
}
.products__card {
	display: flex;
	justify-content: space-between;
	padding: 40px 40px 0 40px;
	border-radius: 12px;
	background: var(--cards-background-color);
}
.products__card-title {
	font-size: 24px;
	font-weight: var(--semibold-font-weight);
	line-height: 1.16;
	letter-spacing: -0.02em;
	margin-bottom: 20px;
	color: var(--second-color);
}
.products__terms-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 32px;
	margin-bottom: 40px;
}
.products__term {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
}

.products__term-title {
	font-size: 14px;
	line-height:  1.14;
	letter-spacing: -0.02em;
}
.products__term-text {
	font-weight: var(--bold-font-weight);
	letter-spacing: -0.02em;
	color: var(--second-color);
}
.products__card-content {
	width: 100%;
	padding-bottom: 40px;
}
.products__card-img {
	width: 100%;
	display: flex;
	justify-content: flex-end;
}
.products__card-img img {
	width: 100%;
	height: auto;
	object-fit: contain;
	object-position: bottom;
}
.products__card:nth-child(1) .products__card-img {
	max-width: 652px;
}
.products__card:nth-child(2) .products__card-img {
	max-width: 576px;
}
.products__card:nth-child(3) .products__card-img {
	max-width: 506px;
}
.products__card:nth-child(4) .products__card-img {
	max-width: 376px;
}
.products__card:nth-child(4) .products__card-content .products__terms-list .products__term:last-child {
	grid-row: 3;
	grid-column: span 3;
}
.products__card:nth-child(4) .products__card-content .products__terms-list {
	margin-bottom: 0;
}
.products__benefits-list {
	display: grid;
	gap: 32px;
	grid-template-columns: repeat(3, 1fr);
}
.products__benefit {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.products__benefit-img {
	width: 24px;
	height: 24px;
	flex-shrink: 0;
	object-fit: contain;
	margin-bottom: 16px;
}
.products__benefit-title {
	font-size: 24px;
	line-height: 1.16;
	letter-spacing: -0.02em;
	margin-bottom: 8px;
	color: var(--main-color);
}
.products__benefit-text {
	font-size: 14px;
	line-height:  1.14;
	letter-spacing: -0.02em;
	max-width: 235px;
	color: var(--second-color);
}
.products__link {
	margin: 0 auto;
}
/* Решения под ключ */
.solutions {
	padding: 40px 0 0 0;
}
.solutions__wrapper {
	padding: 40px;
	border-radius: 20px;
	background: var(--white-color);
}
.solutions__title {
	margin-bottom: 20px;
}
.solutions__text {
	max-width: 630px;
	margin-bottom: 40px;
}
.solutions__grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(370px, 1fr));
	gap: 20px;
}
/* Партнеры */
.partners {
	padding: 40px 0 40px 0;
}
.partners__wrapper {
	padding: 40px;
	border-radius: 20px;
	background: var(--white-color);
}
.partners__title {
	margin-bottom: 20px;
}
.partners__slider-interface {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 40px;
	gap: 20px;
}
.partners__text {
	letter-spacing: -0.01em;
}
.partners__slider {
	height: 100%;
	width: 100%;
}
.partners__slider .swiper-wrapper {
	height: auto;
}
.partners__slider-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
	justify-content: center;
	padding: 40px;
	border-radius: 12px;
	border: 1px solid var(--border-gray-color);
	background: var(--white-color);
	width: 300px;
	height: 181px;
}
.partners__slider-item img {
	max-width: 220px;
	height: auto;
}
.partners__slider-item span {
	font-size: 14px;
	line-height: 1.14;
	letter-spacing: -0.02em;
	text-align: center;
}
.partners__slider-buttons {
	display: flex;
	align-items: center;
	gap: 12px;
}
.partners__slider-button_prev {
	transform: scale(-1);
}
@media (max-width: 1440px) {
	.products__terms-list {
		grid-template-columns: 1fr 1fr;
	}
	.products__card:nth-child(4) .products__card-content .products__terms-list .products__term:last-child {
		grid-row: 4;
		grid-column: span 2;
	}
	.products__card:nth-child(4) .products__card-img {
		max-width: 300px;
	}
	.products__benefits-list {
		grid-template-columns: 1fr 1fr;
	}
}
@media (max-width: 1366px) {
	.preview__title {
		font-size: 48px;
	}
}
@media (max-width: 1060px) {
	.preview {
		padding: 40px 0 40px 0;
	}
	.preview .container {
		padding: 0 4px 0 4px;
	}
	.preview__wrapper {
		gap: 20px;
		padding: 32px 16px 16px 16px;
	}
	.development .container {
		padding: 0 4px 0 4px;
	}
	.development__wrapper {
		padding: 20px 16px;
	}
	.development__desktop-animation{
		display: none;
	}
	.development__mobile-animation {
		display: grid;
		grid-template-columns: auto 1fr;
		gap: 24px;
		padding-bottom: 40px;
	}
	.development__animation-content {
		display: flex;
		flex-direction: column;
	}
	.development__animation-info {
		max-width: 245px;
	}
	.development__animation-info-1 {
		margin-bottom: 48px;
	}
	.development__animation-info-2 {
		margin-bottom: 48px;
	}
	.development__animation-info-3 {
		margin-bottom: 29px;
	}
	.development__animation-info-4 {
		margin-bottom: 35px;
	}
	.development__animation-info-5 {
		margin-bottom: 50px;
	}
	.development__animation-title {
		margin-bottom: 8px;
	}
	.development__benefits-title {
		font-size: 96px;
	}
	.development__benefits {
		padding-top: 80px;
	}
	.description .container {
		padding: 0 4px 0 4px;
	}
	.description__wrapper {
		padding: 20px 16px;
	}
	.solutions .container {
		padding: 0 4px 0 4px;
	}
	.solutions__wrapper {
		padding: 20px 16px;
	}
	.partners .container {
		padding: 0 4px 0 4px;
	}
	.partners__wrapper {
		padding: 20px 16px;
	}
	.partners__slider-interface {
		flex-direction: column;
		align-items: flex-start;
		margin-bottom: 20px;
	}
	.partners__slider-buttons {
		align-self: flex-end;
	}
	.products .container {
		padding: 0 4px 0 4px;
	}
	.products__list {
		padding-bottom: 20px;
	}
	.products__wrapper {
		padding: 20px 16px;
		border-radius: 12px;
	}
	.products__card {
		flex-direction: column-reverse;
		padding: 20px;
	}
	.products__card-content {
		padding-top: 20px;
		padding-bottom: 0;
	}
	.products__card:nth-child(n) .products__card-img {
		display: flex;
		justify-content: center;
		max-width: 100%;
		margin: 0 -20px 0 -20px;
		overflow: hidden;
		border-bottom: 1px solid var(--border-gray-color);
	}
	.products__card:nth-child(n) .products__card-img img{
		max-width: 495px;
	}
	.products__card:nth-child(4) .products__card-img img{
		max-width: 295px;
	}
}
@media (max-width: 767px) {
	.preview__title {
		font-size: 38px;
	}
}
@media (max-width: 576px) {
	.preview__title {
		font-size: 32px;
	}
	.development__benefits-cards {
		grid-template-columns: 1fr;
		gap: 20px;
	}
	.development .container {
		overflow: hidden;
	}
	.description__text {
		font-size: 16px;
	}
	.description__wrapper {
		background-position: right 38% center;
	}
	.solutions__grid {
		grid-template-columns: 1fr;
	}
	.products__buttons {
		flex-direction: column-reverse;
	}
	.products__buttons .button,
	.products__buttons .secondary-button{
		width: 100%;
	}
	.products__benefits-list {
		grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
	}
	.products__card:nth-child(4) .products__card-img img {
		max-width: 50%;
		min-width: 180px;
	}

}
@media (max-width: 375px) {
	.description__wrapper {
		background-image: url("/local/templates/gorelovo/assets/images/pages/main/second_banner_main_mob.webp");
	}
}
/* End */


/* Start:/local/templates/gorelovo/assets/css/general/benefits-card.css?1744655229433*/
.benefits-card {
	padding: 40px;
	border-radius: 12px;
	background: var(--cards-background-color);
}
.benefits-card__icon {
	width: 64px;
	height: 64px;
	flex-shrink: 0;
	margin-bottom: 40px;
}
.benefits-card__title {
	text-transform: uppercase;
	font-weight: var(--semibold-font-weight);
	margin-bottom: 12px;

}
.benefits-card__text {
	letter-spacing: -0.01em;
}
@media (max-width: 1060px) {
	.benefits-card {
		padding: 20px;
	}
}
/* End */


/* Start:/local/templates/gorelovo/assets/css/pages/404.css?1744655229870*/
.error404 {
	padding: 20px 0 40px 0;
}
.error404__wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100%;
	padding: 60px 40px 40px 40px;
	border-radius: 20px;
	background: var(--white-color);
}
.error404__title {
	margin-bottom: 20px;
	text-align: center;
}
.error404__descr {
	letter-spacing: -0.01em;
	max-width: 354px;
	margin-bottom: 106px;
	text-align: center;
	color: var(--third-color);

}
.error404__icon {
	width: 100%;
	max-width: 342px;
	margin-bottom: 60px;
}
.error404__button svg {
	width: 24px;
	height: 24px;
}
@media (max-width: 1060px) {
	.error404 {
		padding: 20px 0 20px 0;
	}
	.error404 .container {
		padding: 0 4px 0 4px;
	}
	.error404__wrapper {
		padding: 40px 20px;
		border-radius: 12px;
	}
	.error404__descr {
		margin-bottom: 40px;

	}
	.error404__icon {
		margin-bottom: 40px;
	}
}
/* End */
/* /local/templates/gorelovo/assets/css/base/normalize.css?17446552296138 */
/* /local/templates/gorelovo/assets/css/base/fonts.css?17446552291419 */
/* /local/templates/gorelovo/assets/css/plugins/swiper.css?174465522917653 */
/* /local/templates/gorelovo/assets/css/config.css?17446552294285 */
/* /local/templates/gorelovo/assets/css/general/button.css?17515522061592 */
/* /local/templates/gorelovo/assets/css/general/offer-button.css?1751552206949 */
/* /local/templates/gorelovo/assets/css/general/secondary-button.css?1744655229652 */
/* /local/templates/gorelovo/assets/css/general/icon-button.css?17446552291235 */
/* /local/templates/gorelovo/assets/css/general/number-button.css?1744655229561 */
/* /local/templates/gorelovo/assets/css/header.css?17515522062906 */
/* /local/templates/gorelovo/assets/css/footer.css?17454129297107 */
/* /local/templates/gorelovo/assets/css/general/input.css?1744655229686 */
/* /local/templates/gorelovo/assets/css/general/form.css?17515522066015 */
/* /local/templates/gorelovo/assets/css/general/mob-menu.css?17515522062007 */
/* /local/templates/gorelovo/assets/css/general/offer-card.css?1744655229899 */
/* /local/templates/gorelovo/assets/css/pages/main.css?174465522910369 */
/* /local/templates/gorelovo/assets/css/general/benefits-card.css?1744655229433 */
/* /local/templates/gorelovo/assets/css/pages/404.css?1744655229870 */
