  @font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTUQjIg1_i6t8kCHKm45_Qphzg.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_aZA7g4.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_cJD7g4.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_ZpC7g4.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_bZF7g4.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_dJE7g4.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_epG7g4.ttf) format('truetype');
}
@charset "UTF-8";
/* Light Gallery */
@font-face {
    font-family: lg;
    src: url(../fonts/lg.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

.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: rgba(0, 0, 0, .45);
    border-radius: 2px;
    color: #999;
    cursor: pointer;
    display: block;
    font-size: 22px;
    margin-top: -10px;
    padding: 8px 10px 9px;
    position: absolute;
    top: 50%;
    z-index: 1080;
    border: none;
    outline: 0
}

.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: #fff
}

.lg-actions .lg-next {
    right: 20px
}

.lg-actions .lg-next:before {
    content: "\2192"
}

.lg-actions .lg-prev {
    left: 20px
}

.lg-actions .lg-prev:after {
    content: "\2190"
}

@-webkit-keyframes lg-right-end {
    0% {
        left: 0
    }
    50% {
        left: -30px
    }
    100% {
        left: 0
    }
}

@-moz-keyframes lg-right-end {
    0% {
        left: 0
    }
    50% {
        left: -30px
    }
    100% {
        left: 0
    }
}

@-ms-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
    }
}

@-moz-keyframes lg-left-end {
    0% {
        left: 0
    }
    50% {
        left: 30px
    }
    100% {
        left: 0
    }
}

@-ms-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;
    -o-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;
    -o-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: rgba(0, 0, 0, .45)
}

.lg-toolbar .lg-icon {
    color: #999;
    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;
    -o-transition: color .2s linear;
    transition: color .2s linear
}

.lg-toolbar .lg-icon:hover {
    color: #fff
}

.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: #999;
    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;
    -moz-transition: -moz-transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear;
    -o-transition: -o-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
}

.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;
    -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1) !important;
    -o-transition: -o-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) !important;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-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: #0d0a0a;
    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) 0s;
    -moz-transition: -moz-transform .25s cubic-bezier(0, 0, .25, 1) 0s;
    -o-transition: -o-transform .25s cubic-bezier(0, 0, .25, 1) 0s;
    transition: transform .25s cubic-bezier(0, 0, .25, 1) 0s
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
    cursor: -webkit-grab;
    cursor: -moz-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: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !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;
        -o-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%;
    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;
    -o-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-toogle-thumb {
    background-color: #0d0a0a;
    border-radius: 2px 2px 0 0;
    color: #999;
    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-toogle-thumb:after {
    content: "\e1ff"
}

.lg-outer .lg-toogle-thumb:hover {
    color: #fff
}

.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-iframe .lg-video {
    -webkit-overflow-scrolling: touch;
    overflow: auto
}

.lg-outer .lg-has-vimeo .lg-video-play {
    background: url(../img/vimeo-play.png) no-repeat scroll 0 0 transparent
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
    background: url(../img/vimeo-play.png) no-repeat scroll 0 -58px transparent
}

.lg-outer .lg-has-html5 .lg-video-play {
    background: transparent url(../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(../img/youtube-play.png) no-repeat scroll 0 0 transparent
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
    background: url(../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 0s;
    -moz-transition: opacity 80ms ease 0s;
    -o-transition: opacity 80ms ease 0s;
    transition: opacity 80ms ease 0s
}

.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: 0s;
    transition-duration: 0s
}

.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) 0s;
    -moz-transition: -moz-transform .3s cubic-bezier(0, 0, .25, 1) 0s;
    -o-transition: -o-transform .3s cubic-bezier(0, 0, .25, 1) 0s;
    transition: transform .3s cubic-bezier(0, 0, .25, 1) 0s
}

.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) 0s;
    -moz-transition: left .3s cubic-bezier(0, 0, .25, 1) 0s, top .3s cubic-bezier(0, 0, .25, 1) 0s;
    -o-transition: left .3s cubic-bezier(0, 0, .25, 1) 0s, top .3s cubic-bezier(0, 0, .25, 1) 0s;
    transition: left .3s cubic-bezier(0, 0, .25, 1) 0s, top .3s cubic-bezier(0, 0, .25, 1) 0s
}

