@charset "UTF-8";
/***** FONTS *****/
@font-face {
  font-family: "TTNorms";
  font-display: swap;
  src: url("../fonts/TTNorms-Regular.woff2") format("woff2"), url("../fonts/TTNorms-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "TTNorms";
  font-display: swap;
  src: url("../fonts/TTNorms-Bold.woff2") format("woff2"), url("../fonts/TTNorms-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "TTNorms";
  font-display: swap;
  src: url("../fonts/TTNorms-Medium.woff2") format("woff2"), url("../fonts/TTNorms-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "TTNorms";
  font-display: swap;
  src: url("../fonts/TTNorms-ExtraBold.woff2") format("woff2"), url("../fonts/TTNorms-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "TTNorms";
  font-display: swap;
  src: url("../fonts/TTNorms-Light.woff2") format("woff2"), url("../fonts/TTNorms-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "TTNorms";
  font-display: swap;
  src: url("../fonts/TTNorms-ExtraLight.woff2") format("woff2"), url("../fonts/TTNorms-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "TTNorms";
  font-display: swap;
  src: url("../fonts/TTNorms-Thin.woff2") format("woff2"), url("../fonts/TTNorms-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "TTNorms";
  font-display: swap;
  src: url("../fonts/TTNorms-Black.woff2") format("woff2"), url("../fonts/TTNorms-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  margin: 0;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

a {
  background-color: transparent;
  transition: 0.3s ease;
}

a:active,
a:hover {
  outline: 0;
  color: inherit;
}

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

a:hover,
a:focus {
  color: inherit;
}

a:focus {
  outline: none;
  outline-offset: 0;
}

figure {
  margin: 0;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

svg,
svg:hover,
path,
polygon {
  transition: 0.05s;
}

svg:not(:root) {
  overflow: hidden;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

mark {
  background: #ff0;
  color: #000;
}

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  border-top: 1px solid #f2f2f2;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  margin: 0;
}

input:focus,
button:focus,
select:focus,
textarea:focus {
  outline: none;
  outline-offset: 0;
}

button {
  overflow: visible;
  transition: 0.3s ease;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 0.125rem;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/***** GENERAL ELEMENTS *****/
:root {
  --content-width: 1140px;
  --container-offset: 20px;
  --container-width: calc(var(--content-width) + (var(--container-offset) * 2));
  --blue-1: #1666f1;
  --red-1: #ee1d24;
  --font-color: rgb(51, 51, 51);
  --white-color: rgba(255,255,255,1);
}

/***** Mixins *****/
@media screen and (max-width: 576px) {
  :root {
    --container-offset: 16px;
  }
}
/***** BLOCKS GLOBAL *****/
/*-----generals-----*/
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}

body {
  font-family: "TTNorms", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25;
  color: var(--font-color);
  background: var(--white-color);
  overflow-x: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

section {
  width: 100%;
}

html.with-fancybox body.hide-scrollbar {
  margin-right: 0 !important;
}

.container {
  margin: 0 auto;
  padding: 0 var(--container-offset);
  max-width: var(--container-width);
  width: 100%;
}

.container-padding {
  width: 100%;
  box-sizing: border-box;
  padding-left: calc((100vw - var(--content-width)) / 2);
  padding-right: calc((100vw - var(--content-width)) / 2);
  max-width: 100%;
}

.container-left {
  width: 100%;
  padding-left: max(var(--container-offset), (100% - var(--content-width)) / 2);
  max-width: 100%;
  margin-left: 0;
}

.container-right {
  width: 100%;
  padding-right: max(var(--container-offset), (100% - var(--content-width)) / 2);
  max-width: 100%;
  margin-right: 0;
}

.link-center {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.dis-scroll {
  overflow: hidden;
  height: 100vh;
}

.hidden,
.screen-reader-text {
  display: none !important;
}

/***** COMPONENTS GLOBAL *****/
.header {
  position: relative;
  width: 100%;
  z-index: 0;
  border-bottom: 1px solid #f0f0f0;
}
.header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 16px;
}
.header-left {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16%;
}
.header-center {
  width: 61%;
  padding-left: 12px;
  padding-right: 12px;
}
.header-right {
  width: 20%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.header-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  max-width: 100%;
}
.header-logo img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.header-slogan {
  padding-bottom: 12px;
  border-bottom: 1px dotted rgb(0, 0, 0);
}
.header-slogan p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
  text-align: center;
  color: var(--font-color);
}
.header-nav-toggle {
  display: none;
}
.header-nav-list {
  list-style: none;
  margin: 16px auto 0;
  padding: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  gap: 8px 12px;
}
.header-nav-list li {
  display: inline-flex;
}
.header-nav-list li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  border: 2px solid rgb(14, 126, 227);
  padding: 6px 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  color: rgb(14, 126, 227);
}
.header-contacts {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.header-contacts a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 210px;
  height: 44px;
  max-width: 100%;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.1;
  color: var(--white-color) !important;
  border-radius: 5px;
}
.header-contacts a:not(:last-child) {
  margin-bottom: 12px;
}
.header-contacts a img {
  display: block;
  width: 18px;
  height: auto;
  flex-shrink: 0;
  margin-right: 7px;
}
.header-contacts a[href^="mailto:"] {
  background-color: rgb(22, 102, 241);
}
.header-contacts a[href^="mailto:"]:hover {
  background-color: rgb(13, 90, 223);
}
.header-contacts a[href^="tel:"] {
  background-color: rgb(12, 214, 68);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transform-origin: center;
}
@media screen and (min-width: 1025px) {
  .header-contacts a[href^="tel:"]:hover {
    transform: scale(1.075);
  }
}

@media screen and (max-width: 1024px) {
  .header-container {
    justify-content: center;
    flex-direction: column;
  }
  .header-left {
    width: 100%;
    margin-bottom: 12px;
  }
  .header-center {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .header-right {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px dotted rgb(0, 0, 0);
  }
  .header-logo {
    width: 150px;
  }
  .header-contacts {
    flex-direction: row;
  }
  .header-contacts a:not(:last-child) {
    margin-bottom: 0;
    margin-right: 16px;
  }
}
@media screen and (max-width: 576px) {
  .header-container {
    padding-bottom: 12px;
  }
  .header-left {
    margin-bottom: 8px;
  }
  .header-right {
    margin-top: 0;
  }
  .header-logo {
    width: 120px;
  }
  .header-slogan p {
    font-size: 14px;
  }
  .header-nav-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 56px;
    border: 0;
    outline: none;
    background: none;
    padding: 12px 0;
  }
  .header-nav-toggle-label {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.25;
    text-align: left;
    color: var(--font-color);
  }
  .header-nav-toggle-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 24px;
    height: 24px;
  }
  .header-nav-toggle-icon img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
    display: block;
  }
  .header-nav-toggle-icon img:nth-child(2) {
    display: none;
  }
  .header-nav-list {
    margin-top: 0;
    gap: 8px 10px;
    box-sizing: border-box;
    overflow: hidden;
    height: 0;
    transition: all 0.25s ease;
  }
  .header-nav-list li a {
    border-radius: 5px;
    border-width: 1.2px;
    padding: 4px 10px;
    font-size: 13px;
    line-height: 1.2;
  }
  .header-nav-open .header-nav-toggle-icon img:nth-child(1) {
    display: none;
  }
  .header-nav-open .header-nav-toggle-icon img:nth-child(2) {
    display: block;
  }
  .header-nav-open .header-nav-list {
    margin-top: 6px;
    margin-bottom: 16px;
  }
  .header-contacts {
    width: 100%;
    flex-direction: column;
  }
  .header-contacts a {
    width: 100%;
    height: 40px;
  }
  .header-contacts a:not(:last-child) {
    margin-bottom: 12px;
    margin-right: 0;
  }
}
.footer {
  position: relative;
  width: 100%;
  z-index: 0;
}
.footer-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px dotted rgb(0, 0, 0);
}
.footer-col {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 30%;
  padding-left: 20px;
  padding-right: 20px;
}
.footer-col:nth-child(2) {
  width: 40%;
}
.footer-col:nth-child(3) {
  padding-right: 0;
}
.footer-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  max-width: 100%;
}
.footer-logo img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.footer-banking p {
  margin-top: 0;
  font-size: 14px;
  font-style: italic;
  line-height: 1.4;
  width: 340px;
  max-width: 100%;
}
.footer-banking img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  height: 80px;
}
.footer-contacts {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.footer-contacts a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 320px;
  height: 44px;
  max-width: 100%;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.1;
  color: var(--white-color) !important;
  border-radius: 5px;
}
.footer-contacts a:not(:last-child) {
  margin-bottom: 12px;
}
.footer-contacts a img {
  display: block;
  width: 18px;
  height: auto;
  flex-shrink: 0;
  margin-right: 7px;
}
.footer-contacts a[href^="mailto:"] {
  background-color: rgb(22, 102, 241);
}
.footer-contacts a[href^="mailto:"]:hover {
  background-color: rgb(13, 90, 223);
}
.footer-contacts a[href^="tel:"] {
  background-color: rgb(12, 214, 68);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transform-origin: center;
}
@media screen and (min-width: 1025px) {
  .footer-contacts a[href^="tel:"]:hover {
    transform: scale(1.075);
  }
}

@media screen and (max-width: 1024px) {
  .footer-logo {
    width: 150px;
  }
}
@media screen and (max-width: 576px) {
  .footer-container {
    justify-content: center;
    flex-direction: column;
    padding-top: 24px;
    padding-bottom: 28px;
  }
  .footer-col {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .footer-col:nth-child(2) {
    width: 100%;
    margin-top: 16px;
    margin-bottom: 20px;
  }
  .footer-banking p {
    margin-bottom: 10px;
    line-height: 1.25;
  }
  .footer-banking img {
    height: 60px;
  }
  .footer-contacts a {
    width: 100%;
    height: 40px;
  }
}
.button-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  max-width: 100%;
  min-height: 44px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.1;
  text-decoration: none !important;
  text-align: center;
  color: var(--white-color) !important;
  border-radius: 5px;
  outline: none;
  border: 0;
  background-color: rgb(229, 67, 67);
  transition: all 0.3s ease;
}
@media screen and (min-width: 1025px) {
  .button-primary:hover {
    background-color: rgb(204, 59, 59);
  }
}
.button-primary--icon svg {
  display: block;
  width: 20px;
  height: auto;
  max-height: 20px;
  margin-right: 12px;
  flex-shrink: 0;
}
.button-primary--blue {
  background-color: var(--blue-1);
}
@media screen and (min-width: 1025px) {
  .button-primary--blue:hover {
    background-color: #0757E2;
  }
}

/*-----breadcrumbs-----*/
.kama_breadcrumbs {
  display: inline-block;
  width: 100%;
  margin-bottom: 28px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.21;
  color: var(--font-color);
}
.kama_breadcrumbs span {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.21;
  color: var(--font-color);
}
.kama_breadcrumbs a,
.kama_breadcrumbs a span {
  position: relative;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.21;
  text-decoration: none !important;
  color: rgba(51, 51, 51, 0.5);
  transition: color 0.3s ease;
}
.kama_breadcrumbs a:hover span,
.kama_breadcrumbs a:hover {
  color: var(--font-color);
}
.kama_breadcrumbs .kb_sep {
  margin-right: 5px;
  margin-left: 5px;
  color: rgba(51, 51, 51, 0.5) !important;
}

.s-heading {
  margin-bottom: 28px;
  text-align: center;
}
.s-heading-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 1.1;
  color: rgb(70, 70, 70);
}
.s-heading-title:not(:last-child) {
  margin-bottom: 12px;
}
.s-heading-subtitle {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.2;
}
.s-heading.light .s-heading-title {
  color: var(--white-color);
}
.s-heading.light .s-heading-subtitle {
  color: rgba(255, 255, 255, 0.9);
}

.p-heading {
  margin-bottom: 36px;
  text-align: center;
}
.p-heading-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  line-height: 1.1;
  color: var(--font-color);
}
.p-heading-title:not(:last-child) {
  margin-bottom: 12px;
}
.p-heading-subtitle {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.2;
}
.p-heading.light .s-heading-title {
  color: var(--white-color);
}
.p-heading.light .s-heading-subtitle {
  color: rgba(255, 255, 255, 0.9);
}

@media screen and (max-width: 1024px) {
  .s-heading {
    margin-bottom: 20px;
  }
  .s-heading-title {
    font-size: 28px;
  }
  .p-heading {
    margin-bottom: 28px;
  }
  .p-heading-title {
    font-size: 32px;
  }
  .p-heading-title:not(:last-child) {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 576px) {
  .s-heading {
    margin-bottom: 16px;
  }
  .s-heading-title {
    font-size: 20px;
  }
  .s-heading-title:not(:last-child) {
    margin-bottom: 8px;
  }
  .s-heading-subtitle {
    font-size: 15px;
  }
  .p-heading {
    margin-bottom: 20px;
  }
  .p-heading-title {
    font-size: 24px;
  }
}
.swiper {
  width: 100%;
}
.swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position: relative !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  margin-top: 20px;
  width: 100%;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 5px !important;
  opacity: 0.4;
  background-color: #333333;
  transition: all 0.3s ease;
}
.swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  transform: none;
  background-color: var(--blue-1);
}

@media screen and (max-width: 576px) {
  .swiper-pagination {
    margin-top: 16px;
  }
}
.form-group {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
}
.form-group--submit {
  margin-bottom: 0 !important;
}
.form-input {
  width: 100%;
  height: 44px;
  padding: 12px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
  color: var(--font-color) !important;
  border-radius: 5px;
  outline: none;
  box-sizing: border-box;
  border: 1px solid #ccc;
  background: var(--white-color) !important;
  transition: 0.3s ease;
}
.form-input::placeholder {
  color: rgba(35, 31, 32, 0.5) !important;
}
.form-input:focus {
  border-color: var(--blue-1);
  box-shadow: 0 0 0 1px rgba(26, 95, 180, 0.2);
}
.form-input.wpcf7-not-valid {
  border-color: var(--error-color);
}
.form-select {
  width: 100%;
  height: 44px;
  padding: 12px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
  color: var(--font-color) !important;
  border-radius: 5px;
  outline: none;
  box-sizing: border-box;
  border: 1px solid #ccc;
  background: var(--white-color) !important;
  transition: 0.3s ease;
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 12px;
  padding-right: 36px; /* Место для стрелки */
  cursor: pointer;
}
.form-select.wpcf7-not-valid {
  border-color: var(--error-color);
}
.form-select:focus {
  border-color: var(--blue-1);
  box-shadow: 0 0 0 1px rgba(26, 95, 180, 0.2);
}
.form-select::-ms-expand {
  display: none;
}
.form-agreement {
  margin-top: 5px;
  width: 100%;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.25;
  text-align: center;
  color: var(--font-color);
}
.form-agreement a {
  text-decoration: none;
  color: var(--font-color) !important;
  border-bottom: 1px dashed var(--font-color);
}
.form-agreement a:hover {
  border-bottom-color: transparent;
}
.form-agreement--light {
  color: var(--white-color);
}
.form-agreement--light a {
  color: var(--white-color) !important;
  border-bottom: 1px dashed var(--white-color);
}

.wpcf7-form {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
}
.wpcf7-form p {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  width: 100%;
}
.wpcf7-form .button-primary {
  width: 100%;
}

.wpcf7-spinner,
.wpcf7-not-valid-tip,
.wpcf7 form .wpcf7-response-output {
  display: none !important;
}

input[type=number] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  appearance: textfield;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  display: none;
}

