
.home-promo-block {
    padding: 80px 30px 65px;
}

.home-promo-block-content {
    align-items: flex-start;
    gap: 60px;
}

.home-promo-title {
    width: 1014px;
    color: #FFF;
    font-size: 60px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%; /* 66px */
    text-transform: uppercase;
}

.home-promo-title span {
    background: linear-gradient(93deg, #FFF 2.06%, #999 72.53%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 60px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    text-transform: lowercase;
}

.home-promo-row {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    width: 100%;
    justify-content: space-between;
}

.home-promo-btn-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
}

.btn-primary {
    display: flex;
    width: 251px;
    padding: 26px 30px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
    background: #0CB4CE;
    color: #FFF;
    text-align: right;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 18px */
    text-transform: uppercase;
}

.btn-primary:hover {
    background: #20C8E2;
}

.btn-secondary {
    display: flex;
    width: 279px;
    padding: 26px 30px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
    border: 1px solid #FFF;
    color: #FFF;
    text-align: right;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 18px */
    text-transform: uppercase;
}

.btn-secondary:hover {
    background: #2A2625;
}

.home-promo-navigation-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
}

.home-promo-navigation-list-item {
    color: #BABABA;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 18px */
}

.home-promo-navigation-list-item:hover {
    color: #FFF;
}

.home-promo-navigation-list-item:nth-child(1) {
    width: 154px;
}

.home-promo-navigation-list-item:nth-child(3) {
    width: 137px;
}

.home-img-block {
    height: 830px;
    background-image: url("image/home/home-img-block.webp");
    background-position: center;
    background-size: cover;
}

.home-partners-block {
    padding: 80px 30px;
}

.home-partners-block-content {
    align-items: center;
    gap: 60px;
    max-width: 1671px;
}

.home-partners-title {
    width: 649px;
    text-align: center;
    font-size: 50px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%; /* 55px */
    background: linear-gradient(93deg, #FFF 2.06%, #999 72.53%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.home-partners-title span {
    color: #FFF;
    font-size: 50px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    background: #FFFFFF;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.home-partners-list {
    width: 100%;
    align-items: stretch;
    gap: 33px;
    display: flex;
}

.home-partners-list-item {
    width: 100%;
    height: 182px;
    border: 1px solid rgba(217, 217, 217, 0.15);
    background: rgba(29, 25, 24, 0.15);
    padding: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.home-partners-swiper .slide-1 i {
    width: 219px;
    height: 24px;
    background-image: url("icon/home/home-partners-list-item-icon-1.svg");
}

.home-partners-swiper .slide-2 i {
    width: 176px;
    height: 42px;
    background-image: url("icon/home/home-partners-list-item-icon-2.svg");
}

.home-partners-swiper .slide-3 i {
    width: 216px;
    height: 102px;
    background-image: url("icon/home/home-partners-list-item-icon-3.svg");
}

.home-partners-swiper .slide-4 i {
    width: 190px;
    height: 28px;
    background-image: url("icon/home/home-partners-list-item-icon-4.svg");
}

.home-partners-swiper .slide-5 i {
    width: 191px;
    height: 64px;
    background-image: url("icon/home/home-partners-list-item-icon-5.svg");
}

.home-partners-swiper .slide-6 i {
    width: 195px;
    height: 30px;
    background-image: url("icon/home/home-partners-list-item-icon-6.svg");
}

.home-partners-swiper .slide-7 i {
    width: 147px;
    height: 48px;
    background-image: url("icon/home/home-partners-list-item-icon-7.svg");
}

.home-partners-swiper .slide-8 i {
    width: 161px;
    height: 48px;
    background-image: url("icon/home/home-partners-list-item-icon-8.svg");
}

.home-partners-swiper .slide-9 i {
    width: 219px;
    height: 72px;
    background-image: url("icon/home/home-partners-list-item-icon-9.svg");
}

.home-partners-swiper .slide-10 i {
    width: 194px;
    height: 112px;
    background-image: url("icon/home/home-partners-list-item-icon-10.svg");
}

.home-services-block {
    height: calc(100vh * 3);
}

.swiper {
    width: 100%;
}

.home-services-swiper {
    height: 100vh;
    position: sticky;
    top: 0;
}

.home-services-swiper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center;
    background-size: cover;
}

.home-services-swiper .swiper-slide.slide-1 {
    background-image: url("image/home/home-services-swiper-slide-1.webp");
}

.home-services-swiper .swiper-slide.slide-2 {
    background-image: url("image/home/home-services-swiper-slide-2.webp");
}

.home-services-swiper .swiper-slide.slide-3 {
    background-image: url("image/home/home-services-swiper-slide-3.webp");
}

.home-services-card {
    display: flex;
    width: 588px;
    padding: 37px 32px;
    align-items: stretch;
    flex-direction: column;
    gap: 30px;
    background: #FFF;
}

.home-services-card-top-content {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 40px;
}

.home-services-card-num {
    color: #AAA;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    text-transform: uppercase;
}

.home-services-card-num span {
    color: #191919;
}

.home-services-card-img {
    width: 100%;
    aspect-ratio: 262/147;
}

.home-services-card-bottom-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
}

.home-services-card-text-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.home-services-card-title {
    color: #373736;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 40px */
    letter-spacing: -2px;
    text-transform: uppercase;
}

.home-services-card-text {
    color: #858585;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%; /* 19.8px */
}

.home-services-card-btn {
    display: flex;
    height: 58px;
    padding: 26px 60px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
    background: #0CB4CE;
    color: #FFF;
    text-align: right;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 18px */
    text-transform: uppercase;
}

.home-services-card-btn:hover {
    background: #20C8E2;
}

.home-services-card-btn-icon {
    width: 19px;
    height: 14px;
    background-image: url("icon/home/home-services-card-btn-icon.svg");
}

