.as-breadcrumbs {
    list-style: none;
    padding: 0;
    margin: 28px 0 !important;
    display: flex;
    gap: 12px;
    font-size: 14px;
    text-transform: uppercase;
}

.as-breadcrumbs li {
    margin: 0 !important;
    padding: 0 !important;
}

.as-breadcrumbs a {
    color: #14383B;
    text-decoration: none;
}

.as-breadcrumbs li:nth-child(2) {
    padding-left: 32px !important;
    position: relative;
    color: #14383B;
    opacity: 0.6;
}

.as-breadcrumbs li:nth-child(2)::before {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background: url('../icons/leaf.svg');
}

.as-video {
    margin-bottom: 64px;
}

.as-video-cover {
    max-width: 100%;
    width: 100%;
    cursor: pointer;
    /*max-height: 400px;*/
}

.as-video-cover img {

}

a[data-back] {
    cursor: pointer;
}

.as-video-cover video {
    display: none;
    width: 100%;
}

.as-advantages {
    border-radius: 30px;
    overflow: hidden;
    background-color: #14383B;
    display: flex;
    color: white;
    padding: 70px 60px;
    justify-content: space-between;
    gap: 20px;
}

.as-advantages-item {
    max-width: 280px;
}

.as-advantages-title {
    font-size: 26px;
    margin: 0 !important;
}

.as-advantages-line {
    margin-top: 23px;
    margin-bottom: 17px;
    position: relative;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.22);
}

.as-advantages-line:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 1px;
    background-color: #06C11F;
}

.as-advantages-text {
    margin-top: 17px;
    font-size: 20px;
}

.as-bg {
    padding-top: 100px;
    background: url('../img/Group 7851.png') no-repeat center center / cover;
);
}

.as-culture {
    padding: 0 10px;
    margin: 0 auto;
    max-width: 1150px;
}

.as-culture-img {
    position: relative;
}

.as-culture-links {
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
    top: 0;
    left: 6%;
}

.as-culture-img a {
    width: 15%;
    height: 100%;
}

.as-culture-wrapper {
    display: flex;
    gap: 6%;
    margin-top: -50px;
}

.as-culture-item {
    position: relative;
    text-decoration: none;
}

.as-culture-item-line {
    position: relative;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 18px;
    height: 59px;
    background-image: url('../icons/cult-line.svg');
}

.as-culture-item-btn {
    border-radius: 20px;
    overflow: hidden;
    background-color: rgba(20, 56, 59, 0.16);
    width: 129px;
    height: 87px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.as-culture-map-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 100px;
}

.as-culture-item-map {
    text-decoration: none;
    background-color: #06C11F;
    color: white;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    padding: 15px 23px;
    border-radius: 8px;
}

.as-culture-item-map img {
    margin-right: 19px;
}

.as-swiper {
    margin-top: 100px;
    display: flex;
    padding-bottom: 280px;
}

.as-swiper .thumbs {
    max-width: 70%;
    margin-left: -15%;
}

.as-swiper .thumbs .swiper-slide img {
    border-radius: 30px;
}

.as-swiper .thumbs .swiper-slide {
    transition: transform .2s;
}

.as-swiper .thumbs .swiper-slide-active {
    transform: scale(0.8);
}

.as-swiper .contents {
    max-width: 40%;
}

.as-huge {
    font-size: 88px;
    font-family: 'DraftAlfaSAfont';
}

.as-reviews {
    padding-top: 100px;
    padding-bottom: 100px;
    display: flex;
    align-items: flex-start;
}

.as-reviews-wrapper {
    width: 400px;
    height: auto;
}

.as-reviews .reviews {
    width: calc(100% - 400px);
    height: auto;
}

.as-reviews .reviews .swiper-slide {
    height: 100%;
}

.as-reviews-item {
    display: flex;
    gap: 46px;
    margin-bottom: 60px;
}

.as-reviews-item .img-wrapper {
    max-width: 280px;
    width: 100%;
    flex-shrink: 0;
}

.as-reviews-item h4 {
    margin-top: 0;
    font-size: 24px;
}

.as-reviews-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin-bottom: 16px;
}

.as-reviews-heading::before, .as-reviews-heading::after {
    content: '';
    display: block;
    height: 1px;
    background-color: #14383B;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.as-reviews-heading::before {
    width: 190px;
    background-color: #06C11F;
    z-index: 1;
}

