body {
    font-family: 'Inter';
}

header {
    background-color: #f1f2f6;
    padding: 30px 0 0;
}

.header-logotype-row {
    margin: 15px 0 0;
    padding: 15px;
    background-color: #fff;
    border-radius: 25px;
    border: 1px dashed #ababab;
}

.header-logotype-row a, .header-logotype-row a:hover {
    color: #231F20;
    text-decoration: none;
}

.header-logotype svg {
    width: 220px;
}

.header-job-time {
    font-size: 12px;
}

.header-phone {
    font-weight: 600;
    font-size: 15px;
}

.header-btn {
    font-weight: 800;
    text-transform: uppercase;
    font-size: 15px;
    background-color: #FF0A33;
    color: #fff !important;
    padding: 12px 50px;
    border-radius: 100px;
}

.header-banner-block {
    padding-bottom: 25px;
}

.header-banner-row {
    margin: 25px 0;
}

.header-banner {
    background: #20237C;
    background: linear-gradient(90deg,rgba(32, 35, 124, 1) 0%, rgba(54, 59, 215, 1) 100%);
    padding: 25px;
    border-radius: 25px;
}

.header-banner-left {
    margin-left: 25px;
    max-width: 630px;
}

.header-banner-category {
    font-size: 10px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 30px;
}

.header-banner-text {
    font-size: 45px;
    font-weight: 700;
    color: #fff;
    line-height: 43px;
    font-family: 'Inter';
    margin-bottom: 50px;
    max-width: 590px;
}

.header-banner-features {
    margin-bottom: 50px;
}

.header-banner-feature {
    width: calc(100% / 3);
}

.header-banner-feature-circle {
    min-width: 10px;
    min-height: 10px;
    max-width: 10px;
    max-height: 10px;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    margin-right: 15px;
    margin-top: 5px;
}

.header-banner-feature:nth-child(1) .header-banner-feature-circle {
    background-color: #46B587;
}

.header-banner-feature:nth-child(2) .header-banner-feature-circle {
    background-color: #FFA723;
}

.header-banner-feature:nth-child(3) .header-banner-feature-circle {
    background-color: #FF0A33;
}

.header-banner-feature-text {
    color: #fff;
    font-size: 14px;
}

.header-banner-btn, .header-banner-btn:hover {
    color: #282C9D;
    background-color: #fff;
    font-size: 20px;
    font-weight: 800;
    padding: 17px 45px;
    border-radius: 100px;
    text-transform: uppercase;
    text-decoration: none;
}

.header-banner-img {
    border-radius: 25px;
}

.page {
    padding-top: 35px;
    background-color: #f1f2f6;
}

.official {
    margin-bottom: 40px;
}

.official-title {
    color: #231F20;
    text-align: center;
    font-size: 70px;
    font-weight: 700;
    margin-bottom: 20px;
}

.official-counts-block {
    max-width: 300px;
    width: 100%;
    background: #FC234E;
    background: linear-gradient(180deg, rgba(252, 35, 78, 1) 0%, rgba(207, 2, 42, 1) 100%);
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../images/official-banner.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 30px;
}

.official-feature-item {
    border: 2px dashed #899CB1;
    border-radius: 25px;
    background-color: #E7E8EF;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 20px 30px;
}

.official-feature-item:first-child {
    background-image: url(../images/yar-gerb-full.webp);
    background-position: calc(100% - 15px) center;
    margin-bottom: 30px;
}

.official-feature-item:last-child {
    background-image: url(../images/gibdd.webp);
    background-position: calc(100% - 25px) center;
    background-size: auto;
}

.official-feature-item-title {
    font-size: 30px;
    font-weight: 700;
}

.official-feature-item-title {
    color: #0E1A24;
}

.official-feature-item-text {
    font-size: 20px;
    margin-bottom: 10px;
}

.official-feature-item-link a {
    color: #FF0A33;
    font-weight: 700;
    font-size: 15px;
    text-decoration: none;
}

.quality {
    background: #272A98;
    background: linear-gradient(90deg,rgba(39, 42, 152, 1) 0%, rgba(54, 59, 215, 1) 100%);
    border-radius: 25px;
    padding: 30px;
    margin-bottom: 50px;
    position: relative;
}

.quality-left {
    margin: 20px;
}

.quality-right {
    min-width: 500px;
    max-width: 500px;
    width: 100%;
}

.quality-title {
    font-weight: 800;
    font-size: 70px;
    line-height: 66px;
    color: #fff;
    margin-bottom: 20px;
}

.quality-title span {
    color: #FF0A33;
}

.quality-text {
    color: #fff;
    font-size: 20px;
}

.quality-left-widgets {
    display: flex;
    align-items: center;
    margin: 30px 0 0;
}

.quality-widget, .quality-widget:hover {
    text-decoration: none;
}

.quality-widget {
    background-color: #fff;
    border: 1px dashed #201C49;
    border-radius: 15px;
    padding: 0 20px;
    max-width: 140px;
    width: 100%;
    margin-right: 20px;
}

.quality-widget img {
    width: 60px;
}

.quality-widget-rating {
    font-size: 14px;
    line-height: 1;
    margin-top: 5px;
}

.quality-bottom-block {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50%;
    background-color: #f1f2f6;
    border-top-left-radius: 25px;
}

.quality-bottom-title {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin: 15px auto 0;
    text-align: center;
}

.running-line-wrapper {
    margin: auto;
    width: 100%;
    overflow: hidden;
}

.running-line {
    display: flex;
}

.running-line img {
    animation: run 10s linear infinite;
    border-radius: 20px;
    border: 1px dashed #A5A7B3;
    margin: 50px 20px 100px;
}

.months {
    background: #363BD7;
    background: linear-gradient(90deg,rgba(54, 59, 215, 1) 0%, rgba(32, 35, 124, 1) 100%);
    padding: 30px 0;
}

.months-left {
    margin-left: 30px;
    margin-right: 20px;
}

.months-right {
    min-width: 600px;
    max-width: 600px;
    width: 100%;
}

.months-title {
    font-weight: 700;
    font-size: 50px;
    line-height: 55px;
    color: #fff;
    margin-bottom: 50px;
}

.months-list {
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    line-height: 37px;
}

.months-video-wrapper {
    background-color: #FF0A33;
    padding: 10px;
    border-radius: 20px;
}

.months-video-title {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #fff;
    font-size: 23px;
    line-height: 28px;
    text-align: center;
}

.classes-title {
    font-size: 70px;
    font-weight: 800;
    line-height: 76px;
    color: #231F20;
    margin: 100px 0 50px;
}

