.content-localization__airports {
    width: 320px;
}

.flag-icon {
    width: 30px;
    height: 21px;
    margin-right: 8px;
}

.form-checkbox .error-message {
    display: block;
}

form .form-group .is-invalid {
    border-color: red;
}

form .form-group .errors {
    display: block;
    width: 100%;
    margin-top: 5px;
    color: red;
}

.vue__time-picker input.display-time.disabled,
.vue__time-picker input.display-time:disabled {
    color: #d2d2d2;
}

.vue__time-picker .clear-btn {
    position: absolute;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column nowrap;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    top: 0;
    right: 0;
    bottom: 0;
    margin-top: -0.15em;
    z-index: 3;
    font-size: 1.1em;
    line-height: 1em;
    vertical-align: middle;
    width: 1.3em;
    color: #d2d2d2;
    background: rgba(255, 255, 255, 0);
    text-align: center;
    font-style: normal;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}

.vue__time-picker .clear-btn:hover {
    color: #797979;
    cursor: pointer;
}

.vue__time-picker .time-picker-overlay {
    z-index: 2;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.vue__time-picker .dropdown {
    position: absolute;
    z-index: 5;
    top: calc(48px + 2px);
    left: 0;
    background: #fff;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
    width: 170px;
    height: 10em;
    font-weight: 400;
}

.vue__time-picker .dropdown .select-list {
    width: 10em;
    height: 10em;
    overflow: hidden;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row nowrap;
    -webkit-box-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.vue__time-picker .dropdown ul {
    padding: 0;
    margin: 0;
    list-style: none;
    -webkit-box-flex: 1;
    flex: 1 1 0.00001px;
    overflow-x: hidden;
    overflow-y: auto;
}

.vue__time-picker .dropdown ul.apms,
.vue__time-picker .dropdown ul.minutes,
.vue__time-picker .dropdown ul.seconds {
    border-left: 1px solid #fff;
}

.vue__time-picker .dropdown ul li {
    list-style: none;
    text-align: center;
    padding: 0.3em 0;
    color: #161616;
}

.vue__time-picker .dropdown ul li:not(.hint):not([disabled]):focus,
.vue__time-picker .dropdown ul li:not(.hint):not([disabled]):hover {
    background: rgba(0, 0, 0, 0.08);
    color: #161616;
    cursor: pointer;
}

.vue__time-picker .dropdown ul li:not([disabled]).active,
.vue__time-picker .dropdown ul li:not([disabled]).active:focus,
.vue__time-picker .dropdown ul li:not([disabled]).active:hover {
    background: #5fd15f;
    color: #fff;
}

.vue__time-picker .dropdown ul li[disabled],
.vue__time-picker .dropdown ul li[disabled]:hover {
    background: transparent;
    opacity: 0.3;
    cursor: not-allowed;
}

.vue__time-picker .dropdown .hint {
    color: #a5a5a5;
    cursor: default;
    font-size: 0.8em;
}

.tooltip {
    display: block !important;
    z-index: 10000;
}

.tooltip .tooltip-inner {
    background: #61c661;
    font-size: 14px;
    color: white;
    border-radius: 16px;
    padding: 5px 10px 4px;
}

.tooltip .tooltip-arrow {
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    margin: 5px;
    border-color: #61c661;
    z-index: 1;
}

.tooltip[x-placement^="top"] {
    margin-bottom: 5px;
}

.tooltip[x-placement^="top"] .tooltip-arrow {
    border-width: 5px 5px 0 5px;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    border-bottom-color: transparent !important;
    bottom: -5px;
    left: calc(50% - 5px);
    margin-top: 0;
    margin-bottom: 0;
}

.tooltip[x-placement^="bottom"] {
    margin-top: 5px;
}

.tooltip[x-placement^="bottom"] .tooltip-arrow {
    border-width: 0 5px 5px 5px;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    border-top-color: transparent !important;
    top: -5px;
    left: calc(50% - 5px);
    margin-top: 0;
    margin-bottom: 0;
}

.tooltip[x-placement^="right"] {
    margin-left: 5px;
}

.tooltip[x-placement^="right"] .tooltip-arrow {
    border-width: 5px 5px 5px 0;
    border-left-color: transparent !important;
    border-top-color: transparent !important;
    border-bottom-color: transparent !important;
    left: -5px;
    top: calc(50% - 5px);
    margin-left: 0;
    margin-right: 0;
}

.tooltip[x-placement^="left"] {
    margin-right: 5px;
}

.tooltip[x-placement^="left"] .tooltip-arrow {
    border-width: 5px 0 5px 5px;
    border-top-color: transparent !important;
    border-right-color: transparent !important;
    border-bottom-color: transparent !important;
    right: -5px;
    top: calc(50% - 5px);
    margin-left: 0;
    margin-right: 0;
}

.tooltip.popover .popover-inner {
    background: #f9f9f9;
    color: black;
    padding: 24px;
    border-radius: 5px;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
}

.tooltip.popover .popover-arrow {
    border-color: #f9f9f9;
}

.tooltip[aria-hidden="true"] {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.15s, visibility 0.15s;
    transition: opacity 0.15s, visibility 0.15s;
}

.tooltip[aria-hidden="false"] {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity 0.15s;
    transition: opacity 0.15s;
}

.text-3 {
    padding-right: 15%;
    font-size: 18px;
}

.text-3 h2,
h2 {
    font-size: 36px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 20px;
    margin-top: 20px;
}

.text-3 h3 {
    font-weight: 400;
    line-height: 1.2;
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 10px;
    margin-top: 20px;
}

.text-3 h4 {
    font-weight: 400;
    line-height: 1.2;
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 10px;
    margin-top: 20px;
}

.text-3 h5 {
    font-weight: 400;
    line-height: 1.2;
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 10px;
    margin-top: 20px;
}

.text-3 p {
    padding: 10px 0;
    line-height: 1.8;
}

.text-3 table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #ddd;
    margin-bottom: 20px;
}

.text-3 table th,
.text-3 table td {
    padding: 8px;
    text-align: left;
    border: 1px solid #ddd;
}

.text-3 table th {
    background-color: #f2f2f2;
}

.text-3 table tr:nth-child(even) {
    background-color: #f9f9f9;
}

.text-3 table tr:hover {
    background-color: #ddd;
}

.text-3 table tr:hover {
    background-color: #ddd;
}

.text-3 table tr:hover {
    background-color: #ddd;
}

.text-3 table tr:hover {
    background-color: #ddd;
}

.text-3 ul {
    padding-left: 20px;
}

.text-3 ol {
    padding-left: 20px;
}

.text-3 ul li {
    list-style-type: disc;
    padding: 5px 0;
    line-height: 1.8;
}

.text-3 ol li {
    list-style-type: decimal;
    padding: 5px 0;
    line-height: 1.8;
}

.text-3 ul li::before {
    content: none;
}

@media screen and (max-width: 1060px) {
    .container {
        padding-left: 10px;
    }

    .text-3 {
        padding-right: 10px;
    }

    .featured-image-container {
        margin-right: 10px;
    }
}

p.headline__primary {
    font-size: 40px;
}
p.headline__secondary {
    font-size: 26px;
}

@media screen and (max-width: 760px) {
    p.headline__primary {
        font-size: 24px;
        line-height: 26px;
    }

    p.headline__secondary {
        font-size: 18px;
        line-height: 22px;
    }
}

div.content-main {
    padding-top: 0;
}

div.content-main__box {
    padding-top: 52px;
}

p.content-main__text {
    font-size: 18px;
    line-height: 1.2;
    text-align: center;
}

@media screen and (max-width: 760px) {
    p.content-main__text {
        max-width: 360px;
    }
}

p.modal__info {
    text-align: center;
    padding: 0 60px;
}

@media screen and (min-width: 760px) {
    /* wihout flex, sorry */
    div.content-box__list-item-1 {
        margin-top: 1px;
        margin-bottom: 74px;
    }

    div.content-box__list-item-2 {
        margin-bottom: 49px;
    }

    div.content-box__list-item-3 {
        margin-bottom: 73px;
    }

    div.content-box__list-item-4 {
        margin-bottom: 46px;
    }

    .content-box__list-fix::before {
        top: -50px;
    }
}

@media screen and (min-width: 760px) {
    div.producer__item {
        width: 25%;
        min-width: 25%;
    }
}
