.programms__pagination-container .pager-next a,
.programms__pagination-container .pager-prev a {
    display: block;
    width: 1.875em;
    height: 1.875em;
}

.programms__pagination-container .pager-next:after,
.programms__pagination-container .pager-prev:after {
    position: absolute !important;
    z-index: 100;
}

.vip__btn {
    border: none !important;
    cursor: pointer;
}

.error-msg {
    font-size: 12px;
    color: #f00;
}

.error-title-msg {
    color: #f00;
    margin-bottom: 5px;
}

.success-title-msg {
    color: #38bb38;
    margin-bottom: 5px;
}

.contact__form-btn,
.vip__btn {
    cursor: pointer;
}

.contact__form-btn:disabled,
.vip__btn:disabled {
    opacity: 0.6;
    cursor: no-drop;
}

body.fixed-nav {
    padding-top: 100px !important;
}

body.fixed-nav #main-navbar {
    position: fixed;
    left: 0;
    width: 100%;
    top: 0;
    z-index: 1000;
}

.programm-order-title {
    color: #fff !important;
}

.programm-order-title:hover {
    text-decoration: underline;
}

.programm-type.active {
    font-weight: bold;
    text-decoration: underline;
}

.programm-type:last-child {
    margin-left: 50px
}

.archive-info-icon {
    margin-top: 8px;
    font-size: 22px !important;
    margin-left: 5px;

    position: absolute;
    bottom: 0;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    right: 60px;
    color: var(--ayp-blue-light);
}

.archive-info-icon-home {

    left: 35px !important;

    right: unset !important;
    bottom: 15px !important;
}

.popover {
    max-width: 50%;
    width: auto !important;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    padding: 1px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    line-break: auto;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    font-size: 14px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2)
}

.popover.top {
    margin-top: -10px
}

.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px
}

.popover > .arrow {
    border-width: 11px
}

.popover > .arrow, .popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover > .arrow:after {
    content: "";
    border-width: 10px
}

.popover.top > .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, .25);
    border-bottom-width: 0
}

.popover.top > .arrow:after {
    bottom: 1px;
    margin-left: -10px;
    content: " ";
    border-top-color: #fff;
    border-bottom-width: 0
}

.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, .25);
    border-left-width: 0
}

.popover.right > .arrow:after {
    bottom: -10px;
    left: 1px;
    content: " ";
    border-right-color: #fff;
    border-left-width: 0
}

.popover.bottom > .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25)
}

.popover.bottom > .arrow:after {
    top: 1px;
    margin-left: -10px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #fff
}

.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, .25)
}

.popover.left > .arrow:after {
    right: 1px;
    bottom: -10px;
    content: " ";
    border-right-width: 0;
    border-left-color: #fff
}

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}

.popover-content {
    padding: 9px 14px
}

.elipsis-line {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.elipsis-line-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

#at-share-dock{
	bottom: 46px;
	}

.logo__container .nav__logo-box {
    width: initial;
    display: flex;
    align-items: center;
}

.logo__container .nav__logo-box .img-container {
    position: static;
}

.logo__container .nav__logo-box .img-container img {
    max-width: 172px;
    min-width: 172px;
}


.nav__logo-box:before {
    content:none;
}