.commbutton {
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  border: 1px solid transparent;
  position: relative;
  text-align: center;
  transition: opacity 0.3s;
  font-size: 18px;
}
.commbutton:hover {
  opacity: 0.8;
}
.commbutton::before {
  content: "";
  position: absolute;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  top: -1px;
  left: -1px;
  border-radius: 12px;
}
.commbutton span {
  border-radius: 12px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
  z-index: 1;
  height: 100%;
  padding: 22px 19px;
}
.commbutton img {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  object-fit: contain;
}
.commbutton:has(img) span {
  padding: 19px 13px;
}
.commbutton--black {
  background-color: #303947;
}
.commbutton--black::before {
  background: linear-gradient(
    248.48deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.8) 100%
  );
}
.commbutton--black span {
  background-color: #303947;
  color: #ffffff;
}
.commbutton--white {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.7) 0%,
    rgba(255, 255, 255, 0) 100%
  );
}
.commbutton--white::before {
  background: linear-gradient(
    248.48deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.8) 100%
  );
}
.commbutton--white span {
  background-color: #ffffff;
  color: #656565;
}
.commbutton--blue {
  background: linear-gradient(92.16deg, #05acff 0.9%, #0088cc 100.89%);
}
.commbutton--blue span {
  background: linear-gradient(92.16deg, #05acff 0.9%, #0088cc 100.89%);
  color: #fff;
}
.commbutton--blue::before {
  background: linear-gradient(
    248.48deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.8) 100%
  );
}

/* -------------------------- */

.commerctop__body {
  overflow: hidden;
}
.commerctop__image {
  max-width: 100%;
}

.bitub {
  overflow: hidden;
}
.bitub__body {
  position: relative;
}
.bitub__body::after {
  content: "";
  position: absolute;
  width: 241px;
  height: 241px;
  border-radius: 50%;
  box-sizing: border-box;
  border: 1px solid rgb(255, 255, 255, 0.5);
  top: -26px;
  right: 0;
  transform: translateX(120px);
  background-color: #efc6001a;
}
.bitub__content {
  position: relative;
  z-index: 1;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.7) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  backdrop-filter: blur(35px);
  box-shadow: 0px 0px 64px 0px #0000000d,
    inset 1px 1px 0 rgba(255, 255, 255, 0.56);
}

.bitub__text {
  font-weight: 700;
  text-align: center;
  line-height: 1;
}

.econtext {
  text-align: center;
}

.econimages .box__port::after {
  display: none;
}

.boilers .tabs__port {
  display: block;
}

.boilers__box {
  position: relative;
  overflow: hidden;
}

.boilers__box img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

.boilers__box::after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(107, 82, 50, 0) 67.95%,
    #6b5232 100%
  );
  position: absolute;
  top: 0;
  left: 0;
}
.boilers-dop .boilers__box::after {
  display: none;
}
.boilers__text {
  box-shadow: 0px 0px 64px 0px #0000000d, 1px 1px 0px 0px #ffffff8f inset;
  background: linear-gradient(
    273.26deg,
    rgba(255, 255, 255, 0.9) -1.4%,
    rgba(255, 255, 255, 0) 123.6%
  );
  border-radius: 14px;
  backdrop-filter: blur(34px);
  position: relative;
  z-index: 1;
}

.tabs__body {
  display: none;
}

.tabs__body.active {
  display: block;
}

