

/* Start:/local/templates/gkump/css/normalize.css?16509539346817*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
  }
  
  /* Sections
     ========================================================================== */
  
  /**
   * Remove the margin in all browsers.
   */
  
  body {
    margin: 0;
  }
  
  /**
   * Render the `main` element consistently in IE.
   */
  
  main {
    display: block;
  }
  
  /**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
  
  h1 {
    font-size: 2em;
    margin: 0.67em 0;
  }
  
  /* Grouping content
     ========================================================================== */
  
  /**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
  
  hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
  }
  
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  
  pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
  }
  
  /* Text-level semantics
     ========================================================================== */
  
  /**
   * Remove the gray background on active links in IE 10.
   */
  
  a {
    background-color: transparent;
  }
  
  /**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
  
  abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
  }
  
  /**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
  
  b,
  strong {
    font-weight: bolder;
  }
  
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  
  code,
  kbd,
  samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
  }
  
  /**
   * Add the correct font size in all browsers.
   */
  
  small {
    font-size: 80%;
  }
  
  /**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
  
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  
  sub {
    bottom: -0.25em;
  }
  
  sup {
    top: -0.5em;
  }
  
  /* Embedded content
     ========================================================================== */
  
  /**
   * Remove the border on images inside links in IE 10.
   */
  
  img {
    border-style: none;
  }
  
  /* Forms
     ========================================================================== */
  
  /**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
  
  button,
  input,
  optgroup,
  select,
  textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
  }
  
  /**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
  
  button,
  input { /* 1 */
    overflow: visible;
  }
  
  /**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
  
  button,
  select { /* 1 */
    text-transform: none;
  }
  
  /**
   * Correct the inability to style clickable types in iOS and Safari.
   */
  
  button,
  [type="button"],
  [type="reset"],
  [type="submit"] {
    -webkit-appearance: button;
  }
  
  /**
   * Remove the inner border and padding in Firefox.
   */
  
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
  }
  
  /**
   * Restore the focus styles unset by the previous rule.
   */
  
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
  }
  
  /**
   * Correct the padding in Firefox.
   */
  
  fieldset {
    padding: 0.35em 0.75em 0.625em;
  }
  
  /**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
  
  legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
  }
  
  /**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
  
  progress {
    vertical-align: baseline;
  }
  
  /**
   * Remove the default vertical scrollbar in IE 10+.
   */
  
  textarea {
    overflow: auto;
  }
  
  /**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
  
  [type="checkbox"],
  [type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
  }
  
  /**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
  
  [type="number"]::-webkit-inner-spin-button,
  [type="number"]::-webkit-outer-spin-button {
    height: auto;
  }
  
  /**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
  
  [type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
  }
  
  /**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
  
  [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  
  /**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
  
  ::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
  }
  
  /* Interactive
     ========================================================================== */
  
  /*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
  
  details {
    display: block;
  }
  
  /*
   * Add the correct display in all browsers.
   */
  
  summary {
    display: list-item;
  }
  
  /* Misc
     ========================================================================== */
  
  /**
   * Add the correct display in IE 10+.
   */
  
  template {
    display: none;
  }
  
  /**
   * Add the correct display in IE 10.
   */
  
  [hidden] {
    display: none;
  }
  
/* End */


/* Start:/local/templates/gkump/css/fiz-page.css?17255999352776*/
main .features-section-fiz, main .features-section-ur {
    background-image: none;
    background: #F0F0F0;
    
}
.container_desc_price{
    display: flex;
    justify-content: space-between;
    background: #ddd9d3;
    align-items: center;
}
.max_price{
    margin-right: 110px;
    width: 100px;
    font-weight: 700;
    font-family: 'Noto Sans', sans-serif;
    color: #333;
}
.container .features-block__btn {
    display: none;
}
.partners_item.active {
    border: 1px solid #B67F1C;
}
.partners_item {
    display: flex;
    align-items: center;
    justify-content: center;
    
    font-size: 14px;
    cursor: pointer;
    background: #FFFFFF;
    border: 1px solid #C4C4C4;
    border-radius: 5px;
    width: calc((100% - 60px) / 6);
    margin-right: 10px;
    padding: 15px 10px;
    box-sizing: border-box;
    margin-bottom: 15px;
    text-align: center;
    transition: .3s;
}
.pb2 .partners_item:hover{
    background:#B67F1C ;
    color: #fff;

}
.pb2{
    /* position: sticky; */
    top: 0;
    background: #fff;
    padding-top: 10px;
}
/* .container__priem{
    top: 70px !important;
} */
.partners_block {
    width: 100%;
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    margin-top: 20px;

}
.container .uc-text__white-text {
    color: #0E432C;
}

.features__block .features-block__text {
    color: #0E432C;
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    /* identical to box height */


    color: #0E432C;
}

main .ocenka-loma-section {
    background-color: #fff;
}

.home-form__form-block__form .home-form__input__btn {
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
}

.features-section-ur {
    display: block !important;
}
.features__block .features-block__heading {
    font-family: 'Akrobat';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    /* identical to box height */


    color: #0E432C;
}

.all-points-link {
    width: 300px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #B67F1C;
    border-radius: 5px;
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    /* identical to box height */
    transition: .3s;

    color: #FFFFFF;

}
.all-points-link svg {
    margin-right: 10px;
}

.all-points-link:hover {
    opacity: .7;
}
@media (max-width: 768px) {
    .max_price{
        margin-right: 0px;
    }
    .partners_item {
        width: calc((100% - 30px) / 3);
    }
}
@media (max-width: 500px) {
   .partners_block{
       display: block;
   }
    .partners_item{
        width: 100%;
        display: flex;
    }
}
/* End */