#cookie-notice {
  display: none;
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background: white;
  color: #333;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
  max-width: 900px;
  width: 90%;
  z-index: 9999;
  animation: slideUp 0.3s ease;
  border: 1px solid #e0e0e0;
}

#cookie-notice.show {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.cookie-text {
  flex: 1;
  margin-right: 20px;
  font-size: 14px;
  line-height: 1.5;
}

.cookie-text a {
  color: #0073aa;
  text-decoration: underline;
}

.cookie-buttons {
  display: flex;
  gap: 10px;
}

.cookie-btn {
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-weight: 500;
  transition-color: background-color 0.3s;
  font-size: 14px;
}

.cookie-accept {
  background-color: var(--blue-1);
  color: white !important;
}

.cookie-accept:hover {
  background-color: #0757E2;
}

.cookie-decline {
  background: #f0f0f0;
  color: #333;
}

.cookie-decline:hover {
  background: #e0e0e0;
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translate(-50%, 20px);
  }
  to {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}
@media (max-width: 768px) {
  #cookie-notice {
    flex-direction: column;
    text-align: center;
  }
  .cookie-text {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.fancybox__backdrop {
  background: rgba(0, 0, 0, 0.6);
}
.fancybox-is-open .fancybox-bg {
  opacity: 1;
}
.fancybox-slide {
  padding: 16px !important;
}
.fancybox-can-swipe .fancybox-content, .fancybox-can-pan .fancybox-content {
  cursor: auto !important;
}

.is-close-btn {
  top: 16px !important;
  right: 16px !important;
  width: 20px !important;
  height: 20px !important;
  border: 0 !important;
  outline: none !important;
  opacity: 1 !important;
  padding: 0 !important;
  border-radius: 0 !important;
  color: var(--font-color) !important;
  box-shadow: none !important;
  background-color: transparent !important;
  background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.66667 10L4 14.6667L5.33333 16L10 11.3333L14.6667 16L16 14.6667L11.3333 10L16 5.33333L14.6667 4L10 8.66667L5.33333 4L4 5.33333L8.66667 10Z" fill="%23222222"/></svg>');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.3s ease;
}
.is-close-btn svg {
  display: none;
}
.is-close-btn:hover {
  opacity: 0.75 !important;
}

.modal {
  position: relative;
  width: 520px;
  padding: 40px 32px 32px;
  border-radius: 16px;
  background: var(--white-color);
  z-index: 0;
  cursor: auto !important;
}
.modal-heading {
  margin-bottom: 28px;
  width: 100%;
}
.modal-heading-title {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2;
  color: var(--font-color);
}
.modal-heading-title:not(:last-child) {
  margin-bottom: 12px !important;
}
.modal-heading-descr {
  margin: 0 !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  color: rgba(51, 51, 51, 0.8);
}

#modal-success .modal-heading {
  margin-top: 44px;
  margin-bottom: 44px;
  text-align: center;
}
#modal-success .modal-heading-icon {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

@media screen and (max-width: 576px) {
  .is-close-btn {
    top: 8px !important;
    right: 8px !important;
    width: 20px !important;
    height: 20px !important;
  }
  .modal {
    width: 100%;
    padding: 24px 20px 20px 20px;
  }
  .modal::before {
    display: none;
  }
  .modal-heading {
    margin-bottom: 20px;
  }
  .modal-heading-title {
    font-size: 20px;
  }
  .modal-heading-title:not(:last-child) {
    margin-bottom: 6px !important;
  }
  .modal .wpcf7-form .form-group {
    margin-bottom: 14px;
  }
  #modal-success .modal-heading {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  #modal-success .modal-heading-icon {
    width: 48px;
    height: auto;
    margin-bottom: 12px;
  }
}
/***** SECTIONS GLOBAL (Widgets) *****/
.s1 {
  position: relative;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
  padding-top: 40px;
  padding-bottom: 48px;
}
.s1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.05) 100%);
  z-index: -1;
}
.s1-title {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 58px;
  line-height: 1.3;
  text-align: center;
  color: rgb(0, 85, 165);
}
.s1-subtitle {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}
.s1-subtitle-discount {
  color: rgb(238, 29, 36);
}
.s1-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: 24px;
}
.s1-form {
  width: calc(50% - 40px);
}
.s1-form-wrapper {
  width: 100%;
  padding: 28px 32px;
  border-radius: 28px;
  border: 1px solid rgb(148, 148, 148);
  background-color: rgba(255, 255, 255, 0.7);
}
.s1-form .wpcf7 {
  width: 440px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.s1-form-title {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}
.s1-form-title-highlight {
  color: rgb(229, 56, 53);
}
.s1-list {
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  flex-direction: column;
  width: calc(50% - 40px);
  list-style: none;
  padding: 0;
  gap: 20px;
}
.s1-list li {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  min-height: 76px;
  font-size: 18px;
  line-height: 1.3;
  color: rgb(17, 17, 17);
  padding: 25px 20px 25px 40px;
  background-color: rgba(255, 255, 255, 0.8);
}
.s1-list li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 15px;
  width: 5px;
  height: calc(100% - 20px);
  background-color: rgb(105, 105, 105);
}
.s1-list li.s1-list-fluid {
  font-weight: bold;
  color: rgb(22, 102, 241);
}
.s1-list li.s1-list-fluid::before {
  background-color: rgb(229, 67, 67);
}