.otoptable__body {
  box-shadow: 12px 12px 20px 0px #d2d2d299, -12px -12px 20px 0px #ffffffcc,
    1px 1px 0px 0px #ffffff8f inset;
}
.otoptable__row {
  border-bottom: 1px solid #e5e5e5;
  display: flex;
  color: #4e4e4e;
  text-align: center;
}
.otoptable__left,
.otoptable__right {
  padding: 10px 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-honren__imagecont {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.main-honren__imagecont img {
  width: 100%;
}

.prices .commtext {
  margin-top: 10px;
}

.prices-home .commtext {
  margin-top: 10px;
}
.prices-home__item {
  border-radius: 24px;
  box-shadow: 8px 8px 20px 0px #d2d2d299, -8px -8px 20px 0px #ffffffcc,
    1px 1px 0px 0px #ffffff8f inset;
  display: flex;
  flex-direction: column;
  position: relative;
}
.prices-home__item::before {
  content: "";
  width: 100%;
  background: url("../image/commimages/prices-home-bg-big-1.svg") no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  border-radius: 24px 24px 0 0;
}
.prices-home__item:nth-child(even)::before {
  background: url("../image/commimages/prices-home-bg-big-2.svg") no-repeat;
  background-size: cover;
}
.prices-home__image {
  width: 100%;
  object-fit: cover;
  position: relative;
  z-index: 1;
}
.prices-home__name {
  font-weight: 700;
}
.prices-home__text:not(:last-child) {
  margin-bottom: 14px;
}
.prices-home__price {
  font-weight: 700;
  color: #efc600;
}
.prices-home__link {
  width: 100%;
}
.prices-home__buttons {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}
.prices-home__button {
  flex: 1 1 calc((100% - 6px * (2 - 1)) / 2);
}
.otherformat {
  position: relative;
  overflow: hidden;
}
.otherformat h2 {
  padding: 0 !important;
  margin-bottom: 20px;
}

.homebuild-item {
  backdrop-filter: blur(35px);
  box-shadow: 0px 0px 64px 0px #0000000d, 1px 1px 0px 0px #ffffff8f inset;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.7) 0%,
    rgba(255, 255, 255, 0) 100%
  );
}
.bestway .homebuild-item {
  background: linear-gradient(
    178.09deg,
    rgba(255, 255, 255, 0) -28.54%,
    rgba(255, 255, 255, 0.9) 105.54%
  );
}
.homebuild-item__name {
  font-weight: 700;
  color: #212429;
}
.homebuild-item__li {
  position: relative;
}
.homebuild-item__li::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background-color: #4e4e4e;
}
.homebuild-item p:has(.homebuild-item__soc) {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}
.homebuild-item__soc {
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  position: relative;
  transition: transform 0.3s;
}
.homebuild-item__soc:hover {
  transform: scale(1.1);
}
.homebuild-item__soc img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: contain;
}
.homebuild-item__ics {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.homebuild-item__ic {
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.fundament__item {
  box-shadow: 12px 12px 20px 0px #d2d2d299, -12px -12px 20px 0px #ffffffcc,
    1px 1px 0px 0px #ffffff8f inset;
  background-color: #f4f4f4;
}
.fundament__image {
  height: 200px;
  width: 100%;
  border-radius: 14px;
  object-fit: contain;
}
.fundament-bany .fundament__image {
  object-fit: cover;
}
.fundament__image:not(:last-child) {
  margin-bottom: 20px;
}
.fundament__name {
  font-weight: 700;
}
.fundament__name:not(:last-child) {
  margin-bottom: 12px;
}
.engsystems__image {
  overflow: hidden;
}
.engsystems__image img {
  width: 100%;
}
.spollblock__images img {
  width: 100%;
  object-fit: cover;
  display: block;
}
.spollers__item {
  box-shadow: 12px 12px 20px 0px #d2d2d299, -12px -12px 20px 0px #ffffffcc,
    1px 1px 0px 0px #ffffff8f inset;
  background-color: #f4f4f4;
  transition: box-shadow 0.3s;
}
.spollers__item:has(.spollers__button.active) {
  box-shadow: 2px 2px 8px 0px #bbc3ce99 inset, -2px -2px 6px 0px #fdffff inset;
}
.spollers__button {
  font-weight: 700;
  text-align: left;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  width: 100%;
  color: #383535;
  transition: color 0.3s;
}
.spollers__button:hover {
  color: #000;
}
.spollers__button::after {
  content: "";
  width: 32px;
  height: 24px;
  flex: 0 0 32px;
  align-self: center;
  transition: transform 0.3s;
  background: url("../image/icons/chevron.svg") center / 16px 12px no-repeat;
}
.spollers__button.active::after {
  transform: rotate(180deg);
}
.spollers__content {
  display: none;
}
.commsteps .tabs__port {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.commsteps__body {
  box-shadow: 12px 12px 20px 0px #d2d2d299, -12px -12px 20px 0px #ffffffcc,
    1px 1px 0px 0px #ffffff8f inset;
  background-color: #f4f4f4;
}
.commsteps__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.commsteps__time {
  display: flex;
  align-items: center;
  gap: 10px;
}
.commsteps__time::before {
  content: "";
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  background: url("../image/commimages/commhour.svg") 0 0 / 100% 100% no-repeat;
}
.commsteps__what {
  font-weight: 700;
}
.commsteps-list__item {
  display: flex;
  gap: 10px;
  align-items: center;
}
.commsteps-list__item::before {
  content: "";
  width: 12px;
  height: 12px;
  flex: 0 0 12px;
  background: url("../image/icons/check.svg") 0 0 / 100% 100% no-repeat;
}

.commsteps-warn {
  background-color: #ffeba566;
  font-weight: 700;
  display: flex;
  gap: 10px;
  padding: 20px;
}
.commsteps-warn::before {
  background: url("../image/commimages/commwarn.svg") 0 0 / 100% 100% no-repeat;
}

.bestway__link:not(:last-child) {
  margin-bottom: 10px;
}

.homeprojects__item:first-child {
  background: url("../image/commimages/homeprojects-item-bg-1.svg") top 0 right
    0 / cover no-repeat;
}
.homeprojects__item:last-child {
  background: url("../image/commimages/homeprojects-item-bg-2.svg") top 0 right
    0 / cover no-repeat;
}
.homeprojects-garaj .homeprojects__item:first-child {
  background: url("../image/commimages/homeprojects-garaj-item-bg-1.svg") top 0
    right 0 / cover no-repeat;
}
.homeprojects-garaj .homeprojects__item:last-child {
  background: url("../image/commimages/homeprojects-garaj-item-bg-2.svg") top 0
    right 0 / cover no-repeat;
}
.homeprojects.homeprojects-bany {
  background: none;
}
.homeprojects-bany .homeprojects__item:first-child {
  background: url("../image/commimages/homeprojects-bany-1.svg") top 0 right 0 /
    cover no-repeat;
}
.homeprojects-bany .homeprojects__item:nth-child(2) {
  background: url("../image/commimages/homeprojects-bany-2.png") top 0 right 0 /
    cover no-repeat;
}
.homeprojects-bany .homeprojects__item:nth-child(3) {
  background: url("../image/commimages/homeprojects-bany-3.png") top 0 right 0 /
    cover no-repeat;
}
.faqbuild h2 {
  padding-bottom: 20px !important;
}

.buildplan {
  overflow: hidden;
}
.buildplan__body {
  backdrop-filter: blur(35px);
  box-shadow: 0px 0px 64px 0px #0000000d, 1px 1px 0px 0px #ffffff8f inset;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.7) 0%,
    rgba(255, 255, 255, 0) 100%
  );
}
.buildplan.buildplan-other .buildplan__body {
  border-radius: 24px;
}
.buildplan h2 {
  padding: 0 !important;
  margin-bottom: 20px;
}
.buildplan__sub:not(:last-child) {
  margin-bottom: 20px;
}
.buildplan__image img {
  width: 100%;
}
.prices-strol {
  overflow: hidden;
}

.main-garaj__image,
.main-garaj__rightbody {
  position: relative;
  z-index: 1;
}
.main-garaj__image {
  overflow: hidden;
}
.main-garaj__image img {
  width: 100%;
}
.main-garaj .honren__right::before {
  display: none;
}
.main-garaj__rightbody {
  backdrop-filter: blur(34px);
  box-shadow: 0px 0px 64px 0px #0000000d, 1px 1px 0px 0px #ffffff8f inset;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.7) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.main-garaj__rightbody:not(:last-child) {
  margin-bottom: 20px;
}
.main-garaj__top {
  font-weight: 700;
  color: #212429;
}

.fundgaraj__item {
  box-shadow: 12px 12px 20px 0px #d2d2d299, -12px -12px 20px 0px #ffffffcc,
    1px 1px 0px 0px #ffffff8f inset;
  background-color: #f4f4f4;
}
.fundgaraj__name {
  font-weight: 700;
  font-size: 20px;
  line-height: 125%; /* 25/20 */
}
.fundgaraj__name:not(:last-child) {
  margin-bottom: 12px;
}
.fundgaraj__righttop {
  box-shadow: 12px 12px 20px 0px #d2d2d299, -12px -12px 20px 0px #ffffffcc,
    1px 1px 0px 0px #ffffff8f inset;
  background-color: #f4f4f4;
  padding: 20px 10px;
}
.fundgaraj__righttop:not(:last-child) {
  margin-bottom: 20px;
}

.garajgates h2 {
  padding-bottom: 20px !important;
}
.garajgates__sub {
  margin-bottom: 20px;
}
.garajgates__image {
  overflow: hidden;
}
.garajgates__image img {
  width: 100%;
}
.garajgates__item {
  box-shadow: 12px 12px 20px 0px #d2d2d299, -12px -12px 20px 0px #ffffffcc,
    1px 1px 0px 0px #ffffff8f inset;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.7) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  backdrop-filter: blur(34px);
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.garajgates__name {
  font-weight: 700;
  font-size: 20px;
  line-height: 120%; /* 24/20 */
}
.garajgates__name:not(:last-child) {
  margin-bottom: 14px;
}
.garajgates__itemleft {
  background: url("../image/icons/pluse_bg.svg") 0 0 / contain no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.paywork h2 {
  padding-top: 0 !important;
  padding-bottom: 20px !important;
}
.paywork__item {
  display: flex;
  align-items: center;
  position: relative;
}
.paywork__item::after {
  position: absolute;
  content: "";
  background: linear-gradient(346.68deg, #fafd40 -18.67%, #feab57 91.95%);
  border-radius: 50%;
}
.paywork__image img {
  width: 36px;
  height: 36px;
}
.paywork__image {
  display: flex;
  justify-content: center;
  align-items: center;
  object-fit: contain;
  backdrop-filter: blur(25px);
  border-radius: 50%;
  box-shadow: 1px 1px 0px 0px #ffffff8f inset;
  position: relative;
  z-index: 1;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.7) 0%,
    rgba(255, 255, 255, 0) 100%
  );
}
.homeprojects.homeprojects-garaj {
  background: none !important;
}
.honren-strol__ics {
  display: flex;
  flex-wrap: wrap;
}
.honren-strol__ic {
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  backdrop-filter: blur(35px);
  box-shadow: 0px 0px 64px 0px #0000000d, 1px 1px 0px 0px #ffffff8f inset;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.7) 0%,
    rgba(255, 255, 255, 0) 100%
  );
}

.plantemp h2 {
  padding-bottom: 20px !important;
}
.plantemp__item {
  backdrop-filter: blur(34px);
  box-shadow: 1px 1px 0px 0px #ffffff8f inset;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.7) 0%,
    rgba(255, 255, 255, 0) 100%
  );
}
.plantemp__name {
  margin-bottom: 12px;
  font-size: 20px;
  line-height: 125%; /* 25/20 */
  font-weight: 700;
}

.exelsmet h2 {
  padding-top: 0 !important;
}
.exelsmet.exelsmet-prochee .exelsmet__body {
  backdrop-filter: blur(34px);
  box-shadow: 0px 0px 64px 0px #0000000d, -1px -1px 0px 0px #ffffff82 inset;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.7) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  border-radius: 24px;
}

.homeprojects-bany h2 {
  padding-bottom: 20px !important;
}
.homeprojects__sub:not(:last-child) {
  margin-bottom: 20px;
}
.homeprojects__items + .homeprojects__sub {
  margin-top: 20px;
}

.honren-zabori__block {
  position: relative;
  z-index: 1;
  border-radius: 24px;
  backdrop-filter: blur(35px);
  box-shadow: 0px 0px 64px 0px #0000000d, 1px 1px 0px 0px #ffffff8f inset;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.7) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  padding: 20px;
}
.honren-zabori__title {
  font-size: 22px;
  font-weight: 700;
  line-height: 116.666667%; /* 28/24 */
  margin-bottom: 14px;
}
.honren-zabori__toptext:not(:last-child) {
  margin-bottom: 14px;
}
.honren-zabori__image {
  overflow: hidden;
  padding: 10px;
  position: relative;
}
.honren-zabori__image:not(:last-child) {
  margin-bottom: 14px;
}
.honren-zabori__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.honren-zabori__imagetext {
  position: relative;
  z-index: 1;
  backdrop-filter: blur(35px);
  box-shadow: 0px 0px 64px 0px #0000000d, 1px 1px 0px 0px #ffffff8f inset;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.7) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  width: fit-content;
  font-size: 14px;
  line-height: 128.571429%; /* 18/14 */
  padding: 10px 15px;
  border-radius: 12px;
}
.honren-zabori__yelltext {
  color: #efc600;
  font-weight: 700;
  font-size: 22px;
  line-height: 122.727273%; /* 27/22 */
}
.honren-zabori__botttext {
  font-size: 10px;
  line-height: 120%; /* 12/10 */
}
.honren-zabori__botttext:not(:last-child) {
  margin-bottom: 14px;
}
.honren-zabori__items {
  display: flex;
  flex-wrap: wrap;
  column-gap: 24px;
}
.honren-zabori__itemtext {
  font-weight: 700;
  color: #efc600;
}
.honren-zabori__pecs {
  display: flex;
  flex-wrap: wrap;
}
.honren-zabori__pec {
  background-color: #fff;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.honren-zabori__socs:not(:last-child) {
  margin-bottom: 9px;
}
.honren-zabori__smalltext {
  font-size: 10px;
  line-height: 120%; /* 12/10 */
}
.commsocs {
  display: flex;
  align-items: center;
  gap: 10px;
}
.honren-zabori__soclinks.commsocs {
  font-size: 10px;
  line-height: 120%; /* 12/10 */
}
.commsocs__socs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
}
.commsocs__soc {
  position: relative;
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
}
.commsocs__soc:hover img {
  transform: scale(1.1);
}
.commsocs__soc img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: contain;
  transition: transform 0.3s;
}
.commsteps__slider {
  min-width: 0;
}
.commsteps__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.commsteps.commsteps-zabori .honren__slider .slick-list {
  margin-right: 0;
}
.commsteps.commsteps-zabori .tabs__port {
  width: fit-content;
}

