

/* Start:/local/templates/.default/components/bitrix/catalog/home_catalog_1.0/style.min.css?1568035067360*/
.no-filter .right_block{width:100%;padding-left:0}.no-filter .left_block{display:none}.right_block{width:80%;padding-left:65px}.left_block{width:20%}@media only screen and (max-width:1000px){.right_block{width:70%;padding-left:40px}.left_block{width:30%}}@media only screen and (max-width:767px){.right_block{width:100%;padding-left:0}.left_block{width:100%}}

/* End */


/* Start:/local/templates/.default/components/bitrix/catalog/home_catalog_1.0/bitrix/catalog.element/.default/style.css?17536983315832*/
.catalog-detail .no-photo{
    height: 300px;
}

.filter {
    width: 24%;
}
.catalog-detail .detail_info .img_block{
    width: 45%;
    min-height: 300px;
}

.catalog-detail .preview_text{
    color: #606060;
}

.catalog-detail .detail_text{
    width: 55%;
    padding-left: 30px;
}

.catalog-detail .detail_text .h4{
    font-size: 18px;
    font-weight: bold;
    margin-top: 0;
}

.catalog-detail .detail_text .tab_text img{
    max-width: 195px;
    height: auto;
    padding: 5px;
}

.catalog-detail .detail_info .img_block .item_image{
    padding-bottom: 20px;
    position: relative;
    width: 100%;
}

.catalog-detail .detail_info .img_block .item_image:after{
    content: "с";
    text-align:  right;
    bottom: 0;
    right: 0;
    font-size: 20px;
    display: block;
    font-family: nx, Tahoma, Geneva, sans-serif;
    color: #bdbdbd;
}

.catalog-detail .old_price{
    color: #606060;
    font-size: 18px;
    position: relative;
    display: inline-block;
    margin-top: 25px;
}

.catalog-detail .old_price b{
    font-weight: normal;
    position: relative;
}

.catalog-detail .old_price:before {
    content: '';
    height: 2px;
    background: #b6b6b6;
    display: block;
    width: 100%;
    position: absolute;
    top: 11px;
    z-index: 0;
}

.catalog-detail .old_price s.r{
    position: relative;
    padding-left: 0;
    font-size: 75%;
}

.catalog-detail .price{
    font-size: 26px;
    font-weight: bold;
    color: #8b2131;
-webkit-align-items: baseline;
     -ms-flex-align: inherit;
        align-items: baseline;
}

.catalog-detail .ost{
    color: #c2d108;
    font-weight: bold;
    margin: 28px 0 0;
}

.catalog-detail .art{
    color: #8b2131;
    font-weight: bold;
    font-size: 14px;
}

.catalog-detail .art b{
    color: #303030;

}

.catalog-detail .price s.r{
        font-size: 75%;
}

.catalog-detail:after {
	content:'';
	display:block;
	clear:both;
}

.catalog-detail h3{
	font-size: 18px;
	text-align: center;
	margin: 30px 0 10px;
}

.img-detail{
    float: left;
    width: 470px;
    height: 400px;
    overflow: hidden;
    margin: 0 30px 30px 0;
    position: relative;
    z-index: 1;
}

.img-detail img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.catalog-detail .item_video{
    width: 30%;
    padding: 10px 10px 10px 10px;
}

.catalog-detail .list_video{
    margin: 0 -10px;
}

.catalog-detail .item_video img{
    max-width: 100%;
    height: auto;
}

.catalog-detail .tab, .catalog-detail .tab_opened{
    padding-bottom: 5px;
}

.catalog-detail .close:after {
    content: "⇩";
    background: transparent;
    font-family: nx, Tahoma, Geneva, sans-serif;
    color: #b4060b;
    font-size: 20px;
    top: -10%;
}

.catalog-detail .open:after {
    content: "⇧";
    background: transparent;
    font-family: nx, Tahoma, Geneva, sans-serif;
    color: #b4060b;
    font-size: 20px;
    top: -10%;
}

.section-anons{
    margin-bottom: 50px;
}

.tab_block{
    margin-top: 39px;
    position: relative;
}

.tab_block .btn_tab{
    position: relative;
    order: 1;
    background-color: transparent;
    padding: 20px 30px;
    color: #606060;
    min-width: 147px;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    cursor: pointer;
    text-decoration: none;
    margin-bottom: 27px; 
    font-weight: bold;
    
}

