* {
    color: #1a1a1a;
}

.source__container {
    padding-top: 30px;
    margin-bottom: 100px;
}

.products__title {
    font-weight: normal;
    font-size: 40px;
    line-height: 110%;
    color: #1b1e20;
    margin-bottom: 50px;
}

.products__list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.products__item {
    width: 575px;
    height: 560px;
    background: #f9f9f9;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.04);
    border-radius: 3px;
    margin-bottom: 65px;
    padding-top: 45px;
    padding-left: 55px;
}

.products-item__subtitle {
    font-weight: normal;
    font-size: 14px;
    line-height: 110%;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.products-item__title {
    font-size: 25px;
    line-height: 110%;
    color: #ca4c55;
    margin-bottom: 60px;
}

.products__item:nth-of-type(2) .products-item__description {
    margin-bottom: 42px;
}

.products-item__description {
    font-size: 14px;
    line-height: 135%;
    color: #1a1a1a;
    margin-bottom: 60px;
}

.product {
    display: flex;
    margin-bottom: 50px;
}

.dot {
    width: 10px;
    height: 10px;
    background: #ca4c55;
    margin-right: 25px;
    position: relative;
    top: 4px;
}

.product__name {
    font-weight: normal;
    font-size: 14px;
    line-height: 135%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    /* font-feature-settings: "cpsp" on, "liga" off, "kern" off; */
    color: #1a1a1a;
    margin-bottom: 8px;
}

.product__more {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 135%;
    color: #ca4c55;
    cursor: pointer;
}

.product__more img {
    margin-left: 20px;
    position: relative;
    bottom: 3px;
}

.extend {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 135%;
    color: #727271;
    position: relative;
    bottom: 20px;
    cursor: pointer;
}

.extend img {
    margin-left: 7px;
    position: relative;
    top: 1px;
}

.products__item:nth-of-type(3) .products-item__title,
.products__item:nth-of-type(4) .products-item__title {
    margin-bottom: 33px;
}

.product-block {
    width: 100%;
    height: 565px;
    display: flex;
    background: #f9f9f9;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.04);
    border-radius: 3px;
    padding-top: 70px;
    padding-left: 50px;
    margin-bottom: 100px;
}

.block__left {
    margin-right: 75px;
    height: 423px;
}

.block__right {
    padding-top: 40px;
}

.product-block .products-item__subtitle {
    margin-bottom: 12px;
}

.product-block .products-item__title {
    margin-bottom: 25px;
}

.product-block .products-item__description {
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 135%;
}

.features__title {
    font-weight: bold;
    font-size: 14px;
    line-height: 110%;
    text-transform: uppercase;
    color: #1a1a1a;
    margin-bottom: 20px;
}

.feature {
    width: 486px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.feature p {
    font-weight: normal;
    font-size: 14px;
    line-height: 135%;
    color: #1a1a1a;
}

.feature span {
    font-family: "Uni Sans";
    font-weight: 600;
    font-size: 14px;
    line-height: 110%;
    color: #ca4c55;
}

.feature:last-of-type {
    margin-bottom: 40px;
}

.reviews__title {
    font-family: "Uni Sans";
    font-weight: 400;
    font-size: 40px;
    line-height: 110%;
    text-align: center;
    color: #1a1a1a;
    margin-bottom: 15px;
}

.reviews__subtitle {
    font-size: 18px;
    line-height: 125%;
    text-align: center;
    color: #1a1a1a;
    margin-bottom: 45px;
}

.reviews__form {
    width: 770px;
    height: 50px;
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
    margin-bottom: 50px;
}

.reviews__form input {
    display: flex;
    align-items: center;
    padding-left: 20px;
    width: 220px;
    height: 50px;
    border: 0.5px solid rgba(0, 0, 0, 0.3);
    border-radius: 2px;
    background: #ffffff;
    font-size: 15px;
    line-height: 135%;
}

.reviews__form button {
    width: 220px;
    height: 50px;
    border: none;
    background: #ca4c55;
    border-radius: 2px;
    font-size: 15px;
    line-height: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    cursor: pointer;
}

.reviews__ps {
    font-size: 12px;
    line-height: 135%;
    text-align: center;
    color: rgba(26, 26, 26, 0.6);
    margin-bottom: 70px;
}
