@charset "UTF-8";
@font-face {
    font-family: "KredoBank";
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url("./KredoBank-Thin.woff2") format("woff2"),
        url("./KredoBank-Thin.otf") format("opentype");
}
@font-face {
    font-family: "KredoBank";
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: url("./KredoBank-ExtraLight.woff2") format("woff2"),
        url("./KredoBank-ExtraLight.otf") format("opentype");
}
@font-face {
    font-family: "KredoBank";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url("./KredoBank-Light.woff2") format("woff2"),
        url("./KredoBank-Light.otf") format("opentype");
}
@font-face {
    font-family: "KredoBank";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("./KredoBank-Regular.woff2") format("woff2"),
        url("./KredoBank-Regular.otf") format("opentype");
}
@font-face {
    font-family: "KredoBank";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url("./KredoBank-Medium.woff2") format("woff2"),
        url("./KredoBank-Medium.otf") format("opentype");
}
@font-face {
    font-family: "KredoBank";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url("./KredoBank-SemiBold.woff2") format("woff2"),
        url("./KredoBank-SemiBold.otf") format("opentype");
}
@font-face {
    font-family: "KredoBank";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("./KredoBank-Bold.woff2") format("woff2"),
        url("./KredoBank-Bold.otf") format("opentype");
}
@font-face {
    font-family: "KredoBank";
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url("./KredoBank-ExtraBold.woff2") format("woff2"),
        url("./KredoBank-ExtraBold.otf") format("opentype");
}
@font-face {
    font-family: "KredoBank";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url("./KredoBank-Black.woff2") format("woff2"),
        url("./KredoBank-Black.otf") format("opentype");
}
@font-face {
    font-family: "Kredo";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("./Kredo-Regular.otf") format("opentype");
}
/***
    The new CSS reset - version 1.11 (last updated 20.9.2023)
    GitHub page: https://github.com/elad2412/the-new-css-reset
***/
/*
    Remove all the styles of the "User-Agent-Stylesheet", except for the 'display' property
    - The "symbol *" part is to solve Firefox SVG sprite bug
    - The "html" element is excluded, otherwise a bug in Chrome breaks the CSS hyphens property (https://github.com/elad2412/the-new-css-reset/issues/36)
 */
*:where(
        :not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)
    ) {
    all: unset;
    display: revert;
}

/* Preferred box-sizing value */
*,
*::before,
*::after {
    box-sizing: border-box;
}

/* Fix mobile Safari increase font-size on landscape mode */
html {
    -moz-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
}

/* Reapply the pointer cursor for anchor tags */
a,
button {
    cursor: revert;
}

/* Remove list styles (bullets/numbers) */
ol,
ul,
menu {
    list-style: none;
}

/* For images to not be able to exceed their container */
img {
    max-inline-size: 100%;
    max-block-size: 100%;
}

/* removes spacing between cells in tables */
table {
    border-collapse: collapse;
}

/* Safari - solving issue when using user-select:none on the <body> text input doesn't working */
input,
textarea {
    -webkit-user-select: auto;
}

/* revert the 'white-space' property for textarea elements on Safari */
textarea {
    white-space: revert;
}

/* minimum style to allow to style meter element */
meter {
    -webkit-appearance: revert;
    -moz-appearance: revert;
    appearance: revert;
}

/* preformatted text - use only for this feature */
:where(pre) {
    all: revert;
    box-sizing: border-box;
}

/* reset default text opacity of input placeholder */
::-moz-placeholder {
    color: unset;
}
::placeholder {
    color: unset;
}

/* remove default dot (•) sign */
::marker {
    content: initial;
}

/* fix the feature of 'hidden' attribute.
   display:revert; revert to element instead of attribute */
:where([hidden]) {
    display: none;
}

/* revert for bug in Chromium browsers
   - fix for the content editable attribute will work properly.
   - webkit-user-select: auto; added for Safari in case of using user-select:none on wrapper element*/
:where([contenteditable]:not([contenteditable="false"])) {
    -moz-user-modify: read-write;
    -webkit-user-modify: read-write;
    overflow-wrap: break-word;
    -webkit-line-break: after-white-space;
    -webkit-user-select: auto;
}

/* apply back the draggable feature - exist only in Chromium and Safari */
:where([draggable="true"]) {
    -webkit-user-drag: element;
}

/* Revert Modal native behavior */
:where(dialog:modal) {
    all: revert;
    box-sizing: border-box;
}

:root {
    --main-color: rgba(20, 56, 151, 1);
    --main-text-color: rgba(255, 255, 255, 1);
    --pagination-color: #fa8b/1e;
    --text-dark: rgba(48, 48, 48, 1);
    --text-gray: rgba(102, 102, 102, 1);
    --orange-color: rgba(247, 144, 25, 1);
    --dark-blue-color: rgba(17, 44, 118, 1);
    --gray-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
    --item-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.2);
    --orange-shadow: 0px 2px 36px 0px rgba(243, 143, 18, 0.5);
    --button-gradient: linear-gradient(321.22deg, #ff7a2f 0%, #f59910 102.22%);
}

html {
    font-size: 10px;
    box-sizing: border-box;
}

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

body {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    font-family: "KredoBank", sans-serif;
    background: var(--main-color);
    color: var(--main-text-color);
}

.wrapper {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    position: relative;
}

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

/* ------------- #HELPERS -------------- */
.d--none {
    display: none;
}

.d-b--mobile-only {
    display: none;
}

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

.ovh {
    overflow: hidden;
}

.fw-medium {
    font-weight: 600;
}

.fw-normal {
    font-weight: 400;
}

.without-margin {
    margin: 0;
}

.full-height {
    height: 100%;
}

.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 32px;
}
.header__logo img {
    height: 45px;
}
.header__download-btn {
    display: none;
    margin-left: auto;
    width: 124px;
    height: 30px;
    padding: 10px 20px;
    border-radius: 8px;
    background: var(--orange-color);
    color: var(--main-text-color);
    border: none;
    font-family: "KredoBank", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    cursor: pointer;
    transition: background 0.3s, box-shadow 0.3s, transform 0.3s;
}
.header__download-btn:hover,
.header__download-btn:focus {
    color: var(--main-text-color);
    background: var(--button-gradient);
    box-shadow: 0 8px 24px rgba(247, 144, 25, 0.3);
    transform: translateY(-4px) scale(1.05);
}
.footer {
    background: var(--dark-blue-color);
    padding-top: 32px;
    padding-bottom: 32px;
    width: 100%;
    margin-top: auto;
    position: relative;
}
.footer__wrapper {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: auto auto auto;
    grid-template-areas: "nav nav nav nav nav nav" "contacts contacts contacts info info info" "logo  logo socials socials license license";
    gap: 32px;
    justify-items: center;
    align-items: center;
}
.footer__nav {
    grid-area: nav;
    justify-self: center;
    display: flex;
    align-items: center;
    gap: 56px;
}
.footer__nav a {
    color: var(--main-text-color);
    font-family: "KredoBank", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    text-decoration: none;
}
.footer__nav a:hover {
    text-decoration: underline;
}
.footer__contacts {
    grid-area: contacts;
    justify-self: end;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin-right: 30px;
}
.footer__info {
    grid-area: info;
    justify-self: start;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    font-family: "KredoBank", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    margin-left: 30px;
}
.footer__info a {
    color: var(--main-text-color);
    text-decoration: none;
}
.footer__info a:hover {
    text-decoration: underline;
}
.footer__logo {
    grid-area: logo;
    justify-self: start;
}
.footer__logo img {
    height: 45px;
    width: auto;
}
.footer__socials {
    grid-area: socials;
    justify-self: center;
    display: flex;
    gap: 24px;
    align-items: center;
}
.footer__socials a {
    box-shadow: var(--orange-shadow);
    border-radius: 50%;
    width: 32px;
    height: 32px;
}
.footer__socials a:hover {
    transform: scale(1.05);
}
.footer__socials img {
    width: 32px;
    height: 32px;
}
.footer__license {
    grid-area: license;
    justify-self: end;
    text-align: center;
    margin-top: 0;
    font-family: "KredoBank", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    opacity: 0.5;
}
.footer__phone {
    font-family: "KredoBank", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    display: flex;
    gap: 8px;
}
.footer__phone-number {
    font-weight: 700;
}
.footer__desc {
    font-family: "KredoBank", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    opacity: 0.5;
}

.title {
    font-weight: 700;
    font-style: Bold;
    font-size: 56px;
}

