.services {
    counter-reset: myCounter;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.promo.promo--blue .promo__title,
.promo.promo--blue .promo__sub-ttl,
.promo.promo--blue .promo__txt {
    color: #ffffff;
}

.promo.promo--blue {
    background-color: #96bcdc;
}

.promo .tour-selection-wrap {
    margin-top: 35px;
}
.promo {
    padding: 50px 0;
    background-color: #f1ebd3;
    margin-bottom: 30px;
}

.promo__title {
    font-size: 37px;
    font-family: 'apercu_pro', sans-serif;
    color: #475669;
    line-height: 37px;
    font-weight: bold;
    margin-bottom: 20px;
}

.promo__check-mail {
    padding: 15px;
    border-radius: 5px;
    background: #ffffff;
    margin-bottom: 25px;
}

.promo__txt {
    font-size: 26px;
}

.promo__sub-ttl {
    margin-top: 15px;
    padding-top: 25px;
    text-transform: uppercase;
    font-size: 14px;
}

.promo__title br {
    display: none;
}

.services li {
    width: 32%;
}

.services li a:hover {
    background-color: rgba(255, 191, 147, 0.8);
}

.services li a::before {
    counter-increment: myCounter;
    content: counter(myCounter);
    color: white;
    background: #e05c00 !important;
    display: inline-block;
    text-align: center;
    position: absolute;
    left: 25px;
    top: 17px;
    line-height: 25px;
    width: 25px;
    border-radius: 100%;
    font-size: 13px;
    font-weight: normal;
    height: 25px;
}

.services li a {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background-color: rgba(255, 191, 147, 0.22);
    border-radius: 5px;
    display: block;
    font-weight: bold;
    font-size: 14px;
    color: #e05c00 !important;
    height: 60px;
    padding-left: 65px;
    position: relative;
    cursor: pointer;
    text-transform: uppercase;
    margin-bottom: 10px;
    line-height: 60px;
}

.header__fast-link:hover {
    background: #3c6587 !important;
}

.header__fast-link {
    background: #2b455a !important;
}

.steps {
}

.steps li:not(:last-child)::after {
    top: 5px;
}

.steps li:not(:last-child)::after, .steps li:not(:last-child)::before {
    content: '';
    position: absolute;
    right: -16px;
    width: 15px;
    border-bottom: 2px solid #999999;
}

.steps li:not(:last-child)::before {
    bottom: 5px;
}

.steps li {
    font-size: 16px;
    position: relative;
    padding: 8px 15px 10px 15px;
    display: inline-block;
    border-radius: 3px;
    vertical-align: middle;
    margin: 10px 10px 0 0;
    background: #f1ebd3;
    line-height: 23px;
    border: 2px solid #999999;
}


@media screen and (max-width: 1400px) {
    .steps li {
        display: block;
        margin: 0 0 10px 0;
    }

    .steps li:not(:last-child)::after {
        right: 0;
        top: auto;
        bottom: -12px;
    }

    .steps li:not(:last-child)::after, .steps li:not(:last-child)::before {
        border-left: 2px solid #999999;
        border-bottom: none;
        height: 10px;
    }

    .steps li:not(:last-child)::before {
        left: 11px;
        bottom: -12px;
    }

    .steps li br {
        display: none;
    }
}

@media screen and (max-width: 1023px) {
    .promo__title {
        font-size: 30px;
    }
}

@media screen and (max-width: 767px) {
    .promo__txt {
        font-size: 20px;
    }

    .promo__title {
        font-size: 27px;
        margin-bottom: 10px;
    }

    .promo__sub-ttl {
        font-size: 12px;
        padding-top: 0;
    }

    .promo {
        padding: 25px 0;
    }
    .promo .tour-selection-wrap{
        margin-top: 25px;
    }
}

@media screen and (max-width: 620px) {
    .services {
        display: none;
    }

    .promo__title br {
        display: block;
    }
}

@media screen and (max-width: 413px) {
    .promo__title {
        font-size: 24px;
    }

    .promo__txt {
        font-size: 16px;
    }

    .promo__sub-ttl {
        font-size: 9px;
    }
}