/*!
Theme Name: psd
Theme URI: http://underscores.me/
Author: Ilya Beskaravainyi
Author URI: http://underscores.me/
Description: Custom theme 2024
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: psd
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

psd is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

:root {
  --content-width: 1820px;
  --content-fluid-width: 1700px;
  --container-offset: 15px;
  --container-width: calc(var(--content-width) + (var(--container-offset) * 2));
  --container-fluid-width: calc(
    var(--content-fluid-width) + (var(--container-offset) * 2)
  );
  --outline: #e3ebf2;
  --black: #333;
  --background: #f3f7fd;
  --success: #42ac49;
  --error: #e02828;
  --yellow: #ffc529;
  --disabled: #c5cfdc;
  --tetriary: #abc4e4;
  --primary: #2f80ed;
  --gray: #8b8b8b;
  --secondary: #2169c9;
  --secondary-color-black: #2b3e73;
  --secondary-text-color-black: #a9aaad;
}

/* stylelint-disable */

/* stylelint-disable */

/* stylelint-disable */

.custom-checkbox__field:checked + .custom-checkbox__content::after {
  opacity: 1;
}

.custom-checkbox__field:focus + .custom-checkbox__content::before {
  outline: 2px solid #f00;
  outline-offset: 2px;
}

.custom-checkbox__field:disabled + .custom-checkbox__content {
  opacity: 0.4;
  pointer-events: none;
}

/* stylelint-disable */

