.clients-item {
    width: 10.7rem;
    display: flex;
    justify-content: center;
}
@media (max-width: 767px) {
    .clients-item {
        width: auto;
    }
}
.contacts .contact-item {
    display: inline-flex;
}
.type-item__top {
    align-items: flex-start;
}
@media (max-width: 767px) {
    .navigation {
        z-index: 100;
    }
}
.navigation-mob-overlay {
    display: none;
    z-index: 99;
}
.state-nav-active .navigation-mob-overlay {
    display: block;
    position: fixed;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
}
a.type-item {
    color: #fff;
}
a.type-item:hover {
    transform: translateY(-.5rem) !important;
    box-shadow: 0 0 1rem rgba(0, 0, 0, .1);
}
.big-gold-text {
    font-size: 1.5rem;
    font-family: var(--font700);
    text-transform: uppercase;
    color: var(--colorMain);
}
@media (max-width: 767px) {
    .big-gold-text {
        font-size: 1.15rem;
    }
}
.reasons-total__levels--1col {
    flex-direction: column;
}
.reasons-total__levels--1col-incgap {
    gap: .5rem;
}
.reasons-total--tranparent {
    background-color: transparent;
    padding: 0;
    margin: 0;
}
.section--light {
    background: var(--colorDarkTransparent);
}
.text-normal {
    text-transform: none;
}
.color-white {
    color: #fff;
}
.no-plans-total--transparent {
    background-color: transparent;
}
.section--dark {
    background-color: rgba(26, 42, 76, .45);
}
.step:last-child .step__content {
    padding-right: 40px;
}
.feature-item--transparent {
    background-color: transparent;
}
.ttn {
    text-transform: none !important;
}
ul.marked-list {
    li {
        position: relative;
        padding-left: 1rem;
    }
    li:before {
        content: '';
        width: .35rem;
        height: .35rem;
        background-color: var(--colorMain);
        border-radius: 50%;
        position: absolute;
        left: 0;
        top: .5rem;
    }
}
.font-bold {
    font-family: var(--font700);
}
.contact-item {
    display: inline-flex;
}
.text-bg-primary {
    background-color: var(--colorMain) !important;
    color: var(--colorDark) !important;
}