@import url('../common/style.css');

.main__basket-breadcrumbs a:hover {
    color: var(--red-color);
}

.bascket__arrow-back:hover {
    color: var(--red-color);
}

.main__basket-body {
    background: #fff;
    padding: 20px;
    border-radius: 20px;
}

.main__basket-body .main__basket-breadcrumbs {
    margin-bottom: 30px;
}

.main__basket-body .main__basket-breadcrumbs span {
    font-size: 12px;
    font-weight: 500;
    color: #000;
}

.main__basket-body .main__basket-title {
    margin-bottom: 49px;
}

.main__basket-body .main__basket-title h1 {
    font-size: 29px;
    font-weight: 500;
    color: #000;
    line-height: 1;
}

.main__basket-body .main__basket-desc-container {
    margin-bottom: 55px;
}

.main__basket-body .main__basket-desc-container .main__basket-title-desc {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 29px;
}

.main__basket-body .main__basket-desc-container .main__basket-desc-body {
    background: #F8F8F8;
    padding: 30px;
    border-radius: 11px;
    border: 1px solid #E8E8E8;
}

.main__basket-body .main__basket-desc-container .main__basket-desc {
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    color: #000;
    margin-bottom: 25px;
}

.main__basket-body .main__basket-desc-container .main__basket-tour-guide {
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 10px;
}

.main__basket-desc-container .main__basket-marks {
    display: flex;
    margin-bottom: 25px;
    gap: 15px;
    flex-wrap: wrap;
}

.main__basket-desc-container .main__basket-marks .mark-item svg {
    width: 15px;
    height: 15px;
}

.main__basket-desc-container .main__basket-marks .mark-item .mark-title {
    font-size: 13px;
    width: max-content;
}

.main__basket-desc-container .main__basket-marks .mark-item {
    display: flex;
    align-items: center;
    gap: 6px;
}

.main__basket-desc-container .main__basket-notation {
    border-left: 5px solid #24B14C;
    padding: 10px 19px;
    background: #F0F0F0;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.5;
}

.main__basket-desc-container .main__basket-notation p {
    margin-bottom: 0;
}

.main__basket-body .main__basket-living-body {
    padding: 30px 0 40px 0;
    background: #F8F8F8;
    border-radius: 11px;
    box-shadow: 0px 4px 4px 0px #00000005;
    margin-bottom: 55px;
}

.main__basket-body .main__basket-living-body .main__basket-living-title {
    font-size: 22px;
    font-weight: 500;
    color: #000;
    margin-bottom: 30px;
    padding: 0 35px;
}

.main__basket-body .main__basket-living-body .main__basket-living-table table {
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
}

.main__basket-body .main__basket-living-body .main__basket-living-table table caption {
    font-size: 1.5em;
    margin: .5em 0 .75em;
}

.main__basket-body .main__basket-living-body .main__basket-living-table table tr {
    background-color: #f8f8f8;
}

.main__basket-body .main__basket-living-body .main__basket-living-table table thead tr {
    background-color: #EFEFEF;
}

.main__basket-body .main__basket-living-body .main__basket-living-table table th,
.main__basket-body .main__basket-living-body .main__basket-living-table table td {
    text-align: center;
}

.main__basket-body .main__basket-living-body .main__basket-living-table table td {
    font-size: 14px;
    font-weight: 500;
    padding-top: 37px;
}

.main__basket-body .main__basket-living-body .main__basket-living-table table th {
    font-size: 15px;
    font-weight: 600;
    padding: 12px 0;
}

.main__basket-body .main__basket-flight-body {
    padding: 30px 0 40px 0;
    background: #F8F8F8;
    border-radius: 11px;
    box-shadow: 0px 4px 4px 0px #00000005;
    margin-bottom: 55px;
}

.main__basket-body .main__basket-flight-body .main__basket-flight-title {
    font-size: 22px;
    font-weight: 500;
    color: #000;
    margin-bottom: 30px;
    padding: 0 35px;
}

.main__basket-body .main__basket-flight-body .main__basket-flight-table table:not(.additional-service table) {
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
}

.main__basket-body .main__basket-flight-body .main__basket-flight-table table:not(.additional-service table) tr {
    background-color: #f8f8f8;
}

