@font-face {
font-display:swap;
  font-family: "Bounded";
  src: url('/wp-content/themes/garders-theme/css/../img/Bounded-Regular.woff2') format("woff2");
  font-weight: 400;
}
#wpadminbar {
  top: auto !important;
  bottom: 0;
}
html:has(#wpadminbar) {
  margin: 0 !important;
}
body:has(.header_new) {
  background: #F7FBFF;
}
body:has(.header_new) .button:not(.border) {
  background: #d79587 !important;
}
body:has(.header_new) .footer-panel {
  background: #d79587 !important;
}
.row {
  width: 100%;
  max-width: 1840px;
  padding: 0 20px;
  margin: 0 auto;
}
.header_new {
  position: fixed;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  z-index: 101;
  background: #F8F8F8;
}
.header_new__block {
  width: 100%;
  display: flex;
  flex-flow: wrap;
  padding: 15px 0 10px;
  transition: padding .5s;
}
.header_new__logo {
  float: left;
  width: 290px;
  margin: auto 0;
}
.header_new__logo img {
  display: block;
  width: 100%;
  height: auto;
}
.header_new__catalog {
  float: left;
  margin: auto 0 auto 50px;
  height: 44px;
  padding: 0 17px;
  display: flex;
  align-items: center;
  border-radius: 6px;
  background: #3f6687;
  cursor: pointer;
}
.header_new.open .header_new__catalog-but_humb {
  background: rgba(255, 255, 255, 0);
}
.header_new.open .header_new__catalog-but_humb::before {
  -webkit-transform: translateY(6px) rotate(45deg);
      -ms-transform: translateY(6px) rotate(45deg);
          transform: translateY(6px) rotate(45deg);
}
.header_new.open .header_new__catalog-but_humb::after {
  -webkit-transform: translateY(-6px) rotate(-45deg);
      -ms-transform: translateY(-6px) rotate(-45deg);
          transform: translateY(-6px) rotate(-45deg);
  -webkit-transition: width 0.25s, -webkit-transform 0.5s;
  transition: width 0.25s, -webkit-transform 0.5s;
  -o-transition: transform 0.5s, width 0.25s;
  transition: transform 0.5s, width 0.25s;
  transition: transform 0.5s, width 0.25s, -webkit-transform 0.5s;
}
.header_new.open .swmenu-wrap {
  max-height: 1200px;
}
.header_new .swmenu-wrap .row {
  padding: 20px 0;
}
.header_new__catalog-but_humb {
  float: left;
  width: 18px;
  height: 2px;
  margin: auto 0;
  position: relative;
  background: #fff;
  -webkit-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
}
.header_new__catalog-but_humb::before, .header_new__catalog-but_humb::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #fff;
  left: 0;
  -webkit-transform: translateY(0) rotate(0deg);
      -ms-transform: translateY(0) rotate(0deg);
          transform: translateY(0) rotate(0deg);
  -webkit-transition: width 0.5s, -webkit-transform 0.5s;
  transition: width 0.5s, -webkit-transform 0.5s;
  -o-transition: transform 0.5s, width 0.5s;
  transition: transform 0.5s, width 0.5s;
  transition: transform 0.5s, width 0.5s, -webkit-transform 0.5s;
}
.header_new__catalog-but_humb::before {
  top: -6px;
}
.header_new__catalog-but_humb::after {
  top: 6px;
}
.header_new__catalog-but_name {
  margin: auto 0 auto 10px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}
.header_new__search {
  float: left;
  margin: auto 0 auto 30px;
  position: relative;
  margin-right: auto;
}
.header_new__search form {
  display: block;
}
.header_new__search input {
  display: block;
  width: 350px;
  height: 44px;
  border-radius: 8px;
  background: #f0f0f0;
  padding-left: 12px;
  font-size: 16px;
  color: #000;
  border: 0;
}
.header_new__search button {
  position: absolute;
  width: 44px;
  height: 44px;
  top: 0;
  right: 0;
  z-index: 2;
  border: 0;
  background: url('/wp-content/themes/garders-theme/css/../img/icon-search.svg') center no-repeat;
  cursor: pointer;
}
.header_new__phone {
  float: left;
  margin: auto 0;
  font-family: 'Bounded', sans-serif;
  font-size: 16px;
  color: #3f6687;
}
.header_new__email {
  float: left;
  margin: auto 0 auto 30px;
  font-size: 16px;
  color: #222;
}
.header_new__telegram {
  float: right;
  margin: auto 0 auto 30px;
  width: 20px;
  height: auto;
  position: relative;
}
.header_new__telegram::before {
  content: '';
  position: absolute;
  width: 150%;
  height: 150%;
  top: -25%;
  left: -25%;
}
.header_new__telegram img {
  display: block;
  width: 100%;
  height: auto;
}

.button {
  display: flex;
  width: auto;
  height: auto;
  align-items: center;
  justify-content: center;
  height: 80px;
  border-radius: 15px;
  background: #d79587;
  padding: 0 50px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  user-select: none;
  cursor: pointer;
  transition: box-shadow .5s;
}
.button:hover {
  box-shadow: inset 0 0 200px rgba(0, 0, 0, 0.2);
}
.button.border {
  color: #3f6687;
  background: transparent;
  border: 1px solid #3f6687;
}

