:root {
  --content-width: 1092px;
  --landing-content-width: 1140px;
  --header-height: 56px;
  --header-with-page-bar-height: 114.5px;
  --tab-bar-height: 72px;
  --navigation-bar-height: 48px;
  --color-static-status-positive: #0cc44d;
  --light-text-primary-text-color-primary: #0b1f35;
  --shadow-xs: 0 0 1px 0 rgb(0 0 0 / 4%), 0 4px 8px 0 rgb(0 0 0 / 4%);
  --em-font-style: italic;
  --strong-font-weight: 500;
  --mobile-s: 320px;
  --mobile-m: 375px;
  --mobile-l: 425px;
  --tablet: 768px;
  --desktop-s: 1024px;
  --desktop-m: 1280px;
  --desktop-l: 1440px;
  --border-radius-circle: 50%
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Beeline", "Inter", "Arial", sans-serif;
}

body {
  font-family: "Beeline", "Inter", "Arial", sans-serif;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  color: #1A1A1A;
}

.container {
  max-width: 1200px;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  z-index: 1;
  position: relative;
}

@media (max-width: 768px) {
  .container {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

.title {
  font-size: 3.5rem;
  font-weight: 700;
  color: #1A1A1A;
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.08);
  line-height: 1.2;
  font-family: "Beeline", "Inter", "Arial", sans-serif;
}

@media (max-width: 768px) {
  .title {
    font-size: 2.5rem;
  }
}

.subtitle {
  font-size: 1.3rem;
  color: #333;
  margin-bottom: 30px;
  opacity: 0.95;
  line-height: 1.6;
  font-family: "Beeline", "Inter", "Arial", sans-serif;
  font-weight: 400;
}

@media (max-width: 768px) {
  .subtitle {
    font-size: 1.1rem;
  }
}


.benefit-item::before {
  content: '✓';
  color: #FFB300;
  font-weight: bold;
  font-size: 1.5rem;
  margin-right: 15px;
  text-shadow: 0 0 10px rgba(0, 212, 170, 0.2);
}

.form-title {
  color: #1A1A1A;
  font-size: 1.8rem;
  margin-bottom: 30px;
  text-align: center;
  font-weight: 700;
  font-family: "Beeline", "Inter", "Arial", sans-serif;
}

.form-group {
  margin-bottom: 25px;
}

.label {
  display: block;
  color: #1A1A1A;
  font-weight: 600;
  margin-bottom: 8px;
  font-size: 0.95rem;
  font-family: "Beeline", "Inter", "Arial", sans-serif;
}

label span {
  color: coral;
}

.input {
  width: 100%;
  padding: 15px;
  border: 2px solid #E0E0E0;
  border-radius: 10px;
  font-size: 1rem;
  transition: all 0.3s ease;
  box-sizing: border-box;
  font-family: "Beeline", "Inter", "Arial", sans-serif;
  background: #F5F5F5;
  color: #1A1A1A;
}

.input:focus {
  outline: none;
  border-color: #FFD700;
  box-shadow: 0 0 0 3px rgba(255, 215, 0, 0.1);
  background: white;
}

.input::placeholder {
  color: #888;
  font-family: "Beeline", "Inter", "Arial", sans-serif;
}

.checkbox-container {
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
  gap: 12px;
}

.checkbox {
  margin-top: 3px;
  transform: scale(1.2);
  accent-color: #FFD700;
}

.checkbox-label {
  color: #1A1A1A;
  font-size: 0.9rem;
  line-height: 1.4;
  cursor: pointer;
  font-family: "Beeline", "Inter", "Arial", sans-serif;
  font-weight: 400;
}

.checkbox-label button {
  color: #FFD700;
  text-decoration: none;
  font-weight: 600;
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
}

.checkbox-label button:hover {
  text-decoration: underline;
}

.submit-button {
  width: 100%;
  padding: 18px;
  background: #000;
  color: #fff;
  border: none;
  border-radius: 10px;
  font-size: 1.1rem;
  font-weight: 400;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "Beeline", "Inter", "Arial", sans-serif;
}

.submit-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(255, 215, 0, 0.3);
}

.submit-button:active {
  transform: translateY(0);
}

.submit-button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.success-message {
  background: #00D4AA;
  color: #1A1A1A;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  font-weight: 600;
  margin-top: 20px;
  display: none;
  font-family: "Beeline", "Inter", "Arial", sans-serif;
}

.error-message {
  background: #FF4757;
  color: #fff;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  font-weight: 600;
  margin-top: 20px;
  display: none;
  font-family: "Beeline", "Inter", "Arial", sans-serif;
}

.tariffs-title {
  color: #1A1A1A;
  font-size: 1.7rem;
  margin-bottom: 24px;
  font-weight: 700;
  font-family: "Beeline", "Inter", "Arial", sans-serif;
  text-shadow: none;
}

.tariff-block-title {
  text-align: center;
}

