        * {
        font-family: 'Inter', sans-serif;
        line-height: 1.2;
        }
        body {
            margin: 0;
            min-height: 100vh;
            display: flex;
            flex-direction: column;
            align-items: center;
            font-size: 24px;
            background-color: #0c73fe;
            color: white;
            padding: 0;
            box-sizing: border-box;
            overflow-y: auto;
        }
        .body_padding{
            margin: 0;
            display: flex;
            flex-direction: column;
            padding: 0 15px 40px;
            align-items: center;
            box-sizing: border-box;
            width:100%;
            min-height: 100vh; /* �������� ��������� 100vh, JavaScript ������� ��� �������� */
        }

main {
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
}

div {
    display: block;
}

.point-on-map{
	display: none;
}
.button-container{
	display: flex;
	flex-direction: column;
	gap: 4px; /* ���������� ����� �������� */
}
.button-text-2{
    font-size: 14px;
    font-weight: 600;
    font-style: italic;
}

.to_cart_background {
    align-items: center;
    background: rgba(34, 34, 34, .8);
    bottom: 0;
    box-sizing: content-box;
    display: none;
    justify-content: center;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1040;
}
.vhod_box {
    background: #fff;
    width: 320px;
    border: 1px solid #d8d8d8;
    border-radius: 11px;
    left: 50%;
    outline: none;
    padding: 30px 32px 30px;
    position: fixed;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1040;
    display: none;
    flex-direction: column;
}
.vhod_close{
    justify-content: right;
    display: flex;
    flex-direction: row;
    height: 10px;
}
.to_cart_close {
    position: relative;
    top: -10px;
    right: -9px;
    cursor: pointer;
}
.vhod_vkladki {
    font-weight: 400;
    font-size: 14px;
    color: #222;
    text-transform: uppercase;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 28px;
}
.vhod_vkladki span {
    padding: 0px 16px 12px;
}
.vhod_vkladka_active {
    font-weight: 700;
    color: #0c73fe !important;
    position: relative;
}
.vhod_vkladka_active:after {
    border-bottom: 3.5px solid;
    border-color: inherit;
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    transform: translate(-50%);
    transition: width .4s;
    width: 100%;
}
.vhod_vkladki {
    font-weight: 400;
    font-size: 14px;
    color: #222;
    text-transform: uppercase;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 28px;
}
.reg_inputs {
    flex-direction: column;
}
.reg_input {
    padding: 3px 8px;
    color: #222;
    line-height: 1.5;
    font-weight: 400;
    border: 1px solid #ccc;
    height: 40px;
    width: 100%;
    border-radius: 11px;
    margin-bottom: 20px;
    box-sizing: border-box;
    font-size: 14.5px;
}
.reg_show_error {
    padding-bottom: 14px;
    color: #ff7f01;
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
}
.vhod_button {
    width: 100%;
    font-weight: 400;
    margin-top: 15px;
    background-color: #0c73fe !important;
    color: #fff;
    font-size: 16px;
    height: 42px;
    padding: 0 24px;
    align-items: center;
    border: 1px solid transparent;
    border-radius: 11px;
    display: flex;
    justify-content: center;
    text-align: center;
    cursor: pointer;
}
.reg_otvet {
    flex-direction: column;
}
.reg_otvet p {
    font-size: 15px;
    margin-bottom: 6px;
}

        .search-container {
            margin-bottom: 20px;
            display: flex;
            gap: 3px;
            align-items: center;
            background-color: transparent;
            position: relative;
            flex-wrap: wrap;
            justify-content: center;
        }
        .input-group {
            background-color: white;
            display: flex;
            align-items: center;
            height: 58px;
            position: relative;
            box-sizing: border-box;
            width: 190px;
        }
        .input-group:first-child {
            border-radius: 13px 0 0 13px;
        }
        .input-group:nth-child(2) {
            border-radius: 0;
        }
        .input-group:nth-child(3) {
            border-radius: 0;
        }
        .input-group:nth-child(4) {
            border-radius: 0 13px 13px 0;
        }
        input[type="text"] {
            padding: 10px 20px;
            font-size: 18px;
            border: none;
            border-radius: 11px;
            width: 190px;
            background-color: white;
            outline: none;
            height: 18px;
            box-sizing: border-box;
        }
        input[type="text"]::placeholder {
            font-family: Arial, sans-serif;
        }
        #toInput {
            padding: 10px 20px 10px 30px;
            width: 190px;
            box-sizing: border-box;
        }
        input::placeholder {
            color: #999;
        }
        .date-input-wrapper {
            position: relative;
            display: flex;
            align-items: center;
        }
        .date-input-wrapper input[type="text"] {
            cursor: pointer;
            user-select: none;
        }
        .date-input-wrapper svg {
            position: absolute;
            right: 15px;
            cursor: pointer;
        }
        .search-button {
            width: 166px;
            font-size: 17px;
            background-color: #fa742d;
            color: white;
            border: none;
            border-radius: 13px;
            cursor: pointer;
            transition: background-color 0.3s;
            font-weight: bold;
            margin-left: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            height: 58px;
            font-weight: 600;
        }
        .search-button:hover {
            background-color: #e66a24;
        }
        .flatpickr-calendar {
            background: white !important;
            border-radius: 12px !important;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
            border: none !important;
            padding: 10px !important;
            position: fixed !important;
            top: 50px !important;
            left: 50px !important;
            transform: none !important;
            width: auto !important;
        }
        .flatpickr-day {
            color: #333 !important;
        }
        .flatpickr-day.selected {
            background: #0c73fe !important;
            border-color: #0c73fe !important;
            color: white !important;
        }
        .flatpickr-day:hover {
            background: #e6f0ff !important;
        }
        .flatpickr-day.prevMonthDay,
        .flatpickr-day.nextMonthDay,
        .flatpickr-day.flatpickr-disabled {
            color: #999 !important;
            cursor: not-allowed !important;
        }
        .flatpickr-months {
            display: flex !important;
            align-items: center !important;
            padding: 0 10px !important;
        }
        .flatpickr-month {
            height: 36px !important;
            display: flex !important;
            align-items: center !important;
            justify-content: center !important;
            position: relative !important;
        }
        .flatpickr-current-month {
            display: flex !important;
            align-items: center !important;
            justify-content: center !important;
            height: 36px !important;
            padding: 0 !important;
            position: relative !important;
            transform: none !important;
            left: 0 !important;
            width: auto !important;
        }
        .flatpickr-current-month .flatpickr-monthDropdown-months {
            font-weight: 500 !important;
            height: 36px !important;
            line-height: 36px !important;
            padding: 0 5px !important;
            font-size: 16px !important;
            position: static !important;
        }
        .flatpickr-current-month input.cur-year {
            height: 36px !important;
            line-height: 36px !important;
            padding: 0 5px !important;
            margin: 0 !important;
            font-size: 16px !important;
            position: static !important;
        }
        .flatpickr-months .flatpickr-prev-month, 
        .flatpickr-months .flatpickr-next-month {
            display: flex !important;
            align-items: center !important;
            justify-content: center !important;
            height: 36px !important;
            padding: 0 !important;
            position: static !important;
            top: auto !important;
            transform: none !important;
        }
        .flatpickr-months .flatpickr-prev-month svg,
        .flatpickr-months .flatpickr-next-month svg {
            width: 16px !important;
            height: 16px !important;
            position: static !important;
        }
        .quick-date-buttons {
            display: flex;
            gap: 10px;
            padding: 15px 10px 10px 10px;
            border-top: 1px solid #e6e6e6;
            margin-top: 10px;
            width: calc(100% - 20px);
        }
        .quick-date-button {
            flex: 1;
            padding: 8px 0;
            border: none;
            border-radius: 11px;
            background: #0c73fe;
            color: white;
            cursor: pointer;
            font-size: 16px;
            font-weight: 500;
            transition: background-color 0.3s;
            display: flex;
            justify-content: center;
            align-items: center;
            height: 40px;
            min-width: 100px;
        }
        .quick-date-button:hover {
            background: #0056b3;
        }
        .swap-button {
            position: absolute;
            left: 174px;
            top: 11px;
            width: 36px;
            height: 36px;
            border-radius: 50%;
            background: white;
            border: 3px solid #0c73fe;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 2;
            box-shadow: none;
            transition: none;
        }
        .swap-button:hover {
            box-shadow: none;
        }
        .swap-button svg {
            width: 22px;
            height: 22px;
            fill: #0c73fe;
            transform: rotate(90deg);
        }
        .page-title {
            margin: 30px 0 25px 0;
            text-align: center;
        }
        .page-title h1 {
            font-size: 30px;
            line-height: 1.4;
            font-weight: 600;
            margin:0;
        }
        /* ��������� ����� jQuery UI */
        .ui-autocomplete {
            background: #fff;
            border: 1px solid #ddd;
            border-radius: 4px;
            box-shadow: 0 2px 4px rgba(0,0,0,0.1);
            list-style: none;
            padding: 0;
            margin: 0;
            z-index: 1000;
        }
        
        .ui-menu-item {
            cursor: pointer;
            padding: 5px !important;
        }
        
        .ui-menu-item:hover {
            background-color: #f5f5f5;
        }
        
        .ui-front {
            z-index: 100;
        }
        
        .ui-widget {
            font-family: Arial, sans-serif;
            font-size: 14px;
        }
        
        .ui-widget-content {
            background: #ffffff;
            color: #333333;
        }
        
        /* ����� ��� �������������� */
        .ui-helper-hidden-accessible { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
        .ui-autocomplete { 
            position: absolute; 
            top: calc(100% + 3px);
            left: 0;
            cursor: default; 
            max-height: 300px;
            box-shadow: 0 2px 4px rgba(0,0,0,0.2);
            z-index: 1000;
            font-family: 'Inter', sans-serif;
            font-size: 16px;
            min-width: 250px;
            border-radius: 9px;
            overflow: hidden;
            width: 100%;
        }
        
        /* ������� ���������� ��������� ��� ��������� */
        .ui-autocomplete .scroll-container {
            max-height: 300px;
            overflow-y: auto;
            overflow-x: hidden;
            /* ���������� ������ ��������� ��� WebKit ��������� */
            scrollbar-width: thin;
            scrollbar-color: rgba(0,0,0,0.2) transparent;
        }
        
        /* ���������� ������ ��������� ��� WebKit ��������� */
        .ui-autocomplete .scroll-container::-webkit-scrollbar {
            width: 6px;
        }
        
        .ui-autocomplete .scroll-container::-webkit-scrollbar-track {
            background: transparent;
        }
        
        .ui-autocomplete .scroll-container::-webkit-scrollbar-thumb {
            background-color: rgba(0,0,0,0.2);
            border-radius: 3px;
        }
        
        .ui-menu { 
            list-style: none; 
            padding: 0; 
            margin: 0; 
            display: block; 
            outline: 0;
            border-radius: 9px;
        }
        .ui-menu .ui-menu-item { 
            margin: 0; 
            cursor: pointer; 
            background-color: #ffffff;
            padding: 5px !important;
            border-bottom: 1px solid #eee;
        }
        .city-header, .airport-item {
            padding: 5px;
            color: #333;
            line-height: 1.2;
            font-size: 16px;
        }
        .city-header {
            font-weight: 600;
            min-height: 24px;
            display: flex;
            align-items: center;
        }
        .airport-item {
            font-family: 'Inter', sans-serif;
            font-weight: 400;
        }
        .ui-menu-item:hover,
        .ui-menu-item.ui-state-active {
            background-color: #f0f0f0;
            border: none;
        }
        #searchResults {
            width: 90%;
            max-width: 120px;
            margin: 20px auto;
            background: #0c73fe;
            border-radius: 11px;
            padding: 20px;
            color: #333;
            font-size: 16px;
            box-sizing: border-box;
        }
        @media (max-width: 800px) {
            .body_padding {
                padding: 0 15px 20px;
            }

            .end_inside {
                max-width: 400px; 
            }
            
            .search-container {
                flex-direction: column;
                width: 100%;
                max-width: 400px;
                gap: 10px;
            }
            
            .end_inside {
                width: 100%;
                padding: 18px 15px 10px 15px;
            }
            
            .end_inside p {
                flex-wrap: wrap;
                justify-content: center;
                width: auto; /* �������� �� auto ������ 100% */
            }
            
            .input-group {
                width: 100%;
                border-radius: 13px !important;
            }

            #toInput {
                padding: 10px 20px 10px 42px;
				width: 100%;
            }
            
            .swap-button {
				left: unset !important;
                position: absolute;
				right: 35px;
				top: 33px;
				width: 40px;
				height: 40px;
				margin: 10px 0;
            }
            
            .search-button {
                width: 100%;
                margin-left: 0;
            }
            
            #searchResults {
                width: 95%;
                padding: 15px 0;
            }
			
			.date-input-wrapper svg {
				left: 12px;
			}
			input[type="text"] {
				padding: 10px 20px 10px 42px;
			}
			.flatpickr-calendar {
				top: 15px !important;
				left: 15px !important;
			}
			.point-on-map{
				display: inline-block;
				position: absolute;
				left: 13px;
				top: 18px;
				cursor: pointer;
			}
			input[type="text"]{
				width:100%;
			}
			.page-title{
				max-width: 400px;
			}
			.page-title h1{
				font-size: 26px;
                margin:0;
			}
        }
        .flight-card {
            border: 1px solid #ddd;
            border-radius: 8px;
            padding: 15px;
            margin-bottom: 15px;
            background: #fff;
        }
        @media (max-width: 480px) {
            .flight-segment {
                flex-direction: column;
                align-items: center;
                text-align: center;
                gap: 10px;
            }
            
            .flight-segment > div {
                width: 100%;
                text-align: center !important;
            }
            
            .end_inside p {
                font-size: 12px;
            }
            
            .end_inside .beautiful-dot {
                margin: 0 4px;
            }
        }
        
        /* ����� ��� ����� ������� */
        .reviews-wrapper {
            position: relative;
            width: 755px;
            max-width: 100%;
            margin: 35px 0 30px 0; /* �������� ������ ������ �� 15px (���� 20px) */
        }

        .reviews-container {
            width: 100%;
            display: flex;
            gap: 20px;
            overflow-x: auto;
            padding-bottom: 20px;
            scrollbar-width: none;
            -ms-overflow-style: none;
            scroll-behavior: smooth;
        }

        .reviews-container::-webkit-scrollbar {
            display: none;
        }

        .scroll-fade {
            position: absolute;
            top: 0;
            bottom: 0;
            right: 0;
            width: 80px;
            pointer-events: none;
            z-index: 2;
            opacity: 0;
            transition: opacity 0.3s;
            /* ������� ��������: ����� ���� ����������, ������ � �������������� */
            background: linear-gradient(
                to right,
                rgba(12,115,254,0) 0%,
                rgba(12,115,254,0.7) 50%,
                rgba(12,115,254,1) 100%
            );
        }

        .scroll-fade2 {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            width: 80px;
            pointer-events: none;
            z-index: 2;
            opacity: 0;
            transition: opacity 0.3s;
            /* ������� ��������: ������ ���� ����������, ����� � �������������� */
            background: linear-gradient(
                to left,
                rgba(12,115,254,0) 0%,
                rgba(12,115,254,0.7) 50%,
                rgba(12,115,254,1) 100%
            );
        }

        .scroll-fade.visible,
        .scroll-fade2.visible {
            opacity: 1;
        }

        .review {
            box-sizing: border-box;
            flex: 0 0 auto;
            width: 235px;
            background-color: rgba(255, 255, 255, 0.1);
            border-radius: 15px;
            padding: 20px;
            display: flex;
            flex-direction: column;
            gap: 12px;
            backdrop-filter: blur(5px);
            border: 1px solid rgba(255, 255, 255, 0.2);
        }

        .review-photo {
            width: 90px;
            height: 90px;
            border-radius: 50%;
            object-fit: cover;
            align-self: center;
        }

        .review-stars {
            color: #FFD700;
            font-size: 20px;
            letter-spacing: 2px;
            text-align: center;
        }

        .review-author {
            font-size: 14px;
            text-align: center;
            opacity: 0.8;
            font-style: italic;
            margin-top: -8px;
        }

        .review-text {
            font-size: 14px;
            line-height: 1.4;
            margin: 0;
            padding: 0;
        }

        .review p {
            margin: 0;
            padding: 0;
        }
