

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


/* Start:/local/templates/cgs71/css/style.css?1751032808193758*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

html,
body {
  scroll-behavior: smooth;
}

html {
  overflow-x: hidden;
}

:root {
  --form-inline-padding: 34px;
}

.description .container ul {
  margin-left: 30px;
  margin-top: 10px;
  margin-bottom: 10px;
  list-style: square;
}

.header__nav__sub__item__title:hover {
  color: #00a51a;
}

ul:not([class]) li::before {
  content: "" !important;
}

p.text {
  text-align: justify;
}

/* .title {margin-bottom: 0 !important;} */

/* HTML5 display-role reset for older browsers */

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

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

.catalog__item img {
  height: 160px !important;
  width: 160px !important;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

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

@font-face {
  font-family: "Roboto";
  font-weight: 400;
  src: url(/local/templates/cgs71/css/../fonts/Roboto-Regular.ttf) format("truetype");
}

@font-face {
  font-family: "Roboto";
  font-weight: 700;
  src: url(/local/templates/cgs71/css/../fonts/Roboto-Bold.ttf) format("truetype");
}

@font-face {
  font-family: "Roboto Condensed";
  font-weight: 400;
  src: url(/local/templates/cgs71/css/../fonts/RobotoCondensed-Regular.ttf) format("truetype");
}

@font-face {
  font-family: "Roboto Condensed";
  font-weight: 700;
  src: url(/local/templates/cgs71/css/../fonts/RobotoCondensed-Bold.ttf) format("truetype");
}

:active,
:hover,
:focus {
  outline: 0;
  outline-offset: 0;
}

body {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 18px;
  color: #303030;
  overflow-x: hidden;
  box-sizing: border-box;
}

a {
  color: inherit;
  text-decoration: none;
}

p>a {
  color: #2fd614;
  transition: 0.5s;
}

p>a:hover {
  text-decoration: underline;
}

p:not([class]) {
  line-height: 120%;
}

p:not([class]):not(:first-child) {
  margin-top: 10px;
}

.pull-left {
  padding: 0 20px 20px 0;
}

.pull-right {
  padding: 20px 0 20px 20px;
}

.container {
  max-width: 1170px;
  margin: 0 auto;
}

.btn_green {
  background: url("/local/templates/cgs71/css/../img/btn_bg.png");
  background-size: cover;
  border-radius: 4px;
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 120%;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  cursor: pointer;
  z-index: 1;
  position: relative;
  transition: 1s;
  display: flex;
  justify-content: center;
}

.btn_green::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgb(8, 111, 19);
  left: 0;
  top: 0;
  z-index: -1;
  border-radius: inherit;
  transition: 1s;
  position: absolute;
  opacity: 0;
}

.btn_green:hover::before {
  opacity: 1;
}

.btn_green:hover {
  color: white !important;
  text-decoration: none !important;
}

.svg--phone::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='25' viewBox='0 0 13 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.04849 23.9413C3.67114 22.2969 1.27085 18.0951 1.08114 13.0338C0.863989 7.23946 3.76018 2.32297 7.79991 1.12566L10.0892 1.23256C11.1195 1.26832 11.9335 2.133 11.9076 3.1633L11.8317 6.14872C11.8058 7.17902 10.9491 7.98511 9.91889 7.94935C9.91889 7.94935 7.61654 7.86923 5.82823 7.80642L5.82945 7.79761C5.44592 9.07201 5.20166 10.476 5.13042 11.9583C5.04407 13.7717 5.11792 15.6738 5.5155 17.2127C7.2934 17.2234 9.53084 17.2363 9.53084 17.2363C10.5615 17.2423 11.4001 18.0832 11.404 19.1141L11.4148 22.1009C11.4187 23.1319 10.5861 23.9628 9.55544 23.9568C9.556 23.9563 8.37515 23.9493 7.04849 23.9413Z' stroke='%230060BB' stroke-width='2' stroke-miterlimit='10' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  position: absolute;
  width: 13px;
  height: 25px;
}

.svg--map::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='37' height='33' viewBox='0 0 37 33' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_28_23)'%3E%3Cpath d='M28 22.125V29.125C28 30.23 27.105 31.125 26 31.125H3C1.895 31.125 1 30.23 1 29.125V6.125C1 5.02 1.895 4.125 3 4.125H22' stroke='white' stroke-width='2' stroke-miterlimit='10'/%3E%3Cpath d='M1.75 30.25L20.375 12.063' stroke='white' stroke-width='2' stroke-miterlimit='10'/%3E%3Cpath d='M12.5 19.625L27.5 30.5' stroke='white' stroke-width='2' stroke-miterlimit='10'/%3E%3Cpath d='M33.355 13.796C34.426 12.319 35.332 10.659 35.332 8.691C35.332 4.443 31.889 1 27.642 1C23.395 1 19.951 4.443 19.951 8.691C19.951 10.971 21.162 12.802 22.539 14.406C24.191 16.33 28.075 22.907 28.075 22.907C28.075 22.907 31.81 15.927 33.355 13.796Z' stroke='white' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M27.665 10.3789C28.885 10.3789 29.874 9.38993 29.874 8.16994C29.874 6.94994 28.885 5.96094 27.665 5.96094C26.445 5.96094 25.456 6.94994 25.456 8.16994C25.456 9.38993 26.445 10.3789 27.665 10.3789Z' stroke='white' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_28_23'%3E%3Crect width='36.332' height='32.125' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  position: absolute;
  width: 37px;
  height: 33px;
}

.svg--map-black::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='44' height='39' viewBox='0 0 44 39' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_20_67)'%3E%3Cpath d='M33.9095 26.86V35.358C33.9095 36.6995 32.8256 37.786 31.4874 37.786H3.63317C2.29495 37.786 1.21106 36.6995 1.21106 35.358V7.43583C1.21106 6.09435 2.29495 5.00781 3.63317 5.00781H26.6432' stroke='black' stroke-width='2' stroke-miterlimit='10'/%3E%3Cpath d='M2.11935 36.7237L24.6752 14.6445' stroke='black' stroke-width='2' stroke-miterlimit='10'/%3E%3Cpath d='M15.1382 23.825L33.304 37.0273' stroke='black' stroke-width='2' stroke-miterlimit='10'/%3E%3Cpath d='M40.3947 16.7486C41.6917 14.9555 42.789 12.9402 42.789 10.551C42.789 5.39394 38.6193 1.21411 33.476 1.21411C28.3326 1.21411 24.1617 5.39394 24.1617 10.551C24.1617 13.319 25.6283 15.5418 27.2959 17.4891C29.2966 19.8249 34.0003 27.8094 34.0003 27.8094C34.0003 27.8094 38.5236 19.3356 40.3947 16.7486Z' stroke='black' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M33.5038 12.6003C34.9813 12.6003 36.179 11.3996 36.179 9.91856C36.179 8.43747 34.9813 7.23682 33.5038 7.23682C32.0263 7.23682 30.8286 8.43747 30.8286 9.91856C30.8286 11.3996 32.0263 12.6003 33.5038 12.6003Z' stroke='black' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_20_67'%3E%3Crect width='44' height='39' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  position: absolute;
  width: 44px;
  height: 39px;
}

.svg--clock::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='34' height='34' viewBox='0 0 34 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M32 17C32 25.2843 25.2843 32 17 32C8.71573 32 2 25.2843 2 17C2 8.71573 8.71573 2 17 2C25.2843 2 32 8.71573 32 17ZM34 17C34 26.3888 26.3888 34 17 34C7.61116 34 0 26.3888 0 17C0 7.61116 7.61116 0 17 0C26.3888 0 34 7.61116 34 17ZM14 11V19V20H15H23V18H16V11H14Z' fill='white'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  position: absolute;
  width: 34px;
  height: 34px;
}

.png--bur::before {
  content: "";
  background-image: url("/local/templates/cgs71/css/../img/submenu/bur.png");
  background-repeat: no-repeat;
  position: absolute;
  width: 18px;
  height: 17px;
}

.obustr--bur::before {
  content: "";
  background-image: url("/local/templates/cgs71/css/../img/submenu/obustr.png");
  background-repeat: no-repeat;
  position: absolute;
  width: 30px;
  height: 22px;
}

.ustanovk--bur::before {
  content: "";
  background-image: url("/local/templates/cgs71/css/../img/submenu/ustanovk.png");
  background-repeat: no-repeat;
  position: absolute;
  width: 23px;
  height: 17px;
}

.rem--bur::before {
  content: "";
  background-image: url("/local/templates/cgs71/css/../img/submenu/rem.png");
  background-repeat: no-repeat;
  position: absolute;
  width: 18px;
  height: 18px;
}

.sist--bur::before {
  content: "";
  background-image: url("/local/templates/cgs71/css/../img/submenu/sist.png");
  background-repeat: no-repeat;
  position: absolute;
  width: 20px;
  height: 18px;
}

[class*="copyrights-pane"] {
  display: none !important;
}

.body_main {
  background-image: url("/local/templates/cgs71/css/../img/main_bg.png");
  background-repeat: no-repeat;
  background-position-x: center;
}

.header {
  background: rgba(255, 255, 255, 0.5);
  color: #000000;
  font-family: "Roboto Condensed";
  backdrop-filter: blur(3px);
  z-index: 700;
  color: #000000;
  font-family: "Roboto Condensed";
  width: 100%;
  transition: all 0.3s;
  z-index: 10;
  position: relative;
}

.fixed-body {
  overflow-y: hidden;
}

.header_fixed {
  left: 0;
  top: 0;
  position: fixed;
  background: rgba(255, 255, 255, 0.8);
}

.header_fixed .header__phones__item:nth-child(2) {
  display: none;
}

.header_fixed .header__mail {
  display: none;
}

.header_fixed .header__logo__text__subtitle {
  display: none;
}

.header_fixed .header__wrap {
  padding: 5px 0;
}

.header_fixed .header__logo img {
  height: 38px;
}

.header_fixed .header__logo .header__logo__text__title {
  font-size: 20px;
}

.header_fixed .svg--phone::before {
  width: 13px;
  height: 17px;
  background-size: contain;
}

.header_fixed .header__button {
  padding: 8px 25px;
  font-size: 15px;
}

.header_fixed .header__nav__ul>li a,
.header_fixed .header__navigation-ul>li>a {
  padding: 5px 12px !important;
  font-size: 15px;
}

.header_fixed .header__nav__ul>li .header__nav__sub_col,
.header_fixed .header__nav__ul>li .header__nav__sub,
.header_fixed .header__navigation-ul>li .header__nav__sub_col,
.header_fixed .header__navigation-ul>li .header__nav__sub {
  top: 32px;
}

.header_fixed .header__phones .header__phones__item--bold,
.header_fixed .header__logo .header__logo__text__title {
  font-size: 20px;
}

.header__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 31px 0 39px 0;
}

.header__logo {
  display: flex;
  font-weight: 700;
  font-size: 20px;
  gap: 24px;
  align-items: center;
  line-height: 120%;
}

