section.main-slider-section {
    position: relative;
    overflow: hidden;
}
.music-block {
    position: absolute;
    bottom: 24px;
    left: 24px;
    z-index: 2;
    width: 61px;
    height: 61px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.music-block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.music-block__logo {
    position: absolute;
    display: flex;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.music-block__logo img {
    filter: invert(1);
    width: 15px;
}
.music-block__controller {
    position: absolute;
    width: 61px;
    height: 61px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.music-block__controller svg.play,
.music-block__controller svg.stop {
    position: absolute;
    opacity: 0;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
audio.music-mp3 {
    display: none;
}
.music-block:hover .music-block__logo {
    opacity: 0;
    visibility: hidden;
}
.music-block:hover .music-block__controller svg.play {
    opacity: 1;
    visibility: visible;
}
.music-block.active .music-block__logo,
.music-block.active .music-block__controller svg.play  {
    opacity: 0;
    visibility: hidden;
}
.music-block.active .music-block__controller svg.stop {
    opacity: 1;
    visibility: visible;
}
.music-block.active img.music-anim {
    animation: spin 30s linear infinite;
}
.main-review {
    position: absolute;
    right: 20px;
    bottom: 16px;
    width: 132px;
    height: 132px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 8;
    text-align: center;
}
.main-review__content {
    padding: 20px;
}
.main-review svg {
    position: absolute;
    top: -5%;
    left: -10%;
    object-fit: contain;
    width: 120%;
    height: 120%;
    font-size: 9px;
    letter-spacing: 6px;
    fill: #ffffff;
    animation: spin 30s linear infinite;
}
.main-review span:nth-child(1) {
    color: #FFFFFF;
    font-size: 40px;
}
.main-review span:nth-child(2) {
    color: #FFFFFF;
    font-size: 9px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}
.swiper-main-bg {
    position: absolute;
    top: 19%;
    left: 0;
    z-index: 8;
    width: 233px !important;
    height: 445px !important;
    object-fit: contain !important;
    object-position: left;
}
.swiper-main__item {
    width: 100%;
    aspect-ratio: 1920 / 880;
}
.swiper-main__item img,
.swiper-main__item video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper-main__item img.swiper-img-center {
    width: 220px;
    height: 220px;
    position: absolute;
    object-fit: contain;
/*    left: 50%;*/
/*    transform: translateX(-50%);*/
/*    top: 110px;*/
    left: 55%;
    transform: translateX(-50%) translateY(25%);
    bottom: 100%;
    z-index: 2;
}
.swiper-main__container {
    position: absolute;
    width: 875px;
    inset: 0;
    transform: translateX(-50%);
    left: 50%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 135px;
}
.swiper-main__title {
    color: #4F909C;
    font-size: 72px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    line-height: 1.1;
    width: 70%;
    letter-spacing: -4px;
    margin-bottom: 22px;
    position: relative;
    left: -7px;
}
.swiper-main__desc span.desc-xs,
.swiper-main__title span.title-xs {
    display: none;
}
.swiper-main__desc {
    color: #124049;
    font-size: 16px;
    margin-bottom: 41px;
    width: 45%;
    line-height: 1.3;
}
.swiper-main__prev {
    position: absolute;
    top: 46%;
    left: 40px;
    z-index: 9;
    cursor: pointer;
}
.swiper-main__next {
    position: absolute;
    top: 46%;
    right: 40px;
    z-index: 9;
    cursor: pointer;
}
.swiper-main__pagination {
    position: absolute;
    transform: translateX(-50%) !important;
    left: 50% !important;
    width: 875px !important;
    bottom: 34px !important;
    display: flex;
    justify-content: flex-start;
}
.swiper-main__pagination span {
    margin: 0 5px !important;
    background: rgba(0, 0, 0, 0.3);
    width: 4px;
    height: 4px;
    border-radius: 12px;
    opacity: 1;
    transition: width 0.5s ease-in-out;
}
.swiper-main__pagination span.swiper-pagination-bullet-active {
    background: #000000;
    width: 16px;
}
.fixed-info {
    right: 0;
    position: fixed;
    transform: translateX(calc(100% - 30px));
    z-index: 99;
    background: #000000;
    border-radius: 8px 0 0 8px;
    top: 16%;
    padding: 4px 0;
    transition: transform 0.5s ease-in-out;
}
.fixed-info:hover {
    transform: translateX(0);
}
.fixed-info__item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 9px 10px;
}
.fixed-info__icon {
    display: flex;
}
.fixed-info__res a,
.fixed-info__res span {
    line-height: 1;
    color: #ffffff;
    font-size: 13px;
    transition: color 0.3s ease-in-out;
}
.fixed-info__res a.underline {
    text-decoration: underline;
}
.smooth-info-section {
    overflow: hidden;
}
.smooth-info {
    padding: 14px 0;
}
.smooth-info__list {
    gap: 100px;
    display: flex;
    margin-right: 100px;
}
.smooth-info__item {
    color: #000000;
    font-size: 14px;
    position: relative;
}
.smooth-info__item:before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    border: 1px solid #000000;
    border-radius: 50%;
    right: -50px;
    top: 50%;
    transform: translateY(-50%);
}
.smooth-info__item a {
    color: #000000;
}
section.slider-products {
    margin: 68px 0;
    overflow: hidden;
    position: relative;
}
.slider-products__slider {
    position: relative;
}
.slider-products__slider:before {
    display: none;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%;
    width: 1000px;
    background: rgba(244, 245, 247, 0.65);
    z-index: 2;
    pointer-events: none;
}
.slider-products__slider:after {
    display: none;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    width: 1000px;
    background: rgba(244, 245, 247, 0.65);
    z-index: 2;
    pointer-events: none;
}
.slider-products__prev {
    display: block;
    position: absolute;
    top: 17%;
    left: 20px;
    z-index: 9;
    cursor: pointer;
}
.slider-products__next {
    display: block;
    position: absolute;
    top: 17%;
    right: 20px;
    z-index: 9;
    cursor: pointer;
}
.slider-products__item {
    width: 180px;
}
.slider-products__item a {
    text-decoration: none;
    transition: background-color 0.3s ease-in-out;
}
.slider-products__photo {
    height: 154px;
    background: #f4f5f7;
    overflow: hidden;
}
.slider-products__photo img {
    mix-blend-mode: multiply;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.3s ease-in-out;
}
.slider-products__name {
    color: #000000;
    font-size: 16px;
    text-align: center;
    margin-top: 10px;
    padding: 0 20px;
    transition: color 0.3s ease-in-out;
}

.product-tab {
    margin: 95px 0 0;
    overflow: hidden;
}
.product-tab__tab-overflow {
    overflow: auto;
    width: 100%;
    -ms-overflow-style: none;
    scrollbar-width: none;
    position: relative;
}
.product-tab__tab-overflow::-webkit-scrollbar {
    display: none;
}
.product-tab__tab-overflow:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, rgba(213, 213, 213, 0.05) 0%, #D5D5D5 50%, rgba(213, 213, 213, 0.05) 100%);
}
.product-tab__tab {
    display: flex;
    justify-content: center;
    gap: 34px;
    position: relative;
    width: max-content;
    margin: auto;
    padding: 0 20px;
}
.product-tab__item {
    color: rgba(0, 0, 0, 0.7);
    padding: 4px 0;
    cursor: pointer;
    transition: color 0.3s ease-in-out;
}
.product-tab__item.active {
    color: #00238F;
    font-weight: 600;
    position: relative;
}
.product-tab__item.active:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #00238F;
}
.product-tab__content {
    display: flex;
    align-items: flex-start;
    margin-top: 40px;
    position: absolute;
    top: -40px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}
