/* =========================
   SEO TEXT
   ========================= */
.seo-text img,
.seo-text video,
.seo-text iframe {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 20px 15px;
}
.seo-catalog {
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1920px;
  margin: auto;
  padding-top: 45px;
  padding-bottom: 45px;
}
.seo-text {
  font-size: 15px;
  line-height: 1.5;
  color: #222;
}

.seo-text p {
  margin: 0 0 16px;
}

.seo-text strong,
.seo-text b {
  font-weight: 600;
}

.seo-text i,
.seo-text em {
  font-style: italic;
}

.seo-text span {
  font: inherit;
  color: inherit;
  line-height: inherit;
}

.seo-text small {
  font-size: 13px;
  color: #666;
}

.seo-text sub,
.seo-text sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

.seo-text sub {
  bottom: -0.25em;
}

.seo-text sup {
  top: -0.5em;
}

.seo-text mark {
  background: rgba(255, 235, 59, 0.35);
  color: inherit;
  padding: 0 2px;
}

/* =========================
   HEADINGS
   ========================= */

.seo-text h1,
.seo-text h2,
.seo-text h3,
.seo-text h4,
.seo-text h5,
.seo-text h6 {
  margin: 0 0 15px;
  line-height: 1.3;
  font-family: "Tektur", sans-serif;
  text-transform: uppercase;
  color: #15161a;
}

.seo-text h1 {
  font-weight: 600;
  font-size: 56px;
  line-height: 64px;
  letter-spacing: 1px;
}

.seo-text h2 {
  font-weight: 500;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 1px;
}

.seo-text h3 {
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 1px;
}

.h4,
.seo-text h4 {
  font-weight: 600;
  font-size: 22px;
  line-height: 1.35;
}

.h5,
.seo-text h5 {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.4;
}

.seo-text h6 {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.4;
}

.seo-text * + h1,
.seo-text * + h2,
.seo-text * + h3,
.seo-text * + h4,
.seo-text * + h5,
.seo-text * + h6 {
  margin-top: 30px;
}

/* =========================
   LINKS
   ========================= */

.seo-text a,
.seo-text a:link,
.seo-text a:visited,
.seo-text a:hover,
.seo-text a:active {
  color: inherit;
  cursor: pointer;
  text-decoration: underline;
  outline: 0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}

.seo-text a:hover {
  text-decoration: none;
}

/* =========================
   LISTS
   ========================= */

.seo-text ul,
.seo-text ol {
  margin: 0 0 16px 24px;
  padding: 0;
}

.seo-text ul {
  list-style: disc;
}

.seo-text ol {
  list-style: decimal;
}

.seo-text .seo-text__descr ul li {
  list-style-type: disc;
}
.seo-text .seo-text__descr ol li {
  list-style-type: decimal;
}
.seo-text li {
  margin-bottom: 8px;
}

.seo-text li > ul,
.seo-text li > ol {
  margin-top: 8px;
  margin-bottom: 0;
  margin-left: 20px;
}

.seo-text ul ul {
  list-style: circle;
}

.seo-text ul ul ul {
  list-style: square;
}

.seo-text ol ol {
  list-style: lower-alpha;
}

.seo-text ol ol ol {
  list-style: lower-roman;
}

/* =========================
   TABLES
   ========================= */

.seo-text table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 20px;
}

.seo-text table th,
.seo-text table td {
  border: 1px solid #ccc;
  padding: 10px 20px;
  text-align: left;
  vertical-align: top;
}

.seo-text table th {
  font-weight: 600;
}

/* =========================
   MEDIA
   ========================= */

.seo-text img,
.seo-text video,
.seo-text iframe {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 20px 0;
}

.seo-text iframe {
  border: none;
  outline: 0;
}

/* =========================
   FIGURE
   ========================= */

.seo-text figure {
  margin: 20px 0;
}

.seo-text figcaption {
  margin-top: 8px;
  font-size: 13px;
  color: #666;
  text-align: center;
}

/* =========================
   QUOTES
   ========================= */

.seo-text blockquote {
  margin: 20px 0;
  padding: 12px 16px;
  border-left: 3px solid #ccc;
  color: #555;
  font-style: italic;
}

.seo-text q {
  font-style: italic;
}

/* =========================
   CODE
   ========================= */

.seo-text code,
.seo-text kbd,
.seo-text samp {
  font-family: monospace;
}

.seo-text code {
  background: #f6f6f6;
  padding: 2px 6px;
  border-radius: 4px;
}

.seo-text pre {
  background: #f6f6f6;
  padding: 16px;
  overflow-x: auto;
  margin: 0 0 20px;
}

.seo-text pre code {
  background: transparent;
  padding: 0;
  border-radius: 0;
}

/* =========================
   OTHER
   ========================= */

.seo-text hr {
  border: none;
  border-top: 1px solid #ddd;
  margin: 30px 0;
}

.seo-text address {
  font-style: normal;
  color: #666;
}

.seo-text dl {
  margin: 0 0 16px;
}

.seo-text dt {
  font-weight: 600;
  margin-bottom: 4px;
}

.seo-text dd {
  margin: 0 0 12px;
}

/* =========================
   HELPERS INSIDE SEO
   ========================= */

.seo-text .text-center {
  text-align: center;
}

.seo-text .text-right {
  text-align: right;
}

.seo-text .text-uppercase {
  text-transform: uppercase;
}

.seo-text .white {
  color: #fff;
}

.seo-text .learn-more {
  margin-top: 20px;
}
.seo-text__descr {
  max-height: 200px;
  overflow: hidden;
}

.learn-more {
  color: #15161a;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  border-bottom: 1px solid #15161a;
  width: fit-content;
  cursor: pointer;
}

.seo-text.active .seo-text__descr {
  max-height: 3000px;
  transition: 300ms max-height ease-in;
}

.seo-text.active .open-seo,
.seo-text .close-seo {
  display: none;
}

.seo-text .open-seo,
.seo-text.active .close-seo {
  display: block;
}

.seo-text .container {
  padding: 0 24px;
}

.seo-text .seo-links {
  padding: 40px 0 25px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px;
  list-style: none;
  margin: 0;
}

.seo-text .seo-links li a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 18px 24px;
  border: 1px solid #15161a;
  text-decoration: none;
}
.seo-text .seo-links li span {
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  color: #15161a;
}

/* =========================
   RESPONSIVE
   ========================= */
@media (min-width: 1200px) {
  .seo-text .seo-links li a:hover span {
    color: #fff;
  }
  .seo-text .seo-links li a:hover {
    background-color: #15161a;
    color: #fff;
  }
}
@media (max-width: 1200px) {
  .seo-text h1 {
    font-size: 50px;
    line-height: 58px;
  }
}

@media (max-width: 768px) {
  .seo-text .container {
    padding: 0;
  }
  .seo-text h1 {
    font-size: 30px;
    line-height: 1.4;
  }

  .seo-text h2 {
    font-size: 24px;
    line-height: 1.4;
  }

  .seo-text h3 {
    font-size: 20px;
    line-height: 1.4;
  }

  .seo-text h4 {
    font-size: 18px;
  }

  .seo-text h5 {
    font-size: 16px;
  }

  .seo-text h6 {
    font-size: 15px;
  }

  .seo-text table th,
  .seo-text table td {
    padding: 8px 12px;
  }
  .seo-text .seo-links li {
    margin: 0;
  }
  .seo-text .seo-links li a {
    padding: 10px 18px;
  }
  .seo-text .seo-links li span {
    font-size: 12px;
    line-height: 16px;
  }
}
