.header-height{
    height: 80px;
}
.header-block-style {
    background: #F6F6F6;
    opacity: 0.9;
    position: fixed;
    width: 100%;
    z-index: 120;
}

.header-block {
    padding: 15px 0px;
/*    margin: 0px -84px;*/
    margin: 0px;
    justify-content: space-between!important;
}

.header-buttons .main_no_price_modal_action {
    margin-right: 0px!important;
}

.header-buttons-block {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    display: flex;
    align-items: center;

}

.header-phone-icon {
    margin-left: 10px;
    height: 16px;
    width: 16px;
    content: url(/images/icons/phone.svg);
}

.header-chat-icon {
    vertical-align: top;
    padding-right: 3px;
    height: 16px;
    width: 16px;
    content: url(/images/icons/chat.png);
}

.header-covid-19-icon {
    vertical-align: top;
    padding: 0 5px;
    height: 18px;
    width: 18px;
    content: url(/images/icons/covid-19.svg);
}

.header-phone {
    color: #1d1d1f;
    font-family: Arial;
    font-size: 15px;
    font-weight: 600;
    margin: 3px 4px 4px!important;
}

.header-buttons-block {
/*    margin-left: 10px;*/
    margin-left: 5px;
}

.header-buttons a {
    color: white!important;
    font-family: Arial, sans-serif;
    font-size: 13px;
    background: #fff;
    border-radius: 6px;
    padding: 5px 8px;
    margin: 0 10px;
}

.header-buttons .main_no_price_modal_action {
    background-color: #ff9a00;
    padding: 10px 15px;
    border-radius: 8px;
    text-transform: uppercase;
    font-size: 14px;
    color: white;
    text-decoration: none;
    cursor: pointer;
}

.header-buttons .main_no_price_modal_action:hover {
    background-color: #ff9a00;
    color: gray;
    cursor: pointer;
    text-decoration:none;
    cursor: pointer;
}
.header-buttons .main_no_price_modal_action:active {
     background-color: #ff9a00;
     padding: 10px 15px;
     border-radius: 8px;
     text-transform: uppercase;
     font-size: 14px;

 }

.apl-countries-list .countries {
    margin-top: 10px;
    padding-top: 10px
}


.apl-countries-list .i-country {
    margin-bottom: 13px;
    width: 100%;
    overflow: hidden
}
.i-country:hover {
    background-color: silver;
}

.apl-countries-list .i-country .flag {
    width: 24px;
    height: 19px;
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle
}

.apl-countries-list .i-country .title {
    display: inline-block;
    font: 600 15px Arial;
    text-decoration: none;
    color: #1d1d1f;
    vertical-align: middle
}


.apl-countries-list .i-country .title.hover {
    text-decoration: underline!important;
    background-color:silver!important;
}

.apl-countries-list .col-xs-4 {
    width: 33%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    box-sizing: border-box
}

.apl-countries-list a:hover {
    text-decoration: none
}

.apl-countries-list{
    display: none;
    position: absolute;
    min-width: 695px;
    top: 25px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    z-index: 1;
    background-color: white;
    margin-top: 30px;
    margin-left: 10px;
    width: 620px;
}

.country-list-dropdown {
    cursor: pointer;
    position: relative;
    display: inline-block;
}


.apl-countries-list .dropdown-divider{
    width: 100%;
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}

.uniqtrips_country_modal_close {
    line-height: 25px;
    font-size: 18px;
    font-weight: 800;
    position: absolute;
    text-align: center;
    width: 24px;
    right: 5px;
    text-decoration: none;
    color: #ef962e!important;
    cursor: pointer;
}

.breadcrumb_block{
    display: flex;
    justify-content: space-between;
}
.sort_block{
    display: flex;
    align-items: baseline;
    padding-right: 10px;
}
.sort_text{
    padding-right: 10px;
}

.iti__country-list {
    white-space: normal!important;
}

.iti__country-list {
    width: 100%;
}

.header-buttons .main_no_price_modal_action {
    font-weight: 400!important;
}

.airtour_modal_button {
    z-index: 1;
    position: relative;
}

