input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.private-banner{
    width: 100%;
    height: 600px;
    background-size: cover;
    background-position: center;
    display: flex !important;
    justify-content: center;
    align-items: center;
}
.private-banner .default-wrapper{
    height: 100%;
}
#private .mobile-header__container, #private .mobile-header{
    background: #282828;
}
#private .mobile-header__menu-button span{
    background: #fff;
}
.private-banner__container{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 80px 0 133px 0;
}
.private-banner__title-box{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.private-banner__text-box{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.private-banner__text-box button{
    margin-top: 40px;
    width: 200px;
}
.private-mode .default-modal__container{
    background: #282828 !important;
    margin-top: 300px;
}
.private-mode-success .default-modal__container {
    background: #282828 !important;
    color: #fff;
    height: 300px;
}
.modal_body {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.modal_body h3 {
    font-size: 28px;
    color: #fff;
    margin: 20px 0;
}
.modal_body div {
    font-size: 14px;
    color: #fff;
}
.private-mode .default-modal__close-button span, .private-mode-success .default-modal__close-button span {
    background: #6E6E6E;
}
.private-warning{
    display: flex;
    align-items: center;
}

.modal-open {
    overflow: hidden;
  }
.private-warning img {
    margin-right: 10px;
}
.private-warning span {
    color: #969696;
    font-size: 12px;
}
.private-checkbox {
    display: flex;
}
.private-checkbox input {
    width: auto;
    margin-right: 10px;
}

.private-checkbox span {
    color: #FFFFFF;
    font-size: 12px;
}
.private-mode input, .private-mode textarea {
    background-color: #3C3C3C !important;
    color: #969696 !important;
}
.input_passport{
    display: none !important;
}
.private__links {
    display: flex;
    flex-direction: column;
}
.private__links a {
    margin-bottom: 20px;
    font-size: 18px;
    font-style: italic;
    color: #fff;
}
.image_block_passport_front, .image_block_passport_back {
    width: 100%;
    height: 100%;
    position: absolute;
}
.private-mode .form-response-text {
    color: #fff;
}

.passport_block {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.passport_form {
    width: 49%;
    border: 2px dashed #B4B4B4;
    height: 150px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.passport_form span{
    color: #B4B4B4;
    font-size: 14px;
}
.passport_form img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.passport_label > span {
    color: #fff;
    font-size: 14px;
    margin-bottom: 20px;
    display: block;
}
.private-mode .default-modal__form-input select {
    display: flex;
    width: 100%;
    padding: 16px 24px;
    align-items: center;
    border-radius: 9px;
    background-color: #3C3C3C !important;
    color: #969696 !important;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 147.023%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("../images/arrow-down-wh.022991b7e2d1.svg");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: calc(100% - 90%) 50%;
}
.card_order_container {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}
.card_order_container .submit-orange-button {
    width: 260px;
}
.private-mode, .private-mode-success {
    overflow: scroll;
    background: rgba(250, 250, 250, 0.4);
}

.private-mode .default-modal__title {
    color: #fff;
}

.private-banner__title{
    color: #FFF;
    font-size: 52px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 24px;
}
.private-banner__subtitle{
    width: 100%;
    max-width: 645px;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 147.023%; /* 20.583px */
}

.private-banner__title-box .breadcrumbs__item{
    color: white;
}
.private-banner__title-box .default-wrapper{
    padding: 0;
}
.private-banner__title-box .page-title{
    color: white;
}

.private-main-section{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 90px 0 100px 0;
    gap: 100px;
    background: #202020;
}

.private__history{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.private__history-container{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.private__history-container .block-title{
    text-align: center;
}
.private__history-title{
    width: 100%;
    text-align: start;
    color: white;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}


.private__mainInfo{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.private__mainInfo-container{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
}
.private__mainInfo-items{
    width: 100%;
    display: grid;
    grid-template-columns: calc(60% - 15px) calc(40% - 15px);
    gap: 30px;
}
.private__mainInfo-item{
    padding: 22px;
    border-radius: 10px;
    background: linear-gradient(150deg,#393534 12%, #bfa060 84%,#393534);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 25px;
    min-height: 150px;
}
.private__mainInfo-item > div:first-child{
    flex-shrink: 0;
    height: 100%;
    display: flex;
    align-items: center;
}
.private__mainInfo-item div:last-child{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: flex-start;
    gap: 10px;
}
.private__mainInfo-item span{
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.18px;
}
.private__mainInfo-item p{
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 147.023%;
}
.private__mainInfo-item.card{
    width: 100%;
    min-height: 390px;
    grid-row-start: 1;
    grid-row-end: 4;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-self: flex-start;
    gap: 30px;
}
.private__mainInfo-item.card img{
    height: 303px;
    position: absolute;
    left: 50%;
    bottom: -32%;
    transform: translateX(-50%);
}
.private__mainInfo-item.card span{
    width: 100%;
    text-align: start;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.22px;
}
.private__mainInfo-item.card p{
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 167.523%;
}
.private-main-section .brief-info__item p, .private-main-section .news-item__text{
    font-size: 16px;
    color: white;
}


#private .header{
    background: #282828;
}

#private .submit-white-button{
    background: transparent;
    color: white;
    border-color: white;
}
#private .submit-white-button:hover{
    background: linear-gradient(204deg, #BF1A1F 34.6%, #DD383D 88.27%);
    color: white;
    border-color: #BF1A1F;
}
#private .header__menu-item-link,
#private .drop-menu__item,
#private .block-title,
#private .news-item__title,
#private .header__search input,
#private .header__lang .header__lang-link p{
    color: white;
}
#private .news-item-container{
    background: #BFA060;
    background: linear-gradient(150deg,#393534 12%, #bfa060 84%,#393534);
}
#private .drop-menu{
    background: #282828;
}
#private .header__search svg path{
    stroke: white;
}
#private .header__lang svg path{
    stroke: white;
}
#private .brief-info__item:hover img{
    transform: rotateY(45deg);
}
#private .brief-info__item img{
    height: 74px;
}


.card-table tbody {
    display: flex;
}
.card-body tbody {
    display: flex;
}
.first_td {
    background-color: unset !important;
    text-align: center !important;
}
.tr_title td {
    border-left: 2px solid white;
    /* width: unset !important; */
    padding: 30px 25px;
    background-color: unset !important;
    font-weight: 600 !important;
}
.tr_title td:first-child {
    border-left: unset;
}
.tr_title td:last-child {
    width: unset !important;
}
.tr_body_limits {
    background-color: #D2D2D21A;
}
.tr_body_limits td {
    background-color: unset !important;
    border-left: 2px solid white;
}
.tr_body_limits td:first-child {
    border-left: unset;
}

.limits_mobile {
    display: none !important;
}
.refill_table tr td {
    width: 100% !important;
    border-left: unset !important;
}

.limits_title {
    font-weight: 800 !important;
}


.modal_order {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -40%);
    color: white;
    background-color: #1E1E1E;
    padding: 70px 70px 45px 70px;
    border-radius: 10px;
    width: 630px;
    z-index: 5;
    transition: .3s ease-in-out;
    opacity: 0;
    visibility: hidden;
    max-width: 90vw;
}
.modal_order.active, .modal_form.active {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%);
    z-index: 150;
}
.modal_order h2, .modal_form h2 {
    font-weight: 500;
    font-size: 28px;
    text-align: center;
    padding-bottom: 40px;
}
.modal_order p {
    font-weight: 400;
    font-size: 16px;
    padding-bottom: 36px;
}
.modal_order_info_title {
    display: flex;  
    align-items: center;
    gap: 5px;
    font-weight: 700;
    font-size: 14px;
}
.modal_order .modal_order_text {
    font-weight: 400;
    font-size: 14px;
    padding-bottom: 14px;
}
.modal_order_photo {
    display: flex;
    justify-content: space-between;
    padding-bottom: 35px;
    border-bottom: 2px solid #BFA060;
    gap: 10px;
}
.modal_order_btn {
    padding: 20px 0;
    width: 100%;
    border-radius: 10px;
    background-color: #BF1A1F;
    color: white;
    font-weight: 700;
    font-size: 14px;
    margin-top: 40px;
    cursor: pointer;
}
.overlay {
    background-color: rgba(40, 40, 40, 0.4);
    width: 100%;
    height: 100vh;
    position: fixed;
    backdrop-filter: blur(15px);
    transition: .3s ease-in-out;
    visibility: hidden;
    opacity: 0;
}
.overlay.active {
    opacity: 1;
    visibility: visible;
}
.modal_close {
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
}