.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;
    -moz-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;
    -moz-transition: -moz-transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s !important;
    -o-transition: -o-transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s !important;
    transition: transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s !important;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-backface-visibility: hidden;
    -moz-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 {
    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 0s;
    -moz-transition: opacity .15s ease 0s, -moz-transform .15s ease 0s;
    -o-transition: opacity .15s ease 0s, -o-transform .15s ease 0s;
    transition: opacity .15s ease 0s, transform .15s ease 0s;
    -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%;
    box-shadow: 0 0 0 8px rgba(255, 255, 255, .7) inset;
    display: block;
    height: 12px;
    -webkit-transition: box-shadow .3s ease 0s;
    -o-transition: box-shadow .3s ease 0s;
    transition: box-shadow .3s ease 0s;
    width: 12px
}

.lg-outer .lg-pager:focus, .lg-outer .lg-pager:hover {
    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 0s linear .18s, opacity .18s linear 0s;
    -o-transition: visibility 0s linear .18s, opacity .18s linear 0s;
    transition: visibility 0s linear .18s, opacity .18s linear 0s
}

.lg-outer.lg-dropdown-active #lg-dropdown-overlay, .lg-outer.lg-dropdown-active .lg-dropdown {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 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;
    -moz-transform: translate3d(0, 5px, 0);
    -o-transform: translate3d(0, 5px, 0);
    -ms-transform: translate3d(0, 5px, 0);
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
    -webkit-transition: -webkit-transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
    -moz-transition: -moz-transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
    -o-transition: -o-transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
    transition: transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s
}

.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"
}

.lg-group:after {
    content: "";
    display: table;
    clear: both
}

.lg-outer {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    text-align: left;
    opacity: 0;
    -webkit-transition: opacity .15s ease 0s;
    -o-transition: opacity .15s ease 0s;
    transition: opacity .15s ease 0s
}

.lg-outer * {
    -webkit-box-sizing: border-box;
    -moz-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: 0s !important;
    transition-duration: 0s !important;
    opacity: 1
}

.lg-outer.lg-grab img.lg-object {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.lg-outer.lg-grabbing img.lg-object {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-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(../images/general/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 0s;
    -o-transition: opacity .15s ease 0s;
    transition: opacity .15s ease 0s
}

.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 0s;
    -o-transition: opacity .15s ease 0s;
    transition: opacity .15s ease 0s
}

.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 0s ease 0s !important;
    -moz-transition: none 0s ease 0s !important;
    -o-transition: none 0s ease 0s !important;
    transition: none 0s ease 0s !important
}

.lg-css3.lg-use-css3 .lg-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden
}

.lg-css3.lg-use-left .lg-item {
    -webkit-backface-visibility: hidden;
    -moz-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 0s;
    -moz-transition: opacity .1s ease 0s;
    -o-transition: opacity .1s ease 0s;
    transition: opacity .1s ease 0s
}

.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 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s
}

.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 0s;
    -moz-transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    -o-transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s
}


@font-face {
    font-family: Mont;
    font-display: swap;
    src: url("../fonts/Regular.otf");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Mont;
    font-display: swap;
    src: url("../fonts/SemiBold.otf");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: Mont;
    font-display: swap;
    src: url("../fonts/Bold.otf");
    font-weight: 700;
    font-style: normal
}

