
.usefull {
    padding: 20px;
}
.usefull-head {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    grid-gap: 12px;
    gap: 12px;
}
.usefull-head-title {
    font-family: 'TT Firs Neue' !important;
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 34px;
    color: #222222;
}
.usefull-body {
    display: flex;
    flex-direction: row;
    align-items: center;
    grid-gap: 30px;
    gap: 30px;
}
.usefull-left-aside {
    background: #211F24;
    border-radius: 5px;
    width: 100%;
    /*max-width: 518px;*/
    height: 416px;
    position: relative;
}
.usefull-left-aside-yellow {
    position: absolute;
    right: 10px;
    bottom: 30px;
}
.usefull-left-aside-fruits {
    position: absolute;
    left: 0;
    bottom: 0;
}
.usefull-left-aside-tip {
    position: absolute;
    top: -35px;
    right: -18px;
}
.usefull-left-aside-arrow {
    position: absolute;
    bottom: 20px;
    right: 20px;
}
.usefull-left-aside-label {
    padding: 40px;
}
.usefull-left-aside-subtitle {
    font-family: 'TT Norms';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #828287;
}
.usefull-left-aside-title {
    font-family: 'TT Norms';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #FFFFFF;
}
.usefull-right-aside {
    background:#8365FC;
    border-radius: 5px;
    width: 100%;
    max-width: 384px;
    height: 416px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.usefull-right-aside-img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.usefull-right-aside-girl {
    width: 100%;
    height: 100%;
    max-width: 229px;
    max-height: 309px;
    position: absolute;
    top: -50px;
}
.usefull-right-aside-con {
    position: relative;
    z-index: 9;
    background: #FFFFFF;
    border-radius: 5px;
    padding: 20px;
    width: 80%;
    max-width: 346px;
    height: 125px;
    margin-bottom: 20px;
    transform: skew(-2deg);
}
.usefull-right-aside-audio {
    position: absolute;
    top: -15px;
    background: #000000;
    width: 100%;
    max-width: 200px;
    height: 30px;
    display: flex;
    align-items: center;
    padding: 0px 5px;
    transform: skew(2deg);
}
.usefull-right-aside-audio-title {
    font-family: 'TT Norms';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    color: #FFFFFF;
    margin-left: 5px;
}
.usefull-right-aside-head {
    display: flex;
    flex-direction: row;
    grid-gap: 10px;
    gap: 10px;
    margin-top: 20px;
}
.usefull-right-aside-head-label {
    display: flex;
    flex-direction: column;
}
.usefull-right-aside-head-label-title {
    font-family: 'TT Norms' !important;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    color: #000000;
}
.usefull-right-aside-head-label-subtitle {
    font-family: 'TT Norms' !important;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #828287;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 230px;
}
.usefull-right-aside-body {
    font-family: 'TT Firs Neue';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 26px;
    display: flex;
    align-items: center;
    color: #211F24;
    margin-top: 10px;
}
.usefull-cards {
    width: 100%;
    max-width: 350px;
    display: flex;
    flex-direction: column;
    grid-gap: 20px;
    gap: 20px;
}
.usefull-card {
    display: flex;
    flex-direction: row;
    grid-gap: 20px;
    gap: 20px;
    height: 100%;
    /*max-height: 121px;*/
    padding: 12px;
    background: #FFFFFF;
    box-shadow: 0px 4px 26px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
}
.usefull-card-img {
    width: 97px;
    height: 90px;
    border-radius: 4px;
}
.usefull-card-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.usefull-subtitle {
    font-family: 'TT Norms';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #999999;
}
.usefull-title {
    font-family: 'TT Norms';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #222222;
}


/*# sourceMappingURL=layout-components-webinars-components-usefull-index-vue.css.map?ver=9fcc381e*/