/*!*****************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!../templates/home/home.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************/
@media (max-width: 992px) {
  .page-template-home .mobile-menu__panel {
    padding-top: 140px;
  }
}
/*!**************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!../components/cleaning/cleaning.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************/
.cleaning {
  padding: 60px 0;
}
@media (max-width: 630px) {
  .cleaning {
    padding: 45px 0;
  }
}
.cleaning__flex {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cleaning__flex {
    flex-wrap: wrap;
  }
}
.cleaning__left {
  width: 640px;
  margin-right: 20px;
}
@media (max-width: 992px) {
  .cleaning__left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.cleaning__title {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 36px;
  line-height: 150%;
  color: #1D3142;
}
@media (max-width: 992px) {
  .cleaning__title {
    font-size: 21px;
  }
}
.cleaning__list {
  display: flex;
  flex-wrap: wrap;
}
.cleaning__list-item {
  width: 45%;
  margin-bottom: 20px;
}
.cleaning__list-item-name {
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  color: #1D3142;
  margin-bottom: 10px;
}
.cleaning__list-item-text {
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  color: #535460;
}
.cleaning__list-item:first-child {
  margin-right: 20px;
}
.cleaning__list-item:last-child {
  width: 100%;
}
.cleaning__right {
  width: 625px;
  flex-shrink: 0;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .cleaning__right {
    width: 450px;
  }
}
@media (max-width: 992px) {
  .cleaning__right {
    width: 100%;
    margin-right: 0;
  }
}
.cleaning__right img {
  width: 100%;
  height: auto;
}
/*!********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!../components/say-goodbye/say-goodbye.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************************/
.say-goodbye {
  padding: 64px 0;
  background: linear-gradient(45deg, #f4f4f8 0%, #faf8f1 100%);
}
@media (max-width: 630px) {
  .say-goodbye {
    padding: 45px 0;
  }
}
.say-goodbye__inner {
  text-align: center;
}
.say-goodbye__title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.25;
  color: #1b2733;
  margin: 0 0 12px;
}
@media (max-width: 992px) {
  .say-goodbye__title {
    font-size: 21px;
  }
}
.say-goodbye__subtitle {
  font-size: 16px;
  font-weight: 700;
  color: #1b2733;
  margin: 0 0 16px;
}
.say-goodbye__description {
  font-size: 14px;
  line-height: 1.6;
  color: #5b6b7a;
  margin: 0 0 40px;
}
@media (max-width: 480px) {
  .say-goodbye__description br {
    display: none;
  }
}
.say-goodbye__grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 16px;
  gap: 16px;
}
@media (max-width: 1024px) {
  .say-goodbye__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 768px) {
  .say-goodbye__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
  }
}
@media (max-width: 480px) {
  .say-goodbye__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.say-goodbye__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 28px 12px;
  background: #ffffff;
  border-radius: 12px;
  -webkit-text-decoration: none;
  text-decoration: none;
  box-shadow: 0 4px 14px rgba(20, 30, 40, 0.05);
  transition: 0.3s;
}
.say-goodbye__item:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 22px rgba(20, 30, 40, 0.1);
  background-color: #3DB550;
}
.say-goodbye__item:hover .say-goodbye__icon-img {
  filter: brightness(0) invert(1);
}
.say-goodbye__item:hover .say-goodbye__label {
  color: #ffffff;
}
@media (max-width: 768px) {
  .say-goodbye__item {
    padding: 20px 8px;
  }
}
.say-goodbye__item--active {
  background: #3fa94c;
  box-shadow: 0 8px 20px rgba(63, 169, 76, 0.35);
}
.say-goodbye__item--active .say-goodbye__label {
  color: #ffffff;
}
.say-goodbye__item--active .say-goodbye__icon-img {
  filter: brightness(0) invert(1);
}
.say-goodbye__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
}
.say-goodbye__label {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #1b2733;
  transition: 0.3s;
}
/*!************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!../components/reviews/reviews.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************/
.reviews {
  padding: 60px 0;
}
@media (max-width: 630px) {
  .reviews {
    padding: 45px 0;
  }
}
.reviews__top {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .reviews__top {
    flex-direction: column;
  }
}
.reviews__intro {
  max-width: 850px;
}
.reviews__title {
  font-weight: 700;
  font-size: 36px;
  line-height: 150%;
  color: #1D3142;
  margin-bottom: 20px;
  max-width: 590px;
}
@media (max-width: 992px) {
  .reviews__title {
    font-size: 21px;
  }
}
.reviews__subtitle {
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  color: #535460;
  padding-left: 80px;
}
@media (max-width: 992px) {
  .reviews__subtitle {
    padding-left: 0;
  }
}
.reviews__card {
  flex-shrink: 0;
  width: 410px;
  padding: 30px;
  border-radius: 10px;
  background: #fff;
  background: linear-gradient(45deg, #f4f4f8 0%, #faf8f1 100%);
}
@media (max-width: 768px) {
  .reviews__card {
    width: 100%;
    padding: 20px;
  }
}
.reviews__card-head {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 15px;
}
.reviews__card-icon {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 10px;
}
.reviews__card-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.reviews__card-title {
  font-size: 18px;
  font-weight: 600;
  color: #1b2733;
  margin: 0 0 15px;
}
.reviews__card-subtitle {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
  font-size: 14px;
  color: #5b6b7a;
  margin-bottom: 3px;
}
.reviews__card-power {
  margin-bottom: 15px;
}
.reviews__card-btn {
  width: 180px;
  display: block;
  text-align: center;
  padding: 15px 40px 15px 16px;
  border-radius: 24px;
  background: #1a73e8;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: background 0.2s ease;
  position: relative;
}
.reviews__card-btn:before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiByeD0iMTIiIGZpbGw9IndoaXRlIi8+CjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMF8yMzEzXzI3MzcpIj4KPHBhdGggZD0iTTE4Ljk5OTggMTIuMTYwOEMxOC45OTk4IDExLjY4NDkgMTguOTYwNCAxMS4yMDY1IDE4Ljg3NjQgMTAuNzM4NEgxMi4xNDAxVjEzLjQzNEgxNS45OTc3QzE1LjgzNzYgMTQuMzAzMyAxNS4zMjMzIDE1LjA3MjQgMTQuNTcwMSAxNS41NjExVjE3LjMxMDFIMTYuODcxNUMxOC4yMjMgMTYuMDkxIDE4Ljk5OTggMTQuMjkwNSAxOC45OTk4IDEyLjE2MDhaIiBmaWxsPSIjNDI4NUY0Ii8+CjxwYXRoIGQ9Ik0xMi4xNDA4IDE5LjAwMDFDMTQuMDY2OSAxOS4wMDAxIDE1LjY5MTMgMTguMzgwMiAxNi44NzQ4IDE3LjMxMDJMMTQuNTczNCAxNS41NjEyQzEzLjkzMzEgMTUuOTg4MSAxMy4xMDY1IDE2LjIyOTkgMTIuMTQzNCAxNi4yMjk5QzEwLjI4MDMgMTYuMjI5OSA4LjcwMDUgMTQuOTk3OSA4LjEzMzY3IDEzLjM0MTRINS43NTg3OVYxNS4xNDQ1QzYuOTcxMTYgMTcuNTA4MiA5LjQ0MDUxIDE5LjAwMDEgMTIuMTQwOCAxOS4wMDAxWiIgZmlsbD0iIzM0QTg1MyIvPgo8cGF0aCBkPSJNOC4xMzA4MyAxMy4zNDEzQzcuODMxNjcgMTIuNDcyIDcuODMxNjcgMTEuNTMwNiA4LjEzMDgzIDEwLjY2MTJWOC44NTgxNUg1Ljc1ODU3QzQuNzQ1NjQgMTAuODM2MSA0Ljc0NTY0IDEzLjE2NjQgNS43NTg1NyAxNS4xNDQ0TDguMTMwODMgMTMuMzQxM1oiIGZpbGw9IiNGQkJDMDQiLz4KPHBhdGggZD0iTTEyLjE0MDggNy43Njk5QzEzLjE1OSA3Ljc1NDQ3IDE0LjE0MyA4LjEzIDE0Ljg4MDQgOC44MTkzMkwxNi45MTk0IDYuODIwNzlDMTUuNjI4MyA1LjYzMjQ4IDEzLjkxNDcgNC45NzkxNiAxMi4xNDA4IDQuOTk5NzRDOS40NDA1MSA0Ljk5OTc0IDYuOTcxMTYgNi40OTE1NiA1Ljc1ODc5IDguODU3OTFMOC4xMzEwNSAxMC42NjFDOC42OTUyNSA5LjAwMTk0IDEwLjI3NzYgNy43Njk5IDEyLjE0MDggNy43Njk5WiIgZmlsbD0iI0VBNDMzNSIvPgo8L2c+CjxkZWZzPgo8Y2xpcFBhdGggaWQ9ImNsaXAwXzIzMTNfMjczNyI+CjxyZWN0IHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgZmlsbD0id2hpdGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDUgNSkiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4K);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 25px;
  top: 10px;
}
.reviews__card-btn:hover {
  background: #1558b0;
}
.reviews__slider {
  position: relative;
}
@media (max-width: 768px) {
  .reviews__slider {
    padding: 0 20px;
  }
}
.reviews__swiper {
  overflow: inherit;
  padding-bottom: 8px;
}
.reviews__slide {
  height: auto;
}
.reviews__item {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 20px;
  background: #fff;
  border: 1px solid #D1D2DF;
  border-radius: 10px;
}
.reviews__item-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}
.reviews__item-avatar {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
}
.reviews__item-avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.reviews__item-name {
  font-size: 18px;
  font-weight: 700;
  color: #1b2733;
  margin-bottom: 5px;
}
.reviews__item-date {
  font-size: 14px;
  color: #8a97a3;
  margin: 0;
}
.reviews__stars {
  display: flex;
  gap: 2px;
  margin-bottom: 15px;
}
.reviews__star {
  fill: #e0e3e7;
}
.reviews__star--active {
  fill: #FFBF00;
}
.reviews__item-text {
  font-size: 14px;
  line-height: 1.6;
  color: #5b6b7a;
  margin: 0;
}
.reviews__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 24px;
}
.reviews__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border: 1px solid #e6e8eb;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease;
  position: absolute;
  z-index: 999;
}
.reviews__arrow svg {
  fill: none;
  stroke: #1b2733;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.reviews__arrow--prev {
  left: -15px;
  top: 50%;
  margin-top: -30px;
}
.reviews__arrow--next {
  right: -15px;
  top: 50%;
  margin-top: -30px;
}
.reviews__arrow:hover {
  background: #f3f4f6;
}
.reviews__arrow.swiper-button-disabled {
  opacity: 0.35;
  cursor: default;
  pointer-events: none;
}
.reviews__pagination {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
}