.tab_block .btn_tab.active{
    color: #8b2131;
    position: relative;   
}

.tab_block:before{
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    display: block;
    height: 60px;
    top: 0px;
    width: 100%;
    background: #ebebeb;
}

.tab_block .tab_text{
    order: 2;
    width: 100%;
    overflow: hidden;
    display: block;
    height: 0;
    position: relative;
    font-size: 15px;
}

.tab_block .tab_text.block{
    display: block;
    overflow: visible;
    height: auto;
}

.tab_block p{
    color: #606060;
    margin: 12px 0;
}

.product-modal {
    position: fixed;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    background-color: #fff;
    padding: 30px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    z-index: 1000;
    width: 400px;
    max-width: 90%
}
.product-modal__btn-block {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
.product-modal__btn-continue {
    padding: 8px 15px;
    background: #f5f5f5;
    border: 1px solid #ddd;
    cursor: pointer;
}
.product-modal__btn-basket {
    padding: 8px 15px;
    background: #8b2131;
    color: #fff;
    border: none;
    cursor: pointer;
}

@media (max-width: 800px){
    .tab_block {
        margin-top: 40px;
    }
}

@media only screen and (max-width: 780px){
    .tab_block .btn_tab {
        background-color: transparent;
        padding: 20px 9px;
        display: inline-block;
        text-align: center;
        text-transform: uppercase;
        font-size: 14px;
        cursor: pointer;
        text-decoration: none;
    }
}

@media only screen and (max-width: 800px){
    .catalog-detail .detail_info .img_block{
        width: 100%;
    }
    
    .catalog-detail .detail_text{
        width: 100%;
        padding-left: 0;
        padding-bottom: 15px;
    }
}

@media only screen and (max-width: 767px){
     .catalog-detail{
        width: 100%;
    }
    .filter {
        width: 100%;
    }
}

@media only screen and (max-width: 678px){
    .tab_block .tab_text{
        order: inherit;
        margin-bottom: 15px;
    }

    .tab_block .btn_tab{
        order: inherit;
        width: 100%;
        margin-bottom: 10px;
        background: #ebebeb;
    }
    
    
    .tab_block .btn_tab.active:after{
        left: 47%;
    }
    
    .tab_block{
        margin-top: 0px;
    }

   .catalog-detail .detail_text .h4{
        margin-top: 20px;
   }
}

/* End */


/* Start:/local/templates/.default/components/ip/nx_gallery_3.7/home_element_slider/style.css?169772006520019*/
/*!
 * Fotorama 4.6.4 | http://fotorama.io/license/
 */

.fotorama__arr:focus:after,
.fotorama__fullscreen-icon:focus:after,
.fotorama__html,
.fotorama__img,
.fotorama__nav__frame:focus .fotorama__dot:after,
.fotorama__nav__frame:focus .fotorama__thumb:after,
.fotorama__stage__frame,
.fotorama__stage__shaft,
.fotorama__video iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0
}

.fotorama--fullscreen,
.fotorama__img {
    max-width: 99999px!important;
    max-height: 99999px!important;
    min-width: 0!important;
    min-height: 0!important;
    border-radius: 0!important;
    box-shadow: none!important;
    padding: 0!important
}

.fotorama__wrap .fotorama__grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.fotorama__grabbing * {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing
}

.fotorama__spinner {
    position: absolute!important;
    top: 50%!important;
    left: 50%!important
}

.fotorama__wrap--css3 .fotorama__arr,
.fotorama__wrap--css3 .fotorama__fullscreen-icon,
.fotorama__wrap--css3 .fotorama__nav__shaft,
.fotorama__wrap--css3 .fotorama__stage__shaft,
.fotorama__wrap--css3 .fotorama__thumb-border,
.fotorama__wrap--css3 .fotorama__video-close,
.fotorama__wrap--css3 .fotorama__video-play {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    
}