.classes-title span {
    color: #FF0A33;
}

.classes-item {
    margin: 0 15px;
    background-color: #fff;
    border-radius: 25px;
    width: 25%;
}

.classes-item img {
    width: 100%;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}

.classes-item-data {
    padding: 30px 15px 20px 30px;
}

.classes-item-text {
    font-size: 30px;
    font-weight: 700;
    color: #231F20;
}

.classes-item-address {
    font-size: 17px;
    color: #231F20;
    margin-bottom: 50px;
}

.classes-item-btn {
    float: right;
    cursor: pointer;
    margin-bottom: 20px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 800;
    background: #FF0A33;
    background: linear-gradient(90deg,rgba(255, 10, 51, 1) 0%, rgba(36, 39, 141, 1) 100%);
    color: transparent;
    background-clip: text;
}

.classes-map {
    margin: 30px 15px 70px;
    border-radius: 20px;
    height: 230px;
    background-color: #fff;
}

.prices {
    background-color: #fff;
    padding-top: 100px;
}

.prices-title {
    font-size: 70px;
    font-weight: 800;
    line-height: 76px;
    color: #231F20;
    margin-bottom: 50px;
    text-align: center;
}

.prices-title span {
    color: #FF0A33;
}

.tariffs-list {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.price-item-wrapper, .tariff-test-wrapper {
    width: 432px;
    padding: 40px;
}

.price-item {
    background-color: #F1F2F6;
    border: 1px dashed #0E1A24;
    border-radius: 25px;
    padding: 30px 20px;
}

.price-item-title {
    background: #FF0A33;
    background: linear-gradient(90deg,rgba(255, 10, 51, 1) 0%, rgba(153, 6, 30, 1) 100%);
    color: transparent;
    background-clip: text;
    font-size: 30px;
    font-weight: 800;
    line-height: 28px;
}

.price-item-period {
    font-size: 23px;
    line-height: 28px;
}

.price-item-list {
    font-size: 17px;
    line-height: 28px;
    font-weight: 500;
    margin-top: 50px;
}

.price-item-divider {
    border: 1px dashed #0E1A24;
    margin: 10px 0;
}

.price-item-dop {
    color: #0E1A24;
    font-weight: 700;
    font-size: 20px;
    line-height: 22px;
}

.price-item-amount {
    background: #FF0A33;
    background: linear-gradient(90deg,rgba(255, 10, 51, 1) 0%, rgba(153, 6, 30, 1) 100%);
    color: transparent;
    background-clip: text;
    font-size: 50px;
    line-height: 40px;
    font-weight: 700;
    margin-top: 30px;
}

.price-item-amount-dop {
    background: #FF0A33;
    background: linear-gradient(90deg,rgba(255, 10, 51, 1) 0%, rgba(153, 6, 30, 1) 100%);
    color: transparent;
    background-clip: text;
    font-size: 15px;
    line-height: 19px;
    font-weight: 700;
    margin-bottom: 30px;
}

.price-item-btn {
    background: #363BD6;
    background: linear-gradient(90deg,rgba(54, 59, 214, 1) 0%, rgba(28, 31, 112, 1) 100%);
    width: 100%;
    text-align: center;
    cursor: pointer;
    font-size: 25px;
    font-weight: 500;
    color: #fff;
    border-radius: 100px;
    padding: 6px 0;
}

.price-item .dropdown-item .icon {
    width: 30px;
    text-align: center;
}

.price-item .dropdown-item {
    text-decoration: none;
    color: #000;
}

.tariff-test {
    background: #363BD6;
    background: linear-gradient(180deg,rgba(54, 59, 214, 1) 73%, rgba(28, 31, 112, 1) 100%);
    color: #fff;
    border-radius: 25px;
    padding: 30px 20px;
    height: 100%;
}

.tariff-test img {
    border-radius: 500px;
    margin: 0 auto;
}

.tariff-test-title {
    font-size: 46px;
    font-weight: 700;
    line-height: 46px;
    text-align: center;
    margin-top: 20px;
}

.tariff-test-title  span{
    color: #FF0A33;
}

.tariff-test-text {
    font-size: 25px;
    line-height: 30px;
    text-align: center;
    margin-top: 50px;
}

.tariff-test-questions {
    margin: 50px 10px 25px;
}

.tariff-test-question-title {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 30px;
}

.tariff-test-question-submit-btn {
    background-color: #F1F2F6;
    border-radius: 10px;
    color: #0E1A24;
    font-size: 20px;
    padding: 10px;
    margin: 0 10px;
    width: 100%;
    text-align: center;
    cursor: pointer;
}

.tariff-test-question-submit-btn:first-child {
    margin-left: 0;
}

.tariff-test-question-submit-btn:last-child {
    margin-right: 0;
}

.tariff-test-question-change {
    margin: 10px;
}

.tariff-test-question-change-btn {
    border-radius: 10px;
    padding: 10px 12px;
}

.tariff-test-question-change-btn {
    border: 1px solid #fff;
    margin-right: 10px;
}

.tariff-test-question-finish .input-border {
    border: 1px solid #fff;
    border-radius: 10px;
    background-color: transparent;
    color: #fff;
    outline: none;
    padding: 10px 20px;
    font-size: 25px;
    margin-right: 10px;
    max-width: 100%;
    width: 100%;
    margin-bottom: 10px;
}

.tariff-test-question-finish .input-border::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.tariff-test-question-finish button {
    background-color: #FF0A33;
    color: #fff;
    border-radius: 10px;
    font-size: 25px;
    border: none;
    outline: none;
    white-space: nowrap;
    padding: 11px 20px;
    max-width: 100%;
    width: 100%;
}

.tariff-test-question-finish form .form-check {
    font-size: 10px;
    margin-top: 10px;
    color: #fff;
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.tariff-test-question-finish form .form-check input {
    width: 15px;
    height: 15px;
    margin-right: 10px;
}

.tariff-test-question-finish form .form-check a {
    text-decoration: none;
    color: #fff;
}

.contract {
    position: relative;
    background-image: url('../images/contract.webp');
    background-position: right;
    background-repeat: no-repeat;
    background-size: 50%;

    padding: 50px 0;
}

.contract:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #363BD7;
    background: linear-gradient(90deg, rgba(54, 59, 215, 1) 0%, rgba(35, 39, 139, 1) 25%, rgba(35, 39, 139, 1) 50%, rgba(35, 39, 139, 0) 100%);
}

.contract .container {
    position: relative;
}

.contract-suptitle {
    font-size: 25px;
    color: #fff;
    border-radius: 100px;
    border: 1px solid #fff;
    max-width: max-content;
    padding: 5px 20px;
    font-weight: 600;
    margin-bottom: 20px;
}

.contract-title {
    font-size: 70px;
    color: #fff;
    font-weight: 800;
    line-height: 70px;
    margin-bottom: 20px;

    max-width: 900px;
}

.contract-title span {
    color: #FF0A33;
}

.contract-text {
    font-size: 25px;
    color: #fff;
    font-weight: 300;
    line-height: 40px;
    margin-bottom: 40px;
}

.contract-question-item-title {
    font-size: 35px;
    color: #fff;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 40px;
}

.contract-question-item-answers {
    width: 620px;
}

.contract-question-item-answers-item {
    background-color: #F1F2F6;
    border-radius: 20px;
    font-size: 30px;
    color: #0E1A24;
    margin-bottom: 30px;
    padding: 20px;
    cursor: pointer;
}

.contract-question-item-answers-item.selected {
    background-color: #FF0A33;
    color: #fff;
}

.contract-question-item-answers-btn {
    width: 620px;
}

.contract-question-item-prev {
    background-color: #F1F2F6;
    line-height: 70px;
    width: 70px;
    text-align: center;
    border-radius: 20px;
    cursor: pointer;
    margin-right: 10px;
}

.contract-question-item-next {
    background-color: #FF0A33;
    color: #fff;
    font-size: 25px;
    line-height: 70px;
    padding: 0 30px;
    border-radius: 20px;
    cursor: pointer;
    user-select: none;
    font-weight: 500;
}

.contract-question-item .input-border {
    border: 1px solid #fff;
    border-radius: 10px;
    background-color: transparent;
    color: #fff;
    outline: none;
    padding: 10px 20px;
    font-size: 25px;
    margin-right: 10px;
    max-width: 100%;
    width: 100%;
    margin-bottom: 10px;
}

.contract-question-item .input-border::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.contract-question-item button {
    background-color: #FF0A33;
    color: #fff;
    border-radius: 10px;
    font-size: 25px;
    border: none;
    outline: none;
    white-space: nowrap;
    padding: 11px 20px;
    max-width: 100%;
    width: 100%;
}

.contract-question-item form .form-check {
    font-size: 14px;
    margin-top: 10px;
    color: #fff;
    width: 100%;
    display: flex;
    align-items: center;
}

.contract-question-item form .form-check input {
    width: 15px;
    height: 15px;
    margin-right: 10px;
}

.contract-question-item form .form-check a {
    text-decoration: none;
    color: #fff;
}

.practice {
    padding: 50px 0;
}

.practice-title {
    font-size: 70px;
    font-weight: 800;
    color: #0E1A24;
    line-height: 76px;
    margin-bottom: 30px;
}

.practice-title span {
    color: #FF0A33;
}

.practice-text {
    font-size: 25px;
    font-weight: 500;
    line-height: 31px;
    color: #0E1A24;
    margin-bottom: 30px;
}

.instructor-wrapper {
    margin-bottom: 30px;
    width: 25%;
}

.instructor-item {
    background-color: #fff;
    border-radius: 20px;
    width: 269px;
}

.instructor-img {
    position: relative;
}

.instructor-item img {
    width: 100%;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}

.instructor-rating {
    font-size: 20px;
    font-weight: 500;
    position: absolute;
    left: 10px;
    top: 10px;
}

.instructor-item-data {
    padding: 25px 15px;
}

.instructor-item-title {
    color: #0E1A24;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
}

.instructor-item-text {
    color: #878787;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 5px;
}

.instructor-item-btn {
    border-radius: 100px;
    border: 1px solid #363BD6;
    color: #363BD6;
    font-size: 20px;
    line-height: 21px;
    font-weight: 500;
    width: 100%;
    text-align: center;
    padding: 5px;
    margin-top: 20px;
    cursor: pointer;
}

.instructors-link {
    margin: 30px 0;
    text-align: right;
}

.instructors-link a {
    color: #0E1A24;
    font-size: 25px;
    font-weight: 500;
    text-decoration: none;
}

.instructors-link a:hover {
    color: #0E1A24;
}

.instructors-astrological-test {
    background-image: url('../images/astrological-bg.webp');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 200px;
    border-radius: 25px;
    padding: 50px;
}

.instructors-astrological-sup {
    font-size: 20px;
    color: #0E1A24;
}

.instructors-astrological-title {
    font-size: 35px;
    color: #0E1A24;
    font-weight: 700;
    line-height: 40px;
}


.instructors-astrological-test .dropdown {
    position: relative;
}

.instructors-astrological-test .dropdown-toggle {
    white-space: nowrap;
}
.instructors-astrological-test .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}
.instructors-astrological-test .dropdown-toggle:empty::after {
    margin-left: 0;
}

