@import url(../fonts/Roboto/stylesheet.css);

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

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

@font-face {
  font-family: Involve;
  font-display: swap;
  src: url(../fonts/Involve-MediumOblique.woff2) format("woff2");
  font-weight: 400;
  font-style: normal
}

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

@font-face {
  font-family: Involve;
  font-display: swap;
  src: url(../fonts/Involve-SemiBold.woff2) format("woff2");
  font-weight: 600;
  font-style: normal
}

* {
  padding: 0;
  margin: 0;
  border: 0
}

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

*::after,
*::before {
  display: inline-block
}

body,
html {
  height: 100%;
  min-width: 320px
}

body {
  color: #2d231d;
  line-height: 1;
  font-family: Involve;
  font-size: 1rem;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

button,
input,
textarea {
  font-family: Involve;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  background-color: rgba(0, 0, 0, 0)
}

input,
textarea {
  width: 100%
}

label {
  display: inline-block
}

button,
option,
select {
  cursor: pointer
}

a {
  display: inline-block;
  color: inherit;
  text-decoration: none
}

ul li {
  list-style: none
}

img {
  vertical-align: top
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit
}

.lock body {
  overflow: hidden;
  touch-action: none;
  -ms-scroll-chaining: none;
  overscroll-behavior: none
}

.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden
}

@supports (overflow:clip) {
  .wrapper {
    overflow: clip
  }
}

.wrapper>main {
  flex: 1 1 auto
}

.wrapper>* {
  min-width: 0
}

.container {
  max-width: 120rem;
  padding-left: 2.4375rem;
  padding-right: 2.4375rem;
  margin: 0 auto
}

[class*=__container] {
  max-width: 75rem;
  margin: 0 auto;
  padding: 0 .9375rem
}

[class*="--gc"] {
  display: grid;
  min-width: 0;
  grid-template-columns: .9375rem 1fr minmax(auto, 73.125rem) 1fr .9375rem
}

[class*="--gc"]>* {
  min-width: 0;
  grid-column: 3/4
}

.spollers {
  display: grid;
  gap: 15px
}

.spollers__item {
  font-size: 1.25rem
}

.spollers__title {
  width: 100%;
  cursor: default;
  text-align: left;
  border: 1px solid #eee;
  padding: .625rem .9375rem;
  border-radius: .3125rem;
  position: relative;
  list-style: none
}

.spollers__title::-webkit-details-marker,
.spollers__title::marker {
  display: none
}

._spoller-init .spollers__title {
  cursor: pointer
}

._spoller-init .spollers__title::after,
._spoller-init .spollers__title::before {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  background-color: #000;
  height: 2px;
  width: 15px;
  transition: -webkit-transform .5s ease 0s;
  transition: transform .5s ease 0s;
  transition: transform .5s ease 0s, -webkit-transform .5s ease 0s
}

._spoller-init .spollers__title::before {
  -webkit-transform: translate(-75%, -50%) rotate(40deg);
  transform: translate(-75%, -50%) rotate(40deg)
}

._spoller-init .spollers__title::after {
  -webkit-transform: translate(0, -50%) rotate(-40deg);
  transform: translate(0, -50%) rotate(-40deg)
}

._spoller-init .spollers__title._spoller-active::before {
  -webkit-transform: translateX(-75%) rotate(-40deg);
  transform: translateX(-75%) rotate(-40deg)
}

._spoller-init .spollers__title._spoller-active::after {
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg)
}

.spollers__body {
  padding: 1.25rem;
  border-radius: .3125rem;
  border: 1px solid #eee
}

.ibg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.ibg--top {
  -o-object-position: top;
  object-position: top
}

.ibg--bottom {
  -o-object-position: bottom;
  object-position: bottom
}

.ibg--left {
  -o-object-position: left;
  object-position: left
}

.ibg--right {
  -o-object-position: right;
  object-position: right
}

.ibg--contain {
  -o-object-fit: contain;
  object-fit: contain
}

.button {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  padding: 1.5625rem 1.875rem;
  background: #ff9500;
  transition: all .3s
}

.button:active {
  background: #f0800f
}

.button span {
  font-weight: 600;
  line-height: 130%;
  color: #fff
}

.button_call span {
  padding-left: 1.875rem;
  padding-right: 0;
  background: url(../img/icons/call.svg) 0 center no-repeat
}

.button_more span {
  padding-right: 2.125rem;
  position: relative
}

