:root {
    --font-family: "Overpass", sans-serif;
    --content-width: 1170px;
    --container-offset: 15px;
    --container-width: calc(var(--content-width) + (var(--container-offset) * 2));
    --light-color: #fff;
    --accent-color: #BD9F49;
    --second-color: #754d25;
    --third-color: #0067b1;
    --fifth-color: #a3ccee;
    --alert-color: #f03a47;
    --padding-vertical-sm: 15px;
    --padding-vertical: 30px;
    --padding-vertical-xl: 80px;
}

/* stylelint-disable */ /* stylelint-disable */ /* stylelint-disable */
.custom-checkbox__field:checked + .custom-checkbox__content::after {
    opacity: 1;
}

.custom-checkbox__field:focus + .custom-checkbox__content::before {
    outline: 2px solid #f00;
    outline-offset: 2px;
}

.custom-checkbox__field:disabled + .custom-checkbox__content {
    opacity: 0.4;
    pointer-events: none;
}

/* stylelint-disable */ /* stylelint-disable */ /* stylelint-disable value-keyword-case */
/*@font-face {*/
/*    font-family: "days";*/
/*    src: url("../fonts/../fonts/dayssansblack.woff2") format("woff2");*/
/*    font-weight: 400;*/
/*    font-display: swap;*/
/*    font-style: normal;*/
/*}*/

@font-face {
    font-family: "Overpass";
    src: url("../fonts/../fonts/Overpass-Regular.woff2") format("woff2");
    font-weight: 400;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: "Overpass";
    src: url("../fonts/../fonts/Overpass-Medium.woff2") format("woff2");
    font-weight: 500;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: "Overpass";
    src: url("../fonts/../fonts/Overpass-Bold.woff2") format("woff2");
    font-weight: 700;
    font-display: swap;
    font-style: normal;
}

html {
    box-sizing: border-box;
}

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

.page {
    height: 100%;
    -webkit-text-size-adjust: 100%;
    font-weight: 300;
    text-rendering: optimizeLegibility;
}

.page__body {
    margin: 0;
    min-width: 320px;
    min-height: 100%;
    font-size: 20px;
    font-family: var(--font-family);
    background-color: #fafafb;
    padding-top: 103px;
}

