

/* Start:/local/templates/ncompany/css/modal.css?16377377244230*/
/*
 Tomloprod Modal 1.0.2
 
 The MIT License (MIT)
 
 Copyright (c) 2015 by Tomás López.
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
 in the Software without restriction, including without limitation the rights
 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 copies of the Software, and to permit persons to whom the Software is
 furnished to do so, subject to the following conditions:
 
 The above copyright notice and this permission notice shall be included in
 all copies or substantial portions of the Software.
 
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 THE SOFTWARE.
 */
 
 .tm-avoidSelection{
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.tm-modal {
    position: fixed;
    top: 50%;
    left: 50%;

    height: auto;
    z-index: 998!important;
    visibility: hidden;
    opacity: 0;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform:translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
}

.tm-showModal { 
    visibility: visible; 
    opacity: 1;
}
.tm-overlay { 
    position: fixed;
    width: 100%;
    height: 100%;
    visibility: hidden;
    top: 0;
    left: 0;
    z-index: 997;
    opacity: 0;
    /* background: rgba(0, 0, 0, 0.8); */
    background: rgba(21, 21, 21, 0.72);
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s, visibility 0.3s;
    -moz-transition: -webkit-transform 0.3s, opacity 0.3s, visibility 0.3s;
    -ms-transition:-webkit-transform 0.3s, opacity 0.3s, visibility 0.3s;
    -o-transition: -webkit-transform 0.3s, opacity 0.3s, visibility 0.3s;
    transition: -webkit-transform 0.3s, opacity 0.3s, visibility 0.3s;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
}
.tm-showModal ~ .tm-overlay {
    opacity: 1;
    visibility: visible;
}
.tm-wrapper{
    height: 100%;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
    background-color:#FFF;
    overflow: hidden;
    color: #5c7d98;
}
.tm-MainContainer{
    -webkit-overflow-scrolling: touch;
    -webkit-transition: -webkit-transform 0.5s;
    -moz-transition: -moz-transform 0.5s;
    -o-transition: -o-transform 0.5s;
    transition: transform 0.5s;
    -ms-transition: -ms-transform 0.5s;
    -ms-transform-origin: center top;
    -webkit-transform-origin:  center top;
    transform-origin: center top;
}
.tm-MainContainer.tm-effect{
 -webkit-transform: scale(0.8);
    -moz-transform:  scale(0.8);
    -o-transform:  scale(0.8);
    -ms-transform:  scale(0.8);
    transform:  scale(0.8);
}
.tm-effect .tm-wrapper {
    -webkit-transform: translateY(-20%);
    -moz-transform: translateY(-20%);
    -o-transform: translateY(-20%);
    -ms-transform: translateY(-20%);
    transform: translateY(-20%);
    opacity: 0;
    -webkit-transition: -webkit-transform 0.5s,opacity 0.5s,visibility 0.5s;
    -moz-transition: -moz-transform 0.5s,opacity 0.5s,visibility 0.5s;
    -o-transition: -o-transform 0.5s,opacity 0.5s,visibility 0.5s;
    transition: transform 0.5s,opacity 0.5s,visibility 0.5s;
    -ms-transition: -ms-transform 0.5s,opacity 0.5s,visibility 0.5s;
}
.tm-showModal.tm-effect .tm-wrapper {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

/* End */


/* Start:/local/templates/ncompany/css/notes.css?16377443305280*/
#notes {
      position: fixed;
      top: 1em;
      width: 100%;
      cursor: default;
      transition: height 0.45s ease-in-out;
      -webkit-transition: height 0.45s ease-in-out;
      pointer-events: none;
      z-index: 999999;
    }
    #notes .note-item {
          border-radius: 5px;
      max-height: 12em;
      opacity: 1;
      will-change: opacity, transform;
      transition: all 0.2s linear;
      -webkit-transition: all 0.2s linear;
      backface-visibility: hidden;
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      -ms-backface-visibility: hidden;
      width: 50vw;
      -webkit-touch-callout: none;
      user-select: none;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      -o-user-select: none;
      z-index: 2;
      pointer-events: auto;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
      align-content: flex-start;
      -webkit-box-align: start;
      -ms-flex-align: start;
      -webkit-align-items: flex-start;
      -moz-align-items: flex-start;
      align-items: flex-start;
      -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
      align-content: flex-start;
      max-width: 20em;
      font: inherit;
      line-height: 1.25em;
      color: #fff;
      margin: 0 30px 1em auto;
      transform: translateZ(0);
      -moz-transform: translateZ(0);
      -ms-transform: translateZ(0);
      -webkit-transform: translateZ(0);
      padding: 0.75em 1em;
    }
    @media all and (max-width: 30em) {
      #notes .note-item {
        width: 85vw;
        max-width: none;
        margin: 0 auto 1em auto;
      }
    }
    #notes .note-item[data-show=false] {
      pointer-events: none;
      opacity: 0 !important;
      max-height: 0 !important;
      margin-bottom: 0 !important;

    }
    #notes .note-item[data-type=info] {
      background-color: rgba(55, 94, 151, 0.9);
    }
    #notes .note-item[data-type=warn] {
      background-color: rgba(235, 172, 0, 0.9);
      animation: shake 0.9s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
      -webkit-animation: shake 0.9s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
    }
    #notes .note-item[data-type=error] {
      background-color: rgba(251, 101, 66, 0.9);
      animation: shake 0.54s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
      -webkit-animation: shake 0.54s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
    }
    #notes .note-item[data-type=success] {
      background-color: rgba(63, 104, 28, 0.9);
    }
    #notes .note-item .note-item-text {
      flex: auto;
      -webkit-flex: auto;
      -moz-flex: auto;
      -ms-flex: auto;
      padding-right: 0.5em;
      max-width: calc(100% - 1.25em);
      max-width: -webkit-calc(100% - 1.25em);
    }
    #notes .note-item .note-item-btn {
      width: 1.25em;
      height: 1.25em;
      cursor: pointer;
      background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiB4bWw6c3BhY2U9InByZXNlcnZlIiBmaWxsPSIjZmZmIj48cGF0aCBkPSJNMTguMyw1LjcxTDE4LjMsNS43MWMtMC4zOS0wLjM5LTEuMDItMC4zOS0xLjQxLDBMMTIsMTAuNTlMNy4xMSw1LjdjLTAuMzktMC4zOS0xLjAyLTAuMzktMS40MSwwbDAsMCBjLTAuMzksMC4zOS0wLjM5LDEuMDIsMCwxLjQxTDEwLjU5LDEyTDUuNywxNi44OWMtMC4zOSwwLjM5LTAuMzksMS4wMiwwLDEuNDFoMGMwLjM5LDAuMzksMS4wMiwwLjM5LDEuNDEsMEwxMiwxMy40MWw0Ljg5LDQuODkgYzAuMzksMC4zOSwxLjAyLDAuMzksMS40MSwwbDAsMGMwLjM5LTAuMzksMC4zOS0xLjAyLDAtMS40MUwxMy40MSwxMmw0Ljg5LTQuODlDMTguNjgsNi43MywxOC42OCw2LjA5LDE4LjMsNS43MXoiLz48L3N2Zz4=') no-repeat 0 0/contain;
      transition: opacity 0.2s;
      -webkit-transition: opacity 0.2s;
      border: none;
    }
    #notes .note-item .note-item-btn:hover {
      opacity: 0.6;
    }
    
    @keyframes shake {
      10%, 90% {
        transform: translate3d(-1px, 0, 0);
        -webkit-transform: translate3d(-1px, 0, 0);
        -ms-transform: translate3d(-1px, 0, 0);
      }
      20%, 80% {
        transform: translate3d(2px, 0 0);
        -webkit-transform: translate3d(2px, 0, 0);
        -ms-transform: translate3d(2px, 0, 0);
      }
      30%, 50%, 70% {
        transform: translate3d(-4px, 0, 0);
        -webkit-transform: translate3d(-4px, 0, 0);
        -ms-transform: translate3d(-4px, 0, 0);
      }
      40%, 60% {
        transform: translate3d(4px, 0, 0);
        -webkit-transform: translate3d(4px, 0, 0);
        -ms-transform: translate3d(4px, 0, 0);
      }
    }
    @-webkit-keyframes shake {
      10%, 90% {
        -webkit-transform: translate3d(-1px, 0, 0);
      }
      20%, 80% {
        -webkit-transform: translate3d(2px, 0, 0);
      }
      30%, 50%, 70% {
        -webkit-transform: translate3d(-4px, 0, 0) t;
      }
      40%, 60% {
        -webkit-transform: translate3d(4px, 0, 0);
      }
    }

/* End */


/* Start:/local/templates/ncompany/app/css/style.css?1669016897139482*/
html,
html.light {
  --slider-bg: #1d1d1d;
  --slider-text: #787878;
  --slider-button-bg: #179917;
  --slider-pagination-bg: #179917;
  --accent-bg: #f9fafc;
  --accent-bg-rgb: 259, 250, 252;
  --accent-title-text: #1d1d1d;
}

html.dark {
  --slider-bg: #179917;
  --slider-text: #dddddd;
  --slider-button-bg: #1d1d1d;
  --slider-pagination-bg: #ffffff;
  --accent-bg: #1d1d1d;
  --accent-bg-rgb: 29, 29, 29;
  --accent-title-text: #ffffff;
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  src: url("/local/templates/ncompany/app/css/../font/Inter-LightBETA.woff2") format("woff2"), url("/local/templates/ncompany/app/css/../font/Inter-LightBETA.woff") format("woff");
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  src: url("/local/templates/ncompany/app/css/../font/Inter-Regular.woff2") format("woff2"), url("/local/templates/ncompany/app/css/../font/Inter-Regular.woff") format("woff");
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  src: url("/local/templates/ncompany/app/css/../font/Inter-Medium.woff2") format("woff2"), url("/local/templates/ncompany/app/css/../font/Inter-Medium.woff") format("woff");
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  src: url("/local/templates/ncompany/app/css/../font/Inter-SemiBold.woff2") format("woff2"), url("/local/templates/ncompany/app/css/../font/Inter-SemiBold.woff") format("woff");
}

@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 600;
  src: url("/local/templates/ncompany/app/css/../font/Inter-SemiBoldItalic.woff2") format("woff2"),
    url("/local/templates/ncompany/app/css/../font/Inter-SemiBoldItalic.woff") format("woff");
}

@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 800;
  src: url("/local/templates/ncompany/app/css/../font/Inter-BlackItalic.woff2") format("woff2"), url("/local/templates/ncompany/app/css/../font/Inter-BlackItalic.woff") format("woff");
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow-x: hidden;
  font-family: "Inter", sans-serif;
  color: #1d1d1f;
}

footer {
  margin-top: auto;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
}

p {
  color: #787878;
}

form {
  margin: 0;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
}

.no-scroll {
  overflow: hidden;
}

.svg-library {
  display: none;
}

table {
  border-collapse: collapse;
}

thead {
  background: #169918;
}

tr {
  border-bottom: 1px solid #f0f1f3;
}
tr:nth-child(2n) {
  background: #f9fafc;
}

th {
  font-size: calc(14px + 2 * ((100vw - 320px) / 1600));
  line-height: 1.7;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  padding: 15px;
  color: #ffffff;
  text-align: left;
}
@media screen and (max-width: 320px) {
  th {
    font-size: 14px;
  }
}
@media screen and (min-width: 1920px) {
  th {
    font-size: 16px;
  }
}
th:nth-last-child(1),
th:nth-last-child(2),
th:nth-last-child(3) {
  text-align: right;
}

td {
  font-size: calc(14px + 2 * ((100vw - 320px) / 1600));
  line-height: 1.7;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  padding: 15px;
  color: #3f3f3f;
}
@media screen and (max-width: 320px) {
  td {
    font-size: 14px;
  }
}
@media screen and (min-width: 1920px) {
  td {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  td {
    padding: 17px;
  }
}
td:first-child {
  color: #179917;
}
td:nth-last-child(1),
/* td:nth-last-child(2), */
td:nth-last-child(3) {
  text-align: right;
}

/*! 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 */
  -webkit-text-decoration: underline dotted;
  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;
}

@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal; }

:root {
  --swiper-theme-color: #007aff; }

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1; }

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

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

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

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

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

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

/* Auto Height */
.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; }

/* 3D Effects */
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px; }

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

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

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15); }

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

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

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

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

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */ }
  .swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none; }

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

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

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

.swiper-centered > .swiper-wrapper::before {
  content: ''; 
  flex-shrink: 0;
  order: 9999; }

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before); }

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  width: var(--swiper-centered-offset-after); }

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before); }

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  height: var(--swiper-centered-offset-after); }

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center; }

h1 {
  font-size: calc(35px + 25 * ((100vw - 320px) / 1600));
}
@media screen and (max-width: 320px) {
  h1 {
    font-size: 35px;
  }
}
@media screen and (min-width: 1920px) {
  h1 {
    font-size: 60px;
  }
}

h2 {
  font-size: calc(28px + 16 * ((100vw - 320px) / 1600));
}
@media screen and (max-width: 320px) {
  h2 {
    font-size: 28px;
  }
}
@media screen and (min-width: 1920px) {
  h2 {
    font-size: 44px;
  }
}

h3 {
  font-size: calc(20px + 8 * ((100vw - 320px) / 1600));
}
@media screen and (max-width: 320px) {
  h3 {
    font-size: 20px;
  }
}
@media screen and (min-width: 1920px) {
  h3 {
    font-size: 28px;
  }
}

h4 {
  font-size: calc(18px + 6 * ((100vw - 320px) / 1600));
}
@media screen and (max-width: 320px) {
  h4 {
    font-size: 18px;
  }
}
@media screen and (min-width: 1920px) {
  h4 {
    font-size: 24px;
  }
}

h5 {
  font-size: calc(16px + 4 * ((100vw - 320px) / 1600));
}
@media screen and (max-width: 320px) {
  h5 {
    font-size: 16px;
  }
}
@media screen and (min-width: 1920px) {
  h5 {
    font-size: 20px;
  }
}

ul {
  padding: 0;
  list-style: none;
  margin: 15px 0 15px 24px;
  list-style: disc;
}

ol {
  margin: 15px 0 15px 24px;
  padding: 0;
}

li {
  font-size: calc(14px + 2 * ((100vw - 320px) / 1600));
  line-height: 1.7;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  margin: 10px 0;
  color: #787878;
}
@media screen and (max-width: 320px) {
  li {
    font-size: 14px;
  }
}
@media screen and (min-width: 1920px) {
  li {
    font-size: 16px;
  }
}

li::marker {
  color: inherit;
}

.burger {
  position: relative;
  display: flex;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 9px;
  transition: all 0.2s ease;
  cursor: pointer;
}

.burger__line {
  position: relative;
  display: block;
  width: 100%;
  height: 2px;
  background: #1d1d1f;
  transition: all 0.2s ease;
}
.burger:hover .burger__line,
.burger:focus .burger__line {
  background: #179917;
}
.burger__line::after,
.burger__line::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #1d1d1f;
  transition: all 0.2s ease;
}
.burger:hover .burger__line::after,
.burger:focus .burger__line::after,
.burger:hover .burger__line::before,
.burger:focus .burger__line::before {
  background: #179917;
}
.burger__line::after {
  top: 7px;
}
.burger__line::before {
  top: -7px;
}
.burger.show .burger__line {
  background: transparent;
}
.burger.show:hover .burger__line,
.burger.show:focus .burger__line {
  background: transparent;
}
.burger.show .burger__line::before,
.burger.show .burger__line::after {
  top: 0;
}
.burger.show .burger__line::after {
  transform: rotate(-45deg);
}
.burger.show .burger__line::before {
  transform: rotate(45deg);
}

.button {
  margin: 0;
  padding: 0;
  text-align: left;
  border: none;
  outline: none;
  background-color: transparent;
  transition: all 0.2s ease;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  outline: none;
  color: inherit;
  transition: all 0.2s ease;
  font-size: calc(12px + 2 * ((100vw - 320px) / 1600));
  line-height: 1;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  padding: 15px 30px;
  color: #179917;
  background-color: transparent;
  border: 1px solid #ebebeb;
  text-transform: uppercase;
  border-radius: 50px;
  text-align: center;
}
@media screen and (max-width: 320px) {
  .button {
    font-size: 12px;
  }
}
@media screen and (min-width: 1920px) {
  .button {
    font-size: 14px;
  }
}
.button:hover {
  color: #ffffff;
  background-color: #179917;
  border: 1px solid #179917;
}
.button--dark {
  color: #ffffff;
  background-color: #179917;
  border: 1px solid #179917;
}
.button--dark:hover {
  color: #179917;
  background-color: transparent;
  border: 1px solid #ebebeb;
}
.button--white {
  color: #1d1d1f;
  background-color: #ffffff;
}
.button--white:hover {
  color: #179917;
  background-color: #1d1d1f;
}

