@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    border: none;
    outline: none;
    color: #fff;
}

:root {
    --bg-color: #141E2A;
    --blue: #00587E;
}


/* Эффект плавного появления */

.animate-on-scroll {
    opacity: 0;
    transform: translateY(50px);
    transition: all 1.2s ease-out;
    filter: blur(10px);
}

.animated {
    opacity: 1 !important;
    transform: translateY(0) !important;
    filter: blur(0) !important;
}

.cms-bot__text ul {
    padding-left: 20px
}

.cms-bot__text ul li {
    list-style: disc;
}


/* Разные направления появления */

.fade-left {
    transform: translateX(-50px);
}

.fade-right {
    transform: translateX(50px);
}

.fade-up {
    transform: translateY(50px);
}

.fade-down {
    transform: translateY(-50px);
}

.scale-in {
    transform: scale(0.8);
}

.animated.fade-left,
.animated.fade-right,
.animated.fade-up,
.animated.fade-down,
.animated.scale-in {
    transform: translateX(0) translateY(0) scale(1);
}

body {
    width: 100%;
    background: var(--bg-color);
    font-family: "Montserrat", sans-serif;
}

.wrapper {
    width: 100%;
    max-width: 1460px;
    margin: 0 auto;
    padding: 0 65px;
}

header {
    padding: 30px 0;
}


/* Бургер-меню */

.burger {
    display: none;
    flex-direction: column;
    gap: 6px;
    cursor: pointer;
    z-index: 1100;
}

.burger span {
    display: block;
    width: 30px;
    height: 4px;
    background: white;
    border-radius: 3px;
    transition: 0.3s;
}


/* Затемняющий фон */

.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 900;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.logo {
    min-width: 88px;
    min-height: 88px;
    width: 100%;
    max-width: 193px;
    max-height: 88px;
}

.logo img {
    width: 100%;
    height: 100%;
    min-width: 88px;
    min-height: 88px;
    max-width: 193px;
    max-height: 88px;
}

header nav {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

header nav a {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
    text-transform: uppercase;
    transition: color .3s ease-in-out;
}

header nav a:hover {
    color: #00587E;
    transition: color .3s ease-in-out;
}

.binance-widget-marquee {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.binance-widget__footer {
    display: none !important;
}

.main {
    padding: 65px 0;
}

.main_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.main_title {
    display: flex;
    flex-direction: column;
    max-width: 650px;
}

.text_by {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #FFFFFF;
    margin-bottom: 15px;
}

.color_blue {
    color: var(--blue);
}

h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 61px;
    color: #FFFFFF;
}

.main_title p {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #FFFFFF;
}

.main_title hr {
    width: 47px;
    height: 0px;
    border-bottom: 2px solid #FFFFFF;
    margin: 30px 0;
}

.main_img {
    position: relative;
    width: 770px;
    height: 516px;
    right: -40px;
}

#sfera {
    padding: 64px 0 100px;
}

.container {
    width: 100%;
    max-width: 1460px;
    margin: 0 auto;
    padding: 0 90px;
}

h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 49px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}

.sfera {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin-top: 123px;
}

.sfera_box {
    position: relative;
    width: 100%;
    max-width: 371px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 30px;
    padding: 68px 26px 26px;
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.sfera_box img {
    width: 106px;
    height: 106px;
    opacity: 0.4;
    position: absolute;
    top: -53px;
}

h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 39px;
    text-align: center;
    color: #FFFFFF;
}

.sfera_box p {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    margin-top: 7px;
}

#indicators {
    padding: 83px 0 144px;
    position: relative;
    overflow: hidden;
}

#indicators::before {
    content: ' ';
    display: block;
    background-image: url(../img/ind.png);
    background-size: 636px 581px;
    width: 636px;
    height: 581px;
    position: absolute;
    left: -318px;
    bottom: 30px;
}

#indicators::after {
    content: ' ';
    display: block;
    background-image: url(../img/ind.png);
    background-size: 636px 581px;
    width: 636px;
    height: 581px;
    position: absolute;
    right: -290px;
    bottom: 450px;
    z-index: -1;
}

.indicators_info {
    width: 100%;
    background: #1B2531;
    border-radius: 30px;
    padding: 43px 20px 40px;
    display: flex;
    gap: 38px;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    text-align: center;
    color: #FFFFFF;
}

.indicators_info p {
    max-width: 1002px;
    font-style: normal;
    font-weight: 300;
    font-size: 32px;
    line-height: 39px;
    text-align: center;
    color: #FFFFFF;
}

.indicators {
    margin-top: 120px;
}

.indicators_flex {
    margin-top: 60px;
    display: flex;
    justify-content: center;
    gap: 60px;
}

.indicators_box {
    max-width: 225px;
    display: flex;
    align-items: center;
    text-align: center;
    flex-direction: column;
}

.indicators_box span {
    font-style: normal;
    font-weight: 700;
    font-size: 75px;
    text-align: center;
    color: #FFFFFF;
}

.indicators_box p {
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
}

.bitcoin_info {
    width: 100%;
    max-width: 756px;
    margin: 0 auto;
    margin-top: 46px;
}

#faq {
    padding: 46px 0;
}

.title_faq {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 49px;
    text-align: center;
    color: #00587E;
    margin-bottom: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.faq {
    margin: 66px 0 72px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    max-width: 1205px;
}

.accordion-item {
    width: 100%;
    cursor: pointer;
    border-radius: 40px;
    background-color: #293440;
}

#programs {
    padding-top: 40px;
}