@media (max-width: 768px) {
  .table-header,
  .table-row {
    font-size: 0.8rem;
    padding: 12px;
  }
  
  .tariff-features {
    font-size: 0.75rem;;
  }
}
.header {
  background: #fff;
  width: 100%;
  padding: 0;
}
.header-inner {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 18px 16px;
  justify-content: space-between;
}
.header-inner-beeline {
  display: flex;
  align-items: center;
  gap: 16px;
}
.header-logo {
  width: 48px;
  height: 48px;
}
.header-logo-finetel {
  height: 48px;
}
.header-titles {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.header-title {
  font-size: 2rem;
  font-weight: 800;
  color: #1A1A1A;
  margin-bottom: 2px;
  font-family: "Beeline", "Inter", "Arial", sans-serif;
}
.header-subtitle {
  font-size: 1.08rem;
  color: #333;
  font-weight: 500;
  margin-bottom: 0;
  font-family: "Beeline", "Inter", "Arial", sans-serif;
}
@media (max-width: 900px) {
  .header-subtitle {
    display: none;
  }
}
@media (max-width: 900px) {
  .header-content {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
  }
}
@media (max-width: 600px) {
  .header-title {
    font-size: 1.3rem;
  }
  .header-subtitle {
    font-size: 1rem;
  }
  .header-content {
    padding: 18px 8px 12px 8px;
  }
}
main {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 36px;
}

@media (max-width: 600px) {
  main {
    gap: 0;
  }
}
.section {
  width: 100%;
  background: #fff;
  padding: 18px;
  margin-bottom: 0;
}
.section-title {
  font-size: 1.3rem;
  font-weight: 700;
  color: #1A1A1A;
  margin-bottom: 32px;
}
.section-title-main {
  font-size: 32px;
}
@media (max-width: 700px) {
  .section-title-main {
    text-align: center;
  }
}
.centered {
  text-align: center;
}
.form-section {
  background: linear-gradient(to right, #FFEA00, #FFB300);
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}
.form-section-content {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: end;
  column-gap: 40px;
}
@media (max-width: 700px) {
  .form-section {
    background: linear-gradient(to right, #ffd600, #FFB300);
  }
  .form-section-content img {
    display: none;
  }
}
.form-section-content-wrapper {
  padding: 36px 0;
}
.benefits-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1A1A1A;
  margin-bottom: 18px;
  text-align: center;
}
.benefits-list {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 1000px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 32px;
}

.benefit-item {
  color: #222;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  font-family: "Beeline", "Inter", "Arial", sans-serif;
  font-weight: 500;
  padding: 20px 32px;
  height: 82px;
  flex: 1 1 400px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.07);
  border-radius: 6px;
}
@media (max-width: 700px) {
  .benefit-item {
    flex: 1 1 100%;
  }
}
.tariffs-section {
  width: 100%;
}
.tariffs-section-content {
  max-width: 1000px;
  margin: 0 auto;
}
.tariffs-title {
  color: #1A1A1A;
  font-size: 1.25rem;
  margin-bottom: 16px;
  font-weight: 700;
  text-align: center;
}
.benefits-section {
  background: none;
  box-shadow: none;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.form-container {
  width: 100%;
  min-width: 320px;
  max-width: 420px;
  margin: 36px auto 0 auto;
}
.form-title {
  color: #1A1A1A;
  font-size: 1.3rem;
  margin-bottom: 24px;
  text-align: center;
  font-weight: 700;
  font-family: "Beeline", "Inter", "Arial", sans-serif;
}
@media (max-width: 700px) {
  .header-inner {
    padding-left: 16px;
    padding-right: 16px;
  }
  .section {
    padding: 32px;
  }
}

.custom-select-wrapper {
  margin: 16px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.custom-select {
  padding: 10px;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  background-color: #fff;
  cursor: pointer;
}

.custom-select:focus {
  border-color: #ffc800;
}

.custom-select:focus-visible {
  border-color: #ffc800;
  outline: none;
}

.custom-select option {
  background-color: #fff;
  color: #333;
}

.custom-select option:hover {
  background-color: #eee;
}

.product-page {
  background-color: var(--color-white)
}

.product-page h1 {
  font-size: 24px!important
}

.product-page__error {
  padding: 16px
}

.product-page__summary strong {
  font-weight: 600
}

.tariff-info div {
  font-size: 14px
}

.tariff-info h3 {
  margin: 16px 0;
  font-weight: 600;
  font-size: 20px
}

.tariff-info h4 {
  margin: 16px 0;
}

.tariff-info ol {
  padding: 0;
  list-style-type: decimal;
  padding-inline-start: 16px;
  unicode-bidi: isolate;
}

.tariff-info ul li {
  margin-left: 1.5em;
  list-style-type: disc;
  display: list-item;
  text-align: -webkit-match-parent;
  unicode-bidi: isolate;
}