@-webkit-keyframes fade-in {   0% { opacity: 0.1; }   100% { opacity: 1; }   }
@-moz-keyframes    fade-in {   0% { opacity: 0.1; }   100% { opacity: 1; }   }
@-o-keyframes      fade-in {   0% { opacity: 0.1; }   100% { opacity: 1; }   }
@keyframes         fade-in {   0% { opacity: 0.1; }   100% { opacity: 1; }   }

.text-white {
    color: #ffffff;
}

.item-custom
{
    background: #FFFFFF;
    padding: 32px ;
    margin: 3px;
    /*margin-bottom: 50px;*/
    display: flow-root;
    transition: all .7s;

}
.item-custom:hover
{
    box-shadow: 0 19px 30px -10px rgba(2, 104, 188, 0.3);
    transition: all .7s;
    transform: translate(-5px, -5px);
    cursor: pointer;
}

.title-custom
{
    margin:15px 0px;

/*height:100px;*/
}
.item-cus-mobile
{
    background: #FFFFFF;
    padding: 32px ;
    margin: 3px;
    /*margin-bottom: 50px;*/
    display: flow-root;

}
.back-detail-dir
{
    padding: 50px 0px;
}

.arrow-accordion {
    position: relative;
    cursor: pointer;

    width: 66px;
    height: 30px;
    margin: auto;
}
.arrow-accordion-left {
    position: absolute;
    background-color: transparent;
    top: 10px;
    left: 0;
    width: 40px;
    height: 10px;
    display: block;
    transform: rotate(35deg);
    float: right;
    border-radius: 2px;
}
.arrow-accordion-left:after {
    content: "";
    background-color: #337AB7;
    width: 40px;
    height: 10px;
    display: block;
    float: right;
    border-radius: 6px 10px 10px 6px;
    transition: all 0.5s cubic-bezier(0.25, 1.7, 0.35, 0.8);
    z-index: -1;
}

.arrow-accordion-right {
    position: absolute;
    background-color: transparent;
    top: 10px;
    left: 26px;
    width: 40px;
    height: 10px;
    display: block;
    transform: rotate(-35deg);
    float: right;
    border-radius: 2px;
}
.arrow-accordion-right:after {
    content: "";
    background-color: #337AB7;
    width: 40px;
    height: 10px;
    display: block;
    float: right;
    border-radius: 10px 6px 6px 10px;
    transition: all 0.5s cubic-bezier(0.25, 1.7, 0.35, 0.8);
    z-index: -1;
}
.open .arrow-accordion-left:after {
    transform-origin: center center;
    transform: rotate(-70deg);
}
.open .arrow-accordion-right:after {
    transform-origin: center center;
    transform: rotate(70deg);
}
.item-cus
{
    padding: 0px;
}
.preview_item
{

    font-size: 14px;

}
.back-rect
{
    padding: 20px;
    width: max-content;
    border-radius: 100px;
    background: #FFFFFF;
}
.all-butt
{
    background: #FFFFFF;
    text-align: center;
    padding: 20px;

}
.arrow-cus
{
    display: inline-flex !important;
    cursor: pointer;
}
.hide-cus
{
    display: none;
}


/*СЛАЙДЕР*/

.slider_index_element
{

    color:#fff;
    margin:32px auto;

}

.slider_index_element h4
{
    line-height: 27px;
    margin-bottom: 12px;
    font-family: "SF UI Display Bold", Arial sans-serif;
}

@media (max-width: 668px) and (min-width: 250px) {
    .slider_index_element h4 {
        font-size: 20px;
    }
    .slider_index_element
    {
        padding: 0px !important;
    }
}
@media (min-width: 669px) {
    .slider_index_element h4 {
        font-size: 30px;
    }
}

.slider_index
{
    display: flex;
    flex-wrap: wrap;
    padding-top:32px;
    padding-bottom:32px;
}

.itemlic-cus:hover
{
    color: #5e6371;
    transition: all .7s;
}
.itemlic-cus.active
{
    margin-bottom: -1px;
    border-bottom: 2px solid;
    color: #000;
}
.IDZ
{
    background: url('/upload/icons_companies/IDZ.png') no-repeat right top #fff !important;
    background-size:100px !important;
}
.EVO
{
    background: url('/upload/icons_companies/logo-main.svg') no-repeat right top #fff !important;
    background-size:100px !important;
}

.itemlic-cus
{
    width: 100%;
    padding: 0 10px 30px 10px;
    text-align: center;
    min-height: 42px;
    transition: all .7s;
    cursor: pointer;
    font-size: 16px;
    line-height: 22px;
    font-family: 'SF UI Display Medium', Arial sans-serif;
    color: #a2aebc;
    cursor: pointer;
}


.itemlic-cus:hover
{
    color: #5e6371;
    transition: all .7s;
}
.itemlic-cus.active
{
    margin-bottom: -1px;
    border-bottom: 2px solid;
    color: #000;
}
.product__question .product__docs-list .item .text .title .answer.active
{
    max-height:1000px !important;
}
.item-serv-cus
{
    transition: box-shadow .7s, transform .7s;

}
.item-serv-cus:hover
{
    box-shadow: 0 19px 30px -10px rgba(2, 104, 188, 0.3);
    transition: all .7s;
    transform: translate(-5px, -5px);
    cursor: pointer;
}
ol li:before {
    color: #414e5e !important;
}
.flickity-slider a
{
    transition: box-shadow .7s, transform .7s, color .7s;
}
ol li
{
    padding-left: 10px;
}