body {
    font: 400 20px/32px Inter;
    background: url('/images/bg_spot.png') no-repeat top right #F8F9FB;
}

a {
    color: #2F3441;
}

a:hover {
    color: #2F3441;
    text-decoration: none;
}

strong {
    font-weight: 700;
}

.aktion {
    padding: 5px 20px;
    height: 40px;
}

.logo2 {
    font-size: 26px;
    line-height: 30px;
}

.hero {
    font: 400 24px/35px Inter;
}

.hero__title {
    font-size: 77px;
    line-height: 77px;
}

.benefits {
    margin-bottom: 100px;
}

.benefits__title {
    font: 500 32px Inter;
}

.benefits__title span {
    display: inline-block;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    background-color: #000;
    color: #fff;
    text-align: center;
    font: 400 32px/27px Inter;
}

.title {
    font: 700 26px/31px Inter;
    margin-bottom: 30px;
}

.gerb {
    width: 39px;
    height: 39px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 5px;
}

.link {
    font: 400 20px/50px Inter;
    border-radius: 25px;
    border: solid 1px #000;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
}

.border-btm {
    border-bottom: solid 1px #CECECE;
}

.review {
    border: solid 1px #E3DFDD;
    background: #fff;
    padding: 20px;
    font: 400 16px/20px Inter;
}

.review__name {
    font: 700 20px Inter;
    margin-bottom: 10px;
}

.review__jobtitle {
    font: 400 12px Inter;
    margin-bottom: 20px;
}

.review__date {
    font: 400 14px Inter;
    margin-top: 20px;
    text-align: right;
}

.logo_pic {
    display: inline-block;
    width: 50px;
    text-align: center;
}

a.link:hover {
    background: #366BF3;
    color: #fff;
}

.systems {
    font: 400 16px/25px Inter;
}
.systems__type {
    background: #4C424F;
    border-radius: 3px;
    color: #fff;
    font: 400 14px/29px Inter;
    text-transform: uppercase;
    padding: 0 10px;
}
.systems__logo {
    height: 100px;
    display: flex;
    align-items: center;
}

.systems__item {
    border-bottom: solid 1px #CECECE;
    border-right: solid 1px #CECECE;
    padding-bottom: 30px;
    padding-right: 30px;
    padding-top: 30px;
}

.brn {
    border-right: none;
}
.bbn {
    border-bottom: none;
}

.text2 {
    font: 400 18px/41px Inter;
}

.face {
    font: 400 14px/18px Inter;
    text-align: center;
    margin-bottom: 50px;
}

.face__pic {
    border-radius: 50px;
    margin-bottom: 15px;
}

.mail {
    font: 700 16px/28px Inter;
}

.countdown {
    border-bottom: solid 5px #FF0000;
    margin: 0 100px;
    padding-bottom: 30px;
}

.countdown__number {
    font: 300 160px/120px Inter;
}

.mail__rubric {
    background: #366BF3;
    color: #ffff;
    border-radius: 3px;
    font: 400 14px/30px Inter;
    text-transform: uppercase;
    padding: 0 10px;
    display: inline-block;
    margin-bottom: 15px;
}

.footer {
    padding: 40px 0;
    border-top: 1px solid #E9E7E6;
    font: 400 13px Inter;
}

.footer a {
    text-decoration: underline;
    color: #2F3441;
}

a.footer__phone {
    font: 700 18px Inter;
    text-decoration: none;
}

.owl-nav {
    position: absolute;
    top: 40%;
    left: -50px;
    right: -50px;
    display: flex;
    justify-content: space-between;
}
.owl-prev {
    width: 40px;
    height: 40px;
    background: url("/images/prev.png");
    border: none;
    cursor: pointer;
}
.owl-next {
    width: 40px;
    height: 40px;
    background: url("/images/next.png");
    border: none;
    cursor: pointer;
}


@media (max-width: 768px) {
    .hero__title {
        font-size: 45px;
        line-height: 45px;
    }
    .countdown {
        margin: 0;
    }
    .countdown__number{
        font: 300 80px/60px Inter;
    }

}