/* input(7398,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '&'
input(7652,20): run-time error CSS1035: Expected colon, found '{' */
.actions-drop-down-button.actions-drop-down-button,
.actions-drop-down-button.actions-drop-down-button:active {
    display: inline-block;
    float: right;
    min-width: 26px;
    height: 26px;
    padding-inline-start: 20px;
    padding-inline-end: 4px;
    background-repeat: no-repeat;
    margin-inline-start: 4px;
    background-color: transparent;
    background-image: url(/Content/Images/menu-kebab-x3.png?v=PO74WwsPTP1UuHrZFYbyKzsiOPY);
    /*background-position: 11px 6px;*/
    background-position: 5px 6px;
    border: 1px solid #ddd;
    outline: none;
}


.actions-drop-down-button.actions-drop-down-button.edit,
.actions-drop-down-button.actions-drop-down-button.edit:active {
    border: none;
    border-bottom: 1px dashed;
    background-image: none;
    padding-inline-start: 4px;
    border-radius: 0;
    position: relative;
    outline: none;
    color: #00578F;
    font-size: 12px;
    padding-top: 10px;
    transform: translateY(-5px);
}

.actions-drop-down-button.actions-drop-down-button:disabled,
.actions-drop-down-button.actions-drop-down-button.edit:disabled {
    opacity: 0.5;
    cursor: default;
}

.actions-drop-down-button.actions-drop-down-button.edit::after {
    content: '';
    display: inline-block;
    width: 14px;
    height: 10px;
    background-image: url(/Content/Images/create-booking-group-expand.png?v=PO74WwsPTP1UuHrZFYbyKzsiOPY);
    background-repeat: no-repeat;
    position: absolute;
    right: -20px;
    top: 15px;
}

[theme="hb"] .actions-drop-down-button.actions-drop-down-button.edit::after {
    background-image: url(/Content/Images/DynamicBookingLegacy/arrow-dropdown.hb.svg?v=PO74WwsPTP1UuHrZFYbyKzsiOPY);
}

.actions-drop-down-button.actions-drop-down-button.edit.activated::after {
    transform: scaleY(-1);
}


.actions-drop-down-button.actions-drop-down-button.activated,
.actions-drop-down-button.actions-drop-down-button.activated:active {
}

.actions-drop-down-button.actions-drop-down-button.edit.activated,
.actions-drop-down-button.actions-drop-down-button.edit.activated:active {
    background-image: none;
    padding-inline-start: 4px;
    border-radius: 0;
    border: none;
    border-bottom: 1px dashed;
}


.gpopover {
    border: 1px solid #cfcfcf;
    border-radius: 5px;
    background-color: #f3f4f6;
    font-size: 13px;
    padding: 18px 15px;
}

.gpopover .additional-actions-menu {
    padding: 0!important;
    margin: 0!important;
}

.gpopover .additional-actions-menu .menu-item {
    list-style: none!important;
    margin: 0!important;
    margin-bottom: 16px!important;
    padding-top: 0!important;
}

.gpopover .additional-actions-menu .menu-item > a {
    white-space: nowrap;
    text-decoration: none;
    border-bottom: none!important;
    cursor: pointer;
    float: none !important;
}

.gpopover .additional-actions-menu .menu-item:last-child {
    margin-bottom: 0!important;
}

.gpopover .gpopover-arrow {
    border-bottom-color: #f3f4f6;
}

.ticketPriceStatementDialog.ui-dialog {
    overflow: visible;
    border: none;
    padding: 0;
}

.ticketPriceStatementDialog .ui-dialog-titlebar {
    height: 64px;
    background-color: #ebf6fc!important;
    line-height: 64px;
    padding: 0 23px;
    font-size: 17px;
}
.ticketPriceStatementDialog .ui-dialog-titlebar .ui-dialog-title {
    margin: 0;
}

.ticketPriceStatementDialog .ui-dialog-titlebar .ui-dialog-titlebar-close {
    background-image: url(/Content/Images/dialog-close-white.png?v=PO74WwsPTP1UuHrZFYbyKzsiOPY);
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    top: -48px;
    right: 0px;
    outline: none;
    width: 24px !important;
    height: 24px !important;
    border: none;
    background-color: transparent;
    overflow: hidden;
    text-indent: 10rem;
}

.ticketPriceStatementDialog button.ui-dialog-titlebar-close {
    background: none;
    background-image: url(/Content/Images/authorization-close_16.png?v=PO74WwsPTP1UuHrZFYbyKzsiOPY);
    background-repeat: no-repeat;
    background-position: 0 0;
    border: 0 !important;
}

.ticketPriceStatementDialog .ui-dialog-titlebar .ui-dialog-titlebar-close .ui-icon-closethick {
    background-image: none !important;
}

.ticketPriceStatementDialog .ui-dialog-titlebar-close span {
    background: none;
}

.ticketPriceStatementDialog .ui-dialog-title {
    pointer-events: none;
}

.ticketPriceStatementDialog  .ui-dialog-content {
    margin: 0;
    padding: 0;
}

.ticketPriceStatementDialog .checks {
    padding: 20px 23px;
}

.ticketPriceStatementDialog .checks ul {
    list-style-type: none;
}

.ticketPriceStatementDialog .checks li {
    margin-bottom: 16px;
}

.ticketPriceStatementDialog .checks li:last-child {
    margin-bottom: 0;
}

/************ CHECKBOX BEGIN ****************/
.checkbox-container {
    display: inline-block;
    position: relative;
    padding-inline-start: 18px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkbox-container .checkmark {
    position: absolute;
    top: 1px;
    left: 0;
    height: 13px;
    width: 13px;
    background-color: #eee;
    border-radius: 2px;
}

.checkbox-container:hover input ~ .checkmark {
    background-color: #ccc;
}

.checkbox-container input:checked ~ .checkmark {
    background-color: #3497FF;
}

.checkbox-container .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox-container input:checked ~ .checkmark:after {
    display: block;
}

.checkbox-container .checkmark:after {
    left: 4px;
    top: 2px;
    width: 3px;
    height: 6px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/************ CHECKBOX END ****************/


.ticketPriceStatementDialog .checks p {
    margin-bottom: 16px;
}

.ticketPriceStatementDialog .buttons {
    padding: 18px 23px;
    border-top: 1px solid #e3e3e3;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}

.ticketPriceStatementDialog .buttons button {
    padding: 12px 26px;
    color: #2b90d1;
    border: 1px solid #3d93cd;
    border-radius: 2px;
    background-color: #fff;
    cursor: pointer;
    height: 48px;
    font-size: 14px !important;
    outline: none;
    background-image: none;
    font-weight: 500;
}

.ticketPriceStatementDialog .buttons button.print,
.ticketPriceStatementDialog .buttons button:hover {
    color: #fff;
    background-color: #2b90d1;
}

.ticketPriceStatementDialog .buttons button.print:hover {
    color: #fff;
    background-color: #53a6db;
}

.ticketPriceStatementDialog .buttons button:disabled,
.ticketPriceStatementDialog .buttons button:disabled:hover {
    background-color: #d3e8f6;
    border: none;
    cursor: default;
}

.additional-services-container .tool-button {
    box-sizing: border-box;
    width: 26px;
    height: 26px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border: 1px solid #cfcfcf;
    border-radius: 4px;
    background-position: 50% 50%;
    cursor: pointer;
    margin: 0 1px;
    flex: 0 0 auto;
    outline: none !important;
}

.additional-services-container .tool-button--disabled,
.additional-services-container .tool-button.disabled,
.additional-services-container .tool-button[disabled] {
    cursor: default;
}

.additional-services-container .tool-button:active {
    background-image: none;
}

.additional-services-container .tool-button--text-img {
    width: auto;
    border: none;
    display: inline-flex;
    flex-flow: row-reverse nowrap;
    align-items: center;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
}

.additional-services-container .tool-button__img {
    display: block;
    width: 21px;
    height: 21px;
    margin-inline-start: 7px;
    background-repeat: no-repeat;
    outline: none !important;;
}

.additional-services-container .tool-button__span--add {
    color: #00578F;
}

.additional-services-container .tool-button__img--add {
    background-image: url(/Content/Images/Sprites.png?v=PO74WwsPTP1UuHrZFYbyKzsiOPY&v1006);
    background-position: -79px -119px;
    margin-inline-start: 11px;
    margin-inline-end: 4px;
}

.additional-services-container .tool-button__img--cancel {
    background-image: url(/Content/Images/Sprites.png?v=PO74WwsPTP1UuHrZFYbyKzsiOPY&v1006);
    background-position: -59px -119px;
    margin-inline-start: 11px;
    margin-inline-end: 4px;
}

.additional-services-container .tool-button--secondary {
    color: #adadad;
}

.additional-services-container .tool-button--primary {
    color: #18689e;
}

.additional-services-container .tool-button--pencil,
.additional-services-container .tool-button--pencil:active {
    background-image: url(/Content/Images/my-account-edit-booking.png?v=PO74WwsPTP1UuHrZFYbyKzsiOPY&v=3);
}

.additional-services-container .disabled.tool-button--pencil,
.additional-services-container .disabled.tool-button--pencil:active {
    background-image: url(/Content/Images/my-account-edit-booking-not-active.png?v=PO74WwsPTP1UuHrZFYbyKzsiOPY&v=3);
}

.additional-services-container .tool-button--restore,
.additional-services-container .tool-button--restore:active {
    background-image: url(/Content/Images/my-account-restore-booking.png?v=PO74WwsPTP1UuHrZFYbyKzsiOPY&v=3);
}

.additional-services-container .disabled.tool-button--restore,
.additional-services-container .disabled.tool-button--restore:active {
    background-image: url(/Content/Images/my-account-restore-booking-not-active.png?v=PO74WwsPTP1UuHrZFYbyKzsiOPY&v=3);
}

.additional-services-container .tool-button--trash,
.additional-services-container .tool-button--trash:active {
    background-image: url(/Content/Images/my-account-delete-booking.png?v=PO74WwsPTP1UuHrZFYbyKzsiOPY&v=3);
}

.additional-services-container .disabled.tool-button--trash,
.additional-services-container .disabled.tool-button--trash:active {
    background-image: url(/Content/Images/my-account-delete-booking-not-active.png?v=PO74WwsPTP1UuHrZFYbyKzsiOPY&v=3);
}

.additional-services-container {
    background-color: #fff;
    border: 1px solid #c5c6c8;
}

.additional-services-container ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.additional-services-container .service__header {
    color: #596775;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: flex-end;
    background-color: #f3f4f6;
    min-height: 26px;
    padding: 6px 0;
}

.additional-services-container .service__header .service-title {
    margin: 0 auto 0 9px;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    font-size: 12px;
    padding: 0;
    flex: 1 1 auto;
}

.additional-services-container .service__header .total-price {
    margin-inline-end: 8px;
    text-align: end;
}

.additional-services-container .service__header .booking-currency {
}

.additional-services-container .service__header .tariff-currency {
    color: #596775;
}

.additional-services-container .person-list {
    border-top: 1px solid #c5c6c8;
}

.additional-services-container .person-list__item {
    border-bottom: 1px solid #e3e3e3;
}

.additional-services-container .person-list__item:last-child {
    border-bottom: none;
}

.additional-services-container .person__header {
    display: flex;
    align-items: center;
    padding: 4px 0;
    min-height: 26px;
}

.additional-services-container .person__header .person-title {
    margin: 0 auto 0 7px;
    text-transform: uppercase;
    font-size: 12px;
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
}

.additional-services-container .person__header .person-title::before {
    content: '';
    display: inline-block;
    background-image: url(/Content/Images/user.png?v=PO74WwsPTP1UuHrZFYbyKzsiOPY);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 16px;
    height: 16px;
    vertical-align: bottom;
    margin-inline-end: 8px;
}

.additional-services-container .person__header .infant-message {
    margin-inline-end: 8px;
}

.additional-services-container .flight-list {
    border-top: 1px solid #c5c6c8;
}

.additional-services-container .flight-list.flight-list--collapsed {
    display: none;
}

.additional-services-container .flight-list__item {
    border-bottom: 1px solid #c5c6c8;
}

.additional-services-container .flight-list__item:last-child {
    border-bottom: none;
}

.additional-services-container .flight__header {
    color: #596775;
    background-color: #f8f8f8;
    padding: 6px 0;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-end;
    align-items: center;
    height: 26px;
}

.additional-services-container .flight__header .flight-title {
    margin: 0 auto 0 9px;
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
    font-size: 12px;
    flex: 1 1 auto;
}

/*div.arrow-button {*/
/*    width: auto !important;*/
/*    float: right;*/
/*}*/

/*div.arrow-button button {*/
/*    min-width: 85px;*/
/*    background-image: url('/Content/Images/search-tour-button-bg.gif?v=PO74WwsPTP1UuHrZFYbyKzsiOPY');*/
/*    background-repeat: repeat-x;*/
/*    */
/*    cursor: pointer;*/
/*}*/

/*div.arrow-button button:focus {*/
/*    outline: 0;*/
/*}*/

/*div.arrow-button.forward {*/
/*    margin-top: -2px;*/
/*}*/

/*div.arrow-button.back button {*/
/*    height: 28px;*/
/*    border: solid 1px #c5c6c8;*/
/*    margin-inline-start: -2px;*/
/*    border-left: none;*/
/*}*/

/*div.arrow-button.forward button {*/
/*    height: 32px;*/
/*    border: solid 3px #5c6774;*/
/*    margin-inline-end: -2px;*/
/*    border-right: none;*/
/*    border-radius: 3px;*/
/*    -webkit-border-radius: 3px;*/
/*    -moz-border-radius: 3px;*/
/*}*/

/*div.arrow-button.active button{*/
/*    background-image: url('/Content/Images/search-tour-button-bg-active.gif?v=PO74WwsPTP1UuHrZFYbyKzsiOPY');*/
/*}*/

/*div.arrow-button .img {*/
/*    cursor: pointer;*/
/*}*/

/*div.arrow-button.back .img {*/
/*    width: 11px;*/
/*    height: 28px;*/
/*    background-image: url('/Content/Images/button-arrow-left_12x28.png?v=PO74WwsPTP1UuHrZFYbyKzsiOPY');*/
/*    float: left;*/
/*}*/

/*div.arrow-button.forward .img {*/
/*    width: 15px;*/
/*    height: 32px;*/
/*    background-image: url('/Content/Images/button-arrow-right_15x32.png?v=PO74WwsPTP1UuHrZFYbyKzsiOPY');*/
/*    float: right;*/
/*}*/

/*div.arrow-button.back.active .img {*/
/*    background-image: url('/Content/Images/button-arrow-left-active_12x28.png?v=PO74WwsPTP1UuHrZFYbyKzsiOPY');*/
/*}*/

/*div.arrow-button.forward.active .img {*/
/*    background-image: url('/Content/Images/button-arrow-right-active_15x32.png?v=PO74WwsPTP1UuHrZFYbyKzsiOPY');*/
/*}*/
.ui-dialog.new-authorization-dialog {
    box-sizing: border-box;
    padding: 0;
    border: 1px solid #D5EAFE;
    box-shadow: 0px 2px 2px rgba(206, 221, 233, 0.402627);
    border-radius: 4px;
    overflow: visible;
}

.new-authorization-dialog .ui-dialog-titlebar {
    padding: 48px 0 0 60px;
}

.new-authorization-dialog .ui-dialog-title {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 36px;
    margin: 0;
}

.new-authorization-dialog .ui-dialog-titlebar-close {
    background-color: #fff;
    overflow: hidden;
    text-indent: 100rem;
    right: -45px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    top: 11px;
    outline: none;
    border: 1px solid #AEC2D4;
}

.new-authorization-dialog .ui-button-icon.ui-icon.ui-icon-closethick {
    background-image: url(/Content/Images/close-blue.png?v=PO74WwsPTP1UuHrZFYbyKzsiOPY);
    background-size: 16px 16px;
    background-position: 50% 50%;
}

.new-authorization-dialog * {
    box-sizing: inherit;
}

.new-authorization-dialog input {
    font-family: "Open Sans", sans-serif;
}

.new-authorization-dialog .auth-form {
    padding: 0 60px;
    margin-bottom: 0;
}

.new-authorization-dialog .auth-form__partner {
    margin-bottom: 16px;
}

.new-authorization-dialog .auth-form__footer {
    margin: 60px -60px 0;
}

.new-authorization-dialog input:focus,
.new-authorization-dialog .auth-form__submit:focus {
    box-shadow: 0 0 0px 3px #D5EAFE;
}
.additional-services-container.service-baggage {
    margin-top: 1rem;
}

.additional-services-container.service-baggage p {
    margin: 0;
}

.additional-services-container.service-baggage .service__header .service-title:before {
    content: '';
    display: inline-block;
    background: url("/Content/Images/additional-service-baggage-selection.svg?v=PO74WwsPTP1UuHrZFYbyKzsiOPY&v=3") center center / 15px no-repeat;
    width: 16px;
    height: 16px;
    vertical-align: bottom;
    margin-inline-end: 10px;
}

.additional-services-container .service_baggage .service-title::before {

}

.baggage-list-table-title {
    margin-bottom: 12px;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    font-size: 13px;
    color: #596775;
    margin-top: 15px;
}

.additional-services-container .baggage-list {
    padding: 0;
}

.baggage-list__group {
    border-top: 1px dashed #e3e3e3;
}

.baggage-list__group-name {
    color: #596775;
    padding: 12px;
}

.additional-services-container .baggage-list__item {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    list-style-type: none;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    padding: 7.3px 8px;
}

.additional-services-container .baggage-list__item .baggage-status {
    flex: 0 0 auto;
    width: 16px;
    height: 16px;
    background-image: url(/Content/Images/confirmation-status-icons.png?v=PO74WwsPTP1UuHrZFYbyKzsiOPY);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    margin-inline-end: 12px;
}

.additional-services-container .baggage-list__item .baggage-status.active {
    background-position: -16px -16px;
}

.additional-services-container .baggage-list__item .baggage-status.cancelled {
    background-position: -47px -17px;
}

.additional-services-container .baggage-list__item .baggage-status.rejected {
    background-position: -31px -17px;
}

.additional-services-container .baggage-list__item .baggage-picture {
    width: 23px;
    height: 23px;
    border-radius: 4px;
    flex: 0 0 auto;
    margin-inline-end: 7px !important;
}

.additional-services-container .baggage-list__item .baggage-name {
    flex: 1 1 500px;
    text-decoration: none;
    margin: 0;
}

.additional-services-container .baggage-list__item .baggage-limits {
    font-size: 90%;
    color: #596775;
}

.additional-services-container .baggage-list__item a {
    text-decoration: inherit;
    color: inherit;
}

.additional-services-container .baggage-list__item a:active, .baggage-list__item a:visited {
    text-decoration: inherit;
    color: inherit;
}

.additional-services-container .baggage-list__item .baggage-row-dynamic {
    flex: 0 0 130px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-end;
    justify-self: right;
}

.additional-services-container .baggage-list__item .baggage-price {
    text-align: end;
    color: #000;
}

.additional-services-container .baggage-list__item .fpr-currency {
    border: 1px solid #ffe8e8;
    background-color: #fffbfb;
    border-radius: 3px;
    padding: 7px;
    overflow: hidden;
    color: rgb(89, 103, 117);
    font-size: 11px;
}

.additional-services-container .baggage-list__item .baggage-controls {
    margin-inline-start: 10px;
    text-align: end;
}

.additional-services-container .baggage-list__item .baggage-price .tariff-currency {
    color: #596775;
}

.additional-services-container .flight__header .flight-base-baggage-text {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 11px;
    opacity: 0.5;
    margin-inline-end: 10px;
    letter-spacing: .7px;
}

#create-form-container .booking-agency-contract-selector {
    display: none !important; /* Изменение договора не реализовано на основном сайте, сами договора не приведены в порядок*/
    display: inline-block;
    padding: 15px;
    border: 1px solid #C5C6C8;
    background-color: #F3F4F6;
    margin-top: 10px;
    margin-inline-start: 0px;
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#create-form-container .booking-agency-contract-selector .contract-diff-link {
    margin-top: 15px;
}

#create-form-container .booking-agency-contract-selector .contract-diff-link a {
    text-decoration: none;
    border-bottom: 1px dotted;
}

#create-form-container .booking-agency-contract-selector label {
    float: none;
    margin-inline-start: 20px;
}

#create-form-container .booking-agency-contract-selector input {
    height: auto;
    vertical-align: bottom;
    margin-inline-end: 5px;
}

#create-form-container .agency-contract-selector-wrapper .booking-agency-contract-selector {
    margin-bottom: 10px;
    margin-top: 0px;
}
.private-customer {
    padding: 16px 20px 16px;
    background: var(--white);
    border: 1px solid var(--main-40);
    border-radius: 2px;
    position: relative;
}

.private-customer .required-label {
    color: var(--system-10);
}

.private-customer__content {
    display: flex;
}

.private-customer__input {
    width: 400px;
    padding: 0 4px;
    -webkit-appearance: none;
}

.private-customer__input_multi-line {
     height: 48px;
 }

.private-customer__input_select {
     padding: 0;
 }

.private-customer__label {
    line-height: 20px;
    color: var(--second-20);
    margin-bottom: 5px;
}

.private-customer__input-wrapper {
    margin-top: 10px;
}

.private-customer__input-wrapper_fix-height {
     height: 49px;
}

.private-customer__date-picker {
    width: 100px;
}

.private-customer__who-is-customer {
    color: #6C879B;
    position: absolute;
    bottom: calc(100% + 6px);
    inset-inline-end: 0;
}

.private-customer__who-is-customer_icon {
    color: #333E48;
    position: relative;
    top: -1px;
}

.private-customer__who-is-customer_text {
    padding-inline-start: 0.125rem;
}

.empty-customer {
    padding: 24px 32px 20px;
    border: 1px solid var(--blue-2);
    background: var(--blue-5);
    border-radius: 2px;
}

.empty-customer_invalid {
    border-color: #D65C39;
    background-color: #FFECEC;
 }

.empty-customer__title {
    font-size: 16px;
    font-weight: 600;
}


.booking-successfull-creation-result-dialog .container1 {
    /*padding-top: 5px;*/
}

.booking-successfull-creation-result-dialog {
    font-family: "Open Sans", sans-serif;
    border-radius: 5px !important;
}

.booking-successfull-creation-result-dialog .message-dialog-title {
    font-weight: bold;
    font-size: 14px;
}

.booking-successfull-creation-result-dialog .body {
    margin-inline-start: auto;
    margin-inline-end: auto;
    text-align: center;
    width: max-content;
}


.booking-successfull-creation-result-dialog .body .message {
    font-size: 14px;
    font-weight: bold;
}

.booking-successfull-creation-result-dialog .body i {
    display: inline-block;
    content: '';
    width: 25px;
    height: 25px;
    background: none;
    background-image: url(/Content/Images/lime-check.svg?v=PO74WwsPTP1UuHrZFYbyKzsiOPY);
    vertical-align: top;
    margin-bottom: 15px;
}

.booking-successfull-creation-result-dialog .ui-dialog-title,
.booking-successfull-creation-result-dialog .ui-dialog-titlebar-close {
    visibility: hidden;
}

.ui-draggable .ui-dialog-titlebar {
    background: none;
    border: none;
}
.ui-dialog .booking-successfull-creation-result-dialog {
    width: auto;
}

.ui-dialog-content .ui-widget-content {
    padding: 0;
}

.booking-successfull-creation-result-dialog .buttons {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}

button.bn {
    border: 1px solid var(--main-10);
    border-radius: 4px;
    padding: 0 16px;
    font-weight: 600;
    font-size: 13px !important;
    background-image: unset !important;
}

button.bn-ghost {
    color: var(--main-10);
    background: white;
}

button.bn-primary {
    color: white;
    background: var(--main-10);
}

button.bn-primary:disabled,
button.bn-primary:disabled:hover {
    color: var(--blue-2);
    background-color: var(--main-40);
    border: none !important;
    cursor: default;
    pointer-events: none;
}

button.bn-ghost:disabled,
button.bn-ghost:disabled:hover {
    color: var(--main-30);
    border-color: var(--main-30);
    background-color: #FFF;
    cursor: default;
    pointer-events: none;
}
.baggage-button {
    padding: 14px 12px;
    border-color: #208acf;
    -webkit-appearance: none;
    border: 1px solid #1f82c5;
    color: #333;
    background-color: #fff;
    border-radius: 2px;
    cursor: pointer;
}

.baggage-button:hover,
.baggage-button:active {
    opacity: 0.9;
    background-color: #208acf;
    color: #fff;
}

.baggage-button--disabled,
.baggage-button:disabled {
    pointer-events: none;
    cursor: default;
    opacity: 0.5;
}

.baggage-button--default {
    background-color: #208acf;
    color: #fff;
}

.pgs-dialog-overlay {
    width: 100vw;
    height: 100vh;
    background-color: black;
    opacity: 0.5;
    position: fixed;
    left: 0;
    top: 0;
    pointer-events: none;
}

.pgs-dialog-move-area {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    overflow: auto;
    z-index: 100;
}

.pgs-dialog {
    left: 50%;
    transform: translate(-50%, 0);
    border-radius: 3px;
    position: absolute;
    outline: none;
}

.pgs-dialog-body-no-scroll {
    overflow-y: hidden;
}

.pgs-dialog-body-scroll-padding {
    padding-inline-end: 18px;
    background-position-x: calc(50% - 18px);
}

.pgs-dialog__wrapper {
    /*overflow: hidden;*/
    border-radius: 3px;
    height: 100%;
}

/* .pgs-dialog__header {
} */

.pgs-dialog__close-btn {
    position: absolute;
    left: 100%;
    width: 36px;
    height: 36px;
    -webkit-appearance: none;
    appearance: none;
    border: none;
    border-radius: 1000px;
    background-color: white;
    color: #038dd5;
    margin: 0 0 0 12px;
    background-image: url(/Content/Images/close-blue.png?v=PO74WwsPTP1UuHrZFYbyKzsiOPY);
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: 50%;
    cursor: pointer;
}

.pgs-dialog__close-btn:hover,
.pgs-dialog__close-btn:focus {
    box-shadow: 0 5px 10px 4px rgba(255, 255, 255, 0.6);
    outline: none;
}

.baggage-dialog {
    width: 890px;
    background-color: #f0f0f0;
}

.baggage-dialog__content {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
    height: 100%;
    border-radius: 3px;
}

.baggage-dialog__main {
    flex: 1 1 auto;
    padding-inline-start: 26px;
}

.baggage-dialog__aside {
    margin-inline-start: 20px;
    flex: 0 0 320px;
    overflow: hidden;
}

.baggage-dialog-header {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    text-align: start;
    color: #333;
    margin: 0;
    padding: 0;
}

.baggage-dialog-header__title {
    font-size: 24px;
    font-weight: bold;
    margin: inherit;
    padding: inherit;
    padding-top: 26px;
    user-select: none;
}
.baggage-dialog-header__flight {
    font-size: inherit;
    font-weight: bold;
    margin: inherit;
    margin-top: 12px;
    padding: inherit;
}
.baggage-dialog-header__person {
    font-size: inherit;
    text-transform: uppercase;
    margin: inherit;
    margin-top: 18px;
    padding: inherit;
    color: #596774;
}

.baggage-dialog-header__person::before {
    content: '';
    display: inline-block;
    width: 13px;
    height: 12px;
    background-image: url(/Content/Images/user.png?v=PO74WwsPTP1UuHrZFYbyKzsiOPY);
    background-repeat: no-repeat;
    background-position: 50%;
    margin-inline-end: 6px;
}

.baggage-cart {
    min-width: 310px;
    background-color: #fff;
    height: 100%;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
    text-align: start;
    padding-bottom: 16px;
}

.baggage-cart__header {
    padding: 22px 20px;
    background-color: #f8fdff;
    text-align: start;
}

.baggage-cart__flight-included {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #333;
    margin: 0;
}

.baggage-cart__flight-baggage {
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    color: #596772;
    margin: 10px 0 0 0;
}

.baggage-cart__flight-baggage--paid {
    color: #dd7377;
}

.baggage-cart__category-list-title {
    font-family: "Open Sans", sans-serif;
    color: #333;
    font-weight: bold;
    font-size: 16px;
    padding: 22px 20px 10px 20px;
    margin: 0;
}

.baggage-cart__no-baggage {
    padding: 22px 20px;
    font-size: 13px;
    font-family: "Open Sans", sans-serif;
    color: #888f99;
}

.baggage-cart__no-baggage-text {
    padding: 0;
    margin: 0;
    text-align: center;
}

.baggage-cart__totals {
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    font-size: 15px;
    display: flex;
    justify-content: space-between;
    margin: 22px 20px;
}

.baggage-cart__totals-text {
    color: #596774;
}

.baggage-cart__totals-price {
    color: #3a404c;
    font-size: 18px;
}
.baggage-cart__submit-section {
    padding: 0 20px;
}

.baggage-button--submit-btn {
    width: 100%;
}

.baggage-cart-category {
    padding: 0 0 12px 0;
    font-size: 13px;
    font-family: "Open Sans", sans-serif;
    color: #333;
    border-bottom: 1px dashed #d7d7d7;
}

.baggage-cart-category--delete-service-panel-active {
    padding-bottom: 0;
    border-bottom: none;
}

.baggage-cart-category__title {
    font-weight: bold;
    color: #596774;
    margin: 12px 0 3px 0;
    padding: 0 20px;
}

.baggage-cart-category__list {
    margin: 0;
    padding: 0 20px;
}

.baggage-cart-category__cart-item {
    margin: 0;
    padding: 0;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    color: #333;
}

.baggage-cart-category__cart-item:last-child {
    margin-bottom: 0;
}

.baggage-cart-category__name {
}

.baggage-cart-category__price {
    margin-inline-start: auto;
}

.baggage-cart-category__controls {
    margin-inline-start: 15px;
}

.baggage-cart-category__btn {
    width: 26px;
    height: 26px;
    border: 1px solid #e8e8e8;
    border-radius: 2px;
    background-color: transparent;
    cursor: pointer;
}

.baggage-cart-category__btn--delete {
    background-image: url(/Content/Images/recycle-bin-blue_12x15.png?v=PO74WwsPTP1UuHrZFYbyKzsiOPY);
    background-repeat: no-repeat;
    background-position: 50%;
}

.baggage-cart-category__delete-service-panel {
    border: 1px solid #ffeded;
    border-radius: 2px;
    background-color: #fffbfa;
    margin-top: 12px;
    position: relative;
    padding: 16px 20px;
}
.baggage-cart-category__delete-service-panel::before {
    content: '';
    position: absolute;
    display: block;
    border-style: solid;
    border-color: transparent;
    border-width: 10px 12px;
    border-bottom-color: #ffeded;
    top: -20px;
    right: 20px;
}

.baggage-cart-category__delete-service-panel::after {
    content: '';
    position: absolute;
    display: block;
    border-style: solid;
    border-color: transparent;
    border-width: 10px 12px;
    border-bottom-color: #fffbfa;
    top: -19px;
    right: 20px;
}

.baggage-cart-category__delete-rest-text {
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #333;
    margin: 0;
}

.baggage-cart-category__rest-items {
    margin: 11px 0 0 0;
}

.baggage-cart-category__rest-item {
    margin: 0;
    display: flex;
    flex-flow: row nowrap;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    color: #333;
    margin-bottom: 8px;
}

.baggage-cart-category__rest-item:last-child {
    margin-bottom: 0;
}

.baggage-cart-category__rest-item-name {
    flex: 1 1 100%;
}

.baggage-cart-category__rest-item-price {
    flex: 0 0 auto;
    color: #3a424d;
}

.baggage-cart-category__delete-controls {
    margin-top: 16px;
    display: flex;
}

.baggage-button--close-rest-panel-btn {
    flex: 1 1 auto;
    width: 100px;
    max-width: 100px;
}

.baggage-button--confirm-delete-btn {
    margin-inline-start: 6px;
    flex: 1 1 auto;
}

.baggage-category-selector {
    list-style-type: none;
    padding: 0;
    text-align: start;
    margin: 16px 0;
}