.teaser {
  width: 100%;
  padding-top: 69px;
  position: relative;
  height: auto;
}
.teaser__first {
  width: 100%;
  min-height: 495px;
  height: auto;
  display: flex;
  position: relative;
}
.teaser__image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  display: flex;
  justify-content: flex-end;
}
.teaser__image::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  background: linear-gradient(90deg, #362e2d 31.87%, rgba(36, 36, 36, 0) 74.52%);
}
.teaser__image img {
  float: right;
  width: auto;
  height: 100%;
  margin-left: auto;
  object-fit: cover;
}
.teaser .row {
  margin: auto;
}
.teaser__block {
  float: left;
  width: 100%;
  position: relative;
  z-index: 2;
  padding: 50px 0;
}
.teaser__title {
  display: block;
  font-family: 'Bounded', sans-serif;
  font-weight: 400;
  font-size: 60px;
  text-transform: uppercase;
  color: #d79587;
  line-height: 1;
}
.teaser__title span {
  color: #fff;
}
.teaser__desc {
  display: block;
  max-width: 700px;
  margin-top: 25px;
  padding-left: 20px;
  border-left: 1px solid #D79587;
  font-size: 16px;
  line-height: 112%;
  color: #fff;
}
.teaser__desc p {
  display: block;
  margin-top: 7px;
  color: #fff;
}
.teaser__desc:fiirst-child {
  margin-top: 0;
}
.teaser__but {
  display: flex;
  margin-top: 40px;
}
.teaser__but .button {
  float: left;
  padding: 0 80px;
  position: relative;
  z-index: 2;
}
.teaser__but-text {
  float: left;
  padding: 0 50px;
  height: 80px;
  display: flex;
  align-items: center;
  border-radius: 15px;
  border: 1px solid #fff;
  font-size: 18px;
  line-height: 1;
  font-family: 'Bounded', sans-serif;
  color: #fff;
  margin-left: -25px;
}

.title {
  display: block;
}
.title__name {
  display: block;
  font-family: 'Bounded', sans-serif;
  font-weight: 400;
  font-size: 48px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #3f6687;
  line-height: 1;
}
.title.white .title__name {
  color: #a9c7e0;
}
.title.white .title__name small, .title.white .title__name span {
  color: #fff;
}
.title__name small, .title__name span {
  font-weight: 300;
  font-size: 30px;
  color: #242424;
}
.title__desc {
  display: block;
  margin-top: 20px;
  font-size: 16px;
}
.title.white .title__desc {
  color: #fff;
}

.sols {
  width: 100%;
  padding-top: 80px;
  position: relative;
  overflow: hidden;
}
.sols::before {
  content: '';
  position: absolute;
  width: 1400px;
  height: 1400px;
  z-index: -1;
  border-radius: 100%;
  background: linear-gradient(180deg, rgba(177, 219, 255, 0.7) 0%, rgba(99, 163, 217, 0) 100%);
  filter: blur(474px);
  top: 0;
  right: 0;
  transform: translate(50%,-50%);
  pointer-events: none;
}
.sols__block {
  width: calc(100% + 36px);
  display: flex;
  flex-flow: wrap;
  margin: 0 -17px;
}
.sols__block:first-child {
  margin-top: -60px;
}
.sols__item {
  float: left;
  width: calc(100% - 36px);
  margin: 50px 17px 0;
  border-radius: 15px;
  height: 325px;
  overflow: hidden;
  position: relative;
}
.sols__item.medium {
  width: calc(50% - 36px);
}
.sols__item.small {
  width: calc(25% - 36px);
}
.sols__item-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
.sols__item-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s;
}
.sols__item-title {
  position: absolute;
  top: 10px;
  left: 10px;
  max-width: calc(100% - 20px);
  z-index: 2;
  min-height: 50px;
  padding: 10px 20px;
  display: flex;
  box-sizing: border-box;
  align-items: center;
  font-family: 'Bounded', sans-serif;
  font-size: 24px;
  color: #242424;
  font-weight: 400;
  line-height: 122%;
  border-radius: 15px;
  backdrop-filter: blur(15px);
  background: linear-gradient(130deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.6) 50.96%, rgba(255, 255, 255, 0.9) 100%);
}

.calcform {
  width: 100%;
  margin-top: 120px;
}
.calcform:has(+.footer-panel), .calcform:has(+.footer) {
  padding-bottom: 120px;
}
.calc-new:has(+.footer-panel), .calc-new:has(+.footer) {
  padding-bottom: 120px;
}
.calcform__block {
  width: 100%;
  height: auto;
  min-height: 670px;
  border-radius: 18px;
  overflow: hidden;
  position: relative;
  display: flex;
}
.calcform__image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
.calcform__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
}
.calcform__image::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(90deg, #362e2d 0%, rgba(36, 36, 36, 0) 100%);
}
.calcform__box {
  width: 100%;
  padding: 54px;
  margin: auto 0;
  position: relative;
  z-index: 2;
}
.calcform__title {
  width: 100%;
  max-width: 700px;
  font-size: 48px;
  font-family: 'Bounded', sans-serif;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #fff;
  font-weight: 400;
}
.calcform__title span {
  color: #d79587;
}
.calcform__form {
  width: 100%;
  margin: 60px 0 0;
}
.calcform__form form {
  max-width: 700px;
}