@media screen and (max-width: 1024px) {
  .s1 {
    padding-top: 28px;
    padding-bottom: 36px;
  }
  .s1-title {
    margin-bottom: 16px;
    font-size: 48px;
  }
  .s1-subtitle {
    font-size: 20px;
  }
  .s1-content {
    margin-top: 20px;
  }
  .s1-form {
    width: calc(50% - 12px);
  }
  .s1-form-wrapper {
    padding: 20px 24px;
    border-radius: 20px;
  }
  .s1-form .wpcf7 {
    width: 100%;
  }
  .s1-form-title {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.25;
  }
  .s1-list {
    width: calc(50% - 12px);
    gap: 16px;
  }
  .s1-list li {
    min-height: 56px;
    font-size: 16px;
    padding: 20px 20px 20px 32px;
  }
  .s1-list li::before {
    top: 10px;
    left: 10px;
    width: 3px;
    height: calc(100% - 20px);
  }
}
@media screen and (max-width: 576px) {
  .s1-title {
    margin-bottom: 12px;
    font-size: 28px;
  }
  .s1-subtitle {
    font-size: 18px;
  }
  .s1-content {
    justify-content: center;
    flex-direction: column;
  }
  .s1-form {
    width: 100%;
  }
  .s1-form-wrapper {
    padding-right: 16px;
    padding-left: 16px;
  }
  .s1-form-title {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
  }
  .s1-list {
    margin-top: 20px;
    width: 100%;
    gap: 10px;
  }
  .s1-list li {
    min-height: 48px;
    font-size: 16px;
    padding: 12px 12px 12px 22px;
  }
  .s1-list li::before {
    top: 8px;
    left: 7px;
    height: calc(100% - 16px);
  }
}
.s2 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.s2-heading {
  width: 100%;
  margin-bottom: 28px;
}
.s2-heading-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: normal;
  line-height: 1.2;
  text-align: center;
  color: var(--font-color);
}
.s2-heading-title-counter {
  font-size: 160%;
  font-weight: bold;
}
.s2-group {
  width: 100%;
}
.s2-group:not(:last-child) {
  margin-bottom: 30px;
}
.s2-group-title {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 38px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  color: rgb(22, 102, 241);
}
.s2-group-slider-container {
  position: relative;
  width: 100%;
}
.s2-group-slider .swiper-slide {
  text-align: center;
}
.s2-group-slider .swiper-slide img {
  display: block;
  width: 100%;
  height: 340px;
  object-fit: contain;
  flex-shrink: 0;
}
.s2-group-slider .swiper-slide p {
  margin-top: 14px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.4;
  text-align: center;
}
.s2-group-slider-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position: relative !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  margin-top: 20px;
  width: 100%;
}
.s2-group-slider-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 5px !important;
  opacity: 0.4;
  background-color: #333333;
  transition: all 0.3s ease;
}
.s2-group-slider-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  transform: none;
  background-color: var(--blue-1);
}
.s2-group-slider-button-prev, .s2-group-slider-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-top: -40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  outline: none;
  border-radius: 50px;
  border: 2px solid rgba(51, 51, 51, 0.2);
  color: rgb(51, 51, 51) !important;
  opacity: 0.8;
  background-color: transparent;
  transition: all 0.3s ease;
  cursor: pointer;
}
@media screen and (min-width: 1025px) {
  .s2-group-slider-button-prev:hover, .s2-group-slider-button-next:hover {
    opacity: 1;
    color: var(--blue-1) !important;
    border-color: var(--blue-1) !important;
    background-color: var(--white-color);
  }
}
.s2-group-slider-button-prev.swiper-button-lock, .s2-group-slider-button-next.swiper-button-lock {
  display: none !important;
}
.s2-group-slider-button-prev.swiper-button-disabled, .s2-group-slider-button-next.swiper-button-disabled {
  opacity: 0.4;
  cursor: auto;
}
.s2-group-slider-button-prev.swiper-button-disabled:hover, .s2-group-slider-button-next.swiper-button-disabled:hover {
  color: rgb(51, 51, 51) !important;
  border-color: rgb(51, 51, 51) !important;
  background-color: transparent !important;
}
.s2-group-slider-button-prev {
  left: -40px;
}
.s2-group-slider-button-prev svg {
  margin-left: -1px;
}
.s2-group-slider-button-next {
  right: -40px;
}
.s2-group-slider-button-next svg {
  margin-right: -1px;
}
.s2-form {
  width: 100%;
  padding: 20px;
  color: var(--white-color);
  border-radius: 5px;
  background: rgb(22, 102, 241);
}
.s2-form:not(:last-child) {
  margin-bottom: 30px;
}
.s2-form-title {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
}
.s2-form-title-highlight {
  font-size: 150%;
  font-weight: bold;
}
.s2-form .wpcf7 {
  width: 600px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.s2-form .wpcf7-form .form-group:nth-child(2) {
  width: 200px;
}
.s2-form .wpcf7-form .form-group:nth-child(3) {
  width: calc(100% - 220px);
  margin-left: 20px;
}

@media screen and (max-width: 1024px) {
  .s2-heading {
    margin-bottom: 24px;
  }
  .s2-heading-title {
    font-size: 28px;
  }
  .s2-heading-title-counter {
    font-size: 140%;
  }
  .s2-group-title {
    margin-bottom: 20px;
    font-size: 28px;
  }
  .s2-group-slider .swiper-slide img {
    height: 260px;
  }
  .s2-group-slider .swiper-slide p {
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.25;
  }
  .s2-group-slider-pagination {
    margin-top: 12px;
  }
  .s2-group-slider-button-prev, .s2-group-slider-button-next {
    display: none;
  }
  .s2-form-title {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 576px) {
  .s2 {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .s2-heading {
    margin-bottom: 20px;
  }
  .s2-heading-title {
    font-size: 20px;
  }
  .s2-group:not(:last-child) {
    margin-bottom: 24px;
  }
  .s2-group-title {
    margin-bottom: 12px;
    font-size: 20px;
  }
  .s2-group-slider .swiper-slide img {
    height: 240px;
  }
  .s2-group-slider .swiper-slide p {
    margin-top: 8px;
    font-size: 15px;
  }
  .s2-group-slider-pagination {
    margin-top: 12px;
  }
  .s2-form {
    padding: 16px;
  }
  .s2-form:not(:last-child) {
    margin-bottom: 24px;
  }
  .s2-form-title {
    margin-bottom: 20px;
    font-size: 15px;
  }
  .s2-form-title-highlight {
    font-size: 130%;
  }
  .s2-form .wpcf7 {
    width: 100%;
  }
  .s2-form .wpcf7-form .form-group:nth-child(2) {
    width: 100%;
  }
  .s2-form .wpcf7-form .form-group:nth-child(3) {
    width: 100%;
    margin-left: 0;
  }
}
.s3 {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
  background-image: url("../img/s3-bg-pattern.png");
  background-repeat: repeat;
  background-size: auto;
  background-position: top left;
}
.s3-heading {
  text-align: center;
  margin-bottom: 28px;
}
.s3-heading-attention {
  margin-top: 0;
  margin-bottom: 4px;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.25;
  color: rgb(157, 10, 15);
}
.s3-heading-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: bold;
}
.s3-columns {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
  position: relative;
}
.s3-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(50% - 20px);
  max-width: 100%;
}
.s3-column-title {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.25;
  color: rgb(0, 0, 0);
}
.s3-column .button-primary {
  width: 320px;
  max-width: 100%;
}
.s3-column .button-primary svg {
  margin-right: 12px;
}
.s3-column:last-child .s3-column-title {
  color: rgb(191, 163, 85);
}
.s3-column-divider {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 2px;
  height: calc(100% - 64px);
  background: rgba(191, 162, 85, 0.5);
  align-self: stretch;
}
.s3-slider-container {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  padding: 0 50px;
}
.s3-slider .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.s3-slider .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s ease;
}
.s3-slider .swiper-slide a:hover {
  opacity: 0.9;
}
.s3-slider .swiper-slide a img {
  width: 100%;
  height: 390px;
  object-fit: contain;
  display: block;
}
.s3-slider-button-prev, .s3-slider-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  outline: none;
  border-radius: 50px;
  border: 2px solid rgba(51, 51, 51, 0.2);
  color: rgb(51, 51, 51) !important;
  opacity: 0.8;
  background-color: transparent;
  transition: all 0.3s ease;
  cursor: pointer;
}
@media screen and (min-width: 1025px) {
  .s3-slider-button-prev:hover, .s3-slider-button-next:hover {
    opacity: 1;
    color: var(--blue-1) !important;
    border-color: var(--blue-1) !important;
    background-color: var(--white-color);
  }
}
.s3-slider-button-prev.swiper-button-lock, .s3-slider-button-next.swiper-button-lock {
  display: none !important;
}
.s3-slider-button-prev.swiper-button-disabled, .s3-slider-button-next.swiper-button-disabled {
  opacity: 0.4;
  cursor: auto;
}
.s3-slider-button-prev.swiper-button-disabled:hover, .s3-slider-button-next.swiper-button-disabled:hover {
  color: rgb(51, 51, 51) !important;
  border-color: rgb(51, 51, 51) !important;
  background-color: transparent !important;
}
.s3-slider-button-prev {
  left: 0px;
}
.s3-slider-button-prev svg {
  margin-left: -1px;
}
.s3-slider-button-next {
  right: 0px;
}
.s3-slider-button-next svg {
  margin-right: -1px;
}
.s3-pagination-numbered {
  position: relative !important;
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 60px) !important;
}
.s3-pagination-numbered::before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 5px;
  width: calc(100% - 10px);
  height: 2px;
  background-color: rgba(51, 51, 51, 0.15);
}
.s3-pagination-numbered .swiper-pagination-bullet {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: var(--white-color);
  color: black;
  border: 2px solid rgba(51, 51, 51, 0.15);
  border-radius: 100%;
  line-height: 36px;
  vertical-align: middle;
  text-align: center;
  opacity: 1;
  transition: all 0.3s ease;
}
.s3-pagination-numbered .swiper-pagination-bullet::before {
  content: " ";
  position: absolute;
  width: 14px;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  bottom: -4px;
  border-radius: 2px;
  background-color: transparent;
  transform: rotate(45deg);
  opacity: 0;
  transition: all 0.3s ease;
}
.s3-pagination-numbered .swiper-pagination-bullet-active {
  background: var(--blue-1);
  color: white;
}
.s3-pagination-numbered .swiper-pagination-bullet-active::before {
  background-color: var(--blue-1);
  opacity: 1;
}