.main__basket-body .main__basket-flight-body .main__basket-flight-table table:not(.additional-service table) thead tr {
    background-color: #EFEFEF;
}

.main__basket-body .main__basket-flight-body .main__basket-flight-table table:not(.additional-service table) th,
.main__basket-body .main__basket-flight-body .main__basket-flight-table table:not(.additional-service table) td {
    text-align: center;
}

.main__basket-body .main__basket-flight-body .main__basket-flight-table table:not(.additional-service table) td {
    font-size: 14px;
    font-weight: 500;
    padding-top: 18px;
    padding-bottom: 18px;
}

.main__basket-body .main__basket-flight-body .main__basket-flight-table table:not(.additional-service table) th {
    font-size: 15px;
    font-weight: 600;
    padding: 12px 0;
}

.main__basket-body .main__basket-flight-body .main__basket-flight-table table:not(.additional-service table) .flight__table-column {
    background: #D9D9D9;
    border-bottom: 1px solid #EFEFEF;
}

.main__basket-body .main__basket-flight-body .main__basket-flight-table table:not(.additional-service table) .flight__table-column.right-border {
    border-right: 1px solid #EFEFEF;
}

.main__basket-body .main__basket-flight-body .main__basket-flight-table table:not(.additional-service table) thead tr:last-child th {
    background: #D9D9D9;
    font-size: 14px;
    font-weight: 400;
}

.main__basket-body .main__basket-flight-body .main__basket-flight-table table:not(.additional-service table) thead tr:last-child th.right-border {
    border-right: 1px solid #EFEFEF;
}

.main__basket-body .main__basket-flight-body .main__basket-flight-table table:not(.additional-service table) tbody tr:last-child {
    border-top: 1px solid #D9D9D9;
}

.main__basket-body .main__basket-flight-body .main__basket-flight-table table:not(.additional-service table) tbody tr span {
    position: relative;
}

.main__basket-body .main__basket-flight-body .main__basket-flight-table table:not(.additional-service table) tbody .span-trip svg {
    position: absolute;
    right: 5px;
    top: 3px;
}

.main__basket-body .main__basket-flight-body .main__basket-flight-table table:not(.additional-service table) tbody .span-luggage svg {
    position: absolute;
    right: 7px;
    top: -2px;
}

.main__basket-body .main__basket-form-body {
    padding: 30px 0 0 0;
    background: #F8F8F8;
    border-radius: 11px;
    box-shadow: 0px 4px 4px 0px #00000005;
    padding: 30px 40px;
    font-family: 'Roboto';
}

.main__basket-body .main__basket-form-body .main__basket-form-title {
    font-size: 22px;
    font-weight: 500;
    color: #000;
    margin-bottom: 30px;
}

.main__basket-body .main__basket-form-body .main__basket-form-title.main__transfer {
    margin-bottom: 0;
}

.main__basket-body .main__basket-form-body .main__basket-form-message {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: var(--red-color);
    opacity: 0.9;
    line-height: 29px;
}

.main__basket-body .main__basket-form-body .main__basket-form {
    padding-top: 40px;
}

.main__basket-body .main__basket-form-body .main__basket-form .main__basket-form-tourists {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin-bottom: 60px;
}

.main__basket-body .main__basket-form-body .main__basket-form .main__basket-form-tourists .basket__form-container {
    display: flex;
    flex-direction: column;
}

.main__basket-body .main__basket-form-body .main__basket-form .main__basket-form-tourists .basket__form-container .basket__form-tourist-body {
    display: flex;
    justify-content: space-between;
}

.main__basket-body .main__basket-form-body .main__basket-form .main__basket-form-tourists .basket__form-container.first__tourist {
    margin-bottom: 50px;
}

.main__basket-body .main__basket-form-body .main__basket-form .basket__form-left,
.main__basket-body .main__basket-form-body .main__basket-form .basket__form-right {
    width: 45%
}