* {
    box-sizing: border-box;
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

a {
    color: #000;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    line-height: 1;
    margin-top: 0;
    color: #000;
    font-family: Mont;
    letter-spacing: 0;
    font-weight: 700;
}


article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

i {
    font-style: normal;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background: transparent;
    color: #333333;
}

a,
a:active,
a:hover {
    outline: 0;
    text-decoration: none;
}

b,
strong {
    font-weight: 700;
}

img {
    border: 0;
    max-width: 100%;
}

svg:not(:root) {
    overflow: hidden;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    outline: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0;
    cursor: pointer;
    border: none;
    background: none;
    padding: 0;
    font-family: inherit;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

.hidden {
    display: none;
}

select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: #ffffff36 url(../images/icons/down-arrow.svg) right center no-repeat !important;
    background-size: 20px !important;
    padding-right: 50px;
    color: #111;
	    max-width: 70%;
    margin: 10px auto;
	text-align: center;
    text-align-last: center;
    -moz-text-align-last: center;
}
option {
	text-align: center;
    text-align-last: center;
    -moz-text-align-last: center;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

ul, li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

body {
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    font-family: 'Mont', sans-serif;
    margin: 0;
    background: #ffffff;
}

/* FLEX */

/* flexbox libruary */

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.inline-flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.flex-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.flex-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flex-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.justify-content-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.justify-content-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.justify-content-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.justify-content-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.justify-content-around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.align-items-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.align-items-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.align-items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.align-items-baseline {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.align-items-stretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.align-self-start {
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.align-self-end {
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.align-self-center {
    -ms-flex-item-align: center;
    align-self: center;
}

.align-self-baseline {
    -ms-flex-item-align: baseline;
    align-self: baseline;
}

.align-self-stretch {
    -ms-flex-item-align: stretch;
    align-self: stretch;
}

.flex-nowrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
}

.order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}

.align-content-start {
    -ms-flex-line-pack: start;
    align-content: flex-start;
}

.align-content-end {
    -ms-flex-line-pack: end;
    align-content: flex-end;
}

.align-content-center {
    -ms-flex-line-pack: center;
    align-content: center;
}

.align-content-between {
    -ms-flex-line-pack: justify;
    align-content: space-between;
}

.align-content-around {
    -ms-flex-line-pack: distribute;
    align-content: space-around;
}

.align-content-stretch {
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}

.container {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin: auto;
}

header {
    background: #fff;
    position: relative;
    z-index: 7;
}
header .container, .menu .container{
    max-width: 1200px;
}
header .inner {
    padding: 10px 0;
    text-align: right;
}

header .logo img {
    height: 40px;
}

header .contacts {
    margin-left: 30px;
}
header .contacts_wrap{
    margin-left: auto;
}

header .contacts a{
    margin-right: 15px
}


header .contacts img{
    height: 30px;
}
header .contacts svg{
    display: block;
    height: 30px;
}

.menu {
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 5;
    background: #006536;
}

.menu .inner {
    position: relative;
}

.menu .main_menu a, .catalog_button, .menu .lang button {
    padding: 25px 20px;
    font-weight: 600;
    line-height: 1;
    font-size: 14px;
    color: #fff !important;
    display: block;
    text-transform: uppercase;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
}

.menu .main_menu a:hover, .catalog_button:hover, .menu .lang button:hover {
    opacity: 0.5;
}

.menu .main_menu {
    position: relative;
    z-index: 2;
}
#menu-block>.header_catalog:nth-child(2)>.catalog_dropdown {
transform: translateY(-100%); opacity: 0; 
/*width: 300px;*/
}

#menu-block>.header_catalog:nth-child(3)>.catalog_dropdown
{
	transform: translateY(-100%); opacity: 0;
}

#menu-block>.header_catalog:nth-child(2)>.catalog_dropdown>.inner,
#menu-block>.header_catalog:nth-child(3)>.catalog_dropdown>.inner {
	columns: 2;
}

#menu-block>.header_catalog:nth-child(3)>.catalog_dropdown>.inner img {
	display:none;
}

.menu .catalog_button {
    padding-right: 36px;
    background-size: 25px 25px;
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
    z-index: 1;
}

.menu .catalog_button:after {
    content: '';
    display: block;
    width: 10px;
    height: 32px;
    background: url(../images/icons/down-arrow.svg) no-repeat right center;
    background-size: 100%;
    position: absolute;
    right: 15px;
    top: 15px;
}

.menu .lang {
    position: absolute;
    right: 0;
    z-index: 3;
	    top: 0;
}

.menu .lang button {
    padding: 25px 0 25px 15px;
}


.menu .catalog_dropdown {
    display: block;
    padding: 15px 30px;
    background: #fff;
    position: absolute;
    top: 100%;
    border-top: 1px solid #333;
    -webkit-transition: transform .5s ease;
    transition: transform .5s ease;
    width: 700px;
    max-width: 100%;
    box-shadow: 0px 2px 11px 2px #555;
}

