

/* Start:/local/components/custom/wiki/templates/.default/style.css?17275104882214*/

.load-screen .preloader {
    opacity: 0;
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 600;
    pointer-events: none;
    background: #f9f9f9 url(/local/templates/main_copy/html/images/logo.png) 50% 50% no-repeat;
    transition: all 0.5s;
}

.preloader__title {
    color: #acacac;
    font-size: 16px;
    line-height: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 42px 0 0;
    transform: translate3d(-50%, -50%, 0);
}

.product-item .title .full {
    display: none;
}

.product-item:hover .title .full {
    display: block;
}

.product-item:hover .title .short {
    display: none;
}

.product-item.slider-item {
    /*min-height:610px;
    height:unset !important;*/
}

.show-more {
    margin-top: 20px;
}

.section-wrapper__item {
    border: 1px solid #f0f0f2;
    border-radius: 7px;
    padding: 10px 20px;
    transition: 0.3s;
    text-align: center;
    background: #f0f0f2;
    font-size: 17px;
    display: flex;
    margin-right: 10px;
}

.section-wrapper__item:hover {
    background: #e20738;
    border-color: transparent;
    color: #fff !important;
}

.section-wrapper__item.active {
    background: #e20738;
    border-color: transparent;
    color: #fff !important;
}

.sub_section-wrapper__item.active {
    background: #e20738;
    border-color: transparent;
    color: #fff !important;
}
.sub_section-wrapper__item {
    display: flex;
    color: #e20738;
    background: transparent;
    border: 1px solid #f0f0f2;
    border-radius: 7px;
    padding: 5px 10px;
    transition: 0.3s;
    text-align: center;
    font-size: 14px;
    margin-right: 10px;
}

.mb1{
    margin-bottom:10px!important;
}


.wiki_kat1 select {
    height: 40px;
    padding: 0px 10px;
    margin-right:20px;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
    border-radius:0;
    width:auto;
}


input[type="number"], input[type="text"], input[type="email"], input[type="password"], input[type="tel"], input[type="date"], textarea{
    background-color:#fff;
}

.text-input {
    height: auto!important;
}

.article_content .col-12{
    margin-top:20px;
}

.doc-wrapper{
    margin-top:20px;
}
/* End */
/* /local/components/custom/wiki/templates/.default/style.css?17275104882214 */