.main__basket-body .main__basket-form-body .main__basket-form .main__basket-form-tourists .basket__form-tourist {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.main__basket-body .main__basket-form-body .main__basket-form .main__basket-form-tourists .basket__form-tourist .form-group  {
    position: relative;
}

.main__basket-body .main__basket-form-body .main__basket-form .main__basket-form-tourists .basket__form-tourist .form__block-gender-checkboxs {
    display: flex;
    gap: 30px;
}

.main__basket-body .main__basket-form-body .main__basket-form .main__basket-form-tourists .basket__form-tourist .form__block-gender-checkboxs .form__block-gender-checkbox {
    display: flex;
    align-items: center;
}

.main__basket-body .main__basket-form-body .main__basket-form .form__block-field-title {
    font-size: 15px;
    font-weight: 500;
    color: #000;
    width: 40%;
}

.main__basket-body .main__basket-form-body .main__basket-form .form__block-input {
    width: 60%;
}

.main__basket-body .main__basket-form-body .main__basket-form .form__block-input input,
.main__basket-body .main__basket-form-body .main__basket-form .form__block-input select {
    width: 100%;
    padding: 12px 16px;
    background: #EFEFEF;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 400;
    height: auto;
}

.main__basket-body .main__basket-form-body .main__basket-form .form__block-input input::placeholder {
    color: #959595;
}

.main__basket-body .transfer-form .transfer__form-return-flight-body .return-fligth__input input::placeholder {
    color: #959595;
}

.main__basket-body .main__basket-form-body .main__basket-form .form__block-birthday-input,
.main__basket-body .main__basket-form-body .main__basket-form .form__block-valid-passport-input,
.main__basket-body .main__basket-form-body .main__basket-form .form__block-issued-passport-input {
    position: relative;
}

.main__basket-body .main__basket-form-body .main__basket-form .form__block-birthday-input svg,
.main__basket-body .main__basket-form-body .main__basket-form .form__block-valid-passport-input svg,
.main__basket-body .main__basket-form-body .main__basket-form .form__block-issued-passport-input svg {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.main__basket-body .main__basket-form-body .main__basket-form .basket__form-note-body {
    display: flex;
    justify-content: space-between;
    gap: 25px;
    margin-top: 20px;
}

.main__basket-body .main__basket-form-body .main__basket-form .basket__form-note-body .basket__form-note-checkboxs {
    width: 50%;
    background: #EFEFEF;
    padding: 20px 0 10px 22px;
    border-radius: 6px;
}

.main__basket-body .main__basket-form-body .main__basket-form .basket__form-note-body .basket__form-note-textarea {
    width: 50%;
    background: #EFEFEF;
    padding: 20px 20px 10px 22px;
    border-radius: 6px;
}

.basket__form-note-body .basket__form-note-checkboxs .basket__form-note-checkboxs-items {
    height: 297px;
    overflow-y: scroll;
    margin: 0 10px 5px 0;
}

.basket__form-note-body .basket__form-note-checkboxs .basket__form-note-checkboxs-items::-webkit-scrollbar {
    width: 4px;
}

.basket__form-note-body .basket__form-note-checkboxs .basket__form-note-checkboxs-items::-webkit-scrollbar-track {
    background: #FFFFFF;
}

.basket__form-note-body .basket__form-note-checkboxs .basket__form-note-checkboxs-items::-webkit-scrollbar-thumb {
    background: var(--red-color);
    border-radius: 42px;
}

.basket__form-note-checkboxs .basket__form-note-checkboxs-title,
.basket__form-note-textarea .basket__form-note-textarea-title {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 20px;
}

.basket__form-note-checkboxs .basket__form-note-checkboxs-items .note__checkbox-item {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 25px;
}

.basket__form-note-checkboxs .basket__form-note-checkboxs-items .note__checkbox-item label {
    font-size: 14px;
    font-weight: 400;
}

.basket__form-note-textarea .note__textarea textarea {
    padding: 20px;
}

.main__basket-body .main__basket-form-body .main__basket-form .basket__form-block-accept {
    text-align: center;
    margin-top: 60px;
}

.main__basket-body .main__basket-form-body .main__basket-form .basket__form-block-accept {
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-top: 60px;
    gap: 15px;
}


.main__basket-body .main__basket-form-body .main__basket-form .basket__form-block-accept .block__accept-checkbox-personal-data,
.main__basket-body .main__basket-form-body .main__basket-form .basket__form-block-accept .block__accept-checkbox-conditions {
    display: inline-flex;
    justify-content: center;
    flex-direction: column;
    width: auto;
    margin: 0 auto;
    position: relative;
}

.basket__form-block-accept .block__accept-order {
    margin-top: 30px;
}

.basket__form-block-accept .block__accept-order .block__accept-order-btn {
    display: inline-block;
    width: 319px;
    padding: 10px 0;
    background: var(--red-color);
    color: #fff;
    border-radius: 7px;
    font-size: 16px;
    font-weight: 700;
}

.basket__form-block-accept .block__accept-order .block__accept-order-btn:hover {
    background: var(--red-color);
    opacity: 0.9;
}

.gender__custom-label {
    display: flex;
    align-items: center;
    color: #000;
    position: relative;
}

.main__basket-body .main__basket-form-body .main__basket-form .form__block-input input.gender__custom-checkbox {
    width: 0;
    height: 0;
    opacity: 0;
}

.gender__custom-label > span {
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    border: 1px solid #C8C8C8;
    margin-right: 15px;
    border-radius: 4px;
    transition: all .3s;
}

.gender__custom-checkbox:checked + label > span {
    border: 2px solid var(--red-color);
}

.gender__custom-checkbox:checked + label > span::before {
    content: '';
    position: absolute;
    top: 6px;
    left: 3px;
    padding: 10px 5px 0 0;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    transform: rotate(45deg);
    transform-origin: 0% 100%;
    animation: checked-box 125ms 250ms forwards;
}

.form__block-scan-passport-input,
.form__block-file-input {
    display: flex;
    align-items: center;
    gap: 10px;
}

.form__block-scan-passport-input .scan-passport-filename {
    font-size: 12px;
    font-weight: 400;
}

#scan-passport__input {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.scan-passport__file-input {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 0;
}

.input-file-type input {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 0;
}

.scan-passport__input-label,
.file__input-label {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 30px;
    background-color: #eee;
    border: 1px solid #747474;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
    overflow: hidden;
    z-index: 1;
    white-space: nowrap;
    margin-bottom: 0;
}

.scan-passport__input-label i,
.file__input-label i {
    margin-right: 10px;
}

.basket__form-tourist .select2-container {
    width: 100% !important;
}

.basket__form-tourist .select2-container .select2-selection--single {
    width: 100%;
}

.basket__form-tourist .select2-container--krajee-bs5 .select2-selection--single {
    height: inherit;
    line-height: inherit;
    padding: 13px 16px;
    background-color: #EFEFEF;
}

.basket__form-tourist .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
}