.header__logo__text {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.header__logo__text__title {
  color: #009ae8;
  font-size: 26px;
}

.header__logo__text__subtitle {
  font-weight: 500;
  font-size: 16px;
}

.header__phones {
  display: flex;
  flex-direction: column;
  padding-left: 22px;
  gap: 8px;
}

.header__phones__item {
  font-size: 22px;
  line-height: 120%;
}

.header__phones__item--bold {
  font-weight: 700;
  font-size: 28px;
  position: relative;
}

.header__phones__item--bold::before {
  left: -21px;
  top: 4px;
}

.header__mail {
  display: flex;
  flex-direction: column;
  font-size: 22px;
  gap: 4px;
}

.header__mail__item {
  line-height: 120%;
}

.header__mail__link {
  line-height: 120%;
  font-weight: 700;
  padding-bottom: 3px;
  border-bottom: 1px dashed #000000;
}

.header__button {
  padding: 24px 46px 21px 46px;
}

.header__nav,
.header__navigation {
  background: linear-gradient(270deg,
      rgba(0, 122, 206, 0.8) 13.02%,
      rgba(0, 188, 253, 0.8) 101.48%);
  color: #fff;
  font-family: "Roboto Condensed";
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  text-align: center;
  text-transform: uppercase;
}

.header__nav__ul,
.header__navigation-ul {
  display: flex;
}

.header__nav__ul li,
.header__navigation-ul li {
  flex-grow: 1;
}

.header__nav__ul>li>a,
.header__navigation-ul>li>a {
  transition: 0.5s;
}

.header__nav__ul>li>a:hover {
  transform: translateY(-4px);
}

.header__nav__ul li:not(:last-child),
.header__navigation-ul li:not(:last-child) {
  border-right: 1px solid #fff;
}

.header__nav__ul li>a,
.header__navigation-ul li>a {
  display: block;
}

.header__nav__ul__sub:hover .header__nav__sub {
  opacity: 1;
  pointer-events: auto;
  margin-top: 2px;
}

.header__nav__sub__item {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #303030;
  text-transform: none;
  text-align: left;
}

.header__nav__sub__item:nth-child(even) {
  background: #d8f5ff;
}

.header__nav__sub__item__title {
  font-family: "Roboto Condensed";
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  text-transform: uppercase;
  color: #31afea;
  padding: 25px 20px;
  margin-bottom: 15px;
  position: relative;
  margin: 0;
}

.header__nav__sub__item__title::before {
  left: 0;
  top: 23px;
  margin-left: 8px;
}

.header__nav__sub ul li {
  border: 0 !important;
}

.header__nav__sub ul li:not(:last-child) {
  margin-bottom: 10px;
}

.navigation {
  position: relative;
}

.top_slider {
  padding-bottom: 126px;
  position: relative;
}

.top_slider .container {
  display: flex;
  overflow: hidden;
}

.top_slider__wrap {
  max-width: 100%;
}

.top_slider__carousel__item {}

.top_slider__carousel__item__title {
  font-family: "Roboto Condensed";
  font-weight: 700;
  font-size: 60px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: #000000;
  max-width: 795px;
  margin-bottom: 44px;
}

.top_slider__carousel__item__descr {
  max-width: 400px;
  line-height: 120%;
  margin-bottom: 10px;
}

.top_slider__carousel__item__img {
  display: none;
}

.top_slider__img {
  position: absolute;
  top: 50px;
  right: calc((100vw - 1170px) / 2);
  z-index: -1;
  display: none;
}

.top_slider__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.slider_arrows {
  display: flex;
  gap: 28px;
}

.slider_arrow {
  width: 52px;
  height: 24px;
  background-image: url("/local/templates/cgs71/css/../img/slider_arrow.png");
  background-repeat: no-repeat;
  cursor: pointer;
}

.slider_arrow.slick-disabled {
  opacity: 0.43;
}

.slider_arrow--left {
  transform: rotate(180deg);
}

.top_slider .slider_arrows {
  margin-bottom: 30px;
}

.top_slider__btns {
  display: flex;
  gap: 20px;
}

.top_slider__carousel__item__link {
  display: none;
}

.top_slider__link .top_slider__carousel__item__link {
  display: block;
  padding: 23px 71px;
}

.top_slider__button {
  position: relative;
  padding: 23px 18px 23px 66px;
}

.top_slider__button::before {
  height: 100%;
  background-position-y: center;
  left: 20px;
  top: 0;
}

.preference {
  margin-bottom: 104px;
}

.preference__wrap {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  background-image: url("/local/templates/cgs71/css/../img/preference/preference_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-color: rgba(0, 122, 206, 0.75);
  padding: 46px 32px 31px 32px;
  border-radius: 5px;
}

.preference__item {
  display: flex !important;
  flex-direction: column;
  font-size: 14px;
  line-height: 120%;
  text-align: center;
  color: #ffffff;
  align-items: center;
  max-width: 170px;
}

.preference__item img {
  width: fit-content;
  height: 65px;
  object-fit: none;
  margin-bottom: 9px;
}

.preference__slider_arrows {
  display: flex;
  gap: 12px;
  justify-content: center;
  margin-top: 10px;
}

.top_slider__bg {
  position: relative;
  margin-top: 60px;
}

.top_slider__bg::before {
  content: "";
  position: absolute;
  background-image: url("/local/templates/cgs71/css/../img/top_slider_bg.png");
  width: 100vw;
  height: 100%;
  bottom: -150px;
}

.main_bg2 {
  position: relative;
  background-image: url("/local/templates/cgs71/css/../img/main_bg2.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #fff;
}

.title {
  font-family: "Roboto Condensed";
  font-weight: 700;
  font-size: 36px;
  text-transform: uppercase;
  color: #000000;
  padding-left: 33px;
  position: relative;
  margin-bottom: 70px;
}

.title-margin {
  margin-bottom: 30px;
}

.title::before {
  content: "";
  position: absolute;
  left: 0;
  width: 18px;
  height: 26px;
  background: #00b9fb;
  top: 50%;
  transform: translateY(-50%);
}

.services__title {
  margin-bottom: 30px;
}

.services__wrap {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  padding: 60px 0;
}

.services__item {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  box-shadow: 0px 20px 40px rgba(12, 135, 179, 0.2);
  border-radius: 4px;
  background-color: #fff;
  /*flex-basis: 270px;*/
  padding: 0 10px;
  padding-top: 30px;
  font-family: "Roboto Condensed";
  box-sizing: border-box;
  transition: 0.5s;
  flex: 0 0 23%;
  flex-grow: 1;
}

.services__item:hover {
  box-shadow: 0px 20px 40px rgba(12, 135, 179, 0.4);
}

.services__item img {
  width: 160px;
  height: 160px;
  object-fit: cover;
  margin-bottom: 27px;
  border-radius: 50%;
  object-position: center;
}

.services__item__name {
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 25px;
}

.services__item__price {
  line-height: 120%;
  text-align: center;
  color: #00a51a;
  padding: 14px 0;
  border-radius: 4px;
  border: 1px solid #00a51a;
  width: 100%;
  position: relative;
}

.services__item__price::before {
  content: "Подробнее \2192";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: conic-gradient(from 39.07deg at 27.17% 100%,
      #027614 0deg,
      #2fd614 244.5deg,
      #027614 360deg);
  opacity: 0;
  transition: 1s;
}

.services__item:hover .services__item__price::before {
  opacity: 1;
}

.main_bg--linear {
  background: linear-gradient(0deg,
      rgba(0, 105, 194, 0) 0%,
      rgba(0, 129, 211, 0.19) 100%);
}

.advantages {
  padding-top: 140px;
  position: relative;
  z-index: 2;
  margin-bottom: 178px;
}

.advantages::before {
  content: "";
  position: absolute;
  background-image: url("/local/templates/cgs71/css/../img/advantages_bg.png");
  background-repeat: no-repeat;
  background-position-y: -100px;
  height: 100%;
  width: 100%;
  z-index: -1;
  top: 0;
  background-size: cover;
}

.advantages__title {
  margin-bottom: 60px;
}

.advantages__wrap {
  display: flex;
  gap: 40px;
}

.advantages__item {
  background-image: url("/local/templates/cgs71/css/../img/advantages_item.png");
  background-repeat: no-repeat;
  background-size: cover;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  flex-basis: 370px;
  font-weight: 700;
  font-size: 14px;
  line-height: 120%;
  text-align: center;
  color: #fff;
  padding: 30px;
  border-radius: 5px;
}

.advantages__item>div {
  max-width: 165px;
}

.advantages__item img {
  height: 125px;
  object-fit: contain;
  margin-bottom: 20px;
}

.about .container {
  margin-left: calc((100vw - 1170px) / 2);
  max-width: unset;
}

.about__wrap {
  display: flex;
  justify-content: space-between;
  gap: 85px;
}

.about__text {
  max-width: 600px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.about__wrap>div {}

.about__slider__wrap {
  position: relative;
  overflow: hidden;
}

.about__text p {
  margin-bottom: 30px;
}

.about__text p:last-of-type {
  margin-bottom: 40px;
}

.about__title {
  margin-bottom: 37px;
}

.about__text__nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.about__text__nav__btn {
  padding: 23px 60px;
}

.about__slider_arrows {
  display: flex;
  gap: 28px;
}

.about__slider__wrap .about__slider,
.about__slider__wrap .slick-list,
.about__slider__wrap .slick-track {
  height: 100%;
}

.about__slider__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about__slider__counter {
  position: absolute;
  bottom: 18px;
  left: 18px;
  z-index: 1;
  font-family: "Roboto Condensed";
  font-size: 17px;
  line-height: 120%;
  text-transform: uppercase;
  color: #ffffff;
}

.about__slider__counter span {
  font-weight: 700;
  font-size: 25px;
}

.about__slider__counter::before {
  content: "";
  position: absolute;
  height: 103px;
  width: 103px;
  background: linear-gradient(180deg, #00b9fb 0%, #0060bb 100%);
  left: -41px;
  bottom: -46px;
  z-index: -1;
  border-radius: 50%;
}

.stages {
  padding-top: 180px;
  background-image: url("/local/templates/cgs71/css/../img/stages_top_bg.png");
  background-position-y: -55px;
  background-repeat: no-repeat;
}

.stages__bg {
  background: linear-gradient(180deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(0, 96, 187, 0.3) 100%);
  padding-bottom: 200px;
  position: relative;
}

.stages__bg::before {
  content: "";
  background-image: url("/local/templates/cgs71/css/../img/stages_bot_bg.png");
  position: absolute;
  width: 100%;
  height: 170px;
  bottom: 0;
  left: 0;
  background-size: cover;
}

.stages__title__wrap {
  margin-bottom: 105px;
}

.stages__wrap {
  display: flex;
  flex-direction: column;
  counter-reset: counter;
  position: relative;
  background-image: url(/local/templates/cgs71/css/../img/stages_bg.png);
  background-position-x: 40%;
  background-size: contain;
  background-position-y: 0;
  background-repeat: no-repeat;
}

.stages__item {
  display: flex !important;
  align-items: center;
  gap: 95px;
  margin: -15px 0;
}

.stages__item:nth-child(even) {
  flex-direction: row-reverse;
}

.stages__item__img {
  width: 400px;
  height: 290px;
  object-fit: cover;
  position: relative;
}

.stages__item__img img {
  height: 100%;
  object-fit: cover;
}

.stages__item__img::before {
  counter-increment: counter;
  content: counter(counter);
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  transform: translate(0, -50%);
  right: -55px;
  border-radius: 50%;
  background: linear-gradient(160.04deg, #007ace 13.32%, #00b9fb 85.03%);
  color: #fff;
  width: 110px;
  height: 110px;
  font-family: "Roboto Condensed";
  font-weight: 700;
  font-size: 46px;
}

.stages__item:nth-child(even) .stages__item__img::before {
  left: -55px;
}

.stages__item__text {
  font-size: 35px;
  max-width: 420px;
}

.stages__item:nth-child(even) .stages__item__text {
  max-width: 520px;
}

.catalog {
  background-image: url("/local/templates/cgs71/css/../img/catalog_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: center;
  margin-bottom: 100px;
  padding-top: 90px;
}

.catalog__title__wrap {
  margin-bottom: 92px;
}

.catalog__wrap {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 30px;
  margin-bottom: 70px;
}

.catalog__item {
  padding-top: 16px;
  box-shadow: 0px 20px 40px rgba(12, 135, 179, 0.2);
  border-radius: 4px;
  font-family: "Roboto Condensed";
  font-weight: 700;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  position: relative;
  background-color: #fff;
  transition: 0.5s;
}

.catalog__item:hover {
  outline: 1px solid #00b9fb;
  box-shadow: 0px 20px 40px rgba(12, 135, 179, 0.4);
}

.catalog__item img {
  height: 200px;
  width: 200px;
  object-fit: cover;
}

.catalog__item__brand {
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #fff;
  position: absolute;
  top: 29px;
  left: 0;
  padding: 5px 8px;
  background: linear-gradient(149.31deg,
      rgba(0, 102, 199, 0.75) 26.11%,
      rgba(0, 178, 255, 0.75) 103.68%);
  box-shadow: 0px 20px 40px rgba(12, 135, 178, 0.2);
  border-radius: 0px 2px 2px 0px;
}

.catalog__item__img {
  margin-bottom: 6px;
}

.catalog__item__name {
  font-size: 19px;
  line-height: 120%;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 10px;
}

.catalog__item__price {
  line-height: 120%;
  text-transform: uppercase;
  color: #007ace;
  margin-bottom: 21px;
}

.catalog__item__price span {
  font-size: 18px;
  font-weight: 400;
  text-transform: lowercase;
}

.catalog__item__link {
  padding: 14px 0;
  width: 100%;
  border: 1px solid #00a51a;
  border-radius: 4px;
  text-align: center;
  color: #00a51a;
  position: relative;
  margin-bottom: 0;
}

.catalog__item__link::before {
  content: "Подробнее \2192";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: conic-gradient(from 39.07deg at 27.17% 100%,
      #027614 0deg,
      #2fd614 244.5deg,
      #027614 360deg);
  border-radius: inherit;
  opacity: 0;
  transition: 1s;
}

.catalog__item:hover .catalog__item__link::before {
  opacity: 1;
}

.services__btn {
  padding: 23px 0;
  margin: 0 auto;
  display: block;
  width: 230px;
  text-align: center;
}

.services__slider_arrows {
  display: flex;
  gap: 12px;
  justify-content: center;
}

.advantages__slider_arrows {
  display: flex;
  gap: 12px;
  justify-content: center;
  margin-top: 30px;
}

.map {
  margin-bottom: 100px;
}

.map__wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}

.map__title {
  height: fit-content;
}

.map__link {
  padding-left: 52px;
  max-width: 220px;
  position: relative;
  font-family: "Roboto Condensed";
  font-weight: 700;
  line-height: 120%;
  color: #02c221;
}

.map__link::before {
  left: 0;
}

.map__wrapper {
  position: relative;
  height: 625px;
  width: 100%;
}

.map__sidebar {
  position: absolute;
  top: 10%;
  right: calc((100vw - 1170px) / 2);
  background: linear-gradient(180deg,
      rgba(255, 255, 255, 0.24) 0%,
      rgba(255, 255, 255, 0.75) 54.04%);
  box-shadow: 0px 20px 40px rgba(12, 135, 179, 0.2);
  border-radius: 4px;
  padding: 28px;
  width: 370px;
  box-sizing: border-box;
  max-height: 520px;
  z-index: 1;
  opacity: 0;
  transition: 0.5s;
  pointer-events: none;
}

.map__sidebar.active {
  opacity: 1;
  pointer-events: unset;
}

.map__sidebar img {
  border-radius: 5px;
  margin-bottom: 27px;
  height: 205px;
  object-fit: cover;
  width: 100%;
}

.map__sidebar__name {
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 23px;
}

.map__sidebar__prop {
  line-height: 120%;
}

.map__sidebar__prop {
  margin-bottom: 10px;
}

.map__sidebar__prop span {
  font-weight: 700;
  font-size: 16px;
}

.map__sidebar__price {
  margin-top: 20px;
  margin-bottom: 29px;
  color: #007ace;
}

.map__sidebar__price span {
  font-weight: 700;
}

.map__sidebar__link {
  width: 150px;
  padding: 12px 0;
  display: block;
}

.objects {
  margin-bottom: 90px;
}

.objects__title__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 52px;
}

.objects__title__wrap a {
  font-family: "Roboto Condensed";
  font-weight: 700;
  line-height: 120%;
  color: #02c221;
}

.objects__title {}

.objects__wrap {
  position: relative;
}

.objects__slider .slick-track {
  display: flex;
}

.objects__slider .slick-list {
  border-radius: 5px;
}

.objects__item {
  padding: 58px;
  color: #fff;
  font-family: "Roboto";
  border-radius: 5px;
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
  height: unset;
  background-position: center;
}

.objects__item::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(90deg,
      rgba(0, 63, 6, 0.85) 23.22%,
      rgba(255, 255, 255, 0) 104.82%);
  z-index: -1;
}

.objects__item__name {
  font-weight: 700;
  font-size: 32px;
  line-height: 120%;
  margin-bottom: 13px;
}

.objects__item__text {
  line-height: 120%;
  max-width: 400px;
  margin-bottom: 30px;
}

.objects__item__info {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 35px;
}

.objects__item__info span {
  display: block;
  line-height: 120%;
}

.objects__item__info__deep {
  padding-left: 46px;
  position: relative;
}

.objects__item__info__deep::before {
  position: absolute;
  left: 0;
}

.objects__item__info__span--small {
  font-size: 12px;
}

.objects__item__info__time {
  padding-left: 46px;
  position: relative;
}

.objects__item__info__time::before {
  position: absolute;
  left: 0;
}

.svg--clock {}

.objects__item__info__price span {
  display: inline;
  font-weight: 400;
  text-transform: lowercase;
}

.objects__item__info__price {
  font-family: "Roboto Condensed";
  font-weight: 700;
  font-size: 32px;
  line-height: 120%;
  text-transform: uppercase;
}

.objects__item__link {
  padding: 13px 50px;
  display: inline-block;
}

.objects__slider__dots {
  position: absolute;
  right: 56px;
  bottom: 61px;
}

.slider__dots {
  display: flex;
  gap: 8px;
}

.slider__dots button {
  font-size: 0;
  border: none;
  outline: none;
  height: 12px;
  width: 12px;
  background: #fff;
  border-radius: 50%;
}

.slider__dots .slick-active button {
  height: 17px;
  width: 17px;
  background: #00b9fb;
}

.reviews {
  background-image: url("/local/templates/cgs71/css/../img/reviews_bg.png");
  background-repeat: no-repeat;
  background-position: top;
  margin-bottom: 80px;
}

.reviews.inner_page {
  background-image: none;
}

.reviews__title {
  margin-bottom: 48px;
}

.reviews__wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 45px;
}

.reviews__wrap .slick-track {
  display: flex;
}

.reviews__item {
  padding: 30px 40px 50px 40px;
  background-color: #fff;
  box-shadow: 0px 20px 40px rgba(12, 135, 179, 0.2);
  border-radius: 4px;
}

.reviews__item__head {
  display: flex;
  align-items: center;
  gap: 45px;
  margin-bottom: 10px;
  justify-content: space-between;
}

.reviews__item__date {
  text-align: center;
  margin-bottom: 40px;
}

.reviews__item__img {
  width: 107px;
  height: 107px;
  border-radius: 50%;
  flex: 0 0 107px;
}

.reviews__item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.reviews__item__info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  text-align: center;
}

.reviews__item__info__name {
  font-weight: 700;
  line-height: 120%;
  color: #000000;
  min-height: 45px;
  display: flex;
  align-items: center;
}

.reviews__item__info__stars {
  display: flex;
  gap: 2px;
}

.reviews__item__info__stars span {
  width: 17px;
  height: 17px;
  background-image: url("/local/templates/cgs71/css/../img/reviews_star.png");
  display: block;
  background-repeat: no-repeat;
}

.reviews__item__text {
  line-height: 120%;
}

.reviews__link {
  padding: 23px 0;
  width: 230px;
  display: block;
  text-align: center;
  margin: 0 auto;
}

.faq {
  padding-bottom: 90px;
}

.faq__title {
  margin-bottom: 34px;
}

.faq__wrap {}

.faq__item {
  padding: 0 70px;
  background: #ffffff;
  box-shadow: 0px 20px 40px rgba(12, 135, 179, 0.2);
  border-radius: 4px;
  position: relative;
  cursor: pointer;
}

.faq__item:not(:last-child) {
  margin-bottom: 18px;
}

.faq__item__question {
  padding: 35px 0 35px 0;
  font-weight: 700;
  color: #000000;
  padding-right: 50px;
}

.faq__item__question::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='21' height='13' viewBox='0 0 21 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19 11L11.227 2.76978C10.8324 2.35194 10.1676 2.35194 9.77299 2.76978L2 11' stroke='%230060BB' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  width: 21px;
  height: 13px;
  position: absolute;
  right: 75px;
  top: 40px;
  transition: 0.5s;
  transform: rotate(180deg);
}

.faq__item__question.active::before {
  transform: rotate(0);
}

.faq__item__answer {
  display: none;
  border-top: 1px solid #dcdcdc;
  padding-top: 35px;
  padding-bottom: 35px;
}

.contacts {
  margin-bottom: 35px;
}

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

.contacts__wrap>div {
  width: 48%;
  gap: 20px;
}

.contacts__info {}

.contacts__title {
  margin-bottom: 37px;
  margin-top: 20px;
}

.contacts__info__wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 40px;
  row-gap: 26px;
  margin-bottom: 35px;
}

.contacts__info__item a,
.contacts__info__item div {
  display: block;
  line-height: 120%;
}

.contacts__info__item__name {
  color: #00b9fb;
  margin-bottom: 5px;
}

.contacts__info__item__text {
  max-width: 230px;
}

.contacts__info__item__link--bold {
  font-weight: 700;
}

.contacts__info__social {
  display: flex;
  gap: 15px;
  margin-bottom: 55px;
}

.contacts__info__social a {
  display: block;
  width: 40px;
  height: 40px;
  background-size: contain;
  border-radius: 50%;
  transition: 0.5s;
}

.contacts__info__social a:hover {
  opacity: 0.5;
}

.contacts__info__social__whatsup {
  background-image: url("/local/templates/cgs71/css/../img/social_wat.png");
}

.contacts__info__social__inst {
  background-image: url("/local/templates/cgs71/css/../img/social_inst.png");
}

.footer {
  color: #fff;
  background-image: url("/local/templates/cgs71/css/../img/footer_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
  font-family: "Roboto Condensed";
}

.footer::before {
  content: "";
  position: absolute;
  background-image: url("/local/templates/cgs71/css/../img/footer_bg2.png");
  background-repeat: no-repeat;
  background-position-y: top;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.footer__logo {
  display: flex;
  max-width: 221px;
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  gap: 24px;
  align-items: center;
  line-height: 120%;
}

.footer__wrap {
  display: flex;
  flex-direction: column;
  row-gap: 50px;
  padding-top: 200px;
}

.footer__top {
  display: flex;
  justify-content: space-between;
  gap: 60px 40px;
}

.footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
  padding-block: 50px;
  border-top: 1px solid #64b5ed;
}

.footer__first {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
  align-items: center;
}

.footer__first-button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-inline: 35px;
  padding-block: 11px;
  border-radius: 3px;
  border: 1px solid var(--3, #f1fbff);
  color: var(--3, #f1fbff);
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 135.023%;
  /* 24.304px */
  background: none;
  cursor: pointer;
  transition: all 0.5s;
}

.footer__first-button:hover {
  color: #0079ce;
  background-color: #fff;
}

.footer__first-phones {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 6px;
}

.footer__first-phones a {
  color: var(--3, #f1fbff);

  /* наборный/1 регулар */
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: color 0.5s;
}

.footer__first-phones a:hover {
  color: #2fd614;
}

.footer__bottom-block {
  display: flex;
  gap: 10px;
}

.footer__bottom-block .footer__text span {
  color: #64b5ed;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.footer__brevis {
  display: inline-flex;
  flex-direction: column;
  max-width: 357px;
  width: 100%;
}

.footer__brevis:hover p {
  color: #2fd614;
}

.footer__brevis p {
  color: #64b5ed;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: color 0.5s;
}

.footer__email span {
  transition: color 0.5s;
}

.footer__email:hover span {
  color: #2fd614;
}

.footer__bottom-block .footer__text p {
  color: var(--3, #f1fbff);

  /* наборный/1 регулар */
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.footer__menu {
  display: flex;
  gap: 80px;
}

.footer__menu a {
  transition: 0.5s;
}

.footer__menu a:hover {
  color: #2fd614;
}

.footer__menu__left {
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
}

.footer__menu__left li:not(:last-child) {
  margin-bottom: 10px;
}

.footer__menu__right {
  font-family: "Roboto";
  line-height: 120%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.footer__menu__right li:not(:last-child) {
  margin-bottom: 10px;
}

.footer__menu__right--title {
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  padding-bottom: 10px;
  margin-bottom: 25px !important;
  position: relative;
  z-index: 1;
}

.footer__menu__right--title::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 32px;
  top: 0;
  left: 0;
  border-bottom: 1px solid #fff;
  z-index: -1;
}

.brevis__logo {
  max-width: 330px;
  display: flex;
  flex-grow: 1;
  gap: 10px;
}

.brevis__logo div {
  margin-top: 5px;
}

.brevis__logo img {
  width: 44px;
  height: 65px;
}

.header-top__burger {
  display: none;
}

.main-inner {
  background-color: #fff;
  position: relative;
  padding: 5px 0;
}

.main-inner::before {
  content: "";
  background-image: url(/local/templates/cgs71/css/../img/inner_top_bg.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-color: #d2f2ff;
  position: absolute;
  width: 100%;
  top: 0;
  background-size: cover;
  height: 130px;
}

.breadcrumbs {
  font-size: 16px;
  display: flex;
  gap: 5px;
  align-items: center;
  padding: 25px 0;
}

.breadcrumbs span {
  height: 1px;
  width: 15px;
  background-color: #000;
}

.breadcrumbs__item:last-child {
  color: #027614;
}

.catalog_list {}

.catalog_list__title {}

.catalog_list__wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 70px;
  row-gap: 50px;
}

.catalog_list__wrap .bx_catalog_text {
  margin-bottom: 0;
}

.catalog_list__item,
.catalog__item-redisign {
  display: flex;
  position: relative;
  padding: 40px 35px;
  background: #ffffff;
  box-shadow: 0px 20px 40px rgba(12, 135, 179, 0.2);
  border-radius: 4px;
  gap: 20px;
  transition: 0.5s;
}

.catalog_list__item:hover {
  outline: 1px solid #00b9fb;
  box-shadow: 0px 20px 40px rgba(12, 135, 179, 0.4);
}

.catalog_list__item__brand {
  position: absolute;
  font-family: "Roboto Condensed";
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #ffffff;
  background: linear-gradient(149.31deg,
      rgba(0, 102, 199, 0.75) 26.11%,
      rgba(0, 178, 255, 0.75) 103.68%);
  box-shadow: 0px 20px 40px rgba(12, 135, 178, 0.2);
  border-radius: 0px 2px 2px 0px;
  top: 30px;
  left: 0;
  padding: 5px 8px;
}

.catalog_list__item__left {}

.catalog_list__item__left__img {
  height: 172px;
  width: 172px;
  border: 1px solid #d5d5d5;
  border-radius: 5px;
  margin-bottom: 10px;
}

.catalog_list__item__left__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.catalog_list__item__left__price {
  font-family: "Roboto Condensed";
  font-size: 22px;
  line-height: 120%;
  text-align: center;
  color: #007ace;
  margin-bottom: 10px;
}

.catalog_list__item__left__price span {
  font-weight: 700;
}

.catalog_list__item__left__btn {
  display: flex;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
  align-items: center;
}

.catalog_list__item__right {
  width: 100%;
}

.catalog_list__item__right__name {
  font-family: "Roboto Condensed";
  font-weight: 700;
  font-size: 19px;
  line-height: 120%;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 20px;
}

.catalog_list__item__right__ul {
  font-size: 18px;
  line-height: 120%;
}

.catalog_list__item__right__ul li {
  padding: 6px 8px;
}

.catalog_list__item__right__ul li:nth-child(odd) {
  background: #f0fbff;
}

.catalog_list__item__right__ul span {
  font-weight: 700;
  font-size: 16px;
  color: #303030;
}

.description {
  color: #000;
}

.subtitle {
  font-family: "Roboto Condensed";
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  text-transform: uppercase;
  margin: 20px 0;
}

h3,
h2 {
  font-family: "Roboto Condensed";
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  text-transform: uppercase;
  margin: 20px 0;
}

.pagination {
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.pagination .text:nth-child(1) {
  display: none;
}

.pagination .text {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  font-size: 16px;
  line-height: 120%;
  margin: 40px 0 20px;
}

.pagination .text a {
  color: #0060bb;
  padding: 8px 16px;
  text-decoration: none;
  transition: 0.5s ease;
  border: 1px solid #e3e3e3;
}

.pagination .text a:hover {
  background: #f1f5f8;
}

.pagination .text b {
  background-color: #0060bb;
  padding: 8px 16px;
  color: white;
  border: 1px solid #e3e3e3;
}

.custom_ul {
  font-size: 16px;
  line-height: 120%;
}

.custom_ul li:not(:last-child) {
  margin-bottom: 15px;
}

.custom_ul li {
  position: relative;
  padding-left: 15px;
}

.custom_ul li::before {
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  top: 6px;
  left: 0;
  background-color: #00b9fb;
}

.services_top {
  /* padding-top: 50px; */
}

.services_top__request {
  padding-top: 28px;
  background-image: url("/local/templates/cgs71/css/../img/service_bg.png");
  background-repeat: no-repeat;
  background-position-x: 481px;
  background-position-y: top;
  margin-top: 80px;
  padding-bottom: 80px;
}

.services_top__request__wrap {
  background-color: rgba(232, 249, 255, 0.8);
  box-shadow: 0px 20px 40px rgba(12, 135, 178, 0.2);
  border-radius: 5px;
  background-image: url("/local/templates/cgs71/css/../img/service_form_bg.png");
  background-size: cover;
  max-width: 823px;
  width: 100%;
  padding: 50px 100px 50px 30px;
  box-sizing: border-box;
  padding-bottom: 90px;
}

.services_top__request__name {
  font-family: "Roboto Condensed";
  font-weight: 700;
  font-size: 30px;
  line-height: 120%;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.services_top__request__price {
  font-size: 25px;
  line-height: 120%;
  margin-bottom: 50px;
}

.services_top__request__price span {
  font-weight: 700;
  color: rgba(0, 102, 199, 1);
}

.services_top__request__form {}

.services_top__request__form__fields {
  display: flex;
  justify-content: space-between;
  gap: 55px;
  margin-bottom: 15px;
}

.services_top__request__form__fields__input {
  padding: 17px 20px;
  background: #ffffff;
  border: 1px solid #d5d5d5;
  border-radius: 5px;
  width: 100%;
  font-size: 25px;
  box-sizing: border-box;
}

.services_top__request__form__fields__input--phone {}

.services_top__request__form__fields__check {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.custom-checkbox {}

.custom-checkbox a {
  text-decoration: underline;
}

.submit_button {
  border: none;
  padding: 23px 46px;
}

/* для элемента input c type="checkbox" */

.custom-checkbox>input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

/* для элемента label, связанного с .custom-checkbox */

.custom-checkbox>span {
  display: inline-flex;
  align-items: center;
  user-select: none;
  gap: 7px;
}

/* создание в label псевдоэлемента before со следующими стилями */

.custom-checkbox>span::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #adb5bd;
  border-radius: 0.25em;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center center;
}

/* стили при наведении курсора на checkbox */

.custom-checkbox>input:not(:disabled):not(:checked)+span:hover::before {
  border-color: #b3d7ff;
}

/* стили для активного чекбокса (при нажатии на него) */

.custom-checkbox>input:not(:disabled):active+span::before {
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}

/* стили для чекбокса, находящегося в фокусе */

.custom-checkbox>input:focus+span::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* стили для чекбокса, находящегося в фокусе и не находящегося в состоянии checked */

.custom-checkbox>input:focus:not(:checked)+span::before {
  border-color: #80bdff;
}

/* стили для чекбокса, находящегося в состоянии checked */

.custom-checkbox>input:checked+span::before {
  background-image: url("data:image/svg+xml,%3Csvg width='21' height='16' viewBox='0 0 21 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.00019 6.59568L7.47363 14.1008L19.5664 0.938609' stroke='%230060BB' stroke-width='2'/%3E%3C/svg%3E%0A");
}

/* стили для чекбокса, находящегося в состоянии disabled */

.custom-checkbox>input:disabled+span::before {
  background-color: #e9ecef;
}

.advantages_service {
  margin-top: 80px;
  margin-bottom: 80px;
}

.advantages_service__wrap {
  display: flex;
  gap: 40px;
  justify-content: space-around;
}

.advantages_service__item img {
  height: 120px;
  width: 100%;
  object-fit: none;
  margin-bottom: 20px;
}

.advantages_service__item {
  background-image: url("/local/templates/cgs71/css/../img/advantages_item.png");
  background-size: cover;
  border-radius: 5px;
  flex-basis: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 20px 15px 20px 15px;
  box-sizing: border-box;
  font-weight: 700;
  font-size: 14px;
  line-height: 120%;
  color: #ffffff;
}

.advantages_service__item div {
  max-width: 150px;
}

.stock {
  margin-top: 40px;
}

.stock__wrap {
  padding: 45px 40px;
  /* filter: drop-shadow(0px 20px 40px rgba(12, 135, 178, 0.2)); */
  filter: drop-shadow(-10px -5px 30px rgba(12, 135, 178, 0.2));
  border-radius: 5px;
  background: linear-gradient(90deg,
      #edfaff 32.29%,
      #edfaff 55.73%,
      rgba(255, 255, 255, 0) 85.94%);
  margin-top: 80px;
  margin-bottom: 50px;
}

.stock__bg {
  position: relative;
}

.stock__bg::before {
  content: "";
  background-image: url("/local/templates/cgs71/css/../img/sctock_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: right;
  position: absolute;
  height: 100%;
  width: 100%;
  max-width: 558px;
  right: 0;
  top: 0;
  border-radius: 5px;
}

.stock__wrap__title {
  padding-left: 0 !important;
  margin-bottom: 14px;
}

.stock__wrap__title::before {
  display: none;
}

.stock__wrap__date {
  font-size: 20px;
  line-height: 120%;
  color: #007312;
  margin-bottom: 20px;
}

.stock__wrap__descr {
  font-size: 30px;
  line-height: 120%;
  margin-bottom: 20px;
}

.stock__wrap__descr span {
  display: block;
}

.stock__wrap__descr--bold {
  font-weight: 700;
}

.stock__wrap__btn {
  padding: 22px 0;
  width: 230px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service_bot_bg {
  background: linear-gradient(180deg,
      #d2f2ff 0%,
      rgba(0, 130, 213, 0.51) 52.08%,
      rgba(0, 122, 206, 0) 100%);
  padding-top: 130px;
  position: relative;
  margin-top: 40px;
  padding-bottom: 130px;
}

.service_bot_bg::before {
  content: "";
  background-image: url(/local/templates/cgs71/css/../img/inner_top_bg.png);
  background-repeat: no-repeat;
  background-position: bottom;
  position: absolute;
  width: 100%;
  top: 0;
  background-size: cover;
  height: 130px;
  transform: rotate(180deg);
}

.service_bot_bg::after {
  content: "";
  background-image: url(/local/templates/cgs71/css/../img/inner_top_bg.png);
  background-repeat: no-repeat;
  background-position: bottom;
  position: absolute;
  width: 100%;
  bottom: 0;
  background-size: cover;
  height: 130px;
}

.service_top_bg {
  background-image: url("/local/templates/cgs71/css/../img/service_top_bg.png");
  background-repeat: no-repeat;
  background-position-x: left;
  background-position-y: center;
}

.burger-menu_button {
  position: relative;
  top: 10px;
  right: 10px;
  z-index: 30;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  display: block;
  height: 30px;
  width: 30px;
  top: -5px;
}

.burger-menu_button:hover .burger-menu_lines {
  filter: brightness(0.7);
}

.burger-menu_button:hover {
  background-color: rgba(255, 255, 255, 0.7);
}

.burger-menu_lines::before,
.burger-menu_lines::after,
.burger-menu_lines {
  position: absolute;
  width: 30px;
  height: 1px;
  background-color: #000;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.burger-menu_lines {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.burger-menu_lines::before {
  content: "";
  top: -12px;
}

.burger-menu_lines::after {
  content: "";
  top: 12px;
}

.burger-menu_active .burger-menu_lines {
  background-color: transparent;
}

.burger-menu_active .burger-menu_lines::before {
  top: 0;
  transform: rotate(45deg);
}

.burger-menu_active .burger-menu_lines::after {
  top: 0;
  transform: rotate(-45deg);
}

.burger-menu_nav {
  padding-top: 40px;
  position: fixed;
  top: 0;
  z-index: 20;
  display: flex;
  flex-flow: column;
  height: 70vh;
  background-color: #fff;
  overflow-y: auto;
  right: -200%;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  width: 100%;
}

.header_fixed .burger-menu_nav {
  height: 800%;
  padding-top: 15%;
}

.burger-menu_nav::-webkit-scrollbar {
  width: 10px;
}

.burger-menu_nav::-webkit-scrollbar-track {
  background-color: darkgrey;
}

.burger-menu_nav {
  scrollbar-width: thin;
  scrollbar-color: rgb(8, 111, 19) #e0e0e0;
}

.burger-menu_active {
  position: fixed;
  right: 10px;
}

.burger-menu_active .burger-menu_nav {
  right: 0;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.burger-menu_link {
  padding: 13px 35px;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-weight: 400;
  color: #000;
  border-bottom: 1px solid #fff;
  padding-left: 50px;
}

.burger-menu_link:first-child {
  border-top: 1px solid #fff;
}

.burger-menu_link:hover {
  filter: brightness(0.9);
}

.burger-menu_overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10;
}

.burger-menu_active .burger-menu_overlay {
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
}

.services_top__request__wrap.popup {
  padding: 50px 100px;
  max-width: 680px;
  box-sizing: border-box;
}

.services_top__request__wrap.popup .services_top__request__form__fields {
  flex-direction: column;
}

.services_top__request__wrap.popup .services_top__request__form__fields__check {
  flex-direction: column;
  gap: 50px;
}

.services_top__request__wrap.popup .services_top__request__name {
  text-align: center;
}

.btn-up {
  position: fixed;
  right: 20px;
  bottom: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

.btn-up::before {
  content: "";
  width: 110px;
  height: 110px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%3Csvg width='110' height='110' viewBox='0 0 110 110' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_d_13_7)'%3E%3Ccircle cx='55' cy='51' r='25' fill='%230060BB'/%3E%3C/g%3E%3Cg filter='url(%23filter1_d_13_7)'%3E%3Cpath d='M53.5397 46.9351C54.3095 45.6017 56.234 45.6017 57.0038 46.9351L59.8936 51.9405C60.6634 53.2738 59.7012 54.9405 58.1616 54.9405H52.3818C50.8422 54.9405 49.88 53.2738 50.6498 51.9405L53.5397 46.9351Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_d_13_7' x='0' y='0' width='110' height='110' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='4'/%3E%3CfeGaussianBlur stdDeviation='15'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0.376471 0 0 0 0 0.733333 0 0 0 0.4 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_13_7'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_13_7' result='shape'/%3E%3C/filter%3E%3Cfilter id='filter1_d_13_7' x='46.3788' y='45.9351' width='17.7858' height='17.0054' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='4'/%3E%3CfeGaussianBlur stdDeviation='2'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0.376471 0 0 0 0 0.733333 0 0 0 1 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_13_7'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_13_7' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
}

.btn-up_hide {
  display: none;
}

.news-detail {
  font-size: 16px;
}

.news-detail a {
  flex: 0 0 23%;
  overflow: hidden;
  flex-grow: 1;
  max-height: 400px;
}

.news-detail-akcii {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}

.news-detail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s;
}

.news-detail img:hover {
  transform: scale(1.05);
}

.header__nav__ul li a.root-item {
  color: white;
  font-weight: bold;
  /* padding: 20px 12px; */
}

.header__nav__ul li:not(:last-child) {
  border-right: 1px solid #fff;
}

.header__nav__ul .header__nav__ul {
  display: flex;
  padding: 13px 0;
}

.header__nav__ul li {
  flex-grow: 1;
}

.header__nav__ul>li>a {
  transition: 0.5s;
}

.header__nav__ul>li>a:hover {
  transform: translateY(-4px);
}

.header__nav__ul li:not(:last-child) {
  border-right: 1px solid #fff;
}

.header__nav__ul li a {
  display: block;
}

.header__nav__sub {
  position: absolute;
  top: 61px;
  z-index: 2;
  background-color: #fff;
  box-shadow: rgba(1, 1, 1, 0.1) 0 0 20px;
  filter: drop-shadow(0px 20px 40px rgba(12, 135, 178, 0.2));
  max-width: 1170px;
  width: 100%;
  /* margin: 0 calc((100vw - 1170px) / 2); */
  grid-template-columns: repeat(5, 1fr);
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  opacity: 0;
  pointer-events: none;
  transition: 0.5s;
}

.header__nav__ul__sub {
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='11' viewBox='0 0 14 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L7 8.5L13 1' stroke='white' stroke-width='2'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position-x: 95%;
  background-position-y: 50%;
  background-size: 10px;
}

.header__nav__ul__sub:hover .header__nav__sub {
  opacity: 1;
  pointer-events: auto;
}

.header__nav__sub_col {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 0;
  align-items: center;
  top: 61px;
  max-height: 450px;
  overflow-y: scroll;
  padding: 0 5px;
}

.header_fixed .header__nav__ul>li .header__nav__sub_col,
.header_fixed .header__nav__ul>li .header__nav__sub {
  top: 30px;
}

.header__nav__ul__col {
  position: relative;
}

.header__navigation-ul>.header__nav__ul__col .header__nav__sub__item__title {
  color: #303030;
}

.header__navigation-ul>.header__nav__ul__col .header__nav__sub__item__title:hover {
  color: #00a51a;
}

.header__navigation-ul>.header__nav__ul__col .header_nav_item {
  margin: 15px 0;
}

.header__nav__sub_col .header__nav__sub__item__title {
  padding: 0;
}

.news__list {
  display: flex;
  gap: 20px;
  flex-direction: column;
  margin-bottom: 50px;
}

.news__item {
  display: flex;
  padding: 16px;
  border-radius: 4px;
  transition: 0.5s;
  outline: 1px solid #000;
  gap: 16px;
}

.news__item:hover {
  outline: 1px solid #00b9fb;
  box-shadow: 0px 20px 40px rgba(12, 135, 179, 0.4);
}

.news-item__img {
  width: 300px;
  height: 250px;
}

.news-item__img img {
  width: 300px;
  height: 250px;
  object-fit: cover;
}

/*Root items*/

.header__nav__ul li a.root-item,
.header__navigation-ul li a.root-item {
  color: white;
  font-weight: bold;
  padding: 20px 12px;
}

.header__nav__ul li:not(:last-child) {
  border-right: 1px solid #fff;
}

.header__nav__ul .header__nav__ul {
  display: flex;
  padding: 13px 0;
}

.header__nav__ul .header__nav__ul li {
  flex-grow: 1;
}

.header__nav__ul .header__nav__ul>li>a {
  transition: 0.5s;
}

.header__nav__ul .header__nav__ul>li>a:hover {
  transform: translateY(-4px);
}

.header__nav__ul .header__nav__ul li:not(:last-child) {
  border-right: 1px solid #fff;
}

.header__nav__ul .header__nav__ul li a {
  display: block;
}

.header__nav__ul li:hover a.root-item,
#horizontal-multilevel-menu li.jshover a.root-item {
  transform: translateY(-4px);
}

.header-bottom__item-link:hover {
  transform: translateY(-4px);
}

.header__nav__ul a.parent {
  background: url(/local/templates/cgs71/css/images/arrow.gif) center right no-repeat;
}

.header__nav__ul a.denied {
  background: url(/local/templates/cgs71/css/images/lock.gif) center right no-repeat;
}

.header__nav__ul li:hover,
#horizontal-multilevel-menu li.jshover {
  color: inherit;
}

.header__nav__ul li a,
.header__nav__ul li:hover li a {
  color: black;
}

.header__nav__ul li.item-selected {
  background: #d6d6d6;
  color: inherit;
}

.header__nav__ul li ul {
  position: absolute;
  top: auto;
  display: none;
  z-index: 500;
  height: auto;
  width: 135px;
  background: #f5f5f5;
  border: 1px solid #c1c1c1;
}

.header__nav__level-1>.header__nav__sub.header__nav__sub_col {
  padding: 0 20px;
  width: max-content;
  left: auto;
  transform: translate(0);
}

.header__nav__level-1:hover ul {
  display: flex;
  top: 100%;
  width: -webkit-fill-available;
  width: -moz-available;
  border: none;
  background-color: #fff;
  padding: 20px 0;
  position: relative;
}

.header__nav__ul li li {
  width: 100%;
  border-bottom: 1px solid #dedede;
}

.header__nav__ul li ul a {
  text-align: left;
}

.header__nav__level-2 {
  position: relative;
}

.header__nav__level-2 .header__nav__sub_col {
  position: relative;
  height: auto;
  top: 0;
  overflow: visible;
  width: -webkit-fill-available;
  max-height: none;
  padding: 0;
  filter: none;
  box-shadow: none;
  padding: 20px 0 0 35px;
  align-items: flex-start;
}

.header__nav__level-2 .header__nav__sub_col ul {
  position: relative;
  width: auto;
  flex-direction: column;
  padding: 0;
  border-left: 2px solid #009ae8;
  padding-left: 20px;
  gap: 20px;
}

.header__nav__level-3 .menu__item-title>.header__nav__sub__item__title {
  color: #303030;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: math-auto;
  margin: 0;
  padding: 0;
}

.menu__item-title img {
  height: 60px;
}

.FormRewers {
  position: relative;
  width: 100%;
  background-color: rgba(232, 249, 255, 0.8);
  border-radius: 5px;
  color: #000;
  padding: 15px;
  box-sizing: border-box;
}

.FormRewers .title {
  font-size: 26px;
  margin-bottom: 40px;
}

.FormRewers .title+* {
  padding-top: 10px;
}

.FormRewers .title+.FormErrors {
  padding-top: 0px;
  padding-left: 10px;
}

.FormRewers .zayavkatx3 {
  padding: 10px 0px 15px 0px;
}

.FormRewers .zayavkatx3 a {
  font: 100 19px "RobotoRegular";
  padding: 0 20px 0 0;
  text-decoration: none;
  color: #000;
}

.FormRewers input[type="text"] {
  max-width: 450px;
}

.FormRewers input[type="text"],
.FormRewers input[type="tel"],
.FormRewers input[type="email"],
.FormRewers input[type="date"],
.FormRewers textarea {
  padding: 17px 20px;
  background: #ffffff;
  border: 1px solid #d5d5d5;
  border-radius: 5px;
  width: 100%;
  font-size: 25px;
  box-sizing: border-box;
}

.FormRewers textarea {
  min-height: 100px;
  resize: none;
  font-family: Arial;
  font-family: "Roboto";
}

.FormRewers .FormBlock {}

.FormRewers .FormBlock .Inputs {
  font-size: 0px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.FormRewers .FormBlock .Inputs .Input {}

.FormRewers .FormBlock .Inputs .Input+.Input {}

.FormRewers .infoForm {
  text-align: left;
  padding: 10px 10px 0px 10px;
  font-size: 80%;
}

.FormRewers .footerForm {
  padding: 20px 0px 0px 0px;
}

.FormRewers button[type="submit"] {
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 30px;
  display: block;
  text-decoration: none;
  border: none;
  margin-bottom: 20px;
}

.formPages {
  width: 100%;
  background: url("/local/templates/cgs71/css/../img/bg-form.png") no-repeat;
  background-position-y: bottom;
  box-shadow: 0px 2px 37px 0px #1885ac26;
  padding: 50px 0 30px 15px;
  color: #000;
  box-sizing: border-box;
}

.form__container {
  max-width: 1010px;
  margin-right: auto;
  padding: 0 15px;
}

.formPages .title {
  font-size: 28px;
  margin-bottom: 40px;
}

.formPages .FormBlock {}

.formPages .FormBlock .Inputs {
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
  column-gap: 55px;
}

.formPages .FormBlock .Inputs .Input {
  flex: 1 1 47%;
}

.formPages .FormBlock .Inputs .Input input {
  padding: 17px 20px;
  background: #ffffff;
  border: 1px solid #d5d5d5;
  border-radius: 5px;
  width: 100%;
  font-size: 25px;
  box-sizing: border-box;
}

.formPages .infoForm {
  font-size: 80%;
  padding: 10px 0px 0px 0px;
  text-align: left;
}

.formPages button[type="submit"] {
  border: 0;
  padding: 20px 30px;
  margin-bottom: 20px;
  margin-top: 20px;
  width: 47%;
  display: flex;
  justify-content: center;
}

.formPages .footerForm {
  padding: 15px 0px 0px 0px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.formPages .FormSend {
  padding: 15px 0px 0px 0px;
  font-size: 20px;
}

.tbpriem {
  width: 100%;
  border: none;
  margin-bottom: 20px;
  border-collapse: separate;
}

.tbpriem thead th {
  font-weight: bold;
  text-align: left;
  border: none;
  padding: 10px 15px;
  background: rgb(126 202 255 / 80%);
  font-size: 18px;
  border-top: 1px solid #ddd;
}

.tbpriem tr th:first-child,
.tbpriem tr td:first-child {
  border-left: 1px solid #ddd;
}

.tbpriem tr th:last-child,
.tbpriem tr td:last-child {
  border-right: 1px solid #ddd;
}

.tbpriem thead tr th:first-child {
  border-radius: 20px 0 0 0;
}

.tbpriem thead tr th:last-child {
  border-radius: 0 20px 0 0;
}

.tbpriem tbody td {
  text-align: left;
  border: none;
  padding: 10px 15px;
  font-size: 16px;
  vertical-align: top;
}

.tbpriem tbody tr:nth-child(even) {
  background: #def2ffcc;
}

.tbpriem tbody tr:last-child td {
  border-bottom: 1px solid #ddd;
}

.tbpriem tbody tr:last-child td:first-child {
  border-radius: 0 0 0 20px;
}

.tbpriem tbody tr:last-child td:last-child {
  border-radius: 0 0 20px 0;
}

.btn_green-flex {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}

.rewersForm {
  padding: 15px;
}

p {
  font-size: 16px;
}

ul li {
  font-size: 16px;
}

.bx-breadcrumb {
  position: relative;
}

.title__price {
  margin-bottom: 10px;
}

.price__text {
  color: #adb5bd;
  font-size: 15px;
  line-height: 24px;
}

.price__cards {
  margin: 50px 0 25px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 70px;
}

.price__card {
  box-shadow: 0px 2px 37px 0px #1885ac26;
  text-align: center;
  padding: 30px 25px;
  flex: 1 1 20%;
}

.price__card-title {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 15px;
}

.price__card-sum {
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  color: #098514;
  margin-bottom: 20px;
}

.contacts {
  display: flex;
  flex-wrap: wrap;
  gap: 69px;
}

.moduletable {
  box-shadow: 0px 2px 37px 0px #1885ac26;
  flex: 1 1 58%;
}

.contcatBlck {
  box-shadow: 0px 2px 37px 0px #1885ac26;
  padding: 30px;
  height: fit-content;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1 1 30%;
  margin-bottom: 40px;
}

.contact__item p {
  font-size: 18px;
  line-height: 32px;
}

.contact__item {
  position: relative;
  padding-left: 45px;
}

.contact__item::before {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 30%;
}

.contact__item-time::before {
  background: url(/local/templates/cgs71/css/../img/clock.svg);
}

.contact__item-phone::before {
  background: url(/local/templates/cgs71/css/../img/call.svg);
}

.contact__item-mail::before {
  background: url(/local/templates/cgs71/css/../img/sms.svg);
}

.contact__item-place::before {
  background: url(/local/templates/cgs71/css/../img/send2.svg);
}

.bold {
  font-weight: bold;
}

.success {
  font-weight: bold;
  color: #0060bb;
  margin-bottom: 10px;
}

p.text {
  line-height: 120%;
}

p.text:not(:first-child) {
  margin-top: 10px;
}

ul:not([class]) li {
  line-height: 120%;
}

ul:not([class]) li::before {
  content: "•  ";
  font-size: 18px;
}

.processing-stages__block {
  margin-top: 30px;
  position: relative;
  overflow: visible;
  width: 100%;
  background: url(/local/templates/cgs71/css/../img/bg-stages.png) center/cover no-repeat;
  height: 500px;
}

.processing-stages {
  padding-bottom: 30px;
  margin-top: 10px;
}

.processing-stages__item {
  margin-top: 10px;
  position: relative;
  transition: all 0.2s;
}

.processing-stages__item:hover .processing-stages__content {
  transition: all 1s;
  max-height: 250px;
}

.processing-stages__item:hover~.processing-stages__content {
  max-height: max-content;
}

.processing-stages__item img {
  -moz-user-drag: none;
  -webkit-user-drag: none;
}

.processing-stages__item:nth-child(1) {
  position: absolute;
  left: 50px;
  top: 30px;
}

.processing-stages__item:nth-child(2) {
  position: absolute;
  left: 400px;
  top: 150px;
}

.processing-stages__item:nth-child(3) {
  position: absolute;
  right: 50px;
  top: 75px;
}

.processing-stages__item:nth-child(4) {
  position: absolute;
  right: 50px;
  top: 275px;
}

.processing-stages__image {
  cursor: pointer;
}

.processing-stages__content {
  overflow: hidden;
  width: 92%;
  right: 0;
  top: calc(100% - 4px);
  position: absolute;
  transition: all 0.3s;
  max-height: 0px;
  color: #4b4b4b;
  font-family: "Roboto";
  font-size: 14px;
  background: rgba(255, 255, 255, 0.8);
}

.processing-stages .processing-stages__content-show {
  max-height: -moz-max-content;
  max-height: max-content;
  transition: all 0.3s;
}

.processing-stages .processing-stages__text {
  padding: 30px;
}

.reservuar {
  margin-bottom: 50px;
}

.reservuar__bg {
  border-radius: 261px;
  opacity: 0.5;
  background: #7ec2c7;
  filter: blur(100px);
  top: 0;
  left: 100px;
  width: 261px;
  height: 261px;
  position: absolute;
}

.reservuar__block {
  margin-top: 50px;
  display: flex;
  gap: 53px;
}

.reservuar__block-image {
  width: 40%;
  position: relative;
  display: flex;
  justify-content: center;
}

.reservuar__block-items {
  width: 60%;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.reservuar__block-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 21px 21px 21px 43px;
  box-sizing: border-box;
  width: 47%;
  border-radius: 3px;
  background: linear-gradient(98deg, #007bcf 0%, #00b6f9 100%);
}

.reservuar__block-text {
  color: #fff;
  text-align: center;
  font-family: "Roboto";
  font-size: 18px;
  font-weight: 500;
}

.reservuar__block-icon {
  position: absolute;
  top: -15px;
  left: -15px;
  z-index: 1;
  background: white;
  padding: 7px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.brands {
  margin-bottom: 50px;
}

.brands__block {
  margin-top: 30px;
  display: flex;
  gap: 23px;
}

.brands__items {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  width: 70%;
}

.brands__item {
  background: white;
  box-sizing: border-box;
  position: relative;
  padding: 38px 64px 38px 18px;
  border-radius: 3px;
  width: 30%;
  background: #fff;
  box-shadow: 0px 2px 37px 0px rgba(24, 133, 172, 0.15);
  transition: all 0.3s ease;
}

.brands__item:hover {
  box-shadow: 0px 2px 37px 0px rgba(24, 133, 172, 0.3);
}

.brands__item:hover:before {
  right: 5px;
  transition: all 0.2s ease;
}

.brands__item::before {
  content: "";
  width: 32px;
  transition: all 0.2s ease;
  height: 32px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  background: url("/local/templates/cgs71/css/../img/brand-arrow.svg") center/contain no-repeat;
}

.brands__item img {
  width: 100%;
}

.brands__image {
  width: 30%;
  position: relative;
  display: flex;
  align-items: center;
}

.brands__image img {
  width: 100%;
  pointer-events: none;
}

.adv__list {
  margin-top: 15px;
  list-style: square;
  line-height: 100%;
  padding-left: 30px;
  margin-bottom: 15px;
}

.adv__list li {
  margin-top: 10px;
}

.item-page {
  margin-bottom: 60px;
}

.product {
  display: flex;
  gap: 25px;
  justify-content: center;
}

.product__image {
  width: 40%;
}

.product__image img {
  width: 100%;
}

.product__info {
  width: 60%;
  max-width: 700px;
  background-color: rgba(232, 249, 255, 0.8);
  box-shadow: 0px 20px 40px rgba(12, 135, 178, 0.2);
  border-radius: 5px;
  background-image: url(/local/templates/cgs71/css/../img/service_form_bg.png);
  background-size: cover;
  padding: 50px;
  box-sizing: border-box;
  padding-bottom: 50px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.product__title {
  color: #000;
  font-family: "Roboto Condensed";
  font-size: 30px;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
}

.blue-background {
  position: relative;
  margin-top: 1 00px;
  background: linear-gradient(180deg,
      #d2f2ff 0%,
      rgba(0, 130, 212, 0.51) 52.08%,
      rgba(0, 122, 206, 0) 100%);
}

/* .blue-background:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 102px;
    background: url('/local/templates/cgs71/css/../img/oblaka-down-septik.png');
} */

.product__blocks {
  display: flex;
  gap: 25px;
}

.product__block {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 7px 15px;
  border-radius: 5px;
  background: #fff;
  color: #a6a6a6;
  font-family: "Roboto";
  font-size: 16px;
  line-height: 120%;
}

.product__feature {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.product__char {
  display: flex;
  justify-content: space-between;
  font-family: "Roboto";
  font-size: 21px;
  line-height: 120%;
  width: 100%;
  position: relative;
}

.product__char span {
  width: -moz-max-content;
  width: max-content;
  color: #a6a6a6;
}

.product__info .services_top__request__form__fields {
  gap: 15px;
}

.product__char div {
  flex-grow: 1;
  flex-shrink: 1;
  border-bottom: 2px dotted #a6a6a6;
}

.product__price {
  color: #303030;
  font-family: "Roboto";
  font-size: 25px;
  line-height: 120%;
}

.product__price span {
  color: #0066c7;
  font-size: 29px;
  font-weight: 700;
}

.product__form-button {
  display: block;
  margin: 0 auto;
  margin-top: 30px;
  width: 50%;
}

.item-info__descr {
  margin-bottom: 60px;
}

.item-info__descr p {
  color: #000;
  font-family: "Roboto";
  font-size: 15px;
  line-height: 120%;
  margin-bottom: 20px;
}

.item-info__list {
  display: flex;
  gap: 75px;
  list-style: none;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.item-info__list a {
  text-decoration: none;
  color: #a6a6a6;
  font-family: "Roboto";
  font-size: 23px;
  line-height: 120%;
}

.item-info__chars {
  list-style: none;
  margin-bottom: 40px;
  z-index: 1;
  position: relative;
}

.item__info-bg {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 15%;
  z-index: 0;
}

.item-info__chars li {
  color: #303030;
  font-family: "Roboto";
  font-size: 18px;
  line-height: 120%;
  padding: 20px 25px;
}

.item-info__chars li:nth-child(odd) {
  background: #f0fbff;
}

.item-info__chars li:nth-child(even) {
  background: white;
}

.item-info__chars li span {
  font-weight: 700;
}

.text-left * {
  text-align: left !important;
}

.text-left .info-item__number {
  left: -25.5px;
}

.item-info {
  margin-bottom: 60px;
}

.item-info__compound {
  width: 80%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  grid-template-rows: 1fr;
  align-items: center;
}

.item-info__compound-item {
  margin-bottom: 25px;
}

.item-info__compound-image {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-column: 2/2;
  grid-row: 1/3;
}

.item-info__compound-image img {
  width: 100%;
}

.info-item {
  position: relative;
}

.info-item__title {
  border-bottom: 1px solid #00b9fb;
  text-align: right;
  padding-bottom: 10px;
  margin-bottom: 10px;
  position: relative;
  color: var(--, #303030);
  font-family: "Roboto";
  font-size: 21px;
  font-weight: 700;
  line-height: 120%;
}

.info-item__number {
  position: absolute;
  bottom: -13.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  right: -26px;
  width: 25px;
  height: 25px;
  font-size: 14px;
  border-radius: 50%;
  border: 1px solid #00b9fb;
  font-weight: 400;
}

.info-item__descr {
  text-align: right;
  color: #868686;
  font-family: "Roboto";
  font-size: 17px;
  line-height: 120%;
}

.catalog-same__slider {
  overflow-y: visible;
  display: flex;
  position: relative;
  gap: 30px;
}

.catalog-same__slider .slick-slide {
  margin-left: 30px;
}

.catalog-same__slider .slick-list {
  margin-left: -30px;
}

.catalog-same__left {
  right: 200px;
  top: -100px;
  transform: rotate(180deg);
  position: absolute;
}

.catalog-same__right {
  right: 90px;
  top: -100px;
  position: absolute;
}

.catalog-same__item {
  display: flex !important;
  padding: 25px 20px;
  width: 33%;
  flex-direction: column;
  gap: 24px;
  background: white;
}

.catalog-same__img img {
  width: 100%;
  max-height: 250px;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.catalog-same__title {
  color: #000;
  font-family: "Roboto Condensed";
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
}

.catalog-same__button button {
  padding: 22px 30px;
  justify-content: center;
  border: none;
  width: 100%;
  text-align: center;
}

/* для элемента input c type="radio" */

.custom-radio>input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

/* для элемента label связанного с .custom-radio */

.custom-radio>span {
  display: inline-flex;
  align-items: center;
  user-select: none;
}

/* создание в label псевдоэлемента  before со следующими стилями */

.custom-radio>span::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1.5px solid #4fb3ec;
  border-radius: 50%;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center center;
  transition: 0.5s;
}

/* стили при наведении курсора на радио */

.custom-radio>input:not(:disabled):not(:checked)+span:hover::before {
  border-color: #4fb3ec;
}

/* стили для активной радиокнопки (при нажатии на неё) */

.custom-radio>input:not(:disabled):active+span::before {
  background-color: #fff;
  border-color: #4fb3ec;
}

/* стили для радиокнопки, находящейся в фокусе */

.custom-radio>input:focus+span::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* стили для радиокнопки, находящейся в фокусе и не находящейся в состоянии checked */

.custom-radio>input:focus:not(:checked)+span::before {
  border-color: #80bdff;
}

/* стили для радиокнопки, находящейся в состоянии checked */

.custom-radio>input:checked+span::before {
  border-color: #4fb3ec;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%234FB3EC'/%3E%3C/svg%3E");
}

/* стили для радиокнопки, находящейся в состоянии disabled */

.custom-radio>input:disabled+span::before {
  background-color: #e9ecef;
}

.quiz {
  margin: 40px 0px;
}

.quiz__tab {
  display: none;
}

.current {
  display: block;
}

.quiz__nav__bar__line {
  height: 10px;
  widows: 100%;
  background: #eaf9ff;
  position: relative;
}

.quiz__nav__bar__line__current {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #00b6f9;
  transition: 0.5s;
}

.quiz__wrap {
  padding: 40px 0;
  background-image: url("/local/templates/cgs71/img/quiz_bg.png");
  background-color: #eaf7ff;
  box-shadow: 0px 2px 37px 0px rgba(24, 133, 172, 0.15);
  background-size: cover;
}

.quiz__title {
  margin-bottom: 6px;
  font-size: 28px;
}

.quiz__subtitle {
  margin: 0 33px;
}

.quiz__tab__wrap {
  margin: 0 33px;
}

.quiz__nav {
  margin: 0 33px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.quiz__nav__btns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

.btn_white {
  border-radius: 4px;
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 120%;
  text-align: center;
  color: #098514;
  border: 1px solid #098514;
  background-color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  z-index: 1;
  position: relative;
  transition: 1s;
  display: flex;
}

.quiz__nav__bnt-next,
.quiz__nav__bnt-prev {
  padding: 20px;
  justify-content: center;
}

.quiz__tab {
  margin: 90px 0;
}

.quiz__tab__question {
  margin-bottom: 30px;
  color: #007bcf;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.quiz__nav__bnt-prev.hiden {
  opacity: 0;
  pointer-events: none;
}

.quiz__tab__radio-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 25px;
  max-width: 450px;
}

.quiz__tab__num-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1.5fr 1fr;
  gap: 15px;
}

.quiz__tab__num__item {
  display: flex;
  align-items: center;
  gap: 15px;
}

.quantity_inner {
  border-radius: 3px;
  border: 1px solid #4fb3ec;
  position: relative;
  width: 80px;
  min-width: 80px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bt_minus {
  background: none;
  border: 0;
  outline: 0;
  padding: 0;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #aeaeae;
  font-size: 36px;
  cursor: pointer;
  width: 20px;
}

.bt_plus {
  background: none;
  border: 0;
  outline: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #212121;
  leading-trim: both;
  text-edge: cap;
  font-size: 24px;
  cursor: pointer;
  width: 20px;
}

.quantity {
  background: none;
  border: 0;
  outline: 0;
  padding: 0;
  width: 100%;
  text-align: center;
  padding: 0 20px;
  color: #212121;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.quiz__tab__num__item__name span {
  color: #9a9a9a;
  font-size: 14px;
}

.quiz__tab__radio-wrap--3 {
  display: flex;
  max-width: 600px;
  gap: 15px;
  justify-content: space-between;
}

.quiz__tab__form {
  max-width: 460px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 40px;
}

.req_field {
  color: #1e1e1e;
  font-size: 14px;
  line-height: 130.744%;
}

.quiz__tab__form .custom-checkbox {
  margin-top: 40px;
}

.bx-filter .bx-filter-section {
  padding: 20px;
}

.air-blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  gap: 25px;
  margin: 25px 0;
}

.air-blocks__item {
  width: 48%;
  background: url(/local/templates/cgs71/img/service_form_bg.png);
  background-color: rgba(232, 249, 255, 0.8);
  -webkit-box-shadow: 0px 20px 40px rgba(12, 135, 178, 0.2);
  box-shadow: 0px 20px 40px rgba(12, 135, 178, 0.2);
  background-size: cover;
  padding: 35px;
  font-size: 18px;
  line-height: normal;
  color: #676767;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.air-blocks__item span {
  color: #0d0d0d;
}

.requirements__obustroistvo-item {
  background: url(/local/templates/cgs71/css/../img/advantages_item.png);
  background-size: cover;
  padding: 20px;
  min-height: 187px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #FFF;
  font-family: Roboto;
  font-style: normal;
  line-height: normal;
  border-radius: 10px;
  background-position: center;
  width: auto;
}

.requirements__grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.first-grid {
  grid-template-columns: repeat(2, 1fr);
}

.last-grid {
  grid-template-columns: repeat(3, 1fr);
}

.requirements__obustroistvo-items {
  display: grid;
  gap: 20px;
}

.requirements__item-info span {
  font-weight: 700;
  font-size: 24px;
}

.requirements__obustroistvo-item p {
  font-size: 16px;
  margin-top: 0;
}

.requirements__item-info {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.requirements__item-info img {
  width: 34px;
  height: 34px;
}

.obustroistvo-decore {
  position: absolute;
  bottom: 0;
  height: 100%;
  width: auto;
}

.banner__form-advantages,
.banner__form-form {
  max-width: 872px;
}

.article__body-preview {
  display: flex;
  gap: 20px;
  flex-direction: column;
}

.article__preview-date {
  border-radius: 3px;
  border: 1px solid #D7D7D7;
  padding: 10px;
  width: fit-content;
  color: #9E9E9E;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}

.toggleCheckboxes {
  cursor: pointer;
  color: #007bcf;
}

.article__preview-content {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 20px;
  border-radius: 5px;
  border: 1px solid #d7d7d7;
  float: left;
  max-width: 455px;
  width: 100%;
  margin-bottom: 20px;
}

.article__preview-img {
  max-width: 650px;
  width: 100%;
  object-fit: cover;
  height: 610px;
  float: right;
  margin: 0 0 20px 20px;
  border-radius: 10px;
}

.article__preview-text {
  margin: 0;
  text-align: justify;
  line-height: 130%;
}

.article__content-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.article__content-list li {
  color: #303030;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  border-bottom: 1px solid #E9E9E9;
  padding-bottom: 10px;
  transition: all .3s;
  position: relative;
  display: flex;
  gap: 10px;
}

.article__content-list li:last-child {
  border: none;
}

.article__content-list li:hover {
  color: #007BCF;
  transition: all .3s;
}

.article__content-list li::before {
  content: '';
  width: 5px;
  height: 10px;
  background: #00B9FB;
  display: block;
  transition: height .3s;
}

.article__content-list li:hover:before {
  height: auto;
}

.article__content-title {
  color: #000;
  font-family: Roboto;
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.septiki__slider-item .catalog_list__item__right__ul li:nth-child(odd) {
  background-color: #fff;
}

.septiki__slider-item .catalog_list__item__right__ul li {
  padding: 5px 0;
  display: flex;
  justify-content: space-between;
}

.septiki__slider-item .catalog_list__item__right__ul li span {
  color: #adadad
}

.septiki__slider .slick-list {
  margin: 0 -15px;
  padding: 10px 0 20px;
}

.septiki__slider-item .catalog_list__item__right__ul li>div {
  flex: 1 0;
  border-bottom: 2px dotted #adadad;
  margin: 0 7px;
}

.septiki__slider-item {
  margin: 0 15px;
  box-shadow: none;
}

.septiki__slider-item .catalog_list__item__left__price {
  width: fit-content;
  margin: 10px auto 10px 0;
}

.septiki-prev {
  transform: rotate(180deg);
}

.septiki__block-title {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.septiki__block-title .slider_arrows {
  margin-top: 20px;
}

.article__body {
  display: flex;
  flex-direction: column;
  gap: 120px;
}

.article__rating-item {
  background-image: url('/local/templates/cgs71/img/like.svg');
}

.article__rating-items {
  display: flex;
  gap: 20px;
}

.article__rating-item {
  background-image: url('/local/templates/cgs71/img/like.svg');
  border-radius: 50px;
  border: 1px solid #E9E9E9;
  background-color: #FFF;
  height: 54px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  filter: grayscale(1);
  cursor: pointer;
  transition: .3s;
  display: flex;
  justify-content: center;
  align-items: center;
}

.article-dislike {
  transform: rotate(180deg);
}

.article__rating-item.article-like .like-count {
  margin-left: 70px;
  margin-top: 7px;
}

.article__rating-item.article-dislike .dislike-count {
  transform: rotate(180deg);
  margin-right: 70px;
  margin-top: 5px;
}


.article__rating-item:hover {
  box-shadow: 0px 2px 37px 0px rgba(24, 133, 172, 0.15);
  transition: .3s;
  border: 1px solid #fff;
  filter: none;
}

.article__rating--active {
  filter: none;
  border: 1px solid #007BCF;
  transition: .3s;
}

.article__rating--active:hover {
  box-shadow: none;
  border: 1px solid #00B9FB;
  transition: .3s;
}

.right__imge {
  display: flex;
  align-items: center;
  margin: 30px 0;
  gap: 20px;
}

.right__imge img {
  height: 400px;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.article__list li {
  list-style: disc;
  margin-left: 25px;
}

.article__list {
  margin: 20px 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.article__list_ol {
  margin: 20px 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: initial;
}

.article__list_ol li {
  list-style: decimal;
  margin-left: 25px;
}

.article__title {
  margin: 50px 0 30px;
}

.article__title-mini {
  margin: 30px 0 20px;
}

.burenie__list
{
  display: flex;
  flex-direction: column;
  gap: 10px;
  list-style: disc;
  padding-left: 15px;
  margin-top: 15px;
}


.burenie__grid-width
{
  grid-column: 1 / 4; 
  height: auto; 
  min-height: 0; 
  gap: 20px;
}

.text-info {
  margin: 20px 0;
  font-family: "Roboto Condensed";
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  color: #000000;
}

.text-info--top {
  border: 2px solid rgb(8, 111, 19);
  top: -20px;
  z-index: 2;
  background: #fff;
  padding: 10px 15px;
  font-size: 20px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: max-content;
}

@media screen and (min-width: 1920px) {
  .body_main {
    background-size: contain;
  }

  .stages {
    background-size: contain;
  }

  .reviews {
    background-size: cover;
  }

  .footer::before {
    background-size: contain;
  }

  .stages__bg::before {
    height: 250px;
  }
}


@media screen and (max-width: 1500px) {
  .item-info__compound-image {
    grid-column: 1/3;
    grid-row: 1/1;
  }

  .item-info__compound-image img {
    max-height: 700px;
    width: auto;
  }

  .item-info__compound {
    grid-gap: 100px;
    grid-template-columns: 1fr 1fr;
  }

  .item__info-bg {
    top: 40%;
  }

  .banner__form-img {
    position: relative;
    width: 320px;
  }

  .obustroistvo-decore {
    right: -10%;
  }

}

@media screen and (max-width: 1210px) {
  .container {
    padding: 0 20px;
  }

  .reviews__item__text {
    font-size: 15px;
  }

  .reviews__item {
    padding: 23px 18px 38px 18px;
  }

  .reviews__wrap {
    gap: 10px;
  }

  .preference__wrap {
    padding: 46px 15px 31px 15px;
    gap: 10px;
  }

  .about .container {
    padding: 0;
    margin-left: 20px;
    max-width: 1170px;
  }

  .about__wrap>div {
    width: 50%;
  }

  .top_slider__img {
    right: 0;
  }

  .map__sidebar {
    right: 10px;
  }

  .header__nav__ul li a.root-item {
    padding: 5px 3px;
    font-size: 14px;
  }

  .header__nav__sub {
    top: 30px;
  }

  .header__nav__sub_col {
    top: 30px;
  }

  .header_nav_item a {
    font-size: 12px;
  }

  .processing-stages__image img {
    height: 50px;
  }

  .processing-stages__block {
    height: 400px;
    background: url(/local/templates/cgs71/css/../img/bg-stages.png) center/contain transparentno-repeat;
  }

  .processing-stages__item:nth-child(1) {
    left: 50px;
    top: 50px;
  }

  .processing-stages__item:nth-child(2) {
    left: 310px;
    top: 150px;
  }

  .processing-stages__item:nth-child(3) {
    right: 50px;
    top: 75px;
  }

  .processing-stages__item:nth-child(4) {
    right: 50px;
    top: 275px;
  }

  .reservuar__block-image {
    width: 30%;
  }

  .reservuar__block-image img {
    width: 100%;
  }

  .reservuar__block-item {
    padding-left: 30px;
  }

  .reservuar__block-text {
    font-size: 16px;
  }

  .reservuar__block-icon {
    top: -15px;
    left: -20px;
  }

  .product__block {
    width: 33%;
  }

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

  .product__image img {
    width: 100%;
  }

  .product__info {
    padding: 45px;
  }

  .product__char {
    font-size: 20px;
  }

  .product__price {
    font-size: 23px;
  }

  .product .services_top__request__form__fields__input {
    font-size: 20px;
  }

  .product .services_top__request__form__fields {
    gap: 25px;
  }

  .product__char {
    font-size: 18px;
  }

  .main__services-container .services__content-items {
    max-height: 910px;
  }

  .installation__steps-container .installation__steps-items img {
    width: 52%;
  }

  .catalog__wrap {
    grid-template-columns: repeat(5, 1fr);
  }

  .container .catalog__items-container {
    grid-template-columns: repeat(3, 1fr);
  }

  .compare__list-table .compare__table-tbody>tr {
    grid-template-columns: repeat(5, 1fr);
  }

  .compare__list-table tbody tr td:first-child {
    grid-column: span 1;
  }

  .compare__table-tbody .compare-list--first .header__button {
    margin: 0;
  }

  .header__nav__level-2 .header__nav__sub_col {
    padding: 20px 0 0 30px;
  }

  .header_fixed .header__nav__level-3 .menu__item-title>.header__nav__sub__item__title {
    padding: 0 !important;
  }

  .banner__form-img {
    display: none;
  }

  .text .banner-service {
    justify-content: center;
  }

  .obustroistvo-decore {
    right: -25%;
  }

  .article__preview-img {
    max-width: 630px;
  }

  .article__preview-content {
    max-width: 430px;
  }
}

@media screen and (max-width: 1170px) {
  .header__nav__sub {
    margin: 0;
  }

  .header__nav__ul__sub {
    padding-right: 15px;
  }

  .catalog_list__wrap {
    column-gap: 30px;
    row-gap: 35px;
  }

  .catalog_list__item__right__ul span {
    display: block;
  }

  .catalog_list__item {
    padding: 35px 10px;
  }

  .quiz__tab__num-wrap {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .installation__steps-container .installation__steps-items {
    gap: 45px;
  }

  .installation__steps-items .installation__steps-item:nth-child(6) {
    margin: 0 0 16px auto;
  }

  .installation__steps-container .installation__steps-items img {
    width: 51%;
  }

  .article__preview-content {
    max-width: 400px;
  }
}

@media screen and (max-width: 1150px) {
  .installation__steps-container .installation__steps-items {
    gap: 40px;
  }

  .installation__steps-container .installation__steps-items img {
    width: 49%;
  }

  .header__nav__level-1>.header__nav__sub.header__nav__sub_col {
    left: -20%;
  }
}

@media screen and (max-width: 1130px) {
  .installation__steps-container .installation__steps-items {
    gap: 35px;
  }

  .installation__steps-item .steps__item-text {
    max-width: 450px;
  }

  .septic__catalog-vertical .septic__vertical-items {
    gap: 35px;
  }

  .septic__main-container .septic__catalog-vertical {
    gap: 55px;
  }

  .septic__contaict-container .septic-contact,
  .septic__contaict-container .leaves-bg--contact {
    height: 300px;
  }

  .obustroistvo__item .obustroistvo__item-content>img {
    height: 250px;
  }

  .obustroistvo__item-prop img {
    height: 25px;
    width: 25px;
  }

  .article__preview-img {
    max-width: 630px;
  }

  .article__preview-content {
    max-width: none;
    width: fit-content;
  }
}

@media screen and (max-width: 1070px) {
  .installation__steps-container .installation__steps-items {
    gap: 30px;
  }

  .installation__steps-item .steps__item-text {
    max-width: 430px;
  }

  .installation__steps-item .steps__item-num {
    width: 60px;
    height: 60px;
  }

  .installation__steps-items .installation__steps-item {
    gap: 25px;
  }

  .header__nav__level-1>.header__nav__sub.header__nav__sub_col {
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
  }

  .header__nav__ul .header__nav__level-1>.header__nav__sub_col.service {
    left: 50%;
  }

  .header__nav__level-1:hover ul {
    padding: 20px;
  }

  .header__nav__level-1 {
    position: inherit;
  }

  .header__nav__level-1:nth-child(7) {
    position: relative;
  }

  .header__nav__level-1:nth-child(7)>.header__nav__sub {
    transform: translateX(0);
  }

  .header__nav__level-2>.header__nav__sub_col ul {
    padding: 0;
    padding-left: 20px;
  }

  .header__nav__ul .header__nav__level-1>.service ul {
    grid-template-columns: repeat(3, 1fr);
  }

  .obustroistvo__item .obustroistvo__item-content {
    padding: 20px 10px;
  }

  .article__preview-img {
    max-width: 560px;
    width: auto;
    height: 400px;
  }

  .article__preview {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

  .article__preview-content {
    justify-content: center;
    margin: 0;
    width: auto;
    float: none;
  }

  .article__preview-text {
    grid-column: 1/-1;
  }

  .article__preview-img {
    margin: 0;
    width: 100%;
    float: none;
    max-width: none;
  }
}

@media screen and (max-width: 1035px) {
  .installation__steps-container .installation__steps-items {
    gap: 25px;
  }

  .installation__steps-item .steps__item-text {
    max-width: 420px;
  }

  .septic__advantages-item .septic__advantages-title {
    font-size: 20px;
  }

  .septic__advantages-item .septic__advantages-desc {
    font-size: 14px;
  }

  .scroll-table {
    overflow-x: auto;
  }

  .scroll-table .compare__list-table {
    width: 990px;
  }

  .compare__table-tbody tr td>.compare__list-item {
    background-color: transparent;
    box-shadow: none;
  }

  .compare__list-item img,
  .catalog-item--info .catalog__item__link {
    display: none;
  }

  .header__menu-items .header__menu-item {
    font-size: 13px;
  }

  .obustroistvo-decore {
    display: none;
  }

  .banner__form-advantages {
    justify-content: space-between;
  }

  .banner__form-advantages,
  .banner__form-form {
    max-width: none;
  }
}

@media screen and (max-width: 992px) {
  .catalog__wrap {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 50px;
  }

  .stages__item__text {
    font-size: 30px;
  }

  .top_slider__carousel__item__title {
    font-size: 45px;
    margin-bottom: 30px;
  }

  .top_slider__img {
    max-width: 450px;
  }

  .header__phones__item {
    font-size: 18px;
  }

  .header__phones__item--bold {
    font-size: 24px;
  }

  .header__phones__item--bold::before {
    top: 1px;
  }

  .main_bg2 {
    background-position: center;
  }

  .preference {
    margin-bottom: 60px;
  }

  .advantages {
    padding-top: 60px;
    margin-bottom: 60px;
  }

  .advantages__title {
    margin-bottom: 30px;
  }

  .stages {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .stages__title__wrap {
    margin-bottom: 50px;
  }

  .catalog__title__wrap {
    margin-bottom: 30px;
  }

  .catalog {
    margin-bottom: 60px;
    padding-top: 0;
  }

  .map__wrap {
    margin-bottom: 40px;
  }

  .map {
    margin-bottom: 60px;
  }

  .objects__title__wrap {
    margin-bottom: 40px;
  }

  .objects {
    margin-bottom: 60px;
  }

  .reviews__title {
    margin-bottom: 40px;
  }

  .reviews__item__head {
    margin-bottom: 23px;
  }

  .reviews {
    padding-bottom: 60px;
    margin: 0;
  }

  .contacts__wrap>div {
    width: 50%;
  }

  .header__mail {
    font-size: 18px;
  }

  .header__logo div {
    display: none;
  }

  .brevis__logo {
    max-width: 266px;
  }

  .about__wrap {
    gap: 60px;
  }

  .header__nav__ul__sub {
    background-position-x: 95%;
  }

  .stages__bg {
    padding-bottom: 0;
  }

  .advantages_service__wrap {
    column-gap: 14px;
  }

  .services_top__request {
    margin-top: 40px;
    padding-bottom: 40px;
  }

  .service_top_bg {
    background-image: none;
  }

  .processing-stages__image img {
    height: 45px;
  }

  .processing-stages__block {
    height: 300px;
    background: url(/local/templates/cgs71/css/../img/bg-stages.png) center/contain transparentno-repeat;
  }

  .processing-stages__item:nth-child(1) {
    left: 40px;
    top: 40px;
  }

  .processing-stages__item:nth-child(2) {
    left: 200px;
    top: 100px;
  }

  .processing-stages__item:nth-child(3) {
    right: 30px;
    top: 40px;
  }

  .processing-stages__item:nth-child(4) {
    right: 30px;
    top: 175px;
  }

  .reservuar__block {
    flex-direction: column;
    align-items: center;
  }

  .reservuar__block-image {
    width: 50%;
  }

  .reservuar__block-items {
    width: 95%;
  }

  .reservuar__block-icon img {
    width: 30px;
    height: 30px;
  }

  .brands__block {
    flex-direction: column;
    align-items: center;
  }

  .brands__image {
    width: 50%;
    margin-top: 30px;
  }

  .brands__items {
    width: 100%;
    justify-content: center;
  }

  .brands__item {
    max-width: 250px;
  }

  .processing-stages__items {
    padding: 30px;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
  }

  .processing-stages__block {
    height: 350px;
  }

  .processing-stages__item {
    position: static !important;
    flex: 1 1 47%;
  }

  .processing-stages__image {
    width: max-content;
  }

  .processing-stages__content {
    position: relative;
    top: 0;
    left: 0;
    width: 90%;
  }

  .processing-stages__content {
    max-height: max-content;
  }

  .product__blocks {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }

  .product__block {
    width: max-content;
    flex-grow: 1;
  }

  .product__char {
    font-size: 17px;
  }

  .info-item__title {
    font-size: 18px;
  }

  .info-item__descr {
    font-size: 14px;
  }

  .catalog-same__left {
    right: 120px;
  }

  .catalog-same__right {
    right: 30px;
  }

  .item-info__compound-image {
    width: 90%;
    margin: 0 auto;
  }

  .item-info__compound-image img {
    width: 100%;
  }

  .item__info-bg {
    display: none;
  }

  .services__content-form .service__form-title {
    padding: 20px 0 0;
  }

  .services__content-form .services__form-application {
    padding: 20px;
  }

  .installation__steps-items .installation__steps-item:nth-child(6),
  .installation__steps-items .installation__steps-item:nth-child(5) {
    flex-direction: row-reverse;
  }

  .installation__steps-item:nth-child(6) .steps__item-text,
  .installation__steps-item:nth-child(5) .steps__item-text {
    max-width: 350px;
  }

  .installation__steps-container .installation__steps-items img {
    display: none;
  }

  .installation__steps-item:nth-child(6) .steps__item-text p,
  .installation__steps-item:nth-child(5) .steps__item-text p {
    text-align: end;
  }

  .septic__main-container .septic__catalog-vertical {
    padding: 40px 100px;
  }

  .septic__catalog-img {
    display: none;
  }

  .catalog__wrap .catalog__item-btn {
    padding: 100px 20px;
    grid-column: 3;
  }

  .septic__main-advantages .septic__advantages-items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .septic__advantages-items .septic__advantages-item {
    width: auto;
  }

  .septic__main-advantages .septic__turnkey-items {
    display: flex;
  }

  .septic__advantages-turnkey svg {
    height: 70px;
    width: auto;
  }

  .septic__main-container .septic__contaict-container {
    padding: 70px 100px;
  }

  .services-block .main__services-container {
    display: flex;
    flex-direction: column-reverse;
  }

  .from__application-submit {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .services-block .show-btn {
    display: block;
    margin-top: 30px;
  }

  .main__services-container .services__content-items {
    max-height: none;
    flex-direction: column;
  }

  .header__menu-item .menu__items-list {
    padding-left: 0;
  }

  .header__navigation-ul li a.root-item {
    padding: 10px 12px;
    font-size: 13px;
  }

  .search-form .search__menu {
    min-width: 0;
  }

  .price__obustroistvo .obustroistvo__items {
    gap: 10px;
  }


}

@media screen and (max-width: 920px) {
  .footer__logo div {
    display: none;
  }

  .header__nav__ul li {
    display: flex;
    align-items: center;
  }

  .main__services-container .services__content-items {
    max-height: 870px;
  }

  .header__navigation-list .header__menu-items {
    gap: 25px;
    justify-content: center;
  }

  .header__navigation-list .header__services-items {
    grid-template-columns: repeat(3, 1fr);
  }

  .header__nav__level-1>.header__nav__sub_col .header__nav__level-2 {
    display: block;
  }

  .banner-service .banner__form {
    gap: 20px;
    padding: 0 20px 50px 20px;
  }

  .banner__form-form .banner__form-item {
    height: auto;
    flex-direction: column;
  }

  .banner__form-item a {
    height: 60px;
  }

  .banner__form-form .banner__form-item input {
    width: auto;
  }

  .banner__form-advantages {
    flex-direction: column;
  }

  .banner__form-advantages .form__advantages-item {
    flex-direction: row;
    max-width: none;
    align-items: center;
  }
}

@media screen and (max-width: 900px) {
  .reviews__item__head {
    gap: 15px;
  }

  .stages__item__img {
    width: 320px;
    height: 230px;
  }

  .stages__item__text {
    font-size: 25px;
  }

  .stages__item {
    gap: 80px;
  }

  .stages__item__img::before {
    width: 95px;
    height: 95px;
    right: -46px;
  }

  .stages__item:nth-child(even) .stages__item__img::before {
    left: -46px;
  }

  .reviews__item__text {
    font-size: 14px;
  }

  .reviews__item__img {
    height: 70px;
    width: 70px;
    flex: 0 0 70px;
  }

  .top_slider__img {
    max-width: 355px;
  }

  .services__wrap {
    flex-wrap: wrap;
    justify-content: center;
  }

  .services__item {}

  .about__text__nav__btn {
    padding: 11px 40px;
  }

  .catalog_list__wrap {
    grid-template-columns: 1fr;
  }

  .catalog_list__item__left {
    width: 49%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .catalog_list__item {
    gap: 45px;
  }

  .advantages_service__wrap {
    gap: 25px;
    flex-wrap: wrap;
  }

  .advantages_service__item {
    flex-basis: 178px;
  }

  .services_top__request__wrap {
    padding: 50px 25px 50px 25px;
  }

  .services_top__request {
    background-image: none;
  }

  .reviews__item__date {
    margin-bottom: 20px;
  }

  .quiz__nav {
    grid-template-columns: 1fr;
  }

  .quiz__tab__num-wrap {
    grid-template-columns: 1fr 1fr;
  }

  .header__nav__ul li a.root-item {
    padding: 5px 3px;
  }

  .header_fixed .header__nav__ul>li a {
    padding: 5px 3px !important;
  }

  .container .catalog__items-container {
    grid-template-columns: repeat(2, 1fr);
  }

  .price__obustroistvo .obustroistvo__items {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .requirements__item-info {
    flex-direction: row;
    align-items: center;
  }

  .requirements__item-info span {
    font-size: 18px;
  }
}

@media screen and (max-width: 880px) {
  .main__services-container .services__content-items {
    max-height: 900px;
  }

  .menu__item-title p {
    margin-top: 0;
    width: max-content;
  }

  .header__menu-item .menu__item-title {
    align-items: center;
  }

  .menu__item-title p {
    margin-top: 0;
  }

  .input__search-content .search__menu {
    min-width: 400px;
  }

  .header__navigation-ul li a.root-item {
    padding: 10px 10px;
    font-size: 11px;
  }

  .header__nav__level-2 .header__nav__sub_col {
    padding: 10px 0 0 0px;
  }
}

@media screen and (max-width: 850px) {
  .septic__contact-content .septic__info-text .septic__info-title {
    font-size: 20px;
  }

  .septic__contaict-container .septic-contact {
    height: 250px;
  }

  .right__imge img {
    height: 350px;
  }

}

@media screen and (max-width: 768px) {
  .container {
    padding: 0 10px;
  }

  .btn_green {
    font-size: 15px;
  }

  .header__button {
    padding: 12px 30px;
  }

  .header-top__burger {
    height: 20px;
    position: relative;
    z-index: 6;
    cursor: pointer;
    display: block;
    margin-left: 20px;
  }

  .header-top__burger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #000000;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }

  .header-top__burger span:nth-child(1) {
    top: 0;
  }

  .header-top__burger span:nth-child(2) {
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }

  .header-top__burger span:nth-child(3) {
    bottom: 0;
  }

  .top_slider {
    padding-bottom: 30px;
  }

  .preference__wrap {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 20px;
    display: none;
  }

  .preference {
    margin-bottom: 20px;
  }

  .preference__item div {
    max-width: 145px;
  }

  .about__text p {
    font-size: 14px;
  }

  .catalog__wrap {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 60px;
    row-gap: 30px;
  }

  .services__btn {
    padding: 11px 0;
  }

  .reviews__link {
    padding: 11px 0;
  }

  .footer__menu {
    gap: 15px;
  }

  .header__mail {
    display: none;
  }

  .header__nav,
  .header__navigation {
    display: none;
  }

  .header__wrap {
    padding: 20px 0;
  }

  .top_slider__link .top_slider__carousel__item__link {
    padding: 15px 21px;
  }

  .top_slider__button {
    padding: 15px 19px 15px 52px;
  }

  .top_slider__button::before {
    left: 10px;
  }

  .contacts__wrap {
    flex-direction: column;
  }

  .contacts__wrap>div {
    width: 100%;
  }

  .top_slider__bg::before {
    bottom: -80px;
  }

  .about__wrap {
    gap: 30px;
  }

  .about .container {
    margin-left: 10px;
  }

  .faq__item {
    padding: 0 40px;
  }

  .faq__item__question::before {
    right: 40px;
  }

  .services_top__request__price {
    font-size: 22px;
  }

  .services_top__request__form__fields {
    flex-direction: column;
    margin-bottom: 30px;
  }

  .services_top__request__form__fields__input {
    width: unset;
  }

  .services_top__request__form__fields__check {
    flex-direction: column;
    gap: 30px;
  }

  .services_top__request__wrap {
    padding: 60px;
  }

  .custom-checkbox {
    font-size: 14px;
  }

  .custom-checkbox>span::before {
    width: 19px;
    height: 19px;
  }

  .submit_button {
    padding: 13px 55px;
  }

  .stock__wrap__btn {
    padding: 12px 0;
  }

  .stock__wrap__descr {
    font-size: 23px;
  }

  .service_bot_bg::after {
    display: none;
  }

  .processing-stages__block {
    height: auto;
  }

  .brands__item {
    width: 47%;
    max-width: 200px;
  }

  .processing-stages__items {
    padding: 0;
    gap: 20px;
  }

  .processing-stages__item {
    justify-content: center;
  }

  .processing-stages__text {
    padding: 15px 0 !important;
  }

  .processing-stages__content {
    width: 100%;
  }

  .processing-stages__block {
    background: none;
    margin-top: 10px;
  }

  .processing-stages__image img {
    height: 50px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  }

  .product {
    flex-direction: column;
  }

  .product__image {
    width: 50%;
    margin: 0 auto;
  }

  .product__info {
    width: 90%;
    margin: 0 auto;
  }

  .item-info__compound-image img {
    width: 100%;
    max-height: none;
  }

  .item-info__compound {
    grid-gap: 50px;
    display: flex;
    flex-direction: column;
  }

  .item-info__list {
    gap: 15px;
  }

  .item-info__list li {
    text-align: center;
    flex-grow: 1;
  }

  .bx-filter-section .container-fluid {
    flex-direction: column;
  }

  .septic__vertical-decore {
    display: none;
  }

  .catalog__wrap .catalog__item-btn {
    grid-column: 2;
  }

  .banner__form-title p {
    font-size: 28px;
  }

  .form__advantages-item span {
    font-size: 15px;
  }

  .obustroistvo__item-content .obustroistvo__item-info {
    gap: 0;
  }

  .requirements__obustroistvo-items {
    grid-template-columns: 1fr;
  }

  .septiki__block-title {
    flex-direction: column;
  }

  .septiki__block-title .slider_arrows {
    margin: 20px auto;
  }

  .burenie__grid-width
  {
    grid-column: auto;
  }

  .services__title
  {
    margin-top: 0;
  }

  .title {
    margin: 10px 0 20px;
  }

  .services__wrap
  {
    padding: 30px 0;
  }

  .main_bg--linear 
  {
    padding-top: 20px;
  }

  .text-info {
    font-size: 16px;
  }
}

@media screen and (max-width: 720px) {
  .stages__wrap {
    background-image: none;
  }

  .footer__wrap {
    flex-wrap: wrap;
    gap: 15px;
  }

  .footer__menu {
    flex-grow: 1;
  }

  .reviews__item {
    padding: 10px 5px;
  }

  .reviews__item__img {
    height: 47px;
    width: 47px;
    flex: 0 0 47px;
  }

  .advantages__item {
    padding: 20px 5px;
  }

  .advantages__wrap {
    gap: 8px;
  }

  .top_slider__img {
    max-width: 230px;
    right: -55px;
    top: 0;
    bottom: 0;
  }

  .top_slider__carousel__item__title {
    font-size: 35px;
  }

  .stages__item {
    margin: 0;
  }

  .stages__item__img {
    width: 240px;
    height: 170px;
  }

  .stages__item__text {
    font-size: 20px;
  }

  .top_slider .container {
    position: relative;
  }

  .about__wrap {
    flex-direction: column;
    gap: 22px;
  }

  .about__wrap>div {
    width: unset;
    max-width: unset;
  }

  .about .container {
    padding: 0 10px;
    max-width: 1170px;
    margin-left: 0;
  }

  .map__sidebar {
    width: 280px;
  }

  .map__sidebar img {
    height: 145px;
  }

  .catalog_list__item {
    gap: 10px;
  }

  .advantages_service__wrap {
    justify-content: center;
    gap: 10px;
  }

  .news__item {
    flex-direction: column;
  }

  .news-item__img,
  .news-item__img img {
    width: 100%;
  }

  .quiz__tab__radio-wrap--3 {
    flex-direction: column;
  }

  .air-blocks__item {
    width: 100%;
  }

  .leaves-bg--mini {
    display: none;
  }

  .septic__main-advantages .septic__turnkey-items {
    flex-direction: column;
  }

  .septic__contaict-container .septic-contact,
  .septic__contaict-container .leaves-bg--contact {
    display: none;
  }

  .septic__main-container .septic__contaict-container {
    padding: 60px;
  }

  .septic__contact-tel .septic__info-title {
    font-size: 20px;
  }

  .septic__contaict-container .septic__contact-content {
    padding: 30px;
  }

  .article__preview {
    grid-template-columns: 1fr;
  }

  .article__preview-img {
    height: 250px;
  }

  .article__body-preview {
    padding: 0 10px;
  }

  .right__imge img {
    height: 250px;
    width: auto;
  }

  .right__imge {
    flex-direction: column-reverse;
  }
}

@media screen and (max-width: 576px) {
  .advantages__item img {
    height: 80px;
  }

  .catalog__wrap {
    column-gap: 15px;
  }

  .title {
    font-size: 25px;
    padding-left: 22px;
  }

  .title::before {
    width: 11px;
    height: 16px;
  }

  .objects__item {
    padding: 35px 20px;
  }

  .header__phones__item {
    font-size: 15px;
  }

  .header__phones__item--bold,
  .header_fixed .header__phones .header__phones__item--bold,
  .header_fixed .header__logo .header__logo__text__title {
    font-size: 17px;
  }

  .top_slider__carousel__item__descr {
    font-size: 15px;
  }

  .stages__item__img::before {
    height: 64px;
    width: 64px;
    right: -32px;
    font-size: 35px;
  }

  .stages__item:nth-child(even) .stages__item__img::before {
    left: -32px;
  }

  .stages__item {
    gap: 60px;
  }

  .map__wrapper {
    height: 545px;
  }

  .faq__item {
    padding: 0 30px;
  }

  .faq__item__question::before {
    right: 30px;
  }

  .stock__wrap {
    background: linear-gradient(90deg,
        #edfaff 7.29%,
        #edfaff 3.73%,
        rgba(255, 255, 255, 0) 139.94%);
  }

  .btn-up {
    right: -10px;
  }

  .reservuar__block-item {
    width: 80%;
    margin: 0 auto;
  }

  .reservuar__bg {
    width: 150px;
    height: 150px;
  }

  .reservuar__block-image {
    width: 75%;
  }

  .brands__items {
    margin-top: 15px;
    justify-content: center;
  }

  .brands__item {
    width: 45%;
    max-width: 200px;
    padding: 23px 24px 23px 18px;
  }

  .brands__item::before {
    display: none;
  }

  .brands__image {
    width: 100%;
  }

  .brands__block,
  .reservuar__block {
    margin-top: 0;
  }

  .processing-stages__items {
    flex-direction: column;
    padding: 0;
    gap: 15px;
  }

  .processing-stages__text {
    padding: 15px 0 !important;
  }

  .processing-stages__content {
    width: 100%;
  }

  .processing-stages__block {
    background: none;
  }

  .processing-stages__image img {
    height: 50px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  }

  .catalog-same__left {
    left: 30px;
    top: -30px;
  }

  .catalog-same__right {
    right: 30px;
    top: -30px;
  }

  .product__image {
    width: 100%;
  }

  .product__info {
    padding: 10px;
    background-image: none;
  }

  .product__char {
    font-size: 14px;
    flex-direction: column;
    gap: 10px;
  }

  .product__price {
    font-size: 16px;
  }

  .product__price span {
    font-size: 18px;
  }

  .product .services_top__request__form__fields__input {
    font-size: 17px;
  }

  .catalog_list__wrap .bx_catalog_text .catalog__item {
    width: 40%;
  }

  .septic__vertical-item .catalog__vertical-name {
    font-size: 16px;
  }

  .septic__main-container .septic__catalog-vertical {
    padding: 40px 60px;
  }

  .installation__steps-items .installation__steps-item:nth-child(6),
  .installation__steps-items .installation__steps-item:nth-child(5) {
    flex-direction: row;
    margin: 0;
  }

  .installation__steps-item:nth-child(6) .steps__item-text p,
  .installation__steps-item:nth-child(5) .steps__item-text p {
    text-align: start;
  }

  .installation__steps-item .steps__item-text {
    max-width: 350px;
  }

  .installation__steps-items .installation__steps-item {
    justify-content: center;
  }

  .septic__main-container .septic__contaict-container {
    padding: 40px;
  }

  .septic__contact-tel .septic__info-title,
  .septic__contact-content .septic__info-text .septic__info-title {
    font-size: 18px;
  }

  .septic__contact-content .septic__contact-info,
  .septic__info-text .septic__contact-info,
  .septic__contact-tel .septic__contact-info {
    font-size: 14px;
  }

  .septic__contact-block .septic__contact-tel {
    gap: 5px;
  }

  .container .catalog__items-container {
    grid-template-columns: repeat(1, 1fr);
  }

  .search-form .search__menu {
    padding-left: 45px;
  }

  .article__rating-items {
    flex-direction: column;
    gap: 30px;
  }
}

@media screen and (max-width: 550px) {
  .reviews__wrap {
    display: block;
  }

  .reviews__item {
    margin: 0 5px 10px;
    height: unset;
  }

  .reviews__wrap .slick-track {
    margin-bottom: 45px;
  }

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

  .reviews__slider_arrows {
    display: flex;
    gap: 12px;
  }

  .from__application-submit {
    height: 50px;
    width: 250px;
  }
}

@media screen and (max-width: 520px) {
  .header__logo img {
    width: 37px;
    height: 39px;
    object-fit: contain;
  }

  .header__phones__item--bold::before {
    left: -15px;
    width: 19px;
    height: 19px;
    background-size: contain;
  }

  .header__button,
  .header_fixed .header__button {
    padding: 10px 5px;
  }

  .footer__menu__left {
    font-size: 16px;
  }

  .footer__menu__right--title {
    font-size: 16px;
  }

  .footer__menu__right {
    font-size: 14px;
  }

  .brevis__logo {
    font-size: 16px;
  }

  .top_slider__img {
    display: none !important;
  }

  .top_slider__carousel__item__title {
    font-size: 25px;
  }

  .body_main {
    background-position-x: 55%;
    background-size: 900px;
  }

  .top_slider__carousel__item__descr {
    background: rgba(255, 255, 255, 0.5);
    padding: 10px 10px 10px 0;
    max-width: 100%;
  }

  .slider_arrow {
    width: 35px;
    height: 16px;
    background-size: contain;
  }

  .top_slider__btns {
    flex-wrap: wrap;
  }

  .preference__wrap {
    padding: 20px 10px;
  }

  .map__sidebar {
    width: 168px;
    padding: 8px 5px;
  }

  .map__sidebar img {
    height: 100px;
    margin-bottom: 13px;
  }

  .map__sidebar__name {
    margin-bottom: 6px;
    font-size: 12px;
  }

  .map__sidebar__prop {
    font-size: 15px;
    margin-bottom: 7px;
  }

  .map__sidebar__prop span {
    font-size: 14px;
    font-weight: 700;
  }

  .map__sidebar__price {
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 9px;
  }

  .map__sidebar__price span {
    font-weight: 700;
  }

  .map__sidebar__link {
    width: 104px;
    padding: 7px 0;
  }

  .map__wrapper {
    height: 320px;
  }

  .objects__item__name {
    font-size: 25px;
    margin-bottom: 10px;
  }

  .objects__item__text {
    font-size: 16px;
    max-width: 220px;
  }

  .objects__item__info__price {
    font-size: 28px;
  }

  .objects__item__info {
    flex-wrap: wrap;
  }

  .services_top__request__wrap {
    padding: 20px;
  }

  .services_top__request__wrap.popup {
    padding: 25px 50px;
  }

  .quiz__tab__num-wrap {
    grid-template-columns: 1fr;
  }

  .quiz__tab__radio-wrap {
    grid-template-columns: 1fr;
  }

  .installation__steps-item .steps__item-num {
    width: 45px;
    height: 45px;
  }

  .steps__item-text .steps__desc-title {
    font-size: 18px;
  }

  .steps__item-text .steps__desc-text {
    font-size: 14px;
  }

  .installation__steps-items .installation__steps-item {
    gap: 15px;
  }

  .septic__main-advantages .septic__advantages-items {
    grid-template-columns: 1fr;
  }

  .obustroistvo__item-info .borehole__end-left>.borehole__end-price {
    font-size: 18px;
  }

  .obustroistvo__item .obustroistvo__item-content .obustroistvo__item-info {
    flex-direction: column;
  }
}

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


  .preference__item {
    max-width: unset;
  }

  .services__item {
    max-width: unset;
    margin: 0 7.5px;
    flex: 1;
    height: unset;
    padding: 0;
  }

  .services__wrap .slick-track {
    display: flex;
    margin-bottom: 60px;
  }

  .advantages__wrap .slick-track {
    display: flex;
  }

  .advantages__item {
    height: unset;
    margin: 0 4px;
  }

  .stages__item {
    gap: 40px;
  }

  .stages__item__img {
    width: 100%;
    height: 140px;
    max-width: 170px;
  }

  .stages__item__img img {
    width: 100%;
  }

  .stages__item__img::before {
    height: 44px;
    width: 44px;
    font-size: 25px;
    right: -22px;
  }

  .stages__item:nth-child(even) .stages__item__img::before {
    left: -22px;
  }

  .stages__item__text {
    font-size: 17px;
  }

  .stages__title__wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .stages__slider_arrows {
    display: flex;
    gap: 12px;
  }

  .catalog__title__wrap {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
  }

  .catalog__slider_arrows {
    display: flex;
    gap: 12px;
  }

  .catalog__item {
    margin: 0 8px;
    width: 43%;
    justify-content: space-between;
  }

  .map__wrap {
    gap: 10px;
  }

  .map__link {
    padding-left: 30px;
    max-width: 150px;
  }

  .map__link::before {
    width: 23px;
    height: 21px;
    top: 50%;
    transform: translateY(-50%);
    background-size: contain;
  }

  .catalog_list__item {
    flex-direction: column;
    gap: 30px;
  }

  .catalog_list__item__left {
    width: 100%;
  }

  .catalog_list__item__left__btn {
    max-width: 233px;
  }

  .faq__item {
    padding: 0 23px;
  }

  .faq__item__question::before {
    right: 23px;
  }

  .advantages_service__wrap {
    gap: 20px;
  }

  .catalog__wrap .slick-track {
    padding-bottom: 50px;
  }

  .catalog__wrap {
    margin: 0 -10px;
    margin-bottom: 20px;
    gap: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .services__wrap .services__item > img{
    display: none;
  }

  .services__wrap
  {
    display: grid;
  }

  .header__phones__item--bold,
  .header_fixed .header__phones .header__phones__item--bold,
  .header_fixed .header__logo .header__logo__text__title {
    font-size: 15px;
  }

  .catalog_list__wrap .bx_catalog_text .catalog__item {
    width: 33%;
  }

  .from__application-submit {
    width: 200px;
    font-size: 15px;
  }

  .catalog__wrap .catalog__item-btn {
    width: 35%;
  }

  .installation__steps-items .installation__steps-item,
  .installation__steps-items .installation__steps-item:nth-child(6),
  .installation__steps-items .installation__steps-item:nth-child(5) {
    flex-direction: column;
    align-items: center;
  }

  .installation__steps-item .steps__item-text p,
  .installation__steps-item:nth-child(6) .steps__item-text p,
  .installation__steps-item:nth-child(5) .steps__item-text p {
    text-align: center;
  }

  .septic__main-container .septic__contaict-container {
    padding: 20px;
  }

  .septic__contact-tel .septic__info-title,
  .septic__contact-content .septic__info-text .septic__info-title {
    font-size: 16px;
  }

  .septic__contact-tel svg {
    height: 16px;
    width: auto;
  }

  .services__item__name
  {
    margin: 20px;
  }
}

@media screen and (max-width: 400px) {
  .objects__slider__dots {
    display: none;
  }
}

@media screen and (max-width: 390px) {
  .header__phones {
    display: none;
  }

  .services_top__request__form__fields__input {
    font-size: 18px;
  }

  .septic__main-container .septic__catalog-vertical {
    padding: 40px 20px;
  }

  .septic__vertical-item img {
    display: none;
  }

  .septic__vertical-item .catalog__vertical-name {
    padding: 20px;
    text-align: center;
    width: 100%;
  }
}

.contact__item a {
  display: block;
  line-height: 32px;
}

.deep-map-text {
  margin-bottom: 30px;
  font-size: 18px;
}

.news-detail-akcii img {
  /*width: unset;*/
}

.news-detail-new img {
  margin-top: 20px;
}

.news-detail-new span {
  color: #2fd614;
}

.news-detail-new p {
  max-width: 55%;
  width: 100%;
}

.news-detail-new img:hover {
  transform: translate(-100%, -65%);
}

.news-detail-new img {
  position: relative;
  bottom: 100%;
  width: 40%;
  left: 100%;
  transform: translate(-100%, -65%);
}

@media (max-width: 1200px) {
  .news-detail-new img {
    width: 50%;
  }

  .news-detail-new p {
    max-width: 45%;
    width: 100%;
  }
}

@media (max-width: 1000px) {
  .news-detail-new img {
    width: 50%;
    transform: translate(-100%, -75%);
  }

  .news-detail-new img:hover {
    transform: translate(-100%, -75%);
  }

  .news-detail-new p {
    max-width: 45%;
    width: 100%;
  }
}

@media (max-width: 900px) {
  .news-detail-new img {
    width: 50%;
    transform: translate(-100%, -95%);
  }

  .news-detail-new img:hover {
    transform: translate(-100%, -95%);
  }

  .news-detail-new p {
    max-width: 45%;
    width: 100%;
  }
}

@media (max-width: 800px) {
  .news-detail-new img {
    width: 50%;
    transform: translate(-100%, -105%);
  }

  .news-detail-new img:hover {
    transform: translate(-100%, -105%);
  }

  .news-detail-new p {
    max-width: 45%;
    width: 100%;
  }
}

@media (max-width: 700px) {
  .news-detail-new img {
    position: static;
    width: 100%;
    transform: unset;
  }

  .news-detail-new img:hover {
    transform: unset;
  }

  .news-detail-new p {
    max-width: 100%;
    width: 100%;
  }

  .price__obustroistvo .obustroistvo__items {
    grid-template-columns: 1fr;
  }

  .obustroistvo__item-content .obustroistvo__item-info>.btn_green {
    height: 45px;
    padding: 0 10px;
  }

  .obustroistvo__item-content .obustroistvo__item-info {
    flex-direction: row;
    justify-content: center;
    gap: 20px;
  }

  .obustroistvo__item-info .borehole__end-left {
    margin: 0;
    align-items: center;
    gap: 10px;
  }

  .obustroistvo__item-info .borehole__end-left>.borehole__end-title {
    margin: 0;
  }
}

.main-title.title {
  padding: 0;
}

.main-title.title::before {
  content: unset;
}

.catalog_list__item__left__price-title {
  color: #000;
  font-weight: 500 !important;
  font-size: 18px;
}

.popup_cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999999;
  font-family: Arial, Helvetica, Verdana, Georgia, Times, serif;
  display: none;
}

.window_cookie {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 20px;
  box-sizing: border-box;
  padding-right: 40px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  background: #ffffff;
  border: 1px solid #d6d6d6;
  border-bottom: 0;
  color: #8b8b8b;
  max-width: 400px;
  margin: 0 auto;
  flex-wrap: wrap;
  gap: 5px;
  font-size: 12px;
  border-radius: 0 20px 0 0;
}

.close_pop {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.window_cookie__btn {
  display: block;
  color: white;
  padding: 5px 15px;
  font-size: 13px;
  border-radius: 16px;
  transition: 0.5s;
  cursor: pointer;
  background: #007acecc;
  border: 1px solid #007acecc;
}

.window_cookie__btn:hover {
  background: #ffffff;
  color: #007acecc;
}

form.smartfilter .bx-filter-parameters-box .bx-filter-parameters-box-title span {
  color: #000;
  font-size: 14px;
  /* padding-left: 10px; */
  width: 100%;
  /* display: block; */
  display: flex;
  align-items: center;
  gap: 5px;
}

form.smartfilter .bx-filter-parameters-box .bx-filter-parameters-box-title span i.fa-angle-up {
  /* display: none; */
}

.bx-filter form.smartfilter .bx-filter-parameters-box-title {
  padding-bottom: 0;
}

form.smartfilter .bx-filter-parameters-box {
  display: flex;
  flex-direction: column;
  gap: 15px;
  border: 1px solid lightgrey;
  transition: 0.5s;
}

form.smartfilter .bx-filter-parameters-box .bx-filter-parameters-box-title span:hover {
  border-bottom: 0;
}

form.smartfilter .bx-filter-parameters-box .bx-filter-block .bx-filter-parameters-box-container .col-xs-12 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0;
}

form.smartfilter .bx-filter-parameters-box .bx-filter-block .bx-filter-parameters-box-container .col-xs-12 .checkbox label span input {
  display: none;
}

form.smartfilter .bx-filter-parameters-box .bx-filter-block .bx-filter-parameters-box-container .col-xs-12 .checkbox label .bx-filter-input-checkbox .bx-filter-param-text {
  position: relative;
  padding: 7px;
}

form.smartfilter .bx-filter-parameters-box .bx-filter-block .bx-filter-parameters-box-container .col-xs-12 .checkbox label .bx-filter-input-checkbox .bx-filter-param-text:hover {
  /* outline: 1px solid #00b9fb; */
  color: #00b9fb;
}

form.smartfilter .bx-filter-parameters-box .bx-filter-block .bx-filter-parameters-box-container .col-xs-12 .checkbox label .bx-filter-input-checkbox .bx-filter-param-text::before {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
  border: 1px solid lightgrey;
}

form.smartfilter .bx-filter-parameters-box .bx-filter-block .bx-filter-parameters-box-container .col-xs-12 .checkbox label .bx-filter-input-checkbox .bx-filter-param-text::after {
  /* content: ""; */
  position: absolute;
  border: 1px solid lightgrey;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

form.smartfilter .bx-filter-parameters-box .bx-filter-block .bx-filter-parameters-box-container .col-xs-12 .checkbox label .bx-filter-input-checkbox input[type="checkbox"]:checked+.bx-filter-param-text {
  /* background: #c8f0ff; */
}

form.smartfilter .bx-filter-parameters-box .bx-filter-block .bx-filter-parameters-box-container .col-xs-12 .checkbox {
  margin-bottom: 20px;
}





form.smartfilter .filter-block_detail {
  position: absolute;
  left: 0;
  top: 110%;
  padding: 30px;
  background: #fff;
  box-shadow: 0 5px 25px 0 rgba(0,0,0,.1);
  z-index: 2;
  height: auto !important;
  min-width: 170px;
  box-sizing: border-box;
  max-height: 268px;
  overflow: auto;
}

form.smartfilter .bx-filter-parameters-box:first-child .filter-block_detail {
  overflow: visible;
  min-width: unset;
}

form.smartfilter .filter-block_detail .bx-filter-parameters-box-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: max-content;
  padding: 0;
}

form.smartfilter .filter-block_detail .filter-block_detail-top {
  display: flex;
  gap: 5px;
}

form.smartfilter .filter-block_detail .filter-block_detail-bottom {
  width: 100%;
}

.bx-filter .bx-filter-input-container input {
  box-sizing: border-box;
}

form.smartfilter .filter-block_detail.bx-filter-block .filter-block_detail-top i.bx-ft-sub {
  display: none;
}

form.smartfilter .filter-block_detail .bx-ui-slider-part.p2,
form.smartfilter .filter-block_detail .bx-ui-slider-part.p3,
form.smartfilter .filter-block_detail .bx-ui-slider-part.p4 {
  display: none;
}

.filter-parameters-box-container__inner {
  display: flex;
  flex-direction: column;
  align-items: start !important;
}

form.smartfilter > .row {
  align-items: center;
}

form.smartfilter .col-lg-12.bx-filter-parameters-box.bx-active {
      outline: 1px solid #00b9fb;
}

form.smartfilter .col-lg-12.bx-filter-parameters-box:hover {
      outline: 1px solid #00b9fb;
}



.bx-filter-parameters-box-container .checkbox:first-child {
  margin-top: -5px;
}

.bx-filter.bx-blue .bx-filter-section {
  background: #ffffff;
  box-shadow: 0px 20px 40px rgba(12, 135, 179, 0.2);
}

form.smartfilter .bx-filter-parameters-box-container {
  display: flex;
  gap: 20px;
}

.add_new_tags .catalog__wrap {
  flex-wrap: wrap;
}

form.smartfilter .bx-filter-parameters-box .bx-filter-block .bx-filter-parameters-box-container .col-xs-12 .checkbox {
  margin: 0;
}

form.smartfilter .bx-filter .bx-filter-param-label {
  padding-left: 0;
}

form.smartfilter .bx-filter-parameters-box .bx-filter-block .bx-filter-parameters-box-container .col-xs-12 {
  gap: 10px;
}

form.smartfilter .bx-filter .bx-filter-parameters-box-title {
  padding-bottom: 20px;
}

form.smartfilter .bx-filter-parameters-box {
  flex-wrap: wrap;
}

form.smartfilter .radio label,
.checkbox label {
  padding-left: 0px;
}

.bx-breadcrumb .bx-breadcrumb-item {
  margin-right: 5px;
  display: flex;
  align-items: center;
}

.row {
  margin: 0;
}

form.smartfilter .col-lg-12.bx-filter-parameters-box.bx-active {
  /* padding-left: 0; */
}

.col-lg-12.bx-filter-title {
  padding-left: 0;
}

/* form.smartfilter .bx-filter-parameters-box .bx-filter-block .bx-filter-parameters-box-container .col-xs-12 .checkbox label .bx-filter-input-checkbox input[type="checkbox"]:checked+.bx-filter-param-text::before, */
.services__content-item--selected::after {
  content: "";
  position: absolute;
  background-image: url("/local/templates/cgs71/img/accept-circle.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  top: -10px;
  border-radius: 50%;
  right: -10px;
  z-index: 5;
}

form.smartfilter .bx-filter-parameters-box .bx-filter-block .bx-filter-parameters-box-container .col-xs-12 .checkbox label .bx-filter-input-checkbox input[type="checkbox"]:checked+.bx-filter-param-text::before {
  /* background-image: url("/local/templates/cgs71/img/accept-circle.svg") cover no-repeat; */
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 21 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.00019 6.59568L7.47363 14.1008L19.5664 0.938609' stroke='%230060BB' stroke-width='2'/%3E%3C/svg%3E%0A");
}

.bx-filter.bx-blue .container-fluid .bx-filter-title>h2 {
  margin: 0;
}

form.smartfilter .bx-filter-parameters-box .bx-filter-block .bx-filter-parameters-box-container .col-xs-12 .checkbox label .bx-filter-input-checkbox .bx-filter-param-text {
  font-size: 14px;
  padding: 5px;
  display: flex;
  gap: 10px;
  align-items: center;
}

form.smartfilter .bx-filter-parameters-box {
  padding: 10px;
}

.bx-filter-parameters-box-container {
  padding: 10px;
}

.col-xs-12.bx-filter-button-box {
  padding-top: 10px;
}

.bx-filter-parameters-box-container .btn_green {
  font-size: 15px;
}

form.smartfilter .col-lg-12.bx-filter-parameters-box.bx-active {
  /* padding: 0;
  gap: 10px; */
}

.bx-filter .bx-filter-section {
  padding: 12px;
}

.bx-filter-section .smartfilter .row {
  display: flex;
  gap: 50px;
}

.col-xs-12.bx-filter-button-box {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

.catalog-title {
  margin: 50px 0 30px;
}

.burger-menu_link.multilevel {
  padding-left: 65px;
  text-transform: none;
}

.sale__link-phone {
  color: inherit;
  text-wrap: nowrap;
  font-weight: 500;
}

.services__content-items {
  max-height: 900px;
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: wrap;
  gap: 10px 20px;
  width: 100%;
  z-index: 5;
}

.services__content-item {
  border: 1px solid #d7d7d7;
  border-radius: 3px;
  background-color: #fff;
  transition: all 0.3s;
  cursor: pointer;
  width: 100%;
  position: relative;
}

.services__content-item:hover {
  border: 1px solid #00b9fb;
}

.services__item-name {
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  line-height: 18.75px;
  text-wrap: balance;
  word-wrap: break-word;
  padding: 12px 15px;
  display: block;
}

.services__content-form {
  box-shadow: 0px 2px 37px 0px #1885ac26;
  position: relative;
  width: 100%;
  background-color: #fff;
  display: flex;
  flex-direction: column;

  height: max-content;
  grid-column: 3;
  grid-row: 1 / 11;
}

.services-block {
  margin: 40px 0;
}

.services__content-item--selected {
  background: #f0fbff;
}

.services__content-item--selected:hover {
  border: 1px solid #3fd4ff;
}

.services__content-item--selected::after {
  width: 26px;
  height: 26px;
  right: 0;
}

.main__services-container {
  /*display: flex;
    justify-content: space-between;
    max-height: 830px;*/
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  row-gap: 10px;
  height: 100%;
}

.services__bg-img img {
  position: absolute;
  height: 614px;
  width: 100%;
}

.services__bg-img {
  position: absolute;
  width: 768px;
  height: 614px;
  right: -30px;
}

.service__form-title {
  text-transform: uppercase;
  padding: 50px 20px 0;
  text-align: center;
  font-family: Roboto Condensed;
  font-size: 28px;
  font-weight: 700;
  line-height: 32.81px;
}

.services__form-application {
  padding: 26px 20px 50px;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.services__form-application .success {
  text-align: center;
  font-size: 22px;
  color: #00a51a;
}

.form__application-fields {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.form__fields-input input {
  padding: 18px 11px;
  border: 1px solid #d7d7d7;
  border-radius: 3px;
  height: 20px;
  position: relative;
  width: -webkit-fill-available;
}

.form__fields-input input::placeholder,
.form__fields-input input,
.form__fields-input input+label {
  font-family: Roboto;
  font-size: 18px;
  font-weight: 400;
  line-height: 23.53px;
  text-align: left;
  color: #a1a1a1;
}

.form__fields-input label span {
  color: #c60000;
}

.form__application-services {
  gap: 20px;
  display: flex;
  flex-direction: column;
}

.form__fields-input {
  position: relative;
}

.form__fields-input input+label {
  position: absolute;
  left: 11px;
  bottom: 18px;
}

.form__fields-input input:invalid+label {
  height: auto;
}

.form__fields-input input:valid+label {
  display: none;
}

.form__services-selected,
.form__fields-info,
.form__services-policy label {
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
}

.form__fields-info,
.form__services-policy label {
  color: #979797;
}

.form__services-policy label {
  line-height: 16.41px;
  letter-spacing: -0.02em;
  text-align: left;
  padding-left: 36px;
}

.form__fields-info {
  line-height: 18.3px;
  text-align: left;
  display: flex;
  gap: 5px;
}

.form__fields-info span {
  color: #c60000;
}

.form__services-policy {
  display: flex;
  gap: 10px;
  position: relative;
}

.form__services-policy input:checked+.form__services-policy label::before {
  background-color: #0066c7;
  width: 10px;
  height: 10px;
}

.form__policy-checkbox+label {
  display: inline-flex;
  align-items: center;
  user-select: none;
}

.form__policy-checkbox+label::before {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  border-radius: 2px;
  border: 1px solid #d7d7d7;
  margin: 0;
  left: 0;
  cursor: pointer;
}

.form__policy-checkbox:checked+label::before {
  height: 26px;
  width: 26px;
  background-image: url('data:image/svg+xml,<svg width="14" height="11" viewBox="0 0 14 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.5 6.5L5.15144 9.74572C5.60167 10.1459 6.30094 10.0602 6.64111 9.563L12.5 1" stroke="%2300B9FB" stroke-width="2"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
}

.form__policy-checkbox {
  display: none;
}

.from__application-submit {
  border: none;
  height: 64px;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 800;
  line-height: 24.3px;
}

.show-btn {
  display: none;
}

.sub-title {
  text-transform: none;
}

.septic__advantages-items {
  display: flex;
  gap: 20px;
}

.septic__advantages-item {
  background-image: url(/local/templates/cgs71/css/../img/advantages_item.png);
  background-size: cover;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  padding: 20px;
  gap: 20px;
  border-radius: 10px;
  max-width: 277px;
}

.septic__advantages-title {
  font-family: Roboto;
  font-size: 24px;
  font-weight: 700;
  line-height: 28.13px;
  color: #fff;
}

.septic__advantages-desc {
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  line-height: 18.75px;
  color: #fff;
}

.catalog__item-btn .catalog__item__img img {
  position: absolute;
  width: auto !important;
  height: 100% !important;
  left: 20px;
  top: 47px;
  object-position: left;
  opacity: 0.1;
}

.catalog__item-btn {
  overflow: hidden;
  padding: 0 20px;
  justify-content: center;
  grid-column: 4;
}

.catalog__item-btn .btn_green {
  width: 100%;
  height: 64px;
  align-items: center;
  border: none;
}

.septic__vertical-decore {
  position: absolute;
  bottom: -30px;
  right: 0;
}

.septic__catalog-vertical {
  display: flex;
  position: relative;
  padding: 40px 100px 0 20px;
  gap: 97px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 2px 37px 0px #1885ac26;
}

.septic__vertical-items {
  display: flex;
  flex-direction: column;
  gap: 45px;
  width: 100%;
  justify-content: center;
  z-index: 5;
}

.septic__vertical-item {
  display: flex;
  align-items: center;
  height: 67px;
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  position: relative;
  transition: all 0.5s;
  border: 1px solid #fff;
}

.septic__vertical-item img {
  position: absolute;
  left: -51px;
  bottom: -10px;
  transition: all 0.5s;
}

.catalog__vertical-name {
  font-family: Roboto;
  font-size: 20px;
  font-weight: 800;
  line-height: 27px;
  text-align: left;
  padding: 20px 55px 20px 65px;
}

.septic__vertical-item:hover img {
  transform: scale(1.2);
}

.septic__vertical-item:hover {
  background-color: #cbf1ff;
  border: 1px solid #00b7fa;
}

.installation__steps-container {
  position: relative;
}

.leaves-bg {
  position: absolute;
  right: -100px;
  top: -7%;
}

.leaves-bg--mini {
  position: absolute;
  bottom: 20%;
  transform: translateY(-20%);
}

.steps__item-num {
  background: linear-gradient(159.35deg, #007ccf 18.92%, #00b7fa 86.31%);
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-family: Roboto;
  font-size: 20px;
  font-weight: 800;
  line-height: 27px;
  text-align: left;
  color: #fff;
}

.installation__steps-item {
  display: flex;
  gap: 34px;
  z-index: 5;
}

.steps__item-text {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 470px;
}

.steps__desc-text {
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  line-height: 18.75px;
  text-align: left;
}

.steps__desc-title {
  font-family: Roboto;
  font-size: 20px;
  font-weight: 700;
  line-height: 23.44px;
  text-align: left;
}

.installation__steps-items img {
  position: absolute;
  height: auto;
  left: 32px;
  width: 53%;
}

.installation__steps-items {
  gap: 50px;
  flex-direction: column;
  display: flex;
}

.installation__steps-item:nth-child(5) {
  margin-left: auto;
}

.installation__steps-item:nth-child(6) {
  margin: 16px 0 16px auto;
}

.septic__main-container {
  display: flex;
  flex-direction: column;
  gap: 110px;
}

.septic__advantages-turnkey {
  max-width: none;
  align-items: center;
}

.septic__advantages-turnkey p {
  text-align: center;
}

.septic__main-container .septic__main-catalog>.catalog__wrap,
.septic__main-container .quiz {
  margin-bottom: 0;
}

.septic__contaict-container {
  position: relative;
  box-shadow: 0px 2px 37px 0px rgba(24, 133, 172, 0.15);
  border-radius: 10px;
  overflow: hidden;
  padding: 100px 151px;
}

.septic-contact {
  position: absolute;
  bottom: 0;
  right: 0;
}

.leaves-bg--contact {
  position: absolute;
  bottom: 0;
  left: 0;
}

.septic__contact-content {
  padding: 50px;
  border-radius: 10px;
  background: linear-gradient(119deg,
      rgba(255, 255, 255, 0.85) 26.01%,
      rgba(208, 240, 252, 0.85) 98.62%);
  box-shadow: 0px 2px 37px 0px rgba(24, 133, 172, 0.15);
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.septic__info-title {
  color: #000;
  text-align: center;
  font-family: Roboto;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.septic__contact-tel p {
  color: #000;
}

.septic__contact-tel {
  display: flex;
  align-items: center;
  gap: 10px;
}

.septic__info-text {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.septic__contact-block {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}

.services_top__request__form__fields__check #recaptcha-3 {
  display: none;
}

.catalog__item-redisign {
  flex-direction: column;
  padding: 15px;
  padding-bottom: 0;
  height: 100%;
  gap: 20px;
}

.catalog__items-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 20px;
  row-gap: 30px;
}

.catalog__items-container>div {
  height: 100%;
}

.catalog_top-img {
  height: 172px;
  width: auto;
}

.catalog_top-img img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.human__count-container {
  display: flex;
  width: fit-content;
  align-items: center;
  gap: 10px;
  padding: 5px 10px;
  border-radius: 20px;
  margin-left: auto;
}

.human__count-container img {
  filter: brightness(5);
  height: 17px;
}

.human__count-num {
  font-weight: 400;
  text-transform: none;
}

.add-list,
.hide-list {
  text-align: center;
  width: 100%;
  display: block;
  margin-top: 15px;
  font-size: 14px;
}

.catalog__item-sort a {
  color: #515151;
  margin-right: 15px;
  margin-top: 15px;
}

.catalog__item-redisign>.catalog__item-bottom {
  padding-bottom: 35px;
  margin-top: auto;
}

.catalog__item-redisign .catalog_list__item__left__btn {
  border: none;
}

.header__navigation-ul>li:hover>a.root-item {
  background: rgba(0, 0, 0, 0.15);
}

.header__navigation-list:hover,
.header__nav__ul__sub .header__navigation-list--active {
  pointer-events: auto;
  display: flex;
}

.header__navigation-list {
  position: absolute;
  z-index: 5;
  background-color: #fff;
  box-shadow: rgba(1, 1, 1, 0.1) 0 0 20px;
  filter: drop-shadow(0px 20px 40px rgba(12, 135, 178, 0.2));
  max-width: 1170px;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
  transition: 0.5s;
  display: none;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.input__search-menu {
  display: flex;
  gap: 20px;
  align-items: center;
  padding: 30px 0;
}

.search__menu {
  display: flex;
  min-width: 553px;
  height: -webkit-fill-available;
  height: -moz-available;
  padding: 14px;
  align-items: flex-start;
  border-radius: 4px;
  border: 1px solid #d5d5d5;
  background: #fff;
  padding-left: 56px;

  color: #d5d5d5;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.search__menu::placeholder {
  color: #d5d5d5;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.search__btn-menu {
  min-width: 220px;
  height: 60px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border: 0;
}

.menu__close-btn {
  position: absolute;
  right: 25px;
  top: 30px;
  cursor: pointer;
}

.input__search-content {
  position: relative;
  height: 60px;
}

.input__search-content svg {
  position: absolute;
  top: 14px;
  left: 14px;
}

.header__menu-item {
  color: #303030;
  font-family: "Roboto";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: math-auto;
}

.menu__item-title {
  font-weight: 700;
  display: flex;
  gap: 10px;
  text-transform: uppercase;
  font-family: "Roboto Condensed";
  color: #303030;
}

.header__menu-items {
  display: flex;
  justify-content: space-between;
  width: -webkit-fill-available;
  padding: 0 25px;
  min-height: 365px;
  padding-bottom: 40px;
}

.header__services-items {
  fill: #fff;
  filter: drop-shadow(0px 20px 40px rgba(12, 135, 179, 0.25));
  width: -webkit-fill-available;
}

.menu__items-list {
  padding-left: 35px;
  padding-top: 20px;
  text-align: left;
}

.menu__list-item {
  border-left: 2px solid #009ae8;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-left: 20px;
}

.compare__list-items {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  justify-items: center;
  gap: 20px;
}

.compare__list-table tr td:first-child {
  grid-column: span 2;
}

.compare__list-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0px 2px 37px 0px rgba(24, 133, 172, 0.15);
}

.compare__list-table {
  width: 100%;
  margin-top: 20px;
  border-radius: 4px;
  border-collapse: separate;
  border-bottom: 1px solid #d7d7d7;
}

.compare__list-table tbody tr {
  grid-template-columns: repeat(6, 1fr);
  justify-items: center;
  align-items: center;
  gap: 20px;
  display: grid;
}

.compare__list-table tbody tr:not(:first-child) {
  border-top: 1px solid #d7d7d7;
  border-left: 1px solid #d7d7d7;
  border-right: 1px solid #d7d7d7;
}

.compare__list-table tr td:first-child {
  width: 100%;
  justify-items: flex-start;
  padding: 10px 0px;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-left: 20px;
  width: calc(100% - 20px);
}

.compare__list-table tr td {
  padding: 10px 25px;
}

.compare__list-table tbody tr:nth-child(odd) {
  background: #f1fbff;
}

.catalog-item--info>.catalog__item__name {
  text-align: center;
  color: #000000;
  margin-bottom: 10px;
  font-family: Roboto;
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.compare__list-table tr td>span {
  color: #098514;
  text-align: center;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.compare__list-table tr:first-child td {
  padding: 0 0 20px 0;
}

.compare__list-table tbody>tr:first-child {
  background: #fff;
}

.compare__list-table tbody tr:nth-child(2) {
  border-radius: 4px 4px 0 0;
}

.scroll-table {
  scrollbar-color: #098514 #e0e0e0;
  scrollbar-width: thin;
}

.compare-title {
  margin-top: 40px;
}

.compare-list--first .header__button {
  margin: 0 40px;
}

.compare__list-item img {
  object-fit: cover;
  max-height: 170px;
  object-position: center;
}

.show-more,
.hide-more {
  color: #009ae8;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.menu__list-item li:hover,
.show-more:hover,
.hide-more:hover,
.header__menu-content li>a:hover {
  color: #00a51a;
  transition: all 0.3s;
}

.header__services-items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  justify-items: center;
}

.header__services-items .menu__item-title {
  padding: 0 15px;
}

.header__service-item {
  width: 100%;
  height: 230px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
  border: 1px solid #f5f5f5;
  transition: all 0.3s;
}

.header__service-item:hover {
  background: #fff;
  box-shadow: 0px 5px 40px 0px rgba(12, 135, 179, 0.25);
}

.header__menu-content li>a {
  padding: 32px 0;
}

.header__menu-content {
  gap: 40px;
  padding-left: 25px;
}

.menu-company {
  align-items: flex-start;
}

.search-form::after {
  content: "";
  background-image: url("/local/templates/cgs71/img/carbon_search.svg");
  position: absolute;
  width: 22px;
  height: 22px;
  background-size: cover;
  left: 14px;
}

.search-form {
  position: relative;
}

.search-form>.search__btn-menu {
  max-width: 220px;
  min-width: 0;
}

.header__nav__level-1>.header__nav__sub_col {
  width: fit-content;
  max-height: none;
  overflow-y: visible;
}

.header_fixed .header__nav__level-1>.header__nav__sub .header__nav__sub_col {
  top: auto;
}

.header__nav__sub_col ul>.show-more {
  color: #009ae8 !important;
  text-transform: math-auto;
}

.header__nav__level-1:nth-child(4)>.header__nav__sub {
  display: flex;
}

.header__nav__level-1:nth-child(4) ul>.menu__item-title a {
  padding: 25px 20px;
  margin: 0;
}

.header__nav__level-1:nth-child(4)>.header__nav__sub ul {
  padding: 0;
}

.header__nav__level-1>.header__nav__sub_col.service {
  left: 0;
  transform: translateX(-50%);
}

.header__nav__level-1 .service>ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: center;
  justify-items: center;
}

.service ul>.header__nav__level-2 {
  width: 100%;
}

.service ul>.header__nav__level-2 .menu__item-title {
  width: 100%;
  height: 156px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
  border: 1px solid #f5f5f5;
  transition: all 0.3s;
}

.service ul>.header__nav__level-2 .menu__item-title>a {
  padding: 0 15px;
  text-align: center;
}

.header__nav__level-1:nth-child(7)>.header__nav__sub {
  left: auto;
  right: 0;
  padding: 0;
  width: 100%;
}

.header__nav__level-1:nth-child(7)>.header__nav__sub ul {
  width: min-content;
  padding: 0 7px;
  overflow-y: scroll;
  max-height: 450px;
  flex-direction: column;
}

.header__nav__level-1:nth-child(7) ul>.header__nav__level-2 .menu__item-title a {
  text-align: center;
  margin: 15px 0;
  width: 100%;
}

.description ol {
  padding-top: 10px;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  counter-reset: custom-counter;
  list-style: none;
}

.description ol li {
  display: flex;
  column-gap: 20px;
  align-items: start;
  padding-bottom: 20px;
  border-bottom: 1px solid #00b9fb;
  counter-increment: custom-counter;
  font-size: 16px;
}

.description ol li::before {
  content: counter(custom-counter);
  color: #00b9fb;
  text-align: center;
  font-family: "Roboto Condensed";
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.description ul {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}

.description .faq__wrap {
  margin-block: 50px;
}

.portfolio h2 {
  margin-top: 50px;
}

.portfolio__link {
  background: url(/local/templates/cgs71/css/../img/btn_bg.png);
  background-size: cover;
  border-radius: 4px;
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 120%;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  cursor: pointer;
  z-index: 1;
  position: relative;
  transition: 1s;
  display: flex;
  max-width: 376px;
  padding-inline: 10px;
  padding-block: 20px;
  justify-content: center;
  margin: 50px auto;
}

.portfolio__link::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgb(8, 111, 19);
  left: 0;
  top: 0;
  z-index: -1;
  border-radius: inherit;
  transition: 1s;
  position: absolute;
  opacity: 0;
}

.portfolio__link:hover::before {
  opacity: 1;
}

.portfolio__body {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 27px;
}

.portfolio__img-wrapper {
  display: flex;
  flex-direction: column;
  gap: 27px;
}

.portfolio__img-wrapper>a {
  overflow: hidden;
}

.portfolio__img-wrapper>a>img {
  object-fit: cover;
  transition: all 1s;
  display: flex;
  width: 100%;
}

.portfolio__img-wrapper>a:hover>img {
  scale: 1.05;
}

.description .services__item__name {
  text-align: start;
  margin-block: 25px;
}

.custom__image-wrapper> img
{
  height: 525px;
}






@media (max-width: 1210px) {
  .portfolio__body {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .custom__image-wrapper
  {
    flex-direction: column;
  }

  .portfolio__img-wrapper--split {
    order: 3;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
}

.footer__menu-left {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.footer__menu-left ul {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}

.footer__menu-left ul li a {
  color: var(--3, #f1fbff);
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: color 0.5s;
}

.footer__menu-left ul li a:hover {
  color: #2fd614;
}

.footer__menu-title a {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
  transition: color 0.5s;
}

.footer__menu-title a:hover {
  color: #2fd614;
}

.footer__menu-middle {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.footer__menu-middle ul {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  width: 179px;
}

.footer__menu-middle ul li a {
  color: var(--3, #f1fbff);
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: color 0.5s;
}

.footer__menu-middle ul li a:hover {
  color: #2fd614;
}

.footer__menu-right {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  max-width: 361px;
  width: 100%;
}

.footer__menu-right ul {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  column-gap: 20px;
  flex-wrap: wrap;
  max-height: 400px;
}

.footer__menu-right ul li a {
  color: var(--3, #f1fbff);
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: color 0.5s;
}

.footer__menu-right ul li a:hover {
  color: #2fd614;
}

.glubin-contact {
  position: relative;
  padding-top: 50px;
  background-image: url("/local/templates/cgs71/img/glubin-bg.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
  background-color: #eaf7ff;
  border-radius: 10px;
  margin-bottom: 80px;
}

.glubin-form__first-title {
  font-size: 28px;
}

.glubin-contact__img {
  position: absolute;
  top: -65px;
  right: 184px;
}

.glubin-contact__body {
  display: flex;
  justify-content: space-between;
  column-gap: 50px;
  align-items: center;
  padding-right: 34px;
}

.glubin-contact__first {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  padding-bottom: 50px;
  max-width: 449px;
  width: 100%;
}

.glubin-contact__first-title {
  margin-bottom: 6px;
}

.glubin-contact__first p {
  color: var(--, #303030);

  /* наборный/1 регулар */
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 30px;
  padding-left: 34px;
}

.glubin-contact__form {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  padding-left: 34px;
}

.glubin-contact__form-input {
  position: relative;

  display: flex;
  border-radius: 3px;
  border: 1px solid #d7d7d7;
  background: #fff;

  color: #1e1e1e;

  /* наборный/1 регулар */
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 21px 15px 21px 15px;
  width: 100%;
}

.glubin-contact__form-input::after {
  position: absolute;
  content: "*";
  color: #c60000;

  /* наборный/1 регулар */
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.glubin-contact__form-input::placeholder {
  color: #1e1e1e;

  /* наборный/1 регулар */
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.glubin-contact__form fieldset {
  position: relative;
  display: flex;
}

.name-marker {
  position: absolute;
  top: 30%;
  color: #c60000;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  left: 3.3em;
  transform: scale(1);
  transition: transform 0.3s;
}

.tel-marker {
  position: absolute;
  top: 30%;
  color: #c60000;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  left: 5.3em;
  transform: scale(1);
  transition: transform 0.3s;
}

.glubin-contact__form fieldset input:focus+.name-marker {
  transform: scale(0);
}

.glubin-contact__form fieldset input:not(:placeholder-shown)+.name-marker {
  transform: scale(0);
}

.glubin-contact__form fieldset input:focus+.tel-marker {
  transform: scale(0);
}

.glubin-contact__form fieldset input:not(:placeholder-shown)+.tel-marker {
  transform: scale(0);
}

.glubin-contact__form p {
  color: #9e9e9e;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130.744%;
  /* 18.304px */
  margin-block: 0 !important;
  padding-left: 0;
}

.glubin-contact__form p span {
  color: #c60000;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130.744%;
  /* 18.304px */
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;

  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.glubin-contact__form-label {
  display: flex;
  align-items: center;
  column-gap: 10px;
  cursor: pointer;
}

.glubin-contact__custom-checkbox {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #d7d7d7;
  width: 26px;
  height: 26px;
  border-radius: 1px;
  cursor: pointer;
  flex-shrink: 0;
}

.glubin-contact__custom-checkbox::before {
  position: absolute;
  content: url("/local/templates/cgs71/img/glubin-check.svg");
  width: 26px;
  height: 26px;
  top: 0;
  left: 0;
  transform: scale(0);
  transition: transform 0.3s;
}

.glubin-contact__real-checkbox:checked+.glubin-contact__custom-checkbox::before {
  transform: scale(1);
}

.glubin-contact__button {
  position: relative;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  padding: 20px;
  background: url(/local/templates/cgs71/css/../img/btn_bg.png);
  background-size: cover;
  border: none;
  z-index: 1;
  transition: 1s;

  color: #fff;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: 135.023%;
  /* 24.304px */
  text-transform: uppercase;
  cursor: pointer;
}

.glubin-contact__button::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgb(8, 111, 19);
  left: 0;
  top: 0;
  z-index: -1;
  border-radius: inherit;
  transition: 1s;
  position: absolute;
  opacity: 0;
}

.glubin-contact__button:hover::before {
  opacity: 1;
}

.glubin-contact__second {
  position: relative;
  z-index: 1;
  border-radius: 5px;
  border: 1px solid #d7d7d7;
  background: #fff;
  margin-left: 34px;

  /* тень осн */
  box-shadow: 0px 2px 37px 0px rgba(24, 133, 172, 0.15);
  max-width: 287px;
}

.glubin-contact__second::before {
  position: absolute;
  content: url("/local/templates/cgs71/img/list.png");
  top: 125px;
  right: -30px;
}

.glubin-contact__second ul {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  padding: 20px;
}

.glubin-contact__second ul li {
  display: flex;
  column-gap: 12px;
}

.glubin-contact__second-text {
  display: flex;
  flex-direction: column;
  row-gap: 6px;
}

.glubin-contact__second-text span {
  color: #9e9e9e;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.glubin-contact__second-text p {
  color: #000;

  /* наборный/1 регулар */
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 0 !important;
}

.glubin-contact__second-text a {
  color: #000;

  /* наборный/1 регулар */
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: color 0.5s;
}

.glubin-contact__second-text a:hover {
  color: #2fd614;
}

.service-calc {
  padding-block: 100px;
}

.base-form {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
  border-radius: 10px;
  background: #eaf7ff;
  background-image: url("/local/templates/cgs71/img/base-form-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding-block: 50px;
}

.base-form__title {
  margin-bottom: 0px;
}

.base-form__title-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 6px;
}

.base-form__title-wrapper p {
  margin-top: 0px !important;
  padding-left: var(--form-inline-padding);
}

.base-form__body {
  display: flex;
}

.service-cacl__body {
  flex-direction: row;
  justify-content: space-between;
  padding-inline: 34px;
  padding-block: 0px;
  gap: 15px;
}

.service-calc__first {
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}

.service-calc__second {
  width: 100%;
}

.base-form__label-name {
  display: flex;
  position: relative;
}

.base-form__input {
  position: relative;
  display: flex;
  border-radius: 3px;
  border: 1px solid #d7d7d7;
  background: #fff;
  color: #1e1e1e;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 21px 15px 21px 15px;
  width: 100%;
}

.base-form__input::placeholder {
  color: #1e1e1e;

  /* наборный/1 регулар */
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.base-form__label-tel {
  display: flex;
  position: relative;
}

.required-fields {
  color: #9e9e9e;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130.744%;
  /* 18.304px */
}

.required-fields span {
  color: #c60000;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130.744%;
  /* 18.304px */
}

.base-form__label-name input:focus+.name-marker {
  transform: scale(0);
}

.base-form__label-name input:not(:placeholder-shown)+.name-marker {
  transform: scale(0);
}

.base-form__label-tel input:focus+.tel-marker {
  transform: scale(0);
}

.base-form__label-tel input:not(:placeholder-shown)+.tel-marker {
  transform: scale(0);
}

.base-form__custom-checkbox {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #d7d7d7;
  min-width: 26px;
  height: 26px;
  border-radius: 1px;
  cursor: pointer;
}

.base-form__custom-checkbox::before {
  position: absolute;
  content: url(/local/templates/cgs71/img/glubin-check.svg);
  width: 26px;
  height: 26px;
  top: 0;
  left: 0;
  transform: scale(0);
  transition: transform 0.3s;
}

.base-form__real-checkbox:checked+.base-form__custom-checkbox::before {
  transform: scale(1);
}

.base-form__label-checkbox {
  display: flex;
  align-items: center;
  column-gap: 10px;
  cursor: pointer;
}

.base-form__label-checkbox p {
  margin-top: 0px !important;
}

.base-form__second {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}

.service-calc__checked-services {
  display: flex;
  column-gap: 15px;
  min-height: 114px;
  padding: 10px 10px 15px 15px;
  border-radius: 3px;
  border: 1px solid #d7d7d7;
  background: #fff;
  justify-content: space-between;
  cursor: pointer;
}

.service-calc__checked-services-body {
  margin-block: 8px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.service-calc__checked-services-body p {
  position: relative;
  display: inline;
  color: #1e1e1e;

  /* наборный/1 регулар */
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: 0.3s;
}

.service-calc__checked-services-body p:hover {
  color: #098514;
}

.service-calc__checked-services-body span {
  color: #9e9e9e;
  /* наборный/1 регулар */
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.service-calc__checked-services-button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 40px;
  height: 40px;
  padding: 10px;
  border-radius: 3px;
  border: 1px solid #d7d7d7;
  background-color: #fff;
  cursor: pointer;
}

.service-calc__checked-services-button span {
  position: absolute;
  width: 22px;
  height: 2px;
  background-color: #9e9e9e;
  border-radius: 2px;
  transition: 0.3s;
}

.service-calc__checked-services-button:hover span {
  background-color: #098514;
}

.service-calc__checked-services-button span:nth-child(2) {
  rotate: 90deg;
}

.base-button {
  background: url(/local/templates/cgs71/css/../img/base-button-bg.png);
  background-size: cover;
  border-radius: 4px;
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 120%;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  cursor: pointer;
  z-index: 1;
  position: relative;
  transition: 1s;
  display: flex;
  justify-content: center;
  border: none;
  padding-block: 20px;
  cursor: pointer;
}

.base-button::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgb(8, 111, 19);
  left: 0;
  top: 0;
  z-index: -1;
  border-radius: inherit;
  transition: 1s;
  position: absolute;
  opacity: 0;
}

.base-button:hover::before {
  opacity: 1;
}

.base-form__button {
  background: url(/local/templates/cgs71/css/../img/base-button-bg.png);
  background-size: cover;
  border-radius: 4px;
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 120%;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  cursor: pointer;
  z-index: 1;
  position: relative;
  transition: 1s;
  display: flex;
  justify-content: center;
  border: none;
  padding-block: 20px;
  cursor: pointer;
}

.base-form__button::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgb(8, 111, 19);
  left: 0;
  top: 0;
  z-index: -1;
  border-radius: inherit;
  transition: 1s;
  position: absolute;
  opacity: 0;
}

.base-form__button:hover::before {
  opacity: 1;
}

.select-service {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: auto;
  visibility: hidden;
  opacity: 0;
  padding-inline: 20px;
  transition: all 0.5s;
  background: rgba(48, 48, 48, 0.8);
}

.select-service.open {
  visibility: visible;
  opacity: 1;
}

.select-service__inner {
  margin-right: 20px;
  padding-right: 20px;
}

.select-service__wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  position: relative;
  padding: 10px 38px 32px 40px;
  background-color: #fff;
  border-radius: 5px;
  visibility: hidden;
  opacity: 0;
  transform: scale(0);
  transition: all 0.5s;
}

.select-service__wrapper.open {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}

.select-service__close {
  position: absolute;
  right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 40px;
  width: 40px;
  height: 40px;
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
}

.select-service__close div {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.select-service__close span {
  position: absolute;
  top: 50%;
  left: 7px;
  width: 26px;
  height: 2px;
  border-radius: 2px;
  background-color: #9e9e9e;
  transition: 0.3s;
}

.select-service__close span:nth-child(1) {
  rotate: 45deg;
}

.select-service__close span:nth-child(2) {
  rotate: -45deg;
}

.select-service__close:hover span {
  background-color: #303030;
  rotate: 0deg;
}

.select-service__title {
  margin-bottom: 0px;
  align-self: center;
  margin-top: 40px;
}

.select-service__choose {
  display: flex;
  grid-column: 3;
  height: max-content;
  height: 100%;
  grid-row: 10 / 14;
  flex-direction: column;
  justify-content: end;
  align-items: center;
  row-gap: 10px;
}

.select-service__choose span {
  color: #9e9e9e;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.28px;
}

.select-service__button {
  width: 100%;
}

.obustroistvo__burenie ul {
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 15px 0;
}

.obustroistvo__burenie ul li span {
  color: #303030;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.obustroistvo__burenie ul li p {
  margin: 0;
}

.main-block {
  padding-bottom: 120px;
}

@media (max-width: 1200px) {
  .glubin-contact__img {
    right: 140px;
  }

  .header__nav__level-1 .service>ul
  {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 1130px) {
  .footer__menu-left {
    order: 3;
    align-items: center;
  }

  .footer__menu-middle {
    order: 4;
  }

  .footer__top {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 1000px) {
  .glubin-contact__img {
    display: none;
  }
}

@media (max-width: 992px) {
  .select-service {
    height: fit-content;
  }

  .select-service__body {
    display: flex;
    flex-direction: column;
  }

  .select-service.open {
    height: 100%;
    overflow-y: scroll;
  }

  .select-service__inner {
    height: 100%;
  }

  body:has(.select-service.open) {
    overflow: hidden;
  }

  html:has(.select-service.open) {
    overflow: hidden;
  }

  .select-service__wrapper.open {
    margin-block: 30px;
  }
}

@media (max-width: 900px) {
  .glubin-contact__body {
    flex-direction: column;
    align-items: start;
  }

  .glubin-contact__second {
    align-self: end;
  }

  .glubin-contact {
    background-size: cover;
    padding-bottom: 40px;
  }
}
@media (max-width: 850px) {
  .custom__image-wrapper>img
  {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .footer__wrap {
    align-items: center;
  }

  .footer__top {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: fit-content;
  }

  .footer__menu-left {
    width: 100%;
    align-items: start;
  }

  .footer__menu-middle {
    width: 100%;
  }

  .base-form__body {
    flex-direction: column;
  }

  .main-block {
    padding-bottom: 40px;
  }
}

@media (max-width: 576px) {
  .glubin-contact__second {
    align-self: center;
  }

  .service-calc__checked-services-body p {
    hyphens: auto;
  }
}

@media (max-width: 400px) {
  .service-calc__second iframe {
    max-width: 300px;
    width: 100%;
  }

  .service-calc__second .captcha {
    max-width: 300px;
    width: 100%;
  }

  .service-calc__second .captcha div {
    width: 100% !important;
  }
}

@media (max-width: 390px) {
  .footer__menu-right ul {
    max-height: 100%;
  }
}

.borehole__items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 20px;
  row-gap: 30px;
}

.borehole__item-title {
  border-radius: 3px;
  font-weight: 700;
  font-size: 24px;
  color: #fff;
  padding: 10px 20px;
  position: relative;
  z-index: 1;
  width: fit-content;
}

.borehole__item-title::before {
  content: "";
  display: block;
  background: url(/local/templates/cgs71/img/borehole-title-background.svg) no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.borehole__item-block {
  border-radius: 5px;
  background: #fff;
  margin-top: -18px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100% - 66px);
  box-shadow: 0px 2px 37px 0px #1885AC26;
  transition: all .3s;
  cursor: pointer;
}

.borehole__image {
  display: flex;
  margin-bottom: 20px;
}

.borehole__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.borehole__text {
  font-size: 16px;
  color: #474747;
  margin-bottom: 10px;
}

.borehole__info {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
}

.borehole__info-right {
  font-size: 16px;
  color: #303030;
}

.borehole__info-left {
  display: flex;
  align-items: center;
  gap: 10px;
}

.borehole__icon {
  width: 34px;
  min-width: 34px;
  height: auto;
}

.borehole__info-left span {
  font-weight: 600;
  font-size: 16px;
  color: #000;
}

.borehole__end {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.borehole__end-title {
  font-size: 14px;
  margin-bottom: 4px;
  color: #9e9e9e;
}

.borehole__end-price {
  font-weight: 900;
  font-size: 24px;
  color: #303030;
}

.borehole__btn {
  width: 256px;
  height: 64px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.borehole__info-item:first-child {
  padding: 0 0 10px;
}

.borehole__info-item {
  border-bottom: 1px solid #d7d7d7;
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.turnkey__subtitle {
  font-weight: 400;
  font-size: 16px;
  color: #474747;
  margin-bottom: 30px;
}

.turnkey__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}

.turnkey__item {
  background: #fff;
  border-radius: 5px;
  position: relative;
  padding: 20px;
  overflow: hidden;
  box-sizing: border-box;
  min-height: 365px;
  box-shadow: 0px 2px 37px 0px #1885AC26;
  transition: all .3s;
  cursor: pointer;
}

.turnkey__item:hover {
  box-shadow: 0px 2px 37px 10px #1885AC26;
  transition: all .3s;
}

.turnkey__top {
  background: linear-gradient(159deg, #007ccf 0%, #00b7fa 100%);
  margin-bottom: 10px;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  min-width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 20px;
  color: #fff;
}

.turnkey__item-title {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 20px;
  color: #303030;
}

.turnkey__image {
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
}

.turnkey__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.prices__items {
  display: flex;
  justify-content: space-between;
  gap: 18px;
}

.prices__image {
  display: flex;
  width: 100%;
  height: auto;
}

.prices__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.prices__item {
  min-width: 378px;
  width: 378px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.prices__subtitle {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 20px;
  color: #303030;
}

.prices__item-block ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.prices__item-block ul li {
  color: #303030;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 7px;
}

.prices__item-block ul li::before {
  content: "";
  display: block;
  border-radius: 1px;
  width: 10px;
  min-width: 10px;
  height: 14px;
  background: #00b9fb;
}

.prices__btn {
  width: 100%;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
}

.arrangement__text {
  font-weight: 400;
  font-size: 16px;
  color: #303030;
  max-width: 1129px;
  margin-bottom: 30px;
}

.arrangement__items {
  position: relative;
  min-height: 667px;
  padding-top: 40px;
}

.arrangement__list {
  position: absolute;
  right: -180px;
  top: 40px;
  z-index: 20;
}

.arrangement__image {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.arrangement__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.arrangement__item {
  position: relative;
  z-index: 10;
}

.arrangement__subtitle {
  margin-bottom: 32px;
  font-weight: 700;
  font-size: 30px;
  text-transform: none;
}

.arrangement__block {
  padding: 20px 30px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 5px;
  width: 692px;
  min-width: 692px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.arrangement__block-title {
  font-weight: 700;
  font-size: 20px;
  color: #303030;
  margin-bottom: 10px;
}

.arrangement__item-text {
  font-weight: 400;
  font-size: 16px;
  color: #303030;
}

.drilling__title {
  margin-bottom: 30px;
}

.drilling__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}

.drilling__item {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 37px 0 rgba(24, 133, 172, 0.15);
  display: flex;
  flex-direction: column;
  transition: all .3s;
  cursor: pointer;
}

.drilling__item:hover {
  box-shadow: 0px 2px 37px 10px #1885AC26;
  transition: all .3s;
}

.drilling__top {
  font-weight: 700;
  font-size: 24px;
  color: #fff;
  background: #007dd0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  min-height: 108px;
  padding: 12px 20px;
}

.drilling__top::before {
  content: "";
  display: block;
  background: url(/local/templates/cgs71/img/drilling-background.png) no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.drilling__block {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
}

.drilling__image {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 27px;
  height: 231px;
}

.drilling__subtitle {
  font-size: 16px;
  color: #9e9e9e;
  margin-bottom: 10px;
}

.drilling__price {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #d7d7d7;
  padding-top: 14px;
  margin-bottom: 20px;
}

.drilling__price-text {
  font-size: 16px;
  color: #9e9e9e;
}

.drilling__price-item {
  display: flex;
  gap: 10px;
  align-items: flex-end;
}

.drilling__former {
  font-size: 16px;
  text-decoration: line-through;
  color: #9e9e9e;
}

.drilling__actual {
  font-weight: 900;
  font-size: 24px;
  color: #303030;
}

.drilling__btn {
  width: 100%;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
}

.work__slider .slick-list {
  overflow: visible;
  -webkit-clip-path: inset(-100% 0% 0 0);
  clip-path: inset(-100% 0% 0% 0%);
}

.work__item {
  width: 376px;
  border-radius: 5px;
  background: #fff;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 310px;
  box-sizing: border-box;
  box-shadow: 0px 2px 37px 0px #1885AC26;
  transition: all .3s;
  cursor: pointer;
}

.work__item:hover {
  box-shadow: 0px 2px 37px 10px #1885AC26;
  transition: all .3s;
}

.work__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.work__number {
  background: linear-gradient(159deg, #007ccf 0%, #00b7fa 100%);
  border-radius: 100%;
  width: 50px;
  min-width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 20px;
  color: #fff;
}

.work__top-item {
  border-radius: 3px;
  width: 100%;
  height: 20px;
  background: #00b9fb;
}

.work__block {
  margin-bottom: 20px;
}

.work__block-title {
  font-weight: 700;
  font-size: 20px;
  color: #303030;
  margin-bottom: 10px;
}

.work__text {
  font-size: 16px;
  color: #303030;
}

.work__progress {
  width: 336px;
  height: 10px;
  background: #eaf9ff;
  position: relative;
}

.work__progress span {
  position: absolute;
  top: 0;
  left: 0;
  width: 20%;
  height: 10px;
  background: #00b6f9;
}

.work__image {
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
  overflow-x: hidden;
  width: calc(100% - 396px);
}

.work__image img {
  height: 100%;
}

.work__items {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.services-page-calc {
  padding-top: 50px;
  padding-bottom: 0;
}

.catalog-services {
  margin-bottom: 5%;
}

.obustroistvo.obustroistvo-services.requirements__obustroistvo {
  margin: 50px 0;
}

.obustroistvo-services .requirements__obustroistvo-item {
  min-height: 135px;
}

@media only screen and (max-width: 991px) {
  .borehole__item-block {
    height: auto;
  }

  .borehole__items {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .turnkey .turnkey__items {
    grid-template-columns: 1fr;
  }

  .turnkey__item {
    min-height: 330px;
  }

  .prices .prices__item {
    margin-bottom: 20px;
    min-width: auto;
    width: 100%;
  }

  .prices .prices__items {
    display: block;
  }

  .arrangement__items {
    min-height: auto;
    padding: 0;
    display: flex;
    flex-direction: column-reverse;
  }

  .arrangement__list {
    display: none;
  }

  .arrangement__image {
    position: static;
    height: auto;
  }

  .arrangement__item {
    background: #fff;
    padding-top: 40px;
  }

  .arrangement__block {
    width: 100%;
    min-width: auto;
  }

  .drilling__items {
    grid-template-columns: 1fr;
  }

  .work__items {
    margin: 0 20px !important;
  }

  .work__item {
    width: 100%;
    min-height: 220px;
    margin-bottom: 30px;
  }

  .work__progress {
    width: 100%;
  }

  .work__image {
    width: 100%;
    position: static;
  }

  .work__image img {
    width: 100%;
    object-fit: cover;
  }

  .work__items {
    margin: 0 20px !important;
  }

  .work__item {
    width: 100%;
    min-height: 220px;
    margin-bottom: 30px;
  }

  .work__progress {
    width: 100%;
  }

}

@media only screen and (max-width: 767px) {
  .borehole__end {
    display: block;
  }

  .borehole__end-left {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 15px;
  }

  .borehole__btn {
    width: 100%;
  }

  .turnkey__item {
    min-height: auto;
  }

  .turnkey .turnkey__image {
    max-width: 300px;
    height: auto;
    position: static;
    margin: 0 auto;
  }

  .work__item {
    min-height: 310px;
  }
}

.borehole__item-block:hover {
  transition: all .3s;
  box-shadow: 0px 2px 35px 10px #1885AC26;
}

.banner-service {
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(/local/templates/cgs71/img/banner-service.png);
  background-size: cover;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 50px;
  padding-bottom: 110px;
}

.banner__form-leaves {
  position: absolute;
  left: 0;
  bottom: -80px;
}

.banner__form {
  display: flex;
  flex-direction: column;
  gap: 40px;
  position: relative;
  width: 100%;
}

.form__advantages-item {
  display: flex;
  gap: 20px;
  flex-direction: column;
  max-width: 264px;
}

.form__advantages-item img {
  width: 34px;
  height: 34px;
}

.form__advantages-item span {
  color: #000;
  font-family: Roboto;
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

form.banner__form-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.banner__form-item {
  display: flex;
  gap: 20px;
  height: 60px;
}

.banner__form-item input {
  width: 100%;
  border-radius: 3px;
  border: 1px solid #D7D7D7;
  background: rgba(255, 255, 255, 0.70);
  padding: 15px 20px;
  color: #A6A6A6;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130.744%;
}

.banner__form-item a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
}

.banner__form-agree {
  display: flex;
  align-items: center;
  gap: 10px;
}

.banner__form-agree label {
  color: #000;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.28px;
  opacity: .5;
}

.banner__form-advantages {
  display: flex;
  gap: 40px;
}

.banner__form-agree input[type="checkbox"] {
  appearance: none;
  width: 26px;
  height: 26px;
  background-color: #d7d7d7;
  cursor: pointer;
  outline: none;
  position: relative;
  flex-shrink: 0;
}

.banner__form-agree input[type="checkbox"]:checked {
  background-color: #d7d7d7;
}

.banner__form-agree input[type="checkbox"]:checked::after {
  content: '✔';
  position: absolute;
  left: 50%;
  top: 50%;
  color: #00B9FB;
  font-size: 16px;
  transform: translate(-50%, -50%);
}

.banner__form-img img {
  position: relative;
  bottom: -3px;
}

.banner__form-title p {
  color: #000;
  font-family: Roboto;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-left: 35px;
}

.pod-kluch__block {
  color: #FFF;
  font-family: Roboto;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: url(/local/templates/cgs71/img/pod-kluch-bg.png) no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  padding: 10px 14px;
  border-radius: 3px;
  margin-left: 35px;
}

.banner__form-title::before {
  content: '';
  position: absolute;
  width: 18px;
  height: 100%;
  background: #00B9FB;
  left: 0;
}

.banner__form-title {
  position: relative;
}

.start__text {
  padding: 0 20px 20px 0;
  width: 80%;
  text-align: justify;
}

.obustroistvo__items {
  display: flex;
  gap: 19px;
}

.obustroistvo__item-title {
  padding: 10px 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-family: Roboto;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 3px;
  background: url(/local/templates/cgs71/css/../img/advantages_item.png) lightgray 50% / cover no-repeat;
  height: 56px;
}

.obustroistvo__item {
  width: 100%;
  background: #FFF;
  box-shadow: 0px 2px 37px 0px rgba(24, 133, 172, 0.15);
  display: flex;
  flex-direction: column;
}

.obustroistvo__item-content>img {
  height: 350px;
  width: 100%;
  object-fit: cover;
}

.obustroistvo__item-prop {
  display: flex;
  border-bottom: 1px solid #D7D7D7;
  padding-bottom: 10px;
  gap: 10px;
  align-items: center;
}

.obustroistvo__item-props {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.obustroistvo__item-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
  padding-top: 0;
  flex: 0 1 auto;
  height: 100%;
}

.obustroistvo__item-info>.btn_green {
  height: 64px;
  align-items: center;
}

.obustroistvo__item-info {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: auto;
}

.price__obustroistvo {
  margin-bottom: 120px;
}

.obustroistvo__item-props .obustroistvo__item-prop p {
  margin: 0;
}

.obustroistvo .title {
  margin: 0 0 30px;
}

.arrangement.obustroistvo {
  padding-bottom: 40px;
}

.obustroistvo.requirements__obustroistvo {
  margin: 40px 0 120px;
}

.requirements__gallery {
  margin-bottom: 40px;
}

.services-blocks {
  margin-top: 30px;
  margin-bottom: 50px;
}

.services-blocks__wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.services-blocks__item {
  padding: 25px 20px;
  background: url('/local/templates/cgs71/css/../img/services-blocks-bg.png') center / cover no-repeat;
}

.services-blocks__title {
  color: #FFF;
  text-align: center;
  font-size: 19px;
  font-weight: 700;
  text-transform: uppercase;
}

.services-blocks__button {
  margin-top: 15px;
}

.services-blocks__button button {
  margin-top: 15px;
  border-radius: 3px;
  border: 1px solid #F1FBFF;
  background: transparent;
  width: 100%;
  padding: 15px 20px;
  color: #F1FBFF;
  font-size: 18px;
  font-weight: 800;
  line-height: 135.023%;
  text-transform: uppercase;
  cursor: pointer;
  transition: all .3s;
}

.services-blocks__button button:hover {
  background: #195bd7;
}

.services-table__new {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 20px;
}

.services-price__new .services-price__table {
  min-width: 0;
  height: 100%;
}

.service__stage-number {
  background: linear-gradient(159deg, #007CCF 18.92%, #00B7FA 86.31%);
  min-width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  color: #FFF;
  font-size: 20px;
  font-weight: 800;
  line-height: 135.023%;
  text-transform: uppercase;
  border-radius: 50%;
}

.service__stage-title {
  color: #303030;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.service__stage {
  display: flex;
  gap: 34px;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 2px 37px 0px rgba(24, 133, 172, 0.15);
  padding: 20px;
}

.service__stage-items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

@media (max-width:1200px) {
  .services-blocks__title {
    font-size: 16px;
  }

  .services-blocks__button button {
    font-size: 16px;
  }
}

@media (max-width:993px) {
  .services-blocks__wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width:578px) {
  .services-blocks__wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}

.services-price {
  box-shadow: 0px 2px 37px 0px rgba(24, 133, 172, 0.15);
  overflow: auto;
  padding: 0;
  margin: 0;
  margin-top: 30px;
  margin-bottom: 50px;
}

.services-price__table {
  min-width: 800px;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
}

.services-price__table thead {
  background: #4FB3EC;
}

.services-price__table thead th {
  color: #FFF;
  font-size: 18px;
  font-weight: 600;
  padding: 10px 20px;
  text-align: left;
}

.services-price__table tr td {
  padding: 10px 20px;
  color: #000;
  font-size: 18px;
  font-weight: 400;
}

.services-price__table tr:nth-child(even) {
  background: #F1FBFF;
}

.scheme {
  margin-top: 50px;
  margin-bottom: 50px;
}

.scheme__title {
  margin-bottom: 30px;
}

.scheme__wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.scheme__item {
  border-radius: 5px;
  overflow: hidden;
  padding: 20px;
  position: relative;
  box-sizing: border-box;
  height: 365px;
  background: #FFF;
  box-shadow: 0px 2px 37px 0px rgba(24, 133, 172, 0.15);
  counter-increment: numberblock;
}

.scheme__number::before {
  content: counter(numberblock);
  background: linear-gradient(159deg, #007CCF 18.92%, #00B7FA 86.31%);
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  color: #FFF;
  font-size: 20px;
  font-weight: 800;
  line-height: 135.023%;
  text-transform: uppercase;
  border-radius: 50%;
}

.scheme__name {
  margin-top: 10px;
  color: #303030;
  position: relative;
  z-index: 1;
  font-size: 20px;
  font-weight: 700;
}

.scheme__descr {
  margin-top: 10px;
  position: relative;
  z-index: 1;
  color: #303030;
  font-size: 16px;
}


.scheme__item img {
  display: block;
  position: absolute;
  z-index: 0;
  right: 0px;
  bottom: 0px;
}

.services-catalog-items {
  margin-bottom: 50px;
}

@media (max-width:993px) {
  .scheme__wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width:768px) {
  .scheme__item img {
    height: 200px;
  }
  .services-table__new,
  .service__stage-items
  {
    grid-template-columns: 1fr;
  }
}

@media (max-width:577px) {
  .scheme__wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}

.burger-menu_link.parent::after {
  content: " ▼";
  font-size: 12px;
}

.burger-menu_link.parent.open::after {
  content: " ▲";
}

.burger-menu_item {
  padding: 13px 35px;

}

.burger-menu_item .subitems {
  display: none;
  flex-direction: column;
  padding: 13px 0 0 35px;
}

.bx-filter-title>div {
  font-family: "Roboto Condensed";
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  text-transform: uppercase;
}

.catalog__item-sort_filtr {
  display: flex;
  font-size: 14px;
  gap: 20px;
}
@media (max-width:991px) {
  .catalog__item-sort_filtr {
    display: grid;
    grid-template-columns: 170px 1fr;
    row-gap: 10px;
  }
}
@media (max-width:415px) {
  .catalog__item-sort_filtr {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 10px;
  }
}



@media (max-width: 850px) {
  .bx-filter-section .smartfilter .row {
    gap: 20px;
  }
}

@media (max-width: 650px) {
  .bx-filter-section .smartfilter .row {
    flex-direction: column;
    align-items: start;
    gap: 5px;
  }
}
/* End */


/* Start:/local/templates/cgs71/components/bitrix/menu/mobil/style.min.css?1692094437490*/
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/cgs71/components/bitrix/menu/mobil/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/cgs71/components/bitrix/breadcrumb/.default/style.min.css?1692094437467*/
.bx-breadcrumb{margin:10px 0}.bx-breadcrumb i{color:#b5bdc2;line-height:13px;font-size:12px;vertical-align:middle;margin-right:5px}.bx-breadcrumb .bx-breadcrumb-item{float:left;margin-bottom:10px;white-space:nowrap;line-height:13px;vertical-align:middle;margin-right:10px}.bx-breadcrumb .bx-breadcrumb-item span{font-family:"Open Sans",Arial,"Helvetica Neue",Helvetica,sans-serif;font-size:13px;white-space:normal}.bx-breadcrumb .bx-breadcrumb-item a{border-bottom:0}
/* End */


/* Start:/local/templates/cgs71/components/bitrix/catalog.section.list/index_page_nashi-uslugi/style.min.css?16923609196236*/
.bx_catalog_line{margin-bottom:30px}.bx_catalog_line .bx_catalog_line_category_title{padding-bottom:14px;border-bottom:1px solid #e5e5e5;font-size:24px}.bx_catalog_line .bx_catalog_line_category_title a{color:#000;text-decoration:none}.bx_catalog_line .bx_catalog_line_ul{padding:0}.bx_catalog_line .bx_catalog_line_ul li{margin-bottom:20px;list-style:none}.bx_catalog_line .bx_catalog_line_ul li:before{content:''!important}.bx_catalog_line .bx_catalog_line_img{position:relative;display:block;float:left;overflow:hidden;margin-right:40px;width:125px;height:125px;border:1px solid #ccc;border-radius:2px;background-position:center;background-size:contain;background-repeat:no-repeat;-webkit-background-size:contain}.bx_catalog_line .bx_catalog_line_title{margin-bottom:10px;padding:0;vertical-align:top;line-height:18px}.bx_catalog_line .bx_catalog_line_title a{color:#4c7da6;font-size:18px}.bx_catalog_line .bx_catalog_line_title a:hover{text-decoration:none}.bx_catalog_line .bx_catalog_line_title span{font-size:16px}.bx_catalog_line .bx_catalog_line_description{color:#3f3f3f;font-size:13px;line-height:16px}@media(max-width:639px){.bx-touch .bx_catalog_line .bx_catalog_line_img{margin-right:10px;width:50px;height:50px}.bx-touch .bx_catalog_line .bx_catalog_line_title{margin-bottom:5px;line-height:14px}.bx-touch .bx_catalog_line .bx_catalog_line_title a{font-size:14px}.bx-touch .bx_catalog_line .bx_catalog_line_description{font-size:11px}}.bx_catalog_line .bx_catalog_line_img,.bx_catalog_line .bx_catalog_line_title,.bx_catalog_line .bx_catalog_line_title a,.bx_catalog_line .bx_catalog_line_description{transition:all .3s ease}.bx_catalog_text{margin-bottom:30px}.bx_catalog_text .bx_catalog_text_category_title{padding-bottom:14px;border-bottom:1px solid #e5e5e5;font-size:24px}.bx_catalog_text .bx_catalog_text_category_title a{color:#000;text-decoration:none}.bx_catalog_text .bx_catalog_text_ul{padding:0}.bx_catalog_text .bx_catalog_text_ul li{float:left;margin:0 10px 10px;list-style:none}.bx_catalog_text .bx_catalog_text_ul li:before{content:''!important}.bx_catalog_text .bx_catalog_text_title{margin:0;padding:0;vertical-align:top;font-size:14px;line-height:14px}.bx_catalog_tile .bx_catalog_tile_title a{display:inline-block;overflow:hidden;max-width:100%;color:#4c7da6;-ms-text-overflow:ellipsis;text-overflow:ellipsis;font-size:14px}.bx_catalog_text .bx_catalog_text_title a:hover{text-decoration:none}.bx_catalog_text .bx_catalog_text_title span{font-size:12px}@media(max-width:639px){.bx-touch .bx_catalog_text .bx_catalog_line_title{margin-bottom:5px;line-height:12px}.bx-touch .bx_catalog_text .bx_catalog_line_title a{font-size:12px}}.bx_catalog_text .bx_catalog_line_title,.bx_catalog_text .bx_catalog_line_title a{transition:all .3s ease}.bx_catalog_tile{margin-bottom:30px}.bx_catalog_tile .bx_catalog_tile_category_title{padding-bottom:14px;border-bottom:1px solid #e5e5e5;font-size:24px}.bx_catalog_tile .bx_catalog_tile_category_title a{color:#000;text-decoration:none}.bx_catalog_tile .bx_catalog_tile_ul{padding:0}.bx_catalog_tile .bx_catalog_tile_ul li{float:left;box-sizing:border-box;margin-bottom:20px;padding:0 10px;width:12.5%;list-style:none;text-align:center}.bx_catalog_tile .bx_catalog_tile_ul li:before{content:''!important}.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear:both}.bx_catalog_tile .bx_catalog_tile_img{position:relative;display:block;overflow:hidden;margin:0 auto;width:78px;height:78px;border:1px solid #ccc;border-radius:2px;background-color:#fff;background-position:center;background-size:contain;background-repeat:no-repeat;-webkit-background-size:contain}.bx_catalog_tile .bx_catalog_tile_title{margin-top:5px;margin-bottom:10px;padding:0;vertical-align:top;line-height:14px}.bx_catalog_tile .bx_catalog_tile_title a{color:#4c7da6;font-size:14px}.bx_catalog_tile .bx_catalog_tile_title a:hover{text-decoration:none}.bx_catalog_tile .bx_catalog_tile_title span{font-size:12px}@media(max-width:980px){.bx_catalog_tile .bx_catalog_tile_ul li{width:20%}.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear:none}.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1){clear:both}}@media(max-width:639px){.bx-touch .bx_catalog_tile .bx_catalog_tile_title{margin-bottom:5px;line-height:14px}.bx-touch .bx_catalog_tile .bx_catalog_tile_title{line-height:10px}.bx-touch .bx_catalog_tile .bx_catalog_tile_title a{font-size:11px}}@media(min-width:480px) and (max-width:639px){.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li{width:25%}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear:none}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1){clear:none}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(4n+1){clear:both}}@media(max-width:479px){.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li{width:33.3%}.bx-touch .bx_catalog_tile .bx_catalog_tile_img{width:100%;height:80px}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear:none}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1){clear:none}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(3n+1){clear:both}}.bx_catalog_tile .bx_catalog_tile_title,.bx_catalog_tile .bx_catalog_tile_title a,.bx_catalog_tile .bx_catalog_tile_ul li,.bx_catalog_tile .bx_catalog_tile_img{transition:all .3s ease}.bx_sitemap{margin-bottom:30px}.bx_sitemap .bx_sitemap_title{padding-bottom:14px;border-bottom:1px solid #e5e5e5;font-size:24px}.bx_sitemap .bx_sitemap_title a{color:#000;text-decoration:none}.bx_sitemap .bx_sitemap_ul li{padding:0;line-height:14px}.bx_sitemap .bx_sitemap_ul li:before{content:''!important}.bx_sitemap .bx_sitemap_li_title{display:inline-block;margin:0;margin-bottom:10px;padding:0;vertical-align:top;font-weight:normal;line-height:13px}.bx_sitemap .bx_sitemap_li_title a{color:#4c7da6;white-space:nowrap;font-size:13px}.bx_sitemap .bx_sitemap_li_title a:hover{text-decoration:none}.bx_sitemap .bx_sitemap_li_title span{font-size:11px}@media(max-width:639px){.bx-touch .bx_sitemap .bx_catalog_line_title{margin-bottom:5px;line-height:12px}.bx-touch .bx_sitemap .bx_catalog_line_title a{font-size:12px}}.bx_sitemap .bx_catalog_line_title,.bx_sitemap .bx_catalog_line_title a{transition:all .3s ease}
/* End */


/* Start:/local/templates/cgs71/styles.css?17489477136603*/
.header__top-block .fix_0 {
/*display:none;*/
}


.news-item {display:block; width:100%; padding:1%; background-color:#f2f2f2; border:1px solid #d9d9d9; margin-bottom:1%;}
.news-item:hover {background-color:#e1e3f1;}
.news-item .img {display:inline-block; height:200px; width:250px; padding:1%;}
	.news_content_img {display:inline-block; width:22%; vertical-align:top;}
	.news_content_text {display:inline-block; width:76%; vertical-align:top; margin:-10px 0 0 10px;}
		.news__price-block_2 {
		  margin: 10px 10px;
		  margin: 10px auto;
		  font-size: 24px;
		  border: 1px solid #6b59b3;
		  padding: 20px;
		  border-radius: 7px;
		}

@media screen and (max-width:1024px) {
	.news-item .img {display:block; height:200px; width:100%; padding:1%;}
	.news_content_img {display:block; width:100%; vertical-align:top;}
	.news_content_text {display:block; width:100%; vertical-align:top;}	
}


.attantion {background-color: #c7dac8;
padding: 25px;
margin-top: 15px;
margin-bottom: 15px;
border: 2px solid #4caf50;}

.attantion p {margin-bottom: 10px;}


.attantion-red {background-color: #ffc3c4;
padding: 25px;
margin-top: 15px;
margin-bottom: 15px;
border: 2px solid #c90608;}


.breadcrumbs__item span {
	font-size: 13px;
}

#fix_contacts_id4 {
	cursor:default;
}

#fix_contacts_id14 {
	display:none;
}

.catalog .swiper {
	overflow: hidden; 
}

.tour-main__right {
   z-index: 1;
}



/*НАШИ РАБОТЫ СПИСОК*/
.news__price-block {
	margin:10px 10px;
}

.lb_div{display:inline-block;}
.rb_div{display:inline-block;}

.news__price-desc {
	
}

.news__price-name {
	padding-left: 67px;
	margin-bottom: 10px;
	/*font-size: 24px;*/
	color: #6b59b3;
	background-repeat: no-repeat;
	background-position: 20px 0px;
	background-size: contain;	
}
.news__price-name--calendar {
  background-image: url("/../../img/icons/cal_pur.png");
}


.news__price-name {
	padding-left: 67px;
	margin-bottom: 10px;
	/*font-size: 24px;*/
	color: #6b59b3;
	background-repeat: no-repeat;
	background-position: 20px 0px;
	background-size: contain;	
}
.news__price-name--many {
  background-image: url("/../../img/icons/many_pur.png");
}

/*НАШИ РАБОТЫ ДЕТАЛЬНАЯ*/
.nr_cover img{
	height:300px;
	width:auto;
}

.sec_cell {
	display:inline-block;
	padding:10px;
	width:240px;
	height:240px;
	margin:5px;
	text-align:center;
	border: 1px solid;
	border-image-slice: 1;
	border-image-source: linear-gradient(180deg, #4a9654 0%, #6b59b3 100%);
	-webkit-box-shadow: inset 0px 2px 16px 0px rgba(0, 0, 0, 0.28);
	box-shadow: inset 0px 2px 16px 0px rgba(0, 0, 0, 0.28);	
	transition: 0.25s linear;
}
.sec_cell:hover {
	background: #e1e1ef;
}
.sec_cell img{
	text-align:center;
	margin:0 auto;
}
	.name_height {
		height:50px;
	}
	
	
	
/*ТОЛЬКО ТАК ПРАВИМ ДИЗАЙНОВЫЙ ЭФФЕКТ "ХОВЕР С ЦВЕТНОГО НА БЕЛЫЙ"*/
.swiper-slide:hover .brightness_fix {
    filter: grayscale(100) brightness(200);
}

li.swiper-slide:hover {
   background: #285ac8;
}


/*СТРАНИЦА ПРОДУКЦИЯ*/
@media screen and (max-width:1024px) {
	
	.container .catalog__container .product__container .product__swiper .product__grid {
		display:block;
		text-align:center;
	}	
	
	.container .catalog__container .product__container .product__swiper .swiper-wrapper .swiper-slide {
		display:inline-block;
		height: auto;
	}

}



/*СТРАНИЦА ПРОДУКЦИЯ*/
@media screen and (max-width:575px) {
	.container .catalog__container .product__container .product__swiper .swiper-wrapper .swiper-slide {
		width:100% !important;
	}
	.product__slide {
		min-height: 222px !important;
		margin:0 0 5px 0;
	}
}



/*фейковое поле для ботов*/
.time{display:none !important;}

/*МОДАЛЬНЫЕ ОКНА*/
/*_________________________________________________________________________*/
#popup-form5 {
	display:none;
	height:100%;
	background-image:url('//pravoved-71.ru/F/qsc.png');
	position:fixed;
	width:100%;
	z-index:100;
	top:0;
	left:0;
	background-color: rgba(0, 0, 0, 0.3);
}	
#popup-form-inner5 {
	background:#fff;
	display:block;
	margin:0 auto;
	/*-moz-box-shadow:0 0 104px #367eef;
	-webkit-box-shadow:0 0 104px #367eef;
	box-shadow:0 0 104px #367eef;*/
	margin-left: 80px;
	padding: 10px;
}
.scroll5{
	height:555px;
	text-align:center;
	overflow:auto;
}
a#close5 {
	padding: 5px 10px;
	float: right;
	color: #1f68da;
	cursor: pointer;
	background: #ffffff;
	font-family: auto;
	font-weight: bold;
	border-radius: 5px;
	margin: 5px;
}

#popup-form6 {
	display:none;
	height:100%;
	background-image:url('//pravoved-71.ru/F/qsc.png');
	position:fixed;
	width:100%;
	z-index:100;
	top:0;
	left:0;
}	
#popup-form-inner6 {
	background:#000858;
	border:solid 1px #1f68da;
	display:block;
	margin:0 auto;
	width:30%;
	margin-top: 15%;
	/*-moz-box-shadow:0 0 104px #367eef;
	-webkit-box-shadow:0 0 104px #367eef;
	box-shadow:0 0 104px #367eef;*/
}
.scroll6{
	height:555px;
	text-align:center;
	overflow:auto;
}
a#close6 {
	padding: 5px 10px;
	float: right;
	color: #1f68da;
	cursor: pointer;
	background: #ffffff;
	font-family: auto;
	font-weight: bold;
	border-radius: 5px;
	border: 2px solid #1f68da;
	margin: 5px;
}



/*поиск*/
form.search{
	display:flex;
	margin:20px auto;
	text-align:center;
	align-items: center;
	justify-content: center;
	gap: 20px;
	width: 100%;

}
	form.search .search__block{
		display:inline-block;
		vertical-align: top;
		width: 80%;
	}
	form.search .search__btn{
		display:inline-block;
		background-color: #dc2829;
		color:#fff;
		padding:3px;
		vertical-align: top;
	}
	

/*типовая страница*/
.sample_page{margin:0px 0px 30px 0px;}	
	

/*форма в футере*/
#footer_Consultation{display:block;text-align:center;padding:20px;background-color:#000858;color:#fff;}
#footer_Consultation .form__title{margin:10px 0 5px 0;}
#footer_Consultation .form__subtitle{margin:5px 0 20px 0;font-size:50%;}
#footer_Consultation input{margin:10px 0 1px 0;}
#footer_Consultation .form-button{margin:20px 0 20px 0;}
#footer_Consultation .form-checkbox{margin:20px 0 20px 0;}
	#footer_Consultation .real-input{width:20px;height:20px;}
	#footer_Consultation .form-politic-text{font-size:50%;}




	.footer_doc {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding-bottom: 20px;
  }
  .footer_doc a {
        color: #64b5ed;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .footer_doc a:hover {
    color: #2fd614;
  }
  @media (max-width: 991px) {
    .footer_doc {
        grid-template-columns: 1fr;
    }
}
/* End */


/* Start:/local/templates/cgs71/template_styles.css?17025618166086*/
.product-block.basket .product-pages-slider-link img {
	max-height: 100px;
    max-width: 100px;
    object-fit: contain;
    float: left;
	margin-right: 5px;
}

/*Plus-minus*/
.catalog-pages-block .catalog-pages-cont .catalog-pages-cont-block ul.catalog-pages-cont-list li input[type="number"] {
    padding: 10px 20px;
    width: 70px;
    text-align: center;
}

.quantity-block .quantity-arrow.quantity-arrow-plus {
    background: none;
}

.quantity-block .quantity-arrow.quantity-arrow-minus {
    left: 0;
}

.quantity-block .quantity-arrow {
    content: #fefefe;
    color: #3a3852;
    font-weight: 700;
    font-size: 18px;
    background-image: none !important;
    top: 50% !important;
    transform: translateY(-50%);
    background-color: #f3f3f3 !important;
    width: 20px;
    height: 100%;
    line-height: 19px;
}

.quantity-block .quantity-arrow.quantity-arrow-plus {
    right: 0;
    left: unset;
}
/* //Plus-minus*/

.product-block.basket form input[type="text"].count-basket {
    padding: 15px 0px;
    margin-bottom: 0;
    box-sizing: border-box;
}

.product-block.basket .product-block-count {
    position: relative;
}

.quantity-plus-basket, .quantity-minus-basket {
    position: absolute;
    height: 100^;
    height: 100%;
    top: 0;
    width: 20px;
    background-color: #e2e7f7;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
	-webkit-touch-callout: none; 
    -webkit-user-select: none; 
     -khtml-user-select: none; 
       -moz-user-select: none; 
        -ms-user-select: none; 
            user-select: none; 
}

.quantity-minus-basket {
    left: 0;
}

.quantity-plus-basket {
    right: 0;
}























.product-block.basket {
    margin-left: 0;
}
.product-block {
    font-size: 14px;
    margin-left: 35px;
}
.product-block.basket form .item-basket {
    display: block;
    border-bottom: 1px solid #e6e6e6;
    padding: 10px 0;
}
.product-block.basket .product-pages-slider-link {
    width: 60%;
    display: inline-block;
}
.product-block.basket form .item-basket .product-block-title {
    font-size: 16px;
}
.product-block.basket .product-block-price, .product-block.basket .product-block-cost, .product-block.basket .product-block-valuta {
    width: 12%;
    display: inline-block;
    text-align: center;
    font-size: 16px;
}
.product-block.basket .product-block-count {
    width: 6%;
    display: inline-block;
}
.product-block.basket form input[type="text"] {
    width: 100%;
    margin-bottom: 15px;
    border: 0px solid #d3d3d3;
    padding: 15px;
    font-size: 16px;
    color: #454545;
    text-align: center;
}
.product-block.basket .product-block-delete {
    display: inline-block;
    /*background: url(/local/templates/izoart/css/../pics/close.png) no-repeat;*/
    min-height: 18px;
    min-width: 18px;
    background-size: cover;
}
.product-block.basket .order-sum {
    font-size: 18px;
    margin: 25px 0;
    font-weight: bold;
    text-align: right;
}
.product-block.basket form input.input_txt {
    width: 48%;
    margin: 10px;
    border: 1px solid #d3d3d3;
    padding: 15px;
    font-size: 16px;
    color: #454545;
    text-align: left;
}
.product-block.basket form button {
    position: relative;
    display: block;
    margin: 10px auto;
    font-weight: 700;
    width: 200px;
    background: none;
    border-left: 0;
    border-right: 0;
	
	margin: 0 auto;
    background: #6b59b3;
    border-radius: 20px;
    padding: 10px;
    color: #fff;
    transition: all 0.5s;
}

.product-block.basket form button:hover {
    background: #f0dc02;
    color: #000;
}

.product-block.basket form label {
    padding: 5px 0 20px 0;
}
.product-block.basket form label input[type="checkbox"] {
    display: none;
}
.link:before {
    left: 0;
    bottom: 0;
}
.link:after {
    right: 0;
    top: 0;
}
.product-block.basket form label span {
    position: relative;
    display: block;
    padding-left: 30px;
    font-size: 14px;
    color: #7c7c7c;
}
.product-block.basket form label span:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 17px;
    height: 17px;
    border: 1px solid #d3d3d3;
}

.product-block.basket form label input[type="checkbox"]:checked+span:after {
    background: #ebeef8 url(/local/templates/sheg/css/../img/ch.png) no-repeat center;
}





.in-bucket {
  background: #2f3db7 url(/local/templates/cgs71/../img/shopping-cart.png) no-repeat 60px center;
  font-family: 'Open Sans SemiBold';
  font-size: 16px;
  color: #fff;
  padding: 15px 70px 15px 100px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  border: 2px solid #2f3db7;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-decoration: none;
}
.in-bucket:hover {
  background-color: #fff;
  border: 2px solid #2f3db7;
  color: #2f3db7;
}

.back-basket, #idElem, #nameElem { display: none; }






















.item-basket-head {
    display: flex;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
	min-width: 690px;
}

.product-block.basket .product-pages-slider-link {
    width: 45% !important;
}

.product-block.basket .product-block-count {
    width: 8% !important;
}

.product-block.basket .product-block-delete {
    width: 7% !important;
    text-align: center !important;
}

.product-block.basket form .item-basket {
    min-width: 690px !important;
}
.item-basket-wrapper {
    overflow-x: auto;
}









	.product-block.basket form input.input_txt {
		width: 100%;  
	}
	.item-basket-head {
		font-size: 14px;
		} 
		
		
.hide_menu_link{display:none;}

.hide_section_UF_SHOW_IN_MENU{display:none !important;}

.add_new_tags {
    grid-template-columns: repeat(1, 1fr);
}

.add_new_tags .catalog__wrap {
    display: flex;
    gap: 10px;
}

.add_new_tags .catalog__item {
    font-weight: 500;
    border: 1px solid lightgrey;
    border-radius: 19px;
    box-shadow: unset;
    justify-content: center;
    text-transform: unset;
    padding: 9px 14px;
}

.add_new_tags .catalog__item .catalog__item__name {
    text-transform: unset;
    margin-bottom: 0;
}

/* End */
/* /local/templates/cgs71/css/libs.css?169209443718789 */
/* /local/templates/cgs71/css/style.css?1751032808193758 */
/* /local/templates/cgs71/components/bitrix/menu/mobil/style.min.css?1692094437490 */
/* /local/templates/cgs71/components/bitrix/breadcrumb/.default/style.min.css?1692094437467 */
/* /local/templates/cgs71/components/bitrix/catalog.section.list/index_page_nashi-uslugi/style.min.css?16923609196236 */
/* /local/templates/cgs71/styles.css?17489477136603 */
/* /local/templates/cgs71/template_styles.css?17025618166086 */
