

/* Start:/local/templates/subetta/styles.css?17401295454282*/
.noteBox {
    margin-bottom: 10px;
}

.form-error {
    color: red;
}
.form-ok {
    color: green;
}
.b-form .error-border {
    border-color: red !important;
}




/* Где купить */
.buy-section .cnt_wrapper {
    padding: 100px 0;
}
@media screen and (max-width: 768px) {
    .buy-section .cnt_wrapper {
        padding: 50px 0;
    }
}

.buy-section__title-block {
    margin-bottom: 50px;
}

.buy-section__title {
    font-size: 62px;
    color: #2d2d2d;
    font-weight: 500;
    margin-bottom: 15px;
    text-transform: none;
}

.buy-section__subtitle {
    font-size: 20px;
    color: #787878;
    font-weight: 300;
    text-transform: none;
}

.buy-section .pharmacys-block .shops_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.buy-section .pharmacys-block .shops_list li {
    margin-bottom: 0;
    margin-right: 0;
}

.buy-section .pharmacys-block .shops_list li a {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 237px;
    padding: 40px 30px;
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, .07);
    border-radius: 5px
}
.buy-section .pharmacys-block .shops_list img {
    max-width: 100%;
}

@media (max-width: 1024px) {
    .buy-section__title-block {
        margin-bottom: 40px;
    }

    .buy-section__title {
        font-size: 48px;
    }

    .buy-section__subtitle {
        font-size: 18px;
    }

    .buy-section .shops_list {
        grid-template-columns: repeat(2, 1fr);
    }

    .buy-section .shops_list li a {
        height: 200px;
        padding: 20px 15px;
    }
}

@media (max-width: 600px) {
    .buy-section__title-block {
        margin-bottom: 30px;
    }

    .buy-section__title {
        font-size: 36px;
    }

    .buy-section__subtitle {
        font-size: 16px;
    }

    .buy-section .pharmacys-block .shops_list {
        grid-template-columns: 1fr;
    }

    .buy-section .pharmacys-block .shops_list li a {
        height: 180px;
    }
}
/**/

.button_instr {
    display: inline-flex;
    align-items: center;
    padding: 13px 25px;
    background: #ed1d24;
    border-color: #ed1d24;
    box-sizing: border-box;
    border-radius: 35px;
    margin-right: 20px;
    color: #fff!important;
    text-transform: uppercase
}

.button_instr .instr_img {
    background: url(/local/templates/subetta/./img/download_icon_white.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    margin-right: 15px
}

.button_instr:hover {
    background: #ca1119
}

@media screen and (max-width: 960px) {
    .button_instr {
        font-size:14px
    }
}

@media screen and (max-width: 768px) {
    .button_instr {
        font-size:13px
    }
}
.home-btns {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.home-btns .button_about{
    display: inline-flex!important;
    border-radius: 10px!important;
    padding: 6px 20px!important;

}

.video-group {
    background: #F7F7F7;
    border-bottom: 1px solid #ccc;
}
@media (min-width: 992px) {
    .video-group .row {
        --ui-gutter-x: 80px;
    }
}
.video-group__title {
    font-size: 28px;
    font-weight: 700;
    color: #40404b;
}
.video-group__item {
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 22px;
    color: #40404b;
}
.video-group__item:hover {
    color: #E30713;
}
.video-group__item__icon {
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid currentColor;
    border-radius: 50%;
    margin-right: 20px;
}
.video-group__item__icon svg {
    fill: currentColor;
    width: 20px;
    height: 20px;
}
.video-group__list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.video-group__item__preview {
    font-size: 16px;
    font-weight: 400;
}

@media (min-width: 992px) {
    .video-group__item__icon {
        width: 50px;
        height: 50px;
        flex: 0 0 50px;

    }
    .video-group__item__icon svg {
        width: 30px;
    }
}

@media (max-width: 1024px) {
    .header_content .nav_list .nav_item a {
        color: inherit!important;
    }
    .nav_problem .problem_options {
        top: auto!important;
    }
}
/* End */
/* /local/templates/subetta/styles.css?17401295454282 */
