.sectionSteps .tablePrices-title {
    margin-bottom: 16px;
}
.sectionSteps-img {
    width: 100%;
    height: auto;
    border-radius: 24px;
    min-height: 100%;
    object-fit: cover;
}
.sectionSteps-list {
    display: flex;
    justify-content: space-between;
}
.sectionSteps-left,
.sectionSteps-right {
    width: calc(50% - 10px);
}
.sectionSteps-item {
    margin-top: 40px;
    display: flex;
    align-items: center;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 10px 30px 0 rgba(101, 101, 101, 0.1);
    padding: 20px;
    width: 620px;
    max-width: 100%;
    position: relative;
}
.sectionSteps-item::after {
    content: "";
    position: absolute;
    bottom: 100%;
    height: 40px;
    width: 1px;
    left: 36px;
    background: linear-gradient(278deg, #f99515 -7.42%, #ff7316 112.6%);
}
.sectionSteps-item:first-child {
    margin-top: 0;
}
.sectionSteps-item:first-child::after {
    display: none;
}

.sectionSteps-item__number p {
    background: #f8f8fa;
    border-radius: 6px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.sectionSteps-item__number span {
    background: linear-gradient(278deg, #f99515 -7.42%, #ff7316 112.6%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: block;
}
.sectionSteps-item__number {
    padding: 2px;
    min-width: 36px;
    margin-right: 10px;
    border-radius: 8px;
    background: linear-gradient(278deg, #f99515 -7.42%, #ff7316 112.6%);
}

.sectionSteps-item__text {
    color: #090909;
    font-size: 18px;
    font-weight: 400;
    line-height: 140%;
}

.mainModels .priceMain-left {
    padding: 57px 48px;
}
.mainModels .priceMain-title {
    font-size: 56px;
    line-height: 110%;
}
.mainModels .priceMain-title span {
    font-size: 48px;
    line-height: 110%;
}
.mainModels .priceMain-title small {
    font-size: 48px;
}
.mainModels-item {
    width: 210px;
    margin-top: 16px;
    margin-right: 16px;
    border-radius: 16px;
    background: rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 30px 0 rgba(255, 255, 255, 0.25) inset;
    padding: 8px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}
.mainModels-block {
    min-height: 100%;
    display: flex;
    align-items: flex-end;
    position: relative;
    padding: 24px;
}
.mainModels-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 24px;
}
.mainModels-list {
    width: 100%;
    position: relative;
    z-index: 4;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    max-width: 500px;
}
.mainModels-item__icon {
    display: flex;
    min-width: 40px;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    border-radius: 8px;
    background: linear-gradient(278deg, #f99515 -7.42%, #ff7316 112.6%);
}

.sectionPrice .tablePrices-subtitle {
    width: 860px;
    max-width: 100%;
    margin: 16px 0 32px;
}
.sectionPrice-top {
    margin-bottom: 32px;
    border-radius: 20px;
    border: 1px solid #c7ced4;
    padding: 19px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.sectionPrice-top__left {
    width: 510px;
}
.sectionPrice-top__right {
    width: 690px;
}
.sectionPrice-top__title {
    margin-bottom: 8px;
    color: #090909;
    font-size: 24px;
    font-weight: 700;
    line-height: 120%;
}
.sectionPrice-top__text {
    color: #333;
    font-size: 14px;
    font-weight: 300;
    line-height: 120%;
}
.sectionPrice-top__bold {
    margin-bottom: 16px;
    color: #333;
    font-size: 20px;
    font-weight: 700;
    line-height: 140%;
}
.sectionPrice-top__items {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-right: -12px;
}
.sectionPrice-top__item {
    width: 149px;
    margin-right: 12px;
    margin-top: 12px;
    height: 48px;
    border-radius: 32px;
    transition: all 0.4s;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
    line-height: 120%;
    background: linear-gradient(278deg, #f99515 -7.42%, #ff7316 112.6%);
}
.sectionPrice-top__item img {
    margin-right: 8px;
}
.sectionPrice-top__item:hover {
    opacity: 0.8;
}

.sectionPrice-wrapper {
    padding: 19px;
    border-radius: 20px;
    border: 1px solid #c7ced4;
}
.sectionPrice-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-transform: uppercase;
    padding-bottom: 12px;
    border-bottom: 1px solid #c7ced4;
    margin-bottom: 0;
}
.tablePrices-block:first-child {
    margin-top: 24px;
}
.sectionPrice-flex__title {
    color: #090909;
    font-size: 24px;
    font-weight: 700;
    line-height: 120%;
}
.sectionPrice-flex .tablePrices-search {
    width: 420px;
    margin: 0;
}

.sectionPrice-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.sectionPrice-item::before {
    content: "";
    background-image: url("../img/provider.svg");
    width: 36px;
    min-width: 36px;
    height: 36px;
    margin-right: 10px;
}
.sectionPrice-item {
    margin-top: 16px;
    width: calc(50% - 10px);
    padding: 17px 19px 17px 17px;
    border-radius: 16px;
    border: 1px solid #c7ced4;
    background: #fff;
    color: #090909;
    font-size: 18px;
    font-weight: 400;
    line-height: 140%;
    display: flex;
    align-items: center;
    position: relative;
    transition: all 0.4s;
}
.sectionPrice .tablePrices-block__title {
    text-transform: none;
}
.sectionPrice-item:hover {
    border-color: #ff7316;
}
.sectionPrice-item__text {
    flex-grow: 1;
}
.sectionPrice-item::after {
    content: "";
    display: block;
    width: 32px;
    min-width: 32px;
    height: 32px;
    background-image: url("../img/arrow.svg");
    background-repeat: no-repeat;
}
.sectionPrice-item__link {
    position: absolute;
    z-index: 3;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

@media (max-width: 1350px) {
    .sectionPrice-top__left {
        width: 100%;
        margin-bottom: 20px;
    }
    .sectionPrice-top {
        display: block;
    }
    .sectionPrice-top__right {
        width: 100%;
    }
    .sectionPrice .tablePrices-subtitle {
        width: 100%;
        margin-bottom: 20px;
    }
}

@media (max-width: 1200px) {
    .sectionPrice-flex .tablePrices-search {
        width: 100%;
    }
    .sectionPrice-flex {
        display: block;
    }
    .sectionPrice-flex__title {
        margin-bottom: 16px;
    }
    .sectionSteps-right {
        margin-top: 20px;
    }
    .sectionSteps-list {
        display: block;
    }
    .sectionSteps-item {
        width: 100%;
    }
    .mainModels-block {
        min-height: 411px;
    }
    .mainModels .priceMain-left {
        padding: 24px;
    }
}

@media (max-width: 767px) {
    .sectionPrice-top {
        margin-bottom: 24px;
    }
    .sectionPrice-flex__title {
        font-size: 20px;
    }
    .sectionSteps-right {
        display: none;
    }
    .sectionSteps-item__text {
        font-size: 16px;
        line-height: 140%;
    }
    .sectionSteps .tablePrices-title {
        margin-bottom: 16px;
    }
    .mainModels .priceMain-left {
        padding: 16px;
        border-right: 20px;
    }
    .mainModels .priceMain-title {
        font-size: 40px;
        line-height: 110%;
    }
    .mainModels .priceMain-title span {
        font-size: 40px;
    }
    .mainModels .priceMain-title small {
        font-size: 36px;
    }
    .mainModels-block {
        padding: 20px;
        border-radius: 20px;
    }
    .priceMain-block:last-child {
        margin-top: 16px;
    }
    .sectionPrice-top__item {
        margin: 12px 0 0 0;
        width: calc(50% - 6px);
    }
    .sectionPrice-top__items {
        justify-content: space-between;
        margin-right: 0;
    }
    .sectionPrice-top__bold {
        margin-bottom: 16px;
        font-size: 18px;
    }
    .sectionPrice-top__title {
        font-size: 20px;
        line-height: 120%;
    }
    .sectionPrice-top__text {
        margin-top: 8px;
        font-size: 14px;
        line-height: 120%;
    }
    .sectionPrice-top {
        padding: 15px;
    }
    .sectionPrice .tablePrices-subtitle {
        margin-bottom: 16px;
    }
    .sectionPrice-item {
        border-radius: 16px;
        padding: 10px 12px 10px 10px;
        font-size: 16px;
        line-height: 140%;
        width: 100%;
    }
    .sectionPrice-wrapper {
        padding: 15px;
        border-radius: 20px;
    }
}