.fotorama__caption,
.fotorama__nav:after,
.fotorama__nav:before,
.fotorama__stage:after,
.fotorama__stage:before,
.fotorama__wrap--css3 .fotorama__html,
.fotorama__wrap--css3 .fotorama__nav,
.fotorama__wrap--css3 .fotorama__spinner,
.fotorama__wrap--css3 .fotorama__stage,
.fotorama__wrap--css3 .fotorama__stage .fotorama__img,
.fotorama__wrap--css3 .fotorama__stage__frame {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.fotorama__arr:focus,
.fotorama__fullscreen-icon:focus,
.fotorama__nav__frame {
    outline: 0
}

.fotorama__arr:focus:after,
.fotorama__fullscreen-icon:focus:after,
.fotorama__nav__frame:focus .fotorama__dot:after,
.fotorama__nav__frame:focus .fotorama__thumb:after {
    content: '';
    border-radius: inherit;
    background-color: rgba(0, 175, 234, .5)
}

.fotorama__wrap--video .fotorama__stage,
.fotorama__wrap--video .fotorama__stage__frame--video,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,
.fotorama__wrap--video .fotorama__stage__shaft {
    -webkit-transform: none!important;
    transform: none!important
}

.fotorama__wrap--css3 .fotorama__nav__shaft,
.fotorama__wrap--css3 .fotorama__stage__shaft,
.fotorama__wrap--css3 .fotorama__thumb-border {
    transition-property: -webkit-transform, width;
    transition-property: transform, width;
    transition-timing-function: cubic-bezier(0.1, 0, .25, 1);
    transition-duration: 0ms
}

.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__no-select,
.fotorama__video-close,
.fotorama__video-play,
.fotorama__wrap {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fotorama__select {
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text
}

.fotorama__nav,
.fotorama__nav__frame {
    margin: auto;
    padding: 0
}

.fotorama__nav__frame .fotorama__img{
    max-width: 100%!important;
    width: auto!important;
    margin: auto;
    height: auto!important;
    left: 0!important;
}

.fotorama__caption__wrap,
.fotorama__nav__frame,
.fotorama__nav__shaft {
    -moz-box-orient: vertical;
    display: inline-block;
    vertical-align: middle;
    *display: inline;
    *zoom: 1
}

.fotorama__nav__frame,
.fotorama__thumb-border {
    box-sizing: content-box
}

.fotorama__caption__wrap {
    box-sizing: border-box
}

.fotorama--hidden,
.fotorama__load {
    position: absolute;
    left: -99999px;
    top: -99999px;
    z-index: -1
}

.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__nav,
.fotorama__nav__frame,
.fotorama__nav__shaft,
.fotorama__stage__frame,
.fotorama__stage__shaft,
.fotorama__video-close,
.fotorama__video-play {
    -webkit-tap-highlight-color: transparent
}

.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close,
.fotorama__video-play {
    background: url(/local/templates/.default/components/ip/nx_gallery_3.7/home_element_slider/fotorama.png) no-repeat
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:2dppx) {
    .fotorama__arr, .fotorama__fullscreen-icon, .fotorama__video-close, .fotorama__video-play {
        background: url(/local/templates/.default/components/ip/nx_gallery_3.7/home_element_slider/fotorama@2x.png) 0 0/96px 160px no-repeat
    }
}

.fotorama__thumb {
    background-color: #fff;
}

@media print {
    .fotorama__arr, .fotorama__fullscreen-icon, .fotorama__thumb-border, .fotorama__video-close, .fotorama__video-play {
        background: none!important
    }
}

.fotorama {
    min-width: 1px;
    overflow: hidden
}

.fotorama:not(.fotorama--unobtrusive)>*:not(:first-child) {
    display: none
}

.fullscreen {
    width: 100%!important;
    height: 100%!important;
    max-width: 100%!important;
    max-height: 100%!important;
    margin: 0!important;
    padding: 0!important;
    overflow: hidden!important;
    background: #000
}

.fotorama--fullscreen {
    position: absolute!important;
    top: 0!important;
    left: 0!important;
    right: 0!important;
    bottom: 0!important;
    float: none!important;
    z-index: 2147483647!important;
    background: #000;
    width: 100%!important;
    height: 100%!important;
    margin: 0!important
}

.fotorama--fullscreen .fotorama__nav,
.fotorama--fullscreen .fotorama__stage {
    background: #000
}

.fotorama__wrap {
    -webkit-text-size-adjust: 100%;
    position: relative;
    direction: ltr;
    z-index: 0
}

.fotorama__wrap--rtl .fotorama__stage__frame {
    direction: rtl
}

.fotorama__nav,
.fotorama__stage {
    overflow: hidden;
    position: relative;
    max-width: 100%
}

.fotorama__wrap--pan-y {
    -ms-touch-action: pan-y
}

.fotorama__wrap .fotorama__pointer {
    cursor: pointer;
    /*background: #ebebeb;*/
}

.fotorama__wrap--slide .fotorama__stage__frame {
    opacity: 1!important
}

.fotorama__stage__frame {
    overflow: hidden
}

.fotorama__stage__frame.fotorama__active {
    z-index: 8
}

.fotorama__wrap--fade .fotorama__stage__frame {
    display: none
}

.fotorama__wrap--fade .fotorama__fade-front,
.fotorama__wrap--fade .fotorama__fade-rear,
.fotorama__wrap--fade .fotorama__stage__frame.fotorama__active {
    display: block;
    left: 0;
    top: 0
}

.fotorama__wrap--fade .fotorama__fade-front {
    z-index: 8
}

.fotorama__wrap--fade .fotorama__fade-rear {
    z-index: 7
}

.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active {
    z-index: 9
}

.fotorama__wrap--fade .fotorama__stage .fotorama__shadow {
    display: none
}

.fotorama__img {
    -ms-filter: "alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    border: none!important
}

.fotorama__error .fotorama__img,
.fotorama__loaded .fotorama__img {
    -ms-filter: "alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1
}

.fotorama--fullscreen .fotorama__loaded--full .fotorama__img,
.fotorama__img--full {
    display: none
}

.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full {
    display: block
}

.fotorama__wrap--only-active .fotorama__nav,
.fotorama__wrap--only-active .fotorama__stage {
    max-width: 99999px!important
}

.fotorama__wrap--only-active .fotorama__stage__frame {
    visibility: hidden
}

.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active {
    visibility: visible
}

.fotorama__nav {
    font-size: 0;
    line-height: 0;
    text-align: center;
    display: none;
    white-space: nowrap;
    z-index: 5
}

.fotorama__nav__shaft {
    position: relative;
    left: 0;
    top: 0;
    text-align: left
}

.fotorama__nav__frame {
    position: relative;
    cursor: pointer
}

.fotorama__nav--dots {
    display: block
}

.fotorama__nav--dots .fotorama__nav__frame {
    width: 18px;
    height: 30px
}

.fotorama__nav--dots .fotorama__nav__frame--thumb,
.fotorama__nav--dots .fotorama__thumb-border {
    display: none
}

.fotorama__nav--thumbs {
    display: block;
    padding-top: 6px;
}

.fotorama__nav--thumbs .fotorama__nav__frame {
    padding-left: 0!important
}

.fotorama__nav--thumbs .fotorama__nav__frame:last-child {
    padding-right: 0!important
}

.fotorama__nav--thumbs .fotorama__nav__frame--dot {
    display: none
}

.fotorama__dot {
    display: block;
    width: 4px;
    height: 4px;
    position: relative;
    top: 12px;
    left: 6px;
    border-radius: 6px;
    border: 1px solid #7f7f7f
}

.fotorama__nav__frame:focus .fotorama__dot:after {
    padding: 1px;
    top: -1px;
    left: -1px
}

.fotorama__nav__frame.fotorama__active .fotorama__dot {
    width: 0;
    height: 0;
    border-width: 3px
}

.fotorama__nav__frame.fotorama__active .fotorama__dot:after {
    padding: 3px;
    top: -3px;
    left: -3px
}

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

.fotorama__nav__frame:focus .fotorama__thumb {
    z-index: 2
}

.fotorama__thumb-border {
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    border-style: solid;
    border-color: #00afea;
    background-image: linear-gradient(to bottom right, rgba(255, 255, 255, .25), rgba(64, 64, 64, .1))
}

.fotorama__caption {
    position: absolute;
    z-index: 12;
    bottom: 0;
    left: 0;
    right: 0;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #000
}

.fotorama__caption a {
    text-decoration: none;
    color: #000;
    border-bottom: 1px solid;
    border-color: rgba(0, 0, 0, .5)
}

.fotorama__caption a:hover {
    color: #333;
    border-color: rgba(51, 51, 51, .5)
}

.fotorama__wrap--rtl .fotorama__caption {
    left: auto;
    right: 0
}

.fotorama__wrap--no-captions .fotorama__caption,
.fotorama__wrap--video .fotorama__caption {
    display: none
}

.fotorama__caption__wrap {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .9);
    padding: 5px 10px
}

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.fotorama__wrap--css3 .fotorama__spinner {
    -webkit-animation: spinner 24s infinite linear;
    animation: spinner 24s infinite linear
}

.fotorama__wrap--css3 .fotorama__html,
.fotorama__wrap--css3 .fotorama__stage .fotorama__img {
    transition-property: opacity;
    transition-timing-function: linear;
    transition-duration: .3s
}

.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img {
    -ms-filter: "alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0
}

.fotorama__select {
    cursor: auto
}

.fotorama__video {
    top: 32px;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: 10
}

@-moz-document url-prefix() {
    .fotorama__active {
        box-shadow: 0 0 0 transparent
    }
}

.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close,
.fotorama__video-play {
    position: absolute;
    z-index: 11;
    cursor: pointer
}

.fotorama__arr {
    position: absolute;
    width: 32px;
    height: 32px;
    top: 50%;
    margin-top: -16px
}

.fotorama__arr--prev {
    background: #8b2131;
    width: 30px;
    height: 30px;
    left: 2px;
/*    background-position: 0 0*/
}

.fotorama__arr--prev:before{
    content: "⇦";
    text-align: center;
    font-family: nx, Tahoma, Geneva, sans-serif;
    font-size: 25px;
    color: #fff;
    z-index: 9;
    position: absolute;
    right: 41%;
    top: -11%;
}

.fotorama__arr--next {
    background: #8b2131;
    width: 30px;
    height: 30px;
    right: 2px;
/*    background-position: -32px 0;*/
}

.fotorama__arr--next:before{
    content: "⇨";
    text-align: center;
    font-family: nx, Tahoma, Geneva, sans-serif;
    font-size: 25px;
    color: #fff;
    z-index: 9;
    position: absolute;
    left: 41%;
    top: -11%;
}

.fotorama__arr--disabled {
    pointer-events: none;
    cursor: default;
    *display: none;
    opacity: .1
}

.fotorama__fullscreen-icon {
    width: 80%;
    height: 70%;
    top: 2px;
    right: 40px;
    background: transparent;
    z-index: 20;
}

.fotorama__fullscreen-icon:before{
    content: "";
    position: absolute;
    right: -20px;
    display: block;
    width: 32px;
    height: 32px;
    background: url(/local/templates/.default/components/ip/nx_gallery_3.7/home_element_slider/fotorama.png) no-repeat;
    background-position: 0 -32px;
}


.fotorama__arr:focus,
.fotorama__fullscreen-icon:focus {
    border-radius: 50%
}

.fotorama--fullscreen .fotorama__fullscreen-icon {
    background-position: -32px -32px
}

.fotorama__video-play {
    width: 96px;
    height: 96px;
    left: 50%;
    top: 50%;
    margin-left: -48px;
    margin-top: -48px;
    background-position: 0 -64px;
    opacity: 0
}

.fotorama__wrap--css2 .fotorama__video-play,
.fotorama__wrap--video .fotorama__stage .fotorama__video-play {
    display: none
}

.fotorama__error .fotorama__video-play,
.fotorama__loaded .fotorama__video-play,
.fotorama__nav__frame .fotorama__video-play {
    opacity: 1;
    display: block
}

.fotorama__nav__frame .fotorama__video-play {
    width: 32px;
    height: 32px;
    margin-left: -16px;
    margin-top: -16px;
    background-position: -64px -32px
}

.fotorama__video-close {
    width: 32px;
    height: 32px;
    top: 0;
    right: 0;
    background-position: -64px 0;
    z-index: 20;
    opacity: 0
}

.fotorama__stage{
    /*min-height: 398px;*/
    padding: 10px;
    
}

.fotorama__stage .fotorama__stage__frame{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px dashed #b7b7b7;
}

/*.fotorama__stage .fotorama__stage__frame img{
    margin: auto 0;
}*/

.fotorama__wrap--css2 .fotorama__video-close {
    display: none
}

.fotorama__wrap--css3 .fotorama__video-close {
    -webkit-transform: translate3d(32px, -32px, 0);
    transform: translate3d(32px, -32px, 0)
}

.fotorama__wrap--video .fotorama__video-close {
    display: block;
    opacity: 1
}

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__video-close {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
    opacity: 0
}

.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
    opacity: 1
}

