.container.container--1320 {
    max-width: 1350px;
}
.container.container--784 {
    max-width: 814px;
}
.container.container--994 {
    max-width: 1024px;
}
.container.container--958 {
    max-width: 988px;
}
.container.container--574 {
    max-width: 604px;
}
.content--bg-grey {
    background-color: #F5F5F6;
}
.btn-white {
    color: var(--primary);
    border-color: #3F57FF;
}
.btn-purple {
    color: var(--white);
    background-color: #d1d5f8;
    background: rgba(255, 255, 255, 0.2);
}
.btn-border-grey {
    color: #01030B;
    border-color: #020614;
}
.btn .btn-text-mob {
    display: none;
}
.questions-dropdown {
    align-items: center;
}
.btn-sm {
    padding: 7px 16px;
    font-size: 12px;
    line-height: 16px;
}
.btn-sm.btn-checkout {
    padding: 12px 16px;
    font-size: 16px;
    line-height: 20px;
}
.btn.btn-checkout:hover {
    background-color: #D9DDFF;
    color: var(--primary);
    opacity: 1;
}
.btn.btn-checkout:hover .check-count {
    border-color: #D9DDFF;
}

/* main-offer */
.main-offer {
    padding: 100px 0 200px;
    position: relative;
}
.main-offer__bg {
    position: absolute;
    right: 0;
    top: 0;
    width: 67%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 1;
}
.main-offer::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(90deg, #020614 0%, #020614 33%, rgba(2, 6, 20, 0.0001) 100%);
    z-index: 2;
}
.main-offer__container {
    position: relative;
    z-index: 3;
}
.main-offer__body {
    color: var(--white);
}
.main-offer__title {
    max-width: 650px;
}
/* try-home */
.try-home {
    padding: 56px;
    background-color: var(--white);
    position: relative;
    z-index: 4;
    margin-top: -106px;
    margin-bottom: 96px;
}
.try-home__list {
    display: flex;
    margin: 0 -2%;
}
.try-home__item {
    width: 16%;
    margin: 0 2%;
}
.try-home__title {
    display: flex;
    align-items: center;
    line-height: 20px;
    font-size: 16px;
    font-weight: 500;
    color: #01030B;
    margin-bottom: 12px;
}
.try-home__title span {
    margin-left: 8px;
}
.try-home__text {
    font-size: 14px;
    line-height: 20px;
    color: #575A67;
    opacity: 0.9;
    margin-bottom: 12px;
}
.try-home__link {
    display: block;
    max-width: max-content;
    position: relative;
    color: var(--primary);
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    padding-right: 16px;
}
.try-home__link:not(:last-child) {
    margin-bottom: 8px;
}
.promotion-home__item a{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    width: 100%;
    height: 100%;
    transition: all .2s ease;
}
.promotion-home__item a:hover {
    transform: scale(1.05);
}
.try-home__link::before {
    content: '';
    position: absolute;
    background-image: url(../img/arrow-right.png);
    background-repeat: no-repeat;
    background-size: cover;
    top: 5px;
    right: 4px;
    width: 6px;
    height: 9px;
    transition: all .3s ease;
}
.try-home__link:hover {
    opacity: 0.7;
}
.try-home__link:hover::before {
    right: 0;
}