.menu .header_catalog:hover .catalog_dropdown {
    transform: translateY(0) !important;
    opacity: 1!important;
}

.menu .catalog_dropdown a {
    display: block;
    line-height: 2.5;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    color: #000;
    font-size: 14px;
    font-weight: 700;
}

.menu .catalog_dropdown a:hover {
    opacity: 0.7;
}
.menu .catalog_dropdown a img{
    margin-right: 10px;
}
.menu .menu_bg {
    position: absolute;
    left: 0;
    top: 0;
    background: #006536;
    right: 0;
    bottom: 0;
}

.main_banner {
    position: relative;
    z-index: 1;
    background: url(/image/catalog/main_bg.jpg) center right no-repeat;
    background-size: cover;
    margin-bottom: 50px;
}
.main_banner .container{
    position: relative;
}
.main_banner:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #00000014;
    z-index: -1;
}
.main_banner .button{
    padding: 15px 30px;
    color: #000;
    font-weight: 600;
    font-size: 13px;
    border: 1px solid #000;
}

.main_banner .inner {
    height: auto;
    min-height: 565px;
    justify-content: flex-end;
    max-width: 50%;
    padding-bottom: 10px;
}

.slider-main {
	    margin: 0;
    padding: 0;
    overflow-x: hidden;
    max-width: 1360px;
	margin: auto;
}

.main_banner h1 {
    position: relative;
    font-size: 28px;
    margin-bottom: 20px;
    color: #000;
	display: none;
}

.main_banner h2 {
    margin-bottom: 40px;
    line-height: 1.4;
    color: #000;
    position: relative;
    font-size: 18px;
    font-weight: 400;
}

.main_banner .social {
    position: absolute;
    bottom: 0;
    left: 0;
}

.main_banner .social img {
    height: 25px;
    margin-right: 10px;
}

.admin_login {
    background: #999;
    padding: 50px 0;
    text-align: center;
}

.admin_login_form {
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    padding: 50px;
    background: #fff;
    max-width: 100%;
}

.admin_login h1 {
    font-size: 18px;
    margin-bottom: 20px;
}

.height {
    min-height: 100vh;
}

input:hover, input:active, input:focus {
    box-shadow: none !important;
    outline: none !important;
}

.button_black {
    background: #000;
    color: #fff;
    border: 1px solid #000;
}

button, .button {
    padding: 10px 20px;
    display: inline-block;
    text-transform: uppercase;
}

.button_black:hover, .button_black:active, .button_black:focus {
    background: #fff;
    color: #000;
}

.height {
    min-height: 100vh;
}
.input_wrap {
    position: relative;
    width: 100%;
    margin-bottom: 25px;
}

.red {
    color: red !important;
}

form {
    margin: 0;
    padding: 0;
}

.center {
    text-align: center;
}

.section_title {
    font-size: 36px;
    margin-bottom: 30px;
}


.top_banner_social {
    display: none;
    position: absolute;
    right: 0;
    z-index: 9;
    bottom: 35px;
}
.top_banner_social svg{
    height: 20px;
}

.top_banner_social a {
    margin-left: 15px;
}

.top_banner_social img {
    height: 20px;
}

.advantages, section.contacts{
    margin-bottom: 50px;
}
.advantages .inner, section.contacts .inner{
    flex-direction: column;
}
.advantages_list, section .contacts_list{
    margin-top: 30px;
}

.advantages_list h3{
    font-size: 24px;
}

.advantages_list .description{
    line-height: 1.8;
    margin-bottom: 30px;
    font-weight: 400;
    color: #9d9d9d;
}
.section_description{
    line-height: 1.6;
    font-size: 20px;
}
.about{
    margin-top: 50px;
    min-height: 75vh;
}
.about h1, .catalog_page h1{
    font-size: 44px;
    font-weight: 700;
    margin-bottom: 50px;
}

.catalog_page{
    margin-top: 50px;
}


.about p{
    line-height: 1.8;
    margin-bottom: 15px;
}

