.cbtn {
    display: flex;
    justify-content: center;
    padding: 5px 15px;
    width: fit-content;
    position: relative;
    margin: 5px;
    transition: all;
    transition-duration: 500ms;
}

.cbtn.cbtn-rounded {
    border-radius: 50px;
}

.cbtn-icon {
    padding-left: 35px;
}

.cbtn-icon svg {
    position: absolute;
    left: 10px;
    width: 20px;
    height: 20px;
}

.cbtn-white {
    background: white;
    color: black;
}

.cbtn-outline-white {
    border: 2px solid white;
    color: white;
    background: transparent;
}

.cbtn-outline-white:focus {
    color: white;
}

.cbtn-outline-white:hover {
    background: white;
    color: black;
}

.modal__callback-2 {
    background: linear-gradient(45deg, #5C80C0, #8FCCB4);
    padding: 40px;
    color: white;
    text-align: center;
}

.modal__callback-2 h3 {
    font-weight: 700;
    color: white;
}

.modal__callback-2__buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: fit-content;
    margin: 0 auto;
}

.modal__callback-2__buttons a {
    width: 100%;
}

.modal__price-request {
    padding: 30px;
}

.hero__video {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.hero__video video {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: opacity 3s;
    opacity: 0;
}

.form-content-center {
    margin: 0 auto;
    width: fit-content;
    min-width: 300px;
}

#header .__site-logo {
    margin-top: 0;
    margin-bottom: 0;
}

#header .__site-logo > svg {
    width: 100%;
    object-fit: cover;
    object-position: center;
    -o-object-fit: cover;
    -o-object-position: center;
}

#mobile-header .__site-logo > svg {
    width: 100%;
    object-fit: cover;
    object-position: center;
    -o-object-fit: cover;
    -o-object-position: center;
}

.custom-btn {
    margin-bottom: 1rem;
}

.hero__slider .__content {
    padding-left: 1rem;
    padding-right: 1rem;
}

.hero__slider .__content p.p1 {
    font-size: 3rem;
}

@media screen and (max-width: 480px) {
    .custom-btn {
        min-width: auto !important;
        width: 100%;
    }

    .counter.js-counter {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .counter .__btn {
        position: relative;
        background-color: #5fb8f9;
        padding: 1.8rem;
        border-radius: 1rem;
        left: auto;
        right: auto;
        color: white;
        font-size: 3rem;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}
/* [П14] Кнопка «Подробнее» на карточках акций в разделе /stocks/. */
.item--article--more {
    margin-top: 14px;
}

.stock-more-btn {
    display: inline-block;
    padding: 9px 22px;
    background: #fe0000;
    color: #ffffff;
    border: none;
    border-radius: 3px;
    text-decoration: none;
    transition: background-color .2s ease;
}

.stock-more-btn:hover,
.stock-more-btn:focus {
    background: #d40000;
    color: #ffffff;
    text-decoration: none;
}

/* [П3] Блок-пояснение в корзине «что произойдёт после подачи заявки». */
.cart-note {
    padding: 18px 22px;
    background: #f5f7f9;
    border-left: 4px solid #fe0000;
    border-radius: 3px;
}

.cart-note__title {
    font-weight: 700;
    margin-bottom: 8px;
}

.cart-note p {
    margin: 0;
}