.home-services-swiper .slide-1 .home-services-card-img {
    background-image: url("image/home/home-services-card-img-1.webp");
}

.home-services-swiper .slide-2 .home-services-card-img {
    background-image: url("image/home/home-services-card-img-2.webp");
}

.home-services-swiper .slide-3 .home-services-card-img {
    background-image: url("image/home/home-services-card-img-3.webp");
}

.home-services-swiper .slide-1 .home-services-card-text {
    width: 269px;
}

.home-services-swiper .slide-2 .home-services-card-text {
    width: 292px;
}

.home-services-swiper .slide-3 .home-services-card-text {
    width: 292px;
}

.home-services-info-block {
    padding: 120px 30px 0;
}

.home-services-info-block-content {
    align-items: center;
    gap: 60px;
}

.home-services-info-title-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.home-services-info-title-span {
    color: #858585;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 21.6px */
    letter-spacing: 1px;
    text-transform: uppercase;
}

.home-services-info-title-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.home-services-info-title {
    width: 692px;
    text-align: center;
    font-size: 50px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%; /* 55px */
    background: linear-gradient(93deg, #FFF 2.06%, #999 72.53%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.home-services-info-title span {
    background: #D9D9D9;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.home-services-info-title-text {
    width: 357px;
    color: #858585;
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 26.4px */
}

.home-services-info-content {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 60px;
    align-self: stretch;
}

.home-letters-img-container {
    width: 100%;
    position: relative;
    aspect-ratio: 660 / 933;
}

.home-letters-swiper-container {
    width: 100%;
    position: relative;
}

.home-letters-img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
}

.home-services-info-content-list {
    width: 100%;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.24);
}

.home-services-info-content-list-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

.home-services-info-content-list-item:nth-child(1) {
    width: 412px;
}

.home-services-info-content-list-item:nth-child(2) {
    width: 358px;
}

.home-services-info-content-list-item:nth-child(3) {
    width: 344px;
}

.home-services-info-content-list-item span {
    width: 80px;
    height: 80px;
    flex-shrink: 0;
    aspect-ratio: 1/1;
    border-radius: 10px;
    background: #292524;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-services-info-content-list-item span i {
    display: block;
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    aspect-ratio: 1/1;
}

.home-services-info-content-list-item-text-container {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
}

.home-services-info-content-list-item-text-container h3 {
    color: #FFF;
    font-size: 27px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 27px */
}

.home-services-info-content-list-item-text-container p {
    color: #858585;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 21.6px */
}

.home-services-info-content-list-item:nth-child(1) span i {
    background-image: url("icon/home/home-services-info-content-list-item-icon-1.svg");
}

.home-services-info-content-list-item:nth-child(2) span i {
    background-image: url("icon/home/home-services-info-content-list-item-icon-2.svg");
}

.home-services-info-content-list-item:nth-child(3) span i {
    background-image: url("icon/home/home-services-info-content-list-item-icon-3.svg");
}

.home-services-info-content-video-list {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 20px;
}

.home-services-info-content-video-list-item {
    width: calc((100% - 20px) / 2);
    aspect-ratio: 634/357;
    overflow: hidden;
}

