

/* Start:/bitrix/templates/eshop_bootstrap_green/css/fancybox.css?158334882319075*/
body.compensate-for-scrollbar
{
    overflow: hidden;
}

.fancybox-active
{
    height: auto;
}

.fancybox-is-hidden
{
    position: absolute !important;
    top: -9999px;
    left: -9999px;

    visibility: hidden;

    margin: 0;
}

.fancybox-container
{
    position: fixed;
    z-index: 99992;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    -webkit-transform: translateZ(0);
            transform: translateZ(0);

    outline: none;

    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -ms-touch-action: manipulation;
        touch-action: manipulation;
}

.fancybox-container *
{
    box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.fancybox-outer
{
    overflow-y: auto;

    -webkit-overflow-scrolling: touch;
}

.fancybox-bg
{
    transition-timing-function: cubic-bezier(.47, 0, .74, .71);
    transition-duration: inherit;
    transition-property: opacity;

    opacity: 0;
    background: #000;
}

.fancybox-is-open .fancybox-bg
{
    transition-timing-function: cubic-bezier(.22, .61, .36, 1);

    opacity: .75;
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button
{
    position: absolute;
    z-index: 99997;

    visibility: hidden;

    transition: opacity .25s ease, visibility 0s ease .25s;

    opacity: 0;

    direction: ltr;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button
{
    visibility: visible;

    transition: opacity .25s ease 0s, visibility 0s ease 0s;

    opacity: 1;
}

.fancybox-infobar
{
    color: #ccc;
    font-size: 13px;
    line-height: 44px;

    top: 0;
    left: 0;

    min-width: 44px;
    height: 44px;
    padding: 0 10px;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    pointer-events: none;

    -webkit-font-smoothing: subpixel-antialiased;
    mix-blend-mode: difference;
    -webkit-touch-callout: none;
}

.fancybox-toolbar
{
    top: 0;
    right: 0;
}

.fancybox-stage
{
    z-index: 99994;

    overflow: visible;

    -webkit-transform: translateZ(0);
            transform: translateZ(0);

    direction: ltr;
}

.fancybox-is-open .fancybox-stage
{
    overflow: hidden;
}

.fancybox-slide
{
    position: absolute;
    z-index: 99994;
    top: 0;
    left: 0;
    /* Using without prefix would break IE11 */

    display: none;
    overflow: auto;

    width: 100%;
    height: 100%;
    padding: 44px;

    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    text-align: center;
    white-space: normal;

    outline: none;

    -webkit-backface-visibility: hidden;
    -webkit-overflow-scrolling: touch;
}

.fancybox-slide::before
{
    font-size: 0;

    display: inline-block;

    width: 0;
    height: 100%;

    content: '';
    vertical-align: middle;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next
{
    display: block;
}

.fancybox-slide--image
{
    overflow: hidden;

    padding: 44px 0;
}

.fancybox-slide--image::before
{
    display: none;
}

.fancybox-slide--html
{
    padding: 6px;
}

.fancybox-content
{
    position: relative;

    display: inline-block;
    overflow: auto;

    max-width: 100%;
    margin: 0;
    padding: 44px;

    text-align: left;
    vertical-align: middle;

    background: #fff;

    -webkit-overflow-scrolling: touch;
}

.fancybox-slide--image .fancybox-content
{
    position: absolute;
    z-index: 99995;
    top: 0;
    left: 0;

    overflow: visible;

    max-width: none;
    padding: 0;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: cubic-bezier(.5, 0, .14, 1);
            animation-timing-function: cubic-bezier(.5, 0, .14, 1);

    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;

    -webkit-backface-visibility: hidden;
}

.fancybox-can-zoomOut .fancybox-content
{
    cursor: -webkit-zoom-out;
    cursor:         zoom-out;
}

.fancybox-can-zoomIn .fancybox-content
{
    cursor: -webkit-zoom-in;
    cursor:         zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content
{
    cursor: -webkit-grab;
    cursor:         grab;
}

.fancybox-is-grabbing .fancybox-content
{
    cursor: -webkit-grabbing;
    cursor:         grabbing;
}

.fancybox-container [data-selectable='true']
{
    cursor: text;
}

.fancybox-image,
.fancybox-spaceball
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    max-width: none;
    height: 100%;
    max-height: none;
    margin: 0;
    padding: 0;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    border: 0;
    background: transparent;
}

.fancybox-spaceball
{
    z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content
{
    overflow: visible;

    width: 100%;
    height: 100%;
    padding: 0;
}

.fancybox-slide--video .fancybox-content
{
    background: #000;
}

.fancybox-slide--map .fancybox-content
{
    background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content
{
    background: #fff;
}

.fancybox-video,
.fancybox-iframe
{
    display: block;
    overflow: hidden;

    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;

    border: 0;
    background: transparent;
}

/* Fix iOS */
.fancybox-iframe
{
    position: absolute;
    top: 0;
    left: 0;
}

.fancybox-error
{
    width: 100%;
    max-width: 400px;
    padding: 40px;

    cursor: default;

    background: #fff;
}

.fancybox-error p
{
    color: #444;
    font-size: 16px;
    line-height: 20px;

    margin: 0;
    padding: 0;
}

/* Buttons */
.fancybox-button
{
    position: relative;

    display: inline-block;
    visibility: inherit;

    width: 44px;
    height: 44px;
    margin: 0;
    padding: 10px;

    cursor: pointer;
    transition: color .2s;
    vertical-align: top;

    border: 0;
    border-radius: 0;
    background: rgba(30, 30, 30, .6);
    box-shadow: none;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link
{
    color: #ccc;
}

.fancybox-button:hover
{
    color: #fff;
}

.fancybox-button:focus
{
    outline: none;
}

.fancybox-button.fancybox-focus
{
    outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover
{
    color: #888;

    cursor: default;

    outline: none;
}

/* Fix IE11 */
.fancybox-button div
{
    height: 100%;
}

.fancybox-button svg
{
    position: relative;

    display: block;
    overflow: visible;

    width: 100%;
    height: 100%;
}

.fancybox-button svg path
{
    fill: currentColor;
    stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2)
{
    display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1)
{
    display: none;
}

.fancybox-progress
{
    position: absolute;
    z-index: 99998;
    top: 0;
    right: 0;
    left: 0;

    height: 2px;

    transition-timing-function: linear;
    transition-property: -webkit-transform;
    transition-property:         transform;
    transition-property:         transform, -webkit-transform;
    -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 0;
        -ms-transform-origin: 0;
            transform-origin: 0;

    background: #ff5268;
}

/* Close button on the top right corner of html content */
.fancybox-close-small
{
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;

    width: 59px;
    height: 59px;
    margin: 0;
    padding: 0;

    cursor: pointer;

    border: 0;
    border-radius: 0;
    outline: none;
    background: url(/bitrix/templates/eshop_bootstrap_green/css/../images/ic_close.png) 50% 50% no-repeat;
}

.fancybox-slide--html .fancybox-close-small
{
    color: currentColor;

    top: 0;
    right: 0;

    padding: 10px;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content
{
    overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small
{
    display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button
{
    position: absolute;
    top: calc(50% - 50px);

    width: 70px;
    height: 100px;

    opacity: 0;
    background-clip: content-box;
}

.fancybox-navigation .fancybox-button div
{
    padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left
{
    left: 0;

    padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right
{
    right: 0;

    padding: 31px 6px 31px 26px;
}

/* Caption */
.fancybox-caption
{
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;

    z-index: 99996;
    right: 0;
    bottom: 0;
    left: 0;

    padding: 25px 44px 25px 44px;

    text-align: center;
}

.fancybox-caption::before
{
    position: absolute;
    z-index: -1;
    top: -44px;
    right: 0;
    bottom: 0;
    left: 0;

    display: block;

    content: '';
    pointer-events: none;

    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAD6CAQAAADKSeXYAAAAYklEQVQoz42RwQ3AMAgDjfcfup8WoRykfBAK5mQHKSz5rbXJPis1hjiV3CIqgG0hLZPkVkA4p4x5oR1bVeDrdCLrW2Q0D5bcwY3TGMHbdw3mPRuOtaspYP1w//G1OIcW148H0DMCqI/3mMMAAAAASUVORK5CYII=);
    background-repeat: repeat-x;
    background-size: contain;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited
{
    color: #ccc;

    text-decoration: none;
}

.fancybox-caption a:hover
{
    color: #fff;

    text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading
{
    position: absolute;
    z-index: 99999;
    top: 50%;
    left: 50%;

    width: 50px;
    height: 50px;
    margin: -25px 0 0 -25px;
    padding: 0;

    -webkit-animation: fancybox-rotate 1s linear infinite;
            animation: fancybox-rotate 1s linear infinite;

    opacity: .7;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    background: transparent;
}

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

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

/* Transition effects */
.fancybox-animated
{
    transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous
{
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);

    opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--next
{
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);

    opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--current
{
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);

    opacity: 1;
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next
{
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);

    opacity: 0;
}

.fancybox-fx-fade.fancybox-slide--current
{
    opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous
{
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
            transform: scale3d(1.5, 1.5, 1.5);

    opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--next
{
    -webkit-transform: scale3d(.5, .5, .5);
            transform: scale3d(.5, .5, .5);

    opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--current
{
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);

    opacity: 1;
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous
{
    -webkit-transform: rotate(-360deg);
        -ms-transform: rotate(-360deg);
            transform: rotate(-360deg);

    opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--next
{
    -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
            transform: rotate(360deg);

    opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--current
{
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);

    opacity: 1;
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous
{
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
            transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);

    opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--next
{
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
            transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);

    opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--current
{
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
            transform: scale3d(1, 1, 1) translate3d(0, 0, 0);

    opacity: 1;
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous
{
    -webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
            transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next
{
    -webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
            transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current
{
    -webkit-transform: translate3d(0, 0, 0) scale(1);
            transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px)
{
    .fancybox-caption
    {
        padding: 12px;
    }
    .fancybox-slide
    {
        padding-right: 6px;
        padding-left: 6px;
    }
    .fancybox-slide--image
    {
        padding: 6px 0;
    }
    .fancybox-close-small
    {
        right: -6px;
    }
    .fancybox-slide--image .fancybox-close-small
    {
        color: #f2f4f6;

        top: 0;
        right: 0;

        width: 36px;
        height: 36px;
        padding: 6px;

        opacity: 1;
        background: #4e4e4e;
    }
}

/* Share */
.fancybox-share
{
    max-width: 90%;
    padding: 30px;

    text-align: center;

    border-radius: 3px;
    background: #f4f4f4;
}

.fancybox-share h1
{
    color: #222;
    font-size: 35px;
    font-weight: 700;

    margin: 0 0 20px 0;
}

.fancybox-share p
{
    margin: 0;
    padding: 0;
}

.fancybox-share__button
{
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;

    display: inline-block;

    min-width: 130px;
    margin: 0 5px 10px 5px;
    padding: 0 15px;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    transition: all .2s;
    white-space: nowrap;
    text-decoration: none;

    border: 0;
    border-radius: 3px;
}

.fancybox-share__button:visited,
.fancybox-share__button:link
{
    color: #fff;
}

.fancybox-share__button:hover
{
    text-decoration: none;
}

.fancybox-share__button--fb
{
    background: #3b5998;
}

.fancybox-share__button--fb:hover
{
    background: #344e86;
}

.fancybox-share__button--pt
{
    background: #bd081d;
}

.fancybox-share__button--pt:hover
{
    background: #aa0719;
}

.fancybox-share__button--tw
{
    background: #1da1f2;
}

.fancybox-share__button--tw:hover
{
    background: #0d95e8;
}

.fancybox-share__button svg
{
    position: relative;
    top: -1px;

    width: 25px;
    height: 25px;
    margin-right: 7px;

    vertical-align: middle;
}

.fancybox-share__button svg path
{
    fill: #fff;
}

.fancybox-share__input
{
    color: #5d5b5b;
    font-size: 14px;

    width: 100%;
    margin: 10px 0 0 0;
    padding: 10px 15px;

    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    outline: none;
    background: transparent;
}

/* Thumbs */
.fancybox-thumbs
{
    position: absolute;
    z-index: 99995;
    top: 0;
    right: 0;
    bottom: 0;

    display: none;

    width: 212px;
    margin: 0;
    padding: 2px 2px 4px 2px;

    background: #ddd;

    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-tap-highlight-color: transparent;
}

.fancybox-thumbs-x
{
    overflow-x: auto;
    overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs
{
    display: block;
}

.fancybox-show-thumbs .fancybox-inner
{
    right: 212px;
}

.fancybox-thumbs__list
{
    font-size: 0;

    position: absolute;
    position: relative;

    overflow-x: hidden;
    overflow-y: auto;

    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;

    list-style: none;

    white-space: nowrap;
}

.fancybox-thumbs-x .fancybox-thumbs__list
{
    overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar
{
    width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track
{
    border-radius: 10px;
    background: #fff;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    background: #2a2a2a;
}

.fancybox-thumbs__list a
{
    position: relative;

    float: left;
    overflow: hidden;

    width: 100px;
    max-width: calc(50% - 4px);
    height: 75px;
    max-height: calc(100% - 8px);
    margin: 2px;
    padding: 0;

    cursor: pointer;

    outline: none;
    background-color: rgba(0, 0, 0, .1);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
}

.fancybox-thumbs__list a::before
{
    position: absolute;
    z-index: 99991;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    content: '';
    transition: all .2s cubic-bezier(.25, .46, .45, .94);

    opacity: 0;
    border: 6px solid #ff5268;
}

.fancybox-thumbs__list a:focus::before
{
    opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before
{
    opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px)
{
    .fancybox-thumbs
    {
        width: 110px;
    }
    .fancybox-show-thumbs .fancybox-inner
    {
        right: 110px;
    }
    .fancybox-thumbs__list a
    {
        max-width: calc(100% - 10px);
    }
}

/* End */


/* Start:/bitrix/templates/eshop_bootstrap_green/css/owl.carousel.css?17286371157257*/
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel
{
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;

    width: 100%;

    -webkit-tap-highlight-color: transparent;
}

.owl-carousel .owl-stage
{
    position: relative;

    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after
{
    line-height: 0;

    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '.';
}
.owl-carousel .owl-stage-outer
{
    position: relative;

    overflow: hidden;
    /* fix for flashing background */

    -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);

    -webkit-backface-visibility: hidden;
       -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
}
.owl-carousel .owl-item
{
    position: relative;

    float: left;

    min-height: 1px;

    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled
{
    display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot
{
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

     -khtml-user-select: none;
}
.owl-carousel.owl-loaded
{
    display: block;
}
.owl-carousel.owl-loading
{
    display: block;

    opacity: 0;
}
.owl-carousel.owl-hidden
{
    opacity: 0;
}
.owl-carousel.owl-refresh .owl-item
{
    visibility: hidden;
}
.owl-carousel.owl-drag .owl-item
{
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
.owl-carousel.owl-grab
{
    cursor: move;
    cursor: grab;
}
.owl-carousel.owl-rtl
{
    direction: rtl;
}
.owl-carousel.owl-rtl .owl-item
{
    float: right;
}

/* No Js */
.no-js .owl-carousel
{
    display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated
{
    animation-duration: 1000ms;

    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in
{
    z-index: 0;
}

.owl-carousel .owl-animated-out
{
    z-index: 1;
}

.owl-carousel .fadeOut
{
    animation-name: fadeOut;
}

@keyframes fadeOut
{
    0%
    {
        opacity: 1;
    }
    100%
    {
        opacity: 0;
    }
}

/*
 *  Owl Carousel - Auto Height Plugin
 */
.owl-height
{
    transition: height 500ms ease-in-out;
}

/*
 *  Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy
{
    transition: opacity 400ms ease;

    opacity: 0;
}

.owl-carousel .owl-item img.owl-lazy
{
    transform-style: preserve-3d;
}

/*
 *  Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper
{
    position: relative;

    height: 100%;

    background: #000;
}

.owl-carousel .owl-video-play-icon
{
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;

    width: 80px;
    height: 80px;
    margin-top: -40px;
    margin-left: -40px;

    cursor: pointer;
    transition: transform 100ms ease;

    background: url('/bitrix/templates/eshop_bootstrap_green/css/owl.video.play.png') no-repeat;

    -webkit-backface-visibility: hidden;
}

.owl-carousel .owl-video-play-icon:hover
{
    -ms-transform: scale(1.3, 1.3);
        transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon
{
    display: none;
}

.owl-carousel .owl-video-tn
{
    height: 100%;

    transition: opacity 400ms ease;

    opacity: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.owl-carousel .owl-video-frame
{
    position: relative;
    z-index: 1;

    width: 100%;
    height: 100%;
}



.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next
{
    position: absolute;
    z-index: 99;
    bottom: 97px;

    overflow: visible;

    width: 42px;
    height: 39px;

    transition: opacity .2s linear;
    text-indent: -9999px;

    opacity: .78;
}

.owl-carousel .owl-nav .owl-prev
{
    left: 50%;

    background: url(/bitrix/templates/eshop_bootstrap_green/css/../images/ic_slider_prev.png) 50% 50% no-repeat;
}

.owl-carousel .owl-nav .owl-next
{
    right: 50%;

    background: url(/bitrix/templates/eshop_bootstrap_green/css/../images/ic_slider_next.png) 50% 50% no-repeat;
}

.owl-carousel .owl-nav .owl-prev:hover,
.owl-carousel .owl-nav .owl-next:hover
{
    opacity: 1;
}



.carousel.owl-carousel .owl-nav .owl-prev,
.carousel.owl-carousel .owl-nav .owl-next
{
    position: absolute;
    z-index: 99;
    top: 50%;

    overflow: visible;

    width: 43px;
    height: 43px;
    margin-top: -22px;

    transition: opacity .2s linear;
    text-indent: -9999px;

    opacity: 1;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 4px 8px rgba(0,0,0,.08);
}

.carousel.owl-carousel .owl-nav .owl-prev
{
    left: 0;
}

.carousel.owl-carousel .owl-nav .owl-next
{
    right: 0;
}

.carousel.owl-carousel .owl-nav .owl-prev:before
{
    position: absolute;
    top: 50%;
    left: 50%;

    display: block;

    width: 10px;
    height: 10px;
    margin-top: -5px;
    margin-left: -3px;

    content: '';
    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
         -o-transform: rotate(-45deg);
            transform: rotate(-45deg);

    border-top: 1px solid #ababab;
    border-left: 1px solid #ababab;
}

.carousel.owl-carousel .owl-nav .owl-next:before
{
    position: absolute;
    top: 50%;
    right: 50%;

    display: block;

    width: 10px;
    height: 10px;
    margin-top: -5px;
    margin-right: -3px;

    content: '';
    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
         -o-transform: rotate(-45deg);
            transform: rotate(-45deg);

    border-right: 1px solid #ababab;
    border-bottom: 1px solid #ababab;
}


.clients .carousel.owl-carousel .owl-nav .owl-prev,
.clients .carousel.owl-carousel .owl-nav .owl-next
{
    top: 87px;

    margin-top: 0;
}

.clients .carousel.owl-carousel .owl-nav .owl-prev
{
    left: -7px;
}

.clients .carousel.owl-carousel .owl-nav .owl-next
{
    right: -7px;
}


.articles .carousel.owl-carousel .owl-nav .owl-prev
{
    left: -10px;
}

.articles .carousel.owl-carousel .owl-nav .owl-next
{
    right: -10px;
}



.owl-dots
{
    position: absolute;
    bottom: 113px;
    left: 50%;

    width: auto;
    height: 6px;

    transform: translateX(-50%);
    text-align: center;
}

.owl-dot
{
    position: relative;

    display: inline-block;

    width: 6px;
    height: 6px;

    transition: .2s linear;
    vertical-align: top;

    border: 1px solid #178a2d;
    border-radius: 50%;
    background: #d5d5d5;
}

.owl-dot + .owl-dot
{
    margin-left: 11px;
}

.owl-dot:hover,
.owl-dot.active
{
    border-color: #f58125;
    background: #f58125;
    box-shadow: 0 0 0 2px #178a2d, 0 0 0 3px #f58125;
}

/* End */


/* Start:/bitrix/templates/eshop_bootstrap_green/css/swiper-bundle.min.css?173118280018436*/
/**
 * Swiper 11.0.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 22, 2023
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active{pointer-events:auto}.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
/* End */


/* Start:/bitrix/templates/eshop_bootstrap_green/css/swiper.css?17311828002098*/
.swiper-button-next,
.swiper-button-prev
{
    top: 0;
    bottom: 0;

    display: flex;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;

    width: 43px;
    height: 43px;
    margin: auto 0;

    cursor: pointer;
    transition: .2s linear;
    transform: none;

    color: #000;
    border: none;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .08);
}


.swiper-button-prev
{
    left: -20px;
}

.swiper-button-next
{
    right: -20px;
}


.swiper-button-next:after,
.swiper-button-prev:after
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 3px;

    display: block;

    width: 10px;
    height: 10px;
    margin: auto;

    content: '';
    transform: rotate(-45deg);

    border-top: 1px solid #ababab;
    border-left: 1px solid #ababab;
}


.swiper-button-next:after
{
    left: -3px;

    transform: rotate(-225deg);
}



.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet
{
    margin: 0;
}



.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction
{
    position: absolute;
    bottom: -33px;
    left: 0;

    display: flex;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;

    width: 100%;
    height: 11px;

    pointer-events: none;
}


.swiper-pagination-bullet
{
    display: block;

    width: 11px;
    height: 11px;

    transition: .2s linear;
    pointer-events: auto;

    opacity: 1;
    border: 2px solid #0098ff;
    border-radius: 50%;
    background: #0098ff;
}

.swiper-pagination-bullet + .swiper-pagination-bullet
{
    margin-left: 11px !important;
}


.swiper-pagination-bullet:hover,
.swiper-pagination-bullet.active
{
    border-color: #0098ff;
    background: #fff;
}


.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet
{
    margin: 0;
}

/* End */


/* Start:/bitrix/templates/eshop_bootstrap_green/css/styles.css?174776223692129*/
*
{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0;
    padding: 0;
}

*:before,
*:after
{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

img
{
    border: none;
}

textarea
{
    overflow: auto;
}

input,
textarea,
input:active,
textarea:active
{
         outline: none transparent !important;
    box-shadow: none;

    -moz-outline: none !important;
}

input[type=submit],
button[type=submit],
input[type=reset],
button[type=reset]
{
    -webkit-border-radius: 0;

    -webkit-appearance: none;
}

:focus
{
    outline: none;
}

:hover,
:active
{
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-touch-callout: none;
}


::-ms-clear
{
    display: none;
}



/*---------------
    Main styles
---------------*/
.clear
{
    clear: both;
}

.left
{
    float: left;
}

.right
{
    float: right;
}

html
{
    height: 100%;

    background: #fff;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
        -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
	
	overflow-y: scroll;
}

body
{
    color: #000;
    font-family: 'Open Sans', 'Arial', sans-serif;

    height: 100%;

    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-overflow-scrolling: touch;
    text-rendering: optimizeLegibility;
    text-decoration-skip: objects;
}

.wrap
{
    overflow: hidden;
}

.cont
{
    position: relative;

    width: 100%;
    max-width: 1210px;
    margin: 0 auto;
    padding: 0 20px;
}



.block_title
{
    color: #178a2d;
    font: 700 30px/32px Arial;

    position: relative;

    margin-bottom: 25px;
    padding-bottom: 20px;

    text-align: center;
}

.block_title:after
{
    position: absolute;
    right: 0;
    bottom: 0;

    display: block;

    width: calc(100% - 45px);
    height: 4px;

    content: '';

    background: #2a9246;
}

.block_title:before
{
    position: absolute;
    bottom: 0;
    left: 2px;

    display: block;

    width: 43px;
    height: 70px;

    content: '';

    background: url(/bitrix/templates/eshop_bootstrap_green/css/../images/ic_block_title.png) 0 0 no-repeat;
}



.buttonUp
{
    position: fixed;
    z-index: 999;
    right: 20px;
    bottom: 20px;

    display: none;
}

.buttonUp a
{
    display: block;

    width: 46px;
    height: 46px;

    border-radius: 50%;
    background: #17862b url(/bitrix/templates/eshop_bootstrap_green/css/../images/ic_arrow_up.png) 50% 50% no-repeat;
}



.breadcrumbs
{
    font-size: 14px;
    line-height: 25px;

    margin-bottom: 30px;
}

.breadcrumbs .data
{
    color: #fff;

    padding: 10px 28px;

    background: #127024;
}

.breadcrumbs a
{
    color: #c6c6c6;

    text-decoration: none;
}

.breadcrumbs a:hover
{
    text-decoration: underline;
}

.breadcrumbs .sep
{
    color: #c6c6c6;

    margin: 0 5px;
}



.modal_cont
{
    position: relative;
}

.mini_modal
{
    position: absolute;
    z-index: 999;

    display: none;
}



/*---------------
   Header
---------------*/
header
{
    position: relative;
    z-index: 999;

    width: 100%;

    background: #fff;
}


header .top
{
    color: #fff;
    font-size: 15px;
    line-height: 28px;

    padding: 15px 0 14px;

    background: #127024;
}

header .top .cont
{
    display: flex;

    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}



header .time
{
    padding-left: 30px;

    background: url(/bitrix/templates/eshop_bootstrap_green/css/../images/ic_time.png) 0 50% no-repeat;
}


header .callback_link
{
    color: #fff;

    display: block;

    padding-left: 25px;

    transition: .2s linear;
    text-decoration: none;

    background: url(/bitrix/templates/eshop_bootstrap_green/css/../images/ic_callback_link.png) 0 50% no-repeat;
}

header .callback_link span
{
    transition: border-color .2s linear;
    transition: .2s linear;

    border-bottom: 1px dashed rgba(255,255,255,.5);
}

header .callback_link:hover
{
    opacity: .63;
}

header .callback_link:hover span
{
    border-color: #fff;
}


header .order_link
{
    color: #fff;

    display: block;

    padding-left: 31px;

    transition: .2s linear;
    text-decoration: none;

    background: url(/bitrix/templates/eshop_bootstrap_green/css/../images/ic_order_link.png) 0 50% no-repeat;
}

header .order_link span
{
    transition: border-color .2s linear;
    transition: .2s linear;

    border-bottom: 1px dashed rgba(255,255,255,.5);
}

header .order_link:hover
{
    opacity: .63;
}

header .order_link:hover span
{
    border-color: #fff;
}


header .langs a
{
    color: #fff;
    font-size: 14px;
    line-height: 26px;

    display: inline-block;

    height: 28px;
    padding: 0 11px;

    transition: .2s linear;
    vertical-align: top;
    text-decoration: none;
    text-transform: uppercase;

    border: 1px solid rgba(255,255,255,.5);
    border-radius: 3px;
}

header .langs a:hover
{
    color: #f58125;

    border-color: #f58125;
}



header .info
{
    padding: 20px 0;
}

header .info .cont
{
    display: flex;

    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}


header .logo
{
    display: flex;

    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

header .logo a,
header .logo img
{
    display: block;

    max-width: 100%;
    margin: 0 auto;
}

header .logo a + a
{
    margin-left: 50px;
}

header .logo a.fixed
{
    display: none;
}


header .mob_menu_link
{
    position: relative;
    z-index: 1000;
    display: none;
    width: 65px;
    height: 52px;
    margin-right: -15px;
    margin-bottom: 10px;
    margin-left: 5px;
    padding: 15px;
}

header .mob_menu_link span
{
    position: relative;
    display: block;
    width: 100%;
    height: 2px;
    transition: .2s linear;
    border-radius: 3px;
    background: #000;
}

header .mob_menu_link span + span
{
    margin-top: 6px;
}


header .mob_menu_link.active span:nth-child(2)
{
    opacity: 0;
}

header .mob_menu_link.active span:nth-child(1)
{
    top: 8px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}

header .mob_menu_link.active span:nth-child(3)
{
    top: -8px;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
}


header .phone
{
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: 42px;

    padding-left: 50px;

    background: url(/bitrix/templates/eshop_bootstrap_green/css/../images/ic_phone.png) 0 50% no-repeat;
}

header .phone a
{
    color: #000;
    line-height: 40px;

    position: relative;
    top: -2px;

    display: inline-block;

    transition: .2s linear;
    vertical-align: middle;
    text-decoration: none;

    border-bottom: 1px dashed transparent;
}

header .phone a:hover
{
    border-color: #000;
}


header .search
{
    position: relative;
    z-index: 9;
}

header .search_link
{
    display: block;

    width: 42px;
    height: 42px;

    background: url(/bitrix/templates/eshop_bootstrap_green/css/../images/ic_search_link.png) 50% 50% no-repeat;
}

header .search form
{
    position: absolute;
    top: -2px;
    right: 0;

    display: none;

    width: 425px;
}

header .search form .input
{
    color: #000;
    font: 600 12px Open Sans;

    display: block;

    width: 100%;
    height: 46px;
    padding: 0 42px 0 19px;

    border: none;
    border-radius: 4px;
    background: #f0f0f0;
}

header .search form ::-webkit-input-placeholder
{
    color: #000;
}
header .search form ::-moz-placeholder
{
    color: #000;
}
header .search form :-moz-placeholder
{
    color: #000;
}
header .search form :-ms-input-placeholder
{
    color: #000;
}

header .search form .submit_btn
{
    display: block;

    width: 42px;
    height: 46px;
    margin-left: -42px;

    cursor: pointer;

    border: none;
    background: url(/bitrix/templates/eshop_bootstrap_green/css/../images/ic_search_link.png) 50% 50% no-repeat;
}


header .cart_link
{
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;

    position: relative;

    display: block;

    height: 20px;
    padding-left: 32px;

    text-decoration: none;

    background: url(/bitrix/templates/eshop_bootstrap_green/css/../images/ic_cart_link.png) 0 0 no-repeat;
}

header .cart_link span
{
    color: #fff;
    font-size: 12px;
    line-height: 23px;

    position: absolute;
    top: -14px;
    left: 8px;

    display: block;

    width: 23px;
    height: 23px;

    text-align: center;

    border-radius: 50%;
    background: #f58125;
}

header .cart_link:hover
{
    color: #f58125;

    background-position: 0 100%;
}

/******************************************/
/********** Начало главного меню **********/
/******************************************/

/* Пункты первого уровня */
header .menu
{
    position: relative;
    z-index: 99;
    border-top: 1px solid #f0f0f0;
}
header .menu nav
{
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}
header .menu .sep
{
    width: 5px;
    height: 5px;
    margin: 0 25px;
    border-radius: 50%;
    background: #178a2d;
}
header .menu .menu_item
{
    position: relative;
}
header .menu .menu_item > a
{
    color: #000;
    font-size: 16px;
    font-weight: 700;
    line-height: 58px;
    position: relative;
    display: block;
    height: 58px;
    margin-top: -2px;
    text-decoration: none;
    text-transform: uppercase;
    border-top: 2px solid transparent;
}
header .menu .menu_item:hover > a,
header .menu .menu_item > a.active
{
    color: #F58125;
    border-color: #f58125;
}

/* Пункты второго уровня */
header .menu .sub_menu
{
    position: absolute;
    top: 100%;
    left: -64px;
    display: none;
    min-width: 100%;
    margin-top: -11px;
    padding: 24px 49px 23px 45px;
    background: #fff;
    box-shadow: 0 4px 18px rgba(0,0,0,.1);
}
header .menu .menu_item:hover .sub_menu
{
    display: block;
}
header .menu .sub_menu a
{
    color: #000;
    font-size: 14px;
    font-weight: 600;
    line-height: 48px;
    display: block;
    min-width: 140px;
    transition: .2s linear;
    white-space: nowrap;
    text-decoration: none;
    border-bottom: 1px solid rgba(0,0,0,.11);
}
header .menu .sub_menu a:last-child
{
    border: none;
}
header .menu .sub_menu a:hover,
header .menu .sub_menu a.active
{
    color: #f58125;
    border-color: #f58125;
}

/* Пункты третьего уровня */
header .menu .menu_item .menu_item a
{
    font-size: 14px;
    font-weight: 600;
    line-height: 48px;
    height: auto;
    margin-top: 0;
    text-transform: none;
    border-top: none;
}
header .menu .menu_item:hover .sub_menu .sub_menu
{
    top: 0;
    left: 100%;
    display: none;
    min-width: 100%;
    margin-top: 0;
}
header .menu .menu_item:hover .sub_menu .menu_item:hover .sub_menu
{
	display: block;
}

/******************************************/
/*********** Конец главного меню **********/
/******************************************/

header.fixed
{
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;

    -webkit-animation: moveDown .5s;
            animation: moveDown .5s;

    box-shadow: 0 20px 38px rgba(0,0,0,.04);
}


header.fixed .top,
header.fixed .logo a,
header.fixed .phone,
header.fixed .search
{
    display: none;
}

header.fixed .logo
{
    position: absolute;
    top: 6px;
    left: 20px;
}

header.fixed .logo a.fixed
{
    display: block;

    margin-left: 0;
}

header.fixed .info
{
    position: relative;
    z-index: 100;

    padding: 0;
}

header.fixed .menu
{
    border: none;
}

header.fixed .cart_link
{
    position: absolute;
    top: 18px;
    right: 20px;
}


@-webkit-keyframes moveDown
{
    0%
    {
        -webkit-transform: translateY(-56px);
                transform: translateY(-56px);
    }
}
@-moz-keyframes moveDown
{
    0%
    {
        -webkit-transform: translateY(-56px);
                transform: translateY(-56px);
    }
}
@keyframes moveDown
{
    0%
    {
        -webkit-transform: translateY(-56px);
                transform: translateY(-56px);
    }
}




.fancybox-enabled header.fixed
{
    padding-right: 17px;
}

html.macOS header.fixed,
html:not(.desktop) header.fixed
{
    padding-right: 0 !important;
}



/*---------------
   Sidebar
---------------*/
aside
{
    position: relative;

    width: 371px;
    max-width: 100%;
}


aside .filter .title
{
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;

    margin-bottom: 15px;

    letter-spacing: .04em;
    text-transform: uppercase;
}

aside .filter .box
{
    padding: 6px 0;

    border: 1px solid #e9e9e9;
}

aside .filter .item
{
    padding: 11px 17px;
}

aside .filter .name
{
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;

    letter-spacing: .04em;
}

aside .filter .name.sub
{
    position: relative;

    padding-right: 30px;

    cursor: pointer;
}

aside .filter .name.sub:after
{
    position: absolute;
    top: 50%;
    right: 2px;

    display: block;

    width: 10px;
    height: 10px;
    margin-top: -7px;

    content: '';
    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
         -o-transform: rotate(-45deg);
            transform: rotate(-45deg);

    border-bottom: 1px solid #999;
    border-left: 1px solid #999;
}

aside .filter .name.sub.active:after
{
    margin-top: -1px;

    border: none;
    border-top: 1px solid #999;
    border-right: 1px solid #999;
}


aside .filter .data
{
    position: relative;

    padding-top: 15px;
}

aside .filter .name.sub + .data
{
    display: none;
}

aside .filter .data .line + .line
{
    margin-top: 15px;
}


aside .filter .show_link
{
    color: #178a2d;
    font-size: 16px;
    font-weight: 600;
    line-height: 46px;

    position: absolute;
    top: 15px;
    left: 100%;

    display: block;

    min-width: 190px;
    height: 48px;
    padding: 0 20px;

    transition: .2s linear;
    text-align: center;
    white-space: nowrap;
    text-decoration: none;
    letter-spacing: .02em;

    border: 1px solid;
    background: #fff;
}

aside .filter .show_link:hover
{
    color: #fff;

    border-color: #17862b;
    background: #17862b;
}


aside .filter .scroll
{
    overflow: hidden;
	max-height: 250px;
    padding-right: 20px;
}

aside .filter .slimScrollBar,
aside .filter .slimScrollRail
{
    cursor: pointer;

    opacity: 1 !important;
    border-radius: 0 !important;
}

aside .filter .slimScrollDiv .scroll
{
    max-height: 100%;
}

aside .filter input[type=checkbox]
{
    display: none;
}

aside .filter input[type=checkbox] + label
{
    font-size: 14px;
    line-height: 24px;

    position: relative;

    display: table-cell;

    min-height: 24px;
    padding-left: 37px;

    cursor: pointer;
    vertical-align: middle;
}

aside .filter input[type=checkbox] + label:before
{
    position: absolute;
    top: 5px;
    left: 15px;

    display: block;

    width: 13px;
    height: 13px;

    content: '';

    border: 1px solid #999;
    border-radius: 2px;
}

aside .filter input[type=checkbox]:checked + label:before
{
    background: url(/bitrix/templates/eshop_bootstrap_green/css/../images/ic_checkbox.png) 50% 50% no-repeat;
}


aside .filter .reset
{
    margin-top: 15px;

    text-align: right;
}

aside .filter .reset_btn
{
    color: #000;
    font: 600 16px/26px Open Sans;

    padding-left: 22px;

    cursor: pointer;
    transition: opacity .2s linear;

    opacity: .56;
    border: none;
    background: url(/bitrix/templates/eshop_bootstrap_green/css/../images/ic_close.png) 0 50% no-repeat;
}

aside .filter .reset_btn:hover
{
    opacity: 1;
}



/*---------------
   Main section
---------------*/
.video_block
{
    position: relative;
    z-index: 9;

    overflow: hidden;

    width: 100%;
    height: 416px;
    margin-bottom: 40px;

    background: #e9e9e9;
}

.video_block video
{
    position: absolute;
    top: 50%;
    left: 50%;

    display: block;

    min-width: 100%;
    min-height: 100%;

    transform: translate(-50%, -50%);
}

.first_section
{
    display: flex;

    width: 1656px;
    max-width: 100%;
    margin: 0 auto 64px;
    padding: 36px 0 0;

    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
}


.main_slider
{
    position: relative;
    z-index: 9;

    overflow: hidden;

    width: calc(100% - 367px);

    border-radius: 9px;
}

.main_slider .slide
{
    display: none;
    overflow: hidden;

    border-radius: 9px;
}

.main_slider .slider .slide:first-child,
.main_slider .owl-loaded .slide
{
    display: block;
}


.main_slider .slide .img
{
    position: relative;

    display: block;
    overflow: hidden;

    height: 384px;

    background: #ddd;
}

.main_slider .slide .img img
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: 0 50%;
}


.main_slider .slide .btn
{
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 37px;

    position: absolute;
    z-index: 3;
    bottom: 75px;
    left: 70px;

    width: auto;
    height: 37px;

    text-align: center;
    text-decoration: none;
    text-transform: uppercase;

    border-radius: 3px;
    background: #fe8d17;
	padding: 0px 18px;
}

.main_slider .slide .img > div
{
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 37px;

    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;

    text-align: center;
    text-decoration: none;
    text-transform: uppercase;

	padding: 0px;
}

.main_slider .slide .img .preview_pic {
	display: none;
}




.special_offer
{
    width: 293px;
    max-width: 100%;
    margin: 0 auto;
}


.special_offer .slider
{
    padding-bottom: 35px;
}

.special_offer .slider .owl-dots
{
    width: 100%;
    height: 29px;
    padding: 0;

    border: 1px solid #127024;
    border-radius: 5px;
    background: none;
	bottom: 0;
	display: flex;
	
	justify-content: center;
	align-items: center;
	align-content: center;
	flex-wrap: nowrap;
}

.special_offer .slider .owl-dot
{
    border: none;
    background: #ececec;
	width: 14px;
	height: 14px;
}

.special_offer .slider .owl-dot.active
{
    background: #fe8d17;
}

.special_offer .slider .owl-dot:hover, .special_offer .slider  .owl-dot.active {
	box-shadow: none;
}

.special_offer .slider .btn {
	padding: 0;
}

.special_offer .title
{
    color: #127024;
    font-size: 24px;
    font-weight: bold;
    line-height: 28px;

    margin-bottom: 6px;
    padding: 7px;

    text-align: center;

    border: 1px solid #127024;
    border-radius: 5px;
}


.special_offer .product
{
    color: currentColor;

    display: block;

    padding-bottom: 5px;

    text-decoration: none;
}


.special_offer .product .thumb
{
    position: relative;

    display: block;
    overflow: hidden;

    height: 241px;

    border-radius: 9px;
    background: #ddd;
}

.special_offer .product .thumb img
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;
}

.special_offer .product .thumb .btn
{
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 37px;

    position: absolute;
    z-index: 3;
    right: 0;
    bottom: 27px;
    left: 0;

    width: 171px;
    height: 37px;
    margin: auto;

    text-align: center;
    text-transform: uppercase;

    border-radius: 3px;
    background: #fe8d17;
}

.special_offer .product .desc
{
    color: #686868;
    font-size: 13px;
    line-height: 15px;

    margin-top: 8px;
}

.special_offer .product .desc div
{
    display: -webkit-box;
    overflow: hidden;

    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.cats_wall
{
    position: relative;
    z-index: 10;
}

.cats_wall .data
{
    padding: 38px 0 36px;

    background: #e9e9e9;
}

.cats_wall .grid
{
    display: flex;

    margin-bottom: -30px;
    margin-left: -9px;

    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
}

.cats_wall .item_wrap
{
    width: calc(25% - 10px);
    margin-bottom: 30px;
    margin-left: 10px;
}

.cats_wall .item
{
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 15px;

    position: relative;
    z-index: 1;

    display: block;

    width: 100%;

    transition: .2s linear;
    text-decoration: none;
    letter-spacing: .04em;

    background: #fff;
    box-shadow: 0 2px 21px rgba(0,0,0,.08);
}

.cats_wall .item .thumb
{
    display: flex;

    height: 200px;

    transition: .2s linear;

    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
}

.cats_wall .item .thumb img
{
    display: block;

    min-width: 100%;
    max-width: 100%;
    max-height: 100%;
}


.cats_wall .item .name
{
    position: relative;
    z-index: 9;

    display: flex;
    overflow: hidden;

    height: 74px;
    padding: 12px;

    transition: .2s linear;
    text-align: center;
    text-transform: uppercase;

    background: #178a2d;

    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.cats_wall .item .name:before
{
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;

    display: block;

    width: 1px;
    height: 100%;

    content: '';
    transition: .3s linear;
    transform: translate(-50%, -50%);

    opacity: 0;
    background: #f58125;
}

.cats_wall .item .details
{
    font-size: 14px;
    font-weight: 600;

    position: relative;
    z-index: 9;

    display: none;

    height: 74px;
    padding: 10px 20px;

    text-align: center;
    text-transform: uppercase;

    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}


.cats_wall .item .details .icon
{
    width: 24px;
    height: 24px;
    margin-left: 20px;

    background: url(/bitrix/templates/eshop_bootstrap_green/css/../images/ic_details.png) 0 0 no-repeat;
}

.cats_wall.main_cats_slider .item .details {
	display: flex;
	color: #007B3B;
	font-size: 16px;
  font-weight: 400;
  margin-left: 0px;
  height: 50px;
  padding: 10px 12px;
	
}

.cats_wall.main_cats_slider .item .name {
  text-align: left;
  text-transform: unset;
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  display: block;
}

.cats_wall.main_cats_slider .item .details .icon
{
    background: url(/bitrix/templates/eshop_bootstrap_green/css/../images/ic_details_green.png) 0 0 no-repeat;
	margin: 0 0 0 auto;
}


.cats_wall.main_cats_slider .item:hover .details {
	background-color: #F58125;
	color: white;
	border-radius: 0 0 10px 10px;
}

.cats_wall.main_cats_slider .item:hover .details .icon
{
    background: url(/bitrix/templates/eshop_bootstrap_green/css/../images/ic_details.png) 0 0 no-repeat;
}


.cats_wall.main_cats_slider .item .details span {
	margin: 0 auto 0 0;
}


.cats_wall .item:hover
{
    position: relative;
    z-index: 9;

    width: calc(100% + 20px);
    margin: -20px -10px;
}

.cats_wall .item:hover .thumb
{
    height: 240px;
}

.cats_wall .item:hover .name .hover_hide
{
    display: none;
}

.cats_wall .item:hover .details
{
    display: flex;
}

.cats_wall .item:hover .name:before
{
    width: calc(100% - 30px);

    -webkit-transform: translate(-50%, -50%) skewX(45deg);
        -ms-transform: translate(-50%, -50%) skewX(45deg);
            transform: translate(-50%, -50%) skewX(45deg);

    opacity: 1; 
}



.cats_wall.sub_cats
{
    margin-bottom: 30px;
}

.cats_wall.sub_cats .item_wrap
{
    width: calc(12.5% - 10px);
}

.cats_wall.sub_cats .item
{
    color: #000;
	max-height: 150px;
    transition: .2s linear;

    border: 1px solid #e5e5e5;
    background: #fff;
    box-shadow: none;
	font-size: 11px;
}

.cats_wall.sub_cats .item .thumb
{
    height: 108px;

    transition: .2s linear;
	background-color: white;
}

.cats_wall.sub_cats .item .name
{
    height: 41px;

    text-transform: uppercase;

    background: none;
}

.cats_wall .item .details
{
    color: #fff;
    line-height: 14px;

    height: 66px;

    text-transform: none;
}

.cats_wall.sub_cats .item:hover
{
    position: relative;
    z-index: 9;

    width: 100%;
    margin: 0 0 -3px;

    border-color: #fff;
    box-shadow: 0 2px 21px rgba(0,0,0,.08);
}

.cats_wall.sub_cats .item:hover .thumb
{
    height: 106px;
}

.cats_wall.sub_cats .item:hover .name
{
    height: 46px;

    background: #178a2d;
}

.cats_wall.sub_cats .item:hover .name:before
{
    width: 100%;
}


.cats_wall.sub_cats .item.active
{
    color: #000;

    background: #e5e5e5;
}



.information
{
    margin-bottom: 64px;
}

.information .slider
{
    width: calc(100% + 32px);
    margin: 0 -16px;
}

.information .slide
{
    display: none;

    padding: 0 16px 16px;
}

.information .owl-loaded .slide
{
    display: block;
}

.information .item
{
    color: #000;
    font-size: 18px;
    line-height: 27px;

    position: relative;

    display: block;

    padding: 87px 0 20px;

    transition: .2s linear;
    text-align: center;
    text-decoration: none;
    letter-spacing: .02em;

    background: #fff;
}

.information .item:before
{
    position: absolute;
    top: 28px;
    right: 28px;

    display: block;

    width: 32px;
    height: 32px;

    content: '';

    border: 4px solid #fff;
    border-radius: 50%;
    background: #178a2d url(/bitrix/templates/eshop_bootstrap_green/css/../images/ic_arr_right.png) 50% 50% no-repeat;
    box-shadow: 0 0 0 1px rgba(23,138,45,.31);
}


.information .item .thumb
{
    position: relative;
}

.information .item .thumb:before,
.information .item .thumb:after
{
    position: absolute;
    z-index: 9;
    top: 0;

    display: block;

    width: 28px;
    height: 100%;

    content: '';
    transition: .2s linear;

    background: #fff;
}

.information .item .thumb:before
{
    left: 0;
}

.information .item .thumb:after
{
    right: 0;
}

.information .item .thumb .img
{
    position: relative;
    z-index: 1;

    width: 100%;
    height: 147px;

    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

.information .item .thumb .img.video:after
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';

    background: rgba(0,0,0,.27) url(/bitrix/templates/eshop_bootstrap_green/css/../images/ic_video_play.png) 50% 50% no-repeat;
}


.information .item .name
{
    position: relative;

    display: flex;

    padding: 73px 20px 0;

    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.information .item .name:before
{
    position: absolute;
    top: 43px;
    left: 50%;

    display: block;

    width: 180px;
    max-width: 100%;
    height: 1px;

    content: '';
    transition: .2s linear;
    transform: translateX(-50%);

    background: #ebebeb;
}


.information .item:hover
{
    box-shadow: 0 2px 21px rgba(0,0,0,.08);
}

.information .item:hover .thumb:before,
.information .item:hover .thumb:after
{
    width: 0;
}

.information .item:hover .name:before
{
    background: #178a2d;
}



.stats
{
    margin-bottom: 60px;
}

.stats .data
{
    padding: 55px 0;

    background: #e9e9e9;
}

.stats .grid
{
    display: flex;

    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
}

.stats .item
{
    font-size: 16px;
    line-height: 20px;

    position: relative;

    display: flex;

    letter-spacing: .04em;

    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.stats .item .icon
{
    width: 60px;
    padding-right: 15px;
}

.stats .item .icon img
{
    display: block;

    max-width: 100%;
}

.stats .item .val
{
    color: #178a2d;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
}

.stats .item .val span
{
    font-size: 30px;
}

.stats .sep
{
    width: 1px;
    height: 73px;

    background: #178a2d;
}



.advanatges
{
    margin-bottom: 60px;
}

.advanatges .grid
{
    display: flex;

    margin-bottom: -23px;
    margin-left: -31px;

    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    flex-wrap: wrap;
}

.advanatges .item
{
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;

    position: relative;

    display: flex;
    overflow: hidden;

    width: calc(33.333% - 31px);
    min-height: 175px;
    margin-bottom: 23px;
    margin-left: 31px;
    padding: 20px 20px 20px 45px;

    transition: .2s linear;
    text-decoration: none;
    letter-spacing: .04em;

    border: 1px solid #eaeaea;
    background: #17862b;

    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.advanatges .item:before
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    display: block;

    width: 34px;
    height: 100%;

    content: '';
    transition: .35s linear;

    background: #f48025 url(/bitrix/templates/eshop_bootstrap_green/css/../images/bg_advanatges_item.png) 100% 0 repeat;
}

.advanatges .item .icon
{
    position: relative;
    z-index: 9;

    display: flex;

    width: 64px;
    height: 64px;

    transition: .2s linear;

    border-radius: 50%;

    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.advanatges .item .icon:before
{
    position: absolute;
    top: 50%;
    left: 50%;

    display: block;

    width: 100%;
    height: 100%;

    content: '';
    transition: .2s linear;
    transform: translate(-50%, -50%);

    opacity: .62;
    border: 1px dashed #fff;
    border-radius: 50%;
}

.advanatges .item .icon1
{
    width: 35px;
    height: 35px;

    background: url(/bitrix/templates/eshop_bootstrap_green/css/../images/ic_advanatges1.png) 0 0 no-repeat;
}

.advanatges .item .icon2
{
    width: 32px;
    height: 36px;

    background: url(/bitrix/templates/eshop_bootstrap_green/css/../images/ic_advanatges2.png) 0 0 no-repeat;
}

.advanatges .item .icon3
{
    width: 33px;
    height: 33px;

    background: url(/bitrix/templates/eshop_bootstrap_green/css/../images/ic_advanatges3.png) 0 0 no-repeat;
}

.advanatges .item .icon4
{
    width: 36px;
    height: 38px;

    background: url(/bitrix/templates/eshop_bootstrap_green/css/../images/ic_advanatges4.png) 0 0 no-repeat;
}

.advanatges .item .icon5
{
    width: 41px;
    height: 25px;

    background: url(/bitrix/templates/eshop_bootstrap_green/css/../images/ic_advanatges5.png) 0 0 no-repeat;
}

.advanatges .item .icon6
{
    width: 37px;
    height: 37px;

    background: url(/bitrix/templates/eshop_bootstrap_green/css/../images/ic_advanatges6.png) 0 0 no-repeat;
}


.advanatges .item .desc
{
    position: relative;
    z-index: 9;

    width: calc(100% - 85px);

    transition: .2s linear;
}


.advanatges .item:hover
{
    box-shadow: 0 2px 21px rgba(0,0,0,.1);
}

.advanatges .item:hover:before
{
    width: calc(100% - 33px);
}

.advanatges .item:hover .icon
{
    background: #fff;
    box-shadow: 0 2px 21px rgba(0,0,0,.08);
}

.advanatges .item:hover .icon:before
{
    width: 84px;
    height: 84px;
}

.advanatges .item:hover .desc
{
    width: calc(100% - 104px);
}

.advanatges .item:hover .icon > div
{
    background-position: 0 100%;
}



.articles
{
    padding: 53px 0 33px;

    background: #e9e9e9;
}

.page_content .articles
{
    padding: 0;

    background: none;
}

.articles .block_title
{
    margin-bottom: 55px;
}

.articles .swiper
{
    overflow: visible !important;
}


.articles .swiper-slide
{
    position: relative;

    visibility: hidden;

    transition: opacity .2s linear, visibility .2s linear;
    pointer-events: none;

    opacity: 0;
}


.articles .swiper-slide.visible
{
    visibility: visible;

    pointer-events: auto;

    opacity: 1;
}


.articles .slider
{
    width: calc(100% + 10px);
    margin: -15px -5px 10px;
}

.articles .owl-item
{
    position: relative;
    z-index: 1;
}

.articles .slide
{
    display: none;

    padding: 50px 5px 30px;
}

.articles .owl-loaded .slide
{
    display: block;
}

/*
.articles .grid
{
    display: flex;

    margin-bottom: -33px;
    margin-left: -33px;

    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    flex-wrap: wrap;
} */

.articles .item_wrap
{
    position: relative;
    z-index: 1;
/*
    width: calc(25% - 33px);
    margin-bottom: 33px;
    margin-left: 33px; */
}

.articles .item
{
    color: #fff;
    font-size: 14px;
    line-height: 24px;

    display: block;

    width: 100%;
    margin: 0;

    text-decoration: none;
    letter-spacing: .04em;

    background: #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,.08);
}


.articles .item .info
{
    position: relative;

    display: flex;
    overflow: hidden;

    height: 383px;
    padding: 20px 28px;

    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-size: cover;

    justify-content: flex-start;
    align-items: flex-end;
    align-content: flex-end;
    flex-wrap: wrap;
}

.articles .item .info:before
{
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';

    background: url(/bitrix/templates/eshop_bootstrap_green/css/../images/sh_article.png) 50% 100% repeat-x;
}

.articles .item .info > *
{
    position: relative;
    z-index: 9;
}

.articles .item .info > * + *
{
    margin-top: 20px;
}

.articles .item .title
{
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;

    position: relative;

    width: 100%;

    transition: .2s linear;
    letter-spacing: .04em;
}

.articles .item .title:after
{
    position: absolute;
    bottom: 0;
    left: 0;

    display: block;

    width: 0;
    height: 1px;

    content: '';
    transition: .2s linear;

    opacity: .44;
    background: #fff;
}

.articles .item .details
{
    font-size: 12px;
    font-weight: 300;
    line-height: 24px;

    padding-right: 16px;

    letter-spacing: .120em;
    text-transform: uppercase;

    background: url(/bitrix/templates/eshop_bootstrap_green/css/../images/ic_arr_right.png) 100% calc(50% - 1px) no-repeat;
}

.articles .item .desc,
.articles .item .details
{
    display: none;
}


.articles .item .bottom
{
    color: #000;
    font-size: 14px;
    line-height: 26px;

    display: flex;

    padding: 15px 28px;

    letter-spacing: 0;

    justify-content: flex-end;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.articles .item .date
{
    padding-left: 25px;

    background: url(/bitrix/templates/eshop_bootstrap_green/css/../images/ic_date.png) 0 50% no-repeat;
}


.articles .item_wrap:hover,
.articles .owl-item:hover
{
    position: relative;
    z-index: 9;
}

.articles .item:hover
{
    width: calc(100% + 72px);
    margin: -38px -36px -12px;

    box-shadow: 0 2px 21px rgba(0,0,0,.08);
}

.articles .item:hover .info
{
    height: 421px;
    padding: 20px 45px;
}

.articles .item:hover .info:before
{
    background: rgba(0,0,0,.67);
}

.articles .item:hover .title
{
    padding-bottom: 20px;
}

.articles .item:hover .title:after
{
    width: 67px;
}

.articles .item:hover .desc,
.articles .item:hover .details
{
    display: block;
}

.articles .item:hover .bottom
{
    padding: 21px 30px;
}



.clients
{
    padding: 45px 0 50px;

    background: #17862b url(/bitrix/templates/eshop_bootstrap_green/css/../images/bg_clients.jpg) 50% 50% no-repeat;
    background-size: auto 105%;
}

.clients .block_title
{
    color: #fff;
}

.clients .block_title:before,
.clients .block_title:after
{
    display: none;
}

.clients .slider
{
    width: calc(100% + 30px);
    margin: 0 -15px;
}

.clients .slide
{
    display: none;
}

.clients .owl-loaded .slide
{
    display: block;
}

.clients .item
{
    color: #fff;
    font-size: 16px;
    line-height: 21px;

    display: block;

    padding: 10px 15px 0;

    text-align: center;
    text-decoration: none;
    letter-spacing: .04em;
}

.clients .item .icon
{
    display: flex;

    height: 202px;
    margin-bottom: 18px;
    padding: 5px;

    background: #fff;
    box-shadow: 0 2px 21px rgba(0,0,0,.1);

    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.clients .item .icon img
{
    display: block;

    max-width: 100%;
    max-height: 100%;
}

.clients .item .name
{
    transition: .2s linear;
}

.clients .item:hover .name
{
    opacity: .72;
}



.bottom_text
{
    padding: 50px 0 30px;
}



.category_info .block_title
{
    margin-bottom: 38px;
}



.products .product
{
    display: flex;

    padding: 15px 15px 15px 0;

    transition: .2s linear;

    border: 1px solid #e4e4e4;

    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;
    flex-wrap: wrap;
	
	border-radius: 7px;
}

.products .product + .product
{
    margin-top: 12px;
}


.products .product .thumb
{
    width: 243px;
    max-width: 100%;
    padding: 0 12px 0 0;
}

.products .product .thumb a,
.products .product .thumb img
{
    display: block;

    max-width: 100%;
}


.products .product .info
{
    font-size: 14px;
    line-height: 24px;

    width: calc(100% - 243px);

    letter-spacing: .04em;
}


.products .product .name
{
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;

    margin-bottom: 5px;
}

.products .product .name a
{
    color: #000;

    display: inline-block;

    vertical-align: top;
    text-decoration: none;
}


.products .product .sizes
{
    margin-bottom: 7px;

    opacity: .49;
}


.products .product .links
{
    display: flex;

    margin-top: 20px;

    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.products .product .links > * + *
{
    margin-left: 24px;
}

.products .product .links a
{
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 46px;

    display: inline-block;

    min-width: 160px;
    height: 48px;
    padding: 0 20px;

    transition: .2s linear;
    text-align: center;
    vertical-align: top;
    text-decoration: none;
    letter-spacing: .02em;

    border: 1px solid #17862b;
    background: #17862b;
}

.products .product .links a:hover
{
    color: #17862b;

    background: #fff;
}

.products .product .links a.price_link
{
    color: #17862b;

    background: #fff;
}

.products .product .links a.price_link .icon
{
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin-left: 6px;
    padding-left: 1px;

    border: 1px solid;
    border-radius: 50%;
}

.products .product .links a.price_link:hover
{
    color: #fff;

    background: #17862b;
}


.products .product:hover
{
    border-color: #fff;
    box-shadow: 0 2px 21px rgba(0,0,0,.08);
}



.cart_info
{
    margin-bottom: 40px;
}

.cart_info table
{
    width: 100%;

    border-spacing: 0;
    border-collapse: collapse;
}

.cart_info table th
{
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    font-weight: normal;
    line-height: 26px;

    padding: 15px 28px;

    text-align: left;
    vertical-align: middle;
    white-space: nowrap;
    letter-spacing: .04em;

    border: 1px solid #f58125;
    background: #f58125;
}

.cart_info table th:last-child
{
    text-align: center;
}


.cart_info table tbody
{
    counter-reset: tr;
}

.cart_info table td
{
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;

    position: relative;

    padding: 8px 28px;

    text-align: left;
    vertical-align: middle;
    letter-spacing: .04em;

    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
}

.cart_info table td:first-child
{
    border-left: 1px solid #e9e9e9;
}

.cart_info table td:last-child
{
    border-right: 1px solid #e9e9e9;
}


.cart_info table td.thumb
{
    padding-left: 72px;
}

.cart_info table td.thumb:before
{
    position: absolute;
    top: 50%;
    left: 28px;

    content: counter(tr)'.';
    counter-increment: tr;
    transform: translateY(-50%);
}

.cart_info table td.thumb a
{
    display: inline-block;

    vertical-align: middle;
}

.cart_info table td.thumb img
{
    display: block;

    max-width: 100%;
    max-height: 100%;
}


.cart_info table td.name a
{
    color: #000;

    display: inline-block;

    vertical-align: top;
    text-decoration: none;
}

.cart_info table td.name a:hover
{
    text-decoration: underline;
}


.cart_info table td.price
{
    white-space: nowrap;
}


.cart_info table td.amount
{
    white-space: nowrap;
}

.cart_info table td.amount .box
{
    display: inline-block;
    overflow: hidden;

    width: 136px;

    vertical-align: middle;
}

.cart_info table td.amount a
{
    position: relative;
    z-index: 9;

    display: block;
    float: left;

    width: 37px;
    height: 42px;

    text-decoration: none;
}

.cart_info table td.amount a:before
{
    position: absolute;
    top: 50%;

    display: block;

    width: 1px;
    height: 26px;
    margin-top: -13px;

    content: '';

    background: #b5b5b5;
}

.cart_info table td.amount a.minus:before
{
    right: 0;
}

.cart_info table td.amount a.plus:before
{
    left: 0;
}

.cart_info table td.amount a.minus
{
    background: url(/bitrix/templates/eshop_bootstrap_green/css/../images/ic_minus.png) 50% 50% no-repeat;
}

.cart_info table td.amount a.plus
{
    background: url(/bitrix/templates/eshop_bootstrap_green/css/../images/ic_plus.png) 50% 50% no-repeat;
}

.cart_info table td.amount .input
{
    color: #000;
    font: 300 14px Open Sans;

    display: block;
    float: left;

    width: 100%;
    height: 42px;
    margin: 0 -37px;
    padding: 0 36px;

    text-align: center;
    letter-spacing: .04em;

    border: 1px solid #d4d4d4;
    background: #f1f1f1;
}

.cart_info table td.amount .unit
{
    font-size: 14px;
    font-weight: 600;

    display: inline-block;

    margin-left: 10px;

    vertical-align: middle;
}


.cart_info table td.delete
{
    text-align: center;
}

.cart_info table td.delete a
{
    display: block;

    width: 42px;
    height: 42px;
    margin: 0 auto;

    background: url(/bitrix/templates/eshop_bootstrap_green/css/../images/ic_close.png) 50% 50% no-repeat;
}


.cart_info .bottom
{
    margin-top: 11px;
    padding: 14px 13px;

    text-align: right;

    border: 1px solid #e4e4e4;
}

.cart_info .bottom a
{
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: 46px;

    display: inline-block;

    min-width: 266px;
    height: 48px;

    transition: .2s linear;
    text-align: center;
    vertical-align: top;

    border: 1px solid #e4e4e4;
}

.cart_info .bottom a + a
{
    margin-left: 9px;
}

.cart_info .bottom img
{
    position: relative;
    top: -2px;

    display: inline-block;

    margin-right: 10px;

    vertical-align: middle;
}

.cart_info .bottom a.checkout_link
{
    min-width: 234px;

    border-color: #17862b;
}

.cart_info .bottom a.checkout_link .icon
{
    position: relative;
    top: -2px;

    display: inline-block;
    display: inline-block;

    width: 22px;
    height: 20px;
    margin-right: 10px;

    vertical-align: middle;
    vertical-align: middle;

    background: url(/bitrix/templates/eshop_bootstrap_green/css/../images/ic_buy_link.png) 0 0 no-repeat;
}

.cart_info .bottom a:hover
{
    color: #fff;

    text-decoration: none;

    background: #17862b;
}

.cart_info .bottom a:hover .icon
{
    background-position: 0 100%;
}



.chekout_info
{
    margin-bottom: 40px;
}

.chekout_info .title
{
    font-size: 28px;
    font-weight: 600;
    line-height: 28px;

    margin-bottom: 20px;

    letter-spacing: .04em;
}

.chekout_info .form
{
    display: flex;

    margin-bottom: -20px;
    margin-left: -30px;

    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;
    flex-wrap: wrap;
}

.chekout_info .form .col.left
{
    width: calc(33.333% - 30px);
    margin-left: 30px;
}

.chekout_info .form .col.center
{
    width: calc(66.666% - 327px);
    margin-left: 30px;
}

.chekout_info .form .col.right
{
    width: 266px;
    max-width: 100%;
    margin-left: 30px;
}

.chekout_info .form .line
{
    margin-bottom: 20px;
}

.chekout_info .form .submit
{
    text-align: left;
}

.chekout_info .form .submit_btn
{
    line-height: 43px;

    min-width: 226px;
    height: 47px;

    border-color: #f58125;
    background: #f58125;
}

.chekout_info .form .submit_btn:hover
{
    color: #f58125;
}



.product_info .grid
{
    display: flex;

    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;
    flex-wrap: wrap;
}


.product_info .thumb
{
    width: 324px;
    max-width: 100%;
    margin-bottom: 40px;
}

.product_info .thumb a,
.product_info .thumb img
{
    display: block;

    max-width: 100%;
}


.product_info .data
{
    font-size: 14px;
    line-height: 18px;

    width: calc(100% - 364px);
    margin-bottom: 40px;

    letter-spacing: .04em;
}

.product_info .data .item
{
    display: flex;

    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;
    flex-wrap: wrap;
}

.product_info .data .item + .item
{
    margin-top: 15px;
    padding-top: 15px;

    border-top: 1px solid #dedede;
}

.product_info .data .name
{
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;

    width: 200px;
    padding-right: 20px;
}

.product_info .data .val
{
    width: calc(100% - 200px);
}


.product_info .back
{
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;

    margin-bottom: 30px;
}

.product_info .back a
{
    color: #000;

    display: inline-block;

    padding-left: 23px;

    transition: color .2s linear;
    vertical-align: top;

    opacity: .69;
    background: url(/bitrix/templates/eshop_bootstrap_green/css/../images/ic_back_link.png) 0 0 no-repeat;
}

.product_info .back a:hover
{
    color: #f58125;

    background-position: 0 calc(100% + 1px);
}



.product_info .tabs_container
{
    margin-bottom: 45px;
}

.product_info .tabs
{
    display: flex;

    margin-bottom: 21px;

    border-bottom: 1px solid #f58125;

    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    flex-wrap: wrap;
}

.product_info .tabs li
{
    position: relative;

    display: block;

    width: 20%;
    margin-bottom: -2px;

    list-style-type: none;

    cursor: pointer;
}

.product_info .tabs li + li:before
{
    position: absolute;
    top: 50%;
    left: -1px;

    display: block;

    width: 1px;
    height: 30px;
    margin-top: -15px;

    content: '';
    transition: opacity .2s linear;

    background: #f58125;
}

.product_info .tabs li a
{
    color: #000;
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;

    display: flex;

    min-height: 64px;
    padding: 10px 20px;

    transition: .2s linear;
    text-align: center;
    text-decoration: none;
    letter-spacing: .04em;

    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.product_info .tabs li.active a,
.product_info .tabs li:hover a
{
    color: #fff;

    background: #f58125;
}

.product_info .tabs li.active:before,
.product_info .tabs li:hover:before
{
    opacity: 0;
}

.product_info .tab_content
{
    display: none;
}



.product_info .filter
{
    padding-bottom: 31px;
}

.product_info .filter .form
{
    display: flex;

    margin-bottom: -30px;
    margin-left: -61px;

    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
}

.product_info .filter .col
{
    width: calc(25% - 61px);
    margin-left: 61px;
}

.product_info .filter .form .name
{
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;

    margin-bottom: 8px;

    letter-spacing: .04em;
}

.product_info .filter .mini_modal_link
{
    color: #000;
    font-size: 14px;
    line-height: 46px;

    position: relative;

    display: block;
    overflow: hidden;

    height: 46px;
    padding: 0 59px 0 22px;

    transition: background .2s linear;
    white-space: nowrap;
    text-decoration: none;
    letter-spacing: .04em;
    text-overflow: ellipsis;

    background: #f1f1f1;
}

.product_info .filter .mini_modal_link:after
{
    position: absolute;
    top: 50%;
    right: 24px;

    display: block;

    width: 10px;
    height: 10px;
    margin-top: -7px;

    content: '';
    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
         -o-transform: rotate(-45deg);
            transform: rotate(-45deg);

    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
}

.product_info .filter .mini_modal_link:hover,
.product_info .filter .mini_modal_link.active
{
    background: #e6e6e6;
}


.product_info .filter .mini_modal
{
    top: 100%;
    left: 0;

    width: 100%;
    padding: 13px 22px;

    border-top: 1px solid #f5f5f5;
    background: #e6e6e6;
}

.product_info .filter .mini_modal .scroll
{
    overflow: auto;

    max-height: 261px;
}

.product_info .filter .mini_modal .line
{
    margin: 0;
}

.product_info .filter .mini_modal .line + .line
{
    margin-top: 5px;
}


.product_info .filter .show_link
{
    color: #178a2d;
    font-size: 16px;
    font-weight: 600;
    line-height: 46px;

    position: absolute;
    top: -20px;
    left: 100%;

    display: block;

    min-width: 190px;
    height: 48px;
    margin-top: 20px;
    padding: 0 20px;

    transition: .2s linear;
    text-align: center;
    white-space: nowrap;
    text-decoration: none;
    letter-spacing: .02em;

    border: 1px solid;
    background: #fff;
}

.product_info .filter .show_link:hover
{
    color: #fff;

    border-color: #17862b;
    background: #17862b;
}


.product_info .filter .form .submit
{
    display: flex;

    padding-top: 31px;

    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.product_info .filter .form .submit_btn
{
    line-height: 43px;

    height: 47px;
}

.product_info .filter .form .reset_btn
{
    color: #000;
    font: 600 16px/47px Open Sans;

    display: inline-block;

    padding-left: 22px;

    cursor: pointer;
    transition: opacity .2s linear;
    vertical-align: top;

    opacity: .56;
    border: none;
    background: url(/bitrix/templates/eshop_bootstrap_green/css/../images/ic_close.png) 0 50% no-repeat;
}

.product_info .filter .form .reset_btn:hover
{
    opacity: 1;
}



.product_info .sizes .items
{
    display: flex;

    border-top: 1px solid #d6d6d6;

    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    flex-wrap: wrap;
}

.product_info .sizes .items .col
{
    width: 50%;
    padding-top: 29px;
    padding-right: 26px;
}

.product_info .sizes .items .col + .col
{
    padding-right: 0;
    padding-left: 25px;

    border-left: 1px solid #d6d6d6;
}


.product_info .sizes .product
{
    position: relative;

    display: flex;

    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.product_info .sizes .product + .product
{
    margin-top: 12px;
}


.product_info .sizes .product .name
{
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;

    width: calc(100% - 324px);
    margin-right: auto;

    letter-spacing: .04em;
}

.product_info .sizes .product .name a
{
    color: #000;

    display: inline-block;

    vertical-align: top;
    text-decoration: none;
}

.product_info .sizes .product .name a:hover
{
    text-decoration: underline;
}


.product_info .sizes .product .amount .box
{
    display: inline-block;
    overflow: hidden;

    width: 136px;

    vertical-align: middle;
}

.product_info .sizes .product .amount a
{
    position: relative;
    z-index: 9;

    display: block;
    float: left;

    width: 37px;
    height: 42px;

    text-decoration: none;
}

.product_info .sizes .product .amount a:before
{
    position: absolute;
    top: 50%;

    display: block;

    width: 1px;
    height: 26px;
    margin-top: -13px;

    content: '';

    background: #b5b5b5;
}

.product_info .sizes .product .amount a.minus:before
{
    right: 0;
}

.product_info .sizes .product .amount a.plus:before
{
    left: 0;
}

.product_info .sizes .product .amount a.minus
{
    background: url(/bitrix/templates/eshop_bootstrap_green/css/../images/ic_minus.png) 50% 50% no-repeat;
}

.product_info .sizes .product .amount a.plus
{
    background: url(/bitrix/templates/eshop_bootstrap_green/css/../images/ic_plus.png) 50% 50% no-repeat;
}

.product_info .sizes .product .amount .input
{
    color: #000;
    font: 300 14px Open Sans;

    display: block;
    float: left;

    width: 100%;
    height: 42px;
    margin: 0 -37px;
    padding: 0 36px;

    text-align: center;
    letter-spacing: .04em;

    border: 1px solid #d4d4d4;
    background: #f1f1f1;
}

.product_info .sizes .product .amount .unit
{
    font-size: 14px;
    font-weight: 600;

    display: inline-block;

    margin-left: 10px;

    vertical-align: middle;
}


.product_info .sizes .product .buy_link
{
    position: relative;

    display: block;

    width: 117px;
    height: 48px;
    margin-left: 45px;

    transition: .2s linear;

    border: 1px solid #000;
    background: #fff;
}

.product_info .sizes .product .buy_link:after
{
    position: absolute;
    top: 50%;
    left: 50%;

    display: block;

    width: 22px;
    height: 20px;

    content: '';
    transform: translate(-50%, -50%);

    background: url(/bitrix/templates/eshop_bootstrap_green/css/../images/ic_buy_link.png) 0 0 no-repeat;
}

.product_info .sizes .product .buy_link:hover
{
    border-color: #f58125;
    background: #f58125;
}

.product_info .sizes .product .buy_link:hover:after
{
    background-position: 0 100%;
}


.product_info .sizes .product .success
{
    color: #fff;
    font-size: 13px;
    font-weight: 600;

    position: absolute;
    z-index: 10;
    right: 137px;
    bottom: 0;

    display: none;

    padding: 15px;

    text-align: center;
    white-space: nowrap;

    background: #151515;
}

.product_info .sizes .product .success:after
{
    position: absolute;
    top: 50%;
    right: -14px;

    display: block;

    width: 14px;
    height: 14px;
    margin-top: -7px;

    content: '';

    border: 7px solid transparent;
    border-left-color: #151515;
}


.product_info .sizes .pagination
{
    margin-top: 30px;
}



.product_info .features
{
    font-size: 14px;
    line-height: 18px;

    letter-spacing: .04em;
}

.product_info .features .item
{
    display: flex;

    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;
    flex-wrap: wrap;
}

.product_info .features .item + .item
{
    margin-top: 10px;
    padding-top: 10px;

    border-top: 1px dashed #dedede;
}

.product_info .features .name
{
    width: 66.666%;
    padding-right: 20px;
}

.product_info .features .val
{
    width: 33.333%;
}



.product_info .documents
{
    display: flex;

    margin-bottom: -41px;
    margin-left: -41px;

    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
}

.product_info .documents .item
{
    color: #000;
    font-size: 16px;
    line-height: 21px;

    display: block;

    margin-bottom: 41px;
    margin-left: 41px;
    padding-top: 55px;

    text-align: center;
    text-decoration: none;
    letter-spacing: .04em;

    background: url(/bitrix/templates/eshop_bootstrap_green/css/../images/ic_download.png) 50% 0 no-repeat;
}

.product_info .documents .item:hover
{
    text-decoration: underline;
}



.quike_order
{
    padding: 40px 0;

    background: #f4f4f4;
}

.quike_order .title
{
    font-size: 20px;
    font-weight: 600;

    margin-bottom: 20px;

    text-align: center;
    letter-spacing: .04em;
}

.quike_order .form .lines
{
    display: flex;

    margin-left: -31px;

    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
}

.quike_order .form .lines .line
{
    width: calc(50% - 31px);
    margin-left: 31px;
}

.quike_order .form .line
{
    margin-bottom: 15px;
}

.quike_order .form .input,
.quike_order .form textarea
{
    border-color: #bebebe;
    background: transparent;
}

.quike_order .form .input.input_name
{
    padding-left: 58px;

    background: url(/bitrix/templates/eshop_bootstrap_green/css/../images/ic_input_name.png) 26px 50% no-repeat;
}

.quike_order .form .input.input_phone
{
    padding-left: 58px;

    background: url(/bitrix/templates/eshop_bootstrap_green/css/../images/ic_input_phone.png) 21px 50% no-repeat;
}

.quike_order .form textarea
{
    padding: 18px 40px;
}

.quike_order .form .input:focus,
.quike_order .form textarea:focus
{
    border-color: #444;
}

.quike_order .form .line.agree
{
    margin-bottom: 0;
}

.quike_order .form .or_call
{
    font-size: 15px;
    font-weight: 600;
    line-height: 24px;

    margin-top: 3px;
}

.quike_order .form .submit
{
    padding: 0;
}

.quike_order .form .submit_btn
{
    border-color: #f58125;
    background: #f58125;
}

.quike_order .form .submit_btn:hover
{
    color: #f58125;

    background: transparent;
}



.text_page
{
    padding-bottom: 40px;
}



.consult_block
{
    margin: 40px 0;
    padding: 40px 0;

    background: #17862b url(/bitrix/templates/eshop_bootstrap_green/css/../images/bg_clients.jpg) 50% 50% no-repeat;
    background-size: auto 105%;
}

.consult_block .col.left
{
    color: #fff;

    width: 390px;
}

.consult_block .title
{
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;

    letter-spacing: .04em;
}

.consult_block .phone
{
    font-size: 15px;
    line-height: 28px;

    margin-top: 40px;

    opacity: .76;
}

.consult_block .phone .number
{
    color: #fff;
    font-size: 24px;
    font-weight: 600;

    text-decoration: none;
}


.consult_block .form
{
    width: 570px;
    max-width: 100%;
}

.consult_block .form .lines
{
    display: flex;

    margin-left: -9px;

    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
}

.consult_block .form .lines .line
{
    width: calc(50% - 9px);
    margin-left: 9px;
}

.consult_block .form .line
{
    margin-bottom: 12px;
}

.consult_block .form .input,
.consult_block .form textarea
{
    color: #fff;

    border-color: 1px solid rgba(255,255,255,.72);
    background: transparent;
}

.consult_block .form .input.input_name
{
    padding-left: 58px;

    background: url(/bitrix/templates/eshop_bootstrap_green/css/../images/ic_input_name2.png) 26px 50% no-repeat;
}

.consult_block .form .input.input_phone
{
    padding-left: 58px;

    background: url(/bitrix/templates/eshop_bootstrap_green/css/../images/ic_input_phone2.png) 21px 50% no-repeat;
}

.consult_block .form textarea
{
    padding: 18px 40px;
}

.consult_block .form .input:focus,
.consult_block .form textarea:focus
{
    border-color: #fff;
}

.consult_block .form .line.agree
{
    margin-bottom: 0;
}

.consult_block .form ::-webkit-input-placeholder
{
    color: rgba(255,255,255,.71);
}
.consult_block .form ::-moz-placeholder
{
    color: rgba(255,255,255,.71);
}
.consult_block .form :-moz-placeholder
{
    color: rgba(255,255,255,.71);
}
.consult_block .form :-ms-input-placeholder
{
    color: rgba(255,255,255,.71);
}

.consult_block .form input[type=checkbox] + label
{
    width: 240px;
    max-width: 100%;
}

.consult_block .form input[type=checkbox] + label,
.consult_block .form input[type=checkbox] + label a
{
    color: rgba(255,255,255,.76);
}

.consult_block .form input[type=checkbox] + label:before
{
    border-color: rgba(255,255,255,.51);
}

.consult_block .form input[type=checkbox]:checked + label:before
{
    background: url(/bitrix/templates/eshop_bootstrap_green/css/../images/ic_checkbox2.png) 50% 50% no-repeat;
}

.consult_block .form .submit
{
    padding: 0;
}

.consult_block .form .submit_btn
{
    line-height: 53px;

    width: 187px;
    height: 57px;

    border-color: #f58125;
    background: #f58125;
}

.consult_block .form .submit_btn:hover
{
    color: #f58125;

    background: transparent;
}



.quote
{
    margin: 40px 0;
}

.quote .grid
{
    display: flex;

    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
}

.quote .foto
{
    width: 370px;
    max-width: 100%;
}

.quote .foto img
{
    display: block;

    max-width: 100%;

    border-bottom: 7px solid #e9e9e9;
    box-shadow: 0 2px 21px rgba(0,0,0,.08);
}

.quote .info
{
    font-size: 13px;
    line-height: 18px;

    width: calc(100% - 395px);

    letter-spacing: .04em;
}

.quote .info .name
{
    font-size: 24px;
    font-weight: 600;
    line-height: 25px;

    margin-bottom: 12px;
}

.quote .info .post
{
    font-size: 16px;
    line-height: 24px;

    margin-bottom: 12px;
}

.quote .info .email
{
    font-weight: 700;

    margin-top: 20px;
}

.quote .info .email a
{
    color: #000;
}

.quote .info .email a:hover
{
    text-decoration: none;
}

.quote .info .socials
{
    display: flex;

    margin-top: 12px;

    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.quote .info .socials a
{
    display: flex;

    width: 26px;
    height: 26px;

    transition: .2s linear;

    border: 1px solid rgba(0,0,0,.5);
    border-radius: 50%;

    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.quote .info .socials a + a
{
    margin-left: 8px;
}

.quote .info .socials img
{
    display: block;

    max-width: 100%;
    max-height: 100%;
}

.quote .info .socials img.hover
{
    display: none;
}

.quote .info .socials a:hover
{
    border-color: #f58125;
}

.quote .info .socials a:hover img
{
    display: none;
}

.quote .info .socials a:hover img.hover
{
    display: block;
}



.certs .grid
{
    display: flex;

    margin-bottom: -32px;
    margin-left: -32px;

    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.certs .item
{
    display: block;

    width: calc(20% - 32px);
    margin-bottom: 32px;
    margin-left: 32px;

    text-decoration: none;
}

.certs .item img
{
    display: block;

    max-width: 100%;
    margin: 0 auto;
}



.content_grid
{
    display: flex;

    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;
    flex-wrap: wrap;
}

.content
{
    width: calc(100% - 401px);
    padding-top: 40px;
}



.text_block
{
    font-size: 14px;
    line-height: 24px;

    letter-spacing: .04em;
}

.text_block h2
{
    font-size: 28px;
    font-weight: 600;
    line-height: 34px;

    margin-bottom: 20px;
}

.text_block * + h2
{
    margin-top: 40px;
}

.text_block h3
{
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;

    margin-bottom: 20px;
}

.text_block * + h3
{
    margin-top: 40px;
}

.text_block h4
{
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;

    margin-bottom: 20px;
}

.text_block * + h4
{
    margin-top: 30px;
}

.text_block h5
{
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;

    margin-bottom: 20px;
}

.text_block h6
{
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;

    margin-bottom: 20px;
}

.text_block p,
.text_block img,
.text_block iframe,
.text_block ul,
.text_block ol,
.text_block blockquote,
.text_block hr,
.text_block .table_wrap,
.text_block figure
{
    margin-bottom: 20px;
}

.text_block img,
.text_block iframe
{
    display: block;

    max-width: 100%;
    margin: 0 0 20px;
}

.text_block img.left
{
    max-width: 50%;
    margin-right: 40px;
}

.text_block img.right
{
    max-width: 50%;
    margin-left: 40px;
}


.text_block .table_wrap
{
    overflow: auto;

    max-width: 100%;
    margin: 20px 0;
}

.text_block table
{
    width: 100%;

    border-spacing: 0;
    border-collapse: collapse;
}

.text_block table th
{
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;

    min-height: 63px;
    padding: 15px 20px;

    text-align: center;
    vertical-align: middle;
    letter-spacing: .04em;

    border: 1px solid #f58125;
    background: #f58125;
}

.text_block table td
{
    padding: 20px;

    text-align: center;
    vertical-align: middle;

    border: 1px solid rgba(96,96,96,.11);
}

.text_block table td b,
.text_block table td strong
{
    font-size: 18px;
    font-weight: 600;
}

.text_block table tbody tr:nth-child(2n+1) td
{
    background: #f6f6f6;
}


.text_block ul li
{
    position: relative;

    display: block;

    padding-left: 20px;
}

.text_block ul li + li
{
    margin-top: 10px;
}

.text_block ul li:before
{
    position: absolute;
    top: 10px;
    left: 0;

    display: block;

    width: 4px;
    height: 4px;

    content: '';

    border-radius: 50%;
    background: #f58125;
}


.text_block ol
{
    counter-reset: li;
}

.text_block ol li
{
    position: relative;

    display: block;

    padding-left: 20px;
}

.text_block ol li + li
{
    margin-top: 10px;
}

.text_block ol li:before
{
    color: #17862b;

    position: absolute;
    top: 0;
    left: 0;

    content: counter(li)'.';
    counter-increment: li;
}


.text_block a
{
    color: #f58125;
}

.text_block a:hover
{
    text-decoration: none;
}


.text_block blockquote
{
    margin: 30px 0;
    padding: 25px 30px 5px;

    background: #e5e5e5;
}

.text_block blockquote.columns
{
            column-count: 2;
    -webkit-column-count: 2;
       -moz-column-count: 2;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
}

.text_block blockquote.columns > *
{
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}



.faq
{
    margin: 30px 0;
}

.faq .title
{
    font-size: 28px;
    font-weight: 600;

    margin-bottom: 20px;

    letter-spacing: .04em;
}

.faq .item + .item
{
    margin-top: 17px;
}

.faq .item .name
{
    color: #fff;
    font-size: 19px;
    font-weight: 600;

    position: relative;

    padding: 20px 90px 20px 42px;

    cursor: pointer;
    letter-spacing: .04em;

    background: #178a2d;
}

.faq .item .name:after
{
    position: absolute;
    top: 50%;
    right: 39px;

    display: block;

    width: 7px;
    height: 11px;
    margin-top: -6px;

    content: '';

    background: url(/bitrix/templates/eshop_bootstrap_green/css/../images/ic_arrow_down.png) 50% 50% no-repeat;
}

.faq .item .name.active:after
{
    background: url(/bitrix/templates/eshop_bootstrap_green/css/../images/ic_arrow_up.png) 50% 50% no-repeat;
}

.faq .item .data
{
    display: none;

    padding: 25px 42px 5px;

    background: #e9e9e9;
}



.gallery
{
    margin: 20px 0 10px;
}

.gallery .slider
{
    width: calc(100% + 30px);
    margin: 0 -15px;
}

.gallery .slide
{
    display: none;

    padding: 0 15px 30px;
}

.gallery .owl-loaded .slide
{
    display: block;
}

.gallery .item
{
    font-size: 14px;
    line-height: 26px;

    letter-spacing: .04em;
}

.gallery .item img
{
    position: relative;
    z-index: 9;

    display: block;

    width: 100%;
    margin: 0;
}

.gallery .item .desc
{
    position: relative;
    z-index: 1;

    padding: 20px;

    transition: .2s linear;

    box-shadow: 0 2px 4px rgba(0,0,0,.08);
}

.gallery .item:hover .desc
{
    box-shadow: 0 2px 21px rgba(0,0,0,.08);
}



.all
{
    margin-top: 29px;

    text-align: right;
}

.all a
{
    color: #17862b;
    font-size: 16px;
    font-weight: 600;
    line-height: 53px;

    display: inline-block;

    height: 57px;
    padding: 0 20px;

    transition: .2s linear;
    vertical-align: top;
    text-decoration: none;
    letter-spacing: .02em;

    border: 2px solid;
}

.all a:hover
{
    color: #fff;

    border-color: #17862b;
    background: #17862b;
}



.form .line
{
    margin-bottom: 30px;
}

.form .line.grid
{
    display: flex;

    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
}

.form .line.grid .name
{
    display: flex;

    width: 110px;
    min-height: 58px;
    margin: 0;
    padding-right: 15px;

    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.form .line.grid .field
{
    display: flex;

    width: calc(100% - 110px);

    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.form .line.grid .field.phone .input
{
    width: calc(100% - 87px);
}

.form .line.grid .field.phone .input.mini
{
    width: 70px;
    padding: 0 15px;

    text-align: center;
}


.form .name
{
    font-size: 16px;
    line-height: 20px;

    margin-bottom: 10px;

    letter-spacing: .04em;
}

.form .field
{
    position: relative;
}

.form .input
{
    color: rgba(0,0,0,.71);
    font: 14px Open Sans;

    display: block;

    width: 100%;
    height: 58px;
    padding: 0 23px;

    transition: .2s linear;
    letter-spacing: .04em;

    border: 1px solid #efefef;
    background: #fff;
}

.form textarea
{
    color: rgba(0,0,0,.71);
    font: 14px Open Sans;

    display: block;

    width: 100%;
    height: 113px;
    padding: 18px 23px;

    resize: none;
    transition: .2s linear;
    letter-spacing: .04em;

    border: 1px solid #efefef;
    background: #fff;
}


.form .input:focus,
.form textarea:focus
{
    border-color: #d5d5d5;
}

.form .input.error,
.form textarea.error
{
    border-color: #df4545;
}

.form .error_text
{
    color: #df4545;

    padding-top: 7px;
}


.form .exp
{
    font-size: 14px;
    font-style: italic;
    line-height: 24px;

    letter-spacing: .04em;

    opacity: .49;
}


.form input[type=checkbox]
{
    display: none;
}

.form input[type=checkbox] + label
{
    font-size: 14px;
    line-height: 24px;

    position: relative;

    display: table-cell;

    min-height: 24px;
    padding-left: 22px;

    cursor: pointer;
    vertical-align: middle;
}

.form input[type=checkbox] + label a
{
    color: #000;
}

.form input[type=checkbox] + label a:hover
{
    text-decoration: underline;
}

.form input[type=checkbox] + label:before
{
    position: absolute;
    top: 5px;
    left: 0;

    display: block;

    width: 13px;
    height: 13px;

    content: '';

    border: 1px solid #999;
    border-radius: 2px;
}

.form input[type=checkbox]:checked + label:before
{
    background: url(/bitrix/templates/eshop_bootstrap_green/css/../images/ic_checkbox.png) 50% 50% no-repeat;
}


.form .submit
{
    padding-top: 10px;

    text-align: center;
}

.form .submit_btn
{
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 44px;

    display: inline-block;

    height: 48px;
    padding: 0 20px;

    cursor: pointer;
    transition: .2s linear;
    vertical-align: top;

    border: 2px solid #17862b;
    background: #17862b;
}

.form .submit_btn:hover
{
    color: #17862b;

    background: #fff;
}



.pagination
{
    color: #8e8e8e;
    font: 300 16px/26px Roboto;

    margin-top: 20px;

    text-align: center;
}

.pagination a,
.pagination .sep
{
    color: #8e8e8e;

    display: inline-block;

    margin: 0 3px;

    transition: color .2s linear;
    vertical-align: top;
    text-decoration: none;
}

.pagination a:hover
{
    color: #323232;
}

.pagination a.active
{
    color: #323232;
    font-weight: 500;
}

.pagination a.prev,
.pagination a.next
{
    width: 26px;
    height: 26px;

    transition: opacity .2s linear;

    opacity: .54;
}

.pagination a.prev
{
    background: url(/bitrix/templates/eshop_bootstrap_green/css/../images/ic_pag_prev.png) 50% 50% no-repeat;
}

.pagination a.next
{
    background: url(/bitrix/templates/eshop_bootstrap_green/css/../images/ic_pag_next.png) 50% 50% no-repeat;
}

.pagination a.prev:hover,
.pagination a.next:hover
{
    opacity: .9;
}



/*---------------
   Footer
---------------*/
footer
{
    background: #17862b url(/bitrix/templates/eshop_bootstrap_green/css/../images/bg_footer.jpg) 50% 50% no-repeat;
    background-size: cover;
}


footer .info
{
    display: flex;

    padding: 55px 0 40px;

    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
}

footer .info .title
{
    color: #fff;
    font-size: 15px;
    font-weight: 600;

    position: relative;

    margin-bottom: 20px;
    padding-bottom: 10px;

    letter-spacing: .04em;
}

footer .info .title:after
{
    position: absolute;
    bottom: 0;
    left: 0;

    display: block;

    width: 64px;
    height: 1px;

    content: '';

    background: #f58125;
}


footer .links li
{
    display: block;

    list-style: none;
}

footer .links li + li
{
    margin-top: 15px;
}

footer .links li a
{
    color: #fff;
    font-size: 15px;
    font-weight: 600;

    display: inline-block;

    vertical-align: top;
    text-decoration: none;
    letter-spacing: .04em;
}

footer .links li a:hover
{
    text-decoration: underline;
}


footer .contacts
{
    color: #fff;
    font-size: 15px;
    line-height: 22px;

    letter-spacing: .04em;
}

footer .contacts > * + *
{
    margin-top: 20px;
}

footer .contacts .phones
{
    font-size: 14px;
    line-height: 24px;

    padding-left: 22px;

    background: url(/bitrix/templates/eshop_bootstrap_green/css/../images/ic_phones.png) 0 5px no-repeat;
}

footer .contacts .phones > * + *
{
    margin-top: 3px;
}

footer .contacts .phones .number
{
    font-size: 17px;
}

footer .contacts .phones .number a
{
    color: #fff;

    display: inline-block;

    transition: .2s linear;
    vertical-align: top;
    text-decoration: none;

    border-bottom: 1px dashed transparent;
}

footer .contacts .phones .number a:hover
{
    border-color: rgba(255,255,255,.5);
}

footer .callback_link
{
    color: #fff;
    font-size: 15px;

    display: inline-block;

    transition: .2s linear;
    vertical-align: top;
    text-decoration: none;

    border-bottom: 1px dashed rgba(255,255,255,.5);
}

footer .callback_link:hover
{
    opacity: .63;
    border-color: #fff;
}

footer .contacts .email
{
    padding-left: 22px;

    background: url(/bitrix/templates/eshop_bootstrap_green/css/../images/ic_email.png) 0 7px no-repeat;
}

footer .contacts .email a
{
    color: #fff;

    display: inline-block;

    transition: .2s linear;
    vertical-align: top;
    text-decoration: none;

    border-bottom: 1px dashed transparent;
}

footer .contacts .email a:hover
{
    border-color: rgba(255,255,255,.5);
}

footer .contacts .adres
{
    padding-left: 22px;

    background: url(/bitrix/templates/eshop_bootstrap_green/css/../images/ic_adres.png) 0 5px no-repeat;
}


footer .socials .items
{
    display: flex;

    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

footer .socials a
{
    display: flex;

    width: 31px;
    height: 31px;

    border: 1px solid rgba(255,255,255,.5);
    border-radius: 50%;

    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

footer .socials a + a
{
    margin-left: 18px;
}

footer .socials img
{
    display: block;

    max-width: 100%;
    max-height: 100%;
}

footer .socials img.hover
{
    display: none;
}

footer .socials a:hover
{
    border-color: #f58125;
}

footer .socials a:hover img
{
    display: none;
}

footer .socials a:hover img.hover
{
    display: block;
}


footer .subscribe
{
    width: 352px;
    max-width: 100%;
    margin-top: -16px;
    padding: 36px 36px 43px;

    background: #116521 url(/bitrix/templates/eshop_bootstrap_green/css/../images/bg_subscribe.png) 100% calc(100% - 34px) no-repeat;
    box-shadow: 0 15px 13px rgba(0,0,0,.08);
}

footer .subscribe .title
{
    font-size: 18px;
    line-height: 25px;
}

footer .subscribe form
{
    position: relative;

    display: flex;

    width: calc(100% - 80px);

    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

footer .subscribe form .input
{
    color: rgba(255,255,255,.66);
    font: 300 13px Open Sans;

    display: block;

    width: 88%;
    height: 30px;
    padding: 0 21px 0 12px;

    border: none;
    border-bottom: 1px solid rgba(255,255,255,.51);
    background: none;
}

footer .subscribe form ::-webkit-input-placeholder
{
    color: rgba(255,255,255,.66);
}
footer .subscribe form ::-moz-placeholder
{
    color: rgba(255,255,255,.66);
}
footer .subscribe form :-moz-placeholder
{
    color: rgba(255,255,255,.66);
}
footer .subscribe form :-ms-input-placeholder
{
    color: rgba(255,255,255,.66);
}

footer .subscribe form .submit_btn
{
    width: 8px;
    height: 30px;
    margin-left: -8px;

    cursor: pointer;

    border: none;
    background: url(/bitrix/templates/eshop_bootstrap_green/css/../images/ic_arr_right.png) 50% 50% no-repeat;
}

footer .subscribe .success
{
    color: #fff;
    font-size: 13px;
    font-weight: 600;

    position: absolute;
    z-index: 10;
    bottom: 38px;
    left: 0;

    display: none;

    width: calc(100% + 80px);
    padding: 15px;

    text-align: center;

    background: #151515;
}

footer .subscribe .success:after
{
    position: absolute;
    right: 83px;
    bottom: -14px;

    display: block;

    width: 14px;
    height: 14px;
    margin-right: -7px;

    content: '';

    border: 7px solid transparent;
    border-top-color: #151515;
}


footer .langs
{
    color: rgba(255,255,255,.75);
    font-size: 14px;

    margin-top: 25px;
    padding-left: 36px;
}

footer .langs a
{
    color: rgba(255,255,255,.75);

    display: inline-block;

    padding-left: 19px;

    vertical-align: top;
    text-decoration: none;

    background: url(/bitrix/templates/eshop_bootstrap_green/css/../images/ic_langs.png) 0 50% no-repeat;
}

footer .langs a:hover
{
    text-decoration: underline;
}


footer .bottom
{
    color: rgba(255,255,255,.66);
    font-size: 13px;
    font-weight: 300;

    display: flex;

    padding: 40px 0 22px;

    border-top: 1px solid rgba(255,255,255,.19);

    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
}

footer .bottom a
{
    color: rgba(255,255,255,.66);
}

footer .bottom a:hover
{
    text-decoration: none;
}



/*---------------
   PopUp
---------------*/
.modal
{
    display: none;

    width: 530px;
    max-width: calc(100% - 40px);
    padding: 40px 80px;

    background: #fff;
    box-shadow: 0 15px 13px rgba(0,0,0,.08);
}

.modal_title
{
    font-size: 28px;
    font-weight: 600;
    line-height: 28px;

    margin-bottom: 30px;

    text-align: center;
}


#success_modal
{
    font-size: 14px;
    line-height: 24px;

    text-align: center;
    letter-spacing: .04em;
}




.product_info .showed_tab_content{
	display: block;
}

.magic_left, .magic_right{
	width: 60px;
	height: 80px;
	position: absolute;
	top: calc(50% - 35px);
	
	border: none;
}

.magic_left {
	background: url(/bitrix/templates/eshop_bootstrap_green/css/../images/left.png) 0 50% no-repeat;
	background-size: contain;
	left: -30%;
}

.magic_right {
	background: url(/bitrix/templates/eshop_bootstrap_green/css/../images/right.png) 0 50% no-repeat;
	background-size: contain;
right: -30%;
}

.magic_left:hover, .magic_right:hover{
	cursor: pointer;
}










.main_slider .owl-carousel
{
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;

    width: 100%;

    -webkit-tap-highlight-color: transparent;
}

.main_slider .owl-carousel .owl-stage
{
    position: relative;

    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */
}
.main_slider .owl-carousel .owl-stage:after
{
    line-height: 0;

    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '.';
}
.main_slider .owl-carousel .owl-stage-outer
{
    position: relative;

    overflow: hidden;
    /* fix for flashing background */

    -webkit-transform: translate3d(0px, 0px, 0px);
}
.main_slider .owl-carousel .owl-wrapper,
.main_slider .owl-carousel .owl-item
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);

    -webkit-backface-visibility: hidden;
       -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
}
.main_slider .owl-carousel .owl-item
{
    position: relative;

    float: left;

    min-height: 1px;

    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.main_slider .owl-carousel .owl-nav.disabled,
.main_slider .owl-carousel .owl-dots.disabled
{
    display: none;
}
.main_slider .owl-carousel .owl-nav .owl-prev,
.main_slider .owl-carousel .owl-nav .owl-next,
.main_slider .owl-carousel .owl-dot
{
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

     -khtml-user-select: none;
}
.main_slider .owl-carousel.owl-loaded
{
    display: block;
}
.main_slider .owl-carousel.owl-loading
{
    display: block;

    opacity: 0;
}
.main_slider .owl-carousel.owl-hidden
{
    opacity: 0;
}
.main_slider .owl-carousel.owl-refresh .owl-item
{
    visibility: hidden;
}
.main_slider .owl-carousel.owl-drag .owl-item
{
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
.main_slider .owl-carousel.owl-grab
{
    cursor: move;
    cursor: grab;
}
.main_slider .owl-carousel.owl-rtl
{
    direction: rtl;
}
.main_slider .owl-carousel.owl-rtl .owl-item
{
    float: right;
}

/* No Js */
.main_slider .no-js .owl-carousel
{
    display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.main_slider .owl-carousel .animated
{
    animation-duration: 1000ms;

    animation-fill-mode: both;
}

.main_slider .owl-carousel .owl-animated-in
{
    z-index: 0;
}

.main_slider .owl-carousel .owl-animated-out
{
    z-index: 1;
}

.main_slider .owl-carousel .fadeOut
{
    animation-name: fadeOut;
}

@keyframes fadeOut
{
    0%
    {
        opacity: 1;
    }
    100%
    {
        opacity: 0;
    }
}

/*
 *  Owl Carousel - Auto Height Plugin
 */
.main_slider .owl-height
{
    transition: height 500ms ease-in-out;
}

/*
 *  Owl Carousel - Lazy Load Plugin
 */
.main_slider .owl-carousel .owl-item .owl-lazy
{
    transition: opacity 400ms ease;

    opacity: 0;
}

.main_slider .owl-carousel .owl-item img.owl-lazy
{
    transform-style: preserve-3d;
}

/*
 *  Owl Carousel - Video Plugin
 */
.main_slider .owl-carousel .owl-video-wrapper
{
    position: relative;

    height: 100%;

    background: #000;
}

.main_slider .owl-carousel .owl-video-play-icon
{
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;

    width: 80px;
    height: 80px;
    margin-top: -40px;
    margin-left: -40px;

    cursor: pointer;
    transition: transform 100ms ease;

    background: url('/bitrix/templates/eshop_bootstrap_green/css/owl.video.play.png') no-repeat;

    -webkit-backface-visibility: hidden;
}

.main_slider .owl-carousel .owl-video-play-icon:hover
{
    -ms-transform: scale(1.3, 1.3);
        transform: scale(1.3, 1.3);
}

.main_slider .owl-carousel .owl-video-playing .owl-video-tn,
.main_slider .owl-carousel .owl-video-playing .owl-video-play-icon
{
    display: none;
}

.main_slider .owl-carousel .owl-video-tn
{
    height: 100%;

    transition: opacity 400ms ease;

    opacity: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.main_slider .owl-carousel .owl-video-frame
{
    position: relative;
    z-index: 1;

    width: 100%;
    height: 100%;
}



.main_slider .owl-carousel .owl-nav .owl-prev,
.main_slider .owl-carousel .owl-nav .owl-next
{
    color: #236630;

    position: absolute;
    z-index: 99;
    top: 0;
    bottom: 0;

    overflow: visible;

    width: 56px;
    height: 56px;
    margin: auto !important;

    text-indent: -9999px;

    opacity: 1;
    border-radius: 50%;
    background: rgba(255,255,255,.2);
}

.main_slider .owl-carousel .owl-nav .owl-prev
{
    left: 10px;
}

.main_slider .owl-carousel .owl-nav .owl-next
{
    right: 10px;
}

.main_slider .owl-carousel .owl-nav .owl-prev:before,
.main_slider .owl-carousel .owl-nav .owl-next:before
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 8px;

    display: block;

    width: 16px;
    height: 16px;
    margin: auto;

    content: '';
    transform: rotate(-45deg);

    border-top: 3px solid;
    border-left: 3px solid;
}

.main_slider .owl-carousel .owl-nav .owl-next:before
{
    left: -8px;

    transform: rotate(-225deg);
}



.main_slider .carousel.owl-carousel .owl-nav .owl-prev,
.main_slider .carousel.owl-carousel .owl-nav .owl-next
{
    position: absolute;
    z-index: 99;
    top: 50%;

    overflow: visible;

    width: 43px;
    height: 43px;
    margin-top: -22px;

    transition: opacity .2s linear;
    text-indent: -9999px;

    opacity: 1;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 4px 8px rgba(0,0,0,.08);
}

.main_slider .carousel.owl-carousel .owl-nav .owl-prev
{
    left: 0;
}

.main_slider .carousel.owl-carousel .owl-nav .owl-next
{
    right: 0;
}

.main_slider .carousel.owl-carousel .owl-nav .owl-prev:before
{
    position: absolute;
    top: 50%;
    left: 50%;

    display: block;

    width: 10px;
    height: 10px;
    margin-top: -5px;
    margin-left: -3px;

    content: '';
    transform: rotate(-45deg);

    border: none;
    border-top: 1px solid #ababab;
    border-left: 1px solid #ababab;
}

.main_slider .carousel.owl-carousel .owl-nav .owl-next:before
{
    position: absolute;
    top: 50%;
    right: 50%;

    display: block;

    width: 10px;
    height: 10px;
    margin-top: -5px;
    margin-right: -3px;

    content: '';
    transform: rotate(-45deg);

    border: none;
    border-right: 1px solid #ababab;
    border-bottom: 1px solid #ababab;
}




.main_slider .owl-dots
{
    position: absolute;
    bottom: 0;
    left: 50%;

    display: flex;

    width: auto;
    height: 37px;
    padding: 12px 18px;

    transform: translateX(-50%);
    text-align: center;

    border-radius: 4px;
    background: rgba(255,255,255,.2);

    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
}

.main_slider .owl-dot
{
    position: relative;

    display: inline-block;

    width: 14px;
    height: 14px;

    transition: .2s linear;
    vertical-align: top;

    opacity: .5;
    border: 1px solid #fe8d17;
    border-radius: 50%;
    background: #fff;
}

.main_slider .owl-dot + .owl-dot
{
    margin-left: 10px;
}

.main_slider .owl-dot:hover,
.main_slider .owl-dot.active
{
    opacity: 1;
    border-color: #fe8d17;
    background: #fe8d17;
}




.products .product .info .desc {
	display: flex;
}

.products .product .links > * + * {
  margin-left: 0;
  margin-top: 5px;
  border: none !important;
  background: none !important;
}

.products .product .links a {
	min-width: 160px;
	padding: 0 7px;
	border-radius: 9px;
	line-height: 38px;
	height: 42px;
}

.products .product .links {
	margin-top: -17px;
}

.products .product .links a .icon{
	display: none !important;
}

.products .product .links > a + a:hover {
	color: #17862b !important;
	text-decoration: underline;
	cursor: pointer;
}


#grid_icons {
	position: absolute;
	top: -1px;
	right: 1px;
}

#grid_icons > a{
	width: 24px;
	height: 24px;
	display: inline-block;
	position: relative;
}

#set_list_grid {
	background: url(/bitrix/templates/eshop_bootstrap_green/css/../images/grid_list.png) 0 0 no-repeat;
	margin-right: 8px;
	filter: grayscale(100%);
	opacity: 0.4;
}

#set_table_grid {
	background: url(/bitrix/templates/eshop_bootstrap_green/css/../images/grid_table.png) 0 0 no-repeat;
	filter: grayscale(100%);
	opacity: 0.4;
}

#grid_icons > a.active {
	opacity: 1;
	filter: unset;
}

#grid_icons > a:hover {
	filter: unset;
}

.products_table {
	margin-left: -10px;
}

.products_table > .row {
	display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
  
  margin-bottom: -20px;
  margin-left: -20px;
  --products_count: 5;
  align-items: stretch;
  align-content: stretch;
  
  --products_count: 3;
}

.products_table > .row > .product{
	width: calc(33.333% - 20px);
	margin-top: 0;
	margin-bottom: 20px;
  margin-left: 20px;
  padding-right: 0;
}

.products_table .product .filter_icons_item {
	margin-right: 8px;
}

.products_table .product .thumb {
	width: 100%;
	padding: 0;
	border-bottom: 1px solid #e4e4e4;
}

.products_table .product .info {
	width: 100%;
	padding: 12px;
	line-height: 18px;
}

.products_table .product .links {
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: baseline;
}

.products_table .product .links a {
	min-width: 130px;
}

.products_table .product .links a.details {
	margin-right: 16px;

}


.products_table .product .links > * + * { 
	border: 1px solid #17862b !important;
}

.products_table .product .links a.price_link:hover {
  color: #fff !important;
  background: #17862b !important;
  text-decoration: none !important;
}


@media (max-width: 1300px)
{
	.products_table .product .links a {
		min-width: 100px;
		font-size: 14px;
		line-height: 33px;
		height: 37px;
	}
}


@media (max-width: 1100px)
{
	.products_table > .row  {
		--products_count: 2;
	}
	
	.products_table > .row > .product{
		width: calc(50% - 20px);
	}
}


.products_table .desc_inner {
	max-height: 55px;
	overflow: hidden;
}

.products_table .product .desc{
	position: relative;
}

.products_table .product:hover .desc_inner {
	max-height: 286px;
  position: absolute;
 bottom: 0;
  background: white;
  margin-bottom: 0;
  margin-left: -12px;
  margin-right: -13px;
  padding: 14px 14px 0 14px;
  
  transition-property: transform;
	transition-duration: 500ms;
	transition-timing-function: ease;
}
.products_table .product .desc_inner_hidden {
	height: 55px;
	display:none;
}

.products_table .product:hover .desc_inner_hidden {
	display:block;
}




.cat_cats{
    margin: 14px 0 0 -16px;
	  align-items: stretch;
	  align-content: stretch;
	  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
}

.cat_cats > a{
	width: calc(100%/7 - 13px);
  margin: 13px 0 0 13px;
  border: 2px solid #F5F5F5;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-content: center;
  flex-wrap: wrap;
  text-decoration: none;
  padding: 10px;
  transition: .2s linear;
  background: #F5F5F5;
  color: black;
  height: 88px;
  border-radius: 10px;
}

.cat_cats > a.active {
	background: #17862b;
	color: white;
	border: 2px solid #17862b;
}

.cat_cats > a:hover {
	background: #E77B25;
	color: white;
	border: 2px solid #E77B25;
}

.cat_cats > a > .detail {
	display: none;
}

.cat_cats > a:hover > .detail {
	display: block;
	background: url(/bitrix/templates/eshop_bootstrap_green/css/../images/ic_details_big.png) 0 0 no-repeat;
	width: 100%;
  background-position: right;
}

.cat_cats > a:hover > span {
	display: none;
}

/*
.cat_cats > a > span {
	 margin: auto 0;
}*/




@media (max-width: 1400px)
{
	.cat_cats > a{
		width: calc(100%/6 - 13px);
	}
}


.products_list.products_list_wo_offers .product .info .desc {
	width: 100%;
}

.products_list.products_list_wo_offers .product .links {
	margin-top: 0;
}

.products_list .product .links {
	justify-content: flex-end;
	align-content: flex-start;
}

.download2 {
	width: 31px;
	height: 31px;
	background: url(/bitrix/templates/eshop_bootstrap_green/css/../images/ic_download2.png) 0 0 no-repeat;
	display: block;
}







.print_cats{
    margin: 14px 0 0 -16px;
	  align-items: stretch;
	  align-content: stretch;
	  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
}

.print_cats > .item_wrap{
	width: calc(100%/5 - 13px);
  margin: 13px 0 0 13px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-content: center;
  flex-wrap: wrap;
  text-decoration: none;
  padding: 10px;
  transition: .2s linear;
  color: black;
  border-radius: 10px;
}


.print_cats > .item_wrap > a{
	width: 100%;
	text-decoration: none;
	color: #E77B25;
}

.print_cats > .item_wrap > a:hover{
	text-decoration: underline;
}

.print_cats img{
	height: 242px;
}

.print_cats .thumb{
	outline: 1px solid #F5F5F5;
    margin: auto;
    text-align: center;
}

.print_cats .name{
	position: relative;
	
	margin-top: 10px;
}


.print_cats .name .download2{
	position: absolute;
  top: -40px;
  left: -16px;
}


@media (max-width: 1400px)
{
	.print_cats > .item_wrap{
		width: calc(100%/4 - 13px);
	}
}



.articles.articles_on_main .item .bottom {
	justify-content: space-between;
}
.sticker_main_ibs{
	padding: 0px 10px;
	width: 60%;
	margin-left: -28px;
}




.articles.articles_news .grid
{
    display: flex;

    margin-bottom: -33px;
    margin-left: -33px;

    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    flex-wrap: wrap;
}

.articles.articles_news .item_wrap
{
    position: relative;
    z-index: 1;

    width: calc(25% - 33px);
    margin-bottom: 33px;
    margin-left: 33px; 
}






#page_3d_cat .articles .grid {
  display: flex;
  margin-bottom: -33px;
  margin-left: -33px;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  flex-wrap: wrap;
}


#page_3d_cat #threed_kat_list .item_wrap {
  margin-left: 17px;
  margin-right: 16px;
}

#page_3d_cat .articles .item_wrap {
  position: relative;
  z-index: 1;
  width: calc(25% - 33px);
  margin-bottom: 33px;
}


#page_3d_cat .invisible_span {
	display: none;
}

#page_3d_cat #threed_kat_list .filter_icons_item {
	justify-content: end;
}

#page_3d_cat #threed_kat_list .filter_icons_item > span {
	flex: unset;
	margin-right: 10px;
}

#page_3d_cat #threed_kat_list .name {
	min-height: 48px;
}
/* End */


/* Start:/bitrix/templates/eshop_bootstrap_green/css/custom.css?173996573917567*/
label {
	font-weight: normal;
}
.form .error_mes,
.modal_message {
	color: #f58125;
}

#threed_kat_list .info_3d {
	height: 200px;
	background-size: cover;
}

#threed_kat_list .name{
	color: black;
	text-align: right;
	font-size: 16px;
	font-weight: bold;
	font-family: 'Arial', sans-serif;
	margin-top: 5px;
	margin-right: 5px;
}



.threed_line {
	border-top: 1px solid grey;
	margin: 5px 30px;
}


#threed_kat_list .item:hover {
	width: 100%;
	margin: 0;
}

aside .filter .show_link2 {
	color: white;
	background-color: #178a2d !important;
	font-size: 16px;
	font-weight: 600;
	line-height: 46px;
	min-width: 190px;
	height: 48px;
	padding: 0 20px;
	transition: 0.2s linear;
	text-align: center;
	white-space: nowrap;
	text-decoration: none;
	letter-spacing: 0.02em;
	border: 1px solid #178a2d;
	cursor: pointer;
}
aside .filter .show_link2 a {
	color: white;
}
aside .filter .show_link2:hover {
	color: #fff;
	border-color: #17862b;
	background: #17862b;
}
aside .filter .show_link2:hover a {
	color: #fff;
}
.product_info .sizes .product .success_del {
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	position: absolute;
	z-index: 10;
	right: 137px;
	bottom: 0;
	display: none;
	padding: 15px;
	text-align: center;
	white-space: nowrap;
	background: #151515;
}
.product_info .sizes .product .success_del:after {
	position: absolute;
	top: 50%;
	right: -14px;
	display: block;
	width: 14px;
	height: 14px;
	margin-top: -7px;
	content: "";
	border: 7px solid transparent;
	border-left-color: #151515;
}
#order_form_content {
	display: flex;
	margin-bottom: -20px;
	/* margin-left: -30px; */
	justify-content: space-between;
	align-items: stretch;
	align-content: stretch;
	flex-wrap: wrap;
}
header .logo span {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
header .logo a + span {
	margin-left: 50px;
}
header.fixed .logo span {
	display: none;
}
.wrap {
	overflow: visible;
}
.product_info .tabs li {
	margin-bottom: 0;
}
header .search_link,
header .search form .submit_btn {
	background: url(/bitrix/templates/eshop_bootstrap_green/css/../images/svg/search.svg) 50% 50% no-repeat;
}
header .cart_link {
	background: url(/bitrix/templates/eshop_bootstrap_green/css/../images/svg/cart.svg) 0 0 no-repeat;
}
header .cart_link:hover {
	background: url(/bitrix/templates/eshop_bootstrap_green/css/../images/svg/cart_hover.svg) 0 0 no-repeat;
}
.modal .form .input {
	height: 42px;
}
.modal .form .line {
	margin-bottom: 22px;
}
.modal .form textarea {
	height: 77px;
}
.subscribe .submit_btn {
	width: 25px !important;
	background-color: #0d501a !important;
	border-radius: 25px !important;
	margin-left: -14px !important;
	margin-bottom: 2px;
	height: 25px !important;
}
label.error {
	color: #f58125;
	font-size: 12px;
	position: absolute;
	top: 30px;
}
.errortext {
	color: #f58125;
}
.subscribe_table td p {
	/*padding-bottom: 5px;*/
}
.subscribe_note {
	padding: 40px;
}
.subscribe_note,
.subscribe_note * {
	color: grey;
	font-size: 12px;
}
.bx-filter-block {
	display: none;
}
.thumb-wrap {
	position: relative;
	padding-top: 30px;
	display: inline-block;
	width: 100%;
	text-align: center;
}
.thumb-wrap iframe {
	top: 0;
	left: 0;
	width: 100%;
	max-width: 506px;
}

.advanatges .item {
	cursor: default;
}

.quike_order .form .input,
.quike_order .form textarea {
	border-color: #6a6969;
}

footer .socials{
	margin-top: 20px;
}


.buttonUp a.orange-color{
	background: #ff5722 url(/bitrix/templates/eshop_bootstrap_green/css/../images/ic_arrow_up.png) 50% 50% no-repeat;
}


header.fixed .top {
    display: block;
    padding: 10px 0;
}

.buttonUp {
	bottom: 60px;
}

.bottom_text .text_block, .tab_content .text_block {
    color: grey;
}

.bottom_text .text_block h2,.bottom_text .text_block table {
    color: black;
}

.text_block.down {
    margin: 0px 0 3em;
    padding: 1em 0 0 0;
    /* border-top: 1px solid #99a3ad; */
    color: #99a3ad;
}
/*on main*/
.chart img {
    max-width: 100%;
}
.stats .item.chart .info {
    width: 100%;
}
div#eurusd {
    width: 100%!important;
}
.stats .grid.stretch{align-items:stretch;}
/*preloader*/
.preload_wrapper{
	position: fixed;
    width: 100%;
    height: 100vh;
    background: rgba(255, 255, 255, 0.7);
    top: 0;
    left: 0;
    z-index: 999999;
}
.cssload-loader {
    position: relative;
    left: calc(50% - 31px);
    width: 100px;
    height: 100px;
    margin:130px 0;
    perspective: 780px;
    top: calc(50% - 150px);
}

.cssload-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
    border-radius: 50%;
        -o-border-radius: 50%;
        -ms-border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
}	
  .cssload-inner.cssload-one {
    left: 0%;
    top: 0%;
    animation: cssload-rotate-one 1.15s linear infinite;
    -o-animation: cssload-rotate-one 1.15s linear infinite;
    -ms-animation: cssload-rotate-one 1.15s linear infinite;
    -webkit-animation: cssload-rotate-one 1.15s linear infinite;
    -moz-animation: cssload-rotate-one 1.15s linear infinite;
    border-bottom: 3px solid #efefef;
}
  .cssload-inner.cssload-two {
    right: 0%;
    top: 0%;
    animation: cssload-rotate-two 1.15s linear infinite;
    -o-animation: cssload-rotate-two 1.15s linear infinite;
    -ms-animation: cssload-rotate-two 1.15s linear infinite;
    -webkit-animation: cssload-rotate-two 1.15s linear infinite;
    -moz-animation: cssload-rotate-two 1.15s linear infinite;
    border-right: 3px solid rgba(23, 134, 43, 0.99);
}
.cssload-inner.cssload-three {
    right: 0%;
    bottom: 0%;
    animation: cssload-rotate-three 1.15s linear infinite;
        -o-animation: cssload-rotate-three 1.15s linear infinite;
        -ms-animation: cssload-rotate-three 1.15s linear infinite;
        -webkit-animation: cssload-rotate-three 1.15s linear infinite;
        -moz-animation: cssload-rotate-three 1.15s linear infinite;
    border-top: 3px solid rgb(240, 126, 36);
}

}
@keyframes cssload-rotate-one {
    0% {
        transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    }
    100% {
        transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    }
}

@-o-keyframes cssload-rotate-one {
    0% {
        -o-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    }
    100% {
        -o-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    }
}

@-ms-keyframes cssload-rotate-one {
    0% {
        -ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    }
    100% {
        -ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    }
}

@-webkit-keyframes cssload-rotate-one {
    0% {
        -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    }
    100% {
        -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    }
}

@-moz-keyframes cssload-rotate-one {
    0% {
        -moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    }
    100% {
        -moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    }
}

@keyframes cssload-rotate-two {
    0% {
        transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    }
    100% {
        transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    }
}

@-o-keyframes cssload-rotate-two {
    0% {
        -o-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    }
    100% {
        -o-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    }
}

@-ms-keyframes cssload-rotate-two {
    0% {
        -ms-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    }
    100% {
        -ms-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    }
}

@-webkit-keyframes cssload-rotate-two {
    0% {
        -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    }
    100% {
        -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    }
}

@-moz-keyframes cssload-rotate-two {
    0% {
        -moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    }
    100% {
        -moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    }
}

@keyframes cssload-rotate-three {
    0% {
        transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    }
    100% {
        transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    }
}

@-o-keyframes cssload-rotate-three {
    0% {
        -o-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    }
    100% {
        -o-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    }
}

@-ms-keyframes cssload-rotate-three {
    0% {
        -ms-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    }
    100% {
        -ms-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    }
}

@-webkit-keyframes cssload-rotate-three {
    0% {
        -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    }
    100% {
        -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    }
}

@-moz-keyframes cssload-rotate-three {
    0% {
        -moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    }
    100% {
        -moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    }
}

.chart img {
    max-width: 100%;
}
.stats .item.chart .info {
    width: 100%;
	height: 100%;
}
div#eurusd {
    width: 100%!important;
}
.stats .item.chart .info .desc {
    height: 100%;
    display: flex;
    align-items: center;
}
.stats .grid.stretch{align-items:stretch;}

section.stats {
    padding-top: 50px;
    background-color: #e9e9e9;
}

header .mail_link:hover {
    opacity: .63;
}
header .mail_link {
    color: #fff;
    display: block;
    transition: .2s linear;
    padding: 0 10px;
    text-decoration: none;
}

@media (max-width: 1023px) {
    .main_slider {
        margin-bottom: 0!important;
    }

    header .phone a {
        font-size: 13px;
    }
    
    header .cart_link {
        font-size: 13px;
    }
}

@media (max-width: 560px) {
    header .mail_link {
        margin-right: 10%;
    }

    header .mob_menu_link.active {
        top: -12px!important;
    }

 
}

.text_page .block_title {
    font: 700 28px/30px Arial;
}


#filter_icons {
	position: absolute;
	top: -10px;
}

#filter_icons a{
	width: 40px;
	height: 40px;
	display: inline-flex;
	opacity: 0.18;
	margin-right: 10px;
	position: relative;
}

#filter_icons a.active, #filter_icons a:hover{
	opacity: 1;
}

#filter_icons a.empty_icon:hover{
	opacity: 0.18;
	cursor:default;
}

#filter_icons .hint, .filter_icons_item .hint {
	background: white;
	border-radius: 4px;
	border: 1px solid #127024;
	bottom: 100%;
	color: #444;
	display: none;
	font-size: 14px;
	left: 50%;
	margin-bottom: 10px;
	padding: 5px 12px 6px;
	position: absolute;
	transform: translateX(-50%);
	white-space: nowrap;
	z-index: 9998;
	font-weight: normal;
}

#filter_icons .hint::after, .filter_icons_item .hint::after {
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #127024;
	bottom: -9px;
	left: 50%;
	margin-left: -10px;
	position: absolute;
	z-index: 9999;
}

#filter_icons a:hover .hint, .filter_icons_item span:hover .hint {
	display: block;
}

.filter_icons_item span {
	position: relative;
} 

.products_filter {
	position: relative;
}

.filter_icons_item{
	display: inline-flex;
	margin-top: -3px;
	margin-left: 8px;
	float: right;
	overflow: visible;
}

.product_info .filter_icons_item{
	float: none;
	vertical-align: middle;
	margin-top: 0px;
}

.filter_icons_item img{
	width: 30px;
	height: 30px;
	margin: 0 2px;
}

.product_info .filter_icons_item img{
	margin: 0 5px;
}


#threed_kat_list .filter_icons_item{
	margin: 7px 0;
float: none;
display: flex;
padding-bottom: 5px;
}

#threed_kat_list  .filter_icons_item img {
    width: 20px;
    height: 20px;
    margin: 0 0px;
}

#threed_kat_list  .filter_icons_item > span {
    flex: 1 1 auto;
	width: 20px;
    height: 20px;
    margin: 0 0px;
	text-align: center;
}

#threed_kat_list > .cont {
		padding-right: 0;
}

#threed_kat_list  .item_wrap {
	margin-left: 17px;
margin-right: 16px;
}


.threed_detail h3 a{
	color: black;
	text-decoration: none;
}

.threed_detail h3 a:hover{
	text-decoration: underline;
}

.threed_detail_back{
	color: black;
}

.threed_detail_back:hover{
	text-decoration: none;
}

@media (max-width: 1209px)
{
	#filter_icons {
		position: relative;
		top: -10px;
		margin-top: 0px;
		width: calc(100% - 88px);
	}
	
	#threed_kat_list .item_wrap{
		width: calc(25% - 33px);
	}
}

@media (max-width: 1023px)
{
	#threed_kat_list .item_wrap {
		margin-right: 0;
		width: calc(50% - 18px);
	}
	#threed_kat_list .info_3d {
		height: 300px;
	}
}
/*
@media (max-width: 768px)
{
	#filter_icons a img {
		width: 40px;
		height: 40px;
	}
}*/

@media (max-width: 624px)
{
	#filter_icons {
		margin-top: 0;
	}
	
	#threed_kat_list .item_wrap {
		margin-left: 0;
		width: 100%;
	}
}


.print_btn {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	line-height: 44px;
	display: inline-block;
	height: 48px;
	padding: 0 20px;
	cursor: pointer;
	transition: .2s linear;
	vertical-align: top;
	border: 2px solid #17862b;
	background-color: #17862b;
	text-align: center;
	margin-top: 10px;
	text-decoration: none;
	font-family: 'Open Sans', 'Arial', sans-serif;
}

.print_btn:hover{
	color: #17862b;
	background-color: #fff;
}


.product_info .offers_data {
	display: flex;
	flex-wrap: wrap;
}

.product_info .offers_data .item {
	width: 50%;
}

.product_info .offers_data .item + .item {
	margin-top: 0;
  padding-top: 0;
  border-top: none;
}

.product_info .offers_data .item + .item + .item {
	margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #dedede;
}


.product_info .offers_data .name {
  width: 300px;
 
}


.product_info .offers_data .val {
  width: calc(100% - 300px);
   text-align: right;
  padding-right: 20%;
  font-size: 17px;
}

.product_info .offers_data .item:nth-child(2n) .val {
	padding-right: 0%;
}

.product_info .offers_data .item:nth-child(2n) .name {
	padding-left: 5%;
}


@media (max-width: 850px)
{
	.product_info .offers_data .item {
		width: 100%;
	}
	
	.product_info .offers_data .item + .item {
		margin-top: 15px;
		padding-top: 15px;
		border-top: 1px solid #dedede;
	}
	
	.product_info .offers_data .val {
		padding-right: 0%;
	}
	
	.product_info .offers_data .item:nth-child(2n) .name {
		padding-left: 0%;
	}
}



.product_info .sizes .product .name {
	width: calc(100% - 400px);
}

.product_info .sizes .product .buy_link {
	width: 90px;
}


.product_info .sizes .product .print_link
{
    position: relative;

    display: block;

    width: 90px;
    height: 48px;
    margin-left: 10px;

    transition: .2s linear;

    border: 1px solid #000;
    background: #fff;
}

.product_info .sizes .product .print_link:after
{
    position: absolute;
    top: 50%;
    left: 52%;

    display: block;

    width: 22px;
    height: 20px;

    content: '';
    transform: translate(-50%, -50%);

    background: url(/bitrix/templates/eshop_bootstrap_green/css/../images/ic_download.png) 0 0 no-repeat;
	background-size: contain;
}

.product_info .sizes .product .print_link:hover
{
    border-color: #f58125;
    background: #f58125;
}

.product_info .sizes .product .print_link:hover:after
{
    background-position: 0 100%;
}


@media (max-width: 1209px)
{
	.product_info .sizes .product .name {
		width: calc(100% - 310px) !important;
	}
	
	.product_info .sizes .product .print_link {
		width: 57px;
	}
}


@media (max-width: 1023px)
{
	.product_info .sizes .product .name {
		width: calc(100% - 453px) !important;
	}
	
	.product_info .sizes .product .print_link {
		width: 117px;
	}
}

@media (max-width: 767px)
{
	.product_info .sizes .product .print_link {
		width: 57px;
	}
}


.articles_main_ibs .bottom {
	position: relative;
	min-height: 56px;
}

.articles_main_ibs .sticker_main_ibs {
	background-color: #ffaa56;
	  color: #fff;
	  position: absolute;
	  display: block;
	  left: 0;
	  min-width: 155px;
	  padding-left: 12px;
}



.main_cats_slider .slider {
	/*	padding: 0 48px;
		margin-left: -24px; 
		padding-top: 30px; 
		padding-bottom: 30px;*/
	/*	padding-left: 5px;
		padding-right: 5px;
		overflow: hidden; */
	}
	
	.main_cats_slider .slider .owl-stage-outer {
		padding-top: 25px; 
		padding-bottom: 25px;
	/*	overflow: visible; */
		
	}
	
	.main_cats_slider .slider .slide {
		padding: 0 5px;
	}
	
	.main_cats_slider .carousel.owl-carousel .owl-nav .owl-prev {
		left: -15px;
		color: #236630;
	}
	
	.main_cats_slider .carousel.owl-carousel .owl-nav .owl-next {
		right: -15px;
		color: #236630;
	}
	
	.main_cats_slider .carousel.owl-carousel .owl-nav .owl-prev::before {
		border-top: 1px solid #236630;
		border-left: 1px solid #236630;
	}
	
	.main_cats_slider .carousel.owl-carousel .owl-nav .owl-next::before {
		border-bottom: 1px solid #236630;
		border-right: 1px solid #236630;
	}
	
	.main_cats_slider a {
		outline: 1px solid #D7D7D7;
		box-shadow: unset !important;
		border-radius: 10px;
	}
	
	.cats_wall.main_cats_slider .item .thumb {
		background-position: center;
		background-size: contain;
		background-repeat: no-repeat;
	}
	
	.main_cats_all {
		text-align: center;
	}
	
	.main_cats_slider.not_slider .slider {
		display: flex;
		flex-wrap: wrap;
	}
	
	.main_cats_slider.not_slider .slide {
		flex: 0 0 20%;
		margin-bottom: 10px;
	}
	
	
	@media (max-width: 1000px)
	{
		.main_cats_all {
			display: none;
		}
		
		.main_cats_slider.not_slider .slide {
			flex: 0 0 25%;
			margin-bottom: 10px;
		}
	}
	
	@media (max-width: 800px)
	{
		.main_cats_slider.not_slider .slide {
			flex: 0 0 33%;
		}
	}
	
	@media (max-width: 479px)
	{
		.cats_wall.main_cats_slider .item .thumb, .cats_wall.main_cats_slider .item:hover .thumb {
			height: 250px;
		}
	}
/* End */


/* Start:/bitrix/templates/eshop_bootstrap_green/components/bitrix/menu/links/style.css?1583348823542*/
.bx-inclinksfooter a{border-bottom: none;}
.bx-inclinksfooter .bx-block-title{
	margin: 0;
	padding: 0;
	font-size: 17px;
	font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #fff;
	font-weight: 600;
}
.bx-inclinksfooter-container {
    margin-top: 15px;
    padding: 0;
    color: #fff;
    border-radius: 2px;
    font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.bx-inclinksfooter-list{
	list-style: none;
	margin: 0;
	padding: 0;
}
.bx-inclinksfooter-item{
	padding: 0 0 5px 0;
}

/* End */


/* Start:/bitrix/templates/eshop_bootstrap_green/template_styles.css?17500566821420*/
/*<!--header .top 
{
background-image: url(https://puu.sh/HipUH/d276277026.jpg);
}-->

<!--
NEW YEAR
header .top {
background-image: url(https://puu.sh/GRMm7/7f33e847b9.png);}


23 Feb
header .top
{
background-image: url(https://puu.sh/HipUH/d276277026.jpg);
}
8 march
1 apr
header .top
{
background-image: url(https://puu.sh/HupuB/ecc64a5571.png);
}
-->

header .top
{
background-image: url(https://puu.sh/HOhUW/90eaba6796.png);

}*/
.clients .item .icon 
{    
background: #178a2d;
}
.product_info .filter .form .name
{
font-size: 13px;  
}
.advanatges .item .icon8 {
    width: 41px;
    height: 25px;
    background: url(/bitrix/templates/eshop_bootstrap_green/images/ic_advanatges8.png) 0 0 no-repeat;
}
.cats_wall .item_wrap
{
    width: calc(16% - 10px);
    margin-bottom: 30px;
    margin-left: 10px;
}
.cats_wall.sub_cats .item_wrap
{
    width: calc(8% - 10px);
}
header.fixed .cart_link {
    position: absolute;
    top: 18px;
    right: 0px;
}
a.empty_icon , img[src$="/images/empty_icon.png"]{
display:none !important;
}
.block_car {
   
    background: #e6e6e6;
}
.block_car-text {
    width: 54%;
    float: left;
}
.block_car-white {
    float: right;
    width: 34.55%;
}
header.fixed .yrating {
display:none;
}
.cont {
max-width:1400px;
}
@media (max-width: 1023px)
{
   header .yrating
    {
        display: none;
        margin: 0;
    }
.product_info .filter .form .name
{
font-size: 13px;  
}
}

/* End */
/* /bitrix/templates/eshop_bootstrap_green/css/fancybox.css?158334882319075 */
/* /bitrix/templates/eshop_bootstrap_green/css/owl.carousel.css?17286371157257 */
/* /bitrix/templates/eshop_bootstrap_green/css/swiper-bundle.min.css?173118280018436 */
/* /bitrix/templates/eshop_bootstrap_green/css/swiper.css?17311828002098 */
/* /bitrix/templates/eshop_bootstrap_green/css/styles.css?174776223692129 */
/* /bitrix/templates/eshop_bootstrap_green/css/custom.css?173996573917567 */
/* /bitrix/templates/eshop_bootstrap_green/components/bitrix/menu/links/style.css?1583348823542 */
/* /bitrix/templates/eshop_bootstrap_green/template_styles.css?17500566821420 */
