

/* Start:/local/templates/nutmarine/components/bitrix/catalog.section.list/photo_categories/style.css?16884564946159*/
.thb-grid-layout::after {
    clear: both;
    content: "";
    display: table;
}

.thb-photogallery-container li .item-thumb {
    width: 100.1%;
    width: calc( 100% + 1px);
}

#thb-portfolio-container {
    clear: both;
}

.thb-grid-layout {
    -webkit-transition: height 0.4s;
    -moz-transition: height 0.4s;
    transition: height 0.4s;
}

.thb-grid-layout li {
    width: 25%;
    padding: 0 15px;
    float: left;
}

.thb-grid-layout.thb-grid-gutter-no-gutter {
    margin: 0 15px 30px;
}

.thb-grid-layout.thb-grid-gutter-no-gutter li {
    padding: 0;
    margin-bottom: 0;
}

.thb-grid-layout.thb-grid-gutter-small {
    margin: 0 11px 26px;
}

.thb-grid-layout.thb-grid-gutter-small li {
    padding: 2px;
    margin-bottom: 0;
}

.thb-section.extended .thb-grid-layout.thb-grid-gutter-no-gutter {
    margin: 0;
}

.thb-section.extended .thb-grid-layout.thb-grid-gutter-small {
    margin: 0 2px 2px;
}

.thb-section .thb-grid-layout {
    margin: 0 -15px 30px;
}

.thb-section .thb-grid-layout.thb-grid-gutter-no-gutter {
    margin: 0 0 30px;
}

.thb-section .thb-grid-layout.thb-grid-gutter-no-gutter li {
    padding: 0;
    margin-bottom: 0;
}

.thb-section .thb-grid-layout.thb-grid-gutter-small {
    margin: 0 15px 26px;
}

.thb-section .thb-grid-layout.thb-grid-gutter-small li {
    padding: 2px;
    margin-bottom: 0;
}

.thb-grid-layout-5cols li {
    width: 20%;
}

.thb-grid-layout-4cols li {
    width: 25%;
}

.thb-grid-layout-3cols li {
    width: 33.3333%;
}

.thb-portfolio-grid-a #thb-portfolio-container, .thb-portfolio-grid-b #thb-portfolio-container, .thb-portfolio-grid-c #thb-portfolio-container {
    width: 960px;
    margin: 0 auto;
}

@media screen and (min-width: 798px) and (max-width: 990px) {
    .responsive_768 .thb-portfolio-grid-a #thb-portfolio-container, .responsive_768 .thb-portfolio-grid-b #thb-portfolio-container, .responsive_768 .thb-portfolio-grid-c #thb-portfolio-container {
        width: 768px;
    }
}

.item-thumb, .work-thumb {
    display: block;
    position: relative;
    border-bottom: 0 !important;
    overflow: hidden;
}

.item-thumb img, .work-thumb img {
    width: 100%;
    float: left;
}

.thb-gallery a {
    display: block;
}

.item-thumb:hover {
    color: #15435E;
}

.thb-overlay, .thb-background-overlay, .thb-work-overlay {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 10;
    text-align: center;
}

.thb-overlay {
    background-color: #15435E;
}

.thb-grid-layout {
    clear: both;
}

.thb-overlay:before, .thb-portfolio-grid-a .thb-work-overlay:before, .thb-portfolio-carousel .thb-work-overlay:before {
    content: "+";
    height: 24px;
    width: 24px;
    line-height: 24px;
    font-size: 24px;
    margin-top: -12px;
    margin-left: -12px;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
}