.input-group {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
@media (max-width: 576px) {
  .input-group {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

.input {
  position: relative;
  margin-bottom: 12px;
}
.input--required::after {
  font-size: calc(18px + 0 * ((100vw - 320px) / 1600));
  line-height: 18px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  position: absolute;
  content: "*";
  top: 18px;
  right: 18px;
  color: #e33825;
}
@media screen and (max-width: 320px) {
  .input--required::after {
    font-size: 18px;
  }
}
@media screen and (min-width: 1920px) {
  .input--required::after {
    font-size: 18px;
  }
}
.feedback .input--required::after {
  color: #ffffff;
}

.input__field {
  margin: 0;
  padding: 0;
  background-image: none;
  background-color: transparent;
  box-shadow: none;
  border: none;
  outline: none;
  resize: none;
  transition: all 0.2s ease;
  font-size: calc(16px + 0 * ((100vw - 320px) / 1600));
  line-height: 28px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  width: 287px;
  padding: 10px 45px 10px 15px;
  border: 1px solid #ebebeb;
  border-radius: 6px;
  color: #787878;
  background: #ffffff;
}
@media screen and (max-width: 320px) {
  .input__field {
    font-size: 16px;
  }
}
@media screen and (min-width: 1920px) {
  .input__field {
    font-size: 16px;
  }
}
.feedback .input__field,
.service-banner .input__field {
  width: 100%;
  color: #ffffff;
  background: #56b45f;
  border: 1px solid transparent;
}
.feedback .input__field::-moz-placeholder,
.service-banner .input__field::-moz-placeholder {
  color: #ffffff;
}
.feedback .input__field::placeholder,
.service-banner .input__field::placeholder {
  color: #ffffff;
}
@media (max-width: 768px) {
  .request .input__field {
    width: 100%;
  }
}
.contacts .input__field,
.popup .input__field {
  width: 100%;
}
.input--invalid .input__field {
  outline: 2px solid #e33825;
  outline-offset: -2px;
}
.input--valid .input__field {
  outline: 2px solid #138d77;
  outline-offset: -2px;
}
.input__field::-moz-placeholder {
  color: #787878;
}
.input__field::placeholder {
  color: #787878;
}

.input__file-label {
  font-size: calc(14px + 0 * ((100vw - 320px) / 1600));
  line-height: 14px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  display: inline-flex;
  align-items: center;
  margin-top: 10px;
  letter-spacing: 0.02em;
  color: #ffffff;
  transition: all 0.2s ease;
  cursor: pointer;
}
@media screen and (max-width: 320px) {
  .input__file-label {
    font-size: 14px;
  }
}
@media screen and (min-width: 1920px) {
  .input__file-label {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .input__file-label {
    margin-top: 0;
  }
}
.input__file-label:hover {
  color: #1d1d1f;
}

.input__file-label-icon {
  margin-left: 15px;
  fill: #ffffff;
  transition: all 0.2s ease;
}
.input__file-label:hover .input__file-label-icon {
  fill: #1d1d1f;
}

.link {
  margin: 0;
  padding: 0;
  display: inline-block;
  text-decoration: none;
  outline: none;
  color: inherit;
  transition: all 0.2s ease;
  font-size: calc(12px + 4 * ((100vw - 320px) / 1600));
  line-height: 1.3;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  display: flex;
  align-items: center;
  align-self: end;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #179917;
}
@media screen and (max-width: 320px) {
  .link {
    font-size: 12px;
  }
}
@media screen and (min-width: 1920px) {
  .link {
    font-size: 16px;
  }
}

.link__icon {
  margin-left: 8px;
  stroke: #179917;
  fill: transparent;
  transition: all 0.2s ease;
}
@media (max-width: 576px) {
  .link__icon {
    width: 20px;
    height: 20px;
    margin-left: 0;
  }
}
.link:hover .link__icon {
  transform: rotate(45deg);
}
.works-block__item-link:hover .link__icon {
  transform: rotate(45deg);
}

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(4, 4, 4, 0.62);
  cursor: pointer;
}
.overlay--header {
  z-index: 10;
}
.overlay--popup {
  z-index: 30;
}
.overlay.show {
  display: block;
}

.rating {
  display: flex;
  align-items: center;
}

.rating__title {
  margin: 0;
  padding: 0;
  font-size: calc(12px + 2 * ((100vw - 320px) / 1600));
  line-height: 1;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  margin-right: 13px;
  letter-spacing: 0.02em;
  color: #828282;
}
@media screen and (max-width: 320px) {
  .rating__title {
    font-size: 12px;
  }
}
@media screen and (min-width: 1920px) {
  .rating__title {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .rating__title {
    margin-right: 5px;
  }
}

.rating__label {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.rating__label:not(:first-child) {
  margin-right: 4px;
}
@media (max-width: 576px) {
  .rating__label:not(:first-child) {
    margin-right: 2px;
  }
}

.rating__label-icon {
  fill: transparent;
  transition: all 0.3s ease;
}
@media (max-width: 576px) {
  .rating__label-icon {
    width: 10px;
    height: auto;
  }
}
.rating__input:hover ~ .rating__label .rating__label-icon,
.rating__input:focus ~ .rating__label .rating__label-icon,
.rating__input:checked ~ .rating__label .rating__label-icon {
  fill: #ffa318;
}

.rating__mark {
  display: flex;
  flex-direction: row-reverse;
}

.title {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding-bottom: 60px;
}
@media (max-width: 1024px) {
  .title {
    padding-bottom: 32px;
  }
}
@media (max-width: 768px) {
  .works .title {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
}
.reviews .title {
  flex-wrap: wrap;
  gap: 30px 100px;
}
.title__name {
  margin: 0;
  padding: 0;
  font-size: calc(30px + 30 * ((100vw - 320px) / 1600));
  line-height: 1.21;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  max-width: 900px;
  color: #1d1d1f;
}
@media screen and (max-width: 320px) {
  .title__name {
    font-size: 30px;
  }
}
@media screen and (min-width: 1920px) {
  .title__name {
    font-size: 60px;
  }
}
.title__name--light {
  color: #ffffff;
}
.title--main .title__name {
  font-weight: 600;
}

.title__text {
  font-size: calc(14px + 2 * ((100vw - 320px) / 1600));
  line-height: 1.47;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  display: block;
  max-width: 600px;
  margin-top: 16px;
  color: #787878;
}
@media screen and (max-width: 320px) {
  .title__text {
    font-size: 14px;
  }
}
@media screen and (min-width: 1920px) {
  .title__text {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .title__text {
    line-height: 1.7;
  }
}

@media (max-width: 576px) {
  .title__link {
    display: none;
  }
}

.title__social-link {
  display: inline-block;
  text-decoration: none;
  outline: none;
  color: inherit;
  transition: all 0.2s ease;
  font-size: calc(14px + 2 * ((100vw - 320px) / 1600));
  line-height: 1.7;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  align-self: start;
  display: flex;
  align-items: center;
  margin-top: 19px;
  color: #000000;
}
@media screen and (max-width: 320px) {
  .title__social-link {
    font-size: 14px;
  }
}
@media screen and (min-width: 1920px) {
  .title__social-link {
    font-size: 16px;
  }
}
.title__social-link:hover {
  color: #179917;
}

.title__social-link-icon {
  margin-right: 21px;
}
@media (max-width: 768px) {
  .title__social-link-icon {
    margin-right: 10px;
  }
}

.title__buttons {
  display: flex;
}
@media (max-width: 576px) {
  .gallery .title__buttons {
    display: none;
  }
}

.title__button {
  margin: 0;
  padding: 0;
  text-align: left;
  border: none;
  outline: none;
  background-color: transparent;
  transition: all 0.2s ease;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  background: transparent;
  border: 1px solid #ebebeb;
  border-radius: 50%;
}
@media (max-width: 576px) {
  .title__button {
    width: 40px;
    height: 40px;
  }
}
.title__button--prev {
  margin-right: 14px;
}
@media (max-width: 576px) {
  .title__button--prev {
    margin-right: 9px;
  }
}
.title__button:hover {
  background: #179917;
}

.title__button-icon {
  fill: transparent;
  stroke: #179917;
  transition: all 0.2s ease;
}
@media (max-width: 576px) {
  .title__button-icon {
    width: 18px;
    height: 18px;
  }
}
.title__button--prev .title__button-icon {
  transform: rotate(180deg);
}
.title__button:hover .title__button-icon {
  stroke: #ffffff;
}

.banner {
  display: flex;
  position: relative;
  height: 600px;
  background: #1d1d1d;
}
@media (max-width: 1024px) {
  .banner {
    flex-direction: column;
    height: auto;
  }
}
.breadcrumbs + .banner {
  margin-top: -100px;
}
@media (max-width: 576px) {
  .breadcrumbs + .banner {
    margin-top: -75px;
  }
}

.banner__bg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 50%;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1024px) {
  .banner__bg {
    position: relative;
    height: 400px;
    top: auto;
    bottom: auto;
    right: auto;
    left: auto;
  }
}
@media (max-width: 768px) {
  .banner__bg {
    height: 330px;
  }
}
@media (max-width: 576px) {
  .banner__bg {
    height: 260px;
  }
}
@media (max-width: 450px) {
  .banner__bg {
    height: 185px;
  }
}
@media (max-width: 1024px) {
  .banner__bg::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
  }
}

.banner__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  height: 100%;
}
@media (max-width: 1024px) {
  .banner__content {
    width: 100%;
    padding: 50px 0;
  }
}
@media (max-width: 576px) {
  .banner__content {
    padding: 40px 0 47px;
  }
}

.banner__title {
  margin: 0;
  padding: 0;
  font-size: calc(35px + 25 * ((100vw - 320px) / 1600));
  line-height: 1.07;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  margin-bottom: 30px;
  color: #ffffff;
}
@media screen and (max-width: 320px) {
  .banner__title {
    font-size: 35px;
  }
}
@media screen and (min-width: 1920px) {
  .banner__title {
    font-size: 60px;
  }
}
@media (max-width: 576px) {
  .banner__title {
    margin-bottom: 16px;
  }
}

.banner__text {
  margin: 0;
  padding: 0;
  font-size: calc(14px + 2 * ((100vw - 320px) / 1600));
  line-height: 1.47;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  max-width: 69%;
  margin-bottom: 28px;
  color: #787878;
}
@media screen and (max-width: 320px) {
  .banner__text {
    font-size: 14px;
  }
}
@media screen and (min-width: 1920px) {
  .banner__text {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .banner__text {
    max-width: 90%;
    margin-bottom: 20px;
  }
}
@media (max-width: 450px) {
  .banner__text {
    max-width: 100%;
    margin-bottom: 20px;
  }
}

.banner__button {
  align-self: start;
}

.bottom-footer__content {
  display: grid;
  grid-template-columns: auto 700px;
  align-items: end;
}
@media (max-width: 1200px) {
  .bottom-footer__content {
    grid-template-columns: auto 600px;
  }
}
@media (max-width: 1024px) {
  .bottom-footer__content {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .bottom-footer__content {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

.bottom-footer__copyright {
  margin: 0;
  padding: 0;
  font-size: calc(14px + 0 * ((100vw - 320px) / 1600));
  line-height: 1.7;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.6);
}
@media screen and (max-width: 320px) {
  .bottom-footer__copyright {
    font-size: 14px;
  }
}
@media screen and (min-width: 1920px) {
  .bottom-footer__copyright {
    font-size: 14px;
  }
}

.bottom-footer__privacy {
  display: inline-block;
  text-decoration: none;
  outline: none;
  color: inherit;
  transition: all 0.2s ease;
  font-size: calc(14px + 0 * ((100vw - 320px) / 1600));
  line-height: 1.7;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.6);
}
@media screen and (max-width: 320px) {
  .bottom-footer__privacy {
    font-size: 14px;
  }
}
@media screen and (min-width: 1920px) {
  .bottom-footer__privacy {
    font-size: 14px;
  }
}
.bottom-footer__privacy:hover {
  color: #179917;
}

.bottom-footer__develop {
  display: inline-block;
  text-decoration: none;
  outline: none;
  color: inherit;
  transition: all 0.2s ease;
}

.bottom-footer__develop-icon {
  fill: #717171;
  transition: all 0.2s ease;
}
.bottom-footer__develop:hover .bottom-footer__develop-icon {
  fill: #179917;
}

.bottom-header {
  position: relative;
  padding: 25px 0 22px;
  border-bottom: 1px solid #ebebeb;
}
@media (max-width: 1024px) {
  .bottom-header {
    padding: 12px 0;
  }
}
@media (max-width: 576px) {
  .bottom-header::before,
  .bottom-header::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    left: 60px;
    background-color: #ebebeb;
  }
}
@media (max-width: 576px) {
  .bottom-header::after {
    left: auto;
    right: 60px;
  }
}

.bottom-header__content {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 20px;
  align-items: center;
}
@media (max-width: 1024px) {
  .bottom-header__content {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
}

.bottom-header__burger {
  display: none;
}
@media (max-width: 1024px) {
  .bottom-header__burger {
    display: flex;
  }
}

.bottom-header__logo {
  display: flex;
  align-items: center;
  margin-left: -12px;
}
@media (max-width: 1024px) {
  .bottom-header__logo {
    justify-content: center;
    margin-left: 0;
  }
}

.bottom-header__logo-link {
  display: inline-block;
  text-decoration: none;
  outline: none;
  color: inherit;
  transition: all 0.2s ease;
}

.bottom-header__logo-image {
  max-width: 189px;
  max-height: 70px;
}
@media (max-width: 768px) {
  .bottom-header__logo-image {
    max-width: 136px;
    max-height: 34px;
  }
}

.bottom-header__logo-text {
  margin: 0;
  padding: 0;
  font-size: calc(13px + 0 * ((100vw - 320px) / 1600));
  line-height: 1.31;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  margin-left: 71px;
  color: #787878;
}
@media screen and (max-width: 320px) {
  .bottom-header__logo-text {
    font-size: 13px;
  }
}
@media screen and (min-width: 1920px) {
  .bottom-header__logo-text {
    font-size: 13px;
  }
}
@media (max-width: 1700px) {
  .bottom-header__logo-text {
    display: none;
  }
}

.bottom-header__navigation {
  justify-self: center;
}
@media (max-width: 1024px) {
  .bottom-header__navigation {
    display: none;
  }
}

.bottom-header__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.bottom-header__item {
  flex-shrink: 0;
}
.bottom-header__item:not(:last-child) {
  margin-right: 40px;
}
@media (max-width: 1440px) {
  .bottom-header__item:not(:last-child) {
    margin-right: 25px;
  }
}

.bottom-header__link {
  display: inline-block;
  text-decoration: none;
  outline: none;
  color: inherit;
  transition: all 0.2s ease;
  font-size: calc(13px + 0 * ((100vw - 320px) / 1600));
  line-height: 1.85;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  position: relative;
  color: #1d1d1f;
  text-transform: uppercase;
}
@media screen and (max-width: 320px) {
  .bottom-header__link {
    font-size: 13px;
  }
}
@media screen and (min-width: 1920px) {
  .bottom-header__link {
    font-size: 13px;
  }
}
.bottom-header__link:hover,
.bottom-header__link.active {
  color: #179917;
}
.bottom-header__link::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  bottom: 4px;
  left: 0;
  background: #179917;
  transition: all 0.2s ease;
}
.bottom-header__link:hover::after,
.bottom-header__link.active::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
}

.bottom-header__call {
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  .bottom-header__call {
    justify-content: flex-end;
  }
}

.bottom-header__call-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-right: 42px;
}
@media (max-width: 1700px) {
  .bottom-header__call-wrap {
    margin-right: 20px;
  }
}
@media (max-width: 1024px) {
  .bottom-header__call-wrap {
    margin-right: 0;
  }
}

.bottom-header__location {
  display: none !important;
  margin-bottom: 12px !important;
  color: #787878 !important;
}
.header.scroll .bottom-header__location {
  display: flex !important;
}
@media (max-width: 1440px) {
  .header.scroll .bottom-header__location {
    display: none !important;
  }
}
.bottom-header__location:hover {
  color: #179917 !important;
}

.bottom-header__call-link-wrap {
  display: flex;
  align-items: center;
}

.bottom-header__call-link {
  display: inline-block;
  text-decoration: none;
  outline: none;
  color: inherit;
  transition: all 0.2s ease;
  font-size: calc(14px + 2 * ((100vw - 320px) / 1600));
  line-height: 1.5;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  color: #1d1d1f;
}
@media screen and (max-width: 320px) {
  .bottom-header__call-link {
    font-size: 14px;
  }
}
@media screen and (min-width: 1920px) {
  .bottom-header__call-link {
    font-size: 16px;
  }
}
@media (max-width: 1440px) {
  .bottom-header__call-link {
    display: none;
  }
}
@media (max-width: 1024px) {
  .bottom-header__call-link {
    display: block;
  }
}
@media (max-width: 576px) {
  .bottom-header__call-link {
    font-size: 0;
  }
}
.bottom-header__call-link:hover {
  color: #179917;
}

.bottom-header__call-link-icon {
  display: none;
}
@media (max-width: 576px) {
  .bottom-header__call-link-icon {
    display: block;
    margin-right: 10px;
    margin-left: auto;
    fill: #1d1d1f;
    transition: all 0.2s ease;
  }
}
.bottom-header__call-link:hover .bottom-header__call-link-icon {
  fill: #179917;
}

.bottom-header__call-more-button {
  margin: 0;
  padding: 0;
  text-align: left;
  border: none;
  outline: none;
  background-color: transparent;
  transition: all 0.2s ease;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 24px;
}
@media (max-width: 1440px) {
  .bottom-header__call-more-button {
    display: none;
  }
}

.bottom-header__call-more-icon {
  stroke: #1d1d1f;
  fill: transparent;
  transition: all 0.2s ease;
}
.bottom-header__call-more-button:hover .bottom-header__call-more-icon {
  stroke: #179917;
}

@media (max-width: 1024px) {
  .bottom-header__call-button {
    display: none;
  }
}

.breadcrumbs {
  position: relative;
  z-index: 1;
  padding: 30px 0 40px;
}
@media (max-width: 576px) {
  .breadcrumbs {
    padding: 20px 0 30px;
  }
}

.breadcrumbs__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.breadcrumbs__item {
  position: relative;
  margin: 0;
}
.breadcrumbs__item:not(:last-child) {
  padding-right: 46px;
}
.breadcrumbs__item:not(:last-child)::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 1px;
  top: 13px;
  right: 16px;
  background: #787878;
}
@media (max-width: 1024px) {
  .breadcrumbs--light .breadcrumbs__item:not(:last-child)::after {
    background: rgba(255, 255, 255, 0.6);
  }
}
@media (max-width: 576px) {
  .breadcrumbs__item:nth-last-child(2) {
    padding-right: 0;
    padding-left: 18px;
  }
}
.breadcrumbs__item:nth-last-child(2)::after {
  background: #1d1d1f;
}
.breadcrumbs--light .breadcrumbs__item:nth-last-child(2)::after {
  background: rgba(255, 255, 255, 0.6);
}
@media (max-width: 1024px) {
  .breadcrumbs--light .breadcrumbs__item:nth-last-child(2)::after {
    background: #ffffff;
  }
}
@media (max-width: 576px) {
  .breadcrumbs__item:nth-last-child(2)::after {
    content: "";
    position: absolute;
    width: 7px;
    height: 11px;
    top: 6px;
    left: 3px;
    right: auto;
    transform: none;
    background: transparent url("/local/templates/ncompany/app/css/../img/icons/icon-arrow-breadcrumbs.svg") 50% 50% no-repeat;
  }
  .breadcrumbs--light .breadcrumbs__item:nth-last-child(2)::after {
    background: transparent url("/local/templates/ncompany/app/css/../img/icons/icon-arrow-breadcrumbs-light.svg") 50% 50% no-repeat;
  }
}
@media (max-width: 576px) {
  .breadcrumbs__item:not(:nth-last-child(2)) {
    display: none;
  }
}

.breadcrumbs__link {
  display: inline-block;
  text-decoration: none;
  outline: none;
  color: inherit;
  transition: all 0.2s ease;
  font-size: calc(14px + 0 * ((100vw - 320px) / 1600));
  line-height: 17px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  color: #787878;
}
@media screen and (max-width: 320px) {
  .breadcrumbs__link {
    font-size: 14px;
  }
}
@media screen and (min-width: 1920px) {
  .breadcrumbs__link {
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  .breadcrumbs--light .breadcrumbs__link {
    color: rgba(255, 255, 255, 0.6);
  }
}
@media (max-width: 576px) {
  .breadcrumbs--light .breadcrumbs__link {
    color: #ffffff;
  }
}
.breadcrumbs__item:last-child .breadcrumbs__link {
  color: #1d1d1f;
  cursor: default;
}
.breadcrumbs--light .breadcrumbs__item:last-child .breadcrumbs__link {
  color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 1024px) {
  .breadcrumbs--light .breadcrumbs__item:last-child .breadcrumbs__link {
    color: #ffffff;
  }
}
.breadcrumbs__item:not(:last-child) .breadcrumbs__link:hover,
.breadcrumbs__item:not(:last-child) .breadcrumbs__link:focus {
  color: #179917;
}
@media (max-width: 576px) {
  .breadcrumbs__item:not(:last-child) .breadcrumbs__link:hover,
  .breadcrumbs__item:not(:last-child) .breadcrumbs__link:focus {
    color: #787878;
  }
}
@media (max-width: 1024px) {
  .breadcrumbs--light .breadcrumbs__item:not(:last-child) .breadcrumbs__link:hover,
  .breadcrumbs--light .breadcrumbs__item:not(:last-child) .breadcrumbs__link:focus {
    color: #ffffff;
  }
}

.company {
  padding: 140px 0;
  background-color: var(--accent-bg);
}
.company .button.title__link {
  display: none;
}
@media (max-width: 1200px) {
  .company {
    padding: 100px 0;
  }
}
@media (max-width: 768px) {
  .company {
    padding: 60px 0 20px;
  }
}
.breadcrumbs + .company {
  padding: 17px 0 112px;
  background-color: transparent;
}
@media (max-width: 1200px) {
  .breadcrumbs + .company {
    padding: 17px 0 80px;
  }
}
@media (max-width: 768px) {
  .breadcrumbs + .company {
    padding: 17px 0 60px;
  }
}

.company .title__name {
  color: var(--accent-title-text);
}

.company__content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 768px) {
  .company__content {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
@media (max-width: 576px) {
  .company__content {
    gap: 20px;
  }
}

.company__image-wrap {
  position: relative;
  margin-right: 60px;
}
@media (max-width: 1200px) {
  .company__image-wrap {
    margin-right: 40px;
  }
}
@media (max-width: 768px) {
  .company__image-wrap {
    height: 300px;
    margin-right: 0;
  }
}
@media (max-width: 576px) {
  .company__image-wrap {
    height: 250px;
  }
}
@media (max-width: 450px) {
  .company__image-wrap {
    height: 202px;
  }
}

.company__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.company__button-play {
  margin: 0;
  padding: 0;
  text-align: left;
  border: none;
  outline: none;
  background-color: transparent;
  transition: all 0.2s ease;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 1px solid #ffffff;
}
@media (max-width: 768px) {
  .company__button-play {
    width: 60px;
    height: 60px;
  }
}
.company__button-play:hover {
  border: 1px solid #179917;
}

.company__button-play-icon {
  margin-left: 4px;
  fill: #ffffff;
  transition: all 0.2s ease;
}
.company__button-play:hover .company__button-play-icon {
  fill: #179917;
}

.company__text {
  font-size: calc(16px + 2 * ((100vw - 320px) / 1600));
  line-height: 1.7;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin-bottom: 120px;
  color: #787878;
}
@media screen and (max-width: 320px) {
  .company__text {
    font-size: 16px;
  }
}
@media screen and (min-width: 1920px) {
  .company__text {
    font-size: 16px;
  }
}
@media (max-width: 1440px) {
  .company__text {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}
@media (max-width: 1200px) {
  .company__text {
    gap: 20px;
    margin-bottom: 90px;
  }
}
@media (max-width: 1024px) {
  .company__text {
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .company__text {
    margin-bottom: 40px;
  }
}
@media (max-width: 576px) {
  .company__text {
    margin-bottom: 30px;
    line-height: 1.72;
  }
}
.company__text p {
  margin: 0;
  padding: 0;
}
.company__text p + p {
  margin-top: 28px;
}
@media (max-width: 1200px) {
  .company__text p + p {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .company__text p + p {
    margin-top: 12px;
  }
}

.company__stats {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 0;
}

.company__stats-item {
  display: flex;
  flex-direction: column;
  /* max-width: 150px; */
  flex-grow: 1;
  padding: 0 60px 0 15px;
  border-left: 1px solid #ebebeb;
}
@media (max-width: 1200px) {
  .company__stats-item {
    padding: 0 40px 0 15px;
  }
}
@media (max-width: 1024px) {
  .company__stats-item {
    max-width: 135px;
  }
}
@media (max-width: 576px) {
  .company__stats-item {
    padding: 0 28px 0 15px;
  }
}

.company__stats-key {
  font-size: calc(12px + 2 * ((100vw - 320px) / 1600));
  line-height: 1.7;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  margin-bottom: 8px;
  text-transform: uppercase;
  color: #787878;
}
@media screen and (max-width: 320px) {
  .company__stats-key {
    font-size: 12px;
  }
}
@media screen and (min-width: 1920px) {
  .company__stats-key {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .company__stats-key {
    margin-bottom: 3px;
  }
}

.company__stats-value {
  font-size: calc(35px + 13 * ((100vw - 320px) / 1600));
  line-height: 1.2;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  color: #179917;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .company__stats-value {
    font-size: calc(25px + 13 * ((100vw - 320px) / 1600));
  }
}
@media screen and (max-width: 480px) {
  .company__stats-value {
    font-size: calc(21px + 13 * ((100vw - 320px) / 1600));
  }
}
@media screen and (max-width: 320px) {
  .company__stats-value {
    font-size: 35px;
  }
}
@media screen and (min-width: 1920px) {
  .company__stats-value {
    font-size: 48px;
  }
}

.company__general-link {
  display: none;
}
@media (max-width: 576px) {
  .company__general-link {
    display: inline-block;
    margin-top: 30px;
  }
}

.contact {
  display: grid;
  grid-template-columns: auto 700px;
}
@media (max-width: 1200px) {
  .contact {
    grid-template-columns: auto 600px;
  }
}
@media (max-width: 1024px) {
  .contact {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .contact {
    grid-template-columns: 1fr;
    gap: 25px;
  }
}

.contacts__content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: start;
  margin-bottom: 140px;
}
@media (max-width: 1024px) {
  .contacts__content {
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 70px;
  }
}
@media (max-width: 576px) {
  .contacts__content {
    margin-bottom: 30px;
  }
}

.contacts__form {
  width: 100%;
}

.contacts__form-content {
  width: 370px;
}
@media (max-width: 390px) {
  .contacts__form-content {
    width: 100%;
  }
}

.contacts__button {
  width: 200px;
  margin-top: 5px;
}
@media (max-width: 450px) {
  .contacts__button {
    width: 100%;
  }
}

.contacts__caption {
  margin: 0;
  padding: 0;
  font-size: calc(12px + 0 * ((100vw - 320px) / 1600));
  line-height: 1.6;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  max-width: 300px;
  margin-top: 20px;
  color: #666666;
}
@media screen and (max-width: 320px) {
  .contacts__caption {
    font-size: 12px;
  }
}
@media screen and (min-width: 1920px) {
  .contacts__caption {
    font-size: 12px;
  }
}
.contacts__caption a {
  display: inline-block;
  text-decoration: none;
  outline: none;
  color: inherit;
  transition: all 0.2s ease;
  color: #179917;
}
.contacts__caption a:hover {
  color: #666666;
}

.contacts__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px 60px;
}
@media (max-width: 1024px) {
  .contacts__list {
    gap: 50px 80px;
    margin-bottom: 70px;
  }
}
@media (max-width: 576px) {
  .contacts__list {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 40px;
  }
}

.contacts__item-name {
  margin: 0;
  padding: 0;
  font-size: calc(13px + 1 * ((100vw - 320px) / 1600));
  line-height: 1.7;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #787878;
}
@media screen and (max-width: 320px) {
  .contacts__item-name {
    font-size: 13px;
  }
}
@media screen and (min-width: 1920px) {
  .contacts__item-name {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .contacts__item-name {
    margin-bottom: 6px;
  }
}

.contacts__item-link {
  margin: 0;
  padding: 0;
  display: inline-block;
  text-decoration: none;
  outline: none;
  color: inherit;
  transition: all 0.2s ease;
  font-size: calc(20px + 2 * ((100vw - 320px) / 1600));
  line-height: 1.3;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  max-width: 290px;
  color: #1d1d1f;
}
@media screen and (max-width: 320px) {
  .contacts__item-link {
    font-size: 20px;
  }
}
@media screen and (min-width: 1920px) {
  .contacts__item-link {
    font-size: 22px;
  }
}
@media (max-width: 576px) {
  .contacts__item-link {
    max-width: none;
  }
}

a.contacts__item-link:hover {
  color: #179917;
}

.contacts__social-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  margin-top: 15px;
}
@media (max-width: 576px) {
  .contacts__social-list {
    margin-top: 0;
  }
}

.contacts__social-item:not(:last-child) {
  margin-right: 16px;
}

.contacts__social-link {
  display: inline-block;
  text-decoration: none;
  outline: none;
  color: inherit;
  transition: all 0.2s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #ebebeb;
  border-radius: 50%;
}
.contacts__social-link:hover {
  border: 1px solid #179917;
}

.contacts__social-link-icon {
  fill: #242424;
  transition: all 0.2s ease;
}
.contacts__social-link:hover .contacts__social-link-icon {
  fill: #179917;
}

.contacts__map {
  position: relative;
  width: 100%;
  height: 400px;
}
/* @media (max-width: 1024px) { */
/* .contacts__map {
      height: 350px; } }
  @media (max-width: 576px) {
    .contacts__map {
      height: 240px; } } */
/* .contacts__map * {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: none;
} */

.documents__content {
  margin: 10px 0 55px;
}
@media (max-width: 576px) {
  .documents__content {
    margin: 10px 0 20px;
  }
}

.documents__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 40px;
}
@media (max-width: 1440px) {
  .documents__list {
    gap: 0 20px;
  }
}
@media (max-width: 1200px) {
  .documents__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .documents__list {
    grid-template-columns: 1fr;
  }
}

.documents__item {
  position: relative;
  padding: 30px 0 80px;
}
@media (max-width: 1440px) {
  .documents__item {
    padding: 30px 0 60px;
  }
}
@media (max-width: 1200px) {
  .documents__item {
    padding: 30px 0 40px;
  }
}
@media (max-width: 576px) {
  .documents__item {
    padding: 22px 0 40px;
  }
}
.documents__item::before {
  content: "";
  position: absolute;
  width: calc(100% - 40px);
  height: 1px;
  top: 0;
  left: 0;
  background: #ebebeb;
}
@media (max-width: 576px) {
  .documents__item::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
  }
}

.documents__link {
  display: inline-block;
  text-decoration: none;
  outline: none;
  color: inherit;
  transition: all 0.2s ease;
  display: grid;
  grid-template-columns: 81px auto;
}
@media (max-width: 576px) {
  .documents__link {
    grid-template-columns: 62px auto;
  }
}

.documents__icon-wrap {
  width: 51px;
  height: 63px;
}
@media (max-width: 576px) {
  .documents__icon-wrap {
    width: 42px;
    height: 52px;
  }
}

.documents__icon {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.documents__name {
  margin: 0;
  padding: 0;
  font-size: calc(20px + 8 * ((100vw - 320px) / 1600));
  line-height: 1.28;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  width: 80%;
  margin-bottom: 14px;
  color: #1d1d1f;
}
@media screen and (max-width: 320px) {
  .documents__name {
    font-size: 20px;
  }
}
@media screen and (min-width: 1920px) {
  .documents__name {
    font-size: 28px;
  }
}
@media (max-width: 576px) {
  .documents__name {
    width: 90%;
    margin-bottom: 8px;
  }
}

.documents__text {
  margin: 0;
  padding: 0;
  font-size: calc(14px + 2 * ((100vw - 320px) / 1600));
  line-height: 1.7;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  max-width: 87%;
  color: #787878;
}
@media screen and (max-width: 320px) {
  .documents__text {
    font-size: 14px;
  }
}
@media screen and (min-width: 1920px) {
  .documents__text {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .documents__text {
    max-width: 450px;
    margin-bottom: 8px;
  }
}

.extra-phone {
  margin: 0;
  padding: 0;
  list-style: none;
  display: none;
  position: absolute;
  bottom: -70px;
  left: -10px;
  width: calc(100% + 10px);
  z-index: 2;
  padding: 10px;
  border-radius: 5px;
  background: #ebebeb;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.08);
}
@media (max-width: 1440px) {
  .extra-phone {
    display: none !important;
  }
}
.extra-phone.show {
  display: block;
}

.extra-phone__link {
  display: inline-block;
  text-decoration: none;
  outline: none;
  color: inherit;
  transition: all 0.2s ease;
  font-size: calc(14px + 2 * ((100vw - 320px) / 1600));
  line-height: 1.5;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  color: #1d1d1f;
}
@media screen and (max-width: 320px) {
  .extra-phone__link {
    font-size: 14px;
  }
}
@media screen and (min-width: 1920px) {
  .extra-phone__link {
    font-size: 16px;
  }
}
.extra-phone__link:hover {
  color: #179917;
}

.faq {
  margin: 140px 0;
}
@media (max-width: 1200px) {
  .faq {
    margin: 100px 0;
  }
}
@media (max-width: 768px) {
  .faq {
    margin: 60px 0;
  }
}

.faq__content {
  max-width: 920px;
}

.faq__list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #e0e0e0;
}

.faq__item {
  padding: 22px 0 21px;
  border-bottom: 1px solid #e0e0e0;
}
@media (max-width: 768px) {
  .faq__item {
    padding: 21px 0 15px;
  }
}

.faq__item-question {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 70px;
  cursor: pointer;
}

.faq__item-name {
  font-size: calc(16px + 4 * ((100vw - 320px) / 1600));
  line-height: 1.3;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  color: #1d1d1d;
}
@media screen and (max-width: 320px) {
  .faq__item-name {
    font-size: 16px;
  }
}
@media screen and (min-width: 1920px) {
  .faq__item-name {
    font-size: 20px;
  }
}

.faq__item-icon-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 33px;
  height: 33px;
  margin-right: 12px;
  border-radius: 50%;
  transition: all 0.2s ease;
}
@media (max-width: 768px) {
  .faq__item-icon-wrap {
    margin-right: 4px;
  }
}
.faq__item-question:hover .faq__item-icon-wrap {
  background: #179917;
}
.faq__item-checkbox:checked ~ .faq__item-question .faq__item-icon-wrap {
  transform: rotate(45deg);
}

.faq__item-question-icon {
  stroke: #000000;
  transition: all 0.2s ease;
}
.faq__item-question:hover .faq__item-question-icon {
  stroke: #ffffff;
}

.faq__item-answer {
  max-height: 0;
  transition: all 0.2s ease;
  color: transparent;
}
.faq__item-answer p {
  margin: 0;
  padding: 0;
  margin-bottom: 17px;
  color: inherit;
}
.faq__item-answer ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 27px;
  margin-left: 20px;
  color: inherit;
}
.faq__item-answer li {
  position: relative;
}
.faq__item-answer li::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 4px;
  left: -20px;
  border-radius: 50%;
}
.faq__item-checkbox:checked ~ .faq__item-answer li::before {
  border: 1px solid #179917;
}
.faq__item-answer li + li {
  margin-top: 10px;
}
.faq__item-checkbox:checked ~ .faq__item-answer {
  max-height: 100vh;
  padding-top: 25px;
  color: #2a3a48;
}

.features {
  margin: 140px 0;
}
@media (max-width: 1200px) {
  .features {
    margin: 100px 0;
  }
}
@media (max-width: 768px) {
  .features {
    margin: 60px 0;
  }
}

.features__content {
  display: grid;
  grid-template-columns: 3fr 6fr;
}
@media (max-width: 1024px) {
  .features__content {
    display: flex;
    flex-direction: column-reverse;
    gap: 30px;
  }
}

.features__banner {
  position: relative;
  margin-right: 25px;
}
@media (max-width: 1024px) {
  .features__banner {
    height: 450px;
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .features__banner {
    height: 374px;
  }
}
.features__banner::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 46%;
  bottom: 0;
  left: 0;
  background: linear-gradient(
    1.69deg,
    rgba(0, 0, 0, 0.6) 69.71%,
    rgba(0, 0, 0, 0.6) 69.72%,
    rgba(0, 0, 0, 0.324) 87.43%,
    rgba(0, 0, 0, 0) 95.02%
  );
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}

.features__banner-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.features__banner-content {
  position: absolute;
  bottom: 30px;
  left: 32px;
  max-width: 80%;
  z-index: 1;
}
@media (max-width: 1024px) {
  .features__banner-content {
    max-width: 450px;
  }
}
@media (max-width: 450px) {
  .features__banner-content {
    max-width: 80%;
  }
}

.features__banner-text {
  margin: 0;
  padding: 0;
  font-size: calc(18px + 4 * ((100vw - 320px) / 1600));
  line-height: 1.3;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  margin-bottom: 22px;
  color: #ffffff;
}
@media screen and (max-width: 320px) {
  .features__banner-text {
    font-size: 18px;
  }
}
@media screen and (min-width: 1920px) {
  .features__banner-text {
    font-size: 22px;
  }
}
@media (max-width: 576px) {
  .features__banner-text {
    margin-bottom: 11px;
  }
}

.features__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 1fr;
  gap: 25px 40px;
  counter-reset: features-list;
}
@media (max-width: 1440px) {
  .features__list {
    gap: 25px;
  }
}
@media (max-width: 1024px) {
  .features__list {
    grid-auto-rows: auto;
  }
}
@media (max-width: 768px) {
  .features__list {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}

.features__item {
  display: grid;
  grid-template-columns: 134px 47px auto;
  grid-auto-rows: -webkit-min-content;
  grid-auto-rows: min-content;
  grid-template-areas: "icon ordinal title" ". text text";
  padding: 30px 0 0 10px;
  border-top: 1px solid #ebebeb;
}
@media (max-width: 1440px) {
  .features__item {
    grid-template-columns: 85px 40px auto;
    gap: 20px 0;
  }
}
@media (max-width: 768px) {
  .features__item {
    gap: 10px 0;
    padding: 20px 0 10px;
  }
}
@media (max-width: 576px) {
  .features__item {
    grid-template-columns: 70px 45px auto;
    gap: 0;
  }
}
.features__item::before {
  font-size: calc(14px + 2 * ((100vw - 320px) / 1600));
  line-height: 1;
  font-weight: 900;
  font-family: "Inter", sans-serif;
  grid-area: ordinal;
  padding-top: 9px;
  padding-right: 20px;
  content: "0" counter(features-list) "/";
  counter-increment: features-list;
  color: #179917;
  font-style: italic;
}
@media screen and (max-width: 320px) {
  .features__item::before {
    font-size: 14px;
  }
}
@media screen and (min-width: 1920px) {
  .features__item::before {
    font-size: 16px;
  }
}

.features__icon {
  grid-area: icon;
  width: 89px;
  height: 89px;
}
@media (max-width: 1440px) {
  .features__icon {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 576px) {
  .features__icon {
    width: 50px;
    height: 50px;
  }
}

.features__icon-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0 0;
  object-position: 0 0;
}

.features__title {
  margin: 0;
  padding: 0;
  font-size: calc(20px + 8 * ((100vw - 320px) / 1600));
  line-height: 1.3;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  grid-area: title;
  color: #1d1d1f;
}
@media screen and (max-width: 320px) {
  .features__title {
    font-size: 20px;
  }
}
@media screen and (min-width: 1920px) {
  .features__title {
    font-size: 28px;
  }
}

.features__text {
  margin: 0;
  padding: 0;
  font-size: calc(14px + 2 * ((100vw - 320px) / 1600));
  line-height: 1.7;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  grid-area: text;
  color: #787878;
}
@media screen and (max-width: 320px) {
  .features__text {
    font-size: 14px;
  }
}
@media screen and (min-width: 1920px) {
  .features__text {
    font-size: 16px;
  }
}

.feedback {
  padding: 140px 0;
  background: #169918;
}
@media (max-width: 1200px) {
  .feedback {
    padding: 100px 0;
  }
}
@media (max-width: 768px) {
  .feedback {
    padding: 60px 0;
  }
}

.feedback__content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 1024px) {
  .feedback__content {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
@media (max-width: 576px) {
  .feedback__content {
    gap: 20px;
  }
}

.feedback__image-wrap {
  position: relative;
}
@media (max-width: 1024px) {
  .feedback__image-wrap {
    height: 350px;
  }
}
@media (max-width: 576px) {
  .feedback__image-wrap {
    height: 242px;
  }
}

.feedback__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.feedback__form-content {
  margin-bottom: 22px;
}

.feedback__info {
  max-width: 728px;
  padding-left: 112px;
}
@media (max-width: 1440px) {
  .feedback__info {
    padding-left: 60px;
  }
}
@media (max-width: 1024px) {
  .feedback__info {
    padding-left: 0;
  }
}

.feedback__text {
  margin: 0;
  padding: 0;
  font-size: calc(14px + 2 * ((100vw - 320px) / 1600));
  line-height: 1.5;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  max-width: 70%;
  margin-bottom: 31px;
  color: #ffffff;
}
@media screen and (max-width: 320px) {
  .feedback__text {
    font-size: 14px;
  }
}
@media screen and (min-width: 1920px) {
  .feedback__text {
    font-size: 16px;
  }
}
@media (max-width: 1200px) {
  .feedback__text {
    width: 95%;
    max-width: 400px;
    margin-bottom: 15px;
  }
}
.feedback__text a {
  display: inline-block;
  text-decoration: none;
  outline: none;
  color: inherit;
  transition: all 0.2s ease;
  font-weight: 700;
}

.feedback__form-footer {
  display: flex;
  align-items: center;
}
@media (max-width: 576px) {
  .feedback__form-footer {
    flex-wrap: wrap;
  }
}

.feedback__button {
  flex-shrink: 0;
  width: 189px;
  margin-right: 23px;
}
@media (max-width: 576px) {
  .feedback__button {
    width: 100%;
    max-width: 300px;
  }
}

.feedback__caption {
  margin: 0;
  padding: 0;
  font-size: calc(12px + 0 * ((100vw - 320px) / 1600));
  line-height: 1.7;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  max-width: 268px;
  color: #ebebeb;
}
@media screen and (max-width: 320px) {
  .feedback__caption {
    font-size: 12px;
  }
}
@media screen and (min-width: 1920px) {
  .feedback__caption {
    font-size: 12px;
  }
}
@media (max-width: 576px) {
  .feedback__caption {
    margin-top: 12px;
  }
}

.file-input__label {
  font-size: calc(12px + 2 * ((100vw - 320px) / 1600));
  line-height: 1;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  display: flex;
  align-items: center;
  color: #179917;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media screen and (max-width: 320px) {
  .file-input__label {
    font-size: 12px;
  }
}
@media screen and (min-width: 1920px) {
  .file-input__label {
    font-size: 14px;
  }
}
.file-input__label:hover,
.file-input__label:focus {
  color: #333333;
}

.file-input__label-icon {
  margin-left: 15px;
  fill: #179917;
  transition: all 0.3s ease;
}
@media (max-width: 576px) {
  .file-input__label-icon {
    width: 14px;
    height: auto;
    margin-left: 5px;
  }
}
.file-input__label:hover .file-input__label-icon,
.file-input__label:focus .file-input__label-icon {
  fill: #333333;
}

.footer {
  padding: 100px 0 65px;
  background: #181818;
}
@media (max-width: 1200px) {
  .footer {
    padding: 60px 0 55px;
  }
}
@media (max-width: 768px) {
  .footer {
    padding: 40px 0 55px;
  }
}

.gallery {
  margin: 140px 0;
}
@media (max-width: 1200px) {
  .gallery {
    margin: 100px 0;
  }
}
@media (max-width: 768px) {
  .gallery {
    margin: 60px 0;
  }
}

.gallery__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
@media (max-width: 576px) {
  .gallery__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}

.gallery__link {
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: 143%;
}

.gallery__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.guide {
  position: relative;
  padding: 140px 0;
  background: var(--accent-bg);
}
@media (max-width: 1200px) {
  .guide {
    padding: 100px 0;
  }
}
@media (max-width: 768px) {
  .guide {
    padding: 40px 0 45px;
  }
}

.guide__bg {
  position: absolute;
  top: 0;
  left: calc(50% + 78px);
  width: calc(50% - 78px);
  height: 100%;
  background-image: linear-gradient(
      90.04deg,
      var(--accent-bg) 3.32%,
      rgba(var(--accent-bg-rgb), 0.85) 30.26%,
      transparent 61.71%
    ),
    url("/local/templates/ncompany/app/css/../img/guide-bg.png");
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.guide__container {
  margin-top: 20px;
  margin-right: -260px;
}
@media (max-width: 1919px) {
  .guide__container {
    margin-top: 0;
    margin-right: calc((100vw - 1400px) / -2);
  }
}
@media (max-width: 1640px) {
  .guide__container {
    margin-right: -120px;
  }
}
@media (max-width: 1440px) {
  .guide__container {
    margin-right: -40px;
  }
}
@media (max-width: 768px) {
  .guide__container {
    margin-right: -20px;
  }
}
@media (max-width: 576px) {
  .guide__container {
    margin-right: -10px;
  }
}

.guide__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.guide__item {
  height: auto;
  min-height: 448px;
  padding: 46px 40px 66px;
  background: #ffffff;
  border: 1px solid #ebebeb;
  border-radius: 2px;
}
@media (max-width: 1440px) {
  .guide__item {
    min-height: 0;
    padding: 36px 30px 46px 40px;
  }
}
@media (max-width: 768px) {
  .guide__item {
    padding: 30px;
  }
}
@media (max-width: 576px) {
  .guide__item {
    padding: 30px 10px 36px 20px;
  }
}

.guide__item-ordinal {
  margin: 0;
  padding: 0;
  font-size: calc(24px + 6 * ((100vw - 320px) / 1600));
  line-height: 1.7;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  margin-bottom: 89px;
  color: #179917;
  font-style: italic;
}
@media screen and (max-width: 320px) {
  .guide__item-ordinal {
    font-size: 24px;
  }
}
@media screen and (min-width: 1920px) {
  .guide__item-ordinal {
    font-size: 30px;
  }
}
@media (max-width: 1440px) {
  .guide__item-ordinal {
    margin-bottom: 50px;
  }
}
@media (max-width: 1024px) {
  .guide__item-ordinal {
    margin-bottom: 30px;
  }
}
@media (max-width: 576px) {
  .guide__item-ordinal {
    margin-bottom: 38px;
  }
}

.guide__item-name {
  margin: 0;
  padding: 0;
  font-size: calc(20px + 8 * ((100vw - 320px) / 1600));
  line-height: 1.3;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  width: 90%;
  margin-bottom: 16px;
  color: #1d1d1f;
}
@media screen and (max-width: 320px) {
  .guide__item-name {
    font-size: 20px;
  }
}
@media screen and (min-width: 1920px) {
  .guide__item-name {
    font-size: 28px;
  }
}

.guide__item-info {
  margin: 0;
  padding: 0;
  font-size: calc(14px + 2 * ((100vw - 320px) / 1600));
  line-height: 1.7;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  width: 90%;
  color: #787878;
}
@media screen and (max-width: 320px) {
  .guide__item-info {
    font-size: 14px;
  }
}
@media screen and (min-width: 1920px) {
  .guide__item-info {
    font-size: 16px;
  }
}
@media (max-width: 1440px) {
  .guide__item-info {
    width: 100%;
  }
}

.header {
  background: #ffffff;
  top: -100%;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.25);
  z-index: 12;
  transition: all 1s ease-in-out;
}
.header.scroll {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.info {
  margin: 140px 0;
}
@media (max-width: 1200px) {
  .info {
    margin: 100px 0;
  }
}
@media (max-width: 768px) {
  .info {
    margin: 60px 0;
  }
}
.works + .info {
  margin: 100px 0 140px;
}
@media (max-width: 1200px) {
  .works + .info {
    margin: 80px 0 100px;
  }
}
@media (max-width: 768px) {
  .works + .info {
    margin: 60px 0 60px;
  }
}

.info__title {
  margin: 0;
  padding: 0;
  font-size: calc(20px + 8 * ((100vw - 320px) / 1600));
  line-height: 1.3;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  margin-bottom: 28px;
  color: #1d1d1f;
}
@media screen and (max-width: 320px) {
  .info__title {
    font-size: 20px;
  }
}
@media screen and (min-width: 1920px) {
  .info__title {
    font-size: 28px;
  }
}
@media (max-width: 576px) {
  .info__title {
    margin-bottom: 32px;
  }
}

.info__content {
  max-width: 776px;
}

.info__list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: 24px;
  list-style: disc;
}

.info__item {
  font-size: calc(14px + 2 * ((100vw - 320px) / 1600));
  line-height: 1.7;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  color: #787878;
}
@media screen and (max-width: 320px) {
  .info__item {
    font-size: 14px;
  }
}
@media screen and (min-width: 1920px) {
  .info__item {
    font-size: 16px;
  }
}
.info__item::marker {
  color: #1d1d1f;
}
.info__item + .info__item {
  margin-top: 10px;
}

.info__item p {
  margin: 0;
  padding: 0;
  color: #787878;
}

.location {
  margin: 0;
  padding: 0;
  text-align: left;
  border: none;
  outline: none;
  background-color: transparent;
  transition: all 0.2s ease;
  cursor: pointer;
  font-size: calc(13px + 0 * ((100vw - 320px) / 1600));
  line-height: 1.31;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  display: flex;
  align-items: center;
  color: #1d1d1f;
}
@media screen and (max-width: 320px) {
  .location {
    font-size: 13px;
  }
}
@media screen and (min-width: 1920px) {
  .location {
    font-size: 13px;
  }
}
.location:hover {
  color: #179917;
}

.location-icon {
  margin-right: 8px;
  fill: #333333;
  stroke: #333333;
  transition: all 0.2s ease;
}
.bottom-header__location .location-icon {
  fill: #787878;
  stroke: #787878;
}
.location:hover .location-icon {
  fill: #179917;
  stroke: #179917;
}

.middle-footer {
  padding-bottom: 57px;
}
@media (max-width: 1024px) {
  .middle-footer {
    padding-bottom: 40px;
  }
}
@media (max-width: 576px) {
  .middle-footer {
    padding-bottom: 15px;
  }
}

.middle-footer__social {
  margin-top: 23px;
}

.mobile-menu {
  position: fixed;
  top: 0;
  left: -200vw;
  width: 100%;
  max-width: 400px;
  height: 100vh;
  padding: 16px 10px 90px;
  background: white;
  box-shadow: 0px 30px 30px rgba(0, 0, 0, 0.25);
  transition: all 0.2s ease;
  overflow-y: auto;
  z-index: 11;
}
.mobile-menu.show {
  left: 0;
}
.mobile-menu::-webkit-scrollbar-track {
  background-color: #ebebeb;
}
.mobile-menu::-webkit-scrollbar {
  width: 5px;
  background-color: #ebebeb;
}
.mobile-menu::-webkit-scrollbar-thumb {
  background-color: #179917;
}

.mobile-menu__top {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 20px;
  padding: 0 9px 21px 13px;
}

.mobile-menu__text {
  margin: 0;
  padding: 0;
  font-size: calc(13px + 0 * ((100vw - 320px) / 1600));
  line-height: 17px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  color: #787878;
}
@media screen and (max-width: 320px) {
  .mobile-menu__text {
    font-size: 13px;
  }
}
@media screen and (min-width: 1920px) {
  .mobile-menu__text {
    font-size: 13px;
  }
}

.mobile-menu__location {
  justify-self: end;
}

.mobile-menu__main-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-menu__main-link {
  display: inline-block;
  text-decoration: none;
  outline: none;
  color: inherit;
  transition: all 0.2s ease;
  font-size: calc(17px + 0 * ((100vw - 320px) / 1600));
  line-height: 21px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  width: 100%;
  padding: 16px 13px 15px;
  border-bottom: 1px solid #ebebeb;
  color: #1d1d1f;
  text-transform: uppercase;
}
@media screen and (max-width: 320px) {
  .mobile-menu__main-link {
    font-size: 17px;
  }
}
@media screen and (min-width: 1920px) {
  .mobile-menu__main-link {
    font-size: 17px;
  }
}
.mobile-menu__main-link--active {
  color: #179917;
}
.mobile-menu__main-link:hover {
  color: #179917;
}

.mobile-menu__extra-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-menu__extra-link {
  display: inline-block;
  text-decoration: none;
  outline: none;
  color: inherit;
  transition: all 0.2s ease;
  font-size: calc(16px + 0 * ((100vw - 320px) / 1600));
  line-height: 1.2;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  width: 100%;
  padding: 16px 13px 15px;
  border-bottom: 1px solid #ebebeb;
  color: #787878;
}
@media screen and (max-width: 320px) {
  .mobile-menu__extra-link {
    font-size: 16px;
  }
}
@media screen and (min-width: 1920px) {
  .mobile-menu__extra-link {
    font-size: 16px;
  }
}
.mobile-menu__extra-link--active {
  color: #179917;
}
.mobile-menu__extra-link:hover {
  color: #179917;
}

.mobile-menu__bottom {
  padding: 19px 0 0 13px;
}

.mobile-menu__social {
  padding-bottom: 30px;
}

.navigation {
  padding-bottom: 34px;
}
@media (max-width: 576px) {
  .navigation {
    padding-bottom: 18px;
  }
}

.navigation__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 24px;
  grid-template-columns: auto 350px 350px;
}
@media (max-width: 1200px) {
  .navigation__list {
    grid-template-columns: auto 300px 300px;
  }
}
@media (max-width: 1024px) {
  .navigation__list {
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas: "service topic" "contact contact";
  }
}
@media (max-width: 768px) {
  .navigation__list {
    display: flex;
    flex-direction: column-reverse;
  }
}

@media (max-width: 768px) {
  .navigation__item {
    border-bottom: 1px solid #3f3f3f;
  }
}

@media (max-width: 1024px) {
  .navigation__item:nth-child(1) {
    grid-area: contact;
  }
}

@media (max-width: 768px) {
  .navigation__item:nth-child(1) {
    grid-area: auto;
  }
}

@media (max-width: 1024px) {
  .navigation__item:nth-child(2) {
    grid-area: service;
  }
}

@media (max-width: 768px) {
  .navigation__item:nth-child(2) {
    grid-area: auto;
  }
}

@media (max-width: 1024px) {
  .navigation__item:nth-child(3) {
    grid-area: topic;
  }
}

@media (max-width: 768px) {
  .navigation__item:nth-child(3) {
    grid-area: auto;
  }
}

.navigation__item-name {
  margin: 0;
  padding: 0;
  font-size: calc(18px + 4 * ((100vw - 320px) / 1600));
  line-height: 1.3;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  display: block;
  margin-top: 56px;
  margin-bottom: 17px;
  color: #cbcbcb;
  transition: all 0.2s ease;
}
@media screen and (max-width: 320px) {
  .navigation__item-name {
    font-size: 18px;
  }
}
@media screen and (min-width: 1920px) {
  .navigation__item-name {
    font-size: 22px;
  }
}
@media (max-width: 1024px) {
  .navigation__item-name {
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  .navigation__item-name {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-transform: uppercase;
    cursor: pointer;
  }
}
@media (max-width: 576px) {
  .navigation__item-name {
    margin-top: 17px;
  }
}
.navigation__item-name--group {
  display: none;
}
@media (max-width: 768px) {
  .navigation__item-name--group {
    display: flex;
  }
}
@media (max-width: 768px) {
  .navigation__sublist--group .navigation__item-name {
    display: none;
  }
}
@media (max-width: 768px) {
  .navigation__item-name:hover {
    color: #179917;
  }
}

.navigation__item-icon {
  display: none;
}
@media (max-width: 768px) {
  .navigation__item-icon {
    display: block;
    fill: #ffffff;
    transition: all 0.2s ease;
  }
}
.navigation__item-name:hover .navigation__item-icon {
  fill: #179917;
}
.navigation__item-checkbox:checked ~ .navigation__item-name .navigation__item-icon {
  transform: rotate(-90deg);
}

.navigation__sublist {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 768px) {
  .navigation__sublist {
    position: relative;
    max-height: 0;
    z-index: -1;
    transition: all 0.2s ease;
  }
}
.navigation__sublist--more {
  display: none;
}
@media (max-width: 768px) {
  .navigation__sublist--more {
    display: block;
    position: relative;
    max-height: 0;
    z-index: -1;
    transition: all 0.2s ease;
  }
}
.navigation__item-checkbox:checked ~ .navigation__sublist--more {
  max-height: 100vh;
  z-index: 0;
}
.navigation__sublist--more.show {
  display: block;
}
@media (max-width: 1024px) {
  .navigation__sublist--group {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .navigation__sublist--group {
    grid-template-columns: 1fr;
  }
}
.navigation__item-checkbox:checked ~ .navigation__sublist,
.navigation__item-checkbox:checked ~ .navigation__sublist-group .navigation__sublist,
.navigation__item-checkbox:checked ~ .navigation__sublist--group .navigation__sublist {
  max-height: 100vh;
  z-index: 0;
}

@media (max-width: 768px) {
  .navigation__sublist-wrap--desktop {
    display: none;
  }
}

.navigation__sublist-item {
  font-size: calc(14px + 2 * ((100vw - 320px) / 1600));
  line-height: 1.7;
  font-weight: 300;
  font-family: "Inter", sans-serif;
  margin-bottom: 8px;
  letter-spacing: 0.02em;
  color: #8b8b8b;
}
@media screen and (max-width: 320px) {
  .navigation__sublist-item {
    font-size: 14px;
  }
}
@media screen and (min-width: 1920px) {
  .navigation__sublist-item {
    font-size: 16px;
  }
}
.navigation__sublist-item a {
  display: inline-block;
  text-decoration: none;
  outline: none;
  color: inherit;
  transition: all 0.2s ease;
}
.navigation__sublist-item a:hover {
  color: #179917;
}

.navigation__button-more {
  margin: 0;
  padding: 0;
  text-align: left;
  border: none;
  outline: none;
  background-color: transparent;
  transition: all 0.2s ease;
  cursor: pointer;
  font-size: calc(14px + 2 * ((100vw - 320px) / 1600));
  line-height: 1.7;
  font-weight: 300;
  font-family: "Inter", sans-serif;
  color: #8b8b8b;
  text-decoration: underline;
}
@media screen and (max-width: 320px) {
  .navigation__button-more {
    font-size: 14px;
  }
}
@media screen and (min-width: 1920px) {
  .navigation__button-more {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .navigation__button-more {
    display: none;
  }
}
.navigation__button-more:hover {
  color: #179917;
}
.navigation__button-more.hide {
  display: none;
}

.navigation__sublist-group {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 768px) {
  .navigation__sublist-group {
    grid-template-columns: 1fr;
    position: relative;
    max-height: 0;
    z-index: -1;
    transition: all 0.2s ease;
  }
}
.navigation__item-checkbox:checked ~ .navigation__sublist-group {
  max-height: 100vh;
  z-index: 0;
}

.page__container {
  width: 100%;
  max-width: 1640px;
  margin: 0 auto;
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .page__container {
    padding: 0 40px;
  }
}
@media (max-width: 768px) {
  .page__container {
    padding: 0 20px;
  }
}
@media (max-width: 576px) {
  .page__container {
    padding: 0 10px;
  }
}
.header .page__container {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .header .page__container {
    padding: 0 40px;
  }
}
@media (max-width: 768px) {
  .header .page__container {
    padding: 0 20px;
  }
}
@media (max-width: 576px) {
  .header .page__container {
    padding: 0 10px;
  }
}
@media (max-width: 576px) {
  .service-banner .page__container {
    padding: 0;
  }
}

.pagination {
  display: flex;
  justify-content: center;
  margin-top: 70px;
}
@media (max-width: 576px) {
  .pagination {
    margin-top: 50px;
  }
}

.pagination__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  border-radius: 30px;
  border: 1px solid #e0e0e0;
}
@media (max-width: 576px) {
  .pagination__list {
    height: 46px;
    border-radius: 23px;
  }
}

.pagination__link {
  display: inline-block;
  text-decoration: none;
  outline: none;
  color: inherit;
  transition: all 0.2s ease;
  font-size: calc(16px + 2 * ((100vw - 320px) / 1600));
  line-height: 1.3;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  position: relative;
  padding: 0 13px;
  color: #1d1d1f;
}
@media screen and (max-width: 320px) {
  .pagination__link {
    font-size: 16px;
  }
}
@media screen and (min-width: 1920px) {
  .pagination__link {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .pagination__link {
    padding: 0 10px;
  }
}
.pagination__link--active {
  color: #179917;
}
.pagination__link--prev,
.pagination__link--next {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #e0e0e0;
}
@media (max-width: 576px) {
  .pagination__link--prev,
  .pagination__link--next {
    width: 46px;
    height: 46px;
  }
}
.pagination__link--prev {
  margin: 4px 10px -3px -1px;
}
@media (max-width: 576px) {
  .pagination__link--prev {
    margin: 4px 8px -3px -1px;
  }
}
.pagination__link--next {
  margin: 8px -1px 0 10px;
}
@media (max-width: 576px) {
  .pagination__link--next {
    margin: 8px -1px 0 8px;
  }
}
.pagination__link--disabled {
  opacity: 0.5;
}
.pagination__link:hover {
  color: #179917;
}
.pagination__link--prev:not(.pagination__link--disabled):hover,
.pagination__link--next:not(.pagination__link--disabled):hover {
  background: #179917;
}

.pagination__link-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  stroke: #179917;
  fill: transparent;
  transition: all 0.2s ease;
}
.pagination__link--prev .pagination__link-icon {
  transform: translate(-50%, -50%) rotate(-180deg);
}
.pagination__link:not(.pagination__link--disabled):hover .pagination__link-icon {
  stroke: #ffffff;
}

.partners {
  margin: 140px 0;
}
@media (max-width: 1200px) {
  .partners {
    margin: 100px 0;
  }
}
@media (max-width: 768px) {
  .partners {
    margin: 60px 0;
  }
}

.partners__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-auto-rows: 1fr;
  gap: 20px;
}
@media (max-width: 1200px) {
  .partners__list {
    gap: 15px;
  }
}
@media (max-width: 1024px) {
  .partners__list {
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
  }
}
@media (max-width: 768px) {
  .partners__list {
    grid-template-columns: repeat(3, 1fr);
  }
}

.partners__item {
  border: 1px solid #ebebeb;
}

.partners__image-wrap {
  position: relative;
  width: 100%;
  padding-bottom: 55%;
}
@media (max-width: 576px) {
  .partners__image-wrap {
    padding-bottom: 58%;
  }
}

.partners__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  z-index: 50;
  width: 450px;
  max-height: calc(100vh - 40px);
  overflow-y: auto;
  padding: 50px 40px 44px;
  margin: 0 auto;
  background: #ffffff;
}
@media (max-width: 576px) {
  .popup {
    width: 90%;
    padding: 50px 20px 44px;
  }
}
.popup.show {
  display: block;
}
.popup--data {
  width: 395px;
  padding: 50px 40px 44px;
}
@media (max-width: 576px) {
  .popup--data {
    width: 90%;
    padding: 50px 20px 44px;
  }
}
.popup--review {
  width: 450px;
  padding: 50px 40px 44px;
}
@media (max-width: 576px) {
  .popup--review {
    width: 90%;
    padding: 50px 20px 44px;
  }
}
.popup::-webkit-scrollbar-track {
  background-color: #e0e0e0;
}
.popup::-webkit-scrollbar {
  width: 5px;
  background-color: #e0e0e0;
}
.popup::-webkit-scrollbar-thumb {
  background-color: #179917;
}

.popup__content {
  display: flex;
  flex-direction: column;
}

.popup__button-close {
  margin: 0;
  padding: 0;
  text-align: left;
  border: none;
  outline: none;
  background-color: transparent;
  transition: all 0.2s ease;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 15px;
  right: 16px;
  width: 25px;
  height: 25px;
  cursor: pointer;
  z-index: 1;
}

.popup__button-close-icon {
  stroke: #bdbdbd;
  transition: all 0.3s ease;
}
.popup__button-close:hover .popup__button-close-icon,
.popup__button-close:focus .popup__button-close-icon {
  stroke: #179917;
}

.popup__title {
  margin: 0;
  padding: 0;
  font-size: calc(23px + 13 * ((100vw - 320px) / 1600));
  line-height: 1.3;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  margin-bottom: 24px;
  color: #179917;
}
@media screen and (max-width: 320px) {
  .popup__title {
    font-size: 23px;
  }
}
@media screen and (min-width: 1920px) {
  .popup__title {
    font-size: 36px;
  }
}

.popup__input {
  margin-bottom: 20px;
}
@media (max-width: 576px) {
  .popup__input {
    margin-bottom: 12px;
  }
}

.popup__caption {
  margin: 0;
  padding: 0;
  font-size: calc(10px + 2 * ((100vw - 320px) / 1600));
  line-height: 1.6;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  width: 90%;
  margin-top: 20px;
  color: #828282;
}
@media screen and (max-width: 320px) {
  .popup__caption {
    font-size: 10px;
  }
}
@media screen and (min-width: 1920px) {
  .popup__caption {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .popup__caption {
    margin-top: 8px;
  }
}
@media (max-width: 576px) {
  .popup__caption {
    width: 90%;
  }
}
.popup__caption a {
  display: inline-block;
  text-decoration: none;
  outline: none;
  color: inherit;
  transition: all 0.2s ease;
  color: #179917;
}
.popup__caption a:hover {
  color: #1d1d1f;
}

.popup__rating {
  margin: 22px 0 30px;
}
@media (max-width: 576px) {
  .popup__rating {
    margin: 15px 0 20px;
  }
}

.price {
  margin-bottom: 150px;
}
@media (max-width: 1200px) {
  .price {
    margin-bottom: 80px;
  }
}
@media (max-width: 768px) {
  .price {
    margin-bottom: 60px;
  }
}

.price__content {
  max-width: 920px;
}

.price__tabs-wrapper {
  display: flex;
  width: auto;
  overflow: auto;
  border-bottom: 1px solid #e5e5e5;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
@media (max-width: 1024px) {
  .price__tabs-wrapper {
    margin-right: -40px;
  }
}
@media (max-width: 768px) {
  .price__tabs-wrapper {
    margin-right: -20px;
  }
}
@media (max-width: 576px) {
  .price__tabs-wrapper {
    margin-right: -10px;
  }
}
.price__tabs-wrapper::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.price__tab-name {
  display: inline-block;
  text-decoration: none;
  outline: none;
  color: inherit;
  transition: all 0.2s ease;
  font-size: calc(13px + 1 * ((100vw - 320px) / 1600));
  line-height: 1;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  margin-right: 41px;
  padding: 0 0 10px;
  color: #cbcbcb;
  border-bottom: 2px solid transparent;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media screen and (max-width: 320px) {
  .price__tab-name {
    font-size: 13px;
  }
}
@media screen and (min-width: 1920px) {
  .price__tab-name {
    font-size: 14px;
  }
}
.price__checkbox:nth-of-type(1):checked ~ .price__tabs-wrapper .price__tab-name:nth-of-type(1),
.price__checkbox:nth-of-type(2):checked ~ .price__tabs-wrapper .price__tab-name:nth-of-type(2),
.price__checkbox:nth-of-type(3):checked ~ .price__tabs-wrapper .price__tab-name:nth-of-type(3),
.price__checkbox:nth-of-type(4):checked ~ .price__tabs-wrapper .price__tab-name:nth-of-type(4),
.price__checkbox:nth-of-type(5):checked ~ .price__tabs-wrapper .price__tab-name:nth-of-type(5),
.price__checkbox:nth-of-type(6):checked ~ .price__tabs-wrapper .price__tab-name:nth-of-type(6),
.price__checkbox:nth-of-type(7):checked ~ .price__tabs-wrapper .price__tab-name:nth-of-type(7),
.price__checkbox:nth-of-type(8):checked ~ .price__tabs-wrapper .price__tab-name:nth-of-type(8),
.price__checkbox:nth-of-type(9):checked ~ .price__tabs-wrapper .price__tab-name:nth-of-type(9),
.price__checkbox:nth-of-type(10):checked ~ .price__tabs-wrapper .price__tab-name:nth-of-type(10) {
  color: #179917;
  border-bottom: 2px solid #179917;
}
@media (max-width: 768px) {
  .price__tab-name {
    margin-right: 31px;
  }
}
.price__tab-name:hover {
  color: rgba(84, 104, 229, 0.5);
}

.price__tab {
  display: none;
  transition: all 0.3s ease;
}
.price__checkbox:nth-of-type(1):checked ~ .price__tab:nth-of-type(1),
.price__checkbox:nth-of-type(2):checked ~ .price__tab:nth-of-type(2),
.price__checkbox:nth-of-type(3):checked ~ .price__tab:nth-of-type(3),
.price__checkbox:nth-of-type(4):checked ~ .price__tab:nth-of-type(4),
.price__checkbox:nth-of-type(5):checked ~ .price__tab:nth-of-type(5),
.price__checkbox:nth-of-type(6):checked ~ .price__tab:nth-of-type(6),
.price__checkbox:nth-of-type(7):checked ~ .price__tab:nth-of-type(7),
.price__checkbox:nth-of-type(8):checked ~ .price__tab:nth-of-type(8),
.price__checkbox:nth-of-type(9):checked ~ .price__tab:nth-of-type(9),
.price__checkbox:nth-of-type(10):checked ~ .price__tab:nth-of-type(10) {
  display: block;
}

.price__tab-content {
  margin: 40px 0;
}
@media (max-width: 1200px) {
  .price__tab-content {
    margin: 30px 0;
  }
}
@media (max-width: 1024px) {
  .price__tab-content {
    margin: 20px 0;
  }
}

.price__table-wrap {
  border-radius: 5px;
  border: 1px solid #f0f1f3;
  border-bottom: none;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
@media (max-width: 1024px) {
  .price__table-wrap {
    margin-right: -40px;
    border-radius: 5px 0 0 5px;
  }
}
@media (max-width: 768px) {
  .price__table-wrap {
    margin-right: -20px;
  }
}
@media (max-width: 576px) {
  .price__table-wrap {
    margin-right: -10px;
  }
}
.price__table-wrap::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.price__table {
  width: 100%;
  min-width: 562px;
}

.promo {
  position: relative;
  display: flex;
  height: 100vh;
  min-height: 600px;
}
@media (max-width: 1024px) {
  .promo {
    height: auto;
  }
}

.promo__list {
  height: 100% !important;
  margin: 0;
  padding: 0;
  list-style: none;
}

.promo__item {
  display: flex;
  position: relative;
  margin: 0;
  background: var(--slider-bg);
}
@media (max-width: 1024px) {
  .promo__item {
    flex-direction: column;
  }
}

.promo__bg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 50%;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  flex-shrink: 0;
}
@media (max-width: 1024px) {
  .promo__bg {
    position: static;
    height: 40vh;
  }
}

.promo__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  height: 100%;
  padding-bottom: 40px;
}
@media (max-width: 1024px) {
  .promo__content {
    width: 100%;
    height: auto;
    padding: 50px 0;
  }
}
@media (max-width: 768px) {
  .promo__content {
    padding: 60px 0 40px;
  }
}

.promo__title {
  margin: 0;
  padding: 0;
  /* font-size: calc(35px + 25 * ((100vw - 320px) / 1600)); */
  font-size: calc(24px + 30 * ((100vw - 320px) / 1600));
  line-height: 1.07;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  margin-bottom: 30px;
  color: #ffffff;
}
@media screen and (max-width: 320px) {
  .promo__title {
    font-size: 35px;
  }
}
@media screen and (min-width: 1920px) {
  .promo__title {
    font-size: 60px;
  }
}
@media (max-width: 576px) {
  .promo__title {
    margin-bottom: 16px;
  }
}

.promo__text {
  margin: 0;
  padding: 0;
  font-size: calc(14px + 2 * ((100vw - 320px) / 1600));
  line-height: 1.47;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  max-width: 80%;
  margin-bottom: 28px;
  color: var(--slider-text);
}
.promo__text {
  display: none;
}
@media screen and (max-width: 320px) {
  .promo__text {
    font-size: 14px;
  }
}
@media screen and (min-width: 1920px) {
  .promo__text {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .promo__text {
    max-width: 90%;
    margin-bottom: 20px;
  }
}
@media (max-width: 450px) {
  .promo__text {
    max-width: 100%;
    margin-bottom: 20px;
  }
}

.promo__button {
  align-self: start;
  color: #ffffff;
  background-color: var(--slider-button-bg);
}
.promo__button:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: var(--slider-button-bg);
}

.promo__board {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 1640px;
  height: 100%;
  margin: auto;
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .promo__board {
    padding: 0 40px;
  }
}
@media (max-width: 576px) {
  .promo__board {
    padding: 0 10px;
  }
}

.promo__bullets {
  position: absolute;
  bottom: 50px;
  left: 120px;
  display: flex;
  align-items: flex-end;
  z-index: 1;
}
@media (max-width: 1440px) {
  .promo__bullets {
    left: 40px;
  }
}
@media (max-width: 1024px) {
  .promo__bullets {
    top: calc(40vh + 100px);
    bottom: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 768px) {
  .promo__bullets {
    top: calc(40vh + 95px);
  }
}
@media (max-width: 576px) {
  .promo__bullets {
    top: calc(40vh + 85px);
  }
}

.swiper-pagination-bullet {
  display: block;
  width: 40px;
  height: 4px;
  background: #3d3d3d;
  border-radius: 1px;
  cursor: pointer;
}
@media (max-width: 576px) {
  .swiper-pagination-bullet {
    width: 28px;
  }
}
.swiper-pagination-bullet-active {
  background-color: var(--slider-pagination-bg);
  border-radius: 4px;
}
.swiper-pagination-bullet:not(:last-child) {
  margin-right: 12px;
}
@media (max-width: 576px) {
  .swiper-pagination-bullet:not(:last-child) {
    margin-right: 9px;
  }
}

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

.swiper-wrapper {
  height: auto;
}

.question__text {
  margin: 0;
  padding: 0;
  font-size: calc(18px + 4 * ((100vw - 320px) / 1600));
  line-height: 1.2;
  font-weight: 300;
  font-family: "Inter", sans-serif;
  margin-bottom: 17px;
  color: #ffffff;
}
@media screen and (max-width: 320px) {
  .question__text {
    font-size: 18px;
  }
}
@media screen and (min-width: 1920px) {
  .question__text {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .question__text {
    display: none;
  }
}

.question__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.question__list--mobile {
  display: none;
}
@media (max-width: 768px) {
  .question__list--mobile {
    display: flex;
  }
}

@media (max-width: 768px) {
  .question__item {
    margin-bottom: 10px;
  }
}

.question__item:not(:last-child) {
  margin-right: 8px;
}

.question__link {
  display: inline-block;
  text-decoration: none;
  outline: none;
  color: inherit;
  transition: all 0.2s ease;
  font-size: calc(13px + 0 * ((100vw - 320px) / 1600));
  line-height: 1.4;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  display: flex;
  align-items: center;
  padding: 12px 20px;
  background: rgb(23, 153, 23, 0.2);
  border-radius: 4px;
  color: #ffffff;
}
@media screen and (max-width: 320px) {
  .question__link {
    font-size: 13px;
  }
}
@media screen and (min-width: 1920px) {
  .question__link {
    font-size: 13px;
  }
}
.question__link:hover {
  background: #179917;
}

.question__icon {
  margin-right: 10px;
}
.question__link--whatsapp .question__icon {
  fill: #25d366;
}
.question__link--telegram .question__icon {
  fill: #0a89ff;
}
.question__link--phone .question__icon,
.question__link--mail .question__icon {
  fill: #ffffff;
}
.question__link:hover .question__icon {
  fill: #ffffff;
}

.request {
  margin: 140px 0;
}
@media (max-width: 1200px) {
  .request {
    margin: 100px 0;
  }
}
@media (max-width: 768px) {
  .request {
    margin: 60px 0;
  }
}

.request__card {
  position: relative;
  padding: 40px;
  background-color: var(--accent-bg);
  border: 1px solid #ebebeb;
}
@media (max-width: 1200px) {
  .request__card {
    padding-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .request__card {
    padding: 40px 32px;
  }
}

.request__card-bg {
  position: absolute;
  top: 0;
  left: 50%;
  width: 50%;
  height: 100%;
  background-image: linear-gradient(
      90.04deg,
      var(--accent-bg) 3.32%,
      rgba(var(--accent-bg-rgb), 0.65) 30.26%,
      transparent 61.71%
    ),
    url("/local/templates/ncompany/app/css/../img/request-bg.png");
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media (max-width: 576px) {
  .request__card-bg {
    left: 65%;
    width: 35%;
  }
}

.request__card-content {
  position: relative;
  z-index: 1;
}

.request__title {
  margin: 0;
  padding: 0;
  font-size: calc(20px + 8 * ((100vw - 320px) / 1600));
  line-height: 1.3;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  margin-bottom: 10px;
  color: #179917;
}
@media screen and (max-width: 320px) {
  .request__title {
    font-size: 20px;
  }
}
@media screen and (min-width: 1920px) {
  .request__title {
    font-size: 28px;
  }
}
@media (max-width: 576px) {
  .request__title {
    margin-bottom: 12px;
  }
}

.request__text {
  margin: 0;
  padding: 0;
  font-size: calc(14px + 2 * ((100vw - 320px) / 1600));
  line-height: 1.5;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  margin-bottom: 20px;
  color: #787878;
}
@media screen and (max-width: 320px) {
  .request__text {
    font-size: 14px;
  }
}
@media screen and (min-width: 1920px) {
  .request__text {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .request__text {
    max-width: 350px;
  }
}
@media (max-width: 576px) {
  .request__text {
    margin-bottom: 26px;
  }
}

.request__form-content {
  display: flex;
}
@media (max-width: 768px) {
  .request__form-content {
    flex-direction: column;
    max-width: 287px;
  }
}

.request__form-fields {
  display: flex;
}
@media (max-width: 1200px) {
  .request__form-fields {
    flex-direction: column;
  }
}

.request__input + .request__input {
  margin-left: 10px;
}
@media (max-width: 1200px) {
  .request__input + .request__input {
    margin-left: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .request__input + .request__input {
    margin-bottom: 12px;
  }
}

.request__button {
  align-self: flex-start;
  /* width: 190px; */
  margin-left: 20px;
}
@media (max-width: 1200px) {
  .request__button {
    align-self: flex-end;
  }
}
@media (max-width: 768px) {
  .request__button {
    align-self: flex-start;
    width: 100%;
    margin-left: 0;
  }
}

.request__form-caption {
  margin: 0;
  padding: 0;
  font-size: calc(12px + 0 * ((100vw - 320px) / 1600));
  line-height: 1.7;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  color: #787878;
}
@media screen and (max-width: 320px) {
  .request__form-caption {
    font-size: 12px;
  }
}
@media screen and (min-width: 1920px) {
  .request__form-caption {
    font-size: 12px;
  }
}
@media (max-width: 1200px) {
  .request__form-caption {
    margin-top: 12px;
  }
}
@media (max-width: 768px) {
  .request__form-caption {
    max-width: 350px;
  }
}

.review {
  height: 100%;
  padding: 50px 50px 40px;
  border: 1px solid #e0e0e0;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.04);
  border-radius: 2px;
}
@media (max-width: 1200px) {
  .review {
    padding: 40px 40px 30px;
  }
}
@media (max-width: 576px) {
  .review {
    padding: 30px 20px 38px 20px;
  }
}
.reviews--work .review {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  border: none;
  box-shadow: none;
  border-radius: 0;
}
@media (max-width: 768px) {
  .reviews--work .review {
    padding-left: 20px;
  }
}

.review__header {
  display: grid;
  grid-template-columns: 72px auto;
  align-items: center;
  gap: 25px;
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .review__header {
    grid-template-columns: 60px auto;
    gap: 20px;
    margin-bottom: 10px;
  }
}

.review__image-wrap {
  font-size: calc(20px + 8 * ((100vw - 320px) / 1600));
  line-height: 1.3;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  color: #ffffff;
  background-color: #179917;
  overflow: hidden;
}
@media (max-width: 576px) {
  .review__image-wrap {
    width: 60px;
    height: 60px;
  }
}

.review__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.review__user-post {
  margin: 0;
  padding: 0;
  font-size: calc(12px + 2 * ((100vw - 320px) / 1600));
  line-height: 1.2;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  margin-bottom: 6px;
  color: #787878;
}
@media screen and (max-width: 320px) {
  .review__user-post {
    font-size: 12px;
  }
}
@media screen and (min-width: 1920px) {
  .review__user-post {
    font-size: 14px;
  }
}

.review__user-name {
  margin: 0;
  padding: 0;
  font-size: calc(20px + 8 * ((100vw - 320px) / 1600));
  line-height: 1.3;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  color: #1d1d1f;
}
@media screen and (max-width: 320px) {
  .review__user-name {
    font-size: 20px;
  }
}
@media screen and (min-width: 1920px) {
  .review__user-name {
    font-size: 28px;
  }
}

.review__text {
  margin: 0;
  padding: 0;
  font-size: calc(14px + 2 * ((100vw - 320px) / 1600));
  line-height: 1.7;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  color: #787878;
}
@media screen and (max-width: 320px) {
  .review__text {
    font-size: 14px;
  }
}
@media screen and (min-width: 1920px) {
  .review__text {
    font-size: 16px;
  }
}
.review__text + .review__text {
  margin-top: 16px;
}

.review__rating {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
@media (max-width: 576px) {
  .review__rating {
    margin-top: 12px;
  }
}

.review__rating-stars {
  position: relative;
  width: 96px;
  height: 16px;
  margin-right: 10px;
  background: url("/local/templates/ncompany/app/css/../img/icons/icon-stars.svg") 0 0 / cover no-repeat;
}

.review__rating-stars-fill {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: url("/local/templates/ncompany/app/css/../img/icons/icon-stars-fill.svg") 0 0 / cover no-repeat;
}

.review__rating-mark {
  font-size: calc(14px + 2 * ((100vw - 320px) / 1600));
  line-height: 1.4;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  color: #3f3f3f;
}
@media screen and (max-width: 320px) {
  .review__rating-mark {
    font-size: 14px;
  }
}
@media screen and (min-width: 1920px) {
  .review__rating-mark {
    font-size: 16px;
  }
}

.reviews-block {
  position: relative;
  margin: 140px 0;
  padding-bottom: 86px;
}
@media (max-width: 1200px) {
  .reviews-block {
    margin: 100px 0;
    padding-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .reviews-block {
    margin: 60px 0;
    padding-bottom: 80px;
  }
}

.reviews-block__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.reviews-block__item {
  display: flex;
  height: auto;
}

.reviews-block__link {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.reviews {
  margin: 0 0 70px;
}
@media (max-width: 768px) {
  .reviews {
    margin: 0 0 60px;
  }
}

.reviews__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.reviews__item {
  width: 48%;
  padding-bottom: 60px;
}
@media (max-width: 1024px) {
  .reviews__item {
    padding-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .reviews__item {
    width: 100%;
    padding-bottom: 20px;
  }
}

.service-banner {
  display: flex;
  min-height: 500px;
  margin: 0 0 140px;
}
@media (max-width: 1200px) {
  .service-banner {
    margin: 0 0 100px;
  }
}
@media (max-width: 768px) {
  .service-banner {
    margin: 0 0 60px;
  }
}
@media (max-width: 576px) {
  .service-banner {
    margin: -74px 0 60px;
  }
}

.service-banner__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
  height: 100%;
  padding: 0 120px;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1440px) {
  .service-banner__content {
    padding: 0 60px;
  }
}
@media (max-width: 1024px) {
  .service-banner__content {
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  .service-banner__content {
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    padding: 70px 30px 30px 35px;
  }
}
@media (max-width: 576px) {
  .service-banner__content {
    gap: 0;
    padding: 0;
    background-size: 0;
  }
}

.service-banner__info {
  max-width: 570px;
  width: 100%;
  background-size: 0;
}
@media (max-width: 576px) {
  .service-banner__info {
    padding: 70px 30px 40px 35px;
    background-size: cover;
    background-repeat: no-repeat;
  }
}

.service-banner__title {
  margin: 0;
  padding: 0;
  font-size: calc(35px + 25 * ((100vw - 320px) / 1600));
  line-height: 1.1;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  margin-bottom: 27px;
  color: #ffffff;
}
@media screen and (max-width: 320px) {
  .service-banner__title {
    font-size: 35px;
  }
}
@media screen and (min-width: 1920px) {
  .service-banner__title {
    font-size: 60px;
  }
}
@media (max-width: 576px) {
  .service-banner__title {
    margin-bottom: 15px;
  }
}

.service-banner__text {
  margin: 0;
  padding: 0;
  font-size: calc(14px + 2 * ((100vw - 320px) / 1600));
  line-height: 1.5;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  color: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 320px) {
  .service-banner__text {
    font-size: 14px;
  }
}
@media screen and (min-width: 1920px) {
  .service-banner__text {
    font-size: 16px;
  }
}

.service-banner__form-card {
  padding: 30px;
  background: #169918;
  border-radius: 2px;
}
@media (max-width: 768px) {
  .service-banner__form-card {
    align-self: center;
  }
}
@media (max-width: 576px) {
  .service-banner__form-card {
    width: 100%;
    padding: 40px 35px 30px;
  }
}

.service-banner__form-content {
  width: 260px;
}
@media (max-width: 576px) {
  .service-banner__form-content {
    width: 100%;
  }
}

.service-banner__form-title {
  margin: 0;
  padding: 0;
  font-size: calc(24px + 4 * ((100vw - 320px) / 1600));
  line-height: 1.3;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  margin-bottom: 24px;
  color: #ffffff;
}
@media screen and (max-width: 320px) {
  .service-banner__form-title {
    font-size: 24px;
  }
}
@media screen and (min-width: 1920px) {
  .service-banner__form-title {
    font-size: 28px;
  }
}
@media (max-width: 576px) {
  .service-banner__form-title {
    margin-bottom: 20px;
  }
}

.service-banner__caption {
  margin: 0;
  padding: 0;
  font-size: calc(12px + 0 * ((100vw - 320px) / 1600));
  line-height: 1.5;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  margin-top: 18px;
  margin-bottom: 20px;
  color: #e0e0e0;
}
@media screen and (max-width: 320px) {
  .service-banner__caption {
    font-size: 12px;
  }
}
@media screen and (min-width: 1920px) {
  .service-banner__caption {
    font-size: 12px;
  }
}

.service-banner__button {
  width: 100%;
  border-radius: 6px;
}

.services-block {
  margin: 140px 0;
}
@media (max-width: 1200px) {
  .services-block {
    margin: 100px 0;
  }
}
@media (max-width: 768px) {
  .services-block {
    margin: 60px 0;
  }
}

.services-block__content {
  display: flex;
  flex-direction: column;
}

.services-block__list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #ebebeb;
}

.services-block__item {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-areas: "name info image" "link info image";
  gap: 40px;
  min-height: 356px;
  padding: 60px 0;
  border-bottom: 1px solid #ebebeb;
}
@media (max-width: 1200px) {
  .services-block__item {
    gap: 20px;
    min-height: 320px;
    padding: 40px 0;
  }
}
@media (max-width: 1024px) {
  .services-block__item {
    min-height: 280px;
  }
}
@media (max-width: 768px) {
  .services-block__item {
    grid-template-columns: 1fr;
    grid-template-areas: none;
    min-height: 0;
    padding: 30px 0;
  }
}
@media (max-width: 576px) {
  .services-block__item {
    gap: 10px;
  }
}

.services-block__name {
  margin: 0;
  padding: 0;
  font-size: calc(20px + 8 * ((100vw - 320px) / 1600));
  line-height: 1.3;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  width: 80%;
  grid-area: name;
  color: #1d1d1f;
}
@media screen and (max-width: 320px) {
  .services-block__name {
    font-size: 20px;
  }
}
@media screen and (min-width: 1920px) {
  .services-block__name {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .services-block__name {
    grid-area: auto;
  }
}
.services-block__name span {
  font-size: calc(16px + 4 * ((100vw - 320px) / 1600));
  line-height: 1.7;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  display: block;
  margin-top: 8px;
  color: #3f3f3f;
}
@media screen and (max-width: 320px) {
  .services-block__name span {
    font-size: 16px;
  }
}
@media screen and (min-width: 1920px) {
  .services-block__name span {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .services-block__name span {
    margin-top: 6px;
  }
}

.services-block__image-wrap {
  position: relative;
  grid-area: image;
}
@media (max-width: 768px) {
  .services-block__image-wrap {
    grid-area: auto;
    height: 250px;
  }
}
@media (max-width: 450px) {
  .services-block__image-wrap {
    height: 164px;
  }
}

.services-block__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.services-block__info {
  margin: 0;
  padding: 0;
  font-size: calc(14px + 2 * ((100vw - 320px) / 1600));
  line-height: 1.7;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  grid-area: info;
  padding-right: 40px;
  color: #787878;
}
@media screen and (max-width: 320px) {
  .services-block__info {
    font-size: 14px;
  }
}
@media screen and (min-width: 1920px) {
  .services-block__info {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .services-block__info {
    grid-area: auto;
    width: 75%;
    padding-right: 0;
  }
}
@media (max-width: 576px) {
  .services-block__info {
    width: 95%;
  }
}

.services-block__button {
  align-self: center;
  margin-top: 40px;
}

.services-block__link {
  grid-area: link;
}
@media (max-width: 768px) {
  .services-block__link {
    grid-area: auto;
  }
}
@media (max-width: 576px) {
  .services-block__link {
    margin-top: 13px;
  }
}

.services {
  margin-bottom: 100px;
}
@media (max-width: 1200px) {
  .services {
    margin-bottom: 80px;
  }
}
@media (max-width: 768px) {
  .services {
    margin-bottom: 60px;
  }
}

.services__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 70px 40px;
}
@media (max-width: 1200px) {
  .services__list {
    gap: 50px 30px;
  }
}
@media (max-width: 1024px) {
  .services__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 20px;
  }
}
@media (max-width: 576px) {
  .services__list {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

.services__link {
  display: inline-block;
  text-decoration: none;
  outline: none;
  color: inherit;
  transition: all 0.2s ease;
  width: 100%;
}

.services__item-image-wrap {
  position: relative;
  width: 100%;
  padding-bottom: 57%;
}

.services__item-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.services__name {
  margin: 0;
  padding: 0;
  font-size: calc(20px + 8 * ((100vw - 320px) / 1600));
  line-height: 1.3;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  max-width: 380px;
  margin-top: 30px;
  margin-bottom: 9px;
  color: #1d1d1f;
}
@media screen and (max-width: 320px) {
  .services__name {
    font-size: 20px;
  }
}
@media screen and (min-width: 1920px) {
  .services__name {
    font-size: 28px;
  }
}
@media (max-width: 1200px) {
  .services__name {
    margin-top: 15px;
    margin-bottom: 5px;
  }
}

.services__price {
  margin: 0;
  padding: 0;
  font-size: calc(16px + 4 * ((100vw - 320px) / 1600));
  line-height: 1.7;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  margin-bottom: 9px;
  color: #3f3f3f;
}
@media screen and (max-width: 320px) {
  .services__price {
    font-size: 16px;
  }
}
@media screen and (min-width: 1920px) {
  .services__price {
    font-size: 20px;
  }
}
@media (max-width: 1200px) {
  .services__price {
    margin-bottom: 5px;
  }
}

.services__text {
  margin: 0;
  padding: 0;
  font-size: calc(14px + 2 * ((100vw - 320px) / 1600));
  line-height: 1.7;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  max-width: 380px;
  margin-bottom: 14px;
  color: #787878;
}
@media screen and (max-width: 320px) {
  .services__text {
    font-size: 14px;
  }
}
@media screen and (min-width: 1920px) {
  .services__text {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .services__text {
    margin-bottom: 8px;
  }
}
@media (max-width: 576px) {
  .services__text {
    max-width: 88%;
  }
}

.social__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.social__item:not(:last-child) {
  margin-right: 20px;
}
.mobile-menu__bottom .social__item:not(:last-child) {
  margin-right: 14px;
}

.social__link {
  display: inline-block;
  text-decoration: none;
  outline: none;
  color: inherit;
  transition: all 0.2s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background: #242841;
  border-radius: 50%;
}
.social__link:hover {
  background: #179917;
}
.mobile-menu__bottom .social__link {
  background: #179917;
}
.mobile-menu__bottom .social__link:hover {
  background: #242841;
}

.social__link-icon {
  fill: #ffffff;
  transition: all 0.2s ease;
}

.stock-block {
  margin: 140px 0;
}
@media (max-width: 1200px) {
  .stock-block {
    margin: 100px 0;
  }
}
@media (max-width: 768px) {
  .stock-block {
    margin: 60px 0;
  }
}
@media (max-width: 576px) {
  .stock-block {
    margin: 60px 0 0;
  }
}
.breadcrumbs + .stock-block {
  margin: 0 0 140px;
}
@media (max-width: 1200px) {
  .breadcrumbs + .stock-block {
    margin: 0 0 100px;
  }
}
@media (max-width: 768px) {
  .breadcrumbs + .stock-block {
    margin: 0 0 60px;
  }
}

.stock-block__content {
  display: flex;
  flex-direction: column;
}

.stock-block__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px 40px;
}
@media (max-width: 1024px) {
  .stock-block__list {
    gap: 40px 30px;
  }
}
@media (max-width: 768px) {
  .stock-block__list {
    grid-template-columns: 1fr;
  }
}

.stock-block__image-wrap {
  width: 100%;
  height: 348px;
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .stock-block__image-wrap {
    height: 280px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1024px) {
  .stock-block__image-wrap {
    height: 220px;
  }
}
@media (max-width: 576px) {
  .stock-block__image-wrap {
    height: 204px;
  }
}

.stock-block__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.stock-block__period {
  display: block;
  margin: 0;
  padding: 0;
  font-size: calc(14px + 0 * ((100vw - 320px) / 1600));
  line-height: 1.2;
  font-weight: 300;
  font-family: "Inter", sans-serif;
  margin-bottom: 10px;
  color: #787878;
}
@media screen and (max-width: 320px) {
  .stock-block__period {
    font-size: 14px;
  }
}
@media screen and (min-width: 1920px) {
  .stock-block__period {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .stock-block__period {
    margin-bottom: 7px;
  }
}

.stock-block__name {
  margin: 0;
  padding: 0;
  font-size: calc(20px + 8 * ((100vw - 320px) / 1600));
  line-height: 1.3;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  max-width: 380px;
  margin-bottom: 14px;
  color: #1d1d1f;
}
@media screen and (max-width: 320px) {
  .stock-block__name {
    font-size: 20px;
  }
}
@media screen and (min-width: 1920px) {
  .stock-block__name {
    font-size: 28px;
  }
}
@media (max-width: 1200px) {
  .stock-block__name {
    margin-bottom: 8px;
  }
}

.stock-block__text {
  margin: 0;
  padding: 0;
  font-size: calc(14px + 2 * ((100vw - 320px) / 1600));
  line-height: 1.7;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  max-width: 380px;
  margin-bottom: 14px;
  color: #787878;
}
@media screen and (max-width: 320px) {
  .stock-block__text {
    font-size: 14px;
  }
}
@media screen and (min-width: 1920px) {
  .stock-block__text {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .stock-block__text {
    margin-bottom: 8px;
  }
}
@media (max-width: 576px) {
  .stock-block__text {
    max-width: 88%;
  }
}

.stock-block__general-link {
  display: none;
}
@media (max-width: 576px) {
  .stock-block__general-link {
    display: block;
    margin: 30px auto;
  }
}

.stock__cover {
  height: 440px;
}
@media (max-width: 1024px) {
  .stock__cover {
    height: 340px;
  }
}
@media (max-width: 768px) {
  .stock__cover {
    height: 230px;
  }
}

.stock__cover-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.stock__content {
  max-width: 776px;
  margin-top: 80px;
}
@media (max-width: 1024px) {
  .stock__content {
    margin-top: 40px;
  }
}
.stock__content p {
  margin: 0;
  padding: 0;
  font-size: calc(14px + 2 * ((100vw - 320px) / 1600));
  line-height: 1.7;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  margin-top: 23px;
}
@media screen and (max-width: 320px) {
  .stock__content p {
    font-size: 14px;
  }
}
@media screen and (min-width: 1920px) {
  .stock__content p {
    font-size: 16px;
  }
}

p.stock__title {
  margin: 0;
  padding: 0;
  font-size: calc(20px + 8 * ((100vw - 320px) / 1600));
  line-height: 1.3;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  margin-bottom: 46px;
  color: #1d1d1f;
}
@media screen and (max-width: 320px) {
  p.stock__title {
    font-size: 20px;
  }
}
@media screen and (min-width: 1920px) {
  p.stock__title {
    font-size: 28px;
  }
}
@media (max-width: 576px) {
  p.stock__title {
    margin-bottom: 29px;
  }
}

.stock__list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: 24px;
  list-style: disc;
}

.stock__item {
  font-size: calc(14px + 2 * ((100vw - 320px) / 1600));
  line-height: 1.7;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  color: #787878;
}
@media screen and (max-width: 320px) {
  .stock__item {
    font-size: 14px;
  }
}
@media screen and (min-width: 1920px) {
  .stock__item {
    font-size: 16px;
  }
}
.stock__item::marker {
  color: #1d1d1f;
}
.stock__item + .stock__item {
  margin-top: 10px;
}
@media (max-width: 576px) {
  .stock__item + .stock__item {
    margin-top: 20px;
  }
}

.toggle {
  display: none;
  position: fixed;
  top: 50%;
  right: 0px;
  z-index: 1;
  transform: rotate(90deg);
}

.toggle__btn {
  position: relative;
  display: flex;
  align-items: center;
  display: block;
  box-sizing: border-box;
  width: 60px;
  height: 40px;
  margin: 0 auto;
  padding: 10px;
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
  background-color: #ffffff;
  border: 1px solid #1d1d1f;
  border-radius: 40px;
  transition: all 0.5s;
  cursor: pointer;
  outline: none;
}
.toggle__item:checked ~ .toggle__btn {
  background-color: #179917;
}

.toggle__state {
  width: 50%;
}

.toggle__slider {
  position: absolute;
  left: 4px;
  top: 4px;
  width: 30px;
  height: 30px;
  background-color: #179917;
  border-radius: 50%;
  transition: all 0.5s;
}
.toggle__item:checked ~ .toggle__btn .toggle__slider {
  background-color: #ffffff;
  transform: translateX(20px);
}

.top-footer {
  padding-bottom: 8px;
}
@media (max-width: 768px) {
  .top-footer {
    padding-bottom: 0;
  }
}
@media (max-width: 576px) {
  .top-footer {
    margin-bottom: 20px;
  }
}

.top-footer__content {
  display: grid;
  grid-template-columns: auto 700px;
  align-items: center;
}
@media (max-width: 1200px) {
  .top-footer__content {
    grid-template-columns: auto 600px;
  }
}
@media (max-width: 1024px) {
  .top-footer__content {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .top-footer__content {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

.top-footer__text {
  margin: 0;
  padding: 0;
  font-size: calc(12px + 2 * ((100vw - 320px) / 1600));
  line-height: 1.7;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.6);
}
@media screen and (max-width: 320px) {
  .top-footer__text {
    font-size: 12px;
  }
}
@media screen and (min-width: 1920px) {
  .top-footer__text {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .top-footer__text {
    max-width: 90%;
  }
}
@media (max-width: 768px) {
  .top-footer__text {
    max-width: 80%;
  }
}
@media (max-width: 576px) {
  .top-footer__text {
    max-width: 90%;
    line-height: 15px;
  }
}

.top-footer__logo-image {
  max-width: 174px;
  max-height: 70px;
}

@media (max-width: 576px) {
  .top-footer__text {
    margin-top: 24px;
  }
}

.top-header {
  padding: 8px 0;
  background: #ebebeb;
}
@media (max-width: 1024px) {
  .top-header {
    display: none;
  }
}
.header.scroll .top-header {
  display: none;
}

.top-header__content {
  display: flex;
  justify-content: space-between;
}

.top-header__menu {
  display: flex;
}

.top-header__navigation-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  margin-right: 74px;
}
@media (max-width: 1440px) {
  .top-header__navigation-list {
    margin-right: 45px;
  }
}

.top-header__navigation-item:not(:last-child) {
  margin-right: 35px;
}
@media (max-width: 1440px) {
  .top-header__navigation-item:not(:last-child) {
    margin-right: 25px;
  }
}

.top-header__navigation-link {
  display: inline-block;
  text-decoration: none;
  outline: none;
  color: inherit;
  transition: all 0.2s ease;
  font-size: calc(13px + 0 * ((100vw - 320px) / 1600));
  line-height: 1.31;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  color: #787878;
}
@media screen and (max-width: 320px) {
  .top-header__navigation-link {
    font-size: 13px;
  }
}
@media screen and (min-width: 1920px) {
  .top-header__navigation-link {
    font-size: 13px;
  }
}
.top-header__navigation-link:hover {
  color: #179917;
}

.top-header__social-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
}

.top-header__social-item:not(:last-child) {
  margin-right: 14px;
}

.top-header__social-link {
  display: inline-block;
  text-decoration: none;
  outline: none;
  color: inherit;
  transition: all 0.2s ease;
}

.top-header__social-link-icon {
  fill: #333333;
  transition: all 0.2s ease;
}
.top-header__social-link:hover .top-header__social-link-icon {
  fill: #179917;
}

.whatsapp {
  position: fixed;
  right: 40px;
  bottom: 40px;
  width: 70px;
  height: 70px;
  z-index: 10;
  border-radius: 50%;
  background: #56b45f url("/local/templates/ncompany/app/css/../img/icons/icon-phone.svg") 50% 50% no-repeat;
}
@media (max-width: 576px) {
  .whatsapp {
    right: 20px;
    bottom: 90px;
    width: 60px;
    height: 60px;
  }
}
.whatsapp:before,
.whatsapp:after {
  content: " ";
  position: absolute;
  left: -20px;
  right: -20px;
  top: -20px;
  bottom: -20px;
  border-radius: 50%;
  border: 1px solid #56b45f;
  -webkit-animation: animate 1.5s linear infinite;
  animation: animate 1.5s linear infinite;
  opacity: 0;
}
@media (max-width: 576px) {
  .whatsapp:before,
  .whatsapp:after {
    -webkit-animation-name: mobile-animate;
    animation-name: mobile-animate;
  }
}
.whatsapp::after {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

@-webkit-keyframes animate {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}

@keyframes animate {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}

@-webkit-keyframes mobile-animate {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes mobile-animate {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}

.works-block {
  padding: 140px 0 80px;
  background-color: var(--accent-bg);
}
@media (max-width: 1200px) {
  .works-block {
    padding: 100px 0 60px;
  }
}
@media (max-width: 768px) {
  .works-block {
    padding: 40px 0 45px;
  }
}

.works-block .title__name {
  color: var(--accent-title-text);
}

.works-block__container {
  margin-right: -260px;
}
@media (max-width: 1919px) {
  .works-block__container {
    margin-right: calc((100vw - 1400px) / -2);
  }
}
@media (max-width: 1640px) {
  .works-block__container {
    margin-right: -120px;
  }
}
@media (max-width: 1440px) {
  .works-block__container {
    margin-right: -40px;
  }
}
@media (max-width: 768px) {
  .works-block__container {
    margin-right: -20px;
  }
}
@media (max-width: 576px) {
  .works-block__container {
    margin-right: -10px;
  }
}

.works-block__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.works-block__item-link {
  display: inline-block;
  text-decoration: none;
  outline: none;
  color: inherit;
  transition: all 0.2s ease;
  width: 100%;
}

.works-block__image-wrap {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
  padding-bottom: 80%;
  transition: all 0.2s ease;
}
@media (max-width: 768px) {
  .works-block__image-wrap {
    margin-bottom: 17px;
    padding-bottom: 73%;
  }
}
.works-block__item-link:hover .works-block__image-wrap {
  padding-bottom: calc(80% + 36px);
}
@media (max-width: 768px) {
  .works-block__item-link:hover .works-block__image-wrap {
    padding-bottom: 73%;
  }
}

.works-block__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.works-block__item-name {
  margin: 0;
  padding: 0;
  font-size: calc(20px + 8 * ((100vw - 320px) / 1600));
  line-height: 1.3;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  max-width: 86%;
  margin-bottom: 14px;
  color: var(--accent-title-text);
}
@media screen and (max-width: 320px) {
  .works-block__item-name {
    font-size: 20px;
  }
}
@media screen and (min-width: 1920px) {
  .works-block__item-name {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .works-block__item-name {
    max-width: 95%;
    margin-bottom: 8px;
  }
}

.works-block__item-info {
  margin: 0;
  padding: 0;
  font-size: calc(14px + 2 * ((100vw - 320px) / 1600));
  line-height: 1.7;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  max-width: 86%;
  margin-bottom: 14px;
  color: #787878;
}
@media screen and (max-width: 320px) {
  .works-block__item-info {
    font-size: 14px;
  }
}
@media screen and (min-width: 1920px) {
  .works-block__item-info {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .works-block__item-info {
    max-width: 95%;
    margin-bottom: 11px;
  }
}

.works-block__link-wrap {
  display: flex;
  justify-content: center;
  margin-top: 66px;
}
@media (max-width: 1200px) {
  .works-block__link-wrap {
    margin-top: 40px;
  }
}
@media (max-width: 576px) {
  .works-block__link-wrap {
    display: none;
  }
}

.works {
  margin-bottom: 100px;
}
@media (max-width: 1200px) {
  .works {
    margin-bottom: 80px;
  }
}
@media (max-width: 768px) {
  .works {
    margin-bottom: 60px;
  }
}

.works__tabs-wrapper {
  display: flex;
  width: auto;
  overflow: auto;
  border-bottom: 1px solid #e5e5e5;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
@media (max-width: 1024px) {
  .works__tabs-wrapper {
    margin-right: -40px;
  }
}
@media (max-width: 768px) {
  .works__tabs-wrapper {
    margin-right: -20px;
  }
}
@media (max-width: 576px) {
  .works__tabs-wrapper {
    margin-right: -10px;
  }
}

.works__tabs-wrapper::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.works__tab-name {
  display: inline-block;
  text-decoration: none;
  outline: none;
  color: inherit;
  transition: all 0.2s ease;
  font-size: calc(13px + 1 * ((100vw - 320px) / 1600));
  line-height: 1;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  margin-right: 41px;
  padding: 0 0 10px;
  color: #cbcbcb;
  border-bottom: 2px solid transparent;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media screen and (max-width: 320px) {
  .works__tab-name {
    font-size: 13px;
  }
}
@media screen and (min-width: 1920px) {
  .works__tab-name {
    font-size: 14px;
  }
}
.works__checkbox:nth-of-type(1):checked ~ .works__tabs-wrapper .works__tab-name:nth-of-type(1),
.works__checkbox:nth-of-type(2):checked ~ .works__tabs-wrapper .works__tab-name:nth-of-type(2),
.works__checkbox:nth-of-type(3):checked ~ .works__tabs-wrapper .works__tab-name:nth-of-type(3),
.works__checkbox:nth-of-type(4):checked ~ .works__tabs-wrapper .works__tab-name:nth-of-type(4),
.works__checkbox:nth-of-type(5):checked ~ .works__tabs-wrapper .works__tab-name:nth-of-type(5),
.works__checkbox:nth-of-type(6):checked ~ .works__tabs-wrapper .works__tab-name:nth-of-type(6),
.works__checkbox:nth-of-type(7):checked ~ .works__tabs-wrapper .works__tab-name:nth-of-type(7),
.works__checkbox:nth-of-type(8):checked ~ .works__tabs-wrapper .works__tab-name:nth-of-type(8),
.works__checkbox:nth-of-type(9):checked ~ .works__tabs-wrapper .works__tab-name:nth-of-type(9),
.works__checkbox:nth-of-type(10):checked ~ .works__tabs-wrapper .works__tab-name:nth-of-type(10) {
  color: #000000;
  border-bottom: 2px solid #000000;
}
@media (max-width: 768px) {
  .works__tab-name {
    margin-right: 31px;
  }
}
.works__tab-name:hover {
  color: rgba(0, 0, 0, 0.5);
}

.works__tab {
  display: none;
  transition: all 0.3s ease;
}
.works__checkbox:nth-of-type(1):checked ~ .works__tab:nth-of-type(1),
.works__checkbox:nth-of-type(2):checked ~ .works__tab:nth-of-type(2),
.works__checkbox:nth-of-type(3):checked ~ .works__tab:nth-of-type(3),
.works__checkbox:nth-of-type(4):checked ~ .works__tab:nth-of-type(4),
.works__checkbox:nth-of-type(5):checked ~ .works__tab:nth-of-type(5),
.works__checkbox:nth-of-type(6):checked ~ .works__tab:nth-of-type(6),
.works__checkbox:nth-of-type(7):checked ~ .works__tab:nth-of-type(7),
.works__checkbox:nth-of-type(8):checked ~ .works__tab:nth-of-type(8),
.works__checkbox:nth-of-type(9):checked ~ .works__tab:nth-of-type(9),
.works__checkbox:nth-of-type(10):checked ~ .works__tab:nth-of-type(10) {
  display: block;
}

.works__tab-content {
  margin: 40px 0;
}
@media (max-width: 1200px) {
  .works__tab-content {
    margin: 30px 0;
  }
}
@media (max-width: 1024px) {
  .works__tab-content {
    margin: 20px 0;
  }
}

.works__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media (max-width: 1200px) {
  .works__list {
    gap: 30px;
  }
}
@media (max-width: 1024px) {
  .works__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (max-width: 576px) {
  .works__list {
    gap: 16px;
  }
}
@media (max-width: 576px) {
  .works__list--column {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

.works__link {
  display: inline-block;
  text-decoration: none;
  outline: none;
  color: inherit;
  transition: all 0.2s ease;
  width: 100%;
}

.works__item-image-wrap {
  position: relative;
  width: 100%;
  padding-bottom: 79%;
}
@media (max-width: 576px) {
  .works__list--column .works__item-image-wrap {
    padding-bottom: 57.5%;
  }
}

.works__item-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.works__button-more-wrap {
  display: flex;
  justify-content: center;
  margin-top: 80px;
}
@media (max-width: 1200px) {
  .works__button-more-wrap {
    margin-top: 30px;
  }
}

.works__name {
  margin: 0;
  padding: 0;
  font-size: calc(20px + 8 * ((100vw - 320px) / 1600));
  line-height: 1.3;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  max-width: 380px;
  margin-top: 30px;
  margin-bottom: 14px;
  color: #1d1d1f;
}
@media screen and (max-width: 320px) {
  .works__name {
    font-size: 20px;
  }
}
@media screen and (min-width: 1920px) {
  .works__name {
    font-size: 28px;
  }
}
@media (max-width: 1200px) {
  .works__name {
    margin-top: 15px;
    margin-bottom: 8px;
  }
}

.works__text {
  margin: 0;
  padding: 0;
  font-size: calc(14px + 2 * ((100vw - 320px) / 1600));
  line-height: 1.7;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  max-width: 380px;
  margin-bottom: 14px;
  color: #787878;
}
@media screen and (max-width: 320px) {
  .works__text {
    font-size: 14px;
  }
}
@media screen and (min-width: 1920px) {
  .works__text {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .works__text {
    margin-bottom: 8px;
  }
}
@media (max-width: 576px) {
  .works__text {
    max-width: 88%;
  }
}

.bottom-header__item {
  position: relative;
  display: flex;
  align-items: center;
}

.bottom-header__link {
  cursor: pointer;
}
.bottom-header__link::after {
  display: none;
}

.bottom-header__link-icon {
  margin-left: 3px;
  margin-bottom: 2px;
  stroke: #1d1d1f;
  fill: transparent;
  transition: all 0.2s ease;
}
.bottom-header__link:hover .bottom-header__link-icon {
  stroke: #179917;
}
.bottom-header__link.show .bottom-header__link-icon {
  transform: rotate(180deg);
}

.services-menu {
  display: none;
  position: absolute;
  top: 30px;
  left: -4px;
  width: 340px;
  padding: 20px 30px 20px 20px;
  background: #ffffff;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  z-index: 1;
}
@media (max-width: 1440px) {
  .services-menu {
    width: 250px;
    padding: 15px;
  }
}
.services-menu.show {
  display: block;
}

.services-menu__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.services-menu__item {
  margin: 0;
  padding: 6px 0;
}

.services-menu__link {
  display: inline-block;
  text-decoration: none;
  outline: none;
  color: inherit;
  transition: all 0.2s ease;
  font-size: calc(16px + 0 * ((100vw - 320px) / 1600));
  line-height: 1.2;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  color: #3f3f3f;
}
@media screen and (max-width: 320px) {
  .services-menu__link {
    font-size: 16px;
  }
}
@media screen and (min-width: 1920px) {
  .services-menu__link {
    font-size: 16px;
  }
}
.services-menu__link:hover {
  color: #179917;
}

.mobile-menu__main-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ebebeb;
}

.mobile-menu__main-link {
  width: auto;
  padding: 15px 13px;
  border-bottom: none;
}

.mobile-menu__more-link {
  display: inline-block;
  text-decoration: none;
  outline: none;
  color: inherit;
  transition: all 0.2s ease;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 39px;
  height: 43px;
}
.mobile-menu__more-link::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 31px;
  background-color: #e7e7e7;
  top: 5px;
  left: -12px;
}

.mobile-menu__more-link-icon {
  fill: transparent;
  stroke: #1d1d1f;
  transition: all 0.2s ease;
}
.mobile-menu__more-link:hover .mobile-menu__more-link-icon,
.mobile-menu__more-link:focus .mobile-menu__more-link-icon {
  stroke: #179917;
}

.mobile-catalog {
  position: fixed;
  top: 0;
  left: -100vw;
  width: 100%;
  max-width: 400px;
  height: 100vh;
  padding: 16px 10px 90px;
  background: white;
  box-shadow: 0px 30px 30px rgba(0, 0, 0, 0.25);
  transition: all 0.2s ease;
  overflow-y: auto;
  z-index: 11;
  padding-top: 91px;
}
.mobile-catalog.show {
  left: 0;
}
.mobile-catalog::-webkit-scrollbar-track {
  background-color: #ebebeb;
}
.mobile-catalog::-webkit-scrollbar {
  width: 5px;
  background-color: #ebebeb;
}
.mobile-catalog::-webkit-scrollbar-thumb {
  background-color: #179917;
}

.mobile-catalog__top {
  margin-bottom: 38px;
}

.mobile-catalog__back-button {
  margin: 0;
  padding: 0;
  text-align: left;
  border: none;
  outline: none;
  background-color: transparent;
  transition: all 0.2s ease;
  cursor: pointer;
  font-size: calc(13px + 0 * ((100vw - 320px) / 1600));
  line-height: 17px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  padding-left: 14px;
  color: #808080;
  background: transparent url("/local/templates/ncompany/app/css/../img/icons/icon-arrow-breadcrumbs.svg") 0 50% no-repeat;
}
@media screen and (max-width: 320px) {
  .mobile-catalog__back-button {
    font-size: 13px;
  }
}
@media screen and (min-width: 1920px) {
  .mobile-catalog__back-button {
    font-size: 13px;
  }
}

.mobile-catalog__middle {
  margin-bottom: 95px;
}

.mobile-catalog__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-catalog__item {
  border-bottom: 1px solid #ebebeb;
}

.mobile-catalog__link {
  display: inline-block;
  text-decoration: none;
  outline: none;
  color: inherit;
  transition: all 0.2s ease;
  font-size: calc(16px + 0 * ((100vw - 320px) / 1600));
  line-height: 1.2;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  width: 70%;
  padding: 17px 13px 17px;
  color: #787878;
}
@media screen and (max-width: 320px) {
  .mobile-catalog__link {
    font-size: 16px;
  }
}
@media screen and (min-width: 1920px) {
  .mobile-catalog__link {
    font-size: 16px;
  }
}
.mobile-catalog__link--active {
  color: #179917;
}
.mobile-catalog__link:hover {
  color: #179917;
}

.mobile-catalog__bottom {
  padding: 19px 0 0 13px;
}

.mobile-catalog__social {
  padding-bottom: 30px;
}

.mobile-catalog__bottom .social__item {
  margin-right: 14px;
}

.mobile-catalog__bottom .social__link {
  background: #179917;
}
.mobile-catalog__bottom .social__link:hover {
  background: #242841;
}

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

/* End */


/* Start:/local/templates/ncompany/css/custom.css?171507612115574*/
.header-type-2:not(.scroll) .bottom-header__location {
  display: flex !important;
}
@media (max-width: 576px) {
  .header-type-2:not(.scroll) .bottom-header__location {
    display: none !important;
  }
}
.showItems .footer-menu__item-case-change-active {
  visibility: visible;
  opacity: 1;
  height: auto;
}
.popup__city-item {
  height: 30px;
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
.modal-city-name--hidden {
  height: 0;
  opacity: 0;

  visibility: hidden;
}

.popup--location {
  width: 600px;
  padding: 50px 40px;
}
@media (max-width: 768px) {
  .popup--location {
    width: 80%;
    padding: 50px 20px 44px;
  }
}
@media (max-width: 576px) {
  .popup--location {
    width: 90%;
  }
}

.popup__city-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  max-height: 345px;
  margin-top: 4px;
  overflow-y: auto;
}
.popup__city-list::-webkit-scrollbar-track {
  background-color: #e0e0e0;
}
.popup__city-list::-webkit-scrollbar {
  width: 3px;
  background-color: #e0e0e0;
}
.popup__city-list::-webkit-scrollbar-thumb {
  background-color: #179917;
}

.popup__city-item {
  width: 95%;
}

.popup__city-link {
  display: inline-block;
  text-decoration: none;
  outline: none;
  color: inherit;
  transition: all 0.2s ease;
  font-size: calc(16px + 2 * ((100vw - 320px) / 1600));
  line-height: 1.2;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  width: 100%;
  padding: 7px 0;
  color: #3f3f3f;
  cursor: pointer;
}
@media screen and (max-width: 320px) {
  .popup__city-link {
    font-size: 16px;
  }
}
@media screen and (min-width: 1920px) {
  .popup__city-link {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .popup__city-link {
    padding: 5px 0;
  }
}
.popup__city-link:hover,
.popup__city-link:focus {
  background-color: rgba(84, 104, 229, 0.3);
}

.services__item-link {
  display: inline-block;
  width: 100%;
  text-decoration: none;
  outline: none;
  color: inherit;
  transition: all 0.2s ease;
}

.info p:not(.info__title) {
  margin-top: 10px;
  font-size: calc(14px + 2 * ((100vw - 320px) / 1600));
  line-height: 1.7;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  color: #787878;
}
@media (max-width: 576px) {
  .info p:not(.info__title) {
    margin-top: 25px;
  }
}

/* Стили для изменения цветовой схемы сайта */

/* Хедер */
.header {
  background: #ffffff;
}
.bottom-header__logo-text {
  color: #787878;
}
.bottom-header__link {
  color: #1d1d1f;
}
.bottom-header__link:hover {
  color: #179917;
}
.bottom-header__link::after {
  background: #179917;
}
.bottom-header__location .location-icon {
  fill: #787878;
  stroke: #787878;
}
.location:hover .location-icon {
  fill: #179917;
  stroke: #179917;
}
.bottom-header__location {
  color: #787878 !important;
}
.bottom-header__location:hover {
  color: #179917 !important;
}
.bottom-header__call-link {
  color: #1d1d1f;
}
.bottom-header__call-link:hover {
  color: #179917;
}
.bottom-header__call-more-icon {
  stroke: #1d1d1f;
}
.bottom-header__call-more-button:hover .bottom-header__call-more-icon {
  stroke: #179917;
}
.extra-phone {
  background: #ebebeb;
}
.extra-phone__link {
  color: #1d1d1f;
}
.extra-phone__link:hover {
  color: #179917;
}
.bottom-header__call-button {
  color: #179917;
  background-color: transparent;
  border-color: #ebebeb;
}
.bottom-header__call-button:hover {
  color: #ffffff;
  background-color: #179917;
  border-color: #179917;
}
.burger__line {
  background: #1d1d1f;
}
.burger__line::after,
.burger__line::before {
  background: #1d1d1f;
}
.burger:hover .burger__line,
.burger:focus .burger__line {
  background: #179917;
}
.burger:hover .burger__line::after,
.burger:focus .burger__line::after,
.burger:hover .burger__line::before,
.burger:focus .burger__line::before {
  background: #179917;
}
@media (max-width: 576px) {
  .bottom-header__call-link-icon {
    fill: #1d1d1f;
  }
}
.bottom-header__call-link:hover .bottom-header__call-link-icon {
  fill: #179917;
}

/* Мобильное меню */
.mobile-menu__text {
  color: #787878;
}
.location-icon {
  fill: #333333;
  stroke: #333333;
}
.location:hover .location-icon {
  fill: #179917;
  stroke: #179917;
}
.location {
  color: #1d1d1f;
}
.location:hover {
  color: #179917;
}
.mobile-menu__main-link {
  color: #1d1d1f;
}
.mobile-menu__main-link--active {
  color: #179917;
}
.mobile-menu__main-link:hover {
  color: #179917;
}
.mobile-menu__extra-link {
  color: #787878;
}
.mobile-menu__extra-link--active {
  color: #179917;
}
.mobile-menu__extra-link:hover {
  color: #179917;
}
.mobile-menu__bottom .social__link {
  background: #179917;
}
.mobile-menu__bottom .social__link:hover {
  background: #242841;
}
.mobile-menu__call-button {
  color: #ffffff;
  background-color: #179917;
  border-color: #179917;
}
.mobile-menu__call-button:hover {
  color: #179917;
  background-color: transparent;
  border-color: #ebebeb;
}
.mobile-menu::-webkit-scrollbar-thumb {
  background-color: #179917;
}

/* Слайдер на главной */
.swiper-pagination-bullet {
  background: #3d3d3d;
}
.swiper-pagination-bullet-active {
  background-color: #179917;
}

/* Заголовки блоков */
.title__name {
  color: #1d1d1f;
}
.title__name--light {
  color: #ffffff;
}
.title__text {
  color: #787878;
}
.title__link {
  color: #179917;
  background-color: transparent;
  border-color: #ebebeb;
}
.services-block .title__link {
  display: none;
}
.title__link:hover {
  color: #ffffff;
  background-color: #179917;
  border-color: #179917;
}
.title__social-link {
  color: #000000;
}
.title__social-link:hover {
  color: #179917;
}
.title__button {
  background: transparent;
  border-color: #ebebeb;
}
.title__button:hover {
  background: #179917;
  border-color: #ebebeb;
}
.title__button-icon {
  stroke: #179917;
}
.title__button:hover .title__button-icon {
  stroke: #ffffff;
}
.link {
  color: #179917;
}
.link__icon {
  stroke: #179917;
}

/* Блок Наша компания */
.company {
  background-color: #f9fafc;
}
.company__text p {
  color: #787878;
}
.company__stats-key {
  color: #787878;
}
.company__stats-value {
  color: #179917;
}

/* Блок Услуги */
.services-block__name {
  color: #1d1d1f;
}
.services-block__name span {
  color: #3f3f3f;
}
.services-block__info {
  color: #787878;
}
.services-block__button {
  color: #179917;
  background-color: transparent;
  border-color: #ebebeb;
  display: none;
}
.services-block__button:hover {
  color: #ffffff;
  background-color: #179917;
  border-color: #179917;
}

/* Блок Акции */
.stock-block__period {
  color: #787878;
}
.stock-block__name {
  color: #1d1d1f;
}
.stock-block__text {
  color: #787878;
}

/* Блок Готовые проекты */
.works-block {
  background-color: #f9fafc;
}
.works-block__item-name {
  color: #1d1d1d;
}
.works-block__item-info {
  color: #787878;
}
.works-block__link {
  color: #179917;
  background-color: transparent;
  border-color: #ebebeb;
}
.works-block__link:hover {
  color: #ffffff;
  background-color: #179917;
  border-color: #179917;
}

/* Блок Хотите такой же проект? */
.request__title {
  color: #179917;
}
.request__text {
  color: #787878;
}
.request__form-caption {
  color: #787878;
}
.request__button {
  color: #ffffff;
  background-color: #179917;
  border-color: #179917;
}
.request__button:hover {
  color: #179917;
  background-color: transparent;
  border-color: #ebebeb;
}

/* Блок Преимущества */
.features__banner-text {
  color: #ffffff;
}
.features__banner-button {
  color: #ffffff;
  background-color: #179917;
  border-color: #179917;
}
.features__banner-button:hover {
  color: #179917;
  background-color: transparent;
  border-color: #ebebeb;
}
.features__item::before {
  color: #179917;
}
.features__title {
  color: #1d1d1f;
}
.features__text {
  color: #787878;
}

/* Блок Инфо */
.info__title {
  color: #1d1d1f;
}
.info__item {
  color: #787878;
}
.info__item p {
  color: #787878;
}
.info__item::marker {
  color: #1d1d1f;
}

/* Блок Как мы работаем */
.guide__item-ordinal {
  color: #179917;
}
.guide__item-name {
  color: #1d1d1f;
}
.guide__item-info {
  color: #787878;
}

/* Блок Отзывы */
.review__image-wrap {
  color: #ffffff;
  background-color: #179917;
}
.review__user-name {
  color: #1d1d1f;
}
.review__text {
  color: #787878;
}
.reviews-block__link {
  color: #179917;
  background-color: transparent;
  border-color: #ebebeb;
}
.reviews-block__link:hover {
  color: #ffffff;
  background-color: #179917;
  border-color: #179917;
}

/* Блок Получить бесплатную консультацию */
.feedback {
  background: #169918;
}
.feedback__text {
  color: #ffffff;
}
.feedback .input--required::after {
  color: #ffffff;
}
.feedback .input__field {
  color: #ffffff;
  background: #56b45f;
  border-color: transparent;
}
.feedback .input__field::placeholder {
  color: #ffffff;
}
.input__file-label {
  color: #ffffff;
}
.input__file-label:hover {
  color: #1d1d1f;
}
.input__file-label-icon {
  fill: #ffffff;
}
.input__file-label:hover .input__file-label-icon {
  fill: #1d1d1f;
}
.feedback__button {
  color: #1d1d1f;
  background-color: #ffffff;
  border-color: #ebebeb;
}
.feedback__button:hover {
  color: #179917;
  background-color: #1d1d1f;
  border-color: #179917;
}
.feedback__caption {
  color: #ebebeb;
}

/* Футер */
.footer {
  background: #181818;
}
.top-footer__text {
  color: rgba(255, 255, 255, 0.6);
}
.navigation__item-name {
  color: #cbcbcb;
}
.navigation__item-icon {
  fill: #ffffff;
}
.navigation__item-name:hover .navigation__item-icon {
  fill: #179917;
}
.navigation__sublist-item {
  color: #8b8b8b;
}
.social__link {
  background: #242841;
}
.social__link:hover {
  background: #179917;
}
.question__link {
  color: #ffffff;
  background: rgb(23, 153, 23, 0.2);
}
.question__link:hover {
  color: #ffffff;
  background: #179917;
}
.question__link--whatsapp .question__icon {
  fill: #25d366;
}
.question__link--telegram .question__icon {
  fill: #0a89ff;
}
.question__link--phone .question__icon,
.question__link--mail .question__icon {
  fill: #ffffff;
}
.question__link:hover .question__icon {
  fill: #ffffff;
}
.bottom-footer__copyright {
  color: rgba(255, 255, 255, 0.6);
}
.bottom-footer__privacy {
  color: rgba(255, 255, 255, 0.6);
}
.bottom-footer__privacy:hover {
  color: #179917;
}
.bottom-footer__develop-icon {
  fill: #717171;
}
.bottom-footer__develop:hover .bottom-footer__develop-icon {
  fill: #179917;
}

/* Поп-апы */
.popup__title {
  color: #179917;
}
.popup__button-close-icon {
  stroke: #bdbdbd;
}
.popup__button-close:hover .popup__button-close-icon,
.popup__button-close:focus .popup__button-close-icon {
  stroke: #179917;
}
.popup__button {
  color: #ffffff;
  background-color: #179917;
  border-color: #179917;
}
.popup__button:hover {
  color: #179917;
  background-color: transparent;
  border-color: #ebebeb;
}
.popup::-webkit-scrollbar-thumb {
  background-color: #179917;
}
.file-input__label {
  color: #179917;
}
.file-input__label:hover,
.file-input__label:focus {
  color: #333333;
}
.file-input__label-icon {
  fill: #179917;
}
.file-input__label:hover .file-input__label-icon,
.file-input__label:focus .file-input__label-icon {
  fill: #333333;
}

/* Хлебные крошки */
.breadcrumbs__item:not(:last-child) .breadcrumbs__link:hover,
.breadcrumbs__item:not(:last-child) .breadcrumbs__link:focus {
  color: #179917;
}

/* Пагинация */
.pagination__link--active {
  color: #179917;
}
.pagination__link:hover {
  color: #179917;
}
.pagination__link--prev:not(.pagination__link--disabled):hover,
.pagination__link--next:not(.pagination__link--disabled):hover {
  background: #179917;
}
.pagination__link-icon {
  stroke: #179917;
}
.pagination__link:not(.pagination__link--disabled):hover .pagination__link-icon {
  stroke: #ffffff;
}

/* Цены */
.price__tabs-wrapper {
	scrollbar-width: thin;
}
.price__checkbox:nth-of-type(1):checked ~ .price__tabs-wrapper .price__tab-name:nth-of-type(1),
.price__checkbox:nth-of-type(2):checked ~ .price__tabs-wrapper .price__tab-name:nth-of-type(2),
.price__checkbox:nth-of-type(3):checked ~ .price__tabs-wrapper .price__tab-name:nth-of-type(3),
.price__checkbox:nth-of-type(4):checked ~ .price__tabs-wrapper .price__tab-name:nth-of-type(4),
.price__checkbox:nth-of-type(5):checked ~ .price__tabs-wrapper .price__tab-name:nth-of-type(5),
.price__checkbox:nth-of-type(6):checked ~ .price__tabs-wrapper .price__tab-name:nth-of-type(6),
.price__checkbox:nth-of-type(7):checked ~ .price__tabs-wrapper .price__tab-name:nth-of-type(7),
.price__checkbox:nth-of-type(8):checked ~ .price__tabs-wrapper .price__tab-name:nth-of-type(8),
.price__checkbox:nth-of-type(9):checked ~ .price__tabs-wrapper .price__tab-name:nth-of-type(9),
.price__checkbox:nth-of-type(10):checked ~ .price__tabs-wrapper .price__tab-name:nth-of-type(10) {
  color: #179917;
  border-bottom: 2px solid #179917;
}
thead {
  background: #169918;
}
th {
  color: #ffffff;
}
td:first-child {
  color: #179917;
}
th:nth-last-child(2) {
  text-align-last: left;
}

/* Баннер О компании */
.banner__title {
  color: #ffffff;
}
.banner__text {
  color: #787878;
}
.banner__button {
  color: #ffffff;
  background-color: #179917;
  border-color: #179917;
}
.banner__button:hover {
  color: #179917;
  background-color: transparent;
  border-color: #ebebeb;
}

/* Контакты */
.contacts__button {
  color: #ffffff;
  background-color: #179917;
  border-color: #179917;
}
.contacts__button:hover {
  color: #179917;
  background-color: transparent;
  border-color: #ebebeb;
}
.contacts__caption a {
  color: #179917;
}
.contacts__caption a:hover {
  color: #666666;
}
a.contacts__item-link:hover {
  color: #179917;
}
.contacts__social-link {
  border-color: #ebebeb;
}
.contacts__social-link:hover {
  border-color: #179917;
}
.contacts__social-link-icon {
  fill: #242424;
}
.contacts__social-link:hover .contacts__social-link-icon {
  fill: #179917;
}

.promo__button[style]:hover {
  opacity: 0.8;
}

.video-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.video-item-wrapper {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;

  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.video-item {
  margin-bottom: 30px;
}

.video-item iframe {
  display: block;
  width: 100%;
}

@media (max-width: 575px) {
  .video-item-wrapper {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .video-item iframe {
    height: 250px;
  }
}

.services-menu__item {
  position: relative;
}

.services-menu__item .services-menu__list {
  display: none;
}

.services-menu__item:hover .services-menu__list {
  display: block;
  position: absolute;
  top: 0;
  left: 100%;
  width: 250px;
  padding: 15px;
  background: #ffffff;
  box-shadow: 0px 5px 10px rgb(0 0 0 / 25%);
}

.mobile-catalog__item.depth-2 a {
  font-weight: bold;
}

.mobile-catalog__item.depth-3 {
  margin: 0;
}

.mobile-catalog__item.depth-3 a {
  padding-top: 12px;
  padding-bottom: 12px;
}

.mobile-catalog__item.depth-2 + .depth-3 {
  margin-top: -10px;
}

/* price tables */

.table__wrapper {
max-width: 992px;
}

.table__header--wrap {
	display: inline;
}

@media (max-width: 1920px) and (min-width: 1700px) {
.table__header--wrap {
	display: block;
}
}


.prices__table {
	width: 100%;
max-width: 992px;
}
/* End */
/* /local/templates/ncompany/css/modal.css?16377377244230 */
/* /local/templates/ncompany/css/notes.css?16377443305280 */
/* /local/templates/ncompany/app/css/style.css?1669016897139482 */
/* /local/templates/ncompany/css/custom.css?171507612115574 */