.button_more span::after {
  content: "";
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  background: url(../img/icons/arrow-right.svg) 0 0 no-repeat;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.button_document span {
  padding-right: 2.125rem;
  position: relative
}

.button_document span::after {
  content: "";
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  background: url(../img/icons/document.svg) 0 0 no-repeat;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.button-green {
  background: #009a61;
  padding: 1.5625rem 3.75rem;
  font-weight: 600;
  color: #fff
}

.button-green:hover {
  background: #14ae75
}

.button-green:active {
  background: #00864d
}

.button-void {
  border: 1px solid #009a61;
  border-radius: 100px;
  padding: 22px 30px;
  background: rgba(0, 0, 0, 0);
  font-weight: 600;
  color: #009a61
}

.button-void span {
  position: relative;
  color: #009a61
}

.button-void span::after {
  content: "";
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  background: url(../img/icons/arrow-right-green.svg) 0 0 no-repeat;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.button-void:hover {
  background: #14ae75;
  color: #fff
}

.button-void:hover span {
  color: #fff
}

.button-void:hover span::after {
  background: url(../img/icons/arrow-right.svg) 0 0 no-repeat
}

.button-void:active {
  background: #00864d;
  color: #fff
}

.button-void:active span::after {
  background: url(../img/icons/arrow-right.svg) 0 0 no-repeat
}

.header_home {
  position: absolute;
  width: 100%;
  top: 1.25rem;
  left: 0
}

.header__block {
  border-radius: 20px;
  padding: 20px 60px 0;
  background: #fff;
  position: relative;
  z-index: 10
}

.header__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: .625rem;
  border-bottom: 1px solid #dadada;
  padding-bottom: 1rem
}

.logo {
  display: flex;
  align-items: center;
  gap: 1.25rem
}

.logo__name {
  font-weight: 600;
  font-size: 1.9375rem;
  color: #2d231d
}

.logo__descr {
  font-size: 14px;
  line-height: 150%;
  color: #5d5c4f
}

.contact {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 6.75rem
}

.sms {
  stroke: #a8a8a8
}

.social {
  display: flex;
  align-items: center;
  gap: .5rem
}

.social__item {
  width: 3rem;
  height: 3rem
}

.social__item img {
  width: 100%
}

.contact__call {
  display: flex;
  align-items: center;
  gap: 1.875rem
}

.contact__phone {
  font-weight: 600;
  font-size: 1.9375rem;
  color: #2d231d
}

.button_orders {
  font-size: .9375rem
}

.container-fluid {
  padding: 0
}

.navbar-toggler {
  border: none;
  padding: 0
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: none
}

.navbar-toggler-icon {
  background: url(../img/icons/menu.svg) 0 0/cover no-repeat;
  width: 2.5rem;
  height: 2.5rem
}

.navbar-nav {
  width: 100%;
  justify-content: space-between;
  background: #fff;
  position: relative;
  z-index: 10
}

.nav-link {
  font-weight: 600;
  color: #2d231d
}

.dropdown-toggle::after {
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
  width: .875rem;
  height: .5rem;
  background: url(../img/icons/drop-icon.svg) 0 center no-repeat;
  vertical-align: 1px
}

.footer {
  padding: 2.5rem 0;
  background: #201a16;
  color: #fff
}

.footer__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .625rem
}

.logo-footer {
  display: flex;
  align-items: center;
  gap: 2.5rem
}

.logo-footer__name {
  font-weight: 600;
  font-size: 32px
}

.logo-footer__desc {
  line-height: 160%
}

.contact-footer {
  display: flex;
  align-items: center;
  gap: 8.875rem
}

.sms_footer {
  stroke: #009a61
}

.contact-footer__phone {
  font-weight: 600;
  color: #fff
}

.social-footer {
  display: flex;
  align-items: center;
  gap: .75rem
}

.footer__development {
  display: flex;
  flex-direction: column;
  gap: .75rem;
  color: #a6a3a2
}

.footer__policy a {
  font-size: 14px;
  color: #a6a3a2
}

.offer {
  padding: 18.125rem 0 18.75rem;
  border-radius: 0 0 60px 60px;
  background-image: url(../img/offer-bg.webp);
  background-size: cover;
  background-position: 100% 100%
}

.offer__content {
  width: 61.25rem;
  padding-left: 3.75rem
}

.offer__title {
  font-weight: 600;
  line-height: 130%;
  margin-bottom: 1.25rem
}

.offer__title span {
  display: inline-block;
  position: relative;
  z-index: 5
}

.offer__title span::after {
  content: "";
  position: absolute;
  width: 6.25rem;
  height: 6.25rem;
  background: url(../img/icons/present.svg) 0 0 no-repeat;
  top: -1.875rem;
  right: -4.6875rem;
  z-index: -1
}

.offer__descr {
  line-height: 160%;
  color: #5d5c4f;
  margin-bottom: 2.5rem
}

.offer__descr span {
  font-weight: 600
}

.offer__button-block {
  display: flex;
  align-items: center;
  gap: 1.25rem
}

.button_offer {
  padding: 1.5625rem 3.75rem
}

.discount {
  padding: 1.875rem 0
}

.discount__block {
  position: relative;
  border-radius: 0 0 40px 40px
}

.discount__img {
  position: relative;
  padding-bottom: 44%
}

.discount__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  top: 0;
  left: 0;
  border-radius: 0 0 40px 40px
}

.discount__text {
  width: 23.75rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 3.75rem
}

.discount__title {
  font-weight: 600;
  font-size: 3rem;
  line-height: 130%;
  margin-bottom: 1.25rem
}

.button_discount {
  width: 17rem;
  padding: 1.5625rem 1.875rem
}

.discount__title_white {
  color: #fff
}

.benefit {
  padding-bottom: 3.125rem
}

.benefit__content {
  position: relative
}

.benefit__slide {
  border-radius: 40px;
  padding: 3.75rem;
  background: #f9f8f6
}

.benefit__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.25rem
}

.benefit__number {
  font-weight: 500;
  font-size: 2rem;
  font-style: italic;
  color: #d0cdcb
}

.benefit__img {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  width: 5rem;
  height: 5rem;
  background: #fff
}