/* testimonials */
.testimonials {
    padding-bottom: 96px;
}
.testimonials__top {
    padding-bottom: 47px;
}
.testimonials__top .buttons-group{
    justify-content: center;
}
.testimonials__title{
    font-weight: 600;
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 32px;
}
.testimonials__list {
    display: flex;
    justify-content: space-between;
    padding-top: 18px;
    padding-bottom: 66px;
}
.testimonials__item {
    width: 47.5%;
}
.testimonials__item-rating {
    display: flex;
    margin-bottom: 11px;
}
.testimonials__star {
    margin-right: 8px;
}
.testimonials__star.checked path{
    fill: #3F57FF;
}
.testimonials__item-quote {
    padding-left: 6px;
    padding-bottom: 19px;
}
.testimonials__item-text{
    font-size: 18px;
    line-height: 24px;
    color: #676A76;
    margin-bottom: 32px;
}
.testimonials__item-user {
    display: flex;
    align-items: center;
}
.testimonials__item-user-ava {
    width: 56px;
    height: 56px;
    overflow: hidden;
    margin-right: 20px;
}
.testimonials__item-user-ava img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.testimonials__item-user-info {
    line-height: 20px;
}
.testimonials__item-user-name {
    font-weight: 500;
    color: #020614;
}
.testimonials__item-user-text {
    font-size: 14px;
    color: #676A76;
    margin-bottom: 2px;
}
.testimonials__item-user-text a {
    text-decoration: underline;
}
.testimonials__item-user-text a:hover {
    text-decoration: none;
}
.testimonials__item-user-status {
    font-size: 14px;
    font-weight: 500;
    position: relative;
    padding-left: 17px;
}
.testimonials__item-user-status::before{
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
    width: 12px;
    height: 12px;
    background-image: url(../img/icon-status-ok.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.testimonials__total {
    margin-bottom: 42px;
}
.testimonials__total-rating {
    margin-bottom: 18px;
}
.testimonials__total-star {
    margin: 0 4px;
}
.testimonials__total-star.checked path{
    fill: #3F57FF;
}
.testimonials__total-text {
    line-height: 20px;
    font-weight: 500;
}
.testimonials__total-text strong{
    font-weight: 700;
}
.testimonials__show-more {
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #3F57FF;
    padding-top: 2px;
    padding-bottom: 32px;
    position: relative;
}
.testimonials__show-more svg {
    position: absolute;
    bottom: 4px;
    left: 50%;
    transform: translateX(-50%);
    transition: all .3s ease;
}
.testimonials__show-more:hover {
    opacity: 0.7;
}
.testimonials__show-more:hover svg{
    bottom: 0;
}

/* promotion-home */
.promotion-home {
    background-color: var(--textColor);
    padding-top: 128px;
    padding-bottom: 127px;
}
.promotion-home__top {
    color: var(--white);
    max-width: 680px;
    margin: 0 auto 66px;
}
.promotion-home__title {
    font-weight: 600;
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 20px;
}
.promotion-home__text{
    font-size: 18px;
    line-height: 21px;
    opacity: 0.75;
}
.promotion-home__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.promotion-home__item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 19%;
    height: 127px;
    background-color: #0F131E;
    border-radius: 10px;
}

/* steps-home */
.steps-home {
    background-color: var(--white);
    padding-top: 128px;
    padding-bottom: 72px;
}
.steps-home__title {
    font-weight: 600;
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 72px;
}
.steps-home__list{
    display: flex;
    justify-content: space-around;
    position: relative;
}
.steps-home__list::before {
    content: '';
    position: absolute;
    background-image: url(../img/steps-decor.png);
    top: 43px;
    left: 50%;
    width: 72%;
    height: 4px;
    z-index: 1;
    transform: translateX(-50%);
}
.steps-home__item-number {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-weight: 600;
    font-size: 32px;
    line-height: 30px;
    width: 86px;
    height: 86px;
    background-color: var(--primary);
    border-radius: 50%;
    margin: 0 auto 24px;
}
.steps-home__item-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
}
.steps-home__item {
    min-width: 160px;
    position: relative;
    z-index: 2;
    background-color: var(--white);
}

