@keyframes drawLine {
	0% {stroke-dashoffset: var(--line-length);}
    50% {stroke-dashoffset: var(--line-half);}
	70% {stroke-dashoffset: var(--line-half);}
    100% {stroke-dashoffset: 0;}
}

@keyframes decorRotate {
	from {
		transform: translateY(-50%) rotate(0deg);
	}
	to {
		transform: translateY(-50%) rotate(360deg);
	}
}

:root {
    --accent-color: #FF6B00;
    --h1-title: 64px;
    --h2-title: 50px;
    --h1-text: 24px;
    --h2-text: 24px;
    --h3-text: 20px;
}

@media (max-width: 1440px){
    :root{
        --h1-title: 60px;
        --h1-text: 22px;
        --h2-text: 22px;
        --h2-title: 42px;
        --h3-text: 18px;
    }
}

@media (max-width: 1230px){
    :root{
        --h1-title: 58px;
        --h2-title: 38px;
        --h2-text: 20px;
        --h3-text: 16px;
        --case-title: 32px;
        --case-text: 18px;
    }
}

@media (max-width: 964px){
    :root{
        --h1-title: 54px;
        --h1-text: 20px;
        --h2-text: 18px;
        --h2-title: 34px;
    }
}

@media (max-width: 730px){
    :root{
        --h1-title: 36px;
        --h2-title: 28px;
        --h2-text: 16px;
        --case-title: 28px;
    }
}

@media (max-width: 450px){
    :root{
        --h1-title: 30px;
        --h1-text: 18px;
    }
}

body{
    /* overflow: hidden; */
    transition: background .3s linear;
}

@media (max-width: 1440px){
    .suptitle{
        font-size: 28px;
    }
}
@media (max-width: 1230px){
    .suptitle{
        font-size: 24px;
    }
    .section{
        padding-top: 60px;
    }
    .title-h2{
        font-size: 32px;
    }
}

@media (max-width: 964px){
    .suptitle{
        font-size: 22px;
    }
}

@media (max-width: 450px){
    .title-h2{
        font-size: 28px;
    }
}

.btn__bord-white:active, 
.btn__bord-white:hover {
    background-color: var(--btn-color-6);
    box-shadow: 0px 0px 0px 2px inset var(--btn-color-6);
}

/* intro */