.header-container{
    height: 46px;
    z-index: 999;
    width: 755px;
    max-width: 100%;
    display:flex;
    flex-direction:row;
    justify-content: space-between;
    align-items: center; /* ���������� �� ��������� */
}
.calendar_svg{
    display: inline-block;
    width: 30px;
    height: 30px;
}

        @media (max-width: 800px) {
            .reviews-wrapper,.header-container {
                width: 400px;
            }
            .scroll-fade2,
            .scroll-fade {
                width: 60px;
            }
            .calendar_svg{
                width: 24px;
                height: 24px; 
            }
        }
		
#end {
    display: flex;
    background-color: #333;
    box-sizing: border-box;
    margin: 0 auto;
    width: 100%;
    position: relative; /* �������� � fixed �� relative */
    z-index: 1;
    justify-content: center; /* ������������� �� ����������� */
}
.end_inside {
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    color: #fff;
    opacity: .25;
    font-size: 13px;
    padding-left: 4%;
    padding-right: 4%;
    width: 100%;
    box-sizing: border-box;
    justify-content: center; /* ������������� ����������� */
}
.end_inside p {
    margin: 0;
    padding: 6px 0;
    color: #fff;
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    width: auto; /* �������� � 100% ��� ������� ������������� */
    min-height: 40px;
}
.end_inside a {
    color: #fff;
    font-size: 14px;
    line-height: 1.2;
    text-decoration: none;
}
.end_inside a:hover {
    text-decoration: underline;
}
.end_inside svg {
    height: 20px;
    width: auto;
    fill: currentColor;
    transform: scale(1.15);
    transform-origin: center;
    margin-left: 7px;
    margin-right: 7px;
}