/* Start:/local/templates/gkump/css/main.css?176615094230473*/
/* MAIN.CSS предназначен исключительно для стилизации FOOTER и HEADER и ROOT переменных*/
@font-face {
    font-family: 'Akrobat';
    src: local('Akrobat Thin'), local('Akrobat-Thin'), url('/local/templates/gkump/css/../fonts/Akrobatthin.woff2') format('woff2'), url('/local/templates/gkump/css/../fonts/Akrobatthin.woff') format('woff'), url('/local/templates/gkump/css/../fonts/Akrobatthin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Akrobat';
    src: local('Akrobat ExtraLight'), local('Akrobat-ExtraLight'), url('/local/templates/gkump/css/../fonts/Akrobatextralight.woff2') format('woff2'), url('/local/templates/gkump/css/../fonts/Akrobatextralight.woff') format('woff'), url('/local/templates/gkump/css/../fonts/Akrobatextralight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Akrobat';
    src: local('Akrobat Light'), local('Akrobat-Light'), url('/local/templates/gkump/css/../fonts/Akrobatlight.woff2') format('woff2'), url('/local/templates/gkump/css/../fonts/Akrobatlight.woff') format('woff'), url('/local/templates/gkump/css/../fonts/Akrobatlight.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Akrobat';
    src: local('Akrobat'), local('Akrobat-Regular'), url('/local/templates/gkump/css/../fonts/Akrobat.woff2') format('woff2'), url('/local/templates/gkump/css/../fonts/Akrobat.woff') format('woff'), url('/local/templates/gkump/css/../fonts/Akrobat.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Akrobat';
    src: local('Akrobat SemiBold'), local('Akrobat-SemiBold'), url('/local/templates/gkump/css/../fonts/Akrobatsemibold.woff2') format('woff2'), url('/local/templates/gkump/css/../fonts/Akrobatsemibold.woff') format('woff'), url('/local/templates/gkump/css/../fonts/Akrobatsemibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Akrobat';
    src: local('Akrobat Bold'), local('Akrobat-Bold'), url('/local/templates/gkump/css/../fonts/Akrobatbold.woff2') format('woff2'), url('/local/templates/gkump/css/../fonts/Akrobatbold.woff') format('woff'), url('/local/templates/gkump/css/../fonts/Akrobatbold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Akrobat';
    src: local('Akrobat ExtraBold'), local('Akrobat-ExtraBold'), url('/local/templates/gkump/css/../fonts/Akrobatextrabold.woff2') format('woff2'), url('/local/templates/gkump/css/../fonts/Akrobatextrabold.woff') format('woff'), url('/local/templates/gkump/css/../fonts/Akrobatextrabold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Akrobat';
    src: local('Akrobat Black'), local('Akrobat-Black'), url('/local/templates/gkump/css/../fonts/Akrobatblack.woff2') format('woff2'), url('/local/templates/gkump/css/../fonts/Akrobatblack.woff') format('woff'), url('/local/templates/gkump/css/../fonts/Akrobatblack.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Noto Sans';
    src: local('Noto Sans'), local('NotoSans'), url('/local/templates/gkump/css/../fonts/notosans.woff2') format('woff2'), url('/local/templates/gkump/css/../fonts/notosans.woff') format('woff'), url('/local/templates/gkump/css/../fonts/notosans.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Noto Sans';
    src: local('Noto Sans Italic'), local('NotoSans-Italic'), url('/local/templates/gkump/css/../fonts/notosansitalic.woff2') format('woff2'), url('/local/templates/gkump/css/../fonts/notosansitalic.woff') format('woff'), url('/local/templates/gkump/css/../fonts/notosansitalic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Noto Sans';
    src: local('Noto Sans Bold'), local('NotoSans-Bold'), url('/local/templates/gkump/css/../fonts/notosansbold.woff2') format('woff2'), url('/local/templates/gkump/css/../fonts/notosansbold.woff') format('woff'), url('/local/templates/gkump/css/../fonts/notosansbold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Noto Sans';
    src: local('Noto Sans Bold Italic'), local('NotoSans-BoldItalic'), url('/local/templates/gkump/css/../fonts/notosansbolditalic.woff2') format('woff2'), url('/local/templates/gkump/css/../fonts/notosansbolditalic.woff') format('woff'), url('/local/templates/gkump/css/../fonts/notosansbolditalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}

:root {
    /* Цвета */
    --c-o1: #bd8b32;
    --c-o1-hover: #b67f1c;
    --c-g2: #0e432c;
    --c-o3: #fffcf5;
    --c-b: #333;
    --c-w: #ffffff;
    --c-g1: #1b1b1b33;
    --c-g4: #a8a8a8;
    --c-g3: #f4f4f4;


    /* Шрифты */
    /* 86px */
    --f-s86: 86px;
    --f-h86: 120%;
    --f-w86: 700;
    /* 60px */
    --f-s60: 60px;
    --f-h60: 120%;
    --f-w60: 700;
    /* 48px */
    --f-s48: 48px;
    --f-h48: 120%;
    --f-w48: 700;
    /* 42px */
    --f-s42: 42px;
    --f-h42: 120%;
    --f-w42: 700;
    /* 36px */
    --f-s36: 36px;
    --f-h36: 120%;
    --f-w36: 600;
    /* 34px */
    --f-s34: 34px;
    --f-h34: 120%;
    --f-w34: 700;
    /* 25px */
    --f-s25: 25px;
    --f-h25: 110%;
    --f-w25: 500;
    --f-w25-b: 600;
    /* 24px */
    --f-s24: 24px;
    --f-h24: 110%;
    --f-w24: 500;
    --f-w24-b: 600;
    /* 22px */
    --f-s22: 22px;
    --f-h22: 110%;
    --f-w22: 500;
    --f-w22-b: 600;
    /* 18px */
    --f-s18: 18px;
    --f-h18: 160%;
    --f-w18-b: 600;
    --f-w18-l: 300;
    /* 18px */
    --f-s18: 18px;
    --f-h18: 160%;
    --f-w18-b: 600;
    --f-w18-l: 300;
    /* 16px */
    --f-s16: 16px;
    --f-h16: 160%;
    --f-w16-b: 600;
    --f-w16-l: 300;
    /* 14px */
    --f-s14: 14px;
    --f-h14: 140%;
    --f-w14-b: 600;
    --f-w14-n: 400;
    --f-w14-l: 300;

}



/* global */
* {
    box-sizing: border-box;
}

body {
    position: relative;
    font-family: 'Akrobat', 'Noto Sans', sans-serif;
}

a {
    text-decoration: none;
    color: #333;
}

h1,
h2,
h3,
h4,
h5,
p,
li,
ul {
    margin: 0;
    padding: 0;
}

h2 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: 'Akrobat', sans-serif;
    color: var(--c-g2);
    font-size: var(--f-s36);
    line-height: var(--f-h36);
    font-weight: var(--f-w36);
}

h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: 'Akrobat', sans-serif;
    color: var(--c-g2);
    font-size: var(--f-s24);
    line-height: var(--f-h24);
    font-weight: var(--f-w24);
}



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


.flex {
    display: flex;
}

.container {
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
    padding-right: 20px;
    padding-left: 20px;
}



/* HEADER */

.header__wrapper {
    border-bottom: 2px solid var(--c-o1-hover);
}

.header__container {
    justify-content: space-between;
    align-items: center;
    padding: 40px 20px;
    flex-wrap: wrap;
}

.header__left-wrapper {
    align-items: center;
}

.header__logo-link {
    margin-right: 40px;
    cursor: pointer;
}

.header__city-select {
    font-family: 'Noto Sans', sans-serif;
    font-size: var(--f-s14);
    line-height: var(--f-h14);
    font-weight: var(--f-w14-n);
    border-bottom: 1px var(--c-b) dashed;
    color: var(--c-b);
    cursor: pointer;

}

.header__social-wrapper {
    margin-right: 30px;
}

.header__social-link:hover * {
    transition: .3s;

}

.header__social-link:hover svg * {
    stroke: var(--c-o1-hover);

}

.header__social-link:hover svg path:last-child {
    fill: var(--c-o1-hover);

}



.header__tel-link {
    margin-right: 40px;
    font-family: 'Noto Sans', sans-serif;
    font-size: var(--f-s24);
    line-height: var(--f-h24);
    font-weight: var(--f-w24);
    color: var(--c-g2);
    transition: .3s;
}

.header__tel-link:hover {
    color: var(--c-o1-hover);
}

.header__nav {
    border-bottom: 1px solid #ddd;
}

.header__menu-list {
    justify-content: space-between;
}

.header__menu-item {
    margin-bottom: -4px;
    padding: 30px 0 15px;
}

.header__menu-item.selected {
    border-bottom: 4px solid var(--c-o1);
}

.header__menu-link {
    font-family: 'Akrobat', sans-serif;
    font-size: var(--f-s24);
    line-height: var(--f-h24);
    font-weight: var(--f-w24-b);
    color: var(--c-g2);
    transition: .3s;
}

.header__menu-link:hover {
    color: var(--c-o1-hover) !important;
}

.selected.header__menu-link {
    color: var(--c-o1) !important;
}

.submenu {
    padding: 0;
    padding: 20px 0;
    padding-left: 10px;
}



.nested-header-wrap {
    background-color: #e9e9e9;
    background-image: url("/local/templates/gkump/css/../img/60b8dc1104bfbe20217d88ce_header2-bg.webp");
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.section-hero {
    padding-top: 40px;
    padding-bottom: 20px;
}

.city__link {
    text-decoration: underline;
}

.header__request-call {


    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;

    cursor: pointer;
    transition: .3s;
    width: 200px;
    height: 50px;


    border: 1px solid #0E432C;
    border-radius: 46px;

    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    /* identical to box height */


    color: #0E432C;
}

.header__request-call:hover {
    opacity: 0.7;
}

.header__rigth-wrapper {
    align-items: center;
}


/* bread crumbs */
.breadcrumbs-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 10px;
    padding-bottom: 10px;
}

.breadcrumbs__link {
    color: #9c9c9c;
}

.breadcrumbs__divider {
    margin-right: 10px;
    margin-left: 10px;
    color: #9c9c9c;
}

.container .bx-breadcrumb * {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 13px;
    color: #333333;
}

/* mobile menu */
.header__mobile-menu {
    display: none;
}

.header__mobile-menu.show {

    display: block;

}

.mobile-menu-wrapper {
    position: fixed;
    top: 25%;
    left: 12%;
    z-index: 20;
}

.header__burger {
    position: absolute;
    display: none;
    cursor: pointer;
}

.header__phone_m {
    display: none;
    margin-right: 30px;
}

.mobile-overlay {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 12;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: hsla(0, 0%, 100%, 0.94);
}

.mobile__menu-list {
    flex-direction: column;
}

.mobile__menu-link {
    font-family: 'Noto Sans', sans-serif;
    font-size: var(--f-s25);
    line-height: var(--f-h25);
    font-weight: var(--f-w25);
    color: var(--c-b);
    text-decoration: underline;
}

.mobile__menu-item:not(:last-child) {
    margin-bottom: 37px;
}

.mobile__menu-close {
    position: fixed;
    top: 75px;
    right: 50px;
    width: 39px;
    height: 39px;
    z-index: 20;
    cursor: pointer;
}

.mobile__menu-close img {
    width: 39px;
    height: 39px;
    z-index: 20;
}


/* modal */
.quizForm {
    position: fixed;
    display: none;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99980;
    animation: FOS-OP .4s ease-in-out
}

.quizForm .quizForm-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.6);
    cursor: pointer
}

.quizForm .quizForm-form {
    width: 730px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    top: 50%;
    padding: 50px;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 0 !important;
}

.quizForm .quizForm-form-inputs {
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.quizForm .quizForm-form-prodName,
.quizForm .quizForm-form-disc,
.quizForm .quizForm-form-title {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    /* identical to box height */


    color: #B67F1C;
}

.quizForm .quizForm-form-link a:hover {
    color: #09ada8;
    cursor: pointer;
    transition: all .3s
}

.quizForm .quizForm-form-close {
    cursor: pointer;
    position: absolute;
    top: 25px;
    right: 25px;
    width: 20px;
    height: 20px
}

.quizForm .quizForm-form-close svg path {
    transition: .3s;
    fill: #cacaca
}

.quizForm .quizForm-form-close:hover svg path {
    opacity: .5;
    fill: #cacaca
}

.quizForm .quizForm-form-close svg {
    width: 100%;
    height: 100%
}

.quizForm .quizForm-form {
    background-color: var(--c-w);
    border-radius: 30px
}

.header-modal__title {
    font-size: 2.5rem;
    font-family: "Franklin Gothic Demi Cond";
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #fff
}

.quizForm-form-inputs .header-modal__input {
    width: 100%;
    height: 40px;
    padding: 0 15px;
    border-radius: 13px;
    border: none;
    margin-top: 20px;
    font-size: 1.33rem
}

.quizForm-form-inputs .quizForm-form-button {
    display: inline-block;
    text-align: center;
    width: 100%;
    background: var(--c-o1);
    border-radius: 15px;
    text-transform: uppercase;
    font-family: "Franklin Gothic Demi Cond";
    font-size: 1.1rem;
    padding: 12px 5px;
    margin-top: 20px;
    cursor: pointer;
    color: #fff
}

.quizForm-form-inputs .wrap_agree_checkbox input {
    margin-right: 10px;
    float: unset
}

.quizForm-form-inputs .wrap_agree_checkbox label {
    color: var(--c-b);
    float: unset;
    width: 332px
}

.quizForm-form-inputs .wrap_agree_checkbox {
    display: flex
}

.quizForm-form-inputs p {
    max-width: 350px;
    color: var(--c-b);
    text-align: center
}

/* quiz inside */
#quizUtil {
    display: none;
}

.step2,
.step3 {
    display: none;
}

#nextStep3 {
    display: none;
}

.quiz-question {
    margin: 0;
    margin-bottom: 40px;
    font-family: 'Akrobat';
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 43px;
}


.q-input-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 25px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #333333;
}

/* Hide the browser's default radio button */
.q-input-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.q-input-container:hover input~.checkmark {
    background-color: #fff;
    border: 1px solid #C4C4C4;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.q-input-container input~.checkmark {
    background-color: #fff;
    border: 1px solid #C4C4C4;
    border-radius: 50%;
}

/* When the radio button is checked, add a blue background */
.q-input-container input:checked~.checkmark {
    background-color: #fff;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.q-input-container input:checked~.checkmark:after {
    display: block;
    background: #B67F1C;
}

/* Style the indicator (dot/circle) */
.q-input-container .checkmark:after {
    top: 4px;
    left: 4px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: white;
}

.q-btn {
    width: 300px;
    height: 60px;
    cursor: pointer;
    background: #B67F1C;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
}

.q-btns-wrp {
    display: flex;
    justify-content: space-between;
}

.ur-name,
.d-ur-name,
.c-ur-name {
    width: 630px;
    height: 60px;
    padding-left: 20px;
    background: #FFFFFF;
    border: 1px solid #C4C4C4;
    border-radius: 5px;
}

.q-input-wrapper {
    margin-bottom: 40px;
    overflow-y: auto;
    max-height: 400px;
}

.trans-descr,
.addr-descr,
.lom-descr,
.addr-descr-c,
.transit-descr,
.demo-descr,
.auto-descr,
.addr-descr-d {
    width: 100%;
}

/* request window */

.request-window {
    position: fixed;
    display: none;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99980;
    animation: FOS-OP .4s ease-in-out
}

.request-window__bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.6);
    cursor: pointer;
}

.request-window__content {
    width: 730px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    top: 50%;
    padding: 40px 45px;
    background-color: #fff;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 0;
    align-items: center;
    height: 50%;
}

/* trans-form */
.transForm {
    position: fixed;
    display: none;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99980;
    animation: FOS-OP .4s ease-in-out
}

.transForm .transForm-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.6);
    cursor: pointer
}

.transForm .transForm-form {
    width: 730px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    top: 50%;
    padding: 40px 45px;
    background-color: #fff;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 0 !important;
}

.transForm .transForm-form-inputs {
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.transForm .transForm-form-prodName,
.transForm .transForm-form-disc,
.transForm .transForm-form-title {
    font-family: 'Akrobat';
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 43px;
    color: #0E432C;
    text-transform: none;
}

.transForm .transForm-form-link a:hover {
    color: #09ada8;
    cursor: pointer;
    transition: all .3s
}

.transForm .transForm-form-close {
    cursor: pointer;
    position: absolute;
    top: 25px;
    right: 25px;
    width: 20px;
    height: 20px
}

.transForm .transForm-form-close svg path {
    transition: .3s;
    fill: var(--c-b)
}

.transForm .transForm-form-close:hover svg path {
    opacity: .5
}

.transForm .transForm-form-close svg {
    width: 100%;
    height: 100%
}

.transForm .transForm-form {
    background-color: var(--c-w);
    border-radius: 30px
}

.header-modal__title {
    font-size: 2.5rem;
    font-family: "Franklin Gothic Demi Cond";
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #fff;
    line-height: 120%;
}

.wrap_agree_checkbox label {
    font-weight: 400;
}

.wrap_agree_checkbox a {
    font-weight: 700;
    text-decoration: underline;
}

.transForm-form-inputs .header-modal__input {
    padding: 0 15px;
    margin-top: 20px;
    font-size: 1.33rem;
    border: 1px solid #cacaca;
    flex-basis: 49%;
    width: 300px;
    height: 60px;
    background: #FFFFFF;
    border-radius: 5px;
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    /* identical to box height */


    color: #CCCCCC;
}

.header-modal__input:nth-child(3) {
    flex-basis: 100%;
}

.transForm-form-inputs .wrap_agree_checkbox input {
    margin-right: 10px;
    float: unset
}

.transForm-form-inputs .wrap_agree_checkbox label {
    color: var(--c-b);
    float: unset;
    width: 100%;
}

.transForm-form-inputs .wrap_agree_checkbox {
    display: flex;
    padding-top: 40px;
    margin-bottom: 30px;
}

.transForm-form p {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    /* identical to box height */


    color: #B67F1C;
}

.transForm-form a {
    color: #0E432C;

}

.btn-green.transForm-form-button.btn-reset.btn.header-modal__btn {
    width: 300px;
    height: 60px;
    cursor: pointer;
    background: var(--c-o1);
    border-radius: 5px;
    text-transform: uppercase;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
}

/* .transForm{position:fixed;display:none;top:0;bottom:0;left:0;right:0;z-index:99980;animation:FOS-OP .4s ease-in-out}
.transForm .transForm-bg{position:absolute;top:0;bottom:0;left:0;right:0;background-color:rgba(0,0,0,0.6);cursor:pointer}
.transForm .transForm-form{width:560px;display:flex;flex-direction:column;justify-content:center;position:absolute;top:50%;padding:40px 45px;background-color:#fff;left:50%;transform:translate(-50%,-50%)}
.transForm .transForm-form-inputs{margin:auto;display:flex;flex-direction:column;justify-content:center}
.transForm .transForm-form-prodName,.transForm .transForm-form-disc,.transForm .transForm-form-title{text-align:center}
.transForm .transForm-form-link a:hover{color:#09ada8;cursor:pointer;transition:all .3s}
.transForm .transForm-form-close{cursor:pointer;position:absolute;top:25px;right:25px;width:20px;height:20px}
.transForm .transForm-form-close svg path{transition:.3s;fill:#fff}
.transForm .transForm-form-close:hover svg path{opacity:.5}
.transForm .transForm-form-close svg{width:100%;height:100%}
.transForm .transForm-form{background-color:#0abab5;border-radius:30px}
.header-modal__title{font-size:2.5rem;font-family:"Franklin Gothic Demi Cond";text-transform:uppercase;margin-bottom:20px;color:#fff}
.transForm-form-inputs .header-modal__input{width:100%;height:40px;padding:0 15px;border-radius:13px;border:none;margin-top:20px;font-size:1.33rem}
.transForm-form-inputs .transForm-form-button{display:inline-block;text-align:center;width:100%;background:#e94067;border-radius:15px;text-transform:uppercase;font-family:"Franklin Gothic Demi Cond";font-size:1.1rem;padding:12px 5px;margin-top:20px;cursor:pointer;color:#fff}
.transForm-form-inputs .wrap_agree_checkbox input{margin-right:10px;float:unset}
.transForm-form-inputs .wrap_agree_checkbox label{color:#fff;float:unset;width:332px}
.transForm-form-inputs .wrap_agree_checkbox{display:flex}
.transForm-form-inputs p{max-width:350px;color:#fff;text-align:center} */

/* towxn choice */
.town-choice-wrp {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    justify-content: center;
    align-items: center;
}

.town-choice-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 200;
    background-color: #fff;
    opacity: .5;
    cursor: pointer;
}

.city-block {
    position: flex;

    z-index: 230;
}

.town-choice-wrp.show {
    display: flex;
}

.close {
    cursor: pointer;
}

/* FOOTER */
footer {
    background-color: var(--c-g2);
    padding: 62px 0 122px;
}

.footer__container {
    padding-bottom: 60px;
    justify-content: space-between;
    border-bottom: 1px solid rgba(240, 240, 240, 0.1);
    margin-bottom: 60px;
}

.footer__logo-wrapper {
    flex-direction: column;


}

.footer__logo-wrapper a {
    margin-bottom: 10px;
}

.footer__logo-wrapper span {
    font-family: 'Noto Sans', sans-serif;
    font-size: var(--f-s16);
    line-height: var(--f-h16);
    font-weight: var(--f-w16);
    color: var(--c-w);
    opacity: .7;
}

.footer__menu-list {
    flex-wrap: wrap;
    padding: 0 50px;
}

.footer__menu-item {
    width: calc((100% - 15px * 2) / 3);
    margin-bottom: 18px;
}

.footer__menu-link {
    font-family: 'Noto Sans', sans-serif;
    font-size: var(--f-s16);
    line-height: var(--f-h16);
    font-weight: var(--f-w16);
    color: var(--c-w);
    transition: .3s;

    opacity: .7;

}

.footer__menu-link:last-child {
    border-bottom: 1px solid var(--c-w);
}

.footer__menu-link:hover {
    opacity: 1;
}

.footer__contact-wrapper {
    display: flex;
    margin-bottom: 36px;
    align-items: center;
}

.footer__contact-wrapper svg {
    margin-right: 11px;
}

.footer__contact-wrapper * {
    font-family: 'Noto Sans', sans-serif;
    font-size: var(--f-s16);
    line-height: var(--f-h16);
    font-weight: var(--f-w16);
    color: var(--c-w);
    transition: .3s;
    opacity: .7;
}

.footer__contact-wrapper:hover * {
    opacity: 1;
}

.footer__social-link {
    opacity: .7;
    transition: .3s;
}

.footer__social-link:hover {
    opacity: 1;
}

.footer__additional-container {
    justify-content: space-between;
    align-items: flex-start;

}

/* 404 */
.error-container {
    position: relative;
    padding: 290px 0 120px;
}

.error-back {
    font-family: 'Noto Sans';
    position: absolute;
    font-size: 500px;
    color: #cacaca;
    opacity: .5;
    z-index: -1;
}


.error-title {
    font-family: 'Akrobat';
    font-style: normal;
    font-weight: 700;
    font-size: 80px;
    line-height: 96px;
    /* identical to box height */
    margin-bottom: 20px;


    color: #0E432C;
}

.error-descr {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;

    color: #333333;
    margin-bottom: 70px;
}

.error-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 300px;
    height: 60px;
    background: #B67F1C;
    border-radius: 5px;
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    /* identical to box height */


    color: #FFFFFF;
}



.back_to_top {
    position: fixed;
    bottom: 80px;
    right: 100px;
    z-index: 9999;
    width: 60px;
    height: 60px;
    color: #444;
    cursor: pointer;
    display: none;
    transition: .3s;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 44px -4px rgba(110, 110, 110, 0.25);
    -moz-box-shadow: 0px 0px 44px -4px rgba(110, 110, 110, 0.25);
    box-shadow: 0px 0px 44px -4px rgba(110, 110, 110, 0.25);
    border: 1px solid #fff;
    box-sizing: content-box;
}

.count-fix-btn {
    position: fixed;
    bottom: 160px;
    right: 100px;
    z-index: 9999;
    width: 60px;
    height: 60px;
    color: #444;
    cursor: pointer;
    display: none;
    transition: .3s;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 44px -4px rgba(110, 110, 110, 0.25);
    -moz-box-shadow: 0px 0px 44px -4px rgba(110, 110, 110, 0.25);
    box-shadow: 0px 0px 44px -4px rgba(110, 110, 110, 0.25);
    border: 1px solid #fff;
    box-sizing: content-box;
}

.count-fix-btn2 {
    border: 1px solid #fff;
    position: fixed;
    bottom: 240px;
    right: 100px;
    z-index: 9999;
    width: 60px;
    height: 60px;
    color: #444;
    cursor: pointer;
    display: none;
    transition: .3s;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 44px -4px rgba(110, 110, 110, 0.25);
    -moz-box-shadow: 0px 0px 44px -4px rgba(110, 110, 110, 0.25);
    box-shadow: 0px 0px 44px -4px rgba(110, 110, 110, 0.25);
    box-sizing: content-box;
}

.back_to_top-show {
    display: block;
}

.back_to_top:hover {
    transform: scale(1.2);
    transform-origin: center;
    -webkit-box-shadow: 0px 0px 44px 25px rgba(110, 110, 110, 0.25);
    -moz-box-shadow: 0px 0px 44px 25px rgba(110, 110, 110, 0.25);
    box-shadow: 0px 0px 44px 25px rgba(110, 110, 110, 0.25);
}

.count-fix-btn2:hover {
    transform: scale(1.2);
    transform-origin: center;
    -webkit-box-shadow: 0px 0px 44px 25px rgba(110, 110, 110, 0.25);
    -moz-box-shadow: 0px 0px 44px 25px rgba(110, 110, 110, 0.25);
    box-shadow: 0px 0px 44px 25px rgba(110, 110, 110, 0.25);
}

.count-fix-btn:hover {
    transform: scale(1.2);
    transform-origin: center;
    -webkit-box-shadow: 0px 0px 44px 25px rgba(110, 110, 110, 0.25);
    -moz-box-shadow: 0px 0px 44px 25px rgba(110, 110, 110, 0.25);
    box-shadow: 0px 0px 44px 25px rgba(110, 110, 110, 0.25);
}




@media (max-width:990px) {
    /* global */

    .container {
        max-width: 90%;
    }

    /* header */

    .header__nav {
        display: none;
    }

    .header__container {
        position: relative;
        flex-direction: column;
        align-items: flex-start;
        padding-left: 20px;
        padding-right: 20px;
    }

    .header__left-wrapper {
        margin-bottom: 20px;
    }

    .header__burger {
        display: block;
        width: 36px;
        height: 36px;
        top: 40px;
        right: 20px;
    }

    .header__rigth-wrapper {
        flex-basis: 100%;
    }

    /* footer*/

    .footer__logo-wrapper {
        display: none;
    }

    .footer__menu-list {
        flex-direction: column;
    }

    .footer__menu-item {
        width: unset;
    }


}

@media (max-width:740px) {
    .quizForm .quizForm-form {
        width: 100%;
    }

    .q-btns-wrp {
        display: flex;

        flex-direction: column;
        align-items: center;
    }

    .q-btn {
        margin-bottom: 10px;
    }
}

@media (max-width:720px) {
    .header__rigth-wrapper {
        display: none;
    }

    .header__phone_m {
        display: block;
        margin-right: 40px;
    }

    footer .footer__additional-container {
        flex-direction: column;
        align-items: center;
    }

    .back_to_top-show {
        right: 20px;
    }
}

@media (max-width:490px) {

    .h1 {
        font-size: 24px !important;
    }

    .header__city-select {
        display: none;
    }

    .footer__container {
        flex-direction: column;
    }

    .footer__menu-list {
        padding: unset;
    }

    .footer__additional-container {
        flex-direction: column;
    }

    .footer__additional-container a {
        width: fit-content;
        margin-bottom: 20px;
    }

    .transForm-form-inputs .header-modal__input {
        flex-basis: 100%;
        width: 100%;
    }

    footer .footer__container {
        flex-direction: column;
    }

    .footer__menu-link {

        transform: scale(0.7);
    }

}

.other-services-block {
    margin: 50px auto 35px;
    max-width: 1200px;
}

.other-services-title {
    font-size: 28px;
    font-weight: 600;
    color: #202020;
    margin-bottom: 25px;
    text-align: left;
}

.other-services-list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.other-service-item {
    background: #f5f5f5;
    border-radius: 6px;
    border: 1px solid #d8d8d8;
    padding: 12px 20px;
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    color: #844693;
    transition: .3s;
}

.other-service-item:hover {
    background: #844693;
    color: #fff;
    border-color: #844693;
    transform: translateY(-3px);
}
/* End */


/* Start:/local/templates/gkump/css/news.css?17507461863173*/
.new_blog_form {
  background: #f6f6f6;
  padding: 0px 30px;
  border-radius: 10px;
  white-space: unset;
  line-height: 1;
}

.stati-form-text {
  white-space: unset;
  line-height: 1;
}

.stati-form-text p {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #202020;
  white-space: unset;
  line-height: 1;
  margin-bottom: 10px;
}

.stati-form-inputs {
  margin-top: 10px;
  display: flex;
  gap: 10px;
}

.stati-form-input {
  display: flex;
  flex-direction: column;
  gap: 5px;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #202020;
  width: 35%;
}

.stati-form-input input {
  max-width: 368px;
  width: 100%;
  height: 50px;
  border: 1px solid #dfdfdf;
  outline: none;
  padding-left: 20px;
  box-sizing: border-box;
}

.stati-btn {
  background-color: #b67f1c;
  cursor: pointer;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 193px;
  width: 100%;
  margin-top: 10px;
  color: white;
  transition: 0.4s;
}

.show_mobile {
  display: none;
}

@media (max-width: 600px) {
  .show_mobile {
    display: flex;
  }

  .new_blog_form {
    /* flex-direction: column; */
  }

  .stati-form-inputs {
    flex-direction: column;
    margin-top: 0;
  }

  .stati-form-input {
    width: 100%;
  }

}

.news-page-list-section {
  margin-bottom: 100px;
}

.page-news-wrap .news-list {
  display: flex;
  flex-wrap: wrap;
  padding-top: 40px;
}

.news-page__item {
  max-width: 420px;
  margin-bottom: 40px;
}

.news-page__item:not(:nth-child(3n)) {
  margin-right: 40px;
}

.w-inline-block {
  max-width: 100%;
  display: inline-block;
}

.home-news-block {
  width: 100%;
  height: 100%;
  padding: 25px 28px 30px;
  border-style: solid;
  border-width: 1px;
  border-color: #f0f0f0;
  border-radius: 4px;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  text-decoration: none;
}

.news-block-image {
  width: 100%;
  height: 200px;
  border-radius: 4px;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  -o-object-fit: contain !important;
  object-fit: cover !important;
}

/* news detial */

.news-open__img-lead-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 40px;
}

.news-open__image {
  width: 90%;
  height: 500px;
  border-radius: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}

.news-open__lead {
  width: 50%;
  height: auto;
  margin-left: -20%;
  padding: 38px 40px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: #0e432c;
  color: #f0f0f0;
  font-size: 25px;
  line-height: 1.5;
}

.news-open__richtext {
  width: 85%;
  font-size: 16px;
  line-height: 18px !important;
  white-space: normal;
  /* display: flex; */
  /* flex-direction: column; */
  /* gap: 10px; */
}

@media (max-width: 1380px) {
  .news-page__item:not(:nth-child(3n)) {
    margin-right: unset;
  }

  .news-page__item:not(:nth-child(2n)) {
    margin-right: 40px;
  }
}

@media (max-width: 990px) {
  .news-page__item:not(:nth-child(2n)) {
    margin-right: unset;
  }
}
/* End */


/* Start:/local/templates/gkump/css/contacts.css?168320410910307*/





input.w-button{-webkit-appearance:button}html[data-w-dynpage] [data-w-cloak]{color:transparent !important}.w-webflow-badge,.w-webflow-badge *{position:static;left:auto;top:auto;right:auto;bottom:auto;z-index:auto;display:block;visibility:visible;overflow:visible;overflow-x:visible;overflow-y:visible;box-sizing:border-box;width:auto;height:auto;max-height:none;max-width:none;min-height:0;min-width:0;margin:0;padding:0;float:none;clear:none;border:0 none transparent;border-radius:0;background:none;background-image:none;background-position:0 0;background-size:auto auto;background-repeat:repeat;background-origin:padding-box;background-clip:border-box;background-attachment:scroll;background-color:transparent;box-shadow:none;opacity:1;transform:none;transition:none;direction:ltr;font-family:inherit;font-weight:inherit;color:inherit;font-size:inherit;line-height:inherit;font-style:inherit;font-variant:inherit;text-align:inherit;letter-spacing:inherit;text-decoration:inherit;text-indent:0;text-transform:inherit;list-style-type:disc;text-shadow:none;font-smoothing:auto;vertical-align:baseline;cursor:inherit;white-space:inherit;word-break:normal;word-spacing:normal;word-wrap:normal}.w-webflow-badge{position:fixed !important;display:inline-block !important;visibility:visible !important;z-index:2147483647 !important;top:auto !important;right:12px !important;bottom:12px !important;left:auto !important;color:#AAADB0 !important;background-color:#fff !important;border-radius:3px !important;padding:6px 8px 6px 6px !important;font-size:12px !important;opacity:1 !important;line-height:14px !important;text-decoration:none !important;transform:none !important;margin:0 !important;width:auto !important;height:auto !important;overflow:visible !important;white-space:nowrap;box-shadow:0 0 0 1px rgba(0,0,0,0.1),0 1px 3px rgba(0,0,0,0.1);cursor:pointer}.w-webflow-badge>img{display:inline-block !important;visibility:visible !important;opacity:1 !important;vertical-align:middle !important}h1,h2,h3,h4,h5,h6{font-weight:bold;margin-bottom:10px}h1{font-size:38px;line-height:44px;margin-top:20px}h2{font-size:32px;line-height:36px;margin-top:20px}h3{font-size:24px;line-height:30px;margin-top:20px}h4{font-size:18px;line-height:24px;margin-top:10px}h5{font-size:14px;line-height:20px;margin-top:10px}h6{font-size:12px;line-height:18px;margin-top:10px}p{margin-top:0;margin-bottom:10px}blockquote{margin:0 0 10px 0;padding:10px 20px;border-left:5px solid #E2E2E2;font-size:18px;line-height:22px}figure{margin:0;margin-bottom:10px}figcaption{margin-top:5px;text-align:center}ul,ol{margin-top:0;margin-bottom:10px;padding-left:40px}.w-list-unstyled{padding-left:0;list-style:none}.w-embed:before,.w-embed:after{content:" ";display:table;grid-column-start:1;grid-row-start:1;grid-column-end:2;grid-row-end:2}.w-embed:after{clear:both}.w-video{width:100%;position:relative;padding:0}.w-video iframe,.w-video object,.w-video embed{position:absolute;top:0;left:0;width:100%;height:100%;border:none}fieldset{padding:0;margin:0;border:0}button,html input[type='button'],input[type='reset']{border:0;cursor:pointer;-webkit-appearance:button}.w-form{margin:0 0 15px}.w-form-done{display:none;padding:20px;text-align:center;background-color:#dddddd}.w-form-fail{display:none;margin-top:10px;padding:10px;background-color:#ffdede}label{display:block;margin-bottom:5px;font-weight:bold}.w-input,.w-select{display:block;width:100%;height:38px;padding:8px 12px;margin-bottom:10px;font-size:14px;line-height:1.42857143;color:#333333;vertical-align:middle;background-color:#ffffff;border:1px solid #cccccc}.w-input:-moz-placeholder,.w-select:-moz-placeholder{color:#999}.w-input::-moz-placeholder,.w-select::-moz-placeholder{color:#999;opacity:1}.w-input:-ms-input-placeholder,.w-select:-ms-input-placeholder{color:#999}.w-input::-webkit-input-placeholder,.w-select::-webkit-input-placeholder{color:#999}.w-input:focus,.w-select:focus{border-color:#3898EC;outline:0}.w-input[disabled],.w-select[disabled],.w-input[readonly],.w-select[readonly],fieldset[disabled] .w-input,fieldset[disabled] .w-select{cursor:not-allowed;background-color:#eeeeee}textarea.w-input,textarea.w-select{height:auto}.w-select{background-color:#f3f3f3}.w-select[multiple]{height:auto}.w-form-label{display:inline-block;cursor:pointer;font-weight:normal;margin-bottom:0}.w-radio{display:block;margin-bottom:5px;padding-left:20px}.w-radio:before,.w-radio:after{content:" ";display:table;grid-column-start:1;grid-row-start:1;grid-column-end:2;grid-row-end:2}.w-radio:after{clear:both}.w-radio-input{margin:4px 0 0;margin-top:1px \9;line-height:normal;float:left;margin-left:-20px}.w-radio-input{margin-top:3px}.w-file-upload{display:block;margin-bottom:10px}.w-file-upload-input{width:.1px;height:.1px;opacity:0;overflow:hidden;position:absolute;z-index:-100}.w-file-upload-default,.w-file-upload-uploading,.w-file-upload-success{display:inline-block;color:#333333}.w-file-upload-error{display:block;margin-top:10px}.w-file-upload-default.w-hidden,.w-file-upload-uploading.w-hidden,.w-file-upload-error.w-hidden,.w-file-upload-success.w-hidden{display:none}.w-file-upload-uploading-btn{display:flex;font-size:14px;font-weight:normal;cursor:pointer;margin:0;padding:8px 12px;border:1px solid #cccccc;background-color:#fafafa}.w-file-upload-file{display:flex;flex-grow:1;justify-content:space-between;margin:0;padding:8px 9px 8px 11px;border:1px solid #cccccc;background-color:#fafafa}.w-file-upload-file-name{font-size:14px;font-weight:normal;display:block}.w-file-remove-link{margin-top:3px;margin-left:10px;width:auto;height:auto;padding:3px;display:block;cursor:pointer}.w-icon-file-upload-remove{margin:auto;font-size:10px}







.contacts-page__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
}

.col__80 {
  width: 80%;
}

.col__60 {
  width: 60%;
}

.col__60.is--mr-40p {
  margin-right: 40px;
}

.col__60.is--mr-60 {
  margin-right: 60px;
}

.col__20 {
  width: 20%;
}

.col__20.is--right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.col__40 {
  width: 40%;
}

.contacts-page__text {
  font-size: 18px;
  line-height: 2;
}

.contacts-page__block {
  margin-bottom: 10px !important;
  padding: 20px 30px 40px;
  background-image: unset !important /*  url("/local/templates/gkump/css/../img/8dc1104bfbe96877d8904_Contacts_img-1.webp") */;
  background-position: 0px 0px;
  background-size: cover;
}

.contacts-page__blocks-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.contacts-page__map {
  height: 500px;
  border-style: solid;
  border-width: 1px;
  border-color: #ddd;
  border-radius: 4px;
}

.contacts-page__form__input {
  margin-bottom: 20px;
  padding-top: 25px;
  padding-bottom: 25px;
  border-radius: 4px;
  font-size: 16px;
}

.contacts-page__form__input.is--mb-20px {
  margin-bottom: 20px;
}

.contacts-page__form__input.is--comment {
  padding-top: 10px;
  padding-bottom: 10px;
}

.contacts-page__form__label {
  margin-bottom: 10px;
  color: #686868;
  font-size: 16px;
  font-weight: 400;
}

.contacts-page__form__label.is--police {
  font-size: 14px;
}

.contacts-page__form {
  margin-top: 20px;
  margin-bottom: 40px;
}

.contacts-page__form__police {
  margin-top: 20px;
  color: #929292;
  font-size: 12px;
}


.contacts-page__wrap .contacts__form-wrapper {
  width: 60%;
  border: 1px solid #A3A3A3;
  border-radius: 5px;
  max-height: 500px;
  padding: 50px;
}

.contacts__form-title {
  margin-top: 0;
  font-family: 'Akrobat';
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 43px;

  color: #0E432C;
}

.contacts__form-descr {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  /* identical to box height */


  color: #B67F1C;

}

.contacts-page__form {
  flex-wrap: wrap;
}

.contacts-page__form__input_name, .contacts-page__form__input_tel {
  flex-basis: 48%;
}

.contacts-page__form__input_name {
  margin-right: auto;
}

.contacts__policy {
  margin-bottom: 30px;
  
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  /* identical to box height */


  color: #333333;
}

.contacts__policy-link {
  color: #0E432C;;
}

.contacts-page__form .contact-fos-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 60px;
  background: #B67F1C;
  border-radius: 5px;
}

