

/* Start:/local/components/promarine/parts/templates/parsun/style.css?168501251511680*/
.head_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0 !important;
}

.head_wrap .main_title:not(:last-child) {
    margin-bottom: 0;
}

.head_wrap + .catalog_content_top {
    margin-top: 2.1rem;
}

.products_table .products_table__body .products_table_row.active {
    background-color: #baeaae;
}

li.header_catalog_main_li.active {
    color: #cd1516;
}

.scheme_popup-list .scheme_el {
    width: 4.5rem;
    height: 4.5rem;
    border-radius: 50%;
    color: #7c7e83;
}

.scheme_popup-list .scheme_el {
    z-index: auto;
}

.scheme_popup-list .scheme_el__content {
    transform: translate(0, -50%);
    left: 100%;
    padding: 0 0 0 1rem;
}

.scheme_popup-list .scheme_el__content.scheme_el__content_bottom {
    padding: 1rem 0 0 0;
    transform: translateY(0);
    top: 140%;
}

.scheme_popup-list .scheme_el__block.scheme_el__block_bottom {
    transform: translateY(0);
}

.scheme_popup-list .scheme_el:hover,
.scheme_popup-list .scheme_el.active {
    z-index: 2;
}

.scheme_popup-list .scheme_el:hover .scheme_el__block,
.scheme_popup-list .scheme_el.active .scheme_el__block {
    display: flex;
    z-index: 1000;
}

.scheme_popup-list .scheme_el .scheme_el__num {
    width: 100%;
    height: 100%;
    transition: 0.3s;
    position: absolute;
    font-size: 1.8rem;
}

.scheme_popup-list .scheme_el:hover .scheme_el__num,
.scheme_popup-list .scheme_el.active .scheme_el__num {
    background-color: #d5111f;
}

