/* Start:/local/templates/.default/css/font-awesome.min.css?150841928631004*/
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1,  CSS: MIT License)
 */
@font-face {
    font-family: 'FontAwesome';
    src: url('https://reynaers-aluminium.com.ua/files/style/fonts/fontawesome-webfont.eot?v=4.7.0');
    src: url('https://reynaers-aluminium.com.ua/files/style/fonts/fontawesome-webfont.eot?') format('embedded-opentype'),
    url('../fonts/fontawesome-webfont.woff2@v=4.7.0') format('woff2'), url('https://reynaers-aluminium.com.ua/files/style/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf@v=4.7.0') format('truetype'), url('https://reynaers-aluminium.com.ua/files/style/fonts/fontawesome-webfont.svg?v=4.7.0') format('svg');
    font-weight: normal;
    font-style: normal;
}
.wrapper
{
    overflow: hidden;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-fw {
    width: 1.28571429em;
    text-align: center;
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}

.fa-ul > li {
    position: relative;
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center;
}

.fa-li.fa-lg {
    left: -1.85714286em;
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em;
}

.fa-pull-left {
    float: left;
}

.fa-pull-right {
    float: right;
}

.fa.fa-pull-left {
    margin-right: .3em;
}

.fa.fa-pull-right {
    margin-left: .3em;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.fa.pull-left {
    margin-right: .3em;
}

.fa.pull-right {
    margin-left: .3em;
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0,  mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2,  mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
    filter: none;
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

.fa-stack-1x {
    line-height: inherit;
}

.fa-stack-2x {
    font-size: 2em;
}

.fa-inverse {
    color: #fff;
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-remove:before, .fa-close:before, .fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-gear:before, .fa-cog:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-rotate-right:before, .fa-repeat:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before, .fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before, .fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before, .fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-warning:before, .fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-gears:before, .fa-cogs:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before, .fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before, .fa-users:before {
    content: "\f0c0"
}

.fa-chain:before, .fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before, .fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before, .fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-save:before, .fa-floppy-o:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-unsorted:before, .fa-sort:before {
    content: "\f0dc"
}

.fa-sort-down:before, .fa-sort-desc:before {
    content: "\f0dd"
}

.fa-sort-up:before, .fa-sort-asc:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before, .fa-undo:before {
    content: "\f0e2"
}

.fa-legal:before, .fa-gavel:before {
    content: "\f0e3"
}

.fa-dashboard:before, .fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-flash:before, .fa-bolt:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-paste:before, .fa-clipboard:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before, .fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before, .fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before, .fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-unlink:before, .fa-chain-broken:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
    content: "\f150"
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
    content: "\f151"
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
    content: "\f152"
}

.fa-euro:before, .fa-eur:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before, .fa-usd:before {
    content: "\f155"
}

.fa-rupee:before, .fa-inr:before {
    content: "\f156"
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
    content: "\f157"
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
    content: "\f158"
}

.fa-won:before, .fa-krw:before {
    content: "\f159"
}

.fa-bitcoin:before, .fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before, .fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-turkish-lira:before, .fa-try:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
    content: "\f19c"
}

.fa-mortar-board:before, .fa-graduation-cap:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before, .fa-car:before {
    content: "\f1b9"
}

.fa-cab:before, .fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
    content: "\f1c5"
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
    content: "\f1c6"
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before, .fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
    content: "\f1d0"
}

.fa-ge:before, .fa-empire:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before, .fa-weixin:before {
    content: "\f1d7"
}

.fa-send:before, .fa-paper-plane:before {
    content: "\f1d8"
}

.fa-send-o:before, .fa-paper-plane-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before, .fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-hotel:before, .fa-bed:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-yc:before, .fa-y-combinator:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before {
    content: "\f240"
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before, .fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before, .fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before, .fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-tv:before, .fa-television:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-envira:before {
    content: "\f299"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-wheelchair-alt:before {
    content: "\f29b"
}

.fa-question-circle-o:before {
    content: "\f29c"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
    content: "\f2a4"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-signing:before, .fa-sign-language:before {
    content: "\f2a7"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-google-plus-circle:before, .fa-google-plus-official:before {
    content: "\f2b3"
}

.fa-fa:before, .fa-font-awesome:before {
    content: "\f2b4"
}

.fa-handshake-o:before {
    content: "\f2b5"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-o:before {
    content: "\f2b7"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-book-o:before {
    content: "\f2ba"
}

.fa-vcard:before, .fa-address-card:before {
    content: "\f2bb"
}

.fa-vcard-o:before, .fa-address-card-o:before {
    content: "\f2bc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-circle-o:before {
    content: "\f2be"
}

.fa-user-o:before {
    content: "\f2c0"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-drivers-license:before, .fa-id-card:before {
    content: "\f2c2"
}

.fa-drivers-license-o:before, .fa-id-card-o:before {
    content: "\f2c3"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-thermometer-2:before, .fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-1:before, .fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-0:before, .fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-bathtub:before, .fa-s15:before, .fa-bath:before {
    content: "\f2cd"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-times-rectangle:before, .fa-window-close:before {
    content: "\f2d3"
}

.fa-times-rectangle-o:before, .fa-window-close-o:before {
    content: "\f2d4"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-eercast:before {
    content: "\f2da"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-snowflake-o:before {
    content: "\f2dc"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-meetup:before {
    content: "\f2e0"
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

/* End */

/* Start:/local/templates/.default/css/plugins.css?150841928638911*/
/* colorbox */
#colorbox, #cboxOverlay, #cboxWrapper {

    position: absolute;

    top: 0;

    left: 0;

    z-index: 9999;

    overflow: hidden;

}

#cboxWrapper {

    max-width: none;

}

#cboxOverlay {

    position: fixed;

    width: 100%;

    height: 100%;

}

#cboxMiddleLeft, #cboxBottomLeft {

    clear: left;

}

#cboxContent {

    position: relative;

}

#cboxLoadedContent {

    overflow: auto;

    -webkit-overflow-scrolling: touch;

}

#cboxTitle {

    margin: 0;

}

#cboxLoadingOverlay, #cboxLoadingGraphic {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {

    cursor: pointer;

}

.cboxPhoto {

    float: left;

    margin: auto;

    border: 0;

    display: block;

    max-width: none;

    -ms-interpolation-mode: bicubic;

}

.cboxIframe {

    width: 100%;

    height: 100%;

    display: block;

    border: 0;

    padding: 0;

    margin: 0;

}

#colorbox, #cboxContent, #cboxLoadedContent {

    box-sizing: content-box;

    -moz-box-sizing: content-box;

    -webkit-box-sizing: content-box;

}

#cboxOverlay {

    background: #000;

    opacity: .9;

    filter: alpha(opacity=90);

}

#colorbox {

    outline: 0;

}

#cboxContent {

    margin: 40px;

    overflow: visible;

}

.cboxIframe {

    background: #fff;

}

#cboxError {

    padding: 50px;

    border: 1px solid #ccc;

}

#cboxLoadedContent {

    padding: 2em;

    background: #fff;

}

#cboxLoadingOverlay {

    background: #fff;

}

#cboxTitle {

    position: absolute;

    top: 0;

    left: 0;

}

#cboxCurrent {

    position: absolute;

    top: 0;

    right: 0;

}

#colorbox #cboxPrevious, #colorbox #cboxNext, #colorbox #cboxClose {

    position: absolute;

    top: 50%;

    margin: -20px 0 0;

    padding: 0;

    width: 40px;

    height: 40px;

    background: none;

    border: 0;

    overflow: visible;

    font-size: 32px;

    line-height: 40px;

    text-align: center;

    color: #fff;

    border-radius: 0;

    box-shadow: none;

}

#colorbox #cboxPrevious {

    left: -40px;

}

#colorbox #cboxNext {

    right: -40px;

}

#colorbox #cboxClose {

    top: -40px;

    right: -40px;

    margin: 0;

}

#cboxCurrent, #cboxTitle {

    margin: 5px 2em;

}

/* slick */
.slick-slider {

    display: block;

    position: relative;

    -webkit-box-sizing: border-box;

    -moz-box-sizing: border-box;

    box-sizing: border-box;

    -webkit-touch-callout: none;

    -khtml-user-select: none;

    -ms-touch-action: pan-y;

    touch-action: pan-y;

    -webkit-tap-highlight-color: transparent;

}

.slick-list {

    display: block;

    position: relative;

    overflow: hidden;

    margin: 0;

    padding: 0;

}

.slick-list:focus {

    outline: none;

}

.slick-list.dragging {

    cursor: pointer;

}

.slick-slider .slick-track, .slick-slider .slick-list {

    -webkit-transform: translate3d(0, 0, 0);

    -moz-transform: translate3d(0, 0, 0);

    -ms-transform: translate3d(0, 0, 0);

    -o-transform: translate3d(0, 0, 0);

    transform: translate3d(0, 0, 0);

}

.slick-track {

    position: relative;

    top: 0;

    left: 0;

    display: block;

}

.slick-track:before, .slick-track:after {

    display: table;

    content: '';

}

.slick-track:after {

    clear: both;

}

.slick-loading .slick-track {

    visibility: hidden;

}

.slick-slide {

    display: none;

    float: left;

    height: 100%;

    min-height: 1px;

}

.slick-slide img {

    display: block;

}

.slick-slide.slick-loading img {

    display: none;

}

.slick-slide.dragging img {

    pointer-events: none;

}

.slick-initialized .slick-slide {

    display: block;

}

.slick-loading .slick-slide {

    visibility: hidden;

}

.slick-vertical .slick-slide {

    display: block;

    height: auto;

    border: 1px solid transparent;

}

.slick-loading .slick-list {

    background: #fff url(../img/ajax-loader.gif) 50% no-repeat;

}

.slick-arrow {

    position: absolute;

    z-index: 13;

    top: 50%;

    display: block;

    width: 40px;

    height: 40px;

    margin-top: -20px;

    padding: 0;

    cursor: pointer;

    border: 1px solid;

    background: none;

    font-size: 24px;

    line-height: 38px;

    color: #959595;

    text-align: center;

    border-radius: 100%;

}

.slick-arrow:hover {

    background: #f58220;

    border-color: #f58220;

    color: #fff;

}

.slick-prev {

    left: 0;

    text-indent: -2px;

}

.slick-next {

    right: 0;

    text-indent: 2px;

}

.slick-arrow.slick-hidden {

    display: none;

}

.slick-dots {

    position: absolute;

    bottom: 0;

    display: block;

    width: 100%;

    margin: 0;

    padding: 0;

    list-style: none;

    line-height: 0;

    text-align: center;

}

.slick-dots li {

    display: inline-block;

    position: relative;

    margin: 0 3px;

    padding: 0;

    width: 8px;

    height: 8px;

    background: #959595;

    cursor: pointer;

    border-radius: 100%;

    -webkit-transition: all .2s linear;

    -moz-transition: all .2s linear;

    -o-transition: all .2s linear;

    transition: all .2s linear;

}

.slick-dots li:before, .slick-dots li button {

    display: none;

}

.slick-dots li:hover {

    opacity: .8;

}

.slick-dots li.slick-active {

    background: #f58220;

    opacity: 1;

}

/* chosen */
.chosen-container {

    position: relative;

    display: inline-block;

    vertical-align: middle;

    -webkit-user-select: none;

    -moz-user-select: none;

    user-select: none;

}

.chosen-container * {

    -webkit-box-sizing: border-box;

    -moz-box-sizing: border-box;

    box-sizing: border-box;

}

.chosen-container .chosen-drop {

    position: absolute;

    top: 100%;

    left: -9999px;

    z-index: 1010;

    width: 100%;

    border: 1px solid #959595;

    border-top: 0;

    background: #fff;

}

.chosen-container.chosen-with-drop .chosen-drop {

    left: 0;

    border-radius: 0 0 5px 5px;

    overflow: hidden;

}

.chosen-container a {

    cursor: pointer;

}

.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {

    margin-right: 4px;

    overflow: hidden;

    white-space: nowrap;

    text-overflow: ellipsis;

    font-weight: normal;

    color: #999999;

}

.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {

    content: ":";

    padding-left: 2px;

    vertical-align: top;

}

.chosen-container-single .chosen-single {

    position: relative;

    display: block;

    overflow: hidden;

    padding: 1em 1.75em;

    background: #fff;

    border: 1px solid #959595;

    color: inherit;

    text-decoration: none;

    white-space: nowrap;

    border-radius: 5px;

}

.chosen-container-single .chosen-default {

    font-style: italic;

}

.chosen-container-single .chosen-single span {

    display: block;

    overflow: hidden;

    margin-right: 20px;

    text-overflow: ellipsis;

    white-space: nowrap;

}

.chosen-container-single .chosen-single-with-deselect span {

    margin-right: 40px;

}

.chosen-container-single .chosen-single div {

    position: absolute;

    top: 50%;

    right: 20px;

    margin-top: -12px;

    display: block;

}

.chosen-container-single .chosen-single div:before {

    display: inline-block;

    font: normal normal normal 16px/1 FontAwesome;

    font-size: inherit;

    text-rendering: auto;

    -webkit-font-smoothing: antialiased;

    -moz-osx-font-smoothing: grayscale;

    content: '\f107';

}

.chosen-container-single .chosen-single div b {

    display: none;

}

.chosen-container-single .chosen-search {

    position: relative;

    z-index: 1010;

    margin: 0;

    padding: .5em 15px;

    white-space: nowrap;

}

.chosen-container-single .chosen-search input[type="text"] {

    width: 100%;

}

.chosen-container-single .chosen-drop {

    margin-top: -1px;

    background-clip: padding-box;

}