.text {
    font-weight: 400;
    font-size: 24px;
}
.button {
    padding: 15px 30px;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    background: var(--button-gradient);
    cursor: pointer;
    border-radius: 8px;
    transition: all 0.4s ease;
}
.button:hover {
    background: linear-gradient(90deg, #e06d00 0%, #c95c00 100%);
    box-shadow: 0 8px 24px rgba(247, 144, 25, 0.3);
}

.advantages {
    overflow: visible;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 50px;
}
.advantages__header h2 {
    font-weight: 700;
    font-size: 56px;
    line-height: 100%;
    text-align: center;
    margin: auto;
    color: var(--main-text-color);
}
.advantages__description {
    padding-top: 24px;
}
.advantages__description p {
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    text-align: center;
}

.faq__description {
    padding-top: 15px;
    padding-bottom: 10px;
}
.faq__description p {
    color: var(--text-dark);
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    text-align: center;
}
.advantages__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    gap: 24px 23px;
    margin-top: 64px;
}
.advantages__item {
    width: 342px;
    height: 259px;
    padding: 28px 42px 28px 41px;
    border-radius: 12px;
    background: var(--main-text-color);
    box-shadow: var(--item-shadow);
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    border: 4px solid white;
    position: relative;
    transition: box-shadow 0.3s, transform 0.3s;
    overflow: hidden;
    cursor: auto;
}
.advantages__item:hover {
    box-shadow: var(--orange-shadow);
}
.advantages__item-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    text-align: center;
    color: var(--text-dark);
}
.advantages__item-description {
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    color: var(--text-gray);
}
.advantages__item-btn {
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    color: #fff;
    border-radius: 8px;
    padding: 8px;
    height: 32px;
    background: #fe7c2d;
    margin-top: 24px;
}
.advantages__item .accent-label {
    position: absolute;
    border-radius: 8px;
    height: 40px;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    padding: 10px;
    z-index: 10;
    background-color: #f79614;
    display: flex;
    align-items: center;
    justify-content: center;
}
.advantages__item .accent-label::before,
.advantages__item .accent-label::after {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
}
.advantages__item.advantages__item--accent-top {
    border-color: #f79614;
    padding-top: 44px;
}
.advantages__item.advantages__item--accent-top .accent-label {
    top: 0;
    left: 0;
    border-radius: 0 0 8px 0;
}
.advantages__item.advantages__item--accent-top .accent-label::before {
    bottom: -10.25px;
    left: -3.8px;
    width: 10.5px;
    height: 18.31px;
    background-image: url("./accent-left-bottom.svg");
}
.advantages__item.advantages__item--accent-top .accent-label::after {
    height: 10.41px;
    width: 18.24px;
    top: -3.7px;
    right: -9.75px;
    background-image: url("./accent-top-right.svg");
}
.advantages__item.advantages__item--accent-bottom {
    border-color: #f79614;
    padding-bottom: 44px;
}
.advantages__item.advantages__item--accent-bottom .accent-label {
    bottom: 0;
    left: 0;
    width: 100%;
    border-radius: 0;
    height: 27px;
    padding: 6px 0 0;
}
.advantages__item.advantages__item--accent-bottom .accent-label::before {
    top: -10.7px;
    left: -4.1px;
    width: 10.5px;
    height: 18.31px;
    background-image: url("./accent-left-bottom.svg");
    transform: rotate(-90deg);
}
.advantages__item.advantages__item--accent-bottom .accent-label::after {
    height: 10.41px;
    width: 18.24px;
    top: -6.8px;
    right: -8.3px;
    background-image: url("./accent-top-right.svg");
    transform: rotate(180deg);
}
.advantages__download-btn {
    display: none;
    width: 146px;
    background-color: var(--orange-color);
    color: var(--main-text-color);
    padding: 8px 28px;
    margin-top: 24px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    z-index: 2;
    transition: background 0.3s, box-shadow 0.3s, transform 0.3s;
}
.advantages__download-btn:hover {
    color: var(--main-text-color);
    background: var(--button-gradient);
    box-shadow: 0 8px 24px rgba(247, 144, 25, 0.3);
    transform: translateY(-4px) scale(1.05);
}
.accordion {
    border-radius: 10px;
    padding: 27px 29px 27px 30px;
    margin-bottom: 12px;
    box-shadow: var(--gray-shadow);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.accordion--border {
    box-shadow: none; /* прибрати тінь */
    border: 1px solid #000; /* чорна рамка */
}
.accordion--border .accordion__body p {
    margin-bottom: 0;
}

.accordion:last-child {
    margin-bottom: 0;
}
.accordion__header,
.accordion__toggle {
    -webkit-tap-highlight-color: transparent;
    outline: none;
}
.accordion__toggle:focus,
.accordion__toggle:active {
    outline: none;
    background: none;
}
.accordion .accordion__toggle:focus-visible {
    outline: 2px solid var(--orange-color);
    border-radius: 4px;
}
.accordion__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    background: var(--main-text-color);
    color: var(--text-dark);
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
}

.accordion__header--info {
    font-size: 20px;
    font-weight: 500;
}

.accordion__toggle {
    background: none;
    border: none;
    cursor: pointer;
    position: relative;
}
.accordion__icon {
    transition: transform 0.3s;
    display: block;
    width: 15px;
    height: 15px;
}
.accordion__body {
    padding-top: 25px;
    display: none;
    animation: slideFadeIn 1s;
    opacity: 0;
    overflow: hidden;
    transition: opacity 0.4s, transform 0.4s;
    transform: translateY(20px);
    width: 100%;
    font-weight: 500;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 0%;
    color: var(--text-gray);
    white-space: normal;
    overflow-wrap: anywhere;
}

.accordion__body .grid {
    display: flex;
    gap: 40px;
}
.accordion__body a {
    color: var(--text-gray);
    text-decoration: underline;
}
.accordion__body p {
    color: var(--text-gray);
    margin-bottom: 24px;
}
.accordion__body p:last-child {
    margin-bottom: 0;
}
.accordion__body strong {
    font-weight: 700;
    color: var(--text-gray);
}
.accordion__body em {
    font-style: italic;
    color: var(--text-gray);
}

.accordion__body u {
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-thickness: 1.5px;
    color: var(--text-gray);
}
.accordion__body ul {
    margin-left: 40px;
}
.accordion__body ol {
    margin-left: 40px;
}
.accordion__body ol li {
    list-style: decimal;
}
.accordion__body ul li {
    list-style: disc;
}

.accordion__body h2 {
    color: var(--text-gray);
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 24px;
}

.accordion__body h3 {
    color: var(--text-gray);
    font-weight: 700;
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 18px;
}

.accordion__body h2:not(:first-child),
.accordion__body h3:not(:first-child) {
    margin-top: 32px;
}

.accordion__body h2:last-child,
.accordion__body h3:last-child {
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .accordion__body h2 {
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 18px;
    }

    .accordion__body h3 {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 14px;
    }

    .accordion__body h2:not(:first-child),
    .accordion__body h3:not(:first-child) {
        margin-top: 24px;
    }
}

@keyframes slideFadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.accordion.open .accordion__body {
    display: block;
    opacity: 1;
    transform: translateY(0);
}
.accordion.open .accordion__icon {
    transform: rotate(45deg);
}
.accordion__video-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 23px;
}
.accordion__video-row iframe {
    width: 444px;
    height: 250px;
    max-width: 100%;
    border-radius: 8px;
}
.accordion__list-style {
    margin-left: 40px;
}
.accordion__list-style--disc {
    list-style: disc;
}
.accordion__list-style--numeric {
    list-style: decimal;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.services-slider {
    width: 100%;
    color: var(--text-dark);
}
.pagination-container {
    display: flex;
    height: 20px;
    justify-content: center;
}
.pagination-container .swiper-button-prev,
.pagination-container .swiper-button-next {
    margin-top: unset;
    position: static;
    width: 20px;
    height: 20px;
    background: none;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.pagination-container .swiper-button-prev img,
.pagination-container .swiper-button-next img {
    width: 17px;
    height: 27px;
    display: block;
}
.pagination-container .swiper-button-prev::after,
.pagination-container .swiper-button-next::after {
    display: none;
}

.pagination-container
    .swiper-pagination-horizontal.swiper-pagination-bullets
    .swiper-pagination-bullet {
    margin: 0;
}
.pagination-container .custom-pagination {
    padding-left: 12px;
    padding-right: 12px;
    position: static;
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
}
.pagination-container .custom-pagination .swiper-pagination-bullet {
    background: none;
    border: none;
    width: 42px;
    height: 5px;
    padding: 0;
    opacity: 1;
}
.pagination-container .custom-pagination .swiper-pagination-bullet svg {
    width: 42px;
    display: block;
}

.pagination-container .custom-pagination .swiper-pagination-bullet-active {
    opacity: 1;
}

.pagination-container
    .custom-pagination
    .swiper-pagination-bullet-active
    .pagination__item {
    fill: var(--orange-color);
}
.services-slider .swiper-wrapper {
    display: flex;
    align-items: center;
    margin-top: 64px;
    margin-bottom: 36px;
}
.services-slider .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}
.services-slider__card {
    width: 100%;
    transition: width 1s, height 1s;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    background: var(--main-text-color);
    box-shadow: var(--item-shadow);
    border-radius: 8px;
    transition: box-shadow 0.3s, transform 0.3s;
}
.services-slider__card:hover {
    box-shadow: var(--orange-shadow);
    transform: scale(1.02);
}
.services-slider__image-container {
    position: relative;
}
.services-slider__image-container--product {
    width: 100%;
    position: relative;
}
.services-slider__image-container--image {
    width: 100%;
    position: relative;
}

.services-slider__thumb-title {
    width: 85%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 700;
    font-size: 32px;
    text-align: center;
    color: #fff;
}
.services-slider__content {
    margin-left: 20px;
    margin-right: 12px;
    height: 164px;
    display: flex;
    flex-direction: column;
    position: relative;
}

.services__wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 45px;
    color: var(--text-dark);
}