.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--video .fotorama__fullscreen-icon {
    opacity: 0!important
}

.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
    display: none
}

.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
    display: block
}

.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon {
    display: none!important
}

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus) {
    -webkit-transform: translate3d(32px, -32px, 0);
    transform: translate3d(32px, -32px, 0)
}

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus) {
    -webkit-transform: translate3d(-48px, 0, 0);
    transform: translate3d(-48px, 0, 0)
}

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus) {
    -webkit-transform: translate3d(48px, 0, 0);
    transform: translate3d(48px, 0, 0)
}

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon {
    -webkit-transform: translate3d(32px, -32px, 0)!important;
    transform: translate3d(32px, -32px, 0)!important
}

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev {
    -webkit-transform: translate3d(-48px, 0, 0)!important;
    transform: translate3d(-48px, 0, 0)!important
}

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next {
    -webkit-transform: translate3d(48px, 0, 0)!important;
    transform: translate3d(48px, 0, 0)!important
}

.fotorama__wrap--css3 .fotorama__arr:not(:focus),
.fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus),
.fotorama__wrap--css3 .fotorama__video-close:not(:focus),
.fotorama__wrap--css3 .fotorama__video-play:not(:focus) {
    transition-property: -webkit-transform, opacity;
    transition-property: transform, opacity;
    transition-duration: .3s
}