.product-tab__content.active {
    opacity: 1;
    visibility: visible;
    position: static;
}
.product-tab__content.pr-tab-sale .product-tab__left {
    padding-top: 83px;
}
.product-tab__content.pr-tab-sale .product-tab__num {
    text-align: left;
    padding-left: 10px;
}
.product-tab__content.pr-tab-sale .product-tab__desc {
    text-align: left;
    padding: 0 65px 0 10px;
    margin: 25px 0 88px;
}
.product-tab__left {
    width: 366px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 265px 22px 19px 63px;
    flex-shrink: 0;
    background: radial-gradient(80.86% 47.32% at 94.44% 50%, rgba(255, 255, 255, 0.7) 0, rgba(255, 255, 255, 0.4) 66.43%, rgba(255, 255, 255, 0) 100%);
    z-index: 2;
}
.product-tab__left:before {
    content: "";
    width: 81px;
    background: radial-gradient(91.98% 47.32% at 5.56% 50%, rgba(215, 215, 215, 0.5) 0, rgba(222, 222, 222, 0.05) 66.43%, rgba(225, 225, 225, 0) 100%);
    position: absolute;
    top: 0;
    right: -81px;
    height: 100%;
    z-index: 1;
}
img.products-panel-one__image {
    position: absolute;
    width: 329px;
    left: 0;
    top: -67px;
    pointer-events: none;
}
.product-tab__num {
    font-family: 'Poppins', sans-serif;
    font-weight: 200;
    font-size: 112px;
    line-height: 102px;
    letter-spacing: -1px;
    text-align: center;
    color: #00238f;
}
.product-tab__desc {
    padding: 0 50px;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 39px;
    margin-top: 9px;
    height: 44px;
    overflow: hidden;
}
.product-tab__btn a {
    color: #fff;
    font-family: NotoSans, sans-serif;
    font-size: 14px;
    font-weight: 600;
    background: #00238f;
    border-radius: 4px;
    text-decoration: none;
    padding: 16px;
    display: inline-flex;
    justify-content: center;
    text-align: center;
    line-height: 1.14;
    border: 1px solid #00238f;
    outline: 0;
    width: 100%;
    transition: background 0.5s;
}
.product-tab__slider {
    width: calc(100% - 325px);
    padding: 10px 0 130px 20px;
    position: relative;
    overflow: hidden;
}