.services-slider__content--image {
    position: absolute;
    height: 46px;
    width: 100%;
    bottom: -1px;
    z-index: 1000;
    transform: translateZ(0);
    backface-visibility: hidden;
    will-change: transform;
}
.services-slider__title {
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    padding-top: 13px;
    padding-bottom: 13px;
}
.services-slider__description {
    max-height: 138px;
    overflow-y: auto;
    padding-right: 8px;
    scrollbar-width: thin;
    margin-top: 8px;
}
.services-slider__description::-webkit-scrollbar {
    width: 6px;
    background: transparent;
}
.services-slider__description::-webkit-scrollbar-thumb {
    background: #b3c6e0;
    border-radius: 3px;
}
.services-slider__description li {
    display: flex;
    align-items: flex-start;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 12px;
}
.services-slider__description li span {
    font-weight: 700;
}
.services-slider__description li img {
    width: 4px;
    height: 11px;
    margin-right: 6px;
}
.services-slider__description li:last-child {
    padding-bottom: 20px;
}
.services-slider__details {
    width: 100%;
}
.services-slider__details--item {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px;
    padding: 2px 20px 24px 20px;
}
.services-slider__link-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.services-slider__button {
    width: 227.65px;
    height: 36px;
    background: var(--button-gradient);
    border-radius: 8px;
    display: none;
    align-items: center;
    justify-content: center;
    color: var(--main-text-color);
    font-weight: 700;
    font-size: 12px;
    line-height: 100%;
    text-align: center;
    text-decoration: none;
}
.services-slider__button:hover {
    transform: scale(1.05);
}
.services-slider__link {
    font-family: "Kredo";
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    text-decoration: underline;
}
.services-slider__link:hover {
    transform: scale(1.05);
}
.services-slider__link--craft {
    display: flex;
}
.services-slider__link--craft-mob {
    display: none;
}
.services-slider__link--download {
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    padding-top: 44px;
    padding-left: 10px;
}
.services-slider__qr-code {
    display: flex;
    position: relative;
    gap: 8px;
}
.services-slider__qr-code--link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 92px;
    min-width: 92px;
    height: 86px;
    background: var(--main-text-color);
    border-radius: 8px;
    border: 1px solid rgb(252, 133, 36);
}
.services-slider__qr-code--link img {
    width: 86px;
    height: 100%;
}
.services-slider__qr-code--arrow-gray {
    width: 70.44px;
    max-width: 40%;
}

.cookie-banner {
    position: fixed;
    overflow: hidden;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 181px;
    background: rgb(246, 246, 246);
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border: 1px dashed rgb(245, 153, 16);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s;
    background-image: -webkit-image-set(
            url("../bg/cookie-bg-left.png") 1x,
            url("../bg/cookie-bg-left@2x.png") 2x
        ),
        -webkit-image-set(url("../bg/cookie-bg-right.png") 1x, url("../bg/cookie-bg-right@2x.png")
                    2x);
    background-image: image-set(
            url("../bg/cookie-bg-left.png") 1x,
            url("../bg/cookie-bg-left@2x.png") 2x
        ),
        image-set(
            url("../bg/cookie-bg-right.png") 1x,
            url("../bg/cookie-bg-right@2x.png") 2x
        );
    background-repeat: no-repeat, no-repeat;
    background-position: left bottom, right bottom;
}
.cookie-banner__content {
    display: flex;
    align-items: center;
    gap: 50px;
    color: var(--text-dark);
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
}
.cookie-banner__content a {
    font-weight: 700;
    text-decoration: underline;
    display: inline-block;
    transition: transform 0.3s;
}
.cookie-banner__content a:hover,
.cookie-banner__content a:focus {
    transform: scale(1.08);
}
.cookie-banner__btn {
    padding: 15px 26px 14px 27px;
    background: var(--button-gradient);
    color: var(--main-text-color);
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    transition: background 0.3s, box-shadow 0.3s, transform 0.3s;
}
.cookie-banner__btn:hover,
.cookie-banner__btn:focus {
    color: var(--main-text-color);
    background: var(--button-gradient);
    box-shadow: 0 8px 24px rgba(247, 144, 25, 0.3);
    transform: translateY(-4px) scale(1.05);
}

.hot-course {
    padding: 120px 0 0;
}
.hot-course__head {
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 1142px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.hot-course__swiper {
    height: 100%;
    position: relative;
}
.hot-course__wrapper {
    align-items: stretch;
}
.hot-course__slide {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}
.hot-course__slide-image {
    margin: 0 auto;
    max-width: 486px;
    width: 100%;
}
.hot-course__slide.first-slide .hot-course__slide-image {
    margin: -20px auto -10px;
}
.hot-course__slide.second-slide .hot-course__slide-image {
    margin: 88px auto 60px;
}
.hot-course__slide.third-slide .hot-course__slide-image {
    margin: 66px auto 60px;
}
.hot-course__text {
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 12px;
    font-family: KredoBank;
    font-weight: 400;
    font-size: 24px;
    text-align: center;
    margin-bottom: 64px;
}
.hot-course__text--mob {
    max-width: 271px;
    display: none;
}
.hot-course__text span {
    font-family: KredoBank;
    font-weight: 700;
    font-size: 24px;
}
.hot-course__text--dep {
    max-width: 1202px;
    width: 100%;
}
.hot-course__box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
}
.hot-course__box-button {
    width: -moz-fit-content;
    width: fit-content;
}
.hot-course__box--dep {
    flex-direction: column;
    max-width: none;
}
.hot-course__nbu {
    padding: 24px;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: rgba(255, 255, 255, 0.5019607843);
    border: 1px dashed #ff7a2f;
    border-radius: 8px;
}
.hot-course__info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
}
.hot-course__info p {
    text-align: center;
    max-width: 483px;
    width: 100%;
}
.hot-course__pagination {
    display: none;
    justify-content: center;
    align-items: center;
    gap: 8px;
}
.hot-course__pagination .swiper-pagination-bullet {
    width: 32px;
    height: 4px;
    border-radius: 8px;
    background-color: #ffffff;
    opacity: 1;
    transition: 0.3s ease;
}
.hot-course__pagination
    .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #fa8b1e;
}
.hot-course__navigation {
    position: absolute;
    top: 400px;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    z-index: 2;
    align-items: center;
    justify-content: space-between;
}
.hot-course__navigation-button {
    max-width: 70px;
    width: 100%;
    position: static;
}
.hot-course .swiper-button-next,
.hot-course .swiper-button-prev {
    transition: all 0.4s ease-in;
}
.hot-course .swiper-button-next::after,
.hot-course .swiper-button-prev::after {
    display: none;
}

