

/* Start:/local/templates/milbrend/css/main_new.css?1742041432218236*/
@charset "UTF-8";
.lg-backdrop {
    background-color: #fff !important
}

.lg-icon {
    font-family: lg;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.lg-actions .lg-next, .lg-actions .lg-prev {
    background-color: transparent;
    border-radius: 2px;
    color: #333;
    cursor: pointer;
    display: block;
    font-size: 22px;
    margin-top: -10px;
    padding: 8px 10px 9px;
    position: absolute;
    top: 50%;
    z-index: 1080
}

.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
    pointer-events: none;
    opacity: .5
}

.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
    color: #000
}

.lg-actions .lg-next {
    right: 20px
}

.lg-actions .lg-next:before {
    content: "\e095"
}

.lg-actions .lg-prev {
    left: 20px
}

.lg-actions .lg-prev:after {
    content: "\e094"
}

@-webkit-keyframes lg-right-end {
    0% {
        left: 0
    }
    50% {
        left: -30px
    }
    100% {
        left: 0
    }
}

@keyframes lg-right-end {
    0% {
        left: 0
    }
    50% {
        left: -30px
    }
    100% {
        left: 0
    }
}

@-webkit-keyframes lg-left-end {
    0% {
        left: 0
    }
    50% {
        left: 30px
    }
    100% {
        left: 0
    }
}

@keyframes lg-left-end {
    0% {
        left: 0
    }
    50% {
        left: 30px
    }
    100% {
        left: 0
    }
}

.lg-outer.lg-right-end .lg-object {
    -webkit-animation: lg-right-end .3s;
    animation: lg-right-end .3s;
    position: relative
}

.lg-outer.lg-left-end .lg-object {
    -webkit-animation: lg-left-end .3s;
    animation: lg-left-end .3s;
    position: relative
}

.lg-toolbar {
    z-index: 1082;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background-color: transparent
}

.lg-toolbar .lg-icon {
    color: #333;
    cursor: pointer;
    float: right;
    font-size: 24px;
    height: 47px;
    line-height: 27px;
    padding: 10px 0;
    text-align: center;
    width: 50px;
    text-decoration: none !important;
    outline: medium none;
    -webkit-transition: color .2s linear;
    transition: color .2s linear
}

.lg-toolbar .lg-icon:hover {
    color: #000
}

.lg-toolbar .lg-close:after {
    content: "\e070"
}

.lg-toolbar .lg-download:after {
    content: "\e0f2"
}

.lg-sub-html {
    background-color: rgba(0, 0, 0, .45);
    bottom: 0;
    color: #eee;
    font-size: 16px;
    left: 0;
    padding: 10px 40px;
    position: fixed;
    right: 0;
    text-align: center;
    z-index: 1080
}

.lg-sub-html h4 {
    margin: 0;
    font-size: 13px;
    font-weight: 700
}

.lg-sub-html p {
    font-size: 12px;
    margin: 5px 0 0
}

#lg-counter {
    color: #333;
    display: inline-block;
    font-size: 16px;
    padding-left: 20px;
    padding-top: 12px;
    vertical-align: middle
}

.lg-next, .lg-prev, .lg-toolbar {
    opacity: 1;
    -webkit-transition: -webkit-transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear;
    -webkit-transition: opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear, -webkit-transform .35s cubic-bezier(0, 0, .25, 1) 0;
    transition: opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear, -webkit-transform .35s cubic-bezier(0, 0, .25, 1) 0;
    transition: transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear;
    transition: transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear, -webkit-transform .35s cubic-bezier(0, 0, .25, 1) 0
}

.lg-hide-items .lg-prev {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0)
}

.lg-hide-items .lg-next {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0)
}

.lg-hide-items .lg-toolbar {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0)
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
    -webkit-transform: scale3d(.5, .5, .5);
    transform: scale3d(.5, .5, .5);
    opacity: 0;
    -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1) !important;
    -webkit-transition: opacity 250ms cubic-bezier(0, 0, .25, 1), -webkit-transform 250ms cubic-bezier(0, 0, .25, 1) 0 !important;
    transition: opacity 250ms cubic-bezier(0, 0, .25, 1), -webkit-transform 250ms cubic-bezier(0, 0, .25, 1) 0 !important;
    transition: transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1) !important;
    transition: transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1), -webkit-transform 250ms cubic-bezier(0, 0, .25, 1) 0 !important;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1
}

.lg-outer .lg-thumb-outer {
    background-color: rgba(0, 0, 0, .15);
    bottom: 0;
    position: absolute;
    width: 100%;
    z-index: 1080;
    max-height: 350px;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: -webkit-transform .25s cubic-bezier(0, 0, .25, 1) 0;
    transition: -webkit-transform .25s cubic-bezier(0, 0, .25, 1) 0;
    transition: transform .25s cubic-bezier(0, 0, .25, 1) 0;
    transition: transform .25s cubic-bezier(0, 0, .25, 1) 0s, -webkit-transform .25s cubic-bezier(0, 0, .25, 1) 0
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
    -webkit-transition-duration: 0 !important;
    transition-duration: 0 !important
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.lg-outer .lg-thumb {
    padding: 10px 0;
    height: 100%;
    margin-bottom: -5px
}

.lg-outer .lg-thumb-item {
    border-radius: 5px;
    cursor: pointer;
    float: left;
    overflow: hidden;
    height: 100%;
    border: 2px solid #fff;
    border-radius: 4px;
    margin-bottom: 5px
}

@media (min-width: 1025px) {
    .lg-outer .lg-thumb-item {
        -webkit-transition: border-color .25s ease;
        transition: border-color .25s ease
    }
}

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
    border-color: #a90707
}

.lg-outer .lg-thumb-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.lg-outer.lg-has-thumb .lg-item {
    padding-bottom: 120px
}

.lg-outer.lg-can-toggle .lg-item {
    padding-bottom: 0
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
    -webkit-transition: bottom .25s ease;
    transition: bottom .25s ease
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
    bottom: 100px
}

.lg-outer .lg-toggle-thumb {
    background-color: rgba(0, 0, 0, .15);
    border-radius: 2px 2px 0 0;
    color: #333;
    cursor: pointer;
    font-size: 24px;
    height: 39px;
    line-height: 27px;
    padding: 5px 0;
    position: absolute;
    right: 20px;
    text-align: center;
    top: -39px;
    width: 50px
}

.lg-outer .lg-toggle-thumb:after {
    content: "\e1ff"
}

.lg-outer .lg-toggle-thumb:hover {
    color: #000
}

.lg-outer .lg-video-cont {
    display: inline-block;
    vertical-align: middle;
    max-width: 1140px;
    max-height: 100%;
    width: 100%;
    padding: 0 5px
}

.lg-outer .lg-video {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative
}

.lg-outer .lg-video .lg-object {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important
}

.lg-outer .lg-video .lg-video-play {
    width: 84px;
    height: 59px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -42px;
    margin-top: -30px;
    z-index: 1080;
    cursor: pointer
}

.lg-outer .lg-has-vimeo .lg-video-play {
    background: url(/local/templates/milbrend/css/../img/vimeo-play.png) no-repeat scroll 0 0 transparent
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
    background: url(/local/templates/milbrend/css/../img/vimeo-play.png) no-repeat scroll 0 -58px transparent
}

.lg-outer .lg-has-html5 .lg-video-play {
    background: transparent url(/local/templates/milbrend/css/../img/video-play.png) no-repeat scroll 0 0;
    height: 64px;
    margin-left: -32px;
    margin-top: -32px;
    width: 64px;
    opacity: .8
}

.lg-outer .lg-has-html5:hover .lg-video-play {
    opacity: 1
}

.lg-outer .lg-has-youtube .lg-video-play {
    background: url(/local/templates/milbrend/css/../img/youtube-play.png) no-repeat scroll 0 0 transparent
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
    background: url(/local/templates/milbrend/css/../img/youtube-play.png) no-repeat scroll 0 -60px transparent
}

.lg-outer .lg-video-object {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0
}

.lg-outer .lg-has-video .lg-video-object {
    visibility: hidden
}

.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
    display: none
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
    visibility: visible
}

.lg-progress-bar {
    background-color: #333;
    height: 5px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1083;
    opacity: 0;
    -webkit-transition: opacity 80ms ease 0;
    transition: opacity 80ms ease 0
}

.lg-progress-bar .lg-progress {
    background-color: #a90707;
    height: 5px;
    width: 0
}

.lg-progress-bar.lg-start .lg-progress {
    width: 100%
}

.lg-show-autoplay .lg-progress-bar {
    opacity: 1
}

.lg-autoplay-button:after {
    content: "\e01d"
}

.lg-show-autoplay .lg-autoplay-button:after {
    content: "\e01a"
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transition-duration: 0;
    transition-duration: 0
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transition: -webkit-transform .3s cubic-bezier(0, 0, .25, 1) 0;
    transition: -webkit-transform .3s cubic-bezier(0, 0, .25, 1) 0;
    transition: transform .3s cubic-bezier(0, 0, .25, 1) 0;
    transition: transform .3s cubic-bezier(0, 0, .25, 1) 0s, -webkit-transform .3s cubic-bezier(0, 0, .25, 1) 0
}

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transition: left .3s cubic-bezier(0, 0, .25, 1) 0s, top .3s cubic-bezier(0, 0, .25, 1) 0;
    transition: left .3s cubic-bezier(0, 0, .25, 1) 0s, top .3s cubic-bezier(0, 0, .25, 1) 0
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition: -webkit-transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s !important;
    -webkit-transition: opacity .15s, -webkit-transform .3s cubic-bezier(0, 0, .25, 1) 0 !important;
    transition: opacity .15s, -webkit-transform .3s cubic-bezier(0, 0, .25, 1) 0 !important;
    transition: transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s !important;
    transition: transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s, -webkit-transform .3s cubic-bezier(0, 0, .25, 1) 0 !important;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

#lg-zoom-in:after {
    content: "\e311"
}

#lg-actual-size {
    font-size: 20px
}

#lg-actual-size:after {
    content: "\e033"
}

#lg-zoom-out {
    opacity: .5;
    pointer-events: none
}

#lg-zoom-out:after {
    content: "\e312"
}

.lg-zoomed #lg-zoom-out {
    opacity: 1;
    pointer-events: auto
}

.lg-outer .lg-pager-outer {
    bottom: 60px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 1080;
    height: 10px
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
    overflow: visible
}

.lg-outer .lg-pager-cont {
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    margin: 0 5px
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
    -webkit-box-shadow: 0 0 0 2px #fff inset;
    box-shadow: 0 0 0 2px #fff inset
}

.lg-outer .lg-pager-thumb-cont {
    background-color: #fff;
    color: #fff;
    bottom: 100%;
    height: 83px;
    left: 0;
    margin-bottom: 20px;
    margin-left: -60px;
    opacity: 0;
    padding: 5px;
    position: absolute;
    width: 120px;
    border-radius: 3px;
    -webkit-transition: opacity .15s ease 0s, -webkit-transform .15s ease 0;
    transition: opacity .15s ease 0s, -webkit-transform .15s ease 0;
    transition: opacity .15s ease 0s, transform .15s ease 0;
    transition: opacity .15s ease 0s, transform .15s ease 0s, -webkit-transform .15s ease 0;
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0)
}

.lg-outer .lg-pager-thumb-cont img {
    width: 100%;
    height: 100%
}

.lg-outer .lg-pager {
    background-color: rgba(255, 255, 255, .5);
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 8px rgba(255, 255, 255, .7) inset;
    box-shadow: 0 0 0 8px rgba(255, 255, 255, .7) inset;
    display: block;
    height: 12px;
    -webkit-transition: box-shadow .3s ease 0;
    -webkit-transition: -webkit-box-shadow .3s ease 0;
    transition: -webkit-box-shadow .3s ease 0;
    transition: box-shadow .3s ease 0;
    transition: box-shadow .3s ease 0s, -webkit-box-shadow .3s ease 0;
    width: 12px
}

.lg-outer .lg-pager:focus, .lg-outer .lg-pager:hover {
    -webkit-box-shadow: 0 0 0 8px #fff inset;
    box-shadow: 0 0 0 8px #fff inset
}

.lg-outer .lg-caret {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px dashed;
    bottom: -10px;
    display: inline-block;
    height: 0;
    left: 50%;
    margin-left: -5px;
    position: absolute;
    vertical-align: middle;
    width: 0
}

.lg-fullscreen:after {
    content: "\e20c"
}

.lg-fullscreen-on .lg-fullscreen:after {
    content: "\e20d"
}

.lg-outer #lg-dropdown-overlay {
    background-color: rgba(0, 0, 0, .25);
    bottom: 0;
    cursor: default;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1081;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: visibility 0 linear .18s, opacity .18s linear 0;
    transition: visibility 0 linear .18s, opacity .18s linear 0
}

.lg-outer.lg-dropdown-active #lg-dropdown-overlay, .lg-outer.lg-dropdown-active .lg-dropdown {
    -webkit-transition-delay: 0;
    transition-delay: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible
}

.lg-outer.lg-dropdown-active #lg-share {
    color: #fff
}

.lg-outer .lg-dropdown {
    background-color: #fff;
    border-radius: 2px;
    font-size: 14px;
    list-style-type: none;
    margin: 0;
    padding: 10px 0;
    position: absolute;
    right: 0;
    text-align: left;
    top: 50px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
    -webkit-transition: -webkit-transform .18s linear 0s, visibility 0 linear .5s, opacity .18s linear 0;
    -webkit-transition: visibility 0 linear .5s, opacity .18s linear 0s, -webkit-transform .18s linear 0;
    transition: visibility 0 linear .5s, opacity .18s linear 0s, -webkit-transform .18s linear 0;
    transition: transform .18s linear 0s, visibility 0 linear .5s, opacity .18s linear 0;
    transition: transform .18s linear 0s, visibility 0 linear .5s, opacity .18s linear 0s, -webkit-transform .18s linear 0
}

.lg-outer .lg-dropdown:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    border: 8px solid transparent;
    border-bottom-color: #fff;
    right: 16px;
    top: -16px
}

.lg-outer .lg-dropdown > li:last-child {
    margin-bottom: 0
}

.lg-outer .lg-dropdown > li:hover .lg-icon, .lg-outer .lg-dropdown > li:hover a {
    color: #333
}

.lg-outer .lg-dropdown a {
    color: #333;
    display: block;
    white-space: pre;
    padding: 4px 12px;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px
}

.lg-outer .lg-dropdown a:hover {
    background-color: rgba(0, 0, 0, .07)
}

.lg-outer .lg-dropdown .lg-dropdown-text {
    display: inline-block;
    line-height: 1;
    margin-top: -3px;
    vertical-align: middle
}

.lg-outer .lg-dropdown .lg-icon {
    color: #333;
    display: inline-block;
    float: none;
    font-size: 20px;
    height: auto;
    line-height: 1;
    margin-right: 8px;
    padding: 0;
    vertical-align: middle;
    width: auto
}

.lg-outer #lg-share {
    position: relative
}

.lg-outer #lg-share:after {
    content: "\e80d"
}

.lg-outer #lg-share-facebook .lg-icon {
    color: #3b5998
}

.lg-outer #lg-share-facebook .lg-icon:after {
    content: "\e901"
}

.lg-outer #lg-share-twitter .lg-icon {
    color: #00aced
}

.lg-outer #lg-share-twitter .lg-icon:after {
    content: "\e904"
}

.lg-outer #lg-share-googleplus .lg-icon {
    color: #dd4b39
}

.lg-outer #lg-share-googleplus .lg-icon:after {
    content: "\e902"
}

.lg-outer #lg-share-pinterest .lg-icon {
    color: #cb2027
}

.lg-outer #lg-share-pinterest .lg-icon:after {
    content: "\e903"
}

.group:after, .group:before {
    display: table;
    content: "";
    line-height: 0
}

.group:after {
    clear: both
}

.lg-outer {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    opacity: 0;
    -webkit-transition: opacity .15s ease 0;
    transition: opacity .15s ease 0
}

.lg-outer * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.lg-outer.lg-visible {
    opacity: 1
}

.lg-outer.lg-css3 .lg-item.lg-current, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-prev-slide {
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-current, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
    -webkit-transition-duration: 0 !important;
    transition-duration: 0 !important;
    opacity: 1
}

.lg-outer.lg-grab img.lg-object {
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.lg-outer.lg-grabbing img.lg-object {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing
}

.lg-outer .lg {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    max-height: 100%
}

.lg-outer .lg-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap
}

.lg-outer .lg-item {
    background: url(/local/templates/milbrend/css/../img/loading.gif) no-repeat scroll center center transparent;
    display: none !important
}

.lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide, .lg-outer.lg-css3 .lg-prev-slide {
    display: inline-block !important
}

.lg-outer.lg-css .lg-current {
    display: inline-block !important
}

.lg-outer .lg-img-wrap, .lg-outer .lg-item {
    display: inline-block;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%
}

.lg-outer .lg-img-wrap:before, .lg-outer .lg-item:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px
}

.lg-outer .lg-img-wrap {
    position: absolute;
    padding: 0 5px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.lg-outer .lg-item.lg-complete {
    background-image: none
}

.lg-outer .lg-item.lg-current {
    z-index: 1060
}

.lg-outer .lg-image {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    height: auto !important
}

.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
    opacity: 0;
    -webkit-transition: opacity .15s ease 0;
    transition: opacity .15s ease 0
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
    opacity: 1
}

.lg-outer .lg-empty-html {
    display: none
}

.lg-outer.lg-hide-download #lg-download {
    display: none
}

.lg-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1040;
    background-color: #000;
    opacity: 0;
    -webkit-transition: opacity .15s ease 0;
    transition: opacity .15s ease 0
}

.lg-backdrop.in {
    opacity: 1
}

.lg-css3.lg-no-trans .lg-current, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-prev-slide {
    -webkit-transition: none 0 ease 0 !important;
    transition: none 0 ease 0 !important
}

.lg-css3.lg-use-css3 .lg-item {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.lg-css3.lg-use-left .lg-item {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.lg-css3.lg-fade .lg-item {
    opacity: 0
}

.lg-css3.lg-fade .lg-item.lg-current {
    opacity: 1
}

.lg-css3.lg-fade .lg-item.lg-current, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-prev-slide {
    -webkit-transition: opacity .1s ease 0;
    transition: opacity .1s ease 0
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
    opacity: 0
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0;
    -webkit-transition: opacity .1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0;
    transition: opacity .1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0;
    transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0;
    transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0
}

.lg-css3.lg-slide.lg-use-left .lg-item {
    opacity: 0;
    position: absolute;
    left: 0
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
    left: -100%
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
    left: 100%
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
    left: 0;
    opacity: 1
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
    -webkit-transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0;
    transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0
}

.lg-css3.lg-no-trans .lg-current, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-prev-slide {
    -webkit-transition: none 0 ease 0 !important;
    transition: none 0 ease 0 !important
}

.lg-css3.lg-use-css3 .lg-item {
    will-change: transform, opacity
}

.lg-css3.lg-use-left .lg-item {
    will-change: left, opacity
}

.lg-css3.lg-zoom-in .lg-item {
    opacity: 0
}

.lg-css3.lg-zoom-in .lg-item.lg-prev-slide {
    -webkit-transform: scale3d(2, 2, 2);
    transform: scale3d(2, 2, 2)
}

.lg-css3.lg-zoom-in .lg-item.lg-next-slide {
    -webkit-transform: scale3d(2, 2, 2);
    transform: scale3d(2, 2, 2)
}

.lg-css3.lg-zoom-in .lg-item.lg-current {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1
}

.lg-css3.lg-zoom-in .lg-item.lg-current, .lg-css3.lg-zoom-in .lg-item.lg-next-slide, .lg-css3.lg-zoom-in .lg-item.lg-prev-slide {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity 1s ease 0;
    -webkit-transition: opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0;
    transition: opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0;
    transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity 1s ease 0;
    transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0
}

.lg-css3.lg-zoom-out .lg-item {
    opacity: 0
}

.lg-css3.lg-zoom-out .lg-item.lg-prev-slide {
    -webkit-transform: scale3d(0, 0, 0);
    transform: scale3d(0, 0, 0)
}

.lg-css3.lg-zoom-out .lg-item.lg-next-slide {
    -webkit-transform: scale3d(0, 0, 0);
    transform: scale3d(0, 0, 0)
}

.lg-css3.lg-zoom-out .lg-item.lg-current {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1
}

.lg-css3.lg-zoom-out .lg-item.lg-current, .lg-css3.lg-zoom-out .lg-item.lg-next-slide, .lg-css3.lg-zoom-out .lg-item.lg-prev-slide {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity 1s ease 0;
    -webkit-transition: opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0;
    transition: opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0;
    transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity 1s ease 0;
    transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0
}

.lg-css3.lg-zoom-out-in .lg-item {
    opacity: 0
}

.lg-css3.lg-zoom-out-in .lg-item.lg-prev-slide {
    -webkit-transform: scale3d(0, 0, 0);
    transform: scale3d(0, 0, 0)
}

.lg-css3.lg-zoom-out-in .lg-item.lg-next-slide {
    -webkit-transform: scale3d(2, 2, 2);
    transform: scale3d(2, 2, 2)
}

.lg-css3.lg-zoom-out-in .lg-item.lg-current {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1
}

.lg-css3.lg-zoom-out-in .lg-item.lg-current, .lg-css3.lg-zoom-out-in .lg-item.lg-next-slide, .lg-css3.lg-zoom-out-in .lg-item.lg-prev-slide {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity 1s ease 0;
    -webkit-transition: opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0;
    transition: opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0;
    transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity 1s ease 0;
    transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0
}

.lg-css3.lg-zoom-in-out .lg-item {
    opacity: 0
}

.lg-css3.lg-zoom-in-out .lg-item.lg-prev-slide {
    -webkit-transform: scale3d(2, 2, 2);
    transform: scale3d(2, 2, 2)
}

.lg-css3.lg-zoom-in-out .lg-item.lg-next-slide {
    -webkit-transform: scale3d(0, 0, 0);
    transform: scale3d(0, 0, 0)
}

.lg-css3.lg-zoom-in-out .lg-item.lg-current {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1
}

.lg-css3.lg-zoom-in-out .lg-item.lg-current, .lg-css3.lg-zoom-in-out .lg-item.lg-next-slide, .lg-css3.lg-zoom-in-out .lg-item.lg-prev-slide {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity 1s ease 0;
    -webkit-transition: opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0;
    transition: opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0;
    transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity 1s ease 0;
    transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0
}

.lg-css3.lg-soft-zoom .lg-item {
    opacity: 0
}

.lg-css3.lg-soft-zoom .lg-item.lg-prev-slide {
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
    transform: scale3d(1.2, 1.2, 1.2)
}

.lg-css3.lg-soft-zoom .lg-item.lg-next-slide {
    -webkit-transform: scale3d(.8, .8, .8);
    transform: scale3d(.8, .8, .8)
}

.lg-css3.lg-soft-zoom .lg-item.lg-current {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1
}

.lg-css3.lg-soft-zoom .lg-item.lg-current, .lg-css3.lg-soft-zoom .lg-item.lg-next-slide, .lg-css3.lg-soft-zoom .lg-item.lg-prev-slide {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity 1s ease 0;
    -webkit-transition: opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0;
    transition: opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0;
    transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity 1s ease 0;
    transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0
}

.lg-css3.lg-slide-circular .lg-item {
    opacity: 0
}

.lg-css3.lg-slide-circular .lg-item.lg-prev-slide {
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}

.lg-css3.lg-slide-circular .lg-item.lg-next-slide {
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}

.lg-css3.lg-slide-circular .lg-item.lg-current {
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    opacity: 1
}

.lg-css3.lg-slide-circular .lg-item.lg-current, .lg-css3.lg-slide-circular .lg-item.lg-next-slide, .lg-css3.lg-slide-circular .lg-item.lg-prev-slide {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity 1s ease 0;
    -webkit-transition: opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0;
    transition: opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0;
    transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity 1s ease 0;
    transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0
}

.lg-css3.lg-slide-circular-up .lg-item {
    opacity: 0
}

.lg-css3.lg-slide-circular-up .lg-item.lg-prev-slide {
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0)
}

.lg-css3.lg-slide-circular-up .lg-item.lg-next-slide {
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0)
}

.lg-css3.lg-slide-circular-up .lg-item.lg-current {
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    opacity: 1
}

.lg-css3.lg-slide-circular-up .lg-item.lg-current, .lg-css3.lg-slide-circular-up .lg-item.lg-next-slide, .lg-css3.lg-slide-circular-up .lg-item.lg-prev-slide {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity 1s ease 0;
    -webkit-transition: opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0;
    transition: opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0;
    transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity 1s ease 0;
    transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0
}

.lg-css3.lg-slide-circular-down .lg-item {
    opacity: 0
}

.lg-css3.lg-slide-circular-down .lg-item.lg-prev-slide {
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0)
}