.beautiful-dot {
  display: none;
  width: 4px;
  height: 4px;
  background-color: #fff; /* ���� ����� */
  border-radius: 50%;
  margin: 0 6px;
  vertical-align: middle;
  position: relative;
  top: -1px; /* ������ ��������� ��������� �� ��������� */
  opacity: .3;
}
.header-logo {
    font-weight: 600;
    font-size:22px;
    padding-left: 5px;
}
.header-lang-cur {
    display: flex;
    align-items: center;
    padding: 8px 12px;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.1s ease;
    gap: 6px;
    /*border: 1px solid transparent;*/
    background-color: rgba(255, 255, 255, 0.1);
    position: relative; /* ��������� ��� ���������������� ����������� ���� */
	line-height:1.2;
}

.header-lang-cur:hover {
    background-color: rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    /*border: 1px solid rgba(255, 255, 255, 0.1);*/
}

.header-lang-cur span {
    color: #fff;
    font-size: 12px;
}

.header-lang-cur .separator {
    color: #fff;
    font-size: 12px;
}

/* ����� ��� ������������ ���� ������ �����/������ */
.lang-currency-popup {
    position: absolute;
    top: calc(100% + 4px);
    right: 0;
    width: 250px;
    background-color: #fff;
    border-radius: 14px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 1000;
    display: none;
    overflow: hidden;
}