.chosen-container-single.chosen-container-single-nosearch .chosen-search,
.chosen-container-single.chosen-nosearch .chosen-search {

    position: absolute;

    left: -9999px;

}

.chosen-container .chosen-results {

    position: relative;

    overflow-x: hidden;

    overflow-y: auto;

    margin: 0;

    padding: 0;

    max-height: 320px;

    -webkit-overflow-scrolling: touch;

}

.chosen-container .chosen-results li {

    display: none;

    margin: 0;

    padding: .5em 1.75em;

    list-style: none;

    word-wrap: break-word;

    -webkit-touch-callout: none;

}

.chosen-container .chosen-results li:before {

    display: none;

}

.chosen-container .chosen-results li.active-result {

    display: list-item;

    cursor: pointer;

}

.chosen-container .chosen-results li.disabled-result {

    display: list-item;

    color: #ccc;

    cursor: default;

}

.chosen-container .chosen-results li.highlighted {

    background-color: #f58220;

    color: #fff;

}

.chosen-container .chosen-results li.no-results {

    color: #777;

    display: list-item;

    background: #f4f4f4;

}

.chosen-container .chosen-results li.group-result {

    display: list-item;

    font-weight: bold;

    cursor: default;

}

.chosen-container .chosen-results li.group-option {

    padding-left: 15px;

}

.chosen-container .chosen-results li em {

    font-style: normal;

    text-decoration: underline;

}

.chosen-container-multi .chosen-choices {

    position: relative;

    overflow: hidden;

    margin: 0;

    padding: 0 5px;

    width: 100%;

    height: auto !important;

    height: 1%;

    border: 1px solid #aaa;

    background-color: #fff;

    cursor: text;

}

.chosen-container-multi .chosen-choices li {

    float: left;

    list-style: none;

}

.chosen-container-multi .chosen-choices li.search-field {

    margin: 0;

    padding: 0;

    white-space: nowrap;

}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {

    margin: 1px 0;

    padding: 0;

    height: 25px;

    outline: 0;

    border: 0 !important;

    background: transparent !important;

    color: #999;

    font-size: 100%;

    line-height: normal;

}

.chosen-container-multi .chosen-choices li.search-choice {

    position: relative;

    margin: 3px 5px 3px 0;

    padding: 3px 20px 3px 5px;

    border: 1px solid #aaa;

    max-width: 100%;

    background-color: #eee;

    background-clip: padding-box;

    color: #333;

    cursor: default;

}

.chosen-container-multi .chosen-choices li.search-choice span {

    word-wrap: break-word;

}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {

    position: absolute;

    top: 4px;

    right: 3px;

    display: block;

    width: 12px;

    height: 12px;

}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {

}

.chosen-container-multi .chosen-choices li.search-choice-disabled {

    padding-right: 5px;

    border: 1px solid #ccc;

    background-color: #e4e4e4;

    color: #666;

}

.chosen-container-multi .chosen-choices li.search-choice-focus {

    background: #d4d4d4;

}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {

}

.chosen-container-multi .chosen-results {

    margin: 0;

    padding: 0;

}

.chosen-container-multi .chosen-drop .result-selected {

    display: list-item;

    color: #ccc;

    cursor: default;

}

.chosen-container-active .chosen-single {

}

.chosen-container-active.chosen-with-drop .chosen-single {

    border-radius: 5px 5px 0 0;

}

.chosen-container-active .chosen-choices {

}

.chosen-container-active .chosen-choices li.search-field input[type="text"] {

    color: #222 !important;

}

.chosen-disabled {

    opacity: 0.5 !important;

    cursor: default;

}

.chosen-disabled .chosen-single {

    cursor: default;

}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {

    cursor: default;

}

.chosen-wide {

    width: 100% !important;

}