.modal_visa_open {
    padding: 22px 70px;
    background-color: #BF1A1F;
    color: white;
    border-radius: 10px;
    font-weight: 700;
    font-size: 18px;
    cursor: pointer;
}
.visa_bottom {
    display: flex;
    justify-content: center;
    padding-top: 50px;
}

.modal_form {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    width: 100%;
    max-width: 90vw;
    display: flex;
    justify-content: center;
    transition: .3s ease-in-out;
}
.modal_form.active {
    visibility: visible;
    opacity: 1;
}
.modal_form h2 {
    padding-bottom: 60px;
}
.order_form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.order_form input, .modal_form_content input {
    padding: 16px 24px;
    width: 100%;
    border-radius: 10px;
    color: white;
    background-color: #282828;
    font-weight: 400;
    font-size: 12px;
}
.order_form input ::placeholder {
    color: #787878;
    font-weight: 400;
    font-size: 12px;
}
.form_select {
    position: relative;
}
.form_select_title {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    font-weight: 400;
    font-size: 12px;
    cursor: pointer;
    padding: 16px 24px;
    width: 100%;
    border-radius: 10px;
    background-color: #282828;
}
.form_select_value {
    color: #787878;
}
.form_select_value.active {
    color: white;
}
.form_select_title.active svg {
    transform: rotate(180deg);
}
.form_options {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    background-color: #282828;
    margin-top: 20px;
    border-radius: 10px;
    max-width: 315px;
    width: 100%;    
    position: absolute;
    transition: .3s ease-in-out;
    transform: translateY(20%);
    opacity: 0;
    visibility: hidden;
}
.form_options.active {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}
.form_option {
    padding-bottom: 10px;
    color: white;
    font-weight: 400;
    font-size: 14px;
    border-bottom: 2px solid #787878;
    cursor: pointer;
}
.modal_form_content {
    background-color: #1E1E1E;
    color: white;
    max-height: 90vh;
    overflow-y: auto;
}
.modal_form_content h3 {
    color: white;
}
.modal_form_content select {
    padding: 16px 24px;
    background-color: #282828;
    color: white;
    border-radius: 10px;
    width: 100%;    
}
.modal_form_content input[type="checkbox"] {
    padding: unset;
    width: unset;
}
.modal_form_content textarea {
    background-color: #282828 !important;
    border-radius: 10px !important;
}
.visa-card_img.mobile {
    display: none;
}
.visa_card_text {
    position: absolute;
    font-weight: 300;
    font-size: 22px;
    text-align: start;
}
.visa_card_text.first {
    top: 95px;
    left: 17px;
}
.visa_card_text.two {
    top: 40px;
    right: 120px;
}
.visa_card_text.three {
    right: 17px;
    bottom: 15px;
}