#programs h2 {
    margin-bottom: 40px;
}

#programs .accordion {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.accordion-header {
    background-color: #1B2531;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background 0.3s;
    border-radius: 40px;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    padding: 20px 30px 20px 32px;
    color: #FFFFFF;
}


/* .accordion-header:hover {
    background-color: #293440;
} */

.icon {
    font-style: normal;
    font-weight: 500;
    font-size: 64px;
    line-height: 78px;
    text-align: center;
    color: #FFFFFF;
    transition: transform 0.3s ease;
}

.accordion-content {
    padding: 32px;
    display: none;
    overflow: hidden;
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
}

.accordion-content a {
    text-decoration: underline;
}

.faq_support {
    width: 100%;
    max-width: 616px;
    margin: 0 auto;
    margin-top: 72px;
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 32px;
}

.faq_support p {
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
}

.faq_support a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 276px;
    height: 68px;
    background: linear-gradient(90deg, #1B2531 0%, #3D4A56 100%);
    border-radius: 40px;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    color: #FFFFFF;
}

footer {
    padding: 35px 0 37px;
    position: relative;
}

.footer_box img {
    width: 77px;
    height: 77px;
}

h5 {
    text-transform: uppercase;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    color: #FFFFFF;
}

.footer_link {
    margin: 32px 0 63px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

.footer_box {
    display: flex;
    align-items: center;
    gap: 14px;
}

.footer_box span {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
}

.footer .footer_text {
    font-style: normal;
    font-weight: 200;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    max-width: 620px;
    margin: 0 auto;
}

.footer_tel {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 8px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
}

.footer_tel:hover {
    text-decoration: underline;
}

.after {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.after svg {
    width: auto;
    height: 52px;
}

.firmware {
    padding: 60px 0;
}

.firmware-section {
    position: relative;
    z-index: 1
}

.firmware-section .container {
    padding: 0 70px
}

.firmware-section .title {
    font-size: 64px;
    font-weight: 500;
    line-height: 64px;
    margin-bottom: 24px;
    letter-spacing: -1.6px;
    text-align: center
}

.firmware-section .firmware-head {
    display: grid;
    gap: 2%;
    grid-template-columns: 19% 36% 17% 21%;
    justify-items: center;
    padding: 20px 30px
}

.firmware-section .select-wrapper {
    align-items: center;
    display: flex;
    gap: 10px;
    width: 100%
}

.firmware-section .select-primary {
    position: relative;
    flex-grow: 1
}

#firmware-type,
#select-dropdown-types,
#firmware-method,
#select-dropdown-methods {
    text-transform: uppercase !important;
}

.firmware-section .select-head {
    align-items: center;
    border: 2px solid var(--selectionTextColor);
    border-radius: 10px;
    cursor: pointer;
    display: flex;
    font-size: 18px;
    font-weight: 500;
    height: 40px;
    justify-content: space-between;
    text-overflow: ellipsis;
    white-space: nowrap
}

.firmware-section .select-value {
    color: var(--selectionTextColor);
    display: inline-block;
    overflow: hidden;
    padding-left: 2px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.firmware-section .select-head:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='23' fill='none' viewBox='0 0 24 23'%3E%3Cpath fill='%236C7684' d='M16.827 9.14a.935.935 0 0 0-1.319 0l-3.355 3.309-3.31-3.31a.935.935 0 1 0-1.317 1.328l3.963 3.963a.933.933 0 0 0 1.327 0l4.01-3.963a.936.936 0 0 0 0-1.328'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 24px;
    min-width: 24px;
    width: 24px
}

.firmware-section .title_large {
    margin: 0
}

.firmware-section .select-dropdown,
.firmware-section .select-head {
    background-color: #1B2531;
    overflow: hidden;
    border: 1px solid #FFFFFF
}

.firmware-section .select-dropdown {
    border: 1px solid #FFFFFF;
    border-radius: 10px;
    display: none;
    flex-direction: column;
    left: 0;
    position: absolute;
    top: 44px;
    width: auto;
    z-index: 1;
    width: 100%;
    max-height: 400px;
    overflow-y: auto;
}

.firmware-section .select-dropdown.hider .select-dropdown__item {
    display: none
}

.firmware-section .select-dropdown.hider .select-dropdown__item.show {
    display: block
}

.firmware-section .select-dropdown__item {
    border-bottom: 1px solid var(--color-stroke);
    color: var(--color-text-primary);
    cursor: pointer;
    font-size: 18px;
    font-weight: 500;
    overflow: hidden;
    padding: 5px 10px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.firmware-section .select-dropdown .select-dropdown__item:last-child {
    border-bottom: none
}

.firmware-section .select-scroll {
    max-height: 360px;
    overflow: hidden
}

.firmware-section .select-label {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 27px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
}

.firmware-section .select-value {
    color: var(--color-text-primary);
    display: inline-block;
    overflow: hidden;
    padding-left: 10px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.firmware-section .firmware-container {
    border-radius: 20px;
    width: 100%;
    padding: 12px;
    background-color: #293440;
    border: 1px solid #373d48;
    margin-top: 40px;
}

.firmware-section hr {
    background-color: #fff!important;
    border: 0;
    height: 1px;
    margin-bottom: 20px!important;
    width: 100%;
    opacity: 1
}

.firmware-section .firmware-inner {
    align-items: center;
    background-color: #1B2531;
    border-radius: 20px;
    display: flex;
    gap: 40px;
    padding: 30px
}

.firmware-section .firmware-info {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%
}

.firmware-section .title_large {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 44px;
    color: #FFFFFF;
}

.firmware-section .color_primary {
    color: #00587E !important;
    margin-top: 5px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 44px;
}

.firmware-section .color_primary span {
    color: #00587E !important;
}

.firmware-section .firmware-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 16px
}

.firmware-section .firmware-item {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 272px;
    width: 100%
}

.firmware-section .button {
    align-items: center;
    border: 1px solid transparent;
    font-family: 'Montserrat';
    cursor: pointer;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    gap: 8px;
    height: 55px;
    justify-content: center;
    line-height: 20px;
    padding: 12px 24px;
    text-decoration: none;
    transition: .26s ease-out;
    white-space: nowrap;
    background-color: #00587E;
    border-radius: 30px;
}

.firmware-section .button svg {
    min-width: 25px
}

.firmware-section .button.blue-button {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    text-decoration: none
}

.firmware-section .select-dropdown.hider .select-dropdown__item.show[data-select=selected] {
    color: var(--blue);
    background-color: #4b4b4b
}

.firmware-image {
    min-width: 335px;
    max-width: 335px;
}

.firmware-image img {
    width: 100%;
    height: 100%;
}

@media (max-width: 1199px) {
    .firmware-section .firmware-head {
        grid-template-columns: 1fr 1fr;
        justify-items: flex-start
    }
    .firmware-section .select-wrapper {
        display: grid;
        grid-template-columns: 84px 1fr;
        width: 100%;
        margin-bottom: 7px
    }
    .firmware-section .select-label {
        font-size: 20px
    }
    .firmware-section .select-dropdown {
        width: 100%
    }
}

@media (max-width: 1023px) {
    .firmware-section .container {
        padding: 0 60px
    }
}

@media (max-width: 767px) {
    .firmware-section .container {
        padding: 0 5px
    }
    .firmware-section .title {
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 14px
    }
    .firmware-section .firmware-head {
        flex-direction: column;
        padding: 10px;
        grid-template-columns: 1fr
    }
    .firmware-section .select-primary {
        width: 100%
    }
    .firmware-section .firmware-image {
        display: none
    }
    .firmware-section .firmware-flex {
        justify-content: center
    }
    .firmware-section .firmware-item,
    .firmware-section .firmware-item .button {
        max-width: none;
        width: 100%
    }
    .firmware-section .title_large {
        font-size: 24px;
        line-height: normal;
    }
    .firmware-section .color_primary {
        font-size: 24px;
        line-height: normal;
    }
}

@media (max-width: 374px) {
    .firmware-section .select-head {
        font-size: 16px
    }
    .firmware-section .select-wrapper {
        grid-template-columns: 65px 1fr;
        gap: 10px
    }
    .firmware-section .select-label {
        font-size: 18px
    }
    .firmware-section .select-dropdown__item {
        font-size: 14px;
        padding: 8px
    }
    .firmware-section .title_large {
        font-size: 28px;
        line-height: 32px
    }
}

@media (hover: hover) {
    .firmware-svg:hover .firmware-hover {
        fill: var(--color-primary);
        filter: blur(2px)
    }
}

@keyframes routate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.price,
.rep {
    padding: 60px 0;
}

.price_content,
.rep_content {
    margin-top: 20px;
}

.price_content h3 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    font-size: 22px;
    line-height: 29px;
    text-align: center;
    color: #FFFFFF;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.price_box {
    display: flex;
    align-items: center;
    background: #293440;
    border-radius: 40px;
    padding: 16px 16px 16px 30px;
    width: 32.4%;
    gap: 24px;
    cursor: pointer;
    justify-content: space-between;
    transition: background .3s ease-in-out;
}

.price_box:hover .price_product {
    background: #00587E;
    transition: background .3s ease-in-out;
}

.title_product {
    display: flex;
    flex-direction: column;
    align-items: start;
    text-align: start;
    gap: 6px;
}

.title_product h4 {
    text-align: start;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
}

.title_product p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
}