/* lightgallery */
@font-face {

    font-family: 'lg';

    src: url(https://reynaers-aluminium.com.ua/fonts/lg.eot?n1z373);

    src: url(https://reynaers-aluminium.com.ua/fonts/lg.eot?) format("embedded-opentype"),
    url(https://reynaers-aluminium.com.ua/fonts/lg.woff?n1z373) format("woff"),
    url(https://reynaers-aluminium.com.ua/fonts/lg.ttf?n1z373) format("truetype"),
    url(https://reynaers-aluminium.com.ua/fonts/lg.svg?n1z373) format("svg");

    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, 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
}

.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 {
    font-family: 'FontAwesome';
    content: "\f178"
}

.lg-actions .lg-prev {

    left: 20px
}

.lg-actions .lg-prev:after {
    font-family: 'FontAwesome';
    content: "\f177"
}

@-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, 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 {
    font-family: 'FontAwesome';
    content: "\f00d"
}

.lg-toolbar .lg-download:after {

    content: "\e0f2"
}

.lg-sub-html {

    background-color: rgba(0, 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-toolbar, .lg-prev, .lg-next {

    opacity: 1;

    -webkit-transition: -webkit-transform .35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity .35s cubic-bezier(0, 0, 0.25, 1) 0s, color .2s linear;

    -moz-transition: -moz-transform .35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity .35s cubic-bezier(0, 0, 0.25, 1) 0s, color .2s linear;

    -o-transition: -o-transform .35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity .35s cubic-bezier(0, 0, 0.25, 1) 0s, color .2s linear;

    transition: transform .35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity .35s cubic-bezier(0, 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(0.5, 0.5, 0.5);

    transform: scale3d(0.5, 0.5, 0.5);

    opacity: 0;

    -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;

    -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;

    -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;

    transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 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, 0.25, 1) 0;

    -moz-transition: -moz-transform .25s cubic-bezier(0, 0, 0.25, 1) 0;

    -o-transition: -o-transform .25s cubic-bezier(0, 0, 0.25, 1) 0;

    transition: transform .25s cubic-bezier(0, 0, 0.25, 1) 0
}

.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: 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;

    margin-bottom: 5px
}

.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-vimeo .lg-video-play {

    background: url(https://reynaers-aluminium.com.ua/files/style/img/vimeo-play.png) no-repeat scroll 0 0 transparent
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {

    background: url(https://reynaers-aluminium.com.ua/files/style/img/vimeo-play.png) no-repeat scroll 0 -58px transparent
}

.lg-outer .lg-has-html5 .lg-video-play {

    background: transparent url(https://reynaers-aluminium.com.ua/files/style/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(https://reynaers-aluminium.com.ua/files/style/img/youtube-play.png) no-repeat scroll 0 0 transparent
}

.lg-outer .lg-has-youtube:hover .lg-video-play {

    background: url(https://reynaers-aluminium.com.ua/files/style/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 .08s ease 0;

    -moz-transition: opacity .08s ease 0;

    -o-transition: opacity .08s ease 0;

    transition: opacity .08s 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-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {

    -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, 0.25, 1) 0;

    -moz-transition: -moz-transform .3s cubic-bezier(0, 0, 0.25, 1) 0;

    -o-transition: -o-transform .3s cubic-bezier(0, 0, 0.25, 1) 0;

    transition: transform .3s cubic-bezier(0, 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, 0.25, 1) 0s, top .3s cubic-bezier(0, 0, 0.25, 1) 0;

    -moz-transition: left .3s cubic-bezier(0, 0, 0.25, 1) 0s, top .3s cubic-bezier(0, 0, 0.25, 1) 0;

    -o-transition: left .3s cubic-bezier(0, 0, 0.25, 1) 0s, top .3s cubic-bezier(0, 0, 0.25, 1) 0;

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

    -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, 0.25, 1) 0s, opacity .15s !important;

    -moz-transition: -moz-transform .3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity .15s !important;

    -o-transition: -o-transform .3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity .15s !important;

    transition: transform .3s cubic-bezier(0, 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 0;

    -moz-transition: opacity .15s ease 0s, -moz-transform .15s ease 0;

    -o-transition: opacity .15s ease 0s, -o-transform .15s ease 0;

    transition: opacity .15s ease 0s, 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, 0.5);

    border-radius: 50%;

    box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;

    display: block;

    height: 12px;

    -webkit-transition: box-shadow .3s ease 0;

    -o-transition: box-shadow .3s ease 0;

    transition: box-shadow .3s ease 0;

    width: 12px
}

.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {

    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, 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 0.18s, opacity .18s linear 0;

    -o-transition: visibility 0 linear 0.18s, opacity .18s linear 0;

    transition: visibility 0 linear 0.18s, opacity .18s linear 0
}

.lg-outer.lg-dropdown-active .lg-dropdown, .lg-outer.lg-dropdown-active #lg-dropdown-overlay {

    -webkit-transition-delay: 0;

    transition-delay: 0;

    -moz-transform: translate3d(0, 0px, 0);

    -o-transform: translate3d(0, 0px, 0);

    -ms-transform: translate3d(0, 0px, 0);

    -webkit-transform: translate3d(0, 0px, 0);

    transform: translate3d(0, 0px, 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 0 linear 0.5s, opacity .18s linear 0;

    -moz-transition: -moz-transform .18s linear 0s, visibility 0 linear 0.5s, opacity .18s linear 0;

    -o-transition: -o-transform .18s linear 0s, visibility 0 linear 0.5s, opacity .18s linear 0;

    transition: transform .18s linear 0s, visibility 0 linear 0.5s, opacity .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 a, .lg-outer .lg-dropdown > li:hover .lg-icon {

    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, 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;

    opacity: 0;

    -webkit-transition: opacity .15s ease 0;

    -o-transition: opacity .15s ease 0;

    transition: opacity .15s ease 0
}

.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-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {

    -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-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {

    -webkit-transition-duration: 0 !important;

    transition-duration: 0 !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(https://reynaers-aluminium.com.ua/files/style/img/loading.gif) no-repeat scroll center center transparent;

    display: none !important
}

.lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {

    display: inline-block !important
}

.lg-outer.lg-css .lg-current {

    display: inline-block !important
}

.lg-outer .lg-item, .lg-outer .lg-img-wrap {

    display: inline-block;

    text-align: center;

    position: absolute;

    width: 100%;

    height: 100%
}

.lg-outer .lg-item:before, .lg-outer .lg-img-wrap: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;

    -o-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;

    -o-transition: opacity .15s ease 0;

    transition: opacity .15s ease 0
}

.lg-backdrop.in {

    opacity: 1
}

.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {

    -webkit-transition: none 0 ease 0 !important;

    -moz-transition: none 0 ease 0 !important;

    -o-transition: none 0 ease 0 !important;

    transition: none 0 ease 0 !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-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {

    -webkit-transition: opacity .1s ease 0;

    -moz-transition: opacity .1s ease 0;

    -o-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-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {

    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity .1s ease 0;

    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity .1s ease 0;

    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity .1s ease 0;

    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity .1s ease 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-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {

    -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity .1s ease 0;

    -moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity .1s ease 0;

    -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity .1s ease 0;

    transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity .1s ease 0
}

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

}

/* End */

/* Start:/local/templates/.default/css/css.css?150961746271862*/
/*** RESET ***/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, ins, kbd, q, samp, small, strong, sub, sup, var, a, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {

    margin: 0;

    padding: 0;

    border: 0;

    font-size: 100%;

    vertical-align: baseline;

    background: transparent;

    outline: 0 none;

    text-rendering: optimizeLegibility;

    -moz-osx-font-smoothing: grayscale;

}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {

    display: block
}

img, a img, :link img, :visited img {

    border: 0;

    outline: none
}

table {

    border-collapse: collapse;

    border-spacing: 0
}

tr {

    vertical-align: middle
}

th, td {

    vertical-align: inherit
}

blockquote, q {

    quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {

    content: '';

    content: none
}

ins {

    background: #999;

    color: #000;

    text-decoration: none
}

mark {

    display: inline-block;

    vertical-align: middle;

    padding: 0 .5em;

    background: #999;

    color: #000;

    font-style: normal;

    font-weight: 400;

    line-height: 1.5
}

del {

    text-decoration: line-through
}

abbr[title], dfn[title] {

    border: 1px dotted #999;

    cursor: help
}

hr {

    display: block;

    margin: 1em 0;

    padding: 0;

    height: 1px;

    color: #999;

    background: #999;

    border: 0
}

button, input, select, textarea {

    margin: 0;

    padding: 0;

    outline: 0 none;

    vertical-align: middle;

    -webkit-appearance: none;

    -moz-appearance: none;

    appearance: none;

    -webkit-box-sizing: border-box;

    -moz-box-sizing: border-box;

    box-sizing: border-box
}

button, input {

    width: auto;

    overflow: visible
}

button::-moz-focus-inner, input::-moz-focus-inner, select::-moz-focus-inner, textarea::-moz-focus-inner {

    padding: 0;

    border: 0
}

textarea {

    overflow: auto;

    resize: none;

    vertical-align: top
}

input[type="button"], input[type="submit"], input[type="reset"], button {

    cursor: pointer
}

input[type="checkbox"] {

    -webkit-appearance: checkbox;

    -moz-appearance: checkbox;

    appearance: checkbox
}

input[type="radio"] {

    -webkit-appearance: radio;

    -moz-appearance: radio;

    appearance: radio
}

::-webkit-input-placeholder {

    font-style: italic;

    color: inherit;

    opacity: 1;

}

::-moz-placeholder {

    font-style: italic;

    color: inherit;

    opacity: 1;

}

::-moz-placeholder {

    font-style: italic;

    color: inherit;

    opacity: 1;

}

:-ms-input-placeholder {

    font-style: italic;

    color: inherit;

    opacity: 1;

}

pre, code, kbd, samp {

    font-family: monospace, sans-serif
}

html {

    overflow-y: scroll
}

small, .small {

    font-size: .75em
}

big, .big {

    font-size: 1.25em
}

b, strong {

    font-weight: 700
}

i, em {

    font-style: italic
}

sub {

    vertical-align: sub;

    font-size: smaller;

    line-height: .5
}

sup {

    vertical-align: super;

    font-size: smaller;

    line-height: .5
}

pre {

    padding: 2em;

    white-space: pre;

    white-space: pre-wrap;

    word-wrap: break-word
}

img {

    max-width: 100%
}

/*** GRID ***/
.d-grid {

    display: block;

    margin-left: 7.9425%;

    margin-right: 7.9425%;

    padding-left: 15px;

    padding-right: 15px;
    /*max-width:  1350px;
    */
}

.is-liquid-layout .d-grid {

    max-width: 100%;

}

.is-fixed-layout .d-grid {

    width: 1320px;

}

.d-row {

    display: block;

    margin-left: -15px;

    margin-right: -15px;

}

.d-col {

    display: inline-block;

    vertical-align: top;

    position: relative;

    float: left;

    padding-left: 15px;

    padding-right: 15px;

    width: 100%;

    min-height: 1px;

}

.d-col.d-fr {

    float: right;

}

.d-row_ib {

    word-spacing: -5px;

}

.d-row_ib > * {

    word-spacing: 0;

}

.d-row_ib .d-col {

    float: none;

}

.d-col_xs_1 {

    width: 8.33%;

}

.d-col_xs_2 {

    width: 16.66%;

}

.d-col_xs_3 {

    width: 25%;

}

.d-col_xs_4 {

    width: 33.33%;

}

.d-col_xs_5 {

    width: 41.66%;

}

.d-col_xs_6 {

    width: 50%;

}

.d-col_xs_7 {

    width: 58.33%;

}

.d-col_xs_8 {

    width: 66.66%;

}

.d-col_xs_9 {

    width: 75%;

}

.d-col_xs_10 {

    width: 83.33%;

}

.d-col_xs_11 {

    width: 91.66%;

}

.d-col_xs_12 {

    width: 100%;

}

.d-col-offset_xs_0 {

    margin-left: 0;

}

.d-col-offset_xs_1 {

    margin-left: 8.33%;

}

.d-col-offset_xs_2 {

    margin-left: 16.66%;

}

.d-col-offset_xs_3 {

    margin-left: 25%;

}

.d-col-offset_xs_4 {

    margin-left: 33.33%;

}

.d-col-offset_xs_5 {

    margin-left: 41.66%;

}

.d-col-offset_xs_6 {

    margin-left: 50%;

}

.d-col-offset_xs_7 {

    margin-left: 58.33%;

}

.d-col-offset_xs_8 {

    margin-left: 66.66%;

}

.d-col-offset_xs_9 {

    margin-left: 75%;

}

.d-col-offset_xs_10 {

    margin-left: 83.33%;

}

.d-col-offset_xs_11 {

    margin-left: 91.66%;

}

.d-col-offset_xs_12 {

    margin-left: 100%;

}

@media (min-width: 640px) {

    .d-col_sm_1 {

        width: 8.33%;

    }

    .d-col_sm_2 {

        width: 16.66%;

    }

    .d-col_sm_3 {

        width: 25%;

    }

    .d-col_sm_4 {

        width: 33.33%;

    }

    .d-col_sm_5 {

        width: 41.66%;

    }

    .d-col_sm_6 {

        width: 50%;

    }

    .d-col_sm_7 {

        width: 58.33%;

    }

    .d-col_sm_8 {

        width: 66.66%;

    }

    .d-col_sm_9 {

        width: 75%;

    }

    .d-col_sm_10 {

        width: 83.33%;

    }

    .d-col_sm_11 {

        width: 91.66%;

    }

    .d-col_sm_12 {

        width: 100%;

    }

    .d-col-offset_sm_0 {

        margin-left: 0;

    }

    .d-col-offset_sm_1 {

        margin-left: 8.33%;

    }

    .d-col-offset_sm_2 {

        margin-left: 16.66%;

    }

    .d-col-offset_sm_3 {

        margin-left: 25%;

    }

    .d-col-offset_sm_4 {

        margin-left: 33.33%;

    }

    .d-col-offset_sm_5 {

        margin-left: 41.66%;

    }

    .d-col-offset_sm_6 {

        margin-left: 50%;

    }

    .d-col-offset_sm_7 {

        margin-left: 58.33%;

    }

    .d-col-offset_sm_8 {

        margin-left: 66.66%;

    }

    .d-col-offset_sm_9 {

        margin-left: 75%;

    }

    .d-col-offset_sm_10 {

        margin-left: 83.33%;

    }

    .d-col-offset_sm_11 {

        margin-left: 91.66%;

    }

    .d-col-offset_sm_12 {

        margin-left: 100%;

    }

}

@media (min-width: 768px) {

    .d-col_md_1 {

        width: 8.33%;

    }

    .d-col_md_2 {

        width: 16.66%;

    }

    .d-col_md_3 {

        width: 25%;

    }

    .d-col_md_4 {

        width: 33.33%;

    }

    .d-col_md_5 {

        width: 41.66%;

    }

    .d-col_md_6 {

        width: 50%;

    }

    .d-col_md_7 {

        width: 58.33%;

    }

    .d-col_md_8 {

        width: 66.66%;

    }

    .d-col_md_9 {

        width: 75%;

    }

    .d-col_md_10 {

        width: 83.33%;

    }

    .d-col_md_11 {

        width: 91.66%;

    }

    .d-col_md_12 {

        width: 100%;

    }

    .d-col-offset_md_0 {

        margin-left: 0;

    }

    .d-col-offset_md_1 {

        margin-left: 8.33%;

    }

    .d-col-offset_md_2 {

        margin-left: 16.66%;

    }

    .d-col-offset_md_3 {

        margin-left: 25%;

    }

    .d-col-offset_md_4 {

        margin-left: 33.33%;

    }

    .d-col-offset_md_5 {

        margin-left: 41.66%;

    }

    .d-col-offset_md_6 {

        margin-left: 50%;

    }

    .d-col-offset_md_7 {

        margin-left: 58.33%;

    }

    .d-col-offset_md_8 {

        margin-left: 66.66%;

    }

    .d-col-offset_md_9 {

        margin-left: 75%;

    }

    .d-col-offset_md_10 {

        margin-left: 83.33%;

    }

    .d-col-offset_md_11 {

        margin-left: 91.66%;

    }

    .d-col-offset_md_12 {

        margin-left: 100%;

    }

}

@media (min-width: 1024px) {

    .d-col_lg_1 {

        width: 8.33%;

    }

    .d-col_lg_2 {

        width: 16.66%;

    }

    .d-col_lg_3 {

        width: 25%;

    }

    .d-col_lg_4 {

        width: 33.33%;

    }

    .d-col_lg_5 {

        width: 41.66%;

    }

    .d-col_lg_6 {

        width: 50%;

    }

    .d-col_lg_7 {

        width: 58.33%;

    }

    .d-col_lg_8 {

        width: 66.66%;

    }

    .d-col_lg_9 {

        width: 75%;

    }

    .d-col_lg_10 {

        width: 83.33%;

    }

    .d-col_lg_11 {

        width: 91.66%;

    }

    .d-col_lg_12 {

        width: 100%;

    }

    .d-col-offset_lg_0 {

        margin-left: 0;

    }

    .d-col-offset_lg_1 {

        margin-left: 8.33%;

    }

    .d-col-offset_lg_2 {

        margin-left: 16.66%;

    }

    .d-col-offset_lg_3 {

        margin-left: 25%;

    }

    .d-col-offset_lg_4 {

        margin-left: 33.33%;

    }

    .d-col-offset_lg_5 {

        margin-left: 41.66%;

    }

    .d-col-offset_lg_6 {

        margin-left: 50%;

    }

    .d-col-offset_lg_7 {

        margin-left: 58.33%;

    }

    .d-col-offset_lg_8 {

        margin-left: 66.66%;

    }

    .d-col-offset_lg_9 {

        margin-left: 75%;

    }

    .d-col-offset_lg_10 {

        margin-left: 83.33%;

    }

    .d-col-offset_lg_11 {

        margin-left: 91.66%;

    }

    .d-col-offset_lg_12 {

        margin-left: 100%;

    }

}

@media (min-width: 1200px) {

    .d-col_1 {

        width: 8.33%;

    }

    .d-col_2 {

        width: 16.66%;

    }

    .d-col_3 {

        width: 25%;

    }

    .d-col_4 {

        width: 33.33%;

    }

    .d-col_5 {

        width: 41.66%;

    }

    .d-col_6 {

        width: 50%;

    }

    .d-col_7 {

        width: 58.33%;

    }

    .d-col_8 {

        width: 66.66%;

    }

    .d-col_9 {

        width: 75%;

    }

    .d-col_10 {

        width: 83.33%;

    }

    .d-col_11 {

        width: 91.66%;

    }

    .d-col_12 {

        width: 100%;

    }

    .d-col-offset_0 {

        margin-left: 0;

    }

    .d-col-offset_1 {

        margin-left: 8.33%;

    }

    .d-col-offset_2 {

        margin-left: 16.66%;

    }

    .d-col-offset_3 {

        margin-left: 25%;

    }

    .d-col-offset_4 {

        margin-left: 33.33%;

    }

    .d-col-offset_5 {

        margin-left: 41.66%;

    }

    .d-col-offset_6 {

        margin-left: 50%;

    }

    .d-col-offset_7 {

        margin-left: 58.33%;

    }

    .d-col-offset_8 {

        margin-left: 66.66%;

    }

    .d-col-offset_9 {

        margin-left: 75%;

    }

    .d-col-offset_10 {

        margin-left: 83.33%;

    }

    .d-col-offset_11 {

        margin-left: 91.66%;

    }

    .d-col-offset_12 {

        margin-left: 100%;

    }

}

/*** COMMON ***/
body, button, input, select, textarea {

    font: 16px/1.5 'Roboto', Verdana, Geneva, sans-serif;

    color: #494949;

}

button, input, select, textarea {

    font-size: inherit;

}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {

    margin-bottom: .5em;

    font-weight: 900;

    line-height: 1.125;

    font-family: 'Roboto', Verdana, Geneva, sans-serif;

}

h1, .h1 {

    font-size: 2em;

}

h2, .h2 {

    font-size: 1.5em;

}

h3, .h3 {

    font-size: 1.125em;

}

h4, .h4 {

    font-size: 1em;

}

h5, .h5 {

    font-weight: 400;

    font-size: .875em;

}

h6, .h6 {

    font-weight: 400;

    font-size: .8125em;

}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {

    color: inherit;

    text-decoration: none;

}

.hl_display {

    margin-bottom: 1em;

    font-weight: 900;

    font-size: 4.5em;

    line-height: 1;

    text-transform: uppercase;

}

.hl_display h1, .hl_display .h1 {

    margin: 0;

    font-size: 1em;

}

.hl_display .hl_sub {

    display: block;

    font-size: .33em;

}

.hl_bgd {

    position: relative;

}

.hl_bgd:before {

    position: absolute;

    top: 0;

    left: 0;

    margin: -.175em -.125em;

    font-weight: 900;

    font-size: 2.1em;

    color: #fafafa;

    content: attr(data-hl-bgd);

}

.hl_bgd > * {

    position: relative;

    z-index: 2;

}

a {

    color: #959595;

    text-decoration: underline;

}

a:hover, a.d-lnk-txt:hover, .d-lnk-txt a:hover {

    color: #f58220;

}

.link_c {

    color: #f58220;

}

.link_c:hover {

    color: #959595;

}

a.d-lnk-js {

    border-bottom: 1px dotted;

}

a.d-lnk-js, .d-lnk-js:hover, a.d-lnk-js:hover, a.d-lnk-tdn, .d-lnk-tdn a {

    text-decoration: none;

}

a.d-lnk-js:hover {

    border-bottom-color: transparent;

}

a.d-lnk-txt, .d-lnk-txt a {

    border-color: inherit;

    color: inherit;

}

a[href^='tel: '] {

    color: inherit !important;

    text-decoration: none !important;

    cursor: default;

}

p {

    margin-bottom: 1em;

}

dd {

    padding: 0 0 1em 1em;

}

ol, ul {

    margin-bottom: 1.5em;

}

ol {

    margin-left: 1.5em;

    list-style-type: decimal;

}

ul {

    margin-left: 1em;

    list-style: disc;

}

li {

    margin-bottom: .75em;

}

nav ol, nav ul, nav li, fieldset ol, fieldset ul, fieldset li, .d-plain, .d-plain li, .d-plain dd, input.d-plain, button.d-plain, textarea.d-plain {

    margin: 0;

    padding: 0;

    background: none;

    border: 0;

    list-style: none;

}

nav li:before, fieldset li:before, .d-plain li:before {

    display: none;

}

fieldset li {

    margin-bottom: 1.5em;

}

blockquote {

    margin: 3em 0;

    padding-left: 1.875em;

    border-left: .9375em solid #f58220;

}

.popup-house__table {

}

.fs_sm {

    font-size: .875em;

}

.clr_blue {

    color: #003c75;

}

.clr_blue2 {

    color: #013669;

}

.clr_blue3 {

    color: #0d233b;

}

.clr_gray {

    color: #959595;

}

.clr_gray2 {

    color: #fafafa;

}

.clr_orange {

    color: #f58220;

}

.bgd_blue {

    background: #003c75;

}

.bgd_blue2 {

    background: #013669;

}

.bgd_blue3 {

    background: #0d233b;

}

.bgd_gray {

    background: #959595;

}

.bgd_gray2 {

    background: #fafafa;

}

.bgd_orange {

    background: #f58220;

}

.d-bsbb, .d-grid, .d-col, .d-wrapper, .btn {

    -webkit-box-sizing: border-box;

    -moz-box-sizing: border-box;

    box-sizing: border-box;

}

.d-wrapper {

    display: block;

    position: relative;

    width: 100%;

    overflow: hidden;

}

.d-table {

    display: table;

    table-layout: fixed;

}

.d-table__row {

    display: table-row;

}

.d-table__cell {

    display: table-cell;

    vertical-align: middle;

}

.d-cb:after, .d-grid:after, .d-row:after {

    clear: both;

    display: block;

    height: 0;

    content: '';

    visibility: hidden;

}

.d-clear {

    clear: both;

}

.d-ht {

    display: block;

    text-align: left;

    text-indent: -999em;

    overflow: hidden;

}

.d-db {

    display: block;

}

.d-ib, .btn {

    display: inline-block;

    vertical-align: middle;

}

.d-ha:after, .d-hb:before {

    display: block;

    height: 0;

    content: '.';

    text-align: left;

    text-indent: -999em;

    overflow: hidden;

}

.d-fn {

    float: none;

}

.d-fl {

    float: left;

}

.d-fr {

    float: right;

}

.d-pr {

    position: relative;

}

.d-tac {

    text-align: center;

}

.d-tal {

    text-align: left;

}

.d-tar {

    text-align: right;

}

.d-taj {

    text-align: justify;

}

.d-ttu {

    text-transform: uppercase;

}

.d-lhn {

    line-height: normal;

}

.d-vat {

    vertical-align: top;

}

.d-vam {

    vertical-align: middle;

}

.d-vab {

    vertical-align: bottom;

}

.d-wsnw {

    white-space: nowrap;

}

.d-hidden, .d-hide-pc {

    display: none;

}

/* table */
.page-wrap table {

    margin: 2em 0;

    width: 100%;

}

.page-wrap tr, .page-wrap thead, .page-wrap tbody {

    vertical-align: inherit;

}

.page-wrap td, .page-wrap th {

    padding: .5em 1em;

    border: 1px solid rgba(153, 153, 153, 0.3);

}

.page-wrap th {

    background: #f0f0f0;

    font-weight: 700;

    text-align: center;

}

.page-wrap table.d-plain, .page-wrap table.d-plain th, .page-wrap table.d-plain td {

    margin: 0;

    padding: 0;

    background: none;

    border: 0;

}

/* form */
.page-wrap button, .page-wrap input, .page-wrap select, .page-wrap textarea, #colorbox button, #colorbox input, #colorbox select, #colorbox textarea, .btn {

    padding: 1em 1.75em;

    background: none;

    border: 1px solid #959595;

    border-radius: 5px;

}

.page-wrap button, .page-wrap [type="button"], .page-wrap [type="reset"], .page-wrap [type="submit"], #colorbox button, #colorbox [type="button"], #colorbox [type="reset"], #colorbox [type="submit"], .btn {

    padding: .7em 30px .6em;

    background: #f48220;

    border-color: #f48220;

    line-height: 1;

    color: #fff;

    text-align: center;

    text-decoration: none;

    border-radius: 2em;

}

.page-wrap button:hover, .page-wrap [type="button"]:hover, .page-wrap [type="reset"]:hover, .page-wrap [type="submit"]:hover, #colorbox button:hover, #colorbox [type="button"]:hover, #colorbox [type="reset"]:hover, #colorbox [type="submit"]:hover, .btn:hover {

    background: rgba(244, 130, 32, .8);

    border-color: rgba(244, 130, 32, .8);

    color: #fff;

}

.btn_more {

    display: inline-block;

    position: relative;

    padding-right: 2.5em;

    font-style: italic;

    text-decoration: none;

}

.btn_more:after {

    display: inline-block;

    position: absolute;

    top: 50%;

    right: 0;

    margin-top: -.8em;

    padding: .235em .25em .265em;

    width: 1em;

    height: auto;

    border: 1px solid #ebebeb;

    font: normal normal normal 1.1875em/1 FontAwesome;

    text-rendering: auto;

    -webkit-font-smoothing: antialiased;

    -moz-osx-font-smoothing: grayscale;

    text-align: center;

    text-indent: .035em;

    content: '\f105';

    border-radius: 100%;

}

.btn_more:hover:after {

    background: #f58220;

    border-color: #f58220;

    color: #fff;

}

.btn.btn_more {

    font-style: normal;

}

.page-wrap .btn.btn_more, #colorbox .btn.btn_more {

    padding-right: 2.75em;

}

.page-wrap .btn.btn_more:after, #colorbox .btn.btn_more:after {

    right: .25em;

    margin-top: -.75em;

    padding: .175em .195em .205em;

}

.page-wrap .btn.btn_more:hover:after, #colorbox .btn.btn_more:hover:after {

    background: none;

    border-color: #fff;

}

.page-wrap .btn_o, #colorbox .btn_o {

    background: none;

    color: #f48220;

}

.page-wrap .btn_o:hover, #colorbox .btn_o:hover {

    background: none;

    color: rgba(244, 130, 32, .8);

}

.page-wrap input[type="checkbox"], .page-wrap input[type="radio"], #colorbox input[type="checkbox"], #colorbox input[type="radio"] {

    position: absolute;

    left: -999em;

    padding: 0;

    background: none;

    border: 0;

}

.page-wrap input[type="checkbox"] + label, .page-wrap input[type="radio"] + label, #colorbox input[type="checkbox"] + label, #colorbox input[type="radio"] + label {

    display: inline-block;

    position: relative;

    padding-left: 35px;

    cursor: pointer;

}

.page-wrap input[type="checkbox"] + label:before, .page-wrap input[type="radio"] + label:before, #colorbox input[type="checkbox"] + label:before, #colorbox input[type="radio"] + label:before {

    position: absolute;

    top: 0;

    left: 0;

    margin-top: -3px;

    width: 22px;

    height: 22px;

    background: #fff;

    border: 1px solid #d4dbdd;

    font: normal normal normal 14px/22px FontAwesome;

    text-rendering: auto;

    -webkit-font-smoothing: antialiased;

    -moz-osx-font-smoothing: grayscale;

    color: #fff;

    text-align: center;

    content: '\f00c';

}

.page-wrap input[type="checkbox"]:checked + label:before, .page-wrap input[type="radio"]:checked + label:before, #colorbox input[type="checkbox"]:checked + label:before, #colorbox input[type="radio"]:checked + label:before {

    color: #00537e;

}

.page-wrap select {

    -webkit-appearance: menulist;

    -moz-appearance: menulist;

    appearance: menulist
}

/* transition */
.page-wrap a, .page-wrap button, .page-wrap input, .page-wrap select, .page-wrap textarea, #colorbox a, #colorbox button, #colorbox input, #colorbox select, #colorbox textarea, .trans, .trans_hb:before, .trans_ha:after, .nav_tabs li, .btn_more:after, .nav_socials .fa {

    -webkit-transition: all .2s linear;

    -moz-transition: all .2s linear;

    -o-transition: all .2s linear;

    transition: all .2s linear;

}

.page-wrap .notrans, #colorbox .notrans, .notrans_hb:before, .notrans_ha:after, .page-wrap .catalog-section__item {

    -webkit-transition: all 0s;

    -moz-transition: all 0s;

    -o-transition: all 0s;

    transition: all 0s;

}

.cbtrans {

    -webkit-transition: all 1s cubic-bezier(.215, .61, .355, 1);

    -moz-transition: all 1s cubic-bezier(.215, .61, .355, 1);

    -o-transition: all 1s cubic-bezier(.215, .61, .355, 1);

    transition: all 1s cubic-bezier(.215, .61, .355, 1);

}

.form_search {

    position: relative;

    margin-bottom: 1.25em;

}

.form_search input {

    padding: .5em 0 .5em 2em;

    background: none;

    border: 0;

    border-bottom: 1px solid;

    color: inherit;

    width: 100%;

    border-radius: 0;

}

.form_search input:focus {

    border-color: #f58220;

}

.form_search button[type="submit"] {

    position: absolute;

    top: 50%;

    left: 0;

    margin-top: -.55em;

    padding: 0;

    background: none;

    border: 0;

    text-align: left;

}

.form_search ::-webkit-input-placeholder {

    color: inherit
}

.form_search :-moz-placeholder {

    color: inherit
}

.form_search ::-moz-placeholder {

    color: inherit
}

.form_search :-ms-input-placeholder {

    color: inherit
}

.nav_contacts .fa, .nav_main .fa {

    width: 2em;

}

.nav_contacts {

    margin-bottom: 1.25em;

}

.nav_socials {

    font-size: 16px;

    display: none;

}

.nav_socials li {

    display: inline-block;

}

.nav_socials .fa {

    margin-right: 10px;

    width: 28px;

    height: 28px;

    border: 1px solid;

    line-height: 28px;

    text-align: center;

    border-radius: 100%;

}

.nav_socials a:hover .fa {

    background: #f58220;

    border-color: #f58220;

    color: #fff;

}

.nav_tabs {

    color: #959595;

}

.nav_tabs li {

    display: inline-block;

    margin: 0 25px .5em 0;

    padding-bottom: .25em;

    border-bottom: 2px solid transparent;

    cursor: pointer;

}

.nav_tabs li:hover {

    color: #f58220;

}

.nav_tabs li.current {

    border-bottom-color: #f58220;

    color: #494949;

}

.nav_breadcrumbs,
.breadcrumbs
{

    margin-bottom: 1em;

    font-size: .875em;

}

.nav_breadcrumbs li,
.breadcrumbs a,
.breadcrumbs span
{

    display: inline;

    margin-right: 4px;

}
.breadcrumbs
{
    margin-left: 100px;
}
.nav_breadcrumbs li + li:before,
.breadcrumbs a + a:before
{

    display: inline;

    margin-right: 6px;

    content: '>';

}

.nav_pages {

    margin-top: 2em;

    margin-bottom: 3em;

}

.nav_pages li {

    display: inline-block;

    vertical-align: middle;

}

.nav_pages a {

    margin: 0 5px;

}

.nav_pages span {

    color: #f58220;

    text-decoration: none;

}

.nav_pages .fa {

    padding: .375em;

    width: 1em;

    height: 1em;

    border: 1px solid;

    font-size: 1.5em;

    line-height: .95em;

    text-align: center;

    border-radius: 100%;

    opacity: .25;

}

.nav_pages .fa-angle-left {

    margin: 0 15px 0 -5px;

}

.nav_pages .fa-angle-right {

    margin: 0 -5px 0 15px;

}

.nav_pages a .fa {

    opacity: 1;

}

.nav_pages__dots {

    text-decoration: none;

}

.slider {

    position: relative;

}

.slider__item {

    position: relative;

}

.slider__nav {

    margin-top: 4em;

    text-align: center;

}

.slider__nav nav {

    display: inline-block;

    position: relative;

    padding: 0 60px;

}

.slider__nav .slick-dots {

    position: relative;

}

.slider figure {

    display: block;

    position: relative;

}

.slider_index {
    margin-top: -4em;
    margin-bottom: 6em;
    padding: 15px;
}

.slider_index .slider__item {
}

.slider_index figure {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: all 2s cubic-bezier(.11, .96, .61, .91);
    -moz-transition: all 2s cubic-bezier(.11, .96, .61, .91);
    -o-transition: all 2s cubic-bezier(.11, .96, .61, .91);
    transition: all 2s cubic-bezier(.11, .96, .61, .91);
}

.slider_index figure.slider_index__bg {
    position: relative;
    margin: -3%;
    -webkit-transform: translateX(3%);
    -moz-transform: translateX(3%);
    -ms-transform: translateX(3%);
    -o-transform: translateX(3%);
    transform: translateX(3%);
}

.slider_index figure.slider_index__img_1 {
    -webkit-transform: translateX(-6%);
    -moz-transform: translateX(-6%);
    -ms-transform: translateX(-6%);
    -o-transform: translateX(-6%);
    transform: translateX(-6%);
}

.slider_index figure.slider_index__img_2 {
    -webkit-transform: translateX(3%);
    -moz-transform: translateX(3%);
    -ms-transform: translateX(3%);
    -o-transform: translateX(3%);
    transform: translateX(3%);
}

.slider_index figure img {
    display: block;
    width: 100%;
}

.slider_index .banner__title {
    position: absolute;
    z-index: 99;
    top: 0;
    right: 0;
    margin: 1em;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
}

.slider_index .banner__title .fa {
    position: relative;
    top: -.5em;
    width: 30px;
    height: 30px;
    border: 1px solid;
    font-size: 18px;
    border-radius: 100%;
    text-align: center;
}

.slider_index .banner__title:before {
    margin-left: -.4em;
}

.slider_index .banner__title .fa:before {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -.525em;
    text-indent: 1px;
}

.slider_index .slick-dots {
    position: absolute;
    z-index: 111;
    top: 50%;
    bottom: auto;
    left: auto;
    right: 15px;
    width: auto;
    font-size: 1em;
    line-height: 1;
    color: #ebebeb;
    counter-reset: sliderIndex;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.slider_index .slick-dots li {
    display: block;
    margin: 2em 0;
    padding: .9em 0;
    width: 2.8em;
    height: auto;
    background: none;
    border: 0;
}

.slider_index .slick-dots li:before {
    display: block;
    position: relative;
    z-index: 5;
    counter-increment: sliderIndex;
    content: "0" counter(sliderIndex);
}

.slider_index .slick-dots li:hover, .slider_index .slick-dots li.slick-active {
    background: #f58220;
    color: #fff;
}

.slider_index .slick-dots li.slick-active {
    font-weight: 900;
}

.slider_index .slick-dots:before {

    display: block;

    position: absolute;

    top: 0;

    bottom: 0;

    left: 0;

    width: 0px;

    content: '';

    box-shadow: 21px 0 80px 6px black;

}

.is-loaded .slider_index .slick-current figure {
    opacity: 1;
    visibility: visible;
    transform: translateX(0px);
}

.slider_products {

    margin: 2em -15px;

}

.slider_products .slider__item a {

    margin: 0 15px;

    padding-bottom: 0;

}

.slider_gallery {

    margin: 2em -15px 0;

    padding-bottom: 1px;

}

.slider_gallery .slider__nav {

    margin-bottom: 2em;

    margin-top: 1em;

}

.slider_gallery .slick-track {

    margin: 0 auto;

}

.slider_gallery .slider__item a {

    display: block;

    margin: 0 15px 1em;

    text-decoration: none;

    cursor: default;

}

.slider_gallery figure {

    padding-bottom: 100%;

    background: #fff;

}

.slider_gallery figcaption {

    position: absolute;

    top: 100%;

    left: 0;

    right: 0;

    text-align: center;

    margin-top: 1em;

}

.slider_gallery__name {

    color: inherit;

    text-decoration: none;

    margin-top: 1em;

    text-align: center;

}

.slider_gallery figure img {

    display: block;

    position: absolute;

    top: 50%;

    left: 50%;

    width: auto;

    height: auto;

    max-height: 100%;

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

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

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

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

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

}

.slider_gallery_lg {

    margin: 4em 0;

}

.slider_gallery_lg figure {

    display: block;

    position: relative;

    padding-bottom: 47%;

    background-position: 50%;

    background-repeat: no-repeat;

    background-size: cover;

}

.slider_gallery_lg figure img {

    display: none;

}

.slider_gallery_lg .slider__nav {

    margin-top: 2em;

}

.has-art {

    position: relative;

}

.has-art:before {

    position: absolute;

    top: 50%;

    left: 50%;

    width: 391px;

    max-width: 100%;

    height: 213px;

    background: url(../img/bg_art.svg) 50% no-repeat;

    background-size: 100%;

    content: '';

    -webkit-transform: translate(-45%, -42%);

    -moz-transform: translate(-45%, -42%);

    -ms-transform: translate(-45%, -42%);

    -o-transform: translate(-45%, -42%);

    transform: translate(-45%, -42%);

}

.has-art__content {

    position: relative;

    z-index: 2;

    font-size: .8em;

    display: inline-block;

    padding: 1em;

}

.slider_index .circle-icon {

    -webkit-transform: scale(0);

    -moz-transform: scale(0);

    -ms-transform: scale(0);

    -o-transform: scale(0);

    transform: scale(0);

}

.is-loaded .slider_index .slick-current .circle-icon {

    -webkit-transform: scale(1);

    -moz-transform: scale(1);

    -ms-transform: scale(1);

    -o-transform: scale(1);

    transform: scale(1);

}

.popup-house {

    max-width: 800px;

    display: inline-block;

}

.popup-house__table {

    table-layout: fixed;

    width: 100%;

}

.popup-house__table td {

    padding: .5em;

    color: white;

    text-align: center;

    border: 1px solid rgba(255, 255, 255, 0.1);

}

.popup-house__table .link_c {

    font-size: 1.3em;

}

.popup-house svg {

    fill: white
}

.popup-style_1 #cboxLoadedContent {

    background: #013669;

    color: white;

}

.popup-style_1 #cboxCurrent, .popup-style_1 #cboxTitle {

    display: none !important;

}