.as-reviews-heading .location {
    position: relative;
    padding-left: 20px;
    font-size: 12px;
    color: rgba(20, 56, 59, 0.8);
    text-transform: uppercase;
}

.as-reviews-heading .location::before {
    position: absolute;
    content: '';
    display: block;
    width: 12px;
    height: 16px;
    background: url('../icons/Pin.svg');
    left: 0;
    top: 3px;
}

.as-reviews-item .pos {
    margin-bottom: 30px;
    font-size: 14px;
    text-transform: uppercase;
}

.as-reviews-content {
    position: relative;
    font-size: 18px;
    font-style: italic;
    font-weight: 300;

}

.as-reviews-content-inner {
    height: 27px;
    overflow: hidden;
    transition: .2s;
    /*display: none;*/
}

.as-reviews-content-inner.active {
    height: auto;
}

.as-reviews-content::before {
    content: '';
    display: block;
    position: absolute;
    width: 50px;
    height: 40px;
    background-image: url('../icons/quote.svg');
    left: -25px;
    top: -12px;
}

.as-swiper-button.swiper-button-prev, .as-swiper-button.swiper-button-next {
    width: 60px;
    height: 60px;
    background-image: url('../icons/arrow right.svg');
    position: relative;
    margin: 0;
    left: 0;
    right: 0;
    top: 0;
}

.as-swiper-button.swiper-button-prev svg, .as-swiper-button.swiper-button-next svg {
    display: none;
}

.as-swiper-button.swiper-button-prev {
    transform: rotate(180deg);
}

.as-swiper-controls {
    display: flex;
    gap: 22px;
}

.as-swiper .swiper-pagination {
    top: auto;
    bottom: 0;
}

.as-swiper .thumbs {
    padding-bottom: 50px;
}

.as-pagination.swiper-pagination {
    margin-left: 15%;
}

.as-pagination .swiper-pagination-bullet {
    margin: 0 20px;
    width: 32px;
    height: 1px;
    border-radius: 0;
}

.as-pagination .swiper-pagination-bullet-active {
    background-color: #14383B;
    width: 58px;
    height: 3px;
}

.as-swiper .vid {
    padding-right: 58px;
    display: block;
}

.as-swiper .vid video {
    width: 100%;
    border-radius: 30px;
}

.as-swiper .vid-btn {
    width: 116px;
    height: 116px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-image: url('../icons/Play Button.svg');
}

.as-reviews-btn {
    width: 25px;
    height: 25px;
    margin-left: auto;
    cursor: pointer;
    background: url('../icons/arrow-tilt.svg') no-repeat center center / contain;
}

.as-reviews-btn.active {
    transform: rotate(-90deg);
}

.as-mob-swiper {
    display: none;
}

.as-swiper p {
    font-size: 24px;
}

.as-centre-land {
    height: 443px;
    width: 100%;
    position: relative;
    padding-top: 70px;
}

.as-centre-land > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    /*z-index: -1;*/
}

.as-centre-land h1 {
    max-width: 390px;
    font-size: 64px;
    z-index: 1;
}

.as-centre-heading {
    display: flex;
    gap: 30px;
}

.as-centre-heading .back-link {
    margin-top: 15px;
    padding-left: 40px;
    position: relative;
}

.as-centre-heading .back-link::before {
    content: '';
    display: block;
    height: 28px;
    width: 28px;
    background-image: url('../icons/link-back.svg');
    position: absolute;
    top: -6px;
    left: 0;
}

.as-centre-period {
    position: absolute;
    right: 50px;
    bottom: 30px;
    border-radius: 16px;
    background-color: rgba(184, 195, 196, 0.12);
    backdrop-filter: blur(10px);
    padding: 15px 30px;
    border: 1px solid white;
    color: white;
    text-align: center;
}

.as-centre-period > :first-child {
    font-size: 18px;
}

.as-centre-period > :last-child {
    font-size: 14px;
    text-transform: uppercase;
}

.as-centre-content {
    display: flex;
}

.as-centre-content .image {
    max-width: 700px;
    width: 100%;
}

.as-centre-content .as-accordions {
    width: 100%;
    margin-right: 50px;
    padding-top: 100px;
}

.as-accordions .as-inner {
    padding: 16px 82px 0 0;
}