.instructors-astrological-test .dropdown-menu {
    --bs-dropdown-zindex: 1000;
    --bs-dropdown-min-width: 10rem;
    --bs-dropdown-padding-x: 0;
    --bs-dropdown-padding-y: 0.5rem;
    --bs-dropdown-spacer: 0.125rem;
    --bs-dropdown-font-size: 1rem;
    --bs-dropdown-color: #212529;
    --bs-dropdown-bg: #fff;
    --bs-dropdown-border-color: var(--bs-border-color-translucent);
    --bs-dropdown-border-radius: 0.375rem;
    --bs-dropdown-border-width: 1px;
    --bs-dropdown-inner-border-radius: calc(0.375rem - 1px);
    --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
    --bs-dropdown-divider-margin-y: 0.5rem;
    --bs-dropdown-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    --bs-dropdown-link-color: #212529;
    --bs-dropdown-link-hover-color: #1e2125;
    --bs-dropdown-link-hover-bg: #e9ecef;
    --bs-dropdown-link-active-color: #fff;
    --bs-dropdown-link-active-bg: #0d6efd;
    --bs-dropdown-link-disabled-color: #adb5bd;
    --bs-dropdown-item-padding-x: 1rem;
    --bs-dropdown-item-padding-y: 0.25rem;
    --bs-dropdown-header-color: #6c757d;
    --bs-dropdown-header-padding-x: 1rem;
    --bs-dropdown-header-padding-y: 0.5rem;
    position: absolute;
    z-index: var(--bs-dropdown-zindex);
    display: none;
    min-width: var(--bs-dropdown-min-width);
    padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
    margin: 0;
    font-size: var(--bs-dropdown-font-size);
    color: var(--bs-dropdown-color);
    text-align: left;
    list-style: none;
    background-color: var(--bs-dropdown-bg);
    background-clip: padding-box;
    border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
    border-radius: var(--bs-dropdown-border-radius);
}