.intro{
    position: relative;
    background: url(/images/intro/intro-bg.png) center, linear-gradient(180deg, #005AFF 0%, #2BB2FF 30%, #F8F9FF 90%);
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 820px;
    padding-top: 220px;
}

.intro__bg{
    position: absolute;
    top: 0;
    left: 50%;
    height: 886px;
    transform: translateX(-50%);
    z-index: 0;
    max-width: 100%;
    overflow: hidden;
}

.intro__bg img{
    height: 100%;
}

.intro__wrapper{
    display: flex;
    justify-content: center;
}

.intro__content{
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.intro__title{
    margin-bottom: 25px;
}

.intro__subtitle{
    margin-bottom: 60px;
    color: var(--white);
}

@media (max-width: 1440px){
    .intro{
        min-height: 700px;
        padding-top: 180px;
    }
    .intro__bg{
        height: 766px;
    }
    .intro__subtitle{
        margin-bottom: 40px;
    }
}

@media (max-width: 1230px){
    .intro__bg{
        height: 580px;
        top: 200px;
    }
}

@media (max-width: 964px){
    .intro{
        min-height: 570px;
        padding-top: 136px;
    }
    .intro__title {
        margin-bottom: 20px;
    }
    .intro__bg{
        height: 426px;
        top: 140px;
    }
}

@media (max-width: 730px){
    .intro__bg{
        height: 227px;
        top: 310px;
    }
}

@media (max-width: 450px){
    
}

/* companies */

.companies{
    position: relative;
}

.companies__wrapper{
    position: relative;
    z-index: 2;
}

.companies__bg{
    position: absolute;
    top: 0;
    right: 0;
    width: 1000px;
    height: 600px;
    overflow: hidden;
}

.companies__bg img{
    position: absolute;
    top: -160px;
    right: -220px;
    width: 1150px;
}

.companies__title{
    max-width: 550px;
    margin-bottom: 20px;
}

.companies__text{
    max-width: 660px;
    margin-bottom: 40px;
}

.companies__box{
    padding: 16px 0 16px 30px;
    border-radius: 50px;
    box-shadow: 0px 0px 0px 1px rgba(45, 45, 45, 0.1);
    max-width: 440px;
    position: relative;
    overflow: hidden;
    transition: .2s linear;
}

.companies__box:hover{
    box-shadow: 0px 0px 0px 1px rgba(45, 45, 45, 1);
}

.companies__decor{
    height: 100%;
    width: 110px;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 50px;
    background: linear-gradient(270deg, #64A2FC 0%,  #F8F9FF 150%);
    overflow: hidden;
}

.companies__decor-video{
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 100%;
}

.companies__link{
    color: var(--black);
    font-size: 20px;
    font-weight: 500;
    position: relative;
}

.companies__link::before{
    content: "";
    display: inline-block;
    width: 16px;
    height: 14px;
    background-image: url('data:image/svg+xml;utf8,<svg width="22" height="19" viewBox="0 0 22 19" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12.8023 0.5L21.8024 9.5L12.8023 18.5H8.48235L15.9223 11.06H0.652344V7.94H15.9223L8.48235 0.5H12.8023Z" fill="rgb(20, 20, 20)"/></svg>');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 50%;
    right: -25px;
    transform: translate(0, -50%);
    transition: .2s linear;
}

.companies__link:hover::before{
    transform: translate(20%, -50%);
}

@media (max-width: 1440px){
    .companies__text{
        max-width: 540px;
    }
    .companies__bg img {
        top: -140px;
        right: -190px;
        width: 1050px;
    }
}

@media (max-width: 1230px){
    .companies{
        padding-top: 108px;
    }
    .companies__bg{
        width: 700px;
        height: 500px;
    }
    .companies__bg img {
        top: -100px;
        right: -200px;
        width: 900px;
    }
    .companies__title{
        max-width: 340px;
    }
    .companies__text{
        max-width: 468px;
    }
}

@media (max-width: 964px){
    .companies{
        padding-top: 60px;
    }
    .companies__text{
        max-width: 340px;
    }
    .companies__box{
        max-width: 355px;
    }
    .companies__decor{
        display: none;
    }
    .companies__bg img {
        top: -50px;
        right: -160px;
        width: 650px;
    }
}

@media (max-width: 730px){
    .companies{
        padding-bottom: 295px;
    }
    .companies__bg {
        width: 100%;
        height: 700px;
    }
    .companies__bg img {
        top: 240px;
        left: 50%;
        width: 100%;
        transform: translateX(-45%);
    }
}

@media (max-width: 580px){
    .companies__bg img {
        width: 130%;
    }
}

@media (max-width: 450px){
    .companies__bg img {
        width: 150%;
    }
}

@media (max-width: 380px){
    .companies__bg img {
        width: 180%;
        transform: translateX(-40%);
    }
}

/* efficiency */

.efficiency__logo{
    margin-bottom: 20px;
    height: 35px;
}

.efficiency__logo img{
    height: 100%;
}

.efficiency__title{
    max-width: 710px;
    margin-bottom: 40px;
}

.efficiency__list{
    position: relative;
    display: grid;
    grid-template-columns: 710px repeat(2, 1fr);
    gap: 20px;
}

.efficiency__list::before{
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    bottom: 40px;
    left: 0;
    box-shadow: 0px 0px 190px 40px #83BFF9;
}

.efficiency__item{
    border-radius: 50px;
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: 0px 0px 0px 2px var(--white) inset;
    overflow: hidden;
    min-height: 244px;
    padding: 40px;
    position: relative;
    z-index: 2;
}

.efficiency__item-1{
    background: url(/images/efficiency/efficiency-item-bg.png) center;
    background-size: cover;
    background-repeat: no-repeat;
}

.efficiency__item::before{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--white);
    opacity: 0.5;
}

.efficiency__item-3 .efficiency__item-num{
    padding-left: 40px;
}

.efficiency__item-num{
    font-size: 80px;
    font-weight: 700;
    color: #787A81;
    line-height: 1;
    margin-bottom: 5px;
    position: relative;
    z-index: 1;
}

.efficiency__item-subtext{
    max-width: 200px;
    margin-left: 40px;
    color: var(--black);
    position: relative;
    z-index: 1;
}

@media (max-width: 1440px){
    .efficiency__list{
        grid-template-columns: 590px repeat(2, 1fr);
    }
    .efficiency__list::before{
        bottom: 50px;
        box-shadow: 0px 0px 190px 30px #83BFF9;
    }
    .efficiency__item{
        padding-top: 45px;
    }
    .efficiency__item-subtext{
        font-size: 20px;
    }
    .efficiency__item-3 .efficiency__item-num{
        padding-left: 0;
    }
    .efficiency__item-3 .efficiency__item-subtext{
        margin-left: 0;
    }
}

@media (max-width: 1230px){
    .efficiency__logo{
        height: 30px;
    }
    .efficiency__list {
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }
    .efficiency__item{
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .efficiency__item-1 {
        background: url(/images/efficiency/efficiency-item-bg.png) -270px center;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .efficiency__item-1{
        padding-left: 20px;
    }
}

@media (max-width: 964px){
    .efficiency__item{
        min-height: 190px;
        padding: 30px;
        border-radius: 40px;
    }
    .efficiency__item-num{
        font-size: 60px;
        margin-bottom: 15px;
    }
    .efficiency__item-subtext{
        font-size: 16px;
    }
    .efficiency__item-1 {
        background: url(/images/efficiency/efficiency-item-bg.png) -240px center;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .efficiency__list::before {
        box-shadow: 0px 0px 190px 20px #83BFF9;
    }
}

@media (max-width: 730px){
    .efficiency__list{
        grid-template-columns: 1fr;
    }
    .efficiency__item{
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        gap: 60px;
        min-height: 130px;
    }

    .efficiency__item-num{
        min-width: 143px;
    }
    .efficiency__item-3 .efficiency__item-num{
        padding-left: 30px;
    }

    .efficiency__item-num,
    .efficiency__item-subtext{
        margin: 0;
    }
    .efficiency__item-1 {
        background: url(/images/efficiency/efficiency-item-bg.png) center center;
        background-size: auto;
        background-repeat: no-repeat;
    }
    .efficiency__list::before {
        bottom: unset;
        box-shadow: 0px 0px 230px 150px #83BFF9;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 0;
    }
}

@media (max-width: 450px){
    .efficiency__logo{
        height: 25px;
    }
    .efficiency__item{
        border-radius: 30px;
        padding: 20px;
        min-height: 100px;
        gap: 16%;
    }
    .efficiency__item-1 {
        background: url(/images/efficiency/efficiency-item-bg.png) center center;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .efficiency__item::before{
        opacity: 0.3;
    }
    .efficiency__item-num{
        font-size: 50px;
        min-width: 119px;
    }
}

/* automation */

.automation{
    padding-bottom: 100px;
}

.automation__wrapper{
    display: flex;
    align-items: center;
    gap: 196px;
}

.automation__content{
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 150px;
    padding-left: 130px;
}

.automation__item{
    display: flex;
    align-items: center;
    gap: 40px;
}

.automation__item-num{
    font-size: 80px;
    font-weight: 700;
    min-width: 92px;
}

.automation__item-text{
    color: var(--black)
}

.automation__item-1{
    color: #5FD86B;
}

.automation__item-1 .automation__item-num{
    -webkit-text-stroke: 2px #9FE8A6;
}

.automation__item-2{
    color: #005AFF;
}

.automation__item-2 .automation__item-num{
    -webkit-text-stroke: 2px #669CFF;
}

.automation__visual{
    position: absolute;
    font-size: 0;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.automation__visual .line{
    position: relative;
    left: -92px;
}
.automation__visual .line-grad path {
	stroke-dasharray: var(--line-length);
	stroke-dashoffset: var(--line-length);
}

.automation__visual.active .line-grad path {
	animation: drawLine 4s linear forwards;
}
.automation__decor{
    position: absolute;
    left: -56px;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
	transform-origin: center;
}

.automation__decor img{
    width: 100%;
}

.automation__visual.active .automation__decor {
	animation: decorRotate 1s ease 2s forwards;
}

@media (max-width: 1440px){
    .automation__wrapper{
        gap: 172px;
    }
    .automation__item{
        gap: 20px;
    }
}

@media (max-width: 1230px){
    .automation{
        padding-bottom: 60px;
    }
    .automation__item-text{
        font-size: 22px;
    }
    .automation__content{
        gap: 54px;
        padding-left: 90px;
    }
    .automation__wrapper{
        gap: 134px;
    }
    .automation__visual .line,
    .automation__visual .line-grad{
        transform: scale(0.58) translateX(-35px);
    }
    .automation__visual .line path,
    .automation__visual .line-grad path{
        stroke-width: 5;
    }
    .automation__item{
        gap: 15px;
    }
    .automation__decor{
        width: 105px;
        left: -52px;
    }
}

@media (max-width: 964px){
    .automation__wrapper{
        gap: 70px;
    }
    .automation__visual{
        transform: translateY(-60%);
    }
    .automation__item{
        flex-direction: column;
        align-items: baseline;
        gap: 0;
    }
    .automation__item-num{
        font-size: 60px;
        min-width: auto;
    }
    .automation__item-text{
        font-size: 18px;
    }
    .automation__content{
        gap: 46px;
        padding-left: 80px;
    }
}

@media (max-width: 730px){
    .automation__wrapper{
        flex-direction: column;
        gap: 40px;
    }
    .automation__title{
        align-self: baseline;
    }
}

@media (max-width: 450px){
    .automation__wrapper{
        gap: 30px;
    }
    .automation__decor{
        width: 80px;
        left: -40px;
    }
    .automation__item-num{
        font-size: 50px;
    }
    .automation__visual {
        transform: translateY(-54%);
    }
    .automation__visual .line,
    .automation__visual .line-grad {
        transform: scale(0.6) translateX(-31px);
    }
    .automation__content{
        gap: 33px;
    }
}

/* assist */

.assist{
    position: relative;
    background: url(/images/assist/assist-bg.png) center, linear-gradient(180deg, #005AFF 0%, #2BB2FF 30%, #F8F9FF 90%);
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 0px -350px 50px -250px inset #f8f9ff;
    min-height: 700px;
    margin-bottom: 225px;
}

.assist::before{
    content: "";
    display: block;
    width: 0;
    box-shadow: 0px 0px 200px 100px #2BB2FF;
    position: absolute;
    right: 320px;
    bottom: -130px;
}

.assist__wrapper{
    position: relative;
    display: flex;
    justify-content: flex-end;
}

.assist__bg{
    position: absolute;
    z-index: 0;
    width: 520px;
    top: -55px;
    left: 64px;
}

.assist__bg img{
    width: 100%;
}

.assist__suptitle,
.assist__title,
.assist__text{
    color: var(--white);
}

.assist__title{
    margin-bottom: 40px;
}

.assist__descr{
    position: relative;
    z-index: 1;
    max-width: 706px;
}

.assist__info{
    position: absolute;
    z-index: 2;
    width: 100%;
    min-height: 445px;
    border-radius: 50px;
    box-shadow: 0px 0px 0px 2px inset var(--white);
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 80%);
    left: 0;
    top: 380px;
    padding: 70px;
    display: flex;
    align-items: center;
    overflow: hidden;
    gap: 130px;
}

.assist__info::before{
    content: "";
    display: block;
    width: 400px;
    box-shadow: 0px 0px 400px 110px #2BB2FF;
    transform: rotate(15deg);
    position: absolute;
    left: 80px;
    bottom: -130px;
}

.assist__info-title{
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;
    color: #73757E;
    max-width: 520px;
    line-height: 1.2;
}

.assist__info-title .gr{
    color: #2DBE64;
}

.assist__info-title .tw{
    text-wrap: nowrap;
}

.assist__info-box{
    display: flex;
    flex-direction: column;
    gap: 40px;
    max-width: 460px;
}

.assist__info-item{
    position: relative;
    padding-left: 105px;
    color: var(--black);
}

.assist__info-item span{
    text-wrap: nowrap;
}

.assist__info-item::before,
.assist__info-item::after{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    border-radius: 50px;
    height: 33px;
    transition: .2s linear;
    filter: grayscale(1);
}

.assist__info-item::before{
    width: 65px;
    left: 0;
    background-color: rgba(137, 226, 147, 40%);
}
.assist__info-item::after{
    width: 33px;
    left: 0;
    background-color: #6CCF76;
}

.assist__info-item.show::before{
    filter: grayscale(0);
}
.assist__info-item.show::after{
    filter: grayscale(0);
    transform: translate(100%, 0%);
}


@media (max-width: 1440px){
    .assist{
        min-height: 580px;
        padding-top: 88px;
        margin-bottom: 205px;
    }
    .assist__suptitle{
        font-size: 26px;
    }
    .assist__title{
        margin-bottom: 20px;
    }
    .assist__descr{
        max-width: 590px;
    }
    .assist__bg{
        width: 496px;
    }
    .assist__info{
        min-height: 384px;
        padding: 70px 80px 70px 70px;
        gap: 70px;
        top: 310px;
    }
    .assist__info-box{
        max-width: 100%;
    }
    .assist__info-title{
        max-width: 490px;
    }
}

@media (max-width: 1230px){
    .assist{
        min-height: 445px;
        padding-top: 60px;
        margin-bottom: 160px;
    }
    .assist::before{
        bottom: -60px;
    }
    .assist__suptitle{
        font-size: 24px;
    }
    .assist__descr {
        max-width: 465px;
    }
    .assist__bg{
        width: 390px;
        top: -40px;
        left: 0;
    }
    .assist__info{
        flex-direction: column;
        gap: 40px;
        padding: 50px 40px;
        min-height: auto;
        top: 270px;
    }
    .assist__info::before {
        width: 300px;
        box-shadow: 0px 0px 170px 60px #2BB2FF;
        left: -20px;
        bottom: -110px;
    }
    .assist__info-title {
        max-width: 100%;
        font-size: 32px;
    }
    .assist__info-box{
        flex-direction: row;
    }
}

@media (max-width: 964px){
    .assist {
        box-shadow: 0px -350px 40px -300px inset #f8f9ff;
        margin-bottom: 210px;
    }
    .assist__suptitle{
        font-size: 22px;
    }
    .assist__descr {
        max-width: 360px;
    }
    .assist__bg{
        width: 350px;
        top: -60px;
    }
    .assist__info {
        border-radius: 40px;
        gap: 30px;
        padding: 40px;
        top: 330px;
    }
    .assist__info-item{
        padding-left: 85px;
    }
    .assist::before {
        box-shadow: 0px 0px 130px 100px #2BB2FF;
        right: 60px;
        bottom: 10px;
    }
}

@media (max-width: 730px){
    .assist{
        margin-bottom: 260px;
    }
    .assist__wrapper{
        justify-content: flex-start;
    }
    .assist__bg{
        right: -140px;
        top: -60px;
        left: unset;
    }
    .assist__info-box{
        flex-direction: column;
    }
    .assist__info{
        border-radius: 30px;
        padding: 30px 20px;
        top: 280px;
    }
}

@media (max-width: 450px){
    .assist__bg{
        width: 280px;
        right: -120px;
        top: -75px;
    }
    .assist__text {
        max-width: 300px;
    }
    .assist__suptitle{
        font-size: 20px;
    }
    .assist__info{
        top: 260px;
    }
    .assist__info-title{
        font-size: 28px;
    }
    
}

/* analysis */

.analysis{
    position: relative;
}

.analysis__bg{
    height: 120%;
}

.analysis__bg::before{
    box-shadow: 0px 40px 50px 80px #F8F9FF inset;
}

.analysis__title{
    margin-bottom: 40px;
}

.analysis__text{
    margin-bottom: 40px;
}

.analysis__list{
    display: flex;
    gap: 20px;
}

.analysis__item{
    position: relative;
    overflow: hidden;
    min-height: 250px;
    width: 100%;
    border-radius: 50px;
    background: linear-gradient(0deg, #22A9F6 0%, #2BB2FF 100%);
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    visibility: hidden;
    opacity: 0;
    transform: translateY(32px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

.analysis__item::before{
    content: '';
    position: absolute;
    width: 50%;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0px 0px 90px 40px rgba(255, 255, 255, 0.5);
}

.analysis__item.show{
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.analysis__item-num{
    display: block;
    font-size: 50px;
    color: var(--white);
    font-weight: 600;
}

.analysis__item-text{
    position: relative;
    max-width: 330px;
    line-height: 1.2;
    font-weight: 400;
    color: var(--white);
    z-index: 2;
}

.analysis__item-text span{
    text-wrap: nowrap;
}

.analysis__item-img{
    position: absolute;
    height: 175px;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.analysis__item-img img{
    height: 100%;
}

@media (max-width: 1230px){
    .analysis__list{
        gap: 10px;
    }
    .analysis__item{
        border-radius: 40px;
        padding: 30px;
        min-height: 212px;
        justify-content: center;
    }
    .analysis__item-num{
        font-size: 42px;
    }
    .analysis__item::before{
        display: none;
    }
    .analysis__item-img{
        height: 150px;
        opacity: 0.5;
    }
}

@media (max-width: 964px){
    .analysis__item{
        min-height: 200px;
        padding: 30px 20px;
    }
    .analysis__item-num{
        font-size: 32px;
    }
    .analysis__item-img{
        height: 120px;
    }
}

@media (max-width: 730px){
    .analysis__list{
        flex-direction: column;
    }
    .analysis__item {
        min-height: 110px;
        justify-content: flex-start;
        flex-direction: row;
        align-items: center;
        border-radius: 30px;
        gap: 20px;
    }
    .analysis__item-num {
        font-size: 42px;
    }
    .analysis__item-text {
        max-width: 77%;
    }
}

@media (max-width: 450px){
    .analysis__title{
        margin-bottom: 30px;
    }
    .analysis__item-num{
        font-size: 32px;
    }
    .analysis__item{
        min-height: 100px;
    }
    .analysis__item-text {
        max-width: 250px;
    }
    .analysis__item-img {
        height: 90px;
    }
}

/* decisions */

.decisions__title{
    margin-bottom: 40px;
}

.decisions__box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

.decisions__item{
    display: flex;
    align-items: center;
    gap: 40px;
}

.decisions__item-1{
    max-width: 594px;
}

.decisions__item-2{
    max-width: 712px;
}

.decisions__item-description{
    display: flex;
    flex-direction: column;
}

.decisions__item-title{
    font-size: 30px;
    line-height: 1;
    margin-bottom: 10px;
    color: var(--black);
    font-weight: 600;
}

.decisions__item-image{
    height: 139px;
}

.decisions__item-image img{
    height: 100%;
}

.decisions__link{
    color: var(--black);
    font-size: 20px;
    font-weight: 500;
    position: relative;
}

.decisions__link::before{
    content: "";
    display: inline-block;
    width: 16px;
    height: 14px;
    background-image: url('data:image/svg+xml;utf8,<svg width="22" height="19" viewBox="0 0 22 19" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12.8023 0.5L21.8024 9.5L12.8023 18.5H8.48235L15.9223 11.06H0.652344V7.94H15.9223L8.48235 0.5H12.8023Z" fill="rgb(20, 20, 20)"/></svg>');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 50%;
    right: -25px;
    transform: translate(0, -50%);
    transition: .2s linear;
}

.decisions__link:hover::before{
    transform: translate(20%, -50%);
}

@media (max-width: 1440px){
    .decisions__item-title{
        font-size: 26px;
    }
    .decisions__item-1 {
        max-width: 474px;
    }
    .decisions__item-2 {
        max-width: 572px;
    }
}

@media (max-width: 1230px){
    .decisions__item{
        gap: 20px;
    }
    .decisions__item-title {
        font-size: 24px;
    }
    .decisions__item-image{
        height: 119px;
    }
    .decisions__item-2 {
        max-width: 456px;
    }
}

@media (max-width: 964px){
    .decisions__item{
        flex-direction: column;
        align-items: baseline;
    }
    .decisions__item-image {
        height: 100px;
    }
    .decisions__item-title{
        font-size: 22px;
    }
    .decisions__item-2{
        max-width: 330px;
    }

    .decisions__item-1{
        max-width: 250px;
    }
}

@media (max-width: 450px){
    .decisions__suptitle{
        font-size: 20px;
    }
    .decisions__box{
        flex-direction: column;
        align-items: baseline;
        gap: 40px;
    }
    .decisions__item{
        flex-direction: row;
        align-items: center;
    }
    .decisions__item-1,
    .decisions__item-2{
        max-width: 100%;
    }
    .decisions__item-image{
        min-width: 125px;
    }
    .decisions__item-description{
        max-width: 214px;
    }
}

/* casebook */

.swiper.casebook__wrapper{
    margin-bottom: 0;
}

.casebook__logo img {
    height: 45px;
}

.casebook{
    overflow: visible;
    z-index: 0;
}

.casebook__box-wrapper{
    overflow: hidden;
}

.casebook__background{
    height: 300%;
}

.casebook__background::before {
    box-shadow: 0px 60px 100px -50px #F8F9FF inset, 0px 210px 130px 0px #F8F9FF inset;
}