:root {
  --color-primary: #000000;
  --color-background: #ffffff;
  --color-text: #000000;
  --color-text-light: rgba(0, 0, 0, 0.6);
  --font-family-base: 'Roboto', sans-serif;
}
.whatsapp-link {
  background: url(https://www.ostium-doors.kz/sites/all/themes/ostium/images/soc_4.svg);
}
body {
  margin: 0;
  font-family: var(--font-family-base);
  background-color: var(--color-background);
  color: var(--color-text);
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: inherit;
}

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

.container {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
  box-sizing: border-box;
}

.section {
  padding-top: 10px;
  padding-bottom: 112px;
  box-sizing: border-box;
}

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  border: 1px solid transparent;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn-primary {
  background-color: var(--color-primary);
  color: var(--color-background);
  border-color: var(--color-primary);
}

.btn-primary:hover {
  opacity: 0.8;
}

.btn-secondary {
  background-color: var(--color-background);
  color: var(--color-primary);
  border-color: var(--color-primary);
}

.btn-secondary:hover {
  background-color: var(--color-primary);
  color: var(--color-background);
}

.text-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    font-weight: 400;
}

.text-link:hover {
    text-decoration: underline;
}

@media (max-width: 992px) {
  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media (max-width: 768px) {
  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.frame-text25 {
  font-size: 25px;
  align-self: flex-start;
  margin-left: 25px;
}
.frame-text25a {
  font-size: 15px;
  align-self: flex-start;
  margin-left: 25px;
}
.frame-image5 {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 50%;
}

.frame-text26 {
  font-size: 20px;
  align-self: flex-start;
  margin-left: 25px;
}

.frame-container3 {
  flex: 0 0 auto;
  width: auto;
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.frame-image6 {
  width: 200px;
  object-fit: cover;
  margin-right: 25px;
}

.frame-image7 {
  width: 200px;
  object-fit: cover;
}

.frame-text27 {
  font-size: 20px;
  align-self: flex-start;
  margin-left: 25px;
}

.frame-container4 {
  flex: 0 0 auto;
  width: auto;
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.image-with-label {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 25px; /* отступ между блоками, при необходимости */
}
.label {
  margin-top: 8px; /* расстояние между изображением и подписью */
  font-size: 16px; /* по желанию, настройте размер шрифта */
}
.frame-frame {
  gap: 24px;
  width: 100%;
  height: auto;
  display: flex;
  padding: 80px 3 64px;
  overflow: hidden;
  align-self: stretch;
  align-items: center;
  padding-left: 80px 64px;
  flex-direction: column;
  background-color: rgba(255, 255, 255, 1);
}
.frame-container1 {
  width: 100%;
  display: flex;
  overflow: auto;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
}
