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

html {
  height: 100%;
}

body {
  min-height: 100%;
  margin: 0;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.15;
  color: #232a32;
  background: #fff;
}

body.is-menu-open {
  overflow: hidden;
}

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

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

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

.header-menu,
.footer-menu,
.home-age-list,
.service-catalog-list,
.comment-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

button,
input,
textarea,
select {
  font: inherit;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

.site {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.container {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
}

.footer {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}

.icon {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  fill: currentColor;
}

.icon-address {
  width: 16px;
  height: 24px;
}

.icon-calculate {
  width: 17px;
  height: 19px;
}

.icon-mail {
  width: 17px;
  height: 17px;
}

.icon-phone {
  width: 16px;
  height: 20px;
}

.header {
  position: sticky;
  top: 0;
  z-index: 20;
  width: 100%;
}

.header-top {
  height: 66px;
  padding-top: 14px;
  background: #334d67;
}

.header-top-inner {
  position: relative;
  height: 41px;
}

.header-logo {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  font-size: 13px;
  line-height: 15px;
  color: #fff;
}

.header-logo-image {
  display: block;
  width: 148px;
  height: 21px;
  margin-bottom: 5px;
}

.header-logo-text {
  display: block;
  white-space: nowrap;
}

.header-calculate {
  position: absolute;
  top: 0;
  left: 50%;
  width: 221px;
  height: 41px;
  border: 1px solid #fff;
  border-radius: 4px;
  font-size: 14px;
  line-height: 39px;
  color: #fff;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: color 0.2s ease, background-color 0.2s ease;
  transition: color 0.2s ease, background-color 0.2s ease;
}

.header-calculate:hover {
  color: #334d67;
  background: #fff;
}

.header-calculate .icon {
  margin-right: 15px;
}

.header-contacts {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 320px;
  height: 40px;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
}

.header-contacts-icon {
  margin: 10px 6px 0 0;
}

.header-contacts-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 149px;
}

.header-contacts-link {
  display: block;
  white-space: nowrap;
}

.header-contacts-link:hover {
  text-decoration: underline;
}

.header-menu-toggle {
  display: none;
}

.header-menu-toggle-icon {
  display: block;
  width: 24px;
  height: 24px;
  fill: currentColor;
}

.header-menu-toggle-close {
  display: none;
}

.header.is-menu-open .header-menu-toggle-open {
  display: none;
}

.header.is-menu-open .header-menu-toggle-close {
  display: block;
}

.header-nav {
  height: 80px;
  background: #fff;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 30px;
}

.header-menu-item {
  margin: 0 25px;
}

.header-menu-link {
  position: relative;
  display: block;
  padding: 0 8px 15px;
  font-size: 15px;
  line-height: 17px;
  text-transform: uppercase;
  color: #232a32;
}

.header-menu-link::after {
  position: absolute;
  right: 8px;
  bottom: 0;
  left: 8px;
  height: 2px;
  background: #9e2e31;
  content: "";
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

.header-menu-link:hover::after,
.header-menu-link.is-active::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.header-mobile-content {
  display: none;
}

.hero {
  width: 100%;
  overflow: hidden;
}

.hero-image {
  display: block;
  width: 100%;
  height: auto;
}

.home-products-head {
  padding: 10px 0;
  background: #f2f2f2;
}

.home-products-title {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
}

.home-products-title::after {
  display: block;
  width: 28px;
  height: 2px;
  margin: 5px auto 3px;
  background: #9d2e31;
  content: "";
}

.home-products-subtitle {
  margin: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.35;
  text-align: center;
}

.home-products-body {
  padding-bottom: 70px;
  background: #f9f9f9;
}

.home-products-list {
  min-height: 74px;
}

.home-products-action {
  text-align: center;
}

.home-products-button {
  width: 219px;
  min-height: 39px;
  padding: 8px 24px;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.3;
  color: #fff;
  background: -webkit-gradient(linear, left bottom, left top, from(#356686), to(#5290a7));
  background: linear-gradient(0deg, #356686 0%, #5290a7 100%);
  -webkit-transition: -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease;
  transition: -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
  transition: box-shadow 0.2s ease, transform 0.2s ease, -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease;
}

.home-products-button:hover {
  -webkit-box-shadow: 0 5px 14px rgba(53, 102, 134, 0.24);
          box-shadow: 0 5px 14px rgba(53, 102, 134, 0.24);
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}

.home-products-button:focus-visible {
  outline: 2px solid #9d2e31;
  outline-offset: 3px;
}

.home-today {
  height: 521px;
  padding-top: 38px;
  background: #f5f5f5 url("../images/home/today-bg.jpg") center top/cover no-repeat;
}

.home-today-title {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
}

.home-today-title::after {
  display: block;
  width: 28px;
  height: 2px;
  margin: 5px auto 3px;
  background: #9d2e31;
  content: "";
}

.home-today-text {
  max-width: 450px;
  margin: 0 auto;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.55;
  text-align: center;
}

.home-today-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-areas: "visitors . online" ". month .";
  row-gap: 42px;
  padding: 35px 140px 0;
}

.home-today-stat {
  color: #374b5f;
}

.home-today-stat-visitors {
  grid-area: visitors;
  justify-self: start;
}

.home-today-stat-online {
  grid-area: online;
  justify-self: end;
}

.home-today-stat-month {
  grid-area: month;
  justify-self: center;
}

.home-today-number {
  display: block;
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 74px;
  font-weight: 700;
  line-height: 1;
}

.home-today-number::before {
  position: absolute;
  top: -14px;
  left: -58px;
  width: 66px;
  height: 77px;
  background: url("../images/home/counter-light.png") center/contain no-repeat;
  content: "";
  pointer-events: none;
}

.home-today-label {
  display: block;
  margin-top: 6px;
  font-size: 16px;
  line-height: 1.35;
}

.home-today-stat-visitors .home-today-label {
  max-width: 275px;
}

.home-gallery {
  padding: 50px 0 60px;
  background: #fff;
}

.home-gallery-title {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
}

.home-gallery-title::after {
  display: block;
  width: 28px;
  height: 2px;
  margin: 5px auto 3px;
  background: #9d2e31;
  content: "";
}

.home-gallery-subtitle {
  margin: 0 0 38px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.35;
  text-align: center;
}

.home-gallery-wrap {
  position: relative;
  max-width: 1240px;
  margin: 0 auto;
}

.home-gallery-slider {
  max-width: 1140px;
}

.home-gallery-link {
  display: block;
  position: relative;
  height: 172px;
  overflow: hidden;
  border: 3px solid #e9e9e9;
  background: #e9e9e9;
}

.home-gallery-link::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 53px;
  height: 53px;
  background: url("../images/home/gallery-more.png") center/contain no-repeat;
  content: "";
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) scale(0.9);
          transform: translate(-50%, -50%) scale(0.9);
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
}

.home-gallery-link:hover::after,
.home-gallery-link:focus-visible::after {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}

.home-gallery-link:focus-visible {
  outline: 2px solid #9d2e31;
  outline-offset: 2px;
}

.home-gallery-image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.home-gallery-link:hover .home-gallery-image {
  -webkit-transform: scale(1.025);
          transform: scale(1.025);
}

.home-gallery-prev,
.home-gallery-next {
  color: #374b5f;
}

.home-gallery-prev {
  left: 0;
}

.home-gallery-next {
  right: 0;
}

.home-gallery-prev::after,
.home-gallery-next::after {
  font-size: 33px;
}

.home-age {
  width: 100%;
}

.home-age-title {
  display: block;
  width: 395px;
  height: 49px;
  margin: 0 auto;
  font-size: 22px;
  font-weight: 400;
  line-height: 49px;
  color: #fff;
  text-align: center;
  background: url("../images/home/age-title.png") center/contain no-repeat;
}

.home-age-body {
  height: 70px;
  background: #9d2e31;
}

.home-age-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  height: 70px;
}

.home-age-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  text-transform: uppercase;
}