/* video-home */
.signup-home {
    padding-top: 96px;
    padding-bottom: 128px;
    background-color: var(--textColor);
}
.signup-home__wrap {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.signup-home__content {
    max-width: 680px;
    color: var(--white);
}
.signup-home__title{
    font-weight: 600;
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 14px;
}
.signup-home__text {
    font-size: 18px;
    line-height: 21px;
    opacity: 0.75;
}
/* home-bottom */
.home-bottom {
    background-color: var(--primary);
    padding-top: 96px;
    padding-bottom: 64px;
}
.home-bottom__wrap {
    margin: 0 auto;
    max-width: 576px;
    color: var(--white);
}
.home-bottom__title {
    font-weight: 600;
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 20px;
}
.home-bottom__text {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 32px;
}
.bottom-try-home{
    background: linear-gradient(180deg, var(--primary) 0%, var(--primary) 50%, var(--textColor) 50%, var(--textColor) 100%);
}
.bottom-try-home .try-home {
    margin: 0;
}

/* player-home */
.player-home {
    background: linear-gradient(180deg, var(--white) 0%, var(--white) 50%, var(--textColor) 50%, var(--textColor) 100%);
}
.player-home__player{
    border-radius: 16px;
    overflow: hidden;
}

/* home-social */
.home-social {
    background-color: var(--white);
    padding-top: 260px;
}
.home-social__item {
    padding-bottom: 160px;
    display: flex;
    justify-content: space-between;
}
.home-social__item-content {
    width: 47.5%;
}
.home-social__item-imgs {
    width: 47.5%;
}
.home-social__item:nth-child(even) .home-social__item-content {
    order: 2;
}
.home-social__item:nth-child(even) .home-social__item-imgs {
    order: 1;
    width: 39%;
}
.home-social__item-title {
    font-weight: 600;
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 20px;
}
.home-social__item-text {
    font-size: 18px;
    line-height: 24px;
    color: #676A76;
    margin-bottom: 40px;
}
.home-social__item-btns {
    display: flex;
    flex-wrap: wrap;
}
.home-social__item-btns .btn {
    margin-right: 16px;
    margin-bottom: 16px;
}
.home-social__item-icon {
    width: 32px;
    height: 32px;
    margin-bottom: 16px;
}
.home-social__item-icon img {
    width: 32px;
    height: 32px;
    object-fit: contain;
}
.home-social__item-imgs {
    position: relative;
}
.home-social__item-imgs::before {
    content: '';
    position: absolute;
    width: 157px;
    height: 238px;
    border-radius: 78.5px;
    z-index: 1;
    overflow: hidden;
}
.home-social__item-imgs--1::before {
    background-color: #1DB954;
    right: -22%;
    top: 18%;
}
.home-social__item-imgs--2::before {
    background-color: #FF5502;
    right: -12%;
    top: -14%;
}
.home-social__item-imgs--3::before {
    background-color: #FF0000;
    right: -10.5%;
    top: 32%;
}
.home-social__item-imgs--4::before {
    background-color: #FE2C55;
    right: -12%;
    top: -14%;
}
.home-social__item-imgs--5::before {
    background-color: #9147FF;
    width: 238px;
    height: 157px;
    bottom: -11%;
    left: 21%;
}
.home-social__item-img{
    position: relative;
    z-index: 2;   
    width: 100%;
}
.home-social__item-img2{
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    min-width: 100%;
}
.home-social__item-imgs--1 .home-social__item-img2{
    min-width: 120.21%;
}
.home-social__item-imgs--2 .home-social__item-img2{
    min-width: 132.62%;
}
.home-social__item-imgs--3 .home-social__item-img2{
    min-width: 103.13%;
}

/* blog */
.blog-top {
    background-color: #F5F5F6;
    padding-top: 128px;
    padding-bottom: 260px;
}
.blog-top__title {
    margin-bottom: 32px;
    font-weight: 600;
    font-size: 64px;
    line-height: 75px;
}
.blog-top__filter-btn {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.blog-top__filter-btn .btn {
    margin: 0 6px 10px;
}
.posts {
    padding-bottom: 128px;
    margin-top: -174px;
}
.posts-item {
    display: flex;
    margin-bottom: 56px;
    box-shadow: 0px 2px 40px rgba(2, 6, 20, 0.1);
    border-radius: 16px;
    background-color: var(--white);
}
.posts-item__img {
    width: 50%;
    min-height: 348px;
    overflow: hidden;
}
.posts-item__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.posts-item__content {
    width: 50%;
    padding: 44px 44px 10px;
}
.posts-item__title {
    font-weight: 600;
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 16px;
}
.posts-item__date {
    display: flex;
    font-weight: 500;
    line-height: 20px;
    color: #676A76;
    opacity: 0.5;
    margin-bottom: 15px;
}
.posts-item__date-item:not(:last-child) {
    padding-right: 16px;
    margin-right: 12px;
    position: relative;
}
.posts-item__date-item:not(:last-child)::before {
    content: '';
    position: absolute;
    right: 0;
    top: 8px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #676A76;
}
.posts-item__text {
    line-height: 22px;
    color: #676A76;
    margin-bottom: 20px;
}
.posts__more {
    display: flex;
    justify-content: center;
}

/* post */
.post {
    padding-top: 96px;
    padding-bottom: 72px;
    color: var(--white);
    background-color: var(--primary);
}
.post .posts-item__date {
    justify-content: center;
    color: var(--white);
    opacity: 0.75;
    margin-bottom: 56px;
}
.post .posts-item__date-item:not(:last-child)::before {
    background-color: var(--white);
}
.post__title {
    font-weight: 600;
    font-size: 64px;
    line-height: 75px;
    margin-bottom: 74px;
}
.post__avtor {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
}
.post__avtor-avater {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 16px;
}
.post__avtor-avater img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.post__avtor-name {
    font-weight: 500;
    line-height: 19px;
}
.post__avtor-date {
    font-size: 14px;
    line-height: 16px;
    opacity: 0.5;
}
.post-img{
    background: linear-gradient(180deg, var(--primary) 0%, var(--primary) 50%, var(--white) 50%, var(--white) 100%);
}
.post-img__wrap {
    max-width: 850px;
    margin: 0 auto;
    border-radius: 6px;
    overflow: hidden;
}
.post-img__wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.post-text {
    padding-top: 56px;
    padding-bottom: 128px;
}
.post-text h3 {
    font-weight: 600;
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 32px;
}
.post-text p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 32px;
    color: #676A76;
}
.post-text .posts__more {
    padding-top: 32px;
}
.related-posts {
    background-color: #F5F5F6;
    padding-top: 128px;
    padding-bottom: 128px;
}
.related-posts__list {
    display: flex;
    justify-content: space-between;
}
.related-posts__item {
    width: 30.33%;
}
.related-posts__item-img {
    aspect-ratio: 1.73;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 20px;
}
.related-posts__item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.related-posts__item-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 23px;
    margin-bottom: 13px;
}
.related-posts__item-text {
    line-height: 22px;
    color: #676A76;
    margin-bottom: 20px;
}
.related-posts__item-more {
    color: var(--primary);
    font-weight: 500;
}
.related-posts__item-more:hover {
    opacity: 0.5;
}
.related-posts__title {
    font-weight: 600;
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 72px;
}

