/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

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

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

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

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: 400;
}

html {
  box-sizing: border-box;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

* {
  outline: none;
}

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

a {
  text-decoration: none;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Variable.ttf") format("woff2");
  font-style: normal;
}

:root {
  --border-radius: 20px;

  --belyy: #fff;
  --fon: #f8f9fa;
  --fon-2: #ecedee;
  --obvodka: #e4e5e6;
  --obvodka-2: #c6c7c8;
  --chernyy-1: #9e9fa0;
  --chernyy-2: #1c1d1e;
  --zelenyy: #70bc83;
  --beryuzovyy: #1cb5bb;
  --orange: #cd7226;
}

svg {
  display: block;
  flex-shrink: 0;
}

svg rect,
svg path {
  transition: fill 0.3s;
}

img {
  display: block;
  width: 100%;
}

body {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: var(--chernyy-2);
  overflow-x: hidden;
  background-color: var(--fon);
}

/* ui */
.container {
  max-width: 1210px;
  margin: 0 auto;
  padding: 0 20px;
}

.burger {
  display: none;
}

.burger,
.menu_burger {
  position: relative;
  cursor: pointer;
  width: 30px;
  height: 18px;
}

.burger::before,
.burger::after,
.burger span,
.menu_burger::before,
.menu_burger::after,
.menu_burger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--belyy);
  transition: all 0.3s ease;
  border-radius: 5px;
}

.burger::before,
.burger::after,
.burger span {
  background: var(--chernyy-2);
}

.burger::before,
.menu_burger::before {
  content: "";
  top: 0;
}

.burger span,
.menu_burger span {
  top: 50%;
  transform: translateY(-50%);
}

.burger::after,
.menu_burger::after {
  content: "";
  bottom: 0;
}

.burger.active::before,
.menu_burger.active::before {
  top: 50%;
  transform: rotate(45deg);
}

.burger.active::after,
.menu_burger.active::after {
  bottom: auto;
  top: 50%;
  transform: rotate(-45deg);
}

.burger.active span,
.menu_burger.active span {
  opacity: 0;
}

.main_sticker {
  top: 0;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  height: 50px;
  border: 1px solid var(--orange);
  color: var(--belyy);
  border-radius: 10px;
  padding: 10px 20px;
  background: var(--orange);
  transition: all 0.3s;
}

.btn-wrapper {
  gap: 10px;
}

.second-btn,
.btn:hover {
  color: var(--orange);
  border: 1px solid var(--orange);
  background: transparent;
}

.third-btn {
  background: var(--zelenyy);
  border: 1px solid var(--zelenyy);
}

.third-btn:hover {
  color: var(--zelenyy);
  background: var(--belyy);
  border: 1px solid var(--zelenyy);
}

.btn:hover svg path {
  fill: var(--orange);
}

.third-btn:hover svg path,
.second-btn:hover svg path {
  fill: var(--belyy);
}

.third-btn:hover svg path {
  stroke: var(--zelenyy);
}

.second-btn:hover,
.header .btn:hover {
  color: var(--belyy);
  background: var(--orange);
  border: 1px solid var(--orange);
}

.bg,
.third-bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.second-bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

main {
  margin-top: 90px;
}

/* дисплей */
.catalog_card-item span,
.header_catalog-content.active,
.catalog_card-item {
  display: block;
}

.header_contacts.header_contacts-hidden,
.header_catalog-content,
.header_catalog-list {
  display: none;
}

.btn-wrapper,
.header_wrapper,
.header_inner,
.main_buttons {
  display: flex;
  align-items: center;
}

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

/* расстояние */
.header_inner {
  gap: 30px;
}

.main_buttons {
  gap: 20px;
}

.header_contacts,
.footer_contacts {
  display: flex;
  align-items: center;
  gap: 15px;
}

.titles .title {
  margin-bottom: 22px;
}

.wrapper {
  padding-top: 88px;
  padding-bottom: 100px;
}

.second-wrapper {
  padding-top: 88px;
}

.distance {
  margin-top: 43px;
}

.second-distance {
  margin-top: 30px;
}

.catalog_card-content .subtitle {
  margin-top: 15px;
}

.catalog_card-item {
  margin-top: 13px;  
}

.catalog_card-item span {
  margin-bottom: 11px;
}

/* текст */
.header_services-dropdown li a,
.footer .telephone {
  font-weight: 400;
}

h3,
.map h2,
.catalog_card h3,
.main_label,
.delivery_links .telephone {
  font-weight: 700;
  font-size: 30px;
}

.title,
.main h1 {
  font-weight: 700;
  font-size: 60px;
  line-height: 110%;
}

.telephone:hover,
.header_inner li a:hover,
.header_catalog-item:hover {
  color: var(--zelenyy);
}

.news_wrapper a,
.catalog_card a,
.telephone,
.header_inner li a {
  color: var(--chernyy-2);
  transition: all 0.3s;
}

.subtitle,
.header_catalog-title,
.header_catalog-item span,
.delivery_links span {
  font-size: 20px;
}

.header_nav a,
.telephone {
  white-space: nowrap;
}

.item_title,
.telephone {
  font-size: 20px;
  font-weight: 700;
}