.instructors-astrological-test .dropdown-menu[data-bs-popper] {
    top: 100%;
    left: 0;
    margin-top: var(--bs-dropdown-spacer);
}

.instructors-astrological-test .dropdown-item {
    display: block;
    width: 100%;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    clear: both;
    font-weight: 400;
    color: var(--bs-dropdown-link-color);
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.instructors-astrological-test .dropdown-item:hover, .instructors-astrological-test .dropdown-item:focus {
    color: var(--bs-dropdown-link-hover-color);
    background-color: var(--bs-dropdown-link-hover-bg);
}

.instructors-astrological-test .dropdown-item.active, .instructors-astrological-test .dropdown-item:active {
    color: var(--bs-dropdown-link-active-color);
    text-decoration: none;
    background-color: var(--bs-dropdown-link-active-bg);
}

.instructors-astrological-test .dropdown-item.disabled, .instructors-astrological-test .dropdown-item:disabled {
    color: var(--bs-dropdown-link-disabled-color);
    pointer-events: none;
    background-color: transparent;
}

.instructors-astrological-test .dropdown-menu.show {
    display: block;
}

.instructors-astrological-test .dropdown-toggle {
    background-color: #fff;
    border-radius: 15px;
    padding: 15px 30px;
    cursor: pointer;
    font-size: 20px;
    color: #1C0E46;
    margin-right: 20px;
    width: 352px;
}

.instructors-astrological-test .dropdown-toggle::after {
    position: absolute;
    top: 25px;
    right: 30px;
}

.instructors-astrological-test .dropdown-menu {
    width: 352px;
    border-radius: 15px;
}

.instructors-astrological-test .search {
    background-color: #FF0A33;
    border-radius: 100px;
    padding: 15px 50px;
    cursor: pointer;
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    width: 220px;
    text-align: center;
}

#instructors-astrological-result .instructors-astrological-photo {
    min-width: 150px;
    min-height: 150px;
    max-width: 150px;
    max-height: 150px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 30px;
    margin-right: 10px;
}

.questions-left {
    margin-right: 20px;
    max-width: 750px;
}

.questions-right {
    width: 100%;
}

.questions-top-block {
    padding: 30px;
    background: #363BD7;
    background: linear-gradient(0deg,rgba(54, 59, 215, 1) 0%, rgba(32, 35, 124, 1) 100%);
    border-radius: 25px;
}

.questions-title {
    font-size: 50px;
    font-weight: 700;
    line-height: 47px;
    color: #fff;
    margin-bottom: 50px;
}

.questions-title span {
    color: #FF0A33;
}

.questions-text {
    font-size: 23px;
    line-height: 28px;
    font-weight: 500;
    color: #fff;
}

.question-bottom-block {
    padding-top: 20px;
}

.questions-beg-item {
    padding: 10px 20px;
    border: 1px dashed #232686;
    border-radius: 5px;
    margin: 5px;
    font-size: 20px;
    flex-grow: 1;
}

.questions-beg-btn {
    color: #fff;
    background-color: #353AD3;
    font-size: 25px;
    font-weight: 800;
    padding: 10px;
    text-align: center;
    border-radius: 15px;
    margin-top: 10px;
    cursor: pointer;
}

.questions-beg-btn:after {
    display: none;
}

.questions-desktop .dropdown-item .icon, .questions-mobile .dropdown-item .icon {
    width: 30px;
    text-align: center;
}

.questions-block .questions-right img {
    border-radius: 25px;
    width: 100%;
}

.reviews {
    margin-top: 50px;
}

.reviews-title {
    font-size: 70px;
    font-weight: 700;
    color: #231F20;
    text-align: center;
    margin-bottom: 50px;
}

.reviews-title span {
    color: #FF0A33;
}

.review-item {
    margin: 15px;
}

.review-block:nth-child(even) {
    margin-top: 50px;
}

.review-item img {
    border-radius: 20px;
    width: 100%;
    margin-bottom: 20px;
}

.review-title {
    font-size: 25px;
    font-weight: 700;
    color: #0E1A24;
    margin-bottom: 20px;
}

.review-text {
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    color: #7E7E7E;
    margin-bottom: 20px;
}

.videos {
    margin-top: 50px;
    padding-bottom: 50px;
}

.videos-title {
    font-size: 70px;
    font-weight: 700;
    color: #231F20;
    margin-bottom: 50px;
    line-height: 76px;
}

.features > div > div, .app > div > div {
    max-width: 50%;
    width: 100%;
    padding: 15px;
}

.video-sub {
    background-color: rgba(14, 26, 36, 0.5);
    color: #fff;
    font-size: 25px;
    font-weight: 800;
    padding: 20px;
    text-align: center;
    border-radius: 15px;
    margin-top: 15px;
}

.comment-item {
    background-color: #353AD3;
    border-radius: 15px;
    margin-bottom: 30px;
    font-size: 25px;
    line-height: 32px;
    padding: 40px;
    color: #fff;
}

footer {
    background: #353AD3;
    background: linear-gradient(180deg, rgba(53, 58, 211, 1) 0%, rgba(27, 30, 109, 1) 100%);
    padding: 30px 0;
}

.footer .container {
    padding-top: 50px;
    padding-bottom: 50px;
}

.footer-img-block {
    padding: 0 15px;
}

.footer-img-block img {
    border-radius: 20px;
}

.footer-form-title {
    font-size: 50px;
    font-weight: 800;
    color: #fff;
    line-height: normal;
}

.footer-form-text {
    font-size: 25px;
    color: #fff;
    margin-bottom: 20px;
}

.footer .input-border {
    border: 1px solid #fff;
    border-radius: 10px;
    background-color: transparent;
    color: #fff;
    outline: none;
    padding: 10px 20px;
    font-size: 25px;
    margin-right: 10px;
    max-width: 280px;
}

.footer .input-border::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.footer button {
    background-color: #FF0A33;
    color: #fff;
    border-radius: 10px;
    font-size: 25px;
    border: none;
    outline: none;
    white-space: nowrap;
    padding: 11px 20px;
}

.footer form .form-check {
    font-size: 10px;
    margin-top: 10px;
    color: #fff;
    width: 100%;
    display: flex;
    align-items: center;
}