.contacts-page__bottom {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 60px;
}

.contacts-page__block-2 {
  width: 340px;
  height: 184px;
    padding: 20px;
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  border-radius: 5px;
  margin-bottom: 20px;
}

.contacts-page__bottom .contacts__bottom-title {
  margin-top: 0;
}

.contacts__bottom-btn {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  /* identical to box height */
  cursor: pointer;
  text-decoration-line: underline;

  color: #B67F1C;

}

@media(max-width: 1350px) {
  .contacts-page__bottom {
    justify-content: center;
  }

  .contacts-page__block-2:not(:last-child) {
    margin-right: 10px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 990px) {
  .contacts-page__wrap .contacts__form-wrapper {
    width: 100%;
  }
  .contacts-page__block-2 {
    width: 410px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .contacts-page__block-2 {
    width: 100%;
  }
  .contacts-page__wrap .contacts__form-wrapper {
    max-height: unset;
  }
}

@media screen and (max-width: 479px) {
  .container .contacts-page__map {
    height: 350px;
  }

  .contacts-page__form__input {
    flex-basis: unset;
  }
}

.contacts-btn-punkts{
  display: flex;
    justify-content: center;
    align-items: center;
    width: 300px;
    height: 60px;
    background: #B67F1C;
    border-radius: 5px;
    color: white;
    gap: 5px;
    opacity: 0.9;
    margin-top: 30px;
}


/* End */


/* Start:/local/templates/gkump/css/priem__loma.css?17690761756800*/

.section-seo {
    margin-top: 48px;
    padding: 32px;
    background-color: #faf7f2;
    border-radius: 16px;
}
.main__priem.main__priem--special{
    border: unset;
}
.section-seo__title {
    font-size: 26px;
    font-weight: 600;
    color: #b67f1c;
    margin-bottom: 16px;
}

.section-seo__text {
    font-size: 16px;
    line-height: 1.6;
    color: #2a2a2a;
}

/* Текст внутри описания */
.section-seo__text p {
    margin-bottom: 14px;
}

.section-seo__text ul {
    padding-left: 20px;
    margin-bottom: 14px;
}

.section-seo__text li {
    margin-bottom: 8px;
}

.section-seo__text h2,
.section-seo__text h3 {
    margin: 24px 0 12px;
    color: #b67f1c;
    font-weight: 600;
}

/* Адаптив */
@media (max-width: 768px) {
    .section-seo {
        padding: 20px;
    }

    .section-seo__title {
        font-size: 22px;
    }

    .section-seo__text {
        font-size: 15px;
    }
}

.punkt_select_block{
    position: relative;
    width: 400px;
    margin-left: auto;
}
.part_title{
    display: flex;
}

.center-block{
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 50px 0px 25px 0px;
}
.select.active::after {

    transform: rotateX(180deg) translateY(50%) !important;

}
.punkt_select{
    background: #FFFFFF;
    border: 1px solid #C4C4C4;
    border-radius: 5px;
    padding: 10px 15px;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #999999;
    margin-left: auto;
    cursor: pointer;
}
.select_body{
    display: none;
    position: absolute;
    z-index: 1;
    left: 0px;
    top: 45px;
    right: 0px;
    background: rgb(255, 255, 255) none repeat scroll 0% 0%;
    border: 1px solid rgb(235,235,235);
    border-radius: 5px;
    box-sizing: border-box;
}
.select2:hover{
    background: #dedede;
}
.select_body .select2{
    transition: .3s;
    box-sizing: border-box;
    width: 100%;
    padding: 15px 30px;
    cursor: pointer;
    display: flex;
}
.punkt_select .select:after{
    content: '';
    position: absolute;
    width: 15px;
    height: 8px;
    background-image: url("/local/templates/gkump/img/arr-select.png");
    background-repeat: no-repeat;
    top: 50%;
    transform: translateY(-50%);
    right: 8px;
    transition: .3s;
}
.main__priem{
    max-width: 1400px;
    width: 100%;
    margin:60px auto;
    border: 1px solid #ddd;
    border-bottom: none;
    border-radius: 4px;
}

.container__priem{
    color: #0e432c;
    font-size: 24px;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    background-color: #f0f0f0;
    padding: 20px;
    font-family: Akrobat, sans-serif;
    position: sticky;
    top: 0;
}

.priem__logo-textFirst{
    width: 30%;
    text-align: center;
    justify-content: center;
}
.priem__logo-text.price{
    width: 300px;
    text-align: center;
}
.container__priem-description{
    background-color: #ddd9d3;
    color: #333;
    font-size: 16px;
    line-height: 30px;
    width: 100%;
    padding: 20px 16px;
    padding-left: 12%;
    font-weight: 700;
    font-family: 'Noto Sans', sans-serif;
    text-transform: uppercase;
}
.punkt_text{
    margin-top: 20px;
    font-size: 16px;
    line-height: 30px;
    font-weight: 700;
    font-family: 'Noto Sans', sans-serif;
    text-transform: uppercase;
}
.container__priem-itemList{
    display: flex;
    cursor: pointer;
    justify-content: space-between;
    padding: 16px 20px;
    border-bottom: 1px solid #ddd;
    width: 100%;
    transition: .4s;
 
}

.container__priem-itemList:hover{
    background-color: #f0f0f0;
    transition: .4s;
}

.container__priem-item {
    line-height: 30px;
    font-family: 'Noto Sans', sans-serif;
    color: #333;
    font-size: 16px;
    font-weight: 400;
    display: flex;
    align-items: center;
}
.container__priem-item.price{
    width: 300px;
    text-align: center;
    justify-content: center;
}
.text__hiden{
    display: none;
}

.container__priem-price{
    max-width: 1400px;
    font-family: 'Noto Sans', sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    margin: 40px auto;
    padding: 15px 23px;
    border-radius: 4px;
    background-color: #fdf6d5;
}

.priem__logo-textSecond{
    width: 30%;
    text-align: start;
}

.mak-page__descr {
    
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;

    color: #333333;

}

.mak-page__descr:first-child {
    padding-top: 80px;
    margin-bottom: 30px;
}

.mak-page__descr span {
    color: #E32E25;
}

.home-ump-project-section__right .mak-project-section__heading {
    margin-bottom: 20px;
}

.section-points__descr {
    margin-bottom: 30px;
    max-width: 730px;
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;

    color: rgba(0, 0, 0, 0.4);
}

.home-form-block .mak-form__heading {
    margin-bottom: 20px;
    font-family: 'Akrobat';
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 43px;
    text-align: center;

    color: #0E432C;
}

.home-form-block .mak-form__subheading {
    margin-bottom: 30px;
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    /* identical to box height */

    text-align: center;

    color: #333333;  
}

.home-form__subhead {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    /* identical to box height */


    color: #333333;
}

.home-form__subhead a {
    text-decoration: underline;

    color: #0E432C;
}

@media screen and (max-width:1600px) {
    .main__priem{
        width: 85%;
    }
    .container__priem-price{
        width: 85%;
    }
}

@media screen and (max-width:785px) {
    .main__priem{
        margin:40px auto;
    }

    .container__priem{
        display: none;
    }

    .container__priem-itemList{
        flex-direction: column;
    }

    .container__priem-item{
        width: 100%;
        display: flex;
    }

    .container__priem-item:nth-child(n+2){
        margin: 5px 0;
    }

    .text__hiden{
        display: block;
        margin-right: 10px;
        color: #a8a8a8;
        font-size: 14px;
    }
    .container__priem-item.price{
        width: 100%;
    }
    .priem__logo-textFirst{
        font-size: 14px;
        line-height: 1.5;
        font-weight: 700;
    }

    .priem__logo-textSecond{
        display: none;
    }

    .container__priem-description{
        font-size: 14px;
        line-height: 1.5;
        font-weight: 700;
        padding: 20px;
    }

    .home-form__form-block__btn {
        height: 60px;
    }
}

@media (max-width: 475px) {

}
/* End */


/* Start:/local/templates/gkump/css/index__top.css?16569962925611*/
.block__top{
    max-width: 1440px;
    width: 100%;
    margin: auto;
    margin-bottom: 90px;
    padding: 0 20px 0;
}

.block__top-logo{
    margin-top: 20px;
    font-size: 36px;
    line-height: 36px;
    font-weight: 600;
    color: #b67f1c;
    font-family: Akrobat, sans-serif;
}

.block__top-logo span{
    color: #0e432c;;
}

.block__top-button{
    margin-top: 40px;
    display: flex;
}

.top-button.active{
    background-color: #0e432c;
    color: #f0f0f0;
    cursor: default;
}

.top-button.active:hover{
    background-color: #0e432c;
    color: #f0f0f0;
}

.top-button{
    cursor: pointer;
    padding: 14px 40px;
    border-radius: 50px;
    font-size: 16px;
    background-color: #f0f0f0;
    transition: .4s;
    margin-right: 20px;
}

.top-button:hover{
    background-color: #cfcfcf;
    transition: .4s;
}

.block__top-description{
    width: 70%;
    padding: 24px 20px;
    border-radius: 8px;
    background-color: rgba(243, 240, 233, 0.69);
    color: rgba(0, 0, 0, 0.68);
    margin-top: 40px;
}

.block__top-cardContainer{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;  
}

.block__top-card{
    border: 1px solid #ddd;
    transition: .4s;
    width: 22%;
    border-radius: 4px;
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.block__top-cardContainer .block__top-card:last-child{
    margin-left: 4%;
    margin-right: auto;
}

.block__top-cardContainer .block__top-card:first-child{
    margin-left: 0;
}

.block__top-cardContainer .block__top-card:nth-child(5){
    margin-left: 0;
}

.block__top-cardSecond{
    padding: 20px;
    border: 1px solid #ddd;
    transition: .4s;
    width: 22%;
    border-radius: 4px;
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.block__top-cardContainer .block__top-cardSecond:last-child{
    margin-left: 4%;
    margin-right: auto;
}

.block__top-cardContainer .block__top-cardSecond:first-child{
    margin-left: 0;
}

.top__card-topLogo{
    font-family: Akrobat, sans-serif;
    color: #0e432c;
    font-size: 24px;
    line-height: 29px;
    font-weight: 600;
}

.top__card-top div{
    padding:0 20px;
}

.top__card-top img{
    object-fit: contain;
}

.top__card-topDescription{
    font-size: 16px;
    line-height: 22px;
    color: #717171;
    font-family: 'Noto Sans', sans-serif;
    margin-top: 10px;
}

.top__card-bottom{
    padding: 0 20px 20px;
    margin-top: 30px;
}

.top__card-bottomText{
  margin-top: 10px;
  color: #0e432c;
  font-family: 'Noto Sans', sans-serif;
  font-size: 19px;
  font-weight: 600;
  line-height: 20px;
}

.block__topSelect{
    display: none;
}

.block__topSelect.active{
    display: block;
}

.top__card-DescriptionBold{
    font-weight: bold;
    padding: 0 !important;
}

.top__card-DescriptionBold:nth-child(2){
    margin-top: 10px;
}

.top__card-bottom-button-green{
    background: #0E432C;
    border-radius: 28px;
    padding: 9px 0 9px;
    text-align: center;
    font-size: 16px;
    line-height: 22px;
    color: white;
    cursor: pointer;
    transition: .4s;
    display: block;
}

.top__card-bottom-button-white{
    font-size: 16px;
    line-height: 22px;
    border: 1px solid #E6E6E6;
    border-radius: 28px;
    color: #0E432C;
    cursor: pointer;
    margin-top: 15px;
    padding: 9px 0 9px;
    text-align: center;
    transition: .4s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.top__card-bottom-button-white svg{
    margin-right: 15px;
}

.top__card-bottom-button-green:hover{
    transition: .4s;
    opacity: .7;
}

.top__card-bottom-button-white:hover{
    transition: .4s;
    opacity: .7;
}

.top__card-Price{
    font-weight: 800;
    font-size: 32px;
    line-height: 38px;
    color: #0E432C;
    margin-top: 5px;
    font-family: Akrobat, sans-serif;
}

.text__hiden-span {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;

    color: #333333;
}
@media screen and (max-width:1300px) {

    .block__top-cardContainer .block__top-card:nth-child(5){
        margin-left: 2%;
    }

    .block__top-card{
        width: 32%;
    }
}

@media screen and (max-width:1000px) {

    .top__card-top img{
        display: block;
        margin: auto;
    }

    .block__top-card{
        width: 49%;
    }

    .block__top-cardSecond{
        width: 49%;  
    }

    .block__top-description{
        width: 100%;
    }

    .block__top-button{
        flex-wrap: wrap;
    }

    .top-button{
        margin-top: 10px;
    }

    .top-button:nth-child(1){
        margin-top: 0;
    }

    .top-button:nth-child(2){
        margin-top: 0;
    }
    .top-button:nth-child(3){
        margin-top: 0;
    }
    .block__top-cardContainer .block__top-card:last-child{
        margin-left: 2%;
    }
    .block__top-cardContainer .block__top-cardSecond:last-child{
        margin-left: 2%;
    }
}

@media screen and (max-width:700px) {
    .block__top-card{
        width: 100%;
    }

    .block__top-cardSecond{
        width: 100%;
    }

    .block__top-description{
        display: none;
    }

    .top-button:nth-child(3){
        margin-top: 10px;
    }
    
    .block__top-cardContainer .block__top-card:last-child{
        margin-left: 0;
    }
    .block__top-cardContainer .block__top-cardSecond:last-child{
        margin-left: 0;
    }
}

@media screen and (max-width:520px) {
    .top-button:nth-child(2){
        margin-top: 10px;
    }

    .top__card-bottom{
        margin-top: 40px;
    }
}
/* End */


/* Start:/local/templates/gkump/css/points.css?173461138761508*/
/* Generated on: Tue Apr 19 2022 04:57:13 GMT+0000 (Coordinated Universal Time) */
/* ==========================================================================
   normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css 
   ========================================================================== */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/* ==========================================================================
   Start of base Webflow CSS - If you're looking for some ultra-clean CSS, skip the boilerplate and see the unminified code below.
   ========================================================================== */

/* ==========================================================================
      Start of custom Webflow CSS
      ========================================================================== */

.points-tabs__tab {
  margin-right: 20px;
  margin-bottom: 14px;
  padding: 14px 40px;
  border-radius: 50px;
  background-color: #f0f0f0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.points-tabs__tab:hover {
  background-color: #ddd;
}

.points-tabs__tab.w--current {
  background-color: #0e432c;
  color: #fff;
}

.home-catalog-card-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #ddd;
}

.home-catalog-card-bottom__text-price {
  margin-bottom: 5px;
  opacity: 0.7;
}

.home-catalog-card-bottom__block {
  width: 50%;
  padding-top: 20px;
}

.home-catalog-card-bottom__block.is--right {
  padding-left: 10%;
  border-left: 1px solid #ddd;
}

.home-hero__img {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  -o-object-fit: none;
  object-fit: none;
}

.home-hero__img.pe-none {
  right: 17px;
}

.home-hero__cont-bg {
  position: absolute;
  left: 1%;
  top: -115px;
  right: 0%;
  bottom: 0%;
  height: 700px;
  -o-object-fit: contain;
  object-fit: contain;
}

.home-hero__cont-bg.pe-none {
  top: -40px;
}

.features-section-ur {
  padding-top: 62px;
  padding-bottom: 122px;
  background-color: #0e432c;
  background-image: url("/local/templates/gkump/css/../img/60b8dc1104bfbee90f7d88de_bg-features.webp");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.uc-text__white-text {
  color: #fff;
}

.points__map-container {
  margin-bottom: 30px;
}

.features__grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.home-catalog-card-bottom-block__icon {
  margin-bottom: 15px;
}

.home-catalog-card-bottom-block__price {
  font-family: Akrobat, sans-serif;
  color: #0e432c;
  font-size: 19px;
  font-weight: 600;
}

.home-catalog-card-bottom-block__price.is--prefix {
  margin-right: 5px;
}

.home-catalog-card-bottom-block__price.is--postfix {
  margin-left: 3px;
  font-weight: 400;
}

.p-medium-gray {
  margin-bottom: 10px;
  opacity: 0.7;
}

.p-medium-gray.p-18 {
  font-size: 18px;
}

.collection-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-style: solid;
  border-width: 1px;
  border-color: #ddd;
  border-radius: 4px;
  -webkit-transition: border 300ms ease-out;
  transition: border 300ms ease-out;
}

.collection-item:hover {
  border-color: #0e432c;
}

.home-catalog__card-link {
  opacity: 0.7;
  color: #0e432c;
}

.home-catalog__card-link:hover {
  opacity: 1;
}

.menu-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style-type: none;
}

.menu__item-link {
  display: block;
  margin-bottom: -4px;
  padding-bottom: 20px;
  font-family: Akrobat, sans-serif;
  color: #0e432c;
  font-size: 24px;
  font-weight: 600;
  text-decoration: none;
}

.menu__item-link:hover {
  color: #b67f1c;
}

.menu__item-link.w--current {
  display: inline-block;
  border-bottom: 4px solid #b67f1c;
}

.menu__item-link.active {
  color: #b67f1c;
}

.nav-wrap {
  padding-top: 30px;
  border-bottom: 1px solid #ddd;
}

.text-span-2 {
  color: #b67f1c;
}

.features-block__text {
  opacity: 0.5;
  color: #fff;
}

.features-section-fiz {
  padding-top: 62px;
  padding-bottom: 122px;
  background-color: #0e432c;
  background-image: url("/local/templates/gkump/css/../img/60b8dc1104bfbee90f7d88de_bg-features.webp");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.features-section-fiz.is--hide {
  display: none;
}

.points-section.uc-padding__60-120 {
  padding-top: 60px;
  padding-bottom: 120px;
}

.footer {
  padding-top: 62px;
  padding-bottom: 122px;
  background-color: #0e432c;
}

.footer__grid {
  display: -ms-grid;
  display: grid;
  padding-bottom: 60px;
  grid-auto-columns: 1fr;
  grid-column-gap: 60px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-bottom: 1px solid hsla(0, 0%, 94%, 0.1);
}

.footer__block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.footer__block.is--first {
  margin-left: 40px;
}

.footer__logo {
  margin-bottom: 20px;
}

.footer__text {
  opacity: 0.7;
  color: #fff;
}

.footer__link {
  margin-bottom: 20px;
  padding-bottom: 5px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
  opacity: 0.6;
  -webkit-transition: opacity 300ms ease-out;
  transition: opacity 300ms ease-out;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

.footer__link:hover {
  opacity: 1;
}

.footer__link.is--contacts {
  border-bottom-width: 0px;
  font-size: 16px;
}

.footer__heading {
  margin-top: 0px;
  margin-bottom: 15px;
  color: #fff;
  font-size: 21px;
}

.footer__contacts-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-contacts-block__icon {
  margin-top: 5px;
  margin-right: 10px;
}

.footer__soc-icon {
  margin-right: 15px;
}

.footer__bottom-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.home-catalog-card-link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-decoration: none;
}

.home-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-style: solid;
  border-width: 1px;
  border-color: #ddd;
  border-radius: 4px;
  -webkit-transition: border 300ms ease-out;
  transition: border 300ms ease-out;
}

.home-card:hover {
  border-color: #a7a7a7;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.price-grid {
  display: -ms-grid;
  display: grid;
  padding: 16px 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 2.25fr;
  grid-template-columns: 1fr 1fr 1fr 2.25fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-bottom: 1px solid #ddd;
}

.price-grid:hover {
  background-color: #f0f0f0;
}

.price-grid.is-title {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ddd9d3;
}

.price-grid__item {
  width: 150px;
  font-size: 16px;
  text-align: center;
}

.price-grid__item.sm {
  width: 20%;
}

.price-grid__item.prim {
  width: 450px;
  font-size: 12px;
  text-align: left;
  white-space: pre-line;
}

.price-grid__item.prim.left {
  font-size: 12px;
  text-align: left;
}

.price-grid__item.prim.center {
  text-align: center;
}

.price-grid__heading {
  width: 400px;
  margin-bottom: 20px;
  font-family: "Noto Sans", sans-serif;
  color: #333;
  font-size: 16px;
  font-weight: 400;
}

.price-grid__heading.is-title {
  font-weight: 700;
  text-transform: uppercase;
}

.price-grid-wrap {
  border-style: solid;
  border-width: 1px;
  border-color: #ddd;
  border-radius: 4px;
}

.price-grid__head {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: -ms-grid;
  display: grid;
  padding: 20px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 2.5fr;
  grid-template-columns: 1fr 1fr 1fr 2.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #f0f0f0;
}

.price-grid-head__title {
  font-family: Akrobat, sans-serif;
  color: #0e432c;
  font-size: 24px;
  font-weight: 600;
}

.price-grid-head__title.is--center {
  text-align: center;
}

.price-grid-head__title.is--center.prim {
  width: 450px;
  text-align: center;
}

.price-grid-head__title.is--center.price {
  width: 150px;
}

.price-grid-head__title.title {
  width: 400px;
}

.map {
  width: 80%;
}

.map-flex {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-style: solid;
  border-width: 1px;
  border-color: #ddd;
  border-radius: 4px;
}

.map__sidebar {
  position: relative;
  z-index: 1;
  width: 35%;
  padding: 20px 34px 10px;
  box-shadow: 7px 2px 16px -3px rgba(0, 0, 0, 0.11);
}

.point-item__text {
  display: grid;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 400;
}

.point-item__text.is--phone {
  display: inline;
  color: #0e432c;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
}

.point-img {
  height: 210px;
  margin: 22px 0;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.card__price-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.ocenka-loma-section {
  padding-top: 100px;
  padding-bottom: 120px;
  background-image: url("/local/templates/gkump/css/../img/60b8dc1104bfbec8127d88eb_form-bg-home.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.uc-padding__60-120 {
  padding-top: 60px;
  padding-bottom: 120px;
}

.steps-section-ur {
  background-image: url("/local/templates/gkump/css/../img/60b8dc1104bfbecfc37d88ec_bg-steps.svg");
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.home-ump-project-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0e432c;
  background-image: url("/local/templates/gkump/css/../img/4bfbe5ee97d88dc_about-ump-section-bg.webp");
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

.home-news-section {
  border-bottom: 1px solid #ddd;
}

.home-form-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-form__heading {
  margin-bottom: 20px;
  color: #fff;
}

.home-form__subhead {
  color: hsla(0, 0%, 100%, 0.6);
  font-size: 18px;
  text-align: center;
}

.home-form__form-block__form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  margin-top: 20px;
}

.home-form__form-block__input {
  height: 100%;
  margin-right: 20px;
  padding-right: 38px;
  border-radius: 4px;
  font-size: 16px;
}

.home-form__form-block__input.is--file {
  display: none;
}

.home-form__form-block__btn {
  margin-left: 20px;
  border-radius: 4px;
  background-color: #b67f1c;
  font-size: 16px;
}

.file-input {
  display: none;
  height: 100%;
  margin-right: 20px;
  padding-top: 6px;
  padding-right: 26px;
  padding-left: 26px;
  border-radius: 4px;
  background-color: #fff;
  text-align: center;
}

.small-h1 {
  font-size: 35px;
}

.points-hero-section {
  padding-top: 40px;
  padding-bottom: 80px;
  background-color: #fafafa;
}

.features-section-ur-copy {
  padding-top: 62px;
  padding-bottom: 122px;
  background-color: #0e432c;
  background-image: url("/local/templates/gkump/css/../img/60b8dc1104bfbee90f7d88de_bg-features.webp");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.is--hide {
  display: none;
}

.home-steps-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}

.home-steps__left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  padding-right: 3%;
  padding-left: 3%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0e432c;
  color: #fff;
  font-size: 32px;
  line-height: 1.2;
}

.home-steps__right {
  display: -ms-grid;
  display: grid;
  width: 70%;
  margin-left: 5%;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.home-steps-left__number {
  font-size: 52px;
}

.home-steps-right__number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45px;
  height: 45px;
  margin-right: 10px;
  margin-bottom: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #0e432c;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.home-steps-right__block {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-steps-right__text {
  opacity: 0.8;
  font-size: 16px;
  line-height: 1.5;
}

.steps-section-fiz {
  background-image: url("/local/templates/gkump/css/../img/60b8dc1104bfbecfc37d88ec_bg-steps.svg");
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.steps-section-fiz.uc-padding__60-120.saratov {
  background-color: #f1f1f1;
}

.home-project-section__heading {
  margin-bottom: 20px;
  color: #fff;
}

.home-project-section__text {
  opacity: 0.8;
  font-size: 18px;
  line-height: 1.5;
}

.home-ump-project-section__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.home-ump-project-section__right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-left: 15%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.home-news-wrap {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.home-news__date {
  margin-top: 20px;
  color: #b67f1c;
}

.home-news__text {
  font-size: 16px;
}

.collection-item-2 {
  padding: 10px 8px 39px 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #ddd;
  border-radius: 4px;
}

.home-heading-wrap-2col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-heading-wrap-2col.mb {
  margin-bottom: 40px;
}

.home-heading-wrap-2col__link {
  margin-top: 10px;
  font-size: 18px;
}

.home-news-block {
  width: 100%;
  height: 100%;
  padding: 25px 28px 30px;
  border-style: solid;
  border-width: 1px;
  border-color: #f0f0f0;
  border-radius: 4px;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  text-decoration: none;
}

.home-news-block:hover {
  background-color: #fafafa;
}

.partners-section {
  padding-top: 40px;
  padding-bottom: 40px;
}

.partners-slider {
  height: 100%;
}

.partners-slider__slide {
  background-color: #fff;
}

.partners-slider-slide-wrap {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.home-news__heading {
  margin-top: 10px;
}

.map__item-wrap {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}

.map__item-wrap.is--last {
  margin-bottom: 0px;
  border-bottom-style: none;
}

.point-item__name {
  margin-bottom: 4px;
  color: rgba(0, 0, 0, 0.41);
  font-weight: 700;
}

.map__heading {
  margin-bottom: 20px;
}

.breadcrumbs-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
}

.breadcrumbs__link {
  color: #9c9c9c;
}

.text-block {
  margin-right: 10px;
  margin-left: 10px;
}

.breadcrumbs__divider {
  margin-right: 10px;
  margin-left: 10px;
  color: #9c9c9c;
}

.points-list {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.point-item {
  border-style: solid;
  border-width: 1px;
  border-color: #ddd;
  border-radius: 4px;
}

.point-heading {
  margin-bottom: 20px;
}

.point-btn {
  border-radius: 4px;
  background-color: #b67f1c;
}

.point-item__link {
  width: 100%;
  height: 100%;
  padding: 10px 20px 20px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  text-decoration: none;
}

.point-item__link:hover {
  background-color: #f7f7f7;
}

.section-hero {
  padding-top: 40px;
  padding-bottom: 20px;
}

.services-hero-section {
  padding-top: 40px;
}

.services-sheet-section {
  padding-top: 60px;
  padding-bottom: 120px;
}

.news-page-hero-section {
  padding-top: 45px;
  padding-bottom: 50px;
}

.news-page-list-section {
  padding-bottom: 100px;
}

.nested-header-wrap {
  background-color: #e9e9e9;
  background-image: url("/local/templates/gkump/css/../img/60b8dc1104bfbe20217d88ce_header2-bg.webp");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-points-list {
  padding-bottom: 80px;
}

.section-points-list.saratov {
  padding-top: 50px;
}

.news-block-image {
  width: 100%;
  height: 200px;
  border-radius: 4px;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  -o-object-fit: cover;
  object-fit: cover;
}

.news-open-hero {
  padding-top: 20px;
  padding-bottom: 60px;
}

.news-open__image {
  width: 90%;
  height: 500px;
  border-radius: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}

.news-open__img-lead-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 40px;
}

.news-open__lead {
  width: 50%;
  height: auto;
  margin-left: -20%;
  padding: 38px 40px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: #0e432c;
  color: #f0f0f0;
  font-size: 25px;
  line-height: 1.5;
}

.news-open__richtext {
  width: 85%;
  font-size: 16px;
  line-height: 1.5;
  white-space: pre-line;
}

.news-open__date {
  color: #b67f1c;
  font-size: 18px;
  font-weight: 700;
}

.grid__2coll {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 60px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid__2coll.is--nmt {
  margin-top: -14rem;
}

.grid__2coll.is--mt4 {
  margin-top: 7rem;
}

.grid__2coll.is--mt-60p {
  margin-top: 60px;
}

.mt-2 {
  margin-top: 2rem;
}

.mt-2.text-16 {
  font-size: 16px;
  line-height: 1.5;
}

.flex-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.text-16 {
  font-size: 16px;
  line-height: 1.5;
}

.about-page__lead {
  position: relative;
  z-index: 1;
  width: 455px;
  margin-bottom: -113px;
  font-size: 34px;
}

.about__img-1 {
  display: block;
  width: 100%;
  margin-left: -4rem;
}

.about__img-2 {
  display: block;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.uc__text-center {
  text-align: center;
}

.uc__grid-4 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.uc__grid-4.uc__mt-2 {
  margin-top: 2rem;
  grid-column-gap: 40px;
}

.lic-lightbox {
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #ddd;
  border-radius: 4px;
}

.uc__mb-4 {
  margin-bottom: 4rem;
}

.uc__mb-5 {
  margin-bottom: 5rem;
}

.uc__mb-4-copy {
  margin-bottom: 4rem;
}

.about-page__doc-section__heading {
  margin-bottom: 40px;
  text-align: center;
}

.notation-price {
  margin-top: 40px;
  padding: 15px 23px;
  border-radius: 4px;
  background-color: #fdf6d5;
}

.uc-padding__0-120 {
  padding-bottom: 120px;
}

.uc__img-100 {
  width: 100%;
}

.contacts-page__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
}

.col__80 {
  width: 80%;
}

.col__60 {
  width: 60%;
}

.col__60.is--mr-40p {
  margin-right: 40px;
}

.col__60.is--mr-60 {
  margin-right: 60px;
}

.col__20 {
  width: 20%;
}

.col__20.is--right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.col__40 {
  width: 40%;
}

.contacts-page__text {
  font-size: 18px;
  line-height: 2;
}

.contacts-page__block {
  margin-bottom: 40px;
  padding: 20px 30px 40px;
  background-image: url("/local/templates/gkump/css/../img/8dc1104bfbe96877d8904_Contacts_img-1.webp");
  background-position: 0px 0px;
  background-size: cover;
}

.contacts-page__blocks-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.contacts-page__map {
  height: 500px;
  border-style: solid;
  border-width: 1px;
  border-color: #ddd;
  border-radius: 4px;
}

.contacts-page__form__input {
  margin-bottom: 20px;
  padding-top: 25px;
  padding-bottom: 25px;
  border-radius: 4px;
  font-size: 16px;
}

.contacts-page__form__input.is--mb-20px {
  margin-bottom: 20px;
}

.contacts-page__form__input.is--comment {
  padding-top: 10px;
  padding-bottom: 10px;
}

.contacts-page__form__label {
  margin-bottom: 10px;
  color: #686868;
  font-size: 16px;
  font-weight: 400;
}

.contacts-page__form__label.is--police {
  font-size: 14px;
}

.contacts-page__form {
  margin-top: 20px;
  margin-bottom: 40px;
}

.contacts-page__form__police {
  margin-top: 20px;
  color: #929292;
  font-size: 12px;
}

.news-page__pagination-block {
  margin-top: 40px;
}

.text-span-3 {
  display: inline;
  border-bottom: 2px solid #adadad;
  line-height: 2;
}

._404-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._404-heading {
  margin-top: 40px;
  font-size: 32px;
}

.features-block__heading {
  color: #fff;
}

.mobile-phone {
  display: none;
}

.mobile-price-text {
  display: none;
}

.vakansii__wrap {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 60px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.vakansii-block {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #ddd;
}

.vakansii-section {
  padding-top: 60px;
  padding-bottom: 120px;
}

.vakansii__contact-block {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 20px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #f0f0f0;
}

.vakansii-block__zarplata-item {
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 10px;
  padding-right: 18px;
  padding-left: 18px;
  background-color: #f0f0f0;
  font-size: 21px;
}

.vakansii-block__text {
  white-space: pre-line;
}

.vakansii__contact-block__text {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 18px;
}

.vakansii__contact-block__link {
  margin-bottom: 20px;
  font-size: 21px;
}

.header__phone-2 {
  margin-left: 20px;
  color: #0e432c;
  font-size: 24px;
  text-decoration: none;
}

.nav-wrap-2 {
  padding-top: 30px;
  border-bottom: 1px solid #ddd;
}

.header-section-2 {
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 2px solid #b67f1c;
}

.menu__item-link-2 {
  display: block;
  margin-bottom: -4px;
  padding-bottom: 20px;
  font-family: Akrobat, sans-serif;
  color: #0e432c;
  font-size: 24px;
  font-weight: 600;
  text-decoration: none;
}

.menu__item-link-2:hover {
  color: #b67f1c;
}

.menu__item-link-2.w--current {
  display: inline-block;
  border-bottom: 4px solid #b67f1c;
}

.price-grid__head-2 {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: -ms-grid;
  display: grid;
  padding: 20px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #f0f0f0;
}

.price-grid-wrap-2 {
  border-style: solid;
  border-width: 1px;
  border-color: #ddd;
  border-radius: 4px;
}

.price-grid-head__title-2 {
  font-family: Akrobat, sans-serif;
  color: #0e432c;
  font-size: 24px;
  font-weight: 600;
}

.price-grid-head__title-2.title {
  width: 400px;
}

.price-grid-head__title-2.is--center {
  text-align: center;
}

.price-grid-head__title-2.is--center.prim {
  width: 450px;
}

.price-grid-head__title-2.is--center.price {
  width: 150px;
}

.price-grid-2 {
  display: -ms-grid;
  display: grid;
  padding: 16px 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-bottom: 1px solid #ddd;
}

.price-grid-2:hover {
  background-color: #f0f0f0;
}

.gamb-menu-btn {
  display: none;
}

.gamb-menu-wrap {
  display: none;
}

.city-wrap {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 20;
  display: none;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 92.7%, 0.68);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}

.city-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  padding: 36px 43px 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-style: solid;
  border-width: 1px;
  border-color: #ddd;
  border-radius: 4px;
  background-color: #fff;
}

.city__link {
  margin-top: 33px;
  font-size: 21px;
}

.close {
  position: absolute;
  left: auto;
  top: 4%;
  right: 2%;
  bottom: auto;
  width: 50px;
  height: 50px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  text-align: right;
}

.city__heading {
  margin-top: 0px;
}

.left-arrow {
  left: -50px;
  color: #ddd;
}

.right-arrow {
  right: -50px;
  color: #ddd;
}

.slide-nav {
  display: none;
}

.points__arrow-link {
  align-items: center;
  font-family: "Akrobat";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  /* identical to box height */

  color: #0e432c;
}

.points__arrow-link svg {
  margin-left: 5px;
  transition: 0.3s;
  margin-top: 3px;
}

.points__arrow-link:hover svg {
  transform: translateX(10px);
}

.point-item__text_mod {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  transition: 0.5s;
  color: #b67f1c;
}

.point-item__text_mod:hover {
  opacity: 0.7;
}

.map-swiper {
  margin: 30px 0;
}

.map-swiper__wrapper {
  height: 300px;
}

.map-swiper__slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1440px) {
  .point-item:not(:nth-child(3n)) {
    margin-right: unset;
  }

  .point-item:not(:nth-child(2n)) {
    margin-right: 43px;
  }
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 90%;
  }

  .home-hero__wrap {
    width: 100%;
  }

  .header__right {
    margin-top: 20px;
  }

  .home-catalog-section-ur {
    padding-top: 30px;
  }

  .home-catalog__cards-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .home-catalog__subhead {
    width: 100%;
  }

  .home-catalog-tabs__menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .home-catalog-tabs__tab-link {
    margin-bottom: 20px;
  }

  .home-hero-section {
    padding-top: 30px;
    padding-bottom: 60px;
  }

  .header-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .header-section {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .home-hero__img.pe-none {
    display: none;
  }

  .home-hero__cont-bg.pe-none {
    display: none;
  }

  .header-nav {
    display: none;
  }

  .points-section.uc-padding__60-120 {
    padding-top: 30px;
    padding-bottom: 60px;
  }

  .footer__grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .footer__block.is--first {
    margin-left: 0px;
  }

  .footer__block.is--logo-block {
    display: none;
  }

  .footer-contacts-block__icon {
    display: none;
  }

  .price-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
    padding-bottom: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .price-grid.is-title {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .price-grid__item.prim {
    display: none;
  }

  .price-grid__head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .price-grid-head__title.is--center.prim {
    display: none;
  }

  .price-grid-head__title.is--center.price {
    font-size: 18px;
  }

  .price-grid-head__title.title {
    width: 298px;
  }

  .map {
    width: 100%;
    height: 400px;
  }

  .map-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .map__sidebar {
    width: 100%;
  }

  .ocenka-loma-section {
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .steps-section-ur.uc-padding__60-120 {
    padding-top: 30px;
    padding-bottom: 60px;
  }

  .home-ump-project-section {
    padding-top: 70px;
    padding-bottom: 60px;
  }

  .home-news-section.uc-padding__60-120 {
    padding-top: 30px;
    padding-bottom: 60px;
  }

  .home-steps__left {
    display: none;
  }

  .home-steps__right {
    width: 100%;
    margin-left: 0%;
  }

  .home-ump-project-section__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .home-ump-project-section__right {
    width: 100%;
    margin-top: 20px;
    margin-left: 0%;
  }

  .home-news-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .points-list {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .news-page-list-section {
    padding-bottom: 80px;
  }

  .news-open__image {
    width: 100%;
    height: auto;
  }

  .news-open__img-lead-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .news-open__lead {
    width: 100%;
    margin-left: 0%;
  }

  .news-open__richtext {
    width: 100%;
  }

  .grid__2coll.is--nmt {
    margin-top: 2.6rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid__2coll.is--mt4 {
    margin-top: 3rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .mt-2 {
    margin-top: 0rem;
    margin-bottom: 20px;
  }

  .text-16.mt-2 {
    margin-bottom: 0px;
  }

  .about__img-1 {
    margin-left: 0rem;
  }

  .about__img-2 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .uc__grid-4 {
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .contacts-page__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .col__60.is--mr-60 {
    width: 100%;
  }

  .col__40 {
    width: 100%;
  }

  .about__img-3 {
    margin-bottom: 20px;
  }

  .vakansii__wrap {
    grid-column-gap: 30px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .vakansii__contact-block__text {
    font-size: 16px;
  }

  .vakansii__contact-block__link {
    font-size: 16px;
  }

  .header-section-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .price-grid__head-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .price-grid-head__title-2.title {
    width: 298px;
  }

  .price-grid-head__title-2.is--center.prim {
    display: none;
  }

  .price-grid-head__title-2.is--center.price {
    font-size: 18px;
  }

  .price-grid-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
    padding-bottom: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .gamb-menu-btn {
    position: absolute;
    left: auto;
    top: 5%;
    right: 2%;
    bottom: auto;
    display: block;
    cursor: pointer;
  }

  .gamb-menu-wrap {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 100;
    display: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: hsla(0, 0%, 100%, 0.94);
  }

  .gamb-menu__cont {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .gamb-menu__link {
    margin-bottom: 37px;
    color: #1a1a1a;
    font-size: 25px;
  }

  .close-btn {
    position: absolute;
    left: auto;
    top: -16%;
    right: 0%;
    bottom: auto;
  }

  .point-item:not(:nth-child(2n)) {
    margin-right: unset;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    margin-bottom: 20px;
    font-size: 32px;
  }

  .toggle-wrap {
    width: 100%;
  }

  .toggle-block {
    font-size: 20px;
  }

  .home-catalog__cards-wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .home-catalog__subhead {
    display: none;
  }

  .header-section {
    position: relative;
  }

  .features__grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .footer__bottom-block {
    padding-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .price-grid {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .price-grid__heading {
    width: 40%;
  }

  .price-grid__heading.is-title {
    width: 100%;
  }

  .home-form__form-block__form {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .home-form__form-block__input {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .home-form__form-block__btn {
    margin-top: 10px;
    margin-left: 0px;
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .home-steps__right {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .home-news-wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .home-heading-wrap-2col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .partners-section {
    display: none;
  }

  .points-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .news-page-list-section {
    padding-bottom: 60px;
  }

  .news-open__image {
    height: auto;
  }

  .grid__2coll {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid__2coll.is--mt4 {
    margin-top: 2rem;
  }

  .about-page__lead {
    width: 72%;
    margin-bottom: -77px;
  }

  .about__img-1 {
    display: none;
  }

  .about__img-2 {
    margin-top: 20px;
  }

  .price-block {
    width: 25%;
  }

  .vakansii__wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .vakansii-section {
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .price-grid-2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .gamb-menu-btn {
    position: absolute;
    left: auto;
    top: 5%;
    right: 2%;
    bottom: auto;
  }

  .gamb-menu__link {
    font-size: 20px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 35px;
  }

  h2 {
    margin-top: 10px;
    font-size: 28px;
  }

  .container {
    padding-right: 10px;
    padding-left: 10px;
  }

  .container.header-nav-bord {
    padding-right: 10px;
    padding-left: 10px;
  }

  .header__city {
    display: none;
  }

  .header__phone {
    font-size: 18px;
  }

  .toggle-wrap {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .toggle-block {
    margin-bottom: 20px;
  }

  .toggle-check {
    display: none;
  }

  .toggle-section {
    position: static;
    padding-bottom: 10px;
  }

  .home-catalog-section-ur {
    padding-top: 20px;
    padding-bottom: 60px;
  }

  .home-catalog-tabs {
    margin-top: 20px;
  }

  .home-catalog-tabs__menu {
    margin-bottom: 20px;
  }

  .home-catalog-tabs__tab-link {
    padding-right: 22px;
    padding-left: 22px;
  }

  .btn-main {
    width: 100%;
    padding: 18px 21px;
    text-align: center;
  }

  .home-hero-section {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .home-hero__subheading {
    font-size: 16px;
  }

  .header-section {
    position: relative;
  }

  .points-tabs__tab {
    margin-bottom: 10px;
    text-align: center;
  }

  .features-section-ur {
    padding-top: 30px;
    padding-bottom: 60px;
  }

  .features__grid {
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .footer__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .price-grid {
    padding-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .price-grid.is-title {
    padding-bottom: 15px;
  }

  .price-grid__item {
    width: auto;
  }

  .price-grid__heading {
    width: 100%;
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 700;
  }

  .price-grid__heading.is-title {
    width: 100%;
  }

  .price-grid__head {
    display: none;
  }

  .price-grid-head__title.is--center.price {
    width: 100px;
    font-size: 16px;
  }

  .price-grid-head__title.title {
    width: 150px;
    font-size: 18px;
  }

  .point-item__text {
    font-size: 14px;
  }

  .home-steps__right {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .home-steps-right__number {
    width: 35px;
    height: 35px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    opacity: 0.9;
    font-size: 14px;
    font-weight: 400;
  }

  .home-steps-right__block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .home-steps-right__text {
    font-size: 14px;
  }

  .home-project-section__text {
    font-size: 16px;
  }

  .home-news__text {
    font-size: 14px;
  }

  .home-news-block {
    padding-top: 15px;
    padding-bottom: 25px;
  }

  .home-news__heading {
    font-size: 21px;
  }

  .map__item-wrap.is--mob-hide {
    display: none;
  }

  .breadcrumbs-wrap {
    display: none;
  }

  .services-sheet-section {
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .news-open__image {
    height: auto;
  }

  .news-open__lead {
    padding: 15px 13px;
    font-size: 16px;
  }

  .contacts-page__blocks-grid {
    margin-bottom: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  ._404-heading {
    font-size: 28px;
  }

  .features-block__heading {
    font-size: 21px;
  }

  .mobile-phone {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: #0e432c;
  }

  .mobile-phone__btn {
    margin-right: auto;
    margin-left: auto;
    padding: 17px 23px;
    border-radius: 4px;
    background-color: #b67f1c;
    font-size: 16px;
    text-align: center;
  }

  .mobile-price-text {
    display: block;
    margin-right: 10px;
    color: #a8a8a8;
    font-size: 14px;
    text-align: center;
  }

  .price-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }

  .vakansii-section {
    padding-bottom: 40px;
  }

  .header__phone-2 {
    font-size: 18px;
  }

  .price-grid__head-2 {
    display: none;
  }

  .price-grid-head__title-2.title {
    width: 150px;
    font-size: 18px;
  }

  .price-grid-head__title-2.is--center.price {
    width: 100px;
    font-size: 16px;
  }

  .price-grid-2 {
    padding-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .gamb-menu-btn {
    position: absolute;
    left: auto;
    top: 4%;
    right: 4%;
    bottom: auto;
    z-index: 10;
    display: block;
  }

  .gamb-menu__link {
    font-size: 19px;
  }

  .close-btn {
    top: -11%;
  }

  .point-item.w-dyn-item {
    min-width: unset;
    width: 100%;
  }

  .point-item__link:hover {
    background-color: unset;
  }

  .point-item__link.w-inline-block {
    min-width: 320px;
  }

  .point-item__text {
    width: 228px;
  }

  .map__item-wrap {
    width: 228px;
  }
}

#w-node-d23632d6-5b8e-fbfe-650c-e35eb42272e3-b42272e1 {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_5429fc39-11a1-a127-9bed-74970a706b75-e37d87f4 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
}

#w-node-_1f685a5b-da14-3002-1bcc-1e838eb66e96-e37d87f4 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
}

#w-node-ee574e95-9b9f-5213-62f8-0d8b80a82059-e37d87f4 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
}

#w-node-_8f9f5351-b551-b151-4ef1-b7bcff816858-e37d87f4 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
}

#w-node-ce8ab271-eb1d-744f-87be-f400ed76e0d4-e37d87f4 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
}

#w-node-_79c0b612-9cc4-08cb-01db-b4ae51304f08-e37d87f4 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
}

#w-node-_294f44e6-d797-aff1-623d-fbdd391350db-e37d87f4 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
}

#w-node-_2115c0cf-6932-20e6-c776-7c7009d9cea0-e37d87f4 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
}

#w-node-e71a454d-78bd-980c-a7b2-c5fda2fa635f-e37d87f4 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
}

#w-node-b0804ff1-89a5-8c07-577a-542994ac1fe1-e37d87f4 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
}

#w-node-_5429fc39-11a1-a127-9bed-74970a706b75-317d87f5 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
}

#w-node-_1f685a5b-da14-3002-1bcc-1e838eb66e96-317d87f5 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
}

#w-node-ee574e95-9b9f-5213-62f8-0d8b80a82059-317d87f5 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
}

#w-node-_8f9f5351-b551-b151-4ef1-b7bcff816858-317d87f5 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
}

#w-node-ce8ab271-eb1d-744f-87be-f400ed76e0d4-317d87f5 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
}

#w-node-_79c0b612-9cc4-08cb-01db-b4ae51304f08-317d87f5 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
}

#w-node-_294f44e6-d797-aff1-623d-fbdd391350db-317d87f5 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
}

#w-node-_2115c0cf-6932-20e6-c776-7c7009d9cea0-317d87f5 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
}

#w-node-e71a454d-78bd-980c-a7b2-c5fda2fa635f-317d87f5 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
}

#w-node-b0804ff1-89a5-8c07-577a-542994ac1fe1-317d87f5 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
}

#w-node-_460c982b-7f0d-f669-565f-bd77301ba562-f07d87f8 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_460c982b-7f0d-f669-565f-bd77301ba564-f07d87f8 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-dd515ebf-54bd-d8e8-a21f-3c850a76227c-f07d87f8 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_7077ab15-9552-5d1b-adf3-2054eb99d87a-bf7d8804 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_72059711-a644-b838-43b2-f3b1a056842c-a056842a {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_5429fc39-11a1-a127-9bed-74970a706b75-968f7fe9 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
}

#w-node-_1f685a5b-da14-3002-1bcc-1e838eb66e96-968f7fe9 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
}

#w-node-ee574e95-9b9f-5213-62f8-0d8b80a82059-968f7fe9 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
}

#w-node-_8f9f5351-b551-b151-4ef1-b7bcff816858-968f7fe9 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
}

#w-node-ce8ab271-eb1d-744f-87be-f400ed76e0d4-968f7fe9 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
}

#w-node-_79c0b612-9cc4-08cb-01db-b4ae51304f08-968f7fe9 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
}

@media screen and (max-width: 991px) {
  #w-node-_7d1b7e2f-a379-2b03-f4b7-39ea0272cfc9-0272cfc6 {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #w-node-ffc0a6f1-2578-38f8-0211-3646dab404db-dab404d8 {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  .point-item.w-dyn-item {
    flex-basis: 100%;
  }

  .point-item:not(:nth-child(3n)) {
    margin-right: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_73c176ef-8e2a-faa5-62b6-edb6e130b4b0-847d87f3 {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #w-node-_7cd30cc1-b288-4b10-78dd-f6e668d3cf61-bf7d8804 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }
}

@media screen and (max-width: 320px) {
  .point-item__link.w-inline-block {
    min-width: unset;
  }
}

.tabs-content {
  padding-top: 20px;
}

.tabs-nav__btn--active {
  background-color: #0e432c !important;
  color: #fff !important;
}

.tabs-item {
  display: none;
}

.tabs-item--active {
  display: flex;

  flex-wrap: wrap;
}

.point-item {
  width: 438px;
  margin-bottom: 20px;
}

.point-item:not(:nth-child(3n)) {
  margin-right: 43px;
}

.info_map .new_block_snoska {
  width: 100%;
  box-sizing: border-box;
  padding: 50px 20px 20px 20px;
  background: #f6f6f6;
  border-radius: 10px;
  position: relative;

  padding: 20px;
  background: #e7f1ff;
}
.info_map .new_block_vydel {
  width: 100%;
  box-sizing: border-box;
  background: #e7f1ff;
  border-radius: 0px 10px 10px 0px;
  border-left: 4px solid #0061d9;
  padding: 20px;

  border-left: 4px solid #ffaf00;
}

/* End */


/* Start:/local/templates/gkump/css/ir-style.css?16679937073927*/
.popup{
    visibility: hidden;
    opacity: 0;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    transition: 0.5s;
}
.popup.open {
    opacity: 1;
    visibility: visible;
    transition: 0.5s all;
}
.popup_body{
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 200;
    position: fixed;
}
.popup_content.open {
    transform: translate(-50%, -50%) scale(1) !important;
    transition: 0.5s all;
}
.popup_content{
    background: #fff;
    box-sizing: border-box;
    padding: 50px;
    position: relative;
    transition: 0.5s;
    z-index: 250;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) scale(0.9);
}
.popup_content .transForm-form-close{
    cursor: pointer;
    position: absolute;
    top: 25px;
    right: 25px;
    width: 20px;
    height: 20px;
}
.popup_content .title{
    font-family: 'Akrobat';
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 43px;
    color: #0E432C;
    text-transform: none;
}
.calc{
    width: 500px;
}
.group{
    width: 100%;
    position: relative;
    margin-top: 30px;
}
.group input{
    background: #FFFFFF;
    border: 1px solid #C4C4C4;
    border-radius: 5px;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
}

.select_body2{
    display: none;
    position: absolute;
    z-index: 1;
    left: 0px;
    top: 45px;
    height: 300px;
    overflow-y: scroll;
    right: 0px;
    background: rgb(255, 255, 255) none repeat scroll 0% 0%;
    border: 1px solid rgb(235,235,235);
    border-radius: 5px;
    box-sizing: border-box;
}
.select2 {
    transition: .3s;
    box-sizing: border-box;
    width: 100%;
    padding: 15px 30px;
    cursor: pointer;
    display: flex;
}
.ves{
    display: flex;
    align-items: center;
}
.ves .text{
    font-family: 'Akrobat';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 20px;
    color: #0E432C;
}
.ves_input{
    width: 90px;
    position: relative;
}
.ves_input input{
    background: #FFFFFF;
    border: 1px solid #C4C4C4;
    border-radius: 5px;
    padding: 20px 0px;
    padding-left: 10px;
    width: 100%;
    margin-left: 15px;
}
.ves_input label{
    position: absolute;
    top: 50%;
    right: 0px;
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #999999;
    transform: translateY(-50%);
    margin-bottom: 0px;
}
.result{
    display: flex;
    margin-top: 60px;
}
.result .text{
    font-family: 'Akrobat';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 20px;
    color: #0E432C;
}
.result span{
    font-family: 'Akrobat';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 20px;
    color: #B67F1C;
    margin-left: 10px;
}
#b2bmap{
    position: relative;
    overflow: hidden;
}
.list-zavod{

    background: #fff;
    opacity: 0.7;
    position: absolute;
    z-index: 1;
    width: 300px;
    right: -300px;
    top: 0;
    bottom: 0;
    transition: .5s;
    box-sizing: border-box;
    padding: 30px;
}
.list-zavod .title{
    font-size: 18px;
    margin-bottom: 30px;
}
@media (max-width: 475px) {
    .transForm-form-inputs{
        overflow-y: scroll;
        height: 400px;
    }
    .transForm-form-button{
        width: 100% !important;
        margin-bottom: 10px;
    }
    .transForm .transForm-form-close{
        top: 50px;
        right: 50px;
    }
}

@media (max-width: 600px) {
    .calc{
        width: 100%;
    }
}
/* End */


/* Start:/local/templates/gkump/css/index.css?177796150417797*/
body {
  font-family: 'Noto Sans', sans-serif;
}

html {
  scroll-behavior: smooth;
}

h1 {
  margin-top: 20px;
  margin-bottom: 30px;
  font-family: 'Akrobat', sans-serif;
  color: #0e432c;
  font-size: 48px;
  line-height: 1.2;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Akrobat', sans-serif;
  color: #0e432c;
  font-size: 36px;
  line-height: 36px;
  font-weight: 600;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Akrobat', sans-serif;
  color: #0e432c;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

.cookie-popup a {
  color: #fff;
}

.cookie-popup__btns {
  padding: 10px 20px;
  background: #fff;
  border-radius: 10px;
  cursor: pointer;
  color: #844693;
}

.cookie-popup.active {
  display: flex;
}

.cookie-popup {
  max-width: 450px;
  padding: 24px;
  position: fixed;
  display: none;
  z-index: 100;
  background-color: #0f4830;
  color: #fff;
  bottom: 20px;
  left: 50px;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}

@media (max-width: 600px) {
  .cookie-popup {
    max-width: 100%;
    left: 0;
    bottom: 0;
  }
}

p {
  margin-bottom: 10px;
}



.container {
  position: relative;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* section hero */
.block__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 60px;
  background: #B67F1C;
  border-radius: 5px;
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  cursor: pointer;
  transition: .3s;
  color: #FFFFFF;
}

.home-hero-section {
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 214px;
  background-image: url("/local/templates/gkump/css/../img/60b8dc1104bfbe5ca97d88d0_main-bg.webp");
  background-position: 0% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.home-hero__wrap {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 31%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.h1 {
  margin-top: 20px;
  margin-bottom: 30px;
  font-family: Akrobat, sans-serif;
  color: var(--c-g2);
  font-size: 40px;
  line-height: var(--f-h48);
  font-weight: var(--f-w48);

}

.gold-span {
  color: var(--c-o1);
}

.home-hero__subheading {
  font-family: 'Noto Sans', sans-serif;
  margin-bottom: 20px;
  font-size: var(--f-s18);
  line-height: var(--f-w18);

}

.btn-main {
  font-family: 'Noto Sans', sans-serif;
  padding: 27px 54px;
  border-radius: 50px;
  background-color: var(--c-o1);
  color: white;
  opacity: 0.9;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-size: 16px;
  cursor: pointer;
  width: 284px;
}

.home-hero__vid-link {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  /* identical to box height, or 125% */


  color: #BB8930;

}

.home-hero__vid-link:hover {
  opacity: 0.7;

}

.count-btn {
  margin-right: 20px;
}

.btn-main:hover {
  background-color: var();
  opacity: 1;
}

.home-hero__cont-bg.pe-none {
  top: -40px;
}

.pe-none {
  pointer-events: none;
}

.home-hero__cont-bg {
  position: absolute;
  left: 1%;
  top: -115px;
  right: 0%;
  bottom: 0%;
  height: 700px;
  -o-object-fit: contain;
  object-fit: contain;
}

img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}

.home-hero__img.pe-none {
  right: 17px;
}

.home-hero__img.pe-none.new {
  width: 290px;
  right: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  object-fit: contain;
}

@media (max-width: 1400px) {
  .home-hero__img.pe-none.new {
    right: 0;
  }
}

.pe-none {
  pointer-events: none;
}

.home-hero__img {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  -o-object-fit: none;
  object-fit: none;
}

.video-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #BB8930;
  border-radius: 50px;
  width: 284px;
  height: 70px;
}

/* section toggle */
.toggle-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 467px;
  height: 40px;
  gap: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Akrobat, sans-serif;
  font-weight: 600;
}

.toggle-block {
  padding-bottom: 10px;
  border-bottom: 2px solid #a8a8a8;
  color: #a8a8a8;
  font-size: 22px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
}

.toggle-block:hover {
  color: #0e432c;
}

.toggle-block.is--active {
  border-bottom-color: #0e432c;
  color: #0e432c;
}

.toggle-check {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 44px;
  height: 24px;
  margin-right: 20px;
  margin-left: 20px;
  padding-right: 4px;
  padding-left: 4px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 3px;
  border-color: #0e432c;
  border-radius: 50px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  cursor: pointer;
}

.toggle-check.is--active {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.toggle-check__icon {
  width: 10px;
  height: 10px;
  border-radius: 100px;
  background-color: #b67f1c;
}

.toggle-section {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #f7f7f7;
  box-shadow: inset 1px 1px 3px 0 rgba(0, 0, 0, 0.13);
}

.toggle-section {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: var(--c-g3);
  box-shadow: inset 1px 1px 3px 0 rgba(0, 0, 0, 0.13);
  margin-bottom: 80px;
}

.toggle-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 467px;
  height: 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  border-bottom-color: var(--c-g4);
  color: var(--c-g4);
  font-size: var(--f-s22);
  font-weight: var(--f-w22);
  text-decoration: none;
}

.toggle-block.is--active {
  border-bottom-color: var(--c-g2);
  color: var(--c-g2);
  cursor: default;
  pointer-events: none;
}

.toggle-check {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 44px;
  height: 24px;
  margin-right: 20px;
  margin-left: 20px;
  padding-right: 4px;
  padding-left: 4px;
  -webkit-box-align: center;
  -webkit-align-items: center;
}

.toggle-check.is--active {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.toggle-check__icon {
  width: 10px;
  height: 10px;
  border-radius: 100px;
  background-color: var(--c-o1);
}

/* section UMP project */

.home-ump-project-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
}

.home-ump-project-section__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.home-ump-project-section__right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-left: 15%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
}

.home-project-section__text {
  opacity: 0.8;
  font-size: var(--f-s18);
  line-height: var(--f-h18);
}

.ump-block__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 60px;
  margin-top: 30px;
  background: #B67F1C;
  border-radius: 5px;
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  /* identical to box height */
  cursor: pointer;
  transition: .3s;
  color: #FFFFFF;
}