.benefit__name {
  font-weight: 600;
  margin-bottom: 1rem
}

.benefit__text {
  line-height: 150%;
  color: #5d5c4f
}

.swiper-button-next,
.swiper-button-prev {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 5
}

.swiper-button-prev {
  background: #ff9500 url(../img/icons/prev.svg) center no-repeat;
  left: -1.25rem
}

.swiper-button-prev:hover {
  background: #ffb31e url(../img/icons/prev.svg) center no-repeat
}

.swiper-button-prev:active {
  background: #f0800f url(../img/icons/prev.svg) center no-repeat
}

.swiper-button-next {
  background: #ff9500 url(../img/icons/next.svg) center no-repeat;
  right: -1.25rem
}

.swiper-button-next:hover {
  background: #ffb31e url(../img/icons/next.svg) center no-repeat
}

.swiper-button-next:active {
  background: #f0800f url(../img/icons/next.svg) center no-repeat
}

.section {
  padding: 3.125rem 0
}

.section-title {
  font-weight: 600;
  line-height: 130%;
  text-align: center;
  margin-bottom: 1.875rem
}

.projects__card {
  display: block;
  border-radius: 40px
}

.card-projects__image {
  position: relative;
  overflow: hidden;
  height: 28.5625rem;
  display: block;
  cursor: pointer
}

.image-switch {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 20;
  width: 100%;
  height: 100%;
  display: flex
}

.image-switch__item {
  flex-grow: 1
}

.image-switch__img {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  opacity: 0
}

.image-switch__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 40px;
  top: 0;
  left: 0
}

.image-switch__item:first-child .image-switch__img {
  opacity: 1;
  z-index: -1
}

.image-switch__item:hover .image-switch__img {
  opacity: 1;
  z-index: -1
}

.pagination {
  display: flex;
  position: absolute;
  gap: .375rem;
  z-index: 30;
  left: 2.5rem;
  bottom: 2.5rem;
  width: 100%
}

.pagination__item {
  border-radius: 20px;
  flex: 0 1 15%;
  height: .25rem;
  background: #fff
}

.pagination__item_active {
  background: #ff9500
}

.card-projects__body {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: .9375rem;
  padding: 1.5rem 3.75rem 0
}

.card-projects__name {
  font-weight: 600;
  margin-bottom: .875rem
}

.parametrs-card {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: .625rem
}

.parametrs-card__item {
  display: flex;
  align-items: center;
  gap: .5rem;
  border-radius: 100px;
  padding: 1.125rem 1.625rem;
  background: #f9f8f6
}

.parametrs-card__sense {
  font-weight: 600;
  color: #5d5c4f
}

.cost-projects__price {
  margin-bottom: .875rem
}

.price-cost {
  display: flex;
  gap: .5rem
}

.price-cost__new {
  font-weight: 600
}

.price-cost__old {
  font-size: .875rem;
  text-decoration: line-through;
  color: #5d5c4f
}

.button_parametrs {
  width: 13.75rem;
  padding: 1.125rem 2.5rem
}

.button_projects {
  width: 21.4375rem;
  margin: 1.875rem auto 0;
  color: #009a61
}

.advantages__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 1.875rem
}

.advantages__item {
  display: flex;
  border-radius: 40px;
  padding: 3.75rem;
  padding: 3.75rem;
  background: #f9f8f6;
  min-height: 21rem;
  position: relative
}

.leaf {
  background-color: #f9f8f6
}

.leaf::after {
  content: "";
  position: absolute;
  width: 20.875rem;
  height: 21rem;
  background-image: url(../img/advantages/01.webp);
  right: 0;
  bottom: 0
}

.leaf .advantages__text {
  flex-basis: 60%
}

.edit {
  background-color: #f9f8f6
}

.edit::after {
  content: "";
  position: absolute;
  width: 27.75rem;
  height: 21rem;
  background-image: url(../img/advantages/02.webp);
  right: 0;
  bottom: 0
}

.list-solid {
  position: relative
}

.list-solid::after {
  content: "";
  position: absolute;
  width: 24.5625rem;
  height: 24.875rem;
  background-image: url(../img/advantages/03.webp);
  bottom: 0;
  right: 0
}

.advantages__item:nth-child(1) {
  flex-basis: 45%
}

.advantages__item:nth-child(2) {
  flex-basis: 25%
}

.advantages__item:nth-child(3) {
  flex-basis: 25%
}

.advantages__item:nth-child(4) {
  flex-basis: 48%
}

.advantages__item:nth-child(5) {
  flex-basis: 48%
}

.advantages__text {
  position: relative;
  z-index: 5
}

.advantages__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  border-radius: 20px;
  background: #fff;
  margin-bottom: 3.125rem
}

.advantages__name {
  font-weight: 600;
  max-width: 26.25rem
}

.advantages__img {
  position: relative;
  flex-basis: 40%
}

.advantages__img img {
  position: absolute;
  width: 344px;
  height: 336px;
  right: -60px;
  bottom: -60px
}

.payment {
  padding: .625rem 0 6.25rem
}

.payment__wrapper {
  display: flex;
  gap: 3.125rem;
  border: 1px solid #5d5c4f;
  border-radius: 60px;
  padding: 3.75rem
}

.payment__head {
  flex: 1 1 38%
}

.section-title_payment {
  text-align: left
}