@media screen and (max-width: 1024px) {
  .s3-heading {
    margin-bottom: 24px;
  }
  .s3-heading-attention {
    font-size: 28px;
  }
  .s3-heading-title {
    font-size: 28px;
  }
  .s3-column {
    width: calc(50% - 16px);
  }
  .s3-column-title {
    margin-bottom: 8px;
    font-size: 28px;
  }
  .s3-column .button-primary {
    width: 100%;
  }
  .s3-slider-container {
    margin-bottom: 16px;
    padding-right: 40px;
    padding-left: 40px;
  }
  .s3-slider .swiper-slide a img {
    height: 320px;
  }
  .s3-slider-button-prev, .s3-slider-button-next {
    margin-top: 30px;
  }
  .s3-pagination-numbered {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100% !important;
  }
}
@media screen and (max-width: 576px) {
  .s3 {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .s3-heading {
    margin-bottom: 16px;
  }
  .s3-heading-attention {
    font-size: 24px;
  }
  .s3-heading-title {
    font-size: 20px;
  }
  .s3-columns {
    flex-direction: column;
    justify-content: flex-start;
  }
  .s3-column {
    width: 100%;
  }
  .s3-column:not(:last-child) {
    margin-bottom: 36px;
  }
  .s3-column-title {
    margin-bottom: 8px;
    font-size: 20px;
  }
  .s3-column-divider {
    display: none;
  }
  .s3-slider-container {
    margin-bottom: 12px;
    padding-right: 0;
    padding-left: 0;
  }
  .s3-slider .swiper-slide a img {
    height: 240px;
  }
  .s3-slider-button-prev, .s3-slider-button-next {
    display: none;
  }
  .s3-pagination-numbered {
    margin-top: 8px;
    margin-bottom: 6px;
    width: 100% !important;
  }
}
.s4 {
  padding-top: 48px;
  padding-bottom: 48px;
}
.s4-container {
  display: grid;
  grid-template-columns: 50% 47%;
  gap: 3%;
  align-items: flex-start;
}
.s4-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.s4-attention {
  margin-top: 20px;
  margin-bottom: 32px;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.2;
  color: var(--font-color);
}
.s4-title {
  margin-top: 0;
  margin-bottom: 48px;
  font-size: 60px;
  font-weight: normal;
  line-height: 1.1;
  color: rgb(245, 161, 32);
}
.s4-timer {
  display: flex;
  justify-content: flex-start;
  flex-direction: row-reverse;
  width: 100%;
  max-width: 500px;
  margin-left: auto;
}
.s4-timer-tooltip {
  display: flex;
  align-items: flex-start;
}
.s4-timer-tooltip-label {
  margin-top: 8px;
  margin-bottom: 0;
  width: 64px;
  flex-shrink: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.15;
  font-style: italic;
}
.s4-timer-tooltip svg {
  margin-right: -2px;
}
.s4-timer-digits {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  margin-top: 36px;
  text-align: center;
}
.s4-timer-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  min-width: 80px;
}
.s4-timer-group:not(:last-child)::before {
  content: ":";
  position: absolute;
  top: -5px;
  right: -28px;
  font-size: 60px;
  font-weight: 500;
  color: #1666F1;
  line-height: 1;
}
.s4-timer-number {
  width: 100%;
  font-size: 60px;
  font-weight: 700;
  color: #1666F1;
  line-height: 1;
  text-align: center;
  transition: all 0.3s ease;
}
.s4-timer-label {
  margin-top: 2px;
  width: 100%;
  font-size: 13px;
  text-transform: uppercase;
  text-align: center;
}
.s4-image {
  margin-bottom: 24px;
  border-radius: 5px;
}
.s4-form {
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
}
.s4-form-deadline {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.2;
  color: rgb(227, 49, 49);
}

@media screen and (max-width: 1024px) {
  .s4 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .s4-container {
    grid-template-columns: 50% 44%;
    gap: 6%;
  }
  .s4-attention {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 1.1;
  }
  .s4-title {
    margin-bottom: 32px;
    font-size: 36px;
  }
  .s4-timer {
    flex-direction: column;
    max-width: 100%;
  }
  .s4-timer-tooltip {
    margin-bottom: 12px;
    margin-left: 16px;
  }
  .s4-timer-digits {
    gap: 20px;
    margin-top: 0;
    width: fit-content;
  }
  .s4-timer-group {
    min-width: 56px;
  }
  .s4-timer-group:not(:last-child)::before {
    top: -2px;
    right: -15px;
    font-size: 36px;
  }
  .s4-timer-number {
    font-size: 40px;
  }
  .s4-timer-label {
    margin-top: 0;
    font-size: 11px;
  }
  .s4-image {
    margin-bottom: 16px;
  }
  .s4-form-deadline {
    margin-bottom: 10px;
    font-size: 18px;
  }
}
@media screen and (max-width: 576px) {
  .s4 {
    padding-top: 36px;
    padding-bottom: 36px;
  }
  .s4-container {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .s4-attention {
    margin-top: 0;
    margin-bottom: 16px;
    width: 100%;
    font-size: 20px;
    text-align: center;
  }
  .s4-title {
    margin-bottom: 20px;
    width: 100%;
    font-size: 28px;
    text-align: center;
  }
  .s4-timer {
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .s4-timer-tooltip {
    margin-bottom: 8px;
    margin-left: auto;
    margin-right: auto;
  }
  .s4-timer-tooltip-label {
    margin-top: 4px;
    width: 56px;
    font-size: 12px;
  }
  .s4-timer-tooltip svg {
    width: 24px;
    margin-right: 0;
  }
}
.s5 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.s5-title {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: 700;
  text-align: center;
}
.s5-accordion {
  width: 100%;
}
.s5-accordion-item {
  background-color: rgb(255, 255, 255);
  border: 2px solid rgb(230, 230, 230);
  color: rgb(25, 25, 25);
  margin-left: 15px;
  padding-left: 28px;
  padding-right: 20px;
  position: relative;
  transition: border-color 0.3s ease;
}
.s5-accordion-item:not(:last-child) {
  margin-bottom: 20px;
}
.s5-accordion-header {
  display: flex;
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  position: relative;
  cursor: pointer;
}
.s5-accordion-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -40px;
  margin-right: 18px;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  position: relative;
  border-radius: 50px;
  background-color: var(--blue-1);
  z-index: 0;
}
.s5-accordion-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 14px;
  height: 14px;
  background-image: url('data:image/svg+xml,<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13 5.5H8.5V1C8.5 0.447812 8.05219 0 7.5 0H6.5C5.94781 0 5.5 0.447812 5.5 1V5.5H1C0.447812 5.5 0 5.94781 0 6.5V7.5C0 8.05219 0.447812 8.5 1 8.5H5.5V13C5.5 13.5522 5.94781 14 6.5 14H7.5C8.05219 14 8.5 13.5522 8.5 13V8.5H13C13.5522 8.5 14 8.05219 14 7.5V6.5C14 5.94781 13.5522 5.5 13 5.5Z" fill="white"/></svg>');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
.s5-accordion-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 3px;
  background-image: url('data:image/svg+xml,<svg width="16" height="3" viewBox="0 0 16 3" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M14.8571 0H1.14286C0.511786 0 0 0.447812 0 1V2C0 2.55219 0.511786 3 1.14286 3H14.8571C15.4882 3 16 2.55219 16 2V1C16 0.447812 15.4882 0 14.8571 0Z" fill="white"/></svg>');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
  display: none;
}
.s5-accordion-question {
  font-weight: bold;
  line-height: 1.4;
  text-transform: uppercase;
}
.s5-accordion-content {
  box-sizing: border-box;
  overflow: hidden;
  height: 0;
  transition: all 0.25s ease;
  background: white;
}
.s5-accordion-content p, .s5-accordion-content ul, .s5-accordion-content ol {
  font-size: 16px;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 16px;
}
.s5-accordion-content ul, .s5-accordion-content ol {
  padding-left: 24px;
}
.s5-accordion-open .s5-accordion-icon:before {
  display: none;
}
.s5-accordion-open .s5-accordion-icon:after {
  display: block;
}

@media screen and (max-width: 1024px) {
  .s5-title {
    margin-bottom: 16px;
    font-size: 28px;
  }
  .s5-accordion {
    width: 100%;
  }
  .s5-accordion-item:not(:last-child) {
    margin-bottom: 16px;
  }
  .s5-accordion-header {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .s5-accordion-question {
    line-height: 1.3;
  }
}
@media screen and (max-width: 576px) {
  .s5 {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .s5-title {
    font-size: 20px;
  }
  .s5-accordion-item {
    margin-left: 10px;
    padding-left: 20px;
    padding-right: 12px;
  }
  .s5-accordion-item:not(:last-child) {
    margin-bottom: 12px;
  }
  .s5-accordion-header {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 15px;
  }
  .s5-accordion-icon {
    margin-left: -31px;
    margin-right: 12px;
    width: 20px;
    height: 20px;
  }
  .s5-accordion-icon::before {
    width: 10px;
    height: 10px;
  }
  .s5-accordion-icon::after {
    width: 12px;
    height: 2px;
  }
  .s5-accordion-question {
    line-height: 1.2;
  }
  .s5-accordion-content p, .s5-accordion-content ul, .s5-accordion-content ol {
    font-size: 15px;
    line-height: 1.25;
    margin-bottom: 12px;
  }
  .s5-accordion-content ul, .s5-accordion-content ol {
    padding-left: 20px;
  }
}
.s6 {
  padding-top: 40px;
  padding-bottom: 40px;
  background: rgb(245, 245, 245);
}
.s6-heading {
  margin-bottom: 32px;
  text-align: center;
}
.s6-heading-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.2;
}
.s6-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px 24px;
  width: 100%;
  max-width: 100%;
}
.s6-item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}
.s6-item-icon {
  width: 80px;
  height: auto;
  flex-shrink: 0;
  margin-right: 20px;
}
.s6-item-content {
  width: calc(100% - 104px);
}
.s6-item-content h3 {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
}
.s6-item-content p {
  margin-top: 0;
  margin-bottom: 0;
}
.s6-item-content p:not(:last-child) {
  margin-bottom: 12px;
}

@media screen and (max-width: 1024px) {
  .s6 {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .s6-heading {
    margin-bottom: 24px;
  }
  .s6-heading-title {
    font-size: 28px;
  }
  .s6-grid {
    gap: 20px 16px;
  }
  .s6-item-icon {
    width: 60px;
    margin-right: 16px;
  }
  .s6-item-content {
    width: calc(100% - 76px);
  }
  .s6-item-content h3 {
    margin-bottom: 8px;
    font-size: 18px;
  }
  .s6-item-content p {
    font-size: 16px;
  }
}
@media screen and (max-width: 576px) {
  .s6-heading {
    margin-bottom: 16px;
  }
  .s6-heading-title {
    font-size: 20px;
  }
  .s6-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px 16px;
  }
  .s6-item-icon {
    width: 48px;
    margin-right: 12px;
  }
  .s6-item-content {
    width: calc(100% - 60px);
  }
  .s6-item-content h3 {
    margin-bottom: 6px;
    font-size: 16px;
  }
  .s6-item-content p {
    font-size: 15px;
  }
}
.s7 {
  padding-top: 40px;
  padding-bottom: 40px;
  background: var(--white-color);
}
.s7-heading {
  text-align: center;
  margin-bottom: 24px;
}
.s7-heading h2 {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.2;
}
.s7-heading p {
  margin-top: 0;
  margin-bottom: 0;
}
.s7-slider .swiper-slide a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 16/9;
}
.s7-slider .swiper-slide a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}