.ump-block__btn:hover {
  opacity: 0.7;
}

.home-project-section__heading {
  margin: 0;
}

/* section news */
.home-news-section {
  border-bottom: 1px solid #ddd;
  padding-bottom: 80px;
  margin-bottom: 40px;
}

.home-heading-wrap-2col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
}

.home-news-wrap {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.home-news-block {
  width: 100%;
  height: 100%;
  padding: 25px 28px 30px;
  border-style: solid;
  border-width: 1px;
  border-color: #f0f0f0;
  border-radius: 4px;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  text-decoration: none;
}

.w-inline-block {
  max-width: 100%;
  display: inline-block;
}

.home-news__date {
  margin-top: 20px;
  color: var(--c-o1);
}

.home-news__heading {
  margin-top: 10px;
}

.home-news__text {
  font-family: 'Noto Sans', sans-serif;
  font-size: var(--f-s16);
  margin-bottom: 10px;
  color: var(--c-b);
}

.home-heading-wrap-2col__link {
  border: 1px solid #0E432C;
  border-radius: 46px;
  padding: 14px 63px;
}

/* section FOS */
.ocenka-loma-section {
  padding: 120px 0;
  background-image: unset
    /* url("/local/templates/gkump/css/../img/60b8dc1104bfbec8127d88eb_form-bg-home.jpg") */
  ;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background: #F3F3F3;
}

.home-form__heading,
.home-form__subhead {
  color: #333333;
  margin: 0;
}

.home-form__subhead a {
  text-decoration: underline;
}

.home-form-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  color: hsla(0, 0%, 100%, 0.6);
  font-size: 18px;
  text-align: center;
  margin-bottom: unset;
  height: unset;
  margin-top: unset;
}

