.section-intro {
    /* height: calc(100vh - 13.2rem); */
    overflow: hidden;
    position: relative;
    aspect-ratio: 3/1.2;
    /* background: rgb(255,255,255); */
    /* background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(218,205,189,1) 100%); */
    width: calc(100% - 1.2rem);
    border-radius: 2.4rem;
    margin: 0 auto;
}
.section-intro .content {
    height: 100%;
    display: flex;
    align-items: stretch;
    height: 100%;
}
.section-intro .swiper {
    width: 100%;
    height: 100%;
}
.section-intro .swiper .swiper-slide {
    overflow: hidden;
    position: relative;
    background-color: #000;
}
.section-intro .swiper .swiper-slide .slide-content {
    width: 100%;
    height: 100%;
    position: relative;
    /* opacity: .9; */
}
.section-intro .banner {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.section-intro .banner-bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.section-intro .banner-bg__media {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: brightness(70%);
}
.section-intro .banner-content {
    position: relative;
    z-index: 10;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, 0) 100%);
}
.section-intro .banner-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
    justify-content: flex-end;
    padding: 12rem 8rem;
    position: relative;
    z-index: 100;
    max-width: 90rem;
}
.swiper-slide.text-color-light .banner-text {

}
.swiper-slide.vertical .banner-text {
    padding: 6rem 3.6rem;
}
.section-intro .banner-title {
    font-weight: 200;
    font-size: 4.8rem;
    line-height: 1.1;
    color: #fff;
}
.section-intro .banner-subtitle {
    font-weight: 200;
    font-size: 2rem;
    margin-top: 3.2rem;
    opacity: .7;
    line-height: 1.1;
    color: #fff;
}
.section-intro .banner-links {
    display: flex;
    gap: 1.2rem;
    margin-top: 6rem;
}
.section-intro .banner-link {
    align-items: center;
    padding: 0 3.6rem;
    height: 6rem;
    border-radius: 2.4rem;
    background-color: #F3D3BD;
    display: flex;
    align-items: center;
    gap: 1.6rem;
    transition: .2s;
}
.section-intro .banner-link:hover {
    background-color: rgba(255, 255, 255, .1);
}
.section-intro .banner-link__label {
    display: block;
    font-size: 1.8rem;
    font-weight: 200;
    text-transform: lowercase;
    padding-bottom: .4rem;
    transition: .2s;
}
.section-intro .banner-link:hover .banner-link__label {
    color: #fff;
}
.section-intro .banner-link:after {
    content: '';
    width: 2.8rem;
    height: 2.8rem;
    flex-shrink: 0;
    border-radius: 2rem;
    background-image: url('./../../../media/img/common/icons/arrow-right-dark.svg');
    background-size: .6rem;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    background-color: rgba(255, 255, 255, .6);
    transition: .2s;
}
.section-intro .banner-link:hover:after {
    background-color: #F3D3BD;
}