.lg-css3.lg-slide-circular-down .lg-item.lg-next-slide {
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0)
}

.lg-css3.lg-slide-circular-down .lg-item.lg-current {
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    opacity: 1
}

.lg-css3.lg-slide-circular-down .lg-item.lg-current, .lg-css3.lg-slide-circular-down .lg-item.lg-next-slide, .lg-css3.lg-slide-circular-down .lg-item.lg-prev-slide {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity 1s ease 0;
    -webkit-transition: opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0;
    transition: opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0;
    transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity 1s ease 0;
    transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0
}

.lg-css3.lg-slide-circular-vertical .lg-item {
    opacity: 0
}

.lg-css3.lg-slide-circular-vertical .lg-item.lg-prev-slide {
    -webkit-transform: scale3d(0, 0, 0) translate3d(0, -100%, 0);
    transform: scale3d(0, 0, 0) translate3d(0, -100%, 0)
}

.lg-css3.lg-slide-circular-vertical .lg-item.lg-next-slide {
    -webkit-transform: scale3d(0, 0, 0) translate3d(0, 100%, 0);
    transform: scale3d(0, 0, 0) translate3d(0, 100%, 0)
}

.lg-css3.lg-slide-circular-vertical .lg-item.lg-current {
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    opacity: 1
}

.lg-css3.lg-slide-circular-vertical .lg-item.lg-current, .lg-css3.lg-slide-circular-vertical .lg-item.lg-next-slide, .lg-css3.lg-slide-circular-vertical .lg-item.lg-prev-slide {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity 1s ease 0;
    -webkit-transition: opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0;
    transition: opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0;
    transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity 1s ease 0;
    transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0
}

.lg-css3.lg-slide-circular-vertical-left .lg-item {
    opacity: 0
}

.lg-css3.lg-slide-circular-vertical-left .lg-item.lg-prev-slide {
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0)
}

.lg-css3.lg-slide-circular-vertical-left .lg-item.lg-next-slide {
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0)
}

.lg-css3.lg-slide-circular-vertical-left .lg-item.lg-current {
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    opacity: 1
}

.lg-css3.lg-slide-circular-vertical-left .lg-item.lg-current, .lg-css3.lg-slide-circular-vertical-left .lg-item.lg-next-slide, .lg-css3.lg-slide-circular-vertical-left .lg-item.lg-prev-slide {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity 1s ease 0;
    -webkit-transition: opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0;
    transition: opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0;
    transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity 1s ease 0;
    transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0
}

.lg-css3.lg-slide-circular-vertical-down .lg-item {
    opacity: 0
}

.lg-css3.lg-slide-circular-vertical-down .lg-item.lg-prev-slide {
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0)
}

.lg-css3.lg-slide-circular-vertical-down .lg-item.lg-next-slide {
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0)
}

.lg-css3.lg-slide-circular-vertical-down .lg-item.lg-current {
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    opacity: 1
}

.lg-css3.lg-slide-circular-vertical-down .lg-item.lg-current, .lg-css3.lg-slide-circular-vertical-down .lg-item.lg-next-slide, .lg-css3.lg-slide-circular-vertical-down .lg-item.lg-prev-slide {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity 1s ease 0;
    -webkit-transition: opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0;
    transition: opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0;
    transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity 1s ease 0;
    transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0
}

.lg-css3.lg-slide-vertical .lg-item {
    opacity: 0
}

.lg-css3.lg-slide-vertical .lg-item.lg-prev-slide {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
}

.lg-css3.lg-slide-vertical .lg-item.lg-next-slide {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
}

.lg-css3.lg-slide-vertical .lg-item.lg-current {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1
}

.lg-css3.lg-slide-vertical .lg-item.lg-current, .lg-css3.lg-slide-vertical .lg-item.lg-next-slide, .lg-css3.lg-slide-vertical .lg-item.lg-prev-slide {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0;
    -webkit-transition: opacity .1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0;
    transition: opacity .1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0;
    transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0;
    transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0
}

.lg-css3.lg-slide-vertical-growth .lg-item {
    opacity: 0
}

.lg-css3.lg-slide-vertical-growth .lg-item.lg-prev-slide {
    -webkit-transform: scale3d(.5, .5, .5) translate3d(0, -150%, 0);
    transform: scale3d(.5, .5, .5) translate3d(0, -150%, 0)
}

.lg-css3.lg-slide-vertical-growth .lg-item.lg-next-slide {
    -webkit-transform: scale3d(.5, .5, .5) translate3d(0, 150%, 0);
    transform: scale3d(.5, .5, .5) translate3d(0, 150%, 0)
}

.lg-css3.lg-slide-vertical-growth .lg-item.lg-current {
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    opacity: 1
}

.lg-css3.lg-slide-vertical-growth .lg-item.lg-current, .lg-css3.lg-slide-vertical-growth .lg-item.lg-next-slide, .lg-css3.lg-slide-vertical-growth .lg-item.lg-prev-slide {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0;
    -webkit-transition: opacity .1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0;
    transition: opacity .1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0;
    transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0;
    transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0
}

.lg-css3.lg-slide-skew-only .lg-item {
    opacity: 0
}

.lg-css3.lg-slide-skew-only .lg-item.lg-prev-slide {
    -webkit-transform: skew(60deg, 0deg);
    transform: skew(60deg, 0deg)
}

.lg-css3.lg-slide-skew-only .lg-item.lg-next-slide {
    -webkit-transform: skew(60deg, 0deg);
    transform: skew(60deg, 0deg)
}

.lg-css3.lg-slide-skew-only .lg-item.lg-current {
    -webkit-transform: skew(0deg, 0deg);
    transform: skew(0deg, 0deg);
    opacity: 1
}

.lg-css3.lg-slide-skew-only .lg-item.lg-current, .lg-css3.lg-slide-skew-only .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-only .lg-item.lg-prev-slide {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0;
    -webkit-transition: opacity .1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0;
    transition: opacity .1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0;
    transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0;
    transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0
}

.lg-css3.lg-slide-skew-only-rev .lg-item {
    opacity: 0
}

.lg-css3.lg-slide-skew-only-rev .lg-item.lg-prev-slide {
    -webkit-transform: skew(-60deg, 0deg);
    transform: skew(-60deg, 0deg)
}

.lg-css3.lg-slide-skew-only-rev .lg-item.lg-next-slide {
    -webkit-transform: skew(-60deg, 0deg);
    transform: skew(-60deg, 0deg)
}

.lg-css3.lg-slide-skew-only-rev .lg-item.lg-current {
    -webkit-transform: skew(0deg, 0deg);
    transform: skew(0deg, 0deg);
    opacity: 1
}

.lg-css3.lg-slide-skew-only-rev .lg-item.lg-current, .lg-css3.lg-slide-skew-only-rev .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-only-rev .lg-item.lg-prev-slide {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0;
    -webkit-transition: opacity .1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0;
    transition: opacity .1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0;
    transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0;
    transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0
}

.lg-css3.lg-slide-skew-only-y .lg-item {
    opacity: 0
}

.lg-css3.lg-slide-skew-only-y .lg-item.lg-prev-slide {
    -webkit-transform: skew(0deg, 60deg);
    transform: skew(0deg, 60deg)
}

.lg-css3.lg-slide-skew-only-y .lg-item.lg-next-slide {
    -webkit-transform: skew(0deg, 60deg);
    transform: skew(0deg, 60deg)
}

.lg-css3.lg-slide-skew-only-y .lg-item.lg-current {
    -webkit-transform: skew(0deg, 0deg);
    transform: skew(0deg, 0deg);
    opacity: 1
}

.lg-css3.lg-slide-skew-only-y .lg-item.lg-current, .lg-css3.lg-slide-skew-only-y .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-only-y .lg-item.lg-prev-slide {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0;
    -webkit-transition: opacity .1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0;
    transition: opacity .1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0;
    transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0;
    transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0
}

.lg-css3.lg-slide-skew-only-y-rev .lg-item {
    opacity: 0
}

.lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-prev-slide {
    -webkit-transform: skew(0deg, -60deg);
    transform: skew(0deg, -60deg)
}

.lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-next-slide {
    -webkit-transform: skew(0deg, -60deg);
    transform: skew(0deg, -60deg)
}

.lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-current {
    -webkit-transform: skew(0deg, 0deg);
    transform: skew(0deg, 0deg);
    opacity: 1
}

.lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-current, .lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-prev-slide {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0;
    -webkit-transition: opacity .1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0;
    transition: opacity .1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0;
    transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0;
    transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0
}

.lg-css3.lg-slide-skew .lg-item {
    opacity: 0
}

.lg-css3.lg-slide-skew .lg-item.lg-prev-slide {
    -webkit-transform: skew(60deg, 0deg) translate3d(-100%, 0, 0);
    transform: skew(60deg, 0deg) translate3d(-100%, 0, 0)
}

.lg-css3.lg-slide-skew .lg-item.lg-next-slide {
    -webkit-transform: skew(60deg, 0deg) translate3d(100%, 0, 0);
    transform: skew(60deg, 0deg) translate3d(100%, 0, 0)
}

.lg-css3.lg-slide-skew .lg-item.lg-current {
    -webkit-transform: skew(0deg, 0deg) translate3d(0, 0, 0);
    transform: skew(0deg, 0deg) translate3d(0, 0, 0);
    opacity: 1
}

.lg-css3.lg-slide-skew .lg-item.lg-current, .lg-css3.lg-slide-skew .lg-item.lg-next-slide, .lg-css3.lg-slide-skew .lg-item.lg-prev-slide {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0;
    -webkit-transition: opacity .1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0;
    transition: opacity .1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0;
    transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0;
    transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0
}

.lg-css3.lg-slide-skew-rev .lg-item {
    opacity: 0
}

.lg-css3.lg-slide-skew-rev .lg-item.lg-prev-slide {
    -webkit-transform: skew(-60deg, 0deg) translate3d(-100%, 0, 0);
    transform: skew(-60deg, 0deg) translate3d(-100%, 0, 0)
}

.lg-css3.lg-slide-skew-rev .lg-item.lg-next-slide {
    -webkit-transform: skew(-60deg, 0deg) translate3d(100%, 0, 0);
    transform: skew(-60deg, 0deg) translate3d(100%, 0, 0)
}

.lg-css3.lg-slide-skew-rev .lg-item.lg-current {
    -webkit-transform: skew(0deg, 0deg) translate3d(0, 0, 0);
    transform: skew(0deg, 0deg) translate3d(0, 0, 0);
    opacity: 1
}

.lg-css3.lg-slide-skew-rev .lg-item.lg-current, .lg-css3.lg-slide-skew-rev .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-rev .lg-item.lg-prev-slide {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0;
    -webkit-transition: opacity .1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0;
    transition: opacity .1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0;
    transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0;
    transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0
}

.lg-css3.lg-slide-skew-cross .lg-item {
    opacity: 0
}

.lg-css3.lg-slide-skew-cross .lg-item.lg-prev-slide {
    -webkit-transform: skew(0deg, 60deg) translate3d(-100%, 0, 0);
    transform: skew(0deg, 60deg) translate3d(-100%, 0, 0)
}

.lg-css3.lg-slide-skew-cross .lg-item.lg-next-slide {
    -webkit-transform: skew(0deg, 60deg) translate3d(100%, 0, 0);
    transform: skew(0deg, 60deg) translate3d(100%, 0, 0)
}

.lg-css3.lg-slide-skew-cross .lg-item.lg-current {
    -webkit-transform: skew(0deg, 0deg) translate3d(0, 0, 0);
    transform: skew(0deg, 0deg) translate3d(0, 0, 0);
    opacity: 1
}

.lg-css3.lg-slide-skew-cross .lg-item.lg-current, .lg-css3.lg-slide-skew-cross .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-cross .lg-item.lg-prev-slide {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0;
    -webkit-transition: opacity .1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0;
    transition: opacity .1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0;
    transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0;
    transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0
}

.lg-css3.lg-slide-skew-cross-rev .lg-item {
    opacity: 0
}

.lg-css3.lg-slide-skew-cross-rev .lg-item.lg-prev-slide {
    -webkit-transform: skew(0deg, -60deg) translate3d(-100%, 0, 0);
    transform: skew(0deg, -60deg) translate3d(-100%, 0, 0)
}

.lg-css3.lg-slide-skew-cross-rev .lg-item.lg-next-slide {
    -webkit-transform: skew(0deg, -60deg) translate3d(100%, 0, 0);
    transform: skew(0deg, -60deg) translate3d(100%, 0, 0)
}

.lg-css3.lg-slide-skew-cross-rev .lg-item.lg-current {
    -webkit-transform: skew(0deg, 0deg) translate3d(0, 0, 0);
    transform: skew(0deg, 0deg) translate3d(0, 0, 0);
    opacity: 1
}

.lg-css3.lg-slide-skew-cross-rev .lg-item.lg-current, .lg-css3.lg-slide-skew-cross-rev .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-cross-rev .lg-item.lg-prev-slide {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0;
    -webkit-transition: opacity .1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0;
    transition: opacity .1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0;
    transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0;
    transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0
}

.lg-css3.lg-slide-skew-ver .lg-item {
    opacity: 0
}

.lg-css3.lg-slide-skew-ver .lg-item.lg-prev-slide {
    -webkit-transform: skew(60deg, 0deg) translate3d(0, -100%, 0);
    transform: skew(60deg, 0deg) translate3d(0, -100%, 0)
}

.lg-css3.lg-slide-skew-ver .lg-item.lg-next-slide {
    -webkit-transform: skew(60deg, 0deg) translate3d(0, 100%, 0);
    transform: skew(60deg, 0deg) translate3d(0, 100%, 0)
}

.lg-css3.lg-slide-skew-ver .lg-item.lg-current {
    -webkit-transform: skew(0deg, 0deg) translate3d(0, 0, 0);
    transform: skew(0deg, 0deg) translate3d(0, 0, 0);
    opacity: 1
}

.lg-css3.lg-slide-skew-ver .lg-item.lg-current, .lg-css3.lg-slide-skew-ver .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-ver .lg-item.lg-prev-slide {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0;
    -webkit-transition: opacity .1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0;
    transition: opacity .1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0;
    transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0;
    transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0
}

.lg-css3.lg-slide-skew-ver-rev .lg-item {
    opacity: 0
}

.lg-css3.lg-slide-skew-ver-rev .lg-item.lg-prev-slide {
    -webkit-transform: skew(-60deg, 0deg) translate3d(0, -100%, 0);
    transform: skew(-60deg, 0deg) translate3d(0, -100%, 0)
}

.lg-css3.lg-slide-skew-ver-rev .lg-item.lg-next-slide {
    -webkit-transform: skew(-60deg, 0deg) translate3d(0, 100%, 0);
    transform: skew(-60deg, 0deg) translate3d(0, 100%, 0)
}

.lg-css3.lg-slide-skew-ver-rev .lg-item.lg-current {
    -webkit-transform: skew(0deg, 0deg) translate3d(0, 0, 0);
    transform: skew(0deg, 0deg) translate3d(0, 0, 0);
    opacity: 1
}

.lg-css3.lg-slide-skew-ver-rev .lg-item.lg-current, .lg-css3.lg-slide-skew-ver-rev .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-ver-rev .lg-item.lg-prev-slide {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0;
    -webkit-transition: opacity .1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0;
    transition: opacity .1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0;
    transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0;
    transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0
}

.lg-css3.lg-slide-skew-ver-cross .lg-item {
    opacity: 0
}

.lg-css3.lg-slide-skew-ver-cross .lg-item.lg-prev-slide {
    -webkit-transform: skew(0deg, 60deg) translate3d(0, -100%, 0);
    transform: skew(0deg, 60deg) translate3d(0, -100%, 0)
}

.lg-css3.lg-slide-skew-ver-cross .lg-item.lg-next-slide {
    -webkit-transform: skew(0deg, 60deg) translate3d(0, 100%, 0);
    transform: skew(0deg, 60deg) translate3d(0, 100%, 0)
}

.lg-css3.lg-slide-skew-ver-cross .lg-item.lg-current {
    -webkit-transform: skew(0deg, 0deg) translate3d(0, 0, 0);
    transform: skew(0deg, 0deg) translate3d(0, 0, 0);
    opacity: 1
}

.lg-css3.lg-slide-skew-ver-cross .lg-item.lg-current, .lg-css3.lg-slide-skew-ver-cross .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-ver-cross .lg-item.lg-prev-slide {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0;
    -webkit-transition: opacity .1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0;
    transition: opacity .1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0;
    transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0;
    transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0
}

.lg-css3.lg-slide-skew-ver-cross-rev .lg-item {
    opacity: 0
}

.lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-prev-slide {
    -webkit-transform: skew(0deg, -60deg) translate3d(0, -100%, 0);
    transform: skew(0deg, -60deg) translate3d(0, -100%, 0)
}

.lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-next-slide {
    -webkit-transform: skew(0deg, -60deg) translate3d(0, 100%, 0);
    transform: skew(0deg, -60deg) translate3d(0, 100%, 0)
}

.lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-current {
    -webkit-transform: skew(0deg, 0deg) translate3d(0, 0, 0);
    transform: skew(0deg, 0deg) translate3d(0, 0, 0);
    opacity: 1
}

.lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-current, .lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-prev-slide {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0;
    -webkit-transition: opacity .1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0;
    transition: opacity .1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0;
    transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0;
    transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0
}

.lg-css3.lg-lollipop .lg-item {
    opacity: 0
}

.lg-css3.lg-lollipop .lg-item.lg-prev-slide {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.lg-css3.lg-lollipop .lg-item.lg-next-slide {
    -webkit-transform: translate3d(0, 0, 0) scale(.5);
    transform: translate3d(0, 0, 0) scale(.5)
}

.lg-css3.lg-lollipop .lg-item.lg-current {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1
}

.lg-css3.lg-lollipop .lg-item.lg-current, .lg-css3.lg-lollipop .lg-item.lg-next-slide, .lg-css3.lg-lollipop .lg-item.lg-prev-slide {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0;
    -webkit-transition: opacity .1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0;
    transition: opacity .1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0;
    transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0;
    transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0
}

.lg-css3.lg-lollipop-rev .lg-item {
    opacity: 0
}

.lg-css3.lg-lollipop-rev .lg-item.lg-prev-slide {
    -webkit-transform: translate3d(0, 0, 0) scale(.5);
    transform: translate3d(0, 0, 0) scale(.5)
}

.lg-css3.lg-lollipop-rev .lg-item.lg-next-slide {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

.lg-css3.lg-lollipop-rev .lg-item.lg-current {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1
}

.lg-css3.lg-lollipop-rev .lg-item.lg-current, .lg-css3.lg-lollipop-rev .lg-item.lg-next-slide, .lg-css3.lg-lollipop-rev .lg-item.lg-prev-slide {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0;
    -webkit-transition: opacity .1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0;
    transition: opacity .1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0;
    transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0;
    transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0
}

.lg-css3.lg-rotate .lg-item {
    opacity: 0
}

.lg-css3.lg-rotate .lg-item.lg-prev-slide {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg)
}

.lg-css3.lg-rotate .lg-item.lg-next-slide {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
}

.lg-css3.lg-rotate .lg-item.lg-current {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1
}

.lg-css3.lg-rotate .lg-item.lg-current, .lg-css3.lg-rotate .lg-item.lg-next-slide, .lg-css3.lg-rotate .lg-item.lg-prev-slide {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0;
    -webkit-transition: opacity .1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0;
    transition: opacity .1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0;
    transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0;
    transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0
}

.lg-css3.lg-rotate-rev .lg-item {
    opacity: 0
}

.lg-css3.lg-rotate-rev .lg-item.lg-prev-slide {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
}

.lg-css3.lg-rotate-rev .lg-item.lg-next-slide {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg)
}

.lg-css3.lg-rotate-rev .lg-item.lg-current {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1
}

.lg-css3.lg-rotate-rev .lg-item.lg-current, .lg-css3.lg-rotate-rev .lg-item.lg-next-slide, .lg-css3.lg-rotate-rev .lg-item.lg-prev-slide {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0;
    -webkit-transition: opacity .1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0;
    transition: opacity .1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0;
    transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0;
    transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0
}

.lg-css3.lg-tube .lg-item {
    opacity: 0
}

.lg-css3.lg-tube .lg-item.lg-prev-slide {
    -webkit-transform: scale3d(1, 0, 1) translate3d(-100%, 0, 0);
    transform: scale3d(1, 0, 1) translate3d(-100%, 0, 0)
}

.lg-css3.lg-tube .lg-item.lg-next-slide {
    -webkit-transform: scale3d(1, 0, 1) translate3d(100%, 0, 0);
    transform: scale3d(1, 0, 1) translate3d(100%, 0, 0)
}

.lg-css3.lg-tube .lg-item.lg-current {
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    opacity: 1
}

.lg-css3.lg-tube .lg-item.lg-current, .lg-css3.lg-tube .lg-item.lg-next-slide, .lg-css3.lg-tube .lg-item.lg-prev-slide {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0;
    -webkit-transition: opacity .1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0;
    transition: opacity .1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0;
    transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0;
    transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0
}

.hamburger {
    padding: 0;
    display: inline-block;
    cursor: pointer;
    -webkit-transition-property: opacity, -webkit-filter;
    transition-property: opacity, -webkit-filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible
}

.hamburger:hover {
    opacity: .7
}

.hamburger.is-active:hover {
    opacity: .7
}

.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::after, .hamburger.is-active .hamburger-inner::before {
    background-color: #fff
}

.hamburger-box {
    width: 20px;
    height: 12px;
    display: inline-block;
    position: relative
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -1px
}

.hamburger-inner, .hamburger-inner::after, .hamburger-inner::before {
    width: 20px;
    height: 2px;
    background-color: #000;
    border-radius: 4px;
    position: absolute;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.hamburger-inner::after, .hamburger-inner::before {
    content: "";
    display: block
}

.hamburger-inner::before {
    top: -5px
}

.hamburger-inner::after {
    bottom: -5px
}

.hamburger--emphatic {
    overflow: hidden
}

.hamburger--emphatic .hamburger-inner {
    -webkit-transition: background-color 125ms 175ms ease-in;
    transition: background-color 125ms 175ms ease-in
}

.hamburger--emphatic .hamburger-inner::before {
    left: 0;
    -webkit-transition: top 50ms 125ms linear, left 125ms 175ms ease-in, -webkit-transform 125ms cubic-bezier(.6, .04, .98, .335);
    transition: top 50ms 125ms linear, left 125ms 175ms ease-in, -webkit-transform 125ms cubic-bezier(.6, .04, .98, .335);
    transition: transform 125ms cubic-bezier(.6, .04, .98, .335), top 50ms 125ms linear, left 125ms 175ms ease-in;
    transition: transform 125ms cubic-bezier(.6, .04, .98, .335), top 50ms 125ms linear, left 125ms 175ms ease-in, -webkit-transform 125ms cubic-bezier(.6, .04, .98, .335)
}

.hamburger--emphatic .hamburger-inner::after {
    top: 5px;
    right: 0;
    -webkit-transition: top 50ms 125ms linear, right 125ms 175ms ease-in, -webkit-transform 125ms cubic-bezier(.6, .04, .98, .335);
    transition: top 50ms 125ms linear, right 125ms 175ms ease-in, -webkit-transform 125ms cubic-bezier(.6, .04, .98, .335);
    transition: transform 125ms cubic-bezier(.6, .04, .98, .335), top 50ms 125ms linear, right 125ms 175ms ease-in;
    transition: transform 125ms cubic-bezier(.6, .04, .98, .335), top 50ms 125ms linear, right 125ms 175ms ease-in, -webkit-transform 125ms cubic-bezier(.6, .04, .98, .335)
}

.hamburger--emphatic.is-active .hamburger-inner {
    -webkit-transition-delay: 0;
    transition-delay: 0;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    background-color: transparent !important
}

.hamburger--emphatic.is-active .hamburger-inner::before {
    left: -40px;
    top: -40px;
    -webkit-transform: translate3d(40px, 40px, 0) rotate(45deg);
    transform: translate3d(40px, 40px, 0) rotate(45deg);
    -webkit-transition: left 125ms ease-out, top 50ms 125ms linear, -webkit-transform 125ms 175ms cubic-bezier(.075, .82, .165, 1);
    transition: left 125ms ease-out, top 50ms 125ms linear, -webkit-transform 125ms 175ms cubic-bezier(.075, .82, .165, 1);
    transition: left 125ms ease-out, top 50ms 125ms linear, transform 125ms 175ms cubic-bezier(.075, .82, .165, 1);
    transition: left 125ms ease-out, top 50ms 125ms linear, transform 125ms 175ms cubic-bezier(.075, .82, .165, 1), -webkit-transform 125ms 175ms cubic-bezier(.075, .82, .165, 1)
}

.hamburger--emphatic.is-active .hamburger-inner::after {
    right: -40px;
    top: -40px;
    -webkit-transform: translate3d(-40px, 40px, 0) rotate(-45deg);
    transform: translate3d(-40px, 40px, 0) rotate(-45deg);
    -webkit-transition: right 125ms ease-out, top 50ms 125ms linear, -webkit-transform 125ms 175ms cubic-bezier(.075, .82, .165, 1);
    transition: right 125ms ease-out, top 50ms 125ms linear, -webkit-transform 125ms 175ms cubic-bezier(.075, .82, .165, 1);
    transition: right 125ms ease-out, top 50ms 125ms linear, transform 125ms 175ms cubic-bezier(.075, .82, .165, 1);
    transition: right 125ms ease-out, top 50ms 125ms linear, transform 125ms 175ms cubic-bezier(.075, .82, .165, 1), -webkit-transform 125ms 175ms cubic-bezier(.075, .82, .165, 1)
}

.is-active {
    position: absolute;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    -webkit-transition-delay: .3s;
    transition-delay: .3s
}

* {
    -webkit-tap-highlight-color: transparent
}

:active, :focus {
    outline: 0
}

:-moz-focus-inner {
    border: 0
}

.header-toolbar__toggler {
    display: none;
    padding: 0 15px
}

.header-toolbar__toggler_active {
    z-index: 7;
    padding: 16px 30px !important;
    left: calc(100% - 80px) !important
}

@media screen and (max-width: 1060px), screen and (hover: none) {
    .header-toolbar__toggler {
        display: block
    }
}

#noty_layout__bottom, #noty_layout__bottomCenter, #noty_layout__bottomLeft, #noty_layout__bottomRight, #noty_layout__center, #noty_layout__centerLeft, #noty_layout__centerRight, #noty_layout__top, #noty_layout__topCenter, #noty_layout__topLeft, #noty_layout__topRight, .noty_layout_mixin {
    position: fixed;
    margin: 0;
    padding: 0;
    z-index: 9999999;
    -webkit-transform: translateZ(0) scale(1, 1);
    transform: translateZ(0) scale(1, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-font-smoothing: subpixel-antialiased;
    filter: blur(0);
    -webkit-filter: blur(0);
    max-width: 90%
}

#noty_layout__top {
    top: 0;
    left: 5%;
    width: 90%
}