.home-form__form-block {
  margin-bottom: 45px;
}

.home-form__form-block__input {
  font-family: 'Noto Sans', sans-serif;
  height: 100%;
  margin-right: 20px;
  padding: 8px 12px;
  border-radius: 4px;
  font-size: 16px;
}

.home-form__form-block__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;

  padding: 0 10px;
  color: #fff;
  cursor: pointer;


}

.tabs-item-fiz,
.tabs-item-ur {
  display: none;
}

.tabs-item-fiz.active,
.tabs-item-ur.active {
  display: block;
}

.home-form__input__btn {

  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background: #c3c3c3;
  color: #fff;
  cursor: pointer;
  white-space: nowrap;
  font: inherit;
  line-height: inherit;
  line-height: inherit;
  box-shadow: none;
  text-shadow: inherit;
  transition: background .3s;
  width: 100%;
  min-width: 150px;
  background: white;
  padding: 8px;
  color: #333;
  cursor: pointer;
  height: 100%;
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}


.features-block__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 60px;
  margin: auto;
  margin-top: 72px;
  background: #B67F1C;
  border-radius: 5px;
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  /* identical to box height */
  cursor: pointer;
  transition: .3s;
  color: #FFFFFF;
}

.features-block__btn:hover {
  opacity: 0.7;
}