.as-accordions a {
    text-decoration: none;
}

.as-accordions a:hover {
    color: #0AB321;
}

.as-centre-table-top h1 {
    max-width: 630px;
    font-size: 64px;
}

.as-centre-table-top {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    align-items: flex-start;
}

.as-centre-table-top-table {
    max-width: 564px;
    width: 100%;
    background-color: #14383B;
    color: white;
    font-size: 18px;
    border-radius: 24px;
    padding: 30px;
}

.as-centre-table-top-table .item {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 20px;
}

.as-centre-table-top-table .item:last-child {
    margin-bottom: 0;
}

.as-centre-table-top-table .item .title {
    font-weight: 300;
    display: flex;
    width: 100%;
}

.as-centre-table-top-table .item .title > span {
    white-space: nowrap;
}

.as-centre-table-top-table .item .title > .line {
    border-bottom: 1px dashed rgba(255, 255, 255, 0.38);
    width: 100%;
}

.as-centre-table-top-table .item .desc {
    width: 200px;
    white-space: nowrap;
    flex-shrink: 0;
}

.as-centre-content {
    margin-top: 35px;
    margin-bottom: 35px;
}

.conclusion {
    font-family: 'DraftAlfaSAfont';
    font-weight: 700;
    font-size: 30px;
    margin: 15px 0;
}

.exp-table .with-img {
    display: flex;
    align-items: center;
    gap: 10px;
}

.exp-table .head_row td {
    font-weight: 600;
    white-space: nowrap;
    min-width: 140px;
}

.exp-table {
    min-width: max-content;
}

.exp-table .as-table-top {
    padding: 10px 0;
}

.exp-table .as-table-bottom {
    display: flex;
    justify-content: space-between;
}

.as-view-zv {
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 10px;
    display: flex;
    gap: 5px;
    padding: 3px 6px;
    align-items: center;
    background-color: #06C11F;
    border-radius: 4px;
    flex-shrink: 0;
}

.exp-table td {
    max-width: 240px;
}

@media screen and (max-width: 1500px) {
    .as-centre-table-top {
        flex-direction: column;
    }

    .as-centre-table-top h1 {
        max-width: 100%;
    }

    .as-centre-table-top-table {
        margin-left: auto;
    }
}

@media screen and (max-width: 1000px) {
    .as-culture {
        display: none;
    }

    .as-mob-none {
        display: none;
    }

    .as-mob-swiper {
        display: block;
    }

    .as-swiper {
        display: none;
    }

    .as-main .container-fluid.mob-no-p {
        padding-left: 0;
        padding-right: 0;
    }

    .as-breadcrumbs {
        display: none;
    }

    .as-video {
        margin-bottom: 0;
    }

    .as-advantages {
        padding: 70px 20px;
        border-radius: 0;
        flex-wrap: wrap;
        gap: 10px;
    }

    .as-advantages-item {
        max-width: 49%;
    }

    .as-mob-swiper {
        text-align: center;
        margin-top: 69px;
        padding-bottom: 192px;
    }

    .as-mob-swiper p {
        font-size: 20px;
    }

    .as-huge {
        font-size: 40px;
    }

    .as-mob-swiper .as-swiper-controls {
        margin-top: 25px;
        justify-content: center;
    }

    .as-mob-swiper .as-swiper-button {
        background-color: white;
        border-radius: 50%;
    }

    .as-reviews {
        flex-direction: column;
    }

    .as-swiper-controls {
        /*display: none;*/
        justify-content: center;
        margin-bottom: 30px;
    }

    .as-reviews .reviews {
        width: 100%;
    }

    .as-reviews .as-huge {
        text-align: center;
        margin-bottom: 30px;
    }

    .as-reviews-wrapper {
        width: 100%;
    }

    .as-reviews-item {
        flex-direction: column;
    }

    .as-reviews-item .img-wrapper {
        max-width: 220px;
        margin: 0 auto;
    }

    .as-reviews-content {
        padding-top: 50px;
    }

    .as-reviews-content::before {
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }

    .as-centre-content .image {
        display: none;
    }

    .as-centre-content .as-accordions {
        margin-left: 30px;
    }
}

@media screen and (max-width: 768px) {
    .as-centre-heading .back-link {
        display: none;
    }

    .as-centre-period {
        display: none;
    }

    .as-centre-content .image {
        display: none;
    }
}