/* faq */
.faq {
    padding-top: 128px;
    padding-bottom: 128px;
}
.fac__title {
    font-weight: 600;
    font-size: 64px;
    line-height: 75px;
    margin-bottom: 97px;
}
.faq__tabs {
    display: flex;
    justify-content: space-between;
}
.faq__tabs-nav-wrap {
    width: 21.58%;
}
.faq__tabs-content{
    width: 74.08%;
}
.faq__tabs-content-item {
    display: none;
}
.faq__tabs-content-item.active {
    display: block;
}
.faq__tabs-nav {
    display: flex;
    flex-direction: column;
}
.faq__tabs-nav {
    border-left: 1px solid #E9E9ED;
}
.faq__tabs-nav-link {
    position: relative;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    padding: 20px 10px 20px 24px;
    background: none;
    text-align: left;
}
.faq__tabs-nav-link::before {
    content: '';
    position: absolute;
    top: 0;
    left: -1px;
    width: 2px;
    height: 100%;
    background-color: transparent;
}
.faq__tabs-nav-link.active {
    color: var(--primary);
}
.faq__tabs-nav-link.active::before {
    background-color: var(--primary);
}
.faq__tabs-nav-link:not(.active):hover::before {
    background-color: var(--textColor);
}
/* terms-privacy */
.terms-privacy {
    padding-top: 128px;
    padding-bottom: 128px;
}
.terms-privacy h2 {
    font-weight: 600;
    font-size: 64px;
    line-height: 75px;
    margin-bottom: 65px;
}
.terms-privacy p{
    font-size: 18px;
    line-height: 24px;
    color: #676A76;
    margin-bottom: 24px;
}
/* contact */
.c-suport,
.order-history,
.my-profile,
.my-discount,
.page-login,
.order-info {
    padding-top: 128px;
    padding-bottom: 128px;
}
.contact-form {
    padding-bottom: 120px;
}
.c-suport__title,
.contact-form__title,
.order-history_title,
.my-profile__title,
.my-discount__title,
.page-login__title,
.order-info__title  {
    font-weight: 600;
    font-size: 64px;
    line-height: 75px;
}
.c-suport__title,
.my-profile__title,
.my-discount__title {
    margin-bottom: 65px;
}
.contact-form__title {
    margin-bottom: 97px;
}
.c-suport__list {
    display: flex;
    border-radius: 10px;
    overflow: hidden;
}
.c-suport__item {
    padding: 32px 60px;
}
.c-suport__subtitle {
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    margin-bottom: 12px;
}
.c-suport__item-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 23px;
    margin-bottom: 14px;
}
.c-suport__text {
    line-height: 24px;
    margin-bottom: 20px;
}
.c-suport__item1 {
    background-color: var(--primary);
    color: var(--white);
}
.c-suport__item1 .c-suport__text {
    color: rgba(255, 255, 255, 0.753192);
}
.c-suport__item2 {
    background-color: #F5F5F6;
}
.c-suport__item2 .c-suport__subtitle {
    color: var(--primary);
}
.c-suport__item2 .c-suport__text {
    color: #676A76;
}

