﻿/* SERVICE-LANDING START */

.polomki {
}
.polomki__title {
}
.polomki__wrapper {
}
.polomki__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap:32px;
}
.polomki__item {
    width: calc(25% - 24px);
    padding: 32px;
    border-radius: 16px;
    border: 1px solid #292826;
    background: #FFF;
    display: flex;
    flex-direction: column;
    gap:16px;
}
.polomki__list .polomki__item:nth-of-type(9),
.polomki__list .polomki__item:nth-of-type(10) {
    width: calc(50% - 16px);
}
.polomki__item-top {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.polomki__item-count {
    font-size: 48px;
    font-weight: 500;
    line-height: normal;
    width: 64px;
}
.polomki__item-title {
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
}
.polomki__item-content {
}
.polomki__item-content ul{
    
}
.polomki__item-content ul li{
    position: relative;
    list-style: none;
    padding-left: 20px;
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}
.polomki__item-content ul li:last-of-type{
    margin-bottom: 0;
}

.polomki__item-content ul li::after{
    content: ''; /* или другой символ */
    width: 8px;
    height: 8px;
    position: absolute;
    left: 0;
    top: 8px;
    background-color: #FED523;
    border-radius: 50%;
}




.price {
}
.price__title {
}
.price__wrapper {
    display: flex;
    gap:32px;
}
.price__info {
    width: calc(50% - 16px);
}
.price__info-title {
    color: #000;
    font-size: 24px;
    font-weight: 600;
    line-height: normal;
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
    border-bottom: 1px solid rgba(41, 40, 38, 0.40);
}
.price__info-name {
}
.price__info-price {
}
.price__info-list {
}
.price__info-item {
    margin-top: 16px;
    display: flex;
    justify-content: space-between;
    position: relative;
}
.price__info-item::after {
    content: "";
    flex-grow: 1;
    height: 1px;
    border-bottom: 1px dashed #000;
    align-self: center;
    order: 1;
    margin-top: 16px;
    order:2;
}
.price__info-item-name {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    margin-right: 8px;
    white-space: nowrap;
    order:1;
}
.price__info-item-value {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    white-space: nowrap;
    margin-left: 8px;
    order:3;
}
.price__info-action {
    margin-top: 32px;
}
.price__info-action .btn {
    width: 300px;
}
.price__image {
    width: calc(50% - 16px);
    height: auto;
    border-radius: 16px;
    overflow: hidden;
}
.price__image img {
    object-fit: cover;
    height: 100%;
}

.workflow {
    background-color: #292826;
    color:#fff;
}
.workflow__wrapper {
    display: flex;
    gap:16px;
}
.workflow__info {
    width: calc(50% - 8px);
}
.workflow__title {
    color:#fff;
}
.workflow__info-content {
    display: flex;
    gap:16px;
}
.workflow__info-col {
}
.workflow__info-subtitle {
    color: #FFF;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 16px;
}
.workflow__info-list {
    
}
.workflow__info-item {
    padding-left: 20px;
    list-style: none;
    position: relative;
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}
.workflow__info-item::after {
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    left: 0;
    top: 8px;
    background-color: #FED523;
    border-radius: 50%;
}
.workflow__process {
    width: calc(50% - 8px);
}
.workflow__process-list {
    display: flex;
    row-gap: 16px;
    column-gap: 32px;
    flex-wrap: wrap;
}
.workflow__process-item {
    width: calc(33.33% - 16px);
    padding: 16px;
    border-radius: 16px;
    border: 1px solid #FFF;
    display: flex;
    flex-direction: column;
    gap:48px;
}
.workflow__process-item:first-child, .workflow__process-item:last-child {
    width: calc(66.66% - 16px);
}
.workflow__process-item-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 59px;
}
.workflow__process-item-count {
    color: #FFF;
    font-size: 48px;
    font-weight: 500;
    line-height: normal;
}
.workflow__process-item-icon {
    width: 32px;
    height: 32px;
}
.workflow__process-item-title {
    color: #FFF;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    padding-top: 12px;
    padding-bottom: 12px;
    border-top: solid 1px #fff;
}

/* SERVICE-LANDING STOP */