.services_card-link,
.catalog_card-content .subtitle,
.btn,
.header_inner,
.header_catalog-item span,
.header_catalog-title,
.header_catalog-link {
  font-weight: 700;
}

/* остальное */
.header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
  background: var(--belyy);
}

.header_wrapper {
  margin: 0 auto;
  max-width: 1608px;
  width: 100%;
  padding: 20px;
  justify-content: space-between;
  gap: 20px;
  height: 90px;
}

.header_catalog-wrapper,
.header_services-wrapper {
  position: relative;
}

.header_catalog-dropdown,
.header_services-dropdown {
  position: absolute;
  top: calc(100% + 15px);
  background: var(--belyy);
  box-shadow: 0px 0px 50px 0px #2631410d;
  border-radius: var(--border-radius);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}

.header_services-dropdown {
  width: 424px;
  padding: 26px 30px;
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.header_catalog-dropdown.active {
  opacity: 1;
  visibility: visible;
}

.header_catalog-dropdown:has(.header_catalog-title.active) {
  border-radius: 20px 0 0 20px;
}

.header_services-wrapper:hover .header_services-dropdown {
  opacity: 1;
  visibility: visible;
}

.header_catalog-list {
  min-height: 568px;    
}

.header_catalog-titles:has(.header_catalog-title.active) {
  min-height: 568px;
}

.header_catalog-titles {
  width: 215px;
  padding: 20px 0 20px 30px;
}

.header_catalog-title {
  cursor: pointer;
  position: relative;
  padding: 8px 0;
  transition: all 0.3s;
}

.header_catalog-title a {
  color: var(--chernyy-2);
}

.header_catalog-title.active a {
  color: var(--chernyy-2);
}

.header_catalog-title.active {
  border-right: 2px solid var(--zelenyy);
}

.header_catalog-list {
  position: absolute;
  left: 100%;
  top: 0;
  background: var(--belyy);
  box-shadow: 0px 0px 50px 0px #2631410d;
  width: 892px;
  border-radius: 0 10px 10px 0;
  padding: 25px 30px;
}

.header_catalog-title.active + .header_catalog-list {
   display: grid;
   grid-template-columns: repeat(2, 370px);
   justify-content: space-between; 
   align-content: flex-start;
   gap: 31px;
}

.header_catalog-item {
  display: flex;
  flex-direction: column;
  gap: 11px;
  color: var(--chernyy-2);
  transition: color 0.3s;
}

.header_catalog-link,
.services_card-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.header_catalog-link::after,
.services_card-link::after {
  content: "";
  width: 7px;
  height: 11px;
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='11' viewBox='0 0 7 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.25 9.25L5.25 5.25L1.25 1.25' stroke='%231C1D1E' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.services_card-link::after,
.header_catalog-item:hover .header_catalog-link::after {
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='11' viewBox='0 0 7 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.25 9.25L5.25 5.25L1.25 1.25' stroke='%2370BC83' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.header_links span,
.delivery_links span {
  margin-top: 1px;
  display: block;
  color: var(--zelenyy);
  font-weight: 700;
}

.header_links span {
  text-align: end;
}

.form_contacts a svg:hover rect,
.header_contacts a svg:hover rect {
  fill: var(--zelenyy);
}

.form_contacts a svg:hover path,
.header_contacts a svg:hover path {
  fill: var(--belyy);
}

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

.main_img {
  z-index: 1;
  position: absolute;
  width: 945px;
  height: 750px;
  right: -50px;
  bottom: -50px;
}

.main_inner {
  display: flex;
  align-items: center;
  min-height: 750px;
}

.main_left {
  max-width: 590px;
  width: 100%;
}

.main_label {
  margin-top: 16px;
  margin-bottom: 12px;
  display: inline-block;
  padding: 5px 20px 8px 20px;
  border-radius: 20px 3px;
  background: var(--zelenyy);
  color: var(--belyy);
}

.main .subtitle {
  margin-top: 32px;
  margin-bottom: 43px;
}

.card {
  border-radius: var(--border-radius);
  background: var(--belyy);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  transition: all 0.3s;
}

.card:hover {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

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

.catalog_card {
  overflow: hidden;
}

.catalog_card-content {
  position: relative;
  padding: 15px 30px 30px 30px;
}

.about .catalog_card-item {
  margin-top: 12px;
  color: var(--chernyy-2);
  position: relative;
  background: var(--fon);
}

.about .products_slider .card {
  height: auto;
}

.catalog_card-item {
  position: relative;
  padding: 15px 60px 16px 20px;
  border-radius: 10px;
  background: var(--fon);
  transition: 0.3s background;
}

.catalog_card-item:hover {
  color: var(--belyy);
  background: var(--zelenyy);
}

.catalog_card-introtext {
  min-height: 40px;
  margin-top: 11px;
}

.catalog_card-btn {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 46px;
  height: 46px;
  background-image: url("data:image/svg+xml,%3Csvg width='46' height='46' viewBox='0 0 46 46' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_d)'%3E%3Crect x='8' y='6' width='30' height='30' rx='15' fill='white' fill-opacity='0.3'/%3E%3C/g%3E%3Cpath d='M21 25L25 21L21 17' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cdefs%3E%3Cfilter id='filter0_d' x='0' y='0' width='46' height='46' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0'/%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'/%3E%3CfeOffset dy='2'/%3E%3CfeGaussianBlur stdDeviation='4'/%3E%3CfeComposite operator='out'/%3E%3CfeColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0'/%3E%3CfeBlend in2='BackgroundImageFix' result='effect1_dropShadow'/%3E%3CfeBlend in='SourceGraphic' in2='effect1_dropShadow' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");
}

.catalog_card-item:hover .catalog_card-btn {
  background-image: url("data:image/svg+xml,%3Csvg width='46' height='46' viewBox='0 0 46 46' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_d)'%3E%3Crect x='8' y='6' width='30' height='30' rx='15' fill='white' fill-opacity='0.3'/%3E%3C/g%3E%3Cpath d='M21 25L25 21L21 17' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cdefs%3E%3Cfilter id='filter0_d' x='0' y='0' width='46' height='46' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0'/%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'/%3E%3CfeOffset dy='2'/%3E%3CfeGaussianBlur stdDeviation='4'/%3E%3CfeComposite operator='out'/%3E%3CfeColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0'/%3E%3CfeBlend in2='BackgroundImageFix' result='effect1_dropShadow'/%3E%3CfeBlend in='SourceGraphic' in2='effect1_dropShadow' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");
}

.catalog .btn {
  max-width: 370px;
  width: 100%;
  margin: 0 auto;
}

.guarantees_wrapper {
  display: flex;
  justify-content: space-between;
  height: 462px;
}

.guarantees_left,
.guarantees_right {
  display: flex;
  flex-direction: column;
  gap: 51px;
}

.guarantees_left {
  padding-top: 85px;
}

.guarantees_right {
  margin-top: 30px;
}

.guarantees_right .guarantees_item {
  justify-content: flex-end;
}

.guarantees_item {
  position: relative;
  display: flex;
  gap: 20px;
}

.guarantees_item::before {
  content: "";
  position: absolute;
  top: -5px;
  height: 11px;
}

.guarantees_left .guarantees_item:nth-child(1)::before {
  left: 60px;
  width: 308px;
  background: url("data:image/svg+xml,%3Csvg width='308' height='11' viewBox='0 0 308 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 5H297V6H0V5Z' fill='%2370BC83'/%3E%3Ccircle cx='302.5' cy='5.5' r='5' fill='white' stroke='%2370BC83'/%3E%3C/svg%3E") no-repeat center;
}

.guarantees_left .guarantees_item:nth-child(2)::before {
  left: 60px;
  width: 214px;
  background: url("data:image/svg+xml,%3Csvg width='214' height='11' viewBox='0 0 214 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 5H203V6H0V5Z' fill='%2370BC83'/%3E%3Ccircle cx='208.5' cy='5.5' r='5' fill='white' stroke='%2370BC83'/%3E%3C/svg%3E") no-repeat center;
}

.guarantees_right .guarantees_item:nth-child(1)::before {
  right: 60px;
  width: 396px;
  background: url("data:image/svg+xml,%3Csvg width='396' height='11' viewBox='0 0 396 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M396 5H11V6H396V5Z' fill='%2370BC83'/%3E%3Ccircle cx='5.5' cy='5.5' r='5' transform='matrix(-1 0 0 1 11 0)' fill='white' stroke='%2370BC83'/%3E%3C/svg%3E") no-repeat center;
}

.guarantees_right .guarantees_item:nth-child(2)::before {
  right: 60px;
  width: 245px;
  background: url("data:image/svg+xml,%3Csvg width='245' height='11' viewBox='0 0 245 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M245 5H11V6H245V5Z' fill='%2370BC83'/%3E%3Ccircle cx='5.5' cy='5.5' r='5' transform='matrix(-1 0 0 1 11 0)' fill='white' stroke='%2370BC83'/%3E%3C/svg%3E") no-repeat center;
}

.guarantees_item-content {
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.guarantees_left .guarantees_item:nth-child(1) .guarantees_item-content {
  width: 192px;
}

.guarantees_left .guarantees_item:nth-child(2) .guarantees_item-content {
  width: 148px;
}

.guarantees_right .guarantees_item:nth-child(1) .guarantees_item-content {
  width: 213px;
}

.guarantees_right .guarantees_item:nth-child(2) .guarantees_item-content {
  width: 131px;
}

.services_wrapper {
  display: flex;
}

.services_wrapper img {
  max-width: 737px;
  margin-left: 141px;
}

.services_cards {
  display: grid;
  grid-template-columns: repeat(2, 270px);
  gap: 30px;
}

.services_card {
  padding: 25px 30px;
  color: var(--belyy);
  border-radius: 10px;
  height: 340px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-size: cover;
}

.services_card .item_title {
  margin-top: auto;
  transition: transform 0.3s ease;
}

.services_card-link {
  color: var(--zelenyy);
  gap: 10px;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(10px);
  transition: max-height 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
}

.services_card:hover .services_card-link {
  max-height: 40px;
  opacity: 1;
  transform: translateY(0);
}

.services_card:hover .item_title {
  transform: translateY(-10px);
}

.info_wrapper {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.info .title {
  display: flex;
  align-items: center;
  gap: 50px;
}

.info_card {
  padding: 50px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.info_card.card {
    box-shadow: none;
}

.info_card-item span {
  margin-top: 5px;
  display: block;
  font-weight: 700;
  font-size: 60px;
}

.footer_company-line,
.info_card-line {
  width: 1px;
  height: auto;
  background: var(--obvodka);
}

/* .products_slider .slick-prev,
.products_slider .slick-next,
.partners_slider .slick-prev,
.partners_slider .slick-next,
.info_slider .slick-prev,
.info_slider .slick-next, */
.slick-prev,
.slick-next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: none;
  font-size: 0;
  z-index: 1;
}

/* .products_slider .slick-track,
.partners_slider .slick-track,
.info_slider .slick-track, */
.slick-track {
  display: flex !important;
  gap: 30px;
}

/* .products_slider .slick-list,
.partners_slider .slick-list,
.info_slider .slick-list, */
.slick-list {
  margin: 0 -15px;
}

/* .products_slider .slick-prev,
.partners_slider .slick-prev,
.info_slider .slick-prev, */
.slick-prev {
  left: -25px;
}

/* .products_slider .slick-next,
.partners_slider .slick-next,
.info_slider .slick-next, */
.slick-next {
  right: -25px;
}

/* .products_slider .slick-prev,
.products_slider .slick-next,
.partners_slider .slick-prev,
.partners_slider .slick-next,
.info_slider .slick-prev,
.info_slider .slick-next, */
.slick-prev,
.slick-next {
  content: "";
  display: block;
  width: 82px;
  height: 82px;
  background-size: contain;
  background-repeat: no-repeat;
}

/* .products_slider .slick-prev,
.partners_slider .slick-prev,
.info_slider .slick-prev, */
.slick-prev {
  background-image: url("data:image/svg+xml,%3Csvg width='82' height='82' viewBox='0 0 82 82' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_d_50277_2960)'%3E%3Cpath d='M16 22C16 16.4772 20.4772 12 26 12H56C61.5228 12 66 16.4772 66 22V52C66 57.5228 61.5228 62 56 62H26C20.4772 62 16 57.5228 16 52V22Z' fill='white'/%3E%3C/g%3E%3Cpath d='M44 43L38 37L44 31' stroke='%231C1D1E' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cdefs%3E%3Cfilter id='filter0_d_50277_2960' x='0' y='0' width='82' height='82' 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='8'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_50277_2960'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_50277_2960' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");
}

/* .products_slider .slick-next,
.partners_slider .slick-next,
.info_slider .slick-next, */
.slick-next {
  background-image: url("data:image/svg+xml,%3Csvg width='82' height='82' viewBox='0 0 82 82' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_d_50277_2963)'%3E%3Cpath d='M16 22C16 16.4772 20.4772 12 26 12H56C61.5228 12 66 16.4772 66 22V52C66 57.5228 61.5228 62 56 62H26C20.4772 62 16 57.5228 16 52V22Z' fill='white'/%3E%3C/g%3E%3Cpath d='M38 43L44 37L38 31' stroke='%231C1D1E' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cdefs%3E%3Cfilter id='filter0_d_50277_2963' x='0' y='0' width='82' height='82' 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='8'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_50277_2963'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_50277_2963' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");
}

.info_slide {
  overflow: hidden;
  border-radius: 10px;
}

.map_tabs,
.cases_tabs,
.products_tabs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.products_tab,
.map_tab,
.cases_tab {
  cursor: pointer;
  padding: 9px 20px;
  font-weight: 700;
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.05);
}

.products_tab.active,
.map_tab.active,
.cases_tab.active {
  color: var(--belyy);
  background: var(--chernyy-2);
}

.cases_content {
  position: relative;
  color: var(--belyy);
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 17px;
  padding: 50px;
  height: 500px;
  overflow: hidden;
  border-radius: var(--border-radius);
}


.cases_content::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.cases_content > * {
  position: relative;
  z-index: 2;
}

/* .cases_content, */
.cases_slider,
.products_content,
.map_content {
  display: none;
}

.cases_slider.active,
.products_content.active {
  display: block;
}

/* .cases_content.active, */
.map_content.active {
  display: flex;
}

.cases_item {
  display: flex;
  align-items: center;
  gap: 15px;
  font-weight: 700;
}

.cases_item span {
  text-decoration: underline;
  color: var(--zelenyy);
}

.cases_item a:not(:last-child)::after {
  content: ", ";
  color: var(--zelenyy);
}

.systems .objects,
.for,
.partners {
  background-color: #d29570;
}

.about .partners {
  background-color: var(--fon);
}

.partners_slide {
  display: flex !important;
  align-items: center;
  justify-content: center;
  height: 160px;
  background: var(--belyy);
  border-radius: 10px;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.05);
}

.partners_slide img {
  width: 140px;
}

.delivery_wrapper {
  display: flex;
  gap: 50px;
}

.delivery_contacts {
  margin-top: 39px;
  margin-bottom: 43px;
  display: flex;
  gap: 20px;
}

.delivery img {
  max-width: 614px;
}

.form_wrapper {
  padding: 30px;
  display: flex;
  justify-content: flex-end;
  border-radius: var(--border-radius);
}

.form form {
  text-align: center;
  padding: 21px 30px;
  max-width: 700px;
}

.form form h3 {
  margin-bottom: 11px;
}

.form_bottom {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid var(--obvodka);
}

.form_contacts {
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.form_links {
  display: contents;
}

.form_contacts .telephone {
  background: var(--fon);
  border-radius: 10px;
  padding: 10px 20px;
}

.form_items {
  margin-top: 23px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.form_buttons {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.file-input label,
textarea,
input {
  width: 100%;
  border: 1px solid var(--obvodka);
  border-radius: 10px;
  padding: 9px 15px;
  background: var(--fon);
}

.file-input .placeholder,
textarea::placeholder,
input::placeholder {
  color: var(--chernyy-1);
}

.file-input .placeholder.has-file {
  color: #000;
}

.file-input label,
input {
  height: 50px;
}

textarea {
  height: 120px;
}

.file-input input[type="file"] {
  display: none;
}

.file-input label {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.file-input svg {
  position: absolute;
  right: 15px;
  pointer-events: none;
}

.phone-wrapper {
  position: relative;
  display: inline-block;
}

.phone-wrapper input {
  padding-left: 40px;
}

.prefix {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: black;
  pointer-events: none;
}

.file-input {
  margin-top: 20px;
  margin-bottom: 20px;
}

.map {
  position: relative;
}

.map_top {
  width: 100%;
  position: absolute;
  z-index: 1;
  padding: 42px 0 30px 0;
  background: var(--belyy);
  opacity: 0.9;
}

.map_tabs {
  margin-top: 23px;
}

.map iframe {
  width: 100%;
  height: 700px;
}

.bottom {
  padding: 94px 0;
  background: #d29570;
}

.systems .bottom {
  background: none;
}

.bottom_items {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer {
  font-size: 14px;
  color: var(--belyy);
  padding: 48px 0;
  background: var(--chernyy-2);
}

.footer a {
  display: block;
  color: var(--belyy);
  transition: color 0.3s;
}

.footer a:hover {
  color: var(--zelenyy);
}

.footer_items {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.footer_item-title {
  margin-bottom: 12px;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  opacity: 0.5;
}

.footer_item-links {
  display: flex;
  flex-direction: column;
  gap: 13px;
}

.footer_item-link {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer_item-link a {
    position: relative;
    padding-left: 10px;
}

.footer_item-link a:not(:last-child)::after {
    content: "";
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    background-image: url("data:image/svg+xml,%3Csvg width='4' height='4' viewBox='0 0 4 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='2' cy='2' r='2' fill='white'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
}

.footer_item-link span {
  opacity: 0.5;
}

.footer_address {
  max-width: 284px;
  width: 100%;
}

.footer_links {
  border-top: 1px solid #333435;
  margin-top: 30px;
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

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

.footer_company-line {
  opacity: 0.1;
}

.popup {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  align-items: center;
  justify-content: center;
  transition: var(--transition);
}

.popup_callback .popup_content {
  max-width: 370px;
}

.popup_project .popup_content,
.popup_thanks .popup_content,
.popup_calculation .popup_content {
  max-width: 700px;
}

.popup_project .form_items {
  margin-bottom: 20px;  
}

.popup_thanks .popup_title {
  color: var(--zelenyy);
  margin-bottom: 15px;
}

.popup.active {
  display: flex;
}

.popup_content {
  margin: 20px;
  width: 100%;
  position: relative;
  text-align: center;
  padding: 41px 30px;
  border-radius: var(--border-radius);
  background: var(--belyy);
}

.popup_close {
  cursor: pointer;
  border-radius: 20px;
  position: absolute;
  top: 20px;
  right: 20px;
}

.popup_title {
  font-weight: 700;
  font-size: 30px;
  line-height: 130%;
}

.popup_items {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 22px;
  margin-bottom: 27px;
}

.popup_buttons {
  margin-top: 20px;
  display: flex;
  gap: 54px;
}

.popup_buttons .btn {
  max-width: 310px;
  width: 100%;
}

.form_label input {
  display: none;
}

.form_label {
  text-align: start;
  font-size: 14px;
  line-height: 150%;
  color: var(--chernyy-1);
  padding-left: 35px;
  position: relative;
  cursor: pointer;
  display: block;
}

.form_label input:checked + span {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0%200%2020%2020' fill='none'%3E%3Crect width='20' height='20' rx='2' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.0482%207.72049L8.7997%2013.969L4.95117%2010.1205L6.64823%208.42344L8.7997%2010.5749L13.3512%206.02344L15.0482%207.72049Z' fill='%23225B2C'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}

.form_label span {
  border: 1px solid var(--obvodka);
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 5px;
}

.form_label a {
  color: var(--chernyy-2);
  text-decoration: underline;
}

.mobile_menu {
  padding: 20px;
  position: fixed;
  top: 0;
  left: 0;
  width: 300px;
  height: 100vh;
  background: #fff;
  z-index: 1000;
  transform: translateX(-100%);
  transition: transform 0.3s ease;
  box-shadow: 4px 0 20px rgba(0, 0, 0, 0.25);
}

.mobile_menu nav ul {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.mobile_menu.active {
  transform: translateX(0);
}

.mobile_btn {
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 20px;
}

.mobile_menu nav a {
  font-weight: 700;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: var(--chernyy-2);
  transition: color 0.3s;
}

.news_wrapper a:hover,
.mobile_menu nav a:hover {
  color: var(--zelenyy);
}

.mobile_logo img {
  width: 150px;
}

.mobile_menu .header_contacts {
  margin-top: 20px;
  margin-bottom: 20px;
}

.mobile_menu .header_links span {
  text-align: start;
}

.about .main_img {
  width: 502px;
  height: 800px;
  right: 171px;
  bottom: -100px;
}

.about .main_inner {
  min-height: 700px;
}

.about .main_left {
  max-width: 778px;
}

.crumbs {
  padding-top: 28px;
  padding-bottom: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  color: var(--chernyy-1);
}

.crumb {
  color: var(--chernyy-1);
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.crumb:last-child {
  color: var(--chernyy-2);
}

.why_cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.why_card {
  padding: 30px;
}

.why_card .item_title {
  margin-top: 23px;
  margin-bottom: 10px;
}

.products_item {
  margin-top: 12px;
  padding: 15px 20px;
  border-radius: 10px;
  background: var(--fon);
}

.objects_wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.objects_card {
  overflow: hidden;
}

.objects_card-content {
  padding: 23px 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 23px;
}

.objects_btn {
  max-width: 370px;
  margin: 0 auto;
}

.text {
  display: flex;
  flex-direction: column;
  gap: 17px;
}

.bottom .text {
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
}

.development .text h2 {
  font-weight: 700;
  font-size: 30px;
  line-height: 130%;
}

.about .form {
  background-color: #d29570;
}

.card_inner {
  padding: 25px 30px;
  display: flex;
  align-items: center;
  gap: 50px;
}

.card_img {
  display: block;
  max-width: 370px;
  width: 100%;
  height: 370px;
}

.product .card h1 {
  font-weight: 700;
  font-size: 30px;
  text-transform: uppercase;
  color: var(--zelenyy);
  margin-top: 8px;
  margin-bottom: 9px;
}

.card_wrapper {
  padding-top: 19px;
  padding-bottom: 100px;
}

.card_items,
.card_item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.card_items {
  margin-top: 26px;
}

.card_item {
  border-radius: 10px;
  padding: 16px 20px;
  background: var(--fon);
}

.card_links {
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

.card_links .btn {
  height: 60px;
}

.card_link {
  color: var(--chernyy-2);
  transition: 0.3s color;
}

.card_link:hover {
  color: var(--zelenyy);
}

.card_link svg path {
  transition: 0.3s all;
}

.card_link:hover svg path {
  fill: var(--zelenyy);
}

.card_files {
  display: contents;
}

.table {
  margin-top: 30px;
  padding: 24px 30px;
}

.table .item_title {
  margin-bottom: 16px;
  padding-bottom: 19px;
  border-bottom: 1px solid var(--obvodka);
}

.table table {
  min-width: 1110px;
  border-collapse: collapse;
}

.table_wrapper {
  overflow-x: auto;
}

.table table thead tr {
  background-color: #f8f9fa;
  box-shadow: inset 0px -1px 0px #e4e5e6;
}

.table table th {
  padding: 11px 10px;
  text-align: left;
  font-weight: 700;
}

.table table th:first-child {
  width: 300px;
}

.table table th:nth-child(2) {
  width: 440px;
}

.table table th:last-child {
  width: 300px;
}

.table table tbody tr {
  box-shadow: inset 0px -1px 0px #e4e5e6;
}

.table table tbody tr:nth-child(odd) {
  background-color: #f8f9fa;
}

.table table tbody tr:nth-child(even) {
  background-color: #ffffff;
}

.table table td {
  padding: 11px 10px;
  font-weight: 400;
  word-wrap: break-word;
}

.table table td:first-child {
  width: 300px;
}

.table table td:nth-child(2) {
  width: 440px;
}

.table table td:last-child {
  width: 300px;
}

.for_items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.for_item {
  height: 340px;
  background-size: cover;
  background-color: var(--belyy);
  padding: 42px 0 0 30px;
}

.for_item h3 {
  width: 221px;
  position: relative;
}

.for_item h3::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 4px;
  background-color: var(--zelenyy);
  left: 0;
  top: calc(100% + 23px);
}

.product .products_wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.news_wrapper .card,
.product .products_wrapper .card {
  overflow: hidden;
}

.second_products-content {
  padding: 23px 30px;
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.systems .main_img {
  width: 1258px;
  height: 700px;
  right: 0;
  bottom: 0;
}

.systems .main_inner {
  min-height: 700px;
}

.systems .main_left {
  max-width: 690px;
}

.systems .main .subtitle {
  margin-bottom: 32px;
}

.development_wrapper {
  display: flex;
  gap: 50px;
}

.development img {
  max-width: 811px;
  margin-left: -310px;
}

.systems .objects {
  counter-reset: card;
}

.systems .objects_card {
  counter-increment: card;
}

.systems .objects_titles-num::before {
  content: "#" counter(card, decimal-leading-zero);
}

.systems .objects_card-content {
  gap: 15px;
}

.objects_titles-num {
  font-style: italic;
  font-weight: 700;
  font-size: 60px;
  color: var(--zelenyy);
}

.systems .objects_titles {
  display: flex;
  align-items: center;
  gap: 20px;
}

.systems .objects_titles-line {
  width: 1px;
  height: 60px;
  background: var(--obvodka);
}

.systems .faq_items {
  max-width: 800px;
  width: 100%;
}

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

.faq_item {
  position: relative;
  overflow: hidden;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--obvodka);
}

.faq_item-title,
.faq_item-content {
  margin-right: 80px;
}

.faq_item-title {
  line-height: 140%;
  min-height: 50px;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
}

.faq_item-content {
  line-height: 150%;
  margin-top: 13px;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-10px);
  transition: max-height 0.5s ease, opacity 0.35s ease, transform 0.35s ease;
}

.faq_item.active .faq_item-content {
  max-height: 1000px;
  opacity: 1;
  transform: translateY(0);
}

.faq_item-btn {
  position: absolute;
  top: 25%;
  transform: translateY(-25%);
  right: 14px;
  width: 26px;
  height: 26px;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 10H22V12H0V10Z' fill='%23263141'/%3E%3Cpath d='M10 22L10 0L12 0L12 22L10 22Z' fill='%23263141'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}

.faq_item.active .faq_item-btn {
  top: 0;
  right: 0;
  transform: translateY(0);
  width: 50px;
  height: 50px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2250%22%20height%3D%2250%22%20viewBox%3D%220%200%2050%2050%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Ccircle%20cx%3D%2225%22%20cy%3D%2225%22%20r%3D%2225%22%20fill%3D%22%2370BC83%22/%3E%3Cpath%20d%3D%22M32.7822%2032.7734L25.0056%2025M25.0056%2025L17.2227%2017.2202M25.0056%2025L17.2227%2032.7797M25.0056%2025L32.7821%2017.2265%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3C/svg%3E");
}

.faq_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}

.manager {
  text-align: center;
  max-width: 302px;
  width: 100%;
  flex-shrink: 0;
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 26px;
}

.manager_avatar {
  width: 140px;
  height: 140px;
  overflow: hidden;
  border-radius: 500px;
}

.manager_line {
  width: 100%;
  height: 1px;
  background: var(--obvodka);
}

.systems .objects_card {
  position: relative;
}

.systems .objects_card-description {
  color: var(--belyy);
  position: absolute;
  top: 30px;
  left: 0;
  background: rgba(205, 114, 38, 0.8);
  border-radius: 0 3px 15px 0;
  padding: 8px 20px 8px 30px;
}

.systems .form {
  background: #d29570;
}

.inner .services_cards {
  grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 1600px) {
  .systems .main_img {
    right: -300px;
  }
  .about .main_img {
    right: 20px;
  }
}

@media (max-width: 1440px) {
  .burger {
    display: block;
  }
  .header_catalog-wrapper,
  ul.header_inner {
    display: none;
  }
  .main_img {
    width: 650px;
    height: 600px;
  }
  .services_wrapper img {
    margin-left: -150px;
  }
  .about .main_img {
    right: -100px;
  }
  .systems .main_img {
    right: -25%;
  }
}

@media (max-width: 1024px) {
  .title,
  .main h1 {
    font-size: 40px;
  }
  .guarantees_right .guarantees_item:nth-child(1)::before,
  .guarantees_right .guarantees_item:nth-child(2)::before,
  .guarantees_left .guarantees_item:nth-child(1)::before,
  .guarantees_left .guarantees_item:nth-child(2)::before,
  .main_img,
  .services_wrapper img {
    display: none;
  }
  .inner .services_cards,
  .why_cards,
  .footer_items,
  .footer_links {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .footer_items,
  .footer_links,
  .info_wrapper {
    gap: 30px;
  }

  .main_inner {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .systems .main_inner,
  .main_inner,
  .about .main_inner {
    min-height: auto;
  }
  .systems .main_left,
  .main_left {
    max-width: 100%;
  }
  .wrapper,
  .second-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .card_wrapper {
    padding-bottom: 50px;
  }
  .card_links {
    display: block;
  }
  .card_files {
    margin-top: 20px;
    display: flex;
    gap: 20px;
  }
  .development img {
    max-width: 500px;
    margin-left: 20px;
  }
}

@media (max-width: 991.98px) {
  .for_item {
    background-position: 40% 40%;
    height: 250px;
  }
  .for_item h3 {
    font-size: 20px;
    width: 125px;
  }
  .form {
    margin-bottom: 40px;
  }
  .systems .form,
  .about .form {
    background-color: transparent;
  }
  .systems .objects_titles-line,
  .development img,
  .header_catalog-btn,
  .info_card-line,
  .header .header_contacts,
  .catalog_card img {
    display: none;
  }
  .catalog_card {
    display: block;
  }
  .form_wrapper {
    display: contents;
  }
  .guarantees_right .guarantees_item {
    flex-direction: row-reverse;
  }
  .faq_wrapper,
  .systems .objects_titles,
  .card_inner {
    flex-direction: column;
  }
  .catalog_wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
  .card_inner,
  .guarantees_wrapper,
  .guarantees_left,
  .guarantees_right {
    gap: 30px;
  }
  .bottom {
    padding: 50px 0;
  }
  .form,
  .guarantees_wrapper {
    background-image: none !important;
  }
  .guarantees_left .guarantees_item:nth-child(1) .guarantees_item-content,
  .guarantees_left .guarantees_item:nth-child(2) .guarantees_item-content,
  .guarantees_right .guarantees_item:nth-child(1) .guarantees_item-content,
  .guarantees_right .guarantees_item:nth-child(2) .guarantees_item-content {
    width: 100%;
  }
  .header_logo img {
    width: 150px;
  }
  .form form {
    max-width: 100%;
    text-align: start;
  }
  .catalog_card-content {
    padding: 20px;
  }
  .form.wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }
  .guarantees_left {
    padding-top: 0;
  }
  .guarantees_item-content,
  .guarantees_right {
    margin-top: 0;
  }
  .guarantees_wrapper {
    flex-direction: column;
    height: auto;
  }
  .info_card,
  .why_cards {
    grid-template-columns: repeat(2, 1fr);
  }
  .info_card {
    padding: 30px;
    display: grid;
  }
  .systems .objects_titles {
    align-items: flex-start;
    gap: 15px;
  }
  .objects_titles-num {
    font-size: 30px;
  }
  .manager {
    max-width: 100%;
  }
}

@media (max-width: 767.98px) {
  .header_contacts.header_contacts-hidden {
    display: flex;
  }
  .mobile_menu {
    width: 100%;
  }
  .info .title svg,
  .header .header_links {
    display: none;
  }
  .form_contacts,
  .popup_buttons,
  .delivery_wrapper,
  .main_buttons {
    flex-direction: column;
  }
  .manager .form_contacts {
    flex-direction: row;
  }
  .inner .services_cards,
  .product .products_wrapper,
  .for_items,
  .objects_wrapper,
  .why_cards,
  .form_buttons,
  .footer_items,
  .footer_links,
  .form_items,
  .services_cards {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }
  .slick-track {
    gap: unset;
  }

  .slick-prev {
    left: -35px;
  }

  .slick-next {
    right: -35px;
  }

  .slick-slider {
    margin: 0 20px;
  }

  .footer_items,
  .delivery_wrapper,
  .info_wrapper {
    gap: 20px;
  }
  .popup_buttons,
  .delivery_contacts,
  .guarantees_item,
  .guarantees_left,
  .guarantees_right,
  .catalog_wrapper,
  .main_buttons {
    gap: 15px;
  }
  .manager,
  .card_inner,
  .crumbs {
    gap: 10px;
  }
  .manager_avatar {
    width: 70px;
    height: 70px;
  }
  .form_contacts svg,
  .faq_item.active .faq_item-btn,
  .form_links svg,
  .slick-prev,
  .slick-next,
  .why_card svg,
  .delivery_contacts svg,
  .guarantees_item svg {
    width: 40px;
    height: 40px;
  }
  .faq_item-btn {
    width: 20px;
    height: 20px;
  }
  .btn {
    width: 100%;
  }
  .header_wrapper {
    height: 70px;
  }
  .card_links .btn,
  input,
  .btn {
    height: 40px;
  }
  .map iframe {
    height: 400px;
  }
  textarea {
    height: 90px;
  }
  .product .products_wrapper .card img,
  .objects_card img,
  .services_card,
  .cases_content {
    height: 220px;
    object-fit: cover;
  }
  .card_img {
    height: auto;
  }
  .faq_item-title,
  .faq_item-content {
    margin-right: 60px;
  }
  .manager,
  .systems .objects_card-content,
  .second_products-content,
  .card_inner,
  .why_card,
  .popup_content,
  .cases_content {
    padding: 20px;
  }
  main {
    margin-top: 70px;
  }
  .why_card .item_title,
  .file-input {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .info_card-item span {
    margin-top: 0;
  }
  .main_label {
    margin-bottom: 0;
  }
  .distance,
  .second-distance {
    margin-top: 20px;
  }
  .form_contacts,
  .form_buttons,
  .popup_buttons {
    margin-top: 15px;
  }
  .popup_items {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .delivery_contacts,
  .main .subtitle {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .popup_title {
    margin: 0 30px;
  }
  .for_item {
    padding: 20px 0 0 20px;
  }
  .main_inner {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .card_wrapper {
    padding-bottom: 40px;
  }
  .wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .bottom {
    padding: 40px 0;
  }
  .crumbs {
    padding: 10px 0;
  }
  .map_top {
    padding: 20px 0;
  }
  :root {
    --border-radius: 10px;
  }
  .product .card h1,
  .title,
  .main h1 {
    font-size: 25px;
  }
  .development .text h2,
  .popup_title,
  .info_card-item span,
  h3,
  .map h2,
  .catalog_card h3,
  .main_label,
  .delivery_links .telephone,
  .main_label {
    font-size: 18px;
  }
  .bottom .text,
  .telephone,
  .header_links span,
  .delivery_links span,
  body,
  .btn,
  .item_title,
  .subtitle {
    font-size: 14px;
  }

  .form_label {
    font-size: 11px;
  }
  .products_slider .card img {
    max-width: 200px;
    margin: 0 auto;
  }
  .form_bottom {
    margin-top: 15px;
    padding-top: 15px;
  }
  .form_links {
    display: flex;
    gap: 15px;
  }
  .for_item {
    height: 200px;
  }
  .for_item h3 {
    font-size: 16px;
    width: 100px;
   }
}