.payment__content {
  width: 100%;
  flex: 1 1 60%;
  display: flex;
  justify-content: space-between;
  gap: 1.25rem
}

.payment__item {
  width: 13.125rem
}

.payment__img {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  width: 80px;
  height: 80px;
  background: #ff9500;
  margin-bottom: 2.5rem
}

.payment__name {
  font-weight: 600
}

.company {
  background: #201a16
}

.company__wrapper {
  padding: 0 3.75rem 0 3.75rem;
  display: flex
}

.company__img {
  flex: 1 1 53%;
  position: relative;
  padding-bottom: 48.5%;
  margin-top: -5rem
}

.company__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  top: 0;
  left: 0
}

.proficiency {
  position: absolute;
  right: 7.625rem;
  top: 12.375rem;
  z-index: 5;
  width: 13.875rem;
  height: 13.875rem
}

.proficiency img {
  width: 100%
}

.company__content {
  flex: 1 1 40%;
  padding: 6.25rem 0 0 6.25rem;
  color: #fff
}

.section-title_company {
  text-align: left
}

.company__text {
  font-size: 18px;
  line-height: 160%
}

.company__text span {
  font-weight: 600
}

.portfolio {
  padding-top: 6.25rem
}

.section-title_portfolio {
  text-align: left;
  margin-left: 3.75rem
}

.portfolio__card {
  display: block
}

.card-portfolio__img {
  border-radius: 40px;
  position: relative;
  padding-bottom: 79.5%
}

.card-portfolio__img img {
  border-radius: 40px;
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  top: 0;
  left: 0
}

.btn {
  border-radius: 50px;
  width: 60px;
  height: 60px;
  background: #ff9500 url(../img/icons/arrow-right.svg) center no-repeat;
  position: absolute;
  bottom: -1.875rem;
  right: 3.75rem
}

.btn_portfolio:hover {
  background: #ffb31e url(../img/icons/arrow-right.svg) center no-repeat
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
  background: #f0800f url(../img/icons/arrow-right.svg) center no-repeat;
  border: none
}

.card-portfolio__body {
  padding: 3.75rem
}

.card-portfolio__name {
  font-weight: 600;
  font-size: 1.5rem;
  margin-bottom: .9375rem
}

.card-portfolio__location {
  color: #5d5c4f;
  padding-left: 2.125rem;
  position: relative
}

.card-portfolio__location::before {
  content: "";
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  background: url(../img/icons/icon-map.svg) 0 0 no-repeat;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0
}

.button_portfolio {
  width: 24.0625rem;
  margin: 0 auto
}

.calculate__wrapper {
  border-radius: 60px;
  padding: 6.25rem;
  background: url(../img/calculate-bg.webp) 0 0 no-repeat;
  background-image: url(../img/calculate-bg.webp);
  background-size: cover
}

.calculate__content {
  max-width: 70rem
}

.calculate__head {
  font-weight: 600;
  line-height: 130%;
  margin-bottom: 1.25rem
}

.calculate__text {
  line-height: 160%;
  color: #5d5c4f;
  margin-bottom: 1.875rem
}

.button_calc span {
  padding-right: 2.125rem;
  background: url(../img/icons/calculator.svg) right center no-repeat
}

.button_calculate {
  width: 20.875rem
}

.map__content {
  position: relative;
  padding-bottom: 37.5%
}

.map__content img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  top: 0;
  left: 0
}

.navigation {
  padding: 2.4375rem 0 1.875rem
}

.breadcrumb {
  margin-left: 3.75rem
}

.breadcrumb-item {
  font-size: 14px;
  line-height: 150%;
  color: #5d5c4f
}

.breadcrumb-item+.breadcrumb-item {
  padding-left: 1.25rem
}

.breadcrumb-item+.breadcrumb-item::before {
  padding-right: 1.25rem
}

.active {
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  color: #2d231d
}

.breadcrumb-item+.breadcrumb-item::before {
  content: var(--bs-breadcrumb-divider, "—")
}

.product-page {
  padding-bottom: 3.75rem
}

.section-title_product-page {
  text-align: left;
  margin-left: 3.75rem
}

.product-page__images {
  margin-bottom: 1.25rem
}

.images-product {
  position: relative
}

.images-product__slide {
  border-radius: 60px
}

.images-product__slide img {
  width: 100%;
  border-radius: 60px
}