.basket__form-tourist .select2-container--krajee-bs5 .select2-selection--single .select2-selection__placeholder {
    color: #000;
}

.form__custom-label {
    display: flex;
    align-items: center;
    color: #000;
    position: relative;
}



.main__basket-body .form__custom-checkbox {
    width: 0;
    height: 0;
    opacity: 0;
}

.form__custom-label > span {
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    border: 1px solid #C8C8C8;
    margin-right: 10px;
    border-radius: 4px;
    transition: all .3s;
}

.form__custom-checkbox:checked + .form__custom-label > span {
    border: 2px solid var(--red-color);
}

.form__custom-checkbox:checked + .form__custom-label > span::before {
    content: '';
    position: absolute;
    top: 6px;
    left: 3px;
    padding: 10px 5px 0 0;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    transform: rotate(45deg);
    transform-origin: 0% 100%;
    animation: checked-box 125ms 250ms forwards;
}

.main__basket-body .main__basket-form-body .main__basket-form .basket__form-block-accept .block__accept-checkbox-personal-data .form__custom-label,
.main__basket-body .main__basket-form-body .main__basket-form .basket__form-block-accept .block__accept-checkbox-conditions .form__custom-label {
    display: inline-flex;
    justify-content: center;
    margin: 0 auto;
    gap: 5px;
}

.btn-basket-personal,
.btn-basket-offerta {
    color: var(--red-color);
}

.btn-basket-personal:hover,
.btn-basket-offerta:hover {
    color: var(--red-color);
    opacity: 0.9;
}