.fotorama__nav:after,
.fotorama__nav:before,
.fotorama__stage:after,
.fotorama__stage:before {
    content: "";
    display: block;
    position: absolute;
    text-decoration: none;
    top: 0;
    bottom: 0;
    width: 10px;
    height: auto;
    z-index: 10;
    pointer-events: none;
    background-repeat: no-repeat;
    background-size: 1px 100%, 5px 100%
}

.fotorama__nav:before,
.fotorama__stage:before {
    background-image: linear-gradient(transparent, rgba(0, 0, 0, .2) 25%, rgba(0, 0, 0, .3) 75%, transparent), radial-gradient(farthest-side at 0 50%, rgba(0, 0, 0, .4), transparent);
    background-position: 0 0, 0 0;
    left: -10px
}

.fotorama__nav.fotorama__shadows--left:before,
.fotorama__stage.fotorama__shadows--left:before {
    left: 0
}

.fotorama__nav:after,
.fotorama__stage:after {
    background-image: linear-gradient(transparent, rgba(0, 0, 0, .2) 25%, rgba(0, 0, 0, .3) 75%, transparent), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, .4), transparent);
    background-position: 100% 0, 100% 0;
    right: -10px
}

.fotorama__nav.fotorama__shadows--right:after,
.fotorama__stage.fotorama__shadows--right:after {
    right: 0
}