.price_product {
    padding: 13px;
    background: #1B2531;
    border-radius: 40px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 27px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    transition: background .3s ease-in-out;
}

.price_flex,
.rep_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px 17px;
    align-items: start;
    width: 100%;
}

.rep_product {
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 4px;
    background: #293440;
    border-radius: 40px;
    padding: 17px;
    width: 100%;
    transition: background .3s ease-in;
}

.rep_box {
    width: 100%;
    max-width: 32%;
    background: #1B2531;
    border-radius: 40px;
    display: flex;
    flex-direction: column;
    gap: 0;
    cursor: pointer;
    transition: background .3s ease-in;
}

.rep_product h4 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 23px;
    line-height: 28px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
}

.rep_product p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
}

.rep_content {
    padding: 20px 20px;
    margin-top: 0;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
}

.rep_box:hover .rep_product {
    background: #00587E;
    transition: background .3s ease-in;
}

.rep_container {
    margin-top: 40px;
}

.firmware_page_text {
    width: 100%;
    height: auto;
    background: #1B2531;
    border-radius: 30px;
    padding: 30px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    font-size: 23px;
    line-height: 28px;
    text-align: center;
    color: #FFFFFF;
    margin: 40px 0;
}

.firmware_information {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 40px;
    margin-top: 40px;
}