@media screen and (max-width: 1024px) {
  .s7-heading {
    margin-bottom: 20px;
  }
  .s7-heading h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 576px) {
  .s7 {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .s7-heading {
    margin-bottom: 20px;
  }
  .s7-heading h2 {
    font-size: 20px;
  }
}
.s8 {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
  background: radial-gradient(rgb(255, 255, 255) 0%, rgb(228, 228, 228) 100%);
  overflow: hidden;
}
.s8-heading {
  margin-bottom: 28px;
  text-align: center;
}
.s8-title {
  margin-top: 0;
  margin-bottom: 16px;
}
.s8-title-large {
  font-size: 48px;
  font-weight: 700;
  color: #333;
  display: inline-block;
}
.s8-title-large strong {
  color: var(--red-1);
  font-size: 56px;
}
.s8-title-medium {
  font-size: 36px;
  font-weight: 700;
  color: #1a5fb4;
  display: inline-block;
}
.s8-subtitle {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
}
.s8-cards {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  width: 100%;
  max-width: 100%;
}
.s8-card {
  display: flex;
  flex-direction: column;
}
.s8-card-image {
  width: auto;
  height: 300px;
  aspect-ratio: 24/34;
  object-fit: cover;
  border-radius: 5px;
}
.s8-card-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-top: 12px;
  width: 100%;
}
.s8-card-title {
  margin-top: 0;
  margin-bottom: 0;
  min-height: 50px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .s8 {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .s8-heading {
    margin-bottom: 20px;
  }
  .s8-title {
    margin-bottom: 12px;
  }
  .s8-title-large {
    font-size: 28px;
  }
  .s8-title-large strong {
    font-size: 36px;
  }
  .s8-title-medium {
    font-size: 28px;
  }
  .s8-subtitle {
    font-size: 18px;
  }
  .s8-cards {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px 16px;
  }
  .s8-card-image {
    width: 100%;
    height: auto;
    aspect-ratio: 24/34;
  }
  .s8-card-content {
    padding-top: 12px;
  }
  .s8-card-content .button-primary {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .s8 {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .s8-heading {
    margin-bottom: 20px;
  }
  .s8-title {
    margin-bottom: 8px;
  }
  .s8-title-large {
    font-size: 20px;
  }
  .s8-title-large strong {
    font-size: 24px;
  }
  .s8-title-medium {
    font-size: 20px;
  }
  .s8-subtitle {
    font-size: 16px;
  }
  .s8-cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 10px;
  }
  .s8-card-image {
    aspect-ratio: 24/30;
  }
  .s8-card-content {
    padding-top: 8px;
  }
  .s8-card-title {
    margin-bottom: 6px;
    min-height: auto;
    font-size: 16px;
    line-height: 1.1;
  }
}
.s9 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.s9-heading {
  text-align: center;
  margin-bottom: 28px;
}
.s9-title {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
}
.s9-subtitle {
  margin: 0 auto;
  max-width: 760px;
  font-size: 18px;
  line-height: 1.4;
}
.s9-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
.s9-grid-item {
  flex: 0 0 calc((100% - 64px) / 5);
  max-width: calc((100% - 64px) / 5);
  box-sizing: border-box;
}
.s9-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 120px;
  background: #fff;
  border-radius: 12px;
  padding: 16px;
  border: 1px solid #f0f0f0;
  transition: all 0.3s ease;
  overflow: hidden;
}
.s9-logo:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border-color: #e0e0e0;
}
.s9-logo:hover img {
  transform: scale(1.05);
}
.s9-logo img {
  max-width: 100%;
  max-height: 70px;
  width: auto;
  height: auto;
  object-fit: contain;
  transition: transform 0.3s ease;
}

@media screen and (max-width: 1024px) {
  .s9 {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .s9-heading {
    margin-bottom: 20px;
  }
  .s9-title {
    margin-bottom: 8px;
    font-size: 28px;
  }
  .s9-subtitle {
    max-width: 680px;
    font-size: 16px;
    line-height: 1.2;
  }
  .s9-grid {
    gap: 12px;
  }
  .s9-grid-item {
    flex: 0 0 calc((100% - 36px) / 4);
    max-width: calc((100% - 36px) / 4);
  }
  .s9-logo {
    height: 100px;
    border-radius: 8px;
    padding: 12px;
  }
}
@media screen and (max-width: 576px) {
  .s9 {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .s9-heading {
    margin-bottom: 16px;
  }
  .s9-title {
    margin-bottom: 8px;
    font-size: 20px;
  }
  .s9-grid {
    gap: 8px;
  }
  .s9-grid-item {
    flex: 0 0 calc((100% - 16px) / 3);
    max-width: calc((100% - 16px) / 3);
  }
  .s9-logo {
    height: 70px;
    border-radius: 5px;
    padding: 8px;
  }
  .s9-logo img {
    max-height: 54px;
  }
}
.s10 {
  padding-top: 40px;
  padding-bottom: 40px;
  background: rgb(245, 245, 245);
}
.s10-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
}
.s10-left {
  width: 50%;
}
.s10-right {
  width: 40%;
}
.s10-title {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 60px;
  font-weight: 500;
  line-height: 1.3;
}
.s10-text {
  margin-top: 0;
  margin-bottom: 0;
  max-width: 440px;
  font-size: 20px;
  line-height: 1.4;
  color: #666;
}
.s10 .button-primary {
  margin-top: 40px;
}
.s10-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 5px;
  object-fit: cover;
}

@media screen and (max-width: 1024px) {
  .s10 {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .s10-left {
    width: 54%;
  }
  .s10-right {
    width: 40%;
  }
  .s10-title {
    margin-bottom: 16px;
    font-size: 36px;
    line-height: 1.15;
  }
  .s10-text {
    max-width: 380px;
    font-size: 18px;
  }
  .s10 .button-primary {
    margin-top: 24px;
  }
}
@media screen and (max-width: 576px) {
  .s10 {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .s10-content {
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
  }
  .s10-left {
    width: 100%;
    margin-bottom: 20px;
  }
  .s10-right {
    width: 100%;
  }
  .s10-title {
    margin-bottom: 6px;
    font-size: 24px;
  }
  .s10-text {
    max-width: 340px;
    font-size: 16px;
  }
  .s10 .button-primary {
    width: 100%;
    margin-top: 16px;
  }
  .s10-image {
    aspect-ratio: 16/9;
  }
}
.s11 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.s11-heading {
  margin-bottom: 32px;
  text-align: center;
}
.s11-heading-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.3;
  text-transform: uppercase;
}
.s11-heading-title span {
  color: #1666F1;
}
.s11-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.s11-section:not(:last-child) {
  margin-bottom: 28px;
}
.s11-section:nth-child(even) {
  flex-direction: row-reverse;
}
.s11-section-image {
  width: 30%;
}
.s11-section-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 5px;
  object-fit: cover;
}
.s11-section-content {
  width: calc(70% - 32px);
}
.s11-section-title {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  color: var(--blue-1);
}
.s11-section-text p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.35;
}
.s11-section-text p strong {
  font-weight: 700;
  color: #333;
}
.s11-section-text p:not(:last-child) {
  margin-bottom: 12px;
}
.s11-section-text-highlight {
  color: var(--red-1);
  font-weight: bold;
}

@media screen and (max-width: 1024px) {
  .s11 {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .s11-heading {
    margin-bottom: 20px;
  }
  .s11-heading-title {
    font-size: 28px;
    line-height: 1.2;
  }
  .s11-section:not(:last-child) {
    margin-bottom: 20px;
  }
  .s11-section-content {
    width: calc(70% - 24px);
  }
  .s11-section-title {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 1.2;
  }
  .s11-section-text p {
    line-height: 1.25;
  }
}
@media screen and (max-width: 576px) {
  .s11 {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .s11-heading {
    margin-bottom: 16px;
  }
  .s11-heading-title {
    font-size: 20px;
  }
  .s11-section {
    flex-direction: column;
    justify-content: center;
  }
  .s11-section:nth-child(even) {
    flex-direction: column;
  }
  .s11-section-image {
    width: 40%;
    margin-bottom: 12px;
  }
  .s11-section-content {
    width: 100%;
  }
  .s11-section-title {
    margin-bottom: 6px;
    font-size: 18px;
  }
  .s11-section-text p {
    font-size: 15px;
    line-height: 1.2;
  }
}
.s12 {
  padding-top: 40px;
  padding-bottom: 40px;
  background: var(--white-color);
}
.s12-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.s12-heading {
  margin-bottom: 16px;
}
.s12-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
  text-align: center;
}
.s12-title-red {
  color: var(--red-1);
}
.s12-timer {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 0;
}
.s12-timer > svg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 440px;
  height: 91px;
  z-index: -1;
}
.s12-timer-digits {
  display: flex;
  gap: 20px;
  width: 100%;
}
.s12-timer-group {
  flex: 1;
  text-align: center;
  width: 95px;
}
.s12-timer-number {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 91px;
  vertical-align: middle;
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  color: var(--white-color);
}
.s12-timer-label {
  margin-top: 4px;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
}
.s12-form {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 28px;
}
.s12-form .wpcf7-form {
  column-gap: 20px;
  justify-content: center;
}
.s12-form .wpcf7-form .form-group {
  width: 200px;
}
.s12-form .wpcf7-form .form-group--submit {
  width: auto;
  min-width: 360px;
}

@media screen and (max-width: 1024px) {
  .s12 {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .s12-heading {
    margin-bottom: 16px;
  }
  .s12-title {
    font-size: 24px;
    line-height: 1.2;
  }
  .s12-form {
    width: 600px;
    margin-top: 28px;
  }
  .s12-form .wpcf7-form {
    column-gap: 0;
  }
  .s12-form .wpcf7-form .form-group {
    width: 100%;
  }
  .s12-form .wpcf7-form .form-group--submit {
    min-width: auto;
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .s12 {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .s12-heading {
    margin-bottom: 12px;
  }
  .s12-title {
    font-size: 20px;
  }
  .s12-timer > svg {
    width: 340px;
    height: 70px;
  }
  .s12-timer-digits {
    gap: 16px;
  }
  .s12-timer-group {
    width: 73px;
  }
  .s12-timer-number {
    min-height: 70px;
    font-size: 32px;
  }
  .s12-timer-label {
    margin-top: 2px;
    font-size: 12px;
  }
  .s12-form {
    margin-top: 20px;
  }
  .s12-form .wpcf7 {
    width: 100%;
  }
}
@media screen and (max-width: 373px) {
  .s12-title {
    font-size: 18px;
  }
  .s12-timer > svg {
    width: 290px;
    height: 60px;
  }
  .s12-timer-digits {
    gap: 12.6px;
  }
  .s12-timer-group {
    width: 63px;
  }
  .s12-timer-number {
    min-height: 60px;
    font-size: 24px;
  }
  .s12-timer-label {
    font-size: 11px;
  }
}
.s13 {
  position: relative;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
  padding-top: 40px;
  padding-bottom: 48px;
}
.s13::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.05) 100%);
  z-index: -1;
}
.s13-title {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 58px;
  line-height: 1.3;
  text-align: center;
  color: rgb(0, 85, 165);
}
.s13-subtitle {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}
.s13-subtitle-discount {
  color: rgb(238, 29, 36);
}
.s13-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: 24px;
}
.s13-form {
  width: calc(50% - 40px);
}
.s13-form-wrapper {
  width: 100%;
  padding: 28px 32px;
  border-radius: 28px;
  border: 1px solid rgb(148, 148, 148);
  background-color: rgba(255, 255, 255, 0.7);
}
.s13-form .wpcf7 {
  width: 440px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.s13-form-title {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}
.s13-form-title-highlight {
  color: rgb(229, 56, 53);
}
.s13-list {
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  flex-direction: column;
  width: calc(50% - 40px);
  list-style: none;
  padding: 0;
  gap: 20px;
}
.s13-list li {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  min-height: 76px;
  font-size: 18px;
  line-height: 1.3;
  color: rgb(17, 17, 17);
  padding: 25px 20px 25px 40px;
  background-color: rgba(255, 255, 255, 0.8);
}
.s13-list li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 15px;
  width: 5px;
  height: calc(100% - 20px);
  background-color: rgb(105, 105, 105);
}
.s13-list li.s13-list-fluid {
  font-weight: bold;
  color: rgb(22, 102, 241);
}
.s13-list li.s13-list-fluid::before {
  background-color: rgb(229, 67, 67);
}