.service_title{
    margin-bottom: 30px;
    padding: 30px 0 0 0;
    font-size: 28px;
    line-height: 1.4;
}


.service_inner{
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: auto;
}

.service_description{
    line-height: 1.8;
    color: #000;
    max-width: 1200px;
    margin: auto;
}
.service_description a{
    font-weight: 700;
    padding: 10px 20px;
}

footer{
    background: #006536;
    padding: 30px 0;

}

footer .inner {
    flex-direction: column;
    text-align: center;
}

footer .logo{
    height: 70px;
    margin-bottom: 30px;
}

footer a{
    color: #fff;
    margin-bottom: 15px;
    display: block;
    font-size: 14px;
}

footer .copywright{
    margin-top: 50px;
    text-align: center!important;
    color: #fff;
    font-size: 14px;
}

footer ul{
    margin-left: 0;
}
.footer_left a{
    margin-bottom: 20px;
    justify-content: center;
}
.footer_left a img, .footer_left a svg{
    height: 15px;
    margin-right: 10px;
}

.gallery {
    padding-bottom: 30px;
}
.service_images{
    margin-top: 50px;
}
.service_images li {
    width: 50%;
}

.gallery a {
    overflow: hidden;
    position: relative;
    margin: 5px;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    height: 150px;
}