.firmware_information .faq {
    width: 65%;
    margin: 0;
}

.firmware_information .faq h2 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    color: #FFFFFF;
}

.utilities {
    width: 35%;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.utilities h3 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    color: #FFFFFF;
}

.utilities_box {
    width: 100%;
    background: #293440;
    border-radius: 40px;
    padding: 8px 12px 8px 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    transition: all .3s ease-in-out;
}

.utilities_box h4 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
}

.utilities_box:hover .download_span {
    border: 1px solid #00587E;
    background: #00587E;
    transition: all .3s ease-in-out;
}

.download_span {
    height: 28px;
    width: 100%;
    max-width: 135px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    border: 1px solid #FFFFFF;
    /* background: #00587E; */
    border-radius: 40px;
    transition: all .3s ease-in-out;
}

.download_span img {
    width: 25px;
    height: auto;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-toggle {
    background: none;
    border: none;
    color: inherit;
    font: inherit;
    cursor: pointer;
    padding: 10px 15px;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 5px;
}

.dropdown-toggle {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
    text-transform: uppercase;
    transition: color .3s ease-in-out;
    display: flex;
    align-items: center;
    gap: 10px;
}

.dropdown-toggle:hover {
    color: #00587E;
    transition: color .3s ease-in-out;
}

.dropdown-toggle .dropdown-arrow {
    display: flex;
    align-items: center;
}

.dropdown-toggle .dropdown-arrow svg path {
    transition: stroke .3s ease-in-out;
}

.dropdown-toggle:hover .dropdown-arrow svg path {
    stroke: #00587E;
    transition: stroke .3s ease-in-out;
}

.dropdown-menu {
    display: none;
    position: absolute;
    min-width: 200px;
    z-index: 100;
    overflow: hidden;
    background: #293440;
    border-radius: 0 0 20px 20px;
    border-top: 8px solid #1B2531
}

.dropdown-menu a {
    width: 100%;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    text-transform: uppercase;
    transition: color .3s ease-in-out;
    padding: 6px 12px;
    display: flex;
    border-bottom: 1px solid #fff;
}

.dropdown-menu a:last-child {
    border: none;
}

.dropdown-menu a:hover {
    color: #00587E;
    transition: color .3s ease-in-out;
}

.dropdown.active .dropdown-menu {
    display: block;
}

.dropdown-arrow {
    transition: transform 0.2s;
}

.dropdown.active .dropdown-arrow {
    transform: rotate(180deg);
}

@media (max-width:1450px) {
    header nav {
        gap: 20px;
    }
    .wrapper,
    .container {
        padding: 0 45px;
    }
}

@media (max-width:1410px) {
    .main_img {
        width: 520px;
        height: unset;
    }
    .sfera {
        gap: 20px;
    }
}

@media (max-width: 1304px) {
    .price_box,
    .rep_box {
        width: 45%;
    }
    .rep_box {
        max-width: unset;
    }
}

@media (max-width:1280px) {
    h1 {
        font-size: 39px;
        line-height: 48px;
    }
    .main_title p {
        font-size: 22px;
        line-height: 27px;
    }
    .main_title {
        max-width: 600px;
    }
    .text_by {
        font-size: 22px;
        line-height: 23px;
    }
    h2 {
        font-size: 34px;
        line-height: 42px;
    }
    h4 {
        font-size: 26px;
        line-height: 33px;
    }
    .sfera_box p {
        font-size: 18px;
        line-height: 22px;
    }
    h3 {
        font-size: 30px;
        line-height: 38px;
    }
    .indicators_info p {
        font-size: 22px;
        line-height: 30px;
    }
    .indicators_info {
        gap: 28px;
    }
    .accordion-header {
        font-size: 22px;
        padding: 18px 16px 18px 30px;
    }
    header {
        padding: 26px 0;
    }
    .sfera {
        flex-wrap: wrap;
        justify-content: center;
        gap: 70px 20px;
    }
}

@media (max-width:1140px) {
    .main_content {
        flex-wrap: wrap;
    }
    .main_title {
        width: 100%;
        max-width: unset;
    }
    .main_img {
        margin: 0 auto;
        right: 0;
    }
    .main {
        padding: 45px 0 0;
    }
    #indicators {
        padding: 0 0 80px;
    }
    .indicators_flex {
        flex-wrap: wrap;
        gap: 40px;
    }
    header nav a {
        font-size: 18px;
    }
}