@font-face {
  font-family: SFUIText;
  font-display: swap;
  src: url("assets/fonts/SFUIText-Light.woff2") format("woff2"),
    url("assets/fonts/SFUIText-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: SFUIText;
  font-display: swap;
  src: url("assets/fonts/SFUIText-Bold.woff2") format("woff2"),
    url("assets/fonts/SFUIText-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: SFUIText;
  font-display: swap;
  src: url("assets/fonts/SFUIText-Regular.woff2") format("woff2"),
    url("assets/fonts/SFUIText-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: SFUIText;
  font-display: swap;
  src: url("assets/fonts/SFUIText-Medium.woff2") format("woff2"),
    url("assets/fonts/SFUIText-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: SFUIText;
  font-display: swap;
  src: url("assets/fonts/SFUIText-Semibold.woff2") format("woff2"),
    url("assets/fonts/SFUIText-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
  padding: 0;
}

input[type="range"] {
  -webkit-appearance: none;
  /* Скрывает слайдер, чтобы можно было создать свой */
  width: 100%;
  /* Указание параметра ширины требуется для Firefox. */
}

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
}

input[type="range"]:focus {
  outline: none;
  /* Убирает голубую границу у элемента. Хотя, возможно, и стоит создавать некоторое оформления для состояния фокуса в целях обеспечения доступности. */
}

input[type="range"]::-ms-track {
  width: 100%;
  cursor: pointer;
  background: transparent;
  /* Скрывает слайдер, чтобы можно было добавить собственные стили. */
  border-color: transparent;
  color: transparent;
}

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

button,
input,
select,
textarea {
  font: inherit;
  outline: 0;
  border: none;
  background-color: transparent;
  padding: 0;
  color: inherit;
}

ul[class] {
  list-style: none;
}

ul,
ol {
  list-style: none;
}

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

a {
  display: block;
  list-style: none;
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

a:hover {
  opacity: 1;
  text-decoration: none;
}

button {
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  cursor: pointer;
}

button:hover {
  opacity: 1;
}

input,
button,
textarea,
select {
  font: inherit;
  outline: none;
  border: none;
  background-color: transparent;
}

.btn-check:focus + .btn,
.btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

a {
  text-decoration: none;
}

.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.modal-footer button:active:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-close:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

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

html,
body {
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  color: #000;
  font-family: "SFUIText";
  font-weight: 400;
  font-size: 16px;
  line-height: normal;
}

html {
  scroll-behavior: smooth;
}

body.hidden {
  overflow: hidden;
}

body.modal-open {
  overflow: hidden;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

table {
  border-spacing: 0;
  width: 100%;
}

section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.sect.pb-0 {
  padding-bottom: 0;
}

.sect.pt-0 {
  padding-top: 0;
}

.servicesForm .formInput {
  background-color: #fbfbfb;
}

.formInput {
  height: 50px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
  padding-left: 20px;
  font-size: 16px;
}

.formInput::-webkit-input-placeholder {
  color: #b0b0b0;
  font-size: 16px;
}

.formInput::-moz-placeholder {
  color: #b0b0b0;
  font-size: 16px;
}

.formInput:-ms-input-placeholder {
  color: #b0b0b0;
  font-size: 16px;
}

.formInput::-ms-input-placeholder {
  color: #b0b0b0;
  font-size: 16px;
}

.formInput::placeholder {
  color: #b0b0b0;
  font-size: 16px;
}

.inputW {
  margin-bottom: 15px;
}

.inputName {
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 500;
}

.fw-medium {
  font-weight: 500;
}

.fw-semibold {
  font-weight: 600;
}

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

.sectHead {
  margin-bottom: 45px;
}

.sectHead--between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 10px;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}

.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: 100%;
  position: relative;
  background-color: #fff;
}

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

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

.container {
  padding: 0 var(--container-offset);
}

.container {
  padding: 0 15px;
}

.container-fluid {
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "SFUIText";
  color: #000;
  font-weight: 500;
}

.h1,
.h2,
.h3 {
  font-family: "SFUIText";
  color: #000;
  font-weight: 700;
  line-height: normal;
}

h1 {
  font-size: 65px;
  line-height: 50px;
  color: #1e1e1e;
}

.h1 {
  font-size: 48px;
  line-height: 54px;
  color: #1e1e1e;
}

h2 {
  font-size: 32px;
}

.h2 {
  font-size: 32px;
}

.h3 {
  font-size: 24px;
}

h3 {
  font-size: 24px;
}

.underline {
  text-decoration: underline;
}

.bg--light-gray {
  background-color: #f1f1f1;
}

.bg--gray {
  background-color: #e7e7e7;
}

@-webkit-keyframes shows {
  from {
    opacity: 0;
    -webkit-transform: translateX(-120px);
    transform: translateX(-120px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes shows {
  from {
    opacity: 0;
    -webkit-transform: translateX(-120px);
    transform: translateX(-120px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes showsOverlay {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes showsOverlay {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes hideOverlay {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes hideOverlay {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.content {
  color: rgba(0, 0, 0, 0.8);
}

.content > p {
  margin-bottom: 15px;
  font-size: 17px;
  line-height: 25px;
}

.content > p a {
  display: inline;
  border-bottom: 1ps solid #000;
}

.content > ul {
  margin-top: 15px;
  margin-bottom: 15px;
  list-style-type: disc;
  padding-left: 20px;
}

.content > a {
  display: inline;
  border-bottom: 1ps solid #000;
}

.sectTitle {
  font-size: 34px;
  line-height: 42px;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.sectTitle span {
  font-size: 18px;
  line-height: 192%;
  font-weight: 600;
  display: block;
  line-height: normal;
}

.pageHead {
  padding-top: 35px;
  padding-bottom: 35px;
}

.pageTitle {
  margin-top: 30px;
}

.navArrow {
  background-color: #42ac49;
  width: 36px;
  height: 36px;
  border-radius: 4px;
  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;
}

.navArrow:hover {
  opacity: 0.9;
}

.navArrowW {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 25px;
  -moz-column-gap: 25px;
  column-gap: 25px;
}

.navArrow.swiper-button-disabled {
  pointer-events: none;
  opacity: 0.5;
  background: rgba(0, 0, 0, 0.19);
}

.navArrow.swiper-button-lock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.navArrow svg {
  stroke: #fff;
  fill: #fff;
  width: 18px;
  height: 15px;
  stroke-width: 1px;
}

.youtubeSect .navArrow {
  background-color: #7fc483;
}

@media (max-width: 991px) {
  .youtubeSect {
    margin-top: -20px;
  }
}

.agreement {
  margin-top: 25px;
}

.agreementText {
  font-size: 14px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.5);
}

.link {
  border-bottom: 1px solid #000;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.link--green {
  border-bottom: 1px solid #42ac49;
  color: #42ac49;
}

.contentGrid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [12];
  grid-template-columns: repeat(12, 1fr);
  -webkit-column-gap: 60px;
  -moz-column-gap: 60px;
  column-gap: 60px;
}

.contentGrid .content {
  -ms-grid-column-span: 6;
  grid-column: 6 span;
}

.swiper-pagination {
  position: unset;
  margin-top: 30px;
}

.swiper-pagination-bullet {
  background: #42ac49;
}

.youtubeIcon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  top: 12px;
  left: 8px;
}

.youtubeSect .swiper-pagination-bullet {
  /* background-color: #FF0000; */
}

.button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: background-color 0.2s linear, color 0.2s linear,
    opacity 0.2s linear;
  -o-transition: background-color 0.2s linear, color 0.2s linear,
    opacity 0.2s linear;
  transition: background-color 0.2s linear, color 0.2s linear,
    opacity 0.2s linear;
  height: 65px;
  border-radius: 5px;
  padding-left: 32px;
  padding-right: 32px;
  font-weight: 600;
}

.button--green {
  background-color: var(--success);
  color: #fff;
}

.button--green:hover {
  opacity: 0.9;
}

.button--transparent {
  border: 1px solid #42ac49;
  font-weight: 400;
}

.button--transparent:hover {
  background-color: #42ac49;
  color: #fff;
}

.button--lg {
  height: 55px;
}

.button.w--100 {
  width: 100%;
}

.button--gap {
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
}

.button--extra-lg {
  height: 69px;
}

.button--blue {
  background-color: #078dd4;
}

.headerBtn {
  height: 56px;
}

.introBtn {
  padding-left: 46px;
  padding-right: 46px;
  margin-top: 30px;
}

.archiveBtn {
  font-size: 15px;
  margin-top: 45px;
  margin-left: auto;
  margin-right: auto;
}

.projectsCardBtn {
  padding-left: 31px;
  padding-right: 31px;
  font-size: 15px;
  margin-top: 33px;
}

.servicesFormBtn {
  height: 50px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 15px;
  font-weight: 500;
  border-radius: 2px;
}

.contactsFormBtn {
  font-size: 18px;
  cursor: pointer;
}

.banerBtn {
  min-width: 270px;
}

.baner .sectTitle {
  font-weight: 500;
}

.shopFilterBtn {
  margin-top: 20px;
  font-size: 15px;
  font-weight: 400;
}

.shopFilterBtnW {
  padding-top: 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.finishedSlideContentBtn {
  font-size: 15px;
  height: 50px;
  padding-left: 50px;
  padding-right: 50px;
  font-weight: 400;
}

.shopFilterBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 5px;
  -moz-column-gap: 5px;
  column-gap: 5px;
  border: 1px solid #42ac49;
  height: 45px;
  display: none;
}

.filterBtnClose {
  display: none;
}

/* Hamburger Menu */

.hamburger {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 25px;
  height: 14px;
  min-width: 25px;
  margin-right: 0;
  cursor: pointer;
  position: relative;
  display: none;
}

.hamburger div {
  -ms-flex-item-align: start;
  align-self: flex-start;
  height: 2px;
  width: 100%;
  background: #222;
  border-radius: 10px;
}

.hamburger .meat {
  width: 100%;
}

.top-bun.active,
.meat.active,
.bottom-bun.active {
  opacity: 0;
}

.modal {
  display: none;
  width: 700px;
  padding: 50px;
}

.modalDescr {
  margin-top: 15px;
  max-width: 380px;
  margin-bottom: 15px;
}

.modal .f-button {
  right: 6px;
  top: 6px;
}

.modal .agreement {
  margin-top: 15px;
  line-height: normal;
}

.fancybox__backdrop {
  background: rgba(30, 30, 30, 0.62);
}

.fancybox__content {
  color: #1e1e1e;
  border-radius: 10px;
}

.tabs__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
  padding: 4px;
  background-color: var(--background);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 15px;
}

.tabs__nav-btn {
  height: 40px;
  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;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  border-radius: 14px;
  padding-left: 16px;
  padding-right: 16px;
}

.tabs__nav-btn--active {
  background-color: var(--primary);
  color: #fff;
}

.tabs__panel {
  display: none;
}

.tabs__panel--active {
  display: block;
}

.aioseo-breadcrumbs {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 12px;
  -moz-column-gap: 12px;
  column-gap: 12px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.aioseo-breadcrumbs a {
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
  color: #000;
}

.aioseo-breadcrumbs a:hover {
  color: #000;
}

.header {
  background-color: #f1f1f1;
  padding-bottom: 25px;
  z-index: 110;
}

.header--main {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: transparent;
}

.headerW {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  -webkit-column-gap: 35px;
  -moz-column-gap: 35px;
  column-gap: 35px;
}

.headerLogo img {
  width: 137px;
}

.headerT {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  margin-bottom: 20px;
}

.headerT .phone {
  font-size: 19px;
  font-weight: 700;
  position: relative;
}

.headerT .phone:before,
.headerT .phone:after {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  width: 0;
}

.headerT .phone:before {
  -webkit-transition: width 0s ease, background 0.4s ease;
  -o-transition: width 0s ease, background 0.4s ease;
  transition: width 0s ease, background 0.4s ease;
  left: 0;
  right: 0;
  bottom: -2px;
}

.headerT .phone:after {
  right: 2.2%;
  bottom: -2px;
  background: #000;
  -webkit-transition: width 0.4s ease;
  -o-transition: width 0.4s ease;
  transition: width 0.4s ease;
}

.headerT .phone:hover:before {
  width: 97.8%;
  background: #000;
  -webkit-transition: width 0.4s ease;
  -o-transition: width 0.4s ease;
  transition: width 0.4s ease;
}

.headerT .phone:hover:after {
  width: 97.8%;
  background: 0 0;
  -webkit-transition: all 0s ease;
  -o-transition: all 0s ease;
  transition: all 0s ease;
}

.headerT .address {
  font-size: 15px;
  position: relative;
}

.headerT .address:before,
.headerT .address:after {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  width: 0;
}

.headerT .address:before {
  -webkit-transition: width 0s ease, background 0.4s ease;
  -o-transition: width 0s ease, background 0.4s ease;
  transition: width 0s ease, background 0.4s ease;
  left: 0;
  right: 0;
  bottom: -6px;
}

.headerT .address:after {
  right: 2.2%;
  bottom: -6px;
  background: #000;
  -webkit-transition: width 0.4s ease;
  -o-transition: width 0.4s ease;
  transition: width 0.4s ease;
}

.headerT .address:hover:before {
  width: 97.8%;
  background: #000;
  -webkit-transition: width 0.4s ease;
  -o-transition: width 0.4s ease;
  transition: width 0.4s ease;
}

.headerT .address:hover:after {
  width: 97.8%;
  background: 0 0;
  -webkit-transition: all 0s ease;
  -o-transition: all 0s ease;
  transition: all 0s ease;
}

.headerQuality {
  max-width: 250px;
  font-size: 14px;
  line-height: 19px;
  font-weight: 300;
}

.headerSocialsW {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 18px;
  -moz-column-gap: 18px;
  column-gap: 18px;
}

.headerSocialsW p {
  max-width: 100px;
  font-size: 14px;
  font-weight: 300;
}

.headerContacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 45px;
  -moz-column-gap: 45px;
  column-gap: 45px;
}

.headerContactsW {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: end;
  row-gap: 5px;
}

.headerContent {
  padding-top: 14px;
}

.headerNav {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.headerNav.active {
  display: block;
  -webkit-animation: shows 0.5s;
  animation: shows 0.5s;
}

.headerNav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.headerNav > ul li a {
  padding-top: 19px;
  padding-bottom: 19px;
  font-size: 15px;
  position: relative;
}

.headerNav > ul li a:before,
.headerNav > ul li a:after {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  width: 0;
}

.headerNav > ul li a:before {
  -webkit-transition: width 0s ease, background 0.4s ease;
  -o-transition: width 0s ease, background 0.4s ease;
  transition: width 0s ease, background 0.4s ease;
  left: 0;
  right: 0;
  bottom: 12px;
}

.headerNav > ul li a:after {
  right: 2.2%;
  bottom: 12px;
  background: #000;
  -webkit-transition: width 0.4s ease;
  -o-transition: width 0.4s ease;
  transition: width 0.4s ease;
}

.headerNav > ul li a:hover:before {
  width: 97.8%;
  background: #000;
  -webkit-transition: width 0.4s ease;
  -o-transition: width 0.4s ease;
  transition: width 0.4s ease;
}

.headerNav > ul li a:hover:after {
  width: 97.8%;
  background: 0 0;
  -webkit-transition: all 0s ease;
  -o-transition: all 0s ease;
  transition: all 0s ease;
}

.headerNav .phone {
  font-weight: 600;
  font-size: 19px;
  margin-bottom: 5px;
}

.headerNav .headerContactsW {
  display: none;
}

.headerNav .socials {
  display: none;
}

.headerNav .logo {
  display: none;
}

.headerNav .logo img {
  margin-left: auto;
  margin-right: auto;
}

.mob-menu-overlay {
  display: none;
  position: fixed;
  z-index: 105;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(34, 34, 34, 0.75);
  -webkit-animation: hideOverlay 0.5s;
  animation: hideOverlay 0.5s;
}

.mob-menu-overlay.active {
  display: block;
  -webkit-animation: showsOverlay 0.5s;
  animation: showsOverlay 0.5s;
}

.headerNavCloseBtn {
  margin-left: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: none;
}

.intro .container {
  position: relative;
  z-index: 1;
}

.intro--main {
  padding-top: 195px;
  padding-bottom: 200px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
}

.introSubtitle {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 10px;
}

.introTitle {
  font-size: 50px;
  line-height: normal;
  letter-spacing: -0.03em;
  font-weight: 700;
}

.introDescr {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 300;
}

.introParams {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  row-gap: 20px;
}

.introParam {
  padding-left: 15px;
  padding-right: 15px;
  min-width: 150px;
  border: 1px solid #42ac49;
  border-radius: 5px;
  padding-top: 15px;
  padding-bottom: 15px;
  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;
  font-size: 15px;
  font-weight: 500;
}

.socials ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 9px;
  -moz-column-gap: 9px;
  column-gap: 9px;
  flex-wrap: wrap;
  row-gap: 17px;
}

.socials li a img {
  min-width: 34px;
}

.adv {
  position: relative;
  background-color: #f1f1f1;
  z-index: 10;
}

.advGrid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [12];
  grid-template-columns: repeat(12, 1fr);
  -webkit-column-gap: 80px;
  -moz-column-gap: 80px;
  column-gap: 80px;
  padding-left: 45px;
  bottom: 63px;
  position: relative;
  margin-bottom: -56px;
}

.advGrid--three .advItem {
  -ms-grid-column-span: 4;
  grid-column: 4 span;
}

.advItem {
  -ms-grid-column-span: 3;
  grid-column: 3 span;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border-radius: 4px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 22px;
}

.advItemTitle {
  font-weight: 600;
  margin-bottom: 10px;
}

.advItemTitleW {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.advItemSubtitle {
  font-weight: 600;
  font-size: 15px;
  letter-spacing: -0.03em;
  color: #42ac49;
}

.advItemDescr {
  font-size: 15px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.6);
}

.advItemImg {
  width: 86px;
  height: 86px;
  border-radius: 5px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#63cc6a),
    to(#42ac49)
  );
  background: -o-linear-gradient(top, #63cc6a 0%, #42ac49 100%);
  background: linear-gradient(180deg, #63cc6a 0%, #42ac49 100%);
  position: relative;
  right: 43px;
  margin-right: -17px;
}

.advItemImg img {
  min-width: 86px;
  width: 86px;
  height: 86px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: bottom;
  object-position: bottom right;
}

.projectsCard {
  padding: 10px 10px 21px 10px;
  border-radius: 10px;
  background-color: #fff;
  height: auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 1fr;
  grid-template-rows: auto 1fr;
}

.projectsCardContent {
  padding-top: 33px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.projectsCardImg img {
  border-radius: 8px;
  height: 250px;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  width: 100%;
}

.projectsCardImg img:hover {
  opacity: 0.9;
}

.projectsCardTitle {
  font-size: 23px;
  line-height: 117%;
  font-weight: 600;
  margin-bottom: 20px;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.projectsCardTitle:hover {
  color: var(--success);
}

.projectsCardParams {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding-bottom: 33px;
}

.projectsCardParam {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 6px;
  -moz-column-gap: 6px;
  column-gap: 6px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.projectsCardParam:not(:last-child) {
  margin-bottom: 9px;
}

.projectsCardParam img {
  margin-right: 3px;
}

.projectsCardParamName {
  color: #686868;
  font-size: 17px;
  font-weight: 600;
}

.projectsCardParamText {
  font-weight: 600;
  font-size: 17px;
  line-height: 135%;
}

.projectsCardT {
  margin-bottom: 33px;
  padding-left: 22px;
  padding-right: 22px;
}

.projectsCardB {
  padding-left: 13px;
  padding-right: 13px;
}

.projectsCardPrice {
  font-size: 33px;
  font-weight: 300;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 4px;
  -moz-column-gap: 4px;
  column-gap: 4px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.projectsCardPrice span {
  font-size: 20px;
  line-height: 135%;
  position: relative;
  bottom: 1px;
}

.servicesSlide {
  background-color: #fff;
  border-radius: 10px;
  padding: 40px;
  height: auto;
  cursor: pointer;
}

.servicesSlide:hover .servicesSlideTitle {
  color: #3b9a39;
}

.servicesSlide.swiper-slide-thumb-active::before {
  content: "";
  position: absolute;
  width: calc(100% - 12px);
  height: 3px;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  background-color: var(--success);
  border-radius: 50px;
}

.servicesSlideTitle {
  margin-bottom: 22px;
  font-size: 24px;
  font-weight: 600;
  max-width: calc(100% - 20px);
  transition: color 0.2s linear;
}

.servicesSlideText {
  font-size: 13px;
  line-height: 138%;
  opacity: 0.5;
  color: #070707;
}

.servicesSlideImg {
  position: absolute;
  right: 20px;
  top: 14px;
}

.servicesForm {
  padding: 45px;
  background-color: #fbfbfb;
  border-radius: 10px;
  -ms-grid-column-span: 6;
  grid-column: 6 span;
}

.servicesFormTitle {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 50px;
}

.servicesFormSlider {
  -ms-grid-column-span: 6;
  grid-column: 6 span;
  width: 100%;
}

.servicesFormSlide {
  padding: 45px 42px 40px 44px;
}

.servicesFormSlideTitle {
  font-size: 34px;
  line-height: normal;
  font-weight: 600;
  margin-bottom: 35px;
}

.servicesFormSlide .content p {
  font-size: 17px;
  line-height: 24px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.8);
}

.servicesFormW {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [12];
  grid-template-columns: repeat(12, 1fr);
  background-color: #fff;
  margin-top: 45px;
  border-radius: 10px;
}

.servicesSect {
  border-bottom: 11px solid #f1f1f1;
}

.baner {
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 65px;
  border-radius: 10px;
}

.baner .sectHead {
  margin-bottom: 40px;
}

.finishedSlider {
  padding-bottom: 60px;
  border-bottom: 1px solid #eaeaea;
}

.finishedSlide {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [12];
  grid-template-columns: repeat(12, 1fr);
}

.finishedSlideTitle {
  font-size: 28px;
  line-height: normal;
  font-weight: 600;
  margin-bottom: 25px;
  color: #262b33;
}

.finishedSlideText {
  font-weight: 300;
  font-size: 17px;
  line-height: 24px;
  margin-bottom: 30px;
}

.finishedSlideParams {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; */
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 10px;
  -webkit-column-gap: 71px;
  -moz-column-gap: 71px;
  column-gap: 71px;
  padding-bottom: 35px;
}

@media (max-width: 1400px) {
  .finishedSlideParams {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
}

.finishedSlideParams--start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-column-gap: 113px;
  -moz-column-gap: 113px;
  column-gap: 113px;
}

.finishedSlideParam {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 14px;
  -moz-column-gap: 14px;
  column-gap: 14px;
}

.finishedSlideParamName {
  font-size: 15px;
  line-height: 140%;
  margin-bottom: 5px;
  max-width: 104px;
}

.finishedSlideParamText {
  font-weight: 700;
  font-size: 26px;
}
@media(max-width: 575px){
  .finishedSlideParamText {
    font-size: 20px;
  }
}

.finishedSlideRow {
  padding-top: 22px;
  padding-bottom: 22px;
  border-top: 1px solid rgba(0, 0, 0, 0.11);
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50% 50%;
  grid-template-columns: 50% 50%;
  -webkit-column-gap: 5px;
  -moz-column-gap: 5px;
  column-gap: 5px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 5px;
}

.finishedSlideRow--full {
  width: 100%;
  display: block;
}

.finishedSlideRow--border-none {
  border-top: none;
  padding-top: 10px;
}

.finishedSlideRow--pb-0 {
  padding-bottom: 0;
}

.finishedSlideRow--center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.finishedSlideRow .link {
  font-size: 15px;
}

.finishedSlideRowName {
  font-weight: 600;
  font-size: 15px;
}

.finishedSlideRowText {
  font-size: 15px;
}

.finishedSlideRowText ul {
  list-style-type: disc;
  padding-left: 20px;
}

.finishedSlideRowText ul br {
  display: none;
}

.finishedSlideRowText ul li {
  margin-bottom: 5px;
}

.finishedSlideRowText--lg {
  font-size: 23px;
  font-weight: 600;
}

.finishedSlideContentFooter {
  padding-top: 30px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50% 50%;
  grid-template-columns: 50% 50%;
}

.finishedSlideContentDate {
  color: rgba(38, 43, 51, 0.5);
  font-size: 15px;
}

.finishedPhoto {
  -ms-grid-column-span: 7;
  grid-column: 7 span;
}

.finishedPhotoSlider {
  border-radius: 10px;
}

.finishedPhotoSlide img {
  width: 100%;
  height: 525px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.finishedPhotoSlide img:hover {
  opacity: 0.9;
}

.finishedPhotoThumbSlider {
  margin-top: 20px;
}

.finishedPhotoThumbSlide {
  border: 2px solid transparent;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
}

.finishedPhotoThumbSlide.swiper-slide-thumb-active {
  border-color: #42ac49;
}

.finishedPhotoThumbSlide img {
  height: 120px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.finishedContent {
  -ms-grid-column-span: 5;
  grid-column: 5 span;
  padding-left: 55px;
}

.finishedList .finishedSlide:not(:last-child) {
  margin-bottom: 60px;
}

.aboutGrid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [12];
  grid-template-columns: repeat(12, 1fr);
  padding-bottom: 60px;
  border-bottom: 1px solid #eaeaea;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

.aboutContent {
  -ms-grid-column-span: 7;
  grid-column: 7 span;
}

.aboutAdv {
  -ms-grid-column-span: 5;
  grid-column: 5 span;
}

.aboutTitle {
  font-size: 50px;
  line-height: 125%;
  letter-spacing: -0.03em;
  font-weight: 400;
}

.aboutTitle span {
  line-height: 115%;
}

.about .content {
  margin-top: 35px;
  font-size: 17px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.8);
  font-weight: 300;
}

.aboutMore {
  font-size: 17px;
  line-height: 24px;
  color: #42ac49;
  font-weight: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
  margin-top: 25px;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.aboutMore:hover {
  color: #000;
}

.aboutAdv {
  border: 1px solid #bfdac0;
  border-radius: 8px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.aboutAdvTop {
  height: 50%;
  border-bottom: 1px solid #bfdac0;
}

.aboutAdvItem {
  background-color: rgba(66, 172, 73, 0.07);
  padding: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  row-gap: 20px;
  min-height: 250px;
}

.aboutAdvItem:nth-child(1) {
  height: 100%;
  border-right: 1px solid #bfdac0;
  width: 50%;
}

.aboutAdvItem:nth-child(2) {
  margin-left: auto;
  width: 60%;
  border-left: 1px solid #bfdac0;
  height: calc(50% + 1px);
  position: relative;
  bottom: 1px;
}

.aboutAdvItemTitle {
  font-weight: 300;
  color: #42ac49;
}

.aboutAdvItemTitle span:nth-child(1) {
  font-size: 81px;
  line-height: 80px;
}

.aboutAdvItemTitle span:nth-child(2) {
  font-size: 25px;
}

.aboutAdvItemText {
  font-weight: 300;
  color: rgba(0, 0, 0, 0.48);
  max-width: 180px;
  line-height: 24px;
}

.aboutIntro.serviceIntro .h1 {
  margin-bottom: 33px;
}

.aboutIntroVideoW {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-right: 150px;
}

.aboutIntroVideoText {
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: -0.03em;
}

.aboutIntroVideoText span {
  position: relative;
  bottom: 25px;
}

.aboutIntroVideoBtn {
  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;
  background-color: rgba(0, 0, 0, 0.3);
  width: 190px;
  height: 190px;
  border-radius: 50%;
  border: 1px solid #fff;
  position: relative;
  bottom: 50px;
  right: 10px;
  -webkit-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}

.aboutIntroVideoBtn:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

.pageAboutAbout .aboutGrid {
  border-bottom: none;
}

.teamCardImg {
  border-radius: 8px;
  height: 410px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.teamCardContent {
  padding-top: 25px;
}

.teamCardTitle {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}

.team .fourSlide {
  height: auto;
}

.team .fourSlide .teamCard {
  margin-bottom: 35px;
}

.contacts {
  position: relative;
}

.contactsIframe {
  width: 100%;
  height: 740px;
  pointer-events: none;
  border: none;
}

.contactsIframe.onScroll {
  pointer-events: all;
}

.contactsContent {
  position: absolute;
  bottom: 0;
  z-index: 1;
  background-color: #fff;
  width: 495px;
  border-radius: 10px 10px 0 0;
  left: calc((100vw - 1345px) / 2);
  padding: 25px 40px 50px 40px;
}

.contactsItem {
  font-size: 20px;
  padding-left: 52px;
  background-size: 32px;
  background-repeat: no-repeat;
  background-position: left top;
  padding-top: 4px;
  padding-bottom: 4px;
}

.contactsItem:not(:last-child) {
  margin-bottom: 20px;
}

.contactsList {
  padding-bottom: 35px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.contactsPhone {
  background-image: url("assets/img/icons/contacts-phone.svg");
}

.contactsAddress {
  background-image: url("assets/img/icons/contacts-place.svg");
}

.contactsWork {
  background-image: url("assets/img/icons/contacts-time.svg");
}

.contactsForm {
  padding-top: 35px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.contactsFormTitle {
  font-size: 20px;
  margin-bottom: 15px;
}

.contactsForm .inputW {
  margin-bottom: 15px;
}

.contactsForm .formInput::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.64);
}

.contactsForm .formInput::-moz-placeholder {
  color: rgba(0, 0, 0, 0.64);
}

.contactsForm .formInput:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.64);
}

.contactsForm .formInput::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.64);
}

.contactsForm .formInput::placeholder {
  color: rgba(0, 0, 0, 0.64);
}

.shopGrid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [12];
  grid-template-columns: repeat(12, 1fr);
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
}

.shopGrid .projectsCard {
  -ms-grid-column-span: 4;
  grid-column: 4 span;
}

.shopFilter {
  -ms-grid-column-span: 3;
  grid-column: 3 span;
  background-color: #fff;
  padding: 25px 25px 20px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 10px;
}

.shopFilter.active {
  display: block;
  -webkit-animation: shows 0.5s;
  animation: shows 0.5s;
}

.shopFilterTitle {
  font-size: 26px;
  font-weight: 600;
  line-height: 27px;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.shopFilterTitleW {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.shopContent {
  -ms-grid-column-span: 9;
  grid-column: 9 span;
}

.shopList {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [12];
  grid-template-columns: repeat(12, 1fr);
  gap: 15px;
}

.bapf_sfilter {
  margin-bottom: 30px;
}

.bapf_head h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 27px;
  margin-bottom: 20px;
  color: #000 !important;
}

@media (max-width: 1400px) {
  .bapf_head h3 {
    font-size: 16px;
    line-height: 24px;
  }
}

.bapf_body ul li {
  font-size: 15px;
  margin-bottom: 10px !important;
}

.bapf_body ul li label {
  cursor: pointer;
}

.filterMore {
  color: #42ac49;
  font-weight: 500;
  font-size: 15px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  display: block;
  margin-bottom: 30px;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.filterMore:hover {
  color: #000;
}

.productParams {
  padding-top: 20px;
  padding-bottom: 20px;
}

.productParams .finishedSlideParam img {
  width: 60px;
  height: 60px;
  min-width: 60px;
}

.productW {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [12];
  grid-template-columns: repeat(12, 1fr);
  -webkit-column-gap: 50px;
  -moz-column-gap: 50px;
  column-gap: 50px;
}

.productContent {
  -ms-grid-column-span: 5;
  grid-column: 5 span;
}

.productDescr {
  margin-bottom: 29px;
  color: rgba(0, 0, 0, 0.8);
  font-size: 17px;
  line-height: 24px;
}

.productSocials {
  padding-top: 7px;
}

.productSocials ul {
  -webkit-column-gap: 18px;
  -moz-column-gap: 18px;
  column-gap: 18px;
}

.productFooter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 43px;
  -moz-column-gap: 43px;
  column-gap: 43px;
  margin-top: 8px;
}

.productBtn {
  width: 222px;
  font-size: 13px;
  font-weight: 400;
  height: 50px;
}

.productBtnW {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 15px;
}

.serviceIntro {
  padding-top: 40px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding-bottom: 120px;
  z-index: 1;
}

.serviceIntro::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.38);
  top: 0;
  left: 0;
}

.serviceIntro .h1 {
  color: #fff;
  margin-bottom: 130px;
}

.serviceIntro .aioseo-breadcrumbs {
  color: rgba(255, 255, 255, 0.4);
}

.serviceIntro .aioseo-breadcrumbs a {
  color: #fff;
}

.serviceIntro .container {
  position: relative;
  z-index: 1;
}

.serviceIntro .sectTitle {
  color: #fff;
}

.serviceAdv {
  margin-bottom: 60px;
}

.galSlide img {
  height: 620px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px;
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.galSlide img:hover {
  opacity: 0.9;
}

.youtubeSlide img {
  height: 385px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.youtubeSlide img:hover {
  opacity: 0.9;
}

.certSlider {
  padding-bottom: 10px;
  padding-left: 10px;
}

.certSlide::before {
  content: "";
  position: absolute;
  left: -7px;
  top: 6px;
  width: 100%;
  height: 100%;
  border: 7px solid rgba(66, 172, 73, 0.24);
  border-radius: 9px;
}

.certSlide img {
  border: 10px solid #7fc483;
  border-radius: 5px;
  height: 555px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  z-index: 1;
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.certSlide img:hover {
  opacity: 0.8;
}

.footer {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #212121;
  color: #fff;
}

.footerLogo {
  width: 130px;
  margin-bottom: 30px;
}

.footerLogoDescr {
  font-size: 12px;
  line-height: 19px;
  font-weight: 300;
  margin-bottom: 28px;
  max-width: 215px;
}

.footerInfo {
  font-weight: 300;
  font-size: 12px;
  line-height: 22px;
}

.footerW {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 218px 1fr 225px;
  grid-template-columns: 218px 1fr 225px;
  -webkit-column-gap: 60px;
  -moz-column-gap: 60px;
  column-gap: 60px;
}

.footerWhatsapp {
  color: #4fac4d;
  border: 1px solid #3b9a39;
  border-radius: 5px;
}

.footerWhatsapp .footerSocialIcon {
  background: -o-radial-gradient(
    50% 50%,
    50% 50%,
    rgb(59, 154, 57) 0%,
    rgb(109, 199, 107) 100%
  );
  background: radial-gradient(
    50% 50% at 50% 50%,
    rgb(59, 154, 57) 0%,
    rgb(109, 199, 107) 100%
  );
}

.footerTelegram {
  color: #71bfea;
  border: 1px solid #5aaedd;
  border-radius: 5px;
}

.footerTelegram .footerSocialIcon {
  background: -o-radial-gradient(
    50% 50%,
    50% 50%,
    rgb(90, 174, 221) 0%,
    rgb(151, 218, 255) 100%
  );
  background: radial-gradient(
    50% 50% at 50% 50%,
    rgb(90, 174, 221) 0%,
    rgb(151, 218, 255) 100%
  );
}

.footerSocial {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 12px;
  -moz-column-gap: 12px;
  column-gap: 12px;
  margin-bottom: 22px;
  font-size: 13px;
  font-weight: 500;
  line-height: 19px;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 10px;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 224px;
}

.footerSocial:hover {
  color: #fff;
}

.footerSocialIcon {
  min-width: 62px;
  width: 62px;
  height: 62px;
  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;
  border-radius: 5px;
  position: relative;
  right: 1px;
}

.footerLink {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 300;
  margin-left: auto;
  margin-top: 50px;
  -webkit-transition: color 0.2s linear, border-color 0.2s linear;
  -o-transition: color 0.2s linear, border-color 0.2s linear;
  transition: color 0.2s linear, border-color 0.2s linear;
}

.footerLink:hover {
  color: #fff;
  border-color: #fff;
}

.footerNavTitle {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 30px;
}

.footerNavW {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 60px;
  -moz-column-gap: 60px;
  column-gap: 60px;
  row-gap: 26px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

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

.footerNav ul li a {
  font-size: 15px;
  font-weight: 300;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.footerNav ul li a:before,
.footerNav ul li a:after {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  width: 0;
}

.footerNav ul li a:before {
  -webkit-transition: width 0s ease, background 0.4s ease;
  -o-transition: width 0s ease, background 0.4s ease;
  transition: width 0s ease, background 0.4s ease;
  left: 0;
  right: 0;
  bottom: -5px;
}

.footerNav ul li a:after {
  right: 2.2%;
  bottom: -5px;
  background: #fff;
  -webkit-transition: width 0.4s ease;
  -o-transition: width 0.4s ease;
  transition: width 0.4s ease;
}

.footerNav ul li a:hover:before {
  width: 97.8%;
  background: #fff;
  -webkit-transition: width 0.4s ease;
  -o-transition: width 0.4s ease;
  transition: width 0.4s ease;
}

.footerNav ul li a:hover:after {
  width: 97.8%;
  background: 0 0;
  -webkit-transition: all 0s ease;
  -o-transition: all 0s ease;
  transition: all 0s ease;
}

.footerPhone {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 7px;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.footerPhone:hover {
  color: #42ac49;
}

.footerAddress {
  color: #bcbcbc;
  font-size: 15px;
  margin-bottom: 16px;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.footerAddress:hover {
  color: #42ac49;
}

.footerMail {
  color: #bcbcbc;
  font-size: 15px;
  margin-bottom: 16px;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.footerMail:hover {
  color: #42ac49;
}

.footerTime {
  color: #bcbcbc;
  font-size: 15px;
}

.footerOrderBtn {
  font-size: 13px;
  font-weight: 600;
  color: #42ac49;
  border-bottom: 1px solid #42ac49;
  margin-bottom: 17px;
  -webkit-transition: color 0.2s linear, border-color 0.2s linear;
  -o-transition: color 0.2s linear, border-color 0.2s linear;
  transition: color 0.2s linear, border-color 0.2s linear;
}

.footerOrderBtn:hover {
  color: #fff;
  border-color: #fff;
}

@media (min-width: 575.98px) {
  .container {
    max-width: 540px;
    margin: auto;
    padding: 0;
  }
}

@media (min-width: 767.98px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 991.98px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1199.98px) {
  .container {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1345px;
  }
}

@media (max-width: 1400px) {
  .button {
    height: 55px;
  }

  .projectsCardBtn {
    margin-top: 20px;
    width: 100%;
    padding-left: 17px;
    padding-right: 17px;
  }

  .headerContacts {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }

  .intro--main {
    padding-bottom: 80px;
  }

  .introTitle {
    font-size: 60px;
  }

  .introParam {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 12px;
    padding-top: 12px;
  }

  .projectsCardContent {
    padding-top: 20px;
  }

  .projectsCardParams {
    padding-bottom: 20px;
  }

  .projectsCardParamName {
    font-size: 16px;
  }

  .projectsCardParamText {
    font-size: 16px;
  }

  .projectsCardT {
    margin-bottom: 20px;
  }

  .projectsCardB {
    padding-left: 0;
    padding-right: 0;
  }

  .projectsCardPrice {
    font-size: 25px;
  }

  .servicesFormTitle {
    margin-bottom: 30px;
  }

  .servicesFormSlideTitle {
    margin-bottom: 25px;
  }

  .servicesFormSlide .content p {
    font-size: 15px;
  }

  .finishedSlideText {
    font-size: 15px;
    line-height: 22px;
  }

  .finishedSlideParams {
    padding-bottom: 20px;
  }

  .finishedSlideRow {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .finishedSlideContentFooter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 10px;
  }

  .finishedPhotoSlide img {
    height: 450px;
  }

  .finishedPhotoThumbSlider {
    margin-top: 10px;
  }

  .aboutTitle {
    font-size: 40px;
    line-height: 50px;
  }

  .aboutAdvItem {
    min-height: 200px;
  }

  .contactsContent {
    left: calc((100vw - 1140px) / 2);
  }

  .galSlide img {
    height: 500px;
  }

  .certSlide img {
    height: 460px;
  }
}

@media (max-width: 1199px) {
  .button {
    padding-left: 20px;
    padding-right: 20px;
  }

  .headerBtn {
    font-size: 15px;
  }

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

  .headerW {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }

  .footerNavW {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .headerLogo img {
    width: 115px;
  }

  .headerT .phone {
    font-size: 17px;
  }

  .headerQuality {
    max-width: 210px;
  }

  .headerContacts {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }

  .advGrid {
    -webkit-column-gap: 54px;
    -moz-column-gap: 54px;
    column-gap: 54px;
    row-gap: 20px;
  }

  .aboutPageAdv .advItem {
    -ms-grid-column-span: 4;
    grid-column: 4 span;
  }

  .finishedPhotoThumbSlider {
    margin-top: 7px;
  }

  .finishedPhotoThumbSlide img {
    height: 100px;
  }

  .finishedContent {
    padding-left: 30px;
  }

  .contactsContent {
    left: calc((100vw - 960px) / 2);
  }

  .shopGrid .projectsCard {
    -ms-grid-column-span: 6;
    grid-column: 6 span;
  }

  .shopFilter {
    -ms-grid-column-span: 4;
    grid-column: 4 span;
  }

  .shopContent {
    -ms-grid-column-span: 8;
    grid-column: 8 span;
  }

  .galSlide img {
    height: 400px;
  }

  .certSlide img {
    height: 500px;
  }

  .footerNavTitle {
    margin-bottom: 20px;
  }

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

@media (max-width: 991px) {
  html,
  body {
    font-size: 16px;
    line-height: 24px;
  }

  section {
    padding-bottom: 35px;
    padding-top: 35px;
  }

  .sectHead {
    margin-bottom: 24px;
  }

  h1 {
    font-size: 26px;
    line-height: normal;
  }

  .h1 {
    font-size: 26px;
    line-height: normal;
  }

  h2 {
    font-size: 20px;
  }

  .sectTitle {
    font-size: 34px;
    line-height: 42px;
  }

  .h3 {
    font-size: 16px;
  }

  h3 {
    font-size: 16px;
  }

  .button--lg {
    height: 50px;
  }

  .button--extra-lg {
    height: 58px;
  }

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

  .filterBtnClose {
    display: block;
  }

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

  .headerW {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .headerLogo {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    -webkit-box-align: center;
  }

  .headerQuality {
    display: none;
  }

  .headerSocialsW {
    display: none;
  }

  .headerNav {
    display: none;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100vh;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 38px;
    max-width: 320px;
    z-index: 110;
  }

  .headerNav > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    padding-bottom: 10px;
  }

  .headerNav > ul li a {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .headerNav .headerContactsW {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    padding-bottom: 10px;
    padding-top: 10px;
  }

  .headerNav .socials {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 20px;
  }

  .headerNav .logo {
    display: block;
  }

  .hambW {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    -webkit-box-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .headerNavCloseBtn {
    display: block;
  }

  .intro::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.6);
    top: 0;
    left: 0;
  }

  .introParams {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }

  .advGrid {
    margin-bottom: -40px;
  }

  .advGrid--three .advItem {
    -ms-grid-column-span: 6;
    grid-column: 6 span;
  }

  .advItem {
    -ms-grid-column-span: 6;
    grid-column: 6 span;
  }

  .aboutPageAdv .advItem {
    -ms-grid-column-span: 6;
    grid-column: 6 span;
  }

  .servicesForm {
    -ms-grid-column-span: 12;
    grid-column: 12 span;
  }

  .servicesFormSlider {
    -ms-grid-column-span: 12;
    grid-column: 12 span;
  }

  .servicesFormW {
    margin-top: 25px;
  }

  .finishedSlider {
    padding-bottom: 0;
  }

  .finishedSlideParams--start {
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
  }

  .finishedPhoto {
    -ms-grid-column-span: 12;
    grid-column: 12 span;
  }

  .finishedContent {
    -ms-grid-column-span: 12;
    grid-column: 12 span;
    margin-top: 30px;
    padding-left: 0;
  }

  .finishedList .finishedSlide {
    padding-bottom: 40px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.11);
  }

  .aboutGrid {
    row-gap: 40px;
  }

  .aboutContent {
    -ms-grid-column-span: 12;
    grid-column: 12 span;
  }

  .aboutAdv {
    -ms-grid-column-span: 12;
    grid-column: 12 span;
  }

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

  .contactsIframe {
    height: 400px;
  }

  .contactsContent {
    left: calc((100vw - 720px) / 2);
    position: relative;
    padding-left: 0;
  }

  .shopFilter {
    -ms-grid-column-span: 12;
    grid-column: 12 span;
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 222;
    overflow-y: scroll;
    padding-top: 30px;
  }

  .shopFilterTitle {
    margin-bottom: 0;
  }

  .shopFilterTitleW {
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    margin-bottom: 15px;
  }

  .shopContent {
    -ms-grid-column-span: 12;
    grid-column: 12 span;
    margin-top: 30px;
  }

  .productContent {
    -ms-grid-column-span: 12;
    grid-column: 12 span;
    margin-top: 30px;
  }

  .galSlide img {
    height: 350px;
  }

  .youtubeSlide img {
    height: 250px;
  }

  .certSlide img {
    height: 450px;
  }

  .footerW {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 30px;
  }

  .footerLink {
    margin-left: unset;
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  h2 {
    font-size: 18px;
  }

  .h2 {
    font-size: 18px;
  }

  .content > p {
    font-size: 15px;
    line-height: 22px;
  }

  .sectTitle {
    font-size: 26px;
    line-height: normal;
  }

  .sectTitle span {
    font-size: 20px;
    line-height: normal;
  }

  .navArrowW {
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
  }

  .contentGrid {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }

  .archiveBtn {
    margin-top: 30px;
  }

  .intro--main {
    padding-top: 130px;
    padding-bottom: 95px;
  }

  .introDescr {
    font-size: 17px;
  }

  .advGrid {
    row-gap: 10px;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }

  .advGrid--three .advItem {
    -ms-grid-column-span: 12;
    grid-column: 12 span;
  }

  .advItem {
    -ms-grid-column-span: 12;
    grid-column: 12 span;
  }

  .aboutPageAdv .advItem {
    -ms-grid-column-span: 12;
    grid-column: 12 span;
  }

  .projectsCardPrice {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .servicesFormSlideTitle {
    font-size: 26px;
  }

  .baner {
    padding: 30px;
  }

  .baner .sectHead {
    margin-bottom: 20px;
  }

  .finishedSlideTitle {
    font-size: 26px;
    margin-bottom: 20px;
  }

  .finishedPhotoSlide img {
    height: 350px;
  }

  .aboutTitle {
    font-size: 26px;
    line-height: normal;
  }

  .about .content {
    margin-top: 25px;
  }

  .aboutIntroVideoW {
    padding-right: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .teamCardImg {
    height: 500px;
  }

  .contactsContent {
    left: calc((100vw - 540px) / 2);
  }

  .galSlide img {
    height: 250px;
  }

  .youtubeSect .sectTitle span {
    position: relative;
    bottom: -25px;
  }

  .certSlide img {
    height: 350px;
  }
}

@media (max-width: 575px) {
  .container {
    padding: 0 12px;
  }

  .pageHead {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .pageTitle {
    margin-top: 10px;
  }

  .contentGrid {
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    row-gap: 10px;
  }

  .contentGrid .content {
    -ms-grid-column-span: 12;
    grid-column: 12 span;
  }

  .swiper-pagination {
    margin-top: 20px;
  }

  .banerBtn {
    min-width: unset;
  }

  .aboutMore img {
    width: 80px;
  }

  .headerW {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .headerLogo {
    -ms-flex: unset;
    flex: unset;
    -webkit-box-flex: unset;
  }

  .headerLogo img {
    width: 85px;
  }

  .headerT .headerBtn {
    display: none;
  }

  .headerContacts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 20px;
  }

  .headerContactsW {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .hambW {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
  }

  .introTitle {
    font-size: 32px;
  }

  .introParams {
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    row-gap: 10px;
  }

  .advItemTitle {
    margin-bottom: 5px;
  }

  .advItemImg {
    width: 70px;
    height: 70px;
  }

  .advItemImg img {
    width: 70px;
    height: 70px;
    min-width: 70px;
  }

  .projectsCardImg img {
    height: 60vw;
  }

  .servicesSlide {
    padding: 30px 25px;
  }

  .servicesForm {
    padding: 30px 25px;
  }

  .servicesFormSlide {
    padding: 30px 25px;
  }

  .servicesFormW {
    margin-top: 15px;
  }

  .finishedSlideParams--start {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }

  .finishedPhotoSlide img {
    height: 60vw;
  }

  .finishedPhotoThumbSlide img {
    height: 16vw;
  }

  .aboutMore {
    font-size: 15px;
  }

  .aboutAdvItem {
    padding: 15px;
    min-height: 150px;
  }

  .aboutAdvItemTitle span:nth-child(1) {
    font-size: 60px;
    line-height: 60px;
  }

  .aboutAdvItemText {
    font-size: 15px;
    line-height: normal;
  }

  .aboutIntroVideoW {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .aboutIntroVideoText {
    margin-top: 20px;
  }

  .aboutIntroVideoText span {
    bottom: unset;
  }

  .aboutIntroVideoBtn img {
    width: 50px;
  }

  .aboutIntroVideoBtn {
    bottom: unset;
    width: 100px;
    height: 100px;
  }

  .aboutIntroVideoLine {
    display: none;
  }

  .teamCardImg {
    height: 100vw;
  }

  .contactsContent {
    padding-left: 15px;
    padding-right: 15px;
    left: 0;
    width: 100%;
  }

  .contactsItem {
    font-size: 17px;
    padding-left: 45px;
  }

  .shopGrid .projectsCard {
    -ms-grid-column-span: 12;
    grid-column: 12 span;
  }

  .productParams .finishedSlideParam img {
    width: 43px;
    height: 43px;
    min-width: 43px;
  }

  .productW {
    width: 100%;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }

  .productDescr {
    font-size: 15px;
    line-height: 22px;
  }

  .productFooter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 20px;
  }

  .galSlide img {
    height: 45vw;
  }

  .youtubeSlide img {
    height: 35vw;
  }

  .certSlide::before {
    border: 3px solid rgba(66, 172, 73, 0.24);
    left: -3px;
    top: 3px;
  }

  .certSlide img {
    border: 7px solid #7fc483;
  }

  .certSlide img {
    height: 60vw;
  }

  .footer {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .footerLogo {
    margin-left: auto;
    margin-right: auto;
  }

  .footerLogoDescr {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .footerInfo {
    text-align: center;
  }

  .footerSocial {
    margin-left: auto;
    margin-right: auto;
  }

  .footerLink {
    margin-left: auto;
    margin-right: auto;
  }

  .footerNavW {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

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

  .footerNav ul li a {
    margin-left: auto;
    margin-right: auto;
  }
}

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

@media (hover: hover) {
  .f-button:hover:not([disabled]) {
    color: var(--f-button-hover-color);
    background-color: var(--f-button-hover-bg);
  }
}

.wpcf7 form .wpcf7-response-output {
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  margin-top: 0;
  border-radius: 5px;
}

.wpcf7-not-valid-tip {
  font-size: 15px;
}

.wpcf7-spinner {
  display: none;
}

.onsale {
  display: none;
}

.divi_slider_class
  .bapf_slidr_all
  .bapf_slidr_main.ui-slider
  .ui-slider-handle {
  background: #42ac49;
  border: 1px solid #42ac49;
}

.divi_slider_class .bapf_slidr_all .bapf_slidr_main.ui-slider .ui-slider-range {
  background: #42ac49;
}

.bapf_divi_sfa h3,
.divi_checkbox_class h3,
.divi_color_class h3,
.divi_image_class h3,
.divi_slider_class h3 {
  border-bottom: none;
  padding-bottom: 0;
}

.divi_slider_class .bapf_slidr_all .bapf_from,
.divi_slider_class .bapf_slidr_all .bapf_to {
  border: 1px solid rgba(0, 0, 0, 0.15);
  display: flex;
  justify-content: center;
  align-items: center;
  grid-column: 6 span;
  width: 100%;
  height: 50px;
  border-radius: 4px;
  column-gap: 4px;
}

.divi_slider_class .bapf_slidr_all {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  row-gap: 18px;
  column-gap: 16px;
}

.divi_slider_class .bapf_slidr_all .bapf_slidr_main.ui-widget-content {
  grid-column: 12 span;
}

.bapf_slidr_jqrui .bapf_from input,
.bapf_slidr_jqrui .bapf_to input {
  width: 68%;
  color: #000;
}

.bapf_sfilter.bapf_ckbox input[type="checkbox"] {
  margin-right: 10px;
}

.bapf_slidr_jqrui .bapf_slidr_all:after {
  display: none;
}

.bapf_slct select {
  border: 1px solid rgba(0, 0, 0, 0.15);
  height: 50px;
  border-radius: 4px;
  padding-left: 14px;
}

.divi_slider_class .bapf_slidr_all .bapf_from,
.divi_slider_class .bapf_slidr_all .bapf_to {
  color: #000;
}

.bapf_button.bapf_update {
  width: 100%;
  background-color: #42ac49;
  color: #fff;
  height: 64px;
  border-radius: 5px;
}

.bapf_button.bapf_reset {
  width: 100%;
  color: #000;
  height: 64px;
  border-radius: 5px;
  border: 1px solid #42ac49;
}

.berocket_single_filter_widget_213 .bapf_sfilter {
  margin-bottom: 20px;
}

.shopList .projectsCard {
  display: none;
}

a.finishedSlideTitle {
  transition: color 0.2s linear;
}

a.finishedSlideTitle:hover {
  color: #3b9a39;
}

.error-404 {
  text-align: center;
}

.errorTitle {
  margin-bottom: 20px;
}

.error-404Btn {
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}

.contentText ul {
  list-style-type: disc;
  padding-left: 20px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.wp-block-heading {
  margin-bottom: 15px;
  margin-top: 20px;
}

.contentText p a {
  display: inline;
  border-bottom: 1px solid #000;
  transition: color 0.2s linear, border-bottom 0.2s linear;
}

.contentText p a:hover {
  color: #3b9a39;
  border-bottom: 1px solid #3b9a39;
}

.contentText p {
  margin-bottom: 15px;
}

#servicesValue {
  display: none;
}

.filterMore {
  display: none;
}

.pageAboutAbout {
  margin-top: 100px;
}

@media (max-width: 767px) {
  .pageAboutAbout {
    margin-top: 60px;
  }
}

.projectsCardPrice .amount {
  font-size: 33px;
  line-height: normal;
  bottom: unset;
}

.projectsCardPrice .woocommerce-Price-currencySymbol {
  font-size: 33px;
  line-height: normal;
  bottom: unset;
}

@media (max-width: 1400px) {
  .projectsCardPrice .amount {
    font-size: 25px;
  }

  .projectsCardPrice .woocommerce-Price-currencySymbol {
    font-size: 25px;
  }

  .projectsCardPrice span {
    bottom: -2px;
  }
}

@media (max-width: 767px) {
  .projectsCardPrice span {
    bottom: -4px;
  }
}

.footer__dev {
  display: flex;
  align-items: center;
  column-gap: 5px;
  margin-top: 30px;
}

@media (max-width: 575px) {
  .footer__dev {
    justify-content: center;
  }
}

.footer__dev {
  font-size: 14px;
}

.agreement p a {
  display: inline;
  color: var(--success);
  transition: color 0.2s linear;
}

.agreement p a:hover {
  color: #000;
}

.videoBtn {
  width: 90px;
  height: 90px;
  background-color: rgba(66, 172, 73, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  border-radius: 50%;
  border: 2px solid #fff;
  transition: background-color 0.2s linear;
}

.videoBtn img {
  width: 31px;
  display: block;
  height: fit-content;
  position: relative;
  left: 5px;
}

@media (max-width: 767px) {
  .videoBtn {
    width: 60px;
    height: 60px;
  }

  .videoBtn img {
    width: 22px;
    left: 2px;
  }
}

.youtubeSlide:hover .videoBtn {
  background-color: rgba(6, 172, 73, 0.8);
}

.aioseo-breadcrumb a[title="Магазин"] {
  display: none;
}

.aioseo-breadcrumb:has(a[title="Магазин"]) {
  display: none;
}

.aioseo-breadcrumb:has(a[title="Магазин"]) + .aioseo-breadcrumb-separator {
  display: none;
}

.intro__slider {
  position: static !important;
  max-width: 600px;
  margin: 0 !important;
}

.intro__slider .swiper-wrapper {
  position: static !important;
}

.intro__slide {
  pointer-events: none;
  opacity: 0 !important;
  position: static !important;
}

.intro__slide.swiper-slide-active {
  pointer-events: all;
  opacity: 1 !important;
}

.intro__slide-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  filter: brightness(90%);
  opacity: 0 !important;
  transition: opacity 0.4s ease;
}

.intro__slide-img._active {
  opacity: 1 !important;
}

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

.intro__slide-next {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 85px;
  height: 85px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.3);
  color: white;
  transition: background-color 0.2s ease;
  z-index: 10;
}

.intro__slide-next svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.intro__slide-next:hover {
  background-color: rgba(0, 0, 0, 0.7);
}

.intro__pagination {
  display: none;
}

@media (max-width: 991px) {
  .intro__pagination {
    display: block;
  }

  .intro__slide-next {
    display: none;
  }

  .intro__container {
    display: block;
  }
}

.intro__book {
  position: absolute;
  padding: 14px 35px;
  min-width: 500px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.7);
  right: 0;
  bottom: -50px;
  color: black;
  z-index: 1;
}

.intro-book__wrapper {
  display: flex;
  align-items: center;
  gap: 25px;
}

.intro__book-icon {
  width: 60px;
}

.intro__book-title {
  font-size: 24px;
  font-weight: 600;
  max-width: 310px;
  margin-bottom: 10px;
}

.intro__book-btn {
  font-size: 15px;
  text-decoration: underline;
}

.intro__book-btn:hover {
  text-decoration: none;
}

@media (max-width: 1399px) {
  .intro__book {
    bottom: 0;
    padding: 10px 20px;
    min-width: auto;
    max-width: 350px;
    width: 100%;
  }

  .intro__book-icon {
    width: 45px;
  }

  .intro__book-title {
    font-size: 18px;
  }
}

@media (max-width: 991px) {
  .intro__book {
    position: static;
    margin: 20px auto 0px auto;
  }
}

.finished-photo__gallery {
  position: relative;
}

.finished-photo__widget-wrapper {
  display: none;
  height: 600px;
}

.finished-photo__widget-wrapper iframe {
  height: 100% !important;
}

@media (max-width: 767px) {
  .finished-photo__widget-wrapper {
    height: 470px;
  }
}

@media (max-width: 480px) {
  .finished-photo__widget-wrapper {
    height: 370px;
  }
}

.finished-photo__visual-btn {
  position: absolute;
  right: 35px;
  bottom: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  width: 85px;
  height: 85px;

  color: white;
  background-color: #42ac49;

  font-size: 8px;
  font-weight: 600;
  text-align: center;
  line-height: normal;
  z-index: 10;
  transition: background-color 0.2s ease;
}

.finished-photo__visual-btn:hover {
  background-color: #2a7c2f;
}

.finished-photo__visual-btn._active {
  bottom: 120px;
}

.finished-photo__visual-icon {
  width: 25px;
}

@media (max-width: 1399px) {
  .finished-photo__visual-btn {
    right: 20px;
    bottom: 20px;
  }

  .finished-photo__visual-btn._active {
    right: 35px;
    bottom: 80px;
  }
}

@media (max-width: 1199px) {
  .finished-photo__visual-btn._active {
    bottom: 105px;
  }
}

@media (max-width: 767px) {
  .finished-photo__visual-btn._active {
    right: 22px;
    bottom: 80px;
  }
}

@media (max-width: 480px) {
  .finished-photo__visual-btn {
    width: 60px;
    height: 60px;
  }
}

.news__slider {
}

.news__slider .swiper-wrapper {
  align-items: stretch;
}

.news__slide {
  display: flex !important;
  flex-direction: column;
  box-sizing: border-box;
  border: 1px solid #ebebeb;
  border-radius: 1.5rem;
  display: flex;
  flex-direction: column;
  height: auto !important;
  padding: 1rem;
}

.news__slide-img {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
  border-radius: 8px;
}

.news__slide-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.news__slide-content {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  margin: 0px 0px 24px 0px;
}

.news__slide-btn {
  display: flex;
  align-items: center;
  width: fit-content;
  color: grey;
  font-size: 16px;
  gap: 8px;
  margin-top: auto;
  transition: color 0.2s ease;
}

.news__slide-btn:hover {
  color: black;
}

@media (max-width: 767px) {
  .news {
    overflow: hidden;
  }

  .news__slider {
    overflow: visible !important;
  }

  .news__slide {
    width: 360px !important;
  }
}

@media (max-width: 480px) {
  .news__slide {
    width: 340px !important;
  }

  .news__slide-title {
    font-size: 18px;
  }
}

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

.faq__item {
  display: flex;
  align-items: center;
  gap: 64px;
}

.faq__item {
  display: flex;
  cursor: pointer;
}

.faq__item._active {
  align-items: start;
}

.faq__item._active .faq__item-body {
  padding: 28px 30px;
  border-radius: 4px;
  background: white;
  box-shadow: 0 10px 30px -2px rgba(0, 0, 0, 0.1);
}

.faq__item._active .faq__item-content {
  display: block;
}

.faq__item._active .faq__item-btn svg {
  transform: rotate(-90deg);
}

.faq__item-btn {
  cursor: pointer;
  position: relative;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background-color: #37a574;
  color: white;
  transition: background-color 0.2s ease;
}

.faq__item-btn:hover {
  background-color: #267250;
}

.faq__item-btn::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 1px;
  background-color: #37a574;
  right: -46px;
}

.faq__item-btn svg {
  width: 20px;
  height: 20px;
  transform: rotate(90deg);
}

.faq__item-title {
  font-size: 18px;
  font-weight: 600;
}

.faq__item-content {
  display: none;
  font-size: 16px;
  margin: 15px 0px 0px 0px;
}

@media (max-width: 767px) {
  .faq__item {
    gap: 16px;
  }

  .faq__item-btn::before {
    display: none;
  }

  .faq__item._active .faq__item-body {
    padding: 10px;
  }
}

.content ul {
  list-style: disc;
}

.content ol {
  list-style: decimal;
}

.content p:not(:last-child) {
  margin-bottom: 20px;
}

.intro-book__logos {
  display: flex;
  gap: 8px;
  margin-top: 15px;
}

.intro-book__logos img {
  max-width: 40px;
  object-fit: contain;
  height: auto;
}

.projects__card-gallery {
  position: relative;
}

.projects__visual-btn {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  background-color: #42ac49;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  right: 10px;
  bottom: 10px;
  color: white;
  text-align: center;
  font-size: 12px;
  transition: background-color 0.2s ease;
}

.projects__visual-btn:hover {
  background-color: #308035;
}

#project-widget iframe {
  width: 100%;
  height: 500px !important;
}

.hero {
  position: relative;
  padding: 85px 0px;
  z-index: 1;
}

.hero::before {
  position: absolute;
  content: "";
  inset: 0;
  background-color: black;
  opacity: 0.45;
  z-index: -1;
}

.hero__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  row-gap: 30px;
}

.hero__main {
  max-width: 575px;
  color: white;
}

.hero__title {
  color: #fff;
  font-size: 44px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0px 0px 25px 0px;
}

.hero__list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 35px;
}

.hero__list li {
  display: flex;
  align-items: center;
  padding: 12px 0px 12px 13px;
  border-left: 2px solid #42ac49;

  font-size: 20px;
  font-weight: 700;
}

.hero__form .wpcf7-response-output {
  margin-top: 15px !important;
}

.hero__form-wrapper {
  max-width: 455px;
  padding: 40px;
  background-color: white;
  border-radius: 10px;
  background: #fbfbfb;
}

.hero__form-title {
  font-size: 24px;
  font-weight: 600;
  margin: 0px 0px 35px 0px;
}

@media (max-width: 1199px) {
  .hero__title {
    font-size: 36px;
    line-height: normal;
  }
}

@media (max-width: 991px) {
  .hero {
    padding: 60px 0px;
  }

  .hero__wrapper {
    flex-wrap: wrap;
  }

  .hero__form-wrapper {
    max-width: none;
    width: 100%;
  }

  .hero__main {
    max-width: none;
  }
}

@media (max-width: 575px) {
  .hero__title {
    font-size: 28px;
  }

  .hero__list li {
    font-size: 18px;
  }

  .hero__form-wrapper {
    padding: 25px 20px;
  }

  .hero__form .button {
    width: 100%;
  }
}

.fourSliderWrapper {
  position: relative;
  display: flex;
  align-items: center;
}

.fourSliderWrapper .navArrow {
  position: absolute;
  z-index: 20;
}

.fourSliderWrapper .navArrowPrev {
  left: -60px;
}

.fourSliderWrapper .navArrowNext {
  right: -60px;
}

@media (max-width: 1499px) {
  .fourSliderWrapper .navArrow {
    display: none;
  }
}

.s-price {
  background: #e7e7e7;
  overflow: hidden;
}

.s-price__table tr {
  display: flex;
  gap: 5px;
}

.s-price__table-cell {
  display: flex;
  align-items: center;
  padding: 25px 50px;
  background: #f8f8f8;
  flex: 1;

  text-align: center;
  font-size: 20px;
}

.s-price__table-cell:first-child {
  text-align: start;
  flex-basis: 40%;
}

.s-price__table-cell:not(:first-child) {
  justify-content: center;
}

.s-price__table tbody tr {
  margin-top: 5px;
}

.s-price__table tbody tr:nth-child(n + 5) {
  display: none;
}

th.s-price__table-cell {
  font-weight: 300;
}

th.s-price__table-cell:first-child {
  border-radius: 5px 0px 0px 0px;
}

th.s-price__table-cell:last-child {
  border-radius: 0px 5px 0px 0px;
}

.s-price__table tbody tr .s-price__table-cell:last-child {
  color: #42ac49;
  font-weight: 600;
}

.s-price__btn-more {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 35px auto 0px auto;
  cursor: pointer;
  width: fit-content;

  color: #42ac49;
  font-size: 20px;
  font-weight: 600;
}

.s-price__btn-more:hover svg {
  transform: rotate(45deg);
}

.s-price__btn-more svg {
  transition: transform 0.2s ease;
}

@media (max-width: 1199px) {
  .s-price__bottom-container {
    max-width: none;
    padding: 0 !important;
  }

  .s-price__table-wrapper {
    overflow-y: auto;
  }

  .s-price__table {
    width: 1000px;
    padding: 0 20px;
    margin: 0 auto;
  }

  .s-price__table-cell {
    padding: 20px 25px;
    font-size: 18px;
  }

  .s-price__table-cell:first-child {
    flex-basis: 30%;
  }
}

@media (max-width: 991px) {
  .s-price__table-cell {
    font-size: 16px;
  }

  .s-price__table-cell:first-child {
    flex-basis: 20%;
  }
}

@media (max-width: 575px) {
  .s-price__table {
    width: 600px;
  }

  .s-price__table-cell {
    font-size: 14px;
    padding: 15px 20px;
  }
}

.s-examples {
}

.s-examples__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.s-examples__col {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  row-gap: 20px;
}

.s-examples__col:first-child .s-examples__item:first-child {
  min-height: 450px;
  grid-column: 2 span;
}

.s-examples__col:last-child .s-examples__item:last-child {
  min-height: 450px;
  grid-column: 2 span;
}

.s-examples__item {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: end;
  border-radius: 5px;
  height: 220px;
  z-index: 1;
  color: white;
}

.s-examples__item:hover .s-examples__item-content {
  max-height: 500px;
  opacity: 1;
}

.s-examples__item:hover::before {
  opacity: 1;
}

.s-examples__item:hover::after {
  opacity: 0;
}

.s-examples__item::before,
.s-examples__item::after {
  position: absolute;
  content: "";
  inset: 0;
  z-index: -1;
  transition: opacity 0.2s ease;
}

.s-examples__item::before {
  opacity: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.15) 5%, #000 100%);
}

.s-examples__item::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 70%, #000 100%);
}

.s-examples__item-body {
  display: flex;
  flex-direction: column;
  justify-content: end;
  height: 100%;
  width: 100%;
  padding: 35px;
}

.s-examples__item-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
  color: inherit;
}

.s-examples__item-content {
  overflow: hidden;
  max-height: 0px;
  opacity: 0;
  transition: max-height 0.4s linear, opacity 0.4s linear;
}

.s-examples__date {
  font-size: 16px;
  margin: 0px 0px 15px 0px;
}

.s-examples__date strong {
  font-weight: 600;
}

.s-examples__parameters {
  display: flex;
  flex-wrap: wrap;
  gap: 35px;
  row-gap: 20px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  width: fit-content;
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
}

.s-examples__parameters li {
  display: flex;
  align-items: center;
  gap: 15px;

  font-size: 13px;
  line-height: 143%;
}

.s-examples__parameters li div {
  font-size: 26px;
  font-weight: 700;
}

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

.s-examples__item-list li {
  display: flex;
  font-size: 15px;
  gap: 15px;
  max-width: 500px;
}

.s-examples__item-list li ul {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.s-examples__item-list li:not(:last-child) {
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
}

.s-examples__item-list li ul li {
  padding-right: 5px;
  border-right: 1px solid currentColor;
  border-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.s-examples__item-list li span:first-child {
  flex-basis: 140px;
  font-weight: 600;
}

.s-examples__item-list br {
  display: none;
}

@media (max-width: 1199px) {
  .s-examples__item-body {
    padding: 20px;
  }
}

@media (max-width: 991px) {
  .s-examples__col {
    grid-column: 2 span;
  }

  .s-examples__item {
    grid-column: 2 span;
    min-height: 450px;
  }
}

@media (max-width: 575px) {
  .s-examples__item-list {
    display: none;
  }

  .s-examples__item-content {
    max-height: none;
    opacity: 1;
  }

  .s-examples__item {
    min-height: 350px !important;
  }

  .s-examples__item::before {
    opacity: 1;
  }

  .s-examples__item::after {
    opacity: 0;
  }

  .s-examples__parameters {
    margin-bottom: 0;
  }
}

@media (max-width: 420px) {
  .s-examples__item {
    min-height: 300px;
  }
}

.s-excursion {
  background: #e7e7e7;
}

.s-excursion__wrapper {
  display: flex;
  gap: 40px;
}

.s-excursion__info {
  flex: 0 1 535px;
}

.s-excursion__subtitle {
  margin: 15px 0px 25px 0px;

  color: #000;
  font-size: 22px;
  letter-spacing: -0.66px;
}

.s-excursion__social {
  display: flex;
  align-items: center;
  gap: 20px;

  font-size: 14px;
  font-weight: 300;
}

.s-excursion__social p {
  max-width: 100px;
}

.s-excursion__form-wrapper {
  flex: 1;
}

.s-excursion__form {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

.s-excursion__form br {
  display: none;
}

.s-excursion__form .inputW:nth-child(4) {
  grid-column: 2 span;
}

.s-excursion__form .inputW input {
  background-color: white;
}

.s-excursion__form-bottom {
  grid-column: 2 span;
  display: flex;
  align-items: start;
  gap: 25px;
}

.s-excursion__form-bottom .button {
  flex-shrink: 0;
}

.s-excursion__form-bottom .agreement {
  margin-top: 0;
}

@media (max-width: 1199px) {
  .s-excursion__info {
    flex-basis: 415px;
  }

  .s-excursion__form-bottom {
    flex-wrap: wrap;
  }
}

@media (max-width: 991px) {
  .s-excursion__wrapper {
    flex-wrap: wrap;
  }

  .s-excursion__info {
    flex: none;
    width: 100%;
  }
}

@media (max-width: 575px) {
  .s-excursion__wrapper {
    gap: 20px;
  }

  .s-excursion__form .inputW {
    grid-column: 2 span;
  }

  .s-excursion__form-bottom .button {
    width: 100%;
  }
}

.headerB {
  position: relative;
}

.headerNavStroi {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: calc(100% - 4px);
  /* width: 100%; */
  max-width: 960px;
  border-radius: 0px 0px 5px 5px;
  background: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 50px;
  display: flex;
  column-gap: 25px;
  font-size: 15px;
  transition: visibility 0.2s linear, opacity 0.2s linear;
}

.headerNavStroi:hover {
  opacity: 1;
  visibility: visible;
}

.headerB:has(#menu-item-804 a:hover) .headerNavStroi--lg {
  opacity: 1;
  visibility: visible;
}

#menu-item-804 > a {
  background: url("assets/img/icons/arrow-down.svg") no-repeat right center /
    9px;
  padding-right: 15px;
}

@media (max-width: 991px) {
  #menu-item-804 > a {
    background: none;
  }
}

.headerNavStroi.active {
  opacity: 1;
  visibility: visible;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-25 {
  margin-bottom: 25px;
}

@media (max-width: 991px) {
  .mb-25 {
    margin-bottom: 8px;
  }
}

.headerNavStroi a {
  transition: color 0.2s linear;
  padding-top: 0;
  padding-bottom: 0;
}

.headerNavStroi a:hover {
  color: #267250;
}

.headerNavStroi .col {
  max-width: 210px;
}

.headerNavStroi .title {
}

.headerNavItemStroiItem {
  margin-bottom: 25px;
}

@media (max-width: 991px) {
  .headerB .address {
    text-align: center;
  }
}

@media (max-width: 991px) {
  .headerNavStroi {
    position: unset;
    opacity: 1;
    visibility: visible;
    display: none;
    padding: 15px 6px;
  }

  .headerNav {
    overflow-y: scroll;
    height: 100%;
    padding-bottom: 90px;
  }

  #menu-item-804 {
    width: 100%;
    position: relative;
    text-align: center;
  }

  .stroiBtnSm {
    width: 30px;
    height: 30px;
    border-radius: 5px;
    background: #2a7c2f url("assets/img/icons/arrow-down-white.svg") no-repeat
      center center / 15px;
    position: absolute;
    left: 203px;
    top: 4px;
  }

  .stroiBtnSm.active {
    background: #2a7c2f url("assets/img/icons/arrow-up-white.svg") no-repeat
      center center / 15px;
  }

  #menu-item-804 > a::before {
    display: none;
  }

  #menu-item-804 > a::after {
    display: none;
  }

  .headerNavStroi .col {
    width: 100%;
    max-width: 100%;
  }

  .headerNavStroi .col:not(:last-child) {
    margin-bottom: 30px;
  }

  .headerNav > ul li a:before {
    bottom: 5px;
  }

  .headerNav > ul li a:after {
    bottom: 5px;
  }
}

.headerNav .headerNavStroi a {
  padding-top: 0;
  padding-bottom: 0;
}

.headerNav .headerNavStroi a::before {
  display: none;
}

.headerNav .headerNavStroi a::after {
  display: none;
}

.headerNavItemStroiItem:last-child {
  margin-bottom: 0;
}

.headerNavItemStroiItem .mb-15:last-child {
  margin-bottom: 0;
}

.faqBodyGrid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 25px;
  row-gap: 25px;
}

@media (max-width: 991px) {
  .faqBodyGrid {
    row-gap: 10px;
  }
}

.faqBodyGrid .faq__item {
  grid-column: 6 span;
  align-items: flex-start;
}

@media (max-width: 991px) {
  .faqBodyGrid .faq__item {
    grid-column: 12 span;
  }
}

.faqBodyGrid .faq__item-content {
  padding-left: 25px;
  padding-right: 25px;
  background-color: #fff;
  padding-top: 25px;
  border-radius: 5px;
  padding-bottom: 25px;
}

.faqBodyGrid .faq__item-title {
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 22px;
  padding-bottom: 22px;
  border-radius: 5px;
}

@media (max-width: 575px) {
  .faqBodyGrid .faq__item-title {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.bg--transparent {
  background-color: transparent;
}

.faqBodyGrid .faq__item .faq__item-title {
  display: flex;
  justify-content: space-between;
  background-color: #fff;
}

.faqBodyGrid .faq__item .faq__item-body {
  background: transparent;

  width: 100%;
}

.faqBodyGrid .faq__item._active .faq__item-body {
  box-shadow: none;
  padding: 0;
}

@media (max-width: 991px) {
  .faqBodyGrid .faq__item-content {
    margin-top: 6px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.catsRow {
  padding-top: 25px;
  padding-bottom: 25px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  column-gap: 150px;
}

@media (max-width: 1400px) {
  .catsRow {
    column-gap: 100px;
  }
}

@media (max-width: 767px) {
  .catsRow {
    flex-direction: column;
    column-gap: 0;
    row-gap: 20px;
  }
}

.catsRow:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.catsRowName {
  min-width: 200px;
  flex-shrink: 0;
  font-weight: 700;
  font-size: 15px;
}

.catsLink {
  border-radius: 5px;
  border: 1px solid #42ac49;
  background: #fff;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: fit-content;
  transition: background-color 0.2s linear, color 0.2s linear;
}

.catsLink:hover {
  background-color: #2a7c2f;
  color: #fff;
}

.catsRowLinks {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.ipotekaContentGrid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 50px;
}

.ipotekaContentGrid .col {
  grid-column: 6 span;
  color: rgba(0, 0, 0, 0.8);
}

@media (max-width: 991px) {
  .ipotekaContentGrid .col {
    grid-column: 12 span;
  }

  .ipotekaContentGrid {
    row-gap: 20px;
    column-gap: 0;
  }
}

.ipotekaGrid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 60px;
  row-gap: 20px;
  padding-left: 40px;
}

@media (max-width: 767px) {
  .ipotekaGrid {
    column-gap: 0;
  }
}

@media (max-width: 575px) {
  .ipotekaGrid {
    padding-left: 0;
  }
}

.ipotekaItem {
  grid-column: 4 span;
  display: flex;
  border-radius: 4px;
  background: #fff;
  padding: 17px 17px 17px 70px;
  position: relative;
}

@media (max-width: 991px) {
  .ipotekaItem {
    grid-column: 6 span;
  }
}

@media (max-width: 767px) {
  .ipotekaItem {
    grid-column: 12 span;
  }
}

.ipotekaItemImg {
  background: linear-gradient(180deg, #63cc6a 0%, #42ac49 100%);
  border-radius: 5px;
  width: 86px;
  height: 86px;
  flex-shrink: 0;
  position: absolute;
  left: -40px;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 575px) {
  .ipotekaItemImg {
    left: -8px;
    width: 65px;
    height: 65px;
    top: 20px;
    transform: none;
  }
}

.ipotekaItemImg img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 85px;
}

@media (max-width: 575px) {
  .ipotekaItemImg img {
    width: 65px;
  }
}

.ipotekaItemHead {
  display: flex;
  column-gap: 20px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 9px;
}

@media (max-width: 1400px) {
  .ipotekaItemHead {
    flex-direction: column;
    column-gap: 0;
    row-gap: 10px;
    align-items: flex-start;
  }
}

.ipotekaItemPercent {
  color: #42ac49;
  font-size: 15px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.45px;
}

.ipotekaItemHead h3 {
  font-size: 20px;
  font-weight: 600;
}

.ipotekaItemText {
  color: rgba(0, 0, 0, 0.6);
  font-size: 15px;
  font-weight: 300;
  line-height: normal;
  letter-spacing: -0.45px;
}

.projectsCardTitle.mb-0 {
  margin-bottom: 0;
}

.projectsCardTitle--20 {
  font-size: 20px;
  line-height: normal;
}

.projectsCardContent--sm {
  padding-top: 15px;
  padding-bottom: 0;
}

.projectsCardT--mb-0 {
  margin-bottom: 0;
}

.projectsCardT-px-0 {
  padding-left: 0;
  padding-right: 0;
}

.projectsCardTitle--arrow {
  position: relative;
  display: flex;
  justify-content: space-between;
  column-gap: 10px;
  align-items: center;
}

.projectsCardTitle--arrow::after {
  content: "";
  width: 15px;
  height: 15px;
  background: url("assets/img/icons/arrow-diag-right.svg") no-repeat center
    center / contain;
  display: block;
}

.filter-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  margin-bottom: 10px;
}

.filter-btn div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border: 2px solid #555;
}

.filter-btn._active div::after {
  content: "";
  width: 8px;
  height: 12px;
  border-bottom: 2px solid #333;
  border-right: 2px solid #333;
  display: block;
  position: absolute;
  top: 0;
  left: 4px;
  transform: rotate(45deg);
}