@media screen and (max-width: 1024px) {
  .s13 {
    padding-top: 28px;
    padding-bottom: 36px;
  }
  .s13-title {
    margin-bottom: 16px;
    font-size: 48px;
  }
  .s13-subtitle {
    font-size: 20px;
  }
  .s13-content {
    margin-top: 20px;
  }
  .s13-form {
    width: calc(50% - 12px);
  }
  .s13-form-wrapper {
    padding: 20px 24px;
    border-radius: 20px;
  }
  .s13-form .wpcf7 {
    width: 100%;
  }
  .s13-form-title {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.25;
  }
  .s13-list {
    width: calc(50% - 12px);
    gap: 16px;
  }
  .s13-list li {
    min-height: 56px;
    font-size: 16px;
    padding: 20px 20px 20px 32px;
  }
  .s13-list li::before {
    top: 10px;
    left: 10px;
    width: 3px;
    height: calc(100% - 20px);
  }
}
@media screen and (max-width: 576px) {
  .s13-title {
    margin-bottom: 12px;
    font-size: 28px;
  }
  .s13-subtitle {
    font-size: 18px;
  }
  .s13-content {
    justify-content: center;
    flex-direction: column;
  }
  .s13-form {
    width: 100%;
  }
  .s13-form-wrapper {
    padding-right: 16px;
    padding-left: 16px;
  }
  .s13-form-title {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
  }
  .s13-list {
    margin-top: 20px;
    width: 100%;
    gap: 10px;
  }
  .s13-list li {
    min-height: 48px;
    font-size: 16px;
    padding: 12px 12px 12px 22px;
  }
  .s13-list li::before {
    top: 8px;
    left: 7px;
    height: calc(100% - 16px);
  }
}
.s14 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.s14-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 28px;
  width: 100%;
  max-width: 100%;
}
.s14-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.s14-card-image {
  display: block;
  width: 100%;
  aspect-ratio: 36/25;
  object-fit: cover;
  border-radius: 5px;
  margin-bottom: 14px;
}
.s14-card-title {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 16px;
  border-left: 5px solid var(--red-1);
  font-size: 24px;
  font-weight: bold;
  line-height: 1.1;
}
.s14-card-text {
  margin-top: 8px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
.s14-card .button-primary {
  margin-top: 16px;
}

@media screen and (max-width: 1024px) {
  .s14 {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .s14-cards {
    gap: 32px 20px;
  }
  .s14-card-image {
    aspect-ratio: 36/25;
    margin-bottom: 14px;
  }
  .s14-card-title {
    padding-left: 12px;
    border-left-width: 3px;
    font-size: 20px;
  }
  .s14-card-text {
    margin-top: 6px;
    font-size: 15px;
    line-height: 1.2;
  }
  .s14-card .button-primary {
    margin-top: 12px;
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .s14 {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .s14-cards {
    grid-template-columns: repeat(1, 1fr);
    gap: 28px;
  }
  .s14-card-image {
    aspect-ratio: 36/20;
    margin-bottom: 10px;
  }
  .s14-card .button-primary {
    margin-top: 10px;
  }
}
.s15 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.s15-ral {
  display: block;
  width: 760px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.s15-ral:not(:last-child) {
  margin-bottom: 28px;
}
.s15-form {
  width: 760px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.s15-form h3 {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 24px;
}

@media screen and (max-width: 1024px) {
  .s15 {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .s15-ral:not(:last-child) {
    margin-bottom: 20px;
  }
  .s15-form h3 {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 576px) {
  .s15 {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .s15-ral:not(:last-child) {
    margin-bottom: 16px;
  }
  .s15-form h3 {
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 1.2;
    text-align: center;
  }
}
.s16 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.s16-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
  width: 100%;
  max-width: 100%;
}
.s16-grid:not(:last-child) {
  margin-bottom: 32px;
}
.s16-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
}
.s16-item a {
  display: flex;
  width: 100%;
}
.s16-item a img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 5px;
}
.s16-item span {
  display: block;
  width: 100%;
  margin-top: 10px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}
.s16-form {
  width: 760px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.s16-form-heading {
  margin-bottom: 20px;
}
.s16-form-heading h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
}
.s16-form-heading p {
  margin-top: 6px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.2;
}

@media screen and (max-width: 1024px) {
  .s16 {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .s16-grid {
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
  }
  .s16-grid:not(:last-child) {
    margin-bottom: 20px;
  }
  .s16-item span {
    margin-top: 6px;
    font-size: 14px;
    line-height: 1.1;
  }
  .s16-form-heading {
    margin-bottom: 14px;
  }
  .s16-form-heading p {
    margin-top: 4px;
  }
}
@media screen and (max-width: 576px) {
  .s16 {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .s16-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
  .s16-item span {
    margin-top: 4px;
    font-size: 12px;
  }
  .s16-form-heading {
    margin-bottom: 12px;
  }
  .s16-form-heading h3 {
    font-size: 18px;
    line-height: 1.2;
  }
  .s16-form-heading p {
    font-size: 15px;
  }
}
.s17 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.s17-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  width: 100%;
  max-width: 100%;
}
.s17-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
}
.s17-item img {
  display: block;
  width: auto;
  height: 220px;
  margin-left: auto;
  margin-right: auto;
  object-fit: contain;
}
.s17-item p {
  display: block;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  color: rgb(54, 54, 54);
}

@media screen and (max-width: 1024px) {
  .s17 {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .s17-grid {
    gap: 20px 12px;
  }
  .s17-item img {
    height: 120px;
  }
  .s17-item p {
    margin-top: 6px;
    font-size: 20px;
    line-height: 1.1;
  }
}
@media screen and (max-width: 576px) {
  .s17 {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .s17-grid {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    grid-template-columns: unset;
    gap: 20px 10px;
  }
  .s17-item {
    width: calc(50% - 5px);
  }
  .s17-item img {
    height: 80px;
  }
  .s17-item p {
    margin-top: 4px;
    font-size: 16px;
  }
}
.s18 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.s18-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px 24px;
  width: 100%;
  max-width: 100%;
}
.s18-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
}
.s18-item img {
  display: block;
  width: auto;
  height: 160px;
  margin-left: auto;
  margin-right: auto;
  object-fit: contain;
}
.s18-item p {
  display: block;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  color: rgb(54, 54, 54);
}

@media screen and (max-width: 1024px) {
  .s18 {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .s18-grid {
    gap: 20px 12px;
  }
  .s18-item img {
    height: 100px;
  }
  .s18-item p {
    font-size: 20px;
    line-height: 1.1;
  }
}
@media screen and (max-width: 576px) {
  .s18 {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .s18-grid {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    grid-template-columns: unset;
    gap: 14px 10px;
  }
  .s18-item {
    width: calc(50% - 5px);
  }
  .s18-item img {
    height: 80px;
  }
  .s18-item p {
    font-size: 16px;
  }
}
.s19 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.s19-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px 32px;
  width: 100%;
  max-width: 100%;
  align-items: flex-start;
}
.s19-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
}
.s19-item img {
  display: block;
  width: auto;
  height: 120px;
  max-width: 160px;
  object-fit: contain;
}
.s19-item h3 {
  margin-top: 4px;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.15;
}
.s19-item p {
  display: block;
  width: 100%;
  margin-top: 12px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.2;
  color: rgb(54, 54, 54);
}

@media screen and (max-width: 1024px) {
  .s19 {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .s19-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 28px;
  }
  .s19-item img {
    height: 100px;
  }
  .s19-item p {
    line-height: 1.1;
  }
}
@media screen and (max-width: 576px) {
  .s19 {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .s19 .s-heading {
    margin-bottom: 20px;
  }
  .s19-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .s19-item {
    width: 100%;
  }
  .s19-item img {
    height: 80px;
    margin-left: auto;
    margin-right: auto;
  }
  .s19-item h3 {
    font-size: 18px;
  }
  .s19-item p {
    margin-top: 6px;
    font-size: 15px;
  }
}
.s20 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.s20-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px 32px;
  width: 100%;
  max-width: 100%;
  align-items: flex-start;
  border-radius: 5px;
  border: 2px dashed var(--red-1);
  padding: 32px;
}
.s20-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
}
.s20-item img {
  display: block;
  width: 100%;
  aspect-ratio: 52/36;
  object-fit: cover;
  border-radius: 5px;
  flex-shrink: 0;
}
.s20-item p {
  display: block;
  width: 100%;
  margin-top: 16px;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  color: rgb(54, 54, 54);
}
.s20-item p span {
  display: block;
  font-weight: bold;
  color: var(--blue-1);
}

@media screen and (max-width: 1024px) {
  .s20 {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .s20-wrapper {
    gap: 24px;
    padding: 24px;
  }
  .s20-item p {
    margin-top: 12px;
    font-size: 20px;
  }
}
@media screen and (max-width: 576px) {
  .s20 {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .s20-wrapper {
    padding: 8px;
    gap: 8px;
    border-width: 1px;
  }
  .s20-item p {
    margin-top: 6px;
    font-size: 15px;
  }
}
.s21 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.s21-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  width: 100%;
  max-width: 100%;
}
.s21-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  border-radius: 5px;
  border: 2px dashed var(--red-1);
  padding: 24px;
}
.s21-item img {
  display: block;
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 5px;
}
.s21-item h3 {
  margin-top: 16px;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.15;
}
.s21-item p {
  display: block;
  width: 100%;
  margin-top: 12px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.2;
  color: rgb(54, 54, 54);
}

@media screen and (max-width: 1024px) {
  .s21 {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .s21-grid {
    gap: 16px;
  }
  .s21-item {
    padding: 16px;
  }
  .s21-item img {
    height: 200px;
  }
}
@media screen and (max-width: 576px) {
  .s21 {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .s21-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 12px;
  }
  .s21-item {
    padding: 12px;
  }
  .s21-item img {
    height: 180px;
  }
  .s21-item h3 {
    margin-top: 12px;
    font-size: 18px;
  }
  .s21-item p {
    margin-top: 6px;
    font-size: 15px;
    line-height: 1.1;
  }
}
.s22 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.s22-wrapper {
  width: 100%;
  padding: 32px;
  color: var(--white-color);
  border-radius: 5px;
  background: rgb(22, 102, 241);
}
.s22-wrapper .wpcf7 {
  width: 400px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1024px) {
  .s22 {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
@media screen and (max-width: 576px) {
  .s22 {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .s22-wrapper {
    padding: 20px;
  }
  .s22-wrapper .wpcf7 {
    width: 100%;
  }
}
.s23 {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
  z-index: 0;
}
.s23.mt {
  margin-top: 40px;
}
.s23.mb {
  margin-bottom: 40px;
}
.s23::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(48, 22, 11, 0.6) 0%, rgb(38, 38, 38) 100%);
  z-index: -1;
}
.s23-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 36px 32px;
  width: 100%;
  max-width: 100%;
}
.s23-review {
  width: 100%;
}
.s23-review-speech {
  position: relative;
  margin-bottom: 36px;
  width: 100%;
  padding: 32px;
  border-radius: 15px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0 10px 30px 0px rgba(115, 135, 164, 0.1);
}
.s23-review-speech::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 32px;
  border-top: 20px solid var(--white-color);
  border-right: 20px solid transparent;
  display: inline-block;
}
.s23-review-speech p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.3;
  text-align: left;
  color: var(--font-color);
}
.s23-review-speech p:not(:last-child) {
  margin-bottom: 16px;
}
.s23-review-author {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}
.s23-review-avatar {
  display: block;
  width: 52px;
  height: 52px;
  flex-shrink: 0;
  margin-right: 18px;
  object-fit: cover;
  border-radius: 50%;
}
.s23-review-name {
  margin-top: 0;
  margin-bottom: 3px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  color: var(--white-color);
}
.s23-review-name:last-child {
  margin-bottom: 0;
}
.s23-review-position {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.5);
}

@media screen and (max-width: 1024px) {
  .s23 {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .s23.mt {
    margin-top: 32px;
  }
  .s23.mb {
    margin-bottom: 32px;
  }
  .s23-grid {
    gap: 28px 24px;
  }
  .s23-review-speech {
    margin-bottom: 28px;
    padding: 24px;
  }
  .s23-review-speech::before {
    left: 24px;
    border-top-width: 16px;
    border-right-width: 16px;
  }
  .s23-review-speech p:not(:last-child) {
    margin-bottom: 12px;
  }
  .s23-review-avatar {
    width: 44px;
    height: 44px;
    margin-right: 14px;
  }
  .s23-review-name {
    margin-bottom: 2px;
    font-size: 15px;
  }
}
@media screen and (max-width: 576px) {
  .s23 {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .s23.mt {
    margin-top: 24px;
  }
  .s23.mb {
    margin-bottom: 24px;
  }
  .s23-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
  }
  .s23-review-speech {
    margin-bottom: 20px;
    padding: 20px;
  }
  .s23-review-speech::before {
    left: 20px;
    border-top-width: 12px;
    border-right-width: 12px;
  }
  .s23-review-speech p {
    font-size: 15px;
    line-height: 1.2;
  }
  .s23-review-avatar {
    width: 40px;
    height: 40px;
    margin-right: 12px;
  }
  .s23-review-name {
    margin-bottom: 1px;
    font-size: 14px;
  }
  .s23-review-position {
    font-size: 12px;
  }
}
.s24 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.s24-group {
  width: 100%;
}
.s24-group:not(:last-child) {
  margin-bottom: 40px;
}
.s24-group-title {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 38px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  color: rgb(22, 102, 241);
}
.s24-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 28px;
  width: 100%;
  max-width: 100%;
}
.s24-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
}
.s24-card-image {
  display: block;
  width: 100%;
  aspect-ratio: 36/25;
  object-fit: cover;
  border-radius: 5px;
  margin-bottom: 14px;
}
.s24-card-title {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 16px;
  border-left: 5px solid var(--red-1);
  font-size: 24px;
  font-weight: bold;
  line-height: 1.1;
}
.s24-card-text {
  margin-top: 8px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
.s24-card .button-primary {
  margin-top: 16px;
}

@media screen and (max-width: 1024px) {
  .s24 {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .s24-group:not(:last-child) {
    margin-bottom: 32px;
  }
  .s24-group-title {
    margin-bottom: 20px;
    font-size: 28px;
  }
  .s24-cards {
    gap: 32px 20px;
  }
  .s24-card-image {
    aspect-ratio: 36/25;
    margin-bottom: 14px;
  }
  .s24-card-title {
    padding-left: 12px;
    border-left-width: 3px;
    font-size: 20px;
  }
  .s24-card-text {
    margin-top: 6px;
    font-size: 15px;
    line-height: 1.2;
  }
  .s24-card .button-primary {
    margin-top: 12px;
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .s24 {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .s24-group:not(:last-child) {
    margin-bottom: 24px;
  }
  .s24-group-title {
    margin-bottom: 12px;
    font-size: 20px;
  }
  .s24-cards {
    grid-template-columns: repeat(1, 1fr);
    gap: 28px;
  }
  .s24-card-image {
    aspect-ratio: 36/20;
    margin-bottom: 10px;
  }
  .s24-card .button-primary {
    margin-top: 10px;
  }
}
.s25 {
  padding-top: 40px;
  padding-bottom: 40px;
  background: rgb(245, 245, 245);
}
.s25-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  width: 100%;
  max-width: 100%;
}
.s25-grid:not(:last-child) {
  margin-bottom: 32px;
}
.s25-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  border-radius: 5px;
  padding: 16px;
  background: var(--white-color);
}
.s25-item img {
  display: block;
  width: 100%;
  aspect-ratio: 23/26;
  object-fit: cover;
  border-radius: 5px;
}
.s25-item span {
  display: block;
  width: 100%;
  margin-top: 16px;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.15;
  text-transform: uppercase;
  text-align: center;
}
.s25-item p {
  display: block;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  color: var(--font-color);
}

@media screen and (max-width: 1024px) {
  .s25 {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .s25-grid {
    gap: 12px;
  }
  .s25-grid:not(:last-child) {
    margin-bottom: 20px;
  }
  .s25-item {
    padding: 8px;
  }
  .s25-item span {
    margin-top: 10px;
  }
  .s25-item p {
    margin-top: 8px;
    font-size: 16px;
  }
}
@media screen and (max-width: 576px) {
  .s25 {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .s25-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
  .s25-item {
    padding: 4px;
  }
  .s25-item span {
    margin-top: 8px;
  }
  .s25-item p {
    margin-top: 4px;
    font-size: 15px;
  }
}
.s26 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.s26-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px 24px;
  width: 100%;
  max-width: 100%;
}
.s26-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.s26-item img {
  display: block;
  width: 48px;
  height: 48px;
  object-fit: contain;
  flex-shrink: 0;
}
.s26-item h3 {
  margin-top: 12px;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.15;
}
.s26-item p {
  display: block;
  width: 100%;
  margin-top: 12px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.2;
  color: rgb(54, 54, 54);
}

@media screen and (max-width: 1024px) {
  .s26 {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .s26-grid {
    gap: 20px 16px;
  }
}
@media screen and (max-width: 576px) {
  .s26 {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .s26-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
  .s26-item {
    text-align: center;
  }
  .s26-item img {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .s26-item h3 {
    margin-top: 8px;
    width: 100%;
    font-size: 18px;
    text-align: center;
  }
  .s26-item p {
    margin-top: 6px;
    font-size: 16px;
    line-height: 1.1;
  }
}
.s27 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.s27-group {
  width: 100%;
}
.s27-group:not(:last-child) {
  margin-bottom: 40px;
}
.s27-group .s-heading-title {
  padding: 16px;
  border-radius: 5px;
}
.s27-group:nth-child(1) .s-heading-title {
  background: rgba(22, 102, 241, 0.1);
}
.s27-group:nth-child(2) .s-heading-title {
  background: rgba(238, 29, 36, 0.1);
}
.s27-group:nth-child(3) .s-heading-title {
  background: rgba(12, 214, 68, 0.1);
}
.s27-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
  width: 100%;
  max-width: 100%;
}
.s27-grid:not(:last-child) {
  margin-bottom: 32px;
}
.s27-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
}
.s27-item a {
  display: flex;
  width: 100%;
}
.s27-item a img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 5px;
}
.s27-item span {
  display: block;
  width: 100%;
  margin-top: 10px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}
.s27-item .button-primary {
  margin-top: 8px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
.s27-form {
  width: 760px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.s27-form-heading {
  margin-bottom: 20px;
}
.s27-form-heading h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
}
.s27-form-heading p {
  margin-top: 6px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.2;
}

@media screen and (max-width: 1024px) {
  .s27 {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .s27-group:not(:last-child) {
    margin-bottom: 32px;
  }
  .s27-group .s-heading-title {
    padding: 12px;
  }
  .s27-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
  }
  .s27-grid:not(:last-child) {
    margin-bottom: 20px;
  }
  .s27-item span {
    margin-top: 6px;
    font-size: 14px;
    line-height: 1.1;
  }
  .s27-form-heading {
    margin-bottom: 14px;
  }
  .s27-form-heading p {
    margin-top: 4px;
  }
}
@media screen and (max-width: 576px) {
  .s27 {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .s27-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .s27-item span {
    margin-top: 4px;
    font-size: 12px;
  }
  .s27-form-heading {
    margin-bottom: 12px;
  }
  .s27-form-heading h3 {
    font-size: 18px;
    line-height: 1.2;
  }
  .s27-form-heading p {
    font-size: 15px;
  }
}
.s28 {
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
  color: var(--white-color);
  background: linear-gradient(to bottom, rgb(25, 77, 77) 0%, rgb(25, 77, 77) 100%);
}
.s28-top {
  margin-bottom: 32px;
  width: 100%;
  padding: 28px 16px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.1);
}
.s28-top p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.3;
}
.s28-top p:not(:last-child) {
  margin-bottom: 20px;
}
.s28-bottom {
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 800px;
}
.s28-bottom p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.7);
}
.s28-video {
  max-width: 720px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  aspect-ratio: 16/9;
}
.s28-video iframe {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1024px) {
  .s28 {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .s28-top {
    margin-bottom: 24px;
    padding: 20px 12px;
  }
  .s28-top p {
    font-size: 18px;
  }
  .s28-top p:not(:last-child) {
    margin-bottom: 16px;
  }
  .s28-bottom {
    margin-top: 20px;
  }
}
@media screen and (max-width: 576px) {
  .s28 {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .s28-top {
    margin-bottom: 20px;
    padding: 14px 10px;
  }
  .s28-top p {
    font-size: 16px;
  }
  .s28-top p:not(:last-child) {
    margin-bottom: 12px;
  }
  .s28-bottom {
    margin-top: 16px;
    max-width: 100%;
  }
  .s28-bottom p {
    font-size: 16px;
  }
}
.s29 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.s29-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 28px;
  width: 100%;
  max-width: 100%;
}
.s29-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
}
.s29-card-image {
  display: block;
  width: 100%;
  aspect-ratio: 36/25;
  object-fit: cover;
  border-radius: 5px;
  margin-bottom: 14px;
}
.s29-card-title {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 16px;
  border-left: 5px solid var(--red-1);
  font-size: 24px;
  font-weight: bold;
  line-height: 1.1;
}
.s29-card-text {
  margin-top: 8px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
.s29-card .button-primary {
  margin-top: 16px;
}

@media screen and (max-width: 1024px) {
  .s29 {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .s29-cards {
    gap: 32px 20px;
  }
  .s29-card-image {
    aspect-ratio: 36/25;
    margin-bottom: 14px;
  }
  .s29-card-title {
    padding-left: 12px;
    border-left-width: 3px;
    font-size: 20px;
  }
  .s29-card-text {
    margin-top: 6px;
    font-size: 15px;
    line-height: 1.2;
  }
  .s29-card .button-primary {
    margin-top: 12px;
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .s29 {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .s29-cards {
    grid-template-columns: repeat(1, 1fr);
    gap: 28px;
  }
  .s29-card-image {
    aspect-ratio: 36/20;
    margin-bottom: 10px;
  }
  .s29-card .button-primary {
    margin-top: 10px;
  }
}
.s30 {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
}
.s30::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.7) 100%);
  z-index: -1;
}
.s30 .s-heading-title span {
  color: var(--blue-1);
}
.s30-container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}
.s30-col {
  width: 25%;
}
.s30-col:nth-child(2) {
  width: 40%;
}
.s30-center-image {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 50%;
  overflow: hidden;
}
.s30-center-image:not(:last-child) {
  margin-bottom: 32px;
}
.s30-group:not(:last-child) {
  margin-bottom: 24px;
}
.s30-group h3 {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 12px;
  position: relative;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
  color: var(--font-color);
}
.s30-group h3::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 1px;
  width: 70px;
  height: 3px;
  background-color: rgb(12, 214, 68);
}
.s30-group p {
  margin-top: 12px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.25;
}

@media screen and (max-width: 1024px) {
  .s30 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .s30-container {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .s30-col {
    width: 47%;
  }
  .s30-col:nth-child(1) {
    margin-bottom: 24px;
  }
  .s30-col:nth-child(2) {
    width: 100%;
    order: 10;
    margin-top: 24px;
  }
  .s30-center-image {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .s30 {
    padding-top: 28px;
    padding-bottom: 28px;
  }
  .s30-container {
    flex-direction: column;
  }
  .s30-col {
    width: 100%;
  }
  .s30-col:nth-child(1) {
    margin-bottom: 20px;
  }
  .s30-col:nth-child(2) {
    margin-top: 20px;
  }
  .s30-group:not(:last-child) {
    margin-bottom: 20px;
  }
  .s30-group h3 {
    padding-bottom: 8px;
    font-size: 20px;
  }
  .s30-group h3::before {
    left: 0;
    width: 50px;
    height: 2px;
  }
  .s30-group p {
    margin-top: 8px;
  }
}
.s31 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.s31-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
  width: 100%;
  max-width: 100%;
}
.s31-grid a {
  display: flex;
  width: 100%;
}
.s31-grid a img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 5px;
}

@media screen and (max-width: 1024px) {
  .s31 {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .s31-grid {
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
  }
}
@media screen and (max-width: 576px) {
  .s31 {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .s31-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
}
.s32 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.s32-cards {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
}
.s32-cards:not(:last-child) {
  margin-bottom: 32px;
}
.s32-card {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  padding: 32px;
  border-radius: 5px;
  border: 2px dashed #f0f0f0;
  background: rgb(255, 255, 255);
  transition: 0.3s;
  overflow: hidden;
}
.s32-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border-color: #e0e0e0;
}
.s32-card-info {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: calc(70% - 32px);
}
.s32-card-info-content {
  width: calc(100% - 192px);
}
.s32-card-info-content h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.25;
  text-align: left;
}
.s32-card-info-content p {
  margin-top: 12px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.2;
}
.s32-card-info-image {
  width: 160px;
}
.s32-card-info-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 2/3;
  object-fit: cover;
  border-radius: 5px;
}
.s32-card-form {
  width: 30%;
}

@media screen and (max-width: 1024px) {
  .s32 {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .s32-cards {
    gap: 16px;
  }
  .s32-cards:not(:last-child) {
    margin-bottom: 24px;
  }
  .s32-card {
    padding: 20px;
  }
  .s32-card-info {
    width: calc(70% - 20px);
  }
  .s32-card-info-content {
    width: calc(100% - 156px);
  }
  .s32-card-info-content h3 {
    font-size: 20px;
    line-height: 1.15;
  }
  .s32-card-info-content p {
    margin-top: 8px;
    font-size: 15px;
  }
  .s32-card-info-image {
    width: 140px;
  }
}
@media screen and (max-width: 576px) {
  .s32 {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .s32-cards:not(:last-child) {
    margin-bottom: 20px;
  }
  .s32-card {
    justify-content: flex-start;
    flex-direction: column;
    padding: 14px;
  }
  .s32-card-info {
    width: 100%;
  }
  .s32-card-info-content {
    width: calc(100% - 88px);
  }
  .s32-card-info-content h3 {
    font-size: 16px;
    line-height: 1.15;
  }
  .s32-card-info-content p {
    margin-top: 4px;
    font-size: 14px;
    line-height: 1.1;
  }
  .s32-card-info-image {
    width: 80px;
  }
  .s32-card-form {
    margin-top: 16px;
    width: 100%;
  }
}
.s33 {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media screen and (max-width: 1024px) {
  .s33 {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
/* Вкладки */
.portfolio-tabs {
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #dadada;
  background: var(--white-color);
}

.tabs-nav {
  display: flex;
  background: linear-gradient(135deg, #f5f7fa 0%, #f8f8f8 100%);
  border-bottom: 1px solid #dadada;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.tabs-nav::-webkit-scrollbar {
  display: none;
}

.tab-btn {
  flex: 1;
  min-width: 200px;
  padding: 16px 12px;
  background: none;
  border: none;
  border-bottom: 2px solid transparent;
  font-size: 16px;
  font-weight: 500;
  color: rgba(51, 51, 51, 0.6);
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  white-space: nowrap;
  text-align: center;
}

.tab-btn:hover {
  color: var(--red-1);
  background: rgba(255, 255, 255, 0.7);
}

.tab-btn.active {
  color: var(--red-1);
  border-bottom-color: var(--red-1);
  background: var(--white-color);
}

/* .tab-count {
      display: inline-block;
      margin-left: 8px;
      padding: 2px 8px;
      background: #eee;
      border-radius: 12px;
      font-size: 12px;
      font-weight: 500;
      color: #777;
      min-width: 24px;
  } */
/* .tab-btn.active .tab-count {
    background: var(--red-1);
    color: var(--white-color);
  } */
/* Контент вкладок */
.tabs-content {
  padding: 24px;
  min-height: 500px;
}

.tab-pane {
  display: none;
  animation: fadeIn 0.4s ease;
}

.tab-pane.active {
  display: block;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* .tab-title {
    font-size: 24px;
    color: #222;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 2px solid #f0f0f0;
  } */
/* Сетка галереи (заглушки) */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 20px;
}

.gallery-item {
  background: #f9f9f9;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  aspect-ratio: 4/3;
  width: 100%;
  height: 100%;
}
.gallery-item-inner {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}
.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(45deg, #f0f0f0 25%, #e8e8e8 25%, #e8e8e8 50%, #f0f0f0 50%, #f0f0f0 75%, #e8e8e8 75%);
  background-size: 40px 40px;
  animation: placeholderShimmer 1.5s infinite linear;
}

@keyframes placeholderShimmer {
  0% {
    background-position: -40px 0;
  }
  100% {
    background-position: 40px 0;
  }
}
.image-icon {
  font-size: 40px;
  color: #ccc;
  opacity: 0.7;
}

/* Индикатор загрузки */
.loading-indicator {
  text-align: center;
  padding: 40px;
  color: #999;
  font-size: 16px;
}

.loader {
  width: 40px;
  height: 40px;
  border: 3px solid #f3f3f3;
  border-top: 3px solid var(--red-1);
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin: 0 auto 20px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Сообщение "нет фото" */
.empty-message {
  text-align: center;
  padding: 60px 20px;
  background: #f9f9f9;
  border-radius: 12px;
  border: 2px dashed #e0e0e0;
  color: #999;
}

.empty-icon {
  font-size: 48px;
  margin-bottom: 20px;
  opacity: 0.5;
}

/* Пагинация */
.pagination {
  text-align: center;
  margin-top: 24px;
}

.load-more {
  cursor: pointer;
}

.load-more:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none;
}

.photos-count {
  display: block;
  margin-top: 8px;
  font-size: 14px;
  color: #999;
}

@media screen and (max-width: 1024px) {
  .gallery-grid {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 20px;
  }
  .tabs-nav {
    flex-wrap: wrap;
  }
  .tab-btn {
    min-width: 160px;
    padding: 18px 10px;
    font-size: 15px;
  }
  .tabs-content {
    padding: 20px;
  }
}
@media screen and (max-width: 576px) {
  .gallery-grid {
    grid-template-columns: 1fr;
  }
  .tab-btn {
    min-width: 100%;
    padding: 13px 10px;
  }
  .tab-title {
    font-size: 20px;
  }
}
.s34 {
  padding-top: 20px;
  padding-bottom: 40px;
}

.article {
  width: 100%;
}
.article h1 {
  margin-top: 0;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.3;
}
.article h1:not(:last-child) {
  margin-bottom: 20px;
}
.article h2 {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.3;
}
.article h2:not(:first-child) {
  margin-top: 24px;
}
.article h2:not(:last-child) {
  margin-bottom: 16px;
}
.article h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
}
.article h3:not(:first-child) {
  margin-top: 20px;
}
.article h3:not(:last-child) {
  margin-bottom: 16px;
}
.article h4 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
}
.article h4:not(:first-child) {
  margin-top: 16px;
}
.article h4:not(:last-child) {
  margin-bottom: 16px;
}
.article p {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--font-color);
}
.article p b, .article p strong {
  font-weight: bold;
}
.article .wp-block-image {
  width: 100%;
  margin-top: 32px;
  margin-bottom: 32px;
}
.article .wp-block-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 8px;
}
.article blockquote {
  width: 100%;
  max-width: 100%;
  margin: 28px 0;
  padding: 5px 0 6px 20px;
  border-left: 3px solid var(--blue-1);
}
.article blockquote p, .article blockquote cite {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.article blockquote p:not(:last-child), .article blockquote cite:not(:last-child) {
  margin-bottom: 6px !important;
}
.article blockquote cite {
  font-weight: bold;
}
.article ul, .article ol {
  margin-top: 16px;
  margin-bottom: 16px;
  padding-left: 24px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  color: var(--font-color);
}
.article ul li:not(:last-child), .article ol li:not(:last-child) {
  margin-bottom: 6px;
}
.article ul li::marker {
  color: #989FB2;
}

@media screen and (max-width: 576px) {
  .article h2 {
    font-size: 20px;
  }
  .article h2:not(:first-child) {
    margin-top: 20px;
  }
  .article h2:not(:last-child) {
    margin-bottom: 14px;
  }
  .article h3 {
    font-size: 18px;
  }
  .article h3:not(:first-child) {
    margin-top: 16px;
  }
  .article h3:not(:last-child) {
    margin-bottom: 14px;
  }
  .article h4 {
    font-size: 16px;
  }
  .article h4:not(:last-child) {
    margin-bottom: 14px;
  }
  .article p {
    margin-top: 14px;
    margin-bottom: 14px;
    font-size: 15px;
    line-height: 1.4;
  }
  .article .wp-block-image {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .article blockquote {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 3px 0 4px 16px;
  }
  .article blockquote p:not(:last-child), .article blockquote cite:not(:last-child) {
    margin-bottom: 4px !important;
  }
  .article ul, .article ol {
    margin-top: 14px;
    margin-bottom: 14px;
    padding-left: 20px;
    font-size: 15px;
  }
  .article ul li:not(:last-child), .article ol li:not(:last-child) {
    margin-bottom: 4px;
  }
}