p {
    margin: 0;
}

.section__page__gbo {
    margin-bottom: 100px;
}

.page__gbo-bg-cover {
    padding: 50px 0;
    background-color: #F5F5F5;
}

.page__gbo__title {
    color: rgb(40, 40, 48);
    font-size: 40px;
    font-weight: 400;
    line-height: 50px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 50px;
}

.page__gbo__title-с{ 
    font-size: 44px;
}

.page__gbo-img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.page__gbo__text {
    color: rgb(40, 40, 48);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
}

.about__service__box__wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    align-items: center;
    margin-top: 50px;
}

.about__servic-title {
    color: rgb(40, 40, 48);
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 30px;
}

.about__servic-text {
    color: rgb(40, 40, 48);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 20px;
}

.about__servic-text-с{ 
    font-size: 16px;
}

.about__servic-img {
    width: 100%;
}

.ord-1 {
    order: -1;
}

.about__service__box ul {
    padding-left: 15px;
}

.about__service__box ul>li::marker {
    color: #FF0022;
}

.advantages__gbo__wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.advantages__box-pl {
    padding-left: 150px;
}

.about__servic-text>svg {
    margin-right: 20px;
}

.gbo-btn {
    padding: 10px 50px 15px;
}

.cost__info__wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.cost__info__box {
    padding: 20px;
    background-color: #F5F5F5;
    display: flex;
    gap: 40px;
    justify-content: space-between;
    align-items: center;
    border-radius: 2px;

}

.cost__info__text {
    color: rgb(40, 40, 48);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
}

.warranty__terms-ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
    gap: 10px;
}

.warranty__terms-ul>li {
    color: rgb(40, 40, 48);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
}

.warranty__terms-ul>li::marker {
    color: #FF0022;
}

.warranty__conditions__wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    margin-top: 40px;
}

.warranty__conditions__box {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.warranty__conditions-name {
    color: rgb(40, 40, 48);
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    margin: 20px 0 30px;
}

.warranty__conditions-text {
    color: rgb(40, 40, 48);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
}

.sign_in-order-link {
    font-weight: bold;
    color: #282830;
    margin-bottom: 10px;
    display: block;
}

.sign_in-order-link:hover {
    color: #282830;
    text-decoration: none;

}

.sign_in-order-title {
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 28px;
    text-align: center;
    color: #282830;
    margin-bottom: 30px;
    display: block;
}

.page__gbo__buttom-text:first-of-type {
    font-size: 16px;
    font-weight: bold;
    color: #FF0022;
    margin-bottom: 5px;
}

.page__gbo__buttom-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
}

.circle-text {
    color: rgb(40, 40, 48);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    text-align: center;
}

.desc-v {
    font-size: 14px;
}

.mob-v {
    display: none;
}

@media (max-width: 1200px) {
    .advantages__box-pl {
        padding-left: 0px;
    }
}

@media (max-width: 991px) {
    .page__gbo__title {
        font-size: 24px;
        line-height: 30px;
    }

    .section__page__gbo {
        margin-bottom: 80px;
    }

    .page__gbo-img {
        height: 100%;
    }

    .about__service__box__wrapper {
        grid-template-columns: 1fr;
    }

    .ord-1 {
        order: 1;
    }

    .advantages__gbo__wrapper {
        grid-template-columns: 1fr;
    }

    .warranty__conditions__wrapper {
        grid-template-columns: 1fr;
    }

    .about__servic-text {
        margin-bottom: 15px;
    }

    .desc-v {
        display: none;
    }

    .mob-v {
        width: 100%;
        display: block;
    }

    .circle-text {

        gap: 10px;
        flex-direction: column;
        margin-bottom: 10px;
    }

    .warranty__conditions__wrapper {
        gap: 40px;
    }

    .cost__info__box {
        padding: 20px;
        gap: 10px;
        align-items: center;
        text-align: center;
        flex-direction: column;
    }

    .about__servic-text-m{ 
        text-align: center;
    }
}
