

/* Start:/gift-certificate/style.css?16886383423333*/
.CheckboxCaptcha-Icon {
    width: 0px !important;
    height: 0px !important;
    opacity: 0;
    display: none !important;
}
svg.CloudIcon {
    width: 0px !important;
    height: 0px !important;
    opacity: 0;
    display: none !important;
}
.b24-form {
    max-width: 540px;
    margin-bottom: 40px;
}
.b24-form-header-title {
    font-size: 22px !important;
    font-family: 'Literata', serif !important;
    font-weight: 500 !important;
    text-align: center !important;
    color: var(--fourth-color) !important;
}
.b24-form-wrapper.b24-form-border-bottom {
    border: none !important;
    border-radius: 0;
    box-shadow: none !important;
}
button.b24-form-btn {
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
    border-radius: 0;
    display: block;
    color: #fff;
    font-family: 'Literata', serif;
    font-weight: 500;
    margin: 0 auto;
    padding: 12px 32px;
    min-height: auto;
    width: auto;
    cursor: pointer;
    transition: 0.3s ease-in-out;
    text-align: center;
}
.b24-form-state-container .b24-form-success {
    background-color: var(--third-color) !important;
}
.b24-form-state-container {
    border-radius: 0 !important;
}
.certif-block {
    background: url(/local/templates/bs_theme/assets/css/../images/image-for-main-page-1.png) no-repeat;
    background-size: 478px 278px;
    background-position: right;
}

.certif-block .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.certif-wrapper {
    display: flex;
    align-items: flex-start;
    margin: 40px 0;
}

.certif-text {
    max-width: 640px;
    margin-right: 60px;
}

.certif-text-wrapper {
    display: flex;
    align-items: center;
}

.certif-text-wrapper img {
    width: 50%;
}

.certif-text p {
    margin-bottom: 20px;
}

.certif-block-form__title {
    font-size: 22px;
    font-family: 'Literata', serif;
    font-weight: 500;
    text-align: center;
    color: var(--fourth-color);
}

.certif-block-form {
    padding: 20px;
    background: var(--third-color);
    max-width: 540px;
    width: 100%;
}

.certif-block-form__wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 20px 0;
}

.certif-block-form__wrapper label {
    font-size: 14px;
    margin-bottom: 6px;
    color: var(--fourth-color);
}

.certif-block-form__input {
    background: #ffffff;
    border: 1px solid #ebe7db;
    width: 100%;
    padding: 8px 12px;
    color: #4e4b49;
}

.certif-block-form .primary-btn {
    margin: 0 auto;
    display: block;
}

.certif-block-form__line {
    margin: 15px 0;
}

@media (max-width: 768px) {
    .certif-wrapper {
        flex-direction: column-reverse;
    }

    .certif-block .container {
        height: auto;
    }

    .certif-text {
        margin-right: 0;
        margin-top: 20px;
    }
}

.b24-form-control-comment {
    display: flex;
    flex-flow: column;
}

.click-summ-form {
    border: 1px solid rgba(0, 0, 0, 0.3);
    display: block;
    width: 10rem;
    font-size: 12pt;
    text-decoration: none !important;
    height: 28px;
    text-align: center;
    border-radius: 8px;
    margin-bottom: 6px;
    padding-top: 2px;
}

.click-summ-form:hover {
    border: 1px solid rgba(0, 0, 0, 0.6);
    background: #FFF !important;
    transition: 0.2s;
}
/* End */


/* Start:/local/templates/bs_theme_2023/components/bitrix/breadcrumb/breadcrumb_catalog/style.css?1697615765825*/
.breadcrumbs {
        display: flex;
		flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        margin: 20px 0;
    }

    .breadcrumbs__link a {
        position: relative;
        margin-right: 20px;
        display: block;
    }

.breadcrumbs__link a:after {
    content: "";
    display: block;
    position: absolute;
    top: 6px;
    right: -14px;
    width: 8px;
    height: 1px;
    background: var(--secondary-color);
    transform: rotate(35deg);
}
.breadcrumbs__link a:before {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    right: -14px;
    width: 8px;
    height: 1px;
    background: var(--secondary-color);
    transform: rotate(-35deg);
}

    .breadcrumbs__link--current {
        color: var(--secondary-color);
    }
/* End */
/* /gift-certificate/style.css?16886383423333 */
/* /local/templates/bs_theme_2023/components/bitrix/breadcrumb/breadcrumb_catalog/style.css?1697615765825 */
