
button:focus, button:active {
    outline: none;
}

button:hover {
    opacity: 75%;
}

.service__title-img {
    width: 100%;
    position: relative;
    display: block;
}

.service__contracts {
    background-color: rgba(255, 255, 255, 0.85);
    position: absolute;
    top: 270px;
    padding: 24px 16px;
    margin: 30px;
}

.service__contracts-title {
    font-size: 48px;
    font-weight: 800;
    line-height: 60px;
}

.service__contracts__sub-title {
    font-size: 18px;
    line-height: 24px;
}

.without__compromise__wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.service__title-top {
    font-size: 42px !important;
}

.service__title {
    text-align: center;
    font-size: 35px;
    font-weight: 800;
    line-height: 45px;
    margin-top: 35px;
    color: #000;
}

.service__sub__title {
    font-size: 40px;
    font-weight: 800;
    line-height: 45px;
    color: rgb(136, 136, 136);
}

.service__text {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #000;
}

.text-centr {
    text-align: center;
}

.advantages__foryou__title {
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
}

.advantages__foryou__wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.advantages__foryou__col-1 > ul > li,
.advantages__foryou__col-2 > ul > li {
    padding-left: 35px;
    position: relative;
    line-height: 49px;
    display: flex;
    align-items: center;
}

.advantages__foryou__col-1 > ul > li::before,
.advantages__foryou__col-2 > ul > li::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    left: -5px;
    background-color: #F7FF14;
}

.advantages__foryou__col-1 > ul > li::after,
.advantages__foryou__col-2 > ul > li::after {
    content: "✓";
    position: absolute;
    font-size: 30px;
    width: 20px;
    height: 20px;
    top: -8px;
    left: -2px;
    font-weight: 800;
}

.type__of__service__contracts__wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.type__of__service__contracts__box {
    width: 32%;
}

.type__of__service__contracts-img {
    width: 100%;
    border-top: 8px solid #F7FF14;
}

.type__of__service__contracts-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    margin-top: 20px;
    text-transform: uppercase;
}

.type__of__service__contracts-text {
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
}

.contract__includes {
    font-size: 15px;
    font-weight: 700;
    line-height: 24px;
    padding-left: 10px;
}

.contract__includes-items {
    font-weight: 100;
    font-size: 14px;
    list-style: inside;
}

.contract__rules {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.type__of__service__contract-btn {
    background-color: #000;
    color: #ffff;
    border: none;
    padding: 11px 16px 11px 30px;
    font-size: 14px;
    font-weight: 700;
    margin-top: 10px;
    position: relative;

}

.type__of__service__contract-btn:hover {
    color: #ffff;
    text-decoration: none;
    opacity: 75%;

}

.type__of__service__contract-btn::before {
    content: "❯";
    position: absolute;
    top: 10px;
    left: 13px;
}

.components__contracts-box {
    display: flex;
    margin: 45px 0;
}

.components__contracts-img {
    width: 50%;
    height: 100%;
}

.components__contracts__box-content {
    margin-left: 20px;
}

.components__contracts__box-title {
    font-size: 24px;
    font-weight: 700;
}

.btn-button {
    width: 170px;
    background-color: #000;
    color: #ffff;
    border: none;
    padding: 11px 16px 11px 30px;
    font-size: 14px;
    font-weight: 700;
    margin-top: 10px;
    display: block;
    position: relative;

}

.btn-button:before {
    content: "❯";
    position: absolute;
    left: 13px;
}

.btn-gray {
    color: #000000;
    background-color: #D9D9D9;
    margin: 30px 0px;
}
.btn-gray:hover {
    color: #000000;
    text-decoration: none;
}

/*MEDIA*/
@media (max-width: 991px) {
    .container-fw {
        max-width: 100%;
        display: block;
        padding: 0;
    }

    .service__contracts {
        background-color: #F7FF14;
        position: static;
        top: 270px;
        padding: 10px;
        margin: 0;
    }
}

@media (max-width: 768px) {
    .service__title-top {
        font-size: 34px !important;
    }

    .service__sub__title {
        text-align: center;
        font-size: 28px;
        line-height: 33px;
    }

    .type__of__service__contracts__box {
        width: 49%;
        margin-bottom: 25px;
    }

    .components__contracts-box {
        display: flex;
        margin: 45px 0;
        flex-direction: column;
    }

    .components__contracts-img {
        width: 100%;
        height: 100%;
        margin-bottom: 15px;
    }
}

@media (max-width: 575px) {
    .type__of__service__contracts__box {
        width: 100%;
    }
}

@media (max-width: 530px) {
    .advantages__foryou__col-1 > ul, .advantages__foryou__col-2 > ul {
        padding-left: 25px;
    }

    .advantages__foryou__col-1 > ul > li, .advantages__foryou__col-2 > ul > li {
        padding-left: 35px;
        line-height: 21px;
        margin-bottom: 30px;
    }

    .advantages__foryou__col-1 > ul > li::after, .advantages__foryou__col-2 > ul > li::after {
        font-size: 18px;
        top: 7px;
    }
}

@media (max-width: 525px) {
    .service__contracts-title {
        font-size: 29px;
        font-weight: 800;
        line-height: 35px;
    }

    .service__contracts__sub-title {
        font-size: 14px;
        line-height: 13px;
    }

    .service__title-top {
        font-size: 20px !important;
        line-height: 22px;
    }

    .service__sub__title {
        font-size: 16px;
        line-height: 20px;
    }

    .service__text {
        font-size: 13px;
        font-weight: 100;
    }

    .service__title {
        font-size: 19px;
        line-height: 25px;
    }

    .advantages__foryou__title {
        margin-bottom: 17px;
    }
}