.baggage-category-selector__item {
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    padding: 9px 15px;
    background-color: white;
    color: #586673;
    cursor: pointer;
    user-select: none;
    margin-inline-end: 4px;
    border-radius: 4px;
    display: inline-block;
}

.baggage-category-selector__item--selected {
    background-color: #218ace;
    color: #fff;
}

.baggage-service-option-list {
    border-radius: 3px;
    text-align: start;
}

.baggage-service-option-list__list {
    margin: 0;
    padding: 0;
}

.baggage-service-option-list__list-item {
    margin: 0;
    width: 100%;
    list-style-type: none;
}

.baggage-service-option-list__list-item_readonly {
    pointer-events: none;
}

.baggage-service-option-list__add-position {
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    color: #228bcf;
    padding: 12px 14px;
    background-color: transparent;
    -webkit-appearance: none;
    appearance: none;
    border: 1px dashed currentColor;
    width: 100%;
    border-radius: 3px;
    margin: 0 0 16px 0;
    cursor: pointer;
}

.baggage-service-option {
    display: block;
    margin: 0 0 16px 0;
    padding: 0;
    background-color: #fff;
    padding: 16px 19px;
    border-radius: 3px;
}

.baggage-service-option__service-description {
    color: #5b6976;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
}

.baggage-service-option__baggage-type {
    margin: 0;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    border: 2px solid #f1f1f1;
    border-radius: 4px;
    padding: 12px 16px;
    margin-bottom: 8px;
    cursor: pointer;
    position: relative;
    font-size: 13px;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    color: #333;
}

.baggage-service-option__baggage-type:last-child {
    margin-bottom: 0;
}

.baggage-service-option__baggage-type--selected {
    border: 2px solid #218ace;
}

.baggage-service-option__baggage-type--selected::before {
    content: '';
    background-image: url(/Content/Images/blue-check.png?v=PO74WwsPTP1UuHrZFYbyKzsiOPY);
    background-repeat: no-repeat;
    position: absolute;
    display: block;
    width: 21px;
    height: 21px;
    left: -10px;
    top: -10px;
}

.baggage-service-option__baggage-type--disabled {
    opacity: 0.5;
    pointer-events: none;
}

.baggage-service-option__baggage-type p {
    margin: 0
}

.baggage-service-option__baggage-type-description,
.baggage-service-option__baggage-type-price {
    flex: 0 0 auto;
}

.baggage-service-option__baggage-type-limits {
    font-weight: normal;
    color: #5b6976;
    font-size: 90%;
}

.baggage-service-option__baggage-type-price {
    font-weight: normal;
    color: #474747;
    margin-inline-start: 4px;
}

.baggage-service-option__baggage-type-price {
    margin-inline-start: auto;
}


body.old-layout .change-flight-extra-meal-form * {
    box-sizing: border-box !important;
}

/* SPIN-BUTTON */
.spin-button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-around;
    border-radius: 2px;
    overflow: hidden;
}

.spin-button .control-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #f8f4f5;
    color: #148dd2;
    border: none;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    cursor: pointer;
    outline: none !important;
    font-size: 17px !important;
    position: relative;
}

.spin-button .control-button[disabled] {
    pointer-events: none;
    cursor: default;
    color: #eaeaea
}

.change-flight-extra-meal-form .meal-cart-container .control-button {
    display: flex;
    justify-content: center;
    align-items: center;
}

.change-flight-extra-meal-option-list-item .spin-button {
    background: #edf6fd;
    color: #7b848b;
    flex: 0 0 auto; /* IE: flex-basis: auto, explicit w/h */
    width: 125px;
    height: 40px;
}

.change-flight-extra-meal-option-list-item .spin-button .control-button {
    width: 38px;
    height: 38px;
    border-radius: 0;
    background: #edf6fd;
    color: #7b848b;
    font-size: 19px !important;
}

.spin-button .value {
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    margin: 0 2px
}

/* EXPANDABLE-PANEL */
.expandable-panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%
}

.expandable-panel>section {
    width: 100%
}

.expandable-header {
    min-height: 60px;
    width: 100%;
    box-sizing: border-box;
}

.expandable-header.expandable-header--interactive {
    cursor: pointer;
}

.expandable-panel .expand-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #ebf6fc;
    color: #3189bb;
    border: none;
    width: 100%;
    min-width: 22px;
    height: 100%;
    font-size: 14px !important;
    outline: none !important;
    cursor: pointer;
}

.expandable-panel .expand-button {
    display: flex;
    justify-content: center;
    align-items: center;
}

.expandable-panel .expand-button .fa {
    margin-top: -0.25rem;
}

.expandable-panel.is-expanded .expand-button {
    background-color: #fafafa
}

.expandable-panel .expandable {
    min-height: 60px
}


/* MEAL-OPTION */
.meal-option {
    padding: 15px 12px 15px 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.meal-option .meal-picture {
    width: 45px;
    height: 45px;
    border-radius: 6px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.meal-option .meal-name {
    margin: 0 12px;
    line-height: 1.5;
    flex: 1 0 auto;
    margin-inline-end: 42px !important;
    cursor: pointer !important;
}

.meal-option .amount-container, .meal-option .meal-name {
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    text-align: start;
    max-width: 270px;
}

.meal-option .amount-container {
    -webkit-box-flex: 1;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    white-space: nowrap;
}

.meal-option .tariff-currency {
    color: #727e8a;
}

.meal-option .select-button {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    border: 1px solid #1f82c5;
    color: #1f82c5;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    border-radius: 2px;
    padding: 12px;
    cursor: pointer;
    outline: none !important;
}

.meal-option .select-button:hover {
    background-color: #1f82c5;
    color: #fff
}

.change-flight-extra-meal-option-list-item .select-button {
    flex: 0 0 auto; /* IE: flex-basis: auto, explicit w/h */
    width: 125px;
    height: 40px;
}

/* MEAL-INFO */
.meal-info {
    margin: 0 0 20px 17px
}

.meal-info .flex-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.meal-info .meal-description-column {
    margin: 0 20px;
    text-align: start;
    line-height: 1.8
}

.meal-info hr {
    border: none;
    border-top: 1px dashed #d3d3d3;
    margin: 0 0 17px 0
}

.meal-info .meal-picture {
    width: 188px;
    border-radius: 6px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 0 0 auto;
}

.meal-info .meal-name {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 16px;
    margin-top: -16px;
    max-width: 300px;
    line-height: 24px;
}

.meal-info .meal-description {
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    max-width: 300px;
    line-height: 20px;
}

/* MEAL-CART-ITEM */
.meal-cart-item {
    padding: 18px 0 16px 0
}

.meal-cart-item .meal-name {
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    margin: 0 0 14px 0;
    text-align: start
}

.meal-cart-item .flex-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right
}

.meal-cart-item .item-spin-button {
    margin-inline-end: auto
}

.meal-cart-item .price-container {
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    color: #5a6672;
}

.meal-cart-item .tariff-currency {
    color: #727e8a
}

.meal-cart-item .remove-button {
    color: #00578f;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    border: none;
    font-size: 16px;
    border-radius: 2px;
    cursor: pointer;
    width: 26px;
    height: 26px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-inline-start: 12px;
    background-image: url(/Content/Images/recycle-bin-bg-white-active.png?v=PO74WwsPTP1UuHrZFYbyKzsiOPY);
}

/* MEAL-CART */
.meal-cart {
    background-color: #fff;
    height: 100%;
    margin-inline-start: 20px;
    -webkit-box-shadow: -5px 0 5px rgba(0, 0, 0, .1);
    box-shadow: -5px 0 5px rgba(0, 0, 0, .1);

    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.meal-cart h3 {
    margin: 0;
    padding: 20px;
    text-align: start;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 700;

    border-top-right-radius: 6px;
}

.meal-cart .selected {
    background-color: #ebf6fc;
}

.meal-cart .preselected {
    background-color: #f8fdff;
}

.meal-cart .preselected + .selected {
    background-color: #fff;
}

.meal-cart .no-meal {
    color: #8a939c;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    margin: 24px 20px;
    text-align: center;
}

.meal-cart h3:nth-of-type(2)+.no-meal {
    margin-top: 0;
}

.meal-cart .cart-item__list {
    padding: 0
}

.meal-cart .cart-item__list>li {
    margin: 0;
    padding: 0 20px;
    list-style-type: none;
    border: none;
    border-bottom: 1px dashed #d3d3d3
}

.meal-cart .button-container {
    padding: 0 20px
}

.meal-cart .button {
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #1f82c5;
    background-color: #fff;
    color: #1f82c5;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    border-radius: 2px;
    padding: 12px;
    cursor: pointer;
    width: 100%
}

.meal-cart .save-button {
    background-color: #1f82c5;
    color: #fff
}

.meal-cart .refuse-button {
    background-color: #fff;
    color: #1f82c5;
    margin-top: 20px
}

.meal-cart .totals {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 12px 20px 20px
}

.meal-cart .totals-title {
    margin: 0;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #6F7C86;
}

.meal-cart .totals__price-container {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-align: end
}

.meal-cart .totals__price-container .booking-currency {
    font-size: 17px;
    font-family: "Open Sans", sans-serif;
    color: #343434;
    margin-bottom: 5px;
}

.meal-cart .totals__price-container .tariff-currency {
    color: #6F7C86;
    font-size: 14px;
}

.meal-cart .totals__price-container .tariff-currency.tariff-currency--edit {
    color: #343434;
    font-size: 17px;
}

/* CHANGE-FLIGHT-EXTRA-MEAL-OPTION-LIST-ITEM  */

.change-flight-extra-meal-option-list-item {
    list-style-type: none;
    display: block;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 6px;
    overflow: hidden;
    background-color: #fff;
    margin: 0 0 5px;
    -webkit-box-shadow: 1px 3px 3px #ebf6fc;
    box-shadow: 1px 3px 3px #ebf6fc
}

/* CHANGE-FLIGHT-EXTRA-MEAL-OPTION-LIST */

.change-flight-extra-meal-option-list {
    margin: 0;
    padding: 0;
    height: 100%;

    flex: 1 0 auto;
}

/* CHANGE-FLIGHT-EXTRA-MEAL-FORM */

.change-flight-extra-meal-form .dialog-body {
    display: flex;
    flex-flow: row nowrap;
    height: 100%;
    min-height: 500px;
}

.change-flight-extra-meal-form .meal-cart-container {
    flex: 0 0 330px;
    margin-inline-end: -15px;
    margin-top: -225px;
    margin-bottom: -20px;
}

.change-flight-extra-meal-form .meal-cart h3:nth-of-type(2)+.cart-item__list li:first-of-type .meal-cart-item {
    padding-top: 6px;
}

.change-flight-extra-meal-form .meal-cart-container .meal-cart-item .v-popover {
    display: inline-block;
}

/* DIALOG */
.changeFlightExtraMealServiceDialog {
    border: none;
    padding: 0 !important;
    background: #f0f0f0 !important;
    overflow: visible;
}

.changeFlightExtraMealServiceDialog .ui-dialog-title {
    font-family: "Open Sans", sans-serif;
    color: #222222;
    font-size: 22px;
}

.changeFlightExtraMealServiceDialog .ui-dialog-titlebar {
    padding: 15px 15px 8px 15px;
    background: #f0f0f0!important;
}

.changeFlightExtraMealServiceDialog .change-flight-extra-meal-form {
    padding: 0 15px 20px 15px;
}

.changeFlightExtraMealServiceDialog .ui-dialog-content {
    padding: 0!important;
    overflow: visible;
}

.changeFlightExtraMealServiceDialog .change-flight-extra-meal-form .flight-description {
    font-weight: bold;
    font-size: 13px;
    font-family: "Open Sans", sans-serif;
}

.changeFlightExtraMealServiceDialog .change-flight-extra-meal-form .flight-number {
    margin-inline-end: 4px;
}

.changeFlightExtraMealServiceDialog .change-flight-extra-meal-form .flight-location-separator {
    margin-inline-start: 3px;
    margin-inline-end: 3px;
}

.changeFlightExtraMealServiceDialog .change-flight-extra-meal-form .person {
    margin-top: 20px;
    text-transform: uppercase;
    font-size: 13px;
}

.changeFlightExtraMealServiceDialog .change-flight-extra-meal-form .person-icon {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: none;
    background-image: url(/Content/Images/user.png?v=PO74WwsPTP1UuHrZFYbyKzsiOPY);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-inline-end: 2px;
    position: relative;
    top: 1px;
}

.changeFlightExtraMealServiceDialog .change-flight-extra-meal-form .extra-meal-groups {
    margin-top: 15px;
    margin-bottom: 25px;
}

.changeFlightExtraMealServiceDialog .change-flight-extra-meal-form .extra-meal-group {
    padding: 8px 12px;
    background: white;
    color: #5b6777;
    font-weight: bold;
    border: none;
    border-radius: 3px;
    display: inline-block;
    cursor: pointer;
    margin-inline-end: 4px;
    outline: none !important;
    font-family: "Open Sans", sans-serif !important;
    font-size: 11px !important;
}

.changeFlightExtraMealServiceDialog .change-flight-extra-meal-form .extra-meal-group.active {
    background: #218ace !important;
    color: white !important;
}

.changeFlightExtraMealServiceDialog .change-flight-extra-meal-form .extra-meal-group-name {
    margin-bottom: 15px;
    color: #596774;
    font-weight: bold;
    font-size: 13px;
    font-family: "Open Sans", sans-serif;
}

.changeFlightExtraMealServiceDialog button.ui-dialog-titlebar-close {
    position: absolute;
    right: -50px;
    top: 8px;
    background: white!important;
    background-image: unset;
    border-radius: 50%;
    width: 36px;
    height: 36px;
}

.changeFlightExtraMealServiceDialog button.ui-dialog-titlebar-close span.ui-icon-closethick,
.changeFlightExtraMealServiceDialog button.ui-dialog-titlebar-close:hover span.ui-icon-closethick {
    background-image: url(/Content/Images/close-blue.png?v=PO74WwsPTP1UuHrZFYbyKzsiOPY);
    background-size: 100%;
}

/* Tooltip с ценой */
.change-flight-extra-meal-popover .popover-inner {
    border-radius: 12px !important;
    box-shadow: 1px 3px 12px 5px rgba(0,0,0,.2) !important;
}

.change-flight-extra-meal-popover .popover-arrow {
    display: none;
}

/* Already included meal services above cart. */
.change-flight-extra-meal-already-included-item {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    padding: 6px 1rem;
    border-bottom: 1px dashed #d3d3d3;
}

.change-flight-extra-meal-already-included-item:last-of-type {
    border-bottom: none;
}

.change-flight-extra-meal-already-included-item .item-icon {
    background-image: url(/Content/Images/confirmation-status-icons.png?v=PO74WwsPTP1UuHrZFYbyKzsiOPY);
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    flex: 0 0 auto;
    margin: 5px;
}

.change-flight-extra-meal-already-included-item .item-icon.confirmed {
    background-position: -16px -16px;
}

.change-flight-extra-meal-already-included-item .item-icon.request {
    background-position: 0 0;
}

.change-flight-extra-meal-already-included-item .item-icon.rejected {
    background-position: -46px -16px;
}

.change-flight-extra-meal-already-included-item .item-icon.cancelled {
    background-position: -46px -16px;
}

.change-flight-extra-meal-already-included-item .item-name {
    flex: 1 1 auto;
    margin: 5px;
}

.change-flight-extra-meal-already-included-item .item-quantity {
    flex: 0 0 2.5rem;
    margin: 5px;
}

.change-flight-extra-meal-already-included-item .item-price {
    flex: 0 0 45px;
    text-align: end;
    margin: 5px;
    color: #5a6672;
}

.spin-button .control-button.button-decrease {
    font-size: 10px !important;
}

.change-flight-extra-meal-option-list-item .spin-button .control-button.button-decrease::after {
    font-size: 12px !important;
}
.changeServiceDialog .bottom-bar {
    display: inline-block;
    float: right;
    width: 227px;
}

.changeServiceDialog .bottom-bar .right{
    float: right;
}

.changeServiceDialog .bottom-bar .labels {
    float: left;
}

.changeServiceDialog .bottom-bar .display-label{
    height: 36px;
}

.changeServiceDialog .bottom-bar .display-label label {
    display: block;
    padding-top: 12px;
    color: #5c6774;
}

.changeServiceDialog .bottom-bar .controls {
    float: left;
    padding-inline-start: 10px;
}

.changeServiceDialog .bottom-bar .controls .select-block .buttons{
    margin-top: 8px;
}

.changeServiceDialog .bottom-bar input[type=text]{
    font-size: 18px;
    width: 170px;
    height: 32px;
    border: solid 1px #c5c6c8;
    padding-top: 2px;
    background-color: #f3f4f6;
    line-height: 22px; /* make text-indent work in IE */
    text-align: end;
    padding-inline-end: 33px;
    box-sizing: border-box !important;
}

.changeServiceDialog .bottom-bar-save-button,
.changeServiceDialog .bottom-bar-cancel-button,
.changeServiceDialog .bottom-bar-close-button {
    height: 26px;
    background-image: url('/Content/Images/search-tour-button-bg.gif?v=PO74WwsPTP1UuHrZFYbyKzsiOPY');
    background-repeat: repeat-x;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    font-family: "Open Sans", sans-serif;
}

.changeServiceDialog .bottom-bar-save-button {
    border: 3px solid #5C6774;
}

.changeServiceDialog .bottom-bar-cancel-button,
.changeServiceDialog .bottom-bar-close-button {
    border: solid 1px #c5c6c8;
}

.changeServiceDialog .bottom-bar-save-button:active,
.changeServiceDialog .bottom-bar-cancel-button:active,
.changeServiceDialog .bottom-bar-close-button:active {
    background-image: url('/Content/Images/search-tour-button-bg-active.gif?v=PO74WwsPTP1UuHrZFYbyKzsiOPY');
}

.changeServiceDialog .bottom-bar-save-button {
    width: 81px;
    float: left;
}

.changeServiceDialog .bottom-bar-cancel-button,
.changeServiceDialog .bottom-bar-close-button {
    width: 64px;
    float: right;
}
.changeServiceDialog {
    width: 1128px !important;
}

.changeServiceDialog .ui-dialog-titlebar{
    background: none;
    border: 0;
    background-color: #F3F4F6;
    padding-top: 15px;

    border-bottom-left-radius: 0;
    -khtml-border-bottom-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;

    border-bottom-right-radius: 0;
    -khtml-border-bottom-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
}

.changeServiceDialog .ui-dialog-content {
    padding: 0;
    background: white;
}

.changeServiceDialog .ui-dialog-titlebar-close span {
    background: none;
}

.changeServiceDialog .ui-dialog-titlebar-close a.ui-state-hover {
    background: none;
    
}

.changeServiceDialog button.ui-dialog-titlebar-close {
    background: none;
    background-image: url('/Content/Images/authorization-close_16.png?v=PO74WwsPTP1UuHrZFYbyKzsiOPY');
    background-repeat: no-repeat;
    background-position: 0 0;
    border: 0 !important;
    overflow: hidden;
    text-indent: 100em;
}

.changeServiceDialog a.ui-dialog-titlebar-close:hover {
    padding: 1px;
}

.changeServiceDialog button.ui-dialog-titlebar-close:hover .ui-button-icon {
    background-image: none;
}

.changeServiceDialog .ui-dialog-title {
    color: #333E48;
}

[theme="hb"] .changeServiceDialog .ui-dialog-title {
    color: var(--second-10);
}

.changeServiceDialog button {
    font-family: "Open sans", sans-serif !important;
    font-size: 12px !important;
}

[theme="hb"] .changeServiceDialog button {
    font-family: inherit !important;
}
.ui-dialog.update-price-validity-dialog .ui-dialog-titlebar {
    display: none;
}

.update-price-validity-dialog {
    padding: 20px 24px;
}

.update-price-validity-dialog .container1 {
}

.update-price-validity-dialog .icon {
    width: 64px;
    height: 64px;
    background-image: url("/Content/Images/DynamicBookingLegacy/warning_64px.svg?v=PO74WwsPTP1UuHrZFYbyKzsiOPY");
    margin: 20px auto 0;
}

.update-price-validity-dialog .title {
    text-align: center;
    font-weight: 600;
    margin: 20px 0;
}

.update-price-validity-dialog .message {
    text-align: center;
}

.update-price-validity-dialog .current-price,
.update-price-validity-dialog .new-price{
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    background-color: var(--blue-5);
    justify-content: center;
    font-size: 16px;
    gap: 4px;
    padding: 8px;
    margin-top: 20px;
}

.update-price-validity-dialog .new-price .price,
.update-price-validity-dialog .current-price .price {
    font-weight: 600;
}

.update-price-validity-dialog .hidden {
    display: none;
}

.update-price-validity-dialog .button {
    margin: 20px 0 10px;
    text-align: center;
}

.update-price-validity-dialog table #price-validity-not-valid-message {
    background-color: #ffcc00;
}






/* CustomButton ==================================================================================*/

.custom-button {
    border: 1px solid var(--main-10);
    box-sizing: border-box;
    border-radius: 4px;
    padding: 0.5rem 1rem;
    background-color: var(--white);
    color: var(--main-10);
    cursor: pointer;
    line-height: 1.1rem;
    overflow: hidden;
    font-size: inherit;
}

.custom-button.custom-button--default {
    background-color: var(--main-10);
    color: white;
}

.custom-button:focus {
    outline: none;
    box-shadow: 0 0 0 3px var(--main-30);
}

.custom-button:active {
    color: var(--white);
    background-color: var(--main-10);
}

.custom-button:disabled {
    cursor: default;
    pointer-events: none;
    color: var(--white)!important;
    opacity: 0.2;
}

.custom-button > span {
    vertical-align: middle;
}

/* CustomCheckbox =============================================================================================*/

.custom-checkbox1 {
    display: inline-block;
    position: relative;
    padding: 0 0.4rem 0 calc(20px + 0.4rem);
    cursor: pointer;
    line-height: 20px;
    vertical-align: middle;
    user-select: none;
    box-sizing: border-box;
    text-align: start;
    border-radius: 2px;
    font-size: 13px;
}

.custom-checkbox1[disabled="disabled"] {
    cursor: default;
}

.custom-checkbox1:focus,
.custom-checkbox1:focus-within,
.custom-checkbox1:active {
    outline: none;
}

.custom-checkbox1 *,
.custom-checkbox1 *::before,
.custom-checkbox1 *::after {
    box-sizing: inherit;
}

.custom-checkbox1 input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
    color: var(--second-10);
}

.custom-checkbox1 .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: var(--white);
    border: 1px solid var(--main-30);
    box-sizing: border-box;
    border-radius: 2px;
}

.custom-checkbox1[disabled="disabled"] .checkmark {
    border-color: var(--second-30);
    background-color: var(--main-40);
}

.custom-checkbox1:hover input ~ .checkmark {
}

.custom-checkbox1 input:checked ~ .checkmark {
    background-color: var(--white);
    border: 1px solid var(--main-10);
}