.home-age-number {
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
}

.home-age-unit {
  margin-left: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
}

.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding-top: 14px;
  padding-bottom: 25px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
  color: #3a3a3a;
}

.breadcrumbs-link {
  color: #334d67;
  border-bottom: 1px solid #334d67;
  -webkit-transition: color 0.2s ease, border-color 0.2s ease;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.breadcrumbs-link:hover {
  color: #9d2e31;
  border-color: #9d2e31;
}

.breadcrumbs-separator {
  padding-right: 7px;
  padding-left: 7px;
}

.breadcrumbs-current {
  color: #959595;
}

.page-title {
  margin: 0;
  padding-bottom: 45px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  color: #232a32;
}

.page-title::after {
  display: block;
  width: 28px;
  height: 2px;
  margin: 5px auto 0;
  background: #9d2e31;
  content: "";
}

.product-catalog-page {
  width: 100%;
}

.product-catalog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 47px 15px;
  padding-bottom: 77px;
}

.product-catalog-card {
  position: relative;
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 232px;
          flex: 0 0 232px;
  width: 232px;
  height: 226px;
  color: #232a32;
  background: #fff;
  -webkit-transition: -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease;
  transition: -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
  transition: box-shadow 0.2s ease, transform 0.2s ease, -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease;
}

