/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

:root {
    --gross: #26386d;
    --gross-second: #344988;
    --white: #ffffff;
    --disabled: #999999;
}
.select2-container--bootstrap.input-sm .select2-selection--multiple, .input-group-sm .select2-container--bootstrap .select2-selection--multiple, .form-group-sm .select2-container--bootstrap .select2-selection--multiple{
    /*min-height: 10px !important;*/
    height: 4em !important;
    padding-left: 0px!important;
    margin: 0!important;
    padding: 8px!important;
    width: 100%!important;

    font-size: .85em!important;
    background-color: var(--c7);
    white-space: nowrap!important;
    border: none!important;
    resize: none!important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none!important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__rendered{
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__clear{
    display: none;
}
.select2-container--bootstrap.input-sm .select2-selection--multiple .select2-selection__choice, .input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice, .form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice{
    margin: 0!important;
    padding: 0!important;
}
.select2-container--bootstrap.input-sm .select2-selection--multiple .select2-search--inline .select2-search__field, .input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field, .form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field{
    padding: 0!important;
    margin: 0!important;
    width: 100%!important;
}
.select2-container--bootstrap.select2-container--focus .select2-selection, .select2-container--bootstrap.select2-container--open .select2-selection{
    padding-top: 0;
}
.select2-container .select2-search--inline{
    width: 100%!important;
}
.calc__container{
    width: 100%;
    height: 100%;
    padding: 0 15%;
    padding-bottom: 1%;
    /*padding-top: 2%;*/
}
.calc__container_info{
    padding-bottom: 1%;
    /*margin-bottom: 5%;*/
}
.calc__body{
    width: 100%;
    height: 100%;
    background: var(--white);
    padding: var(--offset-lg);
    padding-top: 2%;
    margin-bottom: 2%;
    -webkit-box-shadow: 1px 2px 20px -1px rgba(0,0,0,0.2);
    box-shadow: 1px 2px 20px -1px rgba(0,0,0,0.2);
}

.calc__container .calc__body .calc__content h3{
    padding-top: 2em !important;
}
.travellerYears{
    margin-right: var(--offset-md);
    padding-left: calc(var(--offset-sm) * 2);
    font-family: var(--f2);
    margin-bottom: 0.5rem;
}
.container__travel_text{
    font-size: 18px;
}
.container__travel_all{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.container-items1{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: row!important;
    flex-direction: row!important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

}
.container-items2{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: row!important;
    flex-direction: row!important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.container-items3{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: row!important;
    flex-direction: row!important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.add-item1{
    min-height: 100%;
}
.add-item2 {
    min-height: 100%;
}
.add-item3 {
    min-height: 100%;
}
.item1{
    width: 175px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.item2{
    width: 175px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1%;
}
.item3{
    width: 175px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.age_block{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.age_input{
    width: 70%;
    position: relative;

}
.age_input input{
    min-width: 135px;
    font-size: 0.7em!important;
}
.age_error{
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 0.7em;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    color: red;
}
.form__icon--bg{
    background: var(--disabled)!important;
}
.form__icon--bgtrue{
    background: var(--gross)!important;

}
.rang__date_input{
    min-width: 135px;
    font-size: 0.7em!important;
    text-align: start!important;
}
.form__field_mp0{
    margin: 0!important;
    padding: 0!important;
}
.allSum__prolicy_block{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    padding-right: 5%;

}
.allSum__prolicy_block div{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;

}
.allSum__prolicy_block .policy__sum_text{
    width: 50%;
}
.allSum__prolicy_block .box__list{
    width: 50%;
}
.bi-person-plus:focus{
    fill: var(--gross)!important;
}
.age_input_remover{
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: translate(100%,-50%);
    -ms-transform: translate(100%,-50%);
    transform: translate(100%,-50%);
}
.age_block_alcahol{
    padding-left: 20px;
    width: 30%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.plus__icon{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 2%;

}

.travellers_plus .plus__icon{
    margin-top: 1%;
}
.travel__price{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.select2__fast_pick{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.select2__fast_pick div{
    margin-right: 10px;
}
.countries button{
    font-size: 0.9em;
    text-decoration: underline;
    color: #00afff;
}
.program__type_text{
    text-decoration: underline;
    color: #00afff!important;
}
.travel__usd_text{
    font-size: 0.6em!important;
}
.policy__sum_text{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.header__h3{
    padding: 0;
}
.polis__sum{
    font-size: 10px!important;
}
.policy__uzs_usd{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
#promo{
    /*font-size: 0.6em;*/
    display: inline-block;
    font-family: var(--f1);
    font-weight: 400;
    font-size: .65em;
    color: var(--c4);
    padding: var(--offset-sm) var(--offset-md);

    background-color: var(--c7);
    border-radius: 5px;
}
#check-promo{


    /*font-weight: 400;*/
    /*font-size: .65em;*/
    /*padding: var(--offset-sm) var(--offset-md);*/
    /*border-radius: 5px;*/
}

#promo-help{
    font-size: 0.8em;
}
.travel__payments .travel_sum{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.purpose_rel{
    position: relative;
}
.popup_purpose{
    margin:0 15px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: auto;
    height: auto;
    /* background-image: url("/frontend/web/img/attantion/Frame_1.png"); */
    background-repeat: no-repeat;
    background-size: 100% 100%;
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    border-radius: 5px;
    opacity: 0;
    -webkit-transition: opacity 1000ms;
    -o-transition: opacity 1000ms;
    transition: opacity 1000ms;
    border: 2px solid var(--gross-second);
    padding:2%;
}
.popup_purpose_active{
    position: absolute;
    left: 0;
    bottom: 0;
    width: auto;
    height: auto;
    /* background-image: url("/frontend/web/img/attantion/Frame_1.png"); */
    background-repeat: no-repeat;
    background-size: 100% 100%;
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    border-radius: 5px;
    opacity: 1;
    border: 2px solid var(--gross-second)
}
.popup_purpose_img_block{
    margin-top: 0.5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 95%;
    height: 30%;
}
.popup_purpose_img_block div img{
    width: 40px;
}
.popup_purpose__title{
    padding: 0;
    margin: 0;
    font-size: 0.8em;
    color: var(--gross-second);
    text-align: center;
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.popup_purpose__title button{
    position: absolute;
    right: 0;
    color: var(--gross-second);
    width: 5%;
}
.popup_purpose__title button:hover{
    color: red;
}
.popup_purpose__subtitle{

    min-width: 100% !important;
    width: auto!important;
    padding: 0;
    margin: 0;
    font-size: 0.6em;
    color: var(--gross-second);
    padding-left: 1em;

}
.popup_purpose_calc__link__img{
    position: absolute;
    z-index: 1;
    bottom: 30px;
    right: 15px;
    width: 20%;
    height: 20%;
}
.popup_purpose_calc__link__img img{
    fill: var(--gross);
}
.travel__payments .travel_sum .travel_sum_text{

}
.travel__payments .travel_sum .section__title{
    font-size: 1.5em;
    padding: 0;
    margin: 0;
}
.travel__input_padding{
    padding:0 10%;
}
.travel__price_2 {
    padding:0 10%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.travel__price_2 .section__title {
    font-size: 1.2em!important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.travel__price .period__travel{
    font-size: 0.6em!important;
}
.travel__price .program__travel{
    font-size: 0.6em!important;
}
/*.travel__price .section__title{*/
/*    font-size: 1.2em;*/
/*}*/
.travel__price{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
}
.travel__payments{
    padding-left: 10%;
}
.travel__payments .payment__list{
    margin: 0!important;
}
.travel__payments_2{
    padding-left: 10%;
}
.button__back .text__travel{
    font-size: 0.6em!important;
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice{
    border: none!important;
    background: transparent!important;

}
.select2-container--bootstrap.input-sm .select2-selection--multiple .select2-selection__choice, .input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice, .form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice{
    margin-right: 10px!important;
}

.container__travel_title{
    width: 80px;
}
.from__item_remargin{
    margin: 0!important;
}
.btn__remargin{
    margin: 0!important;
}
.form__footer_title{
    font-size: 0.7em!important;
    margin: 0!important;
    padding: 0!important;
}
.form__addition_block{
    -webkit-box-pack: start!important;
    -ms-flex-pack: start!important;
    justify-content: start!important;
    margin-top: 1em;
}
.form__item_additonal{
    width: 120px!important;
}
.calendar__input {
    position: relative;
}
.calendar__input #birthStartEnd{
    font-size: 0.7em!important;
}
.calendar__input_svg{
    position: absolute;
    right: 2%;
    top: 52%;
    /*transform: translate(-25%,140%);*/
}
.countDay {
    font-size: 0.7em!important;
}
.calc__container_info_body{
    padding-bottom: 0;
}
.col_travel_r0{
    padding-right: 0!important;
}
.inputBlock{
    position: relative;
}
.dateError{
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 0.7em!important;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    color: red!important;
}
.inputError{
    position: absolute;
    margin-left: 10px;

    left: 0;
    bottom: 0;
    font-size: 0.7em!important;
    -webkit-transform: translateY(-1%);
    -ms-transform: translateY(-1%);
    transform: translateY(-1%);
    color: red!important;
}
.shengen{
    padding-top: 50%;
    font-size: 0.7em;
    color: var(--gross-second);
}
.form__iconn{
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.countDaySecond{
    width: auto;
    margin: 0;
    padding: var(--offset-sm) var(--offset-md);
    font-size: .85em;
    background-color: var(--c7);
    border-radius: 5px;
    white-space: nowrap;
    border: none;
    resize: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    line-height: inherit
}
.label_bottom_m0{
    margin: 0;
}
.spinner {
    position: absolute;
    top: 0.5em;
    right: 0.5em;
    /* Spinner size and color */
    width: 1.5rem;
    height: 1.5rem;
    border-top-color: #444;
    border-left-color: #444;

    /* Additional spinner styles */
    animation: spinner 400ms linear infinite;
    border-bottom-color: transparent;
    border-right-color: transparent;
    border-style: solid;
    border-width: 2px;
    border-radius: 50%;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;

}
.spiner_for_label{
    top: 42%;
}

/* Animation styles */
@keyframes spinner {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


/* Optional — create your own variations! */
.spinner-large {
    width: 5rem;
    height: 5rem;
    border-width: 6px;
}

.spinner-slow {
    animation: spinner 1s linear infinite;
}

.spinner-blue {
    border-top-color: #09d;
    border-left-color: #09d;
}

@media screen and (max-width: 3000px){
    .select2-container--bootstrap.input-sm .select2-selection--multiple, .input-group-sm .select2-container--bootstrap .select2-selection--multiple, .form-group-sm .select2-container--bootstrap .select2-selection--multiple{
        /*min-height: 10px !important;*/
        height: 6.8em !important;
    }
}
@media screen and (max-width: 2600px){
    .select2-container--bootstrap.input-sm .select2-selection--multiple, .input-group-sm .select2-container--bootstrap .select2-selection--multiple, .form-group-sm .select2-container--bootstrap .select2-selection--multiple{
        /*min-height: 10px !important;*/
        height: 6em !important;
    }
}
@media screen and (max-width: 2400px){
    .select2-container--bootstrap.input-sm .select2-selection--multiple, .input-group-sm .select2-container--bootstrap .select2-selection--multiple, .form-group-sm .select2-container--bootstrap .select2-selection--multiple{
        /*min-height: 10px !important;*/
        height: 5.5em !important;
    }
}
@media screen and (max-width: 2200px){
    .select2-container--bootstrap.input-sm .select2-selection--multiple, .input-group-sm .select2-container--bootstrap .select2-selection--multiple, .form-group-sm .select2-container--bootstrap .select2-selection--multiple{
        /*min-height: 10px !important;*/
        height: 5em !important;
    }
}
@media screen and (max-width: 1950px){
    .select2-container--bootstrap.input-sm .select2-selection--multiple, .input-group-sm .select2-container--bootstrap .select2-selection--multiple, .form-group-sm .select2-container--bootstrap .select2-selection--multiple{
        /*min-height: 10px !important;*/
        height: 4.5em !important;
    }
}
@media screen and (max-width: 1750px){
    .select2-container--bootstrap.input-sm .select2-selection--multiple, .input-group-sm .select2-container--bootstrap .select2-selection--multiple, .form-group-sm .select2-container--bootstrap .select2-selection--multiple{
        /*min-height: 10px !important;*/
        height: 4em !important;
    }
}
@media screen and (max-width: 1550px){
    .select2-container--bootstrap.input-sm .select2-selection--multiple, .input-group-sm .select2-container--bootstrap .select2-selection--multiple, .form-group-sm .select2-container--bootstrap .select2-selection--multiple{
        /*min-height: 10px !important;*/
        height: 3.5em !important;
    }
}
@media screen and (max-width: 1350px){
    .select2-container--bootstrap.input-sm .select2-selection--multiple, .input-group-sm .select2-container--bootstrap .select2-selection--multiple, .form-group-sm .select2-container--bootstrap .select2-selection--multiple{
        /*min-height: 10px !important;*/
        height: 3.5em !important;
    }
    .popup_purpose{
        height: auto;
    }

}
@media screen and (max-width: 1200px){
    .select2-container--bootstrap.input-sm .select2-selection--multiple, .input-group-sm .select2-container--bootstrap .select2-selection--multiple, .form-group-sm .select2-container--bootstrap .select2-selection--multiple{
        /*min-height: 10px !important;*/
        height: 4em !important;
    }
    .travel__payments{
        padding: 0!important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: normal!important;
        -ms-flex-direction: row!important;
        flex-direction: row!important;
    }
    .popup_purpose__subtitle{
        font-size: 0.5em;
    }
}
@media screen and (max-width: 1072px) {
    .travel__price_2 .section__title{
        font-size: 0.9em !important;
    }
    .period__travel{
        font-size: 0.7em;
    }
    .program__travel{
        font-size: 0.7em;
    }
}
@media screen and (max-width: 1000px){
    .travel__payments div{
        padding-top: 5%;
    }
}
@media screen and (max-width: 950px){
    .calc__container{
        padding: 0;
    }
    .travel__price{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .travel-submit-2{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .travel__payments{
        padding: 0!important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: normal!important;
        -ms-flex-direction: row!important;
        flex-direction: row!important;
    }
    .calc__container_info{
        padding-bottom: 1%;
        /*margin-bottom: 5%;*/
    }
}
@media screen and (max-width: 768px) {
    .travel__price{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .travel__price div{
        margin: 2% 0;
    }
    .travel__payments{
        padding: 0!important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: normal!important;
        -ms-flex-direction: column!important;
        flex-direction: column!important;
    }
    .popup_purpose{
        margin: 0;
        display: none;
        position: relative;
        left: 0;
        bottom: 0;
        width: auto;
        height: auto;
        /* background-image: url("/frontend/web/img/attantion/Frame_1.png"); */
        -webkit-transform: translateY(100px);
        -ms-transform: translateY(100px);
        transform: translateY(100px);
        border-radius: 5px;
        opacity: 0;
        -webkit-transition: opacity 1000ms;
        -o-transition: opacity 1000ms;
        transition: opacity 1000ms;
    }
    .popup_purpose_active{
        display: block;
        position: relative;
        left: 0;
        bottom: 0;
        width: auto;
        height: auto;
        /* background-image: url("/frontend/web/img/attantion/Frame_1.png"); */
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        border-radius: 5px;
        opacity: 1;
    }
    .payment__list .payment__item{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center!important;
        -ms-flex-pack: center!important;
        justify-content: center!important;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .container-items3{
        width: 70%;
    }
    .popup_purpose__subtitle{
        font-size: 0.8em;
    }
}
@media screen and (max-width: 700px){
    .form__addition_block{
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important;
    }
    .travel-submit-2{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .travel__payments{
        padding: 0!important;
    }
    .travel__price_2{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .travel__price_2 .section__title{
        font-size: 1.2em !important;
    }
    .period__travel{
        font-size: 1em;
    }
    .program__travel{
        font-size: 1em;
    }
}
@media screen and (max-width: 650px) {
    .travel__price_2{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .travel__price_2 div{
        padding-left: 5%;
        text-align: start;
    }
    .travel__price_2 .period__travel{
        font-size: 0.8em!important;
    }
    .travel__price_2 .section__title{
        font-size: 0.8em!important;
    }
    .travel__price_2 .program__travel{
        font-size: 0.8em!important;
    }
    .calc__container_info{
        padding-bottom: 1%;
        margin-bottom: 5%;
    }
    .calc__container_info_body{
        padding-bottom: 0;
    }
}
@media screen and (max-width: 440px){
    .extraInsurances_text span{
        font-size: 0.7em!important;
    }
    .travel__price_2 div{
        padding-right: 2%;
    }
    .payment__list{
        margin: 0!important;
        padding: 0!important;
    }
    .travel-submit-2{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .container-items1{
        width: 100%;
    }
    .container-items2{
        width: 100%;
    }
    .container-items3{
        width: 100%;

    }

    .item1 {
        width: 70%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 1%;
    }
    .item2 {
        width: 70%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 1%;
    }
    .item3 {
        width: 70%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 1%;
    }
    .travel__payments{
        padding: 0!important;
    }
    .policy__sum_text{
        padding-left: 2%;
    }
    .plus__icon button svg{
        margin-top: 10%;

    }

}
.calendar_input_readony input:-moz-read-only {
    background-color: #f3f6fb !important;
    -webkit-box-shadow: inset 0 0 0 70px #f3f6fb !important;
}
.calendar_input_readony input:read-only {
    background-color: #f3f6fb !important;
    -webkit-box-shadow: inset 0 0 0 70px #f3f6fb !important;
}
/* calendar */
.air-datepicker-global-container .air-datepicker-body--day-name{
    color: var(--gross-second);
}
.air-datepicker-global-container .air-datepicker-cell.-selected- {
    color: #fff;
    border: none;
    background: var(--gross);
}
.air-datepicker-global-container .-selected-.air-datepicker-cell.-day-.-other-month-, .-selected-.air-datepicker-cell.-year-.-other-decade- {
    color: #fff;
    background: var(--gross);
}
.air-datepicker-global-container .-in-range- {
    background: #e3e3e7 !important;
    border-radius: 0;
}
.air-datepicker-global-container .air-datepicker-nav .air-datepicker-nav--title{
    width: 80%;
}
.air-datepicker-global-container .air-datepicker-nav .air-datepicker-nav--action{
    width: 10%;
}
.air-datepicker-global-container .air-datepicker-nav .air-datepicker-nav--title .air-nav-gross{
    min-width: 100%;
}

#datepickers-container .-selected- {
    background: #EF984C;
    color: #fff !important;
}#datepickers-container .-current- {
     color: #EF984C;
 }
#datepickers-container .datepicker--time-sliders > *:not(:first-child) {
    margin-top: 9px;
    margin-bottom: 6px;
}#datepickers-container .datepicker--time-sliders > *:first-child {
     margin-top: 6px;
 }
#datepickers-container input[type=range]::-webkit-slider-thumb {
    -webkit-box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
    border: 0px;
    height: 22px;
    width: 22px;
    border-radius: 5px;
    background: #EF984Cee;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -11px;
}
/*modal style*/
@media screen and (max-width: 768px){
    .modal {
        top: 50%!important;
        left: 50%!important;
        height: auto!important;
        max-width: 90%!important;
        width: 100%!important;
        -ms-transform: scale(0)!important;
        -ms-transform: translate(-50%, calc(-50% + 40px))!important;
        transform: translate(-50%, calc(-50% + 40px))!important;
        -webkit-box-shadow: 0px 0px 15px 3px #000000!important;
        box-shadow: 0px 0px 15px 3px #000000!important;
        overflow-y: auto!important;
    }
    .open{
        min-height: 50%!important;
        height: 50%!important;
    }
    .programs-body{
        font-size: 0.8em!important;
    }
    .modal__close{
        width: 1.5em!important;
    }
}

.accident_radio_block {
    display: flex;
    justify-content: start;
    align-items: center;
}

.accident_radio_btn {
    border: 1px solid #072B50;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 130px;
    font-size: 14px;
}

.accident_radio_btn_left {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.accident_radio_btn_right {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.accident_radio_btn_active {
    background: #5881BE!important;
    color: white !important;
    ;
}

.accident_radio_circle {
    display: none;
}
.has_error{
    border:1px solid red;
    background-color: #ead4d436;
}
/*.modal__header{*/
/*    font-size: 0.75em!important;*/
/*}*/
/*.modal__inner .form__radioWrap {*/
/*    font-size: 0.75em!important;*/
/*}*/