.product-tab__slider .scrollbar-custom {
    margin-top: 30px;
}
.slider-products__pagination {
    position: static;
    margin-top: 30px;
}
.product-tab__prev {
    position: absolute;
    left: 20px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.5);
    top: 10px;
    bottom: 175px;
    z-index: 9;
}
.product-tab__next {
    position: absolute;
    right: 0;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.5);
    top: 10px;
    bottom: 175px;
    z-index: 9;
}
.product-tab__prev svg,
.product-tab__next svg {
    cursor: pointer;
}

section.promo-cards {
    margin: 0 0 100px;
}
.promo-cards__grid {
    display: grid;
    gap: 8px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
}
.promo-cards__item--large {
    grid-column: span 1;
    grid-row: span 2;
    min-height: 650px;
    height: 100% !important;
}
.promo-cards__names {
    color: rgba(0, 0, 0, 1);
    font-size: 38px;
    font-family: 'Poppins', sans-serif;
    letter-spacing: -1px;
    margin-bottom: 44px;
}
.promo-cards__item {
    position: relative;
    display: block;
    border-radius: 4px;
    overflow: hidden;
    color: #fff;
    text-decoration: none;
    height: 334px;
}
.promo-cards__image-wrapper {
    position: absolute;
    inset: 0;
    overflow: hidden;
}
.promo-cards__image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: transform 0.3s ease-out;
}
.promo-cards__content {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 32px 32px 22px 49px;
}
.promo-cards__item::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0, rgba(0, 0, 0, 0) 60%);
    z-index: 1;
    transition: background 0.3s ease;
}
.promo-cards__title {
    font-family: Poppins, sans-serif;
    font-weight: 400;
    font-size: 28px;
    letter-spacing: 0;
    margin: 0 0 8px 0;
    line-height: 1.1;
}
.promo-cards__text {
    margin: 0 0 12px 0;
    max-width: 420px;
    line-height: 1.3;
}
.promo-cards__link {
    font-family: NotoSans, sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-decoration: underline;
    text-underline-offset: 4px;
}
section.collection-tab {
    margin: 105px 0;
    position: relative;
    z-index: 2;
}
section.collection-tab.reverse-collect .collection-tab__content {
    flex-direction: row-reverse;
}
section.collection-tab.reverse-collect .collection-tab__left {
    margin-left: 7px;
    margin-right: unset;
}
.collection-tab__title {
    text-align: center;
    font-size: 38px;
    line-height: 1;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 50px;
}
.product-tab__res {
    position: relative;
}
.collection-tab__content {
    display: flex;
    margin-top: 40px;
    position: absolute;
    top: -40px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}
.collection-tab__content.active {
    position: static;
    opacity: 1;
    visibility: visible;
}
.collection-tab__left {
    width: 50%;
    padding-right: 7px;
    position: relative;
}
.collection-tab__left:before {
    content: "";
    position: absolute;
    z-index: 2;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0, rgb(0 0 0 / 10%) 60%);
}
.collection-tab__left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.collection-tab__info {
    position: absolute;
    z-index: 3;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 62px 48px;
}
.collection-tab__right {
    display: flex;
    flex-wrap: wrap;
    width: 50%;
    align-items: flex-start;
    gap: 6px;
}
.collection-tab__right .product-mini {
    width: calc(50% - 3px);
}
.collection-tab__name {
    color: #FFFFFF;
    font-size: 65px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    line-height: 1.2;
    width: 100%;
    letter-spacing: -2.5px;
    margin-bottom: 4px;
}
.collection-tab__desc {
    color: #FFFFFF;
    margin-bottom: 27px;
    width: 75%;
}
.product-logo {
    margin: 0 0 90px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}