.reviews__bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #D1D2DF;
  background: #fff;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}
.reviews__bullet--active {
  background: #3DB550;
  transform: scale(1.2);
  border: 1px solid #3DB550;
}
/*!******************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!../components/meet/meet.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************/
.meet {
  padding: 64px 0;
}
@media (max-width: 630px) {
  .meet {
    padding: 45px 0;
  }
}
.meet__flex {
  display: flex;
}
@media (max-width: 992px) {
  .meet__flex {
    flex-wrap: wrap;
  }
}
.meet__left {
  width: calc(100% - 440px);
  margin-right: 30px;
}
@media (max-width: 1250px) {
  .meet__left {
    width: calc(100% - 330px);
  }
}
@media (max-width: 992px) {
  .meet__left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.meet__right {
  width: 410px;
}
@media (max-width: 1250px) {
  .meet__right {
    width: 300px;
  }
}
@media (max-width: 992px) {
  .meet__right {
    display: none;
  }
}
.meet__intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  grid-column: 1;
  grid-row: 1;
}
.meet__title {
  max-width: 566px;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
  color: #1b2733;
  margin-bottom: 29px;
}
@media (max-width: 992px) {
  .meet__title {
    font-size: 21px;
  }
}
.meet__subtitle {
  max-width: 740px;
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  color: #535460;
  white-space: pre-line;
  padding-left: 80px;
  margin-bottom: 108px;
}
@media (max-width: 1390px) {
  .meet__subtitle {
    margin-bottom: 55px;
  }
}
@media (max-width: 1250px) {
  .meet__subtitle {
    margin-bottom: 67px;
  }
}
@media (max-width: 992px) {
  .meet__subtitle {
    margin-bottom: 20px;
    padding-left: 0;
  }
}
.meet__media {
  display: flex;
}
@media (max-width: 992px) {
  .meet__media {
    flex-wrap: wrap;
  }
}
.meet__media-text {
  font-weight: 600;
  font-size: 24px;
  line-height: 150%;
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
}
@media (max-width: 1250px) {
  .meet__media-text {
    font-size: 18px;
  }
}
.meet__media-link {
  border-radius: 48px;
  padding: 12px 50px;
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  text-align: center;
  color: #1D3142;
  transition: 0.3s;
  background-color: #fff;
}
.meet__media-link:hover {
  background-color: #fff;
  color: #2B7D3A;
}
.meet__media-wrap {
  display: flex;
  justify-content: center;
}
.meet__media-left {
  margin-right: 30px;
  flex-shrink: 0;
}
@media (max-width: 992px) {
  .meet__media-left {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-right: 0;
  }
}
.meet__media-right {
  max-width: 629px;
  padding: 52px 30px;
  background-color: #3DB550;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .meet__media-right {
    max-width: 100%;
  }
}
.meet__media-item {
  width: 100%;
}
.meet__media-item:first-child {
  margin-bottom: 30px;
}
.meet__media-item img {
  width: 100%;
  height: auto;
}
@media (max-width: 992px) {
  .meet__media-item:first-child {
    margin-right: 20px;
  }
}
.meet__right-item {
  margin-bottom: 30px;
}
.meet__right-item img {
  border-radius: 10px;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}