.section-intro .swiper-intro .swiper-controls {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 3.6rem;
    justify-content: space-between;
    position: absolute;
    top: 12rem;
    bottom: 12rem;
    right: 18rem;
    z-index: 100;
}
.section-intro .swiper-intro .swiper-controls .swiper-pagination {
    display: flex;
    align-items: center;
    position: relative;
    color: #fff;
    opacity: .5;
    font-weight: 100;
    gap: .6rem;
    font-size: 3.2rem;
}
.section-intro .swiper-intro .swiper-controls .swiper-pagination.swiper-pagination-lock {
    display: none;
}
.section-intro .swiper-intro .swiper-controls .swiper-pagination .swiper-pagination-current {
    font-size: 6rem;
}
.section-intro .swiper-intro .swiper-controls .swiper-pagination .swiper-pagination-total {
    font-size: 2.4rem;
}
.section-intro .swiper-intro .swiper-controls .swiper-navigation {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: .6rem;
    flex-shrink: 0;
}
.section-intro .swiper-intro .swiper-controls .swiper-navigation .swiper-navigation-button {
    width: 6rem;
    height: 6rem;
    background-color: rgba(255, 255, 255, .1);
    color: #dacdbd;
    flex-shrink: 0;
    display: flex;
    border-radius: .6rem;
    cursor: pointer;
    transition: .1s;
    justify-content: center;
    align-items: center;
}
.section-intro .swiper-intro .swiper-controls .swiper-navigation .swiper-navigation-button:not(.swiper-button-disabled):hover {
    background-color: rgba(255, 255, 255, .2);
}
.section-intro .swiper-intro .swiper-controls .swiper-navigation .swiper-navigation-button.swiper-button-disabled {
    color: rgba(255, 255, 255, .5);
    cursor: not-allowed;
}
.section-intro .swiper-intro .swiper-controls .swiper-navigation .swiper-navigation-button.swiper-button-lock {
    pointer-events: none;
    display: none;
}
.section-intro .swiper-intro .swiper-controls .swiper-navigation .swiper-navigation-button.prev {

}
.section-intro .swiper-intro .swiper-controls .swiper-navigation .swiper-navigation-button.next {

}
.section-intro .swiper-intro .swiper-controls .swiper-navigation .swiper-navigation-button:before {
    font-family: 'Fontello';
    font-size: 2rem;
}
.section-intro .swiper-intro .swiper-controls .swiper-navigation .swiper-navigation-button.prev:before {
    content: '\e813';
}
.section-intro .swiper-intro .swiper-controls .swiper-navigation .swiper-navigation-button.next:before {
    content: '\e812';
}


















.section-products {
    margin-top: 12rem;
    width: 100%;
}
.section-products .section-heading {
    padding: 0 8rem;
    display: flex;
    align-items: stretch;
    flex-direction: column;
    gap: 2.4rem;
    width: 100%;
}
.section-products .section-heading .section-heading__line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 6rem;
    width: 100%;
}
.section-products .section-heading .section-title {
    display: block;
    flex-shrink: 0;
    font-size: 4rem;
    font-weight: 200;
    text-transform: lowercase;
    padding-bottom: .6rem;
}
.section-products .section-heading .swiper-controls {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 3.6rem;
}
.section-products .section-heading .swiper-controls .swiper-navigation {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: .6rem;
    flex-shrink: 0;
}
.section-products .section-heading .swiper-controls .swiper-navigation .swiper-navigation-button {
    width: 4rem;
    height: 4rem;
    background-color: #F3D3BD;
    flex-shrink: 0;
    display: flex;
    border-radius: 1.4rem;
    cursor: pointer;
    transition: .2s;
    justify-content: center;
    align-items: center;
}
.section-products .section-heading .swiper-controls .swiper-navigation .swiper-navigation-button:not(.swiper-button-disabled):hover {
    opacity: .7;
}
.section-products .section-heading .swiper-controls .swiper-navigation .swiper-navigation-button.swiper-button-disabled {
    opacity: .5;
    cursor: not-allowed;
}
.section-products .section-heading .swiper-controls .swiper-navigation .swiper-navigation-button.swiper-button-lock {
    pointer-events: none;
    display: none;
}
.section-products .section-heading .swiper-controls .swiper-navigation .swiper-navigation-button.prev {
    background-image: url('./../../../media/img/common/icons/arrow-left-dark.svg');
    background-size: .6rem;
    background-position: center;
    background-repeat: no-repeat;
}
.section-products .section-heading .swiper-controls .swiper-navigation .swiper-navigation-button.next {
    background-image: url('./../../../media/img/common/icons/arrow-right-dark.svg');
    background-size: .6rem;
    background-position: center;
    background-repeat: no-repeat;
}

.section-products .section-heading .swiper-pagination {
    display: block;
    width: 100%;
    background-color: rgba(0, 0, 0, .1);
    height: .2rem;
    position: relative;
}
.section-products .section-heading .swiper-pagination .swiper-pagination-progressbar-fill {
    background-color: #F3D3BD;
    height: .2rem;
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    transform: scale(0);
    transform-origin: left top;
}



