@font-face {
    font-family: 'Fyodor';
    src: url('../fonts/subset-Fyodor-Bold.eot');
    src: url('../fonts/subset-Fyodor-Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/subset-Fyodor-Bold.woff2') format('woff2'),
         url('../fonts/subset-Fyodor-Bold.woff') format('woff'),
         url('../fonts/subset-Fyodor-Bold.ttf') format('truetype'),
         url('../fonts/subset-Fyodor-Bold.svg#Fyodor-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

.font-fyodor {
    font-family: 'Fyodor';
}

.klb-section {
    position: relative;
    overflow: hidden;
    color: #fff;
    background: #EC4840;
}
.klb-section__bg,
.klb-section__bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.klb-section__bg-img {
    object-position: center center;
    object-fit: cover;
}
.klb-section__content {
    position: relative;
    z-index: 3;
}
.tt-section__title {
    font-weight: 400;
    font-size: 32px;
    line-height: 1.35;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    margin-bottom: 24px;
}
.klb-section__text {
    font-weight: 300;
    font-size: 19px;
    line-height: 1.35;
    color: #FFFFFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.klb-section__text p {
    margin: 0;
}
.klb-section__text p + p {
    margin-top: 20px;
}
.klb-section__h {
    font-family: 'Fyodor';
    font-size: 25px;
    line-height: 1.2;
    font-weight: bold;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
}
.klb-section__h_mt {
    margin-top: 30px;
}
.klb-section__h_mb {
    margin-bottom: 30px;
}

.klb-section_header .klb-section__content {
    padding: 50px 0;
}
.klb-section_content .klb-section__content {
    padding: 40px 0;
}
.klb-section_footer .klb-section__content {
    padding: 30px 0;
}
.klb-section_footer .klb-section__bg-img {
    object-position: center top;
}

.klb-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.klb-header__img-wrapper {
    flex: 0 0 25%;
    max-width: 25%;
}
.klb-header__img {
    display: block;
    max-width: 100%;
    height: auto;
}
.klb-header__desc {
    flex: 0 0 70%;
    max-width: 70%;
}
.klb-header__text {
    font-family: "Fyodor";
    font-size: 40px;
    line-height: 1.2;
    font-weight: bold;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.klb-header__helper {
    font-family: "Fyodor";
    font-size: 20px;
    line-height: 1.2;
    font-weight: bold;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    margin-top: 30px;
}
.klb-header__name {
    font-family: "Fyodor";
    font-size: 50px;
    line-height: 0.9;
    font-weight: bold;
    margin-top: 30px;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.klb-steps-block {
    margin-top: 20px;
}
.klb-steps-block__list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.klb-steps-block__item-wrapper {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 10px;
    margin-bottom: 20px;
}
.klb-steps-block__item-wrapper:not(:last-child) .klb-steps-block__item:after {
    content: "";
    position: absolute;
    top: 33%;
    left: 100%;
    width: 21px;
    height: 1px;
    background: #fff;

}
.klb-steps-block__item {
    height: 100%;
    border: 1px solid #fff;
    padding: 15px;
    position: relative;
}
.klb-steps-block__number {
    font-family: 'Fyodor';
    font-size: 36px;
    line-height: 1.2;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}
.klb-steps-block__text {
    font-size: 14px;
    line-height: 1.1;
    font-weight: 300;
}
.klb-steps-block__text a:not([class]) {
    border-bottom: 1px solid rgba(255,255,255,0.5);
    color: #fff;
    text-decoration: none !important;
}
.klb-steps-block__text a:not([class]):hover {
    color: #fff;
    border-color: transparent;
}
.klb-steps-block__text ul:not([class]) {
    list-style-type: disc;
}

.klb-status {
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
}
.klb-status__item {}
.klb-status__icon {
    max-height: 32px;
    width: auto;
    max-width: none;
    margin: 0 auto;
    display: block;
}
.klb-status__text {
    font-size: 11px;
    line-height: 1.3;
    font-weight: 300;
    text-transform: uppercase;
    margin-top: 8px;
}

.klb-steps-list {
    margin-top: 30px;
    margin-bottom: 40px;
}
.klb-steps-list__item {
    position: relative;
    padding-left: 40px;
    font-weight: 300;
    font-size: 19px;
    line-height: 1.35;
    color: #FFFFFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    margin-bottom: 20px;
}
.klb-steps-list__item:before {
    content: "";
    position: absolute;
    top: 3px;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
}
.klb-steps-list__item:not(:last-child):after {
    content: "";
    position: absolute;
    top: 20px;
    left: 8px;
    width: 4px;
    bottom: -25px;
    background: #fff;
}

.klb-alert {
    border: 1px solid #fff;
    padding: 10px 32px;
    font-weight: 300;
    font-size: 22px;
    line-height: 1.2;
    color: #FFFFFF;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 50px;
}

.klb-rules {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
    margin-bottom: 40px;
}
.klb-rules__btn {
    margin-left: 24px;
}

.klb-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 42px;
    border-radius: 18px;
    font-family: 'Fyodor';
    font-size: 25px;
    line-height: 1.2;
    font-weight: bold;
    color: #EC4840;
    background: #fff;
    box-shadow: 0px 4px 4px 0 rgba(0, 0, 0, 0.25);
    text-decoration: none !important;
    padding: 0 60px;
}

.klb-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.klb-footer__slogan,
.klb-footer__link {
    font-family: 'Fyodor';
    font-size: 23px;
    line-height: 1.2;
    font-weight: bold;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
    color: #fff;
    text-decoration: none !important;
}
.klb-footer__link:hover {
    color: #fff;
}

@media screen and (max-width: 992px) {
    .klb-header__text {
        font-size: 28px;
    }
    .klb-header__helper {
        font-size: 18px;
        margin-top: 25px;
    }
    .klb-header__name {
        font-size: 40px;
        margin-top: 25px;
    }

    .klb-steps-block__item-wrapper {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .klb-steps-block__item-wrapper:nth-child(2) .klb-steps-block__item:after {
        display: none;
    }
}
@media screen and (max-width: 767px) {
    .klb-header {
        flex-direction: column;
    }
    .klb-header__img-wrapper {
        margin-bottom: 30px;
    }
    .klb-header__desc {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
    }
    .klb-header__text {
        font-size: 24px;
    }
    .klb-header__helper {
        font-size: 16px;
    }
    .klb-header__name {
        font-size: 26px;
    }
    .klb-section__text {
        font-size: 16px;
    }
    .klb-steps-block__item-wrapper {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .klb-steps-block__item-wrapper:nth-child(n) .klb-steps-block__item:after {
        display: block;
        top: 100%;
        left: 50%;
        width: 1px;
        height: 21px;
    }
    .klb-alert {
        font-size: 17px;
    }
    .klb-rules {
        flex-direction: column;
    }
    .klb-rules__btn {
        margin: 24px 0 0;
    }
}