@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:wght@500&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@font-face {
    font-family: 'PtRootLight';
    src: url('../fonts/PT-Root-UI_Light.ttf');
    src: url('../fonts/pt-root-ui_light.woff2') format('woff2'),
       url('../fonts/pt-root-ui_light.woff') format('woff');
    font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'PtRootMedium';
    src: url('../fonts/PT-Root-UI_Medium.ttf');
    src: url('../fonts/pt-root-ui_medium.woff2') format('woff2'),
       url('../fonts/pt-root-ui_medium.woff') format('woff');
    font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'PtRootBold';
    src: url('../fonts/PT-Root-UI_Bold.ttf');
    src: url('../fonts/pt-root-ui_bold.woff2') format('woff2'),
       url('../fonts/pt-root-ui_bold.woff') format('woff');
    font-weight: normal;
	font-style: normal;
}
body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Roboto';
}

.popup {
    display: none;
    color: #03243D;
    font-size: 14px;
    line-height: 18px;
}
.invisible {
    display: none !important;
}
.popup a {
    color: #00CCFF;
    text-decoration: none;
    transition: 0.3s ease;
}
.popup a:hover {
    opacity: 0.6;
}
.popup.fancybox-content {
    padding: 43px 36px 47px;
    border-radius: 20px;
}
@media (max-width: 576px) {
    .popup.fancybox-content {
        padding: 23px 20px 27px;
        border-radius: 15px;
    }
}
.fancybox-close-small {
    right: 0px !important;
    top: 0px !important;
}
.popup__body {
}
.popup__offer {
    font-size: 32px;
    line-height: 43px;
    font-weight: 700;
    margin-bottom: 36px;
}
@media (max-width: 576px) {
    .popup__offer {
        font-size: 26px;
        line-height: 37px;
        margin-bottom: 22px;
    }
}
.popup__top {
    background: #00CCFF;
    color: white;
    display: flex;
    align-items: center;
    border-radius: 10px;
    margin-bottom: 18px;
    padding: 26px 71px 26px 26px;
    column-gap: 26px;
}
@media (max-width: 576px) {
    .popup__top {
        padding: 20px;
        column-gap: 15px;
    }
}
.popup__img {
    min-width: 100px;
    min-height: 100px;
    background-position: top center;
    background-color: #F0F5F9;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 12px;
}
.popup__sub {
    font-size: 12px;
    line-height: 19px;
    font-family: 'PtRootLight';
}
.popup__name {
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 5px;
    font-family: 'PtRootBold';
}
@media (max-width: 576px) {
    .popup__name {
        font-size: 15px;
        line-height: 18px;
        margin-bottom: 3px;
    }
}
.popup__desc {
    font-size: 12px;
    line-height: 19px;
    font-family: 'PtRootMedium';
}
@media (max-width: 576px) {
    .popup__desc {
        line-height: 16px;
    }
}
.popup__content {
}
.popup__alert {
    background: rgba(235, 34, 34, 0.07);
    font-family: 'Inter';
    display: flex;
    column-gap: 17px;
    align-items: center;
    padding: 18px;
    border-radius: 10px;
    margin-bottom: 20px;
}
.popup__alert-icon {
    opacity: 0.5;
    display: flex;
    align-items: center;
}
.popup__alert-text {
    color: #0A0E1C;
    max-width: 412px;

}
.popup__select-body {
}
.popup__content-sub {
    font-weight: 700;
    font-family: 'Inter';
    color: #001A34;
}
.popup__content-text {
    margin-bottom: 15px;
    font-family: 'Inter';
}
.popup__select {
    border: 1px solid #E7E9F2;
    border-radius: 5px;
    padding: 20px 45px 20px 20px;
    width: 100%;
    outline: none;
    font-family: 'Inter';
    font-size: 14px;
    line-height: 19px;
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;
    background-image: url('../img/dropdown.svg');
    background-repeat: no-repeat;
    background-size: 12px 7px;
    background-position: right 20px center;
    cursor: pointer;
}
.popup__calendar {
    margin-top: 23px;
}
.popup__time-body {
}
.popup__time-top {
    display: flex;
    column-gap: 15px;
    align-items: center;
    margin-top: 10px;
}
.popup__back {
    cursor: pointer;
}
.popup__content-offer {
    font-weight: 500;
    font-family: 'Inter';
    color: #181818;
    font-size: 24px;
    line-height: 33px;
}
@media (max-width: 576px) {
    .popup__content-offer {
        font-size: 21px;
        line-height: 30px;
    }
}
.popup__time-items {
    display: flex;
    flex-wrap: wrap;
    column-gap: 8px;
    row-gap: 8px;
    padding: 15px;
    border: 1px solid #E7E9F2;
    border-radius: 10px;
    margin-bottom: 23px;
}
@media (max-width: 541px) {
    .popup__time-items {
        padding: 23px 26px;
    }
}
.popup__time-item {
    background: #F2F5F5;
    border-radius: 4px;
    padding: 14px 8px;
    font-size: 16px;
    line-height: 22px;
    color: #181818;
    font-family: 'Inter';
    cursor: pointer;
}
.popup__time-item input {
    display: none;
}
.popup__time-item:has(input:checked) {
    background: #00CCFF;
    color: white;
}
.popup__time-item--chosen {
    color: #9E9E9E;
    cursor: not-allowed;
    pointer-events: none;
}
.popup__btn {
    display: flex;
    align-items: center;
    border-radius: 10px;
    background: #00CCFF;
    padding: 17px;
    column-gap: 7px;
    color: white;
    border: none;
    outline: none;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    width: 100%;
    justify-content: center;
    font-family: 'Montserrat';
    cursor: pointer;
    transition: 0.3s ease;
}
.popup__btn:hover {
    opacity: 0.6;
}
.popup__data {
    max-width: 490px;
}
.popup__data-items {
    margin-top: 27px;
    display: flex;
    flex-direction: column;
    row-gap: 25px;
    font-family: 'Inter';
}
.popup__data-input {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
}
.popup__data-input input {
    border: 1px solid #E7E9F2;
    padding: 20px;
    outline: none;
    border-radius: 5px;
    font-size: 14px;
    line-height: 16px;
    color: #001A34;
}
.popup__agree {
    display: flex;
    column-gap: 17px;
}
.popup__agree-checkbox {
    position: relative;
}
.popup__agree-checkbox input {
    
}
.popup__agree-checkbox input::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #00CCFF;
    border-radius: 5px;
    background-color: white;
}
.popup__agree-checkbox input:checked::after {
    background-color: #00CCFF;
    background-image: url('../img/checked.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 14px 12px;
}
.popup__agree-text {
}
.popup__content-desc {
    max-width: 355px;
    margin-top: 15px;
}
.popup__alert--green {
    background: rgba(43, 183, 65, 0.07);
    margin-bottom: 0;
}
.popup__alert--green .popup__alert-icon svg path {
    fill: #2BB741;
}
.popup__calendar-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}
.popup__content-offer {
}
.popup__calendar-arrows {
    display: flex;
    align-items: center;
    column-gap: 10px;
}
.datepicker__prev {
    cursor: pointer;
}
.datepicker__next {
    cursor: pointer;
}

.air-datepicker-nav {
    display: none;
}
.air-datepicker--content {
    padding: 31px 46px 35px;
}
@media (max-width: 576px) {
    .air-datepicker--content {
        padding: 15px;
    }
}
.air-datepicker {
    width: calc(100% - 2px);
    font-size: 16px;
    line-height: 22px;
    font-family: 'Inter';
}
.air-datepicker-body--day-name {
    color: #AAAAAA;
}
.air-datepicker-cell {
    background: #F2F5F5;
    width: 50px;
    height: 50px;
    border-radius: 4px;
}
@media (max-width: 576px) {
    .air-datepicker-cell {
        width: auto;
        height: auto;
        background: none;
    }
}
.air-datepicker-body--cells {
    grid-auto-rows: auto !important;
}
.air-datepicker-body--day-names {
    margin-bottom: 12px;
}
.air-datepicker-cell.-selected- {
    background: #00CCFF;
}

.p-0 {
    padding:0!important;
}

.air-datepicker-cell.-day- {
	padding: 5px;
}
.air-datepicker-cell.-day-:not(.-disabled-) {
	color: #fff;
	background: #00CCFF;
    font-weight: 700;
}