.footer form .form-check input {
    width: 15px;
    height: 15px;
    margin-right: 10px;
}

.footer form .form-check a {
    text-decoration: none;
    color: #fff;
}

.footer-dotted-line {
    margin: 25px 0;
    border-top: 1px dashed #fff;
}

.footer-city-select a {
    color: #fff;
    text-decoration: none;
    border: 1px solid transparent;
    border-radius: 50px;
    padding: 3px 12px;
    margin-left: 20px;
    font-size: 15px;
}

.footer-city-select a.select {
    border-color: #fff;
}

.footer-centres {
    margin-top: 40px;
}

.footer-centre {
    margin-bottom: 30px;
    padding: 0 30px;
}

.footer-centre svg {
    width: 25px;
    margin-top: 4px;
}

.footer-centre-title {
    color: #fff;
    font-size: 15px;
    margin-left: 5px;
}

.footer-centre-job-time {
    color: #fff;
    font-size: 10px;
    margin-top: 5px;
    margin-left: 21px;
}

.footer-centre-route {
    color: #fff;
    font-size: 11px;
    width: max-content;
    border: 1px solid #fff;
    border-radius: 50px;
    padding: 3px 12px;
    margin-top: 10px;
    cursor: pointer;
    margin-left: 21px;
}

.footer-centre-route a {
    color: #fff;
    text-decoration: none;
}

.footer-centre-route svg {
    margin-right: 7px;
}

.footer-copyright, .footer-copyright a {
    color: #fff;
    font-size: 10px;
    text-decoration: none;
}

.footer-cat {
    font-size: 10px;
    font-weight: 700;
    color: #fff;
    margin-left: 20px;
}

.video-poster-preview {
    position: relative;
    cursor: pointer;
}

.video-poster-preview img {
    border-radius: 24px;
    max-width: 100%;
    width: 100%;
}

.video-poster-preview > div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.video-poster-preview .video-poster-play-button {
    backdrop-filter: blur(4px);
    border-radius: 100%;
    padding: 18px;
    transition: 200ms;
}

.video-poster-preview .video-poster-play-button-dark {
    background-color: rgba(14, 26, 36, 0.64);
}

.video-poster-preview .video-poster-play-button-red {
    background-color: rgba(255, 10, 51, 0.64);
}

.video-poster-preview .video-poster-play-button-blue {
    background-color: rgba(97, 97, 252, 0.64);
}

.video-poster-preview:hover .video-poster-play-button {
    transform: scale(1.11);
}

.video-poster-preview:hover .video-poster-play-button-dark {
    background-color: rgb(14, 26, 36);
}

.video-poster-preview:hover .video-poster-play-button-red {
    background-color: rgb(255, 10, 51);
}

.video-poster-preview:hover .video-poster-play-button-blue {
    background-color: rgb(97, 97, 252);
}

/*
modals
 */

.modals .modal-content {
    border-radius: 25px;
    padding-top: 50px;
    padding-bottom: 30px;
}

.modals .modal-close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.modals .modal-close svg {
    fill: #353AD3;
    width: 30px;
}

.modals .blue .modal-content {
    background: #272A98;
    background: linear-gradient(90deg, rgba(39, 42, 152, 1) 0%, rgba(54, 59, 215, 1) 100%);
}

.modals .modal-title {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 25px;
}

.modals .blue .input-border {
    border: 1px solid #fff;
    border-radius: 10px;
    background-color: transparent;
    color: #fff;
    outline: none;
    padding: 10px 20px;
    font-size: 25px;
    margin-right: 10px;
    max-width: 280px;
    width: 100%;
}

.modals .blue .input-border::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.modals .blue button {
    background-color: #FF0A33;
    color: #fff;
    border-radius: 10px;
    font-size: 25px;
    border: none;
    outline: none;
    white-space: nowrap;
    padding: 11px 20px;
}

.modals .blue .form-check {
    font-size: 10px;
    margin-top: 10px;
    color: #fff;
    width: 100%;
    display: flex;
    align-items: center;
}

.modals .blue .form-check input {
    width: 15px;
    height: 15px;
    margin-right: 10px;
}

.modals .blue .form-check a {
    text-decoration: none;
    color: #fff;
}

.modals .blue .modal-body {
    color: #fff;
}

.modals .blue .modal-close svg {
    fill: #fff;
    width: 30px;
}

.modals .instructors-astrological-sup {
    margin-bottom: 20px;
}

.modals .blue .instructors-astrological-sup {
    color: #fff;
}

.modals .blue .instructors-astrological-title {
    color: #fff;
}

.modal-feedback {
    max-width: 400px;
    margin: auto;
}

.modal-feedback .modal-title {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    line-height: normal;
    max-width: 300px;
    margin: auto;
    margin-bottom: 20px;
}

.modal-feedback .modal-text {
    text-align: center;
    font-size: 10px;
    font-weight: 200;
    color: #2D2D2D;
    margin-bottom: 20px;
}

.modal-feedback form {
    width: 100%;
    margin-bottom: 20px;
}

.modal-feedback form .form-element {
    margin-bottom: 20px;
}

.modal-feedback form .form-element input {
    width: 100%;
    background-color: #F1F2F6;
    border-radius: 50px;
    outline: none;
    border: 1px solid transparent;
    padding: 15px 30px;
}

.modal-feedback form .form-check {
    max-width: max-content;
    margin: auto;
    margin-bottom: 20px;
}

.modal-feedback form .form-check .form-check-label, .modal-feedback form .form-check .form-check-label a {
    font-size: 10px;
    font-weight: 200;
    text-decoration: none;
    color: #2d2d2d;
}

.modal-feedback form button {
    background-color: #FF0A33;
    color: #fff;
    border-radius: 50px;
    outline: none;
    border: none;
    padding: 15px 30px;
    width: 100%;
}

/*
pay
 */
.pay-page .page {
    background-color: #fff;
}

.pay-page .header {
    background-color: #F1F2F6;
    border-radius: 25px;
    padding: 35px;
}

.pay-page .header-logotype svg {
    width: 170px
}

.pay-page .header-phone {
    color: #0E1A24;
    text-decoration: none;
}

.pay-page .header-phone svg path {
    fill: #0E1A24;
}

.pay-page .header-banner-block {
    position: relative;
}

.pay-page .header-banner-suptext {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 30px;
}

.pay-page .header-banner-suptext span {
    color: #FF0A33;
}

.pay-page .header-banner-text {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    line-height: 46px;
    font-family: 'Inter';
    margin-bottom: 50px;
    max-width: 590px;
}