@media (max-width: 1040px) {
    .price_box,
    .rep_box {
        width: 48%;
    }
    .burger {
        display: flex;
    }
    .nav {
        position: fixed;
        top: 0;
        right: 0;
        height: 100%;
        width: 50%;
        /* Меню теперь занимает 70% ширины экрана */
        background: #1B2531;
        /* Градиентный фон */
        display: flex;
        flex-direction: column;
        align-items: start;
        gap: 15px;
        padding: 140px 40px 50px 40px;
        transform: translateX(100%);
        transition: transform 0.4s cubic-bezier(0.45, 0.05, 0.55, 0.95);
        /* Плавная анимация */
        z-index: 1000;
        box-shadow: -10px 0 15px rgba(0, 0, 0, 0.3);
        /* Акцентная линия слева */
    }
    /* Элементы ссылок в меню */
    .nav a {
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
        text-align: center;
        color: #FFFFFF;
        background: #141E2A;
        border-radius: 40px;
        width: 100%;
        padding: 10px 0;
    }
    /* Эффект наведения на ссылки */
    .nav a:hover {
        background: #25607D;
    }
    .nav .dropdown-toggle:hover {
        background: #25607D;
        color: #fff;
    }
    .dropdown-menu {
        width: 100%;
        position: relative;
        background: #236F91;
    }
    .dropdown-toggle .dropdown-arrow svg path {
        transition: stroke .3s ease-in-out;
    }
    .dropdown-toggle:hover .dropdown-arrow svg path {
        stroke: #fff;
        transition: stroke .3s ease-in-out;
    }
    .dropdown {
        width: 100%;
    }
    .nav .dropdown-toggle {
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
        text-align: center;
        color: #FFFFFF;
        position: relative;
        z-index: 999;
        background: #141E2A;
        border-radius: 40px;
        width: 100%;
        padding: 10px 0;
        justify-content: center;
    }
    .dropdown-menu a {
        background: none;
        border-bottom: 1px solid #fff;
        border-radius: 0 !important;
        text-align: center;
        justify-content: center;
        width: 90%;
        margin: 0 auto;
    }
    .dropdown-menu a:hover {
        background: none;
        color: #fff;
    }
    .dropdown-menu {
        border-top: unset;
        padding-top: 20px;
        margin-top: -20px;
    }
    /* Стили для активного состояния */
    .nav.active {
        transform: translateX(0);
        /* Открытое меню */
    }
    /* Стили для бургера */
    .burger span {
        display: block;
        width: 30px;
        height: 4px;
        background: white;
        border-radius: 3px;
        transition: 0.3s ease;
    }
    /* Анимация для бургера при открытии меню */
    .burger.active span:nth-child(1) {
        transform: translateY(10px) rotate(45deg);
    }
    .burger.active span:nth-child(2) {
        opacity: 0;
    }
    .burger.active span:nth-child(3) {
        transform: translateY(-10px) rotate(-45deg);
    }
    /* Затемнение фона */
    .overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.6);
        z-index: 900;
        opacity: 0;
        transition: opacity 0.3s ease-in-out;
    }
    /* Когда меню активно */
    .overlay.active {
        display: block;
        opacity: 1;
    }
    /* От 1040px до 778px - 80% ширины */
    @media (min-width: 778px) {
        .nav {
            width: 80%;
        }
    }
    /* До 778px - 100% ширины */
    /* Анимация открытия меню */
    .nav.active {
        transform: translateX(0);
    }
    .overlay.active {
        display: block;
        opacity: 1;
    }
    /* Анимация бургера */
    .burger.active span:nth-child(1) {
        transform: translateY(10px) rotate(45deg);
    }
    .burger.active span:nth-child(2) {
        opacity: 0;
    }
    .burger.active span:nth-child(3) {
        transform: translateY(-10px) rotate(-45deg);
    }
    .firmware_information .accordion-header {
        padding: 4px 16px 4px 30px;
    }
    .utilities {
        gap: 10px;
    }
    .firmware_information .faq {
        gap: 10px;
    }
    .firmware_information .faq .accordion-content {
        font-size: 16px;
    }
    .icon {
        font-size: 44px;
    }
    .firmware_page_text {
        font-size: 18px;
        line-height: 22px;
        padding: 20px 10px;
        margin: 20px 0;
    }
    .firmware {
        padding: 40px 0;
    }
}

@media (max-width: 970px) {
    .firmware_information {
        flex-direction: column;
        align-items: center;
    }
    .firmware_information .faq {
        width: 100%;
    }
    .utilities {
        width: 100%;
        max-width: 500px;
    }
    .firmware-image {
        min-width: 270px;
        max-width: 270px;
    }
    .firmware-section .title_large {
        font-size: 28px;
        line-height: normal;
    }
    .firmware-section .color_primary {
        font-size: 28px;
        line-height: normal;
    }
}

@media (max-width: 830px) {
    .bit_inf {
        display: flex;
        width: 100% !important;
    }
    .price_box {
        width: 80%;
    }
}

@media (max-width: 778px) {
    .logo {
        min-height: 57px;
    }
    .logo img {
        min-width: 57px;
        min-height: 57px;
        max-width: 129px;
        max-height: 57px;
    }
    .nav {
        width: 100%;
    }
    header {
        padding: 10px 0;
    }
    .wrapper,
    .container {
        padding: 0 26px;
    }
    h1 {
        font-size: 26.5px;
        line-height: 32px;
        color: #FFFFFF;
    }
    .text_by {
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 12px;
    }
    .main_title hr {
        margin: 21px 0;
    }
    .main_title p {
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 17px;
        color: #FFFFFF;
    }
}