.product-catalog-card::after {
  position: absolute;
  right: 6px;
  bottom: -5px;
  left: 6px;
  height: 5px;
  background: #f2f2f2;
  content: "";
}

.product-catalog-card:hover {
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.product-catalog-image-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 152px;
  overflow: hidden;
}

.product-catalog-image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.product-catalog-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 75px;
  padding: 12px;
  border: 1px solid #f4f4f4;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
}

.service-catalog-page {
  width: 100%;
}

.service-catalog {
  display: grid;
  grid-template-columns: repeat(4, 280px);
  gap: 17px 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 42px;
}

.service-catalog-card {
  width: 100%;
  height: 314px;
  padding: 20px;
  background: #f9f9f9;
  -webkit-transition: background-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: background-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease, background-color 0.2s ease;
  transition: box-shadow 0.2s ease, background-color 0.2s ease, -webkit-box-shadow 0.2s ease;
}

.service-catalog-card:hover {
  background: #fff;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
          box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.service-catalog-icon-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  height: 80px;
}

.service-catalog-icon {
  display: block;
  width: auto;
  height: auto;
  max-width: 64px;
  max-height: 58px;
}

.service-catalog-title {
  margin: 0;
  padding-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  color: #334d67;
}

.service-catalog-list {
  margin: 0;
  padding: 0;
}

.service-catalog-item {
  margin-bottom: 20px;
}

.service-catalog-link {
  display: block;
  padding-left: 16px;
  border-left: 2px solid #9d2e31;
  font-size: 15px;
  line-height: 1.35;
  color: #334d67;
}

.service-catalog-link:hover {
  text-decoration: underline;
}

.service-catalog-promo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-column: span 2;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 314px;
  padding: 20px;
  background: #334d67 url("../images/catalog/products-banner.png") center/cover no-repeat;
  overflow: hidden;
}

.service-catalog-promo-text {
  display: inline-block;
  padding: 10px 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.25;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}

.product-detail-page {
  width: 100%;
}

.product-detail {
  display: grid;
  grid-template-columns: 664px minmax(0, 1fr);
  gap: 40px;
  width: 100%;
  padding-bottom: 50px;
}

.product-gallery {
  display: grid;
  grid-template-columns: minmax(0, 565px) 88px;
  gap: 10px;
  width: 100%;
}

.product-gallery-main {
  width: 100%;
  height: 370px;
  border: 1px solid #eaeaea;
  background: #f9f9f9;
}