.rating-company {
  margin-top: 120px;
}
.rating-company__block {
  width: 100%;
  display: flex;
  flex-flow: wrap;
}
.rating-company__title {
  float: left;
  width: 510px;
  margin: auto 0;
  display: flex;
}
.rating-company__title-num {
  float: left;
  font-family: 'Bounded', sans-serif;
  font-weight: 400;
  font-size: 128px;
  letter-spacing: 0.03em;
  color: #d79587;
}
.rating-company__title-desc {
  float: left;
  margin: auto 0;
  padding-left: 25px;
  font-family: 'Bounded', sans-serif;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #3f6687;
}
.rating-company__items {
  float: left;
  width: calc(100% - 520px);
  margin: auto -10px auto auto;
}
.rating-company__item {
  float: left;
  width: calc(25% - 20px);
  margin: 0 10px;
  height: 160px;
  border-radius: 15px;
  padding: 20px 50px;
  box-shadow: 0 20px 50px -8px rgba(63, 102, 135, 0.2);
  background: #fff;
  display: flex;
}
.rating-company__item img {
  display: block;
  width: auto;
  height: auto;
  margin: auto;
  max-width: 100%;
  min-height: 100%;
  object-fit: contain;
}

.n_prod {
  width: 100%;
  margin-top: 120px;
  overflow: hidden;
}
.n_prod__block {
  width: 100%;
  position: relative;
}
.n_prod__arrows {
  position: absolute;
  right: 0;
  top: -110px;
  display: flex;
  font-family: 'Bounded', sans-serif;
  font-size: 48px;
  font-weight: 400;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #3f6687;
}
.n_prod__arrows-item-center {
  padding: 4px 10px 0;
  font-weight: 300;
}
.n_prod__arrows-item {
  cursor: pointer;
  position: relative;
}
.n_prod__arrows-item::before {
  content: '';
  position: absolute;
  width: 150%;
  height: 150%;
  top: -25%;
  left: -25%;
}
.n_prod__slider {
  width: calc(100% + 20px);
  display: flex;
  flex-flow: wrap;
  margin: 50px -10px 0;
  padding-right: 70px;
}
.n_prod__slider .slick-list {
  overflow: visible;
}
.n_prod__item {
  float: left;
  width: calc(16.6666% - 20px);
  margin: 0 10px;
  flex-direction: column;
}
.n_prod__item-image {
  display: block;
  width: 100%;
  height: 280px;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}
.n_prod__item-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.n_prod__item-title {
  display: block;
  margin-top: 15px;
  font-size: 16px;
  color: #222;
  font-weight: 400;
}
.n_prod__item-price {
  display: block;
  margin-top: 10px;
  font-family: 'Bounded', sans-serif;
  font-size: 30px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #d79587;
}
.n_prod__item-price span {
  display: block;
  font-size: 14px;
  color: #222;
  text-transform: none;
}

.advant {
  display: flex;
  margin-top: 120px;
  overflow: hidden;
}
.advant__image {
  float: left;
  width: 50%;
  position: relative;
}
.advant__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.advant__block {
  float: left;
  width: 50%;
  padding: 120px 50px;
}
.advant__items {
  width: calc(100% + 30px);
  margin-top: 20px;
  margin-right: -30px;
  display: flex;
  flex-flow: wrap;
}
.advant__item {
  float: left;
  width: 50%;
  margin-top: 30px;
  padding-right: 30px;
  position: relative;
}
.advant__item-num {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  height: 60px;
  align-items: center;
  line-height: 1;
  font-size: 48px;
  font-family: 'Bounded', sans-serif;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #d79587;
}
.advant__item-title {
  padding-left: 45px;
  min-height: 60px;
  display: flex;
  align-items: center;
  font-weight: 400;
  font-family: 'Bounded', sans-serif;
  letter-spacing: 0.03em;
  font-size: 16px;
  text-transform: uppercase;
  color: #3f6687;
}
.advant__item-desc {
  display: block;
  margin-top: 5px;
  font-size: 16px;
  opacity: 0.8;
  color: #222;
}
.advant__items.st .advant__item {
  padding-left: 50px;
}
.advant__items.st .advant__item-num {
  top: calc(50% - 30px);
}
.advant__items.st .advant__item-title {
  padding-left: 0;
  min-height: 0;
}