.swiper-pagination {
  display: flex;
  justify-content: center;
  gap: .375rem;
  width: 70%;
  height: 4px;
  position: absolute;
  bottom: 2.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

.swiper-pagination-bullet {
  border-radius: 20px;
  width: 7.8125rem;
  flex: 1 1 7.8125rem;
  height: 4px;
  background: #fff
}

.swiper-pagination-bullet-active {
  background: #ff9500
}

.images-product-button-next,
.images-product-button-prev {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 5
}

.images-product-button-prev {
  background: #ff9500 url(../img/icons/prev.svg) center no-repeat;
  left: 1.25rem
}

.images-product-button-prev:hover {
  background: #ffb31e url(../img/icons/prev.svg) center no-repeat
}

.images-product-button-prev:active {
  background: #f0800f url(../img/icons/prev.svg) center no-repeat
}

.images-product-button-next {
  background: #ff9500 url(../img/icons/next.svg) center no-repeat;
  right: 1.25rem
}

.images-product-button-next:hover {
  background: #ffb31e url(../img/icons/next.svg) center no-repeat
}

.images-product-button-next:active {
  background: #f0800f url(../img/icons/next.svg) center no-repeat
}

.product-page__parameters {
  margin-bottom: 1.25rem
}

.parameters-product {
  border: 1px solid #5d5c4f;
  border-radius: 60px;
  padding: 3.75rem
}

.parameters-product__item {
  display: flex;
  gap: 1rem;
  flex: 1 1 31%;
  border-radius: 50px;
  padding: 1rem 1.25rem;
  background: #f9f8f6
}

.exposition__name {
  margin-bottom: .25rem
}

.exposition__sense {
  font-weight: 600;
  font-size: 24px
}

.change-product {
  border-radius: 60px;
  background: #f9f8f6;
  position: relative
}

.change-product::after {
  content: "";
  position: absolute;
  width: 36.5rem;
  height: 23.875rem;
  background-image: url(../img/change-img.webp);
  bottom: 0;
  right: 0
}

.change-product__content {
  width: 35.625rem;
  position: relative;
  z-index: 5
}

.change-product__title {
  font-weight: 600;
  text-shadow: 1px 1px 2px #fff;
  line-height: 130%;
  margin-bottom: 1.25rem
}

.change-product__descr {
  line-height: 160%;
  color: #5d5c4f;
  text-shadow: 1px 1px 2px #fff;
  margin-bottom: 1.875rem
}

.button_change-product {
  width: 26.9375rem
}

.product-page__price {
  margin-bottom: .625rem
}

.price-product {
  border-radius: 60px;
  background: #009a61;
  color: #fff
}

.price-product__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: .625rem
}

.total-price__old {
  font-weight: 500;
  line-height: 150%;
  text-decoration: line-through;
  color: #b2e1cf;
  margin-bottom: .4375rem
}

.total-price__new {
  font-weight: 600;
  font-size: 3.25rem;
  line-height: 150%
}

.price-product__square {
  border-radius: 50px;
  padding: 11px 15px;
  background: #00794c;
  font-weight: 600;
  font-size: 20px;
  line-height: 150%
}

.product-page__material {
  margin-bottom: .625rem
}

.material-product {
  border-radius: 60px;
  padding: 1.5rem 1.875rem 1.875rem;
  background: #f9f8f6
}

.material-product__title {
  font-weight: 600;
  color: #2d231d;
  text-align: center;
  margin-bottom: 1rem
}

.material-product__item {
  display: flex;
  justify-content: space-between;
  gap: .625rem;
  border-radius: 50px;
  padding: 1rem 1rem 1rem 1.875rem;
  background: #fff;
  margin-bottom: .625rem;
  transition: all .3s;
  position: relative
}

.material-product__item:hover {
  outline: 1px solid #ff9500
}

.material-product__item_active::after {
  content: "";
  position: absolute;
  width: 2rem;
  height: 2rem;
  background: url(../img/product-page/icon-check.svg) 0 0 no-repeat;
  top: 0;
  right: 0
}

.material-product__info {
  flex-grow: 1;
  flex-basis: 75%
}

.material-product__name {
  margin-bottom: .25rem
}

.material-product__price {
  font-weight: 600;
  font-size: 24px;
  color: #009a61
}

.material-product__img {
  width: 9.125rem;
  text-align: center;
  border-radius: 100px
}

.material-product__img img {
  border-radius: 100px;
  width: 100%
}

.profile img {
  border-radius: 0;
  width: 3.5rem
}

.product-page__button {
  display: flex;
  gap: 1.25rem;
  margin-top: 1.25rem
}

.button_estimate {
  padding: 1.375rem 1.25rem;
  flex-grow: 1
}

.information {
  padding: 0 0 6.25rem 0
}

.information__navigation {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.875rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #dadada;
  margin-bottom: 2.5rem
}

.information__title {
  border-radius: 100px;
  border: 1px solid #009a61;
  padding: 1.375rem 2.5rem;
  font-weight: 600;
  font-size: 24px;
  color: #009a61
}

._tab-active {
  background: #009a61;
  color: #fff
}

.information__text {
  font-size: 20px;
  line-height: 150%
}

.information__img {
  border-radius: 40px;
  position: relative;
  padding-bottom: 53%
}

.information__img img {
  border-radius: 40px;
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  top: 0;
  left: 0
}

.swiper {
  overflow: hidden
}

.swiper-initialized {
  touch-action: pan-y
}

.swiper-wrapper {
  width: 100%;
  height: 100%;
  box-sizing: content-box;
  display: flex;
  position: relative
}

.swiper-vertical .swiper-wrapper {
  flex-direction: column
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start
}

.swiper-initialized .swiper-slide {
  flex-shrink: 0
}

.swiper-android .swiper-slide,
.swiper-android .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.swiper-button-lock {
  display: none !important
}

