

/* Start:/bitrix/components/atevi/atevi.settings/templates/.default/style.css?17617203028742*/
.none_block{
    display: none;
}
/* Ваши стили */
img {
    display: block;
    max-width: 100%;
    height: auto;
}
.caption.right {
    float: right;
    max-width: 43%;
    margin-left: 5%;
}
.wpcf7-list-item label input[type="checkbox"]{
    accent-color: #00AEA9 !important;
}

.caption.left {
    float: left;
    max-width: 43%;
    margin-right: 5%;
}
.caption img {
    margin-bottom: 10px;
}
blockquote {
    font-family: MuseoSansCyrl-700,Helvetica,Arial,sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #0b3b60;
    padding: 31px;
    margin: 29px 0;
    font-size: 16px;
    line-height: 1.65;
    font-style: normal;
    background: 0 0;
    font-weight: 400;
    border-radius: 0;
    text-align: left;
    box-shadow: 0 2px 24px 0 rgba(0,0,0,.3);
}
.lead {
    font-family: MuseoSansCyrl-700,Helvetica,Arial,sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.6rem;
    line-height: 1.65;
    margin-bottom: 1.4em;
    color: #2d2d2d;
}

/* Общие стили */
.bv-content {
    font-family: Arial, sans-serif;
    color: #404040;
    line-height: 1.6;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

/* Типография */
.bv-title {
    color: #00aea9;
    font-size: 1.8rem;
    margin: 0 0 1rem 0;
}

.bv-subtitle {
    color: #00aea9;
    font-size: 1.7rem;
    margin: 1.5rem 0 0.8rem;
}

.bv-text {
    margin-bottom: 1rem;
    text-align: justify;
}

/* Цитата */
.bv-quote {
    margin: 1.5rem 0;
    padding: 1rem;
    border-left: 3px solid #00aea9;
    background: #f9f9f9;
}

/* Изображения */
.bv-image {
    margin: 2rem 0;
    text-align: center;
}

.bv-image img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

/* Кнопки */
.bv-button-group {
    background-color: #003865;
    padding: 1.5rem 0;
    margin: 2rem 0;
    border-radius: 5px;
    text-align: center;
}

.bv-button {
    background-color: #00aea9;
    padding: 14px 25px;
    border-radius: 5px;
    border: none;
    width: 80%;
    max-width: 280px;
    color: #ffffff;
    font-size: 1.4rem;
    font-weight: 400;
    text-decoration: none;
    display: inline-block;
    margin: 0.5rem;
    transition: background 0.3s;
}

.bv-button:hover {
    background-color: #00827e;
    color: #fff;
    text-decoration: none;
}

/* Списки */
.bv-list {
    padding-left: 1.5rem;
    margin-bottom: 1.5rem;
}

.bv-list li {
    margin-bottom: 0.8rem;
}

.bv-faq-list {
    list-style: none;
    padding: 0;
    margin: 0 0 2rem 0;
}

.bv-faq-item {
    margin: 0.8rem 0;
}

.bv-faq-link {
    color: #003865;
    text-decoration: none;
    display: block;
    padding: 0.8rem;
    border-left: 3px solid #00aea9;
    transition: background 0.3s;
}

.bv-faq-link:hover {
    background-color: #f0f9f9;
}

.bv-benefits-block {
    margin-bottom: 2rem;
}

.bv-benefit-item {
    margin: 1.4rem 0;
    padding: 0.5rem;
}

.bv-benefit-title {
    color: #003865;
    display: block;
    font-weight: bold;
    margin-bottom: 0.5rem;
    font-size: 1.4rem;
}

/* Нумерованный список */
.bv-ordered-list {
    padding-left: 1.5rem;
    margin-bottom: 2rem;
}

.bv-ordered-list li {
    margin-bottom: 1.5rem;
}

/* Стили для формы отзыва согласия */
.withdraw-form {
    margin-top: 2rem;
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: bold;
    color: #003865;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 12px;
    border: 2px solid #ddd;
    border-radius: 5px;
    font-size: 1rem;
    transition: border-color 0.3s;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #00aea9;
}

.error {
    border-color: #ff4444 !important;
    background-color: #fff8f8;
}

.error-message {
    color: #ff4444;
    font-size: 0.9rem;
    margin-top: 5px;
    display: block;
}

.submit-btn {
    background-color: #00aea9;
    color: white;
    padding: 14px 25px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1.1rem;
    font-weight: 600;
    transition: background 0.3s;
    width: 100%;
    max-width: 300px;
}

.submit-btn:hover {
    background-color: #00827e;
}

/* Адаптивные стили */
@media (max-width: 768px) {
    .bv-content {
        padding: 10px;
    }
    .bv-title {
        font-size: 1.5rem;
    }
    .bv-subtitle {
        font-size: 1.4rem;
    }
    .bv-button {
        width: 90%;
        font-size: 1.2rem;
        padding: 12px 20px;
    }
    .bv-benefit-title {
        font-size: 1.1rem;
    }
    .form-group input,
    .form-group textarea {
        padding: 10px;
    }
}

@media only screen and (max-width: 500px) {
    .atevi_mob_none {
        display: none;
    }
}

/* Дополнительные стили для контейнера и контента */

.content-section {
    background-color: white;
    border-radius: 10px;
    padding: 30px;
    margin-top: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    display: none;
}

.content-section.active {
    display: block;
    animation: fadeIn 0.5s ease;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.main-title {
    color: #003865;
    font-size: 2.2rem;
    margin-bottom: 10px;
    font-family: MuseoSansCyrl-700,Helvetica,Arial,sans-serif;
}

.main-subtitle {
    color: #00aea9;
    font-size: 1.4rem;
    font-family: MuseoSansCyrl-700,Helvetica,Arial,sans-serif;
}

.blocks-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
    gap: 20px;
    margin-bottom: 40px;
}

.block {
    background: linear-gradient(135deg, #003865, #00AEA9);
    color: white;
    border-radius: 10px;
    padding: 25px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 150px;
}

.block:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.block h2 {
    font-size: 2.3rem;
    margin-bottom: 10px;
    font-family: MuseoSansCyrl-700,Helvetica,Arial,sans-serif;
    color: white;
}

.block p {
    opacity: 0.9;
    font-size: 1.25rem;
    color: white;
}

.content-section h2 {
    color: #003865;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #00AEA9;
    font-family: MuseoSansCyrl-700,Helvetica,Arial,sans-serif;
}

.content-section h3 {
    color: #00aea9;
    margin: 1.5rem 0 0.8rem;
    font-family: MuseoSansCyrl-700,Helvetica,Arial,sans-serif;
}

.content-section p {
    margin-bottom: 15px;
    text-align: justify;
}

.content-section ul, .content-section ol {
    margin-left: 20px;
    margin-bottom: 20px;
}

.content-section li {
    margin-bottom: 10px;
}

.cookie-settings {
    margin-top: 20px;
}

.cookie-setting {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    background-color: #f1f1f1;
    border-radius: 5px;
    margin-bottom: 10px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
    border-radius: 34px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
}

input:checked + .slider {
    background: linear-gradient(135deg, #003865, #00AEA9);
}

input:checked + .slider:before {
    transform: translateX(26px);
}

.form-group-accept label {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 0 8px;
    margin: 0;
}


@media (max-width: 768px) {
    .cookie-setting {
        flex-direction: column;
    }
    .blocks-container {
        grid-template-columns: 1fr;
    }

    .main-title {
        font-size: 1.8rem;
    }

    .main-subtitle {
        font-size: 1.2rem;
    }
}
/* End */


/* Start:/local/components/atevi/form.result.new/templates/inline/style.css?1761655395108*/
.FORM_NOTE{
    display: flex;
    justify-content: center;
    margin-top: 10%;
    font-size: 30px;
}
/* End */
/* /bitrix/components/atevi/atevi.settings/templates/.default/style.css?17617203028742 */
/* /local/components/atevi/form.result.new/templates/inline/style.css?1761655395108 */