.service_images li a > img {
    max-width: 100%;
    max-height: 100%;
}
.gallery li a .demo-gallery-poster {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.gallery li a .demo-gallery-poster > img {
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}

.gallery li a:hover .demo-gallery-poster > img {
    opacity: 1;
}

.gallery_page h1{
    color: #000;
    margin-top: 50px;
}
.desktop{
    display: none;
}

.mobile{
    display: block;
}

.burger_button span {
    display: block;
    height: 2px;
    width: 25px;
    background: #333333;
    margin-bottom: 7px;
    opacity: 1;
    -webkit-transition-duration: .4s;
    -moz-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -moz-transition-property: transform, -moz-transform;
    -o-transition-property: transform, -o-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform, -moz-transform, -o-transform;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: transform;
}

.burger_button span:nth-child(2n) {
    -webkit-transition-duration: .15s;
    -moz-transition-duration: .15s;
    -o-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: opacity;
}

.burger_button span:last-child {
    margin: 0;
}

.burger_button {
    position: absolute;
    align-items: center;
    margin-left: 30px;
    cursor: pointer;
    padding: 22px;
    margin-right: -15px;
    top: 0px;
    right: 15px;
}
.burger_button img{
    height: 25px;
}
.mobile_menu {
    margin: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transform: translate(150%, 0);
    transform: translate(150%, 0);
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    background: #fff;
    z-index: 100;
    padding: 70px 35px;
}

.mobile_menu a {
    color: #000;
    display: block;
    line-height: 50px;
    font-weight: 700;
    font-size: 23px;
    text-align: center;
	text-transform: uppercase;
}

.mobile_menu .language-select
{
    color: #000;
    display: block;
    line-height: 50px;
    font-weight: 700;
    font-size: 23px;
    text-align: center;
	text-transform: uppercase;
}

.mobile_active.mobile_menu {
    -webkit-transform: translate(0) !important;
    transform: translate(0) !important;
}

section .contacts img, section .contacts svg{
    height: 20px;
    margin-right: 15px;
}

section .contacts a{
    font-size: 16px;
    margin-bottom: 20px;
    letter-spacing: 1.5px;
}

.advantages_text{
    flex: 1;
    margin-left: 30px;
}

.advantages_list img{
    height: 40px;
    margin-right: 15px;
}

.contacts_list {
    flex-direction: column;
}

.service_description ul{
    padding-left: 40px;
}
.service_description ul, .service_description li{
    list-style-type: inherit;
}

.not_found h1{
    padding: 200px 0;
    text-align: center;
}

.nf {
    z-index: 999999;
    padding: 30px;
    color: #fff;
    border-radius: 10px;
    box-shadow: 0px 2px 4px 0px rgba(186, 202, 210, 0.2), 0px 13px 18px 0px rgba(186, 202, 210, 0.18);
    width: 500px;
    max-width: 100%;
    margin-bottom: 24px;
    position: fixed;
    top: 0;
    left: calc(50% - 250px);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    transform: translateY(-150px);
}

.nf img {
    cursor: pointer;

}

.nf_active {
    transform: translateY(5px);
}

.nf_green {
    background-color: #4a9a3f;
}

.nf_yellow {
    background-color: #ffa340;
}

.nf_red {
    background-color: darkred;
}

@media (max-width: 600px) {
    .nf {
        left: 0;
    }
	.main_banner .button {
    padding: 6px 20px;
    color: #000;
    font-weight: 600;
    font-size: 9px;
    border: 1px solid #000;
}
	.main_banner .inner {
    max-width: 100%;
	min-height: 165px;
}
}

.catalog_list a{
    line-height: 1.5;
    padding: 10px 0;
    display: block;
}

.button_bordered_white{
    border: 1px solid #fff;
    color: #fff;
}


.catalog_dropdown_types_list{
    border-right: 1px solid #ccc;
}
.catalog_dropdown_types_list p{
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    margin: 0 -1px 0;
    padding: 10px 0;
    cursor: pointer;
    padding-right: 30px;
    border-right: 2px solid #ddd;
}

.catalog_dropdown_types_list p.active{
    border-right-color: #000;
}

.services_dropdown_items_list{
    columns: 2;
}
.catalog_dropdown_items_list, .services_dropdown_items_list{
    padding-left: 30px;
    display: none;
}
.active.catalog_dropdown_items_list, .active.services_dropdown_items_list{
    display: block!important;
}

.catalog_item{
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    width: 50%;
    margin-bottom: 20px;
}
.catalog_item a{
    text-align: center;
    position: relative;
    display: block;
    overflow: hidden;
    height: 100%;
}
.catalog_item a div{
    margin: auto;
    overflow: hidden;
    padding-top: 60%;
    width: 60%;
    display: block !important;
    position: relative;
    border-radius: 0;
}
.catalog_item img{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 70%;
    height: 70%;
    object-fit: cover;
    object-position: center;
	margin: auto;
    margin-bottom: 15px;
}
.home_about, .catalog, .services{
    margin-bottom: 40px;
}
.home_about p{
    line-height: 1.8;
    text-align: center;
}
@media only screen and (min-width: 480px) {

}

@media only screen and (min-width: 667px) {
    .top_banner_social {
        display: flex;
    }
}

@media only screen and (min-width: 768px) {
    .item_images li {
        width: 33.3333%;
    }

    .main_banner h1 {
        font-size: 44px;
        margin-bottom: 30px;
    }

    .service_images li {
        width: 33.333%;
    }

    .gallery a {
        height: 200px;
    }

    .catalog_item {
        width: 25%;
    }

}

@media only screen and (min-width: 992px) {
    .home_about, .catalog, .services{
        margin-bottom:100px;
    }

    .item_images li {
        width: 25%;
    }

    .desktop {
        display: inherit;
    }

    .mobile {
        display: none;
    }

    header .logo img {
        height: 60px;
    }

    header .inner {
        padding: 20px 0;
    }

    .section_title {
        font-size: 36px;
    }

    .main_banner, .advantages {
        margin-bottom: 100px;
    }

    .contacts_list .contacts {
        width: 33.3333%;
    }

    .advantages_list h3 {
        font-size: 28px;
    }

    .contacts_list {
        flex-direction: row;
    }

    section .contacts a {
        font-size: 18px;
    }

    section .contacts img, section .contacts svg {
        height: 30px;
    }

    .service h1 {
        font-size: 50px;
    }

}

@media only screen and (min-width: 1200px) {
    .footer_left a{
        justify-content: start;
    }
    footer {
        padding: 100px 0 50px 0;
    }

    .container {
        width: 1200px;
    }

    footer .inner {
        flex-direction: row;
        text-align: left;
    }

    footer ul {
        margin-left: 50px;
    }

    .service_images li {
        width: 33.3333%;
    }

    .gallery a {
        height: 230px;
    }
}

.gal {
-webkit-column-count: 3; 
    -moz-column-count: 3; 
    column-count: 3;
}	
	.gal img{ width: 100%; padding: 7px 0;}
	
@media (max-width: 991px) {
		
		.gal {
	-webkit-column-count: 2; 
    -moz-column-count: 2; 
    column-count: 2;
	  
	
	}
		
	}
	.product-thumb {
	margin-bottom: 20px;
	overflow: auto;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}

.product-thumb h4 {
	font-weight: bold;
}
.product-thumb .caption {
	padding: 0 20px;
	min-height: 180px;
	text-align: center;
}

@media (max-width: 1200px) {
.product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
}
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #444;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}

.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnail {
	border: 1px solid #fff;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #fff;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

@media (min-width: 1200px) {
	#content .col-sm-4:nth-child(3n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
#content .col-sm-4:nth-child(3n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
#content .col-sm-4:nth-child(3n+1) {
		clear:left;
	}
}

.fade {
	background-color: rgba(31, 31, 31, 0.96);
    -webkit-transition: -webkit-transform 0s ease 0.5s;
    transition: -webkit-transform 0s ease 0.5s;
    -o-transition: transform 0s ease 0.5s;
    transition: transform 0s ease 0.5s;
    transition: transform 0s ease 0.5s, -webkit-transform 0s ease 0.5s;
}
.modal-open .modal {
    padding: 80px 15px;
}

.modal-content {
    background-color: transparent;
	box-shadow: none!important;
	border:none!important;
}
.close {
	opacity: 1;
    position: absolute;
    top: 30px;
    right: 60px;
    z-index: 99999;
}

.close svg {
	height: 50px;
    width: 50px;
}
.modal-body h3 {
	font-size: 26px;
    color: #fff;
    margin-bottom: 20px;
	text-align: center;
}

.modal-body p {
	font-size: 13px;
    margin: 30px 0;
    color: #fff;
	text-align: center;
}

#send-form input,
.s-customForm-control-modal {
	position: relative;
   width: 100%;
    border: none;
    border-bottom: 2px solid #fff;
    border-radius: 0;
    color: #fff;
    background: #ffffff36;
    margin-bottom: 25px;
	padding: 10px 20px;
    display: block;
    outline: none;
	font-size: 12px;
}
.s-customForm-control-modal {
    line-height: 1.4;
    padding: 12px 20px 8px;
    margin-bottom: 8px;
}
.s-customForm-control {
    position: relative;
   width: 100%;
    border: none;
    border-bottom: 2px solid #444444;
    border-radius: 0;
    color: #444444;
    background: #00000036;
    margin-bottom: 8px;
    padding: 12px 20px 8px;
    display: block;
    outline: none;
    font-size: 12px;
    line-height: 1.4;
}

#send-form .form_button {
	margin: auto;
    text-align: center;
    display: block;
}