#noty_layout__topLeft {
    top: 20px;
    left: 20px;
    width: 325px
}

#noty_layout__topCenter {
    top: 5%;
    left: 50%;
    width: 325px;
    -webkit-transform: translate(calc(-50% - .5px)) translateZ(0) scale(1, 1);
    transform: translate(calc(-50% - .5px)) translateZ(0) scale(1, 1)
}

#noty_layout__topRight {
    top: 20px;
    right: 20px;
    width: 325px
}

#noty_layout__bottom {
    bottom: 0;
    left: 5%;
    width: 90%
}

#noty_layout__bottomLeft {
    bottom: 20px;
    left: 20px;
    width: 325px
}

#noty_layout__bottomCenter {
    bottom: 5%;
    left: 50%;
    width: 325px;
    -webkit-transform: translate(calc(-50% - .5px)) translateZ(0) scale(1, 1);
    transform: translate(calc(-50% - .5px)) translateZ(0) scale(1, 1)
}

#noty_layout__bottomRight {
    bottom: 20px;
    right: 20px;
    width: 325px
}

#noty_layout__center {
    top: 50%;
    left: 50%;
    width: 325px;
    -webkit-transform: translate(calc(-50% - .5px), calc(-50% - .5px)) translateZ(0) scale(1, 1);
    transform: translate(calc(-50% - .5px), calc(-50% - .5px)) translateZ(0) scale(1, 1)
}

#noty_layout__centerLeft {
    top: 50%;
    left: 20px;
    width: 325px;
    -webkit-transform: translate(0, calc(-50% - .5px)) translateZ(0) scale(1, 1);
    transform: translate(0, calc(-50% - .5px)) translateZ(0) scale(1, 1)
}

#noty_layout__centerRight {
    top: 50%;
    right: 20px;
    width: 325px;
    -webkit-transform: translate(0, calc(-50% - .5px)) translateZ(0) scale(1, 1);
    transform: translate(0, calc(-50% - .5px)) translateZ(0) scale(1, 1)
}

.noty_progressbar {
    display: none
}

.noty_has_timeout.noty_has_progressbar .noty_progressbar {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 100%;
    background-color: #646464;
    opacity: .2
}

.noty_bar {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate(0, 0) translateZ(0) scale(1, 1);
    transform: translate(0, 0) scale(1, 1);
    -webkit-font-smoothing: subpixel-antialiased;
    overflow: hidden
}

.noty_effects_open {
    opacity: 0;
    -webkit-transform: translate(50%);
    transform: translate(50%);
    -webkit-animation: noty_anim_in .5s cubic-bezier(.68, -.55, .265, 1.55);
    animation: noty_anim_in .5s cubic-bezier(.68, -.55, .265, 1.55);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.noty_effects_close {
    -webkit-animation: noty_anim_out .5s cubic-bezier(.68, -.55, .265, 1.55);
    animation: noty_anim_out .5s cubic-bezier(.68, -.55, .265, 1.55);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.noty_fix_effects_height {
    -webkit-animation: noty_anim_height 75ms ease-out;
    animation: noty_anim_height 75ms ease-out
}

.noty_close_with_click {
    cursor: pointer
}

.noty_close_button {
    position: absolute;
    top: 2px;
    right: 2px;
    font-weight: 700;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    background-color: rgba(0, 0, 0, .05);
    border-radius: 2px;
    cursor: pointer;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.noty_close_button:hover {
    background-color: rgba(0, 0, 0, .1)
}

.noty_modal {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 10000;
    opacity: .3;
    left: 0;
    top: 0
}

.noty_modal.noty_modal_open {
    opacity: 0;
    -webkit-animation: noty_modal_in .3s ease-out;
    animation: noty_modal_in .3s ease-out
}

.noty_modal.noty_modal_close {
    -webkit-animation: noty_modal_out .3s ease-out;
    animation: noty_modal_out .3s ease-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@-webkit-keyframes noty_modal_in {
    100% {
        opacity: .3
    }
}

@keyframes noty_modal_in {
    100% {
        opacity: .3
    }
}

@-webkit-keyframes noty_modal_out {
    100% {
        opacity: 0
    }
}

@keyframes noty_modal_out {
    100% {
        opacity: 0;
        opacity: 0
    }
}

@-webkit-keyframes noty_anim_in {
    100% {
        -webkit-transform: translate(0);
        transform: translate(0);
        opacity: 1
    }
}

@keyframes noty_anim_in {
    100% {
        -webkit-transform: translate(0);
        transform: translate(0);
        opacity: 1
    }
}

@-webkit-keyframes noty_anim_out {
    100% {
        -webkit-transform: translate(50%);
        transform: translate(50%);
        opacity: 0
    }
}

@keyframes noty_anim_out {
    100% {
        -webkit-transform: translate(50%);
        transform: translate(50%);
        opacity: 0
    }
}

@-webkit-keyframes noty_anim_height {
    100% {
        height: 0
    }
}

@keyframes noty_anim_height {
    100% {
        height: 0
    }
}

.noty_theme__nest.noty_bar {
    margin: 0 0 15px;
    overflow: hidden;
    border-radius: 2px;
    position: relative;
    -webkit-box-shadow: rgba(0, 0, 0, .098039) 5px 4px 10px 0;
    box-shadow: rgba(0, 0, 0, .098039) 5px 4px 10px 0
}

.noty_theme__nest.noty_bar .noty_body {
    padding: 10px;
    font-size: 14px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .1)
}

.noty_theme__nest.noty_bar .noty_buttons {
    padding: 10px
}

.noty_layout .noty_theme__nest.noty_bar {
    z-index: 5
}

.noty_layout .noty_theme__nest.noty_bar:nth-child(2) {
    position: absolute;
    top: 0;
    margin-top: 4px;
    margin-right: -4px;
    margin-left: 4px;
    z-index: 4;
    width: 100%
}

.noty_layout .noty_theme__nest.noty_bar:nth-child(3) {
    position: absolute;
    top: 0;
    margin-top: 8px;
    margin-right: -8px;
    margin-left: 8px;
    z-index: 3;
    width: 100%
}

.noty_layout .noty_theme__nest.noty_bar:nth-child(4) {
    position: absolute;
    top: 0;
    margin-top: 12px;
    margin-right: -12px;
    margin-left: 12px;
    z-index: 2;
    width: 100%
}

.noty_layout .noty_theme__nest.noty_bar:nth-child(5) {
    position: absolute;
    top: 0;
    margin-top: 16px;
    margin-right: -16px;
    margin-left: 16px;
    z-index: 1;
    width: 100%
}

.noty_layout .noty_theme__nest.noty_bar:nth-child(n+6) {
    position: absolute;
    top: 0;
    margin-top: 20px;
    margin-right: -20px;
    margin-left: 20px;
    z-index: -1;
    width: 100%
}

#noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(2), #noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(2) {
    margin-top: 4px;
    margin-left: -4px;
    margin-right: 4px
}

#noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(3), #noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(3) {
    margin-top: 8px;
    margin-left: -8px;
    margin-right: 8px
}

#noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(4), #noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(4) {
    margin-top: 12px;
    margin-left: -12px;
    margin-right: 12px
}

#noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(5), #noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(5) {
    margin-top: 16px;
    margin-left: -16px;
    margin-right: 16px
}

#noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(n+6), #noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(n+6) {
    margin-top: 20px;
    margin-left: -20px;
    margin-right: 20px
}

.noty_theme__nest.noty_type__alert, .noty_theme__nest.noty_type__notification {
    background-color: #073b4c;
    color: #fff
}

.noty_theme__nest.noty_type__alert .noty_progressbar, .noty_theme__nest.noty_type__notification .noty_progressbar {
    background-color: #fff
}

.noty_theme__nest.noty_type__warning {
    background-color: #ffd166;
    color: #fff
}

.noty_theme__nest.noty_type__error {
    background-color: #ef476f;
    color: #fff
}

.noty_theme__nest.noty_type__error .noty_progressbar {
    opacity: .4
}

.noty_theme__nest.noty_type__info, .noty_theme__nest.noty_type__information {
    background-color: #118ab2;
    color: #fff
}

.noty_theme__nest.noty_type__info .noty_progressbar, .noty_theme__nest.noty_type__information .noty_progressbar {
    opacity: .6
}

.noty_theme__nest.noty_type__success {
    background-color: #06d6a0;
    color: #fff
}

.noty_bar {
    position: static !important
}

.body, .html {
    width: 100%;
    min-height: 100%
}

.body {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
    padding: 0;
    font-family: Calibri, sans-serif
}

a {
    text-decoration: none
}

* {
    -webkit-tap-highlight-color: transparent
}

:active, :focus {
    outline: 0
}

:-moz-focus-inner {
    border: 0
}

.main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 20px 0 81px
}

@media screen and (max-width: 606px) {
    .main {
        padding: 20px 0 30px
    }
}

.main__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    max-width: 1130px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px
}

@media screen and (min-width: 1380px) {
    .main__wrapper {
        position: relative
    }
}

.page {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.page__back {
    display: none;
    z-index: 3
}

.page__back_product-page {
    left: 30px
}

@media screen and (max-width: 606px) {
    .page__back {
        position: absolute;
        top: 2px;
        left: 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .page__back:after {
        content: "";
        display: inline-block;
        width: 9px;
        height: 9px;
        border: solid #333;
        border-width: 0 3px 3px 0;
        border-radius: 1px;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
        -webkit-transition: .1s;
        transition: .1s;
        cursor: pointer
    }
}

.section {
    margin-bottom: 55px
}

.section:last-child {
    margin-bottom: 0
}

.news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden
}

.news__wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:(1fr) [ 3 ];
    grid-template-columns: repeat(3, 1fr);
    gap: 66px 30px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 49px;
    padding-left: 10px;
    padding-bottom: 10px
}

.news__wrapper_two {
    -ms-grid-columns:(1fr) [ 2 ];
    grid-template-columns: repeat(2, 49%)
}

@media screen and (max-width: 606px) {
    .news__wrapper_page {
        margin-bottom: 0
    }
}

@media screen and (max-width: 936px) {
    .news__wrapper {
        -ms-grid-columns:(1fr) [ 2 ];
        grid-template-columns: repeat(2, 49%)
    }
}

@media screen and (max-width: 516px) {
    .news__wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-grid-columns: auto;
        grid-template-columns: auto;
        gap: 0;
        overflow: auto
    }
}

@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none) {
    .news__wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%
    }
}

.news__overflow {
    width: 100%;
    margin-bottom: 49px
}

.news__overflow_no-m {
    margin-bottom: 0
}

@media screen and (max-width: 606px) {
    .news__overflow {
        overflow: hidden
    }
}

@media screen and (max-width: 606px) {
    .news__wrap {
        margin-bottom: -10px
    }
}

.news__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.section.news.news_center .news__item {
    position: relative;
    align-items: center
}

.section.isset_show_all.news.news_center .news__item {
    padding-bottom: 65px
}

.section.news.news_center .news__item .detail-news {
    position: absolute;
    bottom: 5px;
    border-color: #eee
}

@media screen and (max-width: 516px) {
    .news__item {
        max-width: 72vw;
        width: 100%;
        margin-right: 20px;
        border: 1px solid #cdcdcd;
        border-radius: 17px;
        overflow: hidden;
        box-sizing: border-box
    }
}

@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none) {
    .news__item {
        max-width: 345px;
        width: 100%;
        margin-right: 20px
    }

    .news__item:last-child {
        margin-right: 0
    }
}

.news__item-image {
    width: 100%;
    margin-bottom: 15px;
    max-height: 300px;
    object-fit: contain
}

.news__item-title {
    margin-bottom: 0;
    font: 24px Calibri, sans-serif;
    color: #232020;
    width: 100%
}

@media screen and (max-width: 516px) {
    .news__item-title {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 10px;
        min-height: 90px
    }
}

.news__item-description {
    font: 18px Calibri, sans-serif;
    color: #363636;
    max-width: 100%
}

@media screen and (max-width: 516px) {
    .news__item-description {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 10px 10px;
        max-height: 199px;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-bottom: 30px;
        position: relative;
        height: 100%
    }

    .news__item-description:after {
        content: '';
        width: 100%;
        position: absolute;
        display: block;
        bottom: 0;
        height: 60px;
        background: linear-gradient(to top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0))
    }
}

@media screen and (max-width: 606px) {
    .news__btn-more {
        display: none !important
    }
}

.path {
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin-bottom: 21px
}

@media screen and (max-width: 606px) {
    .path {
        display: none
    }
}

.path__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding: 0
}

.path__item {
    list-style-type: none;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 8px
}

@media screen and (max-width: 526px) {
    .path__item {
        margin-left: 10px
    }
}

.path__item:before {
    content: "/";
    color: #26a9e1
}

.path__item:first-child {
    text-decoration: none;
    padding: 0;
    margin: 0
}

.path__item:first-child:before {
    display: none
}

.path__item:first-child .path__link {
    margin-left: 0
}

.path__item:last-child .path__link {
    color: #42555d;
    white-space: normal
}

@media screen and (max-width: 636px) {
    .path__item:nth-child(4), .path__item:nth-child(5), .path__item:nth-child(6) {
        display: none
    }
}

.path__link {
    margin-left: 8px;
    white-space: nowrap;
    font: 16px Calibri, sans-serif;
    color: #26a9e1
}

@media screen and (max-width: 526px) {
    .path__link {
        font-size: 12px
    }
}

@media screen and (max-width: 360px) {
    .path__link {
        font-size: 14px
    }
}

.header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding-top: 15px
}

@media screen and (max-width: 768px) {
    .header {
        border-bottom: 1px solid #ebe5dc
    }
}

.header__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1130px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 10px;
    padding: 0 10px
}

.header__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.header__city {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 19px;
    cursor: pointer
}

.header__city-label {
    margin-right: 5px;
    font: 16px Calibri, sans-serif
}

@media screen and (max-width: 656px) {
    .header__city-label {
        display: none
    }
}

.header__city-select {
    position: relative;
    border: 0;
    border-bottom: 1px dashed #26a9e1;
    background: #fff;
    border-radius: 0;
    color: #26a9e1
}

.header__city-select:after {
    content: "";
    position: absolute;
    top: 45%;
    right: -10px;
    display: block;
    width: 0;
    height: 0;
    margin: auto 0;
    border-style: solid;
    border-width: 3px 2.5px 0;
    border-color: #26a9e1 transparent transparent
}

.header__city-content {
    position: absolute;
    top: 100%;
    display: none;
    -ms-grid-columns:(1fr) [ 3 ];
    grid-template-columns: repeat(3, 1fr);
    gap: 1px 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 0;
    padding: 20px;
    background-color: #f2f0f1;
    -webkit-animation: fadeEffect .3s;
    animation: fadeEffect .3s;
    z-index: 6
}

@-webkit-keyframes fadeEffect {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fadeEffect {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@media screen and (max-width: 636px) {
    .header__city-content {
        max-width: calc(100vw - 20px);
        width: 100vw;
        -ms-grid-columns:(1fr) [ 2 ];
        grid-template-columns: repeat(2, 49%);
        overflow: auto
    }
}

.header__city-content_active {
    display: -ms-grid;
    display: grid
}

@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none) {
    .header__city-content_active {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }
}

.header__city-content-item {
    list-style-type: none;
    white-space: nowrap;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 4px 12px;
    font: 16px Calibri, sans-serif;
    color: #737373;
    -webkit-transition: .3s ease;
    transition: .3s ease
}

.header__city-content-item:hover {
    background-color: #0ab8f4;
    color: #fff;
    cursor: pointer
}

.header__city-content-item_current {
    color: #d7d5d6
}

.header__city-content-item_current:hover {
    background-color: transparent;
    color: #d7d5d6
}

.header__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-left: 50px
}

@media screen and (max-width: 1142px) {
    .header__right {
        margin-left: 45px
    }
}

@media screen and (max-width: 1060px) {
    .header__right {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0
    }
}

@media screen and (max-width: 556px) {
    .header__right {
        margin-left: 25px
    }
}

.header__right-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 5px
}

@media screen and (max-width: 1142px) {
    .header__right-top {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media screen and (max-width: 376px) {
    .header__right-top {
        margin-bottom: 27px
    }
}

.header__right-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media screen and (max-width: 526px) {
    .header__right-bottom {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

.header__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    background-color: #0ebcf6
}

.header__menu__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 100%;
    width: 100%
}

@media screen and (max-width: 656px) {
    .header__button {
        display: none
    }
}

.header-contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-right: 61px
}

@media screen and (max-width: 1060px) {
    .header-contacts {
        width: 100%;
        margin: 0
    }
}

@media screen and (max-width: 526px) {
    .header-contacts {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

.header-contacts__phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 13px
}

@media screen and (max-width: 526px) {
    .header-contacts__phone {
        margin: 0
    }
}

.header-contacts__phone-text {
    margin-bottom: 3px;
    font: 14px Calibri, sans-serif;
    color: rgba(66, 66, 66, .8)
}

@media screen and (max-width: 376px) {
    .header-contacts__phone-text {
        display: none
    }
}

.header-contacts__phone-number {
    font: 20px Calibri-Bold, sans-serif !important;
    color: #424242
}

@media screen and (max-width: 376px) {
    .header-contacts__phone-number {
        font-size: 14px !important;
        padding-right: 15px
    }
}

.header-contacts__schedule {
    margin-left: 18px
}

@media screen and (max-width: 526px) {
    .header-contacts__schedule {
        display: none
    }
}

.header-contacts__schedule-days {
    font: 20px/1 Calibri-Bold, sans-serif;
    color: #424242
}

.header-contacts__schedule-description {
    font: 14px Calibri, sans-serif;
    color: rgba(66, 66, 66, .8)
}

@media screen and (max-width: 1060px) {
    .header-nav {
        display: none
    }
}

.header-nav__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:(auto) [ 3 ];
    grid-template-columns: repeat(3, auto);
    gap: 1px 40px;
    padding: 0;
    margin: 0
}

@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none) {
    .header-nav__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        max-width: 300px
    }
}

.header-nav__item {
    padding: 0;
    list-style-type: none
}

@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none) {
    .header-nav__item {
        margin-right: 10px;
        margin-bottom: 5px
    }

    .header-nav__item:last-child {
        margin: 0
    }
}

.header-nav__link {
    position: relative;
    font: 16px/18px Calibri, sans-serif;
    color: #424242
}

.header-nav__link:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -3px;
    width: 0;
    height: 2px;
    margin: 0 auto;
    background-color: #26a9e1;
    -webkit-transition: .5s ease;
    transition: .5s ease
}

.header-nav__link:hover, .header-nav__link_active {
    color: #26a9e1
}

.header-nav__link:hover:before, .header-nav__link_active:before {
    width: 100%
}

.header-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: solid 1px #dadada;
    border-radius: 20.5px;
    margin-right: 60px;
    padding: 0 20px
}

@media screen and (max-width: 1060px) {
    .header-search {
        display: none
    }
}

.header-search__input {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 0;
    padding: 10px 0;
    font: 16px Calibri, sans-serif;
    color: #969696
}

.header-search__btn {
    height: 100%;
    width: 20px;
    margin-left: 20px;
    border: 0;
    background: url(/local/templates/milbrend/css/../images/icons/search-img.png) no-repeat center/contain transparent;
    cursor: pointer
}

.header-toolbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header-toolbar__toggler {
    display: none;
    padding: 0 15px
}

.header-toolbar__toggler_active {
    z-index: 7;
    padding: 16px 30px !important;
    left: calc(100% - 80px) !important
}

@media screen and (max-width: 1060px), screen and (hover: none) {
    .header-toolbar__toggler {
        display: block
    }
}

.header-toolbar__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-right: 47px;
    background: no-repeat 0 center/contain;
    cursor: pointer
}

.header-toolbar__btn:last-child {
    margin-right: 0
}

@media screen and (max-width: 556px) {
    .header-toolbar__btn {
        margin-right: 10px
    }
}

.header-toolbar__btn_compare {
    width: 36px;
    height: 30px;
    background-image: url(/local/templates/milbrend/css/../images/icons/bars.png);
    position: relative
}

.header-toolbar__btn_compare:hover {
    background-image: url(/local/templates/milbrend/css/../images/icons/bars-act.png)
}

@media screen and (max-width: 556px) {
    .header-toolbar__btn_compare {
        width: 24px;
        height: 23px
    }
}

.header-toolbar__btn_favorite {
    width: 34px;
    height: 34px;
    background-image: url(/local/templates/milbrend/css/../images/icons/heart.png);
    position: relative
}

.header-toolbar__btn_favorite:hover {
    background-image: url(/local/templates/milbrend/css/../images/icons/heart-act.png)
}

@media screen and (max-width: 556px) {
    .header-toolbar__btn_favorite {
        width: 24px;
        height: 23px
    }
}

.header-toolbar__btn-count {
    -ms-flex-item-align: start;
    align-self: flex-start;
    border-radius: 50%;
    background-color: #3fc1f9;
    padding: 0 4px;
    font: 12px Calibri, sans-serif;
    color: #fff
}

.header-toolbar__cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

.header-toolbar__cart-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 50px;
    height: 34px;
    margin-right: 6px;
    padding: 0;
    background: url(/local/templates/milbrend/css/../images/icons/cart.png) no-repeat 0 center/contain;
    cursor: pointer
}

.header-toolbar__cart:hover .header-toolbar__cart-btn {
    background-image: url(/local/templates/milbrend/css/../images/icons/cart-act.png)
}

@media screen and (max-width: 556px) {
    .header-toolbar__cart-btn {
        width: 35px;
        height: 23px
    }
}

.header-toolbar__cart-sum {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: skew(-10deg);
    transform: skew(-10deg);
    border-radius: 2px;
    padding: 6px 14px;
    background-color: #0ab9f3
}

@media screen and (max-width: 556px) {
    .header-toolbar__cart-sum {
        display: none
    }
}

.header-toolbar__cart-sum-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-transform: skew(10deg);
    transform: skew(10deg)
}

.header-toolbar__cart-sum-number {
    margin-right: 3px;
    font: 20px/1 Calibri-Bold, sans-serif;
    color: #fff
}

.header-toolbar__cart-sum-currency {
    font: 16px Calibri, sans-serif;
    color: #fff
}

.header-category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    background-color: #0ebcf6
}

@media screen and (max-width: 1060px) {
    .header-category {
        position: fixed;
        top: 0;
        left: 0;
        display: none;
        width: 100%;
        height: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 60px 0;
        z-index: 6;
        opacity: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        transition: transform .3s;
        -webkit-transition: .3s cubic-bezier(.895, .03, .685, .22) -webkit-transform;
        transition: .3s cubic-bezier(.895, .03, .685, .22) -webkit-transform;
        transition: .3s cubic-bezier(.895, .03, .685, .22) transform;
        transition: .3s cubic-bezier(.895, .03, .685, .22) transform, .3s cubic-bezier(.895, .03, .685, .22) -webkit-transform
    }
}