.main__basket-body .main__basket-form-body .main__basket-form .order__customer {
    margin-top: 30px;
    padding-top: 0px;
    border-top: 2px solid var(--red-color);
}

.main__basket-body .main__basket-form-body .main__basket-form .order__ttitle {
    margin-top: 45px;
    font-family: "Noto Sans";
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 20px;
    color: #000000;
}

.main__basket-body .main__basket-form-body .main__basket-form .order__customer .customer__box {
    margin-top: 30px;
}

.main__basket-body .main__basket-form-body .main__basket-form .order__customer .customer__box .customer__block {
    width: 100%;
}

.main__basket-body .main__basket-form-body .main__basket-form .order__customer .customer__box .customer__block .customer__block_input_box {
    display: flex;
    justify-content: flex-start;
    gap: 15px;
    width: 100%;
}

.main__basket-body .main__basket-form-body .main__basket-form .order__customer .customer__box .customer__block .customer__block_input_box .customer__block_input {
    position: relative;
    width: calc(33.33% - 10px);
}

.main__basket-body .main__basket-form-body .main__basket-form .order__customer .customer__box .customer__block .customer__block_input_box .customer__block_input input {
    border: 1px solid #B7B7B7;
    border-radius: 7px;
    width: 100%;
    height: 37px;
    padding: 0px 15px;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #575656;
}

.main__basket-body .main__basket-form-body .main__basket-form .order__customer .customer__box .customer__block .customer__block_input_box .customer__block_input .has-error input {
    border: 1px solid #ef4050;
    color: #ef4050;
}

.main__basket-body .main__basket-form-body .main__basket-form .order__customer .customer__box .customer__block .customer__block_input_box .customer__block_input .error-text {
    position: absolute;
    bottom: -15px;
    right: 3px;
    text-align: right;
    font-weight: 400;
    font-size: 10px;
    line-height: 11px;
    color: #ef4050;
}

.main__basket-body .main__basket-form-body .main__basket-form .order__customer .customer__box .customer__block button,
.main__basket-body .main__basket-form-body .main__basket-form .order__customer .customer__box .customer__block .btn-order-tour-show-modal {
    margin-left: auto;
    margin-right: auto;
    margin-top: 21px;
    padding: 12px 25px;
    width: 200px;
    display: block;
}

.main__basket-body .main__basket-form-body .main__basket-form .order__customer .customer__box .customer__block button.btn-order-tour,
.main__basket-body .main__basket-form-body .main__basket-form .order__customer .customer__box .customer__block .btn-order-tour-show-modal {
    display: none;
}

.main__basket-body .main__basket-form-body .main__basket-form .order__customer .customer__box .customer__block button.btn-order-tour.active,
.main__basket-body .main__basket-form-body .main__basket-form .order__customer .customer__box .customer__block .btn-order-tour-show-modal.active {
    display: block;
}

.main__basket-body .main__basket-form-body .main__basket-form .main__basket-form-tourists .basket__form-tourist-title {
    font-weight: 400;
    font-size: 24px;
    line-height: 20px;
    color: #000000;
    margin-bottom: 20px;
}

.main__basket-form-tourists .has-error .invalid-feedback {
    font-size: 9px;
    font-weight: 500;
    color: #f5172d;
    margin-top: 0;
    line-height: 1;
}

.error__personal-data,
.error__conditions {
    font-size: 12px;
    font-weight: 500;
    color: #f31717;
    text-align: left;
    padding-left: 35px;
}

.input-file-type {
    position: relative;
}

.opacity {
    opacity: 0.3;
}

.error-text {
    position: absolute;
    bottom: 1px;
    right: 3px;
}

.main__basket-body .additional-service {
    margin-bottom: 55px;
}

.main__basket-body .main__basket-form-body .main__basket-form .main__basket-form-tourists.visa-form {
    margin-bottom: 0;
}

.main__basket-body .visa-form .last-item {
    border-top: 2px solid var(--red-color);
    margin-top: 25px;
    padding-top: 25px;
}

.main__basket-body .main__basket-form-body .transfer-form .form__block-time-input.form__block-input input {
    border-radius: 0;
}

