img {
    width: 100%;
    max-width: 100%;
    height: auto;
    transition: all 500ms ease;
}

html {
    font-size: 18px;
    scroll-behavior: smooth;
}

body {
    font-family: "Inter", sans-serif;
    line-height: 1.2;
    font-weight: 200;
    color: #fff;
    margin: 0;
    padding: 0;
    background: rgba(27, 29, 41, 1);
}

.text-left {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    line-height: 1.2;
    font-weight: 500;
}

p {
    margin: 0;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-30 {
    margin-bottom: 30px;
}

.page-title {
    font-size: 36px;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.page-list {
    margin-bottom: 30px;
    padding-left: 30px;
    list-style: disc;
    letter-spacing: 1.3px;
}

.page-list--num {
    list-style: decimal;
}

.page-list li {
    font-size: 22px;
    line-height: 1.2;
    letter-spacing: 1.3px;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    clip-path: inset(50%);
    white-space: nowrap;
    border: 0;
}

* {
    box-sizing: border-box;
}

.page-header {
    padding: 6px 0;
    background: rgba(27, 29, 40, 1);
    color: #fff;
}

.page-header__logo img {
    max-width: 115px;
}

.page-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.page-header__menu {
    display: flex;
    align-items: center;
}

.page-header__menu.active {
    right: 0;
}

.page-header__item {
    margin-left: 20px;
}

.page-header__item a {
    position: relative;
    z-index: 2;
    font-size: 18px;
    font-weight: 300;
    color: #fff;
}

.page-header__item--hidden {
    display: none !important;
}

.page-header__item a:hover {
    color: #fff;
    text-decoration: underline;
}

.page-header__burger {
    display: none;
    cursor: pointer;
    flex-direction: column;
    gap: 5px;
    z-index: 3;
}

.page-header__burger span {
    width: 25px;
    height: 3px;
    background: #fff;
    display: block;
}

.page-header__btn-wrap {
    display: flex;
    gap: 20px;
}

.page-header__overlay {
    position: fixed;
    inset: 0;
    background: transparent;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
    z-index: 2;
}

.page-header__overlay.active {
    opacity: 1;
    visibility: visible;
}

.page-header__btn--mob-md {
    display: none;
}

.page-btn {
    padding: 6px 31px;
    background: linear-gradient(190deg, #4DAB60 101.31%, #5EC068 14.99%);
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    border-radius: 5px;
    /* letter-spacing: 1px; */
    font-weight: 300;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    display: inline-block;
}

.page-btn:hover {
    background: linear-gradient(190deg, #5EC068 101.31%, #4DAB60 14.99%);
    transform: scale(1.05);
    box-shadow: 0 6px 15px rgba(77, 171, 96, 0.6);
    color: #fff;
}

.page-header__btn--mob {
    display: none;
}

a {
    cursor: pointer;
    text-decoration: none;
}

.page-main {
    padding-top: 90px;
    background-image: url(../img/page-bg.webp), url(../img/page-bgr.webp);
    background-repeat: no-repeat, no-repeat;
    background-size: 700px, 700px;
    background-position: left top, right bottom calc(0% - 250px);
}

.promo {
    padding-bottom: 45px;
}

.page-section {
    padding: 45px 0;
}

.container {
    max-width: 1190px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}

.container--mod {
    padding-left: 139px;
    padding-right: 139px;
}

.promo__wrap {
    position: relative;
    z-index: 1;
    padding: 80px 60px 40px;
    height: 330px;
    border: 1px solid rgba(36, 246, 107, 1);
    border-radius: 17px;
    background-image: url(../img/s-2.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 240px;
    overflow: hidden;
    background-color: rgba(27, 29, 41, 1);
}

.promo__img {
    position: absolute;
    z-index: 1;
    max-width: 650px;
}

.promo__img--1 {
    bottom: 0;
    right: 0;
}

.promo__img--2 {
    display: none;
}

.promo__title-wrap {
    position: relative;
    z-index: 4;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.promo__title-wrap p {
    margin-bottom: 60px;
    font-size: 32px;
    line-height: 1.1;
    font-weight: 800;
    text-shadow:
        0 4px 4px rgba(0, 0, 0, 0.25),
        0 0 71.71px rgba(255, 255, 255, 0.5),
        0 0 18.52px rgba(255, 255, 255, 0.7),
        0 0 7.17px rgba(147, 255, 160, 0.5);
    animation: glowPulse 3s infinite ease-in-out;
}

@keyframes glowPulse {

    0%,
    100% {
        text-shadow:
            0 4px 4px rgba(0, 0, 0, 0.25),
            0 0 40px rgba(255, 255, 255, 0.3),
            0 0 12px rgba(255, 255, 255, 0.4),
            0 0 5px rgba(147, 255, 160, 0.4);
    }

    50% {
        text-shadow:
            0 4px 4px rgba(0, 0, 0, 0.25),
            0 0 80px rgba(255, 255, 255, 0.7),
            0 0 25px rgba(255, 255, 255, 0.9),
            0 0 15px rgba(147, 255, 160, 0.8);
    }
}

.promo__img--bg {
    top: 0;
    left: 0;
    z-index: 0;
}

.text-center {
    text-align: center;
}

.page-titles {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 610px;
    margin-bottom: 30px;
    font-size: 32px;
    line-height: 1.2;
    text-align: center;
    font-weight: 500;
    letter-spacing: 1.3px;
}

.page-text {
    margin-bottom: 30px;
    font-size: 22px;
    line-height: 1.2;
    letter-spacing: 1.3px;
    font-weight: 200;
}

.text-bold {
    font-weight: 400;
}

.btn-wrap {
    display: flex;
    justify-content: center;
    padding-bottom: 30px;
}

.btn-wrap--mod {
    padding-top: 30px;
}

.btn-wrap--left {
    justify-content: flex-start;
}

.img-flex {
    display: flex;
    gap: 30px;
}

.img-flex--center {
    align-items: center;
}

.img-flex img {
    max-width: 330px;
    height: 100%;
}

.img-flex ul {
    padding-left: 30px;
    list-style: disc;
}

.img-flex li {
    font-size: 22px;
    line-height: 1.2;
}

.img-flex__wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.img-flex__wrap--start {
    justify-content: flex-start;
}

.table-container {
    position: relative;
}

.table-wrapper {
    position: relative;
    margin-bottom: 30px;
    width: 100%;
    overflow-x: auto;
}

.table-wrapper::-webkit-scrollbar {
    width: 8px;
}

.table-wrapper::-webkit-scrollbar-track {
    display: none;
    background: linear-gradient(90deg, #57B765 0%, #27512D 100%);
    border-radius: 9999px;
}

.table-wrapper::-webkit-scrollbar-thumb {
    display: none;
    background: #fff;
    border-radius: 9999px;
}

.table-wrapper::-webkit-scrollbar-thumb:vertical {
    min-height: 11px;
}

.custom-table {
    display: table;
    border-collapse: separate;
    min-width: 912px;
}

.custom-scroll {
    display: none;
    margin-bottom: 30px;
    position: relative;
    height: 14px;
    margin-top: 10px;
    background: linear-gradient(90deg, #57B765 0%, #27512D 100%);
    border-radius: 9999px;
}

.custom-thumb {
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: -3px;
    left: 0;
    cursor: pointer;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
    transition: background 0.3s ease;
}

.custom-thead {
    display: table-header-group;
}

.custom-tbody {
    display: table-row-group;
}

.custom-tr {
    min-height: 64px;
    margin-bottom: 30px;
    display: flex;
    border: 1px solid gray;
}

.custom-tr--last {
    margin-bottom: 0;
}

.custom-th,
.custom-td {
    width: 25%;
    display: table-cell;
    padding: 12px;
    line-height: 1.2;
    background: #1F222F;
    color: #fff;
    min-width: 150px;
    text-align: left;
}

.custom-th {
    margin-right: 10px;
    background-color: #1F222F;
    background-image: linear-gradient(281.15deg, rgba(31, 57, 43, 0) 82.3%, #1F392B 98.46%);
    color: #fff;
    font-weight: 500;
    padding: 14px;
    font-size: 22px;
    line-height: 20px;
    border-radius: 6px;
    text-align: center;
}

.custom-th--last {
    margin-right: 0;
}

.custom-td {
    font-size: 16px;
    display: flex;
    align-items: center;
}

.custom-td:first-child {
    font-weight: 400;
}


.custom-tr--mod {
    min-height: auto;
    border: none;
}

.footer__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1160px;
    margin: 0 auto 20px;
}



.footer__top--social {
    display: flex;
    align-items: center;
    justify-content: space-between;
    grid-gap: 10px;
    gap: 10px;
}

.footer__center {
    max-width: 1160px;
    margin: 0 auto;
}

.footer__center--mail {
    text-decoration: underline;
    display: inline-block;
    padding-bottom: 20px;
    color: #626262;
    font-weight: 200;
    font-size: 22px;
    letter-spacing: 0.5px;
    line-height: 100%;
}

.footer__center--mail:hover {
    color: #626262;
    text-decoration: none;
}

.footer p {
    padding-bottom: 20px;
    color: #626262;
    font-weight: 200;
    font-size: 22px;
    letter-spacing: 0.5px;
    line-height: 100%;
}

.footer__bot {
    background-color: #222433;
}

.footer__bot--wrap {
    display: flex;
    grid-gap: 26px;
    gap: 26px;
    align-items: center;
    justify-content: center;
    padding: 12px 0;
    flex-wrap: wrap;

}

.footer__top--social img {
    max-width: 32px;
}


.footer__bot--wrap a {
    font-size: 18px;
    display: block;
    color: #fff;
}


/* Адаптив */

@media(max-width: 1224px) {
    .container--mod {
        padding-right: 30px;
        padding-left: 30px;
    }

    .custom-table {
        margin-left: auto;
        margin-right: auto;
    }
}



@media(max-width: 1024px) {
    .promo__wrap {
        background-size: 10%;
        background-position: bottom right;
    }

    .promo__img {
        position: absolute;
        z-index: 1;
        max-width: 650px;
    }

    .promo__img--1 {
        bottom: 0;
        right: -140px;
        max-width: 700px;
    }

    .promo__wrap {
        background-image: url(../img/s-2mb.webp);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: right;
    }

    .page-header__item a {
        font-size: 16px;
    }

    .page-header__btn--mod {
        display: none;
    }
}

@media(max-width: 850px) {

    .promo__img {
        position: absolute;
        z-index: 1;
        max-width: 650px;
    }

    .promo__img--1 {
        bottom: 0;
        right: -20%;
        max-width: 650px;
    }

}

@media (max-width: 767px) {
    .page-header__menu {
        display: flex;
        flex-direction: column;
        gap: 20px;
        background: white;
        position: fixed;
        top: 60px;
        right: -100%;
        width: 200px;
        height: auto;
        padding: 40px 20px;
        box-shadow: -4px 0 10px rgba(0, 0, 0, 0.1);
        transition: right 0.3s ease;
        z-index: 3;
        border-radius: 10px;
    }

    .page-header__item {
        margin-left: 0;
    }

    .page-header__item a {
        color: rgba(0, 0, 0, 0.87);
    }

    .page-header__item a:hover {
        color: rgba(0, 0, 0, 0.87);
        text-decoration: underline;
    }

    .page-header__burger {
        display: flex;
    }



    .page-header__btn--mob {
        display: block;
        color: #fff !important;
    }

    .page-header .page-header__btn--mob:hover {
        text-decoration: none;
    }

    .img-flex {
        flex-direction: column;
        align-items: center;
    }

    .img-flex--mod {
        flex-direction: column-reverse;
        align-items: center;
    }

    .img-flex__wrap {
        text-align: center;
    }

    .btn-wrap--left {
        justify-content: center;
    }
}


@media(max-width: 650px) {

    .promo__wrap {
        padding: 27px 34px;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
        background-image: url(../img/s-2mb-s.webp);
        background-repeat: no-repeat;
        background-size: 230px;
        background-position: right top;
    }

    .promo__title-wrap p {
        margin-bottom: 114px;
    }

    .promo__img--1-mod {
        bottom: 0;
        right: 0;
        max-width: 750px;
    }

    .promo__img--1 {
        display: none;
    }

    .promo__img--2 {
        display: block;
        z-index: 0;
        right: 0;
        top: 0;
        max-width: 70%;
    }

    .container--mod {
        padding-right: 18px;
        padding-left: 18px;
    }

    .footer__bot--wrap {
        padding-left: 15px;
        padding-right: 15px;
        justify-content: flex-start;
    }
}



@media(min-width: 992px) {
    .page-titles--mod {
        display: block;
    }
}

@media(min-width: 651px) {
    .promo__img--1 {
        display: block;
    }

    .promo__img--1-mod {
        display: none;
    }
}

@media (max-width: 425px) {
    .footer__top {
        align-items: flex-start;
        grid-gap: 20px;
        gap: 20px;
        flex-direction: column;
    }

    .page-btn {
        padding-top: 14px;
        padding-bottom: 14px;
        width: 100%;
        font-weight: 600;
        text-align: center;
    }

    .page-header__btn {
        padding-top: 6px;
        padding-bottom: 6px;
    }

    .page-btn--sm {
        width: auto;
        padding-top: 6px;
        padding-bottom: 6px;
        font-weight: 300;
    }

}

@media(max-width: 360px) {
    .promo__title-wrap p {
        margin-bottom: 75px;
    }

    .page-btn--sm {
        display: none;
    }

    .page-header__item--hidden {
        display: block !important;
    }
}

@media(max-width: 575px) {}