.prices-zabori .packsol__itemtop {
  display: flex;
  align-items: center;
}
.garajgates.garajgates-zabori {
  overflow: hidden;
}

.homeprojects.homeprojects-zabori .homeprojects__item:nth-child(1) {
  background: url("../image/commimages/homeprojects-garaj-item-bg-1.svg") top 0
    right 0 / cover no-repeat;
}
.homeprojects.homeprojects-zabori .homeprojects__item:nth-child(2) {
  background: url("../image/commimages/homeprojects-garaj-item-bg-2.svg") top 0
    right 0 / cover no-repeat;
}
.homeprojects.homeprojects-zabori .homeprojects__item:nth-child(3) {
  background: url("../image/commimages/homeprojects-garaj-item-bg-2.svg") top 0
    right 0 / cover no-repeat;
}
.homeprojects.homeprojects-zabori .homeprojects__item:nth-child(4) {
  background: url("../image/commimages/homeprojects-garaj-item-bg-1.svg") top 0
    right 0 / cover no-repeat;
}

.bestway.bestway-garaj.bestway-zabori .commsocs {
  flex-wrap: wrap;
}
.bestway-form {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.bestway-form__input {
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  background: #fff;
  border-radius: 12px;
  border: none;
}
.bestway-form__input::placeholder {
  color: #bdbdbd;
}
textarea.bestway-form__input {
  resize: vertical;
  width: 100% !important;
}
.bestway-form__file {
  display: flex;
  align-items: center;
  gap: 4px;
  font-weight: 700;
  text-decoration: underline;
  align-self: flex-start;
}
.bestway-form__file:hover {
  text-decoration: none;
}
.bestway-form__file::before {
  content: "";
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  background: url("../image/commimages/file.svg") 0 0 / contain no-repeat;
}
.exelsmet__text ol {
  list-style-type: none;
  counter-reset: item;
}
.exelsmet__text ol li {
  padding-left: 20px;
  position: relative;
}
.exelsmet__text ol li::before {
  counter-increment: item;
  content: counter(item) ".";
  position: absolute;
  left: 0;
  top: 0;
}
.commsteps__tabsbody {
  width: 100%;
}
/* -------------------------- */

@media (min-width: 479.98px) {
  .commtopsection {
    margin-top: 170px;
  }
}

@media (min-width: 767.98px) {
  .commerctop {
    padding-top: 55px;
  }
  .commerctop__body {
    position: relative;
    border-radius: 24px;
    padding: 50px;
    min-height: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .commerctop__body::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.5) 100%
    );
  }
  .commerctop__title {
    position: relative;
    z-index: 2;
    text-align: center;
    margin-bottom: 30px;
    color: #ffffff;
  }
  .commerctop__buttons {
    position: relative;
    z-index: 2;
    display: flex;
    gap: 10px;
  }
  .commerctop__image {
    position: relative;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
  }
  .commerctop .commtext {
    text-align: center;
    position: relative;
    z-index: 1;
    color: #ffffff;
  }
  .bitub {
    padding: 100px 0;
  }
  .bitub + .pluses {
    margin-top: -100px;
  }
  .bitub + .consult {
    margin-top: 0;
  }
  .bitub__body {
    border-radius: 24px;
  }
  .bitub__content {
    border-radius: 24px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .bitub__text {
    font-size: 18px;
  }
  .bitub__buttons {
    margin-top: 28px;
    display: flex;
    gap: 10px;
  }
  .econtext {
    margin-top: 100px;
    margin-bottom: 50px;
    font-size: 16px;
  }
  .boilers .tabs {
    gap: 30px;
    display: flex;
  }
  .boilers .tabs__port {
    width: auto;
    flex: 0 0 387px;
    padding: 25px;
    margin: 0;
  }
  .boilers-dop.boilers .tabs__port {
    padding: 0;
    box-shadow: none;
    background: none;
  }
  .boilers .tabs__port span {
    font-size: 22px;
    padding: 17px 20px;
    line-height: 122.727273%; /* 27/22 */
  }
  .boilers-dop.boilers .tabs__port span {
    box-shadow: 12px 12px 20px 0px #d2d2d299, -12px -12px 20px 0px #ffffffcc,
      1px 1px 0px 0px #ffffff8f inset;
    border-radius: 24px;
    font-size: 20px;
    font-weight: 700;
  }
  .boilers-dop.boilers .tabs__port span.active {
    box-shadow: inset -2px -2px 6px #fdffff,
      inset 2px 2px 8px rgba(187, 195, 206, 0.6);
  }
  .boilers-dop.boilers .tabs__port span:not(:last-child) {
    margin-bottom: 20px;
  }
  .boilers__tabsbody {
    flex: 1 1 auto;
  }
  .boilers__box {
    border-radius: 24px;
    height: 100%;
    padding: 15px;
  }
  .boilers__text {
    padding: 20px;
    font-size: 16px;
    line-height: 150%; /* 24/16 */
    max-width: 575px;
  }
  .otoptable {
    padding: 50px 0;
  }
  .otoptable + .econtext {
    margin-top: 50px;
  }
  .otoptable h2 {
    text-align: center;
  }
  .otoptable__body {
    border-radius: 24px;
    max-width: 1012px;
    margin: 0 auto;
  }
  .otoptable__row {
    font-size: 16px;
    line-height: 112.5%; /* 18/16 */
    min-height: 58px;
  }
  .otoptable__left,
  .otoptable__right {
    flex: 1 1 50%;
  }
  .honren-strol__toptext {
    font-size: 16px;
    line-height: 125%; /* 20/16 */
  }
  .honren-strol__toptext:not(:last-child) {
    margin-bottom: 20px;
  }
  .honren-strol .honren__right::before {
    width: 360px;
    height: 360px;
    right: -52px;
  }
  .honren-strol .honren__item {
    font-size: 16px;
    line-height: 112.5%; /* 18/16 */
  }
  .honren-strol .honren__top {
    font-size: 16px;
    line-height: 112.5%; /* 18/16 */
  }
  .main-honren__imagecont {
    border-radius: 24px;
  }
  .honren__content .main-honren__imagecont {
    display: none;
  }
  .honren-strol__ics {
    gap: 10px;
  }
  .honren-strol__ics:not(:last-child) {
    margin-bottom: 28px;
  }
  .honren-strol__ic {
    font-size: 16px;
    line-height: 112.5%; /* 18/16 */
    padding: 15px;
  }
  .commtext {
    font-size: 16px;
    line-height: 125%; /* 20/16 */
  }
  .commtext:not(:last-child) {
    margin-bottom: 30px;
  }
  .prices .commtext {
    max-width: 698px;
  }
  .prices-strol .packsol__item {
    padding-top: 30px;
  }
  .prices-strol .packsol__price span {
    font-size: 28px;
    line-height: 121.428571%; /* 34/28 */
  }
  .prices-home .commtext {
    max-width: 698px;
  }
  .prices-home__body {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
  }
  .prices-home__item {
    flex: 0 1 calc((100% - 30px * (2 - 1)) / 2);
    padding: 30px;
    gap: 20px;
  }
  .prices-home__body--three .prices-home__item {
    padding: 20px;
  }
  .prices-home__item::before {
    height: 122px;
  }
  .prices-home__image {
    border-radius: 14px;
    height: 280px;
  }
  .prices-home__body--three .prices-home__image {
    height: 236px;
  }
  .prices-home__content {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
  }
  .prices-home__name {
    font-size: 24px;
    line-height: 116.666667%; /* 28/24 */
  }
  .prices-home__body--three .prices-home__name {
    font-size: 20px;
    line-height: 120%; /* 24/20 */
    text-align: center;
  }
  .prices-home__text {
    font-size: 16px;
    line-height: 125%; /* 20/16 */
    flex: 1 1 auto;
  }
  .prices-home__body--three .prices-home__text {
    font-size: 14px;
    line-height: 171.428571%; /* 24/14 */
    text-align: center;
  }
  .prices-home__price {
    margin-bottom: auto;
    font-size: 33px;
    line-height: 121.212121%; /* 40/33 */
    text-align: center;
  }
  .prices-home__price span {
    font-size: 22px;
    line-height: 109.090909%; /* 24/22 */
  }
  .otherformat {
    background: url("../image/commimages/otherformat-bg-big.svg") center / 100%
      100% no-repeat;
    margin-top: 50px;
    padding: 50px 0;
  }
  .otherformat.otherformat-bany {
    background: url("../image/commimages/otherformat-bany-bg-big.svg") center /
      100% 100% no-repeat;
  }
  .otherformat.otherformat-reverce {
    background: url("../image/commimages/otherformat-rev-bg-big.svg") center /
      100% 100% no-repeat;
  }
  .otherformat__inner {
    padding: 80px 0;
  }
  .otherformat__image {
    margin-left: auto;
    display: block;
  }
  .otherformat__text {
    font-size: 22px;
    line-height: 128.571429%; /* 27/21 */
  }
  .otherformat__text p:not(:last-child) {
    margin-bottom: 20px;
  }
  .otherformat__buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  .otherformat__buttons:not(:last-child) {
    margin-bottom: 15px;
  }
  .otherformat__link span {
    padding-left: 10px;
    padding-right: 10px;
  }
  .homebuild {
    background: url("../image/commimages/homebuild-bg-big.svg") center / 100%
      100% no-repeat;
  }
  .homebuild h2 {
    text-align: center;
    padding-bottom: 30px;
  }
  .homebuild__image {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 795px;
    margin-bottom: -106px;
  }
  .homebuild__items {
    display: flex;
    gap: 30px;
    position: relative;
  }
  .homebuild__item {
    flex: 1 1 50%;
  }
  .homebuild-item {
    border-radius: 24px;
    padding: 30px;
  }
  .homebuild-item__name {
    font-size: 28px;
    line-height: 121.428571%; /* 34/28 */
    margin-bottom: 20px;
  }
  .homebuild-item__name.homebuild-item__name--small {
    font-size: 22px;
    line-height: 122.727273%; /* 27/22 */
  }
  .homebuild-item__li {
    font-size: 16px;
    line-height: 150%; /* 24/16 */
    padding-left: 24px;
  }
  .homebuild-item p {
    font-size: 16px;
    line-height: 150%; /* 24/16 */
  }
  .homebuild-item p:not(:last-child) {
    margin-bottom: 20px;
  }
  .homebuild-item__list:not(:last-child) {
    margin-bottom: 20px;
  }
  .homebuild-item__li::before {
    top: 10px;
    left: 10px;
  }
  p.homebuild-item__smalltext {
    font-size: 14px;
    line-height: 121.428571%; /* 17/14 */
  }
  .homebuild-item__ic {
    font-size: 14px;
    line-height: 121.428571%; /* 17/14 */
    padding: 6px 20px;
    border-radius: 30px;
  }
  .homebuild-item__ics:not(:last-child) {
    margin-bottom: 20px;
  }
  .fundament__body {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
  }
  .fundament__item {
    flex: 0 1 calc((100% - 30px * (2 - 1)) / 2);
    border-radius: 24px;
    padding: 20px;
    display: flex;
    flex-direction: column;
  }
  .fundament__content {
    flex: 1 1 auto;
  }
  .fundament__name {
    font-size: 22px;
    line-height: 127.272727%; /* 28/22 */
  }
  .fundament__text {
    font-size: 16px;
    line-height: 125%; /* 20/16 */
  }
  .engsystems {
    background: url("../image/commimages/engsystems-bg-big.svg") center / 100%
      100% no-repeat;
  }
  .engsystems h2 {
    text-align: center;
  }
  .engsystems__items {
    display: flex;
    gap: 30px;
  }
  .engsystems__items:not(:last-child) {
    margin-bottom: 30px;
  }
  .engsystems__item {
    flex: 1 1 50%;
  }
  .engsystems__image {
    border-radius: 24px;
  }
  .spollblock__images img {
    border-radius: 24px;
  }
  .spollers__item {
    border-radius: 24px;
    padding: 30px;
  }
  .spollers__item:not(:last-child) {
    margin-bottom: 30px;
  }
  .spollblock-garaj .spollers__item:not(:last-child) {
    margin-bottom: 13px;
  }
  .spollers__button {
    font-size: 22px;
    line-height: 120%; /* 27/22 */
  }
  .spollers__content {
    padding-top: 20px;
  }
  .spollers__content p:not(:last-child) {
    margin-bottom: 20px;
  }
  .spollblock-open .spollers__button::after {
    display: none;
  }
  .spollblock-open .spollers__content {
    display: block;
  }
  .spollblock-open .spollers__button {
    pointer-events: none;
  }
  .spollers__content {
    font-size: 16px;
    line-height: 115%; /* 19/16 */
  }
  .commsteps h2 {
    text-align: center;
  }
  .commsteps__body {
    border-radius: 24px;
    padding: 30px;
  }
  .commsteps__image {
    border-radius: 18px;
  }
  .commsteps__content {
    gap: 20px;
  }
  .commsteps__top {
    display: flex;
    align-items: center;
    gap: 20px;
  }
  .commsteps__tiv {
    font-size: 76px;
    line-height: 122.368421%; /* 93/76 */
    font-weight: 700;
  }
  .commsteps__toptext {
    font-weight: 700;
    font-size: 28px;
    line-height: 121.428571%; /* 34/28 */
  }
  .commsteps__time {
    font-size: 16px;
    line-height: 125%; /* 20/16 */
  }
  .commsteps__what {
    font-size: 22px;
    line-height: 122.727273%; /* 27/22 */
  }
  .commsteps-list__item {
    font-size: 16px;
    line-height: 112.5%; /* 18/16 */
  }
  .commsteps-list__item:not(:last-child) {
    margin-bottom: 16px;
  }
  .commsteps__warn {
    max-width: 519px;
  }
  .commsteps-warn {
    align-items: center;
    font-size: 16px;
    line-height: 125%; /* 20/16 */
  }
  .commsteps-warn::before {
    content: "";
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
  }
  .bestway {
    background: url("../image/commimages/bestway-bg-big.png") 0 0 / cover
      no-repeat;
    margin-top: 100px;
    padding-bottom: 115px;
  }
  .bestway__items {
    display: flex;
    gap: 30px;
    align-items: flex-start;
  }
  .bestway__item {
    flex: 1 1 50%;
  }
  .bestway__list:not(:last-child) {
    margin-bottom: 16px;
  }
  .homeprojects {
    background: url("../image/commimages/homeprojects-bg-big.svg") 0 0 / cover
      no-repeat;
    padding-bottom: 50px;
  }
  .homeprojects__items {
    display: flex;
    gap: 30px;
  }
  .homeprojects__item {
    flex: 1 1 50%;
  }
  .faqbuild {
    position: relative;
    z-index: 1;
  }
  .faqbuild__body {
    max-width: 1012px;
  }
  .faqbuild__spollers {
    margin-top: 30px;
  }
  .faqbuild__sub {
    font-size: 16px;
    line-height: 125%; /* 20/16 */
  }
  .buildplan {
    background: url("../image/commimages/buildplan-bg-big.svg") 0 0 / cover
      no-repeat;
    padding: 100px 0 50px 0;
    position: relative;
  }
  .buildplan.buildplan-other {
    background: none;
  }
  .buildplan__content {
    padding: 115px 0;
    max-width: 500px;
  }
  .buildplan.buildplan-other .buildplan__content {
    padding: 64px 0;
  }
  .buildplan.buildplan-other .buildplan__body {
    padding-left: 30px;
  }
  .buildplan__buttons {
    display: flex;
    gap: 10px;
  }
  .buildplan__buttons:not(:last-child) {
    margin-bottom: 15px;
  }
  .buildplan__sub {
    font-size: 22px;
    line-height: 122.727273%; /* 27/22 */
  }
  .buildplan.buildplan-other .buildplan__sub {
    font-size: 18px;
    line-height: 122.222222%; /* 22/18 */
  }
  .buildplan__image {
    width: 400px;
    position: absolute;
    bottom: 0;
    left: 50%;
    max-height: 100%;
    transform: translateX(150px);
  }
  .buildplan.buildplan-other .buildplan__image {
    transform: translateX(180px);
  }
  .buildplan__image img {
    max-height: 100%;
  }
  .main-garaj__image {
    border-radius: 24px;
  }
  .main-garaj .honren__right::after {
    content: "";
    width: 218px;
    height: 228px;
    position: absolute;
    top: 80px;
    right: -110px;
    background: url("../image/commimages/main-garaj-bg.svg") 0 0 / contain
      no-repeat;
  }
  .main-garaj__rightbody {
    border-radius: 24px;
    padding: 30px;
  }
  .main-garaj__top {
    font-size: 28px;
    line-height: 121.428571%; /* 34/28 */
  }
  .main-garaj__top:not(:last-child) {
    margin-bottom: 20px;
  }
  .main-garaj__text,
  .main-garaj__list {
    font-size: 16px;
    line-height: 125%; /* 20/16 */
  }
  .main-garaj__text:not(:last-child) {
    margin-bottom: 15px;
  }
  .bestway-garaj.bestway {
    background: url("../image/commimages/bestway-garaj-bg-big.svg") 0 0 / cover
      no-repeat;
  }
  .bestway-garaj .bestway__items {
    align-items: stretch;
  }
  .prices-garaj.prices .commtext {
    max-width: 741px;
  }
  .prices-garaj.prices-strol .packsol__item {
    padding: 30px;
  }
  .prices-garaj.prices-strol .packsol__price span {
    font-size: 24px;
    line-height: 120.833333%; /* 29/24 */
  }
  .prices-garaj.prices-strol .packsol__itemicon {
    width: 115px;
    height: 115px;
    top: 0;
    right: 10px;
  }
  .prices-secgaraj.prices-garaj.prices-strol .packsol__itemicon {
    top: 15px;
    right: 20px;
  }
  .prices-bany.prices-strol .packsol__itemicon {
    width: 100px;
    height: 100px;
    top: 30px;
    right: 30px;
  }
  .prices__botttext {
    font-size: 16px;
    line-height: 125%; /* 20/16 */
    max-width: 824px;
  }
  .fundgaraj__items {
    display: flex;
    gap: 30px;
  }
  .fundgaraj__item {
    flex: 1 1 25%;
    border-radius: 24px;
    padding: 20px;
  }
  .fundgaraj__text {
    font-size: 14px;
    line-height: 128.571429%; /* 18/14 */
  }
  .fundgaraj__righttop {
    border-radius: 24px;
    display: flex;
    justify-content: center;
    gap: 20px;
  }
  .fundgaraj__righttop img {
    flex: 1 1 50%;
    width: 50%;
    max-width: 243px;
  }
  .fundgaraj__righttext {
    font-size: 14px;
    line-height: 121.428571%; /* 17/14 */
  }
  .garajgates {
    background: url("../image/commimages/garajgates-bg-big.svg") 0 0 / cover
      no-repeat;
  }
  .garajgates__sub {
    max-width: 763px;
    font-size: 16px;
    line-height: 125%; /* 20/16 */
  }
  .garajgates__items {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
  }
  .garajgates__item {
    flex: 0 1 calc((100% - 30px * (2 - 1)) / 2);
    border-radius: 24px;
    padding: 24px 18px 24px 10px;
  }
  .garajgates__itemleft {
    width: 50px;
    flex: 0 0 50px;
    height: 50px;
    font-size: 40px;
    line-height: 122.5%; /* 49/40 */
    font-weight: 800;
    color: #6b5232;
    padding-left: 20px;
    padding-top: 10px;
  }
  .garajgates__text {
    font-size: 16px;
    line-height: 125%; /* 20/16 */
  }
  .garajgates__image {
    border-radius: 24px;
  }
  .paywork {
    background: url("../image/commimages/paywork-bg-big.svg") 0 0 / cover
      no-repeat;
    margin-top: 50px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .paywork .commtext {
    max-width: 753px;
  }
  .paywork .commtext:not(:last-child) {
    margin-bottom: 20px;
  }
  .paywork__body:not(:last-child) {
    margin-bottom: 20px;
  }
  .paywork__item {
    gap: 30px;
  }
  .paywork__item::after {
    width: 44px;
    height: 44px;
    bottom: 16px;
    left: -15px;
  }
  .paywork__image {
    width: 104px;
    height: 104px;
    flex: 0 0 104px;
  }
  .homeprojects-garaj .homebuild-item {
    padding: 40px;
  }
  .plantemp .commtext {
    max-width: 698px;
  }
  .plantemp__body {
    display: flex;
    gap: 30px;
    position: relative;
    justify-content: space-between;
    align-items: flex-start;
  }
  .plantemp__body:not(:last-child) {
    margin-bottom: 20px;
  }
  .plantemp__body::before {
    content: "";
    position: absolute;
    width: 295px;
    height: 295px;
    border-radius: 50%;
    background: #efc6001a;
    z-index: -1;
    bottom: 50px;
    right: 200px;
  }
  .plantemp__items {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
  }
  .plantemp__item {
    border-radius: 24px;
    padding: 20px;
    flex: 0 1 calc((100% - 30px * (2 - 1)) / 2);
  }
  .plantemp__smallimage {
    display: none;
  }
  .plantemp__bigimage {
    border-radius: 24px;
    overflow: hidden;
    flex: 0 0 200px;
  }
  .plantemp__bigimage img {
    width: 100%;
    display: block;
  }
  .exelsmet {
    background: url("../image/commimages/exelsmet-bg-big.svg") 0 0 / cover
      no-repeat;
    margin-top: 100px;
  }
  .exelsmet.exelsmet-prochee {
    background: none;
  }
  .exelsmet.exelsmet-prochee.exelsmet-zabori {
    overflow: hidden;
  }
  .exelsmet h2 {
    padding-bottom: 20px;
    max-width: 530px;
  }
  .exelsmet.exelsmet-prochee h2 {
    max-width: 420px;
  }
  .exelsmet.exelsmet-prochee.exelsmet-zabori h2 {
    max-width: none;
  }
  .exelsmet__body {
    display: flex;
    align-items: center;
    gap: 25px;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  .exelsmet.exelsmet-prochee .exelsmet__body {
    padding-right: 30px;
  }
  .exelsmet__content {
    padding: 30px 0;
    flex: 0 0 400px;
  }
  .exelsmet.exelsmet-prochee .exelsmet__content {
    padding: 60px 0 60px 30px;
  }
  .exelsmet__text p {
    font-size: 18px;
    line-height: 122.222222%; /* 22/18 */
  }
  .exelsmet__text p:not(:last-child) {
    margin-bottom: 20px;
  }
  .exelsmet__text p.exelsmet__text--small {
    font-size: 16px;
    line-height: 125%; /* 20/16 */
    margin-top: 15px;
  }
  .exelsmet__text ol li {
    font-size: 18px;
    line-height: 122.222222%; /* 22/18 */
  }
  .exelsmet__text ol:not(:last-child) {
    margin-bottom: 20px;
  }
  .exelsmet__link.btn {
    margin-top: 20px;
  }
  .exelsmet__image img {
    display: block;
    width: 100%;
  }
  .exelsmet__image {
    transform: translateY(-10px);
    margin-bottom: -32px;
  }
  .exelsmet.exelsmet-prochee .exelsmet__image {
    transform: translateY(-20px);
    margin-bottom: -55px;
  }
  .exelsmet.exelsmet-prochee.exelsmet-zabori .exelsmet__image {
    margin-bottom: 0;
    margin-right: -150px;
    transform: none;
  }
  .homeprojects__sub {
    max-width: 696px;
    font-size: 18px;
    line-height: 122.222222%; /* 22/18 */
  }
  .commsocs {
    font-size: 16px;
    line-height: 125%; /* 20/16 */
  }
  .honren-zabori__toptext {
    font-size: 14px;
    line-height: 121.428571%; /* 17/14 */
  }
  .honren-zabori__image {
    min-height: 230px;
    border-radius: 18px;
  }
  .honren-zabori__imagetext {
    margin-left: auto;
  }
  .honren-zabori__yelltext span {
    font-size: 33px;
    line-height: 121.212121%; /* 40/33 */
  }
  .honren-zabori__yelltext:not(:last-child) {
    margin-bottom: 1px;
  }
  .honren-zabori__items {
    row-gap: 8px;
    column-gap: 20px;
  }
  .honren-zabori__items:not(:last-child) {
    margin-bottom: 8px;
  }
  .honren-zabori__item {
    flex: 0 1 calc((100% - 20px * (2 - 1)) / 2);
  }
  .honren-zabori__itemname {
    font-size: 14px;
    line-height: 121.428571%; /* 17/14 */
  }
  .honren-zabori__itemtext {
    font-size: 14px;
    line-height: 171.428571%; /* 24/14 */
  }
  .honren-zabori__pecs {
    gap: 8px;
    max-width: 450px;
  }
  .honren-zabori__pecs:not(:last-child) {
    margin-bottom: 12px;
  }
  .honren-zabori__pec {
    padding: 6px 20px;
    font-size: 14px;
    line-height: 121.428571%; /* 17/14 */
  }
  .honren-zabori__socs {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
  }
  .honren-zabori__link.commbutton span {
    padding: 18px 15px;
    font-size: 14px;
    line-height: 128.571429%; /* 18/14 */
  }
  .honren-zabori__smalltext {
    max-width: 445px;
  }
  .commsteps-zabori.commsteps h2 {
    text-align: left;
  }
  .commsteps-zabori.commsteps .commtext {
    max-width: 746px;
  }
  .commsteps__slide {
    height: 320px;
    border-radius: 18px;
    overflow: hidden;
  }
  .prices-zabori .packsol__itemtop {
    min-height: 109px;
  }
  .garajgates.garajgates-zabori {
    background: url("../image/commimages/garajgates-zabori-bg-big.svg") 0 0 /
      cover no-repeat;
  }
  .homeprojects.homeprojects-zabori {
    background: none;
  }
  .homeprojects.homeprojects-zabori .homeprojects__items {
    flex-wrap: wrap;
  }
  .homeprojects.homeprojects-zabori .homeprojects__item {
    flex: 0 1 calc((100% - 30px * (2 - 1)) / 2);
    padding: 40px;
  }
  .prices-home-zabori.prices-home
    .prices-home__body--three
    .prices-home__image {
    height: 200px;
  }
  .prices-home-zabori.prices-home .prices-home__body--three .prices-home__name {
    text-align: left;
    font-size: 20px;
    line-height: 120%; /* 24/20 */
  }
  .prices-home-zabori.prices-home .prices-home__body--three .prices-home__text {
    font-size: 16px;
    line-height: 125%; /* 20/16 */
    text-align: left;
  }
  .bestway.bestway-garaj.bestway-zabori {
    padding: 60px 0;
  }
  .bestway.bestway-garaj.bestway-zabori .commsocs {
    font-size: 14px;
    line-height: 121.428571%; /* 17/14 */
  }
  .bestway-form__input {
    height: 66px;
    padding: 24px;
  }
  .bestway__form:not(:last-child) {
    margin-bottom: 14px;
  }
  .bestway-form__file {
    font-size: 14px;
    line-height: 121.428571%; /* 17/14 */
  }
}

@media (min-width: 991.98px) {
  .commerctop__title {
    font-size: 36px;
    line-height: 113.888889%; /* 41/36 */
  }
  .prices--short .box--prices {
    padding-bottom: 28px;
  }
  .bitub__text {
    font-size: 22px;
    max-width: 1073px;
  }
  .honren-strol .honren__content {
    max-width: 698px;
  }
  .honren-strol .main_title {
    font-size: 36px;
  }
  .honren-zabori.honren-strol .main_title {
    max-width: 450px;
  }
  .honren-strol .honren__right {
    flex: 0 0 400px;
  }
  .honren-strol__right-1 {
    padding-top: 107px;
  }
  .honren-strol__right-2 {
    padding-top: 51px;
  }
  .honren-zabori.honren-strol .honren__content {
    flex: 0 0 595px;
  }
  .honren__buttons .honbutton--white span {
    padding-left: 15px;
    padding-right: 15px;
  }
  .prices-strol .packsol__list {
    flex: 0 1 auto;
  }
  .prices-strol .packsol__honbutton {
    margin-top: auto;
  }
  .prices-home__item::before {
    height: 158px;
  }
  .otherformat__inner {
    backdrop-filter: blur(35px);
    box-shadow: 0px 0px 64px 0px #0000000d;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
  .otherformat__content {
    max-width: 500px;
  }
  .otherformat-reverce .otherformat__content {
    margin-left: auto;
  }
  .otherformat__image {
    position: absolute;
    top: 10px;
    max-height: 100%;
    left: 50%;
    transform: translateX(50px);
  }
  .otherformat-reverce .otherformat__image {
    right: 50%;
    transform: translateX(-100px);
  }
  .fundament__item {
    flex: 0 1 calc((100% - 30px * (4 - 1)) / 4);
  }
  .spollblock .commtext {
    max-width: 741px;
  }
  .spollblock__body {
    display: flex;
    gap: 30px;
  }
  .spollblock__spollers {
    flex: 0 0 500px;
  }
  .spollblock__images {
    flex: 1 1 auto;
  }
  .spollblock__images img:not(:last-child) {
    margin-bottom: 30px;
  }
  .commsteps__body {
    display: flex;
    gap: 30px;
    align-items: flex-start;
  }
  .commsteps__content {
    flex: 1 1 50%;
  }
  .commsteps__image {
    flex: 1 1 50%;
    width: calc(50% - 15px);
  }
  .buildplan__content {
    max-width: 550px;
  }
  .buildplan__image {
    transform: translateX(100px);
    width: 592px;
  }
  .buildplan.buildplan-other .buildplan__image {
    transform: translateX(150px);
    width: 560px;
  }
  .main-garaj .honren {
    flex-direction: row;
  }
  .main-garaj .honren__right .main-garaj__smalltext {
    display: none;
  }
  .garajgates__body {
    display: flex;
    gap: 30px;
  }
  .garajgates__left {
    flex: 1 1 auto;
  }
  .garajgates__items:not(:last-child) {
    margin-bottom: 30px;
  }
  .garajgates__right {
    flex: 0 0 300px;
  }
  .garajgates__warn.garajgates__warn-sm {
    display: none;
  }
  .paywork__body {
    display: flex;
    gap: 20px;
    justify-content: space-between;
  }
  .paywork__item {
    flex: 1 1 33.333%;
    max-width: 345px;
  }
  .plantemp__bigimage {
    flex: 0 0 387px;
  }
  .exelsmet__content {
    flex: 0 0 594px;
  }
  .exelsmet.exelsmet-prochee .exelsmet__content {
    flex: 0 0 620px;
  }
  .exelsmet.exelsmet-prochee.exelsmet-zabori .exelsmet__content {
    flex: 0 0 767px;
  }
  .prices-home__body--three .prices-home__item {
    flex: 0 1 calc((100% - 30px * (3 - 1)) / 3);
  }
  .honren.honren-zabori {
    flex-direction: row;
  }
  .honren.honren-zabori .honren__right {
    flex: 1 1 50%;
  }
  .honren.honren-zabori .honren__content {
    flex: 1 1 50%;
  }
  .commsteps__slider {
    flex: 1 1 50%;
  }
  .prices-zabori .packsol__top {
    flex-wrap: wrap;
  }
  .prices-zabori .packsol__item {
    flex: 0 1 calc((100% - 30px * (2 - 1)) / 2);
  }
  .garajgates-zabori .garajgates__image {
    margin-top: -44px;
    margin-right: -208px;
  }
}

@media (min-width: 1199.98px) {
  .honren-strol .honren__right {
    flex: 0 0 490px;
  }
  .prices-home__item::before {
    height: 210px;
  }
  .otherformat__content {
    max-width: 698px;
  }
  .otherformat.otherformat-bany .otherformat__content {
    max-width: 868px;
  }
  .otherformat.otherformat-bany .otherformat__link {
    max-width: 868px;
  }
  .otherformat__image {
    transform: translateX(150px);
  }
  .otherformat.otherformat-bany .otherformat__image {
    transform: translateX(280px);
  }
  .otherformat-reverce .otherformat__image {
    transform: translateX(-150px);
  }
  .engsystems__item.engsystems__item--small {
    flex: 0 0 491px;
  }
  .spollblock__spollers {
    flex: 0 0 698px;
  }
  .boilers__box {
    border-radius: 24px;
    height: 100%;
    padding: 25px 28px;
  }
  .buildplan__content {
    max-width: 807px;
  }
  .buildplan.buildplan-other .buildplan__content {
    max-width: 663px;
  }
  .buildplan__image {
    transform: translateX(400px);
  }
  .buildplan.buildplan-other .buildplan__image {
    transform: translateX(200px);
    width: 560px;
  }
  .buildplan.buildplan-other .buildplan__body {
    padding-left: 104px;
  }
  .fundgaraj__body {
    display: flex;
    gap: 30px;
    align-items: flex-start;
  }
  .fundgaraj__items,
  .fundgaraj__right {
    flex: 1 1 50%;
  }
  .garajgates__itemleft {
    width: 87px;
    flex: 0 0 87px;
    height: 87px;
  }
  .garajgates__right {
    flex: 0 0 387px;
  }
  .exelsmet.exelsmet-prochee .exelsmet__content {
    padding-left: 104px;
  }
}

@media (min-width: 1279.98px) {
  .plantemp__item {
    flex: 0 1 calc((100% - 30px * (4 - 1)) / 4);
  }
  .plantemp__item.plantemp__item--big {
    flex: 1 1 calc((100% - 30px * (4 - 1)) / 4);
  }
}

/* -------------------------- */

@media (max-width: 1199.98px) {
  .fundgaraj__items:not(:last-child) {
    margin-bottom: 14px;
  }
}

@media (max-width: 991.98px) {
  .prices--short .box--prices::after {
    display: none;
  }
  .otherformat__body {
    backdrop-filter: blur(35px);
    box-shadow: 0px 0px 64px 0px #0000000d;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
  .spollblock__spollers:not(:last-child) {
    margin-bottom: 14px;
  }
  .spollblock__images img {
    display: none;
  }
  .spollblock__images .spollblock__image-db {
    display: block;
  }
  .commsteps__content:not(:last-child) {
    margin-bottom: 14px;
  }
  .commsteps__image {
    border-radius: 10px;
    width: 100%;
  }
  .main-garaj .honren__content:not(:last-child) {
    margin-bottom: 4px;
  }
  .main-garaj .honren__content .main-garaj__smalltext {
    display: none;
  }
  .main-garaj .honren__right .main-garaj__smalltext {
    margin-top: 15px;
  }
  .bestway-garaj.bestway {
    background: url("../image/commimages/bestway-garaj-bg-small.svg") 0 0 /
      cover no-repeat;
  }
  .garajgates__left:not(:last-child) {
    margin-bottom: 14px;
  }
  .garajgates__image:not(:last-child) {
    margin-bottom: 14px;
  }
  .garajgates__warn.garajgates__warn-sm {
    display: flex;
  }
  .garajgates__warn.garajgates__warn-b {
    display: none;
  }
  .paywork__item:not(:last-child) {
    margin-bottom: 10px;
  }
  .homeprojects.homeprojects-bany .homeprojects__items {
    gap: 10px;
  }
  .homeprojects.homeprojects-bany .homeprojects__item {
    gap: 10px;
    padding: 14px;
  }
  .buildplan__buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .buildplan__link {
    width: 100%;
  }
  .honren.honren-zabori .honren__content:not(:last-child) {
    margin-bottom: 30px;
  }
}

@media (max-width: 767.98px) {
  .commbutton {
    font-size: 14px;
  }
  .commbutton span {
    padding: 17px;
  }
  .commbutton:has(img) span {
    padding: 14px;
  }
  .commerctop {
    padding-top: 35px;
  }
  .commerctop__title {
    margin-bottom: 16px;
  }
  .commerctop__image {
    border-radius: 14px;
    display: block;
    width: 100%;
  }
  .commerctop__buttons {
    margin-top: 16px;
  }
  .commerctop__buttons .commbutton {
    width: 100%;
  }
  .commerctop__buttons .commbutton:not(:last-child) {
    margin-bottom: 10px;
  }
  .commerctop .commtext {
    margin-top: 14px;
  }
  .bitub {
    padding: 60px 0;
  }
  .bitub + .pluses {
    margin-top: -60px;
  }
  .bitub + .consult {
    margin-top: -60px;
  }
  .bitub__body {
    border-radius: 14px;
  }
  .bitub__body::after {
    width: 129px;
    height: 129px;
    transform: translateX(22px);
  }
  .bitub__content {
    border-radius: 14px;
    padding: 20px;
  }
  .bitub__text {
    font-size: 12px;
  }
  .bitub__buttons {
    margin-top: 16px;
  }
  .bitub__buttons .commbutton {
    width: 100%;
  }
  .bitub__buttons .commbutton:not(:last-child) {
    margin-bottom: 10px;
  }
  .econtext {
    margin-top: 60px;
    margin-bottom: 20px;
    font-size: 12px;
  }
  .boilers .tabs__port {
    display: flex;
  }
  .boilers__box {
    border-radius: 14px;
    height: 193px;
  }
  .boilers__text {
    padding: 14px;
    font-size: 12px;
    line-height: 125%; /* 15/12 */
  }
  .boilers__text:not(:last-child) {
    margin-bottom: 14px;
  }
  .boilers-dop .boilers__box {
    height: auto;
    border-radius: 0px;
  }
  .boilers-dop .boilers__box img {
    position: static;
    height: auto;
    border-radius: 14px;
    display: block;
  }
  .otoptable {
    padding: 30px 0;
  }
  .otoptable + .econtext {
    margin-top: 30px;
  }
  .otoptable__body {
    border-radius: 14px;
  }
  .otoptable__row {
    font-size: 12px;
    line-height: 150%; /* 18/12 */
    min-height: 56px;
  }
  .otoptable__left {
    flex: 1 1 auto;
  }
  .otoptable__right {
    flex: 0 0 100px;
  }
  .honren-strol .honren__right::before {
    display: none;
  }
  .honren-strol__toptext {
    font-size: 12px;
    line-height: 125%; /* 15/12 */
  }
  .honren-strol__toptext:not(:last-child) {
    margin-bottom: 14px;
  }
  .main-honren__imagecont {
    border-radius: 14px;
  }
  .main-honren__imagecont:not(:last-child) {
    margin-bottom: 20px;
  }
  .honren__right .main-honren__imagecont {
    display: none;
  }
  .honren-strol__ics {
    gap: 8px;
  }
  .honren-strol__ics:not(:last-child) {
    margin-bottom: 14px;
  }
  .honren-strol__ic {
    font-size: 12px;
    line-height: 125%; /* 15/12 */
    padding: 10px;
  }
  .commtext {
    font-size: 12px;
    line-height: 125%; /* 15/12 */
  }
  .commtext:not(:last-child) {
    margin-bottom: 20px;
  }
  .prices-strol .packsol__item::before {
    height: 160px;
  }
  .prices-strol .packsol__price span {
    font-size: 17px;
    line-height: 120%; /* 24/20 */
  }
  .prices-home__item {
    padding: 15px;
    gap: 15px;
  }
  .prices-home__item:not(:last-child) {
    margin-bottom: 14px;
  }
  .prices-home__item::before {
    background: url("../image/commimages/prices-home-bg-big-1-s.svg") no-repeat;
    background-size: cover;
    height: 150px;
  }
  .prices-home__item:nth-child(even)::before {
    background: url("../image/commimages/prices-home-bg-big-2-s.svg") no-repeat;
    background-size: cover;
  }
  .prices-home__image {
    border-radius: 8px;
    height: 170px;
  }
  .prices-home__name {
    font-size: 20px;
    line-height: 120%; /* 24/20 */
  }
  .prices-home__text {
    font-size: 12px;
    line-height: 125%; /* 15/12 */
  }
  .prices-home__price {
    font-size: 22px;
    line-height: 122.727273%; /* 27/22 */
  }
  .prices__botttext {
    font-size: 12px;
    line-height: 125%; /* 15/12 */
  }
  .otherformat {
    background: url("../image/commimages/otherformat-bg-small.svg") center /
      contain no-repeat;
    margin-top: 30px;
    padding: 30px 0 50px 0;
  }
  .otherformat.otherformat-bany {
    background: url("../image/commimages/otherformat-bany-bg-small.svg") center /
      100% 100% no-repeat;
  }
  .otherformat.otherformat-reverce {
    background: url("../image/commimages/otherformat-rev-bg-small.svg") center /
      100% 100% no-repeat;
  }
  .otherformat__body {
    padding-top: 20px;
  }
  .otherformat__image {
    max-width: 100%;
    margin-left: auto;
    margin-bottom: -23px;
    width: 320px;
    display: block;
  }
  .otherformat-reverce .otherformat__image {
    margin-right: -50px;
  }
  .otherformat__inner:not(:last-child) {
    margin-bottom: 15px;
  }
  .otherformat__text {
    font-size: 12px;
    line-height: 125%; /* 15/12 */
  }
  .otherformat__text p:not(:last-child) {
    margin-bottom: 14px;
  }
  .otherformat__buttons:not(:last-child) {
    margin-bottom: 10px;
  }
  .otherformat__link {
    width: 100%;
  }
  .otherformat__link:not(:last-child) {
    margin-bottom: 10px;
  }
  .homebuild {
    background: url("../image/commimages/homebuild-bg-small.svg") center / 100%
      100% no-repeat;
  }
  .homebuild h2 {
    padding-bottom: 20px;
  }
  .homebuild .container {
    display: flex;
    flex-direction: column;
  }
  .homebuild__image {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 269px;
    order: 3;
  }
  .homebuild__item:not(:last-child) {
    margin-bottom: 14px;
  }
  .homebuild-item {
    border-radius: 14px;
    padding: 14px;
  }
  .homebuild-item__name {
    font-size: 20px;
    line-height: 120%; /* 24/20 */
    margin-bottom: 15px;
  }
  .homebuild-item__list:not(:last-child) {
    margin-bottom: 14px;
  }
  .homebuild-item__li {
    font-size: 12px;
    line-height: 125%; /* 15/12 */
    padding-left: 18px;
  }
  .homebuild-item__li::before {
    top: 6px;
    left: 7px;
  }
  .homebuild-item p {
    font-size: 12px;
    line-height: 125%; /* 15/12 */
  }
  .homebuild-item p:not(:last-child) {
    margin-bottom: 14px;
  }
  p.homebuild-item__smalltext {
    font-size: 10px;
    line-height: 120%; /* 12/10 */
  }
  .homebuild-item__ic {
    font-size: 12px;
    line-height: 125%; /* 15/12 */
    padding: 6px 10px;
    border-radius: 30px;
  }
  .homebuild-item__ics:not(:last-child) {
    margin-bottom: 14px;
  }
  .fundament__item {
    border-radius: 14px;
    padding: 14px;
  }
  .fundament__item:not(:last-child) {
    margin-bottom: 14px;
  }
  .fundament__name {
    font-size: 20px;
    line-height: 125%; /* 25/20 */
  }
  .fundament__text {
    font-size: 12px;
    line-height: 125%; /* 15/12 */
  }
  .engsystems {
    background: url("../image/commimages/engsystems-bg-small.svg") center / 100%
      100% no-repeat;
  }
  .engsystems__items:not(:last-child) {
    margin-bottom: 14px;
  }
  .engsystems__item:not(:last-child) {
    margin-bottom: 14px;
  }
  .engsystems__image {
    border-radius: 14px;
  }
  .spollblock__images img {
    border-radius: 14px;
  }
  .spollers__item {
    border-radius: 14px;
    padding: 14px;
  }
  .spollers__item:not(:last-child) {
    margin-bottom: 14px;
  }
  .spollers__button {
    font-size: 14px;
    line-height: 121.428571%; /* 17/14 */
  }
  .spollers__content {
    padding-top: 14px;
  }
  .spollers__content p:not(:last-child) {
    margin-bottom: 14px;
  }
  .commsteps__body {
    border-radius: 14px;
    padding: 14px;
  }
  .commsteps__content {
    gap: 14px;
  }
  .commsteps__tiv {
    display: none;
  }
  .commsteps__toptext {
    font-weight: 700;
    font-size: 20px;
    line-height: 120%; /* 24/20 */
  }
  .commsteps__time {
    font-size: 12px;
    line-height: 125%; /* 15/12 */
  }
  .commsteps__what {
    font-size: 16px;
    line-height: 125%; /* 20/16 */
  }
  .commsteps-list__item {
    font-size: 12px;
    line-height: 125%; /* 15/12 */
  }
  .commsteps-list__item:not(:last-child) {
    margin-bottom: 12px;
  }
  .commsteps-warn::before {
    content: "";
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
  }
  .commsteps-warn {
    align-items: flex-start;
    font-size: 12px;
    line-height: 125%; /* 15/12 */
  }
  .bestway {
    background: url("../image/commimages/bestway-bg-small.svg") 0 0 / cover
      no-repeat;
    margin-top: 60px;
    padding-bottom: 28px;
  }
  .bestway__item:not(:last-child) {
    margin-bottom: 20px;
  }
  .bestway__list:not(:last-child) {
    margin-bottom: 20px;
  }
  .bestway__link {
    width: 100%;
  }
  .homeprojects {
    background: url("../image/commimages/homeprojects-bg-small.svg") 0 0 / cover
      no-repeat;
    padding-bottom: 30px;
  }
  .homeprojects__item:not(:last-child) {
    margin-bottom: 14px;
  }
  .faqbuild__spollers {
    margin-top: 20px;
  }
  .faqbuild__sub {
    font-size: 12px;
    line-height: 125%; /* 15/12 */
  }
  .buildplan {
    background: url("../image/commimages/buildplan-bg-small.svg") 0 0 / cover
      no-repeat;
    padding: 30px 0 0 0;
    margin-top: 50px;
    position: relative;
  }
  .buildplan.buildplan-other {
    background: none;
  }
  .buildplan__body {
    padding-top: 20px;
    padding-bottom: 412px;
  }
  .buildplan.buildplan-other .buildplan__body {
    padding-left: 20px;
    padding-right: 20px;
  }
  .buildplan__sub {
    font-size: 12px;
    line-height: 125%; /* 15/12 */
  }
  .buildplan__buttons:not(:last-child) {
    margin-bottom: 10px;
  }
  .buildplan__link {
    width: 100%;
  }
  .buildplan__link.commbutton--white span {
    padding-left: 5px;
    padding-right: 5px;
  }
  .buildplan__image {
    height: 379px;
    width: 392px;
    position: absolute;
    bottom: 10px;
    right: 0;
  }
  .buildplan.buildplan-other .buildplan__image {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
  .buildplan__image img {
    width: 100%;
    height: 100%;
  }
  .main-garaj__image {
    border-radius: 14px;
  }
  .main-garaj__rightbody {
    border-radius: 14px;
    padding: 15px;
  }
  .main-garaj__top {
    font-size: 20px;
    line-height: 120%; /* 24/20 */
  }
  .main-garaj__top:not(:last-child) {
    margin-bottom: 12px;
  }
  .main-garaj__text,
  .main-garaj__list {
    font-size: 12px;
    line-height: 125%; /* 15/12 */
  }
  .main-garaj__text:not(:last-child) {
    margin-bottom: 12px;
  }
  .fundgaraj__item {
    border-radius: 14px;
    padding: 14px;
  }
  .fundgaraj__item:not(:last-child) {
    margin-bottom: 14px;
  }
  .fundgaraj__text {
    font-size: 12px;
    line-height: 125%; /* 15/12 */
  }
  .fundgaraj__righttop {
    border-radius: 14px;
    text-align: center;
  }
  .fundgaraj__righttop img {
    display: block;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .fundgaraj__righttop img:not(:last-child) {
    margin-bottom: 20px;
  }
  .fundgaraj__righttext {
    font-size: 12px;
    line-height: 125%; /* 15/12 */
  }
  .garajgates {
    background: url("../image/commimages/garajgates-bg-small.svg") 0 0 / cover
      no-repeat;
  }
  .garajgates__sub {
    font-size: 12px;
    line-height: 125%; /* 15/12 */
  }
  .garajgates__item {
    border-radius: 14px;
    padding: 14px 14px 14px 10px;
  }
  .garajgates__item:not(:last-child) {
    margin-bottom: 14px;
  }
  .garajgates__itemleft {
    width: 50px;
    flex: 0 0 50px;
    height: 50px;
    font-weight: 800;
    font-size: 23px;
    line-height: 121.73913%; /* 28/23 */
    color: #6b5232;
    padding-left: 10px;
    padding-top: 10px;
  }
  .garajgates__text {
    font-size: 12px;
    line-height: 125%; /* 15/12 */
  }
  .garajgates__image {
    border-radius: 14px;
  }
  .paywork {
    background: url("../image/commimages/paywork-bg-small.svg") 0 0 / cover
      no-repeat;
    margin-top: 50px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .paywork .commtext:not(:last-child) {
    margin-bottom: 15px;
  }
  .paywork__body:not(:last-child) {
    margin-bottom: 15px;
  }
  .paywork__item {
    gap: 16px;
  }
  .paywork__item:not(:last-child) {
    margin-bottom: 10px;
  }
  .paywork__item::after {
    width: 27px;
    height: 27px;
    bottom: 6px;
    left: -10px;
  }
  .paywork__image {
    width: 63px;
    height: 63px;
    flex: 0 0 63px;
  }
  .plantemp__body:not(:last-child) {
    margin-bottom: 14px;
  }
  .plantemp__item {
    border-radius: 14px;
    padding: 14px;
  }
  .plantemp__item:not(:last-child) {
    margin-bottom: 14px;
  }
  .plantemp__bigimage {
    display: none;
  }
  .plantemp__smallimage {
    border-radius: 14px;
    overflow: hidden;
  }
  .plantemp__smallimage img {
    width: 100%;
    display: block;
  }
  .plantemp__text {
    font-size: 12px;
    line-height: 125%; /* 15/12 */
  }
  .exelsmet {
    background: url("../image/commimages/exelsmet-bg-small.svg") 0 0 / cover
      no-repeat;
    margin-top: 100px;
  }
  .exelsmet.exelsmet-prochee {
    background: none;
  }
  .exelsmet h2 {
    padding-bottom: 12px;
  }
  .exelsmet__text p {
    font-size: 12px;
    line-height: 125%; /* 15/12 */
  }
  .exelsmet__text p:not(:last-child) {
    margin-bottom: 12px;
  }
  .exelsmet__text p.exelsmet__text--small {
    margin-top: 10px;
  }
  .exelsmet__text ol li {
    font-size: 12px;
    line-height: 125%; /* 15/12 */
  }
  .exelsmet__text ol:not(:last-child) {
    margin-bottom: 20px;
  }
  .exelsmet__link.btn {
    margin-top: 20px;
  }
  .exelsmet-prochee .exelsmet__link.btn {
    width: 100%;
  }
  .exelsmet__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .exelsmet__body {
    position: relative;
    padding-top: 225px;
    padding-bottom: 20px;
  }
  .exelsmet-prochee .exelsmet__body {
    padding-left: 20px;
    padding-right: 20px;
  }
  .exelsmet__image {
    position: absolute;
    top: -60px;
    height: 255px;
    width: 253px;
    max-width: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
  .exelsmet-prochee .exelsmet__image {
    top: -35px;
  }
  .homeprojects__sub {
    font-size: 12px;
    line-height: 125%; /* 15/12 */
  }
  .commsocs {
    font-size: 12px;
    line-height: 125%; /* 15/12 */
  }
  .honren-zabori__toptext {
    font-size: 12px;
    line-height: 125%; /* 15/12 */
  }
  .honren-zabori__image {
    height: 230px;
    border-radius: 14px;
    min-height: 180px;
    display: flex;
    align-items: flex-end;
  }
  .honren-zabori__imagetext {
    margin-left: auto;
    margin-right: auto;
  }
  .honren-zabori__items {
    row-gap: 12px;
    column-gap: 24px;
  }
  .honren-zabori__items:not(:last-child) {
    margin-bottom: 14px;
  }
  .honren-zabori__item {
    flex: 0 1 calc((100% - 24px * (2 - 1)) / 2);
  }
  .honren-zabori__itemname {
    font-size: 12px;
    line-height: 125%; /* 15/12 */
  }
  .honren-zabori__itemtext {
    font-size: 12px;
    line-height: 125%; /* 15/12 */
  }
  .honren-zabori__pecs {
    gap: 6px;
  }
  .honren-zabori__pecs:not(:last-child) {
    margin-bottom: 14px;
  }
  .honren-zabori__pec {
    padding: 6px 10px;
    font-size: 12px;
    line-height: 125%; /* 15/12 */
  }
  .honren-zabori__link.commbutton span {
    font-size: 12px;
    line-height: 125%; /* 15/12 */
    padding-left: 13px;
    padding-right: 13px;
  }
  .commsteps__slide {
    height: 180px;
    border-radius: 14px;
    overflow: hidden;
  }
  .prices-zabori .packsol__itemtop {
    min-height: 67px;
  }
  .prices-zabori.prices-strol .packsol__item::before {
    height: 130px;
  }
  .garajgates.garajgates-zabori {
    background: none;
  }
  .garajgates-zabori .garajgates__image {
    margin-right: -50px;
  }
  .homeprojects.homeprojects-zabori {
    background: none;
  }
  .bestway.bestway-garaj.bestway-zabori {
    padding: 30px 0;
  }
  .bestway-form__input {
    height: 54px;
    padding: 18px 24px;
  }
  .bestway__form:not(:last-child) {
    margin-bottom: 8px;
  }
  .bestway-form__file {
    font-size: 12px;
    line-height: 125%; /* 15/12 */
  }
}

@media (max-width: 479.98px) {
  .commtopsection {
    margin-top: 138px;
  }
  .commerctop__title {
    font-size: 22px;
    line-height: 109.090909%; /* 24/22 */
  }
  .prices--short .box--prices {
    padding-bottom: 15px;
  }
  .prices--short .box--prices .caption {
    align-self: flex-start;
  }
}
