
.preferences-item-info p,
.events-card-info p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.preferences-item-info p {
    -webkit-line-clamp: 6;

}

.card-image {
    aspect-ratio: unset;
}
.card-image-wrapper {
    aspect-ratio: 1.7;
}
.news-card .card {
    display: flex;
    flex-direction: column;
}
.card-info {
    flex: 1;
    display: flex;
flex-direction: column;
}
.card-info h4 {
    -webkit-line-clamp: 2;
    margin-bottom: 8px;
}
.card-info-bottom {
    margin-top: auto;
}
.card.card-active  .card-image-wrapper {
    aspect-ratio: 1.8
}

.card-image-wrapper  {
    aspect-ratio: 1.8
}

.card {
    height: 100% !important;
    display: flex !important;
    flex-direction: column;
}
/*.header-top*/
/* {*/
/*    position: relative;*/
/*    z-index: 2;*/
/*}*/
/*.header-bottom {*/


/*}*/
.header-wrapper {
    position: relative;
    z-index: 2;
}
.header-full {
    z-index: 1;

}

@media only screen and (max-width: 992px) {
    .header-lang {
        margin-left: auto;

    }
}
.header-full {
    height: calc(100svh - (var(--header-bottom-height) + var(--header-top-height)));
}
.page-content.apply-manual img{
    max-width: 100%;
    height: auto;
}

.page-main.page-apply {
    /*display: block;*/
    /*justify-content: unset;*/
    /*align-items: unset;*/
    flex-direction: column;
    gap: 32px;
}
.page-main.page-apply > * {
    width: 100%;

}
.page-main.page-apply > * .row:not(:last-child) {
    margin-bottom: 32px;
}
.page-main.page-apply > * .row {
    margin: -12px;
}
.page-main.page-apply > * .row > div {
    padding: 12px;
}

.section-accordion .section-item {
    margin-bottom: 20px;
    padding: 32px;
    border-radius: 2px;
    border: 1px solid rgba(1, 26, 18, 0.15);
    background: #FFF;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
    position: relative;
    z-index: 1;
}
@media only screen and (max-width: 1599px) {
    .section-accordion .section-item {
        padding: 24px;
    }
}
@media only screen and (max-width: 1199px) {
    .section-accordion .section-item {
        padding: 16px;
    }
}
.section-accordion .section-item::after {
    content: "";
    height: 6px;
    position: absolute;
    left: -0.5px;
    right: -0.5px;
    top: -0.5px;
    background-color: #088868;
    z-index: 2;
    border: 1px solid rgb(7, 119, 91);
    border-bottom: none;
    border-radius: 2px 2px 0 0;
}
.section-accordion .section-button {
    background-color: white;
    display: flex;
    align-items: center;
    width: 100%;
    gap: var(--space-16);
    text-align: left;
    padding: var(--space-20);
    background-color: var(--color-white-1);
    border-radius: 12px;
    border: none;
    outline: none;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    color: var(--color-black-1);
    text-align: left;
}
@media only screen and (max-width: 768px) {
    .section-accordion .section-button {
        font-size: 20px;
    }
}
.section-accordion .section-button i {
    transform: rotate(0);
    margin-left: auto;
    transition: all 0.3s ease-in-out;
}
.section-accordion .section-button.collapsed i {
    transform: rotate(315deg);
}
.section-accordion .section-content-wrapper {
    padding: 16px 0 4px;
}
.section-accordion .section-content-wrapper p {
    color: #011a12;
    font-size: 18px;
    line-height: 150%;
    opacity: 0.8;
    margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
    .section-accordion .section-content-wrapper p {
        font-size: 16px;
    }
}

.faq-wrapper {
    display: block;
}
.page-content img{
    width: 100% !important;
    height: auto;
    margin-bottom: 30px;
}

.form-group-phone .dropdown-menu ul li img {
    width: unset !important;
    height: unset !important;
    margin-bottom: 0 !important;
}
.form-group-phone .dropdown-menu {
    max-height: 400px !important;
    overflow-y: scroll;
}
.form-group-phone .dropdown-toggle img {
    height: 22px !important;
    width: 30px !important;
    margin: 0 !important;
}
.hero-buttons a._1 small{
    font-size: 18px;
}