.circle-icon {

    position: absolute;

    display: inline-block;

    background: #f58220;

    color: #fff;

    height: 20px;

    width: 20px;

    font-size: 10px;

    text-align: center;

    line-height: 22px;

    z-index: 2;

    border-radius: 50%;

    left: 50%;

    top: 50%;

    opacity: .8;

    margin-left: 14px;

}

.circle-icon:hover {

    color: white
}

.circle-icon:hover:before {

    left: 0;

    right: 0;

    top: 0;

    bottom: 0;

    border-color: #f58220;

}

.circle-icon:before {

    display: block;

    left: -10px;

    right: -10px;

    bottom: -10px;

    top: -10px;

    position: absolute;

    content: '';

    border: 2px solid #003c75;

    border-radius: 50%;

    -webkit-transform: translate3d(0, 0, 0);

    -moz-transform: translate3d(0, 0, 0);

    -ms-transform: translate3d(0, 0, 0);

    -o-transform: translate3d(0, 0, 0);

    transform: translate3d(0, 0, 0);

}

/*** STYLES ***/
html, body {

    min-width: 1200px;

    min-height: 100%;

    height: 100%;

}

body {

    position: relative;

    background: #fff;

    -webkit-text-size-adjust: 100%;

}

#d-wrap {

    position: relative;

    z-index: 1;

    width: 100%;

    min-height: 100%;

    overflow: hidden;

}

