.main-section__container {
  display: -ms-grid;
  display: grid;
  grid-template-areas:
    "title title empty contacts"
    "img1 img2 form img3";
  -ms-grid-columns: minmax(100px, 1fr) minmax(100px, 1fr) minmax(100px, 392px)
    minmax(100px, 1fr);
  grid-template-columns:
    minmax(100px, 1fr) minmax(100px, 1fr) minmax(100px, 392px)
    minmax(100px, 1fr);
  -ms-grid-rows: 324px;
  grid-template-rows: 324px;
}

.main-section__title-block {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: title;
  padding-top: 120px;
  padding-right: 20px;
}

.main-section__title {
  font-size: 2.5rem;
  line-height: 120%;
}

.main-section__title > span {
  display: inline-block;
  position: relative;
}

.main-section__title > span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 4px;
  background-color: #ffce07;
}

.main-section__empty-block {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: empty;
  border-left: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
}

.main-section__image {
  display: block;
  width: 100%;
  margin-top: -1px;
  margin-bottom: -1px;
  z-index: 2;
}

.main-section__image-block {
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  position: relative;
}

.main-section__image-block.--1 {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: img1;
  padding-right: 16px;
}

.main-section__image-block.--1::before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  right: 100%;
  height: 1px;
  width: calc(100vw - 1616px);
  background-color: #e1e1e1;
}

.main-section__image-block.--1::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  right: 100%;
  height: 1px;
  width: calc(100vw - 1616px);
  background-color: #e1e1e1;
}

.main-section__image-block.--2 {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  grid-area: img2;
  padding-right: 16px;
}

.main-section__image-block.--3 {
  -ms-grid-row: 2;
  -ms-grid-column: 4;
  grid-area: img3;
  padding-left: 16px;
}

.main-section__image-block.--3::before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 100%;
  height: 1px;
  width: calc(100vw - 1616px);
  background-color: #e1e1e1;
  z-index: 1;
}

.main-section__image-block.--3::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: 100%;
  height: 1px;
  width: calc(100vw - 1616px);
  background-color: #e1e1e1;
  z-index: 1;
}

.main-section__form-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border: 1px solid #1f1f1f;
  padding: 32px;
  max-width: 392px;
}

.main-section__form-block::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 16px;
  width: 16px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  background-image: -o-linear-gradient(225deg, black 50%, transparent 50%);
  background-image: linear-gradient(-135deg, black 50%, transparent 50%);
}

.main-section__form-block .default-input__container.phone-input {
  margin-top: 16px;
}

.main-section__form-block .default-checkbox__container {
  margin-top: auto;
}

.main-section__form-block .default-input__container.--error {
  margin-bottom: 16px;
}

.main-section__form-block .--open-order-call {
  display: none;
}

.main-section__form-title {
  display: block;
  font-size: 0.9375rem;
  margin-bottom: 32px;
}

.main-section__contacts-block {
  padding-top: 120px;
  padding-left: 16px;
  padding-right: 16px;
}

.main-section__contacts-block > table {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
  font-size: 0.9375rem;
}

.main-section__contacts-block table tr {
  border-bottom: 1px solid #e1e1e1;
}

.main-section__contacts-block table td {
  color: #656565;
  padding: 4px 0;
}

.main-section__contacts-block table td:last-child {
  color: #1f1f1f;
  width: 0;
  padding-right: 10px;
}

.main-section__form-submit {
  margin-top: 32px;
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

.main-section__form-submit .--mobile {
  display: none;
}

/* Price List */
.price-list.container {
  margin-top: 120px;
}

.price-list__title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 38px;
  margin-bottom: 60px;
}

.price-list__title {
  display: inline-block;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
  font-size: 2rem;
  line-height: 120%;
}

.price-list__to-more {
  width: 392px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 2px solid #ffce07;
  font-weight: 500;
  padding-bottom: 4px;
}

.price-list__to-more::after {
  content: "";
  display: inline-block;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 16px;
  width: 16px;
  max-width: 392px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-left: auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-size: contain;
  background-image: url(/www/skin/images/right-arrow.svg);
  background-position: 8px center;
  background-repeat: no-repeat;
}

.price-list__to-more:hover::after {
  max-width: 24px;
}

.price-list__group-item-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #cdcdcd;
  margin-bottom: 32px;
  padding-bottom: 32px;
}

.price-list__group-item-wrapper:last-child {
  margin-bottom: 0;
}

.price-list__group-item-index {
  -webkit-flex-basis: 136px;
  -ms-flex-preferred-size: 136px;
  flex-basis: 136px;
}

.price-list__group-item-index-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-writing-mode: sideways-lr;
  -ms-writing-mode: sideways-lr;
  writing-mode: sideways-lr;
  min-height: 38px;
}

.price-list__group-item-info-container {
  -webkit-flex-basis: 272px;
  -ms-flex-preferred-size: 272px;
  flex-basis: 272px;
  padding-right: 16px;
}

.price-list__group-item-info-image {
  display: block;
  width: 100%;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.price-list__group-item-info-container:hover
  .price-list__group-item-info-image {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.price-list__group-item-info-name {
  display: block;
  padding-right: 30px;
  position: relative;
  margin-top: 16px;
  padding-bottom: 16px;
  font-weight: 500;
}

.price-list__group-item-info-name::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 80px;
  height: 2px;
  background-color: #ffce07;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.price-list__group-item-info-name::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: 24px;
  width: 24px;
  background-color: #ffce07;
  background-image: url(/www/skin/images/arrow-big.svg);
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.price-list__group-item-info-container:hover
  .price-list__group-item-info-name::after {
  opacity: 1;
}

.price-list__group-item-info-container:hover
  .price-list__group-item-info-name::before {
  max-width: 208px;
}

.price-list__goods-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.price-list__goods-item-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 16px;
  padding-left: 32px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e1e1e1;
}

.price-list__goods-wrapper-hidden-toggle-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 32px;
  margin-top: 32px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
}