@media screen and (max-width: 1060px) {
    .header-category_active {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.header-category-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; /*max-width:1130px;width:100%;*/
    margin: 0;
    padding: 0;
    -webkit-transition: .1s ease;
    transition: .1s ease;
    -webkit-transition-property: max-height, -webkit-transition;
    transition-property: max-height, -webkit-transition;
    transition-property: transition, max-height;
    transition-property: transition, max-height, -webkit-transition;
    z-index: 2
}

@media screen and (max-width: 1060px) {
    .header-category-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-height: 0;
        overflow: hidden
    }

    .header-category-menu.header-category-menu_active ~ ul {
        max-height: unset
    }

    .header-category-menu_active ~ ul:before {
        display: none
    }

    .header-category-menu_active ~ ul:after {
        display: none
    }

    .header-category-menu:after, .header-category-menu:before {
        content: "";
        position: absolute;
        top: 18px;
        left: 10px;
        width: 15px;
        height: 3px;
        border-radius: 12px;
        background-color: #fff
    }

    .header-category-menu:after {
        -webkit-transform: rotateZ(90deg);
        transform: rotateZ(90deg);
        -webkit-transition: .3s ease;
        transition: .3s ease
    }
}

.header-category-menu_level-0 {
    position: relative
}

@media screen and (max-width: 1060px) {
    .header-category > div {
        overflow-y: auto
    }

    .header-category > div:after, .header-category > div:before {
        content: '';
        width: 100%;
        position: absolute;
        left: 0;
        background: none;
        height: 5px
    }

    .header-category > div:after {
        bottom: 60px;
        box-shadow: inset 0 -5px 5px -5px #666
    }

    .header-category > div:before {
        top: 60px;
        box-shadow: inset 0 5px 5px -5px #666
    }

    .header-category-menu_level-0 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        max-height: none;
        overflow-y: auto;
        border-top: 1px solid #ebe5dc;
        border-bottom: 1px solid #ebe5dc
    }

    .header-category-menu_level-0:after, .header-category-menu_level-0:before {
        content: none
    }
}

@media screen and (min-width: 1060px) {
    .header-category-menu_level-1 {
        position: absolute;
        top: 100%;
        left: 0;
        display: none;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 17px;
        background-color: #e2e2e2;
        z-index: 5;
        min-width: 1100px
    }

    .header-category-menu_level-2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        max-height: 300px;
        flex-wrap: nowrap !important;
        overflow-y: auto;
        overflow-x: hidden
    }
}

.header-category-menu_active:after {
    -webkit-transform: rotateZ(0);
    transform: rotateZ(0)
}

.header-category-menu__item {
    list-style-type: none
}

@media screen and (min-width: 1060px) {
    .header-category-menu__item {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        height: 100%
    }

    .header-category-menu__item:hover .header-category-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media screen and (max-width: 1060px) {
    .header-category-menu__item {
        position: relative;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 0 0 30px
    }
}

@media screen and (min-width: 1060px) {
    .header-category-menu__item_level-0.active, .header-category-menu__item_level-0:hover {
        background-color: #0b4b82
    }
}

.header-category-menu__item_level-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media screen and (min-width: 1060px) {
    .header-category-menu__item_level-2 {
        margin-bottom: 13px
    }

    .header-category-menu__item_level-2:last-child {
        margin-bottom: 0
    }
}

.header-category-menu__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 18px 15px;
    font: 18px Calibri-Bold, sans-serif;
    font: 18px Calibri-Bold;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -webkit-transition: ease .3s;
    transition: ease .3s
}

@media screen and (min-width: 1060px) {
    .header-category-menu__link {
        text-align: center
    }
}

@media screen and (min-width: 1060px) and (-ms-high-contrast: active), screen and (min-width: 1060px) and (-ms-high-contrast: none) {
    .header-category-menu__link {
        display: inline-block
    }
}

@media screen and (max-width: 1060px) {
    .header-category-menu__link {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        height: auto;
        border-bottom: 1px solid #ebe5dc;
        padding: 7px 5px
    }
}

.header-category-menu__link_stock:after {
    content: "";
    width: 25px;
    height: 25px;
    margin-left: 10px;
    background: url(/local/templates/milbrend/css/../images/icons/stock.png) no-repeat center/contain transparent
}

@media screen and (min-width: 1060px) {
    .header-category-menu__link_level-1 {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 0;
        margin-bottom: 13px;
        font: 16px Calibri-Bold, sans-serif;
        color: #3a3a3a
    }
}

@media screen and (min-width: 1060px) {
    .header-category-menu__link_level-2 {
        padding: 0;
        font: 16px Calibri, sans-serif;
        color: #737373
    }
}

.header-category-menu__root {
    display: none
}

@media screen and (max-width: 1060px) {
    .header-category-menu__root {
        position: absolute;
        top: 10px;
        right: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        padding-right: 10px;
        cursor: pointer
    }

    .header-category-menu__root:after {
        position: absolute;
        content: "";
        display: block;
        width: 9px;
        height: 9px;
        border: solid #fff;
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transition: .1s;
        transition: .1s
    }
}

.header-swiper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.header-swiper__container {
    position: relative;
    width: 100%;
    overflow: hidden
}

.header-swiper__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.header-swiper__slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%
}

.header-swiper__slide-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%
}

@media screen and (max-width: 1130px) {
    .header-swiper__slide-wrapper {
        padding-right: 0
    }
}

@media screen and (max-width: 856px) {
    .header-swiper {
        display: none
    }

    .header-swiper__slide-wrapper {
        padding: 0
    }
}

.header-swiper__image {
    width: 100%
}

.header-swiper__category {
    position: absolute;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    z-index: 1;
    max-width: 271px;
    width: 100%;
    height: 100%
}

@media screen and (max-width: 1130px) {
    .header-swiper__category {
        display: none
    }
}

.header-swiper__category-image {
    width: 100%;
    height: 50%;
    background-repeat: no-repeat;
    background-size: cover !important
}

.header-swiper__pagination {
    position: absolute;
    bottom: 33px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 13px;
    max-width: 200px;
    width: 100%;
    justify-content: center
}

.swiper-button-prev:before, .swiper-button-next:before {
    content: "";
    display: inline-block;
    border: solid #696969;
    border-width: 0 3px 3px 0;
    margin-left: 5px;
    padding: 5px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: .1s;
    transition: .1s
}

.swiper-button-prev, .swiper-button-next {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 39px;
    height: 39px;
    margin: auto 0;
    border-radius: 50%;
    background-color: #f2f1f1;
    -webkit-transition: .6s;
    transition: .6s;
    opacity: .6;
    cursor: pointer
}

@media screen and (min-width: 768px) {
    .swiper-button-prev, .swiper-button-next {
        width: 59px;
        height: 59px
    }

    .swiper-button-prev:before, .swiper-button-next:before {
        border-width: 0 5px 5px 0;
        margin-left: 7px;
        padding: 8px
    }
}

.swiper-button-prev:hover, .swiper-button-next:hover {
    background-color: #7cddfd
}

.swiper-button-prev:hover:before, .swiper-button-next:hover:before {
    border-color: #fff
}

.swiper-button-prev {
    left: 5px
}

.swiper-button-next {
    right: 5px;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

@media screen and (min-width: 1130px) {
    .swiper-button-prev {
        left: calc(50% - 565px)
    }

    .swiper-button-next {
        right: calc(50% - 565px)
    }
}

@media screen and (max-width: 1198px) {
    .header-swiper__pagination {
        bottom: 20px
    }
}

.header-swiper__bullet {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 14px;
    height: 100%;
    margin-right: 19px;
    z-index: 3;
    border-radius: 50%;
    background-color: #dcdcdc;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    cursor: pointer
}

.header-swiper__bullet_active {
    background-color: #26a9e1;
    -webkit-transition: .3s ease;
    transition: .3s ease
}

.header-swiper__bullet:last-child {
    margin: 0
}

.header-selection {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 1130px;
    width: 100%;
    height: 100%;
    z-index: 1
}

.header-selection .preloader {
    display: none;
    background-image: url(/images/logo_lazyload.svg);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 9;
    opacity: .5;
    background-repeat: no-repeat;
    background-color: #fff;
    background-position: center
}

.header-selection .preloader.active {
    display: block
}

.header-selection__toolbar-selector {
    margin-left: 30px
}

.header-selection__toolbar-selector select {
    padding: 10px 20px 10px 15px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #c3c3c3;
    border-radius: 50px;
    padding: 10px 20px 10px 10px;
    background: url(/local/templates/milbrend/css/../images/icons/arrow-down.svg) no-repeat 95% center/10%;
    color: #737373;
    text-overflow: ellipsis;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    transition: box-shadow .2s;
    box-shadow: 0 0 0 0 #bbb inset, 0 0 0 rgba(0, 0, 0, .5) inset, 0 0 0 #fff
}

.header-selection__toolbar-selector select:hover {
    box-shadow: 0 0 0 1px #bbb inset, 0 1px 3px rgba(0, 0, 0, .5) inset, 0 1px 2px #fff
}

.header-selection__toolbar-selector option {
    color: #000
}

@media screen and (max-width: 856px) {
    .header-selection {
        display: none
    }
}

.header-selection__bg {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #f7f6f6
}

.header-selection .btn_submit {
    border: 1px solid #c3c3c3
}

.header-selection__wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 14px;
    box-shadow: 0 2px 5px 2px #ccc
}

.header-selection__wrapper * {
    color: #737373
}

.header-selection__toolbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: spasce-between;
    -ms-flex-pack: spasce-between;
    justify-content: spasce-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
    padding-bottom: 14px;
    border-bottom: dashed 1px #fff
}

.header-selection__toolbar-image {
    width: 27px;
    height: 28px;
    background: url(/local/templates/milbrend/css/../images/icons/settings_black.png) no-repeat center/contain;
    margin-right: 14px
}

.header-selection__toolbar-title {
    text-transform: uppercase;
    font: 20px Calibri-Bold, sans-serif;
    color: #737373
}

.header-selection__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: row;
    margin-bottom: 0;
    justify-content: space-between
}

.header-selection__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 5px 7px;
    margin-bottom: 5px;
    flex-direction: column;
    width: 100%
}

@media screen and (min-width: 768px) {
    .header-selection__container .header-selection__item:nth-child(1) {
        width: 42%
    }

    .header-selection__container .header-selection__item:nth-child(2) {
        width: 33%
    }

    .header-selection__container .header-selection__item:nth-child(3) {
        width: 25%
    }
}

.header-selection__item .main-filter-show-more {
    cursor: pointer;
    color: #737373;
    text-decoration: underline
}

.header-selection__item-inner {
    max-width: 305px
}

.header-selection__item-inner .inputs {
    display: flex;
    justify-content: space-between
}

.header-selection__title {
    width: 100%;
    margin-right: 15px;
    font: 18px Calibri, sans-serif;
    color: #737373
}

.header-selection__title + .catalog-filter__column {
    margin-top: 10px
}

.header-selection__title + .catalog-filter__column .catalog-filter__row label:last-child {
    color: #737373;
    cursor: pointer
}

.header-selection__select {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #c3c3c3;
    border-radius: 50px;
    padding: 10px;
    background: #fff url(/local/templates/milbrend/css/../images/icons/arrow-down.svg) no-repeat 95% center/6%;
    color: #424242;
    width: auto !important;
    margin: 10px 0;
    min-width: 150px
}

#main-header-filter-more {
    color: #737373;
    background: none;
    border: none;
    cursor: pointer;
    margin-bottom: 15px;
    text-decoration: underline;
    margin-top: -10px
}

#main-header-filter-count {
    color: #737373;
    display: block;
    text-align: center;
    margin-top: 10px
}

.steps-slider-interval {
    margin: 15px 15px 10px
}

.steps-slider-interval ~ .inputs input {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #c3c3c3;
    border-radius: 50px;
    padding: 10px;
    color: #424242;
    width: auto !important;
    margin: 10px 0;
    max-width: 130px
}

.steps-slider-interval ~ .inputs input:first-child {
    margin-right: 15px
}

.steps-slider-interval .noUi-handle {
    box-shadow: none;
    border: none;
    background: none;
    top: -10px !important;
    cursor: pointer
}

.steps-slider-interval .noUi-handle .noUi-touch-area {
    position: absolute;
    border-radius: 100%;
    background: #fff !important;
    z-index: 9;
    border: 1px solid #c3c3c3;
    width: 25px;
    height: 25px;
    top: 0
}

.steps-slider-interval .noUi-handle .noUi-touch-area:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -5px;
    margin-left: -4px;
    background: url(data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAJCAQAAABUUf4oAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAAAHdElNRQfjDAgUEibtlvjgAAAANElEQVQI122MQQ4AIAzCyv7/Gf0gHraZmXiBNA2wbUzmcgCAsyhUo4dV2548KEJje+33WRwayg8gWDGIjwAAAABJRU5ErkJggg==) no-repeat center;
    width: 8px;
    height: 10px;
    background-size: contain
}

.steps-slider-interval .noUi-handle .noUi-touch-area:before {
    display: none
}

.noUi-connects .noUi-connect {
    background: #0ebcf6;
    border-top: 1px solid #cfcaca;
    border-bottom: 1px solid #cfcaca
}

.noUi-horizontal {
    height: 7px !important
}

.btn-open-mob-main-filter {
    display: none !important
}

.mob-hide-main-filter {
    display: none
}

.header-selection__body {
    display: flex;
    flex-direction: column
}

@media screen and (max-width: 856px) {
    .header-selection {
        display: block
    }

    .header-selection:not(.active) .header-selection__toolbar {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none
    }

    .header-selection [name="section"] {
        display: none
    }

    .header-selection.active [name="section"] {
        display: block
    }

    .header-selection__body {
        display: none
    }

    .header-selection.active .header-selection__body {
        display: block
    }

    .header-selection__container {
        flex-direction: column
    }

    #main-header-filter-more {
        display: none
    }

    .header-selection__container-more {
        display: flex !important
    }

    .btn-open-mob-main-filter {
        display: block !important
    }

    .header-selection.active .btn-open-mob-main-filter {
        display: none !important
    }

    .mob-hide-main-filter {
        display: block;
        color: #737373;
        background: none;
        border: none;
        cursor: pointer;
        text-decoration: underline;
        margin-top: 20px;
        width: 100%;
        text-align: right
    }
}

.footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    padding: 30px 0;
    background-color: #f7f6f6;
    padding-bottom: 10px
}

.footer__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 1130px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 64px 0;
    padding: 0 10px
}

@media screen and (max-width: 606px) {
    .footer__wrapper {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.footer__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 62px
}

@media screen and (max-width: 606px) {
    .footer__top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        max-width: 200px;
        width: 100%
    }
}

.footer__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 110px
}

@media screen and (max-width: 820px) {
    .footer__content {
        margin-right: 0
    }
}

@media screen and (max-width: 606px) {
    .footer__content {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%
    }
}

.footer__phones {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.footer__phones-title {
    margin-bottom: 1px;
    font: 18px Calibri, sans-serif
}

@media screen and (max-width: 606px) {
    .footer__phones-title {
        text-align: center
    }
}

.footer__phones-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 17px
}

.footer__phones-number {
    margin-bottom: 5px;
    font: 26px Calibri-Bold, sans-serif;
    color: #232020
}

.footer__phones-number:last-child {
    margin-bottom: 0
}

.footer__contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    margin-bottom: 36px
}

.footer__sitemap {
    font: 18px Calibri, sans-serif;
    cursor: pointer
}

@media screen and (max-width: 606px) {
    .footer__sitemap {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
    }
}

.footer__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.footer__copyrite {
    margin-bottom: 24px;
    font: 16px Calibri, sans-serif;
    color: #42555d
}

.footer-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 53px
}

@media screen and (max-width: 1120px) {
    .footer-nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media screen and (max-width: 606px) {
    .footer-nav {
        width: 100%;
        margin: 10px 0 0
    }
}

.footer-nav__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 139px 0 0;
    padding: 0
}

.footer-nav__menu:last-child {
    margin: 0
}

@media screen and (max-width: 1120px) {
    .footer-nav__menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0 0 9px
    }
}

@media screen and (max-width: 606px) {
    .footer-nav__menu {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        margin-right: 0
    }
}

.footer-nav__item {
    margin-bottom: 9px;
    list-style-type: none
}

.footer-nav__item-title {
    font-size: 1.3em;
    margin-bottom: 15px;
    display: block;
    font-weight: 700
}

.footer-nav__item:last-child {
    margin-bottom: 0
}

.footer-nav__link {
    font: 18px Calibri, sans-serif;
    color: #232020
}

.footer-subscribe {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 26px 42px;
    background-color: #fff
}

.footer-subscribe > div {
    max-width: 100%
}

@media screen and (max-width: 776px) {
    .footer-subscribe {
        display: none
    }
}

.footer-subscribe__title {
    margin-bottom: 17px;
    text-transform: uppercase;
    font: 26px/14px Calibri-Bold, sans-serif;
    color: #26a9e1
}

.footer-subscribe__description {
    margin-bottom: 19px;
    font: 18px Calibri, sans-serif;
    color: #7c7c7c
}

.footer-subscribe__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 46px
}

.footer-subscribe__wrapper:last-child {
    margin-bottom: 0
}

.footer-subscribe__input {
    margin-bottom: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: solid 1px #26a9e1;
    border-radius: 50px;
    padding: 10px 20px;
    font: 16px Calibri, sans-serif;
    text-align: center;
    color: #969696
}

.footer-subscribe__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer-subscribe__social-network {
    margin-right: 38px;
    background: no-repeat center/contain;
    transition: transform .3s;
    transform: scale(1)
}

.footer-subscribe__social-network:hover {
    transform: scale(1.3)
}

.footer-subscribe__social-network:last-child {
    margin-right: 0
}

.footer-subscribe__social-network_fb {
    width: 34px;
    height: 34px;
    background-image: url(/local/templates/milbrend/css/../images/icons/facebook.png)
}

.footer-subscribe__social-network_tw {
    width: 34px;
    height: 34px;
    background-image: url(/local/templates/milbrend/css/../images/icons/twitter.png)
}

.footer-subscribe__social-network_vk {
    width: 34px;
    height: 34px;
    background-image: url(/local/templates/milbrend/css/../images/icons/vk.png)
}

.footer-subscribe__social-network_g {
    width: 34px;
    height: 34px;
    background-image: url(/local/templates/milbrend/css/../images/icons/google-plus.png)
}

.footer-subscribe__social-network_inst {
    width: 34px;
    height: 34px;
    background-image: url(/local/templates/milbrend/css/../images/icons/instagram.png)
}

.footer-payment {
    width: 100%;
    height: 40px;
    overflow: hidden
}

.footer-payment__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    height: 100%
}

@media screen and (max-width: 606px) {
    .footer-payment__wrapper {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.footer-payment__slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 70px;
    width: 100%;
    height: 100%;
    background: no-repeat center/contain
}

.btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer
}

.btn_default {
    max-width: 250px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: solid 1px #cdcdcd;
    border-radius: 50px;
    background-color: #fbfbfb;
    padding: 14px 5px;
    font: 18px/18px Calibri, sans-serif;
    letter-spacing: .45px;
    color: #232020
}

.btn_default:hover {
    background-color: #e2e2e2
}

.btn_submit {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 0;
    border-radius: 50px;
    padding: 7px 20px;
    background-color: #0ebcf6;
    font: 20px Calibri-Bold, sans-serif;
    letter-spacing: .51px;
    text-transform: uppercase;
    color: #fff
}

.btn_submit:hover {
    background-color: #0899c9
}

.btn_submit_blue {
    max-width: 250px;
    margin: auto
}

.btn_submit_black {
    background-color: #fff;
    color: #232020
}

.btn_submit_black:hover {
    background-color: #e6e6e6
}

.btn_submit_gray {
    -ms-flex-item-align: start;
    align-self: flex-start;
    width: auto;
    text-transform: none;
    background-color: #adadad;
    color: #fff
}

.btn_show-all {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #cdcdcd;
    border-radius: 50px;
    padding: 10px;
    background: 0 0;
    font: 18px Calibri, sans-serif;
    line-height: .9;
    color: #42555d
}

.btn_show-all:after {
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 12px;
    height: 12px;
    margin-left: 9px;
    background: url(/local/templates/milbrend/css/../images/icons/arrow-right.svg) no-repeat center/contain
}

.btn_upc {
    text-transform: uppercase
}

.btn_cart {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 0;
    border-radius: 50px;
    padding: 7px 20px;
    background-color: #0ebcf6;
    font: 20px Calibri-Bold, sans-serif;
    letter-spacing: .51px;
    color: #fff
}

.btn_cart:before {
    content: '';
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 20px;
    height: 20px;
    background: url(/local/templates/milbrend/css/../images/icons/cart_white.png) no-repeat center/contain;
    margin-right: 17px
}

.btn_cart:hover {
    background-color: #0899c9
}

.btn-contact {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: solid 1px #26a9e1;
    border-radius: 50px;
    background-color: #fff;
    padding: 11px 16px;
    font: 16px/.7 Calibri, sans-serif;
    color: #26a9e1;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer;
    position: relative
}

.btn-contact:hover {
    background-color: #26a9e1;
    color: #fff
}

.btn-contact_mb-15 {
    margin-bottom: 15px
}

.btn-contact_mb-15:last-child {
    margin-bottom: 0
}

.btn-moveTo {
    position: fixed;
    top: 0;
    right: 20px;
    padding-top: 38%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width: 1380px) {
    .btn-moveTo {
        display: none
    }
}

.btn-moveTo__link {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    width: 59px;
    height: 59px;
    margin-bottom: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50%;
    background: #eeeded url(/local/templates/milbrend/css/../images/icons/arrow-down.svg) no-repeat center/45%
}

.btn-moveTo__description {
    font: 16px Calibri, sans-serif;
    color: #9c9c9c
}

.logo {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.logo_footer {
    margin-bottom: 18px
}

@media screen and (max-width: 656px) {
    .logo {
        width: 100px
    }
}

.logo__image {
    width: 100%
}

.title {
    margin: 0;
    font: 26px/1 Calibri-Bold, sans-serif;
    letter-spacing: .65px;
    color: #232020
}

.title_left {
    -ms-flex-item-align: start;
    align-self: flex-start
}

@media screen and (max-width: 606px) {
    .title {
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 40px;
        font-size: 20px;
        line-height: .8;
        text-align: center
    }
}

.products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%;
}
@media screen and (min-width: 927px) {
    .catalog__wrapper .products {
        max-width: calc(100% - 292px);
    }
    .catalog__wrapper .products .products {
        max-width: 100%;
    }
}



.products_center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.products_center .products__overflow {
    margin-bottom: 40px
}

.products__overflow {
    width: 100%
}

@media screen and (max-width: 606px) {
    .products__overflow {
        overflow: hidden
    }
}

@media screen and (max-width: 606px) {
    .products__wrap {
        margin-bottom: -10px
    }
}

@media screen and (min-width: 768px) {
    .products__wrap.splide__track {
        padding: 5px
    }
}

.products__wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:(1fr) [ 4 ];
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 25px
}

.products__wrapper_three {
    -ms-grid-columns:(1fr) [ 3 ];
    /*grid-template-columns: repeat(3, 1fr);*/
    grid-template-columns: repeat(3, 32.5%);
}

@media screen and (max-width: 1196px) {
    .products__wrapper {
        -ms-grid-columns:(1fr) [ 3 ];
        grid-template-columns: repeat(3, 1fr);
        grid-template-columns: repeat(3, 32.5%);
    }
}

@media screen and (max-width: 916px) {
    .products__wrapper {
        -ms-grid-columns:(1fr) [ 2 ];
        grid-template-columns: repeat(2, 1fr);
        grid-template-columns: repeat(2, 49%) !important;
    }
}

@media screen and (max-width: 606px) {
    .products__wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 0;
        padding: 0;
        padding-left: 10px;
        padding-bottom: 10px;
        overflow: auto;
        -webkit-overflow-scrolling: touch
    }
}

@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none) {
    .products__wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.products__tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-top: 34px
}

@media screen and (max-width: 856px) {
    .products__tags {
        display: none
    }
}

.products__tag {
    border-bottom: 1px solid #0ebcf6;
    color: #0ebcf6
}

.products-toolbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin-bottom: 18px
}

.products-toolbar .title {
    padding: 0
}

.products-toolbar__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.products-toolbar__categories {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 0 22px
}

@media screen and (max-width: 606px) {
    .products-toolbar__categories {
        display: none
    }
}

.products-toolbar__category {
    margin-right: 22px;
    color: #42555d
}

.products-toolbar__category:last-child {
    margin-right: 0
}