#d-wrap:after {

    display: block;

    clear: both;

    height: 0;

    content: '.';

    visibility: hidden;

}

#d-header {

    position: fixed !important;

    z-index: 333;

    top: 0;

    left: 0;

    width: 300px;

    min-height: calc(100vh);

    color: #fff;

}

#d-header:after {

    position: absolute;

    top: 100%;

    left: 0;

    right: 0;

    bottom: -9999em;

    background: #013669;

    content: '';

}

.d-header a {

    text-decoration: none;

}

.d-header .nav_main {

    padding-bottom: 16em;

}

.d-header .nav_main a {

    display: block;

    padding: .35em 30px;

}

.d-header .nav_main a:hover {

    background: #f58220;

    color: #fff;

}

.d-header .nav_main a.current {

    background: rgba(13, 35, 59, .3);

}

.d-header .nav_main li.custom:before {

    display: block;

    margin: .25em 30px;

    height: 0;

    border-top: 1px solid rgba(255, 255, 255, .2);

    content: '';

    overflow: hidden;

}

.d-header .nav_contacts {

    padding: 0 30px;

}

.d-header .nav_contacts li {

    padding: .35em 0;

}

.d-header .nav_socials {

    padding: 0 30px 1em;

}

.d-header .form_search {

    margin-left: 30px;

    margin-right: 30px;

}

.d-header__logo {

    display: block;

    position: relative;

    margin-bottom: 30px;

    padding-bottom: 66.67%;

}

.d-header__logo img {

    position: absolute;

    top: 50%;

    left: 50%;

    max-width: 90%;

    max-height: 90%;

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

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

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

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

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

}

.d-header__bottom {

    position: absolute;

    bottom: 0;

    left: 0;

    right: 0;

}

#d-content {

    margin-left: 300px;

    padding: 4em 0 15px;

}

.feat-articles {

    margin-bottom: 6em;

    position: relative;

}

.feat-articles:before {

    position: absolute;

    top: 0;

    bottom: 100%;

    left: 0;

    right: 0;

    margin-bottom: -6em;

    background: #fff;

    content: '';

}

.feat-article {

    position: relative;

    z-index: 2;

    margin: 4em 0;

    width: 100%;

}

.feat-article .d-table__cell {

    position: relative;

}

.feat-article__img {

    padding-bottom: 47.5%;

    width: 60%;

}

.feat-article__img figure {

    display: block;

    position: absolute;

    top: 0;

    bottom: 0;

    left: 0;

    right: -33.33%;

    background-color: #fff;

    background-position: 50%;

    background-repeat: no-repeat;

    background-size: cover;

}

.feat-article__txt {

    z-index: 2;

    vertical-align: top;

    width: 40%;

}

.feat-article.even {

    margin: 7em 0;

}

.feat-article.even .feat-article__txt:before {

    display: none;

}

.feat-article.even .feat-article__img {

    padding-bottom: 38%;

}

.feat-article.even .feat-article__img figure {

    top: -10%;

    bottom: -10%;

}

.feat-article.even .feat-article__txt {

    box-shadow: -1em 3em 6em rgba(41, 41, 41, .25);

    background: rgba(255, 255, 255, .95);

}

.feat-article__txt:before {

    position: absolute;

    top: 10%;

    bottom: 10%;

    left: 0;

    right: 0;

    background: rgba(255, 255, 255, .95);

    content: '';

    box-shadow: -1em 3em 6em rgba(41, 41, 41, .25);

    display: block;

}

.feat-article__descr {

    position: relative;

    z-index: 2;

    margin-bottom: 1.5em;

    padding: 25% 11%;

}

.feat-article__descr h2 {

    margin-bottom: 1.25em;

    line-height: 1.5;

    text-align: center;

    text-transform: uppercase;

}

.feat-article__preview {

    margin-bottom: 1em;

}

.feat-article__section {

    position: absolute;

    z-index: 2;

    bottom: 10%;

    left: 0;

    right: 0;

    margin: 1em 0;

    text-align: center;

}

.feat-article.odd .feat-article__img {

    z-index: 3;

    left: 40%;

    padding-bottom: 38%;

}

.feat-article.odd .feat-article__img figure {

    right: 0;

    box-shadow: 0 2em 5em rgba(41, 41, 41, .25);

}

.feat-article.odd .feat-article__txt {

    left: -60%;

}

.feat-article.odd .feat-article__txt:before {

    top: 8%;

    bottom: 8%;

    box-shadow: none;

}

.feat-article.odd .feat-article__descr {

    padding: 15% 11%;

}

.feat-article.odd .feat-article__section {

    bottom: 8%;

}

.feat-article__btn {

    text-align: center;

}

.feat-article__btn {

    position: relative;

    z-index: 2;

    margin-bottom: -1.25em;

    bottom: -1.25em;

}

.banner {

    position: relative;

    margin: 4em 15px 3em;

    min-height: 500px;

    color: #fff;

}

.banner figure {

    position: absolute;

    top: 0;

    bottom: 0;

    left: 0;

    right: 0;

    background-position: 50%;

    background-repeat: no-repeat;

    background-size: cover;

}

.banner figure img {

    display: none;

}

.banner__body {

    position: relative;

    z-index: 2;

    padding: 7% 5%;

    text-align: right;

}

.banner__content {

    display: inline-block;

    text-align: left;

}

.banner__title {

    display: inline-block;

    margin-bottom: .25em;

}

.banner .d-pr {

    position: absolute;

    z-index: 2;

}

.page-header {

    position: relative;

}

.page-header .nav_breadcrumbs,
.breadcrumbs
{

    margin-top: -2.5em;

}

.page-header_banner {

    margin-top: -4em;

    background-position: 50%;

    background-repeat: no-repeat;

    background-size: cover;

    border: 15px solid #fff;

    box-shadow: inset 0 10em 15em -6em rgba(0, 0, 0, .7);

}

.page-header_banner:before {

    position: absolute;

    top: 40%;

    bottom: 0;

    left: 0;

    right: 0;

    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), #000);

    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), #000);

    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0), #000);

    background: -o-linear-gradient(top, rgba(0, 0, 0, 0), #000);

    opacity: .7;

    content: '';

}

.page-header_banner .d-grid {

    position: relative;

    padding-bottom: 46.35%;

}

.page-header_banner .nav_breadcrumbs {

    position: absolute;

    z-index: 2;

    top: 0;

    left: 0;

    right: 0;

    margin: 1em 15px;

    color: #fff;

}

.page-header_banner .nav_breadcrumbs a {

    color: #fff;

}

.page-header_banner .nav_breadcrumbs a:hover {

    color: #f58220;

}

.page-header_banner .hl_display {

    position: absolute;

    z-index: 2;

    bottom: 0;

    left: 0;

    right: 0;

    margin: 2em 15px;

    padding-left: 15px;

    border-left: 15px solid #f58220;

    font-size: 2em;

    color: #fff;

}

.page-header_banner .hl_display .hl_sub {

    margin-top: .25em;

    font-size: .75em;

}

/*.catalog-section_col2_after .d-col: nth-child(2)  {

    width: 80%;

}
*/

.catalog-section .d-col {

    width: 20%;
/* width: 25%;*/

}

.catalog-section__item {

 display: block;

 padding: 2em 0;

 text-decoration: none;

}

.catalog-section__item span {

 display: block;

}

.catalog-section__item .h2 {

 color: #494949;

 text-transform: uppercase;

 word-wrap: break-word;

}

.catalog-section__item .h2:after {

 display: block;

 margin-top: .5em;

 width: 40px;

 height: 2px;

 background: #f58220;

 content: '';

}

.catalog-section__item:hover .h2 {

 color: #f58220;

}

.catalog-section__item figure {

 display: block;

 position: relative;

 margin-bottom: 1em;

 height: 240px;

}

.catalog-section__item figure img {

 display: block;

 position: absolute;

 top: 50%;

 left: 50%;

 width: auto;

 height: auto;

 max-height: 100%;

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

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

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

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

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

}

.catalog-detail {

 padding: 4em 0;

}

.catalog-detail__info .d-col {

 margin-bottom: 2em;

}

.catalog-detail__image {

 margin-right: 5%;

 margin-bottom: 1em;

}

.catalog-detail__image figure {

 display: block;

 background: #fff;

}

.catalog-detail__image img {

 display: block;

 margin: 0 auto;

}

.catalog-detail__descr {

 padding-right: 9%;

 padding-top: 3em;

}

.catalog-detail__descr table {

 table-layout: fixed;

 vertical-align: middle;

}