/* order */
.steps-section-fiz-title {
  color: #fff;
}

.steps-section-fiz,
.steps-section-ur {
  background-image: url("/local/templates/gkump/css/../img/order-bg.webp");
  background-position: 0% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.home-steps-wrap {
  justify-content: space-between;
}

.home-step {
  width: 260px;
  background: #fff;
  padding: 20px;
  border: 1px solid #E6E6E6;
  border-radius: 5px;
}

.home-step-title {
  justify-content: space-between;
  margin-bottom: 40px;
}

.home-step-count {
  padding: auto;
  border: 1px solid #E6E6E6;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  font-family: 'Akrobat';
  font-style: normal;
  font-weight: 900;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #0E432C;
  display: flex;
  justify-content: center;
  align-items: center;
}

.home-step-descr {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;

  color: #0E432C;
}

.order-block__btn {
  margin: 0 auto;
  margin-top: 60px;
}

.order-block__btn:hover {
  opacity: .7;
}


/* section-points */
.section-points__header {
  justify-content: space-between;
  margin-bottom: 30px;
  align-items: center;
  margin-top: 120px;
}

.section-points__title {
  font-family: 'Akrobat';
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 43px;

  color: #0E432C;
}

.section-points__link {
  justify-content: center;
  align-items: center;
  height: 50px;
  padding: 0 67px;
  border: #0E432C solid 1px;
  border-radius: 52px;

  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  transition: .3s;

  color: #0E432C;
}

.section-points__link:hover {
  opacity: 0.7;
}

@media (max-width:1280px) {
  .home-hero__wrap .flex {
    flex-direction: column;
  }

  .count-btn {
    margin-bottom: 20px;
  }
}

@media (max-width: 990px) {
  .home-hero__wrap {
    width: 100%;
  }

  .video-btn {
    display: none;
  }

  .count-btn {
    margin: 0;
  }

  .home-hero-section {
    padding-bottom: 40px;
  }

  .home-steps-wrap.flex {
    flex-wrap: wrap;
    justify-content: center;
  }

  .home-step {
    flex-basis: 45%;
    margin-bottom: 20px;
    border: 1px solid #B67F1C;
    border-radius: 5px;
  }

  .home-step:nth-child(2n+1) {
    margin-right: 20px;
  }

  .home-step:last-child {
    margin-right: unset;
  }

}

@media(max-width:768px) {
  .ocenka-loma-section {
    padding-top: 20px;

    height: 440px;
  }

  .home-form__form-block__btn {
    margin: 0;
    margin-top: 20px;
  }

  .home-news-wrap {

    grid-template-columns: 1fr;
  }

  .home-form__input__btn,
  .home-form__form-block__input,
  .home-form__form-block__btn {

    flex-shrink: 0;
  }

  .transForm .transForm-form {
    width: 100%;

  }

  .transForm .transForm-form-inputs {
    margin: unset;
  }

  .header-modal__title {
    font-size: 1.7rem;

  }

  .section-points__header {
    flex-direction: column;
  }

  .section-points__title {
    font-size: 26px;
    line-height: 30px;
  }

  .section-points__link {
    padding: 0px 49px;
    font-size: 16px;
  }

  .point-item__link.w-inline-block {
    min-width: 100%;
  }

  .toggle-wrap {
    width: 100%;
  }

  .home-hero__title {
    font-size: 48px !important;
  }

}

@media (max-width: 480px) {
  .toggle-section.wf-section {
    height: 200px;
  }

  .toggle-check {
    display: none;
  }

  .toggle-wrap {
    gap: 0;
    padding: 0;
    align-items: flex-start;
  }

  .home-hero__wrap {
    align-items: center;
    width: 100%;
    flex-direction: column;
    display: flex;
    text-align: center;
  }


  .home-news-wrap.w-dyn-items {
    flex-direction: column;
    display: flex;
  }

  .top-button {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-right: 0;
  }

  .home-form__form-block__input {
    height: 60px;
  }

  .form__input__btn.w-button {
    height: 60px;
  }

  .ocenka-loma-section {
    height: unset;
  }

  .features-block__btn {
    width: 100%;
  }

  .home-form__input__btn {
    height: 60px;
    border-radius: 6px;
  }

  .points-tabs__tab {
    margin-right: 0;
    width: 100%;
  }

  .home-points-tabs__menu {
    padding-left: 0;
  }

  .home-step {
    flex-basis: 100%;
  }

  .home-step:nth-child(2n+1) {
    margin-right: unset;
  }

  .block__btn.order-block__btn {
    width: 100%;
  }

  .ump-block__btn {
    width: 100%;
  }

  .home-ump-project-section__wrap .home-ump-project-section__right {
    width: 100%;
    margin-left: unset;
  }



}
/* End */


/* Start:/local/templates/gkump/components/bitrix/menu/mobile-menu/style.min.css?1650979167490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/local/templates/gkump/components/bitrix/menu/mobile-menu/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/local/templates/gkump/components/bitrix/menu/new-multy-menu/style.css?16541598994063*/
/**Top menu**/
#horizontal-multilevel-menu,#horizontal-multilevel-menu ul
{
	margin:0; padding:0;
	background:transparent;
	min-height:27px;
	width:100%;
	list-style:none;
	font-size:11px;
	float:left;
	/*font-size:90%*/
}

#horizontal-multilevel-menu
{

}

/*Links*/
#horizontal-multilevel-menu a
{
	display:block;
	text-decoration:none;
	text-align:center;
}

#horizontal-multilevel-menu li
{
	float:left;
}

/*Root items*/
#horizontal-multilevel-menu li a.root-item
{
	color:#fff;
	font-weight:bold;
	padding:7px 12px;
}

/*Root menu selected*/
#horizontal-multilevel-menu li a.root-item-selected
{
	background:#fc8d3d;
	color:#fff;
	font-weight:bold;
	padding:7px 12px;
}

/*Root items: hover*/


/*Item-parents*/
#horizontal-multilevel-menu a.parent
{
	background: url(/local/templates/gkump/components/bitrix/menu/new-multy-menu/images/arrow.gif) center right no-repeat;
}

/*Denied items*/
#horizontal-multilevel-menu a.denied
{
	background: url(/local/templates/gkump/components/bitrix/menu/new-multy-menu/images/lock.gif) center right no-repeat;
}





/*Sub-menu box*/
#horizontal-multilevel-menu li ul {
	position: absolute;
	top: -999em;
	top: 75px;
	display: none;
	z-index: 500;
	height: auto;
	width: 12em;
	width: 230px;
	background: #fff;
	padding-bottom: 5px;
	flex-direction: column;
	transform: translateX(-10px);
  }

