<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* MAIN block styles */

.rek-main__container {
    margin: 0 auto;
    color: #222;
}

.rek-main__title {
    margin-bottom: 75px;
    font-weight: 600;
    font-size: 45px;
    text-align: center;
}


/* REK-COLLABORATION block styles */

.rek-collaboration {
    padding: 20px 89px 88px;
    background: url(../images/cooperation/car_service.jpg) right center /20% no-repeat;
}

.rek-collaboration__wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 60px;
}

.rek-collaboration__item:nth-child(-1n+2) {
    margin-bottom: 60px;
}

.rek-collaboration__item:nth-child(odd) {
    margin-right: 100px;
}

.rek-collaboration__amount {
    font-weight: 600;
    font-size: 120px;
    color: #FF816B;
    line-height: 1;
}

.rek-collaboration__amount.color {
    color: #6B9DFF;
}

.rek-collaboration__amount span {
    font-size: 45px;
}

.rek-collaboration__text {
    font-weight: 300;
    font-size: 24px;
    line-height: 29px;
}

.rek-collaboration__text b {
    font-weight: 700;
}

.rek-collaboration__text-link {
    font-weight: 700;
    color: #07a7fc;
}

.rek-collaboration__text-link:hover {
    color: #f0723a
}

.rek-collaboration__icon-svg {
    width: 106px;
    margin-bottom: 12px;
}

.rek-collaboration__btn {
    width: 317px;
    height: 68px;
    margin: 0 auto;
    border-radius: 60px;
    background: #6B9DFF;
    font-size: 22px;
    line-height: 65px;
    text-align: center;
    color: #fff;
    transition: .3s;
    cursor: pointer;
    display: block;
}

.rek-collaboration__btn:hover {
    background: #4f89fb;
    text-decoration: none;
    color: #fff;
}


/* REK-FORMATS block styles */

.rek-formats {
    padding: 68px 0 88px;
    background: #F5F5F5;
}

.rek-formats__container {
    background: url(../images/cooperation/rocket.png) no-repeat -53% 100px /53%;
}

.rek-formats__item {
    max-width: 570px;
    display: flex;
    margin: 0 105px 0 auto;
}

.rek-formats__item:first-of-type {
    margin-bottom: 80px;
}

.rek-formats__icon-svg {
    min-width: 46px;
    width: 46px;
}

.rek-formats__wrapper {
    padding-left: 30px;
    margin-left: 30px;
    border-left: 1px solid #111111;
}

.rek-formats__subtitle {
    margin-bottom: 25px;
    font-weight: 600;
    font-size: 36px;
    line-height: 1;
}

.rek-formats__text {
    font-weight: 300;
    font-size: 22px;
    line-height: 32px;
}

.rek-formats__text b {
    font-weight: 600;
}


/* REK-ADVANTAGES block styles */

.rek-advantages {
    padding: 68px 0 88px;
    background: url(../images/cooperation/signs.jpg) 50% no-repeat;
}

.rek-advantages__items {
    width: 840px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.rek-advantages__item {
    text-align: center;
}

.rek-advantages__item:nth-last-child(n+3) {
    margin-bottom: 40px;
}

.rek-advantages__icon-svg {
    width: 69px;
}

.rek-advantages__icon-svg.mb_5 {
    margin-bottom: 5px;
}

.rek-advantages__item:nth-child(2) .rek-advantages__icon-svg {
    width: 63px;
}

.rek-advantages__item:nth-child(4) .rek-advantages__icon-svg {
    width: 80px;
}

.rek-advantages__text {
    max-width: 330px;
    font-size: 20px;
    line-height: 26px;
}


/* REK-TELL block styles */

.rek-tell {
    padding: 60px 0;
    background: #F1F1F1;
}

.rek-tell__title {
    font-size: 36px;
    text-align: center;
}

.rek-formats__example {
    margin-top: 10px;
}

.rek-formats__example li{
    margin-bottom: 6px;
}
.rek-formats__example a{
    border-bottom: 0;
}</pre></body></html>