/** * Здесь можно кастомизировать основной файл стилей */ body { font-family: 'Open Sans', "Helvetica Neue", sans-serif; font-size: 15px; color: #555555; } .youtube_frame.loaded { background: none!important; } .youtube_frame.loaded .play{ display: none; } .youtube_frame { background-position: center; background-repeat: no-repeat; background-size: cover; overflow: hidden; transition: all 200ms ease-out; cursor: pointer; position: absolute; top: 0; left: 0; bottom: 0; right: 0; } .youtube_frame .play { background: url('../img/youtube-play-btn.png') no-repeat; background-position: 0 -50px; -webkit-background-size: 100% auto; background-size: 100% auto; position: absolute; height: 50px; width: 69px; transition: none; top:0; left:0; right:0; bottom:0; margin:auto; } .youtube_frame:hover .play { background-position: 0 0; } .com5 tr td{ border: 1px solid #000000; } .com5 tr td p.top{ font-weight: bold; } .com5 tr td p{ padding: 5px; margin: 0; }

.fortis-catalog-sections .sections-table .section-tr .section-td .sections-ul {
display:none;
}
.navbar-nav>li>a{
color:#fff;
}
.navbar-nav>li>a:hover{
color:revert
}
.text-center {
    text-align: center;
}
.content-accordion {
    display: none;
}
.content-accordion.opened {
    display: block;
}
.content-opener {
    display: block;
    padding: 6px 12px;
    width: 120px;
    margin: 30px auto;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    border-radius: 4px;
    border: 1px solid #6457A6;
    color: #6457A6;
}
.content-opener:hover {
    background: #6457A6;
    color: #fff;
}
.main-cats-opener-wrap {
    text-align: center;
    margin-top: 30px;
}
.main-cats-opener {
    cursor: pointer;
    font-size: 20px;
    padding-right: 25px;
    position: relative;
}
.main-cats-opener::after {
    display: block;
    content: "";
    width: 12px;
    height: 12px;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    position: absolute;
    right: 0;
    top: 3px;
    transform: rotate(45deg);
}
.main-cats-opener.opened::after {
    top: 9px;
    transform: rotate(225deg);
}
.sections-table .section-tr:last-child {
    /* display: none; */
}
.fortis-catalog-sections .sections-table .section-tr.active:last-child {
    /* display: table-row; */
}
@media(max-width: 767px) {
    .margin-bottom-xs {
        margin-bottom: 15px;
    }
}
.related-articles {
    margin: 50px -10px 0 -10px;
}
.related-articles h3 {
    padding-left: 10px;
    margin-bottom: 20px;
}
.related-articles-slider .item {
    height: 100%;
}
.related-article-item {
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding: 0 10px 10px;
    border: 1px solid #dfe5e9;
    border-radius: 2px;

}
.related-article-item__img a{
    width: 100%;
    height: 100%;
    display: block;
}
.related-article-item__img {
    flex: 0 0 250px;
    height: 250px;
    overflow: hidden;
}
.related-article-item__img a img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    margin: 0;
}
.related-article-item__info {
    flex-grow: 1;
    display: flex;
    padding-top: 20px;
    flex-direction: column;
    align-items: flex-start;
}
.related-article-item__title {
    margin-bottom: 20px;
}
.related-article-item__info .btn {
    margin-top: auto;
}
.related-articles-slider.owl-carousel .owl-wrapper {
    display: flex !important;
}
.related-articles-slider .owl-controls .owl-buttons .owl-prev,
.related-articles-slider .owl-controls .owl-buttons .owl-next {
    display: flex;
    width: 50px;
    height: 50px;
    background: #fff;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    opacity: 0.6;
}
.related-articles-slider .owl-controls .owl-buttons .owl-prev .fa,
.related-articles-slider .owl-controls .owl-buttons .owl-next .fa {
    font-size: 30px;
}
.related-articles-slider .owl-controls .owl-buttons .owl-prev:hover,
.related-articles-slider .owl-controls .owl-buttons .owl-next:hover {
    opacity: 1;
}
.related-articles-slider .owl-controls .owl-buttons .owl-prev {
    left: 15px;
}
.related-articles-slider .owl-controls .owl-buttons .owl-next {
    right: 15px;
}
.responsive-video {
    position: relative;
    padding-bottom: 56.25%;
}

.responsive-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.general-info {
    padding-left: 15px;
    padding-right: 15px;
}
.content img {
    max-width: 100%;
    height: auto;
}
.bx_item_description {
    padding-left: 15px;
    padding-right: 15px;
}
.img-links {
    width: 100%;
}
.fortis-catalog-sections .sections-table .section-tr .img-links .right-links .parent-link {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border-radius: 4px;
    border: 1px solid #6457A6;
    color: #6457A6;
    font-weight: normal;
    width: 100%;
}
.fortis-catalog-sections .sections-table .section-tr .img-links .right-links .parent-link:hover {
    background: #6457A6;
    color: #fff;
}

.messages_cookies{
    width: 33.5%;
    padding: 20px 30px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 50;
    background: #fff;
    flex-wrap: wrap;
    align-items: center;
    border: 1px solid #333;
    display: none;
}
.messages_cookies.active{
    display: flex;
}
.messages_cookies-close{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    font-size: 30px;
    line-height: 30px;
    color: #fff;
    background: #6457A6;
    border-radius: 0 4px 0 4px;
    cursor: pointer;
}
.messages_cookies-btn{
    display: inline-block;
    padding: 6px 12px;
    font-size: 14px;
    border-radius: 4px;
    background: #6457A6;
    color: #fff;
    cursor: pointer;
    margin-right: auto;
    font-weight: 700;
}
@media(max-width: 1200px){
    .messages_cookies{
        width: 100%;
    }
    .messages_cookies-btn{
        margin-left: auto;
    }
}
@media(max-width: 768px){
    .messages_cookies{
        padding-right: 50px;
    }
}

@media(max-width: 599px) {
    .list-catalog .item.grid .name h3 {
        font-size: 18px;
    }
    .politica-wrap h2{
        text-align: left;
        margin-left: 0;
        font-size: 24px;
    }
}
@media(max-width: 479px) {
    .detail-catalog .general-info .price-order-block > li {
        display: block;
        border: none;
    }
    .detail-catalog .general-info .price-order-block > li .cell {
        display: block;
        width: 100%;
        height: auto;
        padding: 10px 0;
    }
    .detail-catalog .general-info .price-order-block > li .order-buttons {
        padding: 10px 0;
        text-align: left;
    }
    .detail-catalog .general-info .price-order-block > li .price-status .new-price {
        font-size: 28px;
    }
}


.productArticles{
    margin: 2rem 0;
}
.productArticles__title{
    margin-bottom: 1rem;
}