.catalog-detail__descr .btn_more {

 margin-top: 1.5em;

}

.box_map {

 position: relative;

 margin: 4em 15px 0;

 min-height: 320px;

}

.box_map__body {

 padding: 4em 0;

}

.box_map__body .d-col {

 position: static;

}

.box_map__text {

 position: relative;

 z-index: 5;

}

.box_map__overlay {

 padding: 30px;

 background: rgba(255, 255, 255, .9);

 box-shadow: 0 2em 5em -1em rgba(0, 0, 0, .25);

}

.box_map__content {

 position: absolute;

 top: 0;

 bottom: 0;

 left: 0;

 right: 0;

}

.box_map fieldset {

 margin: 3em 0 0;

}

.box_map fieldset li {

 margin-bottom: 3em;

}

.box_map fieldset input, .box_map fieldset select, .box_map fieldset textarea {

 width: 100%;

}

.box_map_pois {

 margin: 2em 0;

 height: 720px;

}

.box_map_pois .box_map__body {

 padding: 0;

}

.map-pois-dummy {

 position: absolute;

 top: 0;

 left: 0;

 margin-top: -1em;

 width: 100%;

 height: 100%;

}

.map-pois-dummy:before {

 position: absolute;

 top: 0;

 bottom: 0;

 left: 0;

 right: -999em;

 background: url(https://reynaers-aluminium.com.ua/files/style/img/bg_map_lg2.png) 0 50% no-repeat;

 content: '';

}

.map-pois-dummy a {

 position: absolute;

 z-index: 3;

 height: 32px;

 padding-left: 37px;

 font-size: .7em;

 background: url(https://reynaers-aluminium.com.ua/files/style/img/map_marker_sm.png) 0 0 no-repeat;

 background-size: auto 100%;

 text-decoration: none;

 cursor: pointer;

}

.map-pois-dummy a span {

 font-size: .875em;

}

.map-pois-dummy a .h2 {

 display: block;

 margin-bottom: 0;

 font-size: 1.5em;

}

.dummy-city_krasnodar {

 top: 65.8%;

 left: 19px;

}

.dummy-city_krym {

 top: 48.61%;

 left: -36px;

}

.dummy-city_moskva {

 top: 43%;

 left: 177px;

}

.dummy-city_rostovnadonu {

 top: 53%;

 left: 129px;

}

.dummy-city_sanktpeterburg {

 top: 31%;

 left: 168px;

}

.dummy-city_ekaterinburg {

 top: 54.5%;

 left: 465px;

}

.dummy-city_chelyabinsk {

 top: 60.5%;

 left: 493px;

}

.dummy-city_samara {

 top: 64%;

 left: 392px;

}

.dummy-city_stavropol {

 top: 60.5%;

 left: 108px;

}

.dummy-city_nizhnij-novgorod {

 top: 45%;

 left: 331px;

}

.dummy-city_simferopol {

 top: 58%;

 left: -16px;

}

.dummy-city_sochi {

 top: 72.5%;

 left: 48px;

}

.dummy-city_groznyj {

 top: 66%;

 left: 171px;

}

.dummy-city_sevastopol {

 top: 51.5%;

 left: -25px;

}

.dummy-city_novosibirsk {

 top: 76.5%;

 left: 594px;

}

.dummy-city_barnaul {

 top: 82.5%;

 left: 608px;

}

.dummy-city_irkutsk {

 top: 83%;

 left: 743px;

}

.map-pois {

 position: absolute;

 z-index: 13;

 top: 0;

 left: 0;

 padding: 40px;

 width: 100%;

 max-width: 370px;

 background: #fff;

 box-shadow: 0 2em 6em -.5em rgba(0, 0, 0, .15);

}

.map-pois select, .map-pois .chosen-container {

 width: 100% !important;

}

.map-pois__list {

 position: absolute;

 top: 6em;

 bottom: 0;

 left: 0;

 right: 0;

 margin: 40px 5px;

 padding: 0 35px;

 overflow: auto;

}

.map-pois__list ol.d-plain {

 list-style: none;

 counter-reset: pois;

}

.map-pois__list ol.d-plain > li {

 margin-bottom: -1px;

 border-top: 1px solid #eaeaea;

 cursor: pointer;

}

.map-pois__list ol.d-plain > li:before {

 display: block;

 float: left;

 margin: 15px 0;

 padding: .5em 0;

 width: 40px;

 background: #f2f2f2;

 counter-increment: pois;

 content: counter(pois);

 font-weight: 700;

 color: #959595;

 text-align: center;

}

.map-poi__header {

 padding: 15px 0 15px 60px;

 border-bottom: 1px solid #eaeaea;

}

.map-poi__header strong {

 display: block;

 padding: .5em 0;

}

.map-poi__body {

 display: none;

 cursor: text;

}

.map-poi__descr {

 padding: 1.5em 0;

}

.map-poi__meta {

 padding: 0 0 .75em 2em;

}

.map-poi__meta .fa {

 float: left;

 margin: .075em 0 0 -1.6em;

 font-size: 1.25em;

 text-align: left;

}

.map-poi__meta a {

 margin-right: 6px;

}

.map-pois__back {

 display: none;

 position: absolute;

 bottom: 0;

 left: 0;

 right: 0;

 padding: 0 40px 2em;

 background: #fff;

}

.map-poi__mnum {

 padding: 17px 0;

 width: 50px;

 font-size: 16px;

 line-height: 1;

 font-weight: 700;

 color: #fff;

 text-align: center;

}

.box_map_pois.init-city .map-pois {

 bottom: 0;

 margin: 60px;

}

.box_map_pois.init-city .map-pois-dummy {

 display: none;

}

.box_map_pois.init-city .box_map__content {

 display: block;

}

.box_map_pois.is-poi-opened .map-pois__list {

 bottom: 3em;

}

.box_map_pois.is-poi-opened .map-pois__list ol.d-plain > li {

 height: 0;

 visibility: hidden;

 overflow: hidden;

}

.box_map_pois.is-poi-opened .map-pois__list ol.d-plain > li.is-poi-opened {

 height: auto;

 visibility: visible;

}

.box_map_pois.is-poi-opened .map-pois__list ol.d-plain > li.is-poi-opened .map-poi__body {

 display: block;

}

.box_map_pois.is-poi-opened .map-pois__list ol.d-plain > li.is-poi-opened .map-poi__header strong {

 color: #013669;

}

.box_map_pois.is-poi-opened .map-pois__back {

 display: block;

}

.grid {

 position: relative;

 margin: 3em 0 0;

}

.grid__item {

 display: block;

 position: relative;

 float: left;

 padding: 0 15px;

 -webkit-box-sizing: border-box;

 -moz-box-sizing: border-box;

 box-sizing: border-box;

}

.grid__item a {

 display: block;

 position: relative;

}

.grid_portfolio .grid__item {

 width: 30%;

}

.grid_portfolio .grid__item a {

 margin-bottom: 30px;

 height: 300px;

 color: #fff;

 text-decoration: none;

 overflow: hidden;

}

.grid_portfolio .grid__item figure {

 position: absolute;

 top: 0;

 bottom: 0;

 left: 0;

 right: 0;

 background-position: 50%;

 background-repeat: no-repeat;

 background-size: cover;

}

.grid_portfolio .grid__item figure:before {

 position: absolute;

 top: 40%;

 bottom: 0;

 left: 0;

 right: 0;

 background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), #000);

 background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), #000);

 background: -ms-linear-gradient(top, rgba(0, 0, 0, 0), #000);

 background: -o-linear-gradient(top, rgba(0, 0, 0, 0), #000);

 opacity: .7;

 content: '';

}

.grid_portfolio .grid__item figure img {

 display: none;

}

.grid_portfolio .grid__item span {

 position: absolute;

 bottom: 0;

 left: 0;

 right: 0;

 margin: 15px;

}

.grid_portfolio .grid__item span strong {

 display: block;

 font-weight: 400;

}

.grid_portfolio .grid__item span em {

 display: block;

 font-style: normal;

 color: #959595;

}

.grid_portfolio .grid__item span em:before {

 display: block;

 color: #fff;

 content: '_____';

}

.grid_portfolio .grid__item a:hover figure {

 transform: scale(1.1);

}

.grid_portfolio .grid__item:nth-child(10n +1),
.grid_portfolio .grid__item:nth-child(10n+6) {

 width: 40%;

}

.grid_portfolio .grid__item:nth-child(10n +1)figure:before, .grid_portfolio .grid__item:nth-child(10n+6) figure:before {

 top: 60%;

}

.grid_portfolio .grid__item:nth-child(10n +6){
 float: right;

}

.grid_portfolio .grid__item:nth-child(10n +1)a, .grid_portfolio .grid__item:nth-child(10n+6) a {

 height: 630px;

}

.grid_articles {

 margin: 2em 15px 0;

}

.grid_articles:before {

 position: absolute;

 top: 0;

 left: 0;

 right: 0;

 height: 2em;

 background: #fff;

 content: '';

}

.grid_articles .grid__item {

 z-index: 2;

 width: 30%;

}

.grid_articles .grid__item a {

 margin-bottom: 3.5em;

 color: inherit;

 text-decoration: none;

}

.grid_articles__img {

 display: block;

 position: relative;

 margin-bottom: 1em;

 padding-bottom: 80%;

}

.grid_articles__img figure {

 display: block;

 position: absolute;

 top: 0;

 bottom: 0;

 left: 0;

 right: 0;

 background-color: #fff;

 background-position: 50%;

 background-repeat: no-repeat;

 background-size: cover;

}

.grid_articles__txt {

 display: block;

 position: relative;

 z-index: 2;

 padding: 20px;

}

.grid_articles__descr {

 display: block;

 position: relative;

 z-index: 2;

}

.grid_articles__descr .h2 {

 display: block;

 font-weight: 400;

 font-size: 1em;

 line-height: 1.5;

 text-transform: uppercase;

}

.grid_articles__descr em.clr_gray {

 text-decoration: underline;

}

.grid_articles__preview {

 display: none;

}

.grid_articles .grid__item a:hover .h2, .grid_articles .grid__item a:hover em.clr_gray {

 color: #f58220;

}

.grid_articles .grid__item:nth-child(8n +1),
.grid_articles .grid__item:nth-child(8n+5) {

 clear: both;

 width: 100%;

}

.grid_articles .grid__item:nth-child(8n +1) a,
.grid_articles .grid__item:nth-child(8n+5) a {

 display: table;

 table-layout: fixed;

 width: 100%;

}

.grid_articles .grid__item:nth-child(8n +1) .grid_articles__img, .grid_articles .grid__item:nth-child(8n+5) .grid_articles__img, .grid_articles .grid__item:nth-child(8n+1) .grid_articles__txt, .grid_articles .grid__item:nth-child(8n+5) .grid_articles__txt {

 display: table-cell;

 margin: 0;

 padding: 0;

}

.grid_articles .grid__item:nth-child(8n +1).grid_articles__img, .grid_articles .grid__item:nth-child(8n+5) .grid_articles__img {

 vertical-align: middle;

 padding-bottom: 47.5%;

 width: 60%;

}

.grid_articles .grid__item:nth-child(8n +1).grid_articles__img figure, .grid_articles .grid__item:nth-child(8n+5) .grid_articles__img figure {

 right: -33.33%;

}

.grid_articles .grid__item:nth-child(8n +1).grid_articles__txt, .grid_articles .grid__item:nth-child(8n+5) .grid_articles__txt {

 vertical-align: top;

 width: 40%;

}

.grid_articles .grid__item:nth-child(8n +1) .grid_articles__txt:before,
.grid_articles .grid__item:nth-child(8n+5) .grid_articles__txt:before {

 position: absolute;

 top: 10%;

 bottom: 10%;

 left: 0;

 right: 0;

 background: rgba(255, 255, 255, .95);

 content: '';

 box-shadow: -1em 3em 6em rgba(41, 41, 41, .25);

}

.grid_articles .grid__item:nth-child(8n +1).grid_articles__descr, .grid_articles .grid__item:nth-child(8n+5) .grid_articles__descr {

 padding: 25% 11%;

}

.grid_articles .grid__item:nth-child(8n +1).grid_articles__descr .h2, .grid_articles .grid__item:nth-child(8n+5) .grid_articles__descr .h2 {

 margin-bottom: 1.25em;

 font-weight: 700;

 font-size: 1.5em;

 text-align: center;

}

.grid_articles .grid__item:nth-child(8n +1).grid_articles__preview, .grid_articles .grid__item:nth-child(8n+5) .grid_articles__preview {

 display: block;

}

.grid_articles .grid__item:nth-child(8n +5).grid_articles__img {

 z-index: 3;

 left: 40%;

 padding-bottom: 38%;

}

.grid_articles .grid__item:nth-child(8n +5).grid_articles__img figure {

 right: 0;

 box-shadow: 0 2em 5em rgba(41, 41, 41, .25);

}

.grid_articles .grid__item:nth-child(8n +5).grid_articles__txt {

 left: -60%;

}

.grid_articles .grid__item:nth-child(8n +5).grid_articles__txt:before {

 top: 8%;

 bottom: 8%;

 box-shadow: none;

}

.grid_articles .grid__item:nth-child(8n +5).grid_articles__descr {

 padding: 15% 11%;

}

.grid_articles .grid__item:nth-child(8n +2),
.grid_articles .grid__item:nth-child(8n+8) {

 width: 40%;

}

.grid_articles .grid__item:nth-child(8n +2).grid_articles__img, .grid_articles .grid__item:nth-child(8n+8) .grid_articles__img {

 padding-bottom: 74.5125%;

 border: 15px solid #fff;

}

.grid_articles .grid__item:nth-child(8n +2).grid_articles__txt, .grid_articles .grid__item:nth-child(8n+8) .grid_articles__txt {

 margin: -100px 30px 0;

 padding: 8%;

 min-height: 4.5em;

 background: #fff;

 box-shadow: 0 2em 4em -1em rgba(0, 0, 0, .25);

 text-align: center;

}

.portfolio-detail__descr {

 padding: 2em 0;

}

.portfolio-detail__descr h2 {

 margin-bottom: 2em;

}

.portfolio-detail__feature {

 padding: 3em 0;

}

.portfolio-detail__feature .d-col {

 vertical-align: middle;

}

.portfolio-detail__feature h2 {

 margin-bottom: 1em;

}

.portfolio-detail__feature figure {

 display: block;

 background: #fff;

}

.portfolio-detail__feature figure img {

 display: block;

 margin: 0 auto;

}

.portfolio-detail__feature .btn_more {

 margin-top: 1.5em;

}

.portfolio-detail__feature__text {

 left: -4.125%;

}

.article-detail h2 {

 margin-bottom: 2em;

}

.article-detail h3 {

 margin: 3em 0;

}

.article__footer {

 margin: 3em 0;

}

.article__footer a {

 text-decoration: none;

}

.article__share a {

 text-decoration: none;

 margin-left: 10px;

}

.page-quote {

 margin: 1em 0 3em;

 padding: 2em 0;

 text-align: center;

}

.page-quote q {

 display: block;

 position: relative;

 margin: 0 40px;

 padding: 1em 5%;

}

.page-quote q:before, .page-quote q:after {

 position: absolute;

 top: 50%;

 margin: -.5em -40px 0;

 font-weight: 900;

 font-size: 4.5em;

 line-height: .85;

}

.page-quote q:before {

 left: 0;

 content: '«';

}

.page-quote q:after {

 right: 0;

 content: '»';

}

.page-quote__author {

 display: block;

 padding-bottom: 1em;

}

.page-quote__author:before {

 display: block;

 color: #494949;

 content: '_____';

}

.contacts-wrap .d-col {

 margin-bottom: 2em;

}

#d-footer {

 position: relative;

 z-index: 2;

 margin-left: 300px;

 padding: 7.5em 0;

 color: #fff;

}

#d-footer a {

 text-decoration: none;

}

