@media (min-width: 992px) {
    #content {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.packs .packs-head,
.packs .packs-content {
    padding: 30px 12px;
    border-radius: 30px;
    position: relative;
    z-index: 1;
}

.packs .packs-head {
    background: #fff;
    border: 2px solid #1a134b;
    z-index: 2;
}

.packs .packs-head .hasBorder {
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.packs .packs-head .col-results {
    margin-top: 20px;
}

@media (max-width: 576px) {
    .packs .packs-head .col-head:not(.col-results) {
        border-bottom: 2px solid #1a134b;
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

@media (min-width: 576px) {
    .packs .packs-head .hasBorder {
        border-right: 2px solid #1a134b;
    }

    .packs .packs-head .col-results {
        border-top: 2px solid #1a134b;
        padding-top: 20px;
        margin-top: 20px;
    }
}

@media (min-width: 768px) {
    .packs .packs-head .hasBorder {
        margin-bottom: 0;
        border-bottom: 0px solid #1a134b;
        border-right: 2px solid #1a134b;
    }

    .packs .packs-head .col-results {
        padding-top: 0;
        margin-top: 0;
        border-top: 0px solid #1a134b;
    }
}

@media (min-width: 992px) {

    .packs .packs-head,
    .packs .packs-content {
        padding: 30px;
    }
}

.packs .packs-head .dropdown-menu {
    border-color: #1a134b;
    padding: 0;
    overflow: hidden;
}

.packs .packs-head .dropdown-menu .dropdown-item {
    color: #1a134b;
    cursor: pointer;
    font-size: 24px;
    transition: all 300ms ease;

    -webkit-text-stroke: 0px #fff;
}

.packs .packs-head .dropdown-menu .dropdown-item:hover {
    -webkit-text-stroke: 1px #1a134b;
}

.packs .packs-head .dropdown-menu .dropdown-item.active {
    color: #fff;
}

.packs .packs-head .dropdown-menu .dropdown-item.active:hover {
    color: #fff;
    -webkit-text-stroke: 1px #fff;
}

.packs .packs-head .dropdown .dropdown-toggle {
    background: none;
    border: none;
    color: #1a134b;
    font-size: 24px;
    font-family: "FreightDispProMedium";
    padding: 0;
    width: 100%;
    text-align: left;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.packs .packs-head .dropdown .dropdown-toggle .txt {
    display: inline-block;
    padding-right: 4px;
}

.packs .packs-head .dropdown .dropdown-toggle::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /* background: rgba(0, 0, 0, 0.25); */
}

@media (min-width: 992px) {
    .packs .packs-head .dropdown .dropdown-toggle {
        font-size: 32px;
    }

    .packs .packs-head .dropdown .dropdown-toggle .txt {
        display: inline-block;
        padding-right: 10px;
    }
}

.packs .packs-head .dropdown .dropdown-toggle.disabled {
    opacity: 0.5;
    filter: grayscale(100);
}

.packs .packs-head .dropdown .dropdown-toggle::after {
    color: #cf2129;
    margin-left: auto;
}

.packs .packs-head .dropdown .dropdown-item-gender {
    display: none;
}

.packs .packs-head .dropdown.gender-female .dropdown-item-female {
    display: block;
}

.packs .packs-head .dropdown.gender-male .dropdown-item-male {
    display: block;
}

.packs .packs-head .inner {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.packs .packs-head .col-dropdown h3 {
    font-size: 18px;
    color: #1a134b;
    margin-bottom: -10px;
}

.packs .packs-head .col-dropdown .dropdown {
    min-width: 135px;
}

.packs .packs-head .col-results {
    display: flex;
    align-items: center;
    justify-content: center;
}

.packs .btn-results {
    background: #1a134b;
    color: #fff;
    line-height: 1;
    font-family: "FreightDispProMedium";
    font-size: 28px;
    padding: 15px 20px;
    border-radius: 20px;
    border: none;
}

@media (min-width: 768px) and (max-width: 992px) {
    .packs .btn-results {
        font-size: 24px;
        padding: 14px 14px;
        width: 100%;
    }
}

@media (min-width: 1140px) {
    .packs .btn-results {
        font-size: 32px;
        padding: 20px 40px;
    }
}

.packs .btn-results.disabled {
    opacity: 0.5;
    filter: grayscale(100);
}

.packs .packs-content {
    background: #1a134b;
    border: 2px solid #1a134b;
    color: #fff;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding-top: 0px;
    margin-top: -30px;
    transition: all 300ms ease;
    opacity: 0;
    height: 0;
    overflow: hidden;
}

.packs[data-gender="female"] .packs-content {
    background: #cf2129;
}

.packs.active .packs-content {
    opacity: 1;
    height: auto;
    padding-top: 60px;
}

.packs.active .packs-content .pack {
    height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all 300ms ease;
    padding: 0;
}

.packs.active .packs-content .pack.pack-gender-active.pack-age-active.pack-type-active {
    height: auto;
    overflow: unset;
    opacity: 1;
    padding: 10px 0 0 0;
}

/* 
.packs .packs-content {
    opacity: 1;
    height: auto;
    padding-top: 60px;
}

.packs .packs-content .pack {
    height: auto;
    opacity: 1;
    padding: 10px 0 0 0;
} 
*/

.packs .original-price-wrapper {
    text-decoration: line-through;
    font-size: 70%;
    opacity: 0.5;
    font-family: "FreightDispProMedium";
    font-size: 32px;
}

@media (max-width: 768px) {
    .packs .col-price {
        margin-top: 50px;
    }
}

.packs .col-price .item {
    background: #0d2979;
    border: 2px solid #fff;
    padding: 30px 40px 20px 20px;
    position: relative;
    border-radius: 20px;
}

.packs .pack h3 {
    font-family: "FreightDispProMedium";
    margin-bottom: 20px;
    font-size: 32px;
    text-align: center;
}

@media (min-width: 500px) {
    .packs .pack h3 br {
        display: none;
    }

    .packs .pack h3 {
        text-align: left;
    }
}

@media (min-width: 992px) {
    .packs .pack h3 {
        font-size: 48px;
    }
}

.packs .col-price .item h4 {
    font-family: "FreightDispProMedium";
    display: none;
}

@media (min-width: 992px) {
    .packs .col-price .item h4 {
        display: block;
    }
}

.packs .col-price .item .sale {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(12px, -50%);
    background: #cf2129;
    border: 2px solid #fff;
    border-radius: 100%;

    width: 80px;
    height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 12px;
}

.packs[data-gender="female"] .col-price .item .sale {
    background: #1a134b;
}

.packs .col-price .item .sale .discount {
    line-height: 1;
    font-size: 32px;
    font-weight: bold;
    font-family: "FreightDispProMedium";
}

.packs .col-price .discounted-price-wrapper {
    font-size: 48px;
    font-weight: bold;
    font-family: "FreightDispProMedium";
}

.packs .pack ul {
    margin: 0;
    padding: 0;
}

.packs .pack ul li {
    list-style: none;
    margin: 10px 0;
    position: relative;
    min-height: 24px;
    padding-left: 32px;
    font-size: 18px;
}

.packs .pack ul li::before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 32px;
    height: 100%;
    background: url("../img/icon-separator-white-24x24.png") no-repeat left center;
    background-size: 16px;
}

.packs .row-items {
    margin-top: 30px;
}

.cta-fixed {
    position: fixed;
    top: 50%;
    right: 5px;
    z-index: 20;
}

.cta-fixed .btn {
    font-size: 12px;
    padding: 5px 7px !important;
    align-items: center;
    border: 2px solid #fff;
    box-shadow: 0 0 10px #cf2129;
    border-radius: 20px;
}

.cta-fixed .btn:hover {
    box-shadow: 0 0 10px #1a134b;
}

@media (min-width: 992px) {
    .cta-fixed {
        top: 20%;
    }

    .cta-fixed .btn {
        font-size: 18px;
        padding: 10px 15px !important;
    }
}

.menu-secondary .menu-secondary-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: end;
    align-items: center;
    padding: 10px 0;
}

.menu-secondary .menu-secondary-wrapper p {
    margin: auto 10px auto 0;
}

.menu-secondary .menu-secondary-wrapper ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}

.menu-secondary .menu-secondary-wrapper ul li a {
    display: block;
    padding: 5px 7px;
    text-decoration: none;
}

.menu-secondary .menu-secondary-wrapper ul li a.link-nav {
    background-color: #d9dbd8;
    color: #1a134b;
    padding: 5px 20px !important;
    border-radius: 30px;
    font-size: 0.925em;
    transition: all 300ms ease;
    font-weight: bold;
}

.menu-secondary .menu-secondary-wrapper ul li a.link-nav:hover {
    background-color: #1a134b;
    color: #d9dbd8 !important;
}

@media (max-width: 800px) {
    .menu-secondary .menu-secondary-wrapper p {
        display: none;
    }
}

@media (max-width: 700px) {
    .menu-secondary .menu-secondary-wrapper {
        display: none;
    }

    .offcanvas-body .menu-secondary-wrapper {
        display: block;
    }

    .offcanvas-body .menu-secondary-wrapper ul {
        display: block;
    }

    .offcanvas-body .menu-secondary-wrapper .link-nav {
        display: none;
    }
}

@media (min-width: 700px) {
    .menu-secondary+.row .header_wrapper {
        padding-top: 0 !important;
        border-top: 0 !important;
    }

    header nav .programeaza {
        display: none;
    }

    .offcanvas-body .menu-secondary-wrapper {
        display: none;
    }
}

.col-side h3 {
    font-family: "Playfair Display", serif;
    font-weight: bold;
    color: #1a134b;
}

.side-menu ul {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
}

.side-menu ul li a {
    font-family: "Playfair Display", serif;
    font-size: 16px;
    text-decoration: none;
    display: block;
    padding: 5px 0 5px 24px;
    background: url("../img/icon-star-red-and-blue.png") no-repeat left 10px;
    background-size: 16px auto;
    transition: all 300ms ease;
    font-weight: 100;
}

.side-menu ul li a:hover {
    color: #cf2129;
}

.side-menu ul li.current_page_item a {
    color: #cf2129;
}

.section-header-title {
    position: relative;
    z-index: 10;
}

.section-header-title span {
    display: inline-block;
    color: inherit !important;
}

.section-header-title span::after {
    content: "";
    display: block;
    width: 20%;
    min-width: 80px;
    height: 2px;
    background: #fff;
    margin-top: 5px;
}

@media (min-width: 1140px) {
    .section-header-title {
        font-size: 3rem;
    }
}

.accordion {
    margin: 30px 0;
}

.accordion * {
    color: #1a134b;
}

.accordion .accordion-item button {
    font-family: "Playfair Display", serif;
    font-weight: bold;
    padding-left: 32px !important;
    background: url("../img/icon-star-red-and-blue.png") no-repeat left center;
    background-size: 16px auto;
}

.accordion,
.accordion .accordion-item,
.accordion .accordion-collapse,
.accordion .accordion-item button {
    border-radius: 0 !important;
    border: none;
    box-shadow: none !important;
}

.accordion .accordion-item button,
.accordion .accordion-body {
    padding: 10px 0;
}

.accordion .accordion-item:not(:first-child) {
    border-top: 1px solid rgba(26, 19, 75, 0.3) !important;
}

.accordion .accordion-item .accordion-button:not(.collapsed) {
    background-color: none;
    box-shadow: none !important;
    color: #1a134b;
}

.accordion .accordion-item button::after {
    border: 2px solid #1a134b;
    border-radius: 100%;
    width: 24px;
    height: 24px;
    background: none;
    content: "+";
    text-align: center;
    font-size: 22px;
    line-height: 0.7;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
}

.accordion .accordion-item button.noAfter {
    cursor: default;
}

.accordion .accordion-item button.noAfter::after {
    display: none;
}

.accordion .accordion-button:not(.collapsed)::after {
    transform: rotate(-45deg);
}

ul.hasIcon {
    margin: 1rem 0;
    padding: 0;
    list-style: none;
}

ul.hasIcon li {
    padding-left: 24px;
    background: url("../img/icon-star-red-and-blue.png") no-repeat left 5px;
    background-size: 16px auto;
    margin: 5px 0;
    font-size: 1.125rem;
}

ul.hasIcon li ul {
    list-style: none;
    padding-left: 0;
}

ul.hasIcon li ul li {
    font-size: 1rem;
    padding-left: 18px;
    background: url("../img/icon-star-red-and-blue.png") no-repeat left 6px;
    background-size: 12px auto;
}

.section-cta-contact {
    background: #12a0ff;
    color: #fff;
    padding: 30px 0;
    margin: 30px 0;
    overflow: hidden;
    position: relative;
}

.section-cta-contact::before {
    content: "";
    position: absolute;
    left: 50%;
    right: 0;
    top: 0;
    bottom: 20%;
    background: #068eed;
    z-index: 1;
    border-bottom-left-radius: 200px;
}

.section-cta-contact .container::after {
    content: "";
    position: absolute;
    left: 20px;
    top: -20px;
    width: 30px;
    height: 30px;
    border: 3px solid #4bb7ff;
    z-index: 1;
    border-radius: 100%;
}

.section-cta-contact .container {
    position: relative;
}

.section-cta-contact .container .row {
    position: relative;
    z-index: 2;
}

.section-cta-contact h3 {
    color: #fff;
    text-align: center;
    margin: 10px 0;
}

@media (min-width: 578px) {
    .section-cta-contact h3 {
        text-align: left;
    }
}

.section-cta-contact-inner .section-cta-contact {
    padding: 20px;
    border-radius: 30px;
}

.section-cta-contact-inner .section-cta-contact h3 {
    font-size: 24px;
}

.back .btn-back {
    display: inline-flex;
    text-decoration: none;
    color: #888888;
    font-size: 18px;
    align-items: center;
    transition: all 300ms ease;
    border-bottom: 2px solid transparent;
}

.back .btn-back:hover {
    border-color: #888888;
}

.back .btn-back .icon {
    margin-right: 6px;
    font-size: 24px;
    line-height: 1;
}

.contact-map {
    margin-top: 47px;
}

.contact-map iframe {
    width: 100%;
    height: 370px;
    border-radius: 15px;
    border: 1px solid #888888;
}

.sitemap-wrapper .wsp-pages-title,
.sitemap-wrapper .wsp-posts-title,
.sitemap-wrapper .wsp-posts-list {
    display: none;
}

.sitemap-wrapper ul li a {
    font-weight: normal;
    color: #1a134b;
    text-decoration: none;
    transition: all 300ms ease;
}

.sitemap-wrapper ul li a:hover {
    text-decoration: underline;
}

.section-footer .menu-footer a.current {
    text-decoration: underline;
}

.breadcrumb-tmc li a {
    font-size: 14px;
}

.breadcrumb-tmc li:first-of-type a {
    font-size: 0;
}

.breadcrumb-tmc li:first-of-type a::after {
    font-size: 14px;
    content: "Acasă";
    display: block;
    text-decoration: underline;
}

.toggleWrapper h3 {
    font-weight: bold;
    font-size: 16px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    cursor: pointer;
}

@media(min-width: 768px) {
    .toggleWrapper h3 {
        font-size: 18px;
    }
}

.toggleWrapper h3::after {
    display: block;
    content: '';
    width: 20px;
    min-width: 20px;
    background: url('../img/svg/icon-chevron-up-blue.svg') no-repeat center center;
    background-size: contain;
    transform: scale(-1);
    transition: all 300ms ease;
    margin-left: 20px;
}

.toggleWrapper.active h3::after {
    transform: scale(1);
}

.toggleWrapper {
    margin-bottom: 20px;
}

.toggleWrapper ul,
.toggleWrapper .wrap {
    height: 0;
    opacity: 0;
    padding-top: 0;
    transition: all 300ms ease;
    overflow: hidden;
}

.toggleWrapper.active ul,
.toggleWrapper.active .wrap {
    height: auto;
    opacity: 1;
    padding-top: 10px;
}

.toggleWrapper.active .wrap ul {
    padding-top: 0;
}