.fotorama--fullscreen .fotorama__nav:after,
.fotorama--fullscreen .fotorama__nav:before,
.fotorama--fullscreen .fotorama__stage:after,
.fotorama--fullscreen .fotorama__stage:before,
.fotorama__wrap--fade .fotorama__stage:after,
.fotorama__wrap--fade .fotorama__stage:before,
.fotorama__wrap--no-shadows .fotorama__nav:after,
.fotorama__wrap--no-shadows .fotorama__nav:before,
.fotorama__wrap--no-shadows .fotorama__stage:after,
.fotorama__wrap--no-shadows .fotorama__stage:before {
    display: none
}


/*Custom Style*/

.nx-gallery-fotorama .fotorama__thumb-border {
    border-color: #8b2131;
}

/*.catalog-detail .detail_info .img_block .fotorama__stage, 
.catalog-detail .detail_info .img_block .nx-gallery-fotorama img {
    max-height: 400px !important;
    width: auto!important;
    margin: auto;
}*/

.fotorama--fullscreen .fotorama__stage .fotorama__stage__frame {
    display: block;
}
/* End */


/* Start:/local/templates/.default/components/bitrix/catalog/home_catalog_1.0/ip/news.section.line/.default/style.css?16977203884058*/
.more_product .img-section-item{
    width: 255px;
    position: relative;
    margin: auto;
}
.more_product .img_product{
    height: 205px;
    width: 100%;
    position: relative;
    margin: auto;
    border: 1px dashed #b7b7b7;
}