.price-list__goods-wrapper-hidden-toggle-button::after {
  content: "";
  display: block;
  height: 20px;
  width: 20px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-image: url(/www/skin/images/arrow-big.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.price-list__goods-wrapper-hidden-toggle-button span {
  display: inline-block;
  margin-right: 8px;
}

.price-list__goods-wrapper-hidden-toggle-button:hover span {
  text-decoration: underline;
}

.price-list__goods-wrapper-hidden-toggle-button.--open .--close-up {
  display: none;
}

.price-list__goods-wrapper-hidden-toggle-button.--open .--close-down {
  display: block !important;
}

.price-list__goods-wrapper-hidden-toggle-button.--open::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.price-list__goods-item-counter-wrapper {
  -webkit-flex-basis: 200px;
  -ms-flex-preferred-size: 200px;
  flex-basis: 200px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
  -ms-flex-pack: end;
  justify-content: end;
}
.price-list__goods-item-counter-change-count {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
  -ms-flex-pack: end;
  justify-content: end;
}
.price-list__goods-item-counter-change-count-input {
  display: block;
  margin: 0;
  border: 0;
  padding: 7px 0;
  height: 36px;
  width: 73px;
  outline: none;
  text-align: center;
  border: 1px solid #cdcdcd;
}
.price-list__goods-item-counter-change-count-button {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  height: 36px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 36px;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #e1e1e1;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  position: relative;
  z-index: 2;
}
.price-list__goods-item-counter-change-count-button:hover {
  border: 1px solid #e1b000 !important;
  background-color: #ffce07;
}
.price-list__goods-item-counter-change-count-button.--minus {
  margin-right: -1px;
  border-right: 1px solid transparent;
  background-image: url(/www/skin/images/minus-mini-icon.svg);
}
.price-list__goods-item-counter-change-count-button.--plus {
  margin-left: -1px;
  border-left: 1px solid transparent;
  background-image: url(/www/skin/images/plus-mini-icon.svg);
}

.price-list__goods-item-cart-price-wrapper {
  -webkit-flex-basis: 300px;
  -ms-flex-preferred-size: 300px;
  flex-basis: 300px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}
.price-list__goods-item-info-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  padding-right: 20px;
}
.price-list__goods-item-info-price-wrapper {
  font-size: 0.75rem;
  color: #656565;
  display: none;
}
.price-list__goods-item-cart-price-wrapper {
  font-weight: 500;
}

.price-list__goods-item-counter-add-cart {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  margin-bottom: 6px;
  margin-top: 6px;
}

.price-list__goods-item-counter-add-cart::after {
  content: "";
  display: block;
  height: 24px;
  width: 24px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-image: url(/www/skin/images/plus.svg);
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 4px;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.price-list__goods-item-counter-add-cart:hover::after {
  background-color: #ffce07;
}

/* Our works */
.k-our-works {
  margin-top: 120px;
}

.k-our-works__title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 38px;
  margin-bottom: 60px;
}

#kOurWorksSwipper .swiper-pagination {
  display: none;
}
.k-our-works__title {
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
  font-size: 2rem;
  line-height: 120%;
  padding-right: 190px;
}

.k-our-works__to-more {
  width: 392px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 2px solid #ffce07;
  font-weight: 500;
  padding-bottom: 4px;
}

.k-our-works__to-more::after {
  content: "";
  display: inline-block;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 16px;
  width: 16px;
  max-width: 392px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-left: auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-size: contain;
  background-image: url(/www/skin/images/right-arrow.svg);
  background-position: 8px center;
  background-repeat: no-repeat;
}

.k-our-works__to-more:hover::after {
  max-width: 24px;
}

.k-our-works__items-wrapper {
  margin-top: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 16px;
}
.k-our-works__item-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
  -ms-flex-pack: end;
  justify-content: end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-basis: 188px;
  -ms-flex-preferred-size: 188px;
  flex-basis: 188px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}

.k-our-works__item-wrapper.--id-3,
.k-our-works__item-wrapper.--id-4 {
  -webkit-flex-basis: 392px;
  -ms-flex-preferred-size: 392px;
  flex-basis: 392px;
}

.k-our-works__item-top-content {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  border-left: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
  -ms-flex-pack: end;
  justify-content: end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 0 16px;
}

.k-our-works__item-top-content-title,
.k-our-works__item-bottom-content-title {
  display: block;
  font-weight: 500;
  margin-bottom: 8px;
}

.k-our-works__item-bottom-content-title {
  margin-top: 16px;
}

.k-our-works__item-top-content-note {
  margin-bottom: 16px;
}

.k-our-works__item-top-content-note,
.k-our-works__item-bottom-content-note {
  font-size: 0.875rem;
}

.k-our-works__item-bottom-content {
  height: 120px;
  padding: 0 16px;
}

.k-our-works__item-bottom-content .k-our-works__item-bottom-content-title,
.k-our-works__item-bottom-content .k-our-works__item-bottom-content-note {
  display: none;
}