.custom-checkbox1[disabled="disabled"] input:checked ~ .checkmark {
    background-color: var(--second-30);
    border-color: var(--second-30);
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.custom-checkbox1 input:checked ~ .checkmark:after {
    display: block;
}

.custom-checkbox1 .checkmark:after {
    width: 18px;
    height: 18px;
    background-image: url(/Content/Images/DynamicBookingLegacy/checked.svg?v=PO74WwsPTP1UuHrZFYbyKzsiOPY);
    background-repeat: no-repeat;
    background-position: center;
}

body[theme="longitours"] .custom-checkbox1 .checkmark:after {
    background-image: url(/Content/Images/DynamicBookingLegacy/checked-green.svg?v=PO74WwsPTP1UuHrZFYbyKzsiOPY);
}

/* CustomTextBox =================================================================*/

.custom-text-input {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
}

.custom-text-input:focus,
.custom-text-input:focus-within
{
    outline: none;
    box-shadow: 0 0 0 3px var(--main-30);
}

.custom-text-input__input {
    background: var(--white);
    border: 1px solid var(--main-40);
    box-sizing: border-box;
    border-radius: 4px;
    padding: .8rem;
    padding-inline-end: 2rem;
    line-height: 1rem;
    width: 100%;
}

.custom-text-input__input:focus {
    outline: none;
    /*box-shadow: 0 0 0 3px var(--main-30);*/
}

.custom-text-input__input:disabled {
    background-color: var(--main-40);
    color: var(--second-30);
}

.custom-text-input__input::-ms-clear {
    display: none!important;
}

.custom-text-input__input::-webkit-search-cancel-button {
    display: none!important;
    -webkit-appearance: none!important;
    appearance: none!important;
}

.custom-text-input__clear {
    display: inline-block;
    height: 1rem;
    stroke: var(--main-40);
    cursor: pointer;
    position: absolute;
    right: 0.8rem;
    top: calc(50% - .5rem);
}

.custom-text-input__clear:hover {
    stroke: hsl(208, 31%, 40%);
}

/* CustomSelect ================================================================================*/

.custom-select-control {
    display: block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 13px;
    line-height: 20px;
    position: relative;
    box-sizing: border-box;
}

.custom-select-control *,
.custom-select-control::before,
.custom-select-control::after,
.custom-select-control *::before,
.custom-select-control *::after {
    cursor: inherit;
    box-sizing: inherit;
}

.custom-select-control select {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    width: 0;
    height: 0;
}

.custom-select__button {
    display: flex;
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    color: inherit;
    background-color: var(--white);
    font: inherit;
    cursor: pointer;
    overflow: hidden;
    border: 1px solid var(--second-30);
    border-radius: 4px;
    padding: 8px 0.8rem;
    text-align: start;
    align-items: center;
}

.custom-select__button.custom-select__button {
    box-sizing: border-box!important;
}

.custom-select__button:focus {
    outline: none;
    box-shadow: 0 0 0 3px var(--main-30);
}

.custom-select__button.custom-select__button--disabled {
    background-color: var(--main-40);
    color: var(--second-30);
    cursor: default;
    pointer-events: none;
}

.custom-select__selected-text {
    flex: 1 1 auto;
    line-height: 1rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.custom-select__clear-selected {
    flex: 0 0 1rem;
    margin-inline-end: 0.4rem;
    display: inline-flex;
    height: 1rem;
    stroke: var(--main-40);
}

.custom-select__clear-selected:hover {
    stroke: hsl(208, 31%, 40%);
}

.custom-select__icon {
    margin-inline-end: 0.5rem;
    display: flex;
    flex: 0 0 auto;
}

.custom-select__chevron {
    flex: 0 0 1rem;
    transform: rotate(0);
    transition: transform .2s ease;
    color: var(--main-10);
}

[theme="hb"] .custom-select__chevron {
    color: var(--green-1);
}

.custom-select__button.custom-select__button--open .custom-select__chevron {
    transform: rotate(180deg);
}

.custom-select__dropdown {
    min-width: 100%;
    display: inline-block;
    z-index: 2;
    box-sizing: border-box;
    background-color: var(--white);
    font-weight: normal;
    color: var(--second-10);
    border-radius: 0.25rem;
}

.custom-select__dropdown-container {
    border: 1px solid var(--main-30);
    border-radius: 0.25rem;
    overflow: hidden;
    box-shadow: 0 0 10px 1px rgba(0,0,0,0.1);
    cursor: pointer;
}

.custom-select__null-item {
    padding: .625rem 1rem;
    text-align: start;
    background: var(--main-40);
    display: flex;
    align-items: center;
}

.custom-select__null-item > span {
    flex: 1 1 auto;
}

.custom-select__list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow-y: auto;
}

.custom-select__item-text {
    flex: 0 0 auto;
}

.custom-select__list-item {
    padding: .625rem 1rem;
    text-align: start;
    user-select: none;
    display: flex;
    align-items: center;
}

.custom-select__list-item.custom-select__list-item--highlighted,
.custom-select__list-item:hover {
    background-color: var(--main-40);
    color: var(--main-10);
}

.custom-select__list-item + .custom-select__list-item {
    border-top: 1px solid var(--main-30);
}

.custom-select__item-text {
    flex: 1 1 auto;
}

.custom-select__list-item > svg,
.custom-select__list-item > img {
    flex: 0 0 auto;
    max-height: 1rem;
    margin-inline-end: 0.5rem;
}

.custom-select__button.custom-select__button--selected > img,
.custom-select__button.custom-select__button--selected > svg {
    flex: 0 0 auto;
    max-height: 1rem;
}

[data-simplebar] {
    max-height: 245px;
}

.simplebar-scrollbar:before {
    background: var(--main-10);
}

.simplebar-scrollbar.simplebar-visible:before {
    opacity: 0.6;
}

.custom-select__dropdown [data-popper-arrow] {
    position: absolute;
}

.custom-select__dropdown [data-popper-arrow] svg {
    display: block;
    filter: drop-shadow(0px -2px 5px rgba(0,0,0,.1));
    height: 10px;
    width: 13px;
}

.custom-select__dropdown[x-placement="bottom"] [data-popper-arrow] svg {
    filter: drop-shadow(0px -5px 5px rgba(0,0,0,.1));
}

.custom-select__dropdown[x-placement="top"] [data-popper-arrow] svg {
    filter: drop-shadow(0px -5px 5px rgba(0,0,0,.1));
}

.custom-select__dropdown[x-placement="bottom"] [data-popper-arrow] {
    top: -9px;
    width: 13px;
    /*transform: translateX(10px)!important;*/
}

.custom-select__dropdown[x-placement="top"] [data-popper-arrow] {
    top: calc(100% - 1px);
    width: 13px;
    /*transform: translateX(10px) scaleY(-1) !important;*/
}


/* CheckboxList ====================================================================================== */

.checklist {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.checklist__item + .checklist__item {
    margin-top: 14px;
}


/* SortControl ============================================================================ */
.sort-control {
    list-style-type: none;
    font-size: 12px;
    line-height: 20px;
    color: var(--second-20);
    margin: 0;
    padding: 0;
    display: inline-flex;
    flex-flow: row nowrap;
    user-select: none;
}

/* SortControlItem ====================================================================== */

.sort-control__item {
    flex: 0 0 auto;
    cursor: pointer;
    margin-inline-end: 2rem;
    position: relative;
    color: var(--main-10);
    font-weight: 600;
}

.sort-control__item:last-of-type {
    margin-inline-end: 1rem;
}

.sort-control__item-icon {
    position: absolute;
    left: calc(100% + 0.4rem);
}

.sort-control__item-icon--asc {
    transform: rotate(180deg);
}

.sort-control__item-icon--desc {
    transform: rotate(0);
}

/* Pagination =============================================================================== */

.custom-pagination {
    display: inline;
    white-space: nowrap;
}

.custom-pagination > * + * {
    margin-inline-start: 0.5rem;
}

.custom-pagination .custom-button {
    min-width: 2rem;
    height: 2rem;
    border: none;
    box-shadow: 0 7px 64px rgba(0, 0, 0, 0.07);
    padding: 0.5rem;
}

.custom-pagination .custom-button:focus,
.custom-pagination .custom-button:active {
    outline: none;
}

.custom-pagination .custom-button.pagination-button--active {
    background-color: var(--main-10);
    color: var(--white);
}

.custom-pagination .custom-button.pagination-button--elipsis {
    font-weight: bold;
}

/* TextTooltip =================================================================== */

.ptooltip {
    background-color: var(--white);
    border-radius: 4px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: var(--second-10);
    display: none;
    padding: 0.25rem 0.5rem;
}

.ptooltip[data-show] {
    display: block;
}

.ptooltip [data-popper-arrow],
.ptooltip [data-popper-arrow]::before {
    position: absolute;
    width: 0.5rem;
    height: 0.5rem;
    z-index: -1;
}

.ptooltip [data-popper-arrow]::before {
    content: '';
    transform: rotate(45deg);
    background-color: var(--white);
}

.ptooltip[x-placement^="top"] > [data-popper-arrow] {
    bottom: -0.25rem;
}

.ptooltip[x-placement^="bottom"] > [data-popper-arrow] {
    top: -0.25rem;
}

.ptooltip[x-placement^="left"] > [data-popper-arrow] {
    right: -0.25rem;
}

.ptooltip[x-placement^="right"] > [data-popper-arrow] {
    left: -0.25rem;
}

/* HotelCategory ===================================================================================== */

.hotel-category {
    display: inline-block;
    vertical-align: middle;
    margin-inline-start: .5rem;
    white-space: nowrap;
}

.hotel-category__e {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-position: 50% 50%;
    background-size: 1em 1em;
    background-repeat: no-repeat;
}

.hotel-category__e + .hotel-category__e {
    margin-inline-start: 0.1rem;
}

.hotel-category__e--star {
    background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.99977 3.20446e-05L4.83688 4.60837L0 5.34732L3.49989 8.93471L2.67368 14L6.99977 11.6085L11.3259 14L10.4997 8.93471L13.9998 5.34732L9.16297 4.60837L7.00008 3.20446e-05H6.99977Z' fill='%23FDBD3A'/%3E%3C/svg%3E");    top: 1px;
}
.hotel-category__e--sc {
    background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg viewBox='0 0 24 23' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Group-7-Copy-3' transform='translate(0.5 0.5)'%3E%3Cpath d='M11 22C17.0751 22 22 17.0751 22 11C22 4.92487 17.0751 0 11 0C4.92487 0 0 4.92487 0 11C0 17.0751 4.92487 22 11 22Z' id='Oval' fill='none' stroke='%2361788E' stroke-width='1' /%3E%3Cg id='SC' fill='%2362798F' transform='translate(6 1)'%3E%3Cpath d='M3.5332 12.4883Q4.08984 12.043 4.08984 11.2695Q4.08984 10.7109 3.79297 10.3262Q3.49609 9.94141 2.69531 9.55859Q2.08984 9.26953 1.92773 9.1582Q1.76563 9.04688 1.69141 8.92773Q1.61719 8.80859 1.61719 8.64844Q1.61719 8.39063 1.80078 8.23047Q1.98437 8.07031 2.32813 8.07031Q2.61719 8.07031 2.91602 8.14453Q3.21484 8.21875 3.67188 8.40625L4.0625 7.46484Q3.62109 7.27344 3.2168 7.16797Q2.8125 7.0625 2.36719 7.0625Q1.46094 7.0625 0.947266 7.49609Q0.433594 7.92969 0.433594 8.6875Q0.433594 9.08984 0.589844 9.39063Q0.746094 9.69141 1.00781 9.91797Q1.26953 10.1445 1.79297 10.3906Q2.35156 10.6563 2.5332 10.7773Q2.71484 10.8984 2.80859 11.0293Q2.90234 11.1602 2.90234 11.3281Q2.90234 11.6289 2.68945 11.7813Q2.47656 11.9336 2.07813 11.9336Q1.74609 11.9336 1.3457 11.8281Q0.945312 11.7227 0.367188 11.4648L0.367188 12.5898Q1.07031 12.9336 1.98438 12.9336Q2.97656 12.9336 3.5332 12.4883ZM6.49219 8.58398Q6.86719 8.07031 7.55078 8.07031Q7.86328 8.07031 8.1875 8.18359Q8.51172 8.29688 8.83203 8.44922L9.22266 7.46484Q8.38281 7.0625 7.55078 7.0625Q6.73438 7.0625 6.12695 7.41992Q5.51953 7.77734 5.19531 8.44727Q4.87109 9.11719 4.87109 10.0078Q4.87109 11.4219 5.53125 12.1777Q6.19141 12.9336 7.4375 12.9336Q8.30469 12.9336 9.00781 12.6406L9.00781 11.625Q8.15234 11.9258 7.55078 11.9258Q6.11719 11.9258 6.11719 10.0156Q6.11719 9.09766 6.49219 8.58398Z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E");    background-size: 22px 22px;
    width: 22px;
    height: 22px;
    line-height: 22px;
    top: -2px;
}
.hotel-category__e--hv1 {
    background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg viewBox='0 0 23 23' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Group-7-Copy-4' transform='translate(0.5 0.5)'%3E%3Cpath d='M11 22C17.0751 22 22 17.0751 22 11C22 4.92487 17.0751 0 11 0C4.92487 0 0 4.92487 0 11C0 17.0751 4.92487 22 11 22Z' id='Oval' fill='none' stroke='%2361788E' stroke-width='1' /%3E%3Cg id='HV1' fill='%2362798F' transform='translate(3 1)'%3E%3Cpath d='M5.39844 12.8555L4.19141 12.8555L4.19141 10.3906L1.92969 10.3906L1.92969 12.8555L0.71875 12.8555L0.71875 7.14453L1.92969 7.14453L1.92969 9.38281L4.19141 9.38281L4.19141 7.14453L5.39844 7.14453L5.39844 12.8555ZM10.0977 7.14453L11.3203 7.14453L9.37891 12.8555L8.05859 12.8555L6.12109 7.14453L7.34375 7.14453L8.41797 10.543Q8.50781 10.8438 8.60352 11.2441Q8.69922 11.6445 8.72266 11.8008Q8.76563 11.4414 9.01563 10.543L10.0977 7.14453ZM13.418 12.8555L14.625 12.8555L14.625 7.14453L13.6328 7.14453L11.793 8.60938L12.375 9.33594L13.0313 8.80859Q13.1484 8.71484 13.4492 8.41406L13.4297 9.00781L13.418 9.55078L13.418 12.8555Z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E");    background-size: 22px 22px;
    width: 22px;
    height: 22px;
    line-height: 22px;
    top: -2px;
}
.hotel-category__e--hv2 {
    background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg viewBox='0 0 23 23' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Group-7-Copy-2' transform='translate(0.5 0.5)'%3E%3Cpath d='M11 22C17.0751 22 22 17.0751 22 11C22 4.92487 17.0751 0 11 0C4.92487 0 0 4.92487 0 11C0 17.0751 4.92487 22 11 22Z' id='Oval' fill='none' stroke='%2361788E' stroke-width='1' /%3E%3Cg id='HV2' fill='%2362798F' transform='translate(3 1)'%3E%3Cpath d='M11.6406 12.8555L15.6328 12.8555L15.6328 11.8398L13.1445 11.8398L13.1445 11.7852L13.8789 11.0938Q14.6133 10.4219 14.9043 10.0586Q15.1953 9.69531 15.334 9.34961Q15.4727 9.00391 15.4727 8.60938Q15.4727 8.15625 15.2461 7.80469Q15.0195 7.45313 14.6094 7.25781Q14.1992 7.0625 13.6641 7.0625Q13.2578 7.0625 12.9297 7.14258Q12.6016 7.22266 12.3242 7.37109Q12.0469 7.51953 11.625 7.87891L12.2813 8.65625Q12.6211 8.375 12.9336 8.22266Q13.2461 8.07031 13.5781 8.07031Q13.8945 8.07031 14.084 8.23828Q14.2734 8.40625 14.2734 8.75Q14.2734 8.98047 14.1875 9.19531Q14.1016 9.41016 13.9063 9.66211Q13.7109 9.91406 13.0742 10.5664L11.6406 12.0156L11.6406 12.8555ZM5.39844 12.8555L4.19141 12.8555L4.19141 10.3906L1.92969 10.3906L1.92969 12.8555L0.71875 12.8555L0.71875 7.14453L1.92969 7.14453L1.92969 9.38281L4.19141 9.38281L4.19141 7.14453L5.39844 7.14453L5.39844 12.8555ZM10.0977 7.14453L11.3203 7.14453L9.37891 12.8555L8.05859 12.8555L6.12109 7.14453L7.34375 7.14453L8.41797 10.543Q8.50781 10.8438 8.60352 11.2441Q8.69922 11.6445 8.72266 11.8008Q8.76563 11.4414 9.01563 10.543L10.0977 7.14453Z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E");    background-size: 22px 22px;
    width: 22px;
    height: 22px;
    line-height: 22px;
    top: -2px;
}

.document-printing-container .print {
    padding-inline-start: 10px;
    margin-bottom: 5px;
}

.document-printing-container input[type=checkbox] {
    cursor: pointer;
}

.document-printing-container .print label {
    cursor: pointer;
}

.document-printing-container .print button {
    width: 70px;
}

.document-printing-container .table-container table {
    width: 99.9%;
}

.document-printing-container .table-container table thead {
    background-color: #5c6774;
    color: white;
}

.document-printing-container .table-container table thead tr th {
    padding: 5px 0;
    text-align: start;
    font-weight: normal;
}

.document-printing-container .table-container table thead tr th.select {
    width: 35px;
}

.document-printing-container .table-container table thead tr th.tourist-number {
    width: 15px;
}

.document-printing-container .table-container table thead tr th.document-status {
    width: 80px;
    border-right: 1px solid #5C6774;
    padding-inline-start: 10px;
}

.document-printing-container .table-container table tbody tr {
    background-color: white;
}

.document-printing-container .table-container table tbody tr.hidden {
    display: none;
}

.document-printing-container .table-container table tbody td.empty {
    padding: 0;
}

.document-printing-container .table-container table tbody tr.group {
    background-color: #9da4ab;
    color: white;
}

.document-printing-container .table-container table tbody tr.attention {
    background-color: #FFF0A6;
}

.document-printing-container .table-container table tbody tr.attention td {
    padding: 6px 5px 5px 0;
}

.document-printing-container .table-container table tbody tr.printed {
    background-color: #F3F4F6;
}

.document-printing-container .table-container table tbody tr.printed td,
.document-printing-container .table-container table tbody tr.printed td a {
    color: #9DA4AB;
}

.document-printing-container .table-container table tbody tr.group td {
    padding: 5px 5px 5px 0;
}

.document-printing-container .table-container table tbody tr.group .exp-button {
    background-repeat: no-repeat;
    cursor: pointer;
}

.document-printing-container .table-container table tbody tr.group .exp-button.expanded {
    background-image: url("/Content/Images/my-account-document-printing-expand.png?v=PO74WwsPTP1UuHrZFYbyKzsiOPY");
    height: 7px;
}

.document-printing-container .table-container table tbody tr.group .exp-button.collapsed {
    background-image: url("/Content/Images/my-account-document-printing-collapse.png?v=PO74WwsPTP1UuHrZFYbyKzsiOPY");
    height: 10px;
}

.document-printing-container .table-container table tbody tr td {
    padding: 9px 5px 7px 0;
    border-bottom: 1px solid #CFCFCF;
}

.document-printing-container .table-container table tbody tr td.select {
    border-left: 1px solid #CFCFCF;
    padding-inline-start: 9px;
    vertical-align: top;
}

.document-printing-container .table-container table tbody tr td.document {
    vertical-align: top;
}

.document-printing-container .table-container table tbody tr td.document span.hotel-description {
    display: block;
    padding-top: 2px;
}

.document-printing-container .table-container table tbody tr.attention td.select {
    padding-inline-start: 7px;
}

.document-printing-container .table-container table tbody tr td.document-status {
    border-right: 1px solid #CFCFCF;
    padding-inline-start: 10px;
}

.document-printing-container .table-container table tbody tr.group td.select {
    border-left: 0;
    padding-inline-start: 11px;
    vertical-align: middle;
}

.document-printing-container .table-container table tbody tr.group td.document {
    border-right: 1px solid #9DA4AB;
}

.document-printing-container .table-container table tbody tr a {
    color: #00578f;
}

.document-printing-container .table-container table tbody tr td.tourist-number {
    color: #5c6774;
}

.document-printing-container .table-container table tbody tr td.tourist-title {
    width: 28px;
}

.document-printing-container .table-container table tbody tr td.tourist-name {
    width: 200px;
}


.icon-flag {
    width: 24px;
    height: 16px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}


.icon-flag.icon-flag-abkhazia,
.icon-flag.icon-flag-AB,
.icon-flag.icon-flag-ab {
    background-image: url(../../../../Content/Images/FlagIcons/AB.svg);
}

.icon-flag.icon-flag-andorra,
.icon-flag.icon-flag-AD,
.icon-flag.icon-flag-ad {
    background-image: url(../../../../Content/Images/FlagIcons/AD.svg);
}

.icon-flag.icon-flag-uae,
.icon-flag.icon-flag-AE,
.icon-flag.icon-flag-ae {
    background-image: url(../../../../Content/Images/FlagIcons/AE.svg);
}

.icon-flag.icon-flag-AF,
.icon-flag.icon-flag-af {
    background-image: url(../../../../Content/Images/FlagIcons/AF.svg);
}

.icon-flag.icon-flag-AG,
.icon-flag.icon-flag-ag {
    background-image: url(../../../../Content/Images/FlagIcons/AG.svg);
}

.icon-flag.icon-flag-AI,
.icon-flag.icon-flag-ai {
    background-image: url(../../../../Content/Images/FlagIcons/AI.svg);
}

.icon-flag.icon-flag-AL,
.icon-flag.icon-flag-al {
    background-image: url(../../../../Content/Images/FlagIcons/AL.svg);
}

.icon-flag.icon-flag-armenia,
.icon-flag.icon-flag-AM,
.icon-flag.icon-flag-am {
    background-image: url(../../../../Content/Images/FlagIcons/AM.svg);
}

.icon-flag.icon-flag-AO,
.icon-flag.icon-flag-ao {
    background-image: url(../../../../Content/Images/FlagIcons/AO.svg);
}

.icon-flag.icon-flag-AQ,
.icon-flag.icon-flag-aq {
    background-image: url(../../../../Content/Images/FlagIcons/AQ.svg);
}

.icon-flag.icon-flag-AR,
.icon-flag.icon-flag-ar {
    background-image: url(../../../../Content/Images/FlagIcons/AR.svg);
}

.icon-flag.icon-flag-AS,
.icon-flag.icon-flag-as {
    background-image: url(../../../../Content/Images/FlagIcons/AS.svg);
}

.icon-flag.icon-flag-AT,
.icon-flag.icon-flag-at {
    background-image: url(../../../../Content/Images/FlagIcons/AT.svg);
}

.icon-flag.icon-flag-AU,
.icon-flag.icon-flag-au {
    background-image: url(../../../../Content/Images/FlagIcons/AU.svg);
}

.icon-flag.icon-flag-AW,
.icon-flag.icon-flag-aw {
    background-image: url(../../../../Content/Images/FlagIcons/AW.svg);
}

.icon-flag.icon-flag-AX,
.icon-flag.icon-flag-ax {
    background-image: url(../../../../Content/Images/FlagIcons/AX.svg);
}

.icon-flag.icon-flag-azerbaijan,
.icon-flag.icon-flag-AZ,
.icon-flag.icon-flag-az {
    background-image: url(../../../../Content/Images/FlagIcons/AZ.svg);
}

.icon-flag.icon-flag-BA,
.icon-flag.icon-flag-ba {
    background-image: url(../../../../Content/Images/FlagIcons/BA.svg);
}

.icon-flag.icon-flag-BB,
.icon-flag.icon-flag-bb {
    background-image: url(../../../../Content/Images/FlagIcons/BB.svg);
}

.icon-flag.icon-flag-BD,
.icon-flag.icon-flag-bd {
    background-image: url(../../../../Content/Images/FlagIcons/BD.svg);
}

.icon-flag.icon-flag-BE,
.icon-flag.icon-flag-be {
    background-image: url(../../../../Content/Images/FlagIcons/BE.svg);
}

.icon-flag.icon-flag-BF,
.icon-flag.icon-flag-bf {
    background-image: url(../../../../Content/Images/FlagIcons/BF.svg);
}

.icon-flag.icon-flag-bulgaria,
.icon-flag.icon-flag-BG,
.icon-flag.icon-flag-bg {
    background-image: url(../../../../Content/Images/FlagIcons/BG.svg);
}

.icon-flag.icon-flag-BH,
.icon-flag.icon-flag-bh {
    background-image: url(../../../../Content/Images/FlagIcons/BH.svg);
}

.icon-flag.icon-flag-BI,
.icon-flag.icon-flag-bi {
    background-image: url(../../../../Content/Images/FlagIcons/BI.svg);
}

.icon-flag.icon-flag-BJ,
.icon-flag.icon-flag-bj {
    background-image: url(../../../../Content/Images/FlagIcons/BJ.svg);
}

.icon-flag.icon-flag-BL,
.icon-flag.icon-flag-bl {
    background-image: url(../../../../Content/Images/FlagIcons/BL.svg);
}

.icon-flag.icon-flag-BM,
.icon-flag.icon-flag-bm {
    background-image: url(../../../../Content/Images/FlagIcons/BM.svg);
}

.icon-flag.icon-flag-BN,
.icon-flag.icon-flag-bn {
    background-image: url(../../../../Content/Images/FlagIcons/BN.svg);
}

.icon-flag.icon-flag-BO,
.icon-flag.icon-flag-bo {
    background-image: url(../../../../Content/Images/FlagIcons/BO.svg);
}

.icon-flag.icon-flag-BQ,
.icon-flag.icon-flag-bq {
    background-image: url(../../../../Content/Images/FlagIcons/BQ.svg);
}

.icon-flag.icon-flag-BR,
.icon-flag.icon-flag-br {
    background-image: url(../../../../Content/Images/FlagIcons/BR.svg);
}

.icon-flag.icon-flag-BS,
.icon-flag.icon-flag-bs {
    background-image: url(../../../../Content/Images/FlagIcons/BS.svg);
}

.icon-flag.icon-flag-BT,
.icon-flag.icon-flag-bt {
    background-image: url(../../../../Content/Images/FlagIcons/BT.svg);
}

.icon-flag.icon-flag-BV,
.icon-flag.icon-flag-bv {
    background-image: url(../../../../Content/Images/FlagIcons/BV.svg);
}

.icon-flag.icon-flag-BW,
.icon-flag.icon-flag-bw {
    background-image: url(../../../../Content/Images/FlagIcons/BW.svg);
}

.icon-flag.icon-flag-belarus,
.icon-flag.icon-flag-BY,
.icon-flag.icon-flag-by {
    background-image: url(../../../../Content/Images/FlagIcons/BY.svg);
}

.icon-flag.icon-flag-BZ,
.icon-flag.icon-flag-bz {
    background-image: url(../../../../Content/Images/FlagIcons/BZ.svg);
}

.icon-flag.icon-flag-CA,
.icon-flag.icon-flag-ca {
    background-image: url(../../../../Content/Images/FlagIcons/CA.svg);
}

.icon-flag.icon-flag-CD,
.icon-flag.icon-flag-cd {
    background-image: url(../../../../Content/Images/FlagIcons/CD.svg);
}

.icon-flag.icon-flag-CF,
.icon-flag.icon-flag-cf {
    background-image: url(../../../../Content/Images/FlagIcons/CF.svg);
}

.icon-flag.icon-flag-CG,
.icon-flag.icon-flag-cg {
    background-image: url(../../../../Content/Images/FlagIcons/CG.svg);
}

.icon-flag.icon-flag-CH,
.icon-flag.icon-flag-ch {
    background-image: url(../../../../Content/Images/FlagIcons/CH.svg);
}

.icon-flag.icon-flag-CK,
.icon-flag.icon-flag-ck {
    background-image: url(../../../../Content/Images/FlagIcons/CK.svg);
}

.icon-flag.icon-flag-CL,
.icon-flag.icon-flag-cl {
    background-image: url(../../../../Content/Images/FlagIcons/CL.svg);
}

.icon-flag.icon-flag-CM,
.icon-flag.icon-flag-cm {
    background-image: url(../../../../Content/Images/FlagIcons/CM.svg);
}

.icon-flag.icon-flag-china,
.icon-flag.icon-flag-CN,
.icon-flag.icon-flag-cn {
    background-image: url(../../../../Content/Images/FlagIcons/CN.svg);
}

.icon-flag.icon-flag-CO,
.icon-flag.icon-flag-co {
    background-image: url(../../../../Content/Images/FlagIcons/CO.svg);
}

.icon-flag.icon-flag-CR,
.icon-flag.icon-flag-cr {
    background-image: url(../../../../Content/Images/FlagIcons/CR.svg);
}

.icon-flag.icon-flag-cuba,
.icon-flag.icon-flag-CU,
.icon-flag.icon-flag-cu {
    background-image: url(../../../../Content/Images/FlagIcons/CU.svg);
}

.icon-flag.icon-flag-CV,
.icon-flag.icon-flag-cv {
    background-image: url(../../../../Content/Images/FlagIcons/CV.svg);
}

.icon-flag.icon-flag-CW,
.icon-flag.icon-flag-cw {
    background-image: url(../../../../Content/Images/FlagIcons/CW.svg);
}

.icon-flag.icon-flag-CX,
.icon-flag.icon-flag-cx {
    background-image: url(../../../../Content/Images/FlagIcons/CX.svg);
}

.icon-flag.icon-flag-cyprus,
.icon-flag.icon-flag-CY,
.icon-flag.icon-flag-cy {
    background-image: url(../../../../Content/Images/FlagIcons/CY.svg);
}

.icon-flag.icon-flag-CZ,
.icon-flag.icon-flag-cz {
    background-image: url(../../../../Content/Images/FlagIcons/CZ.svg);
}

.icon-flag.icon-flag-DE,
.icon-flag.icon-flag-de {
    background-image: url(../../../../Content/Images/FlagIcons/DE.svg);
}

.icon-flag.icon-flag-DJ,
.icon-flag.icon-flag-dj {
    background-image: url(../../../../Content/Images/FlagIcons/DJ.svg);
}

.icon-flag.icon-flag-DK,
.icon-flag.icon-flag-dk {
    background-image: url(../../../../Content/Images/FlagIcons/DK.svg);
}

.icon-flag.icon-flag-DM,
.icon-flag.icon-flag-dm {
    background-image: url(../../../../Content/Images/FlagIcons/DM.svg);
}

.icon-flag.icon-flag-dominicana,
.icon-flag.icon-flag-DO,
.icon-flag.icon-flag-do {
    background-image: url(../../../../Content/Images/FlagIcons/DO.svg);
}

.icon-flag.icon-flag-DZ,
.icon-flag.icon-flag-dz {
    background-image: url(../../../../Content/Images/FlagIcons/DZ.svg);
}

.icon-flag.icon-flag-EC,
.icon-flag.icon-flag-ec {
    background-image: url(../../../../Content/Images/FlagIcons/EC.svg);
}

.icon-flag.icon-flag-EE,
.icon-flag.icon-flag-ee {
    background-image: url(../../../../Content/Images/FlagIcons/EE.svg);
}

.icon-flag.icon-flag-egypt,
.icon-flag.icon-flag-EG,
.icon-flag.icon-flag-eg {
    background-image: url(../../../../Content/Images/FlagIcons/EG.svg);
}

.icon-flag.icon-flag-ER,
.icon-flag.icon-flag-er {
    background-image: url(../../../../Content/Images/FlagIcons/ER.svg);
}

.icon-flag.icon-flag-spain,
.icon-flag.icon-flag-ES,
.icon-flag.icon-flag-es {
    background-image: url(../../../../Content/Images/FlagIcons/ES.svg);
}

.icon-flag.icon-flag-ET,
.icon-flag.icon-flag-et {
    background-image: url(../../../../Content/Images/FlagIcons/ET.svg);
}

.icon-flag.icon-flag-FI,
.icon-flag.icon-flag-fi {
    background-image: url(../../../../Content/Images/FlagIcons/FI.svg);
}

.icon-flag.icon-flag-FJ,
.icon-flag.icon-flag-fj {
    background-image: url(../../../../Content/Images/FlagIcons/FJ.svg);
}

.icon-flag.icon-flag-FK,
.icon-flag.icon-flag-fk {
    background-image: url(../../../../Content/Images/FlagIcons/FK.svg);
}

.icon-flag.icon-flag-Flag,
.icon-flag.icon-flag-flag {
    background-image: url(../../../../Content/Images/FlagIcons/Flag.svg);
}

.icon-flag.icon-flag-FM,
.icon-flag.icon-flag-fm {
    background-image: url(../../../../Content/Images/FlagIcons/FM.svg);
}

.icon-flag.icon-flag-FO,
.icon-flag.icon-flag-fo {
    background-image: url(../../../../Content/Images/FlagIcons/FO.svg);
}

.icon-flag.icon-flag-FR,
.icon-flag.icon-flag-fr {
    background-image: url(../../../../Content/Images/FlagIcons/FR.svg);
}

.icon-flag.icon-flag-GA,
.icon-flag.icon-flag-ga {
    background-image: url(../../../../Content/Images/FlagIcons/GA.svg);
}

.icon-flag.icon-flag-GB,
.icon-flag.icon-flag-gb {
    background-image: url(../../../../Content/Images/FlagIcons/GB.svg);
}

.icon-flag.icon-flag-GD,
.icon-flag.icon-flag-gd {
    background-image: url(../../../../Content/Images/FlagIcons/GD.svg);
}

.icon-flag.icon-flag-georgia,
.icon-flag.icon-flag-GE,
.icon-flag.icon-flag-ge {
    background-image: url(../../../../Content/Images/FlagIcons/GE.svg);
}

.icon-flag.icon-flag-GF,
.icon-flag.icon-flag-gf {
    background-image: url(../../../../Content/Images/FlagIcons/GF.svg);
}

.icon-flag.icon-flag-GG,
.icon-flag.icon-flag-gg {
    background-image: url(../../../../Content/Images/FlagIcons/GG.svg);
}

.icon-flag.icon-flag-GH,
.icon-flag.icon-flag-gh {
    background-image: url(../../../../Content/Images/FlagIcons/GH.svg);
}

.icon-flag.icon-flag-GI,
.icon-flag.icon-flag-gi {
    background-image: url(../../../../Content/Images/FlagIcons/GI.svg);
}

.icon-flag.icon-flag-GL,
.icon-flag.icon-flag-gl {
    background-image: url(../../../../Content/Images/FlagIcons/GL.svg);
}

.icon-flag.icon-flag-GM,
.icon-flag.icon-flag-gm {
    background-image: url(../../../../Content/Images/FlagIcons/GM.svg);
}

.icon-flag.icon-flag-GN,
.icon-flag.icon-flag-gn {
    background-image: url(../../../../Content/Images/FlagIcons/GN.svg);
}

.icon-flag.icon-flag-GP,
.icon-flag.icon-flag-gp {
    background-image: url(../../../../Content/Images/FlagIcons/GP.svg);
}

.icon-flag.icon-flag-GQ,
.icon-flag.icon-flag-gq {
    background-image: url(../../../../Content/Images/FlagIcons/GQ.svg);
}

.icon-flag.icon-flag-greece,
.icon-flag.icon-flag-GR,
.icon-flag.icon-flag-gr {
    background-image: url(../../../../Content/Images/FlagIcons/GR.svg);
}

.icon-flag.icon-flag-GS,
.icon-flag.icon-flag-gs {
    background-image: url(../../../../Content/Images/FlagIcons/GS.svg);
}

.icon-flag.icon-flag-GT,
.icon-flag.icon-flag-gt {
    background-image: url(../../../../Content/Images/FlagIcons/GT.svg);
}

.icon-flag.icon-flag-GU,
.icon-flag.icon-flag-gu {
    background-image: url(../../../../Content/Images/FlagIcons/GU.svg);
}

.icon-flag.icon-flag-GW,
.icon-flag.icon-flag-gw {
    background-image: url(../../../../Content/Images/FlagIcons/GW.svg);
}

.icon-flag.icon-flag-GY,
.icon-flag.icon-flag-gy {
    background-image: url(../../../../Content/Images/FlagIcons/GY.svg);
}

.icon-flag.icon-flag-HK,
.icon-flag.icon-flag-hk {
    background-image: url(../../../../Content/Images/FlagIcons/HK.svg);
}

.icon-flag.icon-flag-HN,
.icon-flag.icon-flag-hn {
    background-image: url(../../../../Content/Images/FlagIcons/HN.svg);
}

.icon-flag.icon-flag-croatia,
.icon-flag.icon-flag-HR,
.icon-flag.icon-flag-hr {
    background-image: url(../../../../Content/Images/FlagIcons/HR.svg);
}

.icon-flag.icon-flag-HT,
.icon-flag.icon-flag-ht {
    background-image: url(../../../../Content/Images/FlagIcons/HT.svg);
}

.icon-flag.icon-flag-HU,
.icon-flag.icon-flag-hu {
    background-image: url(../../../../Content/Images/FlagIcons/HU.svg);
}

.icon-flag.icon-flag-indonesia,
.icon-flag.icon-flag-ID,
.icon-flag.icon-flag-id {
    background-image: url(../../../../Content/Images/FlagIcons/ID.svg);
}

.icon-flag.icon-flag-IE,
.icon-flag.icon-flag-ie {
    background-image: url(../../../../Content/Images/FlagIcons/IE.svg);
}

.icon-flag.icon-flag-israel,
.icon-flag.icon-flag-IL,
.icon-flag.icon-flag-il {
    background-image: url(../../../../Content/Images/FlagIcons/IL.svg);
}

.icon-flag.icon-flag-IM,
.icon-flag.icon-flag-im {
    background-image: url(../../../../Content/Images/FlagIcons/IM.svg);
}

.icon-flag.icon-flag-india,
.icon-flag.icon-flag-IN,
.icon-flag.icon-flag-in {
    background-image: url(../../../../Content/Images/FlagIcons/IN.svg);
}

.icon-flag.icon-flag-IO,
.icon-flag.icon-flag-io {
    background-image: url(../../../../Content/Images/FlagIcons/IO.svg);
}

.icon-flag.icon-flag-IQ,
.icon-flag.icon-flag-iq {
    background-image: url(../../../../Content/Images/FlagIcons/IQ.svg);
}

.icon-flag.icon-flag-IR,
.icon-flag.icon-flag-ir {
    background-image: url(../../../../Content/Images/FlagIcons/IR.svg);
}

.icon-flag.icon-flag-IS,
.icon-flag.icon-flag-is {
    background-image: url(../../../../Content/Images/FlagIcons/IS.svg);
}

.icon-flag.icon-flag-italy,
.icon-flag.icon-flag-IT,
.icon-flag.icon-flag-it {
    background-image: url(../../../../Content/Images/FlagIcons/IT.svg);
}

.icon-flag.icon-flag-JE,
.icon-flag.icon-flag-je {
    background-image: url(../../../../Content/Images/FlagIcons/JE.svg);
}

.icon-flag.icon-flag-jamaica,
.icon-flag.icon-flag-JM,
.icon-flag.icon-flag-jm {
    background-image: url(../../../../Content/Images/FlagIcons/JM.svg);
}

.icon-flag.icon-flag-jordan,
.icon-flag.icon-flag-JO,
.icon-flag.icon-flag-jo {
    background-image: url(../../../../Content/Images/FlagIcons/JO.svg);
}

.icon-flag.icon-flag-JP,
.icon-flag.icon-flag-jp {
    background-image: url(../../../../Content/Images/FlagIcons/JP.svg);
}

.icon-flag.icon-flag-KE,
.icon-flag.icon-flag-ke {
    background-image: url(../../../../Content/Images/FlagIcons/KE.svg);
}

.icon-flag.icon-flag-kyrgyzstan,
.icon-flag.icon-flag-KG,
.icon-flag.icon-flag-kg {
    background-image: url(../../../../Content/Images/FlagIcons/KG.svg);
}

.icon-flag.icon-flag-KH,
.icon-flag.icon-flag-kh {
    background-image: url(../../../../Content/Images/FlagIcons/KH.svg);
}

.icon-flag.icon-flag-KI,
.icon-flag.icon-flag-ki {
    background-image: url(../../../../Content/Images/FlagIcons/KI.svg);
}

.icon-flag.icon-flag-KM,
.icon-flag.icon-flag-km {
    background-image: url(../../../../Content/Images/FlagIcons/KM.svg);
}

.icon-flag.icon-flag-KN,
.icon-flag.icon-flag-kn {
    background-image: url(../../../../Content/Images/FlagIcons/KN.svg);
}

.icon-flag.icon-flag-KP,
.icon-flag.icon-flag-kp {
    background-image: url(../../../../Content/Images/FlagIcons/KP.svg);
}

.icon-flag.icon-flag-KR,
.icon-flag.icon-flag-kr {
    background-image: url(../../../../Content/Images/FlagIcons/KR.svg);
}

.icon-flag.icon-flag-KW,
.icon-flag.icon-flag-kw {
    background-image: url(../../../../Content/Images/FlagIcons/KW.svg);
}

.icon-flag.icon-flag-KY,
.icon-flag.icon-flag-ky {
    background-image: url(../../../../Content/Images/FlagIcons/KY.svg);
}

.icon-flag.icon-flag-kazakhstan,
.icon-flag.icon-flag-KZ,
.icon-flag.icon-flag-kz {
    background-image: url(../../../../Content/Images/FlagIcons/KZ.svg);
}

.icon-flag.icon-flag-LA,
.icon-flag.icon-flag-la {
    background-image: url(../../../../Content/Images/FlagIcons/LA.svg);
}

.icon-flag.icon-flag-LB,
.icon-flag.icon-flag-lb {
    background-image: url(../../../../Content/Images/FlagIcons/LB.svg);
}

.icon-flag.icon-flag-LC,
.icon-flag.icon-flag-lc {
    background-image: url(../../../../Content/Images/FlagIcons/LC.svg);
}

.icon-flag.icon-flag-LI,
.icon-flag.icon-flag-li {
    background-image: url(../../../../Content/Images/FlagIcons/LI.svg);
}

.icon-flag.icon-flag-sri-lanka,
.icon-flag.icon-flag-srilanka,
.icon-flag.icon-flag-LK,
.icon-flag.icon-flag-lk {
    background-image: url(../../../../Content/Images/FlagIcons/LK.svg);
}

.icon-flag.icon-flag-LR,
.icon-flag.icon-flag-lr {
    background-image: url(../../../../Content/Images/FlagIcons/LR.svg);
}

.icon-flag.icon-flag-LS,
.icon-flag.icon-flag-ls {
    background-image: url(../../../../Content/Images/FlagIcons/LS.svg);
}

.icon-flag.icon-flag-LT,
.icon-flag.icon-flag-lt {
    background-image: url(../../../../Content/Images/FlagIcons/LT.svg);
}

.icon-flag.icon-flag-LU,
.icon-flag.icon-flag-lu {
    background-image: url(../../../../Content/Images/FlagIcons/LU.svg);
}

.icon-flag.icon-flag-LV,
.icon-flag.icon-flag-lv {
    background-image: url(../../../../Content/Images/FlagIcons/LV.svg);
}

.icon-flag.icon-flag-LY,
.icon-flag.icon-flag-ly {
    background-image: url(../../../../Content/Images/FlagIcons/LY.svg);
}

.icon-flag.icon-flag-morocco,
.icon-flag.icon-flag-MA,
.icon-flag.icon-flag-ma {
    background-image: url(../../../../Content/Images/FlagIcons/MA.svg);
}

.icon-flag.icon-flag-MC,
.icon-flag.icon-flag-mc {
    background-image: url(../../../../Content/Images/FlagIcons/MC.svg);
}

.icon-flag.icon-flag-MD,
.icon-flag.icon-flag-md {
    background-image: url(../../../../Content/Images/FlagIcons/MD.svg);
}

.icon-flag.icon-flag-ME,
.icon-flag.icon-flag-me {
    background-image: url(../../../../Content/Images/FlagIcons/ME.svg);
}

.icon-flag.icon-flag-MF,
.icon-flag.icon-flag-mf {
    background-image: url(../../../../Content/Images/FlagIcons/MF.svg);
}

.icon-flag.icon-flag-MG,
.icon-flag.icon-flag-mg {
    background-image: url(../../../../Content/Images/FlagIcons/MG.svg);
}

.icon-flag.icon-flag-MH,
.icon-flag.icon-flag-mh {
    background-image: url(../../../../Content/Images/FlagIcons/MH.svg);
}

.icon-flag.icon-flag-macedonia,
.icon-flag.icon-flag-MK,
.icon-flag.icon-flag-mk {
    background-image: url(../../../../Content/Images/FlagIcons/MK.svg);
}

.icon-flag.icon-flag-ML,
.icon-flag.icon-flag-ml {
    background-image: url(../../../../Content/Images/FlagIcons/ML.svg);
}

.icon-flag.icon-flag-MM,
.icon-flag.icon-flag-mm {
    background-image: url(../../../../Content/Images/FlagIcons/MM.svg);
}

.icon-flag.icon-flag-MN,
.icon-flag.icon-flag-mn {
    background-image: url(../../../../Content/Images/FlagIcons/MN.svg);
}

.icon-flag.icon-flag-MO,
.icon-flag.icon-flag-mo {
    background-image: url(../../../../Content/Images/FlagIcons/MO.svg);
}

.icon-flag.icon-flag-MP,
.icon-flag.icon-flag-mp {
    background-image: url(../../../../Content/Images/FlagIcons/MP.svg);
}

.icon-flag.icon-flag-MQ,
.icon-flag.icon-flag-mq {
    background-image: url(../../../../Content/Images/FlagIcons/MQ.svg);
}

.icon-flag.icon-flag-MR,
.icon-flag.icon-flag-mr {
    background-image: url(../../../../Content/Images/FlagIcons/MR.svg);
}

.icon-flag.icon-flag-MS,
.icon-flag.icon-flag-ms {
    background-image: url(../../../../Content/Images/FlagIcons/MS.svg);
}

.icon-flag.icon-flag-MT,
.icon-flag.icon-flag-mt {
    background-image: url(../../../../Content/Images/FlagIcons/MT.svg);
}

.icon-flag.icon-flag-mauritius,
.icon-flag.icon-flag-MU,
.icon-flag.icon-flag-mu {
    background-image: url(../../../../Content/Images/FlagIcons/MU.svg);
}

.icon-flag.icon-flag-maldives,
.icon-flag.icon-flag-MV,
.icon-flag.icon-flag-mv {
    background-image: url(../../../../Content/Images/FlagIcons/MV.svg);
}

.icon-flag.icon-flag-MW,
.icon-flag.icon-flag-mw {
    background-image: url(../../../../Content/Images/FlagIcons/MW.svg);
}

.icon-flag.icon-flag-mexico,
.icon-flag.icon-flag-MX,
.icon-flag.icon-flag-mx {
    background-image: url(../../../../Content/Images/FlagIcons/MX.svg);
}

.icon-flag.icon-flag-MY,
.icon-flag.icon-flag-my {
    background-image: url(../../../../Content/Images/FlagIcons/MY.svg);
}

.icon-flag.icon-flag-MZ,
.icon-flag.icon-flag-mz {
    background-image: url(../../../../Content/Images/FlagIcons/MZ.svg);
}

.icon-flag.icon-flag-NA,
.icon-flag.icon-flag-na {
    background-image: url(../../../../Content/Images/FlagIcons/NA.svg);
}

.icon-flag.icon-flag-NC,
.icon-flag.icon-flag-nc {
    background-image: url(../../../../Content/Images/FlagIcons/NC.svg);
}

.icon-flag.icon-flag-NE,
.icon-flag.icon-flag-ne {
    background-image: url(../../../../Content/Images/FlagIcons/NE.svg);
}

.icon-flag.icon-flag-NF,
.icon-flag.icon-flag-nf {
    background-image: url(../../../../Content/Images/FlagIcons/NF.svg);
}

.icon-flag.icon-flag-NG,
.icon-flag.icon-flag-ng {
    background-image: url(../../../../Content/Images/FlagIcons/NG.svg);
}

.icon-flag.icon-flag-NI,
.icon-flag.icon-flag-ni {
    background-image: url(../../../../Content/Images/FlagIcons/NI.svg);
}

.icon-flag.icon-flag-NL,
.icon-flag.icon-flag-nl {
    background-image: url(../../../../Content/Images/FlagIcons/NL.svg);
}

.icon-flag.icon-flag-NO,
.icon-flag.icon-flag-no {
    background-image: url(../../../../Content/Images/FlagIcons/NO.svg);
}

.icon-flag.icon-flag-NP,
.icon-flag.icon-flag-np {
    background-image: url(../../../../Content/Images/FlagIcons/NP.svg);
}

.icon-flag.icon-flag-NR,
.icon-flag.icon-flag-nr {
    background-image: url(../../../../Content/Images/FlagIcons/NR.svg);
}

.icon-flag.icon-flag-NU,
.icon-flag.icon-flag-nu {
    background-image: url(../../../../Content/Images/FlagIcons/NU.svg);
}

.icon-flag.icon-flag-NZ,
.icon-flag.icon-flag-nz {
    background-image: url(../../../../Content/Images/FlagIcons/NZ.svg);
}

.icon-flag.icon-flag-oman,
.icon-flag.icon-flag-OM,
.icon-flag.icon-flag-om {
    background-image: url(../../../../Content/Images/FlagIcons/OM.svg);
}

.icon-flag.icon-flag-PA,
.icon-flag.icon-flag-pa {
    background-image: url(../../../../Content/Images/FlagIcons/PA.svg);
}

.icon-flag.icon-flag-PE,
.icon-flag.icon-flag-pe {
    background-image: url(../../../../Content/Images/FlagIcons/PE.svg);
}

.icon-flag.icon-flag-PF,
.icon-flag.icon-flag-pf {
    background-image: url(../../../../Content/Images/FlagIcons/PF.svg);
}

.icon-flag.icon-flag-PG,
.icon-flag.icon-flag-pg {
    background-image: url(../../../../Content/Images/FlagIcons/PG.svg);
}

.icon-flag.icon-flag-PH,
.icon-flag.icon-flag-ph {
    background-image: url(../../../../Content/Images/FlagIcons/PH.svg);
}

.icon-flag.icon-flag-PK,
.icon-flag.icon-flag-pk {
    background-image: url(../../../../Content/Images/FlagIcons/PK.svg);
}

.icon-flag.icon-flag-PL,
.icon-flag.icon-flag-pl {
    background-image: url(../../../../Content/Images/FlagIcons/PL.svg);
}

.icon-flag.icon-flag-PM,
.icon-flag.icon-flag-pm {
    background-image: url(../../../../Content/Images/FlagIcons/PM.svg);
}

.icon-flag.icon-flag-PR,
.icon-flag.icon-flag-pr {
    background-image: url(../../../../Content/Images/FlagIcons/PR.svg);
}

.icon-flag.icon-flag-PS,
.icon-flag.icon-flag-ps {
    background-image: url(../../../../Content/Images/FlagIcons/PS.svg);
}

.icon-flag.icon-flag-PT,
.icon-flag.icon-flag-pt {
    background-image: url(../../../../Content/Images/FlagIcons/PT.svg);
}

.icon-flag.icon-flag-PW,
.icon-flag.icon-flag-pw {
    background-image: url(../../../../Content/Images/FlagIcons/PW.svg);
}

.icon-flag.icon-flag-PY,
.icon-flag.icon-flag-py {
    background-image: url(../../../../Content/Images/FlagIcons/PY.svg);
}

.icon-flag.icon-flag-QA,
.icon-flag.icon-flag-qa {
    background-image: url(../../../../Content/Images/FlagIcons/QA.svg);
}

.icon-flag.icon-flag-RO,
.icon-flag.icon-flag-ro {
    background-image: url(../../../../Content/Images/FlagIcons/RO.svg);
}

.icon-flag.icon-flag-serbia,
.icon-flag.icon-flag-RS,
.icon-flag.icon-flag-rs {
    background-image: url(../../../../Content/Images/FlagIcons/RS.svg);
}

.icon-flag.icon-flag-russia,
.icon-flag.icon-flag-RU,
.icon-flag.icon-flag-ru {
    background-image: url(../../../../Content/Images/FlagIcons/RU.svg);
}

.icon-flag.icon-flag-RW,
.icon-flag.icon-flag-rw {
    background-image: url(../../../../Content/Images/FlagIcons/RW.svg);
}

.icon-flag.icon-flag-SA,
.icon-flag.icon-flag-sa {
    background-image: url(../../../../Content/Images/FlagIcons/SA.svg);
}

.icon-flag.icon-flag-SB,
.icon-flag.icon-flag-sb {
    background-image: url(../../../../Content/Images/FlagIcons/SB.svg);
}

.icon-flag.icon-flag-seychelles,
.icon-flag.icon-flag-SC,
.icon-flag.icon-flag-sc {
    background-image: url(../../../../Content/Images/FlagIcons/SC.svg);
}

.icon-flag.icon-flag-SD,
.icon-flag.icon-flag-sd {
    background-image: url(../../../../Content/Images/FlagIcons/SD.svg);
}

.icon-flag.icon-flag-SE,
.icon-flag.icon-flag-se {
    background-image: url(../../../../Content/Images/FlagIcons/SE.svg);
}

.icon-flag.icon-flag-SG,
.icon-flag.icon-flag-sg {
    background-image: url(../../../../Content/Images/FlagIcons/SG.svg);
}

.icon-flag.icon-flag-SH,
.icon-flag.icon-flag-sh {
    background-image: url(../../../../Content/Images/FlagIcons/SH.svg);
}

.icon-flag.icon-flag-SI,
.icon-flag.icon-flag-si {
    background-image: url(../../../../Content/Images/FlagIcons/SI.svg);
}

.icon-flag.icon-flag-SJ,
.icon-flag.icon-flag-sj {
    background-image: url(../../../../Content/Images/FlagIcons/SJ.svg);
}

.icon-flag.icon-flag-SK,
.icon-flag.icon-flag-sk {
    background-image: url(../../../../Content/Images/FlagIcons/SK.svg);
}

.icon-flag.icon-flag-SL,
.icon-flag.icon-flag-sl {
    background-image: url(../../../../Content/Images/FlagIcons/SL.svg);
}

.icon-flag.icon-flag-SM,
.icon-flag.icon-flag-sm {
    background-image: url(../../../../Content/Images/FlagIcons/SM.svg);
}

.icon-flag.icon-flag-SN,
.icon-flag.icon-flag-sn {
    background-image: url(../../../../Content/Images/FlagIcons/SN.svg);
}

.icon-flag.icon-flag-SO,
.icon-flag.icon-flag-so {
    background-image: url(../../../../Content/Images/FlagIcons/SO.svg);
}

.icon-flag.icon-flag-SR,
.icon-flag.icon-flag-sr {
    background-image: url(../../../../Content/Images/FlagIcons/SR.svg);
}

.icon-flag.icon-flag-SS,
.icon-flag.icon-flag-ss {
    background-image: url(../../../../Content/Images/FlagIcons/SS.svg);
}

.icon-flag.icon-flag-ST,
.icon-flag.icon-flag-st {
    background-image: url(../../../../Content/Images/FlagIcons/ST.svg);
}

.icon-flag.icon-flag-SV,
.icon-flag.icon-flag-sv {
    background-image: url(../../../../Content/Images/FlagIcons/SV.svg);
}

.icon-flag.icon-flag-SX,
.icon-flag.icon-flag-sx {
    background-image: url(../../../../Content/Images/FlagIcons/SX.svg);
}

.icon-flag.icon-flag-SY,
.icon-flag.icon-flag-sy {
    background-image: url(../../../../Content/Images/FlagIcons/SY.svg);
}

.icon-flag.icon-flag-TC,
.icon-flag.icon-flag-tc {
    background-image: url(../../../../Content/Images/FlagIcons/TC.svg);
}

.icon-flag.icon-flag-TD,
.icon-flag.icon-flag-td {
    background-image: url(../../../../Content/Images/FlagIcons/TD.svg);
}

.icon-flag.icon-flag-TG,
.icon-flag.icon-flag-tg {
    background-image: url(../../../../Content/Images/FlagIcons/TG.svg);
}

.icon-flag.icon-flag-thailand,
.icon-flag.icon-flag-TH,
.icon-flag.icon-flag-th {
    background-image: url(../../../../Content/Images/FlagIcons/TH.svg);
}

.icon-flag.icon-flag-TJ,
.icon-flag.icon-flag-tj {
    background-image: url(../../../../Content/Images/FlagIcons/TJ.svg);
}

.icon-flag.icon-flag-TK,
.icon-flag.icon-flag-tk {
    background-image: url(../../../../Content/Images/FlagIcons/TK.svg);
}

.icon-flag.icon-flag-TL,
.icon-flag.icon-flag-tl {
    background-image: url(../../../../Content/Images/FlagIcons/TL.svg);
}

.icon-flag.icon-flag-TM,
.icon-flag.icon-flag-tm {
    background-image: url(../../../../Content/Images/FlagIcons/TM.svg);
}

.icon-flag.icon-flag-tunisia,
.icon-flag.icon-flag-TN,
.icon-flag.icon-flag-tn {
    background-image: url(../../../../Content/Images/FlagIcons/TN.svg);
}

.icon-flag.icon-flag-TO,
.icon-flag.icon-flag-to {
    background-image: url(../../../../Content/Images/FlagIcons/TO.svg);
}

.icon-flag.icon-flag-turkey,
.icon-flag.icon-flag-TR,
.icon-flag.icon-flag-tr {
    background-image: url(../../../../Content/Images/FlagIcons/TR.svg);
}

.icon-flag.icon-flag-TT,
.icon-flag.icon-flag-tt {
    background-image: url(../../../../Content/Images/FlagIcons/TT.svg);
}

.icon-flag.icon-flag-TV,
.icon-flag.icon-flag-tv {
    background-image: url(../../../../Content/Images/FlagIcons/TV.svg);
}

.icon-flag.icon-flag-TW,
.icon-flag.icon-flag-tw {
    background-image: url(../../../../Content/Images/FlagIcons/TW.svg);
}

.icon-flag.icon-flag-tanzania,
.icon-flag.icon-flag-TZ,
.icon-flag.icon-flag-tz {
    background-image: url(../../../../Content/Images/FlagIcons/TZ.svg);
}

.icon-flag.icon-flag-UA,
.icon-flag.icon-flag-ua {
    background-image: url(../../../../Content/Images/FlagIcons/UA.svg);
}

.icon-flag.icon-flag-UG,
.icon-flag.icon-flag-ug {
    background-image: url(../../../../Content/Images/FlagIcons/UG.svg);
}

.icon-flag.icon-flag-UM,
.icon-flag.icon-flag-um {
    background-image: url(../../../../Content/Images/FlagIcons/UM.svg);
}

.icon-flag.icon-flag-US,
.icon-flag.icon-flag-us {
    background-image: url(../../../../Content/Images/FlagIcons/US.svg);
}

.icon-flag.icon-flag-UY,
.icon-flag.icon-flag-uy {
    background-image: url(../../../../Content/Images/FlagIcons/UY.svg);
}

.icon-flag.icon-flag-uzbekistan,
.icon-flag.icon-flag-UZ,
.icon-flag.icon-flag-uz {
    background-image: url(../../../../Content/Images/FlagIcons/UZ.svg);
}

.icon-flag.icon-flag-VC,
.icon-flag.icon-flag-vc {
    background-image: url(../../../../Content/Images/FlagIcons/VC.svg);
}

.icon-flag.icon-flag-venezuela,
.icon-flag.icon-flag-VE,
.icon-flag.icon-flag-ve {
    background-image: url(../../../../Content/Images/FlagIcons/VE.svg);
}

.icon-flag.icon-flag-VG,
.icon-flag.icon-flag-vg {
    background-image: url(../../../../Content/Images/FlagIcons/VG.svg);
}

.icon-flag.icon-flag-VI,
.icon-flag.icon-flag-vi {
    background-image: url(../../../../Content/Images/FlagIcons/VI.svg);
}

.icon-flag.icon-flag-vietnam,
.icon-flag.icon-flag-VN,
.icon-flag.icon-flag-vn {
    background-image: url(../../../../Content/Images/FlagIcons/VN.svg);
}

.icon-flag.icon-flag-VU,
.icon-flag.icon-flag-vu {
    background-image: url(../../../../Content/Images/FlagIcons/VU.svg);
}

.icon-flag.icon-flag-WF,
.icon-flag.icon-flag-wf {
    background-image: url(../../../../Content/Images/FlagIcons/WF.svg);
}

.icon-flag.icon-flag-WS,
.icon-flag.icon-flag-ws {
    background-image: url(../../../../Content/Images/FlagIcons/WS.svg);
}

.icon-flag.icon-flag-YE,
.icon-flag.icon-flag-ye {
    background-image: url(../../../../Content/Images/FlagIcons/YE.svg);
}

.icon-flag.icon-flag-YT,
.icon-flag.icon-flag-yt {
    background-image: url(../../../../Content/Images/FlagIcons/YT.svg);
}

.icon-flag.icon-flag-ZA,
.icon-flag.icon-flag-za {
    background-image: url(../../../../Content/Images/FlagIcons/ZA.svg);
}

.icon-flag.icon-flag-ZM,
.icon-flag.icon-flag-zm {
    background-image: url(../../../../Content/Images/FlagIcons/ZM.svg);
}

.icon-flag.icon-flag-ZW,
.icon-flag.icon-flag-zw {
    background-image: url(../../../../Content/Images/FlagIcons/ZW.svg);
}


.flight-banner-row-cell {
    padding: 0!important;
}

.block-promo {
    height: 71px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

@media print {
    .block-promo {
        display: none;
    }
}

.block-promo--N4 {
    background-image: url(/Content/Images/Banner/N4-banner-b2b.png);
}

.flight-banner-row-cell .block-promo--N4 {
    background-image: url(/Content/Images/Banner/N4-banner-b2c.png);
}

.block-promo--EO {
    background-image: url(/Content/Images/Banner/EO-banner-b2b.png);
}

.flight-banner-row-cell .block-promo--EO {
    background-image: url(/Content/Images/Banner/EO-banner-b2c.png);
}

.block-promo__inner {
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    padding: 8px 12px 12px 144px;
    box-sizing: border-box;
    text-decoration: none;
    color: white;
}

.flight-banner-row-cell .block-promo__inner {
    padding-inline-start: 230px;
}

.block-promo__title {
    color: white;
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
}

.block-promo__links {
    display: flex;
    align-items: center;
}

.block-promo__link {
    position: relative;
    display: block;
    padding-inline-start: 20px;
    margin-inline-end: 12px;
    font-size: 12px;
    line-height: 16px;
    text-decoration: none!important;
    color: white!important;
    border: none!important;
    white-space: nowrap;
}

.block-promo__link::before {
    position: absolute;
    content: '';
    left: 0;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
}

.block-promo__link_choose-seat::before {
    background-image: url(/Content/Images/Banner/choose-seat.svg);
}

.block-promo__link_check-in::before {
    background-image: url(/Content/Images/Banner/online-registration.svg);
}

.block-promo__link_meal::before {
    background-image: url(/Content/Images/Banner/choose-meal.svg);
}

.block-promo__link::after {
    position: absolute;
    content: '';
    left: 20px;
    right: 0;
    bottom: 0;
    width: auto;
    height: 1px;
    background: white;
    opacity: 0.4;
    transition: opacity 0.3s ease;
}

.block-promo__link:hover::after {
    opacity: 1;
}

.block-promo__cta {
    display: block;
    position: relative;
    padding: 4px 24px 4px 20px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 500 !important;
    color: white!important;
    text-decoration: none!important;
    text-transform: uppercase;
    border: 1px solid white!important;
    border-radius: 2px;
    transition: 0.3s ease;
    white-space: nowrap;
}

.block-promo__cta:hover {
    color: #A11419!important;
    border-color: white;
    background: white;
}

.block-promo__cta:hover::before {
    background: #A11419;
}

.block-promo__cta:hover::after {
    border-left-color: #A11419;
}

.block-promo__cta::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 12px;
    width: 8px;
    height: 2px;
    margin-top: -1px;
    background: white;
}

.block-promo__cta::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 4px;
    margin-top: -4px;
    border: 4px solid transparent;
    border-left: 4px solid white;
}
@font-face {
    font-family: 'Roboto';
    src: url('/Content/Fonts/roboto/Roboto-Regular.ttf?v=PO74WwsPTP1UuHrZFYbyKzsiOPY') format("truetype");
}

@font-face {
    font-family: 'Roboto Flex';
    src: url('/Content/Fonts/roboto-flex/RobotoFlex-VariableFont_GRAD,XTRA,YOPQ,YTAS,YTDE,YTFI,YTLC,YTUC,opsz,slnt,wdth,wght.ttf?v=PO74WwsPTP1UuHrZFYbyKzsiOPY') format("truetype"),
    url('/Content/Fonts/roboto-flex/static/RobotoFlex-Regular.ttf?v=PO74WwsPTP1UuHrZFYbyKzsiOPY') format("truetype");
}

@font-face {
    font-family: 'Montserrat';
    src: url('/Content/Fonts/montserrat/Montserrat-VariableFont_wght.ttf?v=PO74WwsPTP1UuHrZFYbyKzsiOPY') format("truetype");
}

@font-face {
    font-face: "Open Sans";
    src: url("/Content/Fonts/open-sans/OpenSans-VariableFont_wdth,wght.ttf") format("truetype"), 
    url("/Content/Fonts/open-sans/static/OpenSans-Regular.ttf") format("truetype"), 
    url("/Content/Fonts/open-sans/static/OpenSans-SemiBold.ttf") format("truetype")
}
.legend .icon {
    width: 20px !important;
    height: 20px !important;
    display: inline-block;
    float: left;
}

.legend .icon.Pre-booking {
    background: url("/Content/Images/booking-status-prebooking-grey.svg?v=PO74WwsPTP1UuHrZFYbyKzsiOPY") no-repeat center;
}

.legend .icon.Cancelled-Pre-booking {
    background: url("/Content/Images/booking-status-prebooking-red.svg?v=PO74WwsPTP1UuHrZFYbyKzsiOPY") no-repeat center;
}
.login-logout-header {
    background-color: #5c6774;
    color: #ffffff;
    height: 27px;
}

.login-logout-header ul {
    list-style: none;
    width: 100%;
    display: table;
}

.login-logout-header ul li {
    float: left;
    width: auto;
}

.login-logout-header ul li.exit {
    float: right;
}

.login-logout-header ul li.agency-login {
    float: right;
    padding: 5px 5px 0 0;
    width: 90px;
}

.login-logout-header a {
    color: #ffffff;
}

.login-logout-header .entry-agency {
    margin-inline-start: 10px;
    padding-top: 5px;
}

.login-logout-header .entry-agency .agency-name {
    font-weight: bold;
}

.login-logout-header .messages-notificator {
    margin-inline-start: 13px;
    position: relative;
    cursor: pointer;
    padding-top: 5px;
}

.login-logout-header .messages-notificator span {
    color: black;
    position: absolute;
    top: 4px;
    left: 8px;
}

.login-logout-header .exit{
    width: 25px;
    padding-top: 3px;
}

.login-logout-header .exit img{
    cursor: pointer;
    vertical-align: bottom;
}


.main-authorization-menu {
    background-color: #5c6774;
    color: #ffffff;
    height: 27px;
    margin-bottom: 25px;
}

.main-authorization-menu ul {
    list-style: none;
    width: 100%;
    display: table;
}

.main-authorization-menu ul li {
    float: left;
    width: auto;
}

.main-authorization-menu ul li.exit {
    float: right;
}

.main-authorization-menu ul li.agency-login {
    float: right;
    padding: 5px 5px 0 0;
    width: 110px;
}

.main-authorization-menu ul li.language {
    padding-top: 5px;
    margin-inline-start: 15px;
}

.main-authorization-menu ul li.language div {
    padding-inline-start: 15px;
    border-left: 1px solid #FFF;
}

.main-authorization-menu a,
.main-authorization-menu a:visited {
    color: #ffffff !important;
}

.main-authorization-menu .entry-agency {
    margin-inline-start: 10px;
    padding-top: 5px;
}

.main-authorization-menu .entry-agency .agency-name {
    font-weight: bold;
}

.main-authorization-menu .exit{
    width: 25px;
    padding-top: 3px;
}

.main-authorization-menu .exit img{
    cursor: pointer;
    vertical-align: bottom;
}


.main-menu {
    width: 100%;
    line-height: 1.5;
    display: table;
}

.main-menu .tabs ul {
    float: left;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
    border-bottom: solid 1px #CFCFCF;
}

.main-menu .tabs ul li {
    float: left;
    border-bottom: solid 1px #CFCFCF;
    position: relative;
    top: 1px;
}

.main-menu .tabs ul li:before {
    content: '';
    display: block;
    width: 3px;
    height: 24px;
    background: #FFF;
    -ms-border-radius: 0 0 5px 0;
    border-radius: 0 0 5px 0;
    position: absolute;
    left: 0px;
    top: 2px;
    margin: 5px 0 0 0;
    border: solid #CFCFCF;
    border-width: 0 1px 1px 0;
}

.main-menu .tabs ul li a {
    float: left;
    text-decoration: none;
    display: block;
    padding: 5px 8px 2px;

    border: solid #CFCFCF;
    border-width: 1px 1px 0 1px;
    border-bottom: solid 1px #DFE0E2;
    margin: 0 3px 1px 3px;
    font-size: 14px;
    position: relative;
    top: 1px;

    -ms-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;

    background: #f3f4f6;
    background: -moz-linear-gradient(top, #f3f4f6 0%, #dfe0e2 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f3f4f6), color-stop(100%, #dfe0e2));
    background: -o-linear-gradient(top, #f3f4f6 0%, #dfe0e2 100%);
    background: -ms-linear-gradient(top, #f3f4f6 0%, #dfe0e2 100%);
    background: linear-gradient(to bottom, #f3f4f6 0%, #dfe0e2 100%);

    -webkit-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f4f6', endColorstr='#dfe0e2', GradientType=0);
    -moz-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f4f6', endColorstr='#dfe0e2', GradientType=0);
    -o-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f4f6', endColorstr='#dfe0e2', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f4f6', endColorstr='#dfe0e2', GradientType=0);
}

.main-menu .tabs ul li:after {
    content: ' ';
    display: block;
    width: 3px;
    height: 24px;
    float: left;
    background: #FFF;
    -ms-border-radius: 0 0 0 5px;
    border-radius: 0 0 0 5px;
    position: absolute;
    margin: 6px 0 0 0;
    right: 0;
    top: 1px;
    border: solid #CFCFCF;
    border-width: 0 0 1px 1px;
}

.main-menu .tabs ul li.active {
    border-bottom: solid 1px #fff;
}

.main-menu .tabs ul li.active a {
    color: black;
    background: #FFF;
    border-bottom: 1px solid #FFF;
    cursor: default;
}

.main-menu .tabs ul li:hover:not(.active) {
  border-bottom: solid 1px #CFCFCF;
}

.main-menu .tabs ul li:hover:not(.active) a {
    border-bottom: solid 1px #E5E6E9;

    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #e5e6e9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e5e6e9));
    background: -webkit-linear-gradient(top, #ffffff 0%, #e5e6e9 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #e5e6e9 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #e5e6e9 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #e5e6e9 100%);

    -webkit-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e5e6e9', GradientType=0);
    -moz-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e5e6e9', GradientType=0);
    -o-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e5e6e9', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e5e6e9', GradientType=0);
}
.additional-services-container .tool-button {
    box-sizing: border-box;
    width: 26px;
    height: 26px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border: 1px solid #cfcfcf;
    border-radius: 4px;
    background-position: 50% 50%;
    cursor: pointer;
    margin: 0 1px;
    flex: 0 0 auto;
    outline: none !important;
}

.additional-services-container .tool-button--disabled,
.additional-services-container .tool-button.disabled,
.additional-services-container .tool-button[disabled] {
    cursor: default;
}

.additional-services-container .tool-button:active {
    background-image: none;
}

.additional-services-container .tool-button--text-img {
    width: auto;
    border: none;
    display: inline-flex;
    flex-flow: row-reverse nowrap;
    align-items: center;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
}

.additional-services-container .tool-button__img {
    display: block;
    width: 21px;
    height: 21px;
    margin-inline-start: 7px;
    background-repeat: no-repeat;
    outline: none !important;
}

.additional-services-container .tool-button__span--add {
    color: #00578F;
}

.additional-services-container .tool-button__img--add {
    background-image: url(/Content/Images/Sprites.png?v=PO74WwsPTP1UuHrZFYbyKzsiOPY&v1006);
    background-position: -79px -119px;
    margin-inline-start: 11px;
    margin-inline-end: 4px;
}

.additional-services-container .tool-button__img--cancel {
    background-image: url(/Content/Images/Sprites.png?v=PO74WwsPTP1UuHrZFYbyKzsiOPY&v1006);
    background-position: -59px -119px;
    margin-inline-start: 11px;
    margin-inline-end: 4px;
}

.additional-services-container .tool-button--secondary {
    color: #adadad;
}

.additional-services-container .tool-button--primary {
    color: #18689e;
}

.additional-services-container .tool-button--pencil,
.additional-services-container .tool-button--pencil:active {
    background-image: url(/Content/Images/my-account-edit-booking.png?v=PO74WwsPTP1UuHrZFYbyKzsiOPY&v=3);
}

.additional-services-container .disabled.tool-button--pencil,
.additional-services-container .disabled.tool-button--pencil:active {
    background-image: url(/Content/Images/my-account-edit-booking-not-active.png?v=PO74WwsPTP1UuHrZFYbyKzsiOPY&v=3);
}

.additional-services-container .tool-button--restore,
.additional-services-container .tool-button--restore:active {
    background-image: url(/Content/Images/my-account-restore-booking.png?v=PO74WwsPTP1UuHrZFYbyKzsiOPY&v=3);
}

.additional-services-container .disabled.tool-button--restore,
.additional-services-container .disabled.tool-button--restore:active {
    background-image: url(/Content/Images/my-account-restore-booking-not-active.png?v=PO74WwsPTP1UuHrZFYbyKzsiOPY&v=3);
}

.additional-services-container .tool-button--trash,
.additional-services-container .tool-button--trash:active {
    background-image: url(/Content/Images/my-account-delete-booking.png?v=PO74WwsPTP1UuHrZFYbyKzsiOPY&v=3);
}

.additional-services-container .disabled.tool-button--trash,
.additional-services-container .disabled.tool-button--trash:active {
    background-image: url(/Content/Images/my-account-delete-booking-not-active.png?v=PO74WwsPTP1UuHrZFYbyKzsiOPY&v=3);
}

.additional-services-container {
    background-color: #fff;
    border: 1px solid #c5c6c8;
}

.additional-services-container ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.additional-services-container .service__header {
    color: #596775;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: flex-end;
    background-color: #f3f4f6;
    min-height: 26px;
    padding: 6px 0;
}

.additional-services-container .service__header .service-title {
    margin: 0 auto 0 9px;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    font-size: 12px;
    padding: 0;
    flex: 1 1 auto;
}

.additional-services-container.service-meal .service__header .service-title:before {
    content: '';
    display: inline-block;
    background: url("/Content/Images/additional-service-meal-selection.svg?v=PO74WwsPTP1UuHrZFYbyKzsiOPY") center center / 15px no-repeat;
    width: 15px;
    height: 15px;
    vertical-align: bottom;
    margin-inline-end: 10px;
}

.meal-list-table-title {
    margin-bottom: 12px;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    font-size: 13px;
    color: #596775;
    margin-top: 15px;
}

.additional-services-container .meal-list {
    padding: 0;
}

.additional-services-container .meal-list__item {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    list-style-type: none;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    border-top: 1px dashed #e3e3e3;
    padding: 7.3px 8px;
}

.additional-services-container .meal-list__item .meal-status {
    flex: 0 0 auto;
    width: 16px;
    height: 16px;
    background-image: url(/Content/Images/confirmation-status-icons.png?v=PO74WwsPTP1UuHrZFYbyKzsiOPY);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    margin-inline-end: 12px;
}

.additional-services-container .meal-list__item .meal-status.active {
    background-position: -16px -16px;
}

.additional-services-container .meal-list__item .meal-status.cancelled {
    background-position: -47px -17px;
}

.additional-services-container .meal-list__item .meal-status.rejected {
    background-position: -32px -17px;
}

.additional-services-container .meal-list__item .meal-picture {
    width: 23px;
    height: 23px;
    border-radius: 4px;
    flex: 0 0 auto;
    margin-inline-end: 7px !important;
}

.additional-services-container .meal-list__item .meal-name {
    flex: 1 0 500px;
    margin: 0;
    color: #18689e;
    text-decoration: none;
}

.additional-services-container .meal-list__item a {
    text-decoration: inherit;
    color: inherit;
}

.additional-services-container .meal-list__item a:active, .meal-list__item a:visited {
    text-decoration: inherit;
    color: inherit;
}

.additional-services-container .meal-list__item .meal-quantity {
    flex: 0 0 40px;
    text-align: end;
    margin-inline-start: auto;
}

.additional-services-container .meal-list__item .meal-row-dynamic {
    flex: 0 0 170px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-end;
    justify-self: right;
}

.additional-services-container .meal-list__item .meal-price {
    text-align: end;
    color: #000;
}

.additional-services-container .meal-list__item .meal-controls {
    margin-inline-start: 10px;
    text-align: end;
}

.additional-services-container .meal-list__item .fpr-currency {
    border: 1px solid #ffe8e8;
    background-color: #fffbfb;
    border-radius: 3px;
    padding: 7px;
    overflow: hidden;
    color: rgb(89, 103, 117);
    font-size: 11px;
}

.additional-services-container .meal-list__item .meal-price .tariff-currency {
    color: #596775;
}

.additional-services-container .person-list {
    border-top: 1px solid #c5c6c8;
}

.additional-services-container .person-list__item {
    border-bottom: 1px solid #e3e3e3;
}

.additional-services-container .person-list__item:last-child {
    border-bottom: none;
}

.additional-services-container .person__header {
    display: flex;
    align-items: center;
    padding: 4px 0;
    min-height: 26px;
}

.additional-services-container .person__header .person-title {
    margin: 0 auto 0 7px;
    text-transform: uppercase;
    font-size: 12px;
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
}

.additional-services-container .person__header .person-title::before {
    content: '';
    display: inline-block;
    background-image: url(/Content/Images/user.png?v=PO74WwsPTP1UuHrZFYbyKzsiOPY);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 16px;
    height: 16px;
    vertical-align: bottom;
    margin-inline-end: 8px;
}

.additional-services-container .flight-list {
    border-top: 1px solid #c5c6c8;
}

.additional-services-container .flight-list.flight-list--collapsed {
    display: none;
}

.additional-services-container .flight-list__item {
    border-bottom: 1px solid #c5c6c8;
}

.additional-services-container .flight-list__item:last-child {
    border-bottom: none;
}

.additional-services-container .flight__header {
    color: #596775;
    background-color: #f8f8f8;
    padding: 6px 0;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-end;
    align-items: center;
    height: 26px;
}

.additional-services-container .flight__header .flight-title {
    margin: 0 auto 0 9px;
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
    font-size: 12px;
    flex: 1 1 auto;
}

.additional-services-container .flight__header .flight-base-meal-text {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 11px;
    opacity: 0.5;
    margin-inline-end: 10px;
    letter-spacing: .7px;
}

.pgs-date-picker__date-icon {
    content: '';
    display: inline-block;
    width: 14px;
    height: 12px;
    margin-inline-end: 6px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg' color='%230D77DC'%3E %3Cmask id='a' fill='%2361788E'%3E %3Crect y='2' width='16' height='14' rx='1'/%3E %3C/mask%3E %3Crect y='2' width='16' height='14' rx='1' stroke='currentColor' stroke-width='4' mask='url(../Content/CSS/Shared/#a)'/%3E %3Crect x='3' width='2' height='5' rx='1' fill='currentColor'/%3E %3Crect x='11' width='2' height='5' rx='1' fill='currentColor'/%3E %3Cpath fill='currentColor' d='M1 7h14v1H1z'/%3E %3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 18px 16px;
    position: relative;
}

.pgs-date-picker__container {
    width: 100% !important;
}

.pgs-date-picker__container .el-input__prefix {
    right: 2px;
    left: initial;
}

.el-date-picker .el-date-table td.disabled div {
    background: white;
}

.el-date-picker .el-date-table td.available span {
    color: #333E48;
}

.el-date-picker .el-date-table td:nth-child(6).available span,
.el-date-picker .el-date-table td:nth-child(7).available span {
    color: #D96566;
}

.el-date-picker .el-date-table td:nth-child(6).prev-month span,
.el-date-picker .el-date-table td:nth-child(7).prev-month span,
.el-date-picker .el-date-table td:nth-child(6).disabled span,
.el-date-picker .el-date-table td:nth-child(7).disabled span {
    color: #D96566;
    opacity: 0.5;
}

.el-date-picker .el-date-table td.today span {
    font-weight: normal;
}

.el-date-picker .el-date-table td.today div {
    background: white;
}

.el-date-picker .el-date-table td div {
    padding: 0;
    width: 38px;
    height: 34px;
}

.el-date-picker .el-date-table td span {
    top: 9px;
    left: 45%;
    font-size: 14px;
}

.el-date-picker .el-date-table td:not(.disabled) div:hover,
.el-date-picker .el-date-table td:not(.disabled) div:hover span {
    background-color: #0D77DC;
    border-radius: 0;
    color: white !important;
}

.el-date-picker .el-date-table td.current:not(.disabled) div,
.el-date-picker .el-date-table td.current:not(.disabled) span,
.el-date-picker .el-date-table td.current:not(.disabled) div:hover,
.el-date-picker .el-date-table td.current:not(.disabled) div:hover span {
    background: #d5e9fa;
    border-radius: 0;
    color: black !important;
}

.el-date-picker .el-date-table th {
    border-bottom: none;
    text-transform: lowercase;
    color: #333E48;
}

/* Скрытие кнопок переключения года в datepicker. Другого способа не нашлось */
.el-date-picker .el-icon-d-arrow-left,
.el-date-picker .el-icon-d-arrow-right{
    display: none;
}

.el-date-picker .el-icon-arrow-left::before,
.el-date-picker .el-icon-arrow-right::before {
    content: '';
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' color='%230D77DC'%3E %3Cg fill='none' fill-rule='nonzero'%3E %3Cpath fill='currentColor' d='M8 9.586l5.293-5.293a1 1 0 0 1 1.414 1.414l-6 6a1 1 0 0 1-1.414 0l-6-6a1 1 0 1 1 1.414-1.414L8 9.586z'/%3E %3C/g%3E %3C/svg%3E");
    background-size: 16px 16px;
    display: block;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    position: relative;
}

.el-date-picker .el-icon-arrow-left::before {
    transform: rotate(90deg);
}

.el-date-picker .el-icon-arrow-right::before {
    transform: rotate(-90deg);
}

.el-date-picker .el-icon-arrow-right {
    order: 4;
    margin-inline-start: auto;
}

.el-date-picker .el-icon-arrow-left {
    order: 1;
    margin-inline-end: auto;
}

.el-date-picker .el-date-picker__header-label:first-of-type {
    font-size: 14px;
    color: #61788E;
    pointer-events: none;
    order: 3;
    position: relative;
    top: 4px;
}

.el-date-picker .el-date-picker__header-label:last-of-type {
    font-weight: bold;
    color: #333E48;
    order: 2;
    position: relative;
    top: 4px;
}

.el-date-picker .el-date-picker__header {
    height: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.el-date-picker .el-date-table th:nth-child(6),
.el-date-picker .el-date-table th:nth-child(7) {
    color: #D96566;
}

.el-date-picker .el-date-table th {
    font-size: 14px;
    text-align: center;
}

.el-date-picker .el-date-table td.next-month {
    display: none;
}

.el-date-picker .el-date-table td.prev-month {
    visibility: hidden;
}
body.old-layout .showFlightExtraMealServiceDialog .edit-meal-container * {
    box-sizing: border-box !important;
}

#showFlightExtraMeal {
    display: none;
}

.showFlightExtraMealServiceDialog {
    padding: 0 !important;
    background: white !important;
    overflow: visible !important;
}

.showFlightExtraMealServiceDialog .ui-dialog-titlebar {
    display: none;
}

.showFlightExtraMealServiceDialog .ui-widget-content {
    padding: 20px;
    overflow: visible !important;
}

.showFlightExtraMealServiceDialog .content-container {
    display: flex;
    width: 100%;
}

.showFlightExtraMealServiceDialog .image-container {
    margin-inline-end: 20px;
    position: relative;
    flex: 0 0 60%;
    max-width: 415px;
}

.showFlightExtraMealServiceDialog .image-container .meal-group {
    position: absolute;
    left: 12px;
    top: 12px;
    padding: 8px 15px;
    background: #ebf6fc;
    color: #596774;
    font-weight: bold;
    border-radius: 4px;
}

.showFlightExtraMealServiceDialog .image-container img {
    max-height: 100%;
    max-width: 100%;
    border-radius: 5px;
    width: auto;
}

.showFlightExtraMealServiceDialog .description-container {
    flex: 0 0 40%;
}

.showFlightExtraMealServiceDialog .description-container .meal-title {
     font-weight: bold;
     font-size: 16px;
     line-height: 20px;
     margin-bottom: 30px;
 }

.showFlightExtraMealServiceDialog .description-container .meal-description {
    line-height: 18px;
    margin-bottom: 26px;
    max-height: 130px;
    overflow-y: auto;
}

.showFlightExtraMealServiceDialog .description-container-inner {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.showFlightExtraMealServiceDialog .close-button-container {
    position: absolute;
    right: -50px;
    top: 0px;
    background: white;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    cursor: pointer;
}

.showFlightExtraMealServiceDialog .close-button-container .close-button {
    background-image: url(/Content/Images/close-blue.png?v=PO74WwsPTP1UuHrZFYbyKzsiOPY);
    background-size: 100%;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    left: 50%;
    margin-inline-start: -8px;
    width: 16px;
    height: 16px;
}

.showFlightExtraMealServiceDialog .edit-meal-container,
.showFlightExtraMealServiceDialog .edit-meal-container .edit-meal-empty-space {
    flex-grow: 1;
}

.showFlightExtraMealServiceDialog .edit-meal-container-inner {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.showFlightExtraMealServiceDialog .edit-meal-container .edit-buttons-container {
    display: flex;
    width: 100%;
    margin-top: 15px;
}

.showFlightExtraMealServiceDialog .edit-meal-container .spin-button-container {
    margin-inline-end: 8px;
}

.showFlightExtraMealServiceDialog .edit-meal-container .booking-currency {
    font-size: 16px;
    margin-bottom: 4px;
    font-weight: bold;
}

.showFlightExtraMealServiceDialog .edit-meal-container .tariff-currency {
    color: #727e8a;
    margin-bottom: 4px;
    font-weight: bold;
}

.showFlightExtraMealServiceDialog .edit-meal-container .tariff-currency-strike {
    margin-bottom: 10px;
    font-weight: initial;
}

.showFlightExtraMealServiceDialog .edit-meal-container .save-button {
    flex: 1;
}

.showFlightExtraMealServiceDialog .edit-meal-container .save-button button {
    background-color: #1f82c5;
    color: #fff;
    border-radius: 2px;
    padding: 12px;
    cursor: pointer;
    width: 100%;
    font-family: "Open Sans", sans-serif !important;
    font-size: 12px !important;
    border: none;
    height: 41px;
}

.showFlightExtraMealServiceDialog .edit-meal-container .save-button button[disabled] {
    opacity: 0.3;
    cursor: default !important;
}

.showFlightExtraMealServiceDialog .edit-meal-container .remove-button {
    text-align: center;
}

.showFlightExtraMealServiceDialog .edit-meal-container .remove-button button {
    color: #218ace;
    font-family: "Open Sans", sans-serif !important;
    font-size: 12px !important;
    border: none !important;
    padding: 10px;
    cursor: pointer;
    background: white;
    width: 100%;
    outline: none !important;
}

.showFlightExtraMealServiceDialog .edit-meal-container .spin-button {
    background: #edf6fd;
    color: #7b848b;
}

.showFlightExtraMealServiceDialog .edit-meal-container .spin-button .control-button {
    width: 41px;
    height: 41px;
    border-radius: 0;
    background: #edf6fd;
    font-size: 19px !important;
    border: none !important;
    outline: none !important;
    color: #148dd2;
}

.showFlightExtraMealServiceDialog .edit-meal-container .spin-button .control-button[disabled] {
    pointer-events: none;
    cursor: default;
    color: #eaeaea;
}

.showFlightExtraMealServiceDialog .popover-inner {
    border-radius: 12px !important;
    box-shadow: 1px 3px 12px 5px rgba(0,0,0,.2) !important;
}

.showFlightExtraMealServiceDialog .popover-arrow {
    display: none;
}

.showFlightExtraMealServiceDialog .edit-meal-container .spin-button .value {
    margin: 0 12px !important;
}

.showFlightExtraMealServiceDialog .edit-meal-container .edit-meal-total-left,
.showFlightExtraMealServiceDialog .edit-meal-container .edit-meal-total-right,
.showFlightExtraMealServiceDialog .edit-meal-container .edit-meal-total-block {
    display: flex;
    align-items: center;
}

.showFlightExtraMealServiceDialog .edit-meal-container .edit-meal-total-left .cancelled,
.showFlightExtraMealServiceDialog .edit-meal-container .edit-meal-total-right .cancelled,
.showFlightExtraMealServiceDialog .edit-meal-container .edit-meal-total-block .cancelled {
    color: red;
}

.showFlightExtraMealServiceDialog .edit-meal-container .edit-meal-total-block {
    margin-top: 10px;
    border-top: 1px dashed #d4d4d4;
    border-bottom: 1px dashed #d4d4d4;
    padding: 10px 0;
    font-size: 13px;
}

.showFlightExtraMealServiceDialog .edit-meal-confirm-restore-block .edit-meal-total-block {
    margin-top: 15px;
}

.showFlightExtraMealServiceDialog .edit-meal-confirm-restore-block .edit-meal-total-block + .edit-meal-total-fpr-block {
    margin-top: 10px;
    margin-bottom: 20px;
}

.showFlightExtraMealServiceDialog .edit-meal-confirm-restore-block .edit-meal-total-block + .edit-meal-confirm-restore-buttons {
    margin-top: 20px;
}

.showFlightExtraMealServiceDialog .edit-meal-container .edit-meal-price-block {
    margin-bottom: 10px;
}

.showFlightExtraMealServiceDialog .edit-meal-container .edit-meal-total-right {
    margin-inline-start: auto;
}

.showFlightExtraMealServiceDialog .edit-meal-container .edit-meal-total-price {
    width: 52px;
    text-align: end;
}

.showFlightExtraMealServiceDialog .edit-meal-container .edit-meal-total-button {
    display: flex;
    margin-inline-start: 12px;
}

.showFlightExtraMealServiceDialog .edit-meal-container .edit-meal-total-button .active {
    cursor: pointer;
}

.showFlightExtraMealServiceDialog .edit-meal-container .edit-meal-total-button .disabled {
    opacity: 0.4;
}

.showFlightExtraMealServiceDialog .edit-meal-container .edit-meal-total-status {
    width: 16px;
    height: 16px;
    background-image: url(/Content/Images/confirmation-status-icons.png?v=PO74WwsPTP1UuHrZFYbyKzsiOPY);
    background-repeat: no-repeat;
    margin-inline-end: 9px;
}

.showFlightExtraMealServiceDialog .edit-meal-container .edit-meal-total-status_active {
    background-position: -16px -16px;
}

.showFlightExtraMealServiceDialog .edit-meal-container .edit-meal-total-status_cancelled {
    background-position: -46px -16px;
}

.showFlightExtraMealServiceDialog .edit-meal-container .edit-meal-message-block,
.showFlightExtraMealServiceDialog .edit-meal-container .edit-meal-error-block {
    background: #fffbfb;
    border: 1px solid #ffeded;
    padding: 15px;
    text-align: center;
    margin-top: 15px;
    position: relative;
}

.showFlightExtraMealServiceDialog .edit-meal-container .edit-meal-message-block {
    background: #f7f7f7;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.showFlightExtraMealServiceDialog .edit-meal-container .edit-meal-error-title {
    font-weight: bold;
    color: #de5a5a;
    font-size: 13px;
    margin-bottom: 6px;
}

.showFlightExtraMealServiceDialog .edit-meal-container .edit-meal-message-text,
.showFlightExtraMealServiceDialog .edit-meal-container .edit-meal-error-text {
    line-height: 18px;
}

.showFlightExtraMealServiceDialog .edit-meal-container .edit-meal-message-close,
.showFlightExtraMealServiceDialog .edit-meal-container .edit-meal-error-close {
    position: absolute;
    top: 0;
    right: 8px;
    font-size: 23px;
    opacity: 0.1;
    cursor: pointer;
}

.showFlightExtraMealServiceDialog .edit-meal-container .edit-meal-message-close {
    top: 10px;
    right: 14px;
}

.showFlightExtraMealServiceDialog .edit-meal-container .edit-meal-confirm-restore-block,
.showFlightExtraMealServiceDialog .edit-meal-container .edit-meal-confirm-cancellation-block {
    background: #f7f7f7;
    padding: 20px 16px;
    margin-top: 10px;
    font-size: 13px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.showFlightExtraMealServiceDialog .edit-meal-container .edit-meal-confirm-restore-block {
    background-color: #f8fdff;
}

.showFlightExtraMealServiceDialog .edit-meal-container .edit-meal-confirm-restore-message {
    text-align: center;
}

.showFlightExtraMealServiceDialog .edit-meal-container .edit-meal-confirm-restore-message p,
.showFlightExtraMealServiceDialog .edit-meal-container .edit-meal-confirm-cancellation-message p {
    /*margin-bottom: 20px;*/
    line-height: 1.5;
}

.showFlightExtraMealServiceDialog .edit-meal-container .edit-meal-confirm-restore-message .v-popover,
.showFlightExtraMealServiceDialog .edit-meal-container .edit-meal-confirm-cancellation-message .v-popover {
    display: inline-block;
}

.showFlightExtraMealServiceDialog .edit-meal-container .edit-meal-total-fpr,
.showFlightExtraMealServiceDialog .edit-meal-container .edit-meal-confirm-cancellation-fpr {
    color: #208acf;
}

.showFlightExtraMealServiceDialog .edit-meal-container .edit-meal-total-price-value,
.showFlightExtraMealServiceDialog .edit-meal-container .edit-meal-total-fpr-amount,
.showFlightExtraMealServiceDialog .edit-meal-container .edit-meal-confirm-cancellation-fpr-amount {
    font-weight: bold;
    font-size: 13px;
}

.showFlightExtraMealServiceDialog .edit-meal-container .edit-meal-confirm-cancellation-buttons {
    margin-top: 20px;
    display: flex;
}

.showFlightExtraMealServiceDialog .edit-meal-container .edit-meal-confirm-restore-buttons {
    margin-top: 15px;
    display: flex;
}

.showFlightExtraMealServiceDialog .edit-meal-container .close-button {
    margin-inline-end: 5px;
    width: 94px;
}

.showFlightExtraMealServiceDialog .edit-meal-container .edit-meal-confirm-restore-buttons .close-button {
    width: 120px;
}

.showFlightExtraMealServiceDialog .edit-meal-container .close-button button {
    background-color: #fff;
    color: #1f82c5;
    border: 1px solid #1f82c5;
    border-radius: 2px;
    padding: 12px;
    cursor: pointer;
    width: 100%;
    font-family: "Open Sans", sans-serif !important;
    font-size: 12px !important;
    height: 41px;
    outline: none !important;
}

.showFlightExtraMealServiceDialog .edit-meal-container edit-meal-confirm-restore-buttons .close-button {
    width: 120px;
}

.showFlightExtraMealServiceDialog .edit-meal-container .action-button {
    flex-grow: 1;
}

.showFlightExtraMealServiceDialog .edit-meal-container .action-button button {
    background-color: #1f82c5;
    color: #fff;
    border-radius: 2px;
    padding: 12px;
    cursor: pointer;
    width: 100%;
    font-family: "Open Sans", sans-serif !important;
    font-size: 12px !important;
    border: none;
    height: 41px;
    outline: none !important;
}

.showFlightExtraMealServiceDialog .edit-meal-container .edit-meal-total-fpr-block {
    display: flex;
    margin-top: 15px;
}

.showFlightExtraMealServiceDialog .edit-meal-container .edit-meal-total-fpr-block .v-popover {
    display: inline-block;
}

.showFlightExtraMealServiceDialog .edit-meal-container .edit-meal-total-fpr-block .edit-meal-total-fpr-amount {
    margin-inline-start: auto;
}
.sprites {
    background: url("/Content/Images/Sprites.png?v=PO74WwsPTP1UuHrZFYbyKzsiOPY&v1006") no-repeat;
    display: inline-block;
    float: left;
}

.sprites.edit {
    width: 20px;
    height: 20px;
    background-position: -40px -139px;
}

.sprites.warning {
    width: 20px;
    height: 20px;
    background-position: -20px -20px;
}

.sprites.warning_red {
    width: 20px;
    height: 20px;
    background-position: 0 -20px;
}

.legend .sprites,
.sprites.HotelAttribute {
    width: 20px !important;
    height: 20px !important;
}

.sprites.BookingPaymentStatus-Partially {
    background-position: -160px -60px;
}

.sprites.BookingPaymentStatus-Paid {
    background-position: -140px -60px;
}

.sprites.BookingStatus-Request {
    background-position: -180px -60px;
}

.sprites.BookingStatus-AvailableForPayment {
    background-position: -260px -220px;
}

.sprites.BookingStatus-Confirmed {
    background-position: -241px -220px;
    background-color: #72A076;
}

.sprites.BookingStatus-Cancelled {
    background-position: -180px -20px;
}

.sprites.BookingStatus-Rejected {
    background-position: -160px -40px;
}

.sprites.AgencyUser {
    background-position: -140px -20px;
}

.sprites.Agency {
    background-position: -160px -21px
}

.sprites.Bonuses-Employee {
    background-position: -140px -20px;
}

.sprites.Bonuses-Agency {
    background-position: -160px -21px
}

.sprites.instant-confirmation {
    background-position: -60px -83px;
}

.sprites.stop-sale {
    background-position: -84px -83px;
}

.sprites.early-booking {
    background-position: -80px -40px;
}

.sprites.package-details {
    background-position: -280px -160px;
}

.sprites.price-dynamic {
    background-position: -79px -20px;
}

.sprites.outgoing-flight.many-seats {
    background-position: -300px -2px;
}

.sprites.return-flight.no-seats {
    background-position: -60px -1px;
}

.sprites.outgoing-flight.no-seats {
    background-position: -40px -1px;
}

.sprites.outgoing-flight.few-seats {
    background-position: -100px -181px;
}

.sprites.outgoing-flight.request {
    background-position: -80px -1px;
}

.sprites.asterisk {
    background-position: -68px -234px;
}

.sprites.HotelAttribute.RCM {
    background-position: -40px -20px;
}

.sprites.HotelAttribute.BEST {
    background-position: -60px -20px;
}

.sprites.HotelAttribute.EXCLUSIVE {
    background-position: -100px -20px;
}

.sprites.asterisk {
    width: 9px;
    height: 9px;
}

.sprites.date-picker-calendar {
    width: 17px;
    height: 13px;
    background-position: -101px -43px;
}

.sprites.outgoing-flight {
    width: 13px;
    height: 12px;
    background-position: -124px -4px;
}

.sprites.return-flight {
    width: 13px;
    height: 12px;
    background-position: -144px -4px;
}

.sprites.outgoing-flight.not-active {
    background-position: -164px -4px;
}

.sprites.return-flight.not-active {
    background-position: -184px -4px;
}

.sprites.attention {
    width: 20px;
    height: 20px;
    background-position: -20px -20px;
}

.sprites.package-details {
    width: 16px;
    height: 14px;
    background-position: -280px -163px;
}

.sprites.price-dynamic {
    width: 20px;
    height: 13px;
    background-position: -79px -22px;
}

.sprites.down-arrow {
    width: 10px;
    height: 5px;
    background-position: -85px -68px;
}

.sprites.auth-user {
    width: 26px;
    height: 26px;
    background-position: -133px -166px;
}

.sprites.Agency {
    width: 16px;
    height: 15px;
    background-position: -162px -22px;
}

.sprites.add-service {
    width: 18px;
    height: 18px;
    background-position: -81px -121px;
}

.sprites.booking-service {
    width: 18px;
    height: 18px;
}

.sprites.booking-service.flight {
    background-position: -301px -160px;
}

.sprites.booking-service.transfer {
    background-position: -300px -182px;
}

.sprites.booking-service.hotel {
    background-position: -281px -181px;
}

.sprites.booking-service.additional-service {
    background-position: -281px -201px;
}

.sprites.booking-service.excursion {
    background-position: -281px -201px;
}

.sprites.booking-service.insurance {
    background-position: -281px -220px;
}

.sprites.error {
    width: 14px;
    height: 14px;
    background-position: -3px -23px;
}

.sprites.collapse-rectangle {
    width: 11px;
    height: 11px;
    background-position: -170px -240px;
}

.sprites.expand-rectangle {
    width: 11px;
    height: 11px;
    background-position: -185px -240px;
}

.sprites.attach-file {
    width: 15px;
    height: 17px;
    background-position: -327px -241px;
}

.sprites.right-arrow {
    width: 12px;
    height: 12px;
    background-position: -351px -243px;
}


.sprites.left-arrow {
    width: 12px;
    height: 12px;
    background-position: -351px -243px;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

.sprites.flight-segment-availability {
    width: 18px;
    height: 18px;
}

.sprites.flight-segment-availability.available.outgoing {
    background-position: -301px -2px;
}

.sprites.flight-segment-availability.available.return {
    background-position: -22px -1px;
}

.sprites.flight-segment-availability.few-seats.outgoing {
    background-position: -101px -181px;
}

.sprites.flight-segment-availability.few-seats.return {
    background-position: -101px -201px;
}

.sprites.flight-segment-availability.request.outgoing {
    background-position: -81px -1px;
}

.sprites.flight-segment-availability.request.return {
    background-position: -101px -1px;
}

.sprites.flight-segment-availability.not-available.outgoing {
    background-position: -41px -1px;
}

.sprites.flight-segment-availability.not-available.return {
    background-position: -61px -1px;
}

.sprites.agency-user {
    width: 20px;
    height: 20px;
    background-position: -20px -120px;
}

.sprites.collapse-arrow {
    background-position: -83px -103px;
    width: 14px;
    height: 14px;
}

.sprites.new-window {
    background-position: -25px -142px;
    width: 14px;
    height: 14px;
}
.travel-document-no-provided-confirmation-dialog .message {
    padding-inline-start: 5px;
}

.travel-document-no-provided-confirmation-dialog div.checkbox input,
.travel-document-no-provided-confirmation-dialog div.checkbox label {
    vertical-align: middle;
    box-sizing: border-box!important;
}

.travel-document-no-provided-confirmation-dialog div.bottom-bar {
    margin-top: 24px;
    width: 100%;
    box-sizing: border-box!important;
    display: flex;
    justify-content: center;
}

.travel-document-no-provided-confirmation-dialog div.bottom-bar button {
    font-style: normal;
    font-weight: 600;
    font-size: 13px !important;
    background: var(--main-10);
    color: var(--white);
    border: 0;
    border-radius: 4px;
    height: 36px;
    cursor: pointer;
    user-select: none;
    padding: 0 1rem;
    width: 360px;
}

.travel-document-no-provided-confirmation-dialog div.bottom-bar button:disabled {
    background-image: none;
}

.changeServiceDialog.ui-widget-content.travel-document-no-provided-confirmation-dialog {
    overflow: visible;
    background-color: white !important;
    border: none;
    padding: 0;
    border-radius: 2px !important;
    width: 592px !important;
    height: 420px !important;
}

.travel-document-no-provided-confirmation-dialog .ui-widget-header{
    background: none;
    border: none;
}

.travel-document-no-provided-confirmation-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close .ui-button-icon,
.travel-document-no-provided-confirmation-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close .ui-button-icon:hover {
    background-image: none !important;
}

.travel-document-no-provided-confirmation-dialog div.bottom-bar button:disabled,
.travel-document-no-provided-confirmation-dialog div.bottom-bar button:disabled:hover {
    background-color: var(--main-30);
    cursor: default;
    pointer-events: none;
    color: var(--blue-5);
}

.travel-document-no-provided-confirmation-dialog .ui-dialog-title {

}

.travel-document-no-provided-confirmation-dialog .travel-document-no-provided-confirmation-dialog-content thead {
    background-color: #5c6774;
    border: 1px solid #5c6774;
    border-radius: 3px;
    font-size: 12px;
    color: white;
}

.travel-document-no-provided-confirmation-dialog .message {
    padding: 0 24px;
    text-align: center;
}

#travel-document-not-provided-confirmation-dialog {
    width: 100% !important;
    min-height: 64px;
    max-height: none;
    height: auto;
    padding: 0;
    border-radius: 3px;
}

.travel-document-no-provided-confirmation-dialog div.checkbox {
    margin-inline-end: 10px;
    cursor: pointer;
}

.travel-document-no-provided-confirmation-dialog div.checkbox label {
    cursor: pointer;
    user-select: none;
}

.travel-document-no-provided-confirmation-dialog div.checkbox input {
    cursor: pointer;
}

.travel-document-no-provided-confirmation-dialog .controls-container .warning-icon {
    text-align: center;
    padding: 40px 16px 16px;
}

.travel-document-no-provided-confirmation-dialog .controls-container .confirm-checkbox {
    padding-top: 24px;
    display: flex;
    justify-content: center;
}

.travel-document-no-provided-confirmation-dialog .controls-container input {
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.travel-document-no-provided-confirmation-dialog .controls-container .confirm-checkbox label {
    cursor: pointer;
}

.validation-summary-dialog-content {
  
}

.validation-summary-dialog-content table thead tr th,
.validation-summary-dialog-content table tbody tr td{
    padding: 5px;
    text-align: left;
}

.validation-summary-dialog-content table tr.ui-state-error td div.ui-icon {
    background-position: -32px -191px;
}

.validation-summary-dialog-content table tr.ui-state-default td div.ui-icon {
    background-position: 0 -143px;
}

.validation-summary-dialog {
    overflow: visible;
    background-color: #f3f4f6 !important;
    border: none;
    padding: 0;
    border-radius: 3px !important;
}

.validation-summary-dialog .ui-widget-header{
    background: none;
    border: none;
}

.validation-summary-dialog .ui-dialog-buttonset button {
    padding: 12px 10px;
    color: #fff;
    border: 1px solid #3d93cd;
    border-radius: 2px;
    background-color: #2b90d1;
    cursor: pointer;
    height: 48px;
    font-size: 14px !important;
    outline: none;
    background-image: none;
    font-weight: 500;
    width: 100px;
}

.validation-summary-dialog .ui-dialog-buttonset button:last-child {
    margin-right: 0;
}

.validation-summary-dialog .ui-dialog-buttonset button:hover{
    color: #fff;
    background-color: #53a6db;
    background-image: none;
}

.validation-summary-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close {
    background-image: url(/Content/Images/dialog-close-white.png?v=PO74WwsPTP1UuHrZFYbyKzsiOPY);
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    top: -25px;
    right: 15px;
    outline: none;
    width: 16px !important;
    height: 16px !important;
    border: none;
    background-color: transparent;
    overflow: hidden;
    text-indent: 100rem;
}

.validation-summary-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close .ui-button-icon,
.validation-summary-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close .ui-button-icon:hover {
    background-image: none;
}

.validation-summary-dialog .ui-dialog-title {
    font-family: "Open Sans", sans-serif;
    color: #222222;
    font-size: 16px;
    line-height: 3em;
    padding-left: 10px;
}

.validation-summary-dialog .validation-summary-dialog-content thead {
    background-color: #5c6774;
    border: 1px solid #5c6774;
    border-radius: 3px;
    font-size: 12px;
    color: white;
}

.validation-summary-dialog .ui-dialog-buttonpane {
    padding-right: 21px;
    padding-bottom: 14px;
    padding-top: 14px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.validation-summary-dialog .ui-dialog-content {
    padding-right: 21px;
    padding-left: 21px;
}
.wizard-navigation-bar {
    display: inline-block;
    width: 100%;
}

.wizard-navigation-bar ul {
    overflow: hidden;
    width: 100%;
}

.wizard-navigation-bar ul li {
    float: left;
    list-style-type: none;
}

.wizard-navigation-bar ul li span {
    padding: 10px 16px;
    height: 44px;
    float: left;
    text-align: center;
    position: relative;
    font-size: 14px;
    line-height: 24px;
    width: auto;
    border-right: none;
}

.wizard-navigation-bar ul li span:after,
.wizard-navigation-bar ul li span:before {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -23px;
    border-top: 23px solid transparent;
    border-bottom: 23px solid transparent;
    border-left: 1em solid;
    right: -1em;
    border-left-color: var(--black-5);
}

.wizard-navigation-bar ul li span:after {
    z-index: 2;
}

.wizard-navigation-bar ul li.current span:after,
.wizard-navigation-bar ul li.current span:before {
    margin-top: -22px;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
}

.wizard-navigation-bar ul li.next:not(.previous) span:after,
.wizard-navigation-bar ul li.next:not(.previous) span:before,
.wizard-navigation-bar ul li.last span:after,
.wizard-navigation-bar ul li.last span:before{
    border: none;
}

.wizard-navigation-bar ul li.next.previous span {
    padding-inline-start: 20px;
}

.wizard-navigation-bar ul li.first.previous span:before,
.wizard-navigation-bar ul li.first.previous span:after {
    margin-top: -22px;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
}

.wizard-navigation-bar ul li.first.previous span:before {
    right: -1em;
}

.wizard-navigation-bar ul li.first.previous span:after {
    right: -0.9em;
}

.wizard-navigation-bar ul li.current span {

}

.wizard-navigation-bar ul li.current {
    margin-right: 15px;
    background-color: var(--main-40);
    padding-inline-start: 10px;
}

.wizard-navigation-bar ul li.current.first {
    padding-inline-start: 0;
}

.wizard-navigation-bar ul li.current span:after {
    border-left-color: var(--main-40);
}

.wizard-navigation-bar ul li.previous span {
    background: var(--black-5);
}


* {
    margin: 0;
    padding: 0;
}

body.old-layout * {
    box-sizing: initial !important;
}

body.old-layout .pgs-dialog * {
    box-sizing: border-box !important;
}

body.old-layout .validation-summary-dialog * {
    box-sizing: border-box !important;
}

body.old-layout footer.page-footer * {
    box-sizing: border-box !important;
}

body.old-layout .page {
    min-width: 1140px !important;
}

body.old-layout .layout-container {
    padding-inline-end: 0 !important;
    padding-inline-start: 0 !important;
}

body.old-layout .page-header__mobile-wrapper {
    display: none !important;
}

body.old-layout .page-header__desktop-wrapper {
    display: block !important;
}

body.old-layout .container-fluid,
body.old-layout .container-xl.container-xl,
body.old-layout .container-lg.container-lg,
body.old-layout .container-md.container-md,
body.old-layout .container-sm.container-sm,
body.old-layout .container-xs.container-xs {
    box-sizing: border-box !important;
}

/* Хак: решение проблемы с большими размерами шрифта в мобильной версии в хроме */
@media screen and (max-device-width: 480px) {
    body {
        -webkit-text-size-adjust: none;
    }
}

html {
    margin: 0;
    padding: 0;
    height: 100% !important;
    background: #e1e1e1;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
}

/*.rtl,*/
/*[dir="rtl"] {*/
/*    text-align: right;*/
/*    direction: rtl;*/
/*}*/

.busy-indicator {
    overflow: hidden !important;
}

.ui-dialog.busy-indicator__wrapper .ui-dialog-content.busy-indicator {
    background: transparent;
}

body.old-layout {
    font-family: "Open Sans", Roboto, sans-serif;
    font-size: 12px;
}

label {
    margin-bottom: 0 !important;
}

.dotted {
    text-decoration: none;
    border-bottom: 1px dotted;
}

.no-wrap {
    white-space: nowrap;
}

a, a:visited {
    color: #0d77dc;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a.selectBox:hover {
    color: #000;
}

.italic {
    font-style: italic;
}

.bold {
    font-weight: 600 !important;
}

.left {
    float: left !important;
}

.right {
    float: right !important;
}

.display-none {
    display: none !important;
}

.hidden {
    visibility: hidden !important;
}

.visible {
    visibility: visible !important;
}

div.inline-block {
    display: inline-block !important;
}

.display-flex {
    display: flex;
}

/* Styles */
.layout-container {
    width: 1128px;
    margin: 0 auto;
}

.pegasys-content__wrapper {
    margin-top: 20px;
}

.pegasys-content-header__title {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    margin-top: 20px;
    padding: 0 16px;
}

.pegasys-content-header__title > h2 {
    font-size: 28px;
    font-weight: 600;
    line-height: 44px;
    color: #333E48;
    margin: 0;
}

.pegasys-content-header__title.mobile > h2 {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
}

.page {
    /*position: relative;*/
    /*min-height: 100%;*/
    background: #F2F4F6;
}

.main-container {
    min-height: calc(100vh - 166px - 388px);
}

@media (min-width: 1200px) {
    .page {
        min-width: 1180px;
    }
}

.page_print {
    padding-bottom: 20px;
    background-color: white;
}

.page-header {
    padding: 0;
    font-size: 13px;
    line-height: 20px;
    border-bottom: 1px solid #D5EAFE;
    background: #F2F4F6;
    outline: none;
}

.page-header * {
    outline: inherit;
}

.page-header__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 4px;
}

.page-header__link {
    display: inline-block;
    padding: 8px 16px;
    color: #61788E;
    text-decoration: none;
    -webkit-transition: color .3s;
    transition: color .3s;
}

.page-header__link:hover {
    color: #0056b3 !important;
    text-decoration: none;
}

.page-header__link:visited {
    color: #333E48;
}

.page-header__link_active {
    background: white;
}

.page-header__top-right {
    margin-inline-start: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #61788E;
}

.page-header__currency-rate {
    font-weight: bold;
    color: #343f4a;
    margin-inline-start: 10px;
}

.page-header__separator {
    display: block;
    width: 1px;
    height: 20px;
    margin: 0 10px;
    background: #DEE3E7;
}

.page-header__main {
    background: white;
}

.page-header__nav {
    height: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.page-header__nav-item {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-inline-start: 40px;
}

.page-header__nav-item:first-child {
    margin-inline-start: 0;
}

.page-header__nav-link:visited {
    color: #61788E;
}

.page-header__nav-link {
    font-size: 13px;
    line-height: 20px;
    font-weight: 700;
    color: #61788E;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: color .3s;
    transition: color .3s;
}

.page-header__controls {
    border-bottom: 1px solid #DEE3E7;
    padding-top: 4px;
}

.page-header__controls-inner {
    padding-top: 9px;
    padding-bottom: 9px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.page-header__home {
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 208px;
    height: 68px;
    margin-inline-end: 15px;
}

.page-header__home img {
    display: block;
    max-width: 100%;
    height: auto;
    min-height: 100%;
}

.page-header__contacts,
.page-header__location {
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 0 16px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.page-header__all-contacts {
    padding-inline-start: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.page-header__all-contacts::before,
.page-header__contacts::before,
.page-header__location::before {
    content: '';
    display: block;
    width: 1px;
    height: 36px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #DEE3E7;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.page-header__location-label {
    display: block;
    max-width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #61788E;
    font-size: 12px;
}

.page-header__all-contacts-link,
.page-header__all-contacts-link:hover,
.page-header__all-contacts-link:focus,
.page-header__location-control {
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    background: none;
    position: relative;
    padding-inline-end: 17px;
    font-size: 13px;
    font-weight: 600;
    line-height: 20px;
    text-align: start;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #0D77DC;
    -webkit-transition: color .3s, background .3s, -webkit-transform .3s;
    transition: color .3s, background .3s, -webkit-transform .3s;
    transition: color .3s, background .3s, transform .3s;
    transition: color .3s, background .3s, transform .3s, -webkit-transform .3s;
    text-decoration: none;
    cursor: pointer;
    outline: none !important;
}

.page-header__location-control::after {
    content: '';
    position: absolute;
    top: 8px;
    width: 12px;
    height: 8px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' color='%230D77DC'%3E %3Cg fill='none' fill-rule='nonzero'%3E %3Cpath fill='currentColor' d='M8 9.586l5.293-5.293a1 1 0 0 1 1.414 1.414l-6 6a1 1 0 0 1-1.414 0l-6-6a1 1 0 1 1 1.414-1.414L8 9.586z'/%3E %3C/g%3E %3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px 8px;
    -webkit-transition: color .3s, background .3s, -webkit-transform .3s;
    transition: color .3s, background .3s, -webkit-transform .3s;
    transition: color .3s, background .3s, transform .3s;
    transition: color .3s, background .3s, transform .3s, -webkit-transform .3s;
    font-weight: 600;
}

.page-header__phone-number {
    font-weight: bold;
    color: #333E48;
    text-decoration: none;
}

.page-header__mail {
    font-weight: normal;
    font-size: 13px;
    line-height: 20px;
    text-decoration: none;
    color: #39444D;
}

.page-footer {
    background-color: #5c6774;
}

@media (min-width: 576px) and (max-width: 768px) {
    .page-footer__container .container {
        margin-inline-start: 1.5rem;
        margin-inline-end: 1.5rem;
    }
}

.page-footer .page-footer__top {
    border-bottom: 1px solid #6c7682;
}

.page-footer .page-footer__payment-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.page-footer .page-footer__payment-link {
    display: inline-block;
    text-decoration: none;
    color: #5C6774;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
}

.page-footer .page-footer__payment-logo {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.page-footer .page-footer__payment-logo:hover {
    -webkit-filter: none;
    filter: none;
}

.page-footer .page-footer__payment-link_with-borders {
    position: relative;
    padding: 16px 20px;
    max-width: 122px;
    border-right: 1px solid #D5EAFE;
    border-left: 1px solid #D5EAFE;
    -webkit-transition: color .3s;
    transition: color .3s;
}

.page-footer .page-footer__main {
    padding-top: 25px;
    padding-bottom: 50px;
    border-bottom: 1px solid #6c7682;
}

.page-footer .page-footer__main-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.page-footer .page-footer__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 670px;
}

.page-footer .page-footer__nav-col {
    flex: 1 1 31%;
    padding-inline-end: 10px;
    box-sizing: border-box;
}

.page-footer .page-footer__nav-list {
    margin: 0 0 25px;
    padding: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    line-height: 30px;
}

.page-footer .page-footer__nav-item {
    width: 100%;
}

.page-footer .page-footer__link {
    display: inline-block;
    color: #6B6B6B;
    font-weight: normal;
    font-size: 12px;
    line-height: 24px;
    text-decoration: none;
    -webkit-transition: color .3s;
    transition: color .3s;
}

.page-footer .page-footer__feedback-container {
    flex: 1 1 100%;
}

.page-footer .page-footer__callback {
    display: block;
    box-sizing: border-box;

    width: 194px;
    margin-inline-start: 447px;
    padding: 7px 16px;

    color: #FFFFFF;
    background-color: #0D77DC;

    border: 1px solid #0D77DC;
    border-radius: 4px;

    line-height: 20px;
    text-decoration: none;

    font-size: 12px;
    font-weight: bold;

    box-shadow: none;
    -webkit-transition: background .3s;
    transition: background .3s;

    text-align: center;
}

@media (max-width: 576px) {
    .page-footer .page-footer__callback {
        width: auto;
    }
}

.page-footer__bottom {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #D5EAFE;
}

.page-footer__bottom-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.page-footer__text {
    margin: 0;
    width: 710px;
    font-weight: normal;
    font-size: 11px;
    line-height: 15px;
    color: #9EABB9;
}

.page-footer__link:focus,
.page-footer__link:hover,
.page-footer__link:active {
    -webkit-transition: color .3s;
    transition: color .3s;
    color: #0D77DC;
}

.page-footer__right-block {
    width: 360px;
    margin-inline-start: auto;
}

.page-footer__currency-rates {
    margin-bottom: 15px;
}

.page-footer__contacts {
    margin-bottom: 20px;
}

.page-footer__header {
    margin-top: 0;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 12px;
    line-height: 20px;
    color: #5C6774;
}

.page-footer__currency-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.page-footer__currency-item:first-child {
    margin-inline-start: 0;
}

.page-footer__currency-item {
    margin-inline-start: 15px;
    font-weight: normal;
    font-size: 12px;
    line-height: 26px;
    color: #5C6774;
}

.page-footer__currency-rate-archive-link {
    text-decoration: none;
    font-weight: normal;
    font-size: 12px;
    line-height: 26px;
    color: #0D77DC;
    -webkit-transition: color .3s;
    transition: color .3s;
}

.page-footer__contacts-description {
    margin: 0;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    color: #5b6064;
    opacity: 0.6;
}

.pgs-notification__wrapper {
    margin-top: 1rem;
}

.pgs-notification__content {
    border-radius: var(--border-radius-md);
    background: var(--system-20);
    text-align: center;
    padding: 10px 16px;
}

.pgs-notification__message {
    color: var(--second-10);
    font-weight: 600;
    margin-bottom: 0;
    font-size: 0.75rem;
}

.pgs-notification__link {
    color: var(--main-10);
    text-decoration: none;
    margin-inline-start: 4px;
}

.rating-star {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' data-v-21f5376e='' data-v-34cbeed1='' height='16' width='16' viewBox='0 0 16 16' class='vue-star-rating-star' step='100'%3E%3ClinearGradient data-v-21f5376e='' id='g6sl3w' x1='0' x2='100%25' y1='0' y2='0'%3E%3Cstop data-v-21f5376e='' offset='100%25' stop-color='%23FDBD3A'%3E%3C/stop%3E%3Cstop data-v-21f5376e='' offset='100%25' stop-color='%23A9BED2'%3E%3C/stop%3E%3C/linearGradient%3E%3Cfilter data-v-21f5376e='' id='i1todj' height='130%25' width='130%25' filterUnits='userSpaceOnUse'%3E%3CfeGaussianBlur data-v-21f5376e='' stdDeviation='0' result='coloredBlur'%3E%3C/feGaussianBlur%3E%3CfeMerge data-v-21f5376e=''%3E%3CfeMergeNode data-v-21f5376e='' in='coloredBlur'%3E%3C/feMergeNode%3E%3CfeMergeNode data-v-21f5376e='' in='SourceGraphic'%3E%3C/feMergeNode%3E%3C/feMerge%3E%3C/filter%3E%3Cpolygon data-v-21f5376e='' points='7.99973878,0.000036622407,5.5278585,5.26670497,0,6.11121767,3.99986939,10.2110961,3.05562993,16,7.99973878,13.2668698,12.9438476,16,11.9996082,10.2110961,15.9998259,6.11121767,10.4719673,5.26670497,8.00008707,0.000036622407' fill='url(../Content/CSS/Shared/#g6sl3w)' stroke='transparent' filter='url(../Content/CSS/Shared/#i1todj)'%3E%3C/polygon%3E%3Cpolygon data-v-21f5376e='' points='7.99973878,0.000036622407,5.5278585,5.26670497,0,6.11121767,3.99986939,10.2110961,3.05562993,16,7.99973878,13.2668698,12.9438476,16,11.9996082,10.2110961,15.9998259,6.11121767,10.4719673,5.26670497,8.00008707,0.000036622407' fill='url(../Content/CSS/Shared/#g6sl3w)' stroke='%23999' stroke-width='0' stroke-linejoin='miter'%3E%3C/polygon%3E%3Cpolygon data-v-21f5376e='' points='7.99973878,0.000036622407,5.5278585,5.26670497,0,6.11121767,3.99986939,10.2110961,3.05562993,16,7.99973878,13.2668698,12.9438476,16,11.9996082,10.2110961,15.9998259,6.11121767,10.4719673,5.26670497,8.00008707,0.000036622407' fill='url(../Content/CSS/Shared/#g6sl3w)'%3E%3C/polygon%3E%3C/svg%3E");
    width: 16px;
    height: 16px;
}

.rating-star_disabled {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' data-v-21f5376e='' data-v-34cbeed1='' height='16' width='16' viewBox='0 0 16 16' class='vue-star-rating-star' step='100'%3E%3ClinearGradient data-v-21f5376e='' id='g6sl3w' x1='0' x2='100%25' y1='0' y2='0'%3E%3Cstop data-v-21f5376e='' offset='100%25' stop-color='%23A8C0d6'%3E%3C/stop%3E%3Cstop data-v-21f5376e='' offset='100%25' stop-color='%23A9BED2'%3E%3C/stop%3E%3C/linearGradient%3E%3Cfilter data-v-21f5376e='' id='i1todj' height='130%25' width='130%25' filterUnits='userSpaceOnUse'%3E%3CfeGaussianBlur data-v-21f5376e='' stdDeviation='0' result='coloredBlur'%3E%3C/feGaussianBlur%3E%3CfeMerge data-v-21f5376e=''%3E%3CfeMergeNode data-v-21f5376e='' in='coloredBlur'%3E%3C/feMergeNode%3E%3CfeMergeNode data-v-21f5376e='' in='SourceGraphic'%3E%3C/feMergeNode%3E%3C/feMerge%3E%3C/filter%3E%3Cpolygon data-v-21f5376e='' points='7.99973878,0.000036622407,5.5278585,5.26670497,0,6.11121767,3.99986939,10.2110961,3.05562993,16,7.99973878,13.2668698,12.9438476,16,11.9996082,10.2110961,15.9998259,6.11121767,10.4719673,5.26670497,8.00008707,0.000036622407' fill='url(../Content/CSS/Shared/#g6sl3w)' stroke='transparent' filter='url(../Content/CSS/Shared/#i1todj)'%3E%3C/polygon%3E%3Cpolygon data-v-21f5376e='' points='7.99973878,0.000036622407,5.5278585,5.26670497,0,6.11121767,3.99986939,10.2110961,3.05562993,16,7.99973878,13.2668698,12.9438476,16,11.9996082,10.2110961,15.9998259,6.11121767,10.4719673,5.26670497,8.00008707,0.000036622407' fill='url(../Content/CSS/Shared/#g6sl3w)' stroke='%23999' stroke-width='0' stroke-linejoin='miter'%3E%3C/polygon%3E%3Cpolygon data-v-21f5376e='' points='7.99973878,0.000036622407,5.5278585,5.26670497,0,6.11121767,3.99986939,10.2110961,3.05562993,16,7.99973878,13.2668698,12.9438476,16,11.9996082,10.2110961,15.9998259,6.11121767,10.4719673,5.26670497,8.00008707,0.000036622407' fill='url(../Content/CSS/Shared/#g6sl3w)'%3E%3C/polygon%3E%3C/svg%3E");
}

.tabs__wrapper {
    display: flex;
    margin-top: 20px;
    outline: none;
}

.tabs__wrapper * {
    outline: inherit;
}

.pegasys-web-module-menu-tabs__wrapper {
    margin-bottom: 20px;
    display: flex;
    gap: 5px 8px;
}

.pegasys-web-module-menu-tabs__wrapper.tabs__wrapper_mobile {
    overflow: scroll;
    margin: 10px 0;
}

.tabs__item,
.tabs__item:visited {
    font-size: 13px;
    text-decoration: none;
    padding: 5px 16px;
    border-radius: var(--border-radius-md);
    box-shadow: var(--shadow);
    background-color: var(--white);
    white-space: nowrap;
}

.tabs__item:last-child {
    margin-inline-end: 0;
}

.pegasys-web-module-menu-tabs__item {
}

.pegasys-web-module-menu-tabs__item:active {
    color: var(--white) !important;
    background-color: var(--main-10) !important;
}

#create-error-form-container {
    padding: 40px 20px;
    border-radius: var(--border-radius-lg);
    box-shadow: var(--shadow);
    background-color: var(--white);
    font-size: 16px;
    line-height: 24px;
    text-align: center;
}

#create-error-form-container.mobile {
    padding: 30px 16px;
    margin-bottom: 20px;
}

#create-error-form-container.mobile {
    font-size: 13px;
    line-height: 20px;
    text-align: center;
}

#create-error-form-container.mobile .title {
    margin-bottom: 20px;
}

.tabs__item_active {
    /*color: var(--white) !important;*/
    /*background-color: var(--main-10) !important;*/
}

.tabs__item:hover,
.tabs__item:focus,
.tabs__item:active {
    /*color: #0D77DC;*/
    /*text-decoration: none;*/
}

.web-module-menu.web-module-menu_buttons .tabs__wrapper {
    display: block;
    font-size: 0;
    white-space: nowrap;
    overflow-x: auto;
    scrollbar-width: 0;
    padding: 15px 16px;
    margin: -15px -16px;
}

.web-module-menu.web-module-menu_buttons .tabs__wrapper.tabs__wrapper_mobile {
    display: flex;
    flex-direction: row;
    gap: 8px;
}

.web-module-menu.web-module-menu_buttons .tabs__wrapper::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.web-module-menu.web-module-menu_buttons .tabs__item {
    display: inline-block;
    padding: 5px 16px;
    margin-inline-end: 8px;
    box-shadow: var(--shadow);
    background-color: var(--white);
    border-radius: var(--border-radius-md);
    font-weight: 400;
    color: var(--main-10);

    &:hover:not(.tabs__item_active) {
        box-shadow: var(--shadow-hover)!important;
    }
}

.web-module-menu.web-module-menu_buttons .tabs__wrapper.tabs__wrapper_mobile .tabs__item {
    margin-inline: 0;
}

table {
    border-collapse: collapse;
}

/* Стили легенды под формами поиска.*/
.legend {
    float: left;
    width: 100%;
}

.legend .legend-menu {
    list-style-type: none;
    float: left;
    padding: 0;
    margin: 0;
}

.legend .legend-menu li {
    height: 22px;
    margin: 0 40px 2px 0;
    text-align: start;
}

.legend .legend-menu.last-column li {
    height: 22px;
    margin: 0 0px 2px 0;
    text-align: start;
}

.legend .legend-menu hr {
    border: none;
    height: 1px;
    background-color: #cfcfcf;
    margin: 13px 40px 12px 5px;
}

.legend .legend-menu > .covid {
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    height: auto;
    max-width: 240px;
}

.legend .legend-menu > .sha-plus {
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    height: auto;
    max-width: 400px;
    margin-bottom: 4px;
}

.legend .legend-menu > .pegas-select {
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    height: auto;
    max-width: 400px;
    margin-bottom: 4px;
}

.legend .legend-menu > .pegas-comfort {
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    height: auto;
    max-width: 400px;
}

.legend .legend-menu > .covid > :nth-child(1) {
    flex: 0 0 auto;
}

.legend .legend-menu > .covid > :nth-child(2) {
    flex: 0 0 auto;
}

.legend .legend-menu > .covid .icon-hotel-attribute {
    flex: 0 0 auto;
    top: 5px;
    margin: -5px 1px 0;
}

.office-selector-dialog {
    background-color: #fff;
    width: 420px;
    padding: 16px;
    color: #333E48;
    border-radius: 4px;
}

.office-selector-dialog .pgs-dialog__close-btn {
    margin-top: -16px;
}

.office-selector-dialog h1 {
    font-size: 16px !important;
    line-height: 24px !important;
    font-weight: 700 !important;
    margin-bottom: 21px;
}

.office-selector-dialog p {
    margin: 8px 0 4px 0;
}

.office-selector-dialog .office-info-list {
    border-radius: 4px;
    background-color: #e6f1fb;
    margin-top: 16px;
    padding: 16px;
    list-style-type: none;
}

.office-selector-dialog .office-info-list__item + .office-info-list__item {
    margin-top: 0.5rem;
}

.office-selector-dialog .office-info-list__office {
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
}

.office-selector-dialog .office-info-list__office input {
    margin-top: 3px;
}

.office-selector-dialog .office-info-list__phones {
    list-style-type: none;
}

.office-selector-dialog .office-info-list__phones li + li {
    margin-top: 0.5rem;
}

.office-selector-dialog .office-info__phone {
    font-size: 13px;
    line-height: 24px;
    font-weight: 600;
    text-decoration: none;
    color: #333E48;
}

.office-selector-dialog .office-info-list__emails {
    list-style-type: none;
}

.office-selector-dialog .office-info-list__emails li + li {
    margin-top: 0.5rem;
}

.office-selector-dialog .office-info__email {
    color: #0D77DC;
    font-size: 13px;
    line-height: 22px;
}

.office-selector-dialog .office-info-list__info {
    margin-inline-start: 0.5em;
}

.office-selector-dialog .office-info-list__title {
    margin-top: 8px;
    color: #61788E;
}

.office-selector-dialog .office-info-list__office p {
    margin: 0 0 10px 0;
}

.office-selector-dialog footer {
    margin-top: 16px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-end;
}

.office-selector-dialog footer :nth-child(2) {
    margin-inline-start: 8px;
}

.login-button, .login-button:link, .login-button:visited {
    color: #333E48;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 20px;
    text-decoration: none;
    vertical-align: middle;
    margin-inline-start: 16px;
}

.login-button:hover, .login-button:active {
    color: #0D77DC;
}

.login-button__icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Ccircle%20cx%3D%228%22%20cy%3D%228%22%20r%3D%227%22%20fill%3D%22%23BBC9D6%22%20stroke%3D%22%23BBC9D6%22%20stroke-width%3D%222%22%2F%3E%0D%0A%3Ccircle%20cx%3D%228%22%20cy%3D%227%22%20r%3D%222%22%20stroke%3D%22%2396A6B6%22%2F%3E%0D%0A%3Cpath%20d%3D%22M3%2012V12C5.76142%209.23858%2010.2386%209.23858%2013%2012V12%22%20stroke%3D%22%2396A6B6%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
    background-size: 16px 16px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-top: -2px;
    margin-inline-start: 8px;
}

.submit_button {
    display: block;
    background: #0D77DC;
    border: 1px solid #0D77DC;
    color: #FFFFFF;
    border-radius: 4px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    text-align: center;
    height: 44px;
    outline: none;
    margin-top: 16px;
    cursor: pointer;
}

.submit_button-inverted {
    color: #0D77DC;
    background-color: #FFF;
}

.submit_button:enabled:hover {
    background: #0B66BD;
}

.submit_button:disabled {
    color: #C9C6CC;
    background-color: #F2F2F2;
    border-color: #F2F2F2;
    cursor: not-allowed;
}

[theme="hb"] {
    .submit_button {
        background: #049B8F;
        border: 1px solid #049B8F;
    }

    .submit_button-inverted {
        color: #049B8F;
    }

    .submit_button:enabled:hover {
        background: #049B8F;
    }
}

.submit_button-small {
    height: 36px;
}

.iata-logo {
    margin-bottom: 50px;
    width: 138px;
    height: 46px;
    background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 173.21 56.9'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:white;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3EIATA%3C/title%3E%3Cpath class='cls-1' d='M42.89,26.05a15.57,15.57,0,0,0,3.86-4.87,12.5,12.5,0,0,0-3.86-.69v5.56M42,26a14.41,14.41,0,0,1-3.89-4.82A11.67,11.67,0,0,1,42,20.49Zm.94-24.81A15,15,0,0,1,46.75,6a11.28,11.28,0,0,1-3.86.76Zm-.94,0A15,15,0,0,0,38.06,6,12.27,12.27,0,0,0,42,6.75Zm.94,18.31V14.06h5.76a15,15,0,0,1-1.45,6.3A13.77,13.77,0,0,0,42.89,19.5Zm12.55-5.44H49.65a17.68,17.68,0,0,1-1.53,6.68,15.68,15.68,0,0,1,3.43,2.16A13.3,13.3,0,0,0,55.44,14.06Zm-4.59,9.47a12.25,12.25,0,0,0-3.19-2,18.39,18.39,0,0,1-3.93,5A14.1,14.1,0,0,0,50.85,23.53Zm-8.9-4V14.06h-5.8a15.62,15.62,0,0,0,1.45,6.3A13.9,13.9,0,0,1,42,19.5ZM29.36,14.06h5.8a18.67,18.67,0,0,0,1.58,6.68,14.49,14.49,0,0,0-3.48,2.16A13.36,13.36,0,0,1,29.36,14.06ZM34,23.53a13.06,13.06,0,0,1,3.19-2,18,18,0,0,0,3.93,5A14,14,0,0,1,34,23.53ZM42.89,7.68v5.44h5.76a15.08,15.08,0,0,0-1.45-6.3A13.54,13.54,0,0,1,42.89,7.68Zm12.55,5.44H49.65a18,18,0,0,0-1.53-6.63,15.57,15.57,0,0,0,3.43-2.18A13,13,0,0,1,55.44,13.12ZM50.85,3.65a11.89,11.89,0,0,1-3.19,2,17.93,17.93,0,0,0-3.93-5A13.81,13.81,0,0,1,50.85,3.65Zm-8.9,4v5.44h-5.8a15.89,15.89,0,0,1,1.45-6.3A13.62,13.62,0,0,0,42,7.68ZM29.36,13.12h5.8a18.26,18.26,0,0,1,1.58-6.63,14,14,0,0,1-3.48-2.18A13.24,13.24,0,0,0,29.36,13.12ZM34,3.65a11.3,11.3,0,0,0,3.19,2,17.68,17.68,0,0,1,3.93-5A13.81,13.81,0,0,0,34,3.65ZM.74,17.92h26c.95,4.78,4.26,8.74,10.84,11.5a6.7,6.7,0,0,1-6,4.35H17.54c-2.16,0-3.86-1.81-4.55-3.25H27.34c.86-.16.91-.86,0-.94H13.27c-1.82,0-3.48-1.56-4.43-3.25H25.27c.83-.14.83-.83,0-.95H8.72c-1.66,0-3.19-1.94-3.81-3.25H23.08c.91-.12.91-.95,0-1H4.57C3.13,21.15,1.72,19.57.74,17.92Zm83.33,0h-26c-.95,4.78-4.27,8.74-10.85,11.5a6.7,6.7,0,0,0,6,4.35h14.1c2.16,0,3.85-1.81,4.56-3.25H57.47c-.87-.16-.91-.86,0-.94h14.1C73.36,29.58,75,28,76,26.33H59.54c-.83-.14-.83-.83,0-.95H76.09c1.66,0,3.18-1.94,3.81-3.25H61.73c-.91-.12-.91-.95,0-1H80.24C81.68,21.15,83.09,19.57,84.07,17.92ZM54.74,54.06l8.35-17h5.46l3.44,17H66.82l-.25-2H61.11l-.87,2Zm7.74-5.55H66l-.91-6.21ZM43.89,54.06l1.9-12.75H41L41.79,37H56.64l-.82,4.29h-4.6L49.35,54.06Zm-22.35,0,8.37-17h5.46l3.44,17H33.67l-.29-2H27.92l-.87,2Zm7.75-5.55h3.52l-.92-6.21ZM12.6,54.06l3.4-17h5.54l-3.39,17Z' transform='translate(-0.74 -0.66)'/%3E%3Cline class='cls-1' x1='97.04' y1='17.19' x2='97.04' y2='53.46'/%3E%3Crect class='cls-1' x='96.34' y='17.19' width='1.4' height='36.27'/%3E%3Cpath class='cls-1' d='M115.29,20.77c-.09-.5-.16-1-.23-1.48,0,.47-.11.92-.17,1.36l-1.3,7.46h2.93l-1.23-7.34M117.52,34l-.8-4.81h-3.31L112.58,34h-1.16l2.88-15.89h1.53L118.69,34Z' transform='translate(-0.74 -0.66)'/%3E%3Cpath class='cls-1' d='M125.38,32.39A2.45,2.45,0,0,1,122.79,34a2.61,2.61,0,0,1-1.48-.43c-1-.67-1-1.79-1-2.86V25.54a3.67,3.67,0,0,1,.17-1.28,2.4,2.4,0,0,1,2.42-1.57c2.6,0,2.58,2.33,2.58,3v1h-.94v-.88a4.81,4.81,0,0,0-.09-1,1.51,1.51,0,0,0-1.52-1.32,1.47,1.47,0,0,0-1.52,1.07,3.49,3.49,0,0,0-.14,1v4.84a6.93,6.93,0,0,0,.15,1.63,1.53,1.53,0,0,0,1.62,1,1.4,1.4,0,0,0,1.45-1,2.69,2.69,0,0,0,.12-.85V29.65h1v1.46a3.41,3.41,0,0,1-.14,1.28' transform='translate(-0.74 -0.66)'/%3E%3Cpath class='cls-1' d='M132.48,32.39a2.46,2.46,0,0,1-2.6,1.63,2.6,2.6,0,0,1-1.47-.43c-1-.67-1.06-1.79-1.06-2.86V25.54a3.46,3.46,0,0,1,.18-1.28A2.39,2.39,0,0,1,130,22.69c2.6,0,2.58,2.33,2.58,3v1h-.95v-.88a4.17,4.17,0,0,0-.09-1A1.51,1.51,0,0,0,130,23.52a1.49,1.49,0,0,0-1.52,1.07,3.74,3.74,0,0,0-.13,1v4.84a6.41,6.41,0,0,0,.15,1.63,1.53,1.53,0,0,0,1.61,1,1.4,1.4,0,0,0,1.46-1,2.68,2.68,0,0,0,.11-.85V29.65h1v1.46a3.69,3.69,0,0,1-.13,1.28' transform='translate(-0.74 -0.66)'/%3E%3Cpath class='cls-1' d='M137.14,24a4.08,4.08,0,0,0-1.46,2V34h-.94V22.69h.92v2a3.33,3.33,0,0,1,.67-1.05A5.26,5.26,0,0,1,138,22.4v1.28a3.48,3.48,0,0,0-.87.33' transform='translate(-0.74 -0.66)'/%3E%3Cpath class='cls-1' d='M143.45,25.56a2,2,0,0,0-.63-1.77,1.68,1.68,0,0,0-2,0,2.14,2.14,0,0,0-.65,1.86v2h3.25V25.56m.47,7.49a2.52,2.52,0,0,1-2.11.92,3.42,3.42,0,0,1-1-.13,2.3,2.3,0,0,1-1.41-1.37,3,3,0,0,1-.18-1.25V25.31a3.83,3.83,0,0,1,.13-1,2.29,2.29,0,0,1,2.42-1.63,2.44,2.44,0,0,1,2.15,1,4.64,4.64,0,0,1,.45,2.55v2.26H140.2V31.2a3.28,3.28,0,0,0,.09.8,1.47,1.47,0,0,0,1.59,1.1,1.7,1.7,0,0,0,1.12-.4,1.39,1.39,0,0,0,.32-.49,7.29,7.29,0,0,0,.15-2.18h.94v1.28a2.52,2.52,0,0,1-.49,1.74' transform='translate(-0.74 -0.66)'/%3E%3Cpath class='cls-1' d='M150.72,25.58a2.48,2.48,0,0,0-.92-1.77,1.66,1.66,0,0,0-.85-.22,1.53,1.53,0,0,0-1.45,1.14,2.61,2.61,0,0,0-.09.83V31a2.24,2.24,0,0,0,.58,1.84,1.51,1.51,0,0,0,1,.33,1.86,1.86,0,0,0,1.77-1.63v-6m.05,8.37V32.76a2.18,2.18,0,0,1-.36.52,2.11,2.11,0,0,1-1.7.76,2.18,2.18,0,0,1-1.77-.87,3.24,3.24,0,0,1-.47-2V25.54a2.85,2.85,0,0,1,1-2.45,2.08,2.08,0,0,1,1.27-.4,2.39,2.39,0,0,1,2,1V18.15h.94V34Z' transform='translate(-0.74 -0.66)'/%3E%3Cpath class='cls-1' d='M155,22.69V34h-.94V22.69Zm-.94-1.32V19.62h1v1.75Z' transform='translate(-0.74 -0.66)'/%3E%3Cpath class='cls-1' d='M158,33.59a1.25,1.25,0,0,1-.26-.91V23.59H156.5v-.9h1.19V19.78h1v2.91h1.7v.9h-1.7v8.86c0,.65.65.65.85.65a8.08,8.08,0,0,0,.85-.05V34c-1.23.09-2,.09-2.4-.36' transform='translate(-0.74 -0.66)'/%3E%3Cpath class='cls-1' d='M165.72,25.56a2,2,0,0,0-.62-1.77,1.72,1.72,0,0,0-1-.32,1.67,1.67,0,0,0-1,.32,2.11,2.11,0,0,0-.65,1.86v2h3.24V25.56m.47,7.49a2.49,2.49,0,0,1-2.1.92,3.37,3.37,0,0,1-1-.13,2.31,2.31,0,0,1-1.42-1.37,3,3,0,0,1-.17-1.25V25.31a3.83,3.83,0,0,1,.13-1,2.27,2.27,0,0,1,2.42-1.63,2.42,2.42,0,0,1,2.14,1,4.64,4.64,0,0,1,.45,2.55v2.26h-4.2V31.2a3.28,3.28,0,0,0,.09.8,1.45,1.45,0,0,0,1.59,1.1,1.7,1.7,0,0,0,1.11-.4,1.27,1.27,0,0,0,.32-.49,7,7,0,0,0,.15-2.18h.94v1.28a2.52,2.52,0,0,1-.49,1.74' transform='translate(-0.74 -0.66)'/%3E%3Cpath class='cls-1' d='M173,25.58a2.52,2.52,0,0,0-.92-1.77,1.68,1.68,0,0,0-.85-.22,1.54,1.54,0,0,0-1.46,1.14,2.93,2.93,0,0,0-.08.83V31a2.21,2.21,0,0,0,.58,1.84,1.49,1.49,0,0,0,1,.33A1.87,1.87,0,0,0,173,31.56v-6M173,34V32.76A2.28,2.28,0,0,1,171,34a2.18,2.18,0,0,1-1.77-.87,3.32,3.32,0,0,1-.47-2V25.54a2.88,2.88,0,0,1,1-2.45,2.12,2.12,0,0,1,1.28-.4,2.39,2.39,0,0,1,2,1V18.15h.94V34Z' transform='translate(-0.74 -0.66)'/%3E%3Cpath class='cls-1' d='M115.29,40.83c-.09-.49-.16-1-.23-1.47,0,.47-.11.92-.17,1.37l-1.3,7.45h2.93l-1.23-7.35M117.52,54l-.8-4.81h-3.31L112.58,54h-1.16l2.88-15.89h1.53L118.69,54Z' transform='translate(-0.74 -0.66)'/%3E%3Cpath class='cls-1' d='M124.71,45.09A1.78,1.78,0,0,0,123,43.52a1.7,1.7,0,0,0-.83.23,2.13,2.13,0,0,0-.7,2v5.19a2.17,2.17,0,0,0,.59,1.88,1.48,1.48,0,0,0,.91.27,1.74,1.74,0,0,0,1.48-.9,2.66,2.66,0,0,0,.29-.78V45.09m.79,10.79a2.6,2.6,0,0,1-2.62,1.68,2.41,2.41,0,0,1-2.24-1.14,3,3,0,0,1-.25-1.26h1a2.38,2.38,0,0,0,.15.83c.34.65,1.26.65,1.39.65a1.61,1.61,0,0,0,1.79-1.77V53a2.61,2.61,0,0,1-2,1,2.57,2.57,0,0,1-1.21-.33c-1-.63-1-1.75-1-2.78V45.2a3.53,3.53,0,0,1,.15-1.16,2.16,2.16,0,0,1,2.15-1.39,2.21,2.21,0,0,1,1.88,1v-.92h1v11.8a3.62,3.62,0,0,1-.15,1.32' transform='translate(-0.74 -0.66)'/%3E%3Cpath class='cls-1' d='M132.06,45.63a2,2,0,0,0-.63-1.77,1.7,1.7,0,0,0-1-.31,1.64,1.64,0,0,0-1,.31,2.11,2.11,0,0,0-.65,1.86v2h3.25V45.63m.47,7.5a2.53,2.53,0,0,1-2.11.91,3.42,3.42,0,0,1-1-.13,2.26,2.26,0,0,1-1.41-1.36,2.91,2.91,0,0,1-.18-1.26V45.38a3.83,3.83,0,0,1,.13-1.05,2.29,2.29,0,0,1,2.42-1.64,2.44,2.44,0,0,1,2.15,1,4.74,4.74,0,0,1,.45,2.55v2.26h-4.21v2.78a3.28,3.28,0,0,0,.09.8,1.46,1.46,0,0,0,1.59,1.1,1.73,1.73,0,0,0,1.12-.4,1.2,1.2,0,0,0,.31-.49,6.93,6.93,0,0,0,.15-2.18h1v1.28a2.62,2.62,0,0,1-.49,1.75' transform='translate(-0.74 -0.66)'/%3E%3Cpath class='cls-1' d='M139.44,54V45a4.11,4.11,0,0,0-.11-.69,1.27,1.27,0,0,0-1.27-.85,2,2,0,0,0-1.6.85,3,3,0,0,0-.29.56V54h-.94V42.76h.94v1.08a3.08,3.08,0,0,1,.43-.54,2.31,2.31,0,0,1,1.65-.67,2,2,0,0,1,2,1.43,3.18,3.18,0,0,1,.11.92v9h-.94' transform='translate(-0.74 -0.66)'/%3E%3Cpath class='cls-1' d='M143.2,53.67a1.25,1.25,0,0,1-.27-.92v-9.1h-1.18v-.89h1.18V39.85h1v2.91h1.7v.89h-1.7v8.87c0,.65.64.65.85.65s.56,0,.85,0V54c-1.23.09-2,.09-2.4-.35' transform='translate(-0.74 -0.66)'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
}

@media print {
    .layout-container {
        width: 210mm;
    }

    .page {
        padding-bottom: 0;
    }

    .non-printable {
        display: none;
    }

    .hotel-description__content-block,
    .sidebar-widget__wrapper {
        border: none !important;
        box-shadow: none !important;
    }
}

.first-letter-uppercase::first-letter {
    text-transform: uppercase;
}

/* -------------------------------------------------------- MODAL BEGIN */

.modal-mask {
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: table;
    transition: opacity 0.1s ease;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
}

.modal-mask.dark {
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-mask .modal-wrapper {
    display: table-cell;
    vertical-align: middle;
}

.modal-mask .modal-container {
    width: 300px;
    margin: 0px auto;
    padding: 0;
    background-color: #fff;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.33);
    transition: all 0.1s ease;
    font-family: inherit;
    outline: none;
}

.modal-mask .modal-container * {
    outline: unset;
}

.modal-mask .modal-header {
    position: relative;
}

.modal-mask .header-placeholder {
    height: 36px;
}

.modal-mask .modal-header .close-button {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    background: none;
    border: none;
    padding: 0;
    margin: 8px;
    cursor: pointer;
}

.modal-mask .close-button .icon {
    width: 16px;
    height: 16px;
    display: inline-block;
    top: 2px;
    left: 2px;
    position: absolute;
}

.modal-mask .close-button .icon::after {
    content: "";
    background: url(/Content/Images/close.png?v=PO74WwsPTP1UuHrZFYbyKzsiOPY);
    width: 16px;
    height: 16px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.modal-mask .modal-body {
    margin: 0;
}

.modal-mask .modal-default-button {
    float: right;
}

.modal-mask .modal-enter {
    opacity: 0;
}

.modal-mask .modal-leave-active {
    opacity: 0;
}

.modal-enter .modal-container,
.modal-leave-active .modal-container {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

/* MODAL END */


/* -------------------------------------------------------- MESSAGE DIALOG */

.message-dialog .message-dialog-title {
    font-weight: bold;
    font-size: 16px;
    text-align: center !important;
}

.message-dialog .message-dialog-title.error {
    color: #df5c5c;
}

.message-dialog .message-dialog-message {
    font-size: 14px;
    margin-inline-start: 100px;
    margin-inline-end: 100px;
    text-align: center !important;
}

.message-dialog .message-dialog-footer button {
    font-size: 14px !important;
    padding: 16px 20px !important;
    color: #2b90d1 !important;
    border: 1px solid #3d93cd !important;
    border-radius: 2px !important;
    background-color: #fff !important;
    height: unset !important;
    background-image: unset !important;
    background-repeat: unset !important;
    cursor: pointer;
}

.message-dialog .message-dialog-footer button:hover {
    color: #fff !important;
    background-color: #2b90d1 !important;
}

.message-dialog .modal-container {
    width: 550px;
}

.message-dialog .modal-body p {
    margin-top: 8px;
    margin-bottom: 8px;
}

/* MESSAGE DIALOG END */

.sidebar-widget__wrapper {
    background: #fff;
    margin-bottom: 16px;
    border-radius: 4px;
    border: 1px solid #D5EAFE;
    box-shadow: 0 2px 2px rgba(206, 211, 233, 0.4);
}

.sidebar-widget__wrapper_full-height {
    min-height: calc(100% - 2px);
}

.sidebar-widget__row {
    border-bottom: 1px solid #D5EAFE;
    padding: 12px 16px;
}

.sidebar-widget__row_header {
    color: #333E48;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    padding: 14px 16px;
    margin-bottom: 0;
}

.sidebar-widget__row_empty {
    padding: 0;
    border: none;
}

.sidebar-widget__row_center {
    text-align: center;
}

.sidebar-widget__row_pinned {
    border-right: 2px solid #00C321;
}

.sidebar-widget__row.sidebar-widget__row_center .sidebar-widget__row_header {
    padding: 0 20px;
}

.sidebar-widget__row:last-child {
    border-bottom: none;
}

.sidebar-widget__row-link {
    color: #333E48;
    font-weight: bold;
    text-decoration: none;
    display: block;
    font-size: 13px;
}

.sidebar-widget__row-link:hover,
.sidebar-widget__row-link:active,
.sidebar-widget__row-link:focus {
    color: #0b66bd;
    background: #e6f1fb;
    text-decoration: none;
}

.sidebar-widget__arrow,
.sidebar-widget__row-arrow {
    position: relative;
}

.sidebar-widget__arrow:after,
.sidebar-widget__row-arrow:after {
    content: '';
    position: absolute;
    top: calc(50% + -3px);
    right: 16px;
    width: 5px;
    height: 8px;
    background-image: url(data:image/svg+xml,%3Csvg%20width%3D%225%22%20height%3D%228%22%20viewBox%3D%220%200%205%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M0.292893%201.70711C-0.0976311%201.31658%20-0.0976311%200.683418%200.292893%200.292893C0.683418%20-0.0976311%201.31658%20-0.0976311%201.70711%200.292893L4.70711%203.29289C5.09763%203.68342%205.09763%204.31658%204.70711%204.70711L1.70711%207.70711C1.31658%208.09763%200.683418%208.09763%200.292893%207.70711C-0.0976311%207.31658%20-0.0976311%206.68342%200.292893%206.29289L2.58579%204L0.292893%201.70711Z%22%20fill%3D%22%230D77DC%22%2F%3E%0D%0A%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 5px 8px;
}

.sidebar-widget__arrow:after {
    right: -14px;
}

.sidebar-widget__row_footer {
    text-align: center;
    color: #168DFF;
    font-weight: bold;
    padding: 12px 16px 16px;
}

.sidebar-widget__row-link_bottom {
    text-align: center;
    color: #0B66BD;
    font-weight: bold;
}

.sidebar-widget__wrapper_sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 10px;
}


.busy-indicator {
    width: 120px !important;
    height: 120px !important;
    background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 21.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='20px' height='20px' viewBox='0 0 20 20' style='enable-background:new 0 0 20 20;' xml:space='preserve' fill='%235c6774'%3E %3Cpath d='M1.5,11.2c0-4.8,3.8-8.5,8.5-8.5c0.7,0,1.2-0.5,1.2-1.2S10.7,0.2,10,0.2c-5.4,0-9.8,4.4-9.8,9.8s4.4,9.8,9.8,9.8 C5.3,19.8,1.5,15.9,1.5,11.2z M10,0.2c4.7,0,8.5,3.8,8.5,8.6c0,4.8-3.8,8.5-8.5,8.5c-0.7,0-1.2,0.5-1.2,1.2c0,0.7,0.5,1.2,1.2,1.2 c5.4,0,9.8-4.4,9.8-9.8S15.4,0.2,10,0.2z'/%3E %3C/svg%3E") !important;
    background-size: contain !important;
    animation: pgs-spin 1s infinite linear;
    background-repeat: no-repeat !important;
    padding: 0 !important;
    border: none !important;
    outline: none !important;
    -webkit-appearance: none !important;
    position: absolute;
}

.busy-indicator img {
    display: none;
}

@keyframes pgs-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.busy-indicator__wrapper {
    background: none !important;
    border: none !important;
    width: 120px !important;
    z-index: 32767;
    outline: none !important;
    -webkit-appearance: none !important;
}

.pgs-dialog__draggable {
    cursor: move;
}

.pgs-label_blue {
    display: inline-block;
    background: #D1E9FF;
    border: 1px solid #0D77DC;
    border-radius: 10px;
    color: #0D77DC;
    padding: 0 5px !important;
    font-size: 11px;
    font-weight: 600;
    cursor: default;
}

.custom-select__button {
    box-shadow: none !important;
}

button,
input {
    outline: none !important;
}

.menu-toggle {
    width: 16px;
    height: 16px;
}

.menu-toggle[aria-expanded="true"] {
    background: center / contain url("/Content/Images/menu-collapse.svg?v=PO74WwsPTP1UuHrZFYbyKzsiOPY");
}

[theme="hb"] .menu-toggle[aria-expanded="true"] {
    background: center / contain url("/Content/Images/menu-collapse.hb.svg?v=PO74WwsPTP1UuHrZFYbyKzsiOPY");
}

[theme="longitours"] .menu-toggle[aria-expanded="true"] {
    background: center / contain url("/Content/Images/menu-collapse.lt.svg?v=PO74WwsPTP1UuHrZFYbyKzsiOPY");
}

.menu-toggle[aria-expanded="false"] {
    background: center / contain url("/Content/Images/menu-expand.svg?v=PO74WwsPTP1UuHrZFYbyKzsiOPY");
}

[theme="hb"] .menu-toggle[aria-expanded="false"] {
    background: center / contain url("/Content/Images/menu-expand.hb.svg?v=PO74WwsPTP1UuHrZFYbyKzsiOPY");
}

[theme="longitours"] .menu-toggle[aria-expanded="false"] {
    background: center / contain url("/Content/Images/menu-expand.lt.svg?v=PO74WwsPTP1UuHrZFYbyKzsiOPY");
}

.web-module-menu.collapsing {
    transition-duration: .1s;
}

body[data-layout="new"] {
    min-height: 100vh;
    display: flex;
    flex-flow: column nowrap;
}

body[data-layout="new"] > header {
    flex: 0 0 auto;
}

body[data-controller="desktop"] > section[role="main"] {
    flex: 1 1 0;
    width: 1128px;
    margin: 20px auto;
    position: relative;
}

body[data-controller="mobile"] > section[role="main"] {
    padding: 0 16px;
}

body[data-layout="new"] > footer {
    flex: 0 0 auto;
}

.package-search-result-list__loading,
.hotel-search-result-list__loading {
    background: url("/Content/Images/loading-3dots.gif?v=PO74WwsPTP1UuHrZFYbyKzsiOPY") no-repeat;
}

body[theme="longitours"] .package-search-result-list__loading,
body[theme="longitours"] .hotel-search-result-list__loading {
    background: url("/Content/Images/loading-3dots_longitours.gif?v=PO74WwsPTP1UuHrZFYbyKzsiOPY") no-repeat;
}

.page-footer__social-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.page-footer__social-item:first-child {
    margin-inline-start: 0;
}

.page-footer__social-item {
    margin-inline-start: 7px;
}

.page-footer__social-link {
    display: block;
    position: relative;
    width: 31px;
    height: 31px;
    border-radius: 50%;
}

.page-footer__social-link::after,
.page-footer__social-link::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transition: background, opacity .3s;
    transition: background, opacity .3s;
}

.page-footer__social-link::after {
    background-color: #ffffff;
    opacity: 1;
    z-index: 1;
}

.page-footer__social-link::before {
    opacity: 0;
    z-index: 0;
}

.page-footer__social-link:hover::after {
    opacity: 0;
}

.page-footer__social-link:hover::before {
    opacity: 1;
}

.page-footer__social-link_vkontakte::after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 23 14' xmlns='http://www.w3.org/2000/svg' fill='%235c6774'%3E %3Cpath d='M11.12 13.224h1.293s.394-.042.587-.26c.185-.201.176-.57.176-.57s-.025-1.736.78-1.987c.798-.252 1.813 1.677 2.895 2.415.814.561 1.435.436 1.435.436l2.895-.042s1.51-.092.797-1.283c-.059-.1-.42-.88-2.148-2.482-1.812-1.686-1.569-1.409.613-4.319 1.325-1.769 1.862-2.85 1.694-3.312-.159-.444-1.132-.327-1.132-.327l-3.256.017s-.243-.034-.42.076c-.176.1-.285.352-.285.352s-.511 1.367-1.2 2.532c-1.451 2.457-2.03 2.591-2.265 2.44-.554-.352-.411-1.434-.411-2.197 0-2.381.36-3.379-.705-3.63-.352-.084-.612-.143-1.519-.152-1.157-.008-2.147 0-2.701.277-.37.185-.655.587-.479.612.219.025.705.134.957.487.336.452.319 1.475.319 1.475s.193 2.81-.445 3.153c-.436.243-1.04-.251-2.332-2.482-.663-1.14-1.158-2.406-1.158-2.406s-.093-.235-.269-.36c-.21-.152-.503-.202-.503-.202l-3.096.017s-.462.016-.638.218c-.151.176-.008.553-.008.553s2.424 5.66 5.16 8.52c2.517 2.607 5.37 2.431 5.37 2.431' fill-rule='evenodd'/%3E %3C/svg%3E");
    background-size: 17px;
}

.page-footer__social-link_vkontakte::before {
    background-color: #4680C2;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 23 14' xmlns='http://www.w3.org/2000/svg' fill='%23ffffff'%3E %3Cpath d='M11.12 13.224h1.293s.394-.042.587-.26c.185-.201.176-.57.176-.57s-.025-1.736.78-1.987c.798-.252 1.813 1.677 2.895 2.415.814.561 1.435.436 1.435.436l2.895-.042s1.51-.092.797-1.283c-.059-.1-.42-.88-2.148-2.482-1.812-1.686-1.569-1.409.613-4.319 1.325-1.769 1.862-2.85 1.694-3.312-.159-.444-1.132-.327-1.132-.327l-3.256.017s-.243-.034-.42.076c-.176.1-.285.352-.285.352s-.511 1.367-1.2 2.532c-1.451 2.457-2.03 2.591-2.265 2.44-.554-.352-.411-1.434-.411-2.197 0-2.381.36-3.379-.705-3.63-.352-.084-.612-.143-1.519-.152-1.157-.008-2.147 0-2.701.277-.37.185-.655.587-.479.612.219.025.705.134.957.487.336.452.319 1.475.319 1.475s.193 2.81-.445 3.153c-.436.243-1.04-.251-2.332-2.482-.663-1.14-1.158-2.406-1.158-2.406s-.093-.235-.269-.36c-.21-.152-.503-.202-.503-.202l-3.096.017s-.462.016-.638.218c-.151.176-.008.553-.008.553s2.424 5.66 5.16 8.52c2.517 2.607 5.37 2.431 5.37 2.431' fill-rule='evenodd'/%3E %3C/svg%3E");
    background-size: 17px;
}

.page-footer__social-link_facebook::after {
    background-color: #ffffff;
    background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 21.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 272 272' style='enable-background:new 0 0 272 272;' xml:space='preserve' fill='%235c6774'%3E %3Cg id='XMLID_834_'%3E %3Cpath id='XMLID_835_' d='M76,143.6h29.6v121.7c0,2.4,1.9,4.3,4.3,4.3h50.1c2.4,0,4.3-1.9,4.3-4.3V144.2h34c2.2,0,4.1-1.7,4.3-3.8 l5.1-44.8c0.2-1.2-0.3-2.4-1-3.4c-0.8-1-2-1.5-3.2-1.5h-39.1V62.6c0-8.4,4.5-12.8,13.6-12.8c1.3,0,25.6,0,25.6,0 c2.4,0,4.3-1.9,4.3-4.3V4.3c0-2.4-1.9-4.3-4.3-4.3h-35.2c-0.3,0-0.8,0-1.7,0c-6.1,0-27.4,1.2-44.2,16.7 c-18.6,17.1-16,37.7-15.4,41.2v32.9H76c-2.4,0-4.3,1.9-4.3,4.3v44.2C71.7,141.7,73.6,143.6,76,143.6z'/%3E %3C/g%3E %3C/svg%3E");
    background-size: 17px;
}

.page-footer__social-link_facebook::before {
    background-color: #4680C2;
    background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 21.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 272 272' style='enable-background:new 0 0 272 272;' xml:space='preserve' fill='%23ffffff'%3E %3Cg id='XMLID_834_'%3E %3Cpath id='XMLID_835_' d='M76,143.6h29.6v121.7c0,2.4,1.9,4.3,4.3,4.3h50.1c2.4,0,4.3-1.9,4.3-4.3V144.2h34c2.2,0,4.1-1.7,4.3-3.8 l5.1-44.8c0.2-1.2-0.3-2.4-1-3.4c-0.8-1-2-1.5-3.2-1.5h-39.1V62.6c0-8.4,4.5-12.8,13.6-12.8c1.3,0,25.6,0,25.6,0 c2.4,0,4.3-1.9,4.3-4.3V4.3c0-2.4-1.9-4.3-4.3-4.3h-35.2c-0.3,0-0.8,0-1.7,0c-6.1,0-27.4,1.2-44.2,16.7 c-18.6,17.1-16,37.7-15.4,41.2v32.9H76c-2.4,0-4.3,1.9-4.3,4.3v44.2C71.7,141.7,73.6,143.6,76,143.6z'/%3E %3C/g%3E %3C/svg%3E");
    background-size: 17px;
}

.page-footer__social-link_telegram::after {
    background-color: rgba(13, 119, 220, .1);
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2232px%22%20height%3D%2232px%22%20viewBox%3D%220%200%2032%2032%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Cg%20id%3D%22telegram%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-8%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Ccircle%20id%3D%22Oval-Copy-5%22%20fill%3D%22%230D77DC%22%20opacity%3D%220.088936942%22%20cx%3D%2216%22%20cy%3D%2216%22%20r%3D%2216%22%3E%3C%2Fcircle%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M7.12626991%2C14.9792775%20C12.2699323%2C12.717365%2018.9257873%2C9.95967076%2019.8448766%2C9.57790407%20C22.2548185%2C8.57898467%2022.994358%2C8.77023581%2022.625692%2C10.9828643%20C22.3607824%2C12.5731911%2021.5969596%2C17.8377465%2020.9876674%2C21.1147611%20C20.62636%2C23.0581669%2019.8154422%2C23.2884039%2018.5409324%2C22.4476344%20C17.9279609%2C22.0430647%2014.833669%2C19.9974131%2014.1618287%2C19.5170786%20C13.5488572%2C19.0794077%2012.7033539%2C18.5527315%2013.7637284%2C17.5155618%20C14.1412246%2C17.1463%2016.6144506%2C14.7850841%2018.5416683%2C12.947602%20C18.7940683%2C12.7063313%2018.4769126%2C12.309853%2018.185512%2C12.5033109%20C15.5879257%2C14.2253067%2011.9866261%2C16.6152103%2011.5281853%2C16.9263612%20C10.8357409%2C17.3963977%2010.1705233%2C17.611923%208.97695816%2C17.2691421%20C8.07479363%2C17.0102175%207.19396904%2C16.7012734%206.85105822%2C16.5835803%20C5.53018926%2C16.1304623%205.84366568%2C15.5434684%207.12626991%2C14.9792775%20Z%22%20id%3D%22Path%22%20fill%3D%22%235C6774%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
    background-size: 17px;
}

.page-footer__social-link_telegram::before {
    background-color: #4680C2;
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2232px%22%20height%3D%2233px%22%20viewBox%3D%220%200%2032%2033%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Cg%20id%3D%22telegram%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-9%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Ccircle%20id%3D%22Oval-Copy-6%22%20fill%3D%22%2329B6F6%22%20cx%3D%2216%22%20cy%3D%2216.9094037%22%20r%3D%2216%22%3E%3C%2Fcircle%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M7.12626991%2C15.8886812%20C12.2699323%2C13.6267688%2018.9257873%2C10.8690745%2019.8448766%2C10.4873078%20C22.2548185%2C9.48838838%2022.994358%2C9.67963952%2022.625692%2C11.8922681%20C22.3607824%2C13.4825948%2021.5969596%2C18.7471502%2020.9876674%2C22.0241648%20C20.62636%2C23.9675706%2019.8154422%2C24.1978076%2018.5409324%2C23.3570382%20C17.9279609%2C22.9524684%2014.833669%2C20.9068169%2014.1618287%2C20.4264823%20C13.5488572%2C19.9888114%2012.7033539%2C19.4621352%2013.7637284%2C18.4249656%20C14.1412246%2C18.0557038%2016.6144506%2C15.6944878%2018.5416683%2C13.8570057%20C18.7940683%2C13.615735%2018.4769126%2C13.2192567%2018.185512%2C13.4127146%20C15.5879257%2C15.1347104%2011.9866261%2C17.5246141%2011.5281853%2C17.8357649%20C10.8357409%2C18.3058014%2010.1705233%2C18.5213267%208.97695816%2C18.1785458%20C8.07479363%2C17.9196212%207.19396904%2C17.6106771%206.85105822%2C17.4929841%20C5.53018926%2C17.039866%205.84366568%2C16.4528721%207.12626991%2C15.8886812%20Z%22%20id%3D%22Path-Copy-9%22%20fill%3D%22%23FFFFFF%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
    background-size: 17px;
}

.page-footer__social-link-helper {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    opacity: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(88, 81, 219, 1)), color-stop(77%, rgba(225, 48, 108, 1)), to(rgba(252, 175, 69, 1)));
    background: linear-gradient(180deg, rgba(88, 81, 219, 1) 0%, rgba(225, 48, 108, 1) 77%, rgba(252, 175, 69, 1) 100%);
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}

.page-footer__social-link_instagram {
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
    background: linear-gradient(180deg, #fff 0%, #fff 100%);
    z-index: 0;
}

.page-footer__social-link_instagram:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(88, 81, 219, 1)), color-stop(77%, rgba(225, 48, 108, 1)), to(rgba(252, 175, 69, 1)));
    background: linear-gradient(180deg, rgba(88, 81, 219, 1) 0%, rgba(225, 48, 108, 1) 77%, rgba(252, 175, 69, 1) 100%);
}

.page-footer__social-link_instagram::after {
    width: 16px;
    height: 16px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 23 23' xmlns='http://www.w3.org/2000/svg' fill='%235c6774'%3E %3Cpath d='M6.89.586C5.74.64 4.953.822 4.265 1.09a5.302 5.302 0 0 0-1.917 1.248 5.294 5.294 0 0 0-1.249 1.915C.83 4.941.648 5.727.595 6.878.542 8.032.53 8.4.53 11.338c0 2.938.012 3.306.065 4.46.052 1.151.235 1.937.503 2.625a5.29 5.29 0 0 0 1.249 1.916 5.305 5.305 0 0 0 1.917 1.248c.688.268 1.475.45 2.627.503 1.155.052 1.523.065 4.462.065 2.94 0 3.309-.013 4.463-.065 1.152-.053 1.939-.235 2.628-.503a5.31 5.31 0 0 0 1.917-1.248 5.303 5.303 0 0 0 1.248-1.916c.267-.688.45-1.474.503-2.625.053-1.154.065-1.522.065-4.46 0-2.938-.012-3.306-.065-4.46-.052-1.151-.236-1.937-.503-2.626a5.306 5.306 0 0 0-1.248-1.915 5.307 5.307 0 0 0-1.917-1.248c-.689-.267-1.476-.45-2.628-.503-1.154-.052-1.523-.065-4.463-.065-2.94 0-3.307.013-4.462.065m.089 19.557c-1.055-.048-1.629-.224-2.01-.372a3.357 3.357 0 0 1-1.244-.81 3.35 3.35 0 0 1-.81-1.243c-.148-.382-.325-.954-.373-2.01-.052-1.14-.063-1.482-.063-4.37s.011-3.23.063-4.371c.048-1.055.225-1.627.373-2.009.196-.504.43-.865.81-1.243a3.35 3.35 0 0 1 1.244-.81c.381-.147.955-.324 2.01-.372 1.141-.052 1.484-.063 4.373-.063 2.89 0 3.233.011 4.374.063 1.055.048 1.629.225 2.01.373.505.196.866.43 1.245.809.378.378.613.739.81 1.243.147.382.324.954.372 2.009.052 1.14.063 1.483.063 4.371 0 2.888-.01 3.23-.063 4.37-.048 1.056-.225 1.628-.373 2.01a3.35 3.35 0 0 1-.81 1.243c-.378.379-.739.613-1.244.81-.381.148-.955.324-2.01.372-1.14.052-1.483.063-4.374.063-2.89 0-3.232-.011-4.373-.063m8.852-14.58a1.299 1.299 0 1 0 2.598 0 1.299 1.299 0 0 0-2.598 0M5.795 11.339a5.556 5.556 0 0 0 5.558 5.554 5.556 5.556 0 0 0 5.558-5.554 5.556 5.556 0 0 0-5.558-5.555 5.556 5.556 0 0 0-5.558 5.555m1.95 0a3.607 3.607 0 0 1 3.608-3.606 3.607 3.607 0 1 1-3.607 3.606' fill-rule='evenodd'/%3E %3C/svg%3E");
    border-radius: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}

.page-footer__social-link_instagram::before {
    width: 16px;
    height: 16px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 23 23' xmlns='http://www.w3.org/2000/svg' fill='%23ffffff'%3E %3Cpath d='M6.89.586C5.74.64 4.953.822 4.265 1.09a5.302 5.302 0 0 0-1.917 1.248 5.294 5.294 0 0 0-1.249 1.915C.83 4.941.648 5.727.595 6.878.542 8.032.53 8.4.53 11.338c0 2.938.012 3.306.065 4.46.052 1.151.235 1.937.503 2.625a5.29 5.29 0 0 0 1.249 1.916 5.305 5.305 0 0 0 1.917 1.248c.688.268 1.475.45 2.627.503 1.155.052 1.523.065 4.462.065 2.94 0 3.309-.013 4.463-.065 1.152-.053 1.939-.235 2.628-.503a5.31 5.31 0 0 0 1.917-1.248 5.303 5.303 0 0 0 1.248-1.916c.267-.688.45-1.474.503-2.625.053-1.154.065-1.522.065-4.46 0-2.938-.012-3.306-.065-4.46-.052-1.151-.236-1.937-.503-2.626a5.306 5.306 0 0 0-1.248-1.915 5.307 5.307 0 0 0-1.917-1.248c-.689-.267-1.476-.45-2.628-.503-1.154-.052-1.523-.065-4.463-.065-2.94 0-3.307.013-4.462.065m.089 19.557c-1.055-.048-1.629-.224-2.01-.372a3.357 3.357 0 0 1-1.244-.81 3.35 3.35 0 0 1-.81-1.243c-.148-.382-.325-.954-.373-2.01-.052-1.14-.063-1.482-.063-4.37s.011-3.23.063-4.371c.048-1.055.225-1.627.373-2.009.196-.504.43-.865.81-1.243a3.35 3.35 0 0 1 1.244-.81c.381-.147.955-.324 2.01-.372 1.141-.052 1.484-.063 4.373-.063 2.89 0 3.233.011 4.374.063 1.055.048 1.629.225 2.01.373.505.196.866.43 1.245.809.378.378.613.739.81 1.243.147.382.324.954.372 2.009.052 1.14.063 1.483.063 4.371 0 2.888-.01 3.23-.063 4.37-.048 1.056-.225 1.628-.373 2.01a3.35 3.35 0 0 1-.81 1.243c-.378.379-.739.613-1.244.81-.381.148-.955.324-2.01.372-1.14.052-1.483.063-4.374.063-2.89 0-3.232-.011-4.373-.063m8.852-14.58a1.299 1.299 0 1 0 2.598 0 1.299 1.299 0 0 0-2.598 0M5.795 11.339a5.556 5.556 0 0 0 5.558 5.554 5.556 5.556 0 0 0 5.558-5.554 5.556 5.556 0 0 0-5.558-5.555 5.556 5.556 0 0 0-5.558 5.555m1.95 0a3.607 3.607 0 0 1 3.608-3.606 3.607 3.607 0 1 1-3.607 3.606' fill-rule='evenodd'/%3E %3C/svg%3E");
    border-radius: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}

.page-footer__social-link_instagram:hover .page-footer__social-link-helper {
    opacity: 1;
}

.page-footer__social-link_odnoklassniki::after {
    background-color: #ffffff;
    background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 21.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 95.5 95.5' style='enable-background:new 0 0 95.5 95.5;' xml:space='preserve' fill='%235c6774'%3E %3Cg%3E %3Cg%3E %3Cpath d='M43,67.3c-7.4-0.8-14.1-2.6-19.8-7.1c-0.7-0.6-1.4-1.1-2.1-1.7c-2.5-2.4-2.8-5.2-0.8-8c1.7-2.4,4.5-3.1,7.5-1.7 c0.6,0.3,1.1,0.6,1.6,1c10.6,7.3,25.3,7.5,36,0.3c1.1-0.8,2.2-1.5,3.5-1.8c2.6-0.7,4.9,0.3,6.3,2.5c1.6,2.5,1.5,5-0.4,7 c-3,3-6.5,5.2-10.5,6.8c-3.7,1.4-7.8,2.2-11.9,2.7c0.6,0.7,0.9,1,1.3,1.4c5.5,5.5,11,11,16.5,16.6c1.9,1.9,2.3,4.2,1.2,6.4 c-1.1,2.4-3.6,4-6.1,3.8c-1.6-0.1-2.8-0.9-3.9-2c-4.1-4.2-8.4-8.3-12.4-12.5c-1.2-1.2-1.8-1-2.8,0.1c-4.2,4.3-8.4,8.5-12.7,12.7 c-1.9,1.9-4.2,2.2-6.4,1.2c-2.4-1.1-3.9-3.6-3.7-6c0.1-1.6,0.9-2.9,2-4C31,79.4,36.4,74,41.8,68.6C42.2,68.2,42.5,67.8,43,67.3z'/%3E %3Cpath d='M47.5,48.3c-13.2,0-24-11-24-24.2C23.7,10.7,34.5,0,47.8,0c13.4,0,24.1,11,24,24.5C71.8,37.7,60.9,48.4,47.5,48.3z M59.6,24.1c0-6.6-5.3-11.8-11.8-11.8c-6.6,0-11.9,5.3-11.8,11.9C36,30.8,41.2,36,47.8,36C54.4,36,59.6,30.7,59.6,24.1z'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
    background-size: 14px;
}

.page-footer__social-link_odnoklassniki::before {
    background-color: #FCAF45;
    background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 21.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 95.5 95.5' style='enable-background:new 0 0 95.5 95.5;' xml:space='preserve' fill='%23ffffff'%3E %3Cg%3E %3Cg%3E %3Cpath d='M43,67.3c-7.4-0.8-14.1-2.6-19.8-7.1c-0.7-0.6-1.4-1.1-2.1-1.7c-2.5-2.4-2.8-5.2-0.8-8c1.7-2.4,4.5-3.1,7.5-1.7 c0.6,0.3,1.1,0.6,1.6,1c10.6,7.3,25.3,7.5,36,0.3c1.1-0.8,2.2-1.5,3.5-1.8c2.6-0.7,4.9,0.3,6.3,2.5c1.6,2.5,1.5,5-0.4,7 c-3,3-6.5,5.2-10.5,6.8c-3.7,1.4-7.8,2.2-11.9,2.7c0.6,0.7,0.9,1,1.3,1.4c5.5,5.5,11,11,16.5,16.6c1.9,1.9,2.3,4.2,1.2,6.4 c-1.1,2.4-3.6,4-6.1,3.8c-1.6-0.1-2.8-0.9-3.9-2c-4.1-4.2-8.4-8.3-12.4-12.5c-1.2-1.2-1.8-1-2.8,0.1c-4.2,4.3-8.4,8.5-12.7,12.7 c-1.9,1.9-4.2,2.2-6.4,1.2c-2.4-1.1-3.9-3.6-3.7-6c0.1-1.6,0.9-2.9,2-4C31,79.4,36.4,74,41.8,68.6C42.2,68.2,42.5,67.8,43,67.3z'/%3E %3Cpath d='M47.5,48.3c-13.2,0-24-11-24-24.2C23.7,10.7,34.5,0,47.8,0c13.4,0,24.1,11,24,24.5C71.8,37.7,60.9,48.4,47.5,48.3z M59.6,24.1c0-6.6-5.3-11.8-11.8-11.8c-6.6,0-11.9,5.3-11.8,11.9C36,30.8,41.2,36,47.8,36C54.4,36,59.6,30.7,59.6,24.1z'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
    background-size: 14px;
}

.page-footer__social-link_youtube::after {
    background-color: #ffffff;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192' fill='%235c6774'%3E %3Cpath d='M180.32 53.36c-2.02-7.62-7.99-13.62-15.56-15.66C151.04 34 96 34 96 34s-55.04 0-68.76 3.7c-7.57 2.04-13.54 8.04-15.56 15.66C8 67.18 8 96 8 96s0 28.82 3.68 42.64c2.02 7.62 7.99 13.62 15.56 15.66C40.96 158 96 158 96 158s55.04 0 68.76-3.7c7.57-2.04 13.54-8.04 15.56-15.66C184 124.82 184 96 184 96s0-28.82-3.68-42.64zM78 122.17V69.83L124 96l-46 26.17z' fill-rule='evenodd'/%3E %3C/svg%3E");
    background-size: 17px;
}

.page-footer__social-link_youtube::before {
    background-color: #FF0000;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192' fill='%23ffffff'%3E %3Cpath d='M180.32 53.36c-2.02-7.62-7.99-13.62-15.56-15.66C151.04 34 96 34 96 34s-55.04 0-68.76 3.7c-7.57 2.04-13.54 8.04-15.56 15.66C8 67.18 8 96 8 96s0 28.82 3.68 42.64c2.02 7.62 7.99 13.62 15.56 15.66C40.96 158 96 158 96 158s55.04 0 68.76-3.7c7.57-2.04 13.54-8.04 15.56-15.66C184 124.82 184 96 184 96s0-28.82-3.68-42.64zM78 122.17V69.83L124 96l-46 26.17z' fill-rule='evenodd'/%3E %3C/svg%3E");
    background-size: 17px;
}

/* Используются на DynamicBooking */

body {
    --black-1: #333E48;
    --black-2: #6C879B;
    --black-3: #C4C4C4;
    --black-4: #F2F4F6;
    --black-5: #F8F9FA;
    
    --blue-1: #0D77DC;
    --blue-2: #61A7E8;
    --blue-3: #9EC9F1;
    --blue-4: #E7F2FC;
    --blue-5: #F6FBFF;
    --blue-6: magenta;
    
    --green-1: #3C9E34;
    --green-2: #54BC4B;
    --green-3: #5FC257;
    --green-4: #8BD385;
    --green-5: #C9EBC5;
    --green-6: #E9F9E7;
    
    --yellow-1: #F8B60A;
    --yellow-2: #f9c63e;
    --yellow-3: #F8D66B;
    --yellow-4: #FAE195;
    --yellow-5: #FAF2CA;
    --yellow-6: #FDFAEC;
    
    --orange-1: #FFAF52;
    --orange-2: #FFC681;
    --orange-3: #FFD59F;
    --orange-4: #FFE6C1;
    --orange-5: #FFF7E4;
    
    --red-1: #B44B10;
    --red-2: #D65C39;
    --red-3: #FA7967;
    --red-4: #FCA197;
    --red-5: #FDD0D0;
    --red-6: #FFECEC;
    
    /* todo 10734 Из системной палитры лонги. Не должны использоваться на дефолтной теме. Магента - для видимости.  */
    --red-0-1: magenta;
    --red-0-2: magenta;
    --red-0-3: magenta;
    
    /* todo 10734 Из системной палитры лонги. Не должны использоваться на дефолтной теме. Магента - для видимости.  */
    --yellow-0-1: magenta;
    --yellow-0-2: magenta;
    --yellow-0-3: magenta;
    
    
    --blue-x-1: magenta; /* #00578f */
    --blue-x-2: magenta; /* #1b5899 */
    --blue-x-3: magenta; /* #1e82c5 */
    --blue-x-4: magenta; /* #2b90d1 */
    --blue-x-5: magenta; /* #3399ff */
    --blue-x-6: magenta; /* #53a6db */
    --blue-x-7: magenta; /* #a8e7ff */
    --blue-x-8: magenta; /* #c8def4 */
    --blue-x-9: magenta; /* #d3e8f6 */
    --blue-x-10: magenta; /* #3d93cd */
    
    --black: #000000;
    --black-x-1: magenta; /* #596775 */
    --black-x-2: magenta; /* #5c6774 */
    --black-x-3: magenta; /* #666666 */
    --black-x-4: magenta; /* #879099 */
    --black-x-5: magenta; /* #888888 */
    --black-x-6: magenta; /* #8a939c */
    --black-x-7: magenta; /* #9da4ab */
    --black-x-8: magenta; /* #c0c0c0 */
    --black-x-9: magenta; /* #c5c6c8 */
    --black-x-10: magenta; /* #cccccc */
    --black-x-11: magenta; /* #cfcfcf */
    --black-x-12: magenta; /* #dfe1e4 */
    --black-x-13: magenta; /* #e8e8e8 */
    --black-x-14: magenta; /* #eeeeee */
    --black-x-15: magenta; /* #f3f4f6 */
    --black-x-16: magenta; /* #f7f7f7 */
    --black-x-17: magenta; /* #abadb3 */
    --black-x-18: magenta; /* #f3f3f3 */
    --black-x-19: magenta; /* #bbbbbb */
    --white: #ffffff;
    
    
    --red: #ff0000;
    --red-x-1: magenta; /* #db6868 */
    --red-x-2: magenta; /* #df643c */
    --red-x-3: magenta; /* #ffe8da */
    
    --orange-x-1: magenta; /* #ffa26b */
    
    --yellow-x-1: magenta; /* #fff0a6 */
}

body[theme="longitours"] {
    --black-1: #232323;
    --black-2: #979797;
    --black-3: #C0C0C0;
    --black-4: #DDDDDD;
    --black-5: #F5F5F5;
    
    --blue-1: #00AAA5;
    --blue-2: #3FB9B6;
    --blue-3: #80D0CE;
    --blue-4: #DBF2F1;
    --blue-5: #F2FAFA;
    --blue-6: #F9FDFD;
    
    --green-1: #36952E;
    --green-2: #4CAE44;
    --green-3: #5FC257;
    --green-4: #8BD385;
    --green-5: #C9EBC5;
    --green-6: #E9F9E7;
    
    --yellow-1: #F8B60A;
    --yellow-2: #f9c63e;
    --yellow-3: #F9D368;
    --yellow-4: #FAE195;
    --yellow-5: #FAF2CA;
    --yellow-6: #FDFAEC;
    
    --orange-1: #FFB053;
    --orange-2: #FFC17B;
    --orange-3: #FFD09A;
    --orange-4: #FFDDB8;
    --orange-5: #FFF0E3;
    --orange-6: #FFF9F4;
    
    --red-1: #C24E0E;
    --red-2: #DF643C;
    --red-3: #FA7967;
    --red-4: #FCA197;
    --red-5: #FDD0D0;
    --red-6: #FFECEC;
    
    --red-0-1: #E00B3F;
    --red-0-2: #F7C0CD;
    --red-0-3: #FCE4EA;
    
    --yellow-0-1: #FFD200;
    --yellow-0-2: #FDF29F;
    --yellow-0-3: #FEFAD9;
}

body[theme="hb"] {
    --green-100: #e4fce2;
    --green-200: #bdfab8;
    --green-300: #a2e49d;
    --green-400: #7dcc76;
    --green-500: #61cd58;
    --green-600: #3c9e34;
    --yellow-50: #fdfeda;
    --yellow-100: #fef1cf;
    --yellow-200: #fde66f;
    --yellow-300: #f9d168;
    --yellow-400: #f3af00;
    --yellow-500: #d99840;
    --orange-900: #b44b10;
    --red-100: #ffefec;
    --red-200: #ffd2cb;
    --red-300: #f8ada2;
    --red-310: #f89f92;
    --red-500: #ef6957;
    --red-700: #d65252;
    
    --gray-100: #f2f4f6;
    --gray-150: #f8f9fa;
    --gray-200: #bec6d6;
    --gray-250: #aec2d4;
    --gray-300: #a3bfd4;
    --gray-400: #c4c4c4;
    --gray-500: #7d8dac;
    --gray-600: #5a7990;
    --gray-800: #6C879B;
    --gray-900: #333e48;
    
    --blue-100: #F6FBFF;
    --blue-200: #F2FAFA;
    --blue-300: #d5eafe;
    --blue-600: #7ab4ec;
    --blue-800: #00AAA5;
    
    --black-1: #232323;
    --black-2: #A7A7A7;
    --black-3: #C8C8C8;
    --black-4: #E9E9E9;
    --black-5: #F4F4F4;
    
    --white: #FFFFFF;
    
    --green-1: #049B8F;
    --green-2: #57BEB6;
    --green-3: #85D1CB;
    --green-4: #BDE8E4;
    --green-5: #E9F9F7;
    
    --azure-1: #38E5C7;
    --azure-2: #78EDD9;
    --azure-3: #9DF2E4;
    --azure-4: #C2F7EF;
    --azure-5: #EAFAF7;
    
    --coral-1: #FC694C;
    --coral-2: #F28D79;
    --coral-3: #FDB6A8;
    --coral-4: #FFF3F1;
    
    --sea-blue-1: #0097FF;
    --sea-blue-2: #78C8FF;
    --sea-blue-3: #EDF8FF;
    
    --deep-blue-1: #004584;
    --deep-blue-2: #88ABCA;
    --deep-blue-3: #EFF7FF;
    
    --ultramarine-1: #006787;
    --ultramarine-2: #83B9CA;
    --ultramarine-3: #E9F9FF;
    
    --green-0-1: #0D8C5E;
    --green-0-2: #76C1A6;
    --green-0-3: #E0F6EE;
    
    --red-0-1: #E24F3B;
    
    --yellow-0-1: #F49425;
    --yellow-0-2: #F9C588;
    --yellow-0-3: #FFF6EB;
    
    
    --green-6: #E9F9E7;
    
    --blue-1: var(--green-1);
    --blue-2: var(--green-2);
    --blue-3: var(--status-available-10);
    --blue-4: var(--status-available-20);
    --blue-5: var(--status-available-30);
    --blue-6: var(--green-6);
    
    --yellow-1: #F8B60A;
    --yellow-2: #f9c63e;
    --yellow-3: #F9D368;
    --yellow-4: #FAE195;
    --yellow-5: #FAF2CA;
    --yellow-6: #FDFAEC;
    
    --red-1: #C24E0E;
    --red-2: #DF643C;
    --red-3: #FA7967;
    --red-4: #FCA197;
    --red-5: #FDD0D0;
    --red-6: var(--coral-4);
    
    --orange-1: #FFB053;
    --orange-2: #FFC17B;
    --orange-3: #FFD09A;
    --orange-4: #FFDDB8;
    --orange-5: #FFF0E3;
    --orange-6: #FFF9F4;
    
    --red-0-2: #F7C0CD;
    --red-0-3: #FCE4EA;
    
    --green-1000: #36952E;
    --green-2000: #4CAE44;
    --green-3000: #5FC257;
    --green-4000: #8BD385;
    --green-5000: #C9EBC5;
    --green-6000: #E9F9E7;
    
    --yellow-1000: #F8B60A;
    --yellow-2000: #F9C63E;
    --yellow-3000: #F9D368;
    --yellow-4000: #FAE195;
    --yellow-5000: #FAF2CA;
    --yellow-6000: #FDFAEC;
    
    --orange-1000: #FFB053;
    --orange-2000: #FFC17B;
    --orange-3000: #FFD09A;
    --orange-4000: #FFDDB8;
    --orange-5000: #FFF0E3;
    --orange-6000: #FFF9F4;
    
    --red-1000: #C24E0E;
    --red-2000: #DF643C;
    --red-3000: #FA7967;
    --red-4000: #FCA197;
    --red-5000: #FDD0D0;
    --red-6000: #FFECEC;
    
    --body-bg: #FAFAFA;
}

body[theme="hb"] h1,
body[theme="hb"] h2,
body[theme="hb"] .headings-font-family {
    font-family: "Open Sans", sans-serif;
}

[data-simplebar]{position:relative;flex-direction:column;flex-wrap:wrap;justify-content:flex-start;align-content:flex-start;align-items:flex-start}.simplebar-wrapper{overflow:hidden;width:inherit;height:inherit;max-width:inherit;max-height:inherit}.simplebar-mask{direction:inherit;position:absolute;overflow:hidden;padding:0;margin:0;left:0;top:0;bottom:0;right:0;width:auto!important;height:auto!important;z-index:0}.simplebar-offset{direction:inherit!important;box-sizing:inherit!important;resize:none!important;position:absolute;top:0;left:0;bottom:0;right:0;padding:0;margin:0;-webkit-overflow-scrolling:touch}.simplebar-content-wrapper{direction:inherit;box-sizing:border-box!important;position:relative;display:block;height:100%;width:auto;max-width:100%;max-height:100%;scrollbar-width:none;-ms-overflow-style:none}.simplebar-content-wrapper::-webkit-scrollbar,.simplebar-hide-scrollbar::-webkit-scrollbar{width:0;height:0}.simplebar-content:after,.simplebar-content:before{content:' ';display:table}.simplebar-placeholder{max-height:100%;max-width:100%;width:100%;pointer-events:none}.simplebar-height-auto-observer-wrapper{box-sizing:inherit!important;height:100%;width:100%;max-width:1px;position:relative;float:left;max-height:1px;overflow:hidden;z-index:-1;padding:0;margin:0;pointer-events:none;flex-grow:inherit;flex-shrink:0;flex-basis:0}.simplebar-height-auto-observer{box-sizing:inherit;display:block;opacity:0;position:absolute;top:0;left:0;height:1000%;width:1000%;min-height:1px;min-width:1px;overflow:hidden;pointer-events:none;z-index:-1}.simplebar-track{z-index:1;position:absolute;right:0;bottom:0;pointer-events:none;overflow:hidden}[data-simplebar].simplebar-dragging .simplebar-content{pointer-events:none;user-select:none;-webkit-user-select:none}[data-simplebar].simplebar-dragging .simplebar-track{pointer-events:all}.simplebar-scrollbar{position:absolute;left:0;right:0;min-height:10px}.simplebar-scrollbar:before{position:absolute;content:'';background:#000;border-radius:7px;left:2px;right:2px;opacity:0;transition:opacity .2s linear}.simplebar-scrollbar.simplebar-visible:before{opacity:.5;transition:opacity 0s linear}.simplebar-track.simplebar-vertical{top:0;width:11px}.simplebar-track.simplebar-vertical .simplebar-scrollbar:before{top:2px;bottom:2px}.simplebar-track.simplebar-horizontal{left:0;height:11px}.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before{height:100%;left:2px;right:2px}.simplebar-track.simplebar-horizontal .simplebar-scrollbar{right:auto;left:0;top:2px;height:7px;min-height:0;min-width:10px;width:auto}[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical{right:auto;left:0}.hs-dummy-scrollbar-size{direction:rtl;position:fixed;opacity:0;visibility:hidden;height:500px;width:500px;overflow-y:hidden;overflow-x:scroll}.simplebar-hide-scrollbar{position:fixed;left:0;visibility:hidden;overflow-y:scroll;scrollbar-width:none;-ms-overflow-style:none}

.resize-observer[data-v-b329ee4c]{position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;border:none;background-color:transparent;pointer-events:none;display:block;overflow:hidden;opacity:0}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('/Content/CSS/Shared/font-awesome/fonts/fontawesome-webfont.eot?v=PO74WwsPTP1UuHrZFYbyKzsiOPY&v=4.7.0');
  src: url('/Content/CSS/Shared/font-awesome/fonts/fontawesome-webfont.eot?v=PO74WwsPTP1UuHrZFYbyKzsiOPY&#iefix&v=4.7.0') format('embedded-opentype'), url('/Content/CSS/Shared/font-awesome/fonts/fontawesome-webfont.woff2?v=PO74WwsPTP1UuHrZFYbyKzsiOPY&v=4.7.0') format('woff2'), url('/Content/CSS/Shared/font-awesome/fonts/fontawesome-webfont.woff?v=PO74WwsPTP1UuHrZFYbyKzsiOPY&v=4.7.0') format('woff'), url('/Content/CSS/Shared/font-awesome/fonts/fontawesome-webfont.ttf?v=PO74WwsPTP1UuHrZFYbyKzsiOPY&v=4.7.0') format('truetype'), url('/Content/CSS/Shared/font-awesome/fonts/fontawesome-webfont.svg?v=PO74WwsPTP1UuHrZFYbyKzsiOPY&v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-inline-start: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.el-popper .popper__arrow,.el-popper .popper__arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.el-popper .popper__arrow{border-width:6px;-webkit-filter:drop-shadow(0 2px 12px rgba(0,0,0,.03));filter:drop-shadow(0 2px 12px rgba(0,0,0,.03))}.el-popper .popper__arrow:after{content:" ";border-width:6px}.el-popper[x-placement^=top]{margin-bottom:12px}.el-popper[x-placement^=top] .popper__arrow{bottom:-6px;left:50%;margin-inline-end:3px;border-top-color:#ebeef5;border-bottom-width:0}.el-popper[x-placement^=top] .popper__arrow:after{bottom:1px;margin-inline-start:-6px;border-top-color:#fff;border-bottom-width:0}.el-popper[x-placement^=bottom]{margin-top:12px}.el-popper[x-placement^=bottom] .popper__arrow{top:-6px;left:50%;margin-inline-end:3px;border-top-width:0;border-bottom-color:#ebeef5}.el-popper[x-placement^=bottom] .popper__arrow:after{top:1px;margin-inline-start:-6px;border-top-width:0;border-bottom-color:#fff}.el-popper[x-placement^=right]{margin-inline-start:12px}.el-popper[x-placement^=right] .popper__arrow{top:50%;left:-6px;margin-bottom:3px;border-right-color:#ebeef5;border-left-width:0}.el-popper[x-placement^=right] .popper__arrow:after{bottom:-6px;left:1px;border-right-color:#fff;border-left-width:0}.el-popper[x-placement^=left]{margin-inline-end:12px}.el-popper[x-placement^=left] .popper__arrow{top:50%;right:-6px;margin-bottom:3px;border-right-width:0;border-left-color:#ebeef5}.el-popper[x-placement^=left] .popper__arrow:after{right:1px;bottom:-6px;margin-inline-start:-6px;border-right-width:0;border-left-color:#fff}.el-popover{position:absolute;background:#fff;min-width:150px;border-radius:4px;border:1px solid #ebeef5;padding:12px;z-index:2000;color:#606266;line-height:1.4;text-align:justify;font-size:14px;box-shadow:0 2px 12px 0 rgba(0,0,0,.1);word-break:break-all}.el-popover--plain{padding:18px 20px}.el-popover__title{color:#303133;font-size:16px;line-height:1;margin-bottom:12px}.el-popover:focus,.el-popover:focus:active,.el-popover__reference:focus:hover,.el-popover__reference:focus:not(.focusing){outline-width:0}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list {
    background: #fff url('/Content/CSS/Shared/JQueryPlugins/slick/ajax-loader.gif?v=PO74WwsPTP1UuHrZFYbyKzsiOPY') center center no-repeat;
}

/* Icons */
@font-face {
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;
    src: url('/Content/CSS/Shared/JQueryPlugins/slick/fonts/slick.eot?v=PO74WwsPTP1UuHrZFYbyKzsiOPY');
    src: url('/Content/CSS/Shared/JQueryPlugins/slick/fonts/slick.eot?v=PO74WwsPTP1UuHrZFYbyKzsiOPY&#iefix') format('embedded-opentype'), url('/Content/CSS/Shared/JQueryPlugins/slick/fonts/slick.woff?v=PO74WwsPTP1UuHrZFYbyKzsiOPY') format('woff'), url('/Content/CSS/Shared/JQueryPlugins/slick/fonts/slick.ttf?v=PO74WwsPTP1UuHrZFYbyKzsiOPY') format('truetype'), url('/Content/CSS/Shared/JQueryPlugins/slick/fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