.products-toolbar__show-all {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media screen and (max-width: 606px) {
    .products-toolbar__show-all {
        display: none
    }
}

.products-toolbar__sort {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.products-toolbar__sort-title {
    margin-right: 20px;
    font: 14px Calibri, sans-serif;
    color: #232020
}

.products-toolbar__sort-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.products-toolbar__sort-item {
    position: relative;
    margin-right: 10px
}

.products-toolbar__sort-item:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -3px;
    width: 0;
    height: 2px;
    margin: 0 auto;
    background-color: #26a9e1;
    -webkit-transition: .5s ease;
    transition: .5s ease
}

.products-toolbar__sort-item:hover, .products-toolbar__sort-item_active {
    cursor: pointer;
    color: #26a9e1
}

.products-toolbar__sort-item:hover:before, .products-toolbar__sort-item_active:before {
    width: 100%
}

.products-toolbar__sort-item:last-child {
    margin-right: 0
}

.products-toolbar__select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

@media screen and (max-width: 606px) {
    .products-toolbar__select {
        display: none
    }
}

.products-toolbar__select-label {
    margin-right: 5px;
    font: 18px Calibri, sans-serif;
    color: #232020
}

.products-toolbar__select-input {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 65px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px #26a9e1 solid;
    border-radius: 50px;
    padding: 10px;
    background: #fff url(/local/templates/milbrend/css/../images/icons/arrow-down.svg) no-repeat 85% center/15%;
    color: #424242
}

.product {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px 25px;
    background: no-repeat center/cover;
    -webkit-transition: .1s -webkit-box-shadow;
    transition: .1s -webkit-box-shadow;
    transition: .1s box-shadow;
    transition: .1s box-shadow, .1s -webkit-box-shadow
}

@media screen and (min-width: 606px) {
    .product:hover {
        -webkit-box-shadow: 0 2px 7px 0 rgba(0, 0, 0, .15);
        box-shadow: 0 2px 7px 0 rgba(0, 0, 0, .15)
    }
}

@media screen and (max-width: 606px) {
    .product {
        max-width: 72vw;
        width: 100%;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        border: 1px solid #cdcdcd;
        border-radius: 15px;
        margin-right: 20px
    }
}

@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none) {
    .product {
        max-width: 260px;
        width: 100%
    }
}

.product__image {
    width: 100%
}

.product__title {
    font: 18px Calibri, sans-serif;
    color: #104572;
    margin-bottom: 27px
}

.product__size {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 27px
}

.product__size-label {
    margin-right: 8px;
    font: 16px Calibri, sans-serif;
    color: #616161
}

.product__size-select {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: solid 1px #cdcdcd;
    border-radius: 50px;
    padding: 10px 20px 10px 10px;
    background: url(/local/templates/milbrend/css/../images/icons/arrow-down.svg) no-repeat 95% center/6%;
    color: #424242;
    text-overflow: ellipsis;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    transition: box-shadow .2s;
    box-shadow: 0 0 0 0 #bbb inset, 0 0 0 rgba(0, 0, 0, .5) inset, 0 0 0 #fff
}

.product__size-select:hover {
    box-shadow: 0 0 0 1px #bbb inset, 0 1px 3px rgba(0, 0, 0, .5) inset, 0 1px 2px #fff
}

.product__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 52px
}

.product__prices {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 16px
}

@media screen and (max-width: 396px) {
    .product__prices {
        margin-right: 10px
    }
}

.product__prices-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px
}

.product__prices-wrapper > span {
    line-height: 1;
    margin-right: 5px;
    color: #616161;
    position: absolute;
    margin-top: -25px
}

.product__prices-price {
    margin-right: 5px;
    font: 24px/14px Calibri-Bold, sans-serif;
    letter-spacing: .6px;
    color: #232020
}

@media screen and (max-width: 396px) {
    .product__prices-price {
        margin-right: 3px;
        font-size: 20px
    }
}

.product__prices-currency {
    font: 18px/14px Calibri, sans-serif;
    letter-spacing: .45px;
    color: #232020
}

@media screen and (max-width: 396px) {
    .product__prices-currency {
        font-size: 16px
    }
}

.product__prices-discount {
    margin-top: 9px;
    text-decoration: line-through;
    font: 16px/.88 Calibri, sans-serif;
    letter-spacing: .4px;
    color: #6e6e6e
}

@media screen and (max-width: 396px) {
    .product__prices-discount {
        font-size: 14px
    }
}

.product__toolbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.product__toolbar-btn {
    margin-right: 14px;
    background: no-repeat center/contain;
    cursor: pointer;
    transition: transform .3s;
    transform: scale(1)
}

.product__toolbar-btn:hover {
    transform: scale(1.3)
}

@media screen and (max-width: 606px) {
    .product__toolbar-btn {
        margin-right: 18px
    }
}

@media screen and (max-width: 396px) {
    .product__toolbar-btn {
        margin-right: 12px
    }
}

.product__toolbar-btn:last-child {
    margin-right: 0
}

.product__toolbar-btn_favorite {
    width: 22px;
    height: 20px;
    background-image: url(/local/templates/milbrend/css/../images/icons/heart.png)
}

.product__toolbar-btn_compare {
    width: 21px;
    height: 18px;
    background-image: url(/local/templates/milbrend/css/../images/icons/bars.png)
}

.product__toolbar-btn_compare.active {
    background-image: url(/local/templates/milbrend/css/../images/icons/bars-active.png)
}

.product__toolbar-btn_cart {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background-image: url(/local/templates/milbrend/css/../images/icons/cart_white.png);
    background-color: #0ab9f3;
    background-size: 35%
}

.product__toolbar-btn_cart.active {
    background-color: rgba(10, 185, 243, 0.5)
}

@media screen and (max-width: 606px) {
    .product__toolbar-btn_cart {
        width: 35px;
        height: 35px
    }
}


/*** МЕТКИ ТОВАРА ***/


.product__tag {

}

.product__tags .product__tag {
    position: initial;
    width: auto;
    border-radius: 0;
    padding: 0px;
    margin-left: 5px;
    margin-top: 5px;
}

.product__tags {
    display: flex;
    flex-wrap: wrap;
    position: absolute;
}
.product__tags .label {

}

.product__tags .label > span {
    display: block;
    background-color: #0ebcf6;
    padding: 2px 9px;
    text-transform: uppercase;
    color: #fff;
    font:14px Calibri-Bold,sans-serif;
    font-weight: bold;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.product__tags .label > span a {
    color: #fff;
    font:14px Calibri-Bold,sans-serif;
    min-height: unset;
}
.product__tags .label .popup-tooltip {
    right: unset;
    left: 10px;
    top: 35px;
    max-width: calc(100% - 20px);
}
.product__tags .label .popup-tooltip:before {
    display: none;
}
.product__tags .product__tag-more span {
    cursor: pointer;
    color: #0ebcf6;
    background-color: #fff;
    border: 1px solid #0ebcf6;
    padding: 1px 7px;
} 







@media screen and (max-width: 606px) {
    .product__tag {
        top: 11px
    }
}

.product__tag_blue {
    left: 40px;
    background-color: #0ebcf6
}

.product__tag_green {
    left: 0;
    background-color: #9cc97b
}

.product__discount {
    position: absolute;
    right: 10px;
    top: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 4px;
    /*background-color: #ff1c5c;*/
    font: 16px Calibri-Bold, sans-serif;
    letter-spacing: .4px;
    color: #fff
}

.product__props {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 25px 0
}

.product__prop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px
}

.product__prop:last-child {
    margin-bottom: 0
}

.product__prop-value {
    font: 18px Calibri-Bold, sans-serif;
    color: #424242
}

.content {
    border-radius: 10px;
    -webkit-box-shadow: 2.3px 1.9px 4px 0 rgba(0, 0, 0, .18) !important;
    box-shadow: 2.3px 1.9px 4px 0 rgba(0, 0, 0, .18) !important;
    border: solid 1px #dadada
}

.modal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: start;
    align-self: flex-start;
    max-width: 456px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 46px 36px 36px;
    background-color: #f8f8f8
}

.modal__item {
    margin-bottom: 18px
}

.modal__item:last-child {
    margin-bottom: 0
}

.modal__title {
    margin-bottom: 22px
}

.modal__description {
    margin-bottom: 18px;
    text-align: center;
    font: 16px Calibri, sans-serif;
    color: #42555d
}

.modal__input {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #cdcdcd;
    border-radius: 22.5px;
    margin-bottom: 18px;
    padding: 15px 10px;
    background-color: #fff;
    text-align: center
}

.modal__textarea {
    width: 100%;
    min-height: 128px;
    margin-bottom: 24px;
    resize: none
}

.modal__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 24px
}

.modal__checkbox {
    margin-right: 15px
}

.modal__agree-text {
    font: 14px Calibri, sans-serif;
    color: #232020
}

.modal__agree-text_link {
    border-bottom: 1px solid #26a9e1;
    color: #26a9e1
}

.footer__sitemap {
    position: relative;
    -ms-flex-item-align: start;
    align-self: flex-start;
    color: #26a9e1;
    border-bottom: 1px solid #26a9e1
}

.footer__sitemap:hover {
    border-bottom-style: dashed;
    border-bottom-color: #0b4b82;
    color: #0b4b82
}

.index-advantages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.index-advantages__wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:(1fr) [ 3 ];
    grid-template-columns: repeat(3, 1fr);
    gap: 80px 20px;
    margin: 56px 0 54px
}

@media screen and (max-width: 936px) {
    .index-advantages__wrapper {
        -ms-grid-columns:(1fr) [ 2 ];
        grid-template-columns: repeat(2, 1fr)
    }
}

@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none) {
    .index-advantages__wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%
    }
}

.index-advantages__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none) {
    .index-advantages__item {
        max-width: 320px;
        width: 100%;
        margin-bottom: 15px
    }
}

.index-advantages__item-image {
    width: 131px;
    height: 131px;
    margin-bottom: 27px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-size: contain
}

.index-advantages__item-description {
    width: 100%;
    text-align: center;
    font: 18px Calibri, sans-serif;
    color: #363636
}

.index-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.index-text__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    margin: 42px 0 56px
}

.index-text__p {
    margin: 0;
    font: 18px/30px Calibri, sans-serif;
    color: #42555d
}

.index-text__description {
    font: 26px/.9 Calibri-Bold, sans-serif;
    letter-spacing: .65px;
    color: #232020
}

.index-text__description_strong {
    font-size: 30px
}

.index-text__br {
    display: none
}

@media screen and (max-width: 676px) {
    .index-text__br {
        display: block
    }

    .contacts > h1 {
        margin-top: -6px;
        margin-left: 35px
    }
}

.contacts__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media screen and (max-width: 1006px) {
    .contacts__modal {
        display: none
    }
}

.contacts__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-right: 28px
}

@media screen and (max-width: 1006px) {
    .contacts__content {
        margin-right: 0
    }
}

.contacts__title {
    margin-bottom: 35px
}

.contacts__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media screen and (max-width: 636px) {
    .contacts__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.contacts__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px
}

.contacts__item:last-child {
    margin: 0
}

.contacts__item_column {
    margin: 0 52px 0 0
}

@media screen and (max-width: 636px) {
    .contacts__item_column {
        margin: 0 0 15px
    }
}

.contacts__map {
    width: 100%;
    height: 390px;
    background-color: #cdcdcd
}

.contacts__item-image {
    margin-right: 22px;
    background: no-repeat center/contain
}

.contacts__item-image_marker {
    width: 30px;
    height: 38px;
    background-image: url(/local/templates/milbrend/css/../images/icons/marker.png)
}

.contacts__item-image_clock {
    width: 31px;
    height: 31px;
    background-image: url(/local/templates/milbrend/css/../images/icons/clock.png)
}

.contacts__item-image_phone {
    width: 35px;
    height: 40px;
    background-image: url(/local/templates/milbrend/css/../images/icons/phone.png)
}

.contacts__item-elem:last-child {
    margin-bottom: 0
}

.contacts__item-elem_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px
}

.contacts__item-elem_title {
    margin-bottom: 10px;
    font: 16px Calibri-Bold, sans-serif;
    color: #282828
}

.contacts__item-elem_description {
    margin-bottom: 15px;
    font: 22px Calibri-Bold, sans-serif;
    color: #282828
}

.contacts__item-elem_number {
    margin-bottom: 15px;
    font: 26px Calibri-Bold, sans-serif;
    color: #282828
}

.contacts__item-link {
    margin-right: 26px;
    border-bottom: dashed 1px #26a9e1;
    font: 16px Calibri, sans-serif;
    color: #01a9e1
}

.contacts__item-link:last-child {
    margin-right: 0
}

.contacts__item-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.contacts__social-icon {
    background: url(/local/templates/milbrend/css/../images/icons/social-icons.png) no-repeat;
    margin-right: 5px
}

.contacts__social-icon:last-child {
    margin-right: 0
}

.contacts__social-icon_viber {
    width: 28px;
    height: 30px;
    background-position: 0 0
}

.contacts__social-icon_wa {
    width: 30px;
    height: 32px;
    background-position: -32px 0
}

.contacts__social-icon_tg {
    width: 29px;
    height: 30px;
    background-position: -64px 0
}

.error-page__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 15px
}

.error-page__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.error-page__head-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 60px
}

@media screen and (max-width: 836px) {
    .error-page__head-row {
        margin-bottom: 10px
    }
}

.error-page__head-elem {
    margin-right: 50px
}

@media screen and (max-width: 836px) {
    .error-page__head-elem {
        margin-right: 13px
    }
}

.error-page__head-elem:last-child {
    margin-right: 0
}

.error-page__head-elem_number {
    font: 200px Calibri-Bold, sans-serif;
    color: #232020
}

@media screen and (max-width: 836px) {
    .error-page__head-elem_number {
        font-size: 70px
    }
}

.error-page__head-elem_image {
    width: 395px;
    height: 260px;
    background: url(/local/templates/milbrend/css/../images/404.png) no-repeat center/contain
}

@media screen and (max-width: 836px) {
    .error-page__head-elem_image {
        width: 100px;
        height: 70px
    }
}

.error-page__description {
    font: 26px Calibri-Bold, sans-serif;
    color: #232020;
    margin-bottom: 37px
}

.error-page__button {
    max-width: 256px;
    margin-bottom: 55px
}

.catalog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.catalog__description {
    margin-top: 16px;
    font: 16px Calibri, sans-serif;
    color: #42555d
}

.catalog__buttons {
    display: none;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 15px
}

@media screen and (max-width: 926px) {
    .catalog__buttons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.catalog__btn {
    margin-right: 5px
}

.catalog__btn_filter {
    display: none
}

@media screen and (max-width: 926px) {
    .catalog__btn_filter {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-item-align: start;
        align-self: flex-start;
        width: auto
    }
}

.catalog__btn:last-child {
    margin-right: 0
}

.catalog__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 292px;
    width: 100%;
    margin-right: 17px
}

@media screen and (max-width: 926px) {
    .products {
        max-width: 100%;
    }
    .catalog__left {
        position: fixed;
        top: 0;
        left: 0;
        max-width: none;
        width: 100%;
        height: 100vh;
        margin: 0;
        background-color: #f2f0f0;
        overflow-y: scroll;
        z-index: 6;
        -webkit-transform: translate(-100%);
        transform: translate(-100%);
        -webkit-transition: .3s ease;
        transition: .3s ease
    }

    .catalog__left_active {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

.catalog__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 21px;
    margin-bottom: 30px
}

.catalog__products {
    margin-bottom: 30px
}

@media screen and (max-width: 1156px) {
    .catalog__products {
        -ms-grid-columns:(1fr) [ 2 ];
        grid-template-columns: repeat(2, 49%)
    }
}

@media screen and (max-width: 606px) {
    .catalog__products {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 0 !important;
        padding: 0;
        overflow: visible
    }

    .catalog__products .product {
        max-width: none;
        margin: 0 0 20px
    }
}

@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none) {
    .catalog__products .product {
        max-width: 243px
    }
}

.catalog__toolbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.catalog-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 47px;
    padding: 20px 20px 40px;
    background-color: #f2f0f0
}

@media screen and (max-width: 926px) {
    .catalog-filter {
        margin: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-bottom: 130px
    }
}

.catalog-filter__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #dfdede;
    margin-bottom: 19px;
    padding-bottom: 20px
}

.catalog-filter__head-image {
    width: 27px;
    height: 28px;
    background: url(/local/templates/milbrend/css/../images/icons/settings_black.png) no-repeat center/contain;
    margin-right: 14px
}

.catalog-filter__head-title {
    text-transform: uppercase;
    font: 20px Calibri-Bold, sans-serif;
    color: #232020
}

.catalog-filter__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.catalog-filter__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #dfdede;
    margin-bottom: 19px;
    padding-bottom: 20px
}

@media screen and (max-width: 926px) {
    .catalog-filter__item {
        margin-bottom: 10px;
        padding-bottom: 10px
    }
}

.catalog-filter__item:last-child {
    margin-bottom: 0;
    border: 0
}

.catalog-filter__item_column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.catalog-filter__item_center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.catalog-filter__item_wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.catalog-filter__item_wrap .catalog-filter__item-title {
    width: 100%;
    margin: 0 0 10px
}

.catalog-filter__item_wrap .catalog-filter__item-select {
    width: 100%
}

.catalog-filter__item-title {
    margin-right: 40px;
    font: 18px Calibri, sans-serif;
    color: #232020
}

.catalog-filter__item-select {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 0;
    border-radius: 17px;
    padding: 10px;
    background: #fff url(/local/templates/milbrend/css/../images/icons/arrow-down.svg) no-repeat 95% center/6%;
    color: #424242
}

.catalog-filter__columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 15px
}

@media screen and (max-width: 926px) {
    .catalog-filter__columns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.catalog-filter__column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 5px
}

.catalog-filter__column:last-child {
    margin-right: 0
}

.catalog-filter__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 3px 0
}

.catalog-filter__checkbox {
    margin-right: 12px
}

.catalog-filter__checkbox-label {
    font: 16px Calibri, sans-serif;
    color: #737373;
    cursor: pointer
}

.catalog-filter__checkbox-label:hover {
    color: #999
}

.catalog-filter__tooltip {
    display: inline-block;
    width: 10px;
    height: 11px;
    margin-left: 7px;
    background: url(/local/templates/milbrend/css/../images/icons/tooltip.png) no-repeat center/contain
}

.catalog-filter__tooltip:after {
    background: rgba(0, 0, 0, .8);
    border-radius: 8px 8px 8px 0;
    -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, .5);
    box-shadow: 1px 1px 10px rgba(0, 0, 0, .5);
    color: #fff;
    content: attr(data-tooltip);
    margin-top: -24px;
    opacity: 0;
    padding: 3px 7px;
    position: absolute;
    visibility: hidden;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.catalog-filter__close {
    top: 0;
    right: 0;
    display: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    z-index: 9999 !important;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0)
}

@media screen and (max-width: 926px) {
    .catalog-filter__close {
        display: block
    }
}

.catalog-filter__close .hamburger-inner, .catalog-filter__close .hamburger-inner:after, .catalog-filter__close .hamburger-inner:before {
    background-color: #232020 !important;
    color: #232
}

.catalog-products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media screen and (max-width: 926px) {
    .catalog-products {
        display: none
    }
}

.catalog-products__title {
    margin-bottom: 60px
}

.article {
    overflow: hidden
}

.article__content {
    margin-top: 25px;
    margin-bottom: 30px
}

.article__image {
    float: left;
    max-width: 100%;
    padding: 0 46px 46px 0
}

.article__image_right {
    float: right
}

.article__warning {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 42px 0;
    padding: 42px 89px 42px 55px;
    background-color: #0ebcf6
}

@media screen and (max-width: 656px) {
    .article__warning {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 15px
    }
}

.article__warning-image {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 46px;
    height: 42px;
    margin-right: 60px;
    background: url(/local/templates/milbrend/css/../images/icons/warning.png) no-repeat center/contain
}

@media screen and (max-width: 656px) {
    .article__warning-image {
        margin: 0 0 20px
    }
}

.article__warning-text {
    font: 18px Calibri-BoldItalic, sans-serif;
    color: #fff
}

@keyframes fadeEffect {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.product-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    width: 100%
}

.product-page__toolbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px
}

@media screen and (max-width: 816px) {
    .product-page__toolbar {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 0
    }
}

.product-page__toolbar-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width: 816px) {
    .product-page__toolbar-buttons {
        margin-top: 20px
    }
}

@media screen and (max-width: 606px) {
    .product-page__toolbar-buttons {
        position: absolute;
        top: 0;
        right: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin: 0
    }
}

@media screen and (max-width: 606px) {
    .product-page__title {
        display: block;
        margin-bottom: 10px
    }
}

.product-page__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px
}

.product-page__buttons:last-child {
    margin-bottom: 0
}

.product-page__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 42px;
    cursor: pointer
}

.product-page__btn:before {
    content: "";
    margin-right: 15px;
    background: no-repeat center/contain
}

.product-page__btn:last-child {
    margin: 0
}

@media screen and (max-width: 606px) {
    .product-page__btn {
        margin: 0 0 20px;
        font-size: 0
    }
}

.product-page__btn_favorite:before {
    width: 22px;
    height: 20px;
    background-image: url(/local/templates/milbrend/css/../images/icons/heart.png)
}

.product-page__btn_favorite:hover:before {
    background-image: url(/local/templates/milbrend/css/../images/icons/heart-act.png)
}

.product-page__btn_compare:before {
    width: 21px;
    height: 18px;
    background-image: url(/local/templates/milbrend/css/../images/icons/bars.png)
}

.product-page__btn_compare:hover:before {
    background-image: url(/local/templates/milbrend/css/../images/icons/bars-act.png)
}

.product-page__buy-click {
    margin-left: 20px;
    color: #0ebcf6
}

.product-page__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%
}

@media screen and (max-width: 996px) {
    .product-page__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.product-page__product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.product-page__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media screen and (max-width: 996px) {
    .product-page__info {
        width: 100%;
        margin-bottom: 15px
    }
}

.product-page__info-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.product-page__size {

}

.product-page__size > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 22px
}

.product-page__size-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 40px
}

.product-page__size-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px
}

.product-page__size-title {
    margin-right: 13px;
    font: 16px Calibri-Bold, sans-serif;
    color: #282828
}

.product-page__size-status {
    font: 16px Calibri, sans-serif;
    color: #c62828
}

.product-page__size-status_has {
    color: #8bc34a
}

.product-page__size-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px #cdcdcd solid;
    border-radius: 17px;
    padding: 10px;
    background: #fff url(/local/templates/milbrend/css/../images/icons/arrow-down.svg) no-repeat 95% center/6%;
    color: #424242
}

.product-page__size-select:hover {
    box-shadow: 0 0 0 1px #bbb inset, 0 1px 3px rgba(0, 0, 0, .5) inset, 0 1px 2px #fff
}

.product-page__size-description {
    -ms-flex-item-align: end;
    align-self: flex-end;
    color: #6e6e6e
}

@media screen and (max-width: 996px) {
    .product-page__size-description {
        -ms-flex-item-align: start;
        align-self: flex-start
    }
}

.product-page__prices {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media screen and (max-width: 606px) {
    .product-page__prices {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
}

.product-page__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 5px;
    font: 16px/1 Calibri, sans-serif
}

.product-page__price_old {
    color: #ff1c5c
}

.product-page__price_old .product-page__price-wrapper {
    position: relative
}

.product-page__price_old .product-page__price-wrapper:after {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #ff1c5c
}

.product-page__price_saving {
    color: #0b4b82;
    margin-bottom: 16px
}

.product-page__price-title {
    margin-right: 10px
}

.product-page__price-cost {
    margin-right: 4px
}

.product-page__price-current {
    color: #232020
}

@media screen and (max-width: 606px) {
    .product-page__price-current {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
}

.product-page__price-current .product-page__price-cost {
    margin-right: 16px;
    font: 42.5px Calibri-Bold, sans-serif
}

.product-page__price-current .product-page__price-value {
    font: 32px Calibri, sans-serif
}

.product-page__credit {
    margin-bottom: 22px;
    color: #6e6e6e
}

.product-page__credit-link {
    color: #0ebcf6
}

.product-page__buy {
    margin-bottom: 40px
}

.product-page-props {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 45px
}

@media screen and (max-width: 996px) {
    .product-page-props {
        margin-top: 15px
    }
}

.product-page-props__wrapper {
    margin-bottom: 45px
}

.product-page-props__wrapper:last-child {
    margin-bottom: 0
}

.product-page-props__prop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px
}

.product-page-props__prop:last-child {
    margin-bottom: 0
}

.product-page-props__prop-title {
    max-width: 80px;
    width: 100%;
    margin-right: 21px;
    font: 16px Calibri, sans-serif;
    color: #616161
}

.product-page-props__prop-value {
    font: 16px Calibri-Bold, sans-serif;
    color: #424242
}

.product-page-item {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 550px;
    width: 100%;
    margin-right: 15px
}

@media screen and (max-width: 996px) {
    .product-page-item {
        max-width: 100%;
        margin: 0 0 15px
    }
}

@media screen and (max-width: 606px) {
    .product-page-item {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 42px
    }
}

.product-page-item__container {
    position: relative;
    width: 100%;
    height: 326px;
    overflow: hidden
}

@media screen and (max-width: 606px) {
    .product-page-item__container {
        height: 240px
    }
}

.product-page-item__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%
}