.main__basket-body .main__basket-form-body .transfer-form .form__block-time-input .input-group {
    flex-wrap: nowrap;
}

.main__basket-body .transfer-form .transfer__form-return-flight-body .return-fligth__input input {
    width: 100%;
    padding: 12px 16px;
    background: #EFEFEF;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 400;
}

.main__basket-body .transfer-form .transfer__form-return-flight-body .return-fligth__input input {
    padding: 12px 16px;
    background: #EFEFEF;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 400;
    height: auto;
}

.main__basket-body .transfer-form .transfer__form-return-flight-body .return-fligth__input .return-fligth__input-time-departure input {
    border-radius: 0;
}

.main__basket-body .transfer-form .transfer__form-return-flight-body .return-flight__checkbox {
    margin: 20px 0 0 0;
}

.main__basket-body .transfer-form .transfer__form-return-flight-body .return-flight__checkbox .form__custom-label {
    width: fit-content;
}

.main__basket-body .transfer-form .transfer__form-return-flight-body .return-flight__checkbox .form-check {
    padding-left: 0;
}

.main__basket-body .transfer-form .transfer__form-return-flight-body .return-flight__inputs {
    display: flex;
    justify-content: space-between;
    gap: 25px;
    margin-top: 40px;
}

.main__basket-body .transfer-form .transfer__form-return-flight-body .return-flight__inputs .return-fligth__input {
    width: 100%;
}

.main__basket-body .transfer-form .transfer__form-return-flight-body .return-flight__inputs .return-fligth__input .return-fligth__input-time-departure .input-group {
    flex-wrap: nowrap;
}

.main__basket-body .transfer-form .transfer__form-return-flight-body .return-flight__inputs .return-fligth__input .return-flight__input-title {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
}

.main__basket-body .transfer-form .form__block-date-input .error-text .invalid-feedback {
    width: max-content;
}

.main__basket-body .transfer-form .form__block-date-input .error-text {
    bottom: 16px;
}

.main__basket-body .transfer-form .transfer__form-return-flight-body .return-flight__inputs .return-fligth__input .form-group  {
    position: relative;
}

.main__basket-body .transfer-form .form__block-date-input,
.main__basket-body .transfer-form .transfer__form-return-flight-body .return-fligth__input-date-departure {
    position: relative;
}