.pay-page .header-banner-list {
    font-size: 25px;
    color: #fff;
    font-weight: 300;
}

.pay-page .special-offer {
    background-color: #F1F2F6;
}

.pay-page .special-offer > .container > div {
    padding: 50px;
}

.pay-page .special-title {
    font-size: 50px;
    font-weight: 700;
    color: #0E1A24;
    line-height: 50px;
}

.pay-page .special-title span {
    color: #FF0A33;
}

.pay-page .special-text {
    font-size: 30px;
    font-weight: 700;
    color: #0E1A24;
}

.pay-page .special-right {
    max-width: 100%;
    width: 100%;
}

.pay-page .unit {
    text-align: center;
}

.pay-page .value {
    font-size: 120px;
    font-weight: 700;
    color: #0E1A24;
    line-height: 120px;
}

.pay-page .label {
    font-size: 30px;
    font-weight: 700;
    color: #0E1A24;
}

.pay-page .price > div {
    padding: 100px 50px 50px;
}

.pay-page .price-title {
    font-size: 70px;
    font-weight: 700;
    color: #231F20;
}

.pay-page .price-item-title {
    font-size: 50px;
    font-weight: 700;
    line-height: 76px;
}

.pay-page .price-item-list {
    font-size: 20px;
    font-weight: 300;
    margin-top: 30px;
}

.pay-page .price-item-divider {
    max-width: 290px;
}

.pay-page .price-item-amount {
    margin-top: 50px;
}

.pay-page .price-item-dop {
    background: #FF0A33;
    background: linear-gradient(90deg, rgba(255, 10, 51, 1) 0%, rgba(153, 6, 30, 1) 100%);
    color: transparent;
    background-clip: text;
}

.pay-page .price-img {
    width: 625px;
    border-radius: 25px;
}

.pay-page .reviews {
    background-color: #F1F2F6;
    padding: 0;
}

.pay-page .reviews > div {
    padding: 50px 50px 0;
}

.pay-page .reviews-title {
    text-align: left;
    margin-bottom: 30px;
}

.pay-page .review-item {
    background-color: #fff;
    border-radius: 25px;
}

.pay-page .review-data {
    padding: 25px;
}

.pay-page .pay-form {
    background-color: #F1F2F6;
    padding: 30px 0;
}

.pay-page .pay-form > div {
    padding: 0 50px;
}

.pay-page .pay-form-title {
    font-size: 70px;
    font-weight: 700;
    line-height: 65px;
    color: #231F20;
    max-width: 90%;
    margin-bottom: 20px;
}

.pay-page .pay-form-text {
    font-size: 25px;
    font-weight: 700;
    line-height: 30px;
    color: #0E1A24;
    margin-bottom: 30px;
}

.pay-page .pay-form-text span {
    color: #FF0A33;
}

.pay-page .pay-form form > div {
    margin-bottom: 30px;
}

.pay-page .pay-form input {
    background-color: #fff;
    border-radius: 10px;
    font-size: 25px;
    border: none;
    outline: none;
    margin-right: 20px;
    padding: 15px;
}

.pay-page .pay-form button {
    background-color: #FF0A33;
    color: #fff;
    border-radius: 100px;
    font-size: 25px;
    border: none;
    outline: none;
    margin-right: 20px;
    padding: 15px 100px;
}

.pay-page footer {
    background: #fff;
    padding: 0;
}

.pay-page footer a, .pay-page footer .footer-phone {
    font-size: 15px;
    color: #0E1A24;
    font-weight: 700;
    margin-right: 30px;
    text-decoration: none;
}

.pay-page footer .images {
    background-image: url('/themes/avto2026/assets/images/pay-footer.webp');
    background-repeat: repeat-x;
    width: 100%;
    height: 450px;
}