.calc-new {
  width: 100%;
  padding-top: 120px;
  position: relative;
  overflow: hidden;
}
.calc-new::before {
  content: '';
  position: absolute;
  width: 1400px;
  height: 1400px;
  z-index: -1;
  border-radius: 100%;
  background: linear-gradient(180deg, rgba(177, 219, 255, 0.7) 0%, rgba(99, 163, 217, 0) 100%);
  filter: blur(474px);
  top: 0;
  right: 0;
  transform: translate(50%,-50%);
  pointer-events: none;
}
.calc-new__block {
  width: 100%;
  height: auto;
  min-height: 670px;
  border-radius: 18px;
  overflow: hidden;
  position: relative;
  display: flex;
  z-index: 2;
}
.calc-new__image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  background: #000;
}
.calc-new__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
}
.calc-new__image::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(63, 102, 135, 0.8) 0%, rgba(63, 102, 135, 0.8) 53.26%, rgba(36, 36, 36, 0.8) 100%);
}
.calc-new__box {
  width: 100%;
  padding: 54px;
  margin: auto 0;
  position: relative;
  z-index: 2;
  display: flex;
  flex-flow: wrap;
}
.calc-new__title {
  width: 620px;
  float: left;
  font-size: 48px;
  padding-right: 15px;
  font-family: 'Bounded', sans-serif;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #fff;
  font-weight: 400;
}
.calc-new__title span {
  display: inline-block;
  background: #5090e5;
}
.calc-new__dop {
  float: left;
  width: calc(100% - 640px);
  font-family: 'Bounded', sans-serif;
  letter-spacing: 0.03em;
  margin-left: auto;
}
.calc-new__dop h3 {
  display: block;
  font-size: 30px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
}
.calc-new__dop p {
  display: block;
  font-size: 24px;
  margin-top: 30px;
  color: #fff;
}
.calc-new__form {
  width: 100%;
  margin: 60px 0 0;
}
.calc-new__form form {
  max-width: 700px;
}

.quality {
  margin-top: 120px;
  width: 100%;
  padding-bottom: 0;
}
.quality__block {
  width: 100%;
  display: flex;
  flex-flow: wrap;
}
.quality__video {
  width: 700px;
  height: 500px;
  margin: auto 0;
  background: url('/wp-content/themes/garders-theme/css/../img/quality-video.png') center/contain;
  position: relative;
  border-radius: 15px;
}
.quality__video .offer__video-thumb {
  top: calc(50% - 292px);
  right: auto;
  left: calc(50% - 149px);
}
.quality__box {
  float: left;
  width: calc(100% - 700px);
  padding-left: 50px;
}
.quality__info {
  width: 100%;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  margin-top: 10px;
}
.quality__info-item {
  float: left;
  width: 29%;
  margin-top: 30px;
}
.quality__info-name {
  display: block;
  font-family: 'Bounded', sans-serif;
  font-size: 26px;
  font-weight: 400;
  color: #3f6687;
}
.quality__info-desc {
  display: block;
  margin-top: 7px;
  color: #242424;
  font-size: 16px;
}
.quality__sub {
  display: block;
  margin-top: 50px;
  font-family: 'Bounded', sans-serif;
  font-size: 24px;
  line-height: 110%;
  color: #3f6687;
}
.quality__sub span {
  color: #d79587;
  font-size: 38px;
}
.quality__list {
  display: block;
  margin-top: 7px;
}
.quality__list li {
  display: block;
  line-height: 180%;
  color: #242424;
  padding-left: 24px;
  font-size: 16px;
  position: relative;
}
.quality__list li::before {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  top: 6px;
  left: 0;
  border-radius: 50%;
  background: #3f6687;
}
.quality__folio {
  margin-top: 190px;
  position: relative;
  min-height: 400px;
  border-radius: 15px;
  background: url('/wp-content/themes/garders-theme/css/../img/quality-folio-bg.jpg') center/cover;
  padding: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.quality__folio-image {
  position: absolute;
  width: 540px;
  height: 510px;
  right: 160px;
  top: calc(50% - 255px);
  z-index: 2;
  display: flex;
}
.quality__folio-image img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
.quality__folio-title {
  display: block;
  font-family: 'Bounded', sans-serif;
  font-size: 48px;
  font-weight: 400;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #fff;
}
.quality__folio-but {
  display: flex;
  margin-top: 50px;
}

.folio {
  margin-top: 140px;
  background: url('/wp-content/themes/garders-theme/css/../img/folio-bg.jpg') center/cover;
  padding: 120px 0;
  overflow: hidden;
  position: relative;
}
.folio .title {
  width: calc(100% - 100px);
}
.folio .review-slider-arrows {
  position: absolute;
  right: 50px;
  top: 120px;
  display: flex;
  font-family: 'Bounded', sans-serif;
  font-size: 48px;
  font-weight: 400;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #3f6687;
  width: auto;
  left: auto;
}
.folio .review-slider-arrow {
  cursor: pointer;
  position: relative;
}
.folio .review-slider-arrow::before {
  content: '';
  position: absolute;
  width: 150%;
  height: 150%;
  top: -25%;
  left: -25%;
}
.folio .project-desc-slider-wrap {
  margin-top: 60px;
  position: unset;
}

.freeze {
  width: 100%;
  margin-top: 120px;
}
.freeze__block {
  position: relative;
  width: 100%;
  height: auto;
  padding: 100px 50px;
  border-radius: 15px;
  overflow: hidden;
}
.freeze__image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
.freeze__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.freeze__image::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  background: linear-gradient(327deg, rgba(36, 36, 36, 0.14) 0%, #362e2d 73.27%);
  opacity: 0.9;
}
.freeze__box {
  width: 100%;
  max-width: 900px;
  position: relative;
  z-index: 2;
}
.freeze__items {
  width: calc(100% + 30px);
  display: flex;
  flex-flow: wrap;
  margin: 20px -15px 0;
}
.freeze .title__name {
  color: #fff !important;
}
.freeze__item {
  float: left;
  width: calc(50% - 30px);
  margin: 30px 15px 0;
  height: auto;
}
.freeze__item-text {
  display: block;
  padding: 30px;
  border-radius: 15px;
  background: #242424;
  font-size: 16px;
  line-height: 131%;
  color: #fff;
}
.freeze__item-text span {
  font-family: 'Bounded', sans-serif;
  display: block;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0.03em;
  color: #a9c7e0;
  text-transform: uppercase;
  line-height: 131%;
}
.revs {
  margin-top: 120px;
  background: #000 url('/wp-content/themes/garders-theme/css/../img/revs-bg.jpg') center/cover !important;
  padding: 120px 0 !important;
  position: relative;
}
.revs .review-slider-arrows {
  position: absolute;
  right: 50px;
  top: 120px;
  display: flex;
  font-family: 'Bounded', sans-serif;
  font-size: 48px;
  font-weight: 400;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #fff;
  width: auto;
  left: auto;
}
.revs .n_prod__arrows-item-center {
  color: #fff;
}
.revs .review-slider-arrow {
  cursor: pointer;
  position: relative;
}
.revs .review-slider-arrow::before {
  content: '';
  position: absolute;
  width: 150%;
  height: 150%;
  top: -25%;
  left: -25%;
}
.revs .review-slider-wr {
  margin-top: 60px;
  position: unset;
}
.revs .title {
  width: calc(100% - 100px);
}

.hblog-new {
  margin-top: 120px;
  padding: 0 !important;
}
.hblog-new .hblog-slider {
  margin: 30px 0 0;
  display: flex;
  flex-flow: wrap;
}
.hblog-new .hblog-slide {
  margin: 0;
}
.hblog-new .button {
  width: 400px;
  max-width: 100%;
  margin: 40px auto 0;
}

.hvideo-new {
  margin-top: 120px;
  padding: 0 !important;
}
.hvideo-new:last-child {
  padding-bottom: 120px !important;
}
.hvideo-new .hvideo-slider {
  margin: 30px 0 0;
  display: flex;
  justify-content: flex-start;
  flex-flow: wrap;
}
.hvideo-new .hvideo-slide {
  margin-right: 30px;
}
.hvideo-new .button {
  width: 400px;
  max-width: 100%;
  margin: 40px auto 0;
}

.footer-logo.footer-logo-new {
  width: 290px;
}

.solc {
  margin-top: 120px;
}
.solc__block {
  width: 100%;
  display: flex;
  flex-flow: wrap;
}
.solc__image {
  float: left;
  width: 40%;
  height: 425px;
  position: relative;
}
.solc__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  border-radius: 15px;
  left: 0;
  object-fit: cover;
}
.solc__base {
  float: left;
  width: 60%;
  padding-left: 70px;
  margin: auto 0;
}
.solc__desc {
  display: block;
  margin-top: 50px;
  font-family: 'Bounded', sans-serif;
  font-weight: 400;
  font-size: 24px;
  letter-spacing: 0.03em;
  color: #242424;
}