.product-gallery-slide {
  display: block;
  width: 100%;
  height: 100%;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.product-gallery-image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.product-gallery-thumbs {
  width: 88px;
  height: 323px;
  margin-top: 20px;
}

.product-gallery-thumb {
  width: 88px;
  height: 58px;
  padding: 0;
  border: 1px solid #f0f0f0;
  background: #fff;
  overflow: hidden;
  cursor: pointer;
}

.product-gallery-thumb.swiper-slide-thumb-active {
  border-color: #c25e62;
}

.product-gallery-thumb-image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.product-detail-info {
  font-size: 15px;
  color: #232a32;
}

.product-detail-text {
  margin: 0;
  padding-bottom: 24px;
  line-height: 1.75;
}

.product-detail-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 219px;
  height: 39px;
  border-radius: 4px;
  font-size: 14px;
  color: #fff;
  background: -webkit-gradient(linear, left bottom, left top, from(#9b2d30), to(#c2383d));
  background: linear-gradient(0deg, #9b2d30 0%, #c2383d 100%);
  cursor: pointer;
  -webkit-transition: -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease;
  transition: -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
  transition: box-shadow 0.2s ease, transform 0.2s ease, -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease;
}

.product-detail-button:hover {
  -webkit-box-shadow: 0 5px 14px rgba(155, 45, 48, 0.25);
          box-shadow: 0 5px 14px rgba(155, 45, 48, 0.25);
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}

.related-services {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 65px;
}

.related-services-list {
  display: grid;
  grid-template-columns: repeat(6, 190px);
  gap: 14px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.related-services-card {
  display: block;
  width: 190px;
  height: 170px;
  padding: 20px;
  text-align: center;
  color: #334d67;
  background: #f9f9f9;
  -webkit-transition: background-color 0.2s ease, -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease;
  transition: background-color 0.2s ease, -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease;
  transition: box-shadow 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
  transition: box-shadow 0.2s ease, background-color 0.2s ease, transform 0.2s ease, -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease;
}

.related-services-card:hover {
  background: #fff;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.related-services-icon-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 75px;
}

.related-services-icon {
  display: block;
  width: auto;
  height: auto;
  max-width: 64px;
  max-height: 58px;
}

.related-services-name {
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.45;
}

.equipment {
  width: 100%;
  padding-top: 46px;
  padding-bottom: 55px;
  font-size: 16px;
  font-weight: 300;
  color: #232a32;
}

.equipment-title {
  padding-bottom: 28px;
}

.equipment-text {
  margin: 0;
  padding-bottom: 30px;
  line-height: 1.75;
}

.equipment-slider {
  width: 100%;
  max-width: 1170px;
  padding-bottom: 30px;
}

.equipment-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 101px;
  border: 1px solid #e8e8e8;
  background: #fff;
}

.equipment-logo {
  display: block;
  width: auto;
  height: auto;
  max-width: calc(100% - 24px);
  max-height: 72px;
}

.equipment-pagination {
  bottom: 0 !important;
}

.equipment-pagination .swiper-pagination-bullet-active {
  background: #9d2e31;
}

.gallery-page {
  padding-bottom: 60px;
}

.gallery-albums {
  display: grid;
  grid-template-columns: repeat(4, 270px);
  gap: 24px 19px;
  padding-left: 50px;
}

.gallery-album {
  display: block;
  width: 270px;
  height: 236px;
  overflow: hidden;
  color: #232a32;
  font-size: 14px;
  font-weight: 700;
  background: #f4f4f4;
  -webkit-transition: color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: color 0.2s ease, box-shadow 0.2s ease;
  transition: color 0.2s ease, box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease;
}

.gallery-album:hover,
.gallery-album:focus-visible {
  color: #9e2e31;
  -webkit-box-shadow: 0 6px 18px rgba(35, 42, 50, 0.14);
          box-shadow: 0 6px 18px rgba(35, 42, 50, 0.14);
}

.gallery-album-image-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 180px;
  overflow: hidden;
  border: 3px solid #e9e9e9;
  background: #fff;
}

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

.gallery-album-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 56px;
  padding: 0 14px;
  text-align: center;
}

.gallery-albums-hidden {
  display: none;
}

.about-page {
  padding-bottom: 70px;
}

.about-page-breadcrumbs {
  min-height: 55px;
}

.about-page-content {
  color: #9b9b9b;
  font-size: 15px;
  line-height: 1.6;
}

.about-page-content p {
  margin: 0;
  padding-bottom: 20px;
}

.about-page-content p:last-child {
  padding-bottom: 0;
}

.about-page-content strong {
  font-weight: 700;
}

.news-page {
  padding-bottom: 10px;
}

.news-list {
  display: grid;
  grid-template-columns: repeat(2, 382px);
  gap: 32px;
  padding: 0 0 10px 10px;
}

.news-card {
  display: block;
  width: 382px;
  min-height: 468px;
  color: #9b9b9b;
  font-size: 15px;
}

.news-card-media {
  position: relative;
  display: block;
  width: 100%;
  height: 306px;
  overflow: hidden;
  margin-bottom: 20px;
  background: #f4f4f4;
}

.news-card-image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.news-card-date {
  position: absolute;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  width: 121px;
  height: 46px;
  padding-top: 14px;
  color: #334d67;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  background: #fff;
}

.news-card-date strong {
  margin-right: 4px;
  font-size: 26px;
  line-height: 1;
}

.news-card-title {
  display: inline;
  color: #151515;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
  text-transform: uppercase;
  border-bottom: 1px solid transparent;
  -webkit-transition: color 0.2s ease, border-color 0.2s ease;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.news-card-text {
  display: block;
  padding-top: 10px;
  line-height: 23px;
}

.news-card:hover .news-card-title,
.news-card:focus-visible .news-card-title {
  color: #334d67;
  border-color: #334d67;
}

.contacts-page {
  padding-bottom: 70px;
}

.contacts-layout {
  display: grid;
  grid-template-columns: 538px 702px;
}

.contacts-info {
  padding-top: 10px;
}

.contacts-line {
  position: relative;
  min-height: 50px;
  padding-left: 69px;
  font-size: 16px;
}

.contacts-line-address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

.contacts-line-phones {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 34px;
}

.contacts-icon {
  position: absolute;
  top: 50%;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 50px;
  color: #fff;
  background: #9e2e31;
  border-radius: 4px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.contacts-icon svg {
  display: block;
  width: 19px;
  height: 22px;
  fill: currentColor;
}

.contacts-line-text {
  margin: 0;
  color: #232a32;
  font-style: normal;
}

.contacts-line-text a {
  color: #334d67;
}

.contacts-line-text a:hover,
.contacts-line-text a:focus-visible {
  text-decoration: underline;
}

.contacts-phones {
  display: grid;
  grid-template-columns: repeat(2, 205px);
  gap: 6px 0;
}

.contacts-sout {
  padding-top: 58px;
  font-size: 16px;
}

.contacts-sout-title {
  margin: 0;
  padding-bottom: 5px;
  color: #232a32;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.contacts-sout-text {
  margin: 0;
  padding-bottom: 20px;
  color: #232a32;
  font-size: 14px;
  line-height: 24px;
}

.contacts-sout-document {
  color: #9e2e31;
  font-size: 14px;
  border-bottom: 1px solid #9e2e31;
}

.contacts-sout-action {
  padding-top: 55px;
  text-align: center;
}

.contacts-order {
  width: 219px;
  height: 39px;
  color: #fff;
  background: -webkit-gradient(linear, left bottom, left top, from(#356686), to(#5290a7));
  background: linear-gradient(0deg, #356686 0%, #5290a7 100%);
  border-radius: 4px;
  -webkit-transition: -webkit-filter 0.2s ease;
  transition: -webkit-filter 0.2s ease;
  transition: filter 0.2s ease;
  transition: filter 0.2s ease, -webkit-filter 0.2s ease;
}

.contacts-order:hover,
.contacts-order:focus-visible {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}

.contacts-map {
  width: 702px;
  height: 478px;
  overflow: hidden;
  border: 3px solid #7899bb;
}

.contacts-map iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.modal {
  display: none;
  width: 100%;
  max-width: 597px;
  padding: 38px 42px 42px;
  border-radius: 15px;
  color: #fff;
  background: #334d67;
}

.modal-title {
  margin: 0 0 12px;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 400;
}

.modal-text {
  margin: 0 0 24px;
  font-size: 14px;
  line-height: 1.5;
}

.modal-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.modal-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
  font-size: 13px;
}

.modal-field:first-child {
  grid-column: 1/-1;
}

.modal-field input {
  width: 100%;
  height: 42px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  color: #232a32;
  background: #fff;
}

.modal-submit {
  grid-column: 1/-1;
  height: 42px;
  margin-top: 4px;
  border: 1px solid #fff;
  border-radius: 4px;
  color: #fff;
  background: transparent;
}

.modal-submit:hover {
  color: #334d67;
  background: #fff;
}

.footer {
  min-height: 225px;
  color: #fff;
  background: #374b5f;
}

.footer-inner {
  position: relative;
  height: 225px;
}

.footer-company {
  position: absolute;
  top: 40px;
  left: 40px;
  width: 240px;
}

.footer-logo {
  display: block;
}

.footer-logo-image {
  display: block;
  width: 222px;
  height: 32px;
}

.footer-logo-text {
  display: block;
  margin-top: 3px;
  font-size: 14px;
  line-height: 18px;
}

.footer-copyright {
  margin: 44px 0 0;
  font-size: 13px;
  line-height: 18px;
}

.footer-nav {
  position: absolute;
  top: 35px;
  left: 415px;
  width: 460px;
}

.footer-menu {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.footer-menu-item {
  padding-bottom: 8px;
  font-size: 14px;
  line-height: 16px;
}

.footer-menu-link:hover {
  text-decoration: underline;
}

.footer-contacts {
  position: absolute;
  top: 45px;
  right: 0;
  width: 160px;
  font-size: 14px;
  line-height: 18px;
}

.footer-contact {
  position: relative;
  margin-bottom: 15px;
}

.footer-contact:last-child {
  margin-bottom: 0;
}

.footer-contact-icon {
  position: absolute;
  top: 50%;
  left: -25px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.footer-contact-text {
  margin: 0;
  font-style: normal;
}

.footer-contact-link {
  display: block;
  white-space: nowrap;
}

.footer-contact-link:hover {
  text-decoration: underline;
}

.footer-developer {
  position: absolute;
  top: 165px;
  left: 50%;
  display: block;
  width: 132px;
  text-align: center;
  color: #8d9499;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.footer-developer-image {
  display: block;
  width: 132px;
  height: 27px;
}

.footer-developer-text {
  display: block;
  font-size: 8px;
  line-height: 10px;
}

@media (max-width: 1250px) {
  .container {
    max-width: none;
    padding-right: 20px;
    padding-left: 20px;
  }

  .header-menu-item {
    margin-right: 15px;
    margin-left: 15px;
  }

  /* Unlike the reference site, keep the homepage banner visible on tablets and phones. */
  .hero {
    display: block;
  }

  .home-products-head {
    padding: 30px 0;
  }

  .home-gallery-slider {
    max-width: calc(100% - 100px);
  }

  .home-gallery-prev {
    left: 15px;
  }

  .home-gallery-next {
    right: 15px;
  }

  .product-catalog {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .service-catalog {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .service-catalog-promo {
    grid-column: 1/-1;
  }

  .product-detail {
    grid-template-columns: minmax(0, 1fr);
    gap: 35px;
  }

  .product-gallery {
    max-width: 664px;
    margin: 0 auto;
  }

  .related-services-list {
    grid-template-columns: repeat(3, 190px);
  }

  .gallery-albums {
    grid-template-columns: repeat(3, 270px);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 0;
  }

  .news-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 0;
  }

  .contacts-layout {
    display: block;
  }

  .contacts-info {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px;
    padding: 10px 0 50px;
  }

  .contacts-sout {
    padding-top: 0;
  }

  .contacts-map {
    width: 100%;
  }

  .footer-company {
    left: 20px;
  }

  .footer-nav {
    left: 290px;
  }

  .footer-contacts {
    right: 20px;
  }
}

@media (max-width: 1023.98px) {
  .header-logo {
    left: 20px;
  }

  .header-calculate {
    display: none;
  }

  .header-contacts {
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }

  .header-menu-toggle {
    position: absolute;
    top: 4px;
    right: 20px;
    display: block;
    width: 38px;
    height: 34px;
    padding: 4px 6px;
    border: 1px solid #fff;
    border-radius: 3px;
    color: #fff;
    background: transparent;
    cursor: pointer;
  }

  .header-menu-toggle-icon {
    margin: auto;
  }

  .header-nav {
    position: absolute;
    top: 66px;
    left: 0;
    display: none;
    width: 100%;
    height: calc(100vh - 66px);
    overflow-y: auto;
    background: #49627b;
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .header.is-menu-open .header-nav {
    display: block;
  }

  .header-menu {
    display: block;
    padding: 20px 0 0;
  }

  .header-menu-item {
    margin: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }

  .header-menu-link {
    padding: 13px 8px;
    text-align: center;
    color: #fff;
  }

  .header-menu-link::after {
    display: none;
  }

  .header-mobile-content {
    display: block;
    padding: 24px 0 40px;
    text-align: center;
  }

  .header-mobile-calculate {
    width: 221px;
    height: 41px;
    border: 1px solid #fff;
    border-radius: 4px;
    font-size: 14px;
    color: #fff;
  }

  .header-mobile-calculate .icon {
    margin-right: 15px;
  }

  .header-mobile-phones {
    display: none;
    margin-top: 20px;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
  }

  .header-mobile-phones a {
    display: block;
  }

  .gallery-albums {
    grid-template-columns: repeat(2, 270px);
  }

  .news-list {
    grid-template-columns: repeat(2, minmax(0, 352px));
    gap: 18px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 0;
  }

  .news-card {
    width: 100%;
  }

  .news-card-media {
    height: auto;
    aspect-ratio: 382/306;
  }

  .contacts-info {
    grid-template-columns: 1fr;
  }

  .contacts-sout-action {
    text-align: left;
  }

  .footer {
    min-height: 345px;
  }

  .footer-inner {
    display: grid;
    grid-template-columns: 240px 1fr;
    gap: 30px 60px;
    height: auto;
    min-height: 345px;
    padding-top: 40px;
    padding-bottom: 90px;
  }

  .footer-company,
  .footer-nav,
  .footer-contacts {
    position: static;
    width: auto;
  }

  .footer-company {
    grid-row: 1/span 2;
  }

  .footer-copyright {
    margin-top: 44px;
  }

  .footer-menu {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 18px 48px;
  }

  .footer-contact {
    margin: 0;
  }

  .footer-developer {
    top: auto;
    bottom: 26px;
  }
}

@media (max-width: 1023px) {
  .home-today {
    height: auto;
    min-height: 430px;
    padding-bottom: 45px;
  }

  .home-today-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-areas: "visitors online" "month month";
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    row-gap: 40px;
    padding: 55px 20px 0;
  }

  .home-today-stat,
  .home-today-stat-visitors,
  .home-today-stat-online,
  .home-today-stat-month {
    justify-self: center;
    text-align: center;
  }

  .home-today-number {
    margin: 0 auto;
    font-size: 58px;
  }

  .service-catalog {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .header-logo {
    left: 20px;
  }

  .header-logo-text {
    display: none;
  }

  .header-logo-image {
    margin-top: 8px;
    margin-bottom: 0;
  }

  .header-contacts {
    display: none;
  }

  .header-menu-toggle {
    right: 20px;
  }

  .header-mobile-phones {
    display: block;
  }

  .gallery-page {
    padding-bottom: 36px;
  }

  .gallery-albums {
    grid-template-columns: 270px;
  }

  .about-page {
    padding-bottom: 45px;
  }

  .about-page-content {
    font-size: 14px;
  }

  .news-list {
    grid-template-columns: 280px;
  }

  .news-card {
    min-height: 0;
    padding-bottom: 30px;
  }

  .news-card-media {
    height: 220px;
    aspect-ratio: auto;
  }

  .contacts-page {
    padding-bottom: 45px;
  }

  .contacts-line {
    padding-left: 62px;
    font-size: 14px;
  }

  .contacts-phones {
    grid-template-columns: 1fr;
  }

  .contacts-sout-action {
    padding-top: 35px;
    text-align: center;
  }

  .contacts-map {
    height: 360px;
  }

  .footer-inner {
    display: block;
    padding-top: 35px;
    padding-bottom: 95px;
    text-align: center;
  }

  .footer-company {
    width: 100%;
  }

  .footer-logo-image {
    margin: 0 auto;
  }

  .footer-copyright {
    margin-top: 24px;
  }

  .footer-nav {
    margin-top: 30px;
  }

  .footer-menu {
    grid-template-columns: 1fr;
  }

  .footer-contacts {
    display: block;
    margin-top: 30px;
  }

  .footer-contact {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    margin: 0 auto 22px;
    text-align: left;
  }

  .footer-contact:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .home-products-head {
    padding: 24px 0 22px;
  }

  .home-products-body {
    padding-bottom: 45px;
  }

  .home-products-list {
    min-height: 45px;
  }

  .home-today {
    padding-top: 32px;
    background-position: 37% top;
  }

  .home-today-text {
    max-width: 560px;
  }

  .home-today-stats {
    grid-template-columns: 1fr;
    grid-template-areas: "visitors" "online" "month";
    row-gap: 30px;
    padding: 44px 0 0;
  }

  .home-today-number {
    font-size: 48px;
  }

  .home-today-number::before {
    top: -9px;
    left: -44px;
    width: 50px;
    height: 58px;
  }

  .home-today-label {
    font-size: 15px;
  }

  .home-gallery {
    padding: 42px 0 48px;
  }

  .home-gallery-subtitle {
    margin-bottom: 30px;
  }

  .home-gallery-slider {
    max-width: calc(100% - 70px);
  }

  .home-gallery-link {
    height: auto;
    aspect-ratio: 264/172;
  }

  .home-gallery-prev {
    left: 8px;
  }

  .home-gallery-next {
    right: 8px;
  }

  .home-age-title {
    width: 100%;
    font-size: 20px;
    background-color: #9d2e31;
    background-image: none;
  }

  .home-age-body,
  .home-age-list {
    height: auto;
  }

  .home-age-list {
    grid-template-columns: 1fr;
    padding: 7px 0 14px;
  }

  .home-age-item {
    min-height: 58px;
  }

  .home-age-number {
    font-size: 34px;
  }

  .home-age-unit {
    font-size: 18px;
  }

  .breadcrumbs {
    padding-bottom: 20px;
    font-size: 13px;
  }

  .breadcrumbs-separator {
    padding-right: 5px;
    padding-left: 5px;
  }

  .page-title {
    padding-bottom: 32px;
    font-size: 22px;
  }

  .product-catalog {
    gap: 34px;
    padding-bottom: 55px;
  }

  .service-catalog {
    grid-template-columns: minmax(0, 1fr);
    padding-bottom: 35px;
  }

  .service-catalog-promo {
    grid-column: 1;
    height: 260px;
  }

  .service-catalog-promo-text {
    font-size: 23px;
  }

  .product-detail {
    gap: 28px;
    padding-bottom: 38px;
  }

  .product-gallery {
    display: block;
  }

  .product-gallery-main {
    height: auto;
    aspect-ratio: 565/370;
  }

  .product-gallery-thumbs {
    width: calc(100% - 60px);
    height: 58px;
    margin: 12px auto 0;
  }

  .product-gallery-thumb {
    height: 58px;
  }

  .product-detail-button {
    width: 100%;
    max-width: 280px;
  }

  .related-services {
    padding-bottom: 45px;
  }

  .related-services-list {
    grid-template-columns: repeat(2, 190px);
  }

  .equipment {
    padding-top: 36px;
    padding-bottom: 42px;
    font-size: 15px;
  }

  .equipment-text {
    line-height: 1.65;
  }
}

@media (max-width: 560px) {
  .modal {
    padding: 30px 22px;
  }

  .modal-form {
    grid-template-columns: 1fr;
  }

  .modal-field:first-child,
  .modal-submit {
    grid-column: auto;
  }
}

@media (max-width: 479px) {
  .related-services-list {
    grid-template-columns: 190px;
  }
}