/*Sub-menu item box*/
#horizontal-multilevel-menu li li {
	width: 100%;
	border-bottom: 1px solid #DEDEDE;
	padding-left: 10px;
	display: flex;
	align-items: center;
  }

/*Item link*/
#horizontal-multilevel-menu li ul a
{
	text-align:left;
}

/*Items text color & size */
#horizontal-multilevel-menu li a,
#horizontal-multilevel-menu li:hover li a,
#horizontal-multilevel-menu li.jshover li a,
#horizontal-multilevel-menu li:hover li:hover li a,
#horizontal-multilevel-menu li.jshover li.jshover li a,
#horizontal-multilevel-menu li:hover li:hover li:hover li a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li a,
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li a,
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover li a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover li a
{
	color:#4F4F4F;
	font-weight:bold;
}

/*Items text color & size: hover*/
#horizontal-multilevel-menu li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover a,
#horizontal-multilevel-menu li:hover li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover a,
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover a
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover a
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover li.jshover a
{
	color:#4F4F4F;
}

#horizontal-multilevel-menu li ul ul
{
	margin:-27px 0 0 132px;
	/*margin:-1.93em 0 0 11.6em;*/
}

#horizontal-multilevel-menu li:hover ul ul,
#horizontal-multilevel-menu li.jshover ul ul,
#horizontal-multilevel-menu li:hover ul ul ul,
#horizontal-multilevel-menu li.jshover ul ul ul,
#horizontal-multilevel-menu li:hover ul ul ul ul,
#horizontal-multilevel-menu li.jshover ul ul ul ul,
#horizontal-multilevel-menu li:hover ul ul ul ul ul,
#horizontal-multilevel-menu li.jshover ul ul ul ul ul
{
	/*top:-999em;*/
	display:none;
}