@media (max-width: 670px) {
    .rep_product h4 {
        font-size: 16px;
    }
    .rep_product {
        gap: 3px;
    }
    .rep_product p {
        font-size: 16px;
    }
    .title_product h4 {
        font-size: 16px;
        line-height: normal;
    }
    .title_product p {
        font-size: 14px;
        line-height: normal;
    }
    .price_box,
    .rep_box {
        width: 100%;
    }
    .rep_content {
        font-size: 16px;
    }
    .main_img {
        width: 100%;
    }
    .sfera_box {
        width: 100%;
        padding: 40px 30px 12px 30px;
    }
    .sfera_box img {
        width: 48px;
        height: 48px;
        top: -26px;
    }
    h2 {
        font-style: normal;
        font-weight: 700;
        font-size: 20px;
        line-height: 20px;
        text-align: center;
        color: #FFFFFF;
    }
    h4 {
        font-weight: 700;
        font-size: 15px;
        line-height: 18px;
        text-align: center;
        color: #FFFFFF;
    }
    h4 br {
        display: none;
    }
    .sfera_box p {
        font-weight: 500;
        font-size: 14px;
        line-height: 17px;
        text-align: center;
        color: #FFFFFF;
    }
    .sfera {
        margin-top: 50px;
        gap: 50px;
    }
    h3 {
        font-style: normal;
        font-weight: 700;
        font-size: 22px;
        line-height: 27px;
        text-align: center;
        color: #FFFFFF;
    }
    .indicators_info {
        gap: 13px;
    }
    .indicators_info p {
        font-style: normal;
        font-weight: 300;
        font-size: 14px;
        line-height: 17px;
        text-align: center;
        color: #FFFFFF;
    }
    .indicators_box p {
        max-width: 96px;
        text-align: center;
        font-size: 12px;
        line-height: normal;
    }
    .indicators_box span {
        font-style: normal;
        font-weight: 700;
        font-size: 36px;
        line-height: 44px;
        text-align: center;
        color: #FFFFFF;
    }
    #indicators::before {
        width: 248.52px;
        height: 227px;
        left: -120px;
        bottom: 0;
        background-size: 100%;
    }
    #indicators::after {
        width: 197.4px;
        height: 180px;
        background-size: 100%;
        right: -90px;
        bottom: 690px;
    }
    .indicators_flex {
        margin-top: 30px;
    }
    .indicators {
        margin-top: 80px;
    }
    .footer_link {
        flex-wrap: wrap;
        justify-content: center;
    }
    .accordion-header {
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 17px;
        /* or 94% */
        color: #FFFFFF;
        padding: 12px 26px;
    }
    .icon {
        font-size: 32px;
        margin-left: 16px;
        line-height: normal;
    }
    .faq_support p {
        font-size: 13px;
        line-height: normal;
    }
    .faq_support a {
        width: 110px;
        height: 35px;
        font-size: 13px;
    }
    .faq_support {
        gap: 13px;
    }
    h5 {
        font-size: 22px;
    }
    .footer_box {
        gap: 8px;
    }
    .footer_box img {
        width: 28px;
        height: 28px;
    }
    .footer_box span {
        font-size: 11px;
    }
    .footer_link {
        gap: 10px;
        margin-bottom: 30px;
    }
    .footer .footer_text {
        font-size: 13px;
        max-width: 243px;
        text-align: center;
        line-height: normal;
        margin: 0 auto;
    }
    .footer_tel {
        font-size: 16px;
        line-height: 18px;
    }
    .after {
        margin: 0 auto;
    }
    .after svg {
        width: auto;
        height: 37px;
    }
    .accordion-content {
        font-size: 15px;
        line-height: 18px;
        padding: 20px 22px 10px;
    }
    #faq {
        padding: 24px 0;
    }
    .faq {
        margin: 30px 0 50px;
    }
}


/* ====== Single Post (Blog) ====== */

.post_page {
    margin: 40px 0;
}

.post * {
    list-style: unset;
}

.post .wrapper {
    margin: 0 auto;
}


/* Карточка статьи */

.post__article {
    background: #0f1117;
    /* темный фон карточки (можешь поменять) */
    border-radius: 24px;
    padding: 40px 32px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.45);
    color: #f3f4f6;
}


/* Шапка статьи */

.post__header {
    margin-bottom: 32px;
}

.post__label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 11px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    background: rgba(37, 99, 235, 0.12);
    /* синий акцент (можно заменить на брендовый) */
    color: #60a5fa;
    margin-bottom: 10px;
}

.post__title {
    font-size: clamp(28px, 3vw, 34px);
    line-height: 1.2;
    font-weight: 700;
    margin: 0 0 12px;
    color: #f9fafb;
}


/* Метаданные (дата, категория) */

.post__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    color: #9ca3af;
}

.post__meta time {
    position: relative;
    padding-left: 18px;
}

.post__meta time::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #10b981;
    /* зелёный индикатор даты */
    transform: translateY(-50%);
}

.post__cats {
    padding: 3px 9px;
    border-radius: 999px;
    background: rgba(148, 163, 184, 0.16);
    color: #e5e7eb;
}


/* Основной текст статьи */

.post__content {
    font-size: 16px;
    line-height: 1.7;
    color: #e5e7eb;
}


/* Базовые отступы */

.post__content>*:first-child {
    margin-top: 0;
}

.post__content>*:last-child {
    margin-bottom: 0;
}

.post__content p {
    margin: 0 0 1.1em;
}


/* Заголовки внутри статьи */

.post__content h2,
.post__content h3,
.post__content h4,
.post__content h5,
.post__content h6 {
    font-weight: 600;
    line-height: 1.3;
    margin: 2em 0 0.75em;
    color: #f9fafb;
}

.post__content h2 {
    font-size: 22px;
}

.post__content h3 {
    font-size: 19px;
}

.post__content h4 {
    font-size: 17px;
}

.post__thumb {
    display: none;
}


/* Ссылки */

