* {
    color: #2B2A29;
}


/* Тексты */
.text-blue {
    color: #304AE8 !important;
}
.text-purple {
    color: #D823F2 !important;
}
.text-black-blue {
    color: #263238;;
}

.fw-500 {
    font-weight: 500;
}
.fw-600 {
    font-weight: 600;
}

.fs-96 {
    font-size: 96px;

    @media(max-width: 1400px) {
        font-size: 56px;
    }
    @media(max-width: 1200px) {
        font-size: 40px;
    }
    @media(max-width: 991px) {
        font-size: 32px;
    }
    @media(max-width: 791px) {
        font-size: 28px;
    }
}
.fs-64 {
    font-size: 64px;

    @media(max-width: 1400px) {
        font-size: 56px;
    }
    @media(max-width: 1200px) {
        font-size: 40px;
    }
    @media(max-width: 991px) {
        font-size: 32px;
    }
    @media(max-width: 791px) {
        font-size: 28px;
    }
}
.fs-40 {
    font-size: 40px;

    @media(max-width: 1400px) {
        font-size: 28px;
    }
    @media(max-width: 991px) {
        font-size: 20px;
    }
    @media(max-width: 576px) {
        font-size: 16px;
    }
}
.fs-36 {
    font-size: 36px;
}
.fs-32 {
    font-size: 32px;

    @media(max-width: 576px) {
        font-size: 24px;
    }
}
.fs-30 {
    font-size: 30px;

    @media(max-width: 791px) {
        font-size: 20px;
    }
    @media(max-width: 576px) {
        font-size: 18px;
    }
}
.fs-24 {
    font-size: 24px;

    @media(max-width: 1400px) {
        font-size: 20px;
    }
    @media(max-width: 791px) {
        font-size: 20px;
    }
    @media(max-width: 791px) {
        font-size: 20px;
    }
    @media(max-width: 576px) {
        font-size: 18px;
    }
}
.fs-20 {
    font-size: 20px;

    @media(max-width: 768px) {
        font-size: 14px;
    }
}
.fs-18 {
    font-size: 18px;
}
.fs-16 {
    font-size: 16px;

    @media(max-width: 576px) {
        font-size: 14px;
    }
}

.lh-117 {
    line-height: 117px;

    @media(max-width: 1400px) {
        line-height: 80px;
    }
    @media(max-width: 991px) {
        line-height: 50px;
    }
}
.lh-78 {
    line-height: 50px;
    @media(max-width: 1200px) {
        line-height: 20px;
    }

}
.lh-48 {
    line-height: 48px;

    @media(max-width: 992px) {
        line-height: 32px;
    }
}
.lh-44 {
    line-height: 44px;
}
.lh-39 {
    line-height: 39px;
}
.lh-36 {
    line-height: 36px;
}
.lh-30 {
    line-height: 30px;
}
.lh-24 {
    line-height: 24px;
}
.lh-22 {
    line-height: 22px;
}
.lh-20 {
    line-height: 20px;
}

/* Задний фон / background */
.bg-lin-gradient-1 {
    background: linear-gradient(90deg, #D823F4 0%, #FF8A03 100%);
}
.bg-purple {
    background: #D823F41A !important;
}

/* Общие */
.align-items-xxl-end {
    @media(min-width: 1400px) {
        align-items: end;
    }
}
.display-none {
    display: none;
}
.border-radius-66 {
    border-radius: 66px !important;
}
.border-radius-30 {
    border-radius: 30px !important;
}
.text-block {
    top: 92px;
}
#result-block-1 {
    background: linear-gradient(90deg, #DA29E3 0%, #FD860A 100%);
}
#result-block-2 {
    background: linear-gradient(90deg, #2C46E6 0%, #576CF8 100%);
}
#result-block-3 {
    background: linear-gradient(90deg, #FA8802 0%, #F6B910 100%);
}
.result-block {
    @media(max-width: 1400px) {
        height: 650px;
    }
    @media(max-width: 1200px) {
        height: 750px;
    }
    @media(max-width: 768px) {
        height: 900px;
    }
    @media(max-width: 576px) {
        height: 1100px;
    }
    @media(max-width: 420px) {
        height: 1200px;
    }
}
.result-block-content {
    position: absolute;
    top: 0;

    @media(max-width: 768px) {
        position: static;
    }
}
.result-bg-image {
    @media(max-width: 1400px) {
        display: none;
    }
}

/* Границы / Borders */
.border-lin-gradient-1 {
    border: 2px solid;
    border-image-source: linear-gradient(90deg, #D824F0 0%, #FD8709 100%);
}
.border-1 {
    border: 1px solid #7E7E7E;
}
.border-color-purple-1 {
    border-color: #D823F2 !important;
}
.border-top-1 {
    border-top: 1px solid;
}
.border-left-1 {
    border-left: 1px solid;
}
.border-right-1 {
    border-right: 1px solid;
}

/* Отступы */
p, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0;
}
.pt-xxl-90 {
    @media(min-width: 1400px) {
        padding-top: 90px;
    }
}

.pt-sm-24 {
    @media(min-width: 761px) {
        padding-top: 24px;
    }
}
.pt-90 {
    padding-top: 90px;
}
.pt-xxl-40 {
    @media(min-width: 1400px) {
        padding-top: 40px;
    }
}
.pt-40 {
    padding-top: 40px;
}
.p-60 {
    padding: 60px;
    @media(max-width: 991px) {
        padding: 30px;
    }
}
.p-40 {
    padding: 40px;
}
.py-33 {
    padding-top: 33px !important;
    padding-bottom: 33px !important;
}
.p-30 {
    padding: 30px;
}
.pt-20 {
    padding-top: 20px;
}
.py-18 {
    padding-top: 18px !important;
    padding-bottom: 18px !important;
}
.py-14 {
    padding-top: 14px;
    padding-bottom: 14px;
}

/* Инпуты */
input.form-control {
    border-radius: 20px;
    box-shadow: 0px 0px 12px 0px #00000040;
    padding: 16px 20px;
}
input.form-control::placeholder {
    opacity: 50%;
}

/* Табы */
#info-tabs .nav-item .nav-link {
    padding: 15px 24px;
    color: #2B2A29;
    position: relative;
    background: white;
}
#info-tabs .nav-item .nav-link::before {
    content: "";
    position: absolute;
    top: -2px;
    bottom: -2px;
    left: -2px;
    right: -2px;
    background: linear-gradient(90deg, #D824F0 0%, #FD8709 100%);
    border-radius: 67px;
    z-index: -1;
}
#info-tabs .nav-item .nav-link.active {
    background: linear-gradient(90deg, #D823F4 0%, #FF8A03 100%);
    color: white;
    border: none;
}

/* Таблицы */
#ap2-table td{
    padding: 12px 20px;
}
#ap2-table td, th{
    vertical-align: middle;
}

/* Модалки */
.border-radius-20 {
    border-radius: 20px !important;
}
#consultation-modal .modal{
    border-radius: 20px;
}
#consultation-modal {
    border: none !important;
    box-shadow: 0px 0px 12px 0px #00000040;
}
.btn-close {
    position: absolute;
    top: 30px;
    right: 30px;
}

/* select2 */
.select2-selection__arrow {
    display: none;
}
.select2-selection__rendered {
    padding: 0 12px !important;
    text-align: center;
}