.main__basket-body .transfer-form .form__block-date-input svg {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.main__basket-body .transfer-form .transfer__form-return-flight-body .return-fligth__input-date-departure svg {
    position: absolute;
    top: 65%;
    right: 10px;
    transform: translateY(-50%);
}

.main__basket-body .main__basket-form-body .main__basket-form .main__basket-form-tourists .basket__form-tourist .has-error input,
.main__basket-body .main__basket-form-body .main__basket-form .main__basket-form-tourists .basket__form-tourist .has-error .file__input-label,
.main__basket-body .main__basket-form-body .main__basket-form .main__basket-form-tourists .basket__form-tourist .has-error .scan-passport__input-label {
    border: 1px solid #ef4050;
}

.main__basket-body .main__basket-form-body .main__basket-form .form__block-file-input .form-group {
    display: flex;
    align-items: center;
    gap: 15px;
}

.success__file-input {
    font-size: 11px;
    color: #24B14C;
}

.gender-checkbox__error {
    font-size: 9px;
    display: flex;
    align-items: center;
    color: #f5172d;
    line-height: 1;
}

.main__basket-body .main__basket-form-body .main__basket-form .basket__form-note-body .basket__form-note-textarea.optional_services_false,
.main__basket-body .main__basket-form-body .main__basket-form .basket__form-note-body .basket__form-note-textarea.avia_direction_services_false {
    width: 100%;
}

.basket__form-note-textarea.optional_services_true .note__textarea textarea,
.basket__form-note-textarea.avia_direction_services_true .note__textarea textarea {
    width: 100%;
    height: 250px;
}

.basket__form-note-textarea.optional_services_false .note__textarea textarea,
.basket__form-note-textarea.avia_direction_services_false .note__textarea textarea {
    width: 100%;
    height: 150px;
}

@keyframes checked-box {
    0% {
        width: 0;
        height: 0;
        border-color: #212121;
        transform: translate(0,0) rotate(45deg);
    }
    33% {
        width: 4px;
        height: 0;
        border-color: var(--red-color);
        transform: translate(0,0) rotate(45deg);
    }
    100% {
        width: 4px;
        height: 8px;
        border-color: var(--red-color);
        transform: translate(0,-8px) rotate(45deg);
    }
}
@media (max-width: 1280px) {
    .main__basket-desc-container .main__basket-marks {
        gap: 25px;
    }
    .container {
        width: 1200px;
        max-width: 1200px;
    }
    .main__basket-body .main__basket-living-body .main__basket-living-table table,
    .main__basket-body .main__basket-flight-body .main__basket-flight-table table:not(.additional-service table) {
        width: 100vw;
        margin-bottom: 20px;
    }
    .main__basket-body .main__basket-living-body .main__basket-living-table,
    .main__basket-body .main__basket-flight-body .main__basket-flight-table {
        overflow-x: auto;
        margin: 0 20px;
    }
    .main__basket-body .main__basket-living-body .main__basket-living-table::-webkit-scrollbar,
    .main__basket-body .main__basket-flight-body .main__basket-flight-table::-webkit-scrollbar {
        width: 1px;
        background: rgba(204, 208, 212, 0.43);
        height: 5px;
    }

    .main__basket-body .main__basket-living-body .main__basket-living-table::-webkit-scrollbar-thumb,
    .main__basket-body .main__basket-flight-body .main__basket-flight-table::-webkit-scrollbar-thumb {
        background-color: var(--red-color);
    }
    .additional-service-form div.d-flex {
        flex-wrap: wrap;
        gap: 15px;
    }
    .additional-service-form .form-group:not(.service_form_train_checkbox) {
        width: 48%;
    }
    .additional-service-form input[type="text"].form-control {
        width: 100%;
    }
    .additional-service-form .select2-container {
        width: 100% !important;
    }
    .select2-container--default .select2-selection--single .select2-selection__rendered {
        max-width: 101%;
        width: 101%;
    }
    .additional-service-form {
        flex-wrap: wrap;
    }
    .additional-service-col-left {
        width: 100%;
        margin-bottom: 15px;
    }
    .additional-service-col-left .form-group {
        width: 100%;
    }
    .additional-service-form .additional-service-col-left label,
    .additional-service-form .additional-service-col-right label {
        white-space: nowrap;
    }
    .additional-service-col-right {
        flex-wrap: wrap;
    }
    .additional-service-col-right .additional-service-col-1 {
        width: 100%;
        margin-bottom: 15px;
        margin-right: 0;
    }
    .additional-service-col-right .additional-service-col-2 {
        width: 40vw;
    }
    .additional-service-col-right .additional-service-col-3 {
        width: 15vw;
    }
    .additional-service-col-right .additional-service-form--time {
        width: 33vw;
    }
    .additional-service-col-right .additional-service-col-1 .form-group,
    .additional-service-col-right .additional-service-col-2 .form-group,
    .additional-service-col-right .additional-service-col-3 .form-group {
        width: 100%;
    }
    .additional-service-col-right .bootstrap-timepicker {
        flex-wrap: nowrap;
    }
}

@media (max-width: 1265px) {
    .container {
        width: 1080px;
        max-width: 1080px;
    }
}

@media (max-width: 1080px) {
    .container {
        width: 1024px;
        max-width: 1024px;
    }
}

@media (max-width: 1024px) {
    .container {
        width: 980px;
        max-width: 980px;
    }
    .main__basket-body .main__basket-living-body .main__basket-living-table table,
    .main__basket-body .main__basket-flight-body .main__basket-flight-table table:not(.additional-service table) {
        width: 1200px;
    }
    .additional-service-header {
        flex-direction: column;
        gap: 20px;
    }
}

@media (max-width: 990px) {
    .container {
        width: 950px;
        max-width: 950px;
    }
    .main__basket-body .main__basket-form-body .main__basket-form .main__basket-form-tourists .basket__form-container .basket__form-tourist-body {
        flex-direction: column;
    }
    .main__basket-body .main__basket-form-body .main__basket-form .basket__form-left, .main__basket-body .main__basket-form-body .main__basket-form .basket__form-right {
        width: 100%;
    }
    .form-check {
        padding-left: 0;
    }
    .main__basket-body .main__basket-form-body .main__basket-form .order__customer .customer__box .customer__block .customer__block_input_box {
        flex-wrap: wrap;
        gap: 15px;
    }
    .main__basket-body .main__basket-form-body .main__basket-form .order__customer .customer__box .customer__block .customer__block_input_box .customer__block_input {
        flex: 0 0 48%;
    }
}

@media (max-width: 950px) {
    .container {
        width: 100%;
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .main__basket-body .main__basket-form-body .main__basket-form .basket__form-note-body {
        flex-direction: column;
    }
    .main__basket-body .main__basket-form-body .main__basket-form .basket__form-note-body .basket__form-note-checkboxs, .main__basket-body .main__basket-form-body .main__basket-form .basket__form-note-body .basket__form-note-textarea {
        width: 100%;
    }
    .main__basket-body .transfer-form .transfer__form-return-flight-body .return-flight__inputs {
        flex-direction: column;
    }
    .select2-container .select2-selection--single {
        width: 99%;
    }
    .additional-service-form .form-group:not(.service_form_train_checkbox) {
        width: 100%;
    }
    .additional-service-header .d-flex {
        flex-wrap: wrap;
        gap: 10px;
    }
    .additional-service-price {
        width: 100%;
        margin-right: 0;
    }
    .additional-service-button {
        width: 100%;
        justify-content: center;
    }
    .additional-service-button-delete {
        margin-left: 0;
    }
}

@media (max-width: 580px) {
    .main__basket-body .main__basket-form-body .main__basket-form .main__basket-form-tourists .basket__form-tourist {
        flex-direction: column;
        align-items: flex-start;
    }
    .main__basket-body .main__basket-form-body .main__basket-form .form__block-input {
        width: 100%;
    }
    .main__basket-body .main__basket-form-body .main__basket-form .form__block-field-title {
        width: 100%;
    }
    .main__basket-body .main__basket-form-body .main__basket-form .basket__form-block-accept .block__accept-checkbox-personal-data .form__custom-label, .main__basket-body .main__basket-form-body .main__basket-form .basket__form-block-accept .block__accept-checkbox-conditions .form__custom-label {
        font-size: 14px;
        flex-wrap: wrap;
    }
    .basket__form-note-checkboxs .basket__form-note-checkboxs-items .note__checkbox-item {
        width: max-content;
    }
    .basket__form-note-checkboxs .basket__form-note-checkboxs-items .note__checkbox-item label {
        padding-right: 5px;
    }
    .basket__form-note-checkboxs-items::-webkit-scrollbar {
        width: 1px;
        background: rgba(204, 208, 212, 0.43);
        height: 5px;
    }
    .basket__form-note-checkboxs-items::-webkit-scrollbar-thumb {
        background-color: var(--red-color);
    }
    .bascket__arrow-back {
        display: none;
    }
    .main__basket-body .main__basket-form-body .main__basket-form .order__customer .customer__box .customer__block .customer__block_input_box .customer__block_input {
        flex: 0 0 100%;
    }
    .additional-service-col-left .form-group .form-group {
        flex-direction: column;
        align-items: flex-start;
    }
    .additional-service-col-right .form-group {
        flex-direction: column;
        align-items: flex-start;
    }
    .additional-service-col-right .additional-service-form--time {
        width: 28vw;
    }
    .additional-service-col-right .additional-service-col-2 {
        width: 27vw;
    }
    .additional-service-col-right {
        align-items: end;
    }
    .additional-service-col-right .additional-service-form--time .form-group:last-child {
        margin-top: 47px;
    }
    #order-comment,
    #aviaticketorder-note {
        width: 90%;
    }
    .main__basket-body .main__basket-form-body {
        padding: 30px 15px;
    }
    .main__basket-body .main__basket-form-body .main__basket-form .basket__form-note-body .basket__form-note-checkboxs {
        padding: 20px 15px 10px 15px;
    }
}