body {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.header {
    /* 0 flex-grow, 0 flex-shrink, auto flex-basis */
    flex: 0 0 auto !important;
}

.main {
    /* 1 flex-grow, 0 flex-shrink, auto flex-basis */
    flex: 1 0 auto;
}

.footer {
    /* 0 flex-grow, 0 flex-shrink, auto flex-basis */
    flex: 0 0 auto !important;
}

img {
    height: auto;
    max-width: 100%;
    object-fit: cover;
}

a {
    text-decoration: none;
}

.is-hidden {
    display: none !important;
    /* stylelint-disable-line declaration-no-important */
}

.btn-reset {
    border: none;
    padding: 0;
    background-color: transparent;
    cursor: pointer;
}

.btn-main {
    background-color: var(--accent-color);
    color: #fff;
    border-radius: 30px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    padding: 15px 15px;
    transition: all 0.3s ease-in-out;
}

@media (min-width: 576px) {
    .btn-main {
        padding: 20px 40px;
    }
}

@media (any-hover: hover) {
    .btn-main:hover {
        background-color: #bd9f49;
    }
}

.btn-main--back {
    background-color: #F2F6FA;
    color: inherit;
    border-radius: 30px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    padding: 15px 15px;
    transition: all 0.3s ease-in-out;
}

@media (min-width: 576px) {
    .btn-main--back {
        padding: 20px 40px;
    }
}

@media (any-hover: hover) {
    .btn-main--back:hover {
        background-color: #ede7dd;
    }
}

.list-reset {
    list-style: none;
    margin: 0;
    padding: 0;
}

.input-reset {
    -webkit-appearance: none;
    appearance: none;
    border: none;
    border-radius: 0;
    background-color: #fff;
}

.input-reset::-webkit-search-decoration, .input-reset::-webkit-search-cancel-button, .input-reset::-webkit-search-results-button, .input-reset::-webkit-search-results-decoration {
    display: none;
}

.visually-hidden {
    position: absolute;
    overflow: hidden;
    margin: -1px;
    border: 0;
    padding: 0;
    width: 1px;
    height: 1px;
    clip: rect(0 0 0 0);
}

.section-container {
    margin: 0 auto;
    padding: 0 var(--container-offset);
    max-width: var(--container-width);
}

.js-focus-visible :focus:not(.focus-visible) {
    outline: none;
}

.centered {
    text-align: center;
}

.dis-scroll {
    position: fixed;
    left: 0;
    top: 0;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    overscroll-behavior: none;
}

.page--ios .dis-scroll {
    position: relative;
}

p {
    font-weight: 300;
}

::selection {
    color: #ffffff;
    background-color: var(--second-color);
}

.iti__flag {
    background-image: url("../img/flags.png");
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti__flag {
        background-image: url("../img/flags@2x.png");
    }
}

.modal {
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-open {
    overflow: hidden;
}

.modal-title {
    font-weight: 500;
    color: var(--accent-color);
    margin-bottom: 1rem;
}

.countdown {
    font-weight: 700;
    color: var(--accent-color);
}

.header {
    box-shadow: 0px 10px 8px -8px rgba(34, 60, 80, 0.2);
    background-color: #fafafb;
    z-index: 99;
}

.header__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: var(--padding-vertical-sm);
    padding-bottom: var(--padding-vertical-sm);
}

.menu-wrapper {
    display: flex;
    align-content: center;
    align-items: baseline;

}
.nav-list {
    display: flex;
    gap: 1.5rem;
    list-style: none;
    font-size: 16px;
}

.nav-link {
    padding: 8px 12px;
}

.main-navigation {
    margin-right: 50px;
}
/* Стили для dropdown */
.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-menu {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    list-style: none;
    padding: 0;
    margin: 0;
    border-radius: 4px;
}

.dropdown-item {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-item:hover {
    background-color: #f1f1f1;
}

/* Класс для показа dropdown */
.dropdown-menu.show {
    display: block;
}

/*burger*/
/* Стили для бургер-кнопки */
.burger-btn {
    display: none; /* По умолчанию скрыта */
    background: none;
    border: none;
    cursor: pointer;
    padding: 10px;
    z-index: 1001;
}

.burger-line {
    display: block;
    width: 25px;
    height: 2px;
    background-color: #333;
    margin: 5px 0;
    transition: all 0.3s ease;
}

/* Стили для мобильного меню */
@media (max-width: 991px) {
    .burger-btn {
        display: block;
    }

    ul {
        padding-left: 0;
    }


    .menu-wrapper {
        position: fixed;
        top: 0;
        right: -100%;
        width: 80%;
        max-width: 320px;
        height: 100vh;
        background: #fff;
        box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
        transition: right 0.3s ease;
        z-index: 1000;
        padding: 80px 20px 20px;
        overflow-y: auto;
        flex-direction: column;
    }

    .menu-wrapper.active {
        right: 0;
    }

    .nav-list {
        flex-direction: column;
    }

    .dropdown-menu {
        position: static;
        box-shadow: none;
        display: none;
    }

    .dropdown-menu.show {
        display: block;
    }
}

/* Общие стили для dropdown (работают на всех устройствах) */
.dropdown {
    position: relative;
}

.dropdown-menu {
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    list-style: none;
    padding: 0;
    margin: 0;
    border-radius: 4px;
    display: none;
}

/*@media (min-width: 992px) {*/
/*    .dropdown:hover .dropdown-menu {*/
/*        display: block;*/
/*    }*/
/*}*/

.dropdown-menu.show {
    display: block;
}

.dropdown-item {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-item:hover {
    background-color: #f1f1f1;
}
/*burger*/

/*.mobile-menu-toggle {*/
/*    display: none;*/
/*    background: none;*/
/*    border: none;*/
/*    cursor: pointer;*/
/*    padding: 10px;*/
/*    z-index: 1001;*/
/*}*/

/*.menu-icon {*/
/*    display: block;*/
/*    width: 25px;*/
/*    height: 2px;*/
/*    background: #333;*/
/*    position: relative;*/
/*    transition: all 0.3s;*/
/*}*/

/*.menu-icon::before,*/
/*.menu-icon::after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    width: 25px;*/
/*    height: 2px;*/
/*    background: #333;*/
/*    transition: all 0.3s;*/
/*}*/

/*.menu-icon::before {*/
/*    transform: translateY(-7px);*/
/*}*/

/*.menu-icon::after {*/
/*    transform: translateY(7px);*/
/*}*/

/*.mobile-menu-toggle[aria-expanded="true"] .menu-icon {*/
/*    background: transparent;*/
/*}*/

/*.mobile-menu-toggle[aria-expanded="true"] .menu-icon::before {*/
/*    transform: rotate(45deg) translate(5px, 5px);*/
/*}*/

/*.mobile-menu-toggle[aria-expanded="true"] .menu-icon::after {*/
/*    transform: rotate(-45deg) translate(5px, -5px);*/
/*}*/

/*.menu-wrapper {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    gap: 2rem;*/
/*}*/

/*.main-navigation .nav-list {*/
/*    display: flex;*/
/*    gap: 1.5rem;*/
/*    margin: 0;*/
/*    padding: 0;*/
/*    list-style: none;*/
/*}*/

/*.main-navigation .nav-item {*/
/*    position: relative;*/
/*}*/
/*.nav-link {*/
/*    font-size: 15px;*/
/*}*/
/*.main-navigation .nav-link {*/
/*    color: #333;*/
/*    text-decoration: none;*/
/*    padding: 0.5rem;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    transition: color 0.3s;*/
/*}*/

/*.main-navigation .nav-link:hover {*/
/*    color: #007bff;*/
/*}*/

/*.dropdown-arrow {*/
/*    display: inline-block;*/
/*    width: 0;*/
/*    height: 0;*/
/*    border-left: 5px solid transparent;*/
/*    border-right: 5px solid transparent;*/
/*    border-top: 5px solid #333;*/
/*    margin-left: 5px;*/
/*    transition: transform 0.3s;*/
/*}*/

/*.dropdown-menu {*/
/*    display: none;*/
/*    position: absolute;*/
/*    top: 100%;*/
/*    left: 0;*/
/*    background: white;*/
/*    box-shadow: 0 3px 6px rgba(0,0,0,0.1);*/
/*    min-width: 200px;*/
/*    padding: 0.5rem 0;*/
/*    list-style: none;*/
/*    z-index: 1000;*/
/*}*/

/*.dropdown-menu li {*/
/*    padding: 0.5rem 1rem;*/
/*}*/

/*.dropdown-menu li:hover {*/
/*    background: #f8f9fa;*/
/*}*/

/*.main-navigation .nav-item:hover .dropdown-menu {*/
/*    display: block;*/
/*}*/

/*.lang-switch {*/
/*    position: relative;*/
/*}*/

/*.lang-current {*/
/*    background: none;*/
/*    border: 1px solid #ddd;*/
/*    padding: 0.5rem 1rem;*/
/*    cursor: pointer;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    gap: 0.5rem;*/
/*}*/

/*.lang-list {*/
/*    display: none;*/
/*    position: absolute;*/
/*    top: 100%;*/
/*    right: 0;*/
/*    background: white;*/
/*    box-shadow: 0 3px 6px rgba(0,0,0,0.1);*/
/*    min-width: 120px;*/
/*    padding: 0.5rem 0;*/
/*    list-style: none;*/
/*    margin: 0;*/
/*    z-index: 1000;*/
/*}*/

/*.lang-option {*/
/*    padding: 0.5rem 1rem;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    gap: 0.5rem;*/
/*    text-decoration: none;*/
/*    color: #333;*/
/*}*/

/*.lang-option:hover {*/
/*    background: #f8f9fa;*/
/*}*/

/*.lang-switch:hover .lang-list {*/
/*    display: block;*/
/*}*/

/*.nav-overlay {*/
/*    position: fixed;*/
/*    top: 0;*/
/*    left: 0;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    background: rgba(0,0,0,0.5);*/
/*    z-index: 10;*/
/*    display: none;*/
/*}*/

/*.nav-overlay.active {*/
/*    display: block;*/
/*}*/

/*.no-scroll {*/
/*    overflow: hidden;*/
/*}*/

/*@media (max-width: 992px) {*/
/*    .mobile-menu-toggle {*/
/*        display: block;*/
/*    }*/

/*    .menu-wrapper {*/
/*        position: fixed;*/
/*        top: 0;*/
/*        right: 0;*/
/*        width: 80%;*/
/*        max-width: 300px;*/
/*        height: 100vh;*/
/*        background: white;*/
/*        transform: translateX(100%);*/
/*        transition: transform 0.3s;*/
/*        padding: 2rem 1rem;*/
/*        box-shadow: -2px 0 10px rgba(0,0,0,0.1);*/
/*        z-index: 1000;*/
/*        flex-direction: column;*/
/*        align-items: flex-start;*/
/*        overflow-y: auto;*/
/*    }*/

/*    .menu-wrapper.active {*/
/*        transform: translateX(0);*/
/*    }*/

/*    .main-navigation {*/
/*        width: 100%;*/
/*    }*/

/*    .main-navigation .nav-list {*/
/*        flex-direction: column;*/
/*        gap: 0;*/
/*    }*/

/*    .main-navigation .nav-item {*/
/*        width: 100%;*/
/*    }*/

/*    .main-navigation .nav-link {*/
/*        padding: 1rem;*/
/*        border-bottom: 1px solid #eee;*/
/*        width: 100%;*/
/*    }*/

/*    .dropdown-menu {*/
/*        position: static;*/
/*        box-shadow: none;*/
/*        display: none;*/
/*        width: 100%;*/
/*        padding-left: 1rem;*/
/*    }*/

/*    .main-navigation .nav-item.active .dropdown-menu {*/
/*        display: block;*/
/*    }*/

/*    .lang-switch {*/
/*        width: 100%;*/
/*        margin-top: auto;*/
/*        padding: 1rem 0;*/
/*    }*/

/*    .lang-list {*/
/*        position: static;*/
/*        width: 100%;*/
/*        box-shadow: none;*/
/*    }*/

/*    .lang-switch:hover .lang-list {*/
/*        display: none;*/
/*    }*/

/*    .lang-switch.active .lang-list {*/
/*        display: block;*/
/*    }*/
/*}*/

/*!* Добавьте эти стили в ваш CSS *!*/
/*.menu-wrapper {*/
/*    !* ... существующие стили ... *!*/
/*    left: -100%; !* Скрываем меню за левым краем *!*/
/*    !*transform: translateX(-100%);*!*/
/*    transition: transform 0.3s ease;*/
/*}*/

/*.menu-wrapper.active {*/
/*    !*transform: translateX(100%); !* Показываем меню, сдвигая обратно *!*!*/
/*    left: 0;*/
/*}*/

/*!* Исправляем позиционирование выпадающего меню *!*/
/*.dropdown-menu {*/
/*    !* ... существующие стили ... *!*/
/*    margin-top: 0; !* Убираем отступ сверху *!*/
/*    top: calc(100% + 5px); !* Добавляем небольшой отступ от родителя *!*/
/*}*/

/*!* Для мобильной версии *!*/
/*@media (max-width: 992px) {*/
/*    .menu-wrapper {*/
/*        left: auto;*/
/*        right: -100%;*/
/*        transform: translateX(0);*/
/*    }*/

/*    .menu-wrapper.active {*/
/*        !*transform: translateX(-100%);*!*/
/*        right: 0;*/
/*    }*/

/*    .dropdown-menu {*/
/*        top: 100%;*/
/*        margin-top: 0;*/
/*    }*/
/*}*/

.logo__img {
    width: 200px;
}

@media (max-width: 576px) {
    .logo__img {
        width: 200px;
    }

}

.footer__logo {
    width: 500px;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}

.registration {
    background-image: url("../img/bg1.svg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

@media (min-width: 768px) {
    .registration {
        /*background-size: 30%, 40%;*/
    }
}

.registration__container {
    padding-top: var(--padding-vertical-xl);
    padding-bottom: var(--padding-vertical-xl);
}

.registration__title {
    font-weight: bold;
    color: var(--accent-color);
    padding-bottom: 1rem !important;
    font-size: 60px;
}

@media (max-width: 768px) {
    .registration__title {
        font-size: 48px;
    }
}

.registration__text {
    padding-bottom: 2rem;
}

.required-star {
    color: var(--alert-color);
    font-weight: 700;
}

/* Form styles */
#registration-form fieldset:not(:first-of-type) {
    opacity: 0;
    /* Set opacity to 0 for non-active fieldsets */
    transition: opacity 0.3s ease;
    /* Add transition for opacity */
}

.choices__inner {
    background-color: #fff !important;
    padding: 0.375rem 0.75rem !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    color: var(--bs-body-color) !important;
    background-color: var(--bs-body-bg) !important;
    background-clip: padding-box !important;
    border: var(--bs-border-width) solid var(--bs-border-color) !important;
    -webkit-appearance: none !important;
    appearance: none !important;
    border-radius: var(--bs-border-radius) !important;
}

.choices__placeholder {
    opacity: 1 !important;
    font-size: 14px !important;
}

.choices__list--single .choices__item {
    font-size: 14px !important;
}

#registration-form fieldset:not(:first-of-type) .form-control {
    pointer-events: none;
    /* Disable input fields in non-active fieldsets */
    background-color: #f9f9f9;
    /* Change the background color of non-active fieldsets */
}

#registration-form fieldset.active {
    opacity: 1;
    /* Set opacity to 1 for the active fieldset */
}

#progressbar li {
    color: lightgray;
}

/*#progressbar li.active {*/
/*    color: #000000;*/
/*}*/

/*#progressbar li.active ~ li {*/
/*    color: lightgray;*/
/*}*/

#progressbar li.active {
    color: #000000;
}

