.social-like span {
    display: none;
}

.header-cover {
    padding: 208px 0 185px 0;
    background-image: url(../images/finishing/finishing-img.png);
    background-size: cover;
    background-position: center;
}

.header-cover::before {
    display: none; 
}

.header-title {
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 60px;
    line-height: 90%;
    letter-spacing: -0.03em;
    text-align: center;
    color: #fff;
}

.header-descr {
    margin-bottom: 60px;
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    text-align: center;
    color: #fff;
}

.header-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
}

.header-item {
    padding: 28px;
    border-radius: 12px;
    background-color: #fff;
}

.header-item__top {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
}

.header-item__title {
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: -0.01em;
    color: #2c2c2c;
}

.header-item__descr {
    font-weight: 400;
    font-size: 15px;
    line-height: 120%;
    letter-spacing: -0.01em;
    color: #5c5c5c;
}

.main {
    padding-top: 711px;
}

.finishing,
.hero {
    padding: 100px 0;
    margin-top: -30px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    position: relative;
    z-index: 1;
}

.finishing {
    background-color: #f0f4fb;
}

.finishing .container {

}

.finishing-title {
    margin-bottom: 41px;
}

.finishing__content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
}

.finishing__content-img {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 12px;
}

.finishing__images-slider {
    /* display: flex; */
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.5s ease;
}

.finishing__slider-image {
    object-fit: cover;
    min-width: 100%;
    height: 100%;
    transition: all 0.3s ease-in-out;
    -webkit-user-drag: none;
    user-drag: none;
    pointer-events: none;
}

.finishing__prev-btn {
    left: 18px;
}

.finishing__next-btn {
    right: 18px;
}

.finishing__content-info {
    padding: 28px;
    border-radius: 12px;
    background-color: #fff;
}

.finishing__info-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 17px 14px;
    margin-bottom: 14px;
}

.finishing__info-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 14px;
    padding: 13px;
    border-radius: 10px;
    background-color: #f0f4fb;
}

.finishing__info-item svg {
    min-width: 54px;
}

.finishing__info-item:first-child {
    grid-column: span 2;
}

.finishing__info-item__descr {
    font-weight: 400;
    font-size: 16px;
    line-height: 110%;
    color: #2c2c2c;
}

.finishing__info-link {
    margin: 0; 
    width: 100%;
}

.hero {
    background-color: #fff;
}

.hero .container {

}

.hero__content {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.hero__content-list {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 28px;
}

.hero__content-list:nth-child(1) {
    flex-direction: row-reverse;
}

.hero__content-list__img {
    width: 50%;
}

.hero__content-item {
    padding: 28px;
    border-radius: 12px;
    background-color: #f0f4fb;
}

.hero__content-item__title {
    margin-bottom: 18px;
    font-weight: 500;
    font-size: 28px;
    line-height: 100%;
    letter-spacing: -0.03em;
    color: #333;
}

.hero__content-item__descr {
    margin-bottom: 28px;
    font-weight: 400;
    font-size: 17px;
    line-height: 120%;
    color: #5c5c5c;
}

.hero__content-item__link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 20px 10px;
    border-radius: 10px;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: -0.01em;
    text-align: right;
    color: #fff;
    background-color:  #005aa3;
}

.bid-2 {
    padding: 74px 0 100px 0;
}

.bid-2 .bid__title {
    margin-bottom: 36px;
}

.finishing__info-link {
    margin: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 4px;
    width: 100%;
}