.post__content a {
    color: #60a5fa;
    text-decoration: none;
    border-bottom: 1px solid rgba(96, 165, 250, 0.4);
    transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

.post__content a:hover {
    color: #bfdbfe;
    border-color: rgba(191, 219, 254, 0.8);
    background-color: rgba(37, 99, 235, 0.08);
}


/* Жирный / курсив */

.post__content strong {
    font-weight: 600;
    color: #f9fafb;
}

.post__content em {
    font-style: italic;
}


/* Картинки / figure */

.post__content figure {
    margin: 1.8em auto;
    text-align: center;
}

.post__content figure img,
.post__content img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    border-radius: 16px;
}


/* Подпись к картинке */

.post__content figure figcaption {
    margin-top: 8px;
    font-size: 13px;
    color: #9ca3af;
}


/* Списки */

.post__content ul,
.post__content ol {
    margin: 0 0 1.3em 1.4em;
    padding: 0;
}

.post__content ul {
    list-style: disc;
}

.post__content ol {
    list-style: decimal;
}

.post__content li {
    margin-bottom: 0.4em;
}


/* Цитаты */

.post__content blockquote {
    margin: 1.5em 0;
    padding: 14px 18px;
    border-left: 3px solid #60a5fa;
    background: rgba(15, 23, 42, 0.8);
    border-radius: 0 14px 14px 0;
    color: #e5e7eb;
    font-style: italic;
}


/* Код / pre */

.post__content pre {
    margin: 1.5em 0;
    padding: 14px 16px;
    background: #020617;
    color: #e5e7eb;
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 14px;
    border-radius: 12px;
    overflow-x: auto;
}

.post__content code {
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 14px;
    background: rgba(15, 23, 42, 0.9);
    padding: 2px 5px;
    border-radius: 4px;
}


/* Таблицы на будущее */

.post__content table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.5em 0;
    font-size: 14px;
}

.post__content th,
.post__content td {
    padding: 10px 12px;
    border: 1px solid rgba(148, 163, 184, 0.4);
}

.post__content th {
    background: rgba(15, 23, 42, 0.9);
    font-weight: 600;
}


/* Нижний блок: теги и ссылка назад */

.post__footer {
    margin-top: 32px;
    padding-top: 20px;
    border-top: 1px solid rgba(148, 163, 184, 0.4);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.post__tags {
    font-size: 13px;
    color: #9ca3af;
}


/* Ссылка "ко всем статьям" */

.post__back {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    color: #e5e7eb;
    text-decoration: none;
    padding: 8px 14px;
    border-radius: 999px;
    border: 1px solid rgba(148, 163, 184, 0.45);
    transition: background-color 0.2s ease, color 0.2s ease, transform 0.1s ease, border-color 0.2s ease;
}

.post__back:hover {
    background: rgba(148, 163, 184, 0.16);
    border-color: rgba(209, 213, 219, 0.8);
    transform: translateY(-1px);
}


/* ====== Адаптив ====== */

@media (max-width: 768px) {
    .post {
        padding: 50px 0;
    }
    .post__article {
        padding: 24px 18px;
        border-radius: 18px;
    }
    .post__title {
        font-size: 24px;
    }
    .post__content {
        font-size: 15px;
    }
}


/* ====== BLOG LIST – FLEX CARDS ====== */

.blog {
    padding: 60px 0 80px;
}

.blog .container {
    max-width: 1100px;
    margin: 0 auto;
}


/* Заголовок */

.blog__head {
    margin-bottom: 26px;
}

.blog__label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 3px 9px;
    border-radius: 999px;
    font-size: 10px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    background: rgba(37, 99, 235, 0.12);
    color: #60a5fa;
    margin-bottom: 8px;
}

.blog__title {
    font-size: clamp(26px, 2.8vw, 30px);
    line-height: 1.2;
    font-weight: 700;
    color: #f9fafb;
    margin: 0;
    text-align: left;
}


/* FLEX-лента карточек слева направо */

.blog__grid {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    justify-content: flex-start;
}


/* Карточка */

.blog-card {
    flex: 1 1 320px;
    max-width: 360px;
}


/* Вся карточка – ссылка */

.blog-card__link {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 14px 14px 12px;
    border-radius: 16px;
    text-decoration: none;
    text-align: left;
    color: #e5e7eb;
    min-height: 220px;
    background: radial-gradient(circle at 0% 0%, rgba(56, 189, 248, 0.18) 0, transparent 55%), radial-gradient(circle at 100% 100%, rgba(249, 115, 22, 0.18) 0, transparent 60%), linear-gradient(135deg, #141E2A, #101722 45%, #0b131e);
    overflow: hidden;
    border: 1px solid rgba(15, 23, 42, 0.9);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.55);
    transition: transform 0.16s ease, box-shadow 0.16s ease, border-color 0.16s ease, background-color 0.16s ease;
}


/* Фото как фон */

.blog-card__link::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: var(--bg-image);
    background-size: cover;
    background-position: center;
    opacity: 0.14;
    mix-blend-mode: screen;
    pointer-events: none;
    transition: opacity 0.16s ease;
}


/* Лёгкая анимация при наведении */

.blog-card__link:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.7);
    border-color: rgba(96, 165, 250, 0.5);
}

.blog-card__link:hover::before {
    opacity: 0.22;
}


/* Контент поверх фоновой фотки */

.blog-card__meta,
.blog-card__title,
.blog-card__excerpt,
.blog-card__more {
    position: relative;
    z-index: 1;
}


/* Метаданные */

.blog-card__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
    font-size: 11px;
    color: #cbd5f5;
    margin-bottom: 12px;
}

.blog-card__meta time {
    position: relative;
    padding-left: 14px;
}

