

/* Start:/bitrix/templates/envodesign_advertpro/normalize.css?17128294046138*/
/*! 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:/bitrix/templates/envodesign_advertpro/swiper-bundle.min.css?171282940418435*/
/**
 * Swiper 11.0.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 5, 2024
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.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-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-pagination{position:absolute;text-align:center;transition:.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{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;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{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active{pointer-events:auto}.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
/* End */


/* Start:/bitrix/templates/envodesign_advertpro/css/ext.css?17139875682293*/
@media (max-width: 991px) {
.breadcrumbs {flex-wrap: wrap !important;}
}

.overlay__callback--block {position: fixed; top: 0; left:0; background: #000; opacity: 0.7; width: 100%; height: 100%; display: none; z-index: 10000000;}
.forms__callback--top {position: fixed; top: 0; left:0; width: 100%; height: 100%; z-index: 100000001; display: none; justify-content: center; align-items: center;}
.form__callback--block {width: 100%; max-width: 420px; max-height: 100vh;  padding: 37px 30px 47px 30px; background: #fff; border-radius: 4px; position: relative; text-align: center; overflow-y:auto; scrollbar-width: thin; scrollbar-color: #343434 #dedede;}
.form__callback--block::-webkit-scrollbar {width: 5px;}
.form__callback--block::-webkit-scrollbar-thumb {background-color: #343434;}
.form__callback--block::-webkit-scrollbar-track {background-color: #a7a7a7;}

.form__callback--block .contacts-form__buttom-column {margin:auto;}
.form__callback--block p {margin: 0; padding: 10px 0 20px 0}

.form__callback--heading {font-weight:  bold; text-transform: uppercase; font-size: 16px;}
.form__callback--text {padding-top: 5px; line-height: 120%;}

.close__callback--block {position: absolute;right: 15px;top: 10px;width: 30px;height: 30px;cursor: pointer;}
.close__callback--block:before, .close__callback--block:after {position: absolute;left: 15px;content: ' ';height: 31px;width: 1px;background-color: #778899;}
.close__callback--block:before {transform: rotate(45deg);}
.close__callback--block:after {transform: rotate(-45deg);}

.contact__label--block {color: #778899;}

.contacts-info__buttons-row .footer-contacts__buttons-column {padding: 10px;}
.footer-contacts__buttons-row.left {justify-content: left;}
.footer-contacts__buttons-row.left .footer-contacts__buttons-column {padding-right: 20px;}
.footer-contacts__buttons-row.left .footer-contacts__buttons-column:last-of-type {padding-right: 0px;}

.header__phone-button--link {border: 0; outline: 0 !important}

.breadcrumbs__item  {max-width: 100%; display: inline-block; overflow: hidden; flex-basis: 100vw;}
.breadcrumbs__item span {white-space: normal !important;}

.callback__modal--button {cursor: pointer;}

.services-item__more-item.callback__modal--button:hover {text-decoration: underline}
/* End */


/* Start:/bitrix/templates/envodesign_advertpro/components/bitrix/menu/header_menu/style.css?17137948061022*/
.header-menu-list__item-text .header-menu-list__item-text_link {padding: 0; display: block; width: 100%; height: 100%; background:  transparent; color: #fff;}
.header-menu-list__item-text:hover a.header-menu-list__item-text_link {color: #000}

.subsub__menu--heading {}
.subsub__menu--list {margin: 5px 0px 0px 0px; padding-bottom: 5px;}
.subsub__menu--list li {margin: 0 0 5px 15px; list-style: none; color: #fff; padding-left: 10px; position: relative; font-size: 14px;}
.subsub__menu--list li::before {content: '-'; position: absolute; top: 50%; left: 0px; transform: translate(-50%, 0%); width: 10px; height: auto; line-height: 0px; text-align: right;}
.subsub__menu--list a {color: #fff; font-weight: 300;}
.subsub__menu--list a:hover {color: #fff; text-decoration: underline}

.subgroup__menu--heading {display: block; margin: 20px 0px 5px 10px; padding: 0px 0px 5px 0px; border-bottom: dashed 1px #fff; font-size: 12px; text-transform: uppercase; font-weight: 300;}
.subgroup__menu--list {margin: 0;}


/* End */


/* Start:/bitrix/templates/envodesign_advertpro/components/bitrix/menu/header_menu_mobile/style.css?1713796772843*/
.subsub__menu--list-mobile {margin: 5px 0px 0px 0px; padding-bottom: 0px;}
.subsub__menu--list-mobile li {margin: 0 0 5px 30px; list-style: none; color: #fff; padding-left: 10px; position: relative; font-size: 12px;}
.subsub__menu--list-mobile li::before {content: '-'; position: absolute; top: 50%; left: 0px; transform: translate(-50%, 0%); width: 10px; height: auto; line-height: 0px; text-align: right;}
.subsub__menu--list-mobile a {color: #fff; font-weight: 300;}
.subsub__menu--list-mobile a:hover {color: #fff; text-decoration: underline}

@media (max-width: 1199px) {
.subgroup__menu--heading-mobile {display: block; margin: 20px 10px 5px 10px; padding: 0px 0px 5px 15px; border-bottom: dashed 1px #fff; font-size: 11px; text-transform: uppercase; font-weight: 300;}
.subgroup__menu--list-mobile {margin: 0 0 10px 0;}
}



/* End */


/* Start:/bitrix/templates/envodesign_advertpro/template_styles.css?1756375671102898*/
@charset "UTF-8";
/* Jost* | Designed by Owen Earl | SIL Open Font License, Version 1.1. https://github.com/indestructible-type/Jost/blob/master/OFL.txt */
@font-face {
  font-family: "Jost";
  font-weight: 100;
  font-style: normal;
  src: url("../fonts/Jost-100-Hairline.woff2") format("woff2");
}
@font-face {
  font-family: "Jost";
  font-weight: 100;
  font-style: italic;
  src: url("../fonts/Jost-100-HairlineItalic.woff2") format("woff2");
}
@font-face {
  font-family: "Jost";
  font-weight: 200;
  font-style: normal;
  src: url("../fonts/Jost-200-Thin.woff2") format("woff2");
}
@font-face {
  font-family: "Jost";
  font-weight: 200;
  font-style: italic;
  src: url("../fonts/Jost-200-ThinItalic.woff2") format("woff2");
}
@font-face {
  font-family: "Jost";
  font-weight: 300;
  font-style: normal;
  src: url("../fonts/Jost-300-Light.woff2") format("woff2");
}
@font-face {
  font-family: "Jost";
  font-weight: 300;
  font-style: italic;
  src: url("../fonts/Jost-300-LightItalic.woff2") format("woff2");
}
@font-face {
  font-family: "Jost";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/Jost-400-Book.woff2") format("woff2");
}
@font-face {
  font-family: "Jost";
  font-weight: normal;
  font-style: italic;
  src: url("../fonts/Jost-400-BookItalic.woff2") format("woff2");
}
@font-face {
  font-family: "Jost";
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/Jost-500-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Jost";
  font-weight: 500;
  font-style: italic;
  src: url("../fonts/Jost-500-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Jost";
  font-weight: 600;
  font-style: normal;
  src: url("../fonts/Jost-600-Semi.woff2") format("woff2");
}
@font-face {
  font-family: "Jost";
  font-weight: 600;
  font-style: italic;
  src: url("../fonts/Jost-600-SemiItalic.woff2") format("woff2");
}
@font-face {
  font-family: "Jost";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/Jost-700-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Jost";
  font-weight: 700;
  font-style: italic;
  src: url("../fonts/Jost-700-BoldItalic.woff2") format("woff2");
}
@font-face {
  font-family: "Jost";
  font-weight: 800;
  font-style: normal;
  src: url("../fonts/Jost-800-Heavy.woff2") format("woff2");
}
@font-face {
  font-family: "Jost";
  font-weight: 800;
  font-style: italic;
  src: url("../fonts/Jost-800-HeavyItalic.woff2") format("woff2");
}
@font-face {
  font-family: "Jost";
  font-weight: 900;
  font-style: normal;
  src: url("../fonts/Jost-900-Black.woff2") format("woff2");
}
@font-face {
  font-family: "Jost";
  font-weight: 900;
  font-style: italic;
  src: url("../fonts/Jost-900-BlackItalic.woff2") format("woff2");
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

html, body {
  height: 100%;
}

body {
  position: relative;
  min-width: 320px;
  font-family: "Jost", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: normal;
  color: #2b2b2b;
  background-color: #f3f0e9;
  display: flex;
  flex-direction: column;
}

.body-header-menu-opened {
  overflow: hidden;
}

h1 {
  font-size: 23px;
  line-height: 1;
  font-weight: normal;
  color: #2b2b2b;
  text-align: left;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
@media (min-width: 576px) {
  h1 {
    font-size: 45px;
  }
}

h2 {
  font-size: 30px;
  line-height: 1.6;
  font-weight: 600;
  color: #2b2b2b;
  text-align: left;
  margin: 0 0 12px 0;
  padding: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media (min-width: 576px) {
  h2 {
    font-size: 44px;
    line-height: 1.1;
  }
}

h3 {
  font-size: 24px;
  line-height: 1.1;
  font-weight: normal;
  margin: 0 0 40px 0;
  padding: 0;
}

p {
  margin: 0 0 40px 0;
}

ul {
  list-style: none;
  background: none;
  margin: 0 0 40px 0;
  padding: 0;
}
ul li {
  padding: 0 0 0 32px;
  background: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiBoZWlnaHQ9IjgiIHZpZXdCb3g9IjAgMCAyNCA4IiB3aWR0aD0iMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0ibTIzLjg1NjU4OCA0LjM4NDA4NTdjLjE5MTIxNi0uMjEyMTI0OS4xOTEyMTYtLjU1NjA0ODQgMC0uNzY4MTczM2wtMy4xMTcwNjEtMy40NTY4MTcwOGMtLjE5MTMxNS0uMjEyMTI3MDktLjUwMTQ1My0uMjEyMTI3MDktLjY5MjY3IDAtLjE5MTMxNC4yMTIxMjcwOS0uMTkxMzE0LjU1NjA1Mzg3IDAgLjc2ODE3NzY3bDIuNzcwNjc4IDMuMDcyNzI2MTEtMi43NzA2NzggMy4wNzI3MjZjLS4xOTEzMTQuMjEyMTI0OS0uMTkxMzE0LjU1NjA0ODQgMCAuNzY4MTczMy4xOTEyMTcuMjEyMTM1OC41MDEzNTUuMjEyMTM1OC42OTI2NyAwem0tMjMuODU2NTg4LjE1OTA5OTJoMjMuNTEwMjA0di0xLjA4NjM3MTZoLTIzLjUxMDIwNHoiIGZpbGw9IiMyYjJiMmIiIHN0cm9rZS13aWR0aD0iMSIvPjwvc3ZnPg==") no-repeat left 0 top 8px;
  margin: 0 0 15px 0;
}

ol {
  list-style: none;
  counter-reset: my-counter;
  margin: 0 0 40px 0;
  padding: 0;
}
ol>li {
  position: relative;
  padding: 0;
  margin: 0 0 15px 50px;
  background: none;
}
ol>li:before {
  position: absolute;
  left: -50px;
  top: 0;
  width: 30px;
  font-weight: 500;
  content: counter(my-counter, decimal-leading-zero);
  counter-increment: my-counter;
  margin-right: 5px;
  background: url("data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjE4IiB2aWV3Qm94PSIwIDAgMSAxOCIgd2lkdGg9IjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0ibTAgMGgxdjE4aC0xeiIgZmlsbD0iI2JiYjliYSIvPjwvc3ZnPg==") no-repeat right 0 top 4px;
}

a {
  color: #2b2b2b;
  text-decoration: none;
}
a:hover {
  color: #2b2b2b;
  text-decoration: none;
}
a:active {
  color: #2b2b2b;
  text-decoration: none;
}

.text-nowrap {
  white-space: nowrap;
}

.md-inline {
  display: none;
}
@media (min-width: 768px) {
  .md-inline {
    display: block;
  }
}

.header {
  z-index: 50;
  position: fixed;
  flex: 0 0 auto;
  width: 100%;
  height: 80px;
  padding: 30px 0 0 0;
  transition: all 1s ease;
}
.header_background {
  background-color: rgba(43, 43, 43, 0.7);
}
.header__container {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .header__container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .header__container {
    max-width: 720px;
  }
}
@media (min-width: 1140px) {
  .header__container {
    max-width: 994px;
  }
}
@media (min-width: 1200px) {
  .header__container {
    max-width: 1124px;
  }
}
@media (min-width: 1400px) {
  .header__container {
    max-width: 1320px;
  }
}
.header__row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.header__logo-column {
  flex: 1 1 auto;
  padding: 10px 0 0 0;
}
.header__phone-column {
  display: none;
}
@media (min-width: 768px) {
  .header__phone-column {
    display: block;
    flex: 0 0 auto;
    padding: 30px 30px 0 0;
  }
}
.header__phone-button-column {
  flex: 0 0 auto;
  width: 43px;
  padding: 32px 0 0 0;
}
@media (min-width: 768px) {
  .header__phone-button-column {
    display: none;
  }
}
.header__menu-column {
  flex: 0 0 auto;
  width: 40px;
  padding: 20px 0 0 0;
  /*padding: 29px 0 0 0;*/
}
@media (min-width: 1200px) {
  .header__menu-column {
    width: 66px;
  }
}

.header-logo {
  display: block;
  width: 160px;
  opacity: 0;
  text-decoration: none;
  transition: all 1s ease;
}
.header-logo:hover {
  text-decoration: none;
}
.header-logo svg {
  display: block;
}
@media (min-width: 768px) {
  .header-logo {
    opacity: 1;
  }
}
.header-logo_show {
  opacity: 1 !important;
}

.header-phone {
  height: 20px;
  font-size: 16px;
  line-height: 1.2;
  color: #ffffff;
  padding: 0 0 0 24px;
  background: url("data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjE3IiB2aWV3Qm94PSIwIDAgMTcgMTciIHdpZHRoPSIxNyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtNC4xMzIyNzk2IDEuMDMyMzE1NiAxLjQ2NTQ2NTYgMy40MTk5MjExLTEuODk1NTk2NSAxLjU0OTk4MjUtLjYwMzY5MzIuNDk1MDI4MS4zMzM1NC43MDYzMjExYzEuMzE3NjczOCAyLjc5NDU5MjcgMy41NjY3MTc0IDUuMDQyMjg0NiA2LjM2MTQxNjkgNi4zNTk5MDc2bC43MDYzMjE2LjMzMzU0MS40OTM1MTktLjYwMzY5NCAxLjU1MTQ5MS0xLjg5NTU5NyAzLjQyMjk0MSAxLjQ2Njk3NS0uNzIxNDE0IDMuMTMwMTQ5Yy03LjgyNDM2ODYtLjA4NTU0MS0xNC4xNTY5MzAzLTYuNDA1Mzc4MS0xNC4yNDI2MzEyLTE0LjI0MTEyMTZ6bTExLjk3ODc4MTQgMTEuODk0MjYzNC4wMDQ1LjAwMTV2LjAwMTVjLS4wMDE3LS4wMDA3NDgtLjAwMjgtLjAwMjItLjAwNDUtLjAwM3ptLjQwNDAxMS0uOTE0MTQtMy43MTg3MzktMS41OTM3NTVjLS4xNTg5MDItLjA2Ny0uMzM1NTA0LS4wODItLjUwMzEwNS0uMDQxLS4xNjc3MDIuMDQyLS4zMTc1MDQuMTM2Njk2LS40MjY2MDUuMjcwNDkybC0xLjY0NzAxNyAyLjAxMTc0NGMtMi41ODQ2MjcyLTEuMjE4NzY0LTQuNjY0NjQ4Mi0zLjI5ODgwNi01Ljg4MzM2MTItNS44ODI3MzM2bDIuMDEyMTIxNS0xLjY0NzM1MzdjLjEzNDAwMS0uMTA5Mzk3LjIyODkwMTktLjI1ODc5MjguMjcwMzAyMy0uNDI2Nzg4MS4wNDEtLjE2Njk5NTMuMDI3MDAxLS4zNDM2OTAzLS4wNDEtLjUwMjg4NTlsLTEuNTkzNzE2OS0zLjcxODY5NTY0Yy0uMDc1MDAwOS0uMTcwODk1Mi0uMjA2ODAxOS0uMzEwNDkxMjktLjM3MzQwNDItLjM5NTQ4ODkxLS4xNjY4MDE3LS4wODM5OTc2NC0uMzU3NjAzNS0uMTA3Mzk2OTUtLjUzOTcwNTItLjA2NTk5ODE1bC0zLjQ1MzIzNjE3Ljc5Njg3NzYzYy0uMTc1NjAxNS4wNDA5OTg5LS4zMzIzMDI4Ni4xMzk2OTYxLS40NDQ0MDM5NS4yODEyOTIxNy0uMTEyMjAxNTQuMTQwNTk2LS4xNzMyMDIxOC4zMTUzOTExLS4xNzMyMDIxOC40OTU5ODYxIDAgOC41MTY0NjExIDYuOTAzMTcxMyAxNS40MDU4NjgxIDE1LjQwNjY2IDE1LjQwNTg2ODEuMTgwMzAyIDAgLjM1NTIwMy0uMDYuNDk2MzA1LS4xNzI4OTUuMTQxMTAyLS4xMTIyOTcuMjQwMTAzLS4yNjk0OTMuMjgwNzAzLS40NDQyODhsLjc5NjgwOC0zLjQ1MzAwM2MuMDQxLS4xODM1OTUuMDE3LS4zNzQ5OS0uMDY4LS41NDE5ODUtLjA4NS0uMTY3OTk1LS4yMjUzMDItLjI5OTc5Mi0uMzk3NTA0LS4zNzQ5OXoiIGZpbGw9IiNmZmZmZmYiLz48L3N2Zz4=") no-repeat left 0 top 3px;
}
.header-phone__link {
  color: #ffffff;
  text-decoration: none;
}
.header-phone__link:hover {
  color: #bbb9ba;
  text-decoration: none;
}

.header-phone-button {
  display: block;
  cursor: pointer;
  width: 17px;
  height: 17px;
  margin: 0;
  padding: 0;
  border-radius: 0;
  border: none;
  background: none;
}
.header-phone-button svg {
  display: block;
  fill: #ffffff;
  transition: all 0.5s ease;
}
.header-phone-button:hover svg {
  fill: #bbb9ba;
}

.header-menu-button {
  display: block;
  cursor: pointer;
  width: 20px;
  height: 22px;
  margin: 0;
  padding: 0;
  border-radius: 0;
  border: none;
  background: none;
}
.header-menu-button svg {
  display: block;
  fill: #ffffff;
  margin: 0 auto;
  transition: all 0.5s ease;
}
.header-menu-button:hover svg {
  fill: #bbb9ba;
}

.header-menu-background {
  background-color: rgba(43, 43, 43, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 50;
  display: none;
}
.header-menu-background_opened {
  display: block;
}

.header-menu {
  z-index: 100;
  display: none;
  position: fixed;
  right: -320px;
  top: 0;
  width: 320px;
  height: 100%;
  background-color: #2b2b2b;
  border-left: 1px solid #bbb9ba;
}
.header-menu_opened {
  display: none;
}
@media (min-width: 1140px) {
  .header-menu_opened {
    display: block;
  }
}
.header-menu__container {
  padding: 15px;
  position: relative;
  height: 100%;
}
.header-menu__close {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
}
.header-menu__close-item {
  flex: 0 0 auto;
}
.header-menu__row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-left: -10px;
  margin-right: -10px;
}
@media (min-width: 1200px) {
  .header-menu__row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.header-menu__column {
  flex: 0 0 auto;
  width: 25%;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 1200px) {
  .header-menu__column {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.header-menu__content {
  overflow-y: hidden;
  height: 100%;
}

.header-menu-close-button {
  width: 23px;
  height: 23px;
  padding: 0;
  margin: 0;
  border: 0;
  background: none;
  border-radius: 0;
  cursor: pointer;
}
.header-menu-close-button svg {
  display: block;
  width: 100%;
  fill: #ffffff;
}
.header-menu-close-button svg:hover {
  fill: #bbb9ba;
}

.header-menu-list {
  padding: 0;
  margin: 0;
  list-style: none;
  background: none;
}
.header-menu-list__item {
  color: #ffffff;
  padding: 0;
  margin: 0;
  font-size: 16px;
  line-height: 1.2;
  background: none;
  list-style: none;
}
.header-menu-list__item-link {
  color: #ffffff;
  padding: 10px;
  display: block;
}
.header-menu-list__item-link:hover {
  color: #2b2b2b;
  background-color: #f3f0e9;
}
.header-menu-list__item-text {
  cursor: pointer;
  color: #ffffff;
  padding: 10px;
}
.header-menu-list__item-text:hover {
  color: #2b2b2b;
  background-color: #f3f0e9;
}

.header-submenu-list {
  padding: 0;
  margin: 0;
  list-style: none;
  background: none;
}
.header-submenu-list__item {
  color: #ffffff;
  padding: 0;
  margin: 0;
  font-size: 16px;
  line-height: 1.2;
  background: none;
  list-style: none;
}
.header-submenu-list__item-link {
  color: #ffffff;
  padding: 10px;
  display: block;
}
.header-submenu-list__item-link:hover {
  color: #2b2b2b;
  background-color: #f3f0e9;
}
.header-submenu-list__item-text {
  cursor: pointer;
  color: #ffffff;
  padding: 10px;
}
.header-submenu-list__item-text:hover {
  color: #2b2b2b;
  background-color: #f3f0e9;
}

.header-submenu {
  display: none;
  background-color: #2b2b2b;
  border-left: 1px solid #bbb9ba;
  position: absolute;
  right: 320px;
  top: 0;
  width: 640px;
  height: 100%;
}
.header-submenu__container {
  padding: 42px 0 15px 0;
  position: relative;
  height: 100%;
}
.header-submenu__content {
  overflow-y: hidden;
  height: 100%;
}
.header-submenu__row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.header-submenu__column {
  padding-left: 15px;
  padding-right: 15px;
  flex: 0 0 auto;
  width: 50%;
}
.header-submenu__image img {
  display: block;
  width: 100%;
}
.header-submenu_open {
  display: block;
}

.header-menu-mobile {
  z-index: 100;
  display: none;
  position: fixed;
  right: -290px;
  top: 0;
  width: 290px;
  height: 100%;
  background-color: #2b2b2b;
  border-left: 1px solid #bbb9ba;
  padding: 15px;
}
.header-menu-mobile_opened {
  display: block;
}
@media (min-width: 1140px) {
  .header-menu-mobile_opened {
    display: none;
  }
}
.header-menu-mobile__container {
  height: 100%;
  position: relative;
  padding: 55px 0 0 0;
}
.header-menu-mobile__close {
  position: absolute;
  right: 0;
  top: 15px;
  width: 23px;
  height: 23px;
}
.header-menu-mobile__content {
  overflow-y: scroll;
  height: 100%;
}

.header-menu-mobile-close-button {
  width: 23px;
  height: 23px;
  padding: 0;
  margin: 0;
  border: 0;
  background: none;
  border-radius: 0;
  cursor: pointer;
}
.header-menu-mobile-close-button svg {
  display: block;
  width: 100%;
  fill: #ffffff;
}
.header-menu-mobile-close-button svg:hover {
  fill: #bbb9ba;
}

.header-menu-mobile-list {
  padding: 0;
  margin: 0;
  list-style: none;
  background: none;
}
.header-menu-mobile-list__item {
  color: #ffffff;
  padding: 0;
  margin: 0;
  font-size: 16px;
  line-height: 1.2;
  background: none;
  list-style: none;
}
.header-menu-mobile-list__item-link {
  color: #ffffff;
  padding: 10px;
  display: block;
}
.header-menu-mobile-list__item-link:hover {
  color: #2b2b2b;
  background-color: #f3f0e9;
}
.header-menu-mobile-list__item-text {
  cursor: pointer;
  color: #ffffff;
  padding: 10px;
}
.header-menu-mobile-list__item-text:hover {
  color: #2b2b2b;
  background-color: #f3f0e9;
}

.header-menu-mobile-submenu {
  height: 0;
  overflow: hidden;
}
.header-menu-mobile-submenu_show {
  height: 100%;
}

.header-menu-mobile-submenu-list {
  padding: 0;
  margin: 0;
  list-style: none;
  background: none;
  overflow: hidden;
}
.header-menu-mobile-submenu-list__item {
  color: #ffffff;
  padding: 0;
  margin: 0;
  font-size: 14px;
  line-height: 1.2;
  background: none;
  list-style: none;
}
.header-menu-mobile-submenu-list__item-link {
  color: #ffffff;
  padding: 10px 10px 10px 25px;
  display: block;
}
.header-menu-mobile-submenu-list__item-link:hover {
  color: #2b2b2b;
  background-color: #f3f0e9;
}
.header-menu-mobile-submenu-list__item-text {
  cursor: pointer;
  color: #ffffff;
  padding: 10px 10px 10px 25px;
}
.header-menu-mobile-submenu-list__item-text:hover {
  color: #2b2b2b;
  background-color: #f3f0e9;
}

.content {
  flex: 1 0 auto;
}

.promo {
  min-height: 100vh;
  min-height: 100dvh;
  overflow: hidden;
  /*background: #2b2b2b url("/bitrix/templates/envodesign_advertpro/images/promo-background.jpg") no-repeat center top;*/
  padding: 152px 0 62px 0;
}
@media (min-width: 576px) {
  .promo {
    padding: 152px 0 90px 0;
  }
}
@media (min-width: 768px) {
  .promo {
    padding: 203px 0 40px 0;
  }
}
.promo__container {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .promo__container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .promo__container {
    max-width: 720px;
  }
}
@media (min-width: 1140px) {
  .promo__container {
    max-width: 994px;
  }
}
@media (min-width: 1200px) {
  .promo__container {
    max-width: 1124px;
  }
}
@media (min-width: 1400px) {
  .promo__container {
    max-width: 1320px;
  }
}

@media (min-width: 768px) {
  .page-logo {
    display: none;
  }
}
.page-logo__item svg {
  display: block;
  margin: 0 auto;
}

.promo-info {
  padding: 56px 0 0 0;
  width: 220px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .promo-info {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .promo-info {
    width: initial;
    margin: 0;
  }
}
.promo-info__title {
  font-size: 23px;
  line-height: 1;
  font-weight: normal;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .promo-info__title {
    font-size: 45px;
  }
}
.promo-info__text {
  font-size: 20px;
  line-height: 1.1;
  font-weight: 300;
  color: #ffffff;
  text-align: center;
  padding: 15px 0 0 0;
}

.order-items {
  margin: 40px 0 0 0;
}
@media (min-width: 576px) {
  .order-items {
    margin: 90px 0 0 0;
  }
}
.order-items__row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin: -10px -24px -10px -24px;
}
.order-items__column {
  flex: 0 0 auto;
  padding: 10px 24px 10px 24px;
}
.order-item {
  font-size: 13px;
  line-height: 1.2;
  color: #ffffff;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  background: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiBoZWlnaHQ9IjgiIHZpZXdCb3g9IjAgMCAyNCA4IiB3aWR0aD0iMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0ibTIzLjg1NjU4OCA0LjM4NDA4NTdjLjE5MTIxNi0uMjEyMTI0OS4xOTEyMTYtLjU1NjA0ODQgMC0uNzY4MTczM2wtMy4xMTcwNjEtMy40NTY4MTcwOGMtLjE5MTMxNS0uMjEyMTI3MDktLjUwMTQ1My0uMjEyMTI3MDktLjY5MjY3IDAtLjE5MTMxNC4yMTIxMjcwOS0uMTkxMzE0LjU1NjA1Mzg3IDAgLjc2ODE3NzY3bDIuNzcwNjc4IDMuMDcyNzI2MTEtMi43NzA2NzggMy4wNzI3MjZjLS4xOTEzMTQuMjEyMTI0OS0uMTkxMzE0LjU1NjA0ODQgMCAuNzY4MTczMy4xOTEyMTcuMjEyMTM1OC41MDEzNTUuMjEyMTM1OC42OTI2NyAwem0tMjMuODU2NTg4LjE1OTA5OTJoMjMuNTEwMjA0di0xLjA4NjM3MTZoLTIzLjUxMDIwNHoiIGZpbGw9IiNmZmYiIHN0cm9rZS13aWR0aD0iMSIvPjwvc3ZnPg==") no-repeat right 0 center;
  padding: 0 32px 0 0;
}
.order-item__link {
  color: #ffffff;
  transition: all 0.5s ease;
}
.order-item__link:hover {
  color: #bbb9ba;
}

.promo-benefits {
  display: none;
}
@media (min-width: 768px) {
  .promo-benefits {
    display: block;
    margin: 162px 0 0 0;
    background-color: #2b2b2b;
    overflow: hidden;
    padding: 28px 30px 28px 30px;
  }
}
@media (min-width: 1200px) {
  .promo-benefits {
    padding: 28px 62px 28px 62px;
  }
}
.promo-benefits__row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (min-width: 768px) {
  .promo-benefits__row {
    margin: 0 -16px 0 -16px;
  }
}
@media (min-width: 1140px) {
  .promo-benefits__row {
    margin: 0 -32px 0 -32px;
  }
}
@media (min-width: 1200px) {
  .promo-benefits__row {
    margin: 0 -56px 0 -56px;
  }
}
.promo-benefits__column {
  flex: 0 0 auto;
}
@media (min-width: 768px) {
  .promo-benefits__column {
    padding: 0 16px 0 16px;
    width: 33.333333%;
  }
}
@media (min-width: 1140px) {
  .promo-benefits__column {
    padding: 0 32px 0 32px;
  }
}
@media (min-width: 1200px) {
  .promo-benefits__column {
    padding: 0 56px 0 56px;
  }
}

.promo-benefits-item {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  color: #bbb9ba;
  line-height: 1.2;
  padding: 8px 0 8px 15px;
  border-left: 1px solid #bbb9ba;
  height: 100%;
}
.promo-benefits-item__text {
  flex: 0 0 auto;
}

.benefits {
  padding: 60px 0 60px 0;
}
@media (min-width: 768px) {
  .benefits {
    padding: 80px 0 80px 0;
  }
}
.benefits__container {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .benefits__container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .benefits__container {
    max-width: 720px;
  }
}
@media (min-width: 1140px) {
  .benefits__container {
    max-width: 994px;
  }
}
@media (min-width: 1200px) {
  .benefits__container {
    max-width: 1124px;
  }
}
@media (min-width: 1400px) {
  .benefits__container {
    max-width: 1320px;
  }
}
.benefits__row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-left: -10px;
  margin-right: -10px;
}
@media (min-width: 1200px) {
  .benefits__row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.benefits__title-column {
  flex: 0 0 auto;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 1140px) {
  .benefits__title-column {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .benefits__title-column {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.benefits__info-column {
  flex: 0 0 auto;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 60px;
}
@media (min-width: 1140px) {
  .benefits__info-column {
    flex: 0 0 auto;
    width: 50%;
    padding-top: 0;
  }
}
@media (min-width: 1200px) {
  .benefits__info-column {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.benefits-title {
  color: #2b2b2b;
  margin: 0;
}

.benefits-info {
  padding: 0;
}
.benefits-info__row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.benefits-info__column {
  flex: 0 0 auto;
}

.benefits-info-item__title {
  font-size: 50px;
  line-height: 1;
  font-weight: 600;
  text-align: center;
}
.benefits-info-item__text {
  font-size: 14px;
  line-height: 1.1;
  font-weight: 300;
  text-align: center;
  letter-spacing: 1px;
  padding: 10px 0 0 0;
}
@media (min-width: 360px) {
  .benefits-info-item__text {
    font-size: 16px;
  }
}
@media (min-width: 1140px) {
  .benefits-info-item__text {
    font-size: 20px;
  }
}

.portfolio {
  padding: 0;
}

.portfolio-header {
  background: #2b2b2b url("../images/portfolio-background.jpg") no-repeat center top;
  padding: 60px 0 60px 0;
}
@media (min-width: 768px) {
  .portfolio-header {
    padding: 80px 0 80px 0;
  }
}
.portfolio-header__container {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .portfolio-header__container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .portfolio-header__container {
    max-width: 720px;
  }
}
@media (min-width: 1140px) {
  .portfolio-header__container {
    max-width: 994px;
  }
}
@media (min-width: 1200px) {
  .portfolio-header__container {
    max-width: 1124px;
  }
}
@media (min-width: 1400px) {
  .portfolio-header__container {
    max-width: 1320px;
  }
}
.portfolio-header__title {
  color: #ffffff;
}
.portfolio-header__text {
  color: #ffffff;
}

.portfolio-content {
  padding: 60px 0 60px 0;
}
@media (min-width: 768px) {
  .portfolio-content {
    padding: 60px 0 80px 0;
  }
}
.portfolio-content__container {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .portfolio-content__container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .portfolio-content__container {
    max-width: 720px;
  }
}
@media (min-width: 1140px) {
  .portfolio-content__container {
    max-width: 994px;
  }
}
@media (min-width: 1200px) {
  .portfolio-content__container {
    max-width: 1124px;
  }
}
@media (min-width: 1400px) {
  .portfolio-content__container {
    max-width: 1320px;
  }
}

.portfolio-items__row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-left: -10px;
  margin-right: -10px;
  margin-top: -15px;
  margin-bottom: -15px;
}
@media (min-width: 1200px) {
  .portfolio-items__row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.portfolio-items__column {
  flex: 0 0 auto;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (min-width: 1140px) {
  .portfolio-items__column {
    flex: 0 0 auto;
    width: 33.333333%;
  }
}
@media (min-width: 1200px) {
  .portfolio-items__column {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.portfolio-item {
  display: block;
  text-decoration: none;
  height: 100%;
}
.portfolio-item:hover {
  text-decoration: none;
}
.portfolio-item:hover .portfolio-item__image img {
  transform: scale(1.05);
}
@media (min-width: 1140px) {
  .portfolio-item:hover .portfolio-item__image img {
    transform: scale(1.1);
  }
}
.portfolio-item__image {
  overflow: hidden;
}
.portfolio-item__image img {
  display: block;
  width: 100%;
  transition: all 0.5s ease;
}
.portfolio-item__info {
  padding: 15px 0 0 0;
}
.portfolio-item__title {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  font-size: 24px;
  line-height: 1.2;
  color: #2b2b2b;
}
.portfolio-item__title-number {
  flex: 0 0 auto;
  width: 40px;
  font-weight: 300;
  background: url("data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjE4IiB2aWV3Qm94PSIwIDAgMSAxOCIgd2lkdGg9IjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0ibTAgMGgxdjE4aC0xeiIgZmlsbD0iIzJiMmIyYiIvPjwvc3ZnPg==") no-repeat right 0 top 6px;
}
.portfolio-item__title-text {
  flex: 1 1 auto;
  font-weight: 400;
  padding: 0 0 0 24px;
}
.portfolio-item__values {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 15px 0 0 0;
  margin: 0 -10px 0 -10px;
}
.portfolio-item__values-item {
  color: #bbb9ba;
  padding: 0 10px 0 10px;
}
.portfolio-item__values-item sup {
  font-size: 10px;
}

.portfolio-slider{
  padding-bottom: 48px;
}
.portfolio-slider-navigation {
  padding: 30px 0 0 0;
  position: absolute;
  bottom: 0px;
  z-index: 10;
  right: 0;
}
@media (min-width: 768px) {
  .portfolio-slider-navigation {
    padding: 42px 0 0 0;
  }
}
@media (min-width: 1200px) {
  .portfolio-slider-navigation {
    padding: 60px 0 0 0;
  }
}
.portfolio-slider-navigation__row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
}
.portfolio-slider-navigation__pagination-column {
  flex: 0 0 auto;
  padding: 0 14px 0 0;
}
.portfolio-slider-navigation__button-column {
  flex: 0 0 auto;
  width: 64px;
  padding: 0 0 0 26px;
}

.portfolio-slider-pagination {
  padding: 0;
}
.portfolio-slider-pagination .swiper-pagination-current {
  font-size: 24px;
}
.portfolio-slider-pagination .swiper-pagination-total {
  font-size: 16px;
}




.team-slider{
  padding-bottom: 48px;
}
.team-slider-navigation {
  padding: 30px 0 0 0;
  position: absolute;
  bottom: 0px;
  z-index: 10;
  right: 0;
}
@media (min-width: 768px) {
  .team-slider-navigation {
    padding: 42px 0 0 0;
  }
}
@media (min-width: 1200px) {
  .team-slider-navigation {
    padding: 60px 0 0 0;
  }
}
.team-slider-navigation__row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
}
.team-slider-navigation__pagination-column {
  flex: 0 0 auto;
  padding: 0 14px 0 0;
}
.team-slider-navigation__button-column {
  flex: 0 0 auto;
  width: 64px;
  padding: 0 0 0 26px;
}

.team-slider-pagination {
  padding: 0;
}
.team-slider-pagination .swiper-pagination-current {
  font-size: 24px;
}
.team-slider-pagination .swiper-pagination-total {
  font-size: 16px;
}

.services-slider{
  padding-bottom: 48px;
}
.services-slider-navigation {
  padding: 30px 0 0 0;
  position: absolute;
  bottom: 0px;
  z-index: 10;
  right: 0;
}
@media (min-width: 768px) {
  .services-slider-navigation {
    padding: 42px 0 0 0;
  }
}
@media (min-width: 1200px) {
  .services-slider-navigation {
    padding: 60px 0 0 0;
  }
}
.services-slider-navigation__row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
}
.services-slider-navigation__pagination-column {
  flex: 0 0 auto;
  padding: 0 14px 0 0;
}
.services-slider-navigation__button-column {
  flex: 0 0 auto;
  width: 64px;
  padding: 0 0 0 26px;
}

.services-slider-pagination {
  padding: 0;
}
.services-slider-pagination .swiper-pagination-current {
  font-size: 24px;
}
.services-slider-pagination .swiper-pagination-total {
  font-size: 16px;
}



.more {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  padding: 40px 0 0 0;
}
@media (min-width: 768px) {
  .more {
    padding: 60px 0 0 0;
  }
}

.more-item {
  flex: 0 0 auto;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 0 32px 0 0;
}
.more-item__link {
  transition: all 0.5s ease;
  text-decoration: none;
}
.more-item__link:hover {
  text-decoration: none;
}
.more-item_style1 {
  color: #2b2b2b;
  background: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiBoZWlnaHQ9IjgiIHZpZXdCb3g9IjAgMCAyNCA4IiB3aWR0aD0iMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0ibTIzLjg1NjU4OCA0LjM4NDA4NTdjLjE5MTIxNi0uMjEyMTI0OS4xOTEyMTYtLjU1NjA0ODQgMC0uNzY4MTczM2wtMy4xMTcwNjEtMy40NTY4MTcwOGMtLjE5MTMxNS0uMjEyMTI3MDktLjUwMTQ1My0uMjEyMTI3MDktLjY5MjY3IDAtLjE5MTMxNC4yMTIxMjcwOS0uMTkxMzE0LjU1NjA1Mzg3IDAgLjc2ODE3NzY3bDIuNzcwNjc4IDMuMDcyNzI2MTEtMi43NzA2NzggMy4wNzI3MjZjLS4xOTEzMTQuMjEyMTI0OS0uMTkxMzE0LjU1NjA0ODQgMCAuNzY4MTczMy4xOTEyMTcuMjEyMTM1OC41MDEzNTUuMjEyMTM1OC42OTI2NyAwem0tMjMuODU2NTg4LjE1OTA5OTJoMjMuNTEwMjA0di0xLjA4NjM3MTZoLTIzLjUxMDIwNHoiIGZpbGw9IiMyYjJiMmIiIHN0cm9rZS13aWR0aD0iMSIvPjwvc3ZnPg==") no-repeat right 0 center;
}
.more-item_style2 {
  color: #ffffff;
  background: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiBoZWlnaHQ9IjgiIHZpZXdCb3g9IjAgMCAyNCA4IiB3aWR0aD0iMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0ibTIzLjg1NjU4OCA0LjM4NDA4NTdjLjE5MTIxNi0uMjEyMTI0OS4xOTEyMTYtLjU1NjA0ODQgMC0uNzY4MTczM2wtMy4xMTcwNjEtMy40NTY4MTcwOGMtLjE5MTMxNS0uMjEyMTI3MDktLjUwMTQ1My0uMjEyMTI3MDktLjY5MjY3IDAtLjE5MTMxNC4yMTIxMjcwOS0uMTkxMzE0LjU1NjA1Mzg3IDAgLjc2ODE3NzY3bDIuNzcwNjc4IDMuMDcyNzI2MTEtMi43NzA2NzggMy4wNzI3MjZjLS4xOTEzMTQuMjEyMTI0OS0uMTkxMzE0LjU1NjA0ODQgMCAuNzY4MTczMy4xOTEyMTcuMjEyMTM1OC41MDEzNTUuMjEyMTM1OC42OTI2NyAwem0tMjMuODU2NTg4LjE1OTA5OTJoMjMuNTEwMjA0di0xLjA4NjM3MTZoLTIzLjUxMDIwNHoiIGZpbGw9IiNmM2YwZTkiIHN0cm9rZS13aWR0aD0iMSIvPjwvc3ZnPg==") no-repeat right 0 center;
}
.more-item__link_style1 {
  color: #2b2b2b;
}
.more-item__link_style1:hover {
  color: #bbb9ba;
}
.more-item__link_style2 {
  color: #ffffff;
}
.more-item__link_style2:hover {
  color: #bbb9ba;
}

.company {
  padding: 0;
}

.company-header {
  background: #2b2b2b url("../images/company-background.jpg") no-repeat center top;
  padding: 60px 0 60px 0;
}
@media (min-width: 768px) {
  .company-header {
    padding: 80px 0 80px 0;
  }
}
.company-header__container {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .company-header__container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .company-header__container {
    max-width: 720px;
  }
}
@media (min-width: 1140px) {
  .company-header__container {
    max-width: 994px;
  }
}
@media (min-width: 1200px) {
  .company-header__container {
    max-width: 1124px;
  }
}
@media (min-width: 1400px) {
  .company-header__container {
    max-width: 1320px;
  }
}
.company-header__title {
  color: #ffffff;
  margin: 0;
}

.company-content {
  padding: 60px 0 60px 0;
}
@media (min-width: 768px) {
  .company-content {
    padding: 60px 0 80px 0;
  }
}
.company-content__container {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .company-content__container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .company-content__container {
    max-width: 720px;
  }
}
@media (min-width: 1140px) {
  .company-content__container {
    max-width: 994px;
  }
}
@media (min-width: 1200px) {
  .company-content__container {
    max-width: 1124px;
  }
}
@media (min-width: 1400px) {
  .company-content__container {
    max-width: 1320px;
  }
}
.company-content__row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-left: -10px;
  margin-right: -10px;
  margin-top: -10px;
  margin-bottom: -10px;
}
@media (min-width: 1200px) {
  .company-content__row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.company-content__column {
  flex: 0 0 auto;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (min-width: 1140px) {
  .company-content__column {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .company-content__column {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.company-content-info {
  background-color: #ffffff;
  height: 100%;
  padding: 30px 15px 30px 15px;
}
@media (min-width: 576px) {
  .company-content-info {
    padding: 110px 64px 75px 65px;
  }
}
.company-content-info__text {
  padding: 0;
}
.company-content-info__person {
  padding: 40px 0 0 0;
  font-weight: 500;
}

.company-content-image {
  background-repeat: no-repeat;
  min-height: 330px;
  background-position: center top 0;
}
@media (min-width: 360px) {
  .company-content-image {
    min-height: 476px;
  }
}
@media (min-width: 768px) {
  .company-content-image {
    min-height: 690px;
  }
}
@media (min-width: 1140px) {
  .company-content-image {
    height: 100%;
    min-height: 700px;
  }
}

.team {
  padding: 0;
}

.team-header {
  background: #2b2b2b url("../images/team-background.jpg") no-repeat center top;
  padding: 60px 0 60px 0;
}
@media (min-width: 768px) {
  .team-header {
    padding: 80px 0 80px 0;
  }
}
.team-header__container {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .team-header__container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .team-header__container {
    max-width: 720px;
  }
}
@media (min-width: 1140px) {
  .team-header__container {
    max-width: 994px;
  }
}
@media (min-width: 1200px) {
  .team-header__container {
    max-width: 1124px;
  }
}
@media (min-width: 1400px) {
  .team-header__container {
    max-width: 1320px;
  }
}
.team-header__title {
  color: #ffffff;
  margin: 0 0 12px 0;
}
.team-header__text {
  color: #ffffff;
}

.team-content {
  padding: 60px 0 60px 0;
}
@media (min-width: 768px) {
  .team-content {
    padding: 60px 0 80px 0;
  }
}
.team-content__container {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .team-content__container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .team-content__container {
    max-width: 720px;
  }
}
@media (min-width: 1140px) {
  .team-content__container {
    max-width: 994px;
  }
}
@media (min-width: 1200px) {
  .team-content__container {
    max-width: 1124px;
  }
}
@media (min-width: 1400px) {
  .team-content__container {
    max-width: 1320px;
  }
}
.team-content__video {
/*
  background-color: #ffffff;
  color: #f3f0e9;
  font-weight: bold;
  font-size: 44px;
*/
}
.team-content__video img {
  display: block;
  width: 100%;
}

.team-slider__item {
  height: auto;
}

.team-item {
  height: 100%;
}
.team-item__position {
  line-height: 1.2;
  font-weight: 300;
}
.team-item__image {
  padding: 20px 0 0 0;
}
.team-item__image img {
  display: block;
  width: 100%;
}
.team-item__name {
  padding: 20px 0 0 0;
  font-size: 24px;
  line-height: 1.2;
}

.team-items__container {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .team-items__container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .team-items__container {
    max-width: 720px;
  }
}
@media (min-width: 1140px) {
  .team-items__container {
    max-width: 994px;
  }
}
@media (min-width: 1200px) {
  .team-items__container {
    max-width: 1124px;
  }
}
@media (min-width: 1400px) {
  .team-items__container {
    max-width: 1320px;
  }
}
.team-items__row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-left: -10px;
  margin-right: -10px;
  margin-top: -15px;
  margin-bottom: -15px;
}
@media (min-width: 1200px) {
  .team-items__row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.team-items__column {
  flex: 0 0 auto;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  .team-items__column {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (min-width: 1140px) {
  .team-items__column {
    flex: 0 0 auto;
    width: 33.333333%;
  }
}
@media (min-width: 1200px) {
  .team-items__column {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.slider-nav-button {
  display: block;
  cursor: pointer;
  width: 38px;
  height: 33px;
  margin: 0;
  border-radius: 0;
  border: none;
  background: none;
}
.slider-nav-button svg {
  display: block;
  fill: #2b2b2b;
  transition: all 0.5s ease;
}
.slider-nav-button:hover svg {
  fill: #bbb9ba;
}
.slider-nav-button__prev {
  padding: 0;
  transform: scaleX(-1);
}
.slider-nav-button__next {
  padding: 0;
}

.services {
  padding: 0;
}

.services-header {
  background: #2b2b2b url("../images/services-background.jpg") no-repeat center top;
  padding: 60px 0 60px 0;
}
@media (min-width: 768px) {
  .services-header {
    padding: 80px 0 80px 0;
  }
}
.services-header_overlap {
  padding: 80px 0 176px 0;
}
.services-header__container {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .services-header__container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .services-header__container {
    max-width: 720px;
  }
}
@media (min-width: 1140px) {
  .services-header__container {
    max-width: 994px;
  }
}
@media (min-width: 1200px) {
  .services-header__container {
    max-width: 1124px;
  }
}
@media (min-width: 1400px) {
  .services-header__container {
    max-width: 1320px;
  }
}
.services-header__title {
  color: #ffffff;
  margin: 0;
}

.services-content {
  padding: 60px 0 60px 0;
}
@media (min-width: 768px) {
  .services-content {
    padding: 60px 0 80px 0;
  }
}
.services-content_overlap {
  padding: 0 0 80px 0;
  margin: -126px 0 0 0;
}
.services-content__container {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .services-content__container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .services-content__container {
    max-width: 720px;
  }
}
@media (min-width: 1140px) {
  .services-content__container {
    max-width: 994px;
  }
}
@media (min-width: 1200px) {
  .services-content__container {
    max-width: 1124px;
  }
}
@media (min-width: 1400px) {
  .services-content__container {
    max-width: 1320px;
  }
}

.services-items__row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-left: -10px;
  margin-right: -10px;
  margin-top: -15px;
  margin-bottom: -15px;
}
@media (min-width: 1200px) {
  .services-items__row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.services-items__column {
  flex: 0 0 auto;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  .services-items__column {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (min-width: 1140px) {
  .services-items__column {
    flex: 0 0 auto;
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .services-items__column {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.services-item {
  display: block;
  background-color: #2b2b2b;
  padding: 27px 15px 34px 15px;
  height: 100%;
  text-decoration: none;
}
.services-item--inner:hover {
  text-decoration: none;
}
.services-item--inner:hover .services-item__image img {
  transform: scale(1.05);
}
@media (min-width: 768px) {
  .services-item--inner:hover .services-item__image img {
    transform: scale(1.1);
  }
}
.services-item--inner:hover .services-item__more-item {
  color: #ffffff;
}
@media (min-width: 576px) {
  .services-item {
    padding: 27px 25px 34px 25px;
  }
}
.services-item__image {
  overflow: hidden;
}
.services-item__image img {
  display: block;
  width: 100%;
  transition: all 0.5s ease;
}
.services-item__info {
  padding: 20px 0 0 0;
}
.services-item__title {
  font-size: 24px;
  line-height: 1.2;
  color: #ffffff;
}
.services-item__more {
  display: flex;
  flex-directionr: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  padding: 12px 0 0 0;
}
.services-item__more-item {
  flex: 0 0 auto;
  font-size: 13px;
  line-height: 1.2;
  color: #bbb9ba;
  text-transform: uppercase;
  letter-spacing: 2px;
  background: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiBoZWlnaHQ9IjgiIHZpZXdCb3g9IjAgMCAyNCA4IiB3aWR0aD0iMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0ibTIzLjg1NjU4OCA0LjM4NDA4NTdjLjE5MTIxNi0uMjEyMTI0OS4xOTEyMTYtLjU1NjA0ODQgMC0uNzY4MTczM2wtMy4xMTcwNjEtMy40NTY4MTcwOGMtLjE5MTMxNS0uMjEyMTI3MDktLjUwMTQ1My0uMjEyMTI3MDktLjY5MjY3IDAtLjE5MTMxNC4yMTIxMjcwOS0uMTkxMzE0LjU1NjA1Mzg3IDAgLjc2ODE3NzY3bDIuNzcwNjc4IDMuMDcyNzI2MTEtMi43NzA2NzggMy4wNzI3MjZjLS4xOTEzMTQuMjEyMTI0OS0uMTkxMzE0LjU1NjA0ODQgMCAuNzY4MTczMy4xOTEyMTcuMjEyMTM1OC41MDEzNTUuMjEyMTM1OC42OTI2NyAwem0tMjMuODU2NTg4LjE1OTA5OTJoMjMuNTEwMjA0di0xLjA4NjM3MTZoLTIzLjUxMDIwNHoiIGZpbGw9IiNmM2YwZTkiIHN0cm9rZS13aWR0aD0iMSIvPjwvc3ZnPg==") no-repeat right 0 center;
  padding: 0 32px 0 0;
  transition: all 0.5s ease;
}

.reviews {
  padding: 0;
}

.reviews-header {
  background: #2b2b2b url("../images/reviews-background.jpg") no-repeat center top;
  padding: 60px 0 60px 0;
    overflow: hidden;
}
@media (min-width: 768px) {
  .reviews-header {
    padding: 80px 0 80px 0;
  }
}
.reviews-header__container {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .reviews-header__container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .reviews-header__container {
    max-width: 720px;
  }
}
@media (min-width: 1140px) {
  .reviews-header__container {
    max-width: 994px;
  }
}
@media (min-width: 1200px) {
  .reviews-header__container {
    max-width: 1124px;
  }
}
@media (min-width: 1400px) {
  .reviews-header__container {
    max-width: 1320px;
  }
}
.reviews-header__row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .reviews-header__row {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}
.reviews-header__title-column {
  flex: 0 0 auto;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .reviews-header__title-column {
    width: initial;
  }
}
.reviews-header__more-column {
  flex: 0 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 12px;
}
@media (min-width: 768px) {
  .reviews-header__more-column {
    padding-top: 20px;
  }
}
.reviews-header__title {
  color: #ffffff;
  margin: 0;
  overflow: hidden;
}

.reviews-content {
  padding: 60px 0 60px 0;
}
@media (min-width: 768px) {
  .reviews-content {
    padding: 60px 0 80px 0;
  }
}
.reviews-content__container {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .reviews-content__container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .reviews-content__container {
    max-width: 720px;
  }
}
@media (min-width: 1140px) {
  .reviews-content__container {
    max-width: 994px;
  }
}
@media (min-width: 1200px) {
  .reviews-content__container {
    max-width: 1124px;
  }
}
@media (min-width: 1400px) {
  .reviews-content__container {
    max-width: 1320px;
  }
}

.reviews-items__row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.reviews-items__row2 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-left: -10px;
  margin-right: -10px;
  margin-top: -20px;
  margin-bottom: -20px;
}
@media (min-width: 1200px) {
  .reviews-items__row2 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (min-width: 768px) {
  .reviews-items__row2 {
    margin-top: -30px;
    margin-bottom: -30px;
  }
}
.reviews-items__column {
  flex: 0 0 auto;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .reviews-items__column {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .reviews-items__column {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.reviews-items__prev-column {
  flex: 0 0 auto;
  width: 38px;
  padding: 246px 0 0 0;
}
.reviews-items__content-column {
  flex: 1 1 auto;
  min-width: 0;
  padding: 0 8px 0 8px;
}
@media (min-width: 768px) {
  .reviews-items__content-column {
    padding: 0 44px 0 44px;
  }
}
@media (min-width: 1200px) {
  .reviews-items__content-column {
    padding: 0 56px 0 56px;
  }
}
.reviews-items__next-column {
  flex: 0 0 auto;
  width: 38px;
  padding: 246px 0 0 0;
}

.reviews-item {
  height: 100%;
}
.reviews-item__image img {
  display: block;
  border-radius: 50%;
  width: 180px;
  height: 180px;
  margin: 0 auto;
}
.reviews-item__text {
  padding: 30px 0 0 0;
  text-align: center;
}
.reviews-item__name {
  padding: 20px 0 0 0;
  font-size: 20px;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .reviews-item__name {
    font-size: 24px;
  }
}

.reviews-slider__item {
  height: auto;
}

.reviews-slider-pagination {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  padding: 20px 0 0 0;
}
@media (min-width: 1200px) {
  .reviews-slider-pagination {
    padding: 40px 0 0 0;
  }
}
.reviews-slider-pagination__text {
  flex: 0 0 auto;
  width: initial !important;
}
.reviews-slider-pagination__text .swiper-pagination-current {
  font-size: 24px;
}
.reviews-slider-pagination__text .swiper-pagination-total {
  font-size: 16px;
}

.steps {
  padding: 0;
}

.steps-header {
  background: #2b2b2b url("../images/steps-background.jpg") no-repeat center top;
  padding: 60px 0 60px 0;
}
@media (min-width: 768px) {
  .steps-header {
    padding: 80px 0 80px 0;
  }
}
.steps-header__container {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .steps-header__container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .steps-header__container {
    max-width: 720px;
  }
}
@media (min-width: 1140px) {
  .steps-header__container {
    max-width: 994px;
  }
}
@media (min-width: 1200px) {
  .steps-header__container {
    max-width: 1124px;
  }
}
@media (min-width: 1400px) {
  .steps-header__container {
    max-width: 1320px;
  }
}
.steps-header__title {
  color: #ffffff;
  margin: 0 0 12px 0;
}
.steps-header__text {
  color: #ffffff;
}

.steps-content {
  padding: 60px 0 60px 0;
}
@media (min-width: 768px) {
  .steps-content {
    padding: 60px 0 80px 0;
  }
}
.steps-content__container {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .steps-content__container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .steps-content__container {
    max-width: 720px;
  }
}
@media (min-width: 1140px) {
  .steps-content__container {
    max-width: 994px;
  }
}
@media (min-width: 1200px) {
  .steps-content__container {
    max-width: 1124px;
  }
}
@media (min-width: 1400px) {
  .steps-content__container {
    max-width: 1320px;
  }
}

.steps-slider__item {
  height: auto;
}

.steps-slider-navigation {
  padding: 30px 0 0 0;
}
@media (min-width: 768px) {
  .steps-slider-navigation {
    padding: 42px 0 0 0;
  }
}
@media (min-width: 1200px) {
  .steps-slider-navigation {
    padding: 60px 0 0 0;
  }
}
.steps-slider-navigation__row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
}
.steps-slider-navigation__pagination-column {
  flex: 0 0 auto;
  padding: 0 14px 0 0;
}
.steps-slider-navigation__button-column {
  flex: 0 0 auto;
  width: 64px;
  padding: 0 0 0 26px;
}

.steps-slider-pagination {
  padding: 0;
}
.steps-slider-pagination .swiper-pagination-current {
  font-size: 24px;
}
.steps-slider-pagination .swiper-pagination-total {
  font-size: 16px;
}

.steps-items {
  padding: 0;
}
.steps-items__row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-left: -10px;
  margin-right: -10px;
  margin-top: -10px;
  margin-bottom: -10px;
}
@media (min-width: 1200px) {
  .steps-items__row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (min-width: 1200px) {
  .steps-items__row {
    margin-top: -15px;
    margin-bottom: -15px;
  }
}
.steps-items__column {
  flex: 0 0 auto;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .steps-items__column {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (min-width: 1140px) {
  .steps-items__column {
    flex: 0 0 auto;
    width: 25%;
  }
}
@media (min-width: 1140px) {
  .steps-items__column {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (min-width: 1140px) {
  .steps-items__column {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.steps-item {
  height: 100%;
  background-color: #ffffff;
  padding: 34px 15px 34px 15px;
}
@media (min-width: 576px) {
  .steps-item {
    padding: 34px 25px 34px 25px;
  }
}
.steps-item__number {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  font-size: 24px;
  line-height: 1.2;
}
.steps-item__number-text {
  flex: 0 0 auto;
  width: 40px;
  font-weight: 300;
  background: url("data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjE4IiB2aWV3Qm94PSIwIDAgMSAxOCIgd2lkdGg9IjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0ibTAgMGgxdjE4aC0xeiIgZmlsbD0iIzJiMmIyYiIvPjwvc3ZnPg==") no-repeat right 0 top 6px;
}
.steps-item__image {
  padding: 20px 0 0 0;
}
.steps-item__image svg {
  display: block;
}
.steps-item__info {
  padding: 20px 0 0 0;
}
.steps-item__title {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 500;
  text-transform: uppercase;
}
.steps-item__text {
  padding: 0;
}

.blog {
  padding: 0;
}

.blog-header {
  background: #2b2b2b url("../images/blog-background.jpg") no-repeat center top;
  padding: 60px 0 60px 0;
}
@media (min-width: 768px) {
  .blog-header {
    padding: 80px 0 80px 0;
  }
}
.blog-header__container {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .blog-header__container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .blog-header__container {
    max-width: 720px;
  }
}
@media (min-width: 1140px) {
  .blog-header__container {
    max-width: 994px;
  }
}
@media (min-width: 1200px) {
  .blog-header__container {
    max-width: 1124px;
  }
}
@media (min-width: 1400px) {
  .blog-header__container {
    max-width: 1320px;
  }
}
.blog-header__title {
  color: #ffffff;
  margin: 0;
}

.blog-content {
  padding: 60px 0 60px 0;
}
@media (min-width: 768px) {
  .blog-content {
    padding: 60px 0 80px 0;
  }
}
.blog-content__container {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .blog-content__container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .blog-content__container {
    max-width: 720px;
  }
}
@media (min-width: 1140px) {
  .blog-content__container {
    max-width: 994px;
  }
}
@media (min-width: 1200px) {
  .blog-content__container {
    max-width: 1124px;
  }
}
@media (min-width: 1400px) {
  .blog-content__container {
    max-width: 1320px;
  }
}

.blog-items__row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-left: -10px;
  margin-right: -10px;
  margin-top: -15px;
  margin-bottom: -15px;
}
@media (min-width: 1200px) {
  .blog-items__row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.blog-items__column1 {
  flex: 0 0 auto;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (min-width: 1140px) {
  .blog-items__column1 {
    flex: 0 0 auto;
    width: 33.333333%;
  }
}
@media (min-width: 1200px) {
  .blog-items__column1 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.blog-items__column2 {
  flex: 0 0 auto;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (min-width: 1140px) {
  .blog-items__column2 {
    flex: 0 0 auto;
    width: 66.666667%;
  }
}
@media (min-width: 1200px) {
  .blog-items__column2 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.blog-items__column3 {
  flex: 0 0 auto;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (min-width: 1140px) {
  .blog-items__column3 {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .blog-items__column3 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.blog-items__column4 {
  flex: 0 0 auto;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  .blog-items__column4 {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (min-width: 1140px) {
  .blog-items__column4 {
    flex: 0 0 auto;
    width: 33.333333%;
  }
}
@media (min-width: 1200px) {
  .blog-items__column4 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.blog-big-item {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-end;
  background-size: 100% 100%, 100% auto;
  background-repeat: no-repeat, no-repeat;
  background-position: center center;
  transition: background-size 0.5s ease;
  height: 330px;
  padding: 0 15px 30px 15px;
  text-decoration: none;
}
.blog-big-item:hover {
  text-decoration: none;
  background-size: 100% 100%, 105% auto;
}
.blog-big-item:hover .blog-big-item__more-item {
  color: #bbb9ba;
}
@media (min-width: 576px) {
  .blog-big-item {
    height: 430px;
    padding: 0 30px 40px 30px;
  }
}
@media (min-width: 768px) {
  .blog-big-item {
    height: 540px;
  }
}
@media (min-width: 1140px) {
  .blog-big-item {
    height: 100%;
    background-size: 100% 100%, auto 110%;
  }
  .blog-big-item:hover {
    background-size: 100% 100%, auto 120%;
  }
}
.blog-big-item__info {
  flex: 0 0 auto;
}
.blog-big-item__date {
  font-size: 14px;
  line-height: 1.2;
  color: #ffffff;
  font-weight: 300;
}
.blog-big-item__title {
  font-size: 24px;
  line-height: 1.2;
  color: #ffffff;
  padding: 10px 0 10px 0;
}
.blog-big-item__more {
  display: flex;
  flex-directionr: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  padding: 10px 0 0 0;
  border-top: 1px solid #bbb9ba;
}
.blog-big-item__more-item {
  flex: 0 0 auto;
  font-size: 13px;
  line-height: 1.2;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 2px;
  background: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiBoZWlnaHQ9IjgiIHZpZXdCb3g9IjAgMCAyNCA4IiB3aWR0aD0iMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0ibTIzLjg1NjU4OCA0LjM4NDA4NTdjLjE5MTIxNi0uMjEyMTI0OS4xOTEyMTYtLjU1NjA0ODQgMC0uNzY4MTczM2wtMy4xMTcwNjEtMy40NTY4MTcwOGMtLjE5MTMxNS0uMjEyMTI3MDktLjUwMTQ1My0uMjEyMTI3MDktLjY5MjY3IDAtLjE5MTMxNC4yMTIxMjcwOS0uMTkxMzE0LjU1NjA1Mzg3IDAgLjc2ODE3NzY3bDIuNzcwNjc4IDMuMDcyNzI2MTEtMi43NzA2NzggMy4wNzI3MjZjLS4xOTEzMTQuMjEyMTI0OS0uMTkxMzE0LjU1NjA0ODQgMCAuNzY4MTczMy4xOTEyMTcuMjEyMTM1OC41MDEzNTUuMjEyMTM1OC42OTI2NyAwem0tMjMuODU2NTg4LjE1OTA5OTJoMjMuNTEwMjA0di0xLjA4NjM3MTZoLTIzLjUxMDIwNHoiIGZpbGw9IiNmM2YwZTkiIHN0cm9rZS13aWR0aD0iMSIvPjwvc3ZnPg==") no-repeat right 0 center;
  padding: 0 32px 0 0;
  transition: all 0.5s ease;
}

.blog-item {
  display: block;
  height: 100%;
  text-decoration: none;
}
.blog-item:hover {
  text-decoration: none;
}
.blog-item:hover .blog-item__image img {
  transform: scale(1.05);
}
@media (min-width: 1140px) {
  .blog-item:hover .blog-item__image img {
    transform: scale(1.1);
  }
}
.blog-item:hover .blog-item__more-item {
  color: #bbb9ba;
}
.blog-item__image {
  overflow: hidden;
}
.blog-item__image img {
  display: block;
  width: 100%;
  transition: all 0.5s ease;
}
.blog-item__info {
  padding: 10px 0 0 0;
}
.blog-item__date {
  font-size: 14px;
  line-height: 1.2;
  color: #2b2b2b;
  font-weight: 300;
}
.blog-item__title {
  font-size: 24px;
  line-height: 1.2;
  color: #2b2b2b;
  padding: 10px 0 10px 0;
}
.blog-item__more {
  display: flex;
  flex-directionr: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  padding: 10px 0 0 0;
  border-top: 1px solid #bbb9ba;
}
.blog-item__more-item {
  flex: 0 0 auto;
  font-size: 13px;
  line-height: 1.2;
  color: #2b2b2b;
  text-transform: uppercase;
  letter-spacing: 2px;
  background: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiBoZWlnaHQ9IjgiIHZpZXdCb3g9IjAgMCAyNCA4IiB3aWR0aD0iMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0ibTIzLjg1NjU4OCA0LjM4NDA4NTdjLjE5MTIxNi0uMjEyMTI0OS4xOTEyMTYtLjU1NjA0ODQgMC0uNzY4MTczM2wtMy4xMTcwNjEtMy40NTY4MTcwOGMtLjE5MTMxNS0uMjEyMTI3MDktLjUwMTQ1My0uMjEyMTI3MDktLjY5MjY3IDAtLjE5MTMxNC4yMTIxMjcwOS0uMTkxMzE0LjU1NjA1Mzg3IDAgLjc2ODE3NzY3bDIuNzcwNjc4IDMuMDcyNzI2MTEtMi43NzA2NzggMy4wNzI3MjZjLS4xOTEzMTQuMjEyMTI0OS0uMTkxMzE0LjU1NjA0ODQgMCAuNzY4MTczMy4xOTEyMTcuMjEyMTM1OC41MDEzNTUuMjEyMTM1OC42OTI2NyAwem0tMjMuODU2NTg4LjE1OTA5OTJoMjMuNTEwMjA0di0xLjA4NjM3MTZoLTIzLjUxMDIwNHoiIGZpbGw9IiMyYjJiMmIiIHN0cm9rZS13aWR0aD0iMSIvPjwvc3ZnPg==") no-repeat right 0 center;
  padding: 0 32px 0 0;
  transition: all 0.5s ease;
}

.blog-page {
  padding: 60px 0 60px 0;
}
@media (min-width: 768px) {
  .blog-page {
    padding: 60px 0 80px 0;
  }
}
.blog-page__container {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .blog-page__container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .blog-page__container {
    max-width: 720px;
  }
}
@media (min-width: 1140px) {
  .blog-page__container {
    max-width: 994px;
  }
}
@media (min-width: 1200px) {
  .blog-page__container {
    max-width: 1124px;
  }
}
@media (min-width: 1400px) {
  .blog-page__container {
    max-width: 1320px;
  }
}
.blog-page__row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-left: -10px;
  margin-right: -10px;
  margin-top: -15px;
  margin-bottom: -15px;
}
@media (min-width: 1200px) {
  .blog-page__row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.blog-page__column-info {
  flex: 0 0 auto;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (min-width: 1140px) {
  .blog-page__column-info {
    flex: 0 0 auto;
    width: 75%;
  }
}
@media (min-width: 1200px) {
  .blog-page__column-info {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.blog-page__column-other {
  flex: 0 0 auto;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (min-width: 1140px) {
  .blog-page__column-other {
    flex: 0 0 auto;
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .blog-page__column-other {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.blog-page-info {
  padding: 0;
}

.blog-page-top {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 1px;
  font-weight: 300;
  margin: 0 0 10px 0;
}
.blog-page-top__date {
  flex: 0 0 auto;
  padding: 0 20px 0 0;
}
.blog-page-top__time {
  flex: 0 0 auto;
  padding: 0 0 0 20px;
  background: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiBoZWlnaHQ9IjEwIiB2aWV3Qm94PSIwIDAgMTUgMTAiIHdpZHRoPSIxNSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtMTQuOTY3IDQuODQ0MjNjLS4wMjE2LS4wNS0uNTUwNC0xLjIzMjY5LTEuNzMxMy0yLjQyMzcyLTEuMDk1OC0xLjEwMzg0LTIuOTc4NS0yLjQyMDUxLTUuNzM1Ny0yLjQyMDUxLTIuNzU3MjQgMC00LjYzOTg5IDEuMzE2NjctNS43MzU2NiAyLjQyMDUxLTEuMTgwOTUxIDEuMTkxMDMtMS43MDk3NzExIDIuMzcxOC0xLjczMTM4MTUgMi40MjM3Mi0uMDIxNzI5Ny4wNDkyMy0uMDMyOTU4NS4xMDI1Mi0uMDMyOTU4NS4xNTY0MXMuMDExMjI4OC4xMDcxOC4wMzI5NTg1LjE1NjQxYy4wMjE2MTA0LjA0OTM2LjU1MDQzMDUgMS4yMzIwNSAxLjczMTM4MTUgMi40MjMwOCAxLjA5NTc3IDEuMTAzODUgMi45Nzg0MiAyLjQxOTg3IDUuNzM1NjYgMi40MTk4NyAyLjc1NzIgMCA0LjYzOTktMS4zMTYwMiA1LjczNTctMi40MTk4NyAxLjE4MDktMS4xOTEwMyAxLjcwOTctMi4zNzE4IDEuNzMxMy0yLjQyMzA4LjAyMTgtLjA0OTIzLjAzMy0uMTAyNTIuMDMzLS4xNTY0MXMtLjAxMTItLjEwNzE4LS4wMzMtLjE1NjQxem0tNy40NjcgNC4zODY1NGMtMS45OTQ1MiAwLTMuNzM2MDYtLjczMjA1LTUuMTc2OTctMi4xNzUtLjYwNDAzLS42MDU0Mi0xLjExNTE2LTEuMjk4My0xLjUxNjU0NS0yLjA1NTc3LjQwMTI2NS0uNzU3MzYuOTEyNDE1LTEuNDUwMDQgMS41MTY1NDUtMi4wNTUxMyAxLjQ0MDkxLTEuNDQzNTkgMy4xODI0NS0yLjE3NTYzOSA1LjE3Njk3LTIuMTc1NjM5czMuNzM2MS43MzIwNDkgNS4xNzcgMi4xNzU2MzljLjYwNDEuNjA1MDkgMS4xMTUyIDEuMjk3NzcgMS41MTY1IDIuMDU1MTMtLjQwNDkuNzgyNjktMi40MzUgNC4yMzA3Ny02LjY5MzUgNC4yMzA3N3ptMC03LjE3OTQ5Yy0uNTc4MjcgMC0xLjE0MzU1LjE3Mjk0LTEuNjI0MzYuNDk2OTVzLS44NTU1NS43ODQ1NC0xLjA3Njg1IDEuMzIzMzRjLS4yMjEyOS41Mzg4MS0uMjc5MTkgMS4xMzE3LS4xNjYzNyAxLjcwMzcuMTEyODEuNTcxOTkuMzkxMjcgMS4wOTc0LjgwMDE3IDEuNTA5NzkuNDA4ODkuNDEyMzguOTI5ODYuNjkzMjIgMS40OTcwMS44MDcuNTY3MTYuMTEzNzggMS4xNTUwMy4wNTUzOCAxLjY4OTI4LS4xNjc4LjUzNDI0LS4yMjMxOC45OTA4Ny0uNjAxMTMgMS4zMTIxNC0xLjA4NjA0LjMyMTI4LS40ODQ5MS40OTI3OC0xLjA1NTAyLjQ5Mjc4LTEuNjM4MjItLjAwMS0uNzgxNzQtLjMwOTQtMS41MzExNi0uODU3NS0yLjA4MzkzLS41NDgwOS0uNTUyNzgtMS4yOTExOC0uODYzNzctMi4wNjYzLS44NjQ3OXptMCA1LjEyODIxYy0uNDI3NDEgMC0uODQ1MjMtLjEyNzgzLTEuMjAwNjEtLjM2NzMxLS4zNTUzOC0uMjM5NDktLjYzMjM3LS41Nzk4OC0uNzk1OTMtLjk3ODEzLS4xNjM1Ny0uMzk4MjUtLjIwNjM2LS44MzY0Ny0uMTIyOTgtMS4yNTkyNXMuMjg5Mi0uODExMTIuNTkxNDMtMS4xMTU5My42ODcyOS0uNTEyMzggMS4xMDY0OS0uNTk2NDhjLjQxOTItLjA4NDA5Ljg1MzcyLS4wNDA5MyAxLjI0ODYuMTI0MDMuMzk0ODcuMTY0OTYuNzMyMzguNDQ0MzEuOTY5ODQuODAyNzIuMjM3NDYuMzU4NDIuMzY0Mi43Nzk4LjM2NDIgMS4yMTA4NiAwIC41NzgwNC0uMjI3NjggMS4xMzI0LS42MzI5NSAxLjU0MTEzLS40MDUyOC40MDg3My0uOTU0OTUuNjM4MzYtMS41MjgwOS42MzgzNnoiIGZpbGw9IiMyYjJiMmIiLz48L3N2Zz4=") no-repeat left 0 top 3px;
}

.blog-page-text {
  padding: 0;
}
.blog-page-text_margin-top {
  margin-top: 40px;
}

.blog-page-slider {
  margin: 0 0 40px 0;
}
.blog-page-slider__item {
  height: auto;
}
.blog-page-slider__item img {
  display: block;
  width: 100%;
}

.blog-page-slider-navigation {
  padding: 30px 0 0 0;
}
.blog-page-slider-navigation__row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.blog-page-slider-navigation__button-column {
  flex: 0 0 auto;
  width: 64px;
  padding: 0 26px 0 0;
}

.blog-page-phrase {
  margin: 30px 0 30px 0;
  padding: 20px 0 20px 0;
  font-weight: 500;
  border-top: 1px solid #bbb9ba;
  border-bottom: 1px solid #bbb9ba;
}
.blog-page-phrase__title {
  padding: 0 0 20px 0;
}
.blog-page-phrase__text {
  padding: 0;
}

.blog-page-quote {
  margin: 30px 0 30px 0;
  padding: 20px 0 20px 43px;
  border-top: 1px solid #bbb9ba;
  border-bottom: 1px solid #bbb9ba;
  font-style: italic;
  background: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiBoZWlnaHQ9IjIwIiB2aWV3Qm94PSIwIDAgMjQgMjAiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjYmJiOWJhIj48cGF0aCBkPSJtMTIgMS03IDE5LTUtMiA4LTE4eiIvPjxwYXRoIGQ9Im0yNCAxLTcgMTktNS0yIDgtMTh6Ii8+PC9nPjwvc3ZnPg==") no-repeat left 0 top 20px;
}
.blog-page-quote__title {
  padding: 0 0 20px 0;
}
.blog-page-quote__texts {
  padding: 0;
}

.blog-page-other__title {
  font-size: 24px;
  line-height: 1.2;
  padding: 0 0 15px 0;
  border-bottom: 1px solid #bbb9ba;
}
.blog-page-other__items {
  padding: 30px 0 0 0;
  margin-top: -10px;
  margin-bottom: -10px;
}
.blog-page-other__items-column {
  padding-top: 10px;
  padding-bottom: 10px;
}

.faq {
  padding: 0;
}

.faq-header {
  background: #2b2b2b url("../images/faq-background.jpg") no-repeat center top;
  padding: 60px 0 60px 0;
}
@media (min-width: 768px) {
  .faq-header {
    padding: 80px 0 80px 0;
  }
}
.faq-header__container {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .faq-header__container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .faq-header__container {
    max-width: 720px;
  }
}
@media (min-width: 1140px) {
  .faq-header__container {
    max-width: 994px;
  }
}
@media (min-width: 1200px) {
  .faq-header__container {
    max-width: 1124px;
  }
}
@media (min-width: 1400px) {
  .faq-header__container {
    max-width: 1320px;
  }
}
.faq-header__title {
  color: #ffffff;
  margin: 0;
}

.faq-content {
  padding: 60px 0 60px 0;
}
@media (min-width: 768px) {
  .faq-content {
    padding: 60px 0 80px 0;
  }
}
.faq-content__container {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .faq-content__container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .faq-content__container {
    max-width: 720px;
  }
}
@media (min-width: 1140px) {
  .faq-content__container {
    max-width: 994px;
  }
}
@media (min-width: 1200px) {
  .faq-content__container {
    max-width: 1124px;
  }
}
@media (min-width: 1400px) {
  .faq-content__container {
    max-width: 1320px;
  }
}

.faq-items {
  margin: -8px 0 0 0;
}
.faq-items__row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-left: -10px;
  margin-right: -10px;
}
@media (min-width: 1200px) {
  .faq-items__row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.faq-items__column {
  flex: 0 0 auto;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .faq-items__column {
    flex: 0 0 auto;
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.faq-item {
  border-bottom: 1px solid #bbb9ba;
  padding: 8px 0 10px 0;
  border-bottom: 1px solid #bbb9ba;
}
.faq-item__title {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.faq-item__title-arrow {
  flex: 0 0 auto;
  width: 20px;
  padding: 10px 0 0 0;
}
.faq-item__title-arrow svg {
  display: block;
  transition: all 0.5s ease;
}
.faq-item__title-arrow_show svg {
  transform: rotate(-180deg);
}
.faq-item__title-text {
  flex: 1 1 auto;
}
.faq-item__title-text-value {
  font-size: 24px;
  line-height: 1.2;
  color: #2b2b2b;
  cursor: pointer;
}
.faq-item__text {
  color: #2b2b2b;
  padding: 0 0 0 20px;
  height: 0;
  overflow: hidden;
}
.faq-item__text-content {
  padding: 10px 0 0 0;
}
.faq-item__text_show {
  height: 100%;
}

.page-top {
  /*background: #2b2b2b url("/bitrix/templates/envodesign_advertpro/images/promo-background.jpg") no-repeat center top;*/
  padding: 152px 0 60px 0;
}
@media (min-width: 576px) {
  .page-top {
    padding: 152px 0 80px 0;
  }
}
.page-top__container {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .page-top__container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .page-top__container {
    max-width: 720px;
  }
}
@media (min-width: 1140px) {
  .page-top__container {
    max-width: 994px;
  }
}
@media (min-width: 1200px) {
  .page-top__container {
    max-width: 1124px;
  }
}
@media (min-width: 1400px) {
  .page-top__container {
    max-width: 1320px;
  }
}
.page-top__info {
  padding: 40px 0 0 0;
}
@media (min-width: 768px) {
  .page-top__info {
    padding: 0;
  }
}
.page-top__title {
  font-size: 30px;
  line-height: 1;
  font-weight: 500;
  color: #ffffff;
  text-align: left;
  text-transform: uppercase;
  margin: 0;
  padding: 60px 0 0 0;
}
@media (min-width: 768px) {
  .page-top__title {
    font-size: 45px;
    padding: 80px 0 0 0;
  }
}

.breadcrumbs {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  padding: 0;
  margin: 0;
  background: none;
  list-style: none;
}
.breadcrumbs__item {
  flex: 0 0 auto;
  font-size: 16px;
  line-height: 1.2;
  color: #bbb9ba;
  position: relative;
  padding: 0 30px 0 0;
  margin: 0;
  background: none;
}
.breadcrumbs__item:after {
  position: absolute;
  right: 10px;
  top: 0;
  width: 10px;
  content: "∕";
  font-size: 18px;
  line-height: 1.2;
  color: #ffffff;
  font-weight: 300;
}
.breadcrumbs__item:last-child:after {
  content: "";
}
.breadcrumbs__item-link {
  color: #bbb9ba;
  text-decoration: none;
}
.breadcrumbs__item-link:hover {
  color: #ffffff;
  text-decoration: none;
}

.pagination {
  padding: 40px 0 0 0;
}
@media (min-width: 768px) {
  .pagination {
    padding: 60px 0 0 0;
  }
}
.pagination__container {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .pagination__container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .pagination__container {
    max-width: 720px;
  }
}
@media (min-width: 1140px) {
  .pagination__container {
    max-width: 994px;
  }
}
@media (min-width: 1200px) {
  .pagination__container {
    max-width: 1124px;
  }
}
@media (min-width: 1400px) {
  .pagination__container {
    max-width: 1320px;
  }
}
.pagination__row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
}
.pagination__number-column {
  flex: 0 0 auto;
  padding: 0 14px 0 0;
}
.pagination__button-column {
  flex: 0 0 auto;
  width: 64px;
  padding: 0 0 0 26px;
}

.pagination-number {
  padding: 0;
}
.pagination-number__current {
  font-size: 24px;
}
.pagination-number__total {
  font-size: 16px;
}

.pagination-button {
  display: block;
  cursor: pointer;
  width: 38px;
  height: 33px;
  margin: 0;
  border-radius: 0;
  border: none;
  background: none;
  text-decoration: none;
}
.pagination-button svg {
  display: block;
  fill: #2b2b2b;
  transition: all 0.5s ease;
}
.pagination-button:hover {
  text-decoration: none;
}
.pagination-button:hover svg {
  fill: #bbb9ba;
}
.pagination-button_backward {
  padding: 0;
  transform: scaleX(-1);
}
.pagination-button_forward {
  padding: 0;
}
.pagination-button__pagination-column {
  flex: 0 0 auto;
  padding: 0 14px 0 0;
}
.pagination-button__button-column {
  flex: 0 0 auto;
  width: 64px;
  padding: 0 0 0 26px;
}

.team-slider-pagination {
  padding: 0;
}
.team-slider-pagination .swiper-pagination-current {
  font-size: 24px;
}
.team-slider-pagination .swiper-pagination-total {
  font-size: 16px;
}

.page-top-order {
  overflow: hidden;
  padding: 60px 0 0 0;
}
@media (min-width: 768px) {
  .page-top-order {
    padding: 80px 0 0 0;
  }
}
.page-top-order__row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-left: -24px;
  margin-right: -24px;
  margin-top: -15px;
  margin-bottom: -15px;
}
.page-top-order__column {
  flex: 0 0 auto;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.service {
  padding: 0;
}

.service-content {
  padding: 60px 0 60px 0;
}
@media (min-width: 768px) {
  .service-content {
    padding: 60px 0 80px 0;
  }
}
.service-content__container {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .service-content__container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .service-content__container {
    max-width: 720px;
  }
}
@media (min-width: 1140px) {
  .service-content__container {
    max-width: 994px;
  }
}
@media (min-width: 1200px) {
  .service-content__container {
    max-width: 1124px;
  }
}
@media (min-width: 1400px) {
  .service-content__container {
    max-width: 1320px;
  }
}
.service-content__row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-left: -10px;
  margin-right: -10px;
  margin-top: -10px;
  margin-bottom: -10px;
}
@media (min-width: 1200px) {
  .service-content__row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.service-content__column {
  flex: 0 0 auto;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .service-content__column {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .service-content__column {
    flex: 0 0 auto;
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.service-text {
  padding: 0;
}

.service-text-list-title {
  margin: 0 0 15px 0;
}

.service-images__row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: -10px;
  margin-bottom: -10px;
}
.service-images__column1 {
  flex: 0 0 auto;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.service-images__column2 {
  flex: 0 0 auto;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (min-width: 1140px) {
  .service-images__column2 {
    flex: 0 0 auto;
    width: 66.666667%;
  }
}
.service-images__column3 {
  flex: 0 0 auto;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (min-width: 1140px) {
  .service-images__column3 {
    flex: 0 0 auto;
    width: 33.333333%;
  }
}

.service-image_background {
  background-position: center top;
  background-repeat: no-repeat;
}
@media (min-width: 1140px) {
  .service-image_background {
    height: 200px;
  }
}
@media (min-width: 1140px) {
  .service-image_background img {
    display: none !important;
  }
}
.service-image img {
  display: block;
  width: 100%;
}

.page-top-portfolio {
  overflow: hidden;
  padding: 60px 0 0 0;
}
@media (min-width: 768px) {
  .page-top-portfolio {
    padding: 80px 0 0 0;
  }
}
.page-top-portfolio__row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: -24px;
  margin-right: -24px;
  margin-top: -15px;
  margin-bottom: -15px;
}
.page-top-portfolio__column {
  flex: 0 0 auto;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.page-top-portfolio-item {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  font-size: 24px;
  line-height: 1.2;
  color: #ffffff;
}
.page-top-portfolio-item__number {
  flex: 0 0 auto;
  width: 40px;
  font-weight: 300;
  background: url("data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjE4IiB2aWV3Qm94PSIwIDAgMSAxOCIgd2lkdGg9IjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0ibTAgMGgxdjE4aC0xeiIgZmlsbD0iI2JiYjliYSIvPjwvc3ZnPg==") no-repeat right 0 top 6px;
}
.page-top-portfolio-item__text {
  flex: 1 1 auto;
  font-weight: 400;
  padding: 0 0 0 24px;
}

.page-top-back {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  padding: 60px 0 0 0;
}
@media (min-width: 768px) {
  .page-top-back {
    padding: 80px 0 0 0;
  }
}

.portfolio-project {
  padding: 0;
}

.portfolio-project-header__container {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .portfolio-project-header__container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .portfolio-project-header__container {
    max-width: 720px;
  }
}
@media (min-width: 1140px) {
  .portfolio-project-header__container {
    max-width: 994px;
  }
}
@media (min-width: 1200px) {
  .portfolio-project-header__container {
    max-width: 1124px;
  }
}
@media (min-width: 1400px) {
  .portfolio-project-header__container {
    max-width: 1320px;
  }
}
.portfolio-project-header__title {
  color: #2b2b2b;
  margin: 0;
  padding: 60px 0 40px 0;
}
@media (min-width: 768px) {
  .portfolio-project-header__title {
    padding: 80px 0 60px 0;
  }
}

.portfolio-project-content {
  padding: 0 0 40px 0;
}
@media (min-width: 768px) {
  .portfolio-project-content {
    padding: 0 0 60px 0;
  }
}
.portfolio-project-content__container {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .portfolio-project-content__container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .portfolio-project-content__container {
    max-width: 720px;
  }
}
@media (min-width: 1140px) {
  .portfolio-project-content__container {
    max-width: 994px;
  }
}
@media (min-width: 1200px) {
  .portfolio-project-content__container {
    max-width: 1124px;
  }
}
@media (min-width: 1400px) {
  .portfolio-project-content__container {
    max-width: 1320px;
  }
}

.portfolio-project-info {
  padding: 0;
}
.portfolio-project-info__row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-left: -10px;
  margin-right: -10px;
}
@media (min-width: 1200px) {
  .portfolio-project-info__row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.portfolio-project-info__column {
  flex: 0 0 auto;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .portfolio-project-info__column {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .portfolio-project-info__column {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.portfolio-project-info-text {
  padding: 0;
}

.portfolio-project-images {
  padding: 0;
}
.portfolio-project-images__row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-left: -10px;
  margin-right: -10px;
  margin-top: -10px;
  margin-bottom: -10px;
}
@media (min-width: 1200px) {
  .portfolio-project-images__row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (min-width: 1200px) {
  .portfolio-project-images__row {
    margin-top: -15px;
    margin-bottom: -15px;
  }
}
.portfolio-project-images__column {
  flex: 0 0 auto;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .portfolio-project-images__column {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .portfolio-project-images__column {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.portfolio-project-image img {
  display: block;
  width: 100%;
}

.portfolio-navigation {
  padding: 0 0 60px 0;
}
@media (min-width: 1200px) {
  .portfolio-navigation {
    padding: 0 0 80px 0;
  }
}
.portfolio-navigation__background {
  background: url("../images/portfolio-navigation-background.jpg") no-repeat center top;
  padding: 40px 0 44px 0;
  overflow: hidden;
}
.portfolio-navigation__container {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .portfolio-navigation__container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .portfolio-navigation__container {
    max-width: 720px;
  }
}
@media (min-width: 1140px) {
  .portfolio-navigation__container {
    max-width: 994px;
  }
}
@media (min-width: 1200px) {
  .portfolio-navigation__container {
    max-width: 1124px;
  }
}
@media (min-width: 1400px) {
  .portfolio-navigation__container {
    max-width: 1320px;
  }
}
.portfolio-navigation__row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: -24px;
  margin-right: -24px;
  margin-top: -15px;
  margin-bottom: -15px;
}
@media (min-width: 1200px) {
  .portfolio-navigation__row {
    padding: 0 106px 0 0;
  }
}
.portfolio-navigation__column {
  flex: 0 0 auto;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.navigation-item {
  font-size: 13px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.navigation-item_backward {
  background: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiBoZWlnaHQ9IjgiIHZpZXdCb3g9IjAgMCAyNCA4IiB3aWR0aD0iMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0ibS4xNDM0MTIgNC4zODQwODU3Yy0uMTkxMjE2LS4yMTIxMjQ5LS4xOTEyMTYtLjU1NjA0ODQgMC0uNzY4MTczM2wzLjExNzA2MS0zLjQ1NjgxNzA4Yy4xOTEzMTUtLjIxMjEyNzA5LjUwMTQ1My0uMjEyMTI3MDkuNjkyNjcgMCAuMTkxMzE0LjIxMjEyNzA5LjE5MTMxNC41NTYwNTM4NyAwIC43NjgxNzc2N2wtMi43NzA2NzggMy4wNzI3MjYxMSAyLjc3MDY3OCAzLjA3MjcyNmMuMTkxMzE0LjIxMjEyNDkuMTkxMzE0LjU1NjA0ODQgMCAuNzY4MTczMy0uMTkxMjE3LjIxMjEzNTgtLjUwMTM1NS4yMTIxMzU4LS42OTI2NyAwem0yMy44NTY1ODguMTU5MDk5MmgtMjMuNTEwMjA0di0xLjA4NjM3MTZoMjMuNTEwMjA0eiIgZmlsbD0iI2ZmZmZmZiIvPjwvc3ZnPg==") no-repeat left 0 center;
  padding: 0 0 0 32px;
}
.navigation-item_forward {
  background: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiBoZWlnaHQ9IjgiIHZpZXdCb3g9IjAgMCAyNCA4IiB3aWR0aD0iMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0ibTIzLjg1NjU4OCA0LjM4NDA4NTdjLjE5MTIxNi0uMjEyMTI0OS4xOTEyMTYtLjU1NjA0ODQgMC0uNzY4MTczM2wtMy4xMTcwNjEtMy40NTY4MTcwOGMtLjE5MTMxNS0uMjEyMTI3MDktLjUwMTQ1My0uMjEyMTI3MDktLjY5MjY3IDAtLjE5MTMxNC4yMTIxMjcwOS0uMTkxMzE0LjU1NjA1Mzg3IDAgLjc2ODE3NzY3bDIuNzcwNjc4IDMuMDcyNzI2MTEtMi43NzA2NzggMy4wNzI3MjZjLS4xOTEzMTQuMjEyMTI0OS0uMTkxMzE0LjU1NjA0ODQgMCAuNzY4MTczMy4xOTEyMTcuMjEyMTM1OC41MDEzNTUuMjEyMTM1OC42OTI2NyAwem0tMjMuODU2NTg4LjE1OTA5OTJoMjMuNTEwMjA0di0xLjA4NjM3MTZoLTIzLjUxMDIwNHoiIGZpbGw9IiNmM2YwZTkiIHN0cm9rZS13aWR0aD0iMSIvPjwvc3ZnPg==") no-repeat right 0 center;
  padding: 0 32px 0 0;
}
.navigation-item__link {
  color: #ffffff;
  transition: all 0.5s ease;
}
.navigation-item__link:hover {
  color: #bbb9ba;
}

.contacts {
  padding: 60px 0 60px 0;
}
@media (min-width: 768px) {
  .contacts {
    padding: 60px 0 80px 0;
  }
}
.contacts__container {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .contacts__container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .contacts__container {
    max-width: 720px;
  }
}
@media (min-width: 1140px) {
  .contacts__container {
    max-width: 994px;
  }
}
@media (min-width: 1200px) {
  .contacts__container {
    max-width: 1124px;
  }
}
@media (min-width: 1400px) {
  .contacts__container {
    max-width: 1320px;
  }
}
.contacts__row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-left: -10px;
  margin-right: -10px;
  margin-top: -10px;
  margin-bottom: -10px;
}
@media (min-width: 1200px) {
  .contacts__row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.contacts__column {
  flex: 0 0 auto;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .contacts__column {
    flex: 0 0 auto;
    width: 50%;
  }
}

.contacts-info {
  background-color: #ffffff;
  padding: 60px 15px 60px 15px;
  height: 100%;
  min-height: 330px;
}
@media (min-width: 768px) {
  .contacts-info {
    padding: 60px;
  }
}
.contacts-info__phone {
  font-size: 16px;
  line-height: 1.2;
}
.contacts-info__phone-link {
  color: #2b2b2b;
  text-decoration: underline;
}
.contacts-info__phone-link:hover {
  color: #bbb9ba;
  text-decoration: none;
}
.contacts-info__address {
  padding: 10px 0 0 0;
  font-size: 16px;
  line-height: 1.2;
}
.contacts-info__buttons {
  padding: 110px 0 0 0;
}
@media (min-width: 768px) {
  .contacts-info__buttons {
    padding: 240px 0 0 0;
  }
}
@media (min-width: 1200px) {
  .contacts-info__buttons {
    padding: 260px 0 0 0;
  }
}
.contacts-info__buttons-row {
  display: flex;
  flex-direction: now;
  flex-wrap: nowrap;
  justify-content: flex-start;
  margin-left: -10px;
  margin-right: -10px;
  margin-top: -10px;
  margin-bottom: -10px;
}
.contacts-info__buttons-column {
  flex: 0 0 auto;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.contacts-button {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background-color: #bbb9ba;
  border: none;
  border-radius: 50%;
  text-decoration: none;
}
.contacts-button:hover {
  text-decoration: none;
}
.contacts-button svg {
  display: block;
  flex: 0 0 auto;
}

.contacts-map {
  background-color: #ffffff;
  height: 100%;
  min-height: 330px;
}

.contacts-questions {
  padding: 0 0 60px 0;
}
@media (min-width: 768px) {
  .contacts-questions {
    padding: 0 0 80px 0;
  }
}
.contacts-questions__container {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .contacts-questions__container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .contacts-questions__container {
    max-width: 720px;
  }
}
@media (min-width: 1140px) {
  .contacts-questions__container {
    max-width: 994px;
  }
}
@media (min-width: 1200px) {
  .contacts-questions__container {
    max-width: 1124px;
  }
}
@media (min-width: 1400px) {
  .contacts-questions__container {
    max-width: 1320px;
  }
}
.contacts-questions__row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-left: -10px;
  margin-right: -10px;
  margin-top: -15px;
  margin-bottom: -15px;
}
@media (min-width: 1200px) {
  .contacts-questions__row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.contacts-questions__title-column {
  flex: 0 0 auto;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (min-width: 1140px) {
  .contacts-questions__title-column {
    flex: 0 0 auto;
    width: 41.666667%;
  }
}
@media (min-width: 1200px) {
  .contacts-questions__title-column {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.contacts-questions__form-column {
  flex: 0 0 auto;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (min-width: 1140px) {
  .contacts-questions__form-column {
    flex: 0 0 auto;
    width: 58.333333%;
  }
}
@media (min-width: 1200px) {
  .contacts-questions__form-column {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.contacts-questions__item {
  padding: 0 0 20px 0;
}

.contacts-question {
  padding: 0;
}
.contacts-question__title {
  margin: 0;
}

.contacts-questions-form {
  padding: 0;
}

.form-contacts-input {
  width: 100%;
  height: 36px;
  padding: 0 8px 0 8px;
  font-size: 13px;
  line-height: 1;
  font-weight: 300;
  color: #2b2b2b;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #2b2b2b;
  background: transparent;
}
.form-contacts-input::-webkit-input-placeholder {
  font-weight: 300;
  color: #2b2b2b;
  opacity: 1;
}
.form-contacts-input::-moz-placeholder {
  font-weight: 300;
  color: #2b2b2b;
  opacity: 1;
}
.form-contacts-input:-moz-placeholder {
  font-weight: 300;
  color: #2b2b2b;
  opacity: 1;
}
.form-contacts-input:-ms-input-placeholder {
  font-weight: 300;
  color: #2b2b2b;
  opacity: 1;
}
.form-contacts-input:focus {
  outline: 0;
  background: transparent !important;
  font-weight: 300;
  color: #2b2b2b;
  opacity: 1;
  border-bottom: 1px solid #2b2b2b;
}
.form-contacts-input:disabled {
  background: transparent;
}

.form-contacts-textarea {
  width: 100%;
  height: 36px;
  resize: none;
  padding: 0 8px 0 8px;
  font-size: 13px;
  line-height: 1;
  font-weight: 300;
  color: #2b2b2b;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #2b2b2b;
  background: transparent;
}
.form-contacts-textarea::-webkit-input-placeholder {
  font-weight: 300;
  color: #2b2b2b;
  opacity: 1;
}
.form-contacts-textarea::-moz-placeholder {
  font-weight: 300;
  color: #2b2b2b;
  opacity: 1;
}
.form-contacts-textarea:-moz-placeholder {
  font-weight: 300;
  color: #2b2b2b;
  opacity: 1;
}
.form-contacts-textarea:-ms-input-placeholder {
  font-weight: 300;
  color: #2b2b2b;
  opacity: 1;
}
.form-contacts-textarea:focus {
  outline: 0;
  background: transparent !important;
  font-weight: 300;
  color: #2b2b2b;
  opacity: 1;
  border-bottom: 1px solid #2b2b2b;
}
.form-contacts-textarea:disabled {
  background: transparent;
}

.contacts-form {
  padding: 0;
}
.contacts-form__bottom {
  padding: 0;
}
.contacts-form__bottom-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contacts-form__buttom-column {
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 576px) {
  .contacts-form__buttom-column {
    width: initial;
  }
}
.contacts-form__privacy-column {
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 576px) {
  .contacts-form__privacy-column {
    width: 340px;
  }
}
.contacts-form__privacy {
  font-size: 12px;
  line-height: 1.2;
  color: #bbb9ba;
  padding: 10px 0 0 0;
}
@media (min-width: 576px) {
  .contacts-form__privacy {
    padding: 0;
  }
}

.contacts-form-button {
  cursor: pointer;
  height: 36px;
  font-size: 13px;
  line-height: 1.2;
  color: #2b2b2b;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: none;
  padding: 0 32px 0 0;
  background: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiBoZWlnaHQ9IjgiIHZpZXdCb3g9IjAgMCAyNCA4IiB3aWR0aD0iMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0ibTIzLjg1NjU4OCA0LjM4NDA4NTdjLjE5MTIxNi0uMjEyMTI0OS4xOTEyMTYtLjU1NjA0ODQgMC0uNzY4MTczM2wtMy4xMTcwNjEtMy40NTY4MTcwOGMtLjE5MTMxNS0uMjEyMTI3MDktLjUwMTQ1My0uMjEyMTI3MDktLjY5MjY3IDAtLjE5MTMxNC4yMTIxMjcwOS0uMTkxMzE0LjU1NjA1Mzg3IDAgLjc2ODE3NzY3bDIuNzcwNjc4IDMuMDcyNzI2MTEtMi43NzA2NzggMy4wNzI3MjZjLS4xOTEzMTQuMjEyMTI0OS0uMTkxMzE0LjU1NjA0ODQgMCAuNzY4MTczMy4xOTEyMTcuMjEyMTM1OC41MDEzNTUuMjEyMTM1OC42OTI2NyAwem0tMjMuODU2NTg4LjE1OTA5OTJoMjMuNTEwMjA0di0xLjA4NjM3MTZoLTIzLjUxMDIwNHoiIGZpbGw9IiMyYjJiMmIiIHN0cm9rZS13aWR0aD0iMSIvPjwvc3ZnPg==") no-repeat right 0 center;
}
.contacts-form-button:hover {
  transition: all 0.5s ease;
  color: #bbb9ba;
}

.footer {
  background-color: #2b2b2b;
  flex: 0 0 auto;
  padding: 60px 0 48px 0;
}
@media (min-width: 768px) {
  .footer {
    padding: 88px 0 52px 0;
  }
}
@media (min-width: 1140px) {
  .footer {
    padding: 70px 0 52px 0;
  }
}
.footer__container {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .footer__container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .footer__container {
    max-width: 720px;
  }
}
@media (min-width: 1140px) {
  .footer__container {
    max-width: 994px;
  }
}
@media (min-width: 1200px) {
  .footer__container {
    max-width: 1124px;
  }
}
@media (min-width: 1400px) {
  .footer__container {
    max-width: 1320px;
  }
}

.footer-info__row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.footer-info__logo-column {
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 1140px) {
  .footer-info__logo-column {
    width: 230px;
    padding: 18px 0 0 0;
  }
}
@media (min-width: 1200px) {
  .footer-info__logo-column {
    width: 280px;
  }
}
.footer-info__menu-column {
  flex: 0 0 auto;
  width: 100%;
  padding: 40px 0 0 0;
}
@media (min-width: 1140px) {
  .footer-info__menu-column {
    width: 380px;
    padding: 18px 0 0 0;
  }
}
@media (min-width: 1200px) {
  .footer-info__menu-column {
    width: 460px;
  }
}
@media (min-width: 1400px) {
  .footer-info__menu-column {
    width: 656px;
  }
}
.footer-info__form-column {
  flex: 0 0 auto;
  width: 100%;
  padding: 20px 0 0 0;
}
@media (min-width: 1140px) {
  .footer-info__form-column {
    width: 190px;
    padding: 10px 30px 0 0;
  }
}
.footer-info__contacts-column {
  flex: 0 0 auto;
  width: 100%;
  padding: 40px 0 0 0;
}
@media (min-width: 1140px) {
  .footer-info__contacts-column {
    width: 164px;
    padding: 28px 0 0 0;
  }
}

.footer-logo {
  display: block;
  width: 157px;
  text-decoration: none;
}
.footer-logo:hover {
  text-decoration: none;
}
.footer-logo svg {
  display: block;
}

.footer-payment {
  padding: 40px 0 0 0;
}
@media (min-width: 1140px) {
  .footer-payment {
    padding: 28px 0 0 0;
    width: 157px;
  }
}
.footer-payment__row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: -5px;
  margin-bottom: -5px;
}
.footer-payment__column {
  flex: 0 0 auto;
  padding-top: 5px;
  padding-bottom: 5px;
}

.footer-payment-item {
  height: 28px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
}
.footer-payment-item svg {
  flex: 0 0 auto;
}

@media (min-width: 1140px) {
  .footer-menu {
    width: 360px;
  }
}
@media (min-width: 1200px) {
  .footer-menu {
    width: 380px;
  }
}
@media (min-width: 1400px) {
  .footer-menu {
    width: 580px;
  }
}
.footer-menu__row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-left: -10px;
  margin-right: -10px;
}
@media (min-width: 1200px) {
  .footer-menu__row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.footer-menu__column {
  flex: 0 0 auto;
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 1200px) {
  .footer-menu__column {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.footer-menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-menu-list__item {
  font-size: 16px;
  color: #ffffff;
  line-height: 20px;
  margin: 0 0 20px 0;
  padding: 0;
  background: none;
}
.footer-menu-list__item-link {
  color: #ffffff;
  text-decoration: none;
}
.footer-menu-list__item-link:hover {
  color: #bbb9ba;
  text-decoration: none;
}

.footer-form__item {
  padding: 0 0 10px 0;
}
.footer-form__button {
  padding: 0 0 10px 0;
}
.footer-form__privacy {
  font-size: 12px;
  line-height: 1.2;
  color: #bbb9ba;
}

.form-footer-input {
  width: 100%;
  height: 36px;
  padding: 0 8px 0 8px;
  font-size: 13px;
  line-height: 1;
  font-weight: 300;
  color: #bbb9ba;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #bbb9ba;
  background: transparent;
}
.form-footer-input::-webkit-input-placeholder {
  font-weight: 300;
  color: #bbb9ba;
  opacity: 1;
}
.form-footer-input::-moz-placeholder {
  font-weight: 300;
  color: #bbb9ba;
  opacity: 1;
}
.form-footer-input:-moz-placeholder {
  font-weight: 300;
  color: #bbb9ba;
  opacity: 1;
}
.form-footer-input:-ms-input-placeholder {
  font-weight: 300;
  color: #bbb9ba;
  opacity: 1;
}
.form-footer-input:focus {
  outline: 0;
  background: transparent !important;
  font-weight: 300;
  color: #ffffff;
  opacity: 1;
  border-bottom: 1px solid #ffffff;
}
.form-footer-input:disabled {
  background: transparent;
}

.footer-form-button {
  cursor: pointer;
  height: 36px;
  font-size: 13px;
  line-height: 1.2;
  color: #ffffff;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: none;
  padding: 0 32px 0 0;
  background: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiBoZWlnaHQ9IjgiIHZpZXdCb3g9IjAgMCAyNCA4IiB3aWR0aD0iMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0ibTIzLjg1NjU4OCA0LjM4NDA4NTdjLjE5MTIxNi0uMjEyMTI0OS4xOTEyMTYtLjU1NjA0ODQgMC0uNzY4MTczM2wtMy4xMTcwNjEtMy40NTY4MTcwOGMtLjE5MTMxNS0uMjEyMTI3MDktLjUwMTQ1My0uMjEyMTI3MDktLjY5MjY3IDAtLjE5MTMxNC4yMTIxMjcwOS0uMTkxMzE0LjU1NjA1Mzg3IDAgLjc2ODE3NzY3bDIuNzcwNjc4IDMuMDcyNzI2MTEtMi43NzA2NzggMy4wNzI3MjZjLS4xOTEzMTQuMjEyMTI0OS0uMTkxMzE0LjU1NjA0ODQgMCAuNzY4MTczMy4xOTEyMTcuMjEyMTM1OC41MDEzNTUuMjEyMTM1OC42OTI2NyAwem0tMjMuODU2NTg4LjE1OTA5OTJoMjMuNTEwMjA0di0xLjA4NjM3MTZoLTIzLjUxMDIwNHoiIGZpbGw9IiNmM2YwZTkiIHN0cm9rZS13aWR0aD0iMSIvPjwvc3ZnPg==") no-repeat right 0 center;
}
.footer-form-button:hover {
  transition: all 0.5s ease;
  color: #bbb9ba;
}

.footer-contacts {
  color: #ffffff;
  line-height: 1.2;
}
.footer-contacts__phone {
  padding: 0;
}
.footer-contacts__phone-link {
  color: #ffffff;
  text-decoration: underline;
}
.footer-contacts__phone-link:hover {
  color: #bbb9ba;
  text-decoration: none;
}
.footer-contacts__message {
  padding: 0;
}
.footer-contacts__address {
  padding: 16px 0 0 0;
}
.footer-contacts__buttons {
  padding: 40px 0 0 0;
  width: 158px;
}
@media (min-width: 1140px) {
  .footer-contacts__buttons {
    padding: 55px 0 0 0;
  }
}
.footer-contacts__buttons-row {
  display: flex;
  flex-direction: now;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.footer-contacts__buttons-column {
  flex: 0 0 auto;
}

.footer-bottom {
  padding: 40px 0 0 0;
}
@media (min-width: 1140px) {
  .footer-bottom {
    padding: 60px 0 0 0;
  }
}
.footer-bottom__row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: -15px;
  margin-bottom: -15px;
}
.footer-bottom__column {
  flex: 0 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.footer-bottom-item {
  font-size: 14px;
  line-height: 1.2;
  color: #bbb9ba;
}
.footer-bottom-item__link {
  color: #bbb9ba;
  text-decoration: underline;
}
.footer-bottom-item__link:hover {
  color: #ffffff;
  text-decoration: none;
}

.footer-button {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background-color: #bbb9ba;
  border: none;
  border-radius: 50%;
  text-decoration: none;
}
.footer-button:hover {
  text-decoration: none;
}
.footer-button svg {
  display: block;
  flex: 0 0 auto;
}


.prices_container {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 60px;
}
@media (min-width: 576px) {
  .prices_container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .prices_container {
    max-width: 720px;
  }
}
@media (min-width: 1140px) {
  .prices_container {
    max-width: 994px;
  }
}
@media (min-width: 1200px) {
  .prices_container {
    max-width: 1124px;
  }
}
@media (min-width: 1400px) {
  .prices_container {
    max-width: 1320px;
  }
}
.prices_title{

}

.prices_list{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 25px;
}
.prices_item{
  margin-bottom: 48px;
}
@media (min-width: 0px) {
  .prices_item {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .prices_item {
    width: 48%;
  }
}
@media (min-width: 1140px) {
  .prices_item {
    width: 32%;
  }
}

.prices_item_icon{
  height: 60px;
  margin-bottom: 12px;
}
.prices_item_icon img{
  height: 100%;
  max-height: 100%;
  width: auto;
}
.prices_item_title{
  font-weight: bold;
  margin-bottom: 12px;
  text-align: center;
}
.prices_item_icon-price {
  height: 100%;
  vertical-align: middle;
  display: inline-block;
}

.prices_item_icon-price p {
  margin-bottom: 0px;
  margin-top:13px;
  margin-left:10px;
  font-weight: bold;
}
.prices_item_button-container {
  width: 100%;
}
.prices_item_button {
  width: 205px;
  height: 48px;
  background: rgba(43, 43, 43, 0.7);
  color:white;
  margin:0 auto;
  display: inherit;
}

.calculate-cost {
  background: #191919;
}
.calculate-cost_block {
  padding: 60px 0 60px;
}
.calculate-cost_container {
  position: relative;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: auto;
  margin-left: auto;
}
.calculate-cost_img {
  position: absolute;
  bottom: -60px;
  right: -40px;
  max-width: 50%;
  display: none;
}
.calculate-cost_title, .calculate-cost_text {
  color: #fff;
  margin-bottom: 30px;
}
.calculate-cost_btn {
  background: #fff;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  transition: all 0.5s ease;
}
.calculate-cost_btn:hover {
  background: #bbb9ba;
}
@media (min-width: 576px) {
  .calculate-cost_container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .calculate-cost_block {
    padding: 60px 0 80px;
  }
  .calculate-cost_container {
    max-width: 720px;
  }
  .calculate-cost_text {
    max-width: 70%;
  }
  .calculate-cost_img {
    display: block;
    bottom: -80px;
  }
}
@media (min-width: 1140px) {
  .calculate-cost_container {
    max-width: 994px;
  }
  .calculate-cost_content {
    max-width: 50%;
  }
  .calculate-cost_img {
    right: 0;
  }
}
@media (min-width: 1200px) {
  .calculate-cost_container {
    max-width: 1124px;
  }
}
@media (min-width: 1400px) {
  .calculate-cost_container {
    max-width: 1320px;
  }
}

.other-services_block {
  padding: 60px 0 60px;
}
.other-services_container {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: auto;
  margin-left: auto;
}
.other-services_slider {
  padding-bottom: 48px;
}
.other-services_item-img {
  overflow: hidden;
}
.other-services_item img {
  display: block;
  width: 100%;
  transition: all 0.5s ease;
}
.other-services_item:hover .other-services_item-img img {
  transform: scale(1.05);
}
.other-services_item-title {
  padding-top: 15px;
  font-size: 24px;
  font-weight: 400;
}
.other-services_slider-nav {
  padding-top: 30px;
  position: absolute;
  bottom: 0px;
  z-index: 10;
  right: 0;
}
.other-services_slider-nav-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
}
.other-services_slider-nav-btn-col {
  flex: 0 0 auto;
  width: 64px;
  padding-left: 26px;
}
@media (min-width: 576px) {
  .other-services_container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .other-services_block {
    padding: 60px 0 80px;
  }
  .other-services_container {
    max-width: 720px;
  }
  .other-services_slider-nav {
    padding-top: 42px;
  }
}
@media (min-width: 1140px) {
  .other-services_container {
    max-width: 994px;
  }
  .other-services_item:hover .other-services_item-img img {
    transform: scale(1.1);
  }
}
@media (min-width: 1200px) {
  .other-services_container {
    max-width: 1124px;
  }
  .other-services_slider-nav {
    padding-top: 60px;
  }
}
@media (min-width: 1400px) {
  .other-services_container {
    max-width: 1320px;
  }
}
/* End */
/* /bitrix/templates/envodesign_advertpro/normalize.css?17128294046138 */
/* /bitrix/templates/envodesign_advertpro/swiper-bundle.min.css?171282940418435 */
/* /bitrix/templates/envodesign_advertpro/css/ext.css?17139875682293 */
/* /bitrix/templates/envodesign_advertpro/components/bitrix/menu/header_menu/style.css?17137948061022 */
/* /bitrix/templates/envodesign_advertpro/components/bitrix/menu/header_menu_mobile/style.css?1713796772843 */
/* /bitrix/templates/envodesign_advertpro/template_styles.css?1756375671102898 */