.solc__adva {
  margin-top: 120px;
}
.solc__adva:fiirst-child {
  margin-top: 0;
}
.solc__adva-block {
  width: calc(100% + 30px);
  display: flex;
  flex-flow: wrap;
  margin: 20px -15px 0;
}
.solc__adva-item {
  float: left;
  width: calc(25% - 30px);
  margin: 30px 15px 0;
  box-shadow: 0 10px 30px -8px rgba(63, 102, 135, 0.15);
  background: #fff;
  padding: 10px 20px;
  border-radius: 15px;
  display: flex;
}
.solc__adva-num {
  float: left;
  font-family: 'Bounded', sans-serif;
  font-weight: 400;
  font-size: 48px;
  letter-spacing: 0.03em;
  color: #d79587;
  width: 54px;
  margin: auto 0;
}
.solc__adva-name {
  float: left;
  width: calc(100% - 54px);
  margin: auto 0;
  font-size: 16px;
}

.maker {
  width: 100%;
  margin-top: 120px;
  padding: 120px 0;
  background: url('/wp-content/themes/garders-theme/css/../img/folio-bg.jpg') center/cover;
}
.maker .title {
  display: flex;
  flex-flow: wrap;
}
.maker .title__name {
  width: 60%;
}
.maker .title__dop {
  float: right;
  margin: auto 0 auto auto;
  font-family: 'Bounded', sans-serif;
  font-weight: 400;
  letter-spacing: 0.03em;
  color: #d79587;
  font-size: 24px;
}
.maker__block {
  width: 100%;
  display: flex;
  flex-flow: wrap;
}
.maker__item {
  float: left;
  width: 50%;
  padding-right: 50px;
  display: flex;
  margin-top: 50px;
}
.maker__item-image {
  float: left;
  min-width: 340px;
  height: 250px;
}
.maker__item-image img {
  display: block;
  width: auto;
  height: 100%;
  border-radius: 15px;
  object-fit: cover;
}
.maker__item-text {
  float: left;
  margin: auto 0;
  padding: 0 0 0 50px;
  font-family: 'Bounded', sans-serif;
  font-weight: 400;
  font-size: 21px;
  letter-spacing: 0.03em;
  color: #fff;
}
.conditions {
  width: 100%;
  margin-top: 120px;
}
.conditions__block {
  width: 100%;
  padding-right: 24%;
  position: relative;
  margin-top: 50px;
  display: flex;
  flex-flow: wrap;
}
.conditions__image {
  float: left;
  width: 37%;
  height: auto;
}
.conditions__image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 15px;
}
.conditions__text {
  float: left;
  width: 63%;
  padding: 30px 50px;
  margin: auto 0;
}
.conditions__text-name {
  font-size: 24px;
  font-family: 'Bounded', sans-serif;
  letter-spacing: 0.03em;
  color: #242424;
}
.conditions__text-desc {
  margin-top: 30px;
}
.conditions__text-desc li {
  display: block;
  line-height: 180%;
  color: #242424;
  padding-left: 26px;
  font-size: 16px;
  position: relative;
}
.conditions__text-desc li::before {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  top: 6px;
  left: 0;
  border-radius: 50%;
  background: #d79587;
}
.conditions__img {
  position: absolute;
  width: 24%;
  right: 0;
  bottom: 0;
}
.conditions__img img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 15px;
}