@media (min-width:75em) {
  .button {
    font-size: 1.25rem
  }

  .button-green {
    font-size: 1.25rem
  }

  .button-void {
    font-size: 1.25rem
  }

  .logo__name {
    font-size: 1.9375rem
  }

  .logo-footer__name {
    font-size: 2rem
  }

  .contact-footer__phone {
    font-size: 2rem
  }

  .offer__title {
    font-size: 4.25rem
  }

  .offer__descr {
    font-size: 1.25rem
  }

  .benefit__name {
    font-size: 2rem
  }

  .section-title {
    font-size: 4.25rem
  }

  .card-projects__name {
    font-size: 2rem
  }

  .price-cost__new {
    font-size: 1.625rem
  }

  .advantages__name {
    font-size: 2rem
  }

  .payment__name {
    font-size: 2rem
  }

  .calculate__head {
    font-size: 4.25rem
  }

  .calculate__text {
    font-size: 1.25rem
  }

  .parameters-product {
    padding: 3.75rem
  }

  .change-product {
    padding: 3.75rem
  }

  .change-product__title {
    font-size: 2.5rem
  }

  .price-product {
    padding: 2.5rem
  }

  .total-price__old {
    font-size: 1.5rem
  }

  .total-price__new {
    font-size: 3.25rem
  }

  .material-product__title {
    font-size: 2rem
  }

  .information__navigation {
    gap: 1.875rem
  }

  .information__title {
    font-size: 1.5rem
  }

  .information__text {
    font-size: 1.25rem
  }
}

@media (max-width:100em) {
  .logo {
    gap: .625rem
  }

  .contact__mail {
    display: none
  }

  .contact__call {
    gap: .625rem
  }
}

@media (max-width:75em) {
  .logo__descr {
    display: none
  }

  .offer__content {
    width: 59.375rem
  }

  .proficiency {
    width: 7.625rem;
    height: 7.625rem;
    top: 6.25rem
  }

  .product-page__change {
    margin-bottom: 1.25rem
  }
}

@media (max-width:48em) {
  .container {
    padding-left: .75rem;
    padding-right: .75rem
  }

  .button_orders {
    width: 2.5rem;
    height: 2.5rem;
    background: url(../img/icons/call-m.svg) center no-repeat !important;
    padding: 0 !important
  }

  .button_orders span {
    display: none
  }

  .button_orders:active {
    background: url(../img/icons/call-m.svg) center no-repeat
  }

  .offer {
    padding: 11.875rem 0 12.5rem
  }

  .offer__content {
    width: 100% !important
  }

  .offer__button-block {
    flex-direction: column;
    align-items: start;
    width: 60%
  }

  .button_offer {
    width: 100%
  }

  .button-green_offer {
    width: 100%;
    padding: 1.375rem 1.25rem
  }

  .discount__text {
    left: 1.25rem
  }

  .swiper-button-prev {
    left: 0
  }

  .swiper-button-next {
    right: 0
  }

  .card-projects__body {
    padding: 1.5rem 1.25rem 0
  }

  .advantages__item {
    min-height: 0
  }

  .leaf::after {
    display: none
  }

  .leaf .advantages__text {
    flex-basis: 100%
  }

  .edit::after {
    display: none
  }

  .list-solid::after {
    display: none
  }

  .advantages__text {
    width: 100%
  }

  .advantages__icon {
    margin-bottom: 1.25rem
  }

  .payment__wrapper {
    padding: 1.875rem
  }

  .company__wrapper {
    padding: 0 1.875rem 0 1.875rem
  }

  .section-title_product-page {
    margin-left: 0
  }

  .images-product-button-prev {
    left: 0
  }

  .images-product-button-next {
    right: 0
  }

  .parameters-product__item {
    flex: 1 1 45%
  }

  .change-product::after {
    display: none
  }

  .change-product__content {
    width: 100%
  }
}

@media (max-width:36em) {
  .social__item {
    width: 1.875rem !important;
    height: 1.875rem !important
  }

  .button_orders {
    width: 1.875rem;
    height: 1.875rem;
    background-size: contain
  }

  .navbar-toggler-icon {
    width: 1.875rem;
    height: 1.875rem
  }

  .offer__title span::after {
    background-size: 50% 50%;
    top: -1.25rem
  }

  .discount__img {
    padding-bottom: 60%
  }

  .swiper-button-next,
  .swiper-button-prev {
    width: 1.875rem;
    height: 1.875rem
  }

  .section {
    padding: 1.875rem 0
  }

  .proficiency {
    width: 5.625rem;
    height: 5.625rem;
    top: 3.125rem;
    right: 3.75rem
  }

  .company__content {
    padding: 3.125rem 0 0 0
  }

  .card-portfolio__body {
    padding: 1.875rem
  }

  .map__content {
    padding-bottom: 42%
  }

  .button_change-product {
    width: 100%;
    padding: 1.25rem .625rem
  }

  .information__title {
    padding: .9375rem 1.25rem
  }
}

@media (max-width:30em) {
  .contact {
    gap: .375rem
  }

  .social_mail {
    display: none
  }

  .offer {
    background-image: url(../img/offer-bg-m.webp);
    padding: 7.5rem 0 16.25rem;
    border-radius: 0 0 40px 40px
  }

  .offer__button-block {
    width: 80%
  }

  .discount__text {
    width: 100%;
    padding-right: 1.25rem
  }

  .benefit__slide {
    padding: 1.875rem
  }

  .payment__item {
    flex: 1 0 100%
  }

  .button_portfolio {
    width: 100%
  }

  .button_calculate {
    width: 100%
  }

  .images-product-button-next,
  .images-product-button-prev {
    display: none
  }
}