#horizontal-multilevel-menu li:hover ul,
#horizontal-multilevel-menu li.jshover ul,
#horizontal-multilevel-menu li li:hover ul,
#horizontal-multilevel-menu li li.jshover ul,
#horizontal-multilevel-menu li li li:hover ul,
#horizontal-multilevel-menu li li li.jshover ul,
#horizontal-multilevel-menu li li li li:hover ul,
#horizontal-multilevel-menu li li li li.jshover ul,
#horizontal-multilevel-menu li li li li li:hover ul,
#horizontal-multilevel-menu li li li li li.jshover ul
{
	/*z-index:1000;
	top:auto;*/
	display:flex;
}

div.menu-clear-left
{
	clear:left;
}

/* End */


/* Start:/local/templates/gkump/css/newmodal.css?17507680217319*/
.bidForm {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99980;
    animation: FOS-OP .4s ease-in-out;
}

.bidForm__input,
.bidForm select {
    padding: 0 15px;
    margin-top: 20px;
    font-size: 1.33rem;
    border: 1px solid #cacaca;
    height: 60px;
    background: #FFFFFF;
    border-radius: 5px;
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    width: 100%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg width='12' height='8' viewBox='0 0 12 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 8L0.803848 0.5L11.1962 0.5L6 8Z' fill='%23999999'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 12px 8px;
}

.bidForm-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.6);
    cursor: pointer;
}

.bidForm .bidForm-form {
    background: #fff;
    border-radius: 12px;
    width: 560px;
    max-width: 100%;
    padding: 64px 96px;
    transform: scale(1);
    opacity: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: auto;
    height: 850px;
}

.bidForm .bidForm-form-inputs {
    margin: auto;
    display: none;
    justify-content: space-between;
    flex-wrap: wrap;
}

.bidForm .bidForm-form-prodName,
.bidForm .bidForm-form-disc,
.bidForm .bidForm-title {
    font-family: 'Akrobat';
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 43px;
    color: #0E432C;
    text-transform: none;
}

.bidForm-title {
    margin-bottom: 20px;
}

.bidForm p {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #B67F1C;
}

.bidFormBtnSend {
    width: 100% !important;
}

.bidForm__input {
    padding: 0 15px;
    margin-top: 20px;
    font-size: 1.33rem;
    border: 1px solid #cacaca;
    height: 60px;
    background: #FFFFFF;
    border-radius: 5px;
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    width: 100%;
}


.bidForm .bidForm-form-close {
    cursor: pointer;
    position: absolute;
    top: 25px;
    right: 25px;
    width: 20px;
    height: 20px
}

.bidForm-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e1e1e1;
    border-color: #f09000;
    color: #f09000;
    border-radius: 50px;
    background-color: #fff;
    padding: 0 24px;
    height: 50px;
    max-width: 172px;
    width: 100%;
    cursor: pointer;
}

.form-tabs {
    margin-top: 25px;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.choices-wrap {
    margin-top: 25px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}

.choices-inner {
    display: block;
    padding: 16px;
    border: 1px solid #E1E1E1;
    background-color: #fff;
    border-radius: 8px;
    font-size: 14px;
    overflow: hidden;
    height: 49px;
}

.bidForm .wrap_agree_checkbox {
    margin-top: 25px;
}

.bidForm .btn {
    margin-top: 25px;
}

.bidForm .form-active {
    display: flex;
}

.activeBtn {
    color: #fff;
    background-color: var(--c-o1);
}

.bidForm-success {

    position: absolute;
    padding: 20px;
    background-color: #e6f5ea;
    border: 1px solid #66bb6a;
    border-radius: 8px;
    text-align: center;
    height: fit-content;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* animation: fadeIn 0.3s ease-in-out; */
}

.bidForm-success-title {
    font-size: 20px;
    color: #2e7d32;
    font-weight: bold;
    margin-bottom: 10px;
}

.bidForm-success-text {
    font-size: 16px;
    color: #2e7d32;
}

.btn_open-zayavka {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background: #d87e00;
    color: white;
    border-radius: 12px;
    padding-top: 0 !important;
    cursor: pointer;
}

.card-info {
    padding: 20px;
    display: flex;
    flex-direction: column;
    background: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 12px;
    max-width: 700px;
    font-family: 'Noto Sans', sans-serif;
}

.card-info__list {
    margin: 0 0 24px;
    padding: 0;
    list-style: none;
}

.card-info__list li {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
    gap: 4px;
}

.card-info__title {
    font-weight: 600;
    white-space: normal;
    font-size: 26px;
    line-height: normal;
}

.card-info__label {
    min-width: 160px;
    font-weight: 400;
    color: #333;
}

.card-info__btn {
    background-color: #f09000;
    color: #fff;
    padding: 12px 24px;
    border-radius: 50px;
    border: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    transition: background-color 0.3s ease;
}

.card-info__btn:hover {
    background-color: #d87e00;
}

.card-info__btn .button__text {
    margin-right: 8px;
}

.card-info__btn .button__icon svg {
    vertical-align: middle;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 768px) {
    .bidForm .bidForm-form {
        width: 100%;
        height: auto;
        max-height: 100vh;
        padding: 32px 20px;
        border-radius: 0;
        top: 0;
        left: 0;
        transform: none;
        position: fixed;
        overflow-y: auto;
    }

    .card-info__title h1 {
        font-size: 20px;
    }

    .bidForm-title {
        font-size: 24px;
        line-height: 30px;
        text-align: center;
    }

    .bidForm p {
        font-size: 16px;
        line-height: 22px;
        text-align: center;
    }

    .bidForm .form-tabs {
        flex-direction: column;
        gap: 10px;
    }

    .bidForm-btn {
        max-width: 100%;
        height: 48px;
        font-size: 16px;
    }

    .bidForm .bidForm-form-close {
        top: 15px;
        right: 15px;
        width: 16px;
        height: 16px;
    }

    .bidForm__input,
    .bidForm select {
        height: 52px;
        font-size: 15px;
    }

    .choices-wrap span {
        font-size: 15px;
    }

    .bidForm-success {
        width: 90%;
        padding: 20px 16px;
    }

    .bidForm-success-title {
        font-size: 18px;
    }

    .bidForm-success-text {
        font-size: 15px;
    }

    .bidForm-form {
        padding-bottom: calc(50px + env(safe-area-inset-bottom));
    }

    .bidForm .bidForm-form {
        /* ...существующие стили */
        overflow-y: auto;
        max-height: 100vh;
        -webkit-overflow-scrolling: touch;

    }
}
/* End */


/* Start:/local/templates/gkump/components/bitrix/menu/footer-menu/style.min.css?1650968757490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/local/templates/gkump/components/bitrix/menu/footer-menu/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */
/* /local/templates/gkump/css/normalize.css?16509539346817 */
/* /local/templates/gkump/css/fiz-page.css?17255999352776 */
/* /local/templates/gkump/css/main.css?176615094230473 */
/* /local/templates/gkump/css/news.css?17507461863173 */
/* /local/templates/gkump/css/contacts.css?168320410910307 */
/* /local/templates/gkump/css/priem__loma.css?17690761756800 */
/* /local/templates/gkump/css/index__top.css?16569962925611 */
/* /local/templates/gkump/css/points.css?173461138761508 */
/* /local/templates/gkump/css/ir-style.css?16679937073927 */
/* /local/templates/gkump/css/index.css?177796150417797 */
/* /local/templates/gkump/components/bitrix/menu/mobile-menu/style.min.css?1650979167490 */
/* /local/templates/gkump/components/bitrix/menu/new-multy-menu/style.css?16541598994063 */
/* /local/templates/gkump/css/newmodal.css?17507680217319 */
/* /local/templates/gkump/components/bitrix/menu/footer-menu/style.min.css?1650968757490 */