@media (max-width: 766px) {
    header {
        padding: 5px 0 0;
    }

    header > .container {
        background-color: #f1f2f6;
        width: 100%;
    }

    .header-logotype-row {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background-color: #f1f2f6 !important;
        border: none !important;
        border-radius: 0 !important;
        margin: 0 !important;
        z-index: 9999;
    }

    .header-logotype svg {
        width: 100px;
    }

    .header-cat {
        font-size: 10px;
        font-weight: 600;
        color: #fff;
    }

    .header-btn {
        padding: 3px 8px;
        font-weight: 500;
        font-size: 12px;
    }

    .header-banner {
        padding: 20px;
    }

    .header-banner-block {
        padding-top: 50px;
        padding-bottom: 1px;
    }

    .header-banner-left {
        margin-left: 0;
        margin-bottom: 30px;
    }

    .header-banner-text {
        font-size: 24px;
        line-height: 27px;
        font-weight: 900;
        margin-bottom: 30px;
    }

    .header-banner-feature {
        width: 100%;
        margin-bottom: 20px;
    }

    .header-banner-btn, .header-banner-btn:hover {
        width: 100%;
        display: block;
        text-align: center;
    }

    .header-banner-img {
        max-width: 100%;
    }

    .instructors-page .page {
        padding-top: 0;
    }

    .official-title {
        font-size: 30px;
        line-height: 34px;
    }

    .official-feature-item {
        padding: 10px;
    }

    .official-counts-block {
        max-width: 135px;
        border-radius: 15px;
        margin-right: 15px;
    }

    .official-feature-item-title {
        font-size: 20px;
        line-height: 22px;
        margin-bottom: 15px;
    }

    .official-feature-item-text {
        font-size: 12px;
    }

    .official-feature-item-link {
        text-align: right;
    }

    .official-feature-item-link a {
        font-size: 12px;
    }

    .official-feature-item:first-child .official-feature-item-text {
        margin-bottom: 50px;
    }

    .official-feature-item {
        background-size: 45%;
    }

    .official-feature-item:first-child {
        background-position: calc(100% - 30px) center;
        margin-bottom: 15px;
    }

    .official-feature-item:last-child {
        background-size: contain;
    }

    .quality {
        padding: 15px;
    }

    .quality-left {
        margin: 10px;
    }

    .quality-title {
        font-size: 30px;
        line-height: 31px;
    }

    .quality-text {
        font-size: 15px;
    }

    .quality-right {
        max-width: none;
        min-width: 0;
        width: 100%;
    }

    .quality-bottom-block {
        position: relative;
        width: 100%;
        border-radius: none;
        background-color: transparent;
    }

    .quality-bottom-title {
        margin: 10px 0;
    }

    .quality-bottom-title, .quality-bottom-title span {
        font-size: 15px;
        color: #fff;
    }

    .running-line img {
        max-width: 90%;
        margin: 30px 20px 50px;
    }

    .months-left {
        margin: 0 10px;
    }

    .months-title {
        font-size: 30px;
        line-height: 37px;
        margin-bottom: 30px;
    }

    .months-list {
        font-size: 15px;
        line-height: 26px;
    }

    .months-right {
        max-width: none;
        min-width: 0;
        width: 100%;
    }

    .months-video-title {
        font-size: 15px;
        line-height: 19px;
        max-width: 250px;
        margin: 0 auto;
    }

    .classes-title {
        font-size: 28px;
        line-height: 34px;
        text-align: center;
    }

    .classes-items {
        overflow-x: auto;
    }

    .classes-item {
        max-width: 250px;
        min-width: 250px;
        width: 100%;
    }

    .prices-title {
        font-size: 30px;
        line-height: 27px;
        font-weight: 700;
        text-align: left;
        max-width: 90%;
        margin-bottom: 10px;
    }

    .tariff-change {
        margin-bottom: 30px;
    }

    .tariff-change-btn {
        border-radius: 10px;
        padding: 10px 12px;
        border: 1px solid #000;
        margin-right: 10px;
    }

    .tariff-change-btn:first-child svg {
        margin-top: 1px;
    }

    .tariff-change-btn:last-child svg {
        transform: rotate(180deg);
    }

    .tariffs-list {
        max-width: 100%;
        width: 100%;
    }

    .price-item-wrapper, .tariff-test-wrapper {
        max-width: 100%;
        width: 100%;
        padding: 0 5px 20px;
    }

    .price-item-title {
        font-size: 15px;
    }

    .price-item-period {
        font-size: 15px;
    }

    .price-item-list {
        font-size: 15px;
        margin-top: 20px;
    }

    .price-item-dop {
        font-size: 15px;
    }

    .price-item-amount {
        font-size: 30px;
        margin-top: 10px;
    }

    .price-item-amount-dop {
        font-size: 15px;
    }

    .price-item-btn {
        font-size: 20px;
    }

    .tariff-test img {
        max-width: 90px;
        margin-right: 15px;
    }

    .tariff-test-title {
        font-size: 30px;
        line-height: 37px;
        font-weight: 700;
        text-align: left;
    }

    .tariff-test-text {
        font-size: 20px;
        line-height: 31px;
        text-align: left;
        font-weight: 400;
    }

    .contract {
        background-position: center;
        background-size: cover;
    }

    .contract:before {
        background: #23278B;
        background: linear-gradient(0deg, rgba(35, 39, 139, 0) 0%, rgba(35, 39, 139, 1) 44%, rgba(54, 59, 215, 1) 100%);
    }

    .contract-suptitle {
        font-size: 10px;
        font-weight: 600;
    }

    .contract-title {
        font-size: 40px;
        line-height: 45px;
    }

    .contract-text {
        font-size: 20px;
        line-height: 24px;
        font-weight: 300;
    }

    .contract-question-item-title {
        font-size: 30px;
        line-height: 40px;
        font-weight: 600;
    }

    .contract-question-item-answers {
        width: 100%;
    }

    .contract-question-item-answers-btn {
        width: 100%;
    }

    .contract-question-item-answers-item {
        font-size: 20px;
    }

    .contract-question-item-answers-item {
        border-radius: 10px;
        padding: 17px;
    }

    .contract-question-item-prev {
        width: 90px;
        border-radius: 10px;
        line-height: 47px;
    }

    .contract-question-item-next {
        width: 100%;
        text-align: center;
        border-radius: 10px;
        line-height: 47px;
    }

    .contract-question-item form .form-check {
        font-size: 10px;
    }

    .practice-title {
        font-size: 32px;
        line-height: 38px;
    }

    .practice-text {
        font-size: 18px;
        line-height: 21px;
    }

    .instructors-items {
        overflow-x: auto;
    }

    .instructor-wrapper {
        max-width: 250px;
        min-width: 250px;
        width: 100%;
        margin: 0 15px;
    }

    .instructor-item {
        width: 100%;
    }

    .instructor-item img {
        max-width: 100%;
    }

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

    .instructors-link a {
        font-size: 20px;
    }

    .instructors-page .instructor-wrapper {
        flex: 1 0 50%;
        max-width: max-content;
        min-width: min-content;
        width: 100%;
        margin: 0;
        padding: 10px;
    }

    .instructors-page .instructor-item-data {
        padding: 10px;
    }

    .instructors-page .instructor-item-title {
        font-size: 20px;
        margin-bottom: 5px;
    }

    .instructors-page .instructor-item-text {
        font-size: 14px;
        margin-bottom: 0;
    }

    .instructors-page .instructor-item-btn {
        font-size: 14px;
    }

    .instructors-astrological-test {
        padding: 25px;
        height: auto;
    }

    .instructors-astrological-title, .instructors-astrological-test .dropdown {
        margin-bottom: 25px;
    }

    .instructors-astrological-test .dropdown-toggle {
        width: 100%;
        padding: 15px;
        font-size: 15px;
        font-weight: 300;
    }

    .instructors-astrological-test .search {
        font-size: 15px;
        padding: 10px 50px;
        max-width: max-content;
        width: 100%;
        margin-left: auto;
    }

    .questions-block {
        padding: 0;
        background: #363BD7;
        background: linear-gradient(0deg, rgba(54, 59, 215, 1) 0%, rgba(32, 35, 124, 1) 100%);
        border-radius: 25px;
    }

    .questions-top {
        padding: 20px;
    }

    .questions-title {
        font-size: 30px;
        line-height: 28px;
        margin-bottom: 15px
    }

    .questions-top img {
        max-width: 100%;
        border-radius: 25px;
        width: 100%;
    }

    .question-bottom-block {
        position: relative;
        padding: 5px;
        max-width: 50%;
        width: 100%;

        background-color: #f1f2f6;
        border-top-right-radius: 10px;
    }

    .questions-beg-item {
        font-size: 10px;
        padding: 3px;
        max-width: max-content;
        width: 100%;
        margin: 3px;
    }

    .questions-beg-item img {
        max-width: 13px;
    }

    .questions-text {
        font-size: 15px;
        line-height: 20px;
        font-weight: 400;
        padding: 20px;
        max-width: 50%;
        width: 100%;
    }

    .questions-beg-btn {
        font-size: 20px;
    }

    .reviews-title {
        font-size: 40px;
        line-height: 47px;
        text-align: left;
        margin-left: 15px;
        margin-bottom: 20px;
    }

    .review-block:nth-child(even) {
        margin-top: 0;
    }

    .review-title {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .review-text {
        font-size: 15px;
    }

    .review-item img {
        margin-bottom: 10px;
    }

    .videos-title {
        font-size: 40px;
        line-height: 45px;
        margin-bottom: 30px;
    }

    .features {
        background-color: #353AD3;
        border-radius: 25px;
        padding: 15px;
    }

    .features > div > div {
        max-width: 100%;
    }

    .video-sub {
        font-size: 18px;
    }

    .comment-item {
        font-size: 20px;
        line-height: 27px;
        padding: 0;
        background-color: transparent;
        margin-left: 5px;
    }

    .features .comment-item:last-child {
        margin-bottom: 0;
    }

    .features .comment-block {
        margin-top: 20px;
    }

    .app {
        margin-top: 30px;
    }

    .app .comment-item {
        font-size: 15px;
        line-height: 18px;
        color: #0E1A24;
    }

    .footer-img-block {
        max-width: 100%;
        width: 100%;
    }

    .footer-img-block img {
        max-width: 100%;
        width: 100%;
    }

    .footer-form-title {
        font-size: 30px;
    }

    .footer-form-text {
        font-size: 20px;
    }

    .footer .input-border {
        max-width: 100%;
        width: 100%;
        margin-bottom: 10px;
    }

    .footer button {
        max-width: 100%;
        width: 100%;
    }

    .footer-city-select a {
        margin: 30px 0;
    }

    .footer-centres {
        margin-top: 0;
    }

    .modals .blue .input-border {
        max-width: 100%;
        width: 100%;
        margin-bottom: 10px;
    }

    .modals .blue button {
        max-width: 100%;
        width: 100%;
    }

    .pay-page .header {
        padding: 20px;
    }

    .pay-page .header-logotype svg {
        width: 100px;
    }

    .pay-page .page {
        padding-top: 15px;
    }

    .pay-page .header-phone {
        font-size: 12px;
    }

    .pay-page .header-banner-row {
        margin: 15px 0;
    }

    .pay-page .header-banner-suptext {
        font-size: 15px;
    }

    .pay-page .header-banner-text {
        font-size: 20px;
        max-width: none;
        line-height: 30px;
        margin-bottom: 25px;
    }

    .pay-page .header-banner-list {
        font-size: 18px;
    }

    .pay-page .special-offer > .container > div {
        padding: 25px 10px;
    }

    .pay-page .special-title {
        font-size: 40px;
        line-height: 35px;
    }

    .pay-page .special-text {
        font-size: 20px;
        margin-bottom: 25px;
    }

    .pay-page .value {
        font-size: 50px;
        line-height: 50px;
    }

    .pay-page .label {
        font-size: 14px;
    }

    .pay-page .price > div {
        padding: 50px 30px;
    }

    .pay-page .price-title {
        font-size: 40px;
    }

    .pay-page .price-item-title {
        font-size: 30px;
        line-height: 30px;
    }

    .pay-page .price-item-list {
        font-size: 15px;
    }

    .pay-page .reviews > div {
        padding: 50px 0;
    }

    .pay-page .pay-form {
        padding: 0;
    }

    .pay-page .pay-form > div {
        padding: 0 20px 20px;
    }

    .pay-page .pay-form-title {
        font-size: 35px;
        max-width: none;
        line-height: 40px;
    }

    .pay-page .pay-form-text {
        font-size: 20px;
        line-height: 25px;
    }

    .pay-page .pay-form form > div {
        margin-bottom: 0;
    }

    .pay-page .pay-form input {
        margin-right: 0;
        margin-bottom: 15px;
        font-size: 20px;
        width: 100%;
    }

    .pay-page .pay-form button {
        font-size: 20px;
        width: 100%;
    }

    .pay-page footer .container {
        padding: 30px;
    }

    .pay-page footer a:last-child {
        margin-right: 0;
    }

    .modals .modal-title {
        font-size: 20px;
    }

    .modal-feedback form {
        text-align: center;
    }

    .modal-feedback form .form-element {
        text-align: center;
    }

    .modal-feedback form .form-element input {
        width: 100%;
    }

    .modal-feedback form button {
        width: 100%;
    }
}

.modal {
    --bs-modal-zindex: 1055;
    --bs-modal-width: 500px;
    --bs-modal-padding: 1rem;
    --bs-modal-margin: 0.5rem;
    --bs-modal-color: ;
    --bs-modal-bg: #fff;
    --bs-modal-border-color: var(--bs-border-color-translucent);
    --bs-modal-border-width: 1px;
    --bs-modal-border-radius: 0.5rem;
    --bs-modal-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    --bs-modal-inner-border-radius: calc(0.5rem - 1px);
    --bs-modal-header-padding-x: 1rem;
    --bs-modal-header-padding-y: 1rem;
    --bs-modal-header-padding: 1rem 1rem;
    --bs-modal-header-border-color: var(--bs-border-color);
    --bs-modal-header-border-width: 1px;
    --bs-modal-title-line-height: 1.5;
    --bs-modal-footer-gap: 0.5rem;
    --bs-modal-footer-bg: ;
    --bs-modal-footer-border-color: var(--bs-border-color);
    --bs-modal-footer-border-width: 1px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--bs-modal-zindex);
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: var(--bs-modal-margin);
    pointer-events: none;
}

.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none;
    }
}
.modal.show .modal-dialog {
    transform: none;
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - var(--bs-modal-margin) * 2);
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    color: var(--bs-modal-color);
    pointer-events: auto;
    background-color: var(--bs-modal-bg);
    background-clip: padding-box;
    border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
    border-radius: var(--bs-modal-border-radius);
    outline: 0;
}

.modal-backdrop {
    --bs-backdrop-zindex: 1050;
    --bs-backdrop-bg: #000;
    --bs-backdrop-opacity: 0.5;
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--bs-backdrop-zindex);
    width: 100vw;
    height: 100vh;
    background-color: var(--bs-backdrop-bg);
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.show {
    opacity: var(--bs-backdrop-opacity);
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: var(--bs-modal-padding);
}

@media (min-width: 576px) {
    .modal {
        --bs-modal-margin: 1.75rem;
        --bs-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    }

    .modal-dialog {
        max-width: var(--bs-modal-width);
        margin-right: auto;
        margin-left: auto;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        --bs-modal-width: 800px;
    }
}

@keyframes run {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(calc(-100% - 20px));
    }
}