.section-products .section-content {
    margin-top: 3.6rem;
}
.section-products .swiper-products {
    padding: 0 8rem;
}















.section-catalog {
    width: calc(100% - 1.2rem);
    margin: 10rem auto 0;
    position: relative;
    overflow: hidden;
    border-radius: 2.4rem;
}
.section-catalog .section-catalog__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.section-catalog .section-catalog__content {
    width: 100%;
    background-color: rgba(0, 0, 0, .5);
    padding: 12rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6rem;
    z-index: 10;
    position: relative;
}
.section-catalog .section-catalog__title {
    display: block;
    flex-shrink: 0;
    font-size: 5.2rem;
    font-weight: 100;
    text-transform: lowercase;
    text-align: center;
    color: #fff;
}

.section-catalog .catalog-link {
    align-items: center;
    padding: 0 3.6rem;
    height: 6rem;
    border-radius: 2.4rem;
    background-color: #F3D3BD;
    display: flex;
    align-items: center;
    gap: 1.6rem;
    transition: .2s;
}
.section-catalog .catalog-link:hover {
    background-color: rgba(255, 255, 255, .1);
}
.section-catalog .catalog-link__label {
    display: block;
    font-size: 1.8rem;
    font-weight: 200;
    text-transform: lowercase;
    padding-bottom: .4rem;
    transition: .2s;
}
.section-catalog .catalog-link:hover .catalog-link__label {
    color: #fff;
}
.section-catalog .catalog-link:after {
    content: '';
    width: 2.8rem;
    height: 2.8rem;
    flex-shrink: 0;
    border-radius: 2rem;
    background-image: url('./../../../media/img/common/icons/arrow-right-dark.svg');
    background-size: .6rem;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    background-color: rgba(255, 255, 255, .6);
    transition: .2s;
}
.section-catalog .catalog-link:hover:after {
    background-color: #F3D3BD;
}

















.section-problems {
    margin-top: 12rem;
}
.section-problems .section__inner {
    padding: 0 8rem;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 4.8rem;
}
.section-problems .section__heading {

}
.section-problems .section__title {
    display: block;
    flex-shrink: 0;
    font-size: 4rem;
    font-weight: 200;
    text-transform: lowercase;
}
.section-problems .section__body {

}
.section-problems .section__content {

}
.section-problems .problem-items {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: .2rem;
    align-items: stretch;
    overflow: hidden;
    position: relative;
    border-radius: 2.4rem;
}
.section-problems .problem-item {
    background-color: #F3D3BD;
    width: calc(25% - .15rem);
    padding: 3.6rem;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    position: relative;
    cursor: pointer;
    transition: .3s;
}
.section-problems .problem-item:hover {
    background-color: #69626d;
}
.section-problems .problem-item:hover .item-link {
    background-color: rgba(255, 255, 255, .1);
}
.section-problems .problem-item:hover .item-link:after {
    background-color: #f3d3bd;
}
.section-problems .problem-item .problem-item__title {
    display: block;
    line-height: 1.1;
    font-size: 2rem;
    font-weight: 200;
    flex-grow: 1;
    display: flex;
    gap: 1.2rem;
    width: 100%;
    position: relative;
    transition: .3s;
}
.section-problems .problem-item:hover .problem-item__title {
    color: #fff;
}
/* .section-problems .problem-item .problem-item__title:before {
    content: '';
    flex-shrink: 0;
    background-image: url('./../../../media/img/common/icons/check-dark.svg');
    background-size: 1.4rem;
    background-position: center;
    background-repeat: no-repeat;
    width: 3.6rem;
    height: 3.6rem;
    border-radius: 20rem;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: .3rem;
} */
.section-problems .problem-item .problem-item__title:before {
    content: '';
    flex-shrink: 0;
    width: 1.2rem;
    height: 1.6rem;
    border-radius: 20rem;
    margin-top: .3rem;
    background-color: #fff;
}
.section-problems .problem-item .problem-item__description {
    display: block;
    font-size: 1.4rem;
    font-weight: 200;
    margin-top: 1.2rem;
    line-height: 1.3;
    transition: .3s;
}
.section-problems .problem-item:hover .problem-item__description {
    color: #fff;
}
.section-problems .problem-item .item-link {
    padding: 0 .8rem 0 2rem;
    height: 4rem;
    border-radius: 1.6rem;
    background-color: #69626D;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 1.6rem;
    margin-top: 1.8rem;
    transition: .3s;
}
.section-problems .problem-item .item-link .item-link__label {
    display: block;
    font-size: 1.6rem;
    font-weight: 200;
    text-transform: lowercase;
    padding-bottom: .4rem;
    color: #fff;
    transition: .3s;
}
.section-problems .problem-item .item-link:after {
    content: '';
    width: 2.4rem;
    height: 2.4rem;
    flex-shrink: 0;
    border-radius: 2rem;
    background-image: url('./../../../media/img/common/icons/arrow-right-dark.svg');
    background-size: .6rem;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    background-color: #fff;
    transition: .3s;
}
.section-problems .problem-item .link-all {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 3.6rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 2rem;
}
.section-problems .problem-item .link-all:after {
    content: '';
    width: 8rem;
    height: 4rem;
    flex-shrink: 0;
    border-radius: 20rem;
    background-image: url('./../../../media/img/common/icons/arrow-right-dark.svg');
    background-size: .6rem;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    background-color: #fff;
    transition: .3s;
}
.section-problems .problem-item .link-all .link-all__label {
    font-weight: 200;
    font-size: 2rem;
    transition: .3s;
}
.section-problems .problem-item:hover .link-all .link-all__label {
    color: #fff;
}
.section-problems .problem-item:hover .link-all:after {
    background-color: #f3d3bd;
}








