.product-page-item__slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 100%;
    background: url(/local/templates/milbrend/css/../images/item.png) no-repeat center/contain
}

.product-page-item__gallery {
    height: 113px
}

@media screen and (max-width: 726px) {
    .product-page-item__gallery {
        display: none
    }
}

.product-page-item__gallery .product-page-item__slide {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: solid 1px #cdcdcd;
    cursor: pointer
}

.product-page-item__gallery .product-page-item__slide_active {
    border-color: #7cddfd
}

.product-page-item__next, .product-page-item__prev {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 39px;
    height: 39px;
    margin: auto 0;
    border-radius: 50%;
    background-color: #f2f1f1;
    -webkit-transition: .6s;
    transition: .6s;
    opacity: .6;
    cursor: pointer
}

.product-page-item__next:before, .product-page-item__prev:before {
    content: "";
    display: inline-block;
    border: solid #696969;
    border-width: 0 3px 3px 0;
    margin-left: 5px;
    padding: 5px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: .1s;
    transition: .1s
}

.product-page-item__next:hover, .product-page-item__prev:hover {
    background-color: #7cddfd
}

.product-page-item__next:hover:before, .product-page-item__prev:hover:before {
    border-color: #fff
}

@media screen and (max-width: 606px) {
    .product-page-item__next, .product-page-item__prev {
        display: none
    }
}

.product-page-item__prev {
    left: 5px
}

.product-page-item__next {
    right: 5px;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.product-page-item__thumb {
    display: none
}

.product-page-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 40px
}

.product-page-tabs__panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 50px;
    margin-bottom: 33px
}

.product-page-tabs__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 2px;
    border: 0;
    background-color: transparent;
    padding: 5px 24px;
    -webkit-transition: .1s ease;
    transition: .1s ease;
    font: 18px Calibri, sans-serif;
    color: #424242;
    cursor: pointer
}

.product-page-tabs__btn:last-child {
    margin-right: 0
}

@media screen and (min-width: 996px) {
    .product-page-tabs__btn:hover {
        background-color: #0b4b82;
        color: #fff
    }
}

@media screen and (max-width: 416px) {
    .product-page-tabs__btn {
        padding: 5px 9px;
        font-size: 16px
    }
}

.product-page-tabs__btn_active {
    background-color: #0b4b82;
    color: #fff
}

.product-page-tabs__item {
    display: none;
    font: 18px Calibri, sans-serif;
    color: rgba(66, 85, 93, .8);
    -webkit-animation: fadeEffect .3s;
    animation: fadeEffect .3s
}

.product-page-tabs__item_active {
    display: block
}

.cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.cart__toolbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 26px
}

@media screen and (max-width: 816px) {
    .cart__toolbar {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.cart__id {
    margin-left: 10px;
    font: 26px/1 Calibri-Bold, sans-serif;
    letter-spacing: .65px;
    color: #232020
}

@media screen and (max-width: 816px) {
    .cart__id {
        margin: 0
    }
}

.cart__one-click {
    margin-left: 27px;
    text-decoration: underline;
    font: 16px Calibri, sans-serif;
    color: #0ab9f3
}

@media screen and (max-width: 816px) {
    .cart__one-click {
        margin: 0
    }
}

@media screen and (max-width: 996px) {
    .cart__close {
        top: 0;
        right: 20px;
        padding: 20px 10px
    }
}

.cart__close .hamburger-inner, .cart__close .hamburger-inner:after, .cart__close .hamburger-inner:before {
    background-color: #232020 !important;
    color: #232
}

@media screen and (max-width: 706px) {
    .cart__btn-submit {
        width: auto;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center
    }
}

.cart-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 40px;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 60px
}

.cart-grid__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 44px
}

@media screen and (max-width: 996px) {
    .cart-grid__head {
        display: none
    }
}

.cart-grid__head-title {
    font: 16px Calibri-Bold, sans-serif;
    color: #282828
}

.cart-grid__item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 80px
}

@media screen and (max-width: 996px) {
    .cart-grid__item:nth-child(2) {
        border-top: 1px #cdcdcd dashed
    }
}

.cart-grid__item:last-child {
    margin-bottom: 0;
    border-bottom: 0
}

@media screen and (max-width: 996px) {
    .cart-grid__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 20px;
        border-bottom: 1px #cdcdcd dashed;
        padding: 20px 0
    }
}

.cart-grid__item-elem {
    overflow: hidden
}

.cart-grid__item-elem:nth-child(6n+1) {
    max-width: 155px;
    width: 100%
}

.cart-grid__item-elem:nth-child(6n+2) {
    max-width: 260px;
    width: 100%
}

.cart-grid__item-elem:nth-child(6n+3) {
    max-width: 160px;
    width: 100%
}

.cart-grid__item-elem:nth-child(6n+4) {
    max-width: 95px;
    width: 100%
}

.cart-grid__item-elem:nth-child(6n+5) {
    max-width: 99px;
    width: 100%
}

.cart-grid__item-elem:nth-child(6n+6) {
    max-width: 70px;
    width: 100%
}

@media screen and (max-width: 996px) {
    .cart-grid__item-elem {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 15px;
        max-width: none !important
    }

    .cart-grid__item-elem:last-child {
        margin-bottom: 0
    }
}

.cart-grid__item-image {
    height: 92px;
    background: url(/local/templates/milbrend/css/../images/item.png) no-repeat center/contain
}

@media screen and (max-width: 996px) {
    .cart-grid__item-image {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 50px
    }
}

.cart-grid__item-props {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.cart-grid__item-title {
    margin-bottom: 14px;
    text-decoration: underline;
    font: 18px Calibri, sans-serif;
    color: #104572
}

.cart-grid__item-title:hover {
    color: #26a9e1
}

@media screen and (max-width: 996px) {
    .cart-grid__item-title {
        text-align: center
    }
}

.cart-grid__item-sum .cart-grid__price-current:before {
    content: "Сумма"
}

.cart-grid__item-size {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 260px !important;
    width: 100%
}

.cart-grid__item-size-title {
    margin-right: 8px;
    font: 16px Calibri, sans-serif;
    color: #616161
}

.cart-grid__item-size-select {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: solid 1px #cdcdcd;
    border-radius: 17px;
    padding: 10px 20px;
    background: #fff url(/local/templates/milbrend/css/../images/icons/arrow-down.svg) no-repeat 95% center/6%;
    text-overflow: ellipsis;
    color: #424242
}

.cart-grid__item-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.cart-grid__item-price .cart-grid__price-current:before {
    content: "Цена"
}

.cart-grid__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 5px;
    font: 14px/1 Calibri, sans-serif
}

@media screen and (max-width: 996px) {
    .cart-grid__price {
        text-align: center
    }
}

.cart-grid__price_old {
    color: #ff1c5c
}

.cart-grid__price_saving {
    color: #0b4b82;
    margin-bottom: 16px
}

.cart-grid__price_saving .product-page__price-wrapper {
    position: relative
}

.cart-grid__price_saving .product-page__price-wrapper:after {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #0b4b82
}

.cart-grid__price-title {
    margin-right: 10px
}

.cart-grid__price-cost {
    margin-right: 4px
}

.cart-grid__price-current {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #232020
}

.cart-grid__price-current:before {
    display: none
}

@media screen and (max-width: 996px) {
    .cart-grid__price-current {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center
    }

    .cart-grid__price-current:before {
        content: "";
        display: block;
        margin-right: 10px
    }
}

.cart-grid__price-current .cart-grid__price-cost {
    margin-right: 16px;
    font: 23px Calibri-Bold, sans-serif
}

.cart-grid__price-current .card-grid__price-value {
    font: 23px Calibri, sans-serif
}

.cart-grid__item-count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.cart-grid__counter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 95px;
    width: 100%;
    max-height: 34px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px #cdcdcd solid;
    border-radius: 17px;
    padding: 0px
}

.cart-grid__counter-btn {
    cursor: pointer;
    border: 0;
    padding: 0 13px;
    background: 0 0;
    font: 22px Calibri-Bold, sans-serif;
    color: rgba(35, 32, 32, .8);
    line-height: 0;
    height: 100%;
}

.cart-grid__counter-number {
    font: 18px/14px Calibri-Bold, sans-serif
}

.cart-grid__item-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.cart-grid__item-actions .cart__close {
    transition: transform .3s;
    transform: scale(1)
}

.cart-grid__item-actions .cart__close:hover {
    transform: scale(1.3)
}

.cart-grid__btn {
    margin-right: 23px;
    border: 0;
    padding: 0;
    background: no-repeat center/contain;
    cursor: pointer
}

.cart-grid__btn:last-child {
    margin-right: 0
}

.cart-grid__btn_favorite {
    width: 22px;
    height: 20px;
    background-image: url(/local/templates/milbrend/css/../images/icons/heart.png)
}

.cart-grid__btn_compare {
    width: 21px;
    height: 18px;
    background-image: url(/local/templates/milbrend/css/../images/icons/bars.png)
}

.cart-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px
}

@media screen and (max-width: 706px) {
    .cart-bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.cart-bottom__promo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.cart-bottom__promo-title {
    margin-bottom: 11px;
    font: 16px Calibri, sans-serif;
    color: #616161
}

.cart-bottom__promo-code {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 32px
}

@media screen and (max-width: 416px) {
    .cart-bottom__promo-code {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.cart-bottom__promo-input {
    height: 34px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 15px;
    border: 1px solid #cdcdcd;
    border-radius: 17px;
    padding: 8px 20px;
    font: 16px/.9 Calibri-Bold, sans-serif;
    color: #616161
}

@media screen and (max-width: 416px) {
    .cart-bottom__promo-input {
        margin-bottom: 15px
    }
}

.cart-bottom__promo-submit {
    height: 34px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: solid 1px #26a9e1;
    border-radius: 17px;
    padding: 0 20px;
    background-color: transparent;
    font: 16px/.9 Calibri, sans-serif;
    color: #26a9e1;
    transition: all .3s;
    cursor: pointer
}

.cart-bottom__promo-submit:hover {
    color: #fff;
    background-color: #26a9e1
}

.cart-bottom__promo-status {
    font: 16px Calibri, sans-serif;
    color: #ff1c5c
}

.cart-bottom__total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.cart-bottom__total-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 20px
}

.cart-bottom__total-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.cart-bottom__total-sum {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 26px
}

.cart-bottom__total-title {
    margin-right: 5px;
    font: 16px Calibri-Bold, sans-serif
}

.cart-bottom__total-title_strong {
    font: 32px Calibri, sans-serif
}

.cart-bottom__total-value {
    font: 16px Calibri-Bold, sans-serif
}

.cart-bottom__total-value_strong {
    font-size: 42.5px
}

.cart-bottom__total-currency {
    font: 32px Calibri, sans-serif
}

.compare {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: auto
}

.compare__toolbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 27px
}

.compare__back {
    text-decoration: underline;
    font: 16px Calibri, sans-serif;
    color: #0ab9f3
}

.compare__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.compare__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.compare__wrapper .product {
    margin-right: 38px
}

.compare__wrapper .product:last-child {
    margin-right: 0
}

.compare__params {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 87px
}

.compare__params-title {
    margin-bottom: 25px;
    font: 16px Calibri-Bold, sans-serif;
    color: #282828
}

.compare__params-different {
    border-bottom: 1px dashed #0ab9f3;
    font: 16px Calibri, sans-serif;
    color: #0ab9f3
}

.compare__params-props {
    margin-top: auto;
    padding-bottom: 92.8px
}

.compare__params-prop {
    margin-bottom: 15px;
    font: 18px Calibri, sans-serif;
    color: #616161
}

.compare__params-prop:last-child {
    margin-bottom: 0
}

.order {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.order__toolbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 49px
}

.order__back {
    text-decoration: underline;
    font: 16px Calibri, sans-serif;
    color: #0ab9f3
}

@media screen and (max-width: 606px) {
    .order__back {
        display: none
    }
}

.order__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media screen and (max-width: 996px) {
    .order__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.order__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-right: 20px
}

@media screen and (max-width: 996px) {
    .order__left {
        margin: 0 0 20px
    }
}

.order-user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 66px
}

@media screen and (max-width: 546px) {
    .order-user {
        margin-bottom: 20px
    }
}

.order-user__title {
    margin-bottom: 26px;
    font: 20px Calibri-Bold, sans-serif;
    color: #232020
}

.order-user__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.order-user__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 16px
}

@media screen and (max-width: 536px) {
    .order-user__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.order-user__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 115px;
    width: 100%;
    margin-right: 100px
}

@media screen and (max-width: 536px) {
    .order-user__label {
        margin-bottom: 15px
    }
}

.order-user__label-title {
    position: relative;
    font: 18px Calibri, sans-serif;
    color: #42555d
}

.order-user__label-title_required:after {
    position: absolute;
    content: "*";
    top: -5px;
    right: -15px;
    color: red
}

.order-user__input {
    max-width: 282px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 30px;
    border: solid 1px #cdcdcd;
    border-radius: 50px;
    font: 18px Calibri-Bold, sans-serif;
    color: #42555d
}

.order-user__input-wrap {
    position: relative
}

.order-user__input-wrap_check:after {
    position: absolute;
    top: 0;
    right: -30px;
    bottom: 0;
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: auto 0;
    width: 20px;
    height: 20px;
    background: url(/local/templates/milbrend/css/../images/icons/check.png) no-repeat center/contain
}

@media screen and (max-width: 366px) {
    .order-user__input-wrap_check:after {
        right: 5px
    }
}

.order-user__textarea {
    max-width: 282px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 14px 30px;
    border: solid 1px #cdcdcd;
    border-radius: 22.5px;
    resize: none;
    font: 18px Calibri-Bold, sans-serif;
    color: #42555d
}

.order-payment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.order-payment__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 39px
}

.order-payment__item:last-child {
    margin-bottom: 0
}

@media screen and (max-width: 546px) {
    .order-payment__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.order-payment__item-title {
    max-width: 180px;
    width: 100%;
    margin-right: 38px;
    font: 20px Calibri-Bold, sans-serif;
    color: #232020
}

@media screen and (max-width: 546px) {
    .order-payment__item-title {
        margin: 0 0 15px
    }
}

.order-payment__item-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.order-payment__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer
}

.order-payment__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 12px
}

.order-payment__row:last-child {
    margin-bottom: 0
}

.order-payment__row-radio {
    margin-right: 17px
}

.order-payment__row-icon {
    margin-right: 11px;
    background: no-repeat center/contain
}

.order-payment__row-icon_ruble {
    width: 25px;
    height: 25px;
    background-image: url(/local/templates/milbrend/css/../images/icons/ruble.svg)
}

.order-payment__row-icon_bill {
    width: 31px;
    height: 31px;
    background-image: url(/local/templates/milbrend/css/../images/icons/bill.svg)
}

.order-payment__row-icon_card {
    width: 28px;
    height: 28px;
    background-image: url(/local/templates/milbrend/css/../images/icons/cards.svg)
}

.order-payment__row-icon_cursor {
    width: 27px;
    height: 27px;
    background-image: url(/local/templates/milbrend/css/../images/icons/cursor.svg)
}

.order-payment__row-icon_courier {
    width: 23px;
    height: 22px;
    background-image: url(/local/templates/milbrend/css/../images/icons/courier.svg)
}

.order-payment__row-icon_delivery {
    width: 26px;
    height: 26px;
    background-image: url(/local/templates/milbrend/css/../images/icons/delivery.svg)
}

.order-payment__row-icon_marker {
    width: 27px;
    height: 27px;
    background-image: url(/local/templates/milbrend/css/../images/icons/marker.svg)
}

.order-payment__row-title {
    font: 16px Calibri, sans-serif;
    color: #474748
}

.order-payment__btn {
    margin-top: 55px
}

@media screen and (max-width: 546px) {
    .order-payment__btn {
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center
    }
}

.order-structure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.order-structure__title {
    font: 20px Calibri-Bold, sans-serif;
    color: #232020
}

.order-structure__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.order-structure__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 33px
}

.order-structure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-item-align: start;
    align-self: flex-start;
    max-width: 390px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px 44px;
    background-color: #f8f8f8
}

@media screen and (max-width: 996px) {
    .order-structure {
        padding: 0;
        background-color: transparent
    }
}

.order-structure__title {
    font: 20px/14px Calibri-Bold, sans-serif;
    margin-bottom: 35px
}

.order-structure__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 37px
}

.order-structure__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 33px
}

.order-structure__item:last-child {
    margin-bottom: 0
}

.order-structure__item-title {
    margin-bottom: 14px;
    font-size: 18px;
    color: #104572;
    text-decoration: underline
}

.order-structure__item-size {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 27px
}

.order-structure__item-size:last-child {
    margin-bottom: 0
}

.order-structure__item-size-label {
    margin-right: 8px;
    font: 16px Calibri, sans-serif;
    color: #616161
}

.order-structure__item-size-select {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: solid 1px #cdcdcd;
    border-radius: 50px;
    padding: 10px 20px 10px 10px;
    background: url(/local/templates/milbrend/css/../images/icons/arrow-down.svg) no-repeat 95% center/6%;
    color: #424242;
    text-overflow: ellipsis;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer
}

.order-structure__item-toolbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.order-structure__item-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #232020
}

.order-structure__item-count {
    margin-right: 4px;
    font: 18px Calibri-Bold, sans-serif
}

.order-structure__item-x {
    font: 18px Calibri-Bold, sans-serif
}

.order-structure__item-price {
    margin-left: 4px;
    font: 18px Calibri-Bold, sans-serif
}

.order-structure__item-price-value {
    margin-left: 4px;
    font: 18px Calibri, sans-serif
}

.order-structure__item-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 21px
}

.order-structure__item-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-right: 23px;
    background: no-repeat 0 center/contain;
    cursor: pointer
}

.order-structure__item-btn:last-child {
    margin-right: 0
}

@media screen and (max-width: 556px) {
    .order-structure__item-btn {
        margin-right: 10px
    }
}

.order-structure__item-btn_favorite {
    width: 26px;
    height: 31px;
    background-image: url(/local/templates/milbrend/css/../images/icons/heart.png)
}

@media screen and (max-width: 556px) {
    .order-structure__item-btn_favorite {
        width: 24px;
        height: 23px
    }
}

.order-structure__item-btn_del {
    width: 24px;
    height: 28px;
    background-image: url(/local/templates/milbrend/css/../images/icons/basket.png)
}

@media screen and (max-width: 556px) {
    .order-structure__item-btn_del {
        width: 24px;
        height: 23px
    }
}

.order-structure__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.order-structure__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 24px
}

.order-structure__info-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 4px;
    font-size: 16px;
    color: #282828
}

.order-structure__info:last-child {
    margin-bottom: 0
}

.order-structure__sum {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 24px;
    font: 26.5px/20.5px Calibri, sans-serif;
    color: #232020
}

.order-structure__sum-title {
    margin-right: 4px
}

.order-structure__sum-value {
    margin-right: 5px;
    font-size: 35.5px;
    font-family: Calibri-Bold, sans-serif
}

.order-structure__btn-click {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 18px;
    border: solid 1px #26a9e1;
    border-radius: 50px;
    background-color: #fff;
    padding: 11px 16px;
    font: 16px/.7 Calibri, sans-serif;
    color: #26a9e1;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer
}

.order-structure__btn-click:hover {
    background-color: #26a9e1;
    color: #fff
}

.order-structure__description {
    font: 16px Calibri, sans-serif;
    color: #42555d
}

.slideout-menu-close {
    display: none
}

@media screen and (max-width: 1060px) {
    .header-category {
        padding: 0;
        padding-top: 40px
    }

    .header-category-menu.header-category-menu_level-0 {
        padding-bottom: 60px
    }

    .header-category > div {
        overflow-y: auto;
        max-height: 100%;
        -webkit-overflow-scrolling: touch
    }

    .header-category > div:before {
        top: 40px
    }

    .header-category > div:after {
        display: none
    }

    .slideout-menu-close {
        display: block
    }

    .slideout-menu-close + .header-category-menu {
        padding-bottom: 40px
    }

    .header-category-menu {
        will-change: auto;
        transition: none
    }

    .header-category-menu__item_active > .header-category-menu, .header-category-menu__item_active > .header-category-menu-columns {
        max-height: 6000vh;
        overflow-y: auto;
        transition: none
    }

    .header-category-menu-columns {
        transition: none;
        max-height: 0;
        overflow: hidden
    }

    .header-category-menu-columns > .header-category-menu {
        max-height: unset
    }

    .header-category-menu:after, .header-category-menu:before {
        display: none
    }

    .header-category-menu__item_dropdown:after, .header-category-menu__item_dropdown:before {
        content: "";
        position: absolute;
        top: 18px;
        left: 10px;
        width: 15px;
        height: 3px;
        border-radius: 12px;
        background-color: #fff
    }

    .header-category-menu__item_dropdown:after {
        -webkit-transform: rotateZ(90deg);
        transform: rotateZ(90deg);
        -webkit-transition: .3s ease;
        transition: .3s ease
    }

    .header-category-menu__item_active:after {
        -webkit-transform: rotateZ(0);
        transform: rotateZ(0)
    }

    .slideout-menu {
        position: fixed;
        top: 0;
        bottom: 0;
        width: 296px;
        min-height: 100vh;
        z-index: 0;
        display: none
    }

    .slideout-menu-left {
        left: 0
    }

    .slideout-menu-right {
        right: 0
    }

    .slideout-panel {
        position: relative;
        z-index: 1; /*will-change:transform;*/
        background-color: #FFF;
        min-height: 100vh
    }

    .slideout-open, .slideout-open body, .slideout-open .slideout-panel {
        overflow: hidden
    }

    .slideout-open .slideout-menu {
        display: block;
        transform: unset;
        opacity: 1
    }

    .slideout-menu-close {
        position: absolute;
        top: 0;
        right: 10px;
        font-size: 40px;
        color: #fff;
        line-height: 1
    }

    .slideout-menu-close:before {
        content: "\00D7" !important;
        display: block;
        top: 0 !important;
        box-shadow: none !important;
        right: 20px !important;
        position: relative !important;
        height: auto !important
    }
}
/* End */


