@charset "UTF-8";
.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}.wpcf7 form{position:relative}.wpcf7 form>div,.wpcf7 form>p{margin-bottom:1.2em}.wpcf7 .wpcf7-form-control-wrap{width:100%;display:block}.wpcf7 input:not([type=submit]):focus,.wpcf7 select:focus,.wpcf7 textarea:focus{background:#fff;border-color:#eaeaea;outline:0;box-shadow:none}.wpcf7 input:not([type=submit]),.wpcf7 select,.wpcf7 textarea{width:100%;padding:.75em}.wpcf7 input[type=file]{color:#666;height:auto;border-width:1px;border-style:solid;border-color:#eaeaea;border-radius:2px;background:#fafafa;box-shadow:none;box-sizing:border-box;transition:all .2s linear}.wpcf7 input[type=checkbox],.wpcf7 input[type=radio]{display:inline-block;background:#e9eef2;color:#555;clear:none;cursor:pointer;line-height:0;height:1.2em;margin:-3px 4px 0 0;outline:0;padding:0;border-radius:.2em;text-align:center;vertical-align:middle;width:1.4em;min-width:1.4em;transition:all .2s linear}.wpcf7 .wpcf7-validation-errors{border-color:red}ul.ess-buttons{margin:0;padding:0;list-style-type:none;font-size:16px;line-height:1.5em}ul.ess-buttons li{display:inline-block;margin:0}ul.ess-buttons a.ess-button{display:inline-block;padding-right:.25em;padding-bottom:.5em;text-decoration:none;border:none;box-shadow:none}.ess-button-inner,.ess-social-count{display:inline-block;padding:.1em .6em;color:#fff;border-radius:3px}.ess-social-count{display:none}.ess-social-count.ess-social-count--is-ready{display:inline-block}.ess-share-text{position:absolute;top:-9999px;left:-9999px}.ess-buttons--count .ess-share-text,.ess-buttons--text .ess-share-text{position:relative;top:auto;left:auto;display:inline-block;margin-left:5px}.ess-icon{display:inline-block;height:1em;width:1em;fill:#fff;vertical-align:-.1em}.ess-button:visited .ess-button-inner,.ess-button:visited .ess-social-count{color:#fff}.ess-button--facebook .ess-button-inner,.ess-button--facebook .ess-social-count{background:#3b5998}.ess-button--facebook:active .ess-button-inner,.ess-button--facebook:active .ess-social-count,.ess-button--facebook:focus .ess-button-inner,.ess-button--facebook:focus .ess-social-count,.ess-button--facebook:hover .ess-button-inner,.ess-button--facebook:hover .ess-social-count{background:#4466ae}.ess-button--twitter .ess-button-inner,.ess-button--twitter .ess-social-count{background:#00aced}.ess-button--twitter:active .ess-button-inner,.ess-button--twitter:active .ess-social-count,.ess-button--twitter:focus .ess-button-inner,.ess-button--twitter:focus .ess-social-count,.ess-button--twitter:hover .ess-button-inner,.ess-button--twitter:hover .ess-social-count{background:#0dbdff}.ess-button--gplus .ess-button-inner,.ess-button--gplus .ess-social-count{background:#dd4b39}.ess-button--gplus:active .ess-button-inner,.ess-button--gplus:active .ess-social-count,.ess-button--gplus:focus .ess-button-inner,.ess-button--gplus:focus .ess-social-count,.ess-button--gplus:hover .ess-button-inner,.ess-button--gplus:hover .ess-social-count{background:#e16353}.ess-button--pinterest .ess-button-inner,.ess-button--pinterest .ess-social-count{background:#cb2027}.ess-button--pinterest:active .ess-button-inner,.ess-button--pinterest:active .ess-social-count,.ess-button--pinterest:focus .ess-button-inner,.ess-button--pinterest:focus .ess-social-count,.ess-button--pinterest:hover .ess-button-inner,.ess-button--pinterest:hover .ess-social-count{background:#de2c33}.ess-button--email .ess-button-inner,.ess-button--email .ess-social-count{background:#999}.ess-button--email:active .ess-button-inner,.ess-button--email:active .ess-social-count,.ess-button--email:focus .ess-button-inner,.ess-button--email:focus .ess-social-count,.ess-button--email:hover .ess-button-inner,.ess-button--email:hover .ess-social-count{background:#a8a8a8}.ess-button--link .ess-button-inner,.ess-button--link .ess-social-count{background:#999}.ess-button--link:active .ess-button-inner,.ess-button--link:active .ess-social-count,.ess-button--link:focus .ess-button-inner,.ess-button--link:focus .ess-social-count,.ess-button--link:hover .ess-button-inner,.ess-button--link:hover .ess-social-count{background:#a8a8a8}.ess-button--link:active .ess-share-link-wrap,.ess-button--link:focus .ess-share-link-wrap,.ess-button--link:hover .ess-share-link-wrap{opacity:1;visibility:visible}.ess-image-wrap{position:relative;width:auto;line-height:0}.ess-image-wrap,.ess-image-wrap>a{display:inline-block;max-width:100%}.ess-image-wrap:active .ess-buttons,.ess-image-wrap:focus .ess-buttons,.ess-image-wrap:hover .ess-buttons{opacity:1;visibility:visible}.ess-image-wrap .ess-buttons{bottom:0;left:0;margin-bottom:0;text-align:right}.ess-image-wrap .ess-buttons,.ess-share-link-wrap{position:absolute;right:0;opacity:0;visibility:hidden;transition:opacity .2s ease}.ess-share-link-wrap{bottom:100%;padding-right:.25em;padding-bottom:.5em;width:60%}.ess-share-link{box-sizing:border-box;padding:.1em .6em;width:100%;color:#222;background:#fff;border:none;border-radius:3px}
    .ewd-ulb-hidden {
display: none;
}
.ewd-ulb-lightbox {
cursor: pointer;
} .ewd-ulb-background {
z-index: 9000;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100% !important;
background: #222;
background: rgba(0,0,0,.83);
} .ewd-ulb-lightbox-container {
z-index: 9001;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
height: 100vh;
}
.ewd-ulb-slide-container {
position: relative;
float: left;
width: calc(100% - 160px);
padding: 0 10px;
height: calc(100% - 116px);
height: calc(100vh - 116px);
margin: 58px 80px 0;
}
.ewd-ulb-thumbnails-top .ewd-ulb-slide-container, .ewd-ulb-thumbnails-bottom .ewd-ulb-slide-container {
height: calc(100% - 222px);
height: calc(100vh - 222px);
}
@media screen and (max-width: 640px) {
.ewd-ulb-slide-container {
width: 96%;
margin: 58px 2% 0;
}
}
.ewd-ulb-thumbnails-top .ewd-ulb-slide-container {
margin-top: 164px;
}
.ewd-ulb-slide {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%; visibility: hidden;
}
.ewd-ulb-active-slide { visibility: visible;
}
.ewd-ulb-old-active-slide.ewd-ulb-transition-next.ewd-ulb-no-transition,
.ewd-ulb-old-active-slide.ewd-ulb-transition-previous.ewd-ulb-no-transition { visibility: hidden;
}
.ewd-ulb-active-slide.ewd-ulb-transition-next.ewd-ulb-horizontal-slide {
left: 100%;
-webkit-animation: 0.5s linear 0s slidein forwards;
-moz-animation: 0.5s linear 0s slidein forwards;
-o-animation: 0.5s linear 0s slidein forwards;
animation: 0.5s linear 0s slidein forwards;
}
@-webkit-keyframes slidein {
100% {
left: 0px;
opacity: 1;
}
}
@-moz-keyframes slidein {
100% {
left: 0px;
opacity: 1;
}
}
@-o-keyframes slidein {
100% {
left: 0px;
opacity: 1;
}
}
@keyframes slidein {
100% {
left: 0px;
opacity: 1;
}
}
.ewd-ulb-old-active-slide.ewd-ulb-transition-next.ewd-ulb-horizontal-slide {
left: 0px;
-webkit-animation: 0.5s linear 0s slideout forwards;
-moz-animation: 0.5s linear 0s slideout forwards;
-o-animation: 0.5s linear 0s slideout forwards;
animation: 0.5s linear 0s slideout forwards;
}
@-webkit-keyframes slideout {
100% {
left: -100%;
opacity: 1;
}
}
@-moz-keyframes slideout {
100% {
left: -100%;
opacity: 1;
}
}
@-o-keyframes slideout {
100% {
left: -100%;
opacity: 1;
}
}
@keyframes slideout {
100% {
left: -100%;
opacity: 1;
}
}
.ewd-ulb-active-slide.ewd-ulb-transition-previous.ewd-ulb-horizontal-slide {
left: -100%;
-webkit-animation: 0.5s linear 0s prevSlidein forwards;
-moz-animation: 0.5s linear 0s prevSlidein forwards;
-o-animation: 0.5s linear 0s prevSlidein forwards;
animation: 0.5s linear 0s prevSlidein forwards;
}
@-webkit-keyframes prevSlidein {
100% {
left: 0px;
opacity: 1;
}
}
@-moz-keyframes prevSlidein {
100% {
left: 0px;
opacity: 1;
}
}
@-o-keyframes prevSlidein {
100% {
left: 0px;
opacity: 1;
}
}
@keyframes prevSlidein {
100% {
left: 0px;
opacity: 1;
}
}
.ewd-ulb-old-active-slide.ewd-ulb-transition-previous.ewd-ulb-horizontal-slide {
left: 0px;
-webkit-animation: 0.5s linear 0s prevSlideout forwards;
-moz-animation: 0.5s linear 0s prevSlideout forwards;
-o-animation: 0.5s linear 0s prevSlideout forwards;
animation: 0.5s linear 0s prevSlideout forwards;
}
@-webkit-keyframes prevSlideout {
100% {
left: 100%;
opacity: 1;
}
}
@-moz-keyframes prevSlideout {
100% {
left: 100%;
opacity: 1;
}
}
@-o-keyframes prevSlideout {
100% {
left: 100%;
opacity: 1;
}
}
@keyframes prevSlideout {
100% {
left: 100%;
opacity: 1;
}
}
.ewd-ulb-active-slide.ewd-ulb-zoom-one .ewd-ulb-slide-img img {
-moz-transform: scale(1.4);
-webkit-transform: scale(1.4);
transform: scale(1.4);
}
.ewd-ulb-active-slide.ewd-ulb-zoom-two .ewd-ulb-slide-img img {
-moz-transform: scale(1.8);
-webkit-transform: scale(1.8);
transform: scale(1.8);
}
.ewd-ulb-slide-img {
position: relative;
float: left;
width: 100%;
height: 100%;
display: inline-block;
text-align: center;
}
.ewd-ulb-slide-img img {
display: inline-block;
position: relative;
float: none;
width: auto;
height: auto;
max-width: 100%;
max-height: 100%;
}
.ewd-ulb-slide-img:before {
content: "";
display: inline-block;
height: 50%;
width: 1px;
margin-right: -1px;
} .ewd-ulb-slide .ewd-ulb-slide-overlay {
display: block;
position: absolute;
bottom: 0;
min-height: 48px;
width: 100%;
padding: 14px 16px;
background: #111;
background: rgba(0,0,0,.6);
color: #fff;
margin: 0 auto;
box-sizing: border-box;
}
.ewd-ulb-slide-title {
clear: both;
position: relative;
float: left;
width: 100%;
margin-bottom: 8px;
font-size: 1.5em;
text-align: center;
}
.ewd-ulb-slide-description {
clear: both;
position: relative;
float: left;
width: 100%;
font-size: .9em;
text-align: center;
} .ewd-ulb-top-toolbar, .ewd-ulb-bottom-toolbar {
position: absolute;
left: 0;
width: 100%;
height: 48px;
z-index: 2;
background: #111;
background: rgba(0,0,0,.5);
color: #fff;
}
.ewd-ulb-top-toolbar {
top: 0;
}
.ewd-ulb-bottom-toolbar {
bottom: 0;
background: #111;
background: rgba(0,0,0,.625);
}
.ewd-ulb-left-top-toolbar, .ewd-ulb-right-top-toolbar, .ewd-ulb-left-bottom-toolbar, .ewd-ulb-right-bottom-toolbar {
position: relative;
width: auto;
height: 100%;
padding: 8px 16px;
}
.ewd-ulb-left-top-toolbar, .ewd-ulb-left-bottom-toolbar {
float: left;
}
.ewd-ulb-right-top-toolbar, .ewd-ulb-right-bottom-toolbar {
float: right;
}
.ewd-ulb-control {
position: relative;
float: left;
margin: 0 4px;
cursor: pointer;
font-size: 2em; //PChanges
}
.ewd-ulb-slide-counter {
font-size: 1em;
} .ewd-ulb-slide-control {
position: absolute;
width: 80px;
height: 80px;
top: calc(50% - 40px);
top: calc(50vh - 40px);
font-size: 1.4em;
background: #111;
background: rgba(0,0,0,.4);
text-align: center;
padding-top: 20px;
color: #fff;
z-index: 3;
cursor: pointer;
}
.ewd-ulb-slide-control:hover {
background: #111;
background: rgba(0,0,0,.7);
}
.ewd-ulb-slide-control-previous {
left: 0;
}
.ewd-ulb-slide-control-next {
right: 0;
} .ewd-ulb-thumbnail-hidden {
display: none;
}
.ewd-ulb-bottom-thumbnail-bar, .ewd-ulb-top-thumbnail-bar {
position: absolute;
left: 0;
width: 100%;
height: 106px;
background: #111;
background: rgba(0,0,0,.25);
display: none;
}
.ewd-ulb-bottom-thumbnail-bar {
bottom: 48px;
}
.ewd-ulb-top-thumbnail-bar {
top: 48px;
}
.ewd-ulb-thumbnails-bottom .ewd-ulb-bottom-thumbnail-bar {
display: block;
}
.ewd-ulb-thumbnails-bottom .ewd-ulb-top-thumbnail-bar {
display: none;
}
.ewd-ulb-thumbnails-top .ewd-ulb-top-thumbnail-bar {
display: block;
}
.ewd-ulb-thumbnails-top .ewd-ulb-bottom-thumbnail-bar {
display: none;
}
.ewd-ulb-bottom-thumbnail-bar.ewd-ulb-thumbnail-bar-hidden, 
.ewd-ulb-top-thumbnail-bar.ewd-ulb-thumbnail-bar-hidden {
display: none;
}
.ewd-ulb-bottom-thumbnails, .ewd-ulb-top-thumbnails {
position: relative;
float: left;
width: 864px;
height: 100%;
margin-left: 50%;
right: 432px;
overflow: hidden;
}
@media screen and (max-width: 960px) {
.ewd-ulb-bottom-thumbnails, .ewd-ulb-top-thumbnails {
width: 720px;
right: 360px;
}
}
@media screen and (max-width: 800px) {
.ewd-ulb-bottom-thumbnails, .ewd-ulb-top-thumbnails {
width: 576px;
right: 288px;
}
}
@media screen and (max-width: 640px) {
.ewd-ulb-bottom-thumbnails, .ewd-ulb-top-thumbnails {
width: 432px;
right: 216px;
}
}
@media screen and (max-width: 480px) {
.ewd-ulb-bottom-thumbnails, .ewd-ulb-top-thumbnails {
width: 288px;
right: 144px;
}
}
.ewd-ulb-thumbnails-inside {
position: relative;
float: left;
width: 300000000000%;
}
.ewd-ulb-slide-thumbnail {
position: relative;
float: left;
width: 128px;
height: 106px;
margin: 0 8px;
cursor: pointer;
text-align: center;
}
.ewd-ulb-slide-thumbnail img {
position: relative;
margin-top: 10px;
width: auto;
height: auto;
max-width: 128px;
max-height: 86px;
}
.ewd-ulb-active-thumbnail img {
border: 3px solid #fff;
}
.ewd-thumbnail-toggle {
position: relative;
float: left;
top: 10px;
left: 10px;
cursor: pointer;
color: #fff;
z-index: 5;
}
.ewd-thumbnail-toggle-up {
top: 84px;
}
.ewd-thumbnail-toggle-top.ewd-thumbnail-toggle-up {
top: 120px;
}
.ewd-thumbnail-toggle-top.ewd-thumbnail-toggle-down {
top: 48px;
}
.ewd-thumbnail-scroll-button {
position: absolute;
top: 40px;
width: 24px;
height: 24px;
background: transparent;
cursor: pointer;
z-index: 2;
font-family: 'untitled-font-7';
font-size: 18px;
color: #fff;
}
.ewd-thumbnail-scroll-button-left {
left: 48px;
}
.ewd-thumbnail-scroll-button-right {
right: 48px;
}
@media screen and (max-width: 716px) {
.ewd-thumbnail-scroll-button-left {
left: 24px;
}
.ewd-thumbnail-scroll-button-right {
right: 24px;
}
}
@media screen and (max-width: 480px) {
.ewd-ulb-mobile-hide {
display: none !important;
}
} .ewd-ulb-iframe-parent {
position: relative;
}
.ewd-ulb-overlay {
position: absolute;
cursor: pointer;
right: 0;
top: 0;
width: 100%;
height: 100%;
}
.ewd-ulb-slide-img iframe {
display: block;
margin: 0 auto;
max-height: 100%;
max-width: 100%;
} @font-face { font-family: 'untitled-font-7';
src: url(//6element.com.ua/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-arrow/untitled-font-7.eot);
src: url(//6element.com.ua/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-arrow/untitled-font-7.woff2) format('woff2'),
url(//6element.com.ua/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-arrow/untitled-font-7.woff) format('woff'),
url(//6element.com.ua/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-arrow/untitled-font-7.ttf) format("truetype"),
url(//6element.com.ua/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-arrow/untitled-font-7.svg#untitled-font-7) format("svg");
font-weight: normal;
font-style: normal;
}
.ewd-ulb-arrow {
font-family: 'untitled-font-7';
}
@font-face { font-family: 'ewd-lightbox-autoplay';
src: url(//6element.com.ua/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-autoplay/ewd-lightbox-autoplay.eot);
src: url(//6element.com.ua/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-autoplay/ewd-lightbox-autoplay.woff2) format('woff2'),
url(//6element.com.ua/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-autoplay/ewd-lightbox-autoplay.woff) format('woff'),
url(//6element.com.ua/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-autoplay/ewd-lightbox-autoplay.ttf) format("truetype"),
url(//6element.com.ua/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-autoplay/ewd-lightbox-autoplay.svg#ewd-lightbox-autoplay) format("svg");
font-weight: normal;
font-style: normal;
}
.ewd-ulb-autoplay {
font-family: 'ewd-lightbox-autoplay';
}
@font-face { font-family: 'ewd-lightbox-close';
src: url(//6element.com.ua/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-close/ewd-lightbox-close.eot);
src: url(//6element.com.ua/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-close/ewd-lightbox-close.woff2) format('woff2'),
url(//6element.com.ua/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-close/ewd-lightbox-close.woff) format('woff'),
url(//6element.com.ua/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-close/ewd-lightbox-close.ttf) format("truetype"),
url(//6element.com.ua/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-close/ewd-lightbox-close.svg#ewd-lightbox-close) format("svg");
font-weight: normal;
font-style: normal;
}
.ewd-ulb-exit {
font-family: 'ewd-lightbox-close';
}
@font-face { font-family: 'ewd-lightbox-download';
src: url(//6element.com.ua/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-download/ewd-lightbox-download.eot);
src: url(//6element.com.ua/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-download/ewd-lightbox-download.woff2) format('woff2'),
url(//6element.com.ua/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-download/ewd-lightbox-download.woff) format('woff'),
url(//6element.com.ua/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-download/ewd-lightbox-download.ttf) format("truetype"),
url(//6element.com.ua/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-download/ewd-lightbox-download.svg#ewd-lightbox-download) format("svg");
font-weight: normal;
font-style: normal;
}
.ewd-ulb-download {
font-family: 'ewd-lightbox-download';
color: white;
}
@font-face { font-family: 'ewd-lightbox-exit-fullscreen';
src: url(//6element.com.ua/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-exit-fullscreen/ewd-lightbox-exit-fullscreen.eot);
src: url(//6element.com.ua/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-exit-fullscreen/ewd-lightbox-exit-fullscreen.woff2) format('woff2'),
url(//6element.com.ua/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-exit-fullscreen/ewd-lightbox-exit-fullscreen.woff) format('woff'),
url(//6element.com.ua/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-exit-fullscreen/ewd-lightbox-exit-fullscreen.ttf) format("truetype"),
url(//6element.com.ua/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-exit-fullscreen/ewd-lightbox-exit-fullscreen.svg#ewd-lightbox-exit-fullscreen) format("svg");
font-weight: normal;
font-style: normal;
}
.ewd-ulb-regular_screen {
font-family: 'ewd-lightbox-exit-fullscreen';
}
@font-face { font-family: 'ewd-lightbox-fullscreen';
src: url(//6element.com.ua/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-fullscreen/ewd-lightbox-fullscreen.eot);
src: url(//6element.com.ua/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-fullscreen/ewd-lightbox-fullscreen.woff2) format('woff2'),
url(//6element.com.ua/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-fullscreen/ewd-lightbox-fullscreen.woff) format('woff'),
url(//6element.com.ua/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-fullscreen/ewd-lightbox-fullscreen.ttf) format("truetype"),
url(//6element.com.ua/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-fullscreen/ewd-lightbox-fullscreen.svg#ewd-lightbox-fullscreen) format("svg");
font-weight: normal;
font-style: normal;
}
.ewd-ulb-fullscreen {
font-family: 'ewd-lightbox-fullscreen';
}
@font-face { font-family: 'ewd-lightbox-original';
src: url(//6element.com.ua/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-original/ewd-lightbox-original.eot);
src: url(//6element.com.ua/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-original/ewd-lightbox-original.woff2) format('woff2'),
url(//6element.com.ua/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-original/ewd-lightbox-original.woff) format('woff'),
url(//6element.com.ua/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-original/ewd-lightbox-original.ttf) format("truetype"),
url(//6element.com.ua/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-original/ewd-lightbox-original.svg#ewd-lightbox-original) format("svg");
font-weight: normal;
font-style: normal;
}
.ewd-ulb-fullsize {
font-family: 'ewd-lightbox-original';
}
@font-face { font-family: 'ewd-lightbox-share';
src: url(//6element.com.ua/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-share/ewd-lightbox-share.eot);
src: url(//6element.com.ua/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-share/ewd-lightbox-share.woff2) format('woff2'),
url(//6element.com.ua/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-share/ewd-lightbox-share.woff) format('woff'),
url(//6element.com.ua/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-share/ewd-lightbox-share.ttf) format("truetype"),
url(//6element.com.ua/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-share/ewd-lightbox-share.svg#ewd-lightbox-share) format("svg");
font-weight: normal;
font-style: normal;
}
.ewd-ulb-share {
font-family: 'ewd-lightbox-share';
}
@font-face { font-family: 'ewd-lightbox-thumbnail';
src: url(//6element.com.ua/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-thumbnail/ewd-lightbox-thumbnail.eot);
src: url(//6element.com.ua/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-thumbnail/ewd-lightbox-thumbnail.woff2) format('woff2'),
url(//6element.com.ua/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-thumbnail/ewd-lightbox-thumbnail.woff) format('woff'),
url(//6element.com.ua/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-thumbnail/ewd-lightbox-thumbnail.ttf) format("truetype"),
url(//6element.com.ua/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-thumbnail/ewd-lightbox-thumbnail.svg#ewd-lightbox-thumbnail) format("svg");
font-weight: normal;
font-style: normal;
}
.ewd-ulb-thumbnail {
font-family: 'ewd-lightbox-thumbnail';
}
@font-face { font-family: 'ewd-lightbox-unzoom';
src: url(//6element.com.ua/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-unzoom/ewd-lightbox-unzoom.eot);
src: url(//6element.com.ua/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-unzoom/ewd-lightbox-unzoom.woff2) format('woff2'),
url(//6element.com.ua/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-unzoom/ewd-lightbox-unzoom.woff) format('woff'),
url(//6element.com.ua/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-unzoom/ewd-lightbox-unzoom.ttf) format("truetype"),
url(//6element.com.ua/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-unzoom/ewd-lightbox-unzoom.svg#ewd-lightbox-unzoom) format("svg");
font-weight: normal;
font-style: normal;
}
.ewd-ulb-zoom_out {
font-family: 'ewd-lightbox-unzoom';
}
@font-face { font-family: 'ewd-lightbox-zoom';
src: url(//6element.com.ua/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-zoom/ewd-lightbox-zoom.eot);
src: url(//6element.com.ua/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-zoom/ewd-lightbox-zoom.woff2) format('woff2'),
url(//6element.com.ua/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-zoom/ewd-lightbox-zoom.woff) format('woff'),
url(//6element.com.ua/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-zoom/ewd-lightbox-zoom.ttf) format("truetype"),
url(//6element.com.ua/wp-content/plugins/ultimate-lightbox/assets/fonts/ewd-lightbox-zoom/ewd-lightbox-zoom.svg#ewd-lightbox-zoom) format("svg");
font-weight: normal;
font-style: normal;
}
.ewd-ulb-zoom {
font-family: 'ewd-lightbox-zoom';
} .animate { 
transition: transform 0.3s ease-out; 
}
.ms-touch.slider 
{
overflow-x: scroll;
overflow-y: hidden;
-ms-overflow-style: none; -ms-scroll-chaining: none; -ms-scroll-snap-type: mandatory; -ms-scroll-snap-points-x: snapInterval(0%, 100%); }   .ewd-ulb-style-matte .ewd-ulb-control {
font-size: 1.5em;
line-height: 1.5
}
.ewd-ulb-style-matte .ewd-ulb-slide-control,
.ewd-ulb-style-matte .ewd-ulb-top-toolbar,
.ewd-ulb-style-matte .ewd-ulb-bottom-toolbar,
.ewd-ulb-style-matte .ewd-ulb-bottom-thumbnail-bar,
.ewd-ulb-style-matte .ewd-ulb-top-thumbnail-bar {
background: transparent;
}
.ewd-ulb-style-matte .ewd-ulb-slide-control:hover {
background: transparent;
opacity: .7;
}
.ewd-ulb-background.ewd-ulb-style-light {
background: rgba(255,255,255,.9);
}
.ewd-ulb-style-light .ewd-ulb-top-toolbar,
.ewd-ulb-style-light .ewd-ulb-bottom-toolbar,
.ewd-ulb-style-light .ewd-thumbnail-scroll-button,
.ewd-ulb-style-light .ewd-thumbnail-toggle,
.ewd-ulb-style-light .ewd-ulb-download,
.ewd-ulb-style-light .ewd-ulb-slide-control {
color: #000;
}
.ewd-ulb-style-contrast .ewd-ulb-top-toolbar,
.ewd-ulb-style-contrast .ewd-ulb-top-thumbnail-bar {
border-bottom: 1px solid #fff;
}
.ewd-ulb-style-contrast .ewd-ulb-bottom-thumbnail-bar,
.ewd-ulb-style-contrast .ewd-ulb-bottom-toolbar {
border-top: 1px solid #fff;
}
.ewd-ulb-style-light.ewd-ulb-style-contrast .ewd-ulb-top-toolbar,
.ewd-ulb-style-light.ewd-ulb-style-contrast .ewd-ulb-top-thumbnail-bar {
border-bottom: 1px solid #000;
}
.ewd-ulb-style-light.ewd-ulb-style-contrast .ewd-ulb-bottom-thumbnail-bar,
.ewd-ulb-style-light.ewd-ulb-style-contrast .ewd-ulb-bottom-toolbar {
border-top: 1px solid #000;
}.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after, .twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
content: " ";
display: block;
background: white;
position: absolute;
z-index: 30;
-webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
-moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5); }
.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after {
width: 3px;
height: 9999px;
left: 50%;
margin-left: -1.5px; }
.twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
width: 9999px;
height: 3px;
top: 50%;
margin-top: -1.5px; }
.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
position: absolute;
top: 0;
width: 100%;
height: 100%; }
.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
-webkit-transition-duration: 0.5s;
-moz-transition-duration: 0.5s;
transition-duration: 0.5s; }
.twentytwenty-before-label, .twentytwenty-after-label {
-webkit-transition-property: opacity;
-moz-transition-property: opacity;
transition-property: opacity; }
.twentytwenty-before-label:before, .twentytwenty-after-label:before {
color: white;
font-size: 13px;
letter-spacing: 0.1em; }
.twentytwenty-before-label:before, .twentytwenty-after-label:before {
position: absolute;
background: rgba(255, 255, 255, 0.2);
line-height: 38px;
padding: 0 20px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px; }
.twentytwenty-horizontal .twentytwenty-before-label:before, .twentytwenty-horizontal .twentytwenty-after-label:before {
top: 50%;
margin-top: -19px; }
.twentytwenty-vertical .twentytwenty-before-label:before, .twentytwenty-vertical .twentytwenty-after-label:before {
left: 50%;
margin-left: -45px;
text-align: center;
width: 90px; }
.twentytwenty-left-arrow, .twentytwenty-right-arrow, .twentytwenty-up-arrow, .twentytwenty-down-arrow {
width: 0;
height: 0;
border: 6px inset transparent;
position: absolute; }
.twentytwenty-left-arrow, .twentytwenty-right-arrow {
top: 50%;
margin-top: -6px; }
.twentytwenty-up-arrow, .twentytwenty-down-arrow {
left: 50%;
margin-left: -6px; }
.twentytwenty-container {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
z-index: 0;
overflow: hidden;
position: relative;
-webkit-user-select: none;
-moz-user-select: none; }
.twentytwenty-container img {
max-width: 100%;
position: absolute;
top: 0;
display: block; }
.twentytwenty-container.active .twentytwenty-overlay, .twentytwenty-container.active :hover.twentytwenty-overlay {
background: rgba(0, 0, 0, 0); }
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label, .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label {
opacity: 0; }
.twentytwenty-container * {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box; }
.twentytwenty-before-label {
opacity: 0; }
.twentytwenty-before-label:before {
content: attr(data-content); }
.twentytwenty-after-label {
opacity: 0; }
.twentytwenty-after-label:before {
content: attr(data-content); }
.twentytwenty-horizontal .twentytwenty-before-label:before {
left: 10px; }
.twentytwenty-horizontal .twentytwenty-after-label:before {
right: 10px; }
.twentytwenty-vertical .twentytwenty-before-label:before {
top: 10px; }
.twentytwenty-vertical .twentytwenty-after-label:before {
bottom: 10px; }
.twentytwenty-overlay {
-webkit-transition-property: background;
-moz-transition-property: background;
transition-property: background;
background: rgba(0, 0, 0, 0);
z-index: 25; }
.twentytwenty-overlay:hover {
background: rgba(0, 0, 0, 0.5); }
.twentytwenty-overlay:hover .twentytwenty-after-label {
opacity: 1; }
.twentytwenty-overlay:hover .twentytwenty-before-label {
opacity: 1; }
.twentytwenty-before {
z-index: 20; }
.twentytwenty-after {
z-index: 10; }
.twentytwenty-handle {
height: 38px;
width: 38px;
position: absolute;
left: 50%;
top: 50%;
margin-left: -22px;
margin-top: -22px;
border: 3px solid white;
-webkit-border-radius: 1000px;
-moz-border-radius: 1000px;
border-radius: 1000px;
-webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
-moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
z-index: 40;
cursor: pointer; }
.twentytwenty-horizontal .twentytwenty-handle:before {
bottom: 50%;
margin-bottom: 22px;
-webkit-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
-moz-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }
.twentytwenty-horizontal .twentytwenty-handle:after {
top: 50%;
margin-top: 22px;
-webkit-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
-moz-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }
.twentytwenty-vertical .twentytwenty-handle:before {
left: 50%;
margin-left: 22px;
-webkit-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
-moz-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }
.twentytwenty-vertical .twentytwenty-handle:after {
right: 50%;
margin-right: 22px;
-webkit-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
-moz-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }
.twentytwenty-left-arrow {
border-right: 6px solid white;
left: 50%;
margin-left: -17px; }
.twentytwenty-right-arrow {
border-left: 6px solid white;
right: 50%;
margin-right: -17px; }
.twentytwenty-up-arrow {
border-bottom: 6px solid white;
top: 50%;
margin-top: -17px; }
.twentytwenty-down-arrow {
border-top: 6px solid white;
bottom: 50%;
margin-bottom: -17px; }html, 
body { 
min-height: 100% !important; 
height: auto !important; 
}
.spu-box, .spu-box *{
box-sizing: border-box;
}
.spu-bg{
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
display: none;
z-index: 99999;
}
.spu-box:before,
.spu-box:after {
content:"";
display:table;
}
.spu-box:after {
clear:both;
} .spu-box {
zoom:1;
}
.spu-box { 
position:fixed;
z-index: 999999;
margin: 10px;
max-width: 100%;
}
.spu-box.spu-centered{
margin: 0;
} .spu-box img{
max-width: 100%;
height: auto;
} .spu-box.spu-top-left{ 
top: 0; left: 0; bottom: auto; right: auto;
}
.spu-box.spu-top-right{ 
top: 0; right: 0; bottom: auto; left: auto;
}
.spu-box.spu-bottom-left{ 
bottom: 0; left: 0; top: auto; right: auto;
}
.spu-box.spu-bottom-right{ 
bottom: 0; right: 0; top: auto; left: auto;
}
.spu-content > *:first-child {	
margin-top: 0; padding-top: 0;
}
.spu-content > *:last-child {
margin-bottom:0; padding-bottom:0;
}
.spu-close{ 
position:absolute;
padding: 0;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
line-height: 1;
}
.spu-close.top_right{
right:8px;
top:5px;
}
.spu-close.top_left{
left:8px;
top:5px;
}
.spu-close.bottom_right{
right:8px;
bottom:5px;
}
.spu-close.bottom_left{
left:8px;
bottom:5px;
}
p.spu-powered {
position: absolute;
bottom: -55px;
width: 100%;
text-align: center;
color: #fff;
left: 0px;
}
p.spu-powered a{
color: #ccc;
text-decoration: underline;
}
.spu-close:hover, .spu-close:focus {
text-decoration: none;
cursor: pointer;
}
.spu-shortcode {
float: left;
line-height: normal !important;
}
.spu-facebook-page{
text-align: center;
display: block;
}
.spu-shortcode iframe{
max-width: 1200px;
}
.spu_shortcodes{
zoom: 1;
}
.spu-content .wysija-msg li{
list-style: none;
}
.spu_shortcodes:before, 
.spu_shortcodes:after { content: ""; display: table; }
.spu_shortcodes:after { clear: both; }
@font-face {
font-family: 'spufont';
src:url(//6element.com.ua/wp-content/plugins/popups/public/assets/fonts/spufont.eot?sze5my);
src:url(//6element.com.ua/wp-content/plugins/popups/public/assets/fonts/spufont.eot?#iefixsze5my) format('embedded-opentype'),
url(//6element.com.ua/wp-content/plugins/popups/public/assets/fonts/spufont.woff?sze5my) format('woff'),
url(//6element.com.ua/wp-content/plugins/popups/public/assets/fonts/spufont.ttf?sze5my) format('truetype'),
url(//6element.com.ua/wp-content/plugins/popups/public/assets/fonts/spufont.svg?sze5my#spufont) format('svg');
font-weight: normal;
font-style: normal;
}
[class^="spu-icon-"], [class*=" spu-icon-"] {
font-family: 'spufont';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.spu-icon-envelope:before {
content: "\f003";
}
.spu-icon-check:before {
content: "\f00c";
}
.spu-icon-close:before {
content: "\f00d";
}
.spu-icon-eye:before {
content: "\f06e";
}
.spu-icon-gears:before {
content: "\f085";
}
.spu-icon-angle-up:before {
content: "\f106";
}
.spu-icon-angle-down:before {
content: "\f107";
}
.spu-icon-spinner:before {
content: "\f110";
}
.spu-spinner {
-webkit-animation: spu-rotate 1s infinite linear;
-moz-animation: spu-rotate 1s infinite linear;
-o-animation: spu-rotate 1s infinite linear;
margin: 5px;
display: none;
} .spu-box.spu-top-bar,
.spu-box.spu-bottom-bar{
margin: 0;
width: 100% !important;
padding: 10px 30px !important;
border-left: none !important;
border-right: none !important;
border-radius: 0;
position: fixed;
box-shadow: none;
z-index: 1000;
}
.spu-box.spu-top-bar.with-spu-gdpr{
padding-bottom: 40px !important;
}
.spu-box.spu-top-bar{
top: 0;
border-top: none !important;
}
.spu-box.spu-bottom-bar{
bottom: 0;
border-bottom: none !important;
}
.spu-box.spu-top-bar h1,
.spu-box.spu-top-bar h2,
.spu-box.spu-top-bar h3,
.spu-box.spu-top-bar h4,
.spu-box.spu-top-bar h5,
.spu-box.spu-top-bar h6,
.spu-box.spu-top-bar p,
.spu-box.spu-bottom-bar h1,
.spu-box.spu-bottom-bar h2,
.spu-box.spu-bottom-bar h3,
.spu-box.spu-bottom-bar h4,
.spu-box.spu-bottom-bar h5,
.spu-box.spu-bottom-bar h6,
.spu-box.spu-bottom-bar p{
margin: 0;
}
@keyframes spu-rotate {
0% {
transform: rotate(0);
}
100% {
transform: rotate(360deg);
}
}
@-webkit-keyframes spu-rotate {
0% {
transform: rotate(0);
}
100% {
transform: rotate(360deg);
}
}
@-moz-keyframes spu-rotate {
0% {
transform: rotate(0);
}
100% {
transform: rotate(360deg);
}
}
@-o-keyframes spu-rotate {
0% {
transform: rotate(0);
}
100% {
transform: rotate(360deg);
}
}
@media only screen and (max-width: 620px) {
.spu-box.taller-than-viewport {
left: 0 !important;
top: 100px !important;
position: absolute !important;
}
.spu-box{
margin: 0;
}
}