/* form */
.form {
    max-width: 574px;
    margin: 0 auto;
}
.form__title {
    font-weight: 600;
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 32px;
}
.form__label {
    display: block;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 8px;
}
.form__wrap-input {
    margin-bottom: 32px;
}
.form__input {
    display: block;
    width: 100%;
    border: 1px solid #D7D8DC;
    border-radius: 4px;
    font-size: 14px;
    line-height: 16px;
    padding: 14px 20px;
}
select {
    -webkit-appearance: none;
    -moz-appearance:none;
    appearance: none;
    background-color: transparent;
    border: none;
    padding: 0;
    margin: 0;
    width: 100%;
    font-family: inherit;
    font-size: inherit;
    cursor: inherit;
    line-height: inherit;
}
select.form__input {
    background-image: url(../img/arrow-select.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 19px) 50%;
}
textarea.form__input {
    resize: none;
}
.form__input::placeholder {
    color: #01030B;
    opacity: 0.5;
}

/* order-history */
.order-history_title {
    margin-bottom: 65px;
}
.order-history_table-tr {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 2fr;
    grid-template-rows: 60px;
    align-items: center;
    line-height: 24px;
}
.order-history_table-td {
    padding: 0 10px;
}
.order-history_table-td:first-child,
.my-discount__table-td:first-child {
    padding-left: 24px;
}
.order-history_table-body .order-history_table-td:last-child,
.my-discount__table-body .my-discount__table-td:last-child{
    text-align: right;
}
.order-history_table-body .order-history_table-tr,
.my-discount__table-body .my-discount__table-tr {
    border-bottom: 1px solid #E9E9ED;
}
.order-history_table-head .order-history_table-tr,
.my-discount__table-head .my-discount__table-tr  {
    border-bottom: 2px solid #E9E9ED;
    font-weight: 500;
}
.order-status {
    padding: 0 8px;
    border-radius: 6px;
    display: inline-block;
    line-height: 20px;
}
.order-status-await {
    background-color: #FFD87C;
}
.order-status-completed {
    background-color: #8BE68E;
}


.my-profile__email-block {
    background-color: #F5F5F6;
    border-radius: 10px;
    padding: 32px;
    margin-bottom: 64px;
}
.my-profile__email-title {
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    color: var(--primary);
    margin-bottom: 12px;
}
.my-profile__email {
    font-weight: 600;
    font-size: 20px;
    line-height: 23px;
    margin-bottom: 13px;
}
.my-profile__btns {
    display: flex;
}
.my-profile__btns .btn {
    margin-right: 12px;
}

.my-discount__table-tr {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 60px;
    align-items: center;
    line-height: 24px;
}
.my-discount__icon {
    width: 24px;
    height: 24px;
    display: inline-block;
    background-size: cover;
}
.my-discount__icon-yes {
    background-image: url(../img/icon-yes.svg);
}
.my-discount__icon-not {
    background-image: url(../img/icon-not.svg);
}
.my-discount__table-td p {
    font-size: 14px;
    line-height: 18px;
}