.meet__right-min {
  display: flex;
}
.meet__right-min img {
  border-radius: 10px;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}
.meet__right-min:first-child {
  margin-right: 30px;
}
/*!****************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!../components/slider-services/slider-services.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************************/
.slider-services {
  padding: 64px 0;
}
@media (max-width: 630px) {
  .slider-services {
    padding: 45px 0;
  }
}
.slider-services__intro {
  margin-bottom: 50px;
}
.slider-services__title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
  color: #1b2733;
  margin: 0 0 20px;
}
@media (max-width: 992px) {
  .slider-services__title {
    font-size: 21px;
  }
}
.slider-services__subtitle {
  font-size: 14px;
  line-height: 1.7;
  color: #5b6b7a;
}
.slider-services__subtitle b {
  font-weight: 700;
  color: #1D3142;
  margin: 0 0 10px;
}
.slider-services__subtitle p {
  color: #535460;
  margin: 0 0 10px;
}
.slider-services__subtitle p:last-child {
  margin-bottom: 0;
}
.slider-services__slider {
  position: relative;
  margin-bottom: 50px;
}
.slider-services__swiper {
  overflow: inherit;
}
.slider-services__slide {
  height: auto;
  border-radius: 10px;
  overflow: hidden;
}
.slider-services__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.slider-services__slide-media {
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 340/260;
}
.slider-services__slide-img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.slider-services__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border: none;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 6px 16px rgba(20, 30, 40, 0.15);
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}
.slider-services__arrow svg {
  fill: none;
  stroke: #1b2733;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.slider-services__arrow:hover {
  background: #f3f4f6;
}
.slider-services__arrow.swiper-button-disabled {
  opacity: 0.35;
  cursor: default;
  pointer-events: none;
}
.slider-services__arrow--prev {
  left: -20px;
}
@media (max-width: 1024px) {
  .slider-services__arrow--prev {
    left: 8px;
  }
}
.slider-services__arrow--next {
  right: -20px;
}
@media (max-width: 1024px) {
  .slider-services__arrow--next {
    right: 8px;
  }
}
.slider-services__why {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .slider-services__why {
    flex-wrap: wrap;
  }
}
.slider-services__why-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  color: #1D3142;
  max-width: 300px;
  margin: 0 30px 0 0;
  flex-shrink: 0;
}
@media (max-width: 992px) {
  .slider-services__why-title {
    max-width: 100%;
    margin-bottom: 24px;
  }
}
.slider-services__why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 24px;
  gap: 24px;
}
@media (max-width: 900px) {
  .slider-services__why-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.slider-services__why-item {
  grid-column: span 1;
}
.slider-services__why-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin-bottom: 16px;
  color: #3fa94c;
}
.slider-services__why-item-title {
  font-size: 16px;
  font-weight: 700;
  color: #1b2733;
  margin: 0 0 10px;
}
.slider-services__why-item-text {
  font-size: 14px;
  line-height: 1.6;
  color: #535460;
  margin: 0;
}
.slider-services__story-title {
  font-size: 36px;
  color: #1D3142;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .slider-services__story-title {
    font-size: 21px;
  }
}
.slider-services__story-text {
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  color: #1D3142;
  margin-bottom: 20px;
}
.slider-services__story-flex {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .slider-services__story-flex {
    flex-wrap: wrap;
  }
}
.slider-services__story-left {
  margin-right: 30px;
  font-size: 14px;
  line-height: 1.7;
  color: #535460;
}
.slider-services__story-left:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .slider-services__story-left {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.slider-services__story-left p {
  font-size: 14px;
  line-height: 1.7;
  color: #535460;
  margin: 0 0 10px;
}
.slider-services__story-left p:last-child {
  margin-bottom: 0;
}
.slider-services__story-right {
  font-size: 14px;
  line-height: 1.7;
  color: #535460;
  margin: 0 0 10px;
}
.slider-services__story-right:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .slider-services__story-right {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.slider-services__story-right p {
  font-size: 14px;
  line-height: 1.7;
  color: #535460;
  margin: 0 0 10px;
}
.slider-services__story-right p:last-child {
  margin-bottom: 0;
}
/*!**********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!../components/lifestyle-cleaning/lifestyle-cleaning.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************/
.lifestyle-cleaning {
  padding: 64px 0;
  background: linear-gradient(135deg, #fdf6ec 0%, #f7f6f3 100%);
}
@media (max-width: 630px) {
  .lifestyle-cleaning {
    padding: 45px 0;
  }
}
.lifestyle-cleaning__intro {
  margin-bottom: 20px;
}
.lifestyle-cleaning__title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
  color: #1D3142;
  margin: 0 0 20px;
}
@media (max-width: 992px) {
  .lifestyle-cleaning__title {
    font-size: 21px;
  }
}
.lifestyle-cleaning__subtitle {
  font-size: 16px;
  font-weight: 700;
  color: #1D3142;
  margin-bottom: 20px;
  padding-left: 80px;
}
@media (max-width: 992px) {
  .lifestyle-cleaning__subtitle {
    padding-left: 0;
  }
}
.lifestyle-cleaning__text-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 32px;
  gap: 32px;
  margin-bottom: 50px;
  padding-left: 80px;
}
@media (max-width: 992px) {
  .lifestyle-cleaning__text-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    padding-left: 0;
  }
}
.lifestyle-cleaning__text-col {
  font-size: 16px;
  line-height: 1.7;
  color: #5b6b7a;
}
.lifestyle-cleaning__text-col p {
  margin: 0 0 16px;
}
.lifestyle-cleaning__text-col p:last-child {
  margin-bottom: 0;
}
.lifestyle-cleaning__gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 24px;
  gap: 24px;
}
@media (max-width: 630px) {
  .lifestyle-cleaning__gallery {
    grid-template-columns: 1fr;
  }
}
.lifestyle-cleaning__gallery-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.lifestyle-cleaning__gallery-media {
  width: 100%;
  height: auto;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 12px;
}
.lifestyle-cleaning__gallery-media img {
  height: auto;
}
.lifestyle-cleaning__gallery-img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.lifestyle-cleaning__gallery-label {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #1D3142;
  margin: 0;
}
/*!************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!../components/commercial-cleaning/commercial-cleaning.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************************************/
.commercial-cleaning {
  padding: 64px 0;
}
@media (max-width: 630px) {
  .commercial-cleaning {
    padding: 45px 0;
  }
}
.commercial-cleaning__top {
  display: flex;
  align-items: stretch;
  gap: 32px;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .commercial-cleaning__top {
    flex-wrap: wrap;
  }
}
.commercial-cleaning__intro {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.commercial-cleaning__title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
  color: #1D3142;
  margin: 0 0 16px;
}
@media (max-width: 768px) {
  .commercial-cleaning__title {
    font-size: 22px;
  }
}
.commercial-cleaning__text {
  padding-left: 80px;
}
.commercial-cleaning__text p {
  font-size: 14px;
  line-height: 1.5;
  margin: 0 0 20px;
  color: #535460;
}
.commercial-cleaning__text p:last-child {
  margin-bottom: 0;
}
@media (max-width: 1250px) {
  .commercial-cleaning__text {
    padding-left: 0;
  }
}
.commercial-cleaning__card {
  flex-shrink: 0;
  width: 518px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
  padding: 30px;
  background: #3DB550;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .commercial-cleaning__card {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .commercial-cleaning__card {
    padding: 20px;
  }
}
.commercial-cleaning__card-text {
  font-size: 20px;
  text-align: center;
  line-height: 1.5;
  color: #ffffff;
  margin-bottom: 20px;
}
.commercial-cleaning__card-buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.commercial-cleaning__card-btn {
  display: block;
  text-align: center;
  padding: 12px 20px;
  border-radius: 30px;
  border: 1.5px solid #ffffff;
  background: transparent;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease;
}
.commercial-cleaning__card-btn:hover {
  background: rgba(255, 255, 255, 0.15);
}
.commercial-cleaning__card-btn--filled {
  background: #ffffff;
  color: #3fa94c;
}
.commercial-cleaning__card-btn--filled:hover {
  background: rgba(255, 255, 255, 0.9);
}
.commercial-cleaning__gallery {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .commercial-cleaning__gallery {
    display: none;
  }
}
.commercial-cleaning__gallery-item {
  border-radius: 12px;
  overflow: hidden;
  margin-right: 30px;
}
.commercial-cleaning__gallery-item:last-child {
  margin-right: 0;
}
.commercial-cleaning__gallery-item img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
/*!********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!../components/focus/focus.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************/
.focus {
  padding: 60px 0;
  background: linear-gradient(4deg, #f7f6f3 0%, #fdf6ec 100%);
}
@media (max-width: 630px) {
  .focus {
    padding: 45px 0;
  }
}
.focus__flex {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .focus__flex {
    flex-wrap: wrap;
  }
}
.focus__left {
  margin-right: 20px;
  width: 650px;
}
@media (max-width: 992px) {
  .focus__left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.focus__title {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 36px;
  line-height: 150%;
  color: #1D3142;
}
@media (max-width: 992px) {
  .focus__title {
    font-size: 21px;
  }
}
.focus__text {
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  color: #535460;
  padding-left: 80px;
}
.focus__text p {
  display: inline-block;
  margin-bottom: 20px;
  color: #535460;
}
@media (max-width: 1250px) {
  .focus__text {
    padding-left: 0;
  }
}
.focus__right {
  width: 625px;
  flex-shrink: 0;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .focus__right {
    width: 450px;
  }
}
@media (max-width: 992px) {
  .focus__right {
    width: 100%;
    margin-right: 0;
    border-radius: 10px;
    overflow: hidden;
  }
}
.focus__right img {
  width: 100%;
  height: auto;
}
.focus__bottom-flex {
  display: flex;
  margin-top: 80px;
}
@media (max-width: 1250px) {
  .focus__bottom-flex {
    margin-top: 40px;
  }
}
@media (max-width: 992px) {
  .focus__bottom-flex {
    flex-wrap: wrap;
  }
}
.focus__list {
  width: 710px;
  margin-right: 30px;
  flex-shrink: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px 30px;
  gap: 30px 30px;
}
@media (max-width: 1250px) {
  .focus__list {
    width: 550px;
  }
}
@media (max-width: 992px) {
  .focus__list {
    width: 100%;
    margin-right: 0;
    gap: 25px 20px;
    margin-bottom: 40px;
  }
}
@media (max-width: 630px) {
  .focus__list {
    display: block;
  }
}
.focus__item {
  display: flex;
  align-items: center;
}
.focus__item-text {
  font-size: 14px;
  color: #535460;
  line-height: 1.6;
}
@media (max-width: 630px) {
  .focus__item {
    margin-bottom: 20px;
  }
}
.focus__item-icon {
  width: 32px;
  height: 32px;
  margin-right: 20px;
}
.focus__sign {
  font-size: 20px;
  color: #1D3142;
  margin-bottom: 20px;
}
.focus__next {
  font-size: 14px;
  color: #535460;
  margin-bottom: 20px;
  line-height: 150%;
}
.focus__bold {
  font-size: 18px;
  color: #1D3142;
  margin-bottom: 20px;
}
.focus__btn {
  display: inline-block;
  border-radius: 48px;
  padding: 15px 59px;
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  text-align: center;
  color: #FFFFFF;
  cursor: pointer;
  transition: 0.3s;
  border: none;
  background-color: #3DB550;
}
.focus__btn:hover {
  background-color: #2B7D3A;
}
/*!************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!../components/why-choose-us/why-choose-us.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************************/
.why-choose-us {
  padding: 64px 0;
}
@media (max-width: 630px) {
  .why-choose-us {
    padding: 45px 0;
  }
}
.why-choose-us__top {
  display: flex;
  gap: 48px;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .why-choose-us__top {
    flex-direction: column;
    gap: 24px;
  }
}
.why-choose-us__intro {
  flex-shrink: 0;
  width: 410px;
}
@media (max-width: 992px) {
  .why-choose-us__intro {
    width: 100%;
  }
}
.why-choose-us__title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
  color: #1D3142;
  margin: 0 0 50px;
}
@media (max-width: 992px) {
  .why-choose-us__title {
    font-size: 21px;
    margin-bottom: 20px;
  }
}
.why-choose-us__benefits-label {
  font-size: 20px;
  font-weight: 700;
  color: #1D3142;
  margin: 0;
}
@media (max-width: 992px) {
  .why-choose-us__benefits-label {
    font-size: 18px;
  }
}
.why-choose-us__content {
  flex: 1;
  min-width: 0;
}
.why-choose-us__text {
  font-size: 14px;
  line-height: 1.7;
  color: #535460;
  margin: 0 0 50px;
}
.why-choose-us__benefits {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px 30px;
  gap: 20px 30px;
}
@media (max-width: 630px) {
  .why-choose-us__benefits {
    grid-template-columns: 1fr;
  }
}
.why-choose-us__benefit {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.why-choose-us__benefit-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-top: 2px;
  color: #3fa94c;
}
.why-choose-us__benefit-text {
  font-size: 14px;
  line-height: 1.6;
  color: #535460;
  margin: 0;
}
.why-choose-us__bottom {
  display: flex;
  align-items: center;
  gap: 32px;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .why-choose-us__bottom {
    gap: inherit;
  }
}
@media (max-width: 767px) {
  .why-choose-us__bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}
.why-choose-us__bottom-media {
  flex-shrink: 0;
  width: 520px;
  border-radius: 10px;
  overflow: hidden;
  margin-right: 20px;
}
.why-choose-us__bottom-media img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .why-choose-us__bottom-media {
    width: 350px;
  }
}
@media (max-width: 767px) {
  .why-choose-us__bottom-media {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.why-choose-us__bottom-text {
  max-width: 630px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  color: #1D3142;
}
@media (max-width: 992px) {
  .why-choose-us__bottom-text {
    font-size: 18px;
  }
}
/*!****************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!../components/faq/faq.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************/
.faq {
  padding: 60px 0;
  background: #f7f6f3;
}
@media (max-width: 630px) {
  .faq {
    padding: 45px 0;
  }
}
.faq__grid {
  display: flex;
  gap: 48px;
}
@media (max-width: 992px) {
  .faq__grid {
    flex-direction: column;
    gap: 32px;
  }
}
.faq__intro {
  flex-shrink: 0;
  width: 630px;
  margin-right: 30px;
}
@media (max-width: 1350px) {
  .faq__intro {
    width: 350px;
  }
}
@media (max-width: 992px) {
  .faq__intro {
    width: 100%;
  }
}
.faq__title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
  color: #1D3142;
  margin: 0 0 20px;
}
@media (max-width: 992px) {
  .faq__title {
    font-size: 21px;
  }
}
.faq__text {
  font-size: 14px;
  line-height: 1.7;
  color: #535460;
  margin: 0 0 20px;
}
.faq__phone {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 50px;
  background: #3DB550;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  border-radius: 30px;
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.2s ease;
}
.faq__phone:hover {
  background: #359142;
  transform: translateY(-2px);
}
.faq__accordion {
  flex: 1;
  min-width: 0;
}
.faq__item {
  border-bottom: 1px solid #e6e2da;
}
.faq__item:first-child {
  border-top: 1px solid #e6e2da;
}
.faq__item--active {
  background: #ffffff;
  border-radius: 12px;
  border-bottom-color: transparent;
  box-shadow: 0 8px 24px rgba(20, 30, 40, 0.06);
}
.faq__item--active + .faq__item {
  border-top: none;
}
.faq__question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  padding: 20px 24px;
  background: none;
  border: none;
  text-align: left;
  cursor: pointer;
}
.faq__question-text {
  font-size: 18px;
  font-weight: 700;
  color: #1D3142;
}
.faq__question-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #5b6b7a;
  transition: transform 0.25s ease;
}
.faq__item--active .faq__question-icon {
  transform: rotate(180deg);
}
.faq__answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.faq__answer-inner {
  padding: 0 24px 20px;
  font-size: 14px;
  line-height: 1.7;
  color: #535460;
}
/*!****************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!../components/car/car.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************/
.car {
  padding: 100px 0;
}
@media (max-width: 992px) {
  .car {
    padding: 60px 0;
  }
}
@media (max-width: 630px) {
  .car {
    padding: 45px 0;
  }
}
.car__flex {
  display: flex;
  align-items: initial;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .car__flex {
    flex-wrap: wrap;
  }
}
.car__image {
  margin-right: 30px;
  border-radius: 10px;
  overflow: hidden;
}
.car__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1250px) {
  .car__image {
    width: 450px;
  }
}
@media (max-width: 992px) {
  .car__image {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .car__image img {
    height: auto;
  }
}
.car__form {
  background: #fff;
  border-radius: 10px;
  width: 440px;
  padding: 30px 20px;
  padding-top: 0;
}
@media (max-width: 992px) {
  .car__form {
    width: 100%;
  }
}
.car__form-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
  color: #1D3142;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .car__form-title {
    font-size: 21px;
  }
}
.car__form-input {
  display: block;
  width: 100%;
  margin-bottom: 30px;
  border: 1px solid transparent;
  padding: 12.5px 0;
  border-bottom: 1px solid #808184;
  outline: none;
  color: #808184;
}
@media (max-width: 767px) {
  .car__form-input {
    margin-bottom: 15px;
  }
  .car__form-input:nth-child(3) {
    margin-bottom: 30px;
  }
}
.car__form-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .car__form-flex {
    flex-wrap: wrap;
  }
}
.car__form-submit {
  border-radius: 48px;
  padding: 15px 20px;
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  text-align: center;
  color: #FFFFFF;
  cursor: pointer;
  transition: 0.3s;
  border: none;
  background-color: #3DB550;
}
.car__form-submit:hover {
  background-color: #2B7D3A;
}
@media (max-width: 767px) {
  .car__form-submit {
    width: 100%;
    margin-bottom: 20px;
  }
}
.car__form-phone a {
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  text-align: right;
  color: #3DB550;
  transition: 0.3s;
}
.car__form-phone a:hover {
  color: #1D3142;
}
@media (max-width: 992px) {
  .car__form-phone a {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .car__form-phone {
    width: 100%;
    text-align: center;
  }
}
/*!**********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!../components/our-services/our-services.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************************/
.our-services {
  padding: 64px 0;
}
@media (max-width: 630px) {
  .our-services {
    padding: 45px 0;
  }
}
.our-services__grid {
  display: flex;
  gap: 48px;
}
@media (max-width: 992px) {
  .our-services__grid {
    flex-direction: column;
    gap: 24px;
  }
}
.our-services__title {
  flex-shrink: 0;
  width: 300px;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
  color: #1D3142;
  margin-right: 30px;
}
@media (max-width: 992px) {
  .our-services__title {
    width: 100%;
    font-size: 21px;
  }
}
.our-services__list-wrap {
  flex: 1;
  min-width: 0;
  max-height: 220px;
  overflow-y: auto;
  padding-right: 20px;
  scrollbar-width: thin;
  scrollbar-color: #3fa94c #eceae5;
}
.our-services__list-wrap::-webkit-scrollbar {
  width: 4px;
}
.our-services__list-wrap::-webkit-scrollbar-track {
  background: #eceae5;
  border-radius: 4px;
}
.our-services__list-wrap::-webkit-scrollbar-thumb {
  background: #3fa94c;
  border-radius: 4px;
}
.our-services__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-flow: column;
  grid-template-rows: repeat(8, auto);
  grid-gap: 12px 24px;
  gap: 12px 24px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 992px) {
  .our-services__list {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(10, auto);
  }
}
@media (max-width: 630px) {
  .our-services__list {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-flow: row;
    grid-template-rows: none;
  }
}
.our-services__item {
  font-size: 14px;
  line-height: 1.6;
}
.our-services__item a {
  color: #535460;
  transition: 0.3s;
}
.our-services__item a:hover {
  color: #3fa94c;
}