.product-logo__title {
    color: #FFFFFF;
    font-size: 38px;
    text-align: center;
}
.product-logo .product-logo-slider-item {
    width: auto;
    display: flex;
    align-items: center;
}
.product-logo img {
    max-height: 74px;
    height: 74px;
    display: block;
}
.product-logo-main-slide {
    background-size: cover;
    background-position: center;
    height: 85vh;
    padding: 68px 0 72px;
    position: relative;
}
.product-logo-main-slide:before {
    content: "";
    position: absolute;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 68.5%, rgba(0, 0, 0, 0.6) 87.88%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 33.02%);
    inset: 0;
}
.product-logo-slider {
    position: absolute;
    top: 44%;
    left: 0;
    right: 0;
    height: 74px;
    overflow: hidden;
}
.product-logo-slider .swiper-slide {
    height: 74px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 200ms linear;
    transform: scale(0.6);
    cursor: pointer;
}
.product-logo-slider .swiper-slide-active {
    transform: scale(0.8);
}
.product-logo-main-slide__bottom {
    position: absolute;
    bottom: 68px;
    left: 0;
    right: 0;
}
.product-logo__desc {
    color: #FFFFFF;
    text-align: center;
    width: 535px;
    margin: auto;
    line-height: 1.45;
}
.product-logo__btn {
    display: flex;
    justify-content: center;
    margin-top: 40px;
    gap: 16px;
}
.about-given__grid {
    display: grid;
    gap: 8px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    margin-top: 48px;
}
.about-given__item {
    position: relative;
    display: block;
    border-radius: 4px;
    overflow: hidden;
    color: #fff;
    text-decoration: none;
    min-height: 334px;
}
.about-given__item.one {
    background-color: #00238F;
}
.about-given__item.one img {
    width: 50%;
    right: 0;
    position: absolute;
    object-fit: contain;
    object-position: top right;
}
.about-given__item.two {
    background-color: #EFEBE6;
    color: #000000;
}
.about-given__item.two img {
    width: 72%;
    right: 0;
    position: absolute;
    object-fit: contain;
    object-position: top right;
}
.about-given__item--large {
    grid-column: span 1;
    grid-row: span 2;
    position: relative;
}
.about-given__item--large:before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(1, 7, 15, 0) 62.22%, rgba(1, 7, 15, 0.8) 100%);
}
.about-given__item--large h3.about-given__title {
    font-size: 60px;
}
.about-given__content {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 32px 32px 49px 49px;
}
.about-given__image-wrapper {
    position: absolute;
    inset: 0;
    overflow: hidden;
}
.about-given__image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: transform 0.5s ease-out;
}
section.about-given {
    margin: 101px 0;
}
.about-given__title-main {
    font-size: 38px;
    font-family: 'Poppins', sans-serif;
}
h3.about-given__title {
    font-family: Poppins, sans-serif;
    font-weight: 400;
    font-size: 28px;
    letter-spacing: 0;
    margin: 0 0 8px 0;
}
.about-given__text {
    margin: 0 0 6px 0;
    max-width: 345px;
    line-height: 1.3;
}
.about-given__link {
    font-family: NotoSans, sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-decoration: underline;
    text-underline-offset: 4px;
}
section.scroll-info {
    margin: 100px 0;
    overflow: hidden;
}
.scroll-info__title {
    font-size: 38px;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 35px;
}
.scroll-info-marquee {
    margin-bottom: 6px;
}
.scroll-info__item {
    margin-right: 6px;
    display: inline-flex !important;
    gap: 6px;
}
.scroll-info-marquee a {
    box-shadow: 1px 1px 4px 2px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
    border-radius: 4px;
    padding: 14px 48px;
    display: inline-block;
    text-align: center;
    color: #000;
    transition: background-color 0.4s ease-in-out;
}
section.video-reviews {
    margin: 105px 0 62px;
    position: relative;
}
.slider-section-overflow {
    overflow: hidden;
}
section.video-reviews:before {
    content: "";
    position: absolute;
    right: 0;
    top: -65px;
    background-image: url('/images/bat.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 230px;
    height: 230px;
}
.video-reviews__title {
    font-size: 38px;
    font-family: 'Poppins', sans-serif;
    letter-spacing: -0.6px;
}
.video-reviews__slide {
    margin-top: 40px;
    position: relative;
}
a.video-reviews__item {
    width: 328px;
    height: 445px;
    position: relative;
    overflow: hidden;
}
a.video-reviews__item:before {
    content: "";
    position: absolute;
    background-image: url("/images/svg/play.svg");
    background-repeat: no-repeat;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 43px;
    height: 58px;
    z-index: 2;
}
.video-reviews__top {
    position: absolute;
    top: 27px;
    left: 24px;
    display: flex;
    align-items: center;
    gap: 16px;
    color: #fff;
    font-size: 14px;
    z-index: 2;
}
.video-reviews__icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
}
.video-reviews__icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.video-reviews__name {
    border-bottom: 1px solid #ffffff;
}
.video-reviews__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease-in-out;
}
.video-reviews__desc {
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 25px;
    line-height: 1.6;
}
.scrollbar-custom {
    position: relative !important;
    margin-top: 43px;
    display: flex;
    height: 15px !important;
    left: 0 !important;
    width: 95% !important;
    background: unset !important;
    z-index: 0 !important;
}
.scrollbar-custom:before {
    content: "";
    top: 6px;
    position: absolute;
    left: 0;
    right: 0;
    background: #0000001A;
    height: 3px;
}
.scrollbar-custom .swiper-scrollbar-drag {
    background: #000000;
    height: 3px;
    top: 6px;
}
.google-reviews {
    display: flex;
    align-items: center;
    margin-top: 30px;
    padding-bottom: 50px;
}
.google-reviews__left {
    width: 195px;
    height: 260px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 2;
    background: #FAFAFA;

}
.google-reviews__left:before {
    content: "";
    position: absolute;
    left: -1000px;
    top: 0;
    bottom: 0;
    right: 100%;
    background: #FAFAFA;
}
.google-reviews__left:after {
    content: "";
    position: absolute;
    width: 1px;
    top: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(233, 233, 233, 0.4) 4.01%, #E9E9E9 50%, rgba(233, 233, 233, 0.4) 95.99%);
}
.google-reviews__left-shadow {
    content: "";
    width: 30px;
    background: radial-gradient(91.98% 47.32% at 0 50%, rgba(215, 215, 215, 0.29) 0, rgba(222, 222, 222, 0) 100%, rgba(225, 225, 225, 0.06) 100%);
    position: absolute;
    top: 0;
    right: -30px;
    height: 100%;
    z-index: 1;
}
.google-reviews__name {
    font-size: 20px;
}
.google-reviews__right {
    width: calc(100% - 195px);
    position: relative;
}
.google-reviews__star {
    display: flex;
    gap: 7px;
    margin-bottom: 10px;
}
.google-reviews__name {
    font-size: 23px;
    font-weight: 600;
}
.google-reviews__item {
    box-shadow: 0px 8px 16px 0px #0000000D;
    background: #FFFFFF;
    padding: 15px 15px 34px 15px;
    height: unset;
    cursor: pointer;
}
.google-reviews__top {
    display: flex;
    align-items: flex-end;
}
.google-reviews__top-left {
    width: 60%;
    display: flex;
    align-items: center;
}
.google-reviews__top-right {
    width: 40%;
    display: flex;
    justify-content: flex-end;
    gap: 2px;
}
.google-reviews__top-right svg {
    fill: #BAC8F5;
    width: 15px;
    height: 15px;
}
.google-reviews__top-right svg.active {
    fill: #2258FF;
}
.google-reviews__icon {
    background-color: #BAC8F5;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000000;
    text-transform: uppercase;
}
.google-reviews__icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.google-reviews__right-info {
    width: calc(100% - 40px);
    padding-left: 16px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.google-reviews__right-info span:nth-child(1) {
    font-size: 14px;
}
.google-reviews__right-info span:nth-child(2) {
    color: rgba(0, 0, 0, 0.6);
    font-size: 12px;
}
.google-reviews__text {
    margin-top: 16px;
    font-size: 13px;
    line-height: 1.5;
    position: relative;
    height: 100px;
    overflow: hidden;
}
.google-reviews__text:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 110px;
    height: 24px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 70%);
}
.google-reviews__prev {
    position: absolute;
    top: 23%;
    left: -5px;
    z-index: 9;
    cursor: pointer;
    display: none;
}
.google-reviews__next {
    position: absolute;
    top: 23%;
    right: -60px;
    z-index: 9;
    cursor: pointer;
    display: none;
}