#progressbar li.active:before {
    background-color: var(--accent-color);
    color: #ffffff;
}

#progressbar li:not(.active) {
    color: lightgray;
}

/* Button styles */
#registration-form .next,
#registration-form .previous {
    display: none;
    /* Hide next and previous buttons by default */
}

#registration-form fieldset:first-of-type .next {
    display: block;
    /* Show next button on the first fieldset */
}

#registration-form fieldset:not(:first-of-type) .form-control {
    pointer-events: auto;
    /* Enable input fields in active fieldsets */
    background-color: #ffffff;
    /* Restore the background color of active fieldsets */
}

#registration-form fieldset:not(:last-of-type) .next {
    display: block;
    /* Show next button on non-last fieldsets */
}

#registration-form fieldset:not(:first-of-type) .previous {
    display: block;
    /* Show previous button on non-first fieldsets */
}

fieldset {
    display: none;
    opacity: 0;
}

fieldset.active {
    display: block;
    opacity: 1;
}

.progressbar {
    display: flex;
    flex-direction: column;
    align-items: normal;
    justify-content: space-evenly;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.progressbar li + li {
    margin-top: 1.5rem;
}

.progressbar__item {
    display: flex;
    align-items: center;
}

.progressbar__item span {
    width: auto;
    font-size: 16px;
}

@media (min-width: 992px) {
    .progressbar {
        flex-direction: row;
        align-items: center;
    }

    .progressbar li + li {
        margin-top: 0;
    }

    .progressbar__item span {
        width: 210px;
    }
}

.progressbar li:before {
    content: attr(data-step);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #F2F6FA;
    font-size: 16px;
    text-align: center;
    margin-right: 20px;
    font-weight: 700;
}

/*.progressbar li.active:before {*/
/*    background-color: var(--accent-color);*/
/*    color: #ffffff;*/
/*}*/

fieldset > div {
    display: flex;
    align-items: center;
}

.agreement {
    color: var(--accent-color);
    text-decoration: none;
}

@media (any-hover: hover) {
    .agreement:hover {
        text-decoration: underline;
    }
}

.form-check-input:focus {
    border-color: var(--second-color);
    box-shadow: none;
}

.form-check-input:checked {
    background-color: var(--second-color);
    border-color: var(--second-color);
}

.form-control:focus {
    box-shadow: none;
    border-color: var(--second-color);
}

.form-select:focus {
    border-color: var(--second-color);
    box-shadow: none;
}

select option:hover {
    background-color: red !important;
    color: white !important;
}

.btn-wrapper button + button {
    margin-left: 1.5rem;
}

.flight-title {
    margin-top: 2rem;
    color: var(--accent-color);
    /*font-family: "days";*/
}

#registration-form .next {
    /* Default button style */
    background-color: #ccc;
    color: #fff;
}