.blog-card__meta time::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #10b981;
    transform: translateY(-50%);
}

.blog-card__cat {
    padding: 2px 7px;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.75);
    color: #e5e7eb;
}


/* Заголовок */

.blog-card__title {
    font-size: 15px;
    line-height: 1.35;
    margin: 0 0 6px;
    font-weight: 600;
    text-align: start;
}


/* Короткий анонс (жёстко режем) */

.blog-card__excerpt {
    font-size: 13px;
    line-height: 1.5;
    color: #d1d5db;
    margin: 0 0 10px;
    max-width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* 2 строки */
    -webkit-box-orient: vertical;
    overflow: hidden;
}


/* "Читать далее" */

.blog-card__more {
    margin-top: auto;
    align-self: flex-start;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 5px 10px;
    border-radius: 999px;
    border: 1px solid rgba(148, 163, 184, 0.7);
    font-size: 11px;
    color: #e5e7eb;
    background: rgba(15, 23, 42, 0.7);
    transition: background-color 0.16s ease, border-color 0.16s ease, color 0.16s ease, transform 0.1s ease;
}

.blog-card__more::after {
    content: "→";
    font-size: 11px;
}

.blog-card__link:hover .blog-card__more {
    background: rgba(37, 99, 235, 0.25);
    border-color: rgba(191, 219, 254, 0.9);
    color: #f9fafb;
    transform: translateY(-1px);
}


/* Пагинация */

.blog__pagination {
    margin-top: 26px;
    display: flex;
    justify-content: center;
}


/* Адаптив */

@media (max-width: 768px) {
    .blog {
        padding: 40px 0 60px;
    }
    .blog__grid {
        gap: 14px;
    }
    .blog-card {
        flex: 1 1 100%;
        max-width: 100%;
    }
    .blog-card__link {
        padding: 12px 12px 10px;
        border-radius: 14px;
    }
}


/* ===== CMS-BOT PAGE ===== */

.cms-bot {
    padding: 80px 0;
}


/* Заголовок */

.cms-bot__head {
    margin-bottom: 32px;
}

.cms-bot__label {
    display: inline-flex;
    padding: 3px 10px;
    border-radius: 999px;
    font-size: 11px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    background: rgba(59, 130, 246, 0.15);
    color: #60a5fa;
    margin-bottom: 8px;
}

.cms-bot__title {
    margin: 0;
    font-size: clamp(28px, 3vw, 34px);
    line-height: 1.2;
    font-weight: 700;
    color: #f9fafb;
}


/* Сетка 2 колонки */

.cms-bot__grid {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}


/* Левая часть */

.cms-bot__left,
.cms-bot__right {
    flex: 1 1 50%;
}

.cms-bot__subtitle {
    font-size: 13px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #93c5fd;
    margin: 0 0 12px;
}

.cms-bot__image-wrap {
    border-radius: 24px;
    overflow: hidden;
    margin-bottom: 18px;
    box-shadow: 0 24px 65px rgba(0, 0, 0, 0.75);
}

.cms-bot__image-wrap img {
    display: block;
    width: 100%;
    height: auto;
}

.cms-bot__text {
    font-size: 15px;
    line-height: 1.7;
    color: #e5e7eb;
    margin-bottom: 18px;
}

.cms-bot__text p {
    margin: 0 0 0.9em;
}

.cms-bot__text a {
    color: #93c5fd;
    text-decoration: underline;
}


/* Главная кнопка */

.cms-bot__primary-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 10px 22px;
    border-radius: 999px;
    background: linear-gradient(135deg, #2563eb, #38bdf8);
    color: #f9fafb;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    text-decoration: none;
    box-shadow: 0 14px 35px rgba(37, 99, 235, 0.55);
    transition: transform 0.14s ease, box-shadow 0.14s ease, opacity 0.14s ease;
}

.cms-bot__primary-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 45px rgba(37, 99, 235, 0.75);
    opacity: 0.96;
}


/* Правая колонка */

.cms-bot__warning {
    border-radius: 18px;
    padding: 14px 16px;
    border: 1px dashed #93c5fd;
    background: rgba(15, 23, 42, 0.92);
    color: #fee2e2;
    font-size: 14px;
    margin-bottom: 18px;
}

.cms-bot__subtitle--right {
    margin-top: 8px;
    margin-bottom: 10px;
}


/* Утилиты */

.cms-bot__utils {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.cms-bot__util-btn {
    display: flex;
    align-items: center;
    justify-content: start;
    padding: 9px 14px;
    border-radius: 12px;
    background: #141e2a;
    border: 1px solid rgba(148, 163, 184, 0.45);
    color: #e5e7eb;
    text-decoration: none;
    font-size: 14px;
    gap: 20px;
    transition: background-color 0.14s ease, border-color 0.14s ease, transform 0.12s ease, box-shadow 0.14s ease;
}

.cms-bot__util-icon {
    font-size: 12px;
    opacity: 0.9;
}

.cms-bot__util-btn:hover {
    background: #1f2937;
    border-color: rgba(191, 219, 254, 0.9);
    transform: translateY(-1px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.55);
}


/* "Скрытая" кнопка (для будущей инструкции) */

.cms-bot__util-btn--hidden {
    display: none;
}


/* Адаптив */

@media (max-width: 900px) {
    .cms-bot {
        padding: 60px 0;
    }
    .cms-bot__grid {
        flex-direction: column;
        gap: 28px;
    }
}