.s-customForm .form-group {
    margin-bottom: 25px;
}
.s-customForm .form-group .text-danger {
    font-size: 13px;
}
.s-customForm__html {
    margin-bottom: 20px;
}
.bg-white {
  background-color: #ffffff;
}
.bg-lighten-gray {
  background-color: #f9f9f9;
}
.bg-light-gray {
  background-color: #ebebeb;
}
.bg-dark-gray {
  background-color: #444444;
}
.bg-primary {
    background-color: #006536;
}
.section-form {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 992px) {
  .section-form {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.s-customForm__submit {
  padding: 8px 32px;
  text-transform: uppercase;
}

.services-p-0 {
    padding: 0;
}
.button_large {
    height: 50px;
    min-width: 240px;
}
input[name="textfield"] {
    position: absolute;
    left: -999999999px;
}

.s-benefits {
    margin-bottom: 20px;
}
.s-benefits__icon {
    margin-bottom: 12px;
    font-size: 70px;
    color: #006536;
    text-align: center;
}
.s-benefits__title {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 12px;
}
.s-benefits__text {
    font-size: 13px;
    line-height: 1.5;
}
.s-benefits-space {
    margin-bottom: 32px;
}
@media (min-width: 992px) {
    .s-benefits-space {
        margin-bottom: 60px;
    }
}