.google-reviews-modal {
    max-height: var(--app-height);
    overflow: auto;
    position: fixed;
    z-index: 9999999992;
    border-radius: 8px;
    padding: 42px;
    top: 50%;
    left: 50%;
    width: 820px;
    transform: translate(-50%,-50%);
    background: #FFFFFF;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.google-reviews-overflow {
    position: fixed;
    z-index: 9999999991;
    inset: 0;
    background: #001A254D;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.google-reviews-modal.active,
.google-reviews-overflow.active {
    opacity: 1;
    visibility: visible;
}
.google-reviews-modal__close {
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0.5;
    padding: 15px;
    cursor: pointer;
}
.google-reviews-modal__title {
    color: #000000;
    font-size: 32px;
    font-family: 'Poppins', sans-serif;
    letter-spacing: -1px;
    line-height: 1;
}
.google-reviews-modal__start svg {
    width: 15px;
    height: 15px;
    fill: #BAC8F5;
}
.google-reviews-modal__start svg.active {
    fill: #2258FF;
}
.google-reviews-modal__top {
    display: flex;
    margin-top: 28px;
}
img.google-reviews-modal__icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.google-reviews-modal__right-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding-left: 16px;
}
.google-reviews-modal__right-info span:nth-child(1) {
    color: #000000;
    font-size: 16px;
    display: block;
}
.google-reviews-modal__right-info span:nth-child(2) {
    color: rgba(0, 0, 0, 0.4);
    font-size: 12px;
}
.google-reviews-modal__text {
    color: #000000;
    font-size: 13px;
    margin-top: 24px;
    line-height: 1.5;
}
section.social-info {
    background: #EFEBE6;
    padding: 75px 0 112px;
}
.social-info__title {
    text-align: center;
    font-size: 38px;
    font-family: 'Poppins', sans-serif;
    letter-spacing: -0.5px;
    margin-bottom: 32px;
}
.content-social-info {
    display: flex;
    margin-top: 32px;
    position: absolute;
    top: -30px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}