.thb-overlay {
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: opacity 0.15s linear;
    -moz-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

.item-thumb:hover .thb-overlay {
    -khtml-opacity: 0.8;
    -moz-opacity: 0.8;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.filter-alignment-center .thb-portfolio-filter {
    text-align: center;
}
.thb-portfolio-filter {
    display: block;
    position: relative;
    margin-bottom: 48px;
}

.thb-portfolio-filter .filterlist {
    display: inline-block;
}

.thb-portfolio-filter .filterlist li {
    position: relative;
    font-size: 18px;
    line-height: 1;
    padding: 8px 0;
    margin: 0 12px;
    display: inline-block;
    cursor: pointer;
    text-transform: uppercase;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    color: #bbb;
    margin-bottom: 10px;
}

.thb-portfolio-filter .filterlist li:after {
    content: "";
    display: block;
    position: absolute;
    right: 0px;
    bottom: -5px;
    left: 0px;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    width: 100%;
    height: 5px;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.thb-portfolio-filter .filterlist li:hover {
    color: #000;
}

.thb-portfolio-filter .filterlist li:hover:after {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.thb-portfolio-filter .filterlist li.active:after, .thb-portfolio-filter .filterlist li.active:hover:after {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.filter-alignment-left .thb-portfolio-filter .filterlist li:first-child {
    margin-left: 0;
}

.filter-alignment-center .thb-portfolio-filter {
    text-align: center;
}

.filter-alignment-right .thb-portfolio-filter {
    text-align: right;
}

.filter-alignment-right .thb-portfolio-filter .filterlist li:last-child {
    margin-right: 0;
}

.thb-portfolio-filter .filterlist li.active {
    color: #15435E;
}

.thb-portfolio-filter .filterlist li:hover:after {
    background-color: #eaeaea;
}

.thb-portfolio-filter .filterlist li.active:after {
    background-color: #15435E;
}

@media screen and (max-width: 797px) {
    .thb-grid-layout.thb-grid-gutter-no-gutter {
        margin-left: 4.6875%;
        margin-right: 4.6875%;
    }

    .thb-grid-layout.thb-grid-gutter-no-gutter li {
        padding: 0;
        margin-bottom: 0;
    }

    .thb-grid-layout-4cols.thb-grid-layout li {
        width: 50%;
    }
}

@media only screen and (max-width: 480px) {
    .thb-portfolio-filter {
        margin-bottom: 20px;
    }
}

/* End */


/* Start:/bitrix/components/bitrix/system.pagenavigation/templates/round/style.min.css?16487128552530*/
.bx-pagination{margin:10px 0}.bx-pagination .bx-pagination-container{text-align:center;position:relative}.bx-pagination .bx-pagination-container ul{padding:0;margin:0;list-style:none;display:inline-block}.bx-pagination .bx-pagination-container ul li{display:inline-block;margin:0 2px 15px 2px}.bx-pagination .bx-pagination-container ul li span{-webkit-transition:color .3s ease,background-color .3s ease,border-color .3s ease;-moz-transition:color .3s ease,background-color .3s ease,border-color .3s ease;-ms-transition:color .3s ease,background-color .3s ease,border-color .3s ease;-o-transition:color .3s ease,background-color .3s ease,border-color .3s ease;transition:color .3s ease,background-color .3s ease,border-color .3s ease;background:#eff0f1;padding:0 8px;display:block;height:32px;min-width:32px;line-height:32px;color:#444;font-size:14px;border-radius:16px;vertical-align:middle;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bx-pagination .bx-pagination-container ul li a{text-decoration:none;display:block;border-radius:16px;height:32px;min-width:32px;line-height:32px;color:#444;vertical-align:middle}.bx-pagination .bx-pagination-container ul li a:hover span{background:#dadada}.bx-pagination .bx-pagination-container ul li.bx-active span{background:#0083d1;color:#fff}.bx-pagination .bx-pagination-container ul li.bx-pag-all a span,.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,.bx-pagination .bx-pagination-container ul li.bx-pag-next a span{background:#fff;border:2px solid #eff0f1;line-height:28px;padding:0 18px;color:#444}.bx-pagination .bx-pagination-container ul li.bx-pag-all span,.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,.bx-pagination .bx-pagination-container ul li.bx-pag-next span{color:#aab1b4;background:#fff;border:2px solid #eff0f1;line-height:28px;padding:0 18px}.bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span,.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span,.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span{background:#fff;border-color:#dadada;color:#000}.bx-pagination.bx-green .bx-pagination-container ul li.bx-active span{background:#3bc915;color:#fff}.bx-pagination.bx-yellow .bx-pagination-container ul li.bx-active span{background:#f9a91d;color:#fff}.bx-pagination.bx-red .bx-pagination-container ul li.bx-active span{background:#e22b2b;color:#fff}.bx-pagination.bx-blue .bx-pagination-container ul li.bx-active span{background:#0083d1;color:#fff}
/* End */


/* Start:/local/templates/nutmarine/components/bitrix/news.list/photo_items_grid_3/style.css?16884577564641*/
.thb-grid-layout::after {
    clear: both;
    content: "";
    display: table;
}

.thb-photogallery-container li .item-thumb {
    width: 100.1%;
    width: calc( 100% + 1px);
}

#thb-portfolio-container {
    clear: both;
}

.thb-grid-layout {
    -webkit-transition: height 0.4s;
    -moz-transition: height 0.4s;
    transition: height 0.4s;
}

.thb-grid-layout li {
    width: 25%;
    padding: 0 15px;
    float: left;
}

.thb-grid-layout.thb-grid-gutter-no-gutter {
    margin: 0 15px 30px;
}

.thb-grid-layout.thb-grid-gutter-no-gutter li {
    padding: 0;
    margin-bottom: 0;
}

.thb-grid-layout.thb-grid-gutter-small {
    margin: 0 11px 26px;
}

.thb-grid-layout.thb-grid-gutter-small li {
    padding: 2px;
    margin-bottom: 0;
}

.thb-section.extended .thb-grid-layout.thb-grid-gutter-no-gutter {
    margin: 0;
}

.thb-section.extended .thb-grid-layout.thb-grid-gutter-small {
    margin: 0 2px 2px;
}

.thb-section .thb-grid-layout {
    margin: 0 -15px 30px;
}

.thb-section .thb-grid-layout.thb-grid-gutter-no-gutter {
    margin: 0 0 30px;
}

.thb-section .thb-grid-layout.thb-grid-gutter-no-gutter li {
    padding: 0;
    margin-bottom: 0;
}

.thb-section .thb-grid-layout.thb-grid-gutter-small {
    margin: 0 15px 26px;
}

.thb-section .thb-grid-layout.thb-grid-gutter-small li {
    padding: 2px;
    margin-bottom: 0;
}

.thb-grid-layout-5cols li {
    width: 20%;
}

.thb-grid-layout-4cols li {
    width: 25%;
}

.thb-grid-layout-3cols li {
    width: 33.3333%;
}

.thb-portfolio-grid-a #thb-portfolio-container, .thb-portfolio-grid-b #thb-portfolio-container, .thb-portfolio-grid-c #thb-portfolio-container {
    width: 960px;
    margin: 0 auto;
}

.thb-photogallery__wrapper .attachment-grid-large-cropped {
    min-height: 200px;
}

@media screen and (min-width: 798px) and (max-width: 990px) {
    .responsive_768 .thb-portfolio-grid-a #thb-portfolio-container, .responsive_768 .thb-portfolio-grid-b #thb-portfolio-container, .responsive_768 .thb-portfolio-grid-c #thb-portfolio-container {
        width: 768px;
    }
}

.item-thumb, .work-thumb {
    display: block;
    position: relative;
    border-bottom: 0 !important;
    overflow: hidden;
}

.item-thumb img, .work-thumb img {
    width: 100%;
    float: left;
}

.thb-gallery a {
    display: block;
}

.item-thumb:hover {
    color: #15435E;
}

.thb-overlay, .thb-background-overlay, .thb-work-overlay {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 10;
    text-align: center;
}

.thb-overlay {
    background-color: #15435E;
}

.thb-grid-layout {
    clear: both;
}

.thb-overlay:before, .thb-portfolio-grid-a .thb-work-overlay:before, .thb-portfolio-carousel .thb-work-overlay:before {
    content: "+";
    height: 24px;
    width: 24px;
    line-height: 24px;
    font-size: 24px;
    margin-top: -12px;
    margin-left: -12px;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
}

.thb-overlay {
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: opacity 0.15s linear;
    -moz-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

.item-thumb:hover .thb-overlay {
    -khtml-opacity: 0.8;
    -moz-opacity: 0.8;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.thb-photogallery__wrapper {
    margin-bottom: 65px;
}

@media screen and (max-width: 797px) {
    .thb-grid-layout.thb-grid-gutter-no-gutter {
        margin-left: 4.6875%;
        margin-right: 4.6875%;
    }

    .thb-grid-layout.thb-grid-gutter-no-gutter li {
        padding: 0;
        margin-bottom: 0;
    }

    .thb-grid-layout-4cols.thb-grid-layout li {
        width: 50%;
    }
}

@media only screen and (max-width: 480px) {
    .thb-grid-layout-4cols.thb-grid-layout li {
        width: 100%;
    }
    .thb-photogallery__wrapper {
        margin-bottom: 30px;
    }
}

.photo-more-goods--wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.photo-more-goods {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-basis: fit-content;
    text-decoration: none;
    border-radius: 16px;
    height: 32px;
    min-width: 32px;
    background: #fff;
    border: 2px solid #eff0f1;
    line-height: 28px;
    padding: 0 18px;
    margin-top: 30px;
    color: #444;
}

.photo-more-goods:hover {
    color: #444;
    border-color: #dadada;
    text-decoration: none;
}

/* End */
/* /local/templates/nutmarine/components/bitrix/catalog.section.list/photo_categories/style.css?16884564946159 */
/* /bitrix/components/bitrix/system.pagenavigation/templates/round/style.min.css?16487128552530 */
/* /local/templates/nutmarine/components/bitrix/news.list/photo_items_grid_3/style.css?16884577564641 */