.report-form {
    padding-top: 80px;
    padding-bottom: 80px;
}
.report-form__card {
    position: relative;
    max-width: 100%;
    width: 1082px;
    margin: 0 auto;
    padding: 48px 64px;
    background-color: #fff;
    border-radius: 60px;
    box-shadow: 0 2px 36px 0 rgba(243, 143, 18, 0.5);
    overflow: hidden;
}
.report-form__form {
    display: flex;
    flex-direction: column;
    width: 545px;
    max-width: 100%;
    margin: 0 auto;
}
.report-form__title {
    margin: 0;
    font-weight: 700;
    font-size: 56px;
    line-height: 110%;
    text-align: center;
    color: #000;
}
.report-form__subtitle {
    margin: 11px 0 0;
    font-weight: 400;
    font-size: 24px;
    line-height: 130%;
    text-align: center;
    color: #303030;
}
.report-form__fields {
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-top: 60px;
}
.report-form__input {
    width: 100%;
    height: 65px;
    padding: 0 28px;
    font-family: inherit;
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    color: var(--text-dark);
    background: var(--main-text-color);
    border: 3px solid var(--orange-color);
    border-radius: 50px;
    outline: none;
    box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.2);
    transition: box-shadow 0.3s, border-color 0.3s;
}
.report-form__input::-moz-placeholder {
    color: var(--text-gray);
}
.report-form__input::placeholder {
    color: var(--text-gray);
}
.report-form__input:focus {
    box-shadow: 0 0 0 3px rgba(247, 144, 25, 0.2);
}
.report-form__input--error {
    border-color: #e53935;
}
.report-form__honeypot {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}
.report-form__consent {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-top: 40px;
    cursor: pointer;
}
.report-form__consent-input {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    clip: rect(0 0 0 0);
    overflow: hidden;
    white-space: nowrap;
}
.report-form__consent-box {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    margin-top: 1px;
    background: #fff;
    border: 3px solid var(--orange-color);
    border-radius: 6px;
    box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.2);
    transition: background 0.2s, border-color 0.2s;
}
.report-form__consent-box::after {
    content: "";
    display: block;
    width: 6px;
    height: 11px;
    margin: 3px auto 0;
    border: solid var(--main-text-color);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    opacity: 0;
    transition: opacity 0.2s;
}
.report-form__consent-input:checked + .report-form__consent-box {
    background: var(--orange-color);
}
.report-form__consent-input:checked + .report-form__consent-box::after {
    opacity: 1;
}
.report-form__consent-input:focus-visible + .report-form__consent-box {
    box-shadow: 0 0 0 3px rgba(247, 144, 25, 0.2);
}
.report-form__consent-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #303030;
}
.report-form__consent-link {
    color: var(--main-color);
    text-decoration: underline;
}
.report-form__status {
    margin: 18px 0 0;
    font-size: 15px;
    line-height: 140%;
    color: #303030;
}
.report-form__status--error {
    color: #e53935;
}
.report-form__submit {
    margin-top: 48px;
    width: 100%;
    height: 64px;
    font-family: inherit;
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    text-align: center;
    color: var(--main-text-color);
    background: var(--button-gradient);
    border: none;
    border-radius: 50px;
    cursor: pointer;
    box-shadow: 0 4px 4px 0 rgba(245, 153, 16, 0.25);
    transition: box-shadow 0.3s, transform 0.3s, opacity 0.3s;
}
.report-form__submit:hover {
    box-shadow: 0 8px 24px rgba(247, 144, 25, 0.3);
    transform: translateY(-2px);
}
.report-form__submit:disabled {
    cursor: progress;
    opacity: 0.7;
    transform: none;
}
.report-form__success {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: rgba(255, 255, 255, 0.9);
}
.report-form__success[hidden] {
    display: none;
}
.report-form__success-box {
    position: relative;
    width: 100%;
    max-width: 686px;
    padding: 112px 120px;
    background: #fff;

    border: 1px solid #000000;
    box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.2);
    border-radius: 60px;
}
.report-form__success-close {
    position: absolute;
    top: -23px;
    right: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    background: #DF3119;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    transition: transform 0.2s;
}