.more_product .img_product img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.more_product .img_product.vertical_img img {
    object-fit: contain;
}

.more_product .more_item{
    text-align: center;
    padding: 7px;
    margin-bottom: 20px;
    text-decoration: none;
    position: relative;
}

.more_product .h5{
    text-align: center;
    text-transform: none;
    text-decoration: none;
}

.more_product .ost_true, .more_product .ost_false{
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
}

.more_product .ost_true{
    color: #398fc8;
}

.more_product .ost_false{
    color: #e74343;
}

.more_product .price, .more_product .old_price{
    position: relative;
    font-weight: bold;
    color: #8b2131;
    font-size: 16px;
-webkit-align-items: flex-end;
    -ms-flex-align: start;
        align-items: flex-end;
}

.more_product .price{
    font-size: 20px;
}

.more_product .old_price{
    color: #606060;
    margin-left: 20px;
}

.more_product .old_price:before{
    content: '';
    height: 2px;
    background: #303030;
    display: block;
    width: 100%;
    position: absolute;
    top: 11px;
    z-index: -1;
}

.more_product .price .r, .more_product .old_price .r{
    font-size: 80%;
    font-weight: normal;
}

.more_item:hover  .nx-basket-byer a.nx-to-basket,
.more_item:hover .img_product:before,
.more_item:hover .img_product:after{
    visibility: visible;
}

.more_product .img_product:before{
     content: "";
    visibility: hidden;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #8b2131;
    color: #fff;
    position: absolute;
    left: 20px;
    bottom: 18px;
    text-align: center;
}

.more_product .img_product:after{
     content: "с";
    position: absolute;
    left: 35px;
    bottom: 29px;
    visibility: hidden;
    color: #fff;
    font-family: nx, Tahoma, Geneva, sans-serif;
    font-size: 20px;
}

.more_product .more_item  .nx-basket-byer{
    position: absolute;
    right: 21px;
    bottom: 20px;
}

.more_product .available .nx-flex-row-l-c, .more_product .available .btn_light{
    display: none;
}

.more_item .nx-basket-byer a.nx-to-basket{
    visibility: hidden;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 50px;
    height: 50px;
    font-size: 0;
    border-radius: 50%;
    border: none;
    background: #c2d108;
    padding: 0;
    min-width: 0;
     -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.more_product  .nx-to-basket:before{
    content: "";
    display: block;
    width: 24px;
    height: 28px;
    background: url(/local/templates/defans_home/images/css_sprites.png) -10px -467px;
}
.more_product  .added .nx-to-basket:before{
    content: "У";
    display: block;
    width: 24px;
    height: 28px;
    font-family: nx, Tahoma, Geneva, sans-serif;
    font-size: 20px;
    color: #fff;
    background: transparent;
}
.more_item .nx-basket-byer.added a.nx-to-basket{
    visibility: visible;
}

.more_product .slick-next, 
.more_product .slick-prev{
    bottom: -47px;
    width: 31px;
    height: 31px;
    border-radius: 0;
    border: 1px solid #cccccc;
    font-size: 25px;
    line-height: 30px;
    -webkit-transform: translate(15px, -50%);
    -ms-transform: translate(15px, -50%);
    transform: translate(15px, -50%);
}

.more_product .slick-next{
    padding-left: 2px;
}

.more_product .slick-prev{
    padding-right: 2px;
}

.more_product .slick-next:hover, 
.more_product .slick-prev:hover{
    background: #8b2131;
    border-color: #8b2131;
    color: #fff;
}


/* End */
/* /local/templates/.default/components/bitrix/catalog/home_catalog_1.0/style.min.css?1568035067360 */
/* /local/templates/.default/components/bitrix/catalog/home_catalog_1.0/bitrix/catalog.element/.default/style.css?17536983315832 */
/* /local/templates/.default/components/ip/nx_gallery_3.7/home_element_slider/style.css?169772006520019 */
/* /local/templates/.default/components/bitrix/catalog/home_catalog_1.0/ip/news.section.line/.default/style.css?16977203884058 */