.conditions__info {
  width: 100%;
  display: flex;
  margin-top: 70px;
}
.conditions__info-image {
  float: left;
  width: 50%;
  height: 230px;
  display: flex;
  gap: 30px;
}
.conditions__info-image img {
  float: left;
  width: auto;
  height: 100%;
  border-radius: 15px;
  object-fit: cover;
}
.conditions__info-block {
  float: left;
  width: 50%;
  padding-left: 50px;
}
.conditions__info-name {
  display: block;
  font-family: 'Bounded', sans-serif;
  font-weight: 400;
  font-size: 36px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #3f6687;
  line-height: 1;
}
.conditions__info-desc {
  display: block;
  margin-top: 30px;
  font-size: 16px;
  line-height: 135%;
}


@media screen and (min-width: 1024px) {
  .header_new.fixed .header_new__block {
    padding-top: 10px;
  }
  .sols__item:hover .sols__item-image img {
    transform: scale(1.1);
  }
  .hvideo-new .hvideo-slide {
    width: calc(25% - 30px);
  }
  .hblog-new .hblog-slide {
    width: calc(33.3333% - 30px);
  }
}

@media screen and (max-width: 1399px) and (min-width: 1024px) {
  .conditions__block {
    padding-right: 0;
  }
  .conditions__img {
    display: none;
  }
  .solc__image {
    display: none;
  }
  .solc__base {
    width: 100%;
    padding-left: 0;
  }
  .maker__item {
    width: 100%;
  }
  .header_new__search {
    display: none;
  }
  .maker__item-text {
    font-size: 20px;
  }
  .header_new__catalog {
    margin-right: auto;
  }
  .sols__item-title {
    font-size: 16px;
  }
  .rating-company__title {
    width: 100%;
  }
  .rating-company__items {
    width: calc(100% + 20px);
    margin: 0 -10px;
  }
  .advant {
    flex-direction: column;
  }
  .advant__image {
    width: 100%;
    height: 350px;
  }
  .advant__block {
    width: 100%;
    padding: 50px 30px;
  }
  .quality__video {
    display: none;
  }
  .quality__box {
    width: 100%;
    padding: 0;
  }
  .quality__folio-image {
    display: none;
  }
}