@media (max-width:30em)and (-webkit-min-device-pixel-ratio:2),
(max-width:30em)and (min-resolution:2dppx) {
  .offer {
    background-image: url(../img/offer-bg-m@2x.webp)
  }
}

@media (max-width:20em) {
  .button {
    font-size: .9375rem
  }

  .button-green {
    font-size: .9375rem
  }

  .button-void {
    font-size: .9375rem
  }

  .logo__name {
    font-size: .875rem
  }

  .logo-footer__name {
    font-size: 1.25rem
  }

  .contact-footer__phone {
    font-size: 1.25rem
  }

  .offer__title {
    font-size: 1.875rem
  }

  .offer__descr {
    font-size: .8125rem
  }

  .benefit__name {
    font-size: 1.25rem
  }

  .section-title {
    font-size: 1.875rem
  }

  .card-projects__name {
    font-size: 1.5rem
  }

  .price-cost__new {
    font-size: 1.375rem
  }

  .advantages__name {
    font-size: 1.375rem
  }

  .payment__name {
    font-size: 1.25rem
  }

  .calculate__head {
    font-size: 1.875rem
  }

  .calculate__text {
    font-size: 1rem
  }

  .parameters-product {
    padding: 1.25rem
  }

  .change-product {
    padding: 1.25rem
  }

  .change-product__title {
    font-size: 1.5rem
  }

  .price-product {
    padding: 1.25rem
  }

  .total-price__old {
    font-size: 1.25rem
  }

  .total-price__new {
    font-size: 1.75rem
  }

  .material-product__title {
    font-size: 1.25rem
  }

  .information__navigation {
    gap: .625rem
  }

  .information__title {
    font-size: 1.125rem
  }

  .information__text {
    font-size: 1rem
  }
}

@media (max-width:112.5em) {
  .offer {
    background-position: 10% 100%
  }
}

@media (max-width:106.25em) {
  .contact {
    gap: .625rem
  }

  .product-page__button {
    flex-wrap: wrap
  }
}

@media (max-width:93.75em) {
  .footer__top {
    flex-wrap: wrap;
    gap: 1.25rem
  }

  .logo-footer {
    flex-basis: 100%;
    justify-content: center
  }

  .contact-footer {
    flex-basis: 100%;
    justify-content: center;
    gap: 1.875rem
  }

  .footer__development {
    flex-basis: 100%;
    text-align: center;
    margin-bottom: .625rem
  }

  .footer__policy {
    text-align: center
  }

  .payment__head {
    flex: 1 1 15%
  }

  .payment__content {
    flex: 1 1 70%
  }
}

@media (max-width:87.5em) {
  .contact__phone {
    font-size: 1.1875rem
  }

  .button_discount {
    padding: 1.25rem 1.875rem
  }

  .payment__wrapper {
    display: block
  }

  .material-product {
    padding: 1.25rem .9375rem
  }
}

@media (max-width:81.25em) {
  .header__block {
    padding: 20px 20px 0
  }

  .social {
    gap: .5rem
  }

  .advantages__item:nth-child(1) {
    flex-basis: 100%
  }

  .advantages__item:nth-child(2) {
    flex-basis: 48%
  }

  .advantages__item:nth-child(3) {
    flex-basis: 48%
  }

  .advantages__item:nth-child(4) {
    flex-basis: 100%
  }

  .advantages__item:nth-child(5) {
    flex-basis: 100%
  }

  .company__wrapper {
    flex-direction: column
  }

  .company__img {
    padding-bottom: 78%
  }

  .company__content {
    padding: 6.25rem 0 0 0
  }

  .breadcrumb {
    margin-left: 1.25rem
  }
}

@media (max-width:61.9375em) {
  .button {
    padding: 20px 20px
  }

  .header__content {
    padding-bottom: 0;
    border-bottom: none
  }

  .social__item {
    width: 2.5rem;
    height: 2.5rem
  }

  .contact__phone {
    display: none
  }

  .button_orders {
    padding: .6875rem 1.25rem
  }

  .navbar-nav {
    padding-left: 1.25rem
  }

  .logo-footer {
    flex-direction: column;
    gap: 1.25rem
  }

  .logo-footer__desc {
    text-align: center
  }

  .contact-footer {
    flex-direction: column;
    gap: 1.25rem
  }

  .offer {
    padding: 11.875rem 0 18.75rem;
    background-position: 30% 100%
  }

  .offer__content {
    padding-left: 0;
    width: 43.75rem
  }

  .offer__title span::after {
    background-size: 70% 70%;
    top: -1.25rem
  }

  .advantages__item {
    padding: 1.875rem
  }

  .payment__content {
    flex-wrap: wrap
  }

  .payment__item {
    flex: 1 0 47%;
    margin-bottom: 1.25rem
  }

  .calculate__wrapper {
    padding: 1.875rem
  }
}

@media (max-width:51.75em) {
  .advantages__item {
    height: 100%
  }

  .advantages__item:nth-child(2) {
    flex-basis: 100%
  }

  .advantages__item:nth-child(3) {
    flex-basis: 100%
  }
}

@media (max-width:26.25em) {
  .button_change-product span {
    font-size: .75rem;
    line-height: 170%
  }

  .material-product__item {
    padding: 1rem .9375rem 1rem .9375rem
  }
}

@media (max-width:24.375em) {
  .button_orders {
    display: none
  }

  .button_projects {
    width: 100%
  }
}