#registration-form .next:disabled {
    /* Button style when disabled */
    background-color: #ccc;
    color: #fff;
    cursor: not-allowed;
}

#registration-form #submitBtn:disabled {
    /* Button style when disabled */
    background-color: #ccc;
    color: #fff;
    cursor: not-allowed;
}

#registration-form .next:enabled {
    /* Button style when enabled */
    background-color: var(--second-color);
    color: #fff;
}

@media (any-hover: hover) {
    #registration-form .next:enabled:hover {
        background-color: #bd9f49;
    }
}

.iti {
    display: block;
}

.form-check-input {
    border: 1px solid var(--accent-color);
}

.footer {
    background-image: url("../img/bg1.svg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #ede7dc;
    border-radius: 50px;
}

.footer__container {
    color: #897382;
    padding-top: var(--padding-vertical);
    padding-bottom: var(--padding-vertical);
    display: flex;
    /*flex-direction: column;*/
    align-items: center;
    justify-content: center;


}

@media (min-width: 768px) {
    .footer__container {
        flex-direction: row;
        /*justify-content: space-between;*/
        /*align-items: baseline;*/
    }
}

.footer__col + .footer__col {
    margin-top: 2rem;
}

.date-wrapper {
    display: flex;
    align-items: center;
}

.date {
    font-size: 44px;
    margin-right: 1rem;
}

.month {
    font-size: 14px;
    text-transform: uppercase;
}

.month span {
    font-size: 30px;
}

.address {
    font-size: 14px;
}

.lang-switch {
    font-size: 16px;
}

.dropdown-menu {
    min-width: 90px;
    /*transform: translate3d(-17px, 42px, 0px);*/
}


@media (max-width: 576px) {
    ::placeholder {
        /*color: transparent !important;*/
        color: rgba(128, 128, 128, 0.49);
        font-size: 12px;
    }

    .input-group-text {
        padding: 0.375rem 2px !important;
    }

}

.phone-row {
    --bs-gutter-x: 8px !important;
}

.choose {
    font-size: 14px !important;
}

@media (max-width: 576px) {
    .col-4 {
        width: 33.33% !important;
    }
}

.input-group-text {

}

.helper {
    margin-top: 20px !important;
    font-size: 14px !important;
    line-height: 100% !important;
}

.section-alert {
    margin: 0;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1050;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
    background: rgba(0, 0, 0, 0.5);
}

.modal-dialog {
    position: relative;
    margin: 1.75rem auto;
    max-width: 500px;
    /*padding: 0 6px;*/
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.3rem;
    outline: 0;
}

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
    cursor: pointer;
    background: none;
    border: none;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #dee2e6;
}

.btn-main.processing {
    position: relative;
    opacity: 0.8;
    cursor: wait;
}

.submit-spinner {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 8px;
    vertical-align: middle;
    border: 2px solid rgba(255,255,255,0.3);
    border-radius: 50%;
    border-top-color: #fff;
    animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

.registration-end {
    /*height: calc(100vh - 315px);*/
    display: flex;
    align-items: center;
    justify-content: center;
}

.registration__container {
    text-align: center;
}

.btn-main-page {
    display: inline-block;
    padding: 12px 24px;
    background-color: rgb(91, 30, 20) !important;
    color: white;
    text-decoration: none;
    border: 2px solid;
    border-radius: 6px;
    margin-top: 20px;
    cursor: pointer;
    box-sizing: border-box;
    transition: background-color 0.3s ease;
}

.btn-main-page:hover {
    background-color: rgb(120, 40, 25) !important;
}

@media (max-width: 576px) {
    .registration__title {
        font-size: 25px;
    }
}