.content-social-info.active {
    position: static;
    opacity: 1;
    visibility: visible;
}
.content-social-info__left {
    background: #FFFFFF;
    width: 387px;
    border-radius: 4px;
    padding: 40px;
    position: relative;
}
.content-social-info__left:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    background-image: url('/images/social-bg.png');
    width: 225px;
    height: 320px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
}
img.content-social-info__logo {
    width: 110px;
}
.content-social-info__title {
    margin-top: 10px;
    font-weight: 500;
}
a.content-social-info__link {
    font-size: 16px;
    color: #000;
    display: inline-block;
    margin-top: 2px;
    text-decoration: underline;
}
.content-social-info__in {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-top: 64px;
}
.content-social-info__in span:nth-child(1) {
    font-size: 48px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    line-height: 1;
}
.content-social-info__in span:nth-child(2) {
    color: rgba(0, 0, 0, 0.5);
    font-size: 14px;
    font-weight: 500;
}
.content-social-info__left a.btn-one {
    margin-top: 70px;
    width: 100%;
    justify-content: center;
    padding: 12px 20px;
}
.content-social-info__right {
    width: calc(100% - 387px);
    padding-left: 6px;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}
.content-social-info__right img {
    width: calc(33.3% - 4px);
    aspect-ratio: 4 / 4;
    border-radius: 4px;
    object-fit: cover;
}
.feedback-section {
    background: #DCDFEA;
    padding: 48px 0 50px;
    position: relative;
}
.feedback-section:before {
    content: "";
    position: absolute;
    left: -120px;
    bottom: -88px;
    background-image: url("/images/feedback-bg.png");
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
    width: 400px;
    height: 400px;
}
.feedback-section__content {
    display: flex;
}
.feedback-section__left {
    width: 50%;
    padding-left: 188px;
    padding-top: 16px;
}
.feedback-section__title {
    color: #000000;
    font-size: 28px;
    font-family: 'Poppins', sans-serif;
}
.feedback-section__desc {
    margin-top: 20px;
    font-size: 14px;
    font-weight: 500;
    padding-right: 50px;
}
.feedback-section__form {
    width: 50%;
    padding-left: 62px;
    padding-right: 188px;
}
.feedback-section__form button {
    margin-top: 13px;
    width: 100%;
    justify-content: center;
    padding: 15px 0;
}