.video {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.player {
    width: 76px;
    height: 76px;
    flex-shrink: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.player .border {
    width: 86px;
    height: 86px;
    flex-shrink: 0;
    border-radius: 86px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    backdrop-filter: blur(2px);
    display: flex;
    justify-content: center;
    align-items: center;
}

.player .content {
    width: 76px;
    height: 76px;
    flex-shrink: 0;
    border-radius: 76px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    background: rgba(255, 255, 255, 0.20);
    backdrop-filter: blur(2px);
    display: flex;
    justify-content: center;
    align-items: center;
}

.player i {
    width: 12px;
    height: 17px;
    background-image: url("icon/player-icon.svg");
}


.video:hover .player .content {
    border-radius: 76px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    background: rgba(255, 255, 255, 0.32);
    backdrop-filter: blur(2px);
}

.home-services-info-content-video-list-item:nth-child(1) .video {
    background-image: url("image/home/home-services-info-content-video-list-item-image-1.webp");
}

.home-services-info-content-video-list-item:nth-child(4) .video {
    background-image: url("image/home/home-services-info-content-video-list-item-image-2.webp");
}

.video iframe,
.video video {
    width: 100% !important;
    height: 100%;
}

a.home-services-info-content-video-list-item {
    padding: 30px;
    display: flex;
    position: relative;
    align-items: flex-end;
    justify-content: space-between;
}

.home-services-info-content-video-list-item:nth-child(2) {
    padding: 29px;
    border: 1px solid #999;
}

.home-services-info-content-video-list-item:nth-child(3) {
    background: #17A6BC;
}

a.home-services-info-content-video-list-item p {
    color: #D9D9D9;
    font-size: 27px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 27px */
    text-transform: uppercase;
}

.home-services-info-content-video-list-item:nth-child(3) p {
    color: #FFF;
}

a.home-services-info-content-video-list-item i {
    width: 33px;
    height: 33px;
    align-self: flex-start;
    background-image: url("icon/home/home-services-info-content-video-list-item-icon.svg");
}

.home-services-info-content-video-list-item:nth-child(2):hover {
    background: #2A2625;
}

.home-services-info-content-video-list-item:nth-child(3):hover {
    background: #18C0DA;
}

.home-interactive-block {
    padding: 140px 30px 0;
}

.home-interactive-block .home-services-info-title {
    width: 644px;
}

.home-interactive-block-content {
    align-items: center;
    gap: 60px;
}

.home-services-list {
    align-self: stretch;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.home-services-list-item {
    width: calc((100% - 20px) / 2);
    aspect-ratio: 680 / 409;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.home-services-list-item:nth-child(1) {
    background-image: url("image/home/home-services-list-item-image-1.webp");
}

.home-services-list-item:nth-child(2) {
    background-image: url("image/home/home-services-list-item-image-2.webp");
}

.home-services-list-item:nth-child(3) {
    background-image: url("image/home/home-services-list-item-image-3.webp");
}

.home-services-list-item:nth-child(4) {
    background-image: url("image/home/home-services-list-item-image-4.webp");
}

.home-services-list-item div {
    display: flex;
    width: 180px;
    padding: 16px 26px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.30);
    background: rgba(0, 0, 0, 0.10);
    backdrop-filter: blur(8px);
}

.home-services-list-item:nth-child(3) div,
.home-services-list-item:nth-child(4) div {
    background: rgba(0, 0, 0, 0.20);
}

.home-services-list-item div i {
    width: 50px;
    height: 50px;
    aspect-ratio: 1/1;
    background-image: url("icon/home/home-services-list-item-icon.svg");
}

.home-services-list-item div p {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

.home-services-list-item:hover div {
    background: rgba(31, 220, 249, 0.30);
    backdrop-filter: blur(13px);
}

.home-interactive-swiper {
    height: 100vh;
    position: sticky;
    top: 0;
}

.home-interactive-swiper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
}

.home-interactive-swiper .slide-1 {
    background-image: url("image/home/home-interactive-swiper-image-1.webp");
}

.home-interactive-swiper .slide-2 {
    background-image: url("image/home/home-interactive-swiper-image-2.webp");
}

.home-interactive-swiper .slide-3 {
    background-image: url("image/home/home-interactive-swiper-image-3.webp");
}

.home-interactive-swiper .slide-4 {
    background-image: url("image/home/home-interactive-swiper-image-4.webp");
}

.home-interactive-card {
    display: flex;
    padding: 40px 32px;
    justify-content: center;
    align-items: stretch;
    flex-direction: column;
    gap: 40px;
    width: 492px;
    background: #FFF;
}

.home-interactive-card-content {
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
}

.home-interactive-card-img {
    width: 100%;
    height: 294px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-interactive-card-img i {
    width: 92px;
    height: 92px;
    aspect-ratio: 1/1;
    background-image: url("icon/home/home-interactive-card-img-icon.svg");
}

.slide-1 .home-interactive-card-img {
    background-image: url("image/home/home-interactive-card-img-1.webp");
}

.slide-2 .home-interactive-card-img {
    background-image: url("image/home/home-interactive-card-img-2.webp");
}

.slide-3 .home-interactive-card-img {
    background-image: url("image/home/home-interactive-card-img-3.webp");
}

.slide-4 .home-interactive-card-img {
    background-image: url("image/home/home-interactive-card-img-4.webp");
}

.home-interactive-card-title {
    color: #373736;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 40px */
    letter-spacing: -2px;
    text-transform: uppercase;
}

.home-interactive-info-block {
    padding: 80px 30px 0;
}

.home-interactive-info-block-content {
    align-items: stretch;
    gap: 60px;
}

.home-interactive-info-list {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.home-interactive-info-list-item {
    display: flex;
    width: 291px;
    flex-direction: column;
    align-items: center;
    gap: 14px;
}

.home-interactive-info-list-item-num {
    color: #FFF;
    font-size: 100px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 100px */
}

.home-interactive-info-list-item-text {
    color: #858585;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 21.6px */
}

.home-interactive-info-list-item:nth-child(2) .home-interactive-info-list-item-text {
    width: 213px;
}

.home-interactive-info-list-item:nth-child(3) .home-interactive-info-list-item-text {
    width: 221px;
}

.home-interactive-info-links-list {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 20px;
}

.home-interactive-info-links-list-item {
    width: calc((100% - 20px) / 2);
    aspect-ratio: 634/357;
    overflow: hidden;
    padding: 30px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.home-interactive-info-links-list-item:nth-child(1) {
    background: #17A6BC;
}

.home-interactive-info-links-list-item:nth-child(1):hover {
    background: #18C0DA;
}

.home-interactive-info-links-list-item:nth-child(2) {
    padding: 29px;
    border: 1px solid #999;
}

.home-interactive-info-links-list-item:nth-child(2):hover {
    background: #2A2625;
}

.home-interactive-info-links-list-item p {
    color: #D9D9D9;
    font-size: 27px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase;
}

.home-interactive-info-links-list-item:nth-child(1) p {
    color: #FFF;
}

.home-interactive-info-links-list-item i {
    width: 33px;
    height: 33px;
    align-self: flex-start;
    background-image: url(icon/home/home-services-info-content-video-list-item-icon.svg);
}

.home-tour-block {
    gap: 60px;
    padding: 140px 0 0;
}

.home-tour-block .home-services-info-title-text {
    width: 508px;
}

.home-tour-content {
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url("image/home/home-tour-content-image.webp");
    background-size: cover;
    background-position: center;
}

.home-tour-content .home-interactive-card-img {
    background-image: url("image/home/home-tour-content-card-image.webp");
}

.home-tour-info-block {
    padding: 120px 30px 0;
}

.home-tour-info-block-content {
    align-items: stretch;
}

.home-tour-info-content {
    aspect-ratio: 1380/776;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url("image/home/home-tour-info-content-image.webp");
    background-size: cover;
    background-position: center;
}

.home-tour-info-content-block {
    display: flex;
    width: 872px;
    padding: 40px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 26px;
    background: #0CB4CE;
}

.home-tour-info-content-block p {
    color: #FFF;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 40px */
    letter-spacing: -2px;
}

.btn-white {
    display: flex;
    width: 294px;
    height: 58px;
    padding: 26px 60px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
    background: #FFF;
    color: #0CB4CE;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 18px */
    text-transform: uppercase;
    white-space: nowrap;
}

.btn-white:hover {
    color: #0096B0;
}

.home-values-block {
    padding: 120px 30px 0;
}

.home-values-block-content {
    align-items: center;
    gap: 60px;
}

.home-values-block .home-services-info-title {
    width: 520px;
}

.home-values-row {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 40px;
    width: 100%;
}

.home-values-img {
    flex: 1 0 0;
    min-height: 446px;
    background-image: url("image/home/home-values-img.webp");
}

.home-values-column {
    display: flex;
    width: 690px;
    flex-direction: column;
    align-items: flex-start;
    gap: 50px;
}

.home-values-column-text {
    font-size: 27px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 35.1px */
    background: linear-gradient(200deg, #FFF 13.4%, #999 83.18%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.home-values-column-list {
    display: flex;
    align-items: stretch;
    gap: 50px;
    align-self: stretch;
}

.home-values-column-list-item {
    display: flex;
    width: 325px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.24);
    padding-bottom: 20px;
}

.home-values-column-list-item:nth-child(2) {
    width: 315px;
}

.home-values-column-list-item span {
    width: 80px;
    height: 80px;
    flex-shrink: 0;
    aspect-ratio: 1/1;
    border-radius: 10px;
    background: #292524;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-values-column-list-item span i {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    aspect-ratio: 1/1;
    background-image: url("icon/home/home-values-column-list-item-icon.svg");
}

.home-values-column-list-item p {
    color: #858585;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 21.6px */
}

.home-team-block {
    padding: 140px 30px 0;
}

.home-team-block-content {
    align-items: center;
    gap: 84px;
}

.home-team-block-content .home-services-info-title {
    width: 694px;
}

.home-team-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 60px;
    align-self: stretch;
}

.home-team-list {
    display: flex;
    align-items: flex-start;
    gap: 22px;
    width: 100%;
}

.home-team-swiper .swiper-wrapper {
    display: none;
}

.home-team-swiper {
    width: 100%;
    aspect-ratio: 1380/664;
}

.home-team-swiper.swiper-initialized .swiper-wrapper {
    display: flex;
}

.home-team-swiper.swiper-initialized {
    aspect-ratio: unset !important;
}

.home-team-list-item {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.slide-2 .home-team-list-item {
    margin-top: 41px;
}

.home-team-list-item i {
    width: 100%;
    aspect-ratio: 445/548;
}

.home-team-list-item-text-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    max-width: 410px;
}

.home-team-list-item-title {
    color: #FFF;
    text-align: center;
    font-size: 27px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 27px */
}

.home-team-list-item-text {
    color: #858585;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 18px */
}

.slide-1 .home-team-list-item i {
    background-image: url("image/home/home-team-list-item-1.webp");
}

.slide-2 .home-team-list-item i {
    background-image: url("image/home/home-team-list-item-2.webp");
}

.slide-3 .home-team-list-item i {
    background-image: url("image/home/home-team-list-item-3.webp");
}

.home-team-separator {
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.24);
}

.home-team-info-list {
    width: 100%;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.home-team-info-list-item {
    display: flex;
    width: 291px;
    flex-direction: column;
    align-items: center;
    gap: 14px;
}

.home-team-info-list-item-num {
    color: #FFF;
    font-size: 100px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 100px */
}

.home-team-info-list-item-text {
    color: #858585;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 21.6px */
}

.home-letters-block {
    padding: 140px 30px 0;
}

.home-letters-block-content {
    align-items: center;
    gap: 77px;
}

.home-letters-block .home-services-info-title {
    width: 694px;
}

.home-letters-list {
    display: flex;
    align-items: stretch;
    gap: 20px;
    width: 100%;
}

.home-letters-list-item {
    flex: 1 0 0;
    aspect-ratio: 330/467;
}

.home-letters-list-item:nth-child(1) {
    background-image: url("image/home/home-letters-list-item-image-1.webp");
}

.home-letters-list-item:nth-child(2) {
    background-image: url("image/home/home-letters-list-item-image-2.webp");
}

.home-letters-list-item:nth-child(3) {
    background-image: url("image/home/home-letters-list-item-image-3.webp");
}

.home-letters-list-item:nth-child(4) {
    background-image: url("image/home/home-letters-list-item-image-4.webp");
}

.home-blog-block {
    padding: 140px 0;
    gap: 60px;
}

.home-blog-block-content {
    align-items: center;
    gap: 60px;
}

.home-blog-list {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.home-blog-list-separator {
    width: calc(100% - 60px);
    height: 1px;
    background: rgba(255, 255, 255, 0.24);
    max-width: 1380px;
}

.home-blog-list-item {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-blog-list-item-content {
    width: calc(100% - 60px);
    max-width: 1380px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.home-blog-list-item-text {
    color: #858585;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 18px */
    width: 244px;
}

.home-blog-list-item-content-container {
    width: 691px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.home-blog-list-item-title {
    width: 520px;
    color: #FFF;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 22px */
}

.home-blog-list-item-link {
    display: inline-flex;
    align-items: center;
    gap: 17px;
    color: #0CB4CE;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 18px */
}

.home-blog-list-item-link i {
    width: 20px;
    height: 20px;
    background-image: url("icon/home/home-blog-list-item-link-icon.svg");
}

.home-blog-list-item-tag {
    display: inline-flex;
    padding: 12px 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
    border: 1px solid #C9C9C9;
    color: #B5B5B5;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 16px */
    text-transform: uppercase;
    position: relative;
}

.home-blog-list-item:hover {
    background: #17A6BC;
}

.home-blog-list-item:hover .home-blog-list-item-text {
    color: #FFF;
    -webkit-text-stroke-width: 0.47px;
    -webkit-text-stroke-color: #FFF;
}

.home-blog-list-item:hover .home-blog-list-item-tag {
    border: 1px solid #FFF;
    color: #FFF;
}

.home-blog-list-item:hover .home-blog-list-item-link {
    color: #FFF;
}

.home-blog-list-item:hover .home-blog-list-item-link i {
    background-image: url("icon/home/home-blog-list-item-link-icon-hover.svg");
}

.home-blog-list-item-tag i {
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-4.442deg);
    width: 447.42px;
    height: 269.354px;
    border: 3px solid #0CB4CE;
    z-index: 5;
}

.home-blog-list-item:hover .home-blog-list-item-tag i {
    display: block;
}

.home-blog-list-item:nth-child(2):hover .home-blog-list-item-tag i {
    background-image: url("image/home/home-blog-list-item-image-1.webp");
}

.home-blog-list-item:nth-child(4):hover .home-blog-list-item-tag i {
    background-image: url("image/home/home-blog-list-item-image-2.webp");
}

.home-blog-list-item:nth-child(6):hover .home-blog-list-item-tag i {
    background-image: url("image/home/home-blog-list-item-image-3.webp");
}

.home-blog-list-item:nth-child(8):hover .home-blog-list-item-tag i {
    background-image: url("image/home/home-blog-list-item-image-4.webp");
}

.home-blog-link {
    color: #B5B5B5;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 18px */
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    margin-top: 40px;
}

.home-blog-link:hover {
    color: #fff;
}

.home-form-block {
    height: 100vh;
    justify-content: center;
    background-image: url("image/home/home-form-block-image.webp");
    background-size: cover;
    background-position: center;
}

.home-form-card {
    display: flex;
    flex-direction: column;
    width: 530px;
    padding: 30px 32px;
    align-items: stretch;
    gap: 30px;
    background: #FFF;
}

.home-form-card i {
    width: 100%;
    align-self: stretch;
    aspect-ratio: 16/9;
    background-image: url("image/home/home-form-card-image.webp");
}

.home-form-card form {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 30px;
}

.home-form-card-top-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    align-self: stretch;
}

.home-form-card form h2 {
    color: #373736;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 40px */
    letter-spacing: -2px;
    text-transform: uppercase;
}

.home-form-card-input-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
}

.home-form-card form input {
    display: flex;
    padding: 20px 10px;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 6px;
    border: 1px solid #D4D4D4;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%; /* 19.8px */
    height: 60px;
}

.home-form-card form input::placeholder {
    color: #B5B5B5;
}

.home-form-card-btn-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
}

.home-form-card-btn-container button {
    display: flex;
    height: 58px;
    padding: 26px 60px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 10px;
    background: #0CB4CE;
    color: #FFF;
    text-align: right;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 18px */
    text-transform: uppercase;
}

.home-form-card-btn-container button:hover {
    background: #20C8E2;
}

button {
    cursor: pointer;
}

.home-form-card-btn-container p {
    color: #B5B5B5;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%; /* 15.4px */
}

button[disabled] {
    opacity: 0.8;
    cursor: not-allowed;
}

.home-services-info-swiper {
    width: 100%;
    aspect-ratio: 1379/776;
}

.home-services-info-swiper-img-container {
    width: 100%;
    aspect-ratio: 1379/776;
    overflow: hidden;
    position: relative;
}

.home-services-info-swiper-img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-services-info-swiper-btn,
.home-letters-swiper-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1;
    width: 52px;
    height: 52px;
    flex-shrink: 0;
    border-radius: 52px;
    background: #2A2625;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-services-info-swiper-btn i,
.home-letters-swiper-btn i {
    width: 28px;
    height: 28px;
    flex-shrink: 0;
    background-image: url("icon/home-services-info-swiper-btn-icon.svg");
}

.swiper-services-info-button-next,
.swiper-services-info-button-prev,
.swiper-letters-button-prev,
.swiper-letters-button-next {
    width: 52px;
    height: 52px;
    flex-shrink: 0;
    border-radius: 52px;
    background: #2A2625;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.swiper-services-info-button-next:after,
.swiper-services-info-button-prev:after,
.swiper-letters-button-next:after,
.swiper-letters-button-prev:after {
    display: none;
}

.swiper-services-info-button-next i,
.swiper-services-info-button-prev i,
.swiper-letters-button-next i,
.swiper-letters-button-prev i {
    width: 13px;
    height: 19px;
    flex-shrink: 0;
    background-image: url("icon/home-services-info-swiper-btn-nav-icon.svg");
}

.swiper-services-info-button-next i,
.swiper-letters-button-next i {
    transform: rotate(-180deg);
}

.swiper-letters-button-next,
.swiper-services-info-button-next {
    right: -74px;
}

.swiper-services-info-button-prev,
.swiper-letters-button-prev {
    left: -74px;
}

.home-services-info-swiper-container {
    width: 100%;
    position: relative;
}

.swiper-pagination {
    height: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 !important;
    opacity: 1;
    background: rgba(255, 255, 255, 0.10);
    border: 1px solid rgba(255, 255, 255, 0.30);
    backdrop-filter: blur(2px);
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: rgba(255, 255, 255, 0.40);
    border: 1px solid rgba(255, 255, 255, 0.70);
}

@media (max-width: 1550px) {

    .swiper-services-info-button-next,
    .swiper-letters-button-next {
        right: -26px;
    }

    .swiper-services-info-button-prev,
    .swiper-letters-button-prev {
        left: -26px;
    }
}

.home-letters-swiper-btn {
    display: none;
}

.home-letters-swiper .swiper-wrapper {
    display: none;
}

.home-letters-swiper.swiper-initialized .swiper-wrapper {
    display: flex;
}

.home-letters-swiper {
    width: 100%;
    aspect-ratio: 1380/470;
}

.home-letters-swiper.swiper-initialized {
    aspect-ratio: unset !important;
}

@media (min-width: 990px) and (max-width: 1439px) {
    .home-promo-block {
        padding: 60px 40px;
    }

    .home-promo-title {
        width: 920px;
    }

    .home-promo-row {
        flex-direction: column;
        gap: 30px;
    }

    .home-promo-block-content {
        gap: 50px;
    }

    .home-promo-navigation-list {
        flex-direction: row;
        gap: 20px;
    }

    .home-promo-navigation-list-item {
        width: auto !important;
    }

    .home-promo-navigation-list-item:after {
        content: "/";
        color: #BABABA;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 100%; /* 16px */
        margin-left: 20px;
    }

    .home-promo-navigation-list-item:nth-child(3):after {
        display: none;
    }

    .home-promo-navigation-list-item {
        font-size: 16px;
    }

    .btn-primary {
        width: 250px;
        height: 52px;
        padding: 26px 30px;
        font-size: 16px;
    }

    .btn-secondary {
        width: 250px;
        height: 52px;
        padding: 26px 30px;
        font-size: 16px;
    }

    .home-partners-block {
        padding: 80px 40px;
    }

    .home-partners-block-content {
        gap: 50px;
    }

    .home-partners-list {
        flex-wrap: wrap;
        align-items: stretch;
        justify-content: center;
        width: 910px;
    }

    .home-partners-list-item {
        height: 182px;
    }

    .home-services-info-block {
        padding: 90px 40px 0;
    }

    .home-services-info-block-content {
        gap: 40px;
    }

    .home-services-info-content {
        gap: 40px;
    }

    .home-services-info-content-list {
        flex-wrap: wrap;
        gap: 30px 133px;
    }

    .home-services-info-content-list-item-text-container h3 {
        font-size: 22px;
    }

    .home-services-info-content-list-item-text-container p {
        font-size: 16px;
    }

    a.home-services-info-content-video-list-item {
        padding-top: 20px;
        padding-right: 20px;
    }

    .home-services-info-content-video-list-item:nth-child(2) {
        padding-top: 19px;
        padding-right: 19px;
    }

    a.home-services-info-content-video-list-item p {
        font-size: 22px;
    }

    .home-interactive-block {
        padding: 100px 35px 0;
        gap: 50px;
    }

    .home-services-list-item {
        width: 100%;
        aspect-ratio: 921 / 409;
    }

    .home-services-list-item:nth-child(1) {
        background-image: url("image/home/home-services-list-item-image-990-1.webp");
    }

    .home-services-list-item:nth-child(2) {
        background-image: url("image/home/home-services-list-item-image-990-2.webp");
    }

    .home-services-list-item:nth-child(3) {
        background-image: url("image/home/home-services-list-item-image-990-3.webp");
    }

    .home-services-list-item:nth-child(4) {
        background-image: url("image/home/home-services-list-item-image-990-4.webp");
    }

    .home-interactive-info-block {
        padding: 50px 40px 0;
    }

    .home-interactive-info-list-item-num {
        color: #FFF;
        font-size: 80px;
        font-style: normal;
        font-weight: 500;
        line-height: 100%; /* 80px */
    }

    .home-interactive-info-list-item-text {
        font-size: 16px;
    }

    .home-interactive-info-list-item {
        width: 269px;
    }

    .home-interactive-info-list-item:nth-child(3) .home-interactive-info-list-item-text {
        width: 195px;
    }

    .home-interactive-info-block-content {
        gap: 50px;
    }

    .home-interactive-info-links-list-item {
        padding-top: 20px;
        padding-right: 20px;
    }

    .home-interactive-info-links-list-item:nth-child(2) {
        padding-top: 19px;
        padding-right: 19px;
    }

    .home-interactive-info-links-list-item p {
        font-size: 22px;
    }

    .home-tour-block {
        padding: 90px 0 0;
    }

    .home-tour-info-block {
        padding: 60px 40px 0;
    }

    .home-values-block {
        padding: 90px 40px 0;
    }

    .home-values-row {
        flex-direction: column;
        gap: 40px;
    }

    .home-values-img {
        background-image: url(image/home/home-values-img-990.webp);
    }

    .home-values-column {
        width: 910px;
    }

    .home-values-column-list {
        gap: 150px;
    }

    .home-team-block {
        padding: 100px 40px 0;
    }

    .home-team-block-content {
        gap: 50px;
    }

    .home-team-list {
        gap: 20px;
    }

    .slide-2 .home-team-list-item {
        margin-top: 0;
    }

    .home-team-list-item i {
        aspect-ratio: 290/330;
    }

    .slide-1 .home-team-list-item .home-team-list-item-text {
        width: 170px;
    }

    .slide-2 .home-team-list-item .home-team-list-item-text {
        width: 290px;
    }

    .slide-3 .home-team-list-item .home-team-list-item-text {
        width: 290px;
    }

    .home-team-content {
        gap: 40px;
    }

    .home-team-info-list-item-num {
        font-size: 80px;
    }

    .home-team-info-list-item-text {
        font-size: 16px;
    }

    .home-letters-block {
        padding: 90px 40px 0;
    }

    .home-letters-block-content {
        gap: 55px;
    }

    .home-letters-list-item:nth-child(4) {
        display: none;
    }

    .home-blog-list-item-tag i {
        display: none !important;
    }

    .home-blog-list-item-content-container {
        width: 395px;
    }

    .home-blog-list-item-link span {
        display: none;
    }

    .home-blog-list-item-title {
        width: 341px;
        font-size: 18px;
    }

    .home-blog-list-item-content {
        width: calc(100% - 80px);
    }

    .home-blog-list-separator {
        width: calc(100% - 80px);
    }

    .home-blog-block {
        gap: 55px;
        padding: 90px 0 80px;
    }

    .services-info-swiper-pagination {
        bottom: 19px !important;
    }

    .home-services-info-swiper-btn,
    .home-letters-swiper-btn {
        display: none;
    }

    .home-services-info-swiper-img-container img {
        cursor: pointer;
    }

    .home-letters-swiper {
        aspect-ratio: 1311/602;
        padding-bottom: 42px;
        box-sizing: content-box;
    }

    .letters-swiper-pagination {
        bottom: 0 !important;
    }
}

@media (max-width: 989px) {
    .home-promo-block {
        padding: 44px 15px 40px;
    }

    .home-promo-title {
        width: 345px;
        font-size: 40px;
        font-weight: 500;
    }

    .home-promo-title span {
        font-size: 40px;
        font-weight: 500;
    }

    .home-promo-row {
        flex-direction: column;
    }

    .home-promo-navigation-list {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 10px;
    }

    .home-promo-navigation-list-item {
        width: auto !important;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
    }

    .home-promo-navigation-list-item:after {
        content: "/";
        color: #BABABA;
        margin-left: 10px;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 100%; /* 14px */
    }

    .home-promo-navigation-list-item:last-child:after {
        display: none;
    }

    .home-promo-block-content {
        gap: 40px;
    }

    .home-promo-btn-group {
        flex-direction: column;
        gap: 20px;
        width: 100%;
    }

    .btn-primary {
        width: 100%;
        height: 52px;
        padding: 26px 30px;
        font-size: 16px;
    }

    .btn-secondary {
        width: 100%;
        height: 52px;
        padding: 26px 30px;
        font-size: 16px;
    }

    .home-img-block {
        height: 433px;
    }

    .home-partners-block {
        padding: 60px 15px 80px;
    }

    .home-partners-title {
        width: 345px;
        font-size: 26px;
        font-style: normal;
        font-weight: 500;
    }

    .home-partners-title span {
        font-size: 26px;
        font-style: normal;
        font-weight: 500;
    }

    .home-partners-block-content {
        gap: 30px;
    }

    .home-partners-list-item {
        display: none;
    }

    .home-partners-list-item:first-child {
        display: flex;
        width: 100%;
        aspect-ratio: 345 / 182;
    }

    .home-services-card {
        width: 345px;
    }

    .home-services-card-title {
        color: #373736;
        text-align: center;
        font-size: 30px;
        font-style: normal;
        font-weight: 500;
        line-height: 100%; /* 30px */
        letter-spacing: -2px;
        text-transform: uppercase;
    }

    .home-services-card-btn {
        width: 281px;
    }

    .home-services-info-block {
        padding: 80px 15px 0;
    }

    .home-services-info-title-span {
        font-size: 14px;
    }

    .home-services-info-title {
        width: 345px;
        font-size: 26px;
        font-style: normal;
        font-weight: 500;
    }

    .home-services-info-title-text {
        font-size: 18px;
    }

    .home-services-info-content {
        gap: 45px;
    }

    .home-services-info-content-list {
        flex-direction: column;
        gap: 40px;
        align-items: center;
        padding-bottom: 40px;
    }

    .home-services-info-content-list-item {
        width: 100% !important;
        align-items: center;
    }

    .home-services-info-content-list-item-text-container h3 {
        font-size: 22px;
        font-style: normal;
        font-weight: 500;
        text-align: center;
    }

    .home-services-info-content-list-item-text-container p {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        text-align: center;
    }

    .home-services-info-content-video-list-item {
        width: 100% !important;
    }

    .home-services-info-content-video-list-item:nth-child(2) {
        order: 1;
        padding-top: 20px;
        padding-right: 20px;
    }

    .home-services-info-content-video-list-item:nth-child(3) {
        order: 2;
        padding-top: 20px;
        padding-right: 20px;
    }

    a.home-services-info-content-video-list-item p {
        font-size: 22px;
        font-style: normal;
        font-weight: 400;
    }

    .home-interactive-block {
        padding: 80px 15px 0;
        gap: 40px;
    }

    .home-interactive-block-content {
        gap: 40px;
    }

    .home-services-list-item {
        width: 100%;
    }

    .home-interactive-block .home-services-info-title {
        width: 345px;
    }

    .home-interactive-card {
        width: 345px;
    }

    .home-interactive-card-img {
        aspect-ratio: 16/9;
        height: auto;
    }

    .home-interactive-card-title{
        font-size: 30px;
        font-style: normal;
        font-weight: 500;
    }

    .home-services-card-btn {
        white-space: nowrap;
    }

    .home-services-card-btn-icon {
        min-width: 19px;
    }

    .home-interactive-info-block {
        padding: 40px 15px 0;
    }

    .home-interactive-info-list {
        flex-direction: column;
        align-items: center;
        gap: 40px;
    }

    .home-interactive-info-list-item-num {
        font-size: 80px;
    }

    .home-interactive-info-list-item-text {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
    }

    .home-interactive-info-block-content {
        gap: 40px;
    }

    .home-interactive-info-links-list {
        flex-direction: column;
    }

    .home-interactive-info-links-list-item {
        width: 100%;
    }

    .home-interactive-info-links-list-item:nth-child(1) {
        padding-top: 20px;
        padding-right: 20px;
    }

    .home-interactive-info-links-list-item:nth-child(2) {
        padding-top: 19px;
        padding-right: 19px;
    }

    .home-interactive-info-links-list-item p {
        font-size: 22px;
        font-style: normal;
        font-weight: 500;
    }

    .home-tour-block {
        padding: 80px 0 0;
        gap: 40px;
    }

    .home-tour-block .home-services-info-title-text {
        width: 345px;
    }

    .home-tour-info-block {
        padding: 40px 0 0;
    }

    .home-tour-info-content-block {
        width: 345px;
        padding: 40px;
    }

    .home-tour-info-content {
        height: auto;
        aspect-ratio: unset;
        padding: 30px 0;
    }

    .home-tour-info-content-block p {
        font-size: 26px;
        font-style: normal;
        font-weight: 500;
    }

    .home-values-block {
        padding: 80px 15px 0;
    }

    .home-values-block .home-services-info-title {
        width: 289px;
    }

    .home-values-block-content {
        gap: 40px;
    }

    .home-values-row {
        flex-direction: column;
        gap: 20px;
    }

    .home-values-img {
        min-height: 166px;
    }

    .home-values-column {
        width: 100%;
    }

    .home-values-column-text {
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        width: 345px;
    }

    .home-values-column-list {
        flex-direction: column;
        gap: 40px;
        width: 100%;
    }

    .home-values-column-list-item {
        width: 100% !important;
    }

    .home-values-column-list-item span {
        width: 60px;
        height: 60px;
    }

    .home-values-column-list-item span i {
        width: 30px;
        height: 30px;
    }

    .home-values-column-list-item p {
        font-size: 16px;
        width: 345px;
    }

    .home-team-block {
        padding: 80px 15px 0;
    }

    .home-team-block-content .home-services-info-title {
        width: 345px;
    }

    .home-team-block-content {
        gap: 40px;
    }

    .home-team-list-item i {
        aspect-ratio: 345 / 330;
    }

    .slide-1 .home-team-list-item i {
        background-image: url(image/home/home-team-list-item-1-mob.webp);
    }

    .slide-2 .home-team-list-item i {
        background-image: url(image/home/home-team-list-item-2-mob.webp);
    }

    .slide-3 .home-team-list-item i {
        background-image: url(image/home/home-team-list-item-3-mob.webp);
    }

    .slide-2 .home-team-list-item {
        margin-top: 0;
    }

    .home-team-swiper {
        aspect-ratio: 414 / 492;
        width: calc(100% + 30px);
        margin-left: -15px;
        margin-right: -15px;
        padding: 0 15px 32px 15px;
    }

    .home-team-content {
        gap: 40px;
    }

    .home-team-swiper-pagination {
        bottom: 0 !important;
    }

    .slide-2 .home-team-list-item-text {
        width: 250px;
    }

    .home-team-info-list {
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }

    .home-team-info-list-item-num {
        font-size: 80px;
        font-style: normal;
        font-weight: 500;
    }

    .home-team-info-list-item-text {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
    }

    .home-letters-block {
        padding: 80px 15px 0;
    }

    .home-letters-block .home-services-info-title {
        width: 345px;
    }

    .home-letters-block-content {
        gap: 40px;
    }

    .home-letters-list-item {
        display: none;
    }

    .home-letters-list-item:nth-child(1) {
        display: flex;
        width: 100%;
    }

    .home-blog-block {
        padding: 80px 0;
        gap: 30px;
    }

    .home-blog-list-item-tag i {
        display: none !important;
    }

    .home-blog-list-item-content {
        width: calc(100% - 30px);
    }

    .home-blog-list-separator {
        width: calc(100% - 30px);
    }

    .home-blog-list-item-text {
        display: none;
    }

    .home-blog-list-item-content-container {
        width: calc(100% - 92px);
        gap: 24px;
    }

    .home-blog-list-item-tag {
        padding: 12px 10px;
        font-size: 12px;
    }

    .home-blog-list-item-link span {
        display: none;
    }

    .home-blog-list-item-title {
        width: auto;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
    }

    .home-blog-link {
        margin-top: 30px;
    }

    .home-form-card {
        width: 365px;
        padding: 37px 32px;
    }

    .home-form-card form h2 {
        font-size: 30px;
        font-style: normal;
        font-weight: 500;
    }

    .home-form-card form input {
        height: 52px;
        padding: 20px 10px;
        font-size: 16px;
    }

    .home-form-card form {
        gap: 20px;
    }

    .home-form-card-btn-container button {
        white-space: nowrap;
    }

    .home-form-card-btn-container p {
        font-size: 11px;
        font-style: normal;
        font-weight: 400;
    }

    .home-services-block {
        height: 100vh;
    }

    .home-interactive-swiper .swiper-pagination ,
    .home-services-swiper .swiper-pagination {
        bottom: 20px;
        height: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }

    .home-interactive-swiper .swiper-pagination-bullet,
    .home-services-swiper .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
        margin: 0 !important;
        opacity: 1;
        background: rgba(255, 255, 255, 0.10);
        border: 1px solid rgba(255, 255, 255, 0.30);
        backdrop-filter: blur(2px);
    }

    .home-interactive-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active,
    .home-services-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: rgba(255, 255, 255, 0.40);
        border: 1px solid rgba(255, 255, 255, 0.70);
    }

    .home-partners-swiper {
        width: calc(100% + 30px);
        margin-left: -15px;
        margin-right: -15px;
        padding: 0 15px 34px;
    }

    .partners-swiper-pagination {
        bottom: 0 !important;
        height: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }

    .partners-swiper-pagination .swiper-pagination-bullet {
        opacity: 1;
        margin: 0 !important;
        width: 12px !important;
        height: 12px !important;
        background: rgba(255, 255, 255, 0.10);
        border: 1px solid rgba(255, 255, 255, 0.30);
        backdrop-filter: blur(2px);
    }

    .partners-swiper-pagination .swiper-pagination-bullet-active {
        background: rgba(255, 255, 255, 0.40);
        border: 1px solid rgba(255, 255, 255, 0.70);
    }

    .services-info-swiper-pagination {
        bottom: 0;
    }

    .home-services-info-swiper-btn,
    .home-letters-swiper-btn,
    .swiper-letters-button-prev,
    .swiper-letters-button-next,
    .swiper-services-info-button-next,
    .swiper-services-info-button-prev {
        display: none;
    }

    .home-services-info-swiper {
        padding-bottom: 34px;
        box-sizing: content-box;
    }

    .home-letters-swiper {
        aspect-ratio: 384/542;
        padding: 0 15px 34px 15px;
        box-sizing: content-box;
        margin-left: -15px;
        margin-right: -15px;
        width: 100%;
    }

    .letters-swiper-pagination {
        bottom: 0 !important;
    }
}