#d-footer a:hover {

 opacity: .8;

}

#d-footer .nav_main {

 padding-right: 15%;

 -webkit-column-count: 2;

 -moz-column-count: 2;

 column-count: 2;

 -webkit-column-gap: 30px;

 -moz-column-gap: 30px;

 column-gap: 30px;

}

#d-footer .nav_main li {

 padding: .25em 0;

}

#d-footer .form_search {

 max-width: 240px;

}

.d-footer__logo {

 display: block;

 margin: -3.75em 0 1em;

 opacity: 1 !important;

}

.d-footer__logo img {

 width: 120px;

}

.d-footer__contacts p {

 line-height: 2em;

}

.search-background {

 background-color: #0d233b;

}

.accordion__item {

 padding: 1.5em 8% 0 4em;

 border-bottom: 1px solid #e8e8e9;

 cursor: pointer;

}

.accordion__item:last-child {

 border-bottom: 0
}

.accordion__name {

 position: relative;

 margin-bottom: 1.8em;

 font-weight: bold;

}

.accordion__name:before, .accordion__name:after {

 display: block;

 position: absolute;

 top: 0;

 left: -4em;

 background-color: #013669;

 content: "";

}

.accordion__name:before {

 width: 21px;

 height: 2px;

 margin-top: 10px;

}

.accordion__name:after {

 width: 2px;

 height: 21px;

 margin-left: 10px;

}

.accordion__text {

 display: none;

}

.accordion__item_open .accordion__text {

 display: block;

}

.accordion__item_open .accordion__name:after {

 -webkit-transform: rotate(90deg);

 -moz-transform: rotate(90deg);

 -ms-transform: rotate(90deg);

 -o-transform: rotate(90deg);

 transform: rotate(90deg);

}

.accordion__item_open .accordion__name:before {

 -webkit-transform: rotate(-180deg);

 -moz-transform: rotate(-180deg);

 -ms-transform: rotate(-180deg);

 -o-transform: rotate(-180deg);

 transform: rotate(-180deg);

}

.accordion__item_open {

 padding-bottom: .5em;

}

.accordion__item_control {

 margin-bottom: 2em;

 padding-top: 0;

 border-bottom: 0;

}

.d-bi {

 background: no-repeat center/cover;

}

.d-bct {

 border-color: transparent;

 text-decoration: none;

}

.section-sect__image {

 margin-bottom: 1em;

 padding-bottom: 80%;

}

.section-sect__txt {

 display: block;

 position: relative;

 z-index: 2;

 padding: 20px;

}

.about-adv {
 margin: 0;

 display: table;

 width: 100%;

 table-layout: fixed;
}

.about-adv .about-adv__item {
 padding: 0 .5em;

 vertical-align: top;

 margin-bottom: 1em;

 display: table-cell;
}

.about-adv__image img {

}

.about-adv__image {

 padding: 0 1em;

}

.about-adv__name {

 font-size: .8em;

}

.page-search input[type="text"] {
 margin-bottom: 1em;
}

.page-search .notetext {

 margin-top: 1em;

 display: block;

}

/*** MEDIA QUERIES ***/
@media (max-width: 1440px) {

    body {

        font-size: 14px;

    }

    #d-header {

        width: 240px;

    }

    #d-content, #d-footer {

        margin-left: 240px;

    }

    .catalog-section .d-col {

        width: 25%;

    }

    .box_map_pois {

        padding-top: 200px !important;

        height: auto;

    }

    .box_map_pois.init-city .map-pois {

        position: relative;

        margin: 0 auto;

    }

    .box_map_pois.init-city .map-pois__list {

        position: relative;

        top: 0;

        margin: 15px 0 0;

        padding: 5px 0;

        max-height: 480px;

    }

    .box_map_pois.init-city .box_map__content {

        bottom: auto;

        margin: 0 -15px;

        height: 240px;

    }

    .map-pois-dummy a {

        height: 26px;

        margin-left: 5px;

        padding-left: 32px;

    }

    .map-pois__back {
        position: relative;
        margin-top: 1em;
        padding-bottom: 0;
    }

    .grid_portfolio .grid__item a {

        height: 240px;

    }

    .grid_portfolio .grid__item:nth-child(10n +1) a, .grid_portfolio .grid__item:nth-child(10n+6) a {

       height: 510px;

   }

}

@media (max-width: 1280px) {

    body {

        font-size: 12px;

    }

    #d-header {

        width: 200px;

    }

    .d-header .nav_main {

        padding-bottom: 18em;

    }

    .d-header .nav_main a {

        padding: .35em 15px;

    }

    .d-header .nav_contacts {

        padding: 0 15px;

    }

    .d-header .nav_socials {

        padding: 0 15px 1em;

    }

    .d-header .nav_main li.custom:before {

        margin: .25em 15px;

    }

    .d-header .form_search {

        margin-left: 15px;

        margin-right: 15px;

    }

    #d-content, #d-footer {

        margin-left: 200px;

    }

    .catalog-section .d-col {

        width: 33.33%;

    }

    .slider_index .banner__title .fa {
        top: -.25em;
    }

}

@media (max-width: 1200px) {

    html, body {

        min-width: 990px;

    }

    .d-hide_lg {

        display: none !important;

    }

    .d-show_lg {

        display: block !important;

    }

    .d-fn_lg {

        float: none;

    }

    .d-fl_lg {

        float: left;

    }

    .d-fr_lg {

        float: right;

    }

    .d-tac_lg {

        text-align: center;

    }

    .d-tal_lg {

        text-align: left;

    }

    .d-tar_lg {

        text-align: right;

    }

    .d-grid {

        max-width: 100%;

    }

    .is-fixed-layout .d-grid {

        width: 960px;

    }

}

@media (max-width: 1024px) {

    #d-header {

        position: fixed !important;

        top: 0 !important;

        right: 0;

        width: auto !important;

        height: 60px;

        min-height: 60px;

    }

    #d-header:after {

        display: none;

    }

    .d-header {

        position: fixed;

        z-index: 5;

        top: 60px;

        right: 0;

        bottom: 0;

        margin-right: -300px;

        width: 300px;

        background: #0d233b;

        overflow: hidden;

    }

    .d-header__logo {

        display: none;

    }

    .d-header__logo_xs {

        position: relative;

        z-index: 7;

        display: block;

        margin-left: 15px;

        padding: 5px 0;

        width: 140px;

        height: 70px;

        box-shadow: 0 5px 35px rgba(0, 0, 0, .25);

    }

    .d-header__logo_xs img {

        display: block;

        margin: 0 auto;

        height: 70px;

    }

    .d-header__body {

        position: absolute;

        top: 2em;

        bottom: 0;

        left: 0;

        padding-top: 1em;

        width: 340px;

        overflow: auto;

    }

    .d-header .nav_main {

        padding-bottom: 2em;

        width: 300px;

    }

    .d-header__bottom {

        position: relative;

        width: 300px;

    }

    .d-header__xstoggle {

        display: block;

        float: right;

        margin: 10px 15px;

        padding: 10px;

        border: 1px solid;

        width: 1em;

        font-size: 18px;

        text-align: center;

        cursor: pointer;

        border-radius: 100%;

    }

    .d-header__overlay {

        display: block;

        position: fixed;

        top: 60px;

        bottom: 0;

        left: 0;

        right: 0;

        background: #000;

        opacity: 0;

        visibility: hidden;

        cursor: pointer;

    }

    .is-header-opened .d-header {

        margin-right: 0;

    }

    .is-header-opened .d-header__xstoggle:before {

        content: '\f00d';

    }

    .is-header-opened .d-header__overlay {

        opacity: .75;

        visibility: visible;

    }

    #d-content {

        margin: 60px 0 0;

        padding: 4em 0 15px;

    }

    #d-footer {

        margin-left: 0;

        padding: 7.5em 0;

    }

    .page-header .nav_breadcrumbs {

        margin-top: 0;

    }

    .banner {

        min-height: 360px;

    }

}

@media (max-width: 1023px) {

    html, body {

        min-width: 320px;

    }

    .d-hide_md {

        display: none !important;

    }

    .d-show_md {

        display: block !important;

    }

    .d-fn_md {

        float: none;

    }

    .d-fl_md {

        float: left;

    }

    .d-fr_md {

        float: right;

    }

    .d-tac_md {

        text-align: center;

    }

    .d-tal_md {

        text-align: left;

    }

    .d-tar_md {

        text-align: right;

    }

    .is-fixed-layout .d-grid {

        width: 735px;

    }

    .feat-articles:before {

        margin-bottom: -2em;

    }

    .feat-article, .feat-article .d-table__cell {

        display: block;

    }

    .feat-article {

        margin-top: 1.5em;

    }

    .feat-article__img {

        padding-bottom: 60%;

        width: 100%;

    }

    .feat-article__img figure {

        right: 0;

    }

    .feat-article__txt {

        margin: -8em 15px 0;

        width: auto;

        background: rgba(255, 255, 255, .95);

        box-shadow: -1em 3em 6em rgba(41, 41, 41, .25);

    }

    .feat-article__txt:before {

        display: none;

    }

    .feat-article__descr, .feat-article.odd .feat-article__descr {

        padding: 2em 20px 0;

    }

    .feat-article__section {

        position: relative;

        bottom: 0;

        margin: 0;

        padding: 1em 20px 20px
    }

    .feat-article.odd .feat-article__img {

        left: 0;

        padding-bottom: 60%;

    }

    .feat-article.odd .feat-article__txt {

        left: 0;

        margin-top: 0;

        box-shadow: none;

    }

    .feat-article.odd .feat-article__section {

        bottom: 0;

    }

    .grid_articles {

        margin-left: 0;

        margin-right: 0;

    }

    .grid_articles .grid__item {

        width: 50%;

    }

    .grid_articles .grid__item:nth-child(8n +1) a, .grid_articles .grid__item:nth-child(8n+5) a, .grid_articles .grid__item:nth-child(8n+1) .grid_articles__img, .grid_articles .grid__item:nth-child(8n+5) .grid_articles__img, .grid_articles .grid__item:nth-child(8n+1) .grid_articles__txt, .grid_articles .grid__item:nth-child(8n+5) .grid_articles__txt {

       display: block;

   }

    .grid_articles .grid__item:nth-child(8n +1) .grid_articles__img, .grid_articles .grid__item:nth-child(8n+5) .grid_articles__img {

       padding-bottom: 60%;

       width: 100%;

   }

    .grid_articles .grid__item:nth-child(8n +1) .grid_articles__img figure, .grid_articles .grid__item:nth-child(8n+5) .grid_articles__img figure {

       right: 0;

   }

    .grid_articles .grid__item:nth-child(8n +1) .grid_articles__txt, .grid_articles .grid__item:nth-child(8n+5) .grid_articles__txt {

       margin: -8em 15px 0;

       width: auto;

       background: rgba(255, 255, 255, .95);

       box-shadow: -1em 3em 6em rgba(41, 41, 41, .25);

   }

    .grid_articles .grid__item:nth-child(8n +1) .grid_articles__txt:before, .grid_articles .grid__item:nth-child(8n+5) .grid_articles__txt:before {

       display: none;

   }

    .grid_articles .grid__item:nth-child(8n +1) .grid_articles__descr, .grid_articles .grid__item:nth-child(8n+5) .grid_articles__descr {

       padding: 2em 20px;

   }

    .grid_articles .grid__item:nth-child(8n +5) .grid_articles__img {

       left: 0;

       padding-bottom: 60%;

   }

    .grid_articles .grid__item:nth-child(8n +5) .grid_articles__txt {

       left: 0;

       margin-top: 0;

       box-shadow: none;

   }

    .grid_articles .grid__item:nth-child(8n +2),  .grid_articles .grid__item:nth-child(8n+8) {

         width: 100%;

     }

    .grid_articles .grid__item:nth-child(8n +2) .grid_articles__img, .grid_articles .grid__item:nth-child(8n+8) .grid_articles__img {

       padding-bottom: 60%;

   }

    .grid_articles .grid__item:nth-child(8n +2) .grid_articles__txt, .grid_articles .grid__item:nth-child(8n+8) .grid_articles__txt {

       margin: -8em 30px 0;

       padding: 2em 20px;

       min-height: 0;

   }

    .page-header_banner {

        border: 0;

        margin-bottom: 1em;

    }

    .page-header .nav_breadcrumbs {

        margin-top: 3em;

    }

    .box_map {

        margin-left: 0;

        margin-right: 0;

        margin-bottom: -15px;

    }

    .grid_portfolio .grid__item a {

        height: 200px;

    }

    .grid_portfolio .grid__item:nth-child(10n +1) a, .grid_portfolio .grid__item:nth-child(10n+6) a {

       height: 430px;

   }

    .slider_index {
        top: -60px;
        padding: 0;
    }

    .about-adv .about-adv__item {

        display: inline-block;

        width: 100px;

    }

}