@media screen and (max-width: 1023px) {
  .header_new__block {
    padding: 10px 0;
  }
  .header_new__logo {
    width: 220px;
  }
  .header_new__catalog {
    margin: auto -10px auto auto;
    height: 40px;
    border-radius: 0;
    background: transparent;
  }
  .header_new.open .header_new__catalog-but_humb {
    background: rgba(0, 0, 0, 0);
  }
  .header_new__catalog-but_humb {
    margin: auto;
    background: #000;
  }
  .header_new__catalog-but_humb::before, .header_new__catalog-but_humb::after {
    background: #000;
  }
  .header_new__catalog-but_name {
    display: none;
  }
  .header_new__search {
    display: none;
  }
  .header_new__phone {
    display: none;
  }
  .header_new__email {
    display: none;
  }
  .header_new__telegram {
    display: none;
  }
  .header_new.open .swmenu-wrap {
    top: 60px;
    height: calc(100% - 153px);
  }
  .header_new > .row {
    padding: 0;
  }
  .header_new__block {
    position: relative;
    z-index: 1001;
    padding: 10px 20px;
    background: #F8F8F8;
  }
  .teaser {
    padding-top: 60px;
  }
  .teaser__image::before {
    background: linear-gradient(90deg, #362e2d 31.87%, rgba(36, 36, 36, 0.3) 74.52%);
  }
  .teaser__block {
    padding: 40px 0;
  }
  .teaser__title {
    font-size: 26px;
  }
  .teaser__desc {
    margin-top: 20px;
    padding-left: 15px;
    font-size: 14px;
    line-height: 122%;
  }
  .teaser__but {
    flex-direction: column;
    margin-top: 30px;
  }
  .teaser__but .button {
    width: 100%;
    padding: 0 30px;
  }
  .teaser__but-text {
    width: 100%;
    padding: 35px 20px 15px;
    height: auto;
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 115%;
    margin: -25px 0 0;
    justify-content: center;
    text-align: center;
  }
  .title__name {
    font-size: 24px;
  }
  .title__name small, .title__name span {
    font-size: 20px;
  }
  .title__desc {
    margin-top: 20px;
    font-size: 14px;
  }
  .sols {
    padding-top: 60px;
  }
  .sols::before {
    width: 380px;
    height: 380px;
    filter: blur(374px);
  }
  .sols__block {
    width: calc(100% + 20px);
    margin: 0 -10px;
  }
  .sols__block:first-child {
    margin-top: -30px;
  }
  .sols__item {
    width: calc(100% - 20px);
    margin: 20px 10px 0;
    border-radius: 9px;
    height: 185px;
  }
  .sols__item.medium {
    width: calc(50% - 20px);
  }
  .sols__item.small {
    width: calc(50% - 20px);
  }
  .sols__item-title {
    top: 5px;
    left: 5px;
    max-width: calc(100% - 10px);
    min-height: 30px;
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 9px;
  }
  .calcform {
    margin-top: 60px;
  }
  .calcform:has(+.footer-panel), .calcform:has(+.footer) {
    padding-bottom: 60px;
  }
  .calc-new:has(+.footer-panel), .calc-new:has(+.footer) {
    padding-bottom: 60px;
  }
  .calcform__block {
    width: calc(100% + 40px);
    margin: 0 -20px;
    min-height: 400px;
  }
  .calcform__box {
    width: 100%;
    padding: 40px 20px;
  }
  .calcform__title {
    font-size: 24px;
  }
  .calcform__title span {
    color: #d79587;
  }
  .calcform__form {
    margin: 20px 0 0;
  }
  .rating-company {
    margin-top: 60px;
  }
  .rating-company__title {
    width: 100%;
    margin: 0;
  }
  .rating-company__title-num {
    font-size: 60px;
  }
  .rating-company__title-desc {
    padding-left: 10px;
    font-size: 24px;
  }
  .rating-company__items {
    width: calc(100% + 10px);
    margin: 10px -5px 0;
  }
  .rating-company__item {
    width: calc(25% - 10px);
    margin: 10px 5px 0;
    height: 52px;
    padding: 15px 40px;
  }
  .n_prod {
    margin-top: 70px;
  }
  .n_prod__arrows {
    display: none !important;
  }
  .n_prod__slider {
    margin-top: 30px;
    padding-right: 30px;
  }
  .advant {
    margin-top: 60px;
    flex-direction: column;
  }
  .advant__image {
    width: 100%;
    height: 290px;
  }
  .advant__block {
    width: 100%;
    padding: 40px 20px;
  }
  .advant__items {
    width: 100%;
    margin-top: 40px;
    margin-right: 0;
  }
  .advant__item {
    width: 100%;
    margin-top: 25px;
    padding-right: 0;
  }
  .advant__item:first-child {
    margin-top: 0;
  }
  .advant__item-num {
    height: 30px;
    font-size: 24px;
  }
  .advant__item-title {
    padding-left: 32px;
    min-height: 30px;
    font-size: 16px;
  }
  .advant__item-desc {
    margin-top: 1px;
    font-size: 16px;
  }

  .calc-new {
    padding-top: 60px;
  }
  .calc-new::before {
    display: none;
  }
  .calc-new__block {
    width: calc(100% + 40px);
    margin: 0 -20px;
  }
  .calc-new__box {
    padding: 40px 20px;
  }
  .calc-new__title {
    width: 100%;
    font-size: 24px;
    padding-right: 0;
  }
  .calc-new__dop {
    width: 100%;
    margin-top: 20px;
  }
  .calc-new__dop h3 {
    font-size: 18px;
  }
  .calc-new__dop p {
    font-size: 16px;
    margin-top: 10px;
  }
  .calc-new__form {
    margin: 30px 0 0;
  }
  .quality {
    margin-top: 60px;
  }
  .quality__video {
    display: none;
    width: calc(100% + 40px);
    margin: 0 -20px;
  }
  .quality__video .offer__video-thumb {
    top: calc(50% - 292px);
    right: auto;
    left: calc(50% - 149px);
  }
  .quality__box {
    width: 100%;
    padding-left: 0;
    margin-top: 0;
  }
  .quality__info {
    margin-top: 40px;
  }
  .quality__info-item {
    width: 100%;
    margin-top: 20px;
  }
  .quality__info-item:first-child {
    margin: 0;
  }
  .quality__info-name {
    font-size: 20px;
  }
  .quality__info-desc {
    margin-top: 5px;
  }
  .quality__sub {
    margin-top: 40px;
    font-size: 22px;
  }
  .quality__sub span {
    font-size: 32px;
  }
  .quality__list li {
    display: block;
    line-height: 180%;
    color: #242424;
    padding-left: 24px;
    font-size: 16px;
    position: relative;
  }
  .quality__list li::before {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    top: 6px;
    left: 0;
    border-radius: 50%;
    background: #3f6687;
  }
  .quality__folio {
    margin: 120px -20px 0;
    width: calc(100% + 40px);
    min-height: 300px;
    padding: 175px 20px 40px;
  }
  .quality__folio-image {
    width: 310px;
    height: 220px;
    right: auto;
    left: calc(50% - 155px);
    top: -60px;
  }
  .quality__folio-title {
    font-size: 24px;
  }
  .quality__folio-but {
    margin-top: 20px;
  }
  .folio {
    margin-top: 60px;
    padding: 60px 0;
  }
  .folio .title {
    width: 100%;
  }
  .folio .review-slider-arrows {
    display: none !important; 
  }
  .folio .project-mob-slider-wrap {
    margin-top: 20px;
  }
  .advant__items.st .advant__item {
    padding-left: 30px;
  }
  .advant__items.st .advant__item-num {
    top: -1px;
  }

  .freeze {
    margin-top: 60px;
  }
  .freeze__block {
    width: calc(100% + 40px);
    margin: 0 -20px;
    padding: 60px 20px;
  }
  .freeze__items {
    width: 100%;
    margin: 20px 0 0;
  }
  .freeze__item {
    width: 100%;
    margin: 10px 0 0;
  }
  .freeze__item-text {
    padding: 20px;
  }
  .freeze__item-text span {
    font-size: 18px;
  }
  .revs {
    margin-top: 60px;
    padding: 60px 0 !important;
  }
  .revs .review-slider-arrows {
    display: none !important; 
  }
  .revs .review-slider-wr {
    margin-top: 30px;
  }
  .revs .title {
    width: 100%;
  }
  .hblog-new {
    margin-top: 60px;
    padding: 0;
  }
  .hblog-new .review-slider-arrows {
    display: none !important;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    position: absolute !important;
  }
  .hblog-new .hblog-slider {
    margin: 30px -20px 0;
    width: calc(100% + 40px);
    padding: 0 20px;
  }
  .hblog-new .hblog-slide {
    margin-right: 30px;
  }
  .hblog-new .button {
    margin: 30px auto 0;
  }

  .hvideo-new {
    margin-top: 60px;
    padding: 0;
  }
  .hvideo-new:last-child {
    padding-bottom: 60px;
  }
  .hvideo-new .review-slider-arrows {
    display: none !important;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    position: absolute !important;
  }
  .hvideo-new .hvideo-slider {
    margin: 30px -20px 0;
    width: calc(100% + 40px);
    padding: 0 20px;
  }
  .hvideo-new .hvideo-slide {
    margin-right: 30px;
  }
  .hvideo-new .button {
    margin: 30px auto 0;
  }
  .solc {
    margin-top: 60px;
  }
  .solc__image {
    width: 100%;
    height: 300px;
  }
  .solc__base {
    width: 100%;
    padding: 0;
    margin: 30px 0 0;
  }
  .solc__desc {
    margin-top: 20px;
    font-size: 16px;
  }
  .solc__adva {
    margin-top: 60px;
  }
  .solc__adva-block {
    width: 100%;
    margin: 20px 0 0;
  }
  .solc__adva-item {
    width: 100%;
    margin: 15px 0 0;
    padding: 10px 15px;
  }
  .solc__adva-item:first-child {
    margin-top: 0;
  }
  .maker {
    margin-top: 60px;
    padding: 60px 0;
  }
  .maker .title__name {
    width: 100%;
  }
  .maker .title__dop {
    width: 100%;
    margin: 15px 0 0;
    font-size: 20px;
  }
  .maker__block {
   margin-top: 30px;
  }
  .maker__item {
    width: 100%;
    padding-right: 0;
    flex-direction: column;
    margin-top: 30px;
  }
  .maker__item-image {
    min-width: 100%;
    height: 250px;
    position: relative;
  }
  .maker__item-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .maker__item-text {
    width: 100%;
    margin: 15px 0 0;
    padding: 0;
    font-size: 16px;
  }

  .conditions {
    width: 100%;
    margin-top: 60px;
  }
  .conditions__block {
    width: 100%;
    padding-right: 0;
    margin-top: 30px;
  }
  .conditions__image {
    width: 100%;
  }
  .conditions__text {
    width: 100%;
    padding: 20px 0 0;
    margin: 0;
  }
  .conditions__text-name {
    font-size: 20px;
  }
  .conditions__text-desc {
    margin-top: 20px;
  }
  .conditions__img {
    display: none;
  }
  .conditions__info {
    margin-top: 40px;
    flex-direction: column;
  }
  .conditions__info-image {
    width: 100%;
    height: 140px;
    gap: 15px;
  }
  .conditions__info-block {
    margin-top: 20px;
    width: 100%;
    padding-left: 0;
  }
  .conditions__info-name {
    font-size: 24px;
  }
  .conditions__info-desc {
    margin-top: 20px;
  }


}

@media screen and (max-width: 767px) {
  #wpadminbar {
    display: none !important;
  }
  .sols__item {
    width: calc(100% - 20px) !important;
  }
  .rating-company__item {
    width: calc(50% - 10px);
  }
}