@media screen and (max-width: 730px) {
    .passport_form {
        width: 100%;
        margin-bottom: 10px;
    }
    .private-main-section{
        padding: 40px 0 114px 0;
        gap: 70px;
    }
    .private-mode .default-modal__container {
        margin-top: 600px;
    }
    .private-banner__container{
        padding: 40px 0;
    }
    .private-banner{
        height: auto;
    }

    .card_order_container .default-modal__show-button {
        display: block !important;
    }
    .private-banner__title{
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
    }
    .private-banner__subtitle{
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
    }
    .private__history-title{
        color: white;
        width: 100%;
        text-align: start;
        font-size: 22px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
    .private__mainInfo-items{
        grid-template-columns: 1fr;
    }
    .private__mainInfo-item{
        padding:20px;
    }
    .private__mainInfo-item.card img{
        position: unset;
        transform: unset;
        margin-bottom: -71px;
        height: 169px;
    }
    .private__mainInfo-item.card{
        margin-bottom: 57px;
        height: min-content;
    }
    .private__mainInfo-item span{
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
    }
    .private__mainInfo-item p{
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
    }
    .private__mainInfo-item.card span{
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
    }
    .private__mainInfo-item.card p{
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
    }
    #private .brief-info__item img{
        height: 50px;
    }
    .private__mainInfo{
        margin-bottom: 50px;
    }
    .private-mode-success .default-modal__container {
        height: 220px;
    }

    .modal_body h3 {
        font-size: 16px;
    }
    .modal_body div {
        font-size: 12px;
    }
    .tr_body_limits {
        background-color: unset;
    }
    .tr_body_limits td {
        border-left: unset;
    }
    .tr_title td {
        border-left: unset;
    }
    .tr_title, .tr_body_limits {
        display: none !important;
    }
    .limits_mobile {
        display: flex !important;
    }
    .modal_order_photo {
        justify-content: center;
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 730px) {
    .private-main-section{
        padding: 40px 0 114px 0;
        gap: 70px;
    }
    .private-banner__container{
        padding: 40px 0;
    }
    .private-banner{
        height: 319px;
    }
    .private-banner__title{
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
    }
    .private-banner__subtitle{
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
    }
    .private__history-title{
        color: white;
        width: 100%;
        text-align: start;
        font-size: 22px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
    .private__mainInfo-items{
        grid-template-columns: 1fr;
    }
    .private__mainInfo-item{
        padding:20px;
    }
    .private__mainInfo-item.card img{
        position: unset;
        transform: unset;
        margin-bottom: -71px;
        height: 169px;
    }
    .private__mainInfo-item.card{
        margin-bottom: 57px;
        height: min-content;
    }
    .private__mainInfo-item span{
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
    }
    .private__mainInfo-item p{
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
    }
    .private__mainInfo-item.card span{
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
    }
    .private__mainInfo-item.card p{
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
    }
    #private .brief-info__item img{
        height: 50px;
    }
    .private__mainInfo{
        margin-bottom: 50px;
    }
    .private_perk_content {
        flex-direction: column;
        gap: 20px;
    }
    .private_perk_content img {
        padding-bottom: 20px;
        height: 350px;
        width: 100%;
        object-fit: cover;
    }
    .perk_main_text {
        position: unset;
        width: 100%;
    }
    .perk_title {
        padding-bottom: 20px;
        text-align: center;
    }
    .container {
        max-width: 670px;
        margin: auto;
    }
    .visa-card_title {
        font-size: 24px;
        line-height: 29.05px;
    }
    .visa-card_info {
        gap: 12px;
    }
    .visa-card_info img {
        padding-top: 58px;
        display: none;
    }
    .visa-card_img.mobile {
        display: flex;
    }
    .block-title.card_title {
        font-size: 22px;
        font-weight: 500;
    }
    .card-info {
        gap: 30px;
    }
    .switch-box_card-info {
        flex-wrap: wrap;
        gap: 10px;
        justify-content: space-between;
        padding-bottom: 20px;
    }
    .switch-box__header-item.card-item.active {
        background-color: #6E6E6E;
        color: white;
    }
    .switch-box__header-item.card-item {
        border-radius: 10px;
        background-color: #282828;
        color: #6E6E6E;
        line-height: 14.52px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        width: calc(50% - 10px);
        text-align: center;
    }
    .switch-box__header-item.card-item:last-child {
        width: 100%;
    }
    .switch-box__body.card-body tr {
        flex-direction: column;
        gap: 10px;
    }
    .switch-box__body.card-body tr td:last-child {
        border: none;
    }
    .switch-box__body.card-body {
        padding: 14px 0;
        border-radius: 10px;
    }
    .switch-box__body.card-body tr td {
        background-color: unset;
        padding: 0 0 0 14px;
    }
    .switch-box__body.card-body tr td:first-child {
        font-weight: 700;   
    }
    .first_td {
        text-align: start !important;
        display: none;
    }
    .card-info_desc p {
        font-weight: 400;
        font-size: 14px;
        line-height: 20.58px;
    }
    .card-info_desc {
        margin: 30px 0;
    }
    .card-info_desc-info p {
        font-size: 14px;
        line-height: 20.58px;
    }
    .private_perk_content img {
        display: none;
    }
    .private_perk_content img:nth-child(2) {
        display: unset;
    }
    .perk_title {
        font-size: 22px;
        line-height: 26.63px;
    }
    .visa_card_text {
        font-size: 14px;
    }
    .visa_card_block {
        width: 100%;
    }
    .visa-card_img.mobile {
        max-height: 300px;
        object-fit: contain;
    }
    .visa_card_text.first {
        top: 50px;
        left: 30px;
    }
    .visa_card_text.three {
        right: 5px;
        top: 70px;
    }
    .visa_card_text.two {
        top: unset;
        left: 50px;
        bottom: 5px;
    }
}
@media screen and (max-width: 480px) {
    .container {
        padding: 0 20px;
        margin: auto;
    }
}