.page-login__title {
    margin-bottom: 97px;
}
.form__link {
    text-decoration: underline;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    opacity: 0.5;
}
.form__link:hover {
    text-decoration: none;
} 
.form__label--link {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.form__label--link a {
    font-size: 12px;
    font-weight: 500;
    opacity: 0.5;
}
.form__label--link a:hover {
    text-decoration: underline;
}
.form__wrap-input--hr {
    border-bottom: 1px solid #E9E9ED;
}
/* order-info */
.order-info__title {
    margin-bottom: 56px;
}
.order-info__top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 56px;
}
.order-info__top-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 48.96%;
    min-height: 75px;
    padding: 0 32px;
    background-color: #F5F5F6;
    border-radius: 10px;
    line-height: 20px;
}
.order-info__top-item strong{
    font-weight: 500;
}
.order-info__top-wrap {
    display: flex;
    align-items: center;
}
.order-info__top-wrap .btn {
    margin-left: 12px;
    margin-right: -15px;
}
.order-info__top-wrap .btn svg {
    margin-left: 5px;
}
.order-info__detail {
    display: flex;
    justify-content: space-between;
}
.order-info__detail-item {
    width: 48.96%;
    margin-bottom: 18px;
}
.order-info__detail-item-title {
    font-weight: 600;
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 22px;
    padding-left: 24px;
}
.order-info__detail-item-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #E9E9ED;
    padding: 0 24px;
    min-height: 60px;
    line-height: 20px;
}
.order-info__detail-item-row strong {
    font-weight: 500;
}
.order-info__detail-num {
    background-color: #EBECEF;
    border-radius: 6px;
    padding: 2px 8px;
    font-weight: 400;
}
.order-info__total {
    display: flex;
    justify-content: space-between;
    width: 48.96%;
    padding: 0 24px;
    margin-bottom: 56px;
}
.order-info__total-title,
.order-info__total-num,
.order-info__services-title {
    font-weight: 600;
    font-size: 32px;
    line-height: 38px;
}
.order-info__total-num {
    color: var(--primary);
    margin-bottom: 4px;
}
.order-info__total-sum {
    display: flex;
    flex-direction: column;
    text-align: right;
}
.order-info__total-cashback {
    font-size: 14px;
    line-height: 20px;
    opacity: 0.5;
    display: flex;
    align-items: center;
}
.order-info__total-cashback > svg{
    margin-right: 4px;
}
.order-info__total-cashback a{
    margin-left: 4px;
    display: inline-flex;
}
.order-info__services-block {
    background-color: #F5F5F6;
    border-radius: 10px;
    padding: 12px 32px;
    margin-bottom: 20px;
}
.order-info__services-title {
    margin-bottom: 20px;
    padding-left: 24px;
}
.order-info__services {
    margin-bottom: 36px;
}
.order-info__btns {
    display: flex;
    justify-content: space-between;
}
.order-info__btns-wrap {
    display: flex;
    flex-direction: column;
    text-align: center;
}
.order-info__btns-wrap span {
    font-size: 12px;
    line-height: 18px;
    opacity: 0.5;
    padding-top: 8px;
}
.order-info__services-row {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    line-height: 18px;
    padding: 20px 0;
}
.order-info__services-row:not(:last-child){
    border-bottom: 1px solid #E8E8E8;
}
.order-info__services-row > span {
    opacity: 0.75;
}
.order-info__services-row-wrap {
    display: flex;
    flex-direction: column;
    line-height: 20px;
}
.order-info__services-row-wrap strong {
    font-size: 16px;
    font-weight: 500;
}
.order-info__services-row-wrap > a {
    font-size: 12px;
    color: var(--primary);
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
}
.order-info__services-row-wrap > span {
    font-size: 12px;
    opacity: 0.5;
}
.order-info__services-row-wrap:last-child {
    text-align: right;
}
.order-info__services-row--center {
    justify-content: center;
}
.modal .modal__content {
    box-shadow: none;
}
.w-120 {
    width: 120px;
}