.popup-tabs {
    display: flex;
    height: 50px;
    cursor: pointer;
}

.popup-tab {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    transition: background-color 0.2s ease;
}

.popup-tab.active {
    color: rgb(12, 115, 254);
    background-color: #fff;
}

.popup-tab:not(.active) {
    color: rgb(12, 19, 29);
    background-color: rgb(218, 234, 255);
}

.popup-tab:not(.active):hover {
    background-color: rgba(218, 234, 255, 0.8);
}

.popup-content {
    max-height: 350px;
    overflow-y: auto;
}

.popup-list {
    display: none;
}

.popup-list.active {
    display: block;
}

.popup-item {
    height: 35px;
    display: flex;
    align-items: center;
    padding: 0 15px;
    cursor: pointer;
    color: rgb(12, 19, 29) !important;
    position: relative;
    font-size: 14px;
}

.popup-item:hover {
    background-color: #daeaff !important;
}

.popup-item:hover span, 
.popup-item.current span,
.popup-item:hover, 
.popup-item.current {
    color: #0c73fe !important;
}

.popup-item .check-icon {
    position: absolute;
    right: 20px;
    fill: #0c73fe !important;
}

.popup-item .currency-code {
    font-weight: 600;
    margin-right: 6px;
}

.popup-item.current, 
.popup-item.current .currency-code, 
.popup-item.current span:not(.currency-code) {
    color: #0c73fe !important;
}

.popup-item:hover *,
.popup-item:hover .currency-code,
.popup-item:hover span:not(.currency-code) {
    color: #0c73fe !important;
}

.popup-item:not(.current):not(:hover),
.popup-item:not(.current):not(:hover) .currency-code,
.popup-item:not(.current):not(:hover) span:not(.currency-code) {
    color: rgb(12, 19, 29) !important;
}