.k-our-works__item-wrapper.--id-3
  .k-our-works__item-bottom-content
  .k-our-works__item-bottom-content-title,
.k-our-works__item-wrapper.--id-3
  .k-our-works__item-bottom-content
  .k-our-works__item-bottom-content-note {
  display: block;
}

.k-our-works__item-wrapper.--id-3 .k-our-works__item-bottom-content {
  border-left: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  display: block;
}

.k-our-works__item-wrapper.--id-3
  .k-our-works__item-top-content
  .k-our-works__item-top-content-title,
.k-our-works__item-wrapper.--id-3
  .k-our-works__item-top-content
  .k-our-works__item-top-content-note,
.k-our-works__item-wrapper.--id-4
  .k-our-works__item-bottom-content
  .k-our-works__item-bottom-content-title,
.k-our-works__item-wrapper.--id-4
  .k-our-works__item-bottom-content
  .k-our-works__item-bottom-content-note {
  display: none;
}

.k-our-works__item-image-wrapper {
  position: relative;
  cursor: pointer;
}

.k-our-works__item-image {
  display: block;
  width: 100%;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.k-our-works__item-wrapper
  .k-our-works__item-image-wrapper:hover
  .k-our-works__item-image {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.k-our-works__item-wrapper
  .k-our-works__item-image-wrapper
  .k-our-works__item-image-scope {
  content: "";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  pointer-events: none;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.k-our-works__item-wrapper
  .k-our-works__item-image-wrapper
  .k-our-works__item-image-scope::before {
  content: "";
  display: block;
  height: 140px;
  width: 140px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  background-image: url(/www/skin/images/photo_cube.svg);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  z-index: 2;
}
.k-our-works__item-wrapper
  .k-our-works__item-image-wrapper:hover
  .k-our-works__item-image-scope::before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.k-our-works__item-wrapper .k-our-works__item-image-wrapper::after {
  content: "";
  display: block;
  position: absolute;
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.k-our-works__item-wrapper.--id-1 .k-our-works__item-image-wrapper::after {
  height: 40px;
  background-image: url(/www/skin/images/photo_1_yellow.png);
}
.k-our-works__item-wrapper.--id-1
  .k-our-works__item-image-wrapper:hover::after {
  height: 80px;
}

.k-our-works__item-wrapper.--id-2 .k-our-works__item-image-wrapper::after {
  height: 0px;
  background-image: url(/www/skin/images/photo_2_yellow.png);
}
.k-our-works__item-wrapper.--id-2
  .k-our-works__item-image-wrapper:hover::after {
  height: 40px;
}

.k-our-works__item-wrapper.--id-3 .k-our-works__item-image-wrapper::after {
  height: 100px;
  background-image: url(/www/skin/images/photo_3_yellow.png);
}
.k-our-works__item-wrapper.--id-3
  .k-our-works__item-image-wrapper:hover::after {
  height: 140px;
}

.k-our-works__item-wrapper.--id-4 .k-our-works__item-image-wrapper::after {
  height: 0;
  background-image: url(/www/skin/images/photo_4_yellow.png);
}
.k-our-works__item-wrapper.--id-4
  .k-our-works__item-image-wrapper:hover::after {
  height: 40px;
}

.k-our-works__item-wrapper.--id-5 .k-our-works__item-image-wrapper::after {
  height: 80px;
  background-image: url(/www/skin/images/photo_5_yellow.png);
}
.k-our-works__item-wrapper.--id-5
  .k-our-works__item-image-wrapper:hover::after {
  height: 120px;
}

.k-our-works__item-wrapper.--id-6 .k-our-works__item-image-wrapper::after {
  height: 0px;
  background-image: url(/www/skin/images/photo_6_yellow.png);
}
.k-our-works__item-wrapper.--id-6
  .k-our-works__item-image-wrapper:hover::after {
  height: 40px;
}

/* Steps */
.k-steps {
  margin-top: 120px;
}
.k-steps__title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 38px;
  margin-bottom: 60px;
}

.k-steps__title {
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: start;
  font-size: 2rem;
  line-height: 120%;
  padding-right: 190px;
}

.k-steps__to-more {
  width: 392px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 2px solid #ffce07;
  font-weight: 500;
  padding-bottom: 4px;
}

.k-steps__to-more::after {
  content: "";
  display: inline-block;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 16px;
  width: 16px;
  max-width: 392px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-left: auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-size: contain;
  background-image: url(/www/skin/images/right-arrow.svg);
  background-position: 8px center;
  background-repeat: no-repeat;
}

.k-steps__to-more:hover::after {
  max-width: 24px;
}

.k-steps__items-wrapper {
  margin-top: 60px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #cdcdcd;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.k-steps__item-wrapper {
  -webkit-flex-basis: 200px;
  -ms-flex-preferred-size: 200px;
  flex-basis: 200px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  position: relative;
  padding-bottom: 32px;
  padding-right: 16px;
}

.k-steps__item-number-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  font-size: 2.5rem;
  line-height: 120%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.k-steps__item-title {
  display: block;
  font-weight: 500;
  margin-top: 32px;
}

.k-steps__item-note {
  display: block;
  margin-top: 16px;
  font-size: 0.875rem;
}

.k-steps__item-wrapper::before {
  content: "";
  display: block;
  position: absolute;
  height: 15px;
  width: 16px;
  background-color: #ffce07;
  bottom: -7px;
  left: 0;
}

.k-steps__item-wrapper:last-child::after {
  content: "";
  display: block;
  position: absolute;
  height: 15px;
  width: 16px;
  background-color: #ffce07;
  bottom: -7px;
  right: 0;
}

/* Block Lc */
.k-block-lc {
  height: 328px;
  padding: 60px;
  margin-top: 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
}
.k-block-lc>* {
  position: relative;
}
.k-block-lc::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: -1;
}

.k-block-lc__title {
  display: block;
  font-size: 2rem;
  line-height: 120%;
  color: white;
}

.k-block-lc__note {
  display: block;
  margin-top: 12px;
  color: white;
  max-width: 640px;
}

.k-block-lc__register {
  margin-top: auto;
}

.k-block-lc__background {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  z-index: -1;
}

/* About us */
.k-about-us {
  margin-top: 120px;
}
.k-about-us__content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
  -ms-flex-pack: end;
  justify-content: end;
}
.k-about-us__left-container {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 408px;
  -ms-flex-preferred-size: 408px;
  flex-basis: 408px;
}

.k-about-us__right-container {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.k-about-us__center-container {
  -webkit-flex-basis: 598px;
  -ms-flex-preferred-size: 598px;
  flex-basis: 598px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.k-about-us__title {
  display: block;
  font-size: 2rem;
  line-height: 120%;
}
.k-about-us__text {
  display: block;
  margin-top: 20px;
}
.k-about-us__center-items-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  margin-top: 60px;
}
.k-about-us__center-items-container::after {
  content: "";
  display: block;
  width: 188px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(/www/skin/images/about_us_photo_2.png);
}
.k-about-us__center-items-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.k-about-us__center-item-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.k-about-us__center-item-wrapper::before {
  content: "";
  display: block;
  height: 68px;
  width: 68px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-right: 20px;
}

.k-about-us__center-item-wrapper.--part-1::before {
  background-image: url(/www/skin/images/gear_about_us.svg);
}
.k-about-us__center-item-wrapper.--part-2::before {
  background-image: url(/www/skin/images/worker_about_us.svg);
}
.k-about-us__center-item-wrapper.--part-3::before {
  background-image: url(/www/skin/images/cleaner_about_us.svg);
}

.k-about-us__right-image {
  display: block;
  margin-left: 16px;
  max-width: 392px;
}

.k-about-us__center-item-wrapper {
  padding: 16px 0;
}

.k-about__center-item-wrapper-title {
  font-size: 0.875rem;
}

.k-our-advantages {
  margin-top: 120px;
}

.k-our-advantages__title {
  font-size: 2rem;
  line-height: 120%;
}

.k-our-advantages__items-wrapper {
  margin-top: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 16px;
}

.k-our-advantages__item-wrapper {
  -webkit-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  padding: 32px 32px 110px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 368px;
  background-color: #e1e1e1;
  background-image: url(/www/skin/images/advantages_card.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom center;
  position: relative;
}

.k-our-advantages__item-wrapper::after {
  content: "";
  display: block;
  position: absolute;
  left: 32px;
  bottom: 32px;
  height: 84px;
  width: 84px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.k-our-advantages__item-wrapper.--1::after {
  background-image: url(/www/skin/images/messages_Icon.svg);
}

.k-our-advantages__item-wrapper.--2::after {
  background-image: url(/www/skin/images/coin_Icon.svg);
}

.k-our-advantages__item-wrapper.--3::after {
  background-image: url(/www/skin/images/document_icon.svg);
}

.k-our-advantages__item-wrapper.--4::after {
  background-image: url(/www/skin/images/plannet_icon.svg);
}

.k-our-advantages__item-title {
  display: block;
  font-weight: 500;
}
.k-our-advantages__item-note {
  display: block;
  margin-top: 8px;
  font-size: 0.875rem;
  color: #656565;
}

.fs-accordion {
  margin-top: 120px;
}

.fs-accordion__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 2rem;
  line-height: 120%;
}

.fs-accordion__title::before {
  content: "";
  display: block;
  -webkit-flex-basis: 408px;
  -ms-flex-preferred-size: 408px;
  flex-basis: 408px;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.fs-accordion .faq__questions {
  margin-top: 60px;
}

.fs-accordion .question__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  padding: 32px 0;
}

.fs-accordion .question__number {
  -webkit-flex-basis: 408px;
  -ms-flex-preferred-size: 408px;
  flex-basis: 408px;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.question__item-number-container {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-width: 40px;
  font-size: 1.25rem;
}

.fs-accordion .question__text {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-weight: 500;
  font-size: 1.25rem;
}

.fs-accordion .question__head--cross {
  display: block;
  height: 24px;
  width: 24px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(/www/skin/images/arrow-big.svg);
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.fs-accordion .question.--show .question__head--cross {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fs-accordion .question__answer {
  padding-bottom: 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.fs-accordion .question__answer-spacer {
  -webkit-flex-basis: 408px;
  -ms-flex-preferred-size: 408px;
  flex-basis: 408px;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}
.fs-accordion .question__answer-note {
  -webkit-flex-basis: 596px;
  -ms-flex-preferred-size: 596px;
  flex-basis: 596px;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.fs-accordion .question__answer-note > * {
  display: block;
  margin-bottom: 12px;
}

.fs-accordion .question__answer-note > *:last-child {
  margin-bottom: 0;
}

.fs-accordion .question__answer-after {
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: end;
  -ms-flex-align: end;
  align-items: end;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
  -ms-flex-pack: end;
  justify-content: end;
}

.fs-accordion .question {
  border-bottom: 1px solid #e1e1e1;
}

.fs-accordion .question:first-child {
  border-top: 1px solid #e1e1e1;
}

.k-contact-us {
  margin-top: 120px;
  margin-bottom: 120px;
}

.k-contact-us__title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.k-contact-us__title-wrapper::before {
  content: "";
  display: block;
  -webkit-flex-basis: 408px;
  -ms-flex-preferred-size: 408px;
  flex-basis: 408px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.k-contact-us__title {
  display: inline-block;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-size: 2rem;
  line-height: 120%;
}

.k-contact-us__to-more {
  width: 392px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 2px solid #ffce07;
  font-weight: 500;
  padding-bottom: 4px;
}

.k-contact-us__to-more::after {
  content: "";
  display: inline-block;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 16px;
  width: 16px;
  max-width: 392px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-left: auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-size: contain;
  background-image: url(/www/skin/images/right-arrow.svg);
  background-position: 8px center;
  background-repeat: no-repeat;
}

.k-contact-us__to-more:hover::after {
  max-width: 24px;
}

.k-contact-us__content-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-top: 20px;
}

.k-contact-us__before-container {
  -webkit-flex-basis: 408px;
  -ms-flex-preferred-size: 408px;
  flex-basis: 408px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: end;
  -webkit-align-items: end;
  -ms-flex-align: end;
  align-items: end;
}

.k-contact-us__telegram-link,
.k-contact-us__whatsapp-link {
  display: block;
  height: 50px;
  width: 50px;
  border: 1px solid #e1e1e1;
  margin-right: 16px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  font-size: 0;
}

.k-contact-us__telegram-link:hover,
.k-contact-us__whatsapp-link:hover {
  border: 1px solid #1f1f1f;
}

.k-contact-us__telegram-link {
  background-image: url(/www/skin/images/telegram.svg);
}

.k-contact-us__whatsapp-link {
  background-image: url(/www/skin/images/whats_app.svg);
}

.k-contact-us__main-container {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
}

.k-contact-us__text {
  display: block;
  max-width: 596px;
}

.k-contact-us__info-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: end;
  -ms-flex-align: end;
  align-items: end;
  gap: 32px;
}

.k-contact-us__info-form-container {
  display: block;
  border: 1px solid #1f1f1f;
  position: relative;
  padding: 64px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.k-contact-us__info-form-container::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 16px;
  width: 16px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  background-image: -o-linear-gradient(225deg, black 50%, transparent 50%);
  background-image: linear-gradient(-135deg, black 50%, transparent 50%);
}

.k-contact-us__info-container {
  margin-top: 60px;
}

.k-contact-us__info-contact-item-container {
  padding: 16px 0;
  border-bottom: 1px solid #e1e1e1;
}

.k-contact-us__info-contact-item-title {
  display: block;
  color: #656565;
  font-size: 0.9375rem;
}

.k-contact-us__info-contact-item-text {
  display: block;
  margin-top: 4px;
}

.k-contact-us__info-form-title {
  font-weight: 500;
}

.k-contact-us__info-form-inputs-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
  gap: 16px;
}

.k-contact-us__info-form-inputs-container .default-input__container {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.k-contact-us__info-form-inputs-container .default-input__container.--error {
  margin-bottom: 16px;
}

.k-contact-us__info-form-container .default-checkbox__container {
  margin-top: 20px;
}

@media (max-width: 1616px) {
  .main-section__image-block.--1::before,
  .main-section__image-block.--3::before,
  .main-section__image-block.--3::after,
  .main-section__image-block.--1::after {
    width: 15px;
  }
}

@media (max-width: 1460px) {
  .main-section__container {
    -ms-grid-columns: minmax(100px, 1fr) minmax(100px, 1fr) minmax(100px, 336px)
      minmax(100px, 1fr);
    grid-template-columns:
      minmax(100px, 1fr) minmax(100px, 1fr) minmax(100px, 336px)
      minmax(100px, 1fr);
  }
}

@media (max-width: 1400px) {
  .main-section__container {
    -ms-grid-columns: minmax(100px, 1fr) minmax(336px, 1fr) minmax(100px, 1fr);
    grid-template-columns: minmax(100px, 1fr) minmax(336px, 1fr) minmax(
        100px,
        1fr
      );
    grid-template-areas:
      "title title contacts"
      "img1 form img2";
  }

  .main-section__title-block {
    padding-right: 100px;
    padding-top: 60px;
  }

  .main-section__empty-block {
    display: none;
  }

  .main-section__image-block.--2 {
    padding-right: 0;
    padding-left: 16px;
  }
  .main-section__image-block.--3 {
    display: none;
  }
  .main-section__form-block {
    max-width: none;
  }

  .fs-accordion__title::before,
  .fs-accordion .question__number,
  .fs-accordion .question__number,
  .k-contact-us__title-wrapper::before,
  .k-contact-us__before-container,
  .fs-accordion .question__answer-spacer,
  .k-about-us__left-container {
    -webkit-flex-basis: 200px;
    -ms-flex-preferred-size: 200px;
    flex-basis: 200px;
  }
}

@media (max-width: 1100px) {
  .price-list__group-item-index {
    -webkit-flex-basis: 60px;
    -ms-flex-preferred-size: 60px;
    flex-basis: 60px;
  }

  .k-our-works__item-wrapper.--id-6,
  .k-our-works__item-wrapper.--id-1 {
    display: none;
  }

  .k-our-advantages__items-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .k-our-advantages__item-wrapper {
    -webkit-flex-basis: 34%;
    -ms-flex-preferred-size: 34%;
    flex-basis: 34%;
    background-size: cover;
  }

  .k-contact-us__info-form-inputs-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .k-contact-us__info-form-container {
    max-width: 420px;
  }

  .k-contact-us__info-container {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
  }
  .price-list__title,
  .k-our-works__title {
    text-align: start;
  }
}

@media (max-width: 960px) {
  .k-contact-us__content-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding-left: 70px;
  }

  .k-contact-us__before-container {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    padding-top: 20px;
  }

  .fs-accordion__title::before,
  .fs-accordion .question__number,
  .fs-accordion .question__number,
  .k-contact-us__title-wrapper::before,
  .k-contact-us__before-container,
  .fs-accordion .question__answer-spacer,
  .k-about-us__left-container {
    -webkit-flex-basis: 70px;
    -ms-flex-preferred-size: 70px;
    flex-basis: 70px;
  }
}

@media (max-width: 900px) {
  .main-section__container {
    -ms-grid-rows: 230px auto;
    grid-template-rows: 230px auto;
    -ms-grid-columns: minmax(100px, 500px) minmax(112px, 512px);
    grid-template-columns: minmax(100px, 500px) minmax(112px, 512px);
    grid-template-areas:
      "title title"
      "form img2"
      "img1 img3";
  }

  .main-section__image-block.--1 {
    display: block;
    padding-right: 0;
    padding-top: 12px;
  }
  .main-section__image-block.--2 {
    display: block;
    padding-left: 12px;
  }
  .main-section__image-block.--3 {
    display: block;
    padding-top: 12px;
  }
  .main-section__contacts-block {
    display: none;
  }

  .main-section__title-block {
    padding-right: 0;
    text-align: center;
  }

  .main-section__image {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .k-about-us__content-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .k-about-us__center-items-container::after {
    display: none;
  }

  .price-list__group-item-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 0;
  }

  .price-list__to-more,
  .k-steps__to-more,
  .k-our-works__to-more,
  .k-contact-us__to-more {
    width: 280px;
  }
  .price-list__to-more::after,
  .k-steps__to-more::after,
  .k-our-works__to-more::after,
  .k-contact-us__to-more::after {
    max-width: 280px;
  }

  .price-list__group-item-info-image {
    display: none;
  }

  .price-list__group-item-index {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 2px solid #ffce07;
    border-top: 2px solid #ffce07;
  }
  .price-list__group-item-index-text {
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    min-height: unset;
    min-width: 32px;
  }
  .price-list__group-item-info-container {
    border-bottom: 2px solid #ffce07;
    border-top: 2px solid #ffce07;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .price-list__groups-wrapper {
    margin: 0 -15px;
  }
  .price-list__goods-item-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .price-list__goods-item-wrapper:last-child {
    border-bottom: none;
  }

  .price-list__group-item-info-name::before {
    display: none;
  }
  .price-list__group-item-info-name::after {
    opacity: 1;
  }
  .price-list__goods-wrapper-hidden-toggle-button {
    margin: 32px auto 0;
    padding-left: 0;
  }

  .k-steps__title {
    padding-right: 0;
  }

  .k-steps__items-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom: 0;
    border-left: 1px solid #cdcdcd;
    margin-left: 7px;
  }

  .k-steps__item-wrapper {
    padding-bottom: 40px;
    padding-left: 51px;
    -webkit-flex-basis: 180px;
    -ms-flex-preferred-size: 180px;
    flex-basis: 180px;
  }
  .k-steps__item-wrapper::before {
    left: -7px;
    top: 0;
    bottom: unset;
  }

  .k-steps__item-wrapper:last-child::after {
    right: unset;
    bottom: 0;
    left: -7px;
  }

  .k-steps__item-number-container {
    font-size: 1.5rem;
    width: 50px;
  }
  .k-steps__item-title {
    margin-top: 16px;
  }
  .k-steps__item-note {
    margin-top: 8px;
  }

  .k-about-us__left-container {
    display: none;
  }

  .k-about-us__title,
  .k-about-us__text {
    padding-left: 58px;
  }

  .k-about-us__center-container {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .k-about-us__center-items-container {
    margin-top: 32px;
  }

  .k-about-us__center-item-wrapper {
    border-bottom: 1px solid #e1e1e1;
    padding: 20px 0;
  }

  .k-about-us__center-item-wrapper::before {
    margin-right: 16px;
  }

  .k-about-us__right-container {
    margin-top: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .k-about-us__right-image {
    margin-left: 0;
  }

  .k-about-us__right-container::after {
    content: "";
    display: block;
    width: 188px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(/www/skin/images/about_us_photo_2.png);
    background-position: top;
    margin-left: 12px;
  }

  .k-our-works__title {
    padding-right: 0;
  }

  .k-our-works__items-wrapper {
    gap: 0;
    margin-top: 40px;
  }

  .k-our-works__title-wrapper {
    margin-bottom: 0;
  }
  .k-our-works__item-wrapper {
    -webkit-flex-basis: unset !important;
    -ms-flex-preferred-size: unset !important;
    flex-basis: unset !important;
    height: auto;
    -webkit-flex-shrink: 0 !important;
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  #kOurWorksSwipper {
    position: relative;
    overflow: hidden;
  }

  #kOurWorksSwipper .swiper-pagination {
    display: block;
  }

  .k-our-works__item-top-content {
    display: none;
  }

  .k-our-works__item-image-wrapper {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .k-our-works__item-image {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .k-our-works__item-wrapper.--id-1 .k-our-works__item-image-wrapper::after {
    height: 60px;
    background-image: url(/www/skin/images/photo_1_yellow.png);
    display: none;
  }
  .k-our-works__item-wrapper.--id-1
    .k-our-works__item-image-wrapper:hover::after {
    height: 80px;
  }

  .k-our-works__item-wrapper.--id-2 .k-our-works__item-image-wrapper::after {
    height: 60px;
    background-image: url(/www/skin/images/photo_2_yellow.png);
    display: none;
  }
  .k-our-works__item-wrapper.--id-2
    .k-our-works__item-image-wrapper:hover::after {
    height: 80px;
  }

  .k-our-works__item-wrapper.--id-3 .k-our-works__item-image-wrapper::after {
    height: 60px;
    background-image: url(/www/skin/images/photo_3_yellow.png);
    display: none;
  }
  .k-our-works__item-wrapper.--id-3
    .k-our-works__item-image-wrapper:hover::after {
    height: 80px;
  }

  .k-our-works__item-wrapper.--id-4 .k-our-works__item-image-wrapper::after {
    height: 60px;
    background-image: url(/www/skin/images/photo_4_yellow.png);
    display: none;
  }
  .k-our-works__item-wrapper.--id-4
    .k-our-works__item-image-wrapper:hover::after {
    height: 80px;
  }

  .k-our-works__item-wrapper.--id-5 .k-our-works__item-image-wrapper::after {
    height: 60px;
    background-image: url(/www/skin/images/photo_5_yellow.png);
    display: none;
  }
  .k-our-works__item-wrapper.--id-5
    .k-our-works__item-image-wrapper:hover::after {
    height: 80px;
  }

  .k-our-works__item-wrapper.--id-6 .k-our-works__item-image-wrapper::after {
    height: 60px;
    background-image: url(/www/skin/images/photo_6_yellow.png);
    display: none;
  }
  .k-our-works__item-wrapper.--id-6
    .k-our-works__item-image-wrapper:hover::after {
    height: 80px;
  }

  .k-our-works__item-wrapper.--id-3 .k-our-works__item-bottom-content {
    border-left: 0;
    border-right: 0;
  }

  #kOurWorksSwipper .swiper-pagination {
    position: static;
  }

  #kOurWorksSwipper .swiper-pagination-bullet {
    border-radius: unset;
    opacity: unset;
    background-color: #e1e1e1;
  }

  #kOurWorksSwipper .swiper-pagination-bullet-active {
    background-color: #ffce07;
  }

  .k-our-works__item-bottom-content .k-our-works__item-bottom-content-title,
  .k-our-works__item-bottom-content .k-our-works__item-bottom-content-note {
    display: block !important;
  }
}

@media (max-width: 768px) {
  .main-section__container {
    -ms-grid-rows: 245px auto;
    grid-template-rows: 245px auto;
  }
  .main-section__title-block {
    padding-top: 60px;
    padding-right: 0;
    font-size: 1.5rem;
  }
  .main-section__form-block > * {
    display: none;
  }
  .main-section__form-block .default-button {
    display: block;
  }

  .main-section__form-submit > span {
    display: none;
  }

  .main-section__form-submit > .--mobile {
    display: inline-block;
    width: 100px;
    font-size: 0.875rem;
    line-height: 140%;
    text-decoration: underline;
    text-align: center;
  }

  .main-section__form-submit {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    margin-top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: white;
    color: #1f1f1f;
  }

  .main-section__form-submit:hover {
    background-color: white;
  }

  .main-section__title {
    font-size: 1.5rem;
  }

  .main-section__form-block .--confirm-order-call {
    display: none;
  }

  .main-section__form-block .--open-order-call {
    display: block;
  }

  .price-list.container {
    margin-top: 60px;
  }

  .price-list__title {
    font-size: 1.25rem;
    line-height: 120%;
    padding-left: 58px;
  }

  .price-list__title-wrapper {
    height: 48px;
    gap: 12px;
    margin-bottom: 40px;
  }

  .price-list__to-more,
  .k-our-works__to-more,
  .k-contact-us__to-more {
    font-size: 0;
    height: 46px;
    width: 46px;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .price-list__to-more::after,
  .k-our-works__to-more::after,
  .k-contact-us__to-more::after {
    height: 20px;
    width: 20px;
    background-position: center;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: unset;
  }

  .price-list__group-item-info-name {
    padding-bottom: 32px;
    margin-top: 32px;
    padding-right: 56px;
  }

  .price-list__group-item-info-name::after {
    right: 20px;
  }

  .price-list__group-item-index {
    -webkit-flex-basis: 77px;
    -ms-flex-preferred-size: 77px;
    flex-basis: 77px;
  }

  .price-list__goods-item-wrapper {
    padding-left: 20px;
    padding-right: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .price-list__goods-item-info-name {
    font-size: 0.875rem;
  }

  .price-list__goods-item-info-wrapper {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex-basis: 40%;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .price-list__goods-item-counter-wrapper {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .price-list__goods-item-cart-price-wrapper {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .price-list__goods-item-info-price-wrapper {
    display: none;
  }

  .price-list__goods-item-counter-add-cart {
    font-weight: 500;
    font-size: 0.875rem;
  }

  .price-list__goods-item-cart-price-wrapper {
    margin-top: 16px;
    font-size: 0.875rem;
  }

  .k-our-works {
    margin-top: 32px;
  }

  .k-our-works__title-wrapper {
    height: 46px;
    font-size: 1.5rem;
    -webkit-box-align: end;
    -webkit-align-items: end;
    -ms-flex-align: end;
    align-items: end;
  }

  .k-our-works__title {
    padding-left: 58px;
  }

  .k-our-works__item-bottom-content-title {
    font-size: 0.875rem;
    margin-bottom: 4px;
  }

  .k-our-works__item-bottom-content-note {
    font-size: 0.75rem;
  }

  #kOurWorksSwipper .swiper-pagination {
    margin-top: 4px;
  }

  .k-steps__to-more {
    display: none;
  }

  .k-steps {
    margin-top: 60px;
  }

  .k-steps__title {
    text-align: end;
    font-size: 1.5rem;
  }

  .k-steps__title-wrapper {
    margin-bottom: 40px;
    height: 24px;
  }

  .k-steps__item-title {
    margin-top: 20px;
    font-size: 0.875rem;
  }

  .k-steps__item-note {
    margin-top: 4px;
  }

  .k-block-lc {
    margin-top: 60px;
    margin-left: 20px;
    margin-right: 20px;
    padding: 20px;
  }

  .k-block-lc__title {
    font-size: 1.5rem;
  }

  .k-block-lc__note {
    font-size: 0.875rem;
  }

  .k-block-lc__note {
    width: 100%;
    padding: 12px;
    line-height: 120%;
  }

  .k-about-us {
    margin-top: 60px;
  }

  .k-about-us__title {
    font-size: 1.5rem;
  }
  .k-about-us__text {
    font-size: 0.875rem;
    margin-top: 12px;
  }

  .k-about__center-item-wrapper-title {
    font-size: 0.75rem;
  }
  .k-about-us__right-image {
    -webkit-flex-basis: 220px;
    -ms-flex-preferred-size: 220px;
    flex-basis: 220px;
    min-width: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .k-about-us__right-container::after {
    width: 104px;
  }

  .k-our-advantages {
    margin-top: 60px;
  }

  .k-our-advantages__items-wrapper {
    margin-top: 40px;
  }

  .k-our-advantages__item-wrapper {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .k-our-advantages__item-wrapper {
    padding: 20px 20px 124px;
  }

  .k-our-advantages__item-title {
    font-size: 0.875rem;
  }

  .fs-accordion {
    margin-top: 60px;
  }

  .fs-accordion__title::before {
    -webkit-flex-basis: 58px;
    -ms-flex-preferred-size: 58px;
    flex-basis: 58px;
  }
  .fs-accordion__title {
    font-size: 1.5rem;
  }

  .fs-accordion .faq__questions {
    margin-top: 40px;
  }

  .fs-accordion .question__head {
    padding: 20px 0 8px;
  }

  .fs-accordion .question__text {
    font-size: 0.875rem;
  }

  .fs-accordion .question__answer-spacer {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .fs-accordion .question__answer-note {
    font-size: 0.75rem;
  }
  .fs-accordion .question__answer {
    padding-bottom: 20px;
  }
  .k-contact-us {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .k-contact-us__title {
    font-size: 1.5rem;
    padding-left: 58px;
  }

  .k-contact-us__title-wrapper {
    gap: 12px;
  }

  .k-contact-us__content-container {
    font-size: 0.875rem;
    margin-top: 12px;
    padding-left: 0;
  }
  .k-contact-us__text {
    padding-left: 58px;
  }

  .k-contact-us__info-container {
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .k-contact-us__info-contacts-container {
    width: 100%;
  }

  .k-contact-us__info-contact-item-container {
    padding: 20px 0;
  }

  .k-contact-us__info-contact-item-title {
    font-size: 0.9375rem;
  }

  .k-contact-us__info-contact-item-text {
    font-size: 1rem;
  }

  .k-contact-us__info-form-container {
    margin: 0 auto;
    max-width: 336px;
  }

  .k-contact-us__info-form-container {
    padding: 20px;
  }

  .k-contact-us__info-form-title {
    font-size: 1rem;
  }

  .k-contact-us__info-form-submit {
    margin-top: 16px;
  }

  .k-contact-us__info-form-container .default-checkbox__container {
    margin-top: 16px;
  }

  .k-contact-us__before-container {
    padding-top: 32px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
  }

  .k-contact-us__title-wrapper::before {
    display: none;
  }

  .k-contact-us__before-container > a {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    margin-right: 0;
    height: unset;
    width: unset;
  }

  .k-contact-us__before-container > a::after {
    content: "";
    display: block;
    padding-bottom: 100%;
    width: 100%;
  }

  .k-contact-us__telegram-link,
  .k-contact-us__whatsapp-link {
    position: relative;
    background-image: unset;
  }
  .k-contact-us__telegram-link span,
  .k-contact-us__whatsapp-link span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 0.775rem;
    font-weight: 500;
  }

  .k-contact-us__telegram-link span::before,
  .k-contact-us__whatsapp-link span::before {
    content: "";
    display: block;
    height: 40px;
    width: 40px;
    margin-bottom: 4px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }

  .k-contact-us__telegram-link span::before {
    background-image: url(/www/skin/images/telegram_outline.svg);
  }

  .k-contact-us__whatsapp-link span::before {
    background-image: url(/www/skin/images/whats_app_outline.svg);
  }
}
@media (max-width: 576px) {
  .k-contact-us__info-form-container {
    max-width: 100%;
  }
}