.section-testimonials {
    margin-top: 12rem;
}
.section-testimonials .section-heading {
    padding: 0 8rem;
    display: flex;
    align-items: stretch;
    flex-direction: column;
    gap: 2.4rem;
    width: 100%;
    flex-shrink: 0;
}
.section-testimonials .section-heading .section-heading__line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 6rem;
    width: 100%;
}
.section-testimonials .section-heading .section-title {
    display: block;
    flex-shrink: 0;
    font-size: 5.2rem;
    font-weight: 200;
    text-transform: lowercase;
    padding-bottom: .6rem;
}
.section-testimonials .section-heading .swiper-controls {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 3.6rem;
}
.section-testimonials .section-heading .swiper-controls .swiper-navigation {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: .6rem;
    flex-shrink: 0;
}
.section-testimonials .section-heading .swiper-controls .swiper-navigation .swiper-navigation-button {
    width: 4rem;
    height: 4rem;
    background-color: #F3D3BD;
    flex-shrink: 0;
    display: flex;
    border-radius: 1.4rem;
    cursor: pointer;
    transition: .2s;
    justify-content: center;
    align-items: center;
}
.section-testimonials .section-heading .swiper-controls .swiper-navigation .swiper-navigation-button:not(.swiper-button-disabled):hover {
    opacity: .7;
}
.section-testimonials .section-heading .swiper-controls .swiper-navigation .swiper-navigation-button.swiper-button-disabled {
    opacity: .5;
    cursor: not-allowed;
}
.section-testimonials .section-heading .swiper-controls .swiper-navigation .swiper-navigation-button.swiper-button-lock {
    pointer-events: none;
    display: none;
}
.section-testimonials .section-heading .swiper-controls .swiper-navigation .swiper-navigation-button.prev {
    background-image: url('./../../../media/img/common/icons/arrow-left-dark.svg');
    background-size: .6rem;
    background-position: center;
    background-repeat: no-repeat;
}
.section-testimonials .section-heading .swiper-controls .swiper-navigation .swiper-navigation-button.next {
    background-image: url('./../../../media/img/common/icons/arrow-right-dark.svg');
    background-size: .6rem;
    background-position: center;
    background-repeat: no-repeat;
}