@media (max-width: 767px) {

    .d-hide_sm {

        display: none !important;

    }

    .d-show_sm {

        display: block !important;

    }

    .d-fn_sm {

        float: none;

    }

    .d-fl_sm {

        float: left;

    }

    .d-fr_sm {

        float: right;

    }

    .d-tac_sm {

        text-align: center;

    }

    .d-tal_sm {

        text-align: left;

    }

    .d-tar_sm {

        text-align: right;

    }

    .is-fixed-layout .d-grid {

        width: 612px;

    }

    .d-grid {

        margin-left: 0;

        margin-right: 0;

    }

    .hl_display {

        margin-bottom: 1em;

        font-size: 3em;

    }

    .hl_display .hl_sub {

        font-size: .5em;

    }

    blockquote {

        padding-left: 15px;

    }

    .nav_breadcrumbs {

        display: none;

    }

    .page-header_banner .d-grid {

        padding-bottom: 60%;

    }

    .catalog-detail__descr {
        padding: 0 15px
    }

    .catalog-section .d-col {

        width: 50%;

    }

    .banner {

        min-height: 240px;

    }

    .d-footer__contacts {

        margin: 3em 0 2em;

    }

    .box_map {

        padding-top: 200px;

    }

    .box_map__content {

        bottom: auto;

        height: 320px;

    }

    .portfolio-detail__feature__text {

        left: 0;

        margin-top: 2em;

    }

    #d-footer .form_search {

        margin-top: 2em;

        max-width: 100%;

    }

    .grid_portfolio {

        padding: 0 5px;

    }

    .grid_portfolio .grid__item {

        width: 50%;

        padding: 0 5px;

    }

    .grid_portfolio .grid__item:nth-child(10n+1),
    .grid_portfolio .grid__item:nth-child(10n+6) {

        width: 100%;

    }

    .grid_portfolio .grid__item a {

        margin-bottom: 10px;

    }

    .slider_index .banner__title .fa {
        top: -.125em;
        font-size: 14px;
        width: 20px;
        height: 20px;
    }

    .slider_index {

        top: 0px;

    }

    .slider_index .slick-dots li {

        margin: .5em 0;

    }

    .slider_index .banner__title {

        top: -1em;

        right: 4em;

        font-size: 1.3em;

    }

    .slider_index .banner__title:before {

        margin-top: -1em;

    }

    .scroll-hor {

        overflow-x: auto;

    }

    .scroll-hor__content {

        width: 767px;

    }

    .box_map.box_map_pois:not(.init-city) {

        min-height: auto;

    }

    .box_map_pois:not(.init-city) .map-pois-dummy {

        display: none;

    }

    .box_map_pois:not(.init-city) {

        padding-top: 120px !important;

    }

}

@media (max-width: 639px) {

    .d-hide_xs {

        display: none !important;

    }

    .d-show_xs {

        display: block !important;

    }

    .d-fn_xs {

        float: none;

    }

    .d-fl_xs {

        float: left;

    }

    .d-fr_xs {

        float: right;

    }

    .d-tac_xs {

        text-align: center;

    }

    .d-tal_xs {

        text-align: left;

    }

    .d-tar_xs {

        text-align: right;

    }

    .is-fixed-layout .d-grid {

        width: 100%;

    }

    .grid_articles .grid__item {

        width: 100%;

    }

    .nav_pages {

        text-align: center;

    }

    .article__share {

        margin-bottom: 1.5em;

    }

    .map-pois-dummy {

        margin-left: -25%;

        -webkit-transform: scale(.75);

        -moz-transform: scale(.75);

        -ms-transform: scale(.75);

        -o-transform: scale(.75);

        transform: scale(.75);

    }

    .slider_gallery .slider__nav .slick-dots {
        display: none !important;
    }

    #d-footer {

        padding: 6em 0 3em;

    }

    .d-footer__logo img {

        display: block;

        margin: 0 auto;

        width: 80px;

    }

    #d-footer .nav_contacts {

        text-align: center;

    }

    #d-footer .nav_socials {

        text-align: center;

        margin-bottom: 2em;

        padding-left: 10px;

    }

    #d-footer .nav_main {

        padding-right: 0;

        -webkit-column-count: 1;

        -moz-column-count: 1;

        column-count: 1;

    }

}

/*** PRINT STYLES ***/
@media print {

    @page {

        margin: 0.5cm;

    }

    * {

        background: #fff !important;

        color: #333 !important;

        text-shadow: none !important;

    }

    a, a:visited {

        border: 0 !important;

        color: #333 !important;

        text-decoration: underline !important;

    }

    abbr:after {

        content: " (" attr(title) ")";

    }

    pre, blockquote {

        border: 1px solid #333;

        page-break-inside: avoid;

    }

    thead {

        display: table-header-group;

    }

    tr, img {

        page-break-inside: avoid;

    }

    p, h2, h3 {

        orphans: 3;

        widows: 3;

    }

    h2, h3 {

        page-break-after: avoid;

    }

}
.page-quote .d-grid q::before {
    left: 0px;
    content: "«";
}
.page-quote .d-grid q::after {
    right: 0px;
    content: "»";
}
.container
{
    margin-left: 300px;
    padding: 4em 0 15px;
}
.grid_articles .grid__item:nth-child(8n+1) .grid_articles__img,
.grid_articles .grid__item:nth-child(8n+5) .grid_articles__img {
    vertical-align: middle;
    padding-bottom: 47.5%;
    width: 60%;
}
.grid_articles .grid__item:nth-child(8n+1) .grid_articles__txt,
.grid_articles .grid__item:nth-child(8n+5) .grid_articles__txt {
    vertical-align: top;
    width: 40%;
}
.grid_articles .grid__item:nth-child(8n+1) .grid_articles__txt:before,
.grid_articles .grid__item:nth-child(8n+5) .grid_articles__txt:before {
    position: absolute;
    top: 10%;
    bottom: 10%;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, .95);
    content: '';
    box-shadow: -1em 3em 6em rgba(41, 41, 41, .25);
}
.grid_articles .grid__item:nth-child(8n+1) .grid_articles__descr,
.grid_articles .grid__item:nth-child(8n+5) .grid_articles__descr {
    padding: 25% 11%;
}
.grid_articles .grid__item:nth-child(8n+1) .grid_articles__descr .h2,
.grid_articles .grid__item:nth-child(8n+5) .grid_articles__descr .h2 {
    margin-bottom: 1.25em;
    font-weight: 700;
    font-size: 1.5em;
    text-align: center;
}
.grid_articles__descr {
    display: block;
    position: relative;
    z-index: 2;
}
.grid_articles .grid__item:nth-child(8n+1) .grid_articles__preview,
.grid_articles .grid__item:nth-child(8n+5) .grid_articles__preview {
    display: block;
}
.grid_articles .grid__item:nth-child(8n+1) .grid_articles__img figure,
.grid_articles .grid__item:nth-child(8n+5) .grid_articles__img figure {
    right: -33.33%;
}
.grid_portfolio .grid__item {
    width: 30%;
}
.grid__item {
    display: block;
    position: relative;
    float: left;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.grid_portfolio .grid__item:nth-child(10n+1),
.grid_portfolio .grid__item:nth-child(10n+6) {
    width: 40%;
}
.grid_portfolio .grid__item:nth-child(10n+6) {
    float: right;
}
.grid_portfolio .grid__item:nth-child(10n+1) a,
.grid_portfolio .grid__item:nth-child(10n+6) a {
    height: 630px;
}


#loginmenu
{
    position: fixed;
    width: 50%;
    background: #fff;
    z-index: 90;
    display:none;
    top: 20px;
    right: 0;
    box-shadow: 1px 1px 52px rgba(0,0,0,0.9);
}
.menu_admin {
       position: fixed;
    z-index: 70;
    background: #003c75;
    color: white;
    padding: 20px;
    border: 1px solid #fff;
    box-shadow: 4px 0px 11px rgba(0,0,0,0.9);
}
.menu_admin {
    transform: rotate(90deg);
    transform-origin: right;
    right: 35px;
    top: 40%;
    cursor: pointer;
}
#loginmenu .td1closed
{

    cursor: pointer;
    float: right;
    margin: 0 20px;
    font-size: 20px;
}
/*#loginmenu #td_login a*/
/*{*/
/*      display: inline-block;*/
/*    width: 50%;*/
/*}*/

#loginmenu #td_login div
{
margin:0px !important;
}
#loginmenu td > textarea
{
      width: 100%;
    min-height: 80px;
    padding: 10px;
    border-radius: 10px;  
}
#loginmenu td > b,
#loginmenu td > .field300
{
    text-align:center;
        display: block;
            margin: 20px 0;
}
#loginmenu tbody
{
        background: #fafafa;
}

#loginmenu #td_login
{
    width: 70%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin: 0 auto;
}
#loginmenu #td_login a:nth-child(2),
#loginmenu #td_login a:nth-child(4),
#loginmenu #td_login a:nth-child(6)
{
        text-align: right;
}
#loginmenu input
{
        padding: .7em 30px .6em;
    background: #f48220;
    border-color: #f48220;
    line-height: 1;
    color: #fff;
    text-align: center;
    text-decoration: none;
    border-radius: 2em;
    display: block;
    margin: 0 auto;
    margin-top: 40px;
}
#loginmenu td.td1closed {
    position: absolute;
    right: 0;
}
.slider__item img
{
    margin: 0 auto;
}
.grid.grid_articles.bgd_gray2 .d-grid .d-row>a.editbutton
{
      position: absolute;
    z-index: 99;
}

.grid_articles .grid__item:nth-child(8n+2) .grid_articles__txt,
 .grid_articles .grid__item:nth-child(8n+8) .grid_articles__txt {
    margin: -100px 30px 0;
    padding: 8%;
    min-height: 4.5em;
    background: #fff;
    box-shadow: 0 2em 4em -1em rgba(0, 0, 0, .25);
    text-align: center;
}
.grid_articles .grid__item:nth-child(8n+5) .grid_articles__img {
    z-index: 3;
    left: 40%;
    padding-bottom: 38%;
}
.grid_articles .grid__item:nth-child(8n+5) .grid_articles__img figure {
    right: 0;
    box-shadow: 0 2em 5em rgba(41, 41, 41, .25);
}
.grid_articles .grid__item:nth-child(8n+5) .grid_articles__txt {
    left: -60%;
}
.grid_articles .grid__item:nth-child(8n+5) .grid_articles__txt:before {
    top: 8%;
    bottom: 8%;
    box-shadow: none;
}
.grid_articles .grid__item:nth-child(8n+5) .grid_articles__descr {
    padding: 15% 11%;
}
.slider_gallery_lg img
{
    margin:0 auto;
}
#loginmenu tbody tr
{
    vertical-align: top;

}
#loginmenu td > textarea {
    width: 100%;
    min-height: 30px;
    padding: 10px;
    height: 47px;
    border-radius: 10px;
}
#loginmenu tbody tr {
    display: inline-table;
}
#loginmenu td > b, #loginmenu td > .field300 {

    min-width: 321px;
}
#loginmenu td > .field300 {

    margin: 0px 0;
}
.editbutton {
    position: relative;
    z-index: 999999999;
}
.seo_text {
    margin: 3em 0;
    padding-left: 1.875em;
    border-left: .9375em solid #f58220;
    margin-left: 20px;
}
.d-grid ul li:before
{
    font: normal normal normal 8px/1 FontAwesome;
    content: '\f111';
    color: #f58220;
    margin: 16px;
    position: relative;
    vertical-align: super;
}
.about-adv.d-tac li:before,
.nav_breadcrumbs ul li:before
{
    font: normal normal normal 8px/1 FontAwesome;
    content: '';

}
.d-grid ul li
{
    list-style-type: none;
}
/* End */
/* /local/templates/.default/css/font-awesome.min.css?150841928631004 */
/* /local/templates/.default/css/plugins.css?150841928638911 */
/* /local/templates/.default/css/css.css?150961746271862 */
