

/* Start:/local/templates/ceramicpro/components/bitrix/news.list/certificates/style.css?16590069863472*/
.open .js_slide_down {

    transform: rotate(-45deg);
    z-index: 1;

    transition: all ease-in-out .3s;
}

.b-instructions {
    background-color: #eeeeee;
}

.js_slide_down {
    padding: 5px;
    border-radius: 20px;
    text-align: center;
    transition: background-color ease-in-out .3s;
    transform: rotate(0);
    vertical-align: top;
    z-index: 1;
}

.js_slide_down * {
    vertical-align: top;
    line-height: 0;
}

.inst-accordion-item:hover .js_slide_down {
    background-color: #dddddd;
}
.inst-accordion-item {


}
.inst-accordion-item >.b-accordion__hidden{
    transition: all ease-in-out .3s;
    -webkit-animation: accordionOut 0.45s alternate ease-in-out both 1;
    animation: accordionOut 0.45s alternate ease-in-out both 1;

    max-height: 0;
}


.inst-accordion-item.open .b-accordion__hidden {
    height: auto;
    max-height: inherit;
    -webkit-animation: accordionIn 0.45s normal ease-in-out both 1;
    animation: accordionIn 0.45s normal ease-in-out both 1;
    transition: all ease-in-out .3s;
    padding: 1rem;
    overflow: visible;
    margin-bottom: 1rem;
}

.instructions-thumb {
    max-height: 110px;
}

.instructions-title {
    flex: 0 1 60%;
}

.vborder {

    display: inline-block;
    width: 4px;
    height: 80px;

    margin-left: 4%;
    margin-right: 4%;
    background: hsl(326, 84%, 52%);
}

.instructions-ttl {
    text-align: center
}

.instructions-ttl > h4 {
    font-weight: bold
}

.instructions-link {
    color: #e91b8d;
}

.instructions-videos {
    max-width: 100%;
    margin: 2rem 0;
    display: flex;
    flex-direction: row;
    justify-content: stretch;
    gap: 1rem;
}

.instvid_item {
    flex: 0 1 50%;
}

.instplyout {
    max-width: 100%;
}
.b-accordion.open{    box-shadow: 0px 0px 4px #d1d1d1;}

.instr_block {
    padding:0 16px 24px;
}

.instr_block_title {
    color: black;
    font-size: 16px;
    line-height: 1.55;
    font-weight: 700;
}

.instr_block_content p br:first-child {
    display: none;
}

.instr_block_content span {
    font-size: 14px !important;
    line-height: 1.55;
    font-weight: 300;
    color: black;
}

@media screen and (max-width: 48em) {
    .instructions-thumb {
        max-width: 35px;
    }

    .vborder {
        display: inline-block;
        width: 3px;
        height: 75px;
        margin-left: 7%;
        margin-right: 7%;
        background: hsl(326, 84%, 52%);
    }

    .instructions-body, .instructions-body * {
        font-size: 14px !important;
    }
}

@-webkit-keyframes accordionIn {
    0% {
        opacity: 0;
        transform: scale(0.9) rotateX(-60deg);
        transform-origin: 50% 0;
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes accordionIn {
    0% {
        opacity: 0;
        transform: scale(0.9) rotateX(-60deg);
        transform-origin: 50% 0;
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@-webkit-keyframes accordionOut {
    0% {
        opacity: 1;
        transform: scale(1);
    }
    100% {
        opacity: 0;
        transform: scale(0.9) rotateX(-60deg);
    }
}

@keyframes accordionOut {
    0% {
        opacity: 1;
        transform: scale(1);
    }
    100% {
        opacity: 0;
        transform: scale(0.9) rotateX(-60deg);
    }
}

/* End */
/* /local/templates/ceramicpro/components/bitrix/news.list/certificates/style.css?16590069863472 */