.section-testimonials .section-heading .swiper-pagination {
    display: block;
    width: 100%;
    background-color: rgba(0, 0, 0, .1);
    height: .2rem;
    position: relative;
}
.section-testimonials .section-heading .swiper-pagination .swiper-pagination-progressbar-fill {
    background-color: #F3D3BD;
    height: .2rem;
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    transform: scale(0);
    transform-origin: left top;
}

.section-testimonials .section-content {
    margin-top: 3.6rem;
}


.section-testimonials .swiper-testimonials {
    padding: 0 8rem;
    position: relative;
    z-index: 50;
}

.section-testimonials .swiper-testimonials .swiper-slide {
    overflow: hidden;
    width: 100%;
}

.section-testimonials .swiper-testimonials .testimonial-item {
    display: flex;
    position: relative;
    overflow: hidden;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 1.2rem;
    background-color: #f3f3f3;
    border-radius: 1.2rem;
    width: 100%;
    height: 100%;
}
.section-testimonials .swiper-testimonials .testimonial-item .link-all {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 3.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 3.2rem;
    text-transform: lowercase;
    text-align: center;
    font-weight: 200;
    flex-direction: column;
    z-index: 200;
    gap: 2.4rem;
}
.section-testimonials .swiper-testimonials .testimonial-item .link-all:after {
    content: '';
  width: 6rem;
  height: 6rem;
  flex-shrink: 0;
  border-radius: 20rem;
  background-image: url('./../../../media/img/common/icons/arrow-right-dark.svg');
  background-size: 1rem;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  background-color: #fff;
  transition: .3s;
}
.section-testimonials .swiper-testimonials .testimonial-item .testimonial-item__card {
    position: relative;
    z-index: 50;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    flex-shrink: 0;
    border-radius: 1.2rem;
    overflow: hidden;
}
.section-testimonials .swiper-testimonials .testimonial-item .testimonial-item__card .media-wrap {
    width: 100%;
    aspect-ratio: 3/4;
    position: relative;
    overflow: hidden;
}
.section-testimonials .swiper-testimonials .testimonial-item .testimonial-item__card .media-wrap .button-play {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 110;
    cursor: pointer;
    position: absolute;
}
.section-testimonials .swiper-testimonials .testimonial-item .testimonial-item__card .media-wrap .button-play .play-icon {
    background-image: url('./../../../media/img/common/icons/play-light.svg');
    background-size: 2rem;
    background-position: center;
    background-repeat: no-repeat;
    width: 8rem;
    height: 8rem;
    border-radius: 3rem;
    background-color: rgba(255, 255, 255, .15);
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -4rem;
    margin-left: -4rem;
    z-index: 120;
    transition: .3s;
}
.section-testimonials .swiper-testimonials .testimonial-item .testimonial-item__card:hover .media-wrap .button-play .play-icon {
    border-radius: 50%;
    background-color: rgba(0, 0, 0, .2);
}
.section-testimonials .swiper-testimonials .testimonial-item .testimonial-item__card .poster-wrap {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
}
.section-testimonials .swiper-testimonials .testimonial-item .testimonial-item__card .testimonial__poster {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center;
    filter: brightness(70%);
    transition: .3s;
}
.section-testimonials .swiper-testimonials .testimonial-item.last .testimonial-item__card .testimonial__poster {
    /* filter: blur(1rem); */
    transform: scale(1.1);
}
.section-testimonials .swiper-testimonials .swiper-slide .testimonial-item .testimonial-item__card:hover .testimonial__poster {
    filter: brightness(50%);
    transform: scale(1.1);
}
.section-testimonials .swiper-testimonials .swiper-slide .testimonial-item.last .testimonial-item__card:hover .testimonial__poster {
    filter: brightness(50%);
    transform: scale(1.2);
}
.section-testimonials .swiper-testimonials .testimonial-item .testimonial-item__card .video-wrap {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.section-testimonials .swiper-testimonials .testimonial-item .testimonial-item__card .testimonial__video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: contain;
    object-position: center;
}