/* Start:/local/templates/milbrend/components/bitrix/menu/catalog_horizontal_vue/style.css?17420414323245*/
@media screen and (min-width: 768px){.header-category-menu.header-category-menu_level-1{background:#fff;box-shadow:0 2px 5px 2px #ccc;flex-wrap:nowrap}.header-category-menu.header-category-menu_level-1 > li{padding-right:15px}.header-category-menu.header-category-menu_level-1 > li .show-more-menu-items{position:absolute;bottom:0;z-index:9;background:#fff;left:0;right:0;text-align:center;height:22px;padding-top:5px;cursor:pointer;color:#26a9e1;text-decoration:underline}.header-category-menu.header-category-menu_level-1 > li.hidden_extra > .header-category-menu__link.header-category-menu__link_level-1{margin-top:0}.header-category-menu.header-category-menu_level-1 > li.hidden_extra .header-category-menu-columns{overflow-y:hidden}.header-category-menu.header-category-menu_level-1 > li.hidden_extra{min-width:fit-content;max-height:850px;margin-bottom:0;position:relative}.header-category-menu.header-category-menu_level-1 > li:not(:first-child):not(.parent-sub-container-header-category-menu__item_level-1):after,.parent-sub-container-header-category-menu__item_level-1:not(:first-child):after{content:'';position:absolute;width:1px;background:#ddd;height:calc(100% - 45px);margin-left:-15px;display:block}.parent-sub-container-header-category-menu__item_level-1:not(:first-child):after{top:15px}.header-category-menu.header-category-menu_level-1 > li:last-child{border-right:none}.header-category-menu__link_level-1{text-align:left}.header-category-menu.header-category-menu_level-2{max-height:2920px;overflow:hidden}.header-category-menu__item_level-2{margin-bottom:0!important;margin-right:0!important;white-space:nowrap}.header-category-menu__link_level-2{color:#fff;background-color:#0ab8f4!important;padding:3px 3px!important;font-size:14px;display:inline-block}.header-category-menu__link_level-2[href]{border-bottom-width:1px;border-bottom-color:#666;border-bottom-style:dashed;border-radius:0;background-color:#fff!important}.sub-dropcont .header-category-menu__link_level-2{margin-bottom:3px}.float-coloumn{list-style-type:none}.header-category-menu__item.header-category-menu__item_level-1{margin-right:10px!important;max-width:unset!important;flex-grow:initial}.header-category-menu__link_level-2[href]:hover{color:#fff;background-color:#0ab8f4!important;border-radius:8px;border-bottom-color:transparent}.header-category-menu-columns{display:flex}.header-category-menu-columns > .header-category-menu.header-category-menu_level-2{min-width:min-content;margin-right:2px;display:block}.header-category-menu-columns > .header-category-menu.header-category-menu_level-2 > li{height:auto;min-width:min-content;margin-right:0!important;overflow:hidden;max-width:175px;margin-bottom:0}.header-category-menu-columns > .header-category-menu.header-category-menu_level-2 > li a{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;display:inline-block;height:auto}.parent-sub-container-header-category-menu__item_level-1{list-style-type:none}.parent-sub-container-header-category-menu__item_level-1 .sub-container.sub-dropcont.header-category-menu__item.header-category-menu__item_level-1{height:auto}}@media screen and (max-width: 768px){.parent-sub-container-header-category-menu__item_level-1{list-style-type:none;width:100%}}
/* End */


/* Start:/local/templates/milbrend/components/bitrix/sender.subscribe/.default/style.min.css?17420414324411*/
.bx-subscribe{margin:10px 0}.bx-subscribe div.bx-block-title{font-family:"Open Sans",Arial,"Helvetica Neue",Helvetica,sans-serif;color:#343434;text-transform:uppercase;font-size:12px;margin-bottom:9px;font-weight:600}.bx-subscribe-desc{color:#aaa;font-size:12px;position:relative;margin-top:-5px;margin-bottom:3px}.bx-subscribe .bx-input-group .bx-form-control{position:relative;margin-bottom:15px;display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#f8fafc;border:1px solid #d5dadc;border-radius:2px;outline:0;box-shadow:none!important;-webkit-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.bx-ios .bx-subscribe .bx-input-group .bx-form-control{background-image:-webkit-linear-gradient(#f8fafc 0,#f8fafc 100%);background-image:linear-gradient(#f8fafc 0,#f8fafc 100%)}.btn-subscribe{cursor:pointer;text-align:center;background:#70bb18;border:0;color:#fff;font-size:13px;position:relative;text-transform:uppercase;border-radius:2px;line-height:30px;height:40px;padding:5px 60px 5px 20px;vertical-align:middle;outline:0;-webkit-transition:width 5s linear;-moz-transition:width 5s linear;-ms-transition:width 5s linear;-o-transition:width 5s linear;transition:width 5s linear}.btn-subscribe:hover{background:#7ec629}.btn-subscribe:before{content:" ";position:absolute;top:0;bottom:0;right:0;width:40px;background-color:#5b9f0b;background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAKCAYAAACE2W/HAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MkYyNDcxQTFERjZGMTFFNDk5NTY5MzQ3QzQxRkMzMEIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MkYyNDcxQTJERjZGMTFFNDk5NTY5MzQ3QzQxRkMzMEIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoyRjI0NzE5RkRGNkYxMUU0OTk1NjkzNDdDNDFGQzMwQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyRjI0NzFBMERGNkYxMUU0OTk1NjkzNDdDNDFGQzMwQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Plv+rHwAAADiSURBVHjajNK9asJQFMDxG42KUqFx9kEcRO1UcBCHjh3q3NXHcBEcdHQQPxY7+AaS0a1v0UEhSlu/rv+jhxIlBQ/84OTmnHuSmzjW2qExpoK9ekDcXMcRAVw1d2hckjxqwQxTJJXEDj+ooa5rK+neoocMnvGB7s3EVxQwwhdeDBMDvEPylr3EBB6yGOhaGzE0cJ5o4enOTSzQgY8D8nhDX2ty0hPTCxt6LDmsMtb6fk+hpr9a10THJ4pw8BtVII0ydRNxb/vPplLrSGNKT/Pb3BdVpOU7jklKSNzZKD+JfxJgAAV0YSAU8mZTAAAAAElFTkSuQmCC");background-position:50%;background-repeat:no-repeat;border-radius:0 2px 2px 0}.btn-subscribe span{display:block}.btn-subscribe.send{padding:5px 40px;-webkit-animation-name:MeilSend;animation-name:MeilSend;-webkit-animation-duration:.5s;animation-duration:.5s;outline:0;color:#fff}.btn-subscribe:hover,.btn-subscribe:active{color:#fff}.btn-subscribe.send:before{width:0;background-position:100px 50%;-webkit-animation-name:MeilSendButton;animation-name:MeilSendButton;-webkit-animation-duration:.5s;animation-duration:.5s}@keyframes MeilSend{0%{padding:5px 60px 5px 20px}100%{padding:5px 40px}}@-webkit-keyframes MeilSend{0%{padding:5px 60px 5px 20px}100%{padding:5px 40px}}@keyframes MeilSendSpan{0%{color:transparent}100%{color:#fff}}@-webkit-keyframes MeilSendSpan{0%{color:transparent}100%{color:#fff}}@keyframes MeilSendButton{0%{width:40px;background-position:50%}100%{width:0;background-position:100px 50%}}@-webkit-keyframes MeilSendButton{0%{width:40px;background-position:50%}100%{width:0;background-position:100px 50%}}.bx_subscribe_response_container{padding:40px;color:#35414e}.bx_subscribe_checkbox_container{line-height:16px;font-size:13px;margin-bottom:3px;vertical-align:middle;color:#aaa;max-width: 100%}.bx-sender-subscribe-agreement .main-user-consent-request a{font-weight:100;font:11px/10px "Open Sans",Arial,"Helvetica Neue",Helvetica,sans-serif}
/* End */


/* Start:/local/templates/milbrend/css/nouislider.min.css?17420414324037*/
/*! nouislider - 14.3.0 - 5/5/2020 */
.noUi-target,.noUi-target *{-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;-ms-touch-action:none;touch-action:none;-ms-user-select:none;-moz-user-select:none;user-select:none;-moz-box-sizing:border-box;box-sizing:border-box}.noUi-target{position:relative}.noUi-base,.noUi-connects{width:100%;height:100%;position:relative;z-index:1}.noUi-connects{overflow:hidden;z-index:0}.noUi-connect,.noUi-origin{will-change:transform;position:absolute;z-index:1;top:0;right:0;-ms-transform-origin:0 0;-webkit-transform-origin:0 0;-webkit-transform-style:preserve-3d;transform-origin:0 0;transform-style:flat}.noUi-connect{height:100%;width:100%}.noUi-origin{height:10%;width:10%}.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin{left:0;right:auto}.noUi-vertical .noUi-origin{width:0}.noUi-horizontal .noUi-origin{height:0}.noUi-handle{-webkit-backface-visibility:hidden;backface-visibility:hidden;position:absolute}.noUi-touch-area{height:100%;width:100%}.noUi-state-tap .noUi-connect,.noUi-state-tap .noUi-origin{-webkit-transition:transform .3s;transition:transform .3s}.noUi-state-drag *{cursor:inherit!important}.noUi-horizontal{height:18px}.noUi-horizontal .noUi-handle{width:34px;height:28px;right:-17px;top:-6px}.noUi-vertical{width:18px}.noUi-vertical .noUi-handle{width:28px;height:34px;right:-6px;top:-17px}.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle{left:-17px;right:auto}.noUi-target{background:#FAFAFA;border-radius:4px;border:1px solid #D3D3D3;box-shadow:inset 0 1px 1px #F0F0F0,0 3px 6px -5px #BBB}.noUi-connects{border-radius:3px}.noUi-connect{background:#3FB8AF}.noUi-draggable{cursor:ew-resize}.noUi-vertical .noUi-draggable{cursor:ns-resize}.noUi-handle{border:1px solid #D9D9D9;border-radius:3px;background:#FFF;cursor:default;box-shadow:inset 0 0 1px #FFF,inset 0 1px 7px #EBEBEB,0 3px 6px -3px #BBB}.noUi-active{box-shadow:inset 0 0 1px #FFF,inset 0 1px 7px #DDD,0 3px 6px -3px #BBB}.noUi-handle:after,.noUi-handle:before{content:"";display:block;position:absolute;height:14px;width:1px;background:#E8E7E6;left:14px;top:6px}.noUi-handle:after{left:17px}.noUi-vertical .noUi-handle:after,.noUi-vertical .noUi-handle:before{width:14px;height:1px;left:6px;top:14px}.noUi-vertical .noUi-handle:after{top:17px}[disabled] .noUi-connect{background:#B8B8B8}[disabled] .noUi-handle,[disabled].noUi-handle,[disabled].noUi-target{cursor:not-allowed}.noUi-pips,.noUi-pips *{-moz-box-sizing:border-box;box-sizing:border-box}.noUi-pips{position:absolute;color:#999}.noUi-value{position:absolute;white-space:nowrap;text-align:center}.noUi-value-sub{color:#ccc;font-size:10px}.noUi-marker{position:absolute;background:#CCC}.noUi-marker-sub{background:#AAA}.noUi-marker-large{background:#AAA}.noUi-pips-horizontal{padding:10px 0;height:80px;top:100%;left:0;width:100%}.noUi-value-horizontal{-webkit-transform:translate(-50%,50%);transform:translate(-50%,50%)}.noUi-rtl .noUi-value-horizontal{-webkit-transform:translate(50%,50%);transform:translate(50%,50%)}.noUi-marker-horizontal.noUi-marker{margin-left:-1px;width:2px;height:5px}.noUi-marker-horizontal.noUi-marker-sub{height:10px}.noUi-marker-horizontal.noUi-marker-large{height:15px}.noUi-pips-vertical{padding:0 10px;height:100%;top:0;left:100%}.noUi-value-vertical{-webkit-transform:translate(0,-50%);transform:translate(0,-50%);padding-left:25px}.noUi-rtl .noUi-value-vertical{-webkit-transform:translate(0,50%);transform:translate(0,50%)}.noUi-marker-vertical.noUi-marker{width:5px;height:2px;margin-top:-1px}.noUi-marker-vertical.noUi-marker-sub{width:10px}.noUi-marker-vertical.noUi-marker-large{width:15px}.noUi-tooltip{display:block;position:absolute;border:1px solid #D9D9D9;border-radius:3px;background:#fff;color:#000;padding:5px;text-align:center;white-space:nowrap}.noUi-horizontal .noUi-tooltip{-webkit-transform:translate(-50%,0);transform:translate(-50%,0);left:50%;bottom:120%}.noUi-vertical .noUi-tooltip{-webkit-transform:translate(0,-50%);transform:translate(0,-50%);top:50%;right:120%}
/* End */


/* Start:/local/templates/milbrend/template_styles.css?174204143341000*/
body {
    visibility: visible !important
}

body.fixed {
    overflow: hidden
}

.mt-drop.bx-basket-item-list {
    display: none !important
}

.products-toolbar__category {
    cursor: pointer;
    transition: .1s
}

.products-toolbar__category:hover {
    text-decoration: underline
}

.btn_show-all {
    font: 16px Calibri, sans-serif
}

.product {
    padding-top: 10px
}

.products__wrapper .product {
    justify-content: space-between
}

.products__wrapper .product .product-page__buy-click {
    display: inline-block;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0;
    border-bottom: 1px dashed transparent
}

.product__tag {
    top: 22px
}

.product__discount {
    right: 14px
}

.product__discount[data-popup-tooltip] {
    cursor: pointer
}

.popup-tooltip {
    right: 67px;
    top: 3px;
    display: none;
    cursor: default;
    text-align: left;
    color: #333;
    font-weight: 400;
    position: absolute;
    font-size: 14.7px;
    line-height: normal;
    z-index: 450;
    width: 303.33333px;
    padding: 30px;
    border-radius: 3px;
    background: #fff;
    box-shadow: 0 2px 15px rgba(0, 0, 0, .3);
    min-width: auto;
    text-transform: none;
    -webkit-animation: fade .3s ease-in-out;
    animation: fade .3s ease-in-out
}

.popup-tooltip:before {
    position: absolute;
    right: -8px;
    top: 20px;
    content: "";
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    border-width: 8px 0 8px 8px
}

.popup-tooltip .info span {
    display: block
}

.popup-tooltip .info span.dates {
    color: #ff1c5c
}

.header-selection__select {
    padding: 10px 13px;
    width: 100px
}

.product__title {
    min-height: 46px;
    padding-top: 10px;
    margin-bottom: 10px
}

.product__size {
    margin-bottom: 10px
}

.product__size-select {
    padding: 10px 20px 10px 15px
}

.product__image {
    object-fit: cover;
    width: 100%;
    height: 100%
}

.product a:not(.product__toolbar-btn_cart) {
    display: block;
    overflow: hidden;
    min-height: 170px
}

@media screen and (min-width: 768px) {
    .product a:not(.product__toolbar-btn_cart) {
        max-height: 170px
    }
}

.product a.product__title {
    height: initial;
    min-height: 46px
}

.product__prop {
    flex-wrap: wrap
}

.product__props {
    margin: 15px 0 25px
}

.products__wrapper .product__props {
    height: 100%
}

.product__prop-title {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(50% - 5px);
    margin-right: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 12px
}

.product__prop-value {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(50% - 5px);
    overflow: hidden;
    white-space: nowrap;
    margin-left: 5px;
    text-overflow: ellipsis;
    font-size: 12px
}

.modal__textarea {
    border: 1px solid #cdcdcd;
    border-radius: 22.5px;
    padding: 10px;
    box-sizing: border-box
}

input.attention {
    border-color: red
}

.footer-subscribe {
    max-width: 334px
}

.products-toolbar__select-input {
    padding: 10px 10px 10px 13px
}

.products-toolbar__sort .drop, .close-mob-filter {
    display: none
}

.products-toolbar__sort-item a {
    color: #000
}

.products-toolbar__sort-item:hover a, .products-toolbar__sort-item_active a {
    cursor: pointer;
    color: #26a9e1
}

.catalog-filter__columns {
    max-height: 370px;
    overflow-x: hidden;
    overflow-x: auto;
    padding-right: 10px
}

.catalog-filter__columns::-webkit-scrollbar-track {
    background-color: #fff;
    width: 5px;
    border-radius: 4px;
    border: 1px solid #f2f0f0
}

.catalog-filter__columns::-webkit-scrollbar {
    background-color: #fff;
    width: 5px
}

.catalog-filter__columns::-webkit-scrollbar-thumb {
    background-color: #dfdede;
    width: 5px;
    border-radius: 2px
}

.catalog-filter__item-title {
    margin-right: 0;
    position: relative;
    padding-right: 20px;
    cursor: pointer
}

.catalog-filter__item-title:after {
    content: '';
    position: absolute;
    right: 10px;
    top: 5px;
    background: url(/local/templates/milbrend/images/icons/arrow-down.svg) no-repeat center;
    background-size: contain;
    display: block;
    width: 10px;
    height: 10px;
    transition: .2s
}

.catalog-filter__item-title.open:after {
    transform: rotate(-180deg)
}

.catalog-filter__columns {
    display: none
}

.catalog-filter__columns.open .catalog-filter__columns {
    display: block
}

.catalog-filter__tooltip + span, .tooltip_inner {
    background: rgba(0, 0, 0, .8);
    border-radius: 8px 8px 8px 0;
    -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, .5);
    box-shadow: 1px 1px 10px rgba(0, 0, 0, .5);
    color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    content: attr(data-tooltip);
    margin-top: -24px;
    padding: 13px 7px;
    position: absolute;
    font-size: 16px;
    max-width: 400px;
    z-index: 9
}

.tooltip_body {
    width: 100%;
    position: absolute;
    justify-content: center;
    display: flex;
    bottom: calc(-100% - 8px);
    bottom: -30px;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.tooltip_inner {
    bottom: 0;
    padding: 3px 7px;
    border-radius: 8px;
    white-space: nowrap;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    line-height: 1
}

.catalog-filter__tooltip + span .h4 {
    margin: 0;
    margin-bottom: 10px
}

.catalog-filter__tooltip + span a {
    color: #fff;
    text-decoration: underline
}

.catalog-filter__row {
    align-items: start
}

.modshow-filter {
    position: absolute;
    margin-left: 292px;
    z-index: 9;
    background: #0ebcf6;
    padding: 15px;
    margin-top: -15px
}

.modshow-filter:after {
    content: '';
    position: absolute;
    left: -30px;
    top: 10px;
    border: 15px solid transparent;
    border-right: 15px solid #0ebcf6
}

.modshow-filter span {
    color: #fff;
    display: block
}

.modshow-filter a {
    color: #fff;
    text-decoration: underline;
    display: block;
    cursor: pointer
}

@media screen and (max-width: 920px) {
    .modshow-filter {
        position: fixed;
        z-index: 9;
        background: #0ebcf6;
        padding: 15px;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0
    }

    .modshow-filter:after {
        display: none
    }
}

input[type="checkbox"].catalog-filter__checkbox {
    display: none
}

input[type="checkbox"].catalog-filter__checkbox + label {
    border: 1px solid #dfdede;
    background-color: #fff;
    min-width: 15px;
    min-height: 15px;
    margin-right: 10px
}

input[type="checkbox"].catalog-filter__checkbox:checked + label {
    background-color: #fff;
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjUxMnB4IiBoZWlnaHQ9IjUxMnB4Ij4KPGc+Cgk8Zz4KCQk8cGF0aCBkPSJNNTA0LjUwMiw3NS40OTZjLTkuOTk3LTkuOTk4LTI2LjIwNS05Ljk5OC0zNi4yMDQsMEwxNjEuNTk0LDM4Mi4yMDNMNDMuNzAyLDI2NC4zMTFjLTkuOTk3LTkuOTk4LTI2LjIwNS05Ljk5Ny0zNi4yMDQsMCAgICBjLTkuOTk4LDkuOTk3LTkuOTk4LDI2LjIwNSwwLDM2LjIwM2wxMzUuOTk0LDEzNS45OTJjOS45OTQsOS45OTcsMjYuMjE0LDkuOTksMzYuMjA0LDBMNTA0LjUwMiwxMTEuNyAgICBDNTE0LjUsMTAxLjcwMyw1MTQuNDk5LDg1LjQ5NCw1MDQuNTAyLDc1LjQ5NnoiIGZpbGw9IiMwMDAwMDAiLz4KCTwvZz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K);
    background-repeat: no-repeat;
    background-size: contain
}

@media screen and (max-width: 920px) {
    input[type="checkbox"].catalog-filter__checkbox + label {
        border: 1px solid #dfdede;
        background-color: #fff;
        min-width: 25px;
        min-height: 25px;
        margin-right: 15px
    }

    .catalog-filter__checkbox-label {
        font-size: 18px
    }
}

.catalog-filter__tooltip:hover + span, .catalog-filter__tooltip + span:hover, .tooltip:hover ~ .tooltip_body, .tooltip:hover > .tooltip_body, .tooltip_body:hover {
    opacity: 1;
    visibility: visible;
    z-index: 999
}

.mt-productwishlisthold {
    grid-template-columns: repeat(4, 1fr)
}

.product__toolbar-btn_favorite.in-wishlist {
    background: url(/local/templates/milbrend/images/icons/heart-in-wish.svg) no-repeat
}

.clear-filter {
    cursor: pointer;
    position: relative;
    color: #737373;
    display: block;
    padding: 5px 20px 5px 0
}

.clear-filter:before, .clear-filter:after {
    content: '';
    position: absolute;
    right: 0;
    top: 14px;
    display: block;
    width: 10px;
    height: 2px;
    background: #ea7496;
    transform: rotate(45deg)
}

.clear-filter:after {
    transform: rotate(-45deg)
}

.clear-filter:hover:before, .clear-filter:hover:after {
    background: #ff1b5c
}

.clear-filter-block, .main-clear-filter-block {
    background: #fff;
    border-radius: 5px;
    padding: 0 15px;
    margin: 5px 0;
    margin-bottom: 15px
}

.clear-filter-block {
    margin-top: 15px;
    margin-bottom: 0
}

.clear-filter-block .clear-filter {
    margin-bottom: 0
}

.catalog-filter__head {
    margin-bottom: 0
}

.bx-filter .bx-ui-slider-pricebar-v {
    background: #0ebcf6;
    border-top: 1px solid #cfcaca;
    border-bottom: 1px solid #cfcaca
}

.bx-filter .bx-ui-slider-handle {
    border: 1px solid #c3c3c3;
    width: 25px;
    height: 25px;
    top: -10px
}

.bx-filter .bx-ui-slider-track {
    margin: 20px 0 30px
}

.nice-form-item.bx-filter-parameters-box {
    position: relative
}

.nice-form-item.bx-filter-parameters-box .sub-title {
    margin-top: 7px;
    margin-bottom: 35px
}

.price-range .price {
    position: absolute;
    right: 0;
    top: 0
}

.price-range .price .label {
    padding: 0 10px
}

.price-range .max_price, .price-range .min_price, .prop-range .max-price, .prop-range .min-price {
    background: #fff;
    padding: 7px 0;
    border-radius: 50px;
    border: solid 1px #cdcdcd;
    width: 65px;
    text-align: center;
    display: inline-block
}

.prop-range {
    overflow: hidden;
    padding: 0;
}
.prop-range .bx-ft-sub {
    text-transform: lowercase;
    font-style: normal;
}
.prop-range .bx-filter-parameters-box-container-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.prop-range .bx-ui-slider-track {
    width: 90%;
    margin: auto;
}
.prop-range .bx-ui-slider-handle.left {

}
.prop-range .bx-ui-slider-handle.right {

}

.bx-filter .bx-ui-slider-pricebar-vn {
    background: #a5a4a4
}

.bx-filter .bx-ui-slider-handle:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -5px;
    margin-left: -4px;
    background: url(data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAJCAQAAABUUf4oAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAAAHdElNRQfjDAgUEibtlvjgAAAANElEQVQI122MQQ4AIAzCyv7/Gf0gHraZmXiBNA2wbUzmcgCAsyhUo4dV2548KEJje+33WRwayg8gWDGIjwAAAABJRU5ErkJggg==) no-repeat center;
    width: 8px;
    height: 10px;
    background-size: contain
}

.catalog__left.open {
    -webkit-transform: translate(0);
    transform: translate(0)
}

.catalog__buttons {
    justify-content: center
}

.basket-item-price-old {
    display: none
}

.compare__wrapper .product {
    width: 245px;
    flex: 1 0 245px !important
}

.product .product__prop-value a {
    height: initial;
    color: #0ab9f3;
    min-height: unset
}

.product .product__toolbar a {
    height: 46px
}

.compare__wrapper .product__prop-value {
    flex-basis: 100%
}

.compare__params-prop {
    font: 12px Calibri, sans-serif
}

.compare__params-props {
    padding-bottom: 60px !important
}

.compare__params-title {
    margin-bottom: 10px
}

.compare__params-different {
    width: fit-content;
    margin-bottom: 10px
}

.popup-window-overlay {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    background: #333;
    filter: alpha(opacity=50);
    -moz-opacity: .5;
    opacity: .5
}

.popup-window.popup-window-content-white, .popup-window.popup-window-with-titlebar {
    background-color: #eee;
    border-radius: 10px;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .01);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .01);
    min-height: initial;
    padding: 0 10px 10px;
    width: 300px;
    position: fixed !important;
    top: 50% !important;
    transform: translateY(-50%)
}

.popup-window-content {
    background-color: #fff
}

.popup-window.popup-window-content-white[style="display: block"] {
    background-color: #000
}

.popup-window-close-icon.popup-window-titlebar-close-icon {
    display: block;
    width: 100%;
    text-align: center;
    font: 18px Calibri, sans-serif;
    color: #104572;
    cursor: pointer;
    width: 20px;
    height: 20px;
    position: absolute;
    top: -10px;
    right: -10px;
    color: transparent;
    border-radius: 15px;
    border: 1px solid #fff;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMDAgMTAwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6bm9uZTtzdHJva2U6I2ZmZjtzdHJva2UtbGluZWNhcDpyb3VuZDtzdHJva2UtbGluZWpvaW46cm91bmQ7c3Ryb2tlLXdpZHRoOjRweDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmV4aXQ8L3RpdGxlPjxnIGlkPSLQodC70L7QuV8yIiBkYXRhLW5hbWU9ItCh0LvQvtC5IDIiPjxnIGlkPSLQodC70L7QuV8xLTIiIGRhdGEtbmFtZT0i0KHQu9C+0LkgMSI+PGNpcmNsZSBjeD0iNTAiIGN5PSI1MCIgcj0iNTAiLz48cmVjdCBjbGFzcz0iY2xzLTEiIHg9IjE1IiB5PSI0OS41IiB3aWR0aD0iNzAiIGhlaWdodD0iMSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNTAgMTIwLjcxKSByb3RhdGUoLTEzNSkiLz48cmVjdCBjbGFzcz0iY2xzLTEiIHg9IjE1IiB5PSI0OS41IiB3aWR0aD0iNzAiIGhlaWdodD0iMSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTIwLjcxIDUwKSByb3RhdGUoLTQ1KSIvPjwvZz48L2c+PC9zdmc+);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    box-shadow: 0 0 3px 1px #000
}

.popup-window-titlebar-text {
    padding: 10px 15px 0;
    display: block;
    text-align: center
}

.popup-window-content p {
    margin: 0;
    padding: 15px
}

.popup-window-buttons {
    padding: 30px 15px 0
}

.bx-blue .btn.btn-default, .popup-window-button {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 0;
    border-radius: 50px;
    padding: 7px 20px;
    background-color: #0ebcf6;
    font: 14px Calibri, sans-serif;
    letter-spacing: .51px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    cursor: pointer
}

.bx-blue .btn.btn-default:hover {
    background-color: #0899c9
}

.product-page-tabs__item a, .product-page-props__prop-value a {
    color: #0ebcf6;
    font-weight: 700
}

.product-page-tabs__item a:hover, .product-page-props__prop-value a:hover {
    text-decoration: underline
}