@media (min-width:20em)and (max-width:75em) {
  .button {
    font-size: clamp(.9375rem, .8238636364rem + .5681818182vw, 1.25rem)
  }

  .button-green {
    font-size: clamp(.9375rem, .8238636364rem + .5681818182vw, 1.25rem)
  }

  .button-void {
    font-size: clamp(.9375rem, .8238636364rem + .5681818182vw, 1.25rem)
  }

  .logo__name {
    font-size: clamp(.875rem, .4886363636rem + 1.9318181818vw, 1.9375rem)
  }

  .logo-footer__name {
    font-size: clamp(1.25rem, .9772727273rem + 1.3636363636vw, 2rem)
  }

  .contact-footer__phone {
    font-size: clamp(1.25rem, .9772727273rem + 1.3636363636vw, 2rem)
  }

  .offer__title {
    font-size: clamp(1.875rem, 1.0113636364rem + 4.3181818182vw, 4.25rem)
  }

  .offer__descr {
    font-size: clamp(.8125rem, .6534090909rem + .7954545455vw, 1.25rem)
  }

  .discount__title {
    font-size: clamp(1.125rem, .625rem + 2.5vw, 2.5rem)
  }

  .benefit__name {
    font-size: clamp(1.25rem, .9772727273rem + 1.3636363636vw, 2rem)
  }

  .section-title {
    font-size: clamp(1.875rem, 1.0113636364rem + 4.3181818182vw, 4.25rem)
  }

  .card-projects__name {
    font-size: clamp(1.5rem, 1.3181818182rem + .9090909091vw, 2rem)
  }

  .price-cost__new {
    font-size: clamp(1.375rem, 1.2840909091rem + .4545454545vw, 1.625rem)
  }

  .advantages__name {
    font-size: clamp(1.375rem, 1.1477272727rem + 1.1363636364vw, 2rem)
  }

  .payment__name {
    font-size: clamp(1.25rem, .9772727273rem + 1.3636363636vw, 2rem)
  }

  .calculate__head {
    font-size: clamp(1.875rem, 1.0113636364rem + 4.3181818182vw, 4.25rem)
  }

  .calculate__text {
    font-size: clamp(1rem, .9090909091rem + .4545454545vw, 1.25rem)
  }

  .parameters-product {
    padding: clamp(1.25rem, .3409090909rem + 4.5454545455vw, 3.75rem)
  }

  .change-product {
    padding: clamp(1.25rem, .3409090909rem + 4.5454545455vw, 3.75rem)
  }

  .change-product__title {
    font-size: clamp(1.5rem, 1.1363636364rem + 1.8181818182vw, 2.5rem)
  }

  .price-product {
    padding: clamp(1.25rem, .7954545455rem + 2.2727272727vw, 2.5rem)
  }

  .total-price__old {
    font-size: clamp(1.25rem, 1.1590909091rem + .4545454545vw, 1.5rem)
  }

  .total-price__new {
    font-size: clamp(1.75rem, 1.2045454545rem + 2.7272727273vw, 3.25rem)
  }

  .material-product__title {
    font-size: clamp(1.25rem, .9772727273rem + 1.3636363636vw, 2rem)
  }

  .information__navigation {
    gap: clamp(.625rem, .1704545455rem + 2.2727272727vw, 1.875rem)
  }

  .information__title {
    font-size: clamp(1.125rem, .9886363636rem + .6818181818vw, 1.5rem)
  }

  .information__text {
    font-size: clamp(1rem, .9090909091rem + .4545454545vw, 1.25rem)
  }
}

@media (min-width:100em)and (max-width:120em) {
  .logo {
    gap: clamp(.625rem, -8.75rem + 9.375vw, 2.5rem)
  }

  .contact__call {
    gap: clamp(.625rem, -5.625rem + 6.25vw, 1.875rem)
  }

  .discount__title {
    font-size: clamp(2.5rem, .0000000625rem + 2.5vw, 3rem)
  }
}

@media (min-width:106.25em)and (max-width:120em) {
  .contact {
    gap: clamp(1.25rem, -41.25rem + 40vw, 6.75rem)
  }
}

@media (min-width:87.5em)and (max-width:120em) {
  .contact__phone {
    font-size: clamp(1.1875rem, -.8317307692rem + 2.3076923077vw, 1.9375rem)
  }
}

@media (min-width:93.75em)and (max-width:120em) {
  .contact-footer {
    gap: clamp(.9375rem, -27.4107142857rem + 30.2380952381vw, 8.875rem)
  }
}

@media (min-width:75em)and (max-width:100em) {
  .discount__title {
    font-size: clamp(1.875rem, .0000000625rem + 2.5vw, 2.5rem)
  }
}

@media (hover:none) {
  .button {
    background: #ffb31e
  }
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:2dppx) {
  .offer {
    background-image: url(../img/offer-bg@2x.webp)
  }

  .leaf::after {
    background-image: url(../img/advantages/01@2x.webp)
  }

  .edit::after {
    background-image: url(../img/advantages/02@2x.webp)
  }

  .list-solid::after {
    background-image: url(../img/advantages/03@2x.webp)
  }

  .calculate__wrapper {
    background-image: url(../img/calculate-bg@2x.webp)
  }

  .change-product::after {
    background-image: url(../img/change-img@2x.webp)
  }
}