.section-testimonials .swiper-testimonials .testimonial-item .testimonial__person {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 3.6rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: linear-gradient(0deg,rgba(0, 0, 0, .7) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 200;
    pointer-events: none;
}
.section-testimonials .swiper-testimonials .testimonial-item .testimonial__name {
    display: block;
    text-align: center;
    line-height: 1.2;
    color: #fff;
}






.section-testimonials .testimonial-popup {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 200000;
    background-color: rgba(255, 255, 255, .7);
    backdrop-filter: blur(1rem);
    display: none;
}
.section-testimonials .testimonial-popup.active {
    display: block;
}
.section-testimonials .testimonial-popup .testimonial-popup-close {
    position: absolute;
    right: 8rem;
    top: 3rem;
    height: 6rem;
    width: 6rem;
    display: flex;
    align-items: stretch;
    justify-content: center;
    background-color: #69626d;
    cursor: pointer;
    border-radius: 10rem;
    transition: .3s;
}
.section-testimonials .testimonial-popup .testimonial-popup-close:hover {
    transform: rotate(90deg);
    opacity: .7;
}
.section-testimonials .testimonial-popup .testimonial-popup-close:before {
    content: '';
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    width: 2.4rem;
    background-image: url('../../../media/img/common/icons/close-light.svg');
}
.section-testimonials .testimonial-popup .columns {
    width: 100%;
    height: 100%;
    display: flex;
    gap: 6rem;
    align-items: stretch;
    justify-content: center;
    padding: 12rem 8rem;
}
.section-testimonials .testimonial-popup .column {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
    position: relative;
}
.section-testimonials .testimonial-popup .video-wrap {
    height: 100%;
    max-height: 60rem;
    aspect-ratio: 3/4;
    position: relative;
    overflow: hidden;
    border-radius: 2.4rem;
    background-color: #fff;
}
.section-testimonials .testimonial-popup .testimonial__video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.section-testimonials .testimonial-popup .testimonial__person {
    display: none;
}
.section-testimonials .testimonial-popup .testimonial__name {

}
.section-testimonials .testimonial-popup  .testimonial-products {
    display: flex;
    width: 100%;
    gap: 1.2rem;
    align-items: stretch;
    flex-direction: column;
}
























.section-questions {
    margin-top: 12rem;
}
.section-questions .section__inner {
    padding: 0 8rem;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 4.8rem;
}
.section-questions .section__heading {

}
.section-questions .section__title {
    display: block;
    flex-shrink: 0;
    font-size: 5.2rem;
    font-weight: 200;
    text-transform: lowercase;
}
.section-questions .section__body {

}
.section-questions .section__content {
    display: grid;
    grid-template-columns: 1fr 2fr;
    align-items: start;
    gap: 8rem;
    width: 100%;
}
.section-questions .text {
    width: 100%;
    position: sticky;
    top: 12rem;
}
.section-questions .text-title {
    display: block;
    font-size: 8rem;
    font-weight: 200;
    text-transform: lowercase;
}
.section-questions .text-description {
    display: block;
    font-size: 2.4rem;
    font-weight: 200;
    margin-top: 6rem;
    line-height: 1.3;
}
.section-questions .questions-block {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
}
.section-questions .question-items {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 4.8rem;
    align-items: stretch;
}
.section-questions .question-item {
    width: 100%;
    cursor: pointer;
}
.section-questions .question-item .question-item__title {
    display: block;
    line-height: 1.2;
    font-size: 3.2rem;
    font-weight: 200;
    display: flex;
    align-items: flex-start;
    gap: 2rem;
}
.section-questions .question-item .question-item__title:before {
    content: '';
    background-image: url('./../../../media/img/common/icons/plus-dark.svg');
    background-size: 1.6rem;
    background-position: center;
    background-repeat: no-repeat;
    width: 4rem;
    height: 4rem;
    border-radius: 2.4rem;
    background-color: #F3D3BD;
    display: block;
    flex-shrink: 0;
    transition: .3s;
}
.section-questions .question-item:hover .question-item__title:before {
    opacity: .7;
}
.section-questions .question-item.active .question-item__title:before {
    transform: rotate(45deg);
}
.section-questions .question-item .question-item__description {
    display: block;
    font-size: 1.6rem;
    font-weight: 200;
    margin-top: 2rem;
    line-height: 1.3;
    display: none;
}
.section-questions .question-item.active .question-item__description {
    display: block;
}

.section-questions .link-all {
    padding: 0 3.6rem;
    height: 6rem;
    border-radius: 2.4rem;
    background-color: #69626D;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.6rem;
    margin-top: 5.2rem;
    align-self: flex-start;
}
.section-questions .link-all .link-all__label {
    display: block;
    font-size: 1.8rem;
    font-weight: 200;
    text-transform: lowercase;
    padding-bottom: .4rem;
    color: #fff;
    transition: .2s;
}
.section-questions .link-all:hover .link-all__label {
    color: #F3D3BD;
}
.section-questions .link-all:after {
    content: '';
    width: 2.8rem;
    height: 2.8rem;
    flex-shrink: 0;
    border-radius: 2rem;
    background-image: url('./../../../media/img/common/icons/arrow-right-dark.svg');
    background-size: .6rem;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    background-color: rgba(255, 255, 255, .6);
    transition: .2s;
}
.section-questions .link-all:hover:after {
    background-color: #F3D3BD;
}









.about {
    width: 100%;
    display: grid;
    grid-template-columns: 2fr 1fr;
    /* background-color: #fff; */
    padding: 0 8rem;
    gap: 8rem;
    margin-top: 12rem;
}
.about__info {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 6rem 0;
}
.about__title {
    display: block;
    flex-shrink: 0;
    font-size: 6rem;
    font-weight: 200;
    text-transform: lowercase;
}
.about__text {
    margin-top: 3.6rem;
    font-size: 1.8rem;
    line-height: 1.6;
    font-weight: 200;
}
.about .about-link {
    padding: 0 3.6rem;
    height: 6rem;
    border-radius: 2.4rem;
    background-color: #69626D;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.6rem;
    margin-top: 5.2rem;
    align-self: flex-start;
}
.about .about-link .about-link__label {
    display: block;
    font-size: 1.8rem;
    font-weight: 200;
    text-transform: lowercase;
    padding-bottom: .4rem;
    color: #fff;
    transition: .2s;
}
.about .about-link:hover .about-link__label {
    color: #F3D3BD;
}
.about .about-link:after {
    content: '';
    width: 2.8rem;
    height: 2.8rem;
    flex-shrink: 0;
    border-radius: 2rem;
    background-image: url('./../../../media/img/common/icons/arrow-right-dark.svg');
    background-size: .6rem;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    background-color: rgba(255, 255, 255, .6);
    transition: .2s;
}
.about .about-link:hover:after {
    background-color: #F3D3BD;
}
.about__img {
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 2.4rem;
    aspect-ratio: 9/10;
}
.about__img img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

































.section-articles {
    margin-top: 12rem;
}

.section-articles .section-heading {
    padding: 0 8rem;
    display: flex;
    align-items: stretch;
    flex-direction: column;
    gap: 2.4rem;
    width: 100%;
}
.section-articles .section-heading .section-heading__line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 6rem;
    width: 100%;
}
.section-articles .section-heading .section-title {
    display: block;
    flex-shrink: 0;
    font-size: 5.2rem;
    font-weight: 200;
    text-transform: lowercase;
    padding-bottom: .6rem;
}
.section-articles .section-heading .swiper-controls {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 3.6rem;
}
.section-articles .section-heading .swiper-controls .swiper-navigation {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: .6rem;
    flex-shrink: 0;
}
.section-articles .section-heading .swiper-controls .swiper-navigation .swiper-navigation-button {
    width: 4rem;
    height: 4rem;
    background-color: #F3D3BD;
    flex-shrink: 0;
    display: flex;
    border-radius: 1.4rem;
    cursor: pointer;
    transition: .2s;
    justify-content: center;
    align-items: center;
}
.section-articles .section-heading .swiper-controls .swiper-navigation .swiper-navigation-button:not(.swiper-button-disabled):hover {
    opacity: .7;
}
.section-articles .section-heading .swiper-controls .swiper-navigation .swiper-navigation-button.swiper-button-disabled {
    opacity: .5;
    cursor: not-allowed;
}
.section-articles .section-heading .swiper-controls .swiper-navigation .swiper-navigation-button.swiper-button-lock {
    pointer-events: none;
    display: none;
}
.section-articles .section-heading .swiper-controls .swiper-navigation .swiper-navigation-button.prev {
    background-image: url('./../../../media/img/common/icons/arrow-left-dark.svg');
    background-size: .6rem;
    background-position: center;
    background-repeat: no-repeat;
}
.section-articles .section-heading .swiper-controls .swiper-navigation .swiper-navigation-button.next {
    background-image: url('./../../../media/img/common/icons/arrow-right-dark.svg');
    background-size: .6rem;
    background-position: center;
    background-repeat: no-repeat;
}

.section-articles .section-heading .swiper-pagination {
    display: block;
    width: 100%;
    background-color: rgba(0, 0, 0, .1);
    height: .2rem;
    position: relative;
}
.section-articles .section-heading .swiper-pagination .swiper-pagination-progressbar-fill {
    background-color: #F3D3BD;
    height: .2rem;
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    transform: scale(0);
    transform-origin: left top;
}




.section-articles .section-content {
    margin-top: 3.6rem;
}
.section-articles .swiper-articles {
    padding: 0 8rem;
}


.section-articles .swiper-articles {

}

.section-articles .swiper-articles .swiper-slide {
    overflow: hidden;
    position: relative;
}

.section-articles .article-item {
    display: block;
    width: 100%;
    position: relative;
}
.section-articles .article-item .link-all {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 100;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 3.6rem 3.6rem 4rem 3.6rem;
    font-size: 3.2rem;
    text-transform: lowercase;
    color: #fff;
    font-weight: 200;
    gap: 2rem;
}
.section-articles .article-item .link-all:after {
    content: '';
  width: 4rem;
  height: 4rem;
  flex-shrink: 0;
  border-radius: 2rem;
  background-image: url('./../../../media/img/common/icons/arrow-right-dark.svg');
  background-size: .6rem;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  background-color: #fff;
  transition: .3s;
  margin-top: .4rem;
}
.section-articles .article-item .article-item__img-wrap {
    position: relative;
    display: block;
    width: 100%;
    border-radius: 1.2rem;
    overflow: hidden;
    background-color: #000;
    aspect-ratio: 16/9;
}
.section-articles .article-item .article-item__img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
    transition: .3s;
}
.section-articles .article-item.last .article-item__img {
    filter: brightness(60%) blur(1rem);
    scale: 1.1;
}
.section-articles .article-item:hover .article-item__img {
    transform: scale(1.05);
    opacity: .7;
}
.section-articles .article-item .article-item__text {
    display: block;
    margin-top: 2rem;
    width: 100%;
    padding: 0 2.4rem;
}
.section-articles .article-item .article-item__title {
    display: block;
    line-height: 1.3;
    font-size: 2.4rem;
    font-weight: 200;
}
.section-articles .article-item .article-item__actions {
    display: flex;
    gap: .6rem;
    align-items: center;
    margin-top: 3.6rem;
    display: none;
}
.section-articles .article-item .article-item__action {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    font-size: 1.2rem;
    color: #fff;
    gap: 1.2rem;
    text-transform: uppercase;
    letter-spacing: .2rem;
}
.section-articles .article-item .article-item__action:after {
    font-family: 'Fontello';
    content: '\e812';
}






