.product-page__buy-click {
    cursor: pointer
}

.product-page__buy-click:hover {
    border-bottom: 1px dashed !important
}

.product-page-props__wrapper .product-page-props__prop-title {
    max-width: 120px
}

.product-page-tabs__item .product-page-props__prop-title {
    max-width: 250px
}

.product-page-item__gallery {
    margin-top: 35px;
    margin-bottom: 35px
}

.header-toolbar__btn-count {
    border-radius: 10px;
    padding: 3px 6px 0
}

.wishlist h1.title {
    margin-bottom: 20px
}

.product-page__btn_favorite.active:before {
    background: url(/local/templates/milbrend/./images/icons/heart-in-wish.svg) no-repeat
}

.header__city-content_close {
    cursor: pointer;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    right: 0;
    color: transparent;
    border-radius: 15px;
    border: 1px solid #fff;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMDAgMTAwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6bm9uZTtzdHJva2U6I2ZmZjtzdHJva2UtbGluZWNhcDpyb3VuZDtzdHJva2UtbGluZWpvaW46cm91bmQ7c3Ryb2tlLXdpZHRoOjRweDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmV4aXQ8L3RpdGxlPjxnIGlkPSLQodC70L7QuV8yIiBkYXRhLW5hbWU9ItCh0LvQvtC5IDIiPjxnIGlkPSLQodC70L7QuV8xLTIiIGRhdGEtbmFtZT0i0KHQu9C+0LkgMSI+PGNpcmNsZSBjeD0iNTAiIGN5PSI1MCIgcj0iNTAiLz48cmVjdCBjbGFzcz0iY2xzLTEiIHg9IjE1IiB5PSI0OS41IiB3aWR0aD0iNzAiIGhlaWdodD0iMSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNTAgMTIwLjcxKSByb3RhdGUoLTEzNSkiLz48cmVjdCBjbGFzcz0iY2xzLTEiIHg9IjE1IiB5PSI0OS41IiB3aWR0aD0iNzAiIGhlaWdodD0iMSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTIwLjcxIDUwKSByb3RhdGUoLTQ1KSIvPjwvZz48L2c+PC9zdmc+);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    box-shadow: 0 0 3px 1px #000
}

.cart-grid__price-current .cart-grid__price-cost {
    white-space: nowrap
}

.cart-grid__item-elem:nth-child(6n+5) {
    max-width: 110px
}

.header-category-menu {
    flex-wrap: wrap
}

.top_menu_show_more {
    cursor: pointer;
    color: #26a9e1
}

.catalog__left .catalog-products .product > a:not(.product__title) {
    text-align: center
}

.catalog__left .catalog-products .product > a:not(.product__title) img.product__image {
    display: inline-block !important;
    max-height: 170px
}

.catalog__left .catalog-products__title {
    margin-bottom: 30px
}

.abz_center_bold {
    text-align: center;
    font-weight: 700
}

.abz_bold {
    font-weight: 700
}

.abz_marg_bot_big {
    margin-bottom: 51px
}

.abz_marg_bot_med {
    margin-bottom: 35px
}

.otz_table {
    border-collapse: separate;
    border-spacing: 0 25px
}

.otz_table p {
    margin: 0
}

.otz_table .otz_pic {
    margin-bottom: 15px
}

.otz_table tr {
    margin-bottom: 15px
}

.otz_table td {
    vertical-align: top
}

.otz_table td:first-child {
    padding-right: 10px
}

.img_faq {
    width: 29px;
    max-width: 29px !important;
    position: relative;
    top: 10px
}

.abz_marg_top_min {
    margin-top: 10px
}

.products__tags {
    display: flex;
    flex-wrap: wrap;
    background: #f7f6f6;
    padding: 0 15px;
    padding-top: 20px;
    border-radius: 10px;
    width: 100%;
    justify-content: flex-start
}

.products__tags .h2.title {
    width: 100%;
    margin: 0 0 15px 15px;
    font-size: 16px
}

.products__tags.sizes > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.products__tags [itemprop="offers"] {
    flex: 0 0 100px;
    margin: 5px 0
}

.products__tags .products__tag {
    margin: 0 15px;
    margin-bottom: 15px;
    white-space: nowrap;
    display: inline-block;
    min-width: 56px;
    text-align: center;
}

.products__tags .products__tag:hover {
    border-bottom-style: dashed;
    border-bottom-color: #0b4b82;
    color: #0b4b82
}

.products__tags.sizes .products__tag {
    min-width: 70px;
    text-align: center;
    margin-bottom: 10px
}

.show-more-menu-tags {
    z-index: 5;
    text-align: center;
    height: 22px;
    padding-top: 5px;
    cursor: pointer;
    color: #0ebcf6;
    color: #0b4b82;
    border-bottom: 1px dashed #0b4b82;
    width: auto;
    margin: auto;
    margin-bottom: 15px
}

.show-more-menu-tags:hover {
    border-bottom-style: dashed;
    border-bottom-color: #0b4b82;
    color: #0b4b82
}

.products__tags.hidden-more > div {
    max-height: 212px;
    overflow: hidden
}

.products__tags.hidden-more.more > div {
    max-height: 30px;
    overflow: hidden
}

@media screen and (max-width: 768px) {
    .products__tags {
        justify-content: space-between;
        padding: 15px 5px !important
    }

    .products__tags .products__tag {
        margin: 0 5px;
        margin-bottom: 15px;
        width: 46%;
        text-overflow: ellipsis;
        overflow: hidden
    }
}

.logo__image {
    max-width: 150px
}
/*
.header__right {
    margin-left: 50px
}*/

.header__city {
    margin-bottom: 5px
}

.logo_footer .logo__image {
    max-width: 182px
}

.header-search {
    position: relative
}

.title-search-result {
    border: none;
    background: #fff;
    display: block
}

span.parent-sections {
    opacity: .7
}

span.parent-sections:after {
    content: '->';
    display: inline-block
}

div.title-search-result, div.title-search-result tbody, div.title-search-result tr, table.title-search-result td.title-search-item, div.title-search-result a {
    display: block
}

table.title-search-result tr.title-search-selected td, table.title-search-result tr.title-search-selected a {
    background: #fcf4f2
}

table.title-search-result td.title-search-all {
    padding: 7px 10px;
    text-align: center
}

table.title-search-result td.title-search-all a {
    text-decoration: underline;
    font-size: 14px;
    color: #333
}

table.title-search-result td.title-search-all a:hover {
    text-decoration: none
}

table.title-search-result td.title-search-item {
    padding: 0
}

table.title-search-result td.title-search-item a {
    padding: 7px 10px;
    font-size: 12px;
    display: block;
    font: 14px Calibri, sans-serif;
    color: #104572
}

table.title-search-result td.title-search-item a b {
    font: 16px Calibri, sans-serif;
    color: #104572;
    font-weight: 700
}

table.title-search-result td.title-search-item a:hover {
    background: #eee
}

table.title-search-result td.title-search-more, table.title-search-result td.title-search-item img {
    display: none
}

table.title-search-result td.title-search-item img {
    padding-right: 15px
}

div.title-search-result {
    border: 1px solid #dadada;
    display: none;
    overflow: hidden;
    z-index: 205;
    width: 100%;
    margin: auto;
    bottom: 0;
    transform: translateY(100%);
    width: calc(100% - 30px);
    left: 15px
}

.products__overflow {
    position: relative
}

.products__overflow.loading:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, .7);
    z-index: 1
}

.products__overflow.loading:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url(/local/templates/milbrend/images/loader.svg?1);
    background-repeat: no-repeat;
    background-position: 50% 10%;
    background-size: 150px;
    z-index: 1
}

.header__city-content {
    z-index: 11
}

.wrapQuestionReaspekt {
    z-index: 999
}

.header__city-content-full {
    position: fixed;
    background: #fff;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px;
    transform: translate3d(0px, -110%, 0)
}

.header__city-content-full.active {
    transform: translate3d(0px, 0, 0);
    transition: transform .3s
}

.header__city-content-full > div input {
    width: 300px;
    height: 35px;
    padding: 5px 15px
}

.header__city-content-full > div:last-of-type {
    overflow-y: scroll;
    height: 85%;
    margin-top: 20px;
    margin-bottom: 20px
}

.header__city-content-full > div:last-of-type > ul {
    list-style: none;
    column-count: 6
}

.header__city-content-full > div:last-of-type > ul > li {
    page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid
}

.header__city-content-full > div:last-of-type > ul > li ul {
    list-style: none
}

.header__city-content-full > div:last-of-type > ul > li ul li {
    margin-bottom: 10px
}

.header__city-content-full > div:last-of-type > ul > li ul li:hover a {
    background-color: #0ab8f4;
    color: #fff;
    cursor: pointer
}

.header__city-content-full > div:last-of-type > ul > li ul li.active {
    background-color: #0ab8f4;
    color: #fff;
    width: fit-content;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 4px 12px;
    font: 16px Calibri, sans-serif;
    cursor: default
}

.header__city-content-full > div:last-of-type > ul > li ul li a {
    list-style-type: none;
    white-space: nowrap;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 4px 12px;
    font: 16px Calibri, sans-serif;
    color: #737373;
    -webkit-transition: .3s ease;
    transition: .3s ease
}

@media screen and (max-width: 1000px) {
    .header__city-content-full > div:last-of-type > ul {
        column-count: 5
    }
}

@media screen and (max-width: 768px) {
    .header__city-content-full {
        max-height: 100vh
    }

    .header__city-content-full > div:last-of-type > ul {
        column-count: 2
    }
}

@media screen and (max-width: 420px) {
    .header__city-content-full > div:last-of-type > ul {
        column-count: 1;
        padding-left: 0
    }

    .header__city-content-full > div input {
        width: calc(100% - 60px)
    }
}

.txt {
    margin: 40px 0 20px
}

.txt li {
    display: -webkit-box;
    display: flex
}

.faq-div {
    position: relative
}

.faq-layer {
    font-size: 14.7px;
    display: table
}

.mlname.show-layer-name {
    position: absolute;
    top: 50%;
    left: 85px;
    font-size: 16px;
    width: 200px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer
}

.mlname.show-layer-name .extend {
    color: #0dbcf6
}

.dash {
    display: inline-block;
    color: #333;
    margin-left: -20px
}

.layer-info {
    position: relative;
    overflow: hidden;
    width: 60px
}

.img-layer {
    float: left;
    vertical-align: middle
}

.faq-layer .mlayer {
    position: absolute;
    left: 0;
    display: block;
    width: 100%
}

.off-right {
    position: absolute !important;
    z-index: 451;
    top: 50%;
    left: -1px;
    display: none;
    width: 20px;
    height: 20px;
    margin-top: -7px
}

.faq-div .faq-popup {
    top: -20px;
    display: none
}

.close, .close-tip-span, .fancybox-close-small, .popup-close, [class*=popup] .close {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    cursor: pointer;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    opacity: .3;
    border: none;
    background: url(/local/templates/milbrend/images/close.svg) 50% no-repeat;
    background-size: 14.28571px
}

.faq-popup {
    font-size: 14.7px;
    line-height: normal;
    position: absolute;
    z-index: 450;
    left: 280px;
    width: 303.33333px;
    padding: 30px 50px 30px 30px;
    cursor: default;
    border-radius: 3px;
    background: #fff;
    box-shadow: 0 2px 15px rgba(0, 0, 0, .3);
    min-width: auto;
    text-transform: none;
    border: 1px solid #e7e0d1;
    -webkit-animation: fade .3s ease-in-out;
    animation: fade .3s ease-in-out
}

.faq-popup:before {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    background: #fff;
    transform: rotate(45deg);
    top: 10px;
    left: -6px
}

.header-nav__link:before {
    bottom: -1px
}

.header-category-menu_level-2::-webkit-scrollbar-track {
    background-color: #fff;
    width: 5px;
    border-radius: 4px;
    border: 1px solid #e2e2e2
}

.header-category-menu_level-2::-webkit-scrollbar {
    background-color: #fff;
    width: 5px
}

.header-category-menu_level-2::-webkit-scrollbar-thumb {
    background-color: #737373;
    width: 5px;
    border-radius: 2px
}

.mob-search-btn {
    display: none
}

@media screen and (min-width: 1060px) {
    .header-category-menu__item {
        flex-grow: initial;
        margin-right: 30px
    }

    .header-category-menu__item_level-1 {
        flex: 1 0;
        width: 100%;
        max-width: 200px;
        margin-bottom: 15px
    }

    .header-category-menu__link_level-2 {
        text-align: left
    }
}

@media screen and (max-width: 1060px) {
    .header-search {
        position: absolute !important;
        z-index: 4;
        top: 100px;
        left: 0;
        width: 100%;
        background: #fff;
        padding: 15px;
        border: none;
        border-radius: 0;
        margin-left: 0;
        display: none
    }

    .header-search.open {
        visibility: visible;
        transform: translateY(0);
        opacity: 1;
        transition: transform .1s ease-out .1s, opacity .1s ease-out 0
    }

    .header-search__input {
        border: solid 1px #dadada;
        border-radius: 20.5px;
        width: 100%;
        padding: 10px 20px;
        box-shadow: none !important
    }

    .header-search__btn {
        position: absolute;
        right: 30px;
        height: 42px
    }

    .mob-search-btn {
        position: relative;
        display: block;
        width: 23px;
        height: 23px;
        margin: 0 10px 0 -33px;
        background: url(data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAAXCAQAAABKIxwrAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAAAHdElNRQfkAgEOGAF8/0L0AAAB70lEQVQ4y22SPWiTYRSFn/M2kghuXWqqiBQXpyZoRahtcXH43BXRgriYTREHwVUHhwoOLq2CKFodulgyiRpBhApNUEREELU17V6krX/H4fsN9B3e4XLvueeec3QeAcABJj2mXYYltbjntgCT/wBqAFS47guS0SZQBv56Slf5RfbikWBc8RwX9du3dIQhhjzObazLzLLNhWYDfQfRDc5omUjT/q411vimJi2OeYSynuXNAtSo85ZNT2ghZwjAYZ67pLrfF6uBcwRPa4HkqOy94YFKnO6tBo+BHsWlFN9xw6zxhJXyBggaZIOvMXYmV9zwhX9UVeklY9RL2tl6FQDijYEfLrPXBRJKG/cRWGaDbAQCL0V8UIqWaX3S8MLOQUxghj+c9WhyXmaIJziln9yn56bAO25S0RONZooAHOWxytzlY74vcdWv2K8RJrVbm6B+DukKU9ph1M9rViDXLY5YiWtccp9iiDhqdxxpD10iOrliaqTmDHOCcQbBS2rxkA/U/VRVryiinRqoRiHVoO3AenbwsJreqS7Haac2ZZcLwbrXc4XUIVKXKk1qMVwohIriaMK3TcSqB5inphR9qwjEtgs6RHSdbAgqqOqEUtFjYFGRVhlg3rVA4qIK0Som3JBsoMpcgbu2SGA2tEjEJ33+D2S0zTaXgzbGAAAAAElFTkSuQmCC) no-repeat center/contain
    }

    .mob-search-btn.open {
        background: none
    }

    .mob-search-btn:before, .mob-search-btn:after {
        content: "";
        display: block;
        position: absolute;
        width: 80%;
        height: 2px;
        transform: rotate(45deg);
        background: #ff1c5c;
        left: 10%;
        top: calc(50% - 1px);
        opacity: 0;
        transition: 0;
        border-radius: 2px
    }

    .mob-search-btn:after {
        transform: rotate(-45deg)
    }

    .mob-search-btn.open:before, .mob-search-btn.open:after {
        transition: .2s;
        opacity: 1
    }

    .compare__back {
        white-space: nowrap
    }
}

@media (min-width: 768px) {
    .header-category-menu {
        align-items: flex-start
    }

    .header-category-menu_level-0 {
        z-index: 10;
        flex-wrap: nowrap
    }

    .header-category-menu__item_level-0 {
        margin-right: 0
    }

    .header-category-menu__link_level-0 {
        font-size: 15px
    }

    .header-category-menu__item_level-2 {
        margin-bottom: 5px
    }

    .header-category-menu__link_level-2 {
        font-weight: 400;
        border-radius: 8px;
        padding: 4px 12px;
        transition: none;
        transition: none;
        justify-content: left;
        color: #fff;
        background-color: #0ab8f4
    }

    .header-category-menu__link_level-2[href] {
        color: #737373;
        background-color: #e2e2e2
    }

    .header-category-menu__link_level-2[href]:hover {
        color: #fff;
        background-color: #0ab8f4
    }

    .compare {
        overflow: initial
    }

    .compare__wrapper {
        overflow-x: scroll;
        padding: 10px;
        margin-bottom: -15px
    }
}

.header-toolbar__btn_compare {
    display: flex !important
}

.lazyload[data-src][data-src-notwebp] {
    width: 60px;
    height: 60px;
    display: block;
    margin: 0 auto;
    padding-top: 55px
}

.catalog h1 {
    margin: 0;
    font: 26px/1 Calibri-Bold, sans-serif;
    letter-spacing: .65px;
    color: #232020
}

@media (max-width: 480px) {
    .faq-popup {
        box-sizing: border-box;
        position: fixed;
        top: 0 !important;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%
    }

    .faq-popup:before {
        display: none;
        border: none;
        box-shadow: none
    }

    .title {
        text-align: left
    }

    .footer .logo {
        width: 170px
    }

    .header-category-menu {
        flex-wrap: nowrap
    }

    .header__city-content {
        padding: 10px;
        padding-top: 25px;
        gap: 1px 15px
    }

    .header__city-content_close {
        top: 5px;
        right: 5px
    }

    .header__city-content .header__city-content-item {
        text-overflow: ellipsis;
        overflow: hidden;
        max-width: none
    }

    .header__city-content .header__city-content-item:nth-child(even) {
        padding-right: 0
    }

    .header__city-content .header__city-content-item:nth-child(odd) {
        padding-left: 0
    }
}

.header-category-menu__item.header-category-menu__item_level-0.menu-top-mob {
    display: none
}

@media (max-width: 606px) {
    .header-category-menu__item.header-category-menu__item_level-0.menu-top-mob {
        display: block
    }

    .catalog h1 {
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 40px;
        font-size: 20px;
        line-height: .8;
        text-align: center
    }

    .product-page-tabs__panel {
        flex-direction: column
    }

    .product-page-tabs__panel .product-page-tabs__btn {
        width: 100%
    }
}

.static_page_container img {
    max-width: 100%;
    height: auto
}

#upbutton {
    background: url(/local/templates/milbrend/images/icons/arrow-down.svg) no-repeat top left;
    height: 60px;
    width: 60px;
    bottom: 100px;
    right: 23px;
    cursor: pointer;
    display: none;
    position: fixed;
    z-index: 999;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    width: 59px;
    height: 59px;
    margin-bottom: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50%;
    background: #eeeded url(/local/templates/milbrend/images/icons/arrow-down.svg) no-repeat center/45%
}

#upbutton:after {
    content: 'вверх';
    font: 16px Calibri, sans-serif;
    color: #9c9c9c;
    display: block;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    text-align: center;
    margin-top: -15px
}

.float-coloumn {
    display: none
}

.bx-section-desc a, .catalog__description a, .static_page_container a, .paragraph a, a.default {
    color: #0ebcf6;
    position: relative
}

.bx-section-desc a:before, .catalog__description a:before, .static_page_container a:before, .paragraph a:before, a.default:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -3px;
    width: 0;
    height: 2px;
    margin: 0 auto;
    background-color: #26a9e1;
    -webkit-transition: .5s ease;
    transition: .5s ease
}

.bx-section-desc a:hover:before, .catalog__description a:hover:before, .static_page_container a:hover:before, .paragraph a:hover:before, a.default:hover:before {
    width: 100%
}

.page > .preloader {
    display: none;
    background-image: url(/images/logo_lazyload.svg);
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 99;
    opacity: .7;
    background-repeat: no-repeat;
    background-color: #fff;
    background-position: center
}

.product-page__info .button_subscribe {
    margin-top: 20px;
    display: block;
    margin-bottom: -25px
}

.product-page__info .button_subscribe span {
    font-weight: 700;
    cursor: pointer;
    background: #ddd
}

.product-page__info .button_subscribe span:hover {
    text-decoration: underline;
    background: #aaa
}

#popup-window-content-CatalogSubscribe_button_subscribe {
    background: none
}

@media screen and (max-width: 768px) {
    .product-page__info .button_subscribe {
        margin-bottom: 0
    }

    .product-ended-info {
        text-align: center
    }

    .product-page .hidesizes .products__tags {
        box-sizing: border-box;
        justify-content: space-between
    }

    .product-page .hidesizes .products__tags [itemprop="offers"] {
        flex: unset;
        margin: 0 5px;
        margin-bottom: 15px;
        width: 46%;
        text-overflow: ellipsis;
        overflow: hidden
    }

    .product-page .hidesizes .products__tags [itemprop="offers"] .products__tag {
        width: 100%;
        flex: unset;
        margin: 0
    }
}

.mt-pagination ul {
    list-style-type: none;
    display: flex;
    justify-content: space-between;
    padding: 0
}

.mt-pagination ul li {
    border: solid 1px #cdcdcd;
    border-radius: 50px;
    background-color: #fbfbfb;
    padding: 14px 5px;
    font: 18px/18px Calibri, sans-serif;
    letter-spacing: .45px;
    display: block;
    width: 38px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer;
    margin-right: 15px
}

.mt-pagination ul li:last-of-type {
    margin-right: 0
}

.mt-pagination ul li > * {
    color: #232020
}

.mt-pagination ul li:not(.bx-active):hover {
    background-color: #e2e2e2
}

.mt-pagination ul li.bx-active {
    background-color: #e2e2e2;
    cursor: default
}

@media screen and (max-width: 768px) {
    .mt-pagination ul li {
        line-height: 6px;
        width: 25px
    }
}

.select-style {
    display: block;
    max-width: 215px;
    width: 100%;
    position: relative;
}
.new-select {
    position: relative;
    border: 1px solid #ced4da;
    padding: 10px 15px;
    cursor: pointer;
    user-select: none;
    padding-right: 30px;
}

.new-select__list {
    position: absolute;
    top: 45px;
    left: 0;
    border: 1px solid #ced4da;
    cursor: pointer;
    width: 100%;
    z-index: 2;
    background: #fff;
    user-select: none;
    box-shadow: 0 2px 5px 2px #ccc;
    min-width: 240px;
}

.new-select__list.on {
    display: block;
}

.new-select__item span {
    display: flex;
    padding: 5px 10px;
    color: #000;
    align-items: center;
    justify-content: space-between;
    padding-right: 5px;
}

.new-select__item span:hover {
    color: #0ebcf6;
}

.new-select__item span img {
    width: 40px;
    height: 40px;
    margin-left: 10px;
}

.new-select:after {
    content: '';
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    right: 9px;
    top: 9px;
    background: url('/local/templates/milbrend/path-to-image') no-repeat right center / cover;
    opacity: 0.6;

    -webkit-transition: all .27s ease-in-out;
    -o-transition: all .27s ease-in-out;
    transition: all .27s ease-in-out;

    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

.new-select.on:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.product-page__size-description.offer-prop-image img {
    width: 66px;
}
/* End */


/* Start:/local/css/reaspekt/reaspekt.geobase/style.css?1742041431974*/
.ReaspektPopupOverlay {
	height: 100%;
    left: 0;
    opacity: 0.6;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 500;
	background-color: #000;
	filter: alpha(opacity=60); 	/*Filter for IE*/
}
#ReaspektPopupBody {
    position: absolute !important;
    padding: 30px 50px;
    left: 0;
    top: 0;
    /*width: 500px;
    min-height: 100%;
    height: 1000px;*/
    z-index: 510;
    background-color: #fff;
	box-shadow: 0px 0px 15px #000000;
    box-sizing: border-box;
}
#ReaspektPopupBody .ReaspektClosePosition {
	position: relative;
}

#ReaspektPopupBody #ReaspektCloseBtn {
	position: absolute;
	right: -40px;
    top: -20px;
	width: 24px;
	height: 24px;
	cursor: pointer;
	background:url("/local/css/reaspekt/reaspekt.geobase/images/close-button-sprite.png") no-repeat top;
}

#ReaspektPopupBody #ReaspektCloseBtn:hover {
	background: url("/local/css/reaspekt/reaspekt.geobase/images/close-button-sprite.png") no-repeat 0 -24px;
}

#ReaspektPopupContainer {
	max-width: 900px;
}
/* End */
/* /local/templates/milbrend/css/main_new.css?1742041432218236 */
/* /local/templates/milbrend/components/bitrix/menu/catalog_horizontal_vue/style.css?17420414323245 */
/* /local/templates/milbrend/components/bitrix/sender.subscribe/.default/style.min.css?17420414324411 */
/* /local/templates/milbrend/css/nouislider.min.css?17420414324037 */
/* /local/templates/milbrend/template_styles.css?174204143341000 */
/* /local/css/reaspekt/reaspekt.geobase/style.css?1742041431974 */