.scheme_popup-list .scheme_el__back {
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.scheme_el__back:before, .scheme_el__content {
    opacity: 1
}

.scheme_popup-list .scheme_el__block__bottom a {
    color: white;
    background-color: #cf1516;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 11rem;
    text-align: center;
    padding: 0 .5rem;
    height: 3.5rem;
    line-height: normal;
    border-radius: 9px;
    font-family: "Segoe UI-Bold";
    font-size: 1.474rem;
}

.scheme_popup-list .scheme_el__block__bottom a:hover {
    opacity: 0.8;
}

.scheme_popup-list .scheme_el__block__img {
    max-width: 90px;
    margin-bottom: 1rem;
}

.nano {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.nano > .nano-content {
    position: absolute;
    overflow: scroll;
    overflow-x: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.nano > .nano-content:focus {
    outline: thin dotted;
}

.nano > .nano-content::-webkit-scrollbar {
    display: none;
}

.has-scrollbar > .nano-content::-webkit-scrollbar {
    display: block;
}

.nano > .nano-pane {
    background: rgba(0, 0, 0, .25);
    position: absolute;
    width: 10px;
    right: 0;
    top: 0;
    bottom: 0;
    visibility: hidden \9; /* Target only IE7 and IE8 with this hack */
    opacity: .01;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.nano > .nano-pane > .nano-slider {
    background: #444;
    background: rgba(0, 0, 0, .5);
    position: relative;
    margin: 0 1px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.nano:hover > .nano-pane, .nano-pane.active, .nano-pane.flashed {
    visibility: visible \9; /* Target only IE7 and IE8 with this hack */
    opacity: 0.99;
}

.head_wrap .serial {
    min-width: 400px;
    max-width: 400px;
    margin-left: auto;
}

.serial-label {
    color: #7c7e83;
    font-size: 1.4rem;
    font-family: "Segoe UI";
    margin-bottom: 10px;
    text-align: right;
}

.head_inner div:last-child {
    margin-top: 2rem;
    padding-left: 1.2rem;
    font-family: "Segoe UI-Bold";
    font-size: 1.8rem;
    color: #000;
    line-height: normal;
    border-left: 2px solid #bc261a;
}

.catalog_selection {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.catalog_selection .catalog_selection__desc {
    margin-right: 5rem;
    border-left: 2px solid #bc261a;
    padding-left: 1.2rem;
}

.catalog_selection .catalog_selection__desc > p {
    margin-bottom: 1.6rem;
    font-size: 1.8rem;
    color: #000;
    line-height: normal;
}

.catalog_selection .catalog_selection__desc > div {
    font-size: 1.5rem;
    color: #444;
    line-height: normal;
}

.catalog_selection .select2-container--default .select2-selection--single {
    max-width: 32rem;
    height: 3.8rem;
    padding-left: 3rem;
    border: solid 1px #bc261a;
}

.catalog_selection .search_block {
    width: auto;
    margin-bottom: 0.7rem;
}

.catalog_selection .search_block input {
    height: 3.8rem;
    padding-left: 3rem;
    padding-right: 38px;
    border: solid 1px #bc261a;
}

.catalog_selection .search_block_button {
    right: 0;
    bottom: 0;
    width: 3.9rem;
    height: 100%;
    background-image: none;
    background-color: #bc261a;
}

.catalog_selection .select2-container--default .select2-selection--single .select2-selection__rendered,
.catalog_selection .search_block input::placeholder {
    font-size: 1.6rem;
    color: #444;
    line-height: normal;
}

.catalog_selection .serial {
    min-width: 32rem;
}

.catalog_selection .select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 3.8rem;
    background-color: #bc261a;
}

.catalog_selection .select2-container--default .select2-selection--single .select2-selection__arrow b {
    width: 1.06rem;
    height: 1.06rem;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
}

.catalog_content_columns .header_catalog_elements_list .header_catalog_element_img:after {
    background-color: #bc261a;
}

.catalog_content_top.catalog_content_columns .header_catalog_element_img {
    height: auto !important;
    padding-top: calc((90% - 10px) * 0.8);
}

.catalog_content_columns .header_catalog_element_img img {
    width: 100%;
    object-fit: cover;
    object-position: top;
}

.catalog_selection .tooltip_mob {
    display: none;
}

.seo_text {
    max-width: 100%;
    margin-top: 2rem;
    margin-left: 36.5rem;
}

.parts_search_result {
    position: absolute;
    width: 100%;
    margin-top: -1px;
    background: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
    z-index: 1;
}

.parts_search_result ul,
.parts_search_result div {
    padding: 1.5rem;
}

.parts_search_result ul li {
    margin-bottom: 1rem;
}

.parts_search_result ul li a {
    display: inline-block;
    color: #cd1516;
    border-bottom: 1px dashed;
}

.fix_margin {
    margin-top: 0 !important;
}

@media screen and (max-width: 1600px) {
    .seo_text {
        margin-left: 34.5rem;
    }
}

@media screen and (max-width: 1199px) {
    .nano > .nano-content {
        position: unset;
    }

    .catalog_selection {
        margin-left: 3rem;
    }

    .catalog_selection .catalog_selection__desc {
        margin-right: 3rem;
    }
}

@media screen and (max-width: 991px) {
    .catalog_selection .search_block {
        height: auto;
    }

    .catalog_selection .search_block input {
        position: static;
        width: 100% !important;
        transform: none;
        opacity: 1;
    }

    .seo_text {
        margin-top: 0;
        margin-left: 0;
    }
}

@media screen and (max-width: 767px) {
    .catalog_selection {
        margin-bottom: 0 !important;
    }

    .seo_text {
        margin-top: -3.5rem;
    }
}


@media screen and (max-width: 710px) {
    .head_wrap {
        display: block;
    }

    .head_wrap .serial {
        min-width: auto;
    }

    .head_wrap > .catalog_content_top {
        margin-top: 2.5rem;
    }

    .head_wrap > .catalog_content_top.catalog_selection {
        flex-direction: column;
        align-items: flex-start;
        margin: 0;
    }

    .head_inner div:last-child,
    .catalog_selection .catalog_selection__desc {
        border-left: none;
        margin-right: 0;
        padding-left: 0;
        font-size: 1.625rem;
    }

    .catalog_selection:before {
        content: '';
        width: 100%;
        margin: 1.5rem 0;
        border-top: 2px solid #d8d8d8;
    }

    .catalog_selection .parts_search {
        display: flex;
        align-items: center;
        width: 100%;
        max-width: 69%;
    }

    .catalog_selection .search_block input,
    .catalog_selection .select2-container--default .select2-selection--single {
        padding-left: 1.8rem;
    }

    .catalog_selection .search_block input.focused {
        width: 100%;
        padding-right: 0;
    }

    .catalog_selection .search_block input.focused ~ .search_block_button {
        width: 3.9rem;
        background: #bc261a;
    }

    .catalog_selection .catalog_selection__desc .tooltip {
        display: none;
    }

    .catalog_selection .tooltip_mob {
        display: inline-block;
        width: 7rem;
        margin-left: 3rem;
        font-size: 1.5rem;
        color: #444;
        text-align: center;
        line-height: normal;
    }

    .catalog_selection .tooltip_mob:after {
        display: inline-flex;
        margin-left: .2rem;
    }

    .catalog_selection .tooltip_mob .tooltip_text {
        width: 25rem;
        transform: translateX(0) translateY(0);
    }

    .catalog_selection .tooltip_mob .tooltip_text a {
        display: block;
    }

    .catalog_selection .tooltip_mob .tooltip_text.show {
        transform: translateX(0) translateY(1rem);
    }

    .catalog_selection .tooltip_mob .tooltip_text::after {
        top: 99%;
        bottom: 0;
        left: 75%;
        border-color: #F0EFEF transparent transparent transparent;
    }

    .catalog_selection .tooltip_mob:after {
        display: flex;
        margin: 1rem auto 0;
    }

    .catalog_selection .tooltip_mob .tooltip_text {
        transform: translateX(-16rem) translateY(-10rem);
    }

    .catalog_selection .tooltip_mob .tooltip_text.show {
        transform: translateX(-16rem) translateY(-13rem);
    }
}

@media (max-width: 650px) {
    .head_wrap > .catalog_content_top {
        margin-right: 0.8rem;
    }
}

@media screen and (max-width: 600px) {
    .scheme_popup-list .scheme_el .scheme_el__num {
        font-size: 1.6rem;
    }

    .scheme_popup-list .scheme_el {
        width: 3.5rem;
        height: 3.5rem;
    }
}

@media screen and (max-width: 500px) {
    .head_wrap > .catalog_content_top {
        margin-right: 0.5rem;
    }
}

@media screen and (max-width: 470px) {
    .catalog_selection .search_block_button {
        position: absolute;
    }

    .parts_search_result {
        top: 3.8rem;
    }
}

@media screen and (max-width: 420px) {
    .scheme_popup-list .scheme_el {
        width: 2.5rem;
        height: 2.5rem;
    }

    .head_wrap > .catalog_content_top {
        margin-right: 0;
    }

    .catalog_content_top.catalog_content_columns .header_catalog_element_img {
        padding-top: calc((90% - 30px) * 0.8);
    }
}

@media screen and (min-width: 381px) {
    .catalog_selection .parts_search > div:first-child,
    .catalog_selection .select2-container--default .select2-selection--single {
        width: 32rem;
    }
}

@media screen and (max-width: 380px) {
    .catalog_selection .parts_search > div:first-child,
    .catalog_selection .select2-container--default .select2-selection--single {
        min-width: 100%;
        width: 100%;
    }
}
/* End */


/* Start:/local/templates/promarine/components/bitrix/catalog.element/parts_parsun/style.css?16850125152767*/
.catalog_content_top {
    margin-bottom: 2.1rem;
}

.catalog_item_sides {
    margin-bottom: 6rem;
}

.product_instructions .b-part-sections-list {
    width: 100%;
    max-width: 100%;
}

.b-part-sections-list th {
    padding: 13px 6px;
    border-spacing: 0;
    border: 0px solid #333;
    background: #F1F1F1;
    font-weight: 600;
    font-size: 12px;
    line-height: 24px;
    color: #0C0C0C;
}

.b-part-sections-list th.b-model {
    width: 60%;
    text-align: left;
    padding: 16px 16px;
    font-size: 16px;
    background: #e6e6e6;
}

.b-part-sections-list th.b-catalog-section {
    width: 40%;
    text-align: left;
    padding: 16px 16px;
    font-size: 16px;
    background: #e6e6e6;
}

.b-part-sections-list th.b-catalog-section {
    width: 40%;
    text-align: left;
    padding: 16px 16px;
    font-size: 16px;
    background: #e6e6e6;
}

.b-part-sections-list .b-catalog-section-detail td {
    padding: 13px 16px;
    border-spacing: 0;
    border: 0px solid #333;
    font-size: 16px;
    line-height: 24px;
    color: #0C0C0C;
}

.b-part-sections-list .b-catalog-section-detail td a {
    font-size: 14px;
    line-height: 22px;
    color: #BC261A;
    text-decoration: underline;
}

.b-part-sections-list .b-catalog-section-detail td a:hover {
    color: #a92217;
    text-decoration: none;
}

.b-part-sections-list .b-catalog-section-detail:nth-child(2n) {
    background: #F1F1F1;
}


.b-scaracters {
    float: left;
    width: 100%;
    border-top: 1px solid #e4e4e4;
    box-sizing: border-box;
    padding-bottom: 7.5rem;
}

.b-scaracters .bs-elements {
    float: left;
    width: 100%;
    border: 1px solid #e4e4e4;
    border-top: 0px;
    color: #7c7e83;
    box-sizing: border-box;
}

.b-scaracters .bs-elements .b-name {
    float: left;
    width: 50%;
    padding: 1rem;
    border-right: 1px solid #e4e4e4;
    box-sizing: border-box;
}

.b-scaracters .bs-elements .b-text {
    float: left;
    width: 50%;
    padding: 1rem;
    box-sizing: border-box;
}

.parts_list {
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 1.5rem;
}

parts_list > * {
    width: 100%;
    padding-right: 1.5rem;
    padding-top: .3rem;
    padding-bottom: .3rem;
}

.parts_list strong:not(:last-child) {
    margin-right: 1rem;
}

.simple_text .parts_list strong {
    color: #7c7e83;
    font-family: "Segoe UI";
}

.item_main_slide.parts {
    border: none;
}

.ui-alert-message {
    font-size: 16px;
}

.ui-alert-message a {
    border-bottom: 1px dashed #cd1516;
}

.ui-alert-message a:hover {
    border-color: transparent;
}

.item_main_slide.border_none {
    border: none;
}

.express-price {
    color: #cd1516;
    font-size: 1.6rem;
    font-family: "Segoe UI-Bold";
}
/* End */


/* Start:/local/templates/promarine/components/bitrix/catalog.section/bigdata/style.css?1624003262466*/
.slider_modal {
    -webkit-box-shadow: 0 1.5rem 2.5rem rgba(0, 0, 0, .3);
    box-shadow: 0 1.5rem 2.5rem rgba(0, 0, 0, .3);
    background-color: #fff;
    width: 120rem;
    padding: 5rem 4rem 6rem
}

.item_block__price_current .small {
    font-size: 10px;
}

.section-slider .ico_btn.red {
    background-color: #cd1516;
    color: white;
}

.section-slider .red .ico_btn__img:before {
    opacity: 1;
}

.section-slider .ico_btn.red:hover {
    opacity: 0.8;
}
/* End */


/* Start:/local/components/promarine/reviews.form.photo/templates/.default/style.css?16877867543791*/
.comment-add-block {
    position: relative;
    color: #333333;
    padding: 10px 0;
}

.comment-add-block form {
    position: relative;
}

.feed-com-avatar {
    left: 12px;
    top: 1px;
}

.feed-com-avatar {
    position: absolute;
    overflow: hidden;
    width: 37px;
    height: 37px;
    border-radius: 50%;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0Ny4xODgiIGhlaWdodD0iNTQuMDYzIiB2aWV3Qm94PSIwIDAgNDcuMTg4IDU0LjA2MyI+PGRlZnM+PHN0eWxlPi5jbHMtMSB7IGZpbGw6ICNmZmY7IGZpbGwtcnVsZTogZXZlbm9kZDsgfTwvc3R5bGU+PC9kZWZzPjxwYXRoIGlkPSJTaGFwZV8yX2NvcHlfNCIgZGF0YS1uYW1lPSJTaGFwZSAyIGNvcHkgNCIgY2xhc3M9ImNscy0xIiBkPSJNNDcuMTggNTQuMDYyYzAtMy4yMTctMy42MS0xNi44MjYtMy42MS0xNi44MjYgMC0xLjk5LTIuNi00LjI2LTcuNzItNS41ODVhMTcuMzk0IDE3LjM5NCAwIDAgMS00Ljg4Ny0yLjIyM2MtLjMzLS4xODgtLjI4LTEuOTI1LS4yOC0xLjkyNWwtMS42NDgtLjI1YzAtLjE0Mi0uMTQtMi4yMjUtLjE0LTIuMjI1IDEuOTcyLS42NjMgMS43Ny00LjU3NCAxLjc3LTQuNTc0IDEuMjUyLjY5NSAyLjA2OC0yLjQgMi4wNjgtMi40IDEuNDgyLTQuMy0uNzM4LTQuMDQtLjczOC00LjA0YTI3LjA1IDI3LjA1IDAgMCAwIDAtNy45MThjLS45ODctOC43MDgtMTUuODQ3LTYuMzQ0LTE0LjA4NS0zLjUtNC4zNDMtLjgtMy4zNTIgOS4wODItMy4zNTIgOS4wODJsLjk0MiAyLjU2Yy0xLjg1IDEuMi0uNTY0IDIuNjUtLjUgNC4zMi4wOSAyLjQ2NiAxLjYgMS45NTUgMS42IDEuOTU1LjA5MyA0LjA3IDIuMSA0LjYgMi4xIDQuNi4zNzcgMi41NTYuMTQyIDIuMTIuMTQyIDIuMTJsLTEuNzg2LjIxN2E3LjEgNy4xIDAgMCAxLS4xNCAxLjczMmMtMi4xLjkzNi0yLjU1MyAxLjQ4NS00LjY0IDIuNC00LjAzMiAxLjc2Ny04LjQxNCA0LjA2NS05LjE5MyA3LjE2Uy0uMDEyIDU0LjA2LS4wMTIgNTQuMDZoNDcuMTl6Ii8+PC9zdmc+);
    background-color: #535c6a;
    background-size: 55%;
    background-repeat: no-repeat;
    background-position: center;
}

.feed-com-add-box {
    position: relative;
    box-sizing: border-box;
    margin: 15px 0 20px 61px;
    min-height: 39px;
    max-width: 820px;
    border: 1px solid rgba(143, 148, 151, 0.27);
    border-radius: 22px;
}

.comment-post-title {
    height: 37px;
    cursor: pointer;
}

.comment-post-header {
    position: relative;
    box-sizing: border-box;
    margin: 15px 0 15px 61px;
    max-width: 820px;
    display: flex;
    align-items: center;
}

.comment-button-private {
    width: 200px;
}

.comment-button-private label {
    vertical-align: middle;
    cursor: pointer;
}

.comment-button-send {
    width: 100%;
    text-align: right;
    padding-right: 5px;
}

.comment-button-file {
    margin: 10px 15px 15px;
    border-radius: 22px;
}

.feed-com-add {
    position: relative;
    float: left;
    width: 100%;
    height: 39px;
    box-sizing: border-box;
    cursor: pointer;
}

.feed-com-add-link {
    display: block;
    box-sizing: border-box;
    margin: 0;
    padding: 0 0 0 18px;
    width: 100%;
    height: 39px;
    color: #a8adb4;
    vertical-align: top;
    font-size: 13px;
    line-height: 37px;
}

.feed-com-add-link:hover {
    color: #a8adb4;
}

.feed-wrap a, .feed-item-wrap a {
    text-decoration: none;
    -webkit-transition: border-bottom-color 0.3s linear;
    transition: border-bottom-color 0.3s linear;
}

.comment-file-table {
    margin: 1rem 1.5rem 2.2rem;
}

.comment-file-table table {
    width: 100%;
}

.comment-file-table .download {
    max-width: 50px;
    width: 50px;
    text-align: center;
}

.comment-file-table .size {
    max-width: 100px;
    width: 100px;
}

.comment-add-block .cke_chrome {
    border: none;
}

.comment-add-block .cke_top {
    border-top-right-radius: 22px;
    border-top-left-radius: 22px;
}

.comment-file-table > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e8e8e8;
}

.comment-file-table > div span:first-child {
    flex-grow: 1;
}

.comment-file-table > div span {
    padding: .5rem;
}

.comment-file-table > div .delete a {
    color: #cd1516;
    text-decoration: none;
}
/* End */


/* Start:/local/templates/promarine/js/filer/css/jquery.filer.css?168778675414837*/
/*!
 * CSS jQuery.filer
 * Copyright (c) 2016 CreativeDream
 * Version: 1.3 (14-Sep-2016)
*/
@import url('/local/templates/promarine/js/filer/css/../assets/fonts/jquery.filer-icons/jquery-filer.css');

/*-------------------------
	Basic configurations
-------------------------*/
.jFiler * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.jFiler {
    font-family: sans-serif;
    font-size: 14px;
    color: #494949;
}

/* Helpers */
.jFiler ul.list-inline li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}

.jFiler .pull-left {
    float: left;
}

.jFiler .pull-right {
    float: right;
}

/* File Icons */
span.jFiler-icon-file {
	position: relative;
    display: block;
    background: #e1e1e1 url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMQAAAEACAYAAADsqNl9AAAD5klEQVR42u3azUqUURjA8bHAEpIK+9hlRBGC0QfVustI+oAo2nQJgYGFFEUhJF1NUVAXEC6iSyhIDCoX5js9Z5xpXmxsRjOdmfP7wfPqwtWZ589xhqlUN2Y5Zi5mJmYi5lzMgZhdFbpavEb32sxsURSfq5mqrPPv52MexYxZrb4NIusoOgoiDudb/JiMGbZSWQSRbRSdBPEqZtQqZRdEllFU2rxPuB8zYI2yDSK7KNYKYinmlvURRG5RVNa4GW5aHUHkGEWrIKasjSByjWJ1EC+tjCByjqKy6qPVI1ZGEDlHUb4h7loXQeQeRSOILzF7rIsgco+iEcS0VRGEKFaCSB+znrQqghDFShDvrYkgRNEM4pk1EYQomkFctiaCEEUziDPWRBCiaAYxYk0EIYpmEIPWRBCiqAeBIEQhCEGIQhBsWxA9E4UNEYQoBCEIUQiC7giiq6OwIYIQhSAEIQpB0H1BdF0UNkQQohCEIEQhCLo7iFoUMZ8EgSC6JAobIghRCEIQohAEvRXEtkRhQwQhCkEIQhSCoHeD2LIobIggRCEIQYhCEPRHEP81ChsiCFEIQhCiEAT9F8SmR2FDBCEKQQhCFIKgv4PYlChsiCD6bZ7/SxQ2RBCiEIQgRCEI8gpiQ1HYEEGIQhCCEIUgyDeIjqOwIYIQhSAEIQpBsBLEKVGsHYUNcUuIQhCCMK2jsB2CEEUpCtshClOKwmYIwpSisBn5BjEqgj+jsBluCVMaWyEKIQiCUhCXhCAI3BKC4K9RXBeEIHBbCALvKwTBRuO4IQgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAyEi1Wh10ClBrYXd6jDgKqAVxMD3OOgqoBXE+PSYcBdSCuJIeM44CakHMpseco4BKpSiKDymI5Zgxx0Hmt8N4TDX9kjx0JGQexONyEPMxw46FTGPYF7NQDiKZdDRkGsSDRgTlIL7HHHU8ZBbD8ZjFVkEkr2MGHBOZxLAj5m05gNVBJNOOipzeSLcLIn0Me9tx0ecx3KnvetsgkiVR0Ocx/Gy1+GsF0bgppr2noI9C2BnzpNXN0EkQDW9ijjlOejyGEzHv2i17J0EkP2KmYvY6WnoshP31/3QWO1n0ToNoWKhfOeOOmi4P4XTM06Iovq5nwdcbxG/pm4Hp67IxV2MuxByKGfJSsMWLPxRzOOZizLWYF7GbHze6178AQI59RSRyAJkAAAAASUVORK5CYII=') no-repeat;
    background-size: cover;
    width: 57px;
    height: 74px;
    line-height: 90px;
    text-align: center;
    margin: 0 auto;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
}

span.jFiler-icon-file i[class*="icon-jfi-"] {
    font-size: 24px;
}

span.jFiler-icon-file.f-image {
    background-color: #e15955;
}

span.jFiler-icon-file.f-video {
    background-color: #4183d7;
}

span.jFiler-icon-file.f-audio {
    background-color: #5bab6e;
}

/* Progress Bar */
.jFiler-jProgressBar {
    height: 8px;
    background: #f1f1f1;
    margin-top: 3px;
    margin-bottom: 0;
    overflow: hidden;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.jFiler-jProgressBar .bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #50A1E9;
    box-sizing: border-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: width 0.3s ease;
    -moz-transition: width 0.3s ease;
    -o-transition: width 0.3s ease;
    transition: width 0.3s ease;
}

.jFiler-jProgressBar .bar.dark {
    background-color: #555;
}

.jFiler-jProgressBar .bar.blue {
    background-color: #428bca;
}

.jFiler-jProgressBar .bar.green {
    background-color: #5cb85c;
}

.jFiler-jProgressBar .bar.orange {
    background-color: #f7a923;
}

.jFiler-jProgressBar .bar.red {
    background-color: #d9534f;
}

/* Thumbs */
.jFiler-row:after,
.jFiler-item:after {
    display: table;
    line-height: 0;
    content: "";
    clear: both;
}

.jFiler-items ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

/*-------------------------
	Default Theme
-------------------------*/
.jFiler-theme-default .jFiler-input {
    position: relative;
    display: block;
    width: 400px;
    height: 35px;
    margin: 0 0 15px 0;
    background: #fefefe;
    border: 1px solid #cecece;
    font-size: 12px;
    font-family: sans-serif;
    color: #888;
    border-radius: 4px;
    cursor: pointer;
    overflow: hidden;
    -webkit-box-shadow: rgba(0,0,0,.25) 0 4px 5px -5px inset;
       -moz-box-shadow: rgba(0,0,0,.25) 0 4px 5px -5px inset;
            box-shadow: rgba(0,0,0,.25) 0 4px 5px -5px inset;
}

.jFiler-theme-default .jFiler-input.focused {
    outline: none;
    -webkit-box-shadow: 0 0 7px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 7px rgba(0,0,0,0.1);
    box-shadow: 0 0 7px rgba(0,0,0,0.1);
}

.jFiler-theme-default .jFiler-input.dragged {
    border: 1px dashed #aaaaaa;
    background: #f9f9f9;
}

.jFiler-theme-default .jFiler-inpu.draggedt:hover {
    background: #FFF8D0;
}

.jFiler-theme-default .jFiler-input.dragged * {
    pointer-events: none;
}

.jFiler-theme-default .jFiler-input.dragged .jFiler-input-caption {
    width: 100%;
    text-align: center;
}

.jFiler-theme-default .jFiler-input.dragged .jFiler-input-button {
    display: none;
}

.jFiler-theme-default .jFiler-input-caption {
    display: block;
    float: left;
    height: 100%;
    padding-top: 8px;
    padding-left: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.jFiler-theme-default .jFiler-input-button {
    display: block;
    float: right;
    height: 100%;
    padding-top: 8px;
    padding-left: 15px;
    padding-right: 15px;
    border-left: 1px solid #ccc;
    color: #666666;
    text-align: center;
    background-color: #fefefe;
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#fefefe),to(#f1f1f1));
    background-image: -webkit-linear-gradient(top,#fefefe,#f1f1f1);
    background-image: -o-linear-gradient(top,#fefefe,#f1f1f1);
    background-image: linear-gradient(to bottom,#fefefe,#f1f1f1);
    background-image: -moz-linear-gradient(top,#fefefe,#f1f1f1);
    -webkit-transition: all .1s ease-out;
       -moz-transition: all .1s ease-out;
         -o-transition: all .1s ease-out;
            transition: all .1s ease-out;
}

.jFiler-theme-default .jFiler-input-button:hover {
    -moz-box-shadow: inset 0 0 10px rgba(0,0,0,0.07);
    -webkit-box-shadow: inset 0 0 10px rgba(0,0,0,0.07);
    box-shadow: inset 0 0 10px rgba(0,0,0,0.07);
}

.jFiler-theme-default .jFiler-input-button:active {
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#f1f1f1),to(#fefefe));
    background-image: -webkit-linear-gradient(top,#f1f1f1,#fefefe);
    background-image: -o-linear-gradient(top,#f1f1f1,#fefefe);
    background-image: linear-gradient(to bottom,#f1f1f1,#fefefe);
    background-image: -moz-linear-gradient(top,#f1f1f1,#fefefe);
}

/*-------------------------
	Thumbnails
-------------------------*/
.jFiler-items-default .jFiler-items {

}

.jFiler-items-default .jFiler-item {
    position: relative;
    padding: 16px;
    margin-bottom: 16px;
    background: #f7f7f7;
    color: #4d4d4c;
}


.jFiler-items-default .jFiler-item .jFiler-item-icon {
    font-size: 32px;
    color: #48A0DC;

    margin-right: 15px;
    margin-top: -3px;
}

.jFiler-items-default .jFiler-item .jFiler-item-title {
    font-weight: bold;
}

.jFiler-items-default .jFiler-item .jFiler-item-others {
    font-size: 12px;
    color: #777;
    margin-left: -5px;
    margin-right: -5px;
}

.jFiler-items-default .jFiler-item .jFiler-item-others span {
    padding-left: 5px;
    padding-right: 5px;
}

.jFiler-items-default .jFiler-item-assets {
    position: absolute;
    display: block;
    right: 16px;
    top: 50%;
    margin-top: -10px;
}

.jFiler-items-default .jFiler-item-assets a {
    padding: 8px 9px 8px 12px;
    cursor: pointer;
    background: #fafafa;
    color: #777;
    border-radius: 4px;
    border: 1px solid #e3e3e3
}

.jFiler-items-default .jFiler-item-assets .jFiler-item-trash-action:hover,
.jFiler-items-default .jFiler-item-assets .jFiler-item-trash-action:active {
    color: #d9534f;
}

.jFiler-items-default .jFiler-item-assets .jFiler-item-trash-action:active {
    background: transparent;
}

/* Thumbnails: Grid */
.jFiler-items-grid .jFiler-item {
    float: left;
}

.jFiler-items-grid .jFiler-item .jFiler-item-container {
    position: relative;
    margin: 0 20px 30px 0;
    padding: 10px;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.06);
    -moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.06);
    box-shadow: 0px 0px 3px rgba(0,0,0,0.06);
}

.jFiler-items-grid .jFiler-item .jFiler-item-container .jFiler-item-thumb {
    position: relative;
    width: 190px;
    height: 145px;
    min-height: 115px;
    border: 1px solid #e1e1e1;
    overflow: hidden;
}

.jFiler-items-grid .jFiler-item .jFiler-item-container .jFiler-item-thumb .jFiler-item-thumb-image {
    width: 100%;
    height: 100%;
    text-align: center;
}

.jFiler-item .jFiler-item-container .jFiler-item-thumb img {
    max-width: none;
    max-height: 100%;
}

.jFiler-items-grid .jFiler-item .jFiler-item-container .jFiler-item-thumb span.jFiler-icon-file {
    margin-top: 32px;
}

.jFiler-items-grid .jFiler-item-thumb-image.fi-loading {
    background: url('data:image/gif;base64,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') no-repeat center;
    width: 100%;
    height: 100%;
}

.jFiler-items-grid .jFiler-item .jFiler-item-container .jFiler-item-thumb-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    background: rgba(76, 76, 77, 0.8);
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 10;
    overflow-y: auto;
    -webkit-transition: all 0.12s;
       -moz-transition: all 0.12s;
            transition: all 0.12s;
}

.jFiler-items-grid .jFiler-item .jFiler-item-container .jFiler-item-thumb:hover .jFiler-item-thumb-overlay {
    opacity: 1;
    filter: aplpha(opacity(100));
}

.jFiler-items-grid .jFiler-item .jFiler-item-container .jFiler-item-info {
    display: table;
    padding: 0 10px;
    overflow: auto;
    width: 100%;
    height: 100%;
    text-align: center;
}

.jFiler-items-grid .jFiler-item .jFiler-item-container .jFiler-item-info .jFiler-item-title {
    display: block;
    font-weight: bold;
    word-break: break-all;
    line-height: 1;
}

.jFiler-items-grid .jFiler-item .jFiler-item-container .jFiler-item-info .jFiler-item-others {
    display: inline-block;
    font-size: 10px;
}

.jFiler-items-grid .jFiler-item .jFiler-item-container .jFiler-item-assets {
    margin-top: 10px;
    color: #999;
}

.jFiler-items-grid .jFiler-item .jFiler-item-container .jFiler-item-assets .text-success {
    color: #3C763D
}

.jFiler-items-grid .jFiler-items-grid .jFiler-item .jFiler-item-container .jFiler-item-assets .text-error {
    color: #A94442
}

.jFiler-items-grid .jFiler-item .jFiler-item-container .jFiler-item-assets .jFiler-jProgressBar {
    width: 120px;
    margin-left: -5px;
}

.jFiler-items-grid .jFiler-item .jFiler-item-container .jFiler-item-assets .jFiler-item-others {
    font-size: 12px;
}

.jFiler-items-grid .jFiler-item-trash-action:hover {
    cursor: pointer;
    color: #d9534f;
}

/* End */


/* Start:/local/templates/promarine/js/filer/css/themes/jquery.filer-dragdropbox-theme.css?16877867544451*/
/*!
 * CSS jQuery.filer
 * Theme: DragDropBox
 * Copyright (c) 2016 CreativeDream
 * Version: 1.3 (14-Sep-2016)
*/

/*-------------------------
	Input
-------------------------*/
.jFiler-input-dragDrop {
    display: block;
    /*width: 343px;*/
    margin: 0 auto 25px auto;
    padding: 25px;
    color: #97A1A8;
    background: #F9FBFE;
    border: 2px dashed #C8CBCE;
    text-align: center;
    -webkit-transition: box-shadow 0.3s,
                        border-color 0.3s;
    -moz-transition: box-shadow 0.3s,
                        border-color 0.3s;
    transition: box-shadow 0.3s,
                        border-color 0.3s;
}

.jFiler .jFiler-input-dragDrop.dragged {
    border-color: #aaa;
    box-shadow: inset 0 0 20px rgba(0,0,0,.08);
}

.jFiler .jFiler-input-dragDrop.dragged * {
    pointer-events: none;
}

.jFiler .jFiler-input-dragDrop.dragged .jFiler-input-icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.jFiler .jFiler-input-dragDrop.dragged .jFiler-input-text,
.jFiler .jFiler-input-dragDrop.dragged .jFiler-input-choose-btn {
    filter: alpha(opacity=30);
    opacity: 0.3;
}

.jFiler-input-dragDrop .jFiler-input-icon {
    font-size: 48px;
    margin-top: -10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.jFiler-input-text h3 {
    margin: 0;
    font-size: 18px;
}

.jFiler-input-text span {
    font-size: 12px;
}

.jFiler-input-choose-btn {
    display: inline-block;
    padding: 8px 14px;
    outline: none;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    font-size: 12px;
    font-weight: bold;
    color: #8d9496;
    border-radius: 3px;
    border: 1px solid #c6c6c6;
    vertical-align: middle;
    *background-color: #fff;
    box-shadow: 0px 1px 5px rgba(0,0,0,0.05);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    font-family: "Segoe UI-SemiBold";
}

.jFiler-input-choose-btn:hover,
.jFiler-input-choose-btn:active {
    color: inherit;
}

.jFiler-input-choose-btn:active {
    background-color: #f5f5f5;
}

/* gray */
.jFiler-input-choose-btn.gray {
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#fcfcfc),to(#f5f5f5));
    background-image: -webkit-linear-gradient(top,#fcfcfc,#f5f5f5);
    background-image: -o-linear-gradient(top,#fcfcfc,#f5f5f5);
    background-image: linear-gradient(to bottom,#fcfcfc,#f5f5f5);
    background-image: -moz-linear-gradient(top,#fcfcfc,#f5f5f5);
}

.jFiler-input-choose-btn.gray:hover {
    filter: alpha(opacity=87);
    opacity: 0.87;
}

.jFiler-input-choose-btn.gray:active {
    background-color: #f5f5f5;
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#f5f5f5),to(#fcfcfc));
    background-image: -webkit-linear-gradient(top,#f5f5f5,#fcfcfc);
    background-image: -o-linear-gradient(top,#f5f5f5,#fcfcfc);
    background-image: linear-gradient(to bottom,#f5f5f5,#fcfcfc);
    background-image: -moz-linear-gradient(top,#f5f5f5,#fcfcfc);
}

/* blue */
.jFiler-input-choose-btn.blue {
    color: #48A0DC;
    border: 1px solid #48A0DC;
}

.jFiler-input-choose-btn.blue:hover {
    background: #48A0DC;
}

.jFiler-input-choose-btn.blue:active {
    background: #48A0DC;
}

/* green */
.jFiler-input-choose-btn.green {
    color: #27ae60;
    border: 1px solid #27ae60;
}

.jFiler-input-choose-btn.green:hover {
    background: #27ae60;
}

.jFiler-input-choose-btn.green:active {
    background: #27ae60;
}

/* red */
.jFiler-input-choose-btn.red {
    color: white;
    background-color: #cd1516;
    border: 1px solid #cd1516;
}

.jFiler-input-choose-btn.red:hover,
.jFiler-input-choose-btn.red:active {
    opacity: 0.8;
}

/* black */
.jFiler-input-choose-btn.black {
    color: #555;
    border: 1px solid #555;
}

.jFiler-input-choose-btn.black:hover {
    background: #555;
}

.jFiler-input-choose-btn.black:active {
    background: #333;
}

.jFiler-input-choose-btn.blue:hover,
.jFiler-input-choose-btn.green:hover,
.jFiler-input-choose-btn.red:hover,
.jFiler-input-choose-btn.black:hover {
    border-color: transparent;
    color: #fff;
}

.jFiler-input-choose-btn.blue:active,
.jFiler-input-choose-btn.green:active,
.jFiler-input-choose-btn.red:active,
.jFiler-input-choose-btn.black:active {
    border-color: transparent;
    color: #fff;
    filter: alpha(opacity=87);
    opacity: 0.87;
}

/* End */
/* /local/components/promarine/parts/templates/parsun/style.css?168501251511680 */
/* /local/templates/promarine/components/bitrix/catalog.element/parts_parsun/style.css?16850125152767 */
/* /local/templates/promarine/components/bitrix/catalog.section/bigdata/style.css?1624003262466 */
/* /local/components/promarine/reviews.form.photo/templates/.default/style.css?16877867543791 */
/* /local/templates/promarine/js/filer/css/jquery.filer.css?168778675414837 */
/* /local/templates/promarine/js/filer/css/themes/jquery.filer-dragdropbox-theme.css?16877867544451 */