.report-form__success-close:hover {
    transform: scale(1.08);
}
.report-form__success-text {
    max-width: 421px;
    margin: 0 auto;
    font-weight: 700;
    font-size: 24px;
    line-height: 130%;
    text-align: center;
    color: #000;
}
@media screen and (max-width: 768px) {
    .report-form {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .report-form__card {
        padding: 32px 20px;
        border-radius: 24px;
    }
    .report-form__title {
        font-size: 28px;
    }
    .report-form__subtitle {
        font-size: 15px;
    }
    .report-form__fields {
        margin-top: 20px;
    }
    .report-form__input {
        height: 50px;
        padding: 0 20px;
        font-size: 16px;
    }
    .report-form__submit {
        height: 54px;
        font-size: 16px;
    }
    .report-form__success-box {
        padding: 48px 24px;
    }
    .report-form__success-close {
        top: -10px;
        right: 8px;
    }

    svg {
        width: 22px;
        height: 22px;
    }

    .report-form__success-text {
        font-size: 20px;
    }
}

.home-page {
    background-color: var(--main-color);
    background-image: -webkit-image-set(
            url("../bg/left-1.png") 1x,
            url("../bg/left-1@2x.png") 2x
        ),
        -webkit-image-set(url("../bg/left-2.png") 1x, url("../bg/left-2@2x.png")
                    2x),
        -webkit-image-set(url("../bg/left-3.png") 1x, url("../bg/left-3@2x.png")
                    2x),
        -webkit-image-set(url("../bg/right-1.png") 1x, url("../bg/right-1@2x.png")
                    2x),
        -webkit-image-set(url("../bg/right-2.png") 1x, url("../bg/right-2@2x.png")
                    2x),
        -webkit-image-set(url("../bg/right-3.png") 1x, url("../bg/right-3@2x.png")
                    2x);
    background-image: image-set(
            url("../bg/left-1.png") 1x,
            url("../bg/left-1@2x.png") 2x
        ),
        image-set(url("../bg/left-2.png") 1x, url("../bg/left-2@2x.png") 2x),
        image-set(url("../bg/left-3.png") 1x, url("../bg/left-3@2x.png") 2x),
        image-set(url("../bg/right-1.png") 1x, url("../bg/right-1@2x.png") 2x),
        image-set(url("../bg/right-2.png") 1x, url("../bg/right-2@2x.png") 2x),
        image-set(url("../bg/right-3.png") 1x, url("../bg/right-3@2x.png") 2x);
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat,
        no-repeat;
    background-position: left 0px top 350px, left 0px bottom 820px,
        left 0px bottom 160px, right 0px top 740px, right 0px top 1560px,
        right 0px bottom 160px;
}
.home-page .download-fixed-btn {
    position: fixed;
    width: 42px;
    min-width: 42px;
    top: 160px;
    right: 0;
    background: var(--button-gradient);
    color: var(--main-text-color);
    padding: 16px 12px 17px 12px;
    border-radius: 6px 0 0 6px;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    z-index: 1000;
    writing-mode: sideways-lr;
    display: flex;
    align-items: center;
    gap: 13px;
    transition: transform 0.3s;
}
.home-page .download-fixed-btn img {
    width: 20px;
    height: 18px;
}
.home-page .download-fixed-btn:hover {
    background: linear-gradient(90deg, #e06d00 0%, #c95c00 100%);
    box-shadow: 0 8px 24px rgba(247, 144, 25, 0.3);
}
.home-page .hero {
    color: var(--main-text-color);
}
.home-page .hero__container {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 715px;
    background-image: -webkit-image-set(
        url("../img/two-phone.png") 1x,
        url("../img/two-phone@2x.png") 2x
    );
    background-image: image-set(
        url("../img/two-phone.png") 1x,
        url("../img/two-phone@2x.png") 2x
    );
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center center;
}
.home-page .hero__content {
    flex: 1;
    max-width: 360px;
    display: flex;
    flex-direction: column;
    gap: 64px;
    padding-bottom: 140px;
}
.home-page .hero__title {
    font-family: "KredoBank";
    font-weight: 700;
    font-size: 56px;
    line-height: 100%;
}
.home-page .hero__subtitle {
    font-family: "KredoBank";
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    padding-bottom: 10px;
}
.home-page .hero__subtitle span {
    display: block;
    font-family: "KredoBank";
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    padding-top: 24px;
}
.home-page .hero__stores {
    display: flex;
    gap: 24px;
}
.home-page .hero__stores img {
    display: block;
    width: 152px;
    height: 50px;
}
.home-page .hero__stores .store-btn:hover {
    transform: scale(1.05);
}
.home-page .hero__download-btn {
    display: none;
    width: 146px;
    background-color: var(--orange-color);
    color: var(--main-text-color);
    box-shadow: var(--orange-shadow);
    padding: 8px 28px;
    margin-bottom: 20px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    transition: background 0.3s, box-shadow 0.3s, transform 0.3s;
}
.home-page .hero__download-btn:hover {
    color: var(--main-text-color);
    background: var(--button-gradient);
    box-shadow: 0 8px 24px rgba(247, 144, 25, 0.3);
    transform: translateY(-4px) scale(1.05);
}
.home-page .hero__visual {
    flex: 1;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    max-width: 342px;
    padding-bottom: 60px;
}
.home-page .hero__qr {
    display: flex;
    flex-direction: column;
    gap: 114px;
}
.home-page .hero__qr p {
    font-family: "KredoBank";
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
}
.home-page .hero__qr-image {
    width: 230px;
}
.home-page .hero__arrow {
    position: absolute;
    left: 245px;
    top: 195px;
    width: 56px;
    height: 156px;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.home-page .hero__image-mob {
    display: none;
}
.home-page .services {
    padding-top: 125px;
    padding-bottom: 124px;
}
.home-page .services .container {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.home-page .services__header {
    font-weight: 700;
    font-size: 56px;
    line-height: 100%;
    text-align: center;
}
.home-page .services__description {
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    text-align: center;
    padding-top: 16px;
}
.home-page .faq {
    padding-top: 61px;
    padding-bottom: 64px;
    background-color: var(--main-text-color);
}
.home-page .faq__header {
    padding-bottom: 64px;
}
.home-page .faq__header h2 {
    color: var(--text-dark);
    font-weight: 700;
    font-size: 56px;
    line-height: 100%;
    text-align: center;
    margin: auto;
}
.home-page .additional-info {
    padding-top: 46px;
    padding-bottom: 60px;
    color: black;
    background-color: var(--main-text-color);
}
.home-page .additional-info--dark {
    color: var(--main-text-color);
    background-color: transparent;
}
.home-page .additional-info--dark .accordion__header {
    background-color: transparent;
    color: var(--main-text-color);
}
.home-page .additional-info--dark .accordion__body {
    color: inherit;
}
.home-page .additional-info--dark .content {
    color: inherit;
}

.home-page .additional-info--dark .content * {
    color: inherit;
}
.home-page .additional-info--dark .content code {
    color: var(--text-gray);
}

.home-page .additional-info--dark .accordion--border {
    border-color: var(--main-text-color);
}
.home-page .additional-info--dark .additional-info__link img {
    filter: invert(1);
}
.home-page .additional-info--dark .additional-info__link {
    color: var(--main-text-color);
}
.home-page .additional-info__header h2 {
    font-weight: 700;
    font-size: 36px;
    line-height: 100%;
    text-align: center;
}
.home-page .additional-info__content {
    width: 100%;
    padding-top: 46px;
}
.home-page .additional-info__content + .accordion--border {
    margin-top: 12px;
}
.home-page .additional-info__item {
    padding: 12px 0;
    border-top: 1px dashed rgb(255, 122, 0);
    border-bottom: none;
    border-left: none;
    border-right: none;
}
.home-page .additional-info__link {
    display: flex;
    align-items: center;
    gap: 12px;
    color: black;
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    text-decoration: none;
}
.home-page .additional-info__link:hover {
    text-decoration: underline;
    transform: translateY(-2px);
}
.home-page .additional-info__link img {
    height: 32px;
}
.home-page .download-app {
    padding-top: 65px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.home-page .download-app .container {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.home-page .download-app__header {
    padding-bottom: 20px;
}
.home-page .download-app__header h2 {
    font-weight: 700;
    font-size: 56px;
    line-height: 100%;
    text-align: center;
}
.home-page .download-app__description p {
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    text-align: center;
}
.home-page .download-app__content-desc {
    max-width: 737px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 33px;
    margin-top: 20px;
    margin-right: 83px;
}
.home-page .download-app__image-desc {
    width: 555px;
    position: relative;
    bottom: -2px;
}
.home-page .download-app__stores {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    padding-bottom: 30px;
}
.home-page .download-app__stores img {
    width: 152px;
}
.home-page .download-app__stores .store-btn:hover {
    transform: scale(1.05);
}
.home-page .download-app__content-mob {
    display: none;
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
}
.home-page .download-app__image-mob {
    display: block;
    width: 100%;
    max-width: 274px;
    margin: 0 auto;
}
.home-page .download-app__badge {
    position: absolute;
    left: 50%;
    bottom: 28px;
    transform: translateX(-50%);
    width: 131px;
}
.home-page .download-app__badge:hover {
    transform: translateX(-50%) scale(1.05);
}
.home-page .download-app__image--left-390 {
    position: absolute;
    left: 0px;
    bottom: -96px;
    display: none;
    height: 586px;
    pointer-events: none;
}
.home-page .download-app__image--right-390 {
    position: absolute;
    right: 0px;
    bottom: 40px;
    display: none;
    height: 252px;
    pointer-events: none;
}
.home-page .download-app__image--left-320 {
    position: absolute;
    left: 0px;
    bottom: 0px;
    display: none;
    height: 387px;
    pointer-events: none;
}
.home-page .download-app__image--right-320 {
    position: absolute;
    right: 0px;
    bottom: 40px;
    display: none;
    height: 252px;
    pointer-events: none;
}

.video-card {
    --video-width: 100%;
    --video-aspect: 16/9;

    position: relative;
    display: block;
    width: var(--video-width);
    aspect-ratio: var(--video-aspect);
    border-radius: 12px;
    overflow: hidden;
    text-decoration: none;
    transition: transform 0.3s ease;
}

.video-card img {
    width: 100%;
}

.video-card iframe,
.video-card .thumb-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.video-card .youtube-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 64px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.2s ease;
}

.video-card:hover .youtube-icon {
    transform: translate(-50%, -50%) scale(1.1);
}

.steps {
    padding: 124px 0;
    background-color: white;
    color: #303030;
}
.steps.steps--slider {
    background-color: transparent;
}
.steps.steps--slider .swiper {
    overflow: visible;
    padding: 40px;
}
.steps.steps--slider .steps__slider {
    overflow: hidden;
}
.steps.steps--slider .swiper-slide {
    box-shadow: 0 2px 36px 0 rgba(243, 143, 18, 0.5);
    background: #fff;
    border-radius: 8px;
    padding: 60px 120px;
}
.steps.steps--slider .pagination-container {
    margin-top: 20px;
}
.steps .steps__sub-title,
.steps .steps__title {
    text-align: center;
}
.steps .steps__title {
    font-weight: 700;
    font-size: 56px;
    margin-bottom: 24px;
}
.steps .steps__sub-title {
    font-weight: 400;
    font-size: 24px;
    margin-bottom: 64px;
}
.steps .steps__content {
    display: flex;
    gap: 40px;
    max-width: 1180px;
    margin: 0 auto;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    hyphens: auto;
    align-items: flex-start;
}

.steps .steps__content-col {
    flex: 1 1 auto;
}

.steps .steps__content-col:first-child {
    overflow-y: visible;
}
.steps ul {
    list-style: disc;
    padding: 0 24px;
}
.steps ol {
    list-style: decimal;
    padding: 0 16px;
}
.steps li {
    font-size: 22px;
    line-height: 131%;
    color: #303030;
    margin-bottom: 24px;
}
.steps li::marker {
    font-weight: 700;
}
.steps strong {
    font-weight: 700;
}
.steps p {
    font-weight: 400;
    font-size: 22px;
    line-height: 131%;
    color: #303030;
    margin-bottom: 24px;
}
.steps .steps__content-mobile {
    display: none;
}
.steps .steps__btn {
    width: 100%;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    background: linear-gradient(317deg, #ff7a2f 0%, #f59910 100%);
    border-radius: 8px;
    height: 45px;
    margin-top: 24px;
    display: block;
    text-align: center;
    padding: 15px;
}
.steps .steps__content-mobile-text {
    font-size: 22px;
    line-height: 131%;
}

.steps.steps--text-no-scroll .steps__content-col:first-child,
.steps.steps--text-no-scroll .content,
.steps.steps--text-no-scroll .steps__content-mobile-text {
    max-height: none !important;
    overflow-y: visible !important;
}

.steps.steps--text-scroll .steps__content-col:first-child {
    max-height: 520px;
    overflow-y: auto;
    padding-right: 12px;
}

.steps.steps--text-scroll .content,
.steps.steps--text-scroll .steps__content-mobile-text {
    max-height: 520px;
    overflow-y: auto;
    padding-right: 12px;
}

.steps__blue {
    padding: 64px 0;
    background-color: #143897;
    color: #303030;
}

.steps__blue .steep__container {
    padding: 64px 0;
    max-width: 1440px;
    margin: 0 auto;
    background-color: white;
    border-radius: 8px;
}

.steps__blue .steps__sub-title,
.steps__blue .steps__title {
    text-align: center;
}
.steps__blue .steps__title {
    font-weight: 700;
    font-size: 56px;
    margin-bottom: 24px;
}
.steps__blue .steps__sub-title {
    font-weight: 400;
    font-size: 24px;
    margin-bottom: 64px;
}
.steps__blue .steps__content {
    display: flex;
    gap: 40px;
    max-width: 1180px;
    margin: 0 auto;
    overflow-wrap: break-word;
}
.steps__blue .steps__content-col:first-child {
    max-width: 760px;
    overflow-y: visible;
}
.steps__blue ul {
    list-style: disc;
    padding: 0 24px;
}
.steps__blue ol {
    list-style: decimal;
    padding: 0 24px;
}
.steps__blue li {
    font-size: 22px;
    color: #303030;
    margin-bottom: 12px;
}
.steps__blue strong {
    font-weight: 700;
}
.steps__blue p {
    font-weight: 400;
    font-size: 22px;
    line-height: 131%;
    color: #303030;
    margin-bottom: 34px;
}
.steps__blue .steps__content-mobile {
    display: none;
}
.steps__blue .steps__btn {
    width: 100%;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    background: linear-gradient(317deg, #ff7a2f 0%, #f59910 100%);
    border-radius: 8px;
    height: 45px;
    margin-top: 24px;
    display: block;
    text-align: center;
    padding: 15px;
}
.steps__blue .steps__content-mobile-text {
    font-size: 22px;
    line-height: 131%;
}

.steps__blue.steps--text-no-scroll .steps__content-col:first-child,
.steps__blue.steps--text-no-scroll .content,
.steps__blue.steps--text-no-scroll .steps__content-mobile-text {
    max-height: none !important;
    overflow-y: visible !important;
}

.steps__blue.steps--text-scroll .steps__content-col:first-child {
    max-height: 520px;
    overflow-y: auto;
    padding-right: 12px;
}

.steps__blue.steps--text-scroll .content,
.steps__blue.steps--text-scroll .steps__content-mobile-text {
    max-height: 520px;
    overflow-y: auto;
    padding-right: 12px;
}

.uploaded-block {
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    color: #303030;
    display: flex;
    align-items: flex-end;
    gap: 8px;
}
.uploaded-block .uploaded-block__arrow {
    position: relative;
    top: -7px;
}
.uploaded-block .uploaded-block__qr {
    width: 92px;
    height: 86px;
    border: 1px solid #fc8524;
    border-radius: 8px;
    background-color: white;
    margin-bottom: -10px;
}

@media (max-width: 1660px) {
    .advantages__list {
        max-width: 880px;
    }
}
@media (min-width: 1600px) {
    .container {
        max-width: 1660px;
        padding-left: 110px;
        padding-right: 110px;
    }
}
@media (max-width: 1320px) {
    .home-page .hero__container {
        background-size: contain;
        height: 600px;
    }
    .home-page .hero__content {
        gap: 40px;
        padding-bottom: 100px;
    }
    .home-page .hero__title {
        font-size: 46px;
    }
    .home-page .hero__subtitle {
        font-size: 20px;
    }
    .home-page .hero__visual {
        max-width: 230px;
    }
    .home-page .hero__qr {
        gap: 30px;
    }
    .home-page .hero__qr p {
        font-weight: 500;
        font-size: 20px;
    }
    .home-page .hero__qr-image {
        width: 150px;
    }
    .home-page .hero__arrow {
        left: 168px;
        top: 88px;
        width: 37.33px;
        height: 104px;
    }
}
@media screen and (max-width: 1320px) {
    .home-page .hero__subtitle span {
        font-size: 20px;
    }
}
@media (max-width: 1280px) {
    .advantages {
        padding-top: 0;
        padding-bottom: 20px;
    }
}
@media (max-width: 1024px) {
    .container {
        padding-left: 50px;
        padding-right: 50px;
    }
    .home-page .hero__container {
        height: auto;
        padding-top: 47px;
        background: none;
        flex-direction: column;
        text-align: center;
    }
    .home-page .hero__content {
        align-items: center;
        gap: 32px;
        padding-bottom: 0px;
        max-width: 450px;
    }
    .home-page .hero__stores {
        display: none;
    }
    .home-page .hero__download-btn {
        display: inline-block;
    }
    .home-page .hero__qr {
        display: none;
    }
    .home-page .hero__image-mob {
        display: block;
        position: relative;
        right: 10px;
        height: 100%;
        max-width: 340px;
        margin: 0 auto;
        transform: rotate(15deg);
    }
    .home-page .hero__image-mob img {
        max-width: 100%;
        height: 400px;
    }
}
@media screen and (max-width: 1024px) {
    .home-page .hero__visual {
        padding-bottom: 30px;
    }
}
@media (max-width: 992px) {
    .title {
        font-weight: 500;
        font-size: 24px;
    }
    .text {
        font-weight: 500;
        font-size: 15px;
    }
    .hot-course {
        padding: 32px 0 0;
    }
    .hot-course__box {
        flex-direction: column-reverse;
    }
    .hot-course__box--dep {
        flex-direction: column;
    }
    .hot-course__slide-image {
        max-width: 260px;
    }
    .hot-course__slide.second-slide .hot-course__slide-image {
        margin: 55px auto 55px;
    }
    .hot-course__slide.third-slide .hot-course__slide-image {
        margin: 55px auto 55px;
    }
    .hot-course__info {
        display: none;
    }
    .hot-course__text {
        display: none;
        font-size: 15px;
        font-weight: 500;
        margin-bottom: 24px;
    }
    .hot-course__text--mob {
        display: block;
    }
    .hot-course__text span {
        font-size: 15px;
    }
    .hot-course__pagination {
        display: flex;
        margin-top: 24px;
        position: static;
        display: block;
    }
    .hot-course__info {
        flex-direction: column;
    }
    .hot-course__nbu {
        padding: 15px 10px;
        font-size: 10px;
    }
    .hot-course__navigation {
        top: 315px;
    }
    .hot-course__navigation-button {
        max-width: 40px;
    }
}
@media (max-width: 768px) {
    .d-b--mobile-only {
        display: flex;
    }
    .d-b--desktop-only {
        display: none !important;
    }
    .header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 100;
        padding-top: 23px;
        padding-bottom: 16px;
        justify-content: space-between;
        transition: background-color 0.3s ease;
    }
    .header__logo img {
        height: 30px;
    }
    .header__download-btn {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .header.bg-active {
        background-color: rgba(15, 49, 137, 0.9);
        -webkit-backdrop-filter: blur(4px);
        backdrop-filter: blur(4px);
    }
    .footer {
        padding-bottom: 29px;
    }
    .footer__wrapper {
        grid-template-columns: 1fr;
        grid-template-areas: "nav" "socials" "info" "contacts" "license";
        gap: 24px;
    }
    .footer__logo {
        display: none;
    }
    .footer__nav {
        flex-direction: column;
        gap: 12px;
    }
    .footer__contacts {
        margin-right: 0;
        justify-self: center;
    }
    .footer__info {
        margin-left: 0;
        justify-self: center;
    }
    .footer__license {
        justify-self: center;
    }
    .advantages__download-btn {
        display: inline-block;
    }

    .services__wrapper {
        grid-template-columns: repeat(1, 1fr);
    }

    .cookie-banner {
        background-image: -webkit-image-set(
                url("../bg/cookie-bg-left-mob.png") 1x,
                url("../bg/cookie-bg-left-mob@2x.png") 2x
            ),
            -webkit-image-set(url("../bg/cookie-bg-right-mob.png") 1x, url("../bg/cookie-bg-right-mob@2x.png")
                        2x);
        background-image: image-set(
                url("../bg/cookie-bg-left-mob.png") 1x,
                url("../bg/cookie-bg-left-mob@2x.png") 2x
            ),
            image-set(
                url("../bg/cookie-bg-right-mob.png") 1x,
                url("../bg/cookie-bg-right-mob@2x.png") 2x
            );
    }
    .cookie-banner__content {
        flex-direction: column;
        align-items: center;
        padding: 32px 24px;
        gap: 24px;
        max-width: 350px;
    }
    .home-page .download-fixed-btn {
        display: none;
    }
    .home-page .hero__title {
        font-weight: 500;
        font-size: 32px;
        max-width: 231px;
    }
}
@media screen and (max-width: 768px) {
    .container {
        padding-left: 24px;
        padding-right: 24px;
    }
    .footer__nav a {
        font-size: 14px;
    }
    .footer__info {
        font-size: 14px;
    }
    .footer__license {
        font-size: 12px;
    }
    .footer__phone {
        font-size: 12px;
        flex-direction: column;
        gap: 12px;
    }
    .footer__phone-number {
        font-size: 14px;
    }
    .footer__desc {
        font-size: 12px;
    }
    .advantages__header h2 {
        font-weight: 500;
        font-size: 24px;
        line-height: 100%;
        max-width: 272px;
    }
    .advantages__description {
        display: none;
    }
    .advantages__list {
        display: flex;
        flex-direction: column;
        gap: 24px;
        margin-top: 24px;
    }
    .advantages__item {
        position: sticky;
        padding: 22px 18px 17px 18px;
        width: 100%;
        margin-bottom: 0;
        transform: none;
        will-change: auto;
    }
    .advantages__item:hover {
        box-shadow: none;
        transform: none;
    }
    .advantages__item:last-child {
        margin-bottom: 0;
    }
    .advantages__item:nth-child(1) {
        top: 80px;
    }
    .advantages__item:nth-child(2) {
        top: 100px;
    }
    .advantages__item:nth-child(3) {
        top: 120px;
    }
    .advantages__item:nth-child(4) {
        top: 140px;
    }
    .advantages__item:nth-child(5) {
        top: 160px;
    }
    .advantages__item:nth-child(6) {
        top: 180px;
    }
    .advantages__item:nth-child(7) {
        top: 200px;
    }
    .advantages__item:nth-child(8) {
        top: 220px;
    }
    .accordion {
        padding: 12px;
    }
    .accordion__header {
        font-size: 16px;
    }
    .accordion__header h2 {
        padding-right: 20px;
    }
    .accordion__body {
        padding-top: 12px;
        font-weight: 400;
        font-size: 16px;
        line-height: 21px;
        padding-right: 20px;
    }
    .accordion__body .grid {
        flex-direction: column;
    }
    .accordion__video-row {
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }
    .accordion__video-row iframe {
        width: 100%;
        height: 100%;
        aspect-ratio: 271/153;
    }
    .accordion__list-style {
        margin-left: 20px;
    }

    .accordion__info {
        padding: 12px;
    }
    .accordion__info .accordion__header_info {
        font-size: 16px;
        line-height: 21px;
    }
    .accordion__info .accordion__header_info h2 {
        padding-right: 20px;
    }
    .accordion__info .accordion__body_info {
        padding-top: 12px;
        font-weight: 400;
        font-size: 16px;
        line-height: 2px;
        padding-right: 2px;
    }
    .accordion__info .accordion__video-row {
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }
    .accordion__info .accordion__video-row iframe {
        width: 100%;
        height: 100%;
        aspect-ratio: 271/153;
    }
    .accordion__info .accordion__list-style {
        margin-left: 20px;
    }

    .pagination-container {
        height: 5px;
    }
    .pagination-container .swiper-button-prev,
    .pagination-container .swiper-button-next {
        display: none;
    }
    .pagination-container .custom-pagination {
        gap: 8px;
    }

    .pagination-container .custom-pagination .swiper-pagination-bullet {
        width: 32px;
        height: 4px;
    }

    .pagination-container .custom-pagination .swiper-pagination-bullet svg {
        width: 32px;
    }
    .services-slider .swiper-wrapper {
        margin-top: 24px;
        margin-bottom: 25px;
    }
    .services-slider .swiper-slide.swiper-slide-prev {
        justify-content: end;
    }
    .services-slider .swiper-slide.swiper-slide-next {
        justify-content: start;
    }
    .services-slider
        .swiper-slide:not(.swiper-slide-active)
        .services-slider__card {
        transform: scale(0.9);
    }
    .services-slider__card {
        border: 1px solid var(--orange-color);
        width: 100%;
    }
    .services-slider__card:hover {
        transform: none;
        box-shadow: none;
    }
    .services-slider__image-container--image {
        width: 100%;
    }
    .services-slider__thumb-title {
        font-size: 24px;
    }
    .services-slider__content {
        height: 174px;
        margin-left: 15px;
        margin-right: 15px;
    }
    .services-slider__content--image {
        height: 37px;
        bottom: -1px;
    }
    .services-slider__title {
        line-height: 21px;
        padding-top: 7px;
        padding-bottom: 8px;
    }
    .services-slider__description li {
        font-weight: 400;
        font-size: 16px;
        line-height: 21px;
        margin-bottom: 8px;
    }
    .services-slider__description li img {
        margin-right: 6px;
        margin-top: 3px;
    }
    .services-slider__details--item {
        padding: 0px 17px 9px 17px;
        justify-content: center;
        gap: 0;
    }
    .services-slider__link-container {
        align-items: center;
    }
    .services-slider__button {
        display: flex;
        font-size: 16px;
        line-height: 21px;
    }
    .services-slider__link {
        text-decoration: none;
        font-weight: 500;
        font-size: 16px;
        line-height: 21px;
        text-align: center;
        padding-top: 12px;
    }
    .services-slider__link:hover {
        text-decoration: underline;
    }
    .services-slider__link--craft {
        display: none;
    }
    .services-slider__link--craft-mob {
        display: flex;
    }
    .services-slider__link--download {
        display: none;
    }
    .services-slider__qr-code {
        display: none;
    }
    .home-page .hero__container {
        padding-top: 77px;
    }
    .home-page .hero__subtitle {
        font-size: 16px;
        line-height: 21px;
        padding-bottom: 0;
    }
    .home-page .hero__subtitle span {
        font-size: 16px;
        line-height: 21px;
        padding-bottom: 0;
        padding-top: 0;
    }
    .home-page .hero__visual {
        padding-bottom: 20px;
    }
    .home-page .services {
        padding-top: 31px;
        padding-bottom: 33px;
    }
    .home-page .services .container {
        padding-left: 0;
        padding-right: 0;
    }
    .home-page .services__header {
        font-weight: 500;
        font-size: 24px;
        line-height: 99%;
        max-width: 272px;
    }
    .home-page .services__description {
        display: none;
    }
    .home-page .faq {
        padding-top: 31px;
        padding-bottom: 32px;
    }
    .home-page .faq__header {
        padding-bottom: 24px;
    }
    .home-page .faq__header h2 {
        font-weight: 500;
        font-size: 24px;
        line-height: 100%;
        max-width: 192px;
    }
    .home-page .additional-info {
        padding-top: 32px;
        padding-bottom: 20px;
    }
    .home-page .additional-info__header h2 {
        font-weight: 500;
        font-size: 18px;
        line-height: 100%;
    }
    .home-page .additional-info__header h2 {
        font-weight: 500;
        font-size: 18px;
        line-height: 100%;
    }
    .home-page .additional-info__content {
        padding-top: 24px;
    }
    .home-page .additional-info__link {
        font-family: "Kredo";
        font-weight: 400;
        font-size: 12px;
        line-height: 16px;
    }
    .home-page .additional-info__item:last-child {
        border-bottom: 1px dashed rgb(255, 122, 0);
    }
    .home-page .download-app {
        padding-top: 42px;
    }
    .home-page .download-app__header {
        padding-bottom: 24px;
    }
    .home-page .download-app__header h2 {
        font-weight: 500;
        font-size: 24px;
        line-height: 100%;
    }
    .home-page .download-app__description p {
        font-weight: 400;
        font-size: 16px;
        line-height: 21px;
    }
    .home-page .download-app__content-desc {
        display: none;
    }
    .home-page .download-app__content-mob {
        display: block;
    }
    .home-page .download-app__image--left-390 {
        display: block;
    }
    .home-page .download-app__image--right-390 {
        display: block;
    }
    .steps {
        padding: 32px 24px;
        background-color: transparent;
    }
    .steps.steps--slider .swiper-slide {
        padding: 0;
        background-color: transparent;
        box-shadow: none;
    }
    .steps.steps--slider .swiper {
        padding: 0;
    }
    .steps.steps--slider .container {
        box-shadow: none;
        background: transparent;
        border-radius: 0;
        padding: 0;
    }
    .steps.steps--slider .steps__content {
        box-shadow: none;
        background: #fff;
        border-radius: 8px;
        padding: 24px;
    }
    .steps .container {
        box-shadow: 0 2px 36px 0 rgba(243, 143, 18, 0.5);
        background: #fff;
        border-radius: 8px;
        padding: 24px;
    }
    .steps .video-card {
        margin: 0 auto;
        width: 100%;
    }
    .steps .steps__title {
        font-weight: 500;
        font-size: 24px;
        text-align: center;
        color: #fff;
        margin: 0 auto 19px;
        max-width: 240px;
    }
    .steps .steps__sub-title {
        display: none;
    }
    .steps .steps__content {
        flex-direction: column-reverse;
        gap: 22px;
        align-items: center;
    }
    .steps .steps__content-col:first-child {
        max-width: initial;
        max-height: none;
        overflow-y: visible;
    }
    .steps.steps--text-scroll .steps__content-col:first-child {
        max-height: 420px;
        overflow-y: auto;
        padding-right: 8px;
    }
    .steps.steps--text-scroll .content,
    .steps.steps--text-scroll .steps__content-mobile-text {
        max-height: 420px;
        overflow-y: auto;
        padding-right: 8px;
    }
    .steps.steps--text-no-scroll .steps__content-col:first-child,
    .steps.steps--text-no-scroll .content,
    .steps.steps--text-no-scroll .steps__content-mobile-text {
        max-height: none !important;
        overflow-y: visible !important;
    }
    .steps .steps__content-text {
        margin-bottom: 24px;
    }
    .steps .uploaded-block {
        display: none;
    }
    .steps .steps__content-mobile {
        display: block;
    }

    .steps__blue {
        padding: 32px 24px;
        background-color: transparent;
    }

    .steps__blue .steep__container {
        box-shadow: 0 2px 36px 0 rgba(243, 143, 18, 0.5);
        background: #fff;
        border-radius: 8px;
        padding: 24px;
    }

    .steps__blue .video-card {
        margin: 0 auto;
    }
    .steps__blue .steps__title {
        font-weight: 500;
        font-size: 24px;
        text-align: center;
        color: #fff;
        margin-bottom: 19px;
    }
    .steps__blue .steps__sub-title {
        display: none;
    }
    .steps__blue .steps__content {
        flex-direction: column-reverse;
        gap: 22px;
    }
    .steps__blue .steps__content-col:first-child {
        max-width: initial;
        max-height: none;
        overflow-y: visible;
    }
    .steps__blue.steps--text-scroll .steps__content-col:first-child {
        max-height: 420px;
        overflow-y: auto;
        padding-right: 8px;
    }
    .steps__blue.steps--text-scroll .content,
    .steps__blue.steps--text-scroll .steps__content-mobile-text {
        max-height: 420px;
        overflow-y: auto;
        padding-right: 8px;
    }
    .steps__blue.steps--text-no-scroll .steps__content-col:first-child,
    .steps__blue.steps--text-no-scroll .content,
    .steps__blue.steps--text-no-scroll .steps__content-mobile-text {
        max-height: none !important;
        overflow-y: visible !important;
    }
    .steps__blue .steps__content-text {
        margin-bottom: 24px;
    }
    .steps__blue .uploaded-block {
        display: none;
    }
    .steps__blue .steps__content-mobile {
        display: block;
    }
}
@media (max-height: 500px) and (orientation: landscape) {
    .home-page .download-fixed-btn {
        top: 40px;
    }
}
@media (max-width: 500px) {
    .advantages__item-description {
        max-width: 264px;
    }
}
@media (max-width: 389px) {
    .home-page {
        background-image: -webkit-image-set(
            url("../bg/right-2.png") 1x,
            url("../bg/right-2@2x.png") 2x
        );
        background-image: image-set(
            url("../bg/right-2.png") 1x,
            url("../bg/right-2@2x.png") 2x
        );
        background-position: right -95px top 460px;
    }
}
@media screen and (max-width: 389px) {
    .home-page .download-app__image--left-390 {
        display: none;
    }
    .home-page .download-app__image--right-390 {
        display: none;
    }
    .home-page .download-app__image--left-320 {
        display: block;
    }
    .home-page .download-app__image--right-320 {
        display: block;
    }
}
.hero-section {
    padding: 0 0 120px;
}
.hero-section .hero-section__row {
    display: flex;
    align-items: center;
    gap: 40px;
    border-bottom: 2px solid var(--orange-color);
}
.hero-section .hero-section__content {
    padding: 20px 0;
}
.hero-section .hero-section__mobile {
    display: none;
}
.hero-section .hero-section__img {
    margin-bottom: -4px;
    min-width: 42%;
    margin-top: auto;
}
.hero-section .video-card {
    padding: 20px 0;
}
.hero-section .hero-section__title {
    font-weight: 700;
    font-size: 56px;
    margin-bottom: 32px;
    line-height: 1;
}
.hero-section .hero-section__subtitle {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 50px;
    max-width: 480px;
}
.hero-section .hero-section__promo {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}
.hero-section .hero-section__promo .hero-section__qr {
    flex-shrink: 1;
    width: 112px;
    border-radius: 12px;
}
.hero-section .hero-section__promo .text {
    max-width: 210px;
    font-weight: 400;
    font-size: 16px;
}
.hero-section .hero-section__promo .text svg {
    display: block;
    margin-top: 20px;
    margin-left: 40px;
}
.hero-section .hero-section__actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-width: 152px;
}
.hero-section .hero-section__actions img {
    display: block;
    width: 152px;
    height: 50px;
}
.hero-section .store-btn:hover {
    transform: scale(1.05);
}
.hero-section .hero-section__btn {
    display: none;
    width: 146px;
    background-color: var(--orange-color);
    color: var(--main-text-color);
    box-shadow: var(--orange-shadow);
    padding: 8px 28px;
    margin-top: 12px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    transition: background 0.3s, box-shadow 0.3s, transform 0.3s;
}
.hero-section .hero-section__btn:hover {
    color: var(--main-text-color);
    background: var(--button-gradient);
    box-shadow: 0 8px 24px rgba(247, 144, 25, 0.3);
    transform: translateY(-4px) scale(1.05);
}

/* =========================
   Base content styles
   ========================= */

.content {
    font-size: 14px;
    line-height: 1.6;
    color: #1f2937;
}

/* =========================
   Headings
   ========================= */

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
    font-weight: 600;
    line-height: 1.3;
    margin: 20px 0;
    color: #111827;
}

.content h1 {
    font-size: 56px;
}
.content h2 {
    font-size: 36px;
}
.content h3 {
    font-size: 24px;
}
.content h4 {
    font-size: 20px;
}
.content h5 {
    font-size: 18px;
}
.content h6 {
    font-size: 16px;
}

/* =========================
   Text & inline formatting
   ========================= */

.content p {
    margin: 0 0 1em;
}

.content strong {
    font-weight: 600;
}

.content em {
    font-style: italic;
}

.content u {
    text-decoration: underline;
}

.content s {
    text-decoration: line-through;
}

.content code {
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    font-size: 0.9em;
    padding: 2px 6px;
    background-color: #f3f4f6;
    border-radius: 4px;
}

/* =========================
   Links
   ========================= */

.content a {
    color: #2563eb;
    text-decoration: underline;
    transition: color 0.2s ease;
}

.content a:hover {
    color: #1d4ed8;
}

/* =========================
   Text alignment
   ========================= */

.content [style*="text-align:left"] {
    text-align: left;
}
.content [style*="text-align:center"] {
    text-align: center;
}
.content [style*="text-align:right"] {
    text-align: right;
}
.content [style*="text-align:justify"] {
    text-align: justify;
}

/* =========================
   Lists
   ========================= */

.content ul,
.content ol {
    margin: 0 0 1em 1.25em;
    padding: 0;
}

.content ul {
    list-style: disc;
}

.content ol {
    list-style: decimal;
}

.content li {
    margin: 0.4em 0;
}

.content li ul,
.content li ol {
    margin-top: 0.5em;
}

/* =========================
   Blockquote
   ========================= */

.content blockquote {
    margin: 1.5em 0;
    padding: 1em 1.25em;
    border-left: 4px solid #e5e7eb;
    background-color: #f9fafb;
}

.content blockquote p {
    margin: 0;
    color: #374151;
}

/* =========================
   Horizontal rule
   ========================= */

.content hr {
    border: none;
    border-top: 1px solid #e5e7eb;
    margin: 2em 0;
}

/* =========================
   Code block
   ========================= */

.content pre {
    margin: 1.5em 0;
    padding: 1em 1.25em;
    background-color: #111827;
    border-radius: 8px;
    overflow-x: auto;
}

.content pre code {
    display: block;
    padding: 0;
    background: none;
    color: #e5e7eb;
    font-size: 13px;
    line-height: 1.5;
}

/* =========================
   Images
   ========================= */

.content figure {
    margin: 1.5em 0;
}

.content img {
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
}

.content figcaption {
    margin-top: 0.5em;
    font-size: 12px;
    color: #6b7280;
    text-align: center;
}

/* =========================
   Video (YouTube / Vimeo)
   ========================= */

.content [data-youtube-video] {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border-radius: 8px;
    margin: 1.5em 0;
}

.content [data-youtube-video] iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

@media screen and (max-width: 1024px) {
    .hero-section .hero-section__btn {
        display: inline-block;
    }
    .hero-section {
        padding: 80px 0 20px;
        text-align: center;
    }
    .hero-section .hero-section__row {
        flex-direction: column-reverse;
        gap: 0;
    }
    .hero-section .hero-section__content {
        padding: 0;
    }
    .hero-section .hero-section__row {
        margin: 0 -24px;
        padding: 0 24px;
    }
    .hero-section .hero-section__mobile {
        display: block;
        margin-top: 24px;
        font-weight: 400;
        font-size: 16px;
        line-height: 131%;
    }
    .hero-section .hero-section__img {
        min-width: initial;
    }
    .hero-section .hero-section__title {
        font-weight: 500;
        font-size: 32px;
    }
    .hero-section .hero-section__subtitle {
        font-weight: 400;
        font-size: 16px;
        line-height: 131%;
        margin: 0 auto 10px;
        max-width: 270px;
    }
    .hero-section .hero-section__promo {
        display: none;
    }
}
