html,
body {
    font-family: Tahoma, "Trebuchet MS", sans-serif;
    font-size: 14px;
    height: 100%;
}
textarea, input {
    font-family: Tahoma, "Trebuchet MS", sans-serif;
}
.main-container {
    min-height: 100%;
    position: relative;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    font-size: inherit;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}
img{
    max-width: 100%;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
@font-face {
    font-family: "metropolismedium";
    src: url("../font/metropolis-medium-webfont.eot");
    src: url("../font/metropolis-medium-webfont.eot?#iefix") format("embedded-opentype"), url("../font/metropolis-medium-webfont.woff2") format("woff2"), url("../font/metropolis-medium-webfont.woff") format("woff"),
        url("../font/metropolis-medium-webfont.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "metropolisregular";
    src: url("../font/metropolis-regular-webfont.eot");
    src: url("../font/metropolis-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../font/metropolis-regular-webfont.woff2") format("woff2"), url("../font/metropolis-regular-webfont.woff") format("woff"),
        url("../font/metropolis-regular-webfont.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "metropolisbold";
    src: url("../font/metropolis-bold-webfont.eot");
    src: url("../font/metropolis-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../font/metropolis-bold-webfont.woff2") format("woff2"), url("../font/metropolis-bold-webfont.woff") format("woff"),
        url("../font/metropolis-bold-webfont.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "metropolislight";
    src: url("../font/metropolis-light-webfont.eot");
    src: url("../font/metropolis-light-webfont.eot?#iefix") format("embedded-opentype"), url("../font/metropolis-light-webfont.woff2") format("woff2"), url("../font/metropolis-light-webfont.woff") format("woff"),
        url("../font/metropolis-light-webfont.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "metropolissemi_bold";
    src: url("../font/metropolis-semibold-webfont.eot");
    src: url("../font/metropolis-semibold-webfont.eot?#iefix") format("embedded-opentype"), url("../font/metropolis-semibold-webfont.woff2") format("woff2"), url("../font/metropolis-semibold-webfont.woff") format("woff"),
        url("../font/metropolis-semibold-webfont.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "yt";
    src: url("../font/yellowtail-regular-webfont.eot");
    src: url("../font/yellowtail-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../font/yellowtail-regular-webfont.woff2") format("woff2"), url("../font/yellowtail-regular-webfont.woff") format("woff"),
        url("../font/yellowtail-regular-webfont.ttf") format("truetype"), url("../font/yellowtail-regular-webfont.svg#yellowtailregular") format("svg");
    font-weight: normal;
    font-style: normal;
}
body {
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    text-align: center;
}
.xyz {
    overflow: hidden;
}
.clear{
    clear: both;
}
.main-container{
    min-height: 100%;
    position: relative;
    z-index: 3;
}

#bg{
    width:100%;
    height:100%;
    left:0;
    top:0;
    position:fixed;
    z-index:1;
    background: url(../../files/img/10541plwebsite_data.jpg);
    background-size: cover;
}
 #bg-overlay{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(255,255,255,0.9);
    z-index:2;
}

.bg-grey {
    background: #f5f5f5;
}

#web {
    width: 100%;
    overflow: clip;
    right: 0;
    position: relative;
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
    padding-bottom: 60px;
}
.content {
    max-width: 1170px;
    width: 100%;
    position: relative;
    box-sizing: border-box;
    display: inline-block;
    padding: 0 15px;
}
a {
    text-decoration: none;
}
em {
    font-style: italic;
}
.mask {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.transition {
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
}
.w100 {
    width: 100%;
}
.h100 {
    height: 100%;
}
.border-box {
    box-sizing: border-box;
}
.padding15 {
    padding: 15px;
}
.padding0 {
    padding: 0;
}
.inline-block {
    display: inline-block;
}
.block {
    display: block;
}
.relative {
    position: relative;
}
.absolute {
    position: absolute;
}
.left {
    text-align: left;
}
.center {
    text-align: center;
}
.right {
    text-align: right;
}
.topp {
    vertical-align: top;
}
.bottom {
    vertical-align: bottom;
}
.middle {
    vertical-align: middle;
}
.decoration-none {
    text-decoration: none;
}
.uppercase {
    text-transform: uppercase;
}
.bgimg {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
}
.ghost-element:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-left: -0.25em;
    height: 100%;
}
.ghost-content {
    display: inline-block;
    vertical-align: middle;
}
.translateX {
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.translateY {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.translateXY {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
}
a {
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    opacity: 0;
}
.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}
.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
}
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
.top {
    width: 100%;
    position: relative;
    z-index: 2002;
    /*top: 60px;*/
    white-space: nowrap;
    text-align: center;
    margin-bottom: -10px;
}
.main-app-menu .top {
    position: absolute;
    top: 60px;
    height: 70px;
}
.top .ups {
    border-bottom: 1px solid #fff;
}
.top .ups .content {
    text-align: left;
    opacity: 0.55;
}
.top .ups .content .nazwa {
    padding: 8px 0;
}
.top .ups .content .nazwa a {
    font-size: 12px;
    color: #fff;
    line-height: 1.2;
}
.top .ups .content .social {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.top .content {
    height: 100%;
}
.top .make_burger {
    height: 70px;
}
.top-shop-btn-cont a {
    background: #f45c44;
    border: none;
    display: inline-block;
    box-sizing: border-box;
    padding: 5px 10px;
    font-size: 14px;
    color: #fff;
    border-radius: 15px;
}
.top-shop-btn-cont {
    display: inline-block;
}
@media screen and (max-width: 340px) {
    .soc .top-shop-btn-cont {
        display: none;
    }
}
.main-app-menu .wh {
    top: 0;
    position: fixed;
}
.tp {
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
    background-color: #fff;
    box-shadow: 0px 0px 7.6px 0.4px rgba(0, 0, 0, 0.15);
}
.tp #menu a {
    color: #464a4c !important;
}
.tp #menu a:hover {
    color: #f45c44 !important;
}
.tp #menu .active a {
    border-bottom: 2px solid #464a4c !important;
}
.tp #menu .active a:hover {
    border-bottom: 2px solid #f45c44 !important;
}
.tp #menu .active a.highlighted { 
    border-bottom: 0 !important;
}
.tp #menu a.highlighted {
    color: #FFF !important;
}
.main-app-menu .tp .logo img:first-child {
    display: none;
}
.main-app-menu .tp .logo img:last-child {
    display: inline-block;
}
.newsfloat {
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 15;
}
.logo {
    text-align: left;
    padding-top: 7px;
/*    position: absolute;
    z-index: 1000;
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);*/
}
.logo a{
    display: inline-block;
    text-align:center;
    text-decoration: none;
}
.logo a img{
    max-height:110px;
}
.logo.text {
    font-size: 40px;
    line-height: 0.8;
    font-weight: 500;
    padding-top:20px;
    padding-bottom:10px;
    /* margin-bottom:20px; */
    /* border-bottom: 1px solid #ddd; */
}
.logo.text a,
.logo.text a:hover,
.logo.text a:focus {
    color: #4a4a49;
}
.logo.text span {
    font-size: 21px;
}
.logo.img {
    margin-top: 15px;
    margin-bottom:16px;
}

.main-app-menu .logo {
    position: absolute;
    z-index: 1000;
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-top: 0;
}

.main-app-menu .logo a img:last-child {
    display: none;
}

@media screen and (max-width: 800px) {
    .logo.text {
        font-size: 34px;
    }
    .logo.text span {
        font-size: 18px;
    }
}
@media screen and (max-width: 500px) {
    .logo.img {
        max-width: 85%;
        margin-top: 10px;
    }
    .main-app-menu .logo {
        max-width: 75%;
    }
    .main-app-menu .top.wh.tp .logo {
        max-width: 60%;
    }
}
@media screen and (max-width: 300px) {
    .logo.text {
        font-size: 30px;
    }
    .logo.text span {
        font-size: 16px;
    }
}

#menu {
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
#menu ul li {
    display: inline-block;
    box-sizing: border-box;
    padding: 0 2px;
    position: relative;
}
#menu ul li a {
    font-size: 18px;
    color: #fff;
    line-height: 1;
    text-decoration: none;
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
    position: relative;
    margin: 0 5px;
    border-bottom: transparent solid #fff;
}
#menu ul li:hover a {
    color: #f45c44;
}
#menu ul .active a {
    position: relative;
    border-bottom: 2px solid #fff;
}
#menu ul li a.highlighted {
    font-weight: bold;
    background: #f45c44;
    border-radius: 15px;
    padding: 5px 20px 5px 15px;
}
#menu ul li.active a.highlighted {
    border-bottom: 0 !important;
}
#menu ul li a.highlighted::before {
    content: url(/images/CART.svg);
    display: inline-block;
    width: 35px;
    margin-right: 5px;
    top: 10px;
    position: relative;
}
#menu ul li a.highlighted:hover,
#menu ul li a.highlighted:focus {
    -webkit-transform: scale(1.07);
    -moz-transform: scale(1.07);
    -ms-transform: scale(1.07);
    -o-transform: scale(1.07);
    transform: scale(1.07);
    text-decoration: none !important;
    color: #FFF !important;
}
.social {
    display: inline-block;
    padding-right: 15px;
    padding: 5px 15px 5px 0;
}
.social div {
    display: inline-block;
    padding: 0 8px;
    vertical-align: middle;
}
.social div a img {
    width: 15px;
}
.social div:first-child {
    padding-left: 0;
}
.social div:last-child {
    padding-right: 0;
}
.social .b2 {
    display: none;
}
.social .icon-with-text a {
    color: #000;
    font-size: 14px;
}
.social .icon-with-text img {
    float: left;
    margin-right: 5px;
}
@media (max-width: 800px) {
    .social .b2 {
        display: inline-block;
    }
    .social .icon-with-text span {
        display: none;
    }
}
@media (max-width: 800px) {
    .social .b1 {
        display: none;
    }
}
.burger-menu {
    position: absolute;
    z-index: 1002;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
    background-color: transparent;
}
.burger-menu .burger-click-region {
    position: relative;
    width: 20px;
    height: 20px;
    cursor: pointer;
    text-align: right;
}
.burger-menu .burger-click-region .burger-menu-piece {
    display: block;
    position: absolute;
    width: 20px;
    height: 2px;
    background: #f45c44;
    -webkit-transform-origin: 50% 50% 0;
    -moz-transform-origin: 50% 50% 0;
    -ms-transform-origin: 50% 50% 0;
    -o-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
    -webkit-transition: transform 400ms ease-out 0s;
    -moz-transition: transform 400ms ease-out 0s;
    -o-transition: transform 400ms ease-out 0s;
    transition: transform 400ms ease-out 0s;
    -webkit-transition: background 400ms ease-out 0s;
    -moz-transition: background 400ms ease-out 0s;
    -o-transition: background 400ms ease-out 0s;
    transition: background 400ms ease-out 0s;
    box-shadow: 0px 0px 2px #fff;
    left: 0;
}
.burger-menu .burger-click-region .burger-menu-piece:nth-child(1) {
    top: 2px;
    left: 0px;
}
.burger-menu .burger-click-region .burger-menu-piece:nth-child(2) {
    top: 10px;
    opacity: 1;
    transition: transform 400ms ease-out, opacity 0ms linear 200ms;
    background: #f45c44;
    width: 16px;
    left: 2px;
}
.burger-menu .burger-click-region .burger-menu-piece:nth-child(3) {
    top: 18px;
    left: 0px;
}
.burger-menu .burger-click-region .burger-menu-piece.active {
    background: #000;
}
.burger-menu .burger-click-region .burger-menu-piece.active:nth-child(1) {
    -webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
    -moz-transform: translate3d(0, 8px, 0) rotate(45deg);
    -ms-transform: translate3d(0, 8px, 0) rotate(45deg);
    -o-transform: translate3d(0, 8px, 0) rotate(45deg);
    transform: translate3d(0, 8px, 0) rotate(45deg);
    width: 26px;
    left: 0px;
}
.burger-menu .burger-click-region .burger-menu-piece.active:nth-child(2) {
    opacity: 0;
    transition: transform 400ms ease-out, opacity 0ms linear 200ms;
    width: 26px;
}
.burger-menu .burger-click-region .burger-menu-piece.active:nth-child(3) {
    -webkit-transform: translate3d(0, -8px, 0) rotate(-45deg);
    -moz-transform: translate3d(0, -8px, 0) rotate(-45deg);
    -ms-transform: translate3d(0, -8px, 0) rotate(-45deg);
    -o-transform: translate3d(0, -8px, 0) rotate(-45deg);
    transform: translate3d(0, -8px, 0) rotate(-45deg);
    width: 26px;
    left: 0px;
}
.burger-menu .burger-click-region .whh {
    background: #fff !important;
}
@media (max-width: 1099px) {
    #menu {
        display: none !important;
    }
}
@media all and (min-width: 1100px) {
    .burger-menu {
        display: none;
    }
}

nav#mobile-menu {
    position: fixed;
    z-index: 1004;
    top: -100%;
    right: 0px;
    width: 100%;
    /* background: rgba(255, 255, 255, 0.85); */
    text-align: left;
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
}
nav#mobile-menu.actives {
    background: #FFF;
    top: 0 !important;
}
nav#mobile-menu .burger-click-region {
    position: absolute;
    right: 15px;
    top: 24px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    text-align: right;
}
nav#mobile-menu .burger-click-region .burger-menu-piece {
    display: block;
    position: absolute;
    width: 20px;
    height: 2px;
    background: #fff;
    -webkit-transform-origin: 50% 50% 0;
    -moz-transform-origin: 50% 50% 0;
    -ms-transform-origin: 50% 50% 0;
    -o-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
    -webkit-transition: transform 400ms ease-out 0s;
    -moz-transition: transform 400ms ease-out 0s;
    -o-transition: transform 400ms ease-out 0s;
    transition: transform 400ms ease-out 0s;
    -webkit-transition: background 400ms ease-out 0s;
    -moz-transition: background 400ms ease-out 0s;
    -o-transition: background 400ms ease-out 0s;
    transition: background 400ms ease-out 0s;
    box-shadow: 0px 0px 2px #fff;
    left: 0;
}
nav#mobile-menu .burger-click-region .burger-menu-piece:nth-child(2) {
    top: 10px;
    opacity: 1;
    transition: transform 400ms ease-out, opacity 0ms linear 200ms;
    background: #fff;
    width: 16px;
    left: 2px;
}
nav#mobile-menu .burger-click-region .burger-menu-piece:nth-child(3) {
    top: 18px;
    left: 0px;
}
nav#mobile-menu .burger-click-region .burger-menu-piece {
    background: #000;
}
nav#mobile-menu .burger-click-region .burger-menu-piece:nth-child(1) {
    top: 2px;
    -webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
    -moz-transform: translate3d(0, 8px, 0) rotate(45deg);
    -ms-transform: translate3d(0, 8px, 0) rotate(45deg);
    -o-transform: translate3d(0, 8px, 0) rotate(45deg);
    transform: translate3d(0, 8px, 0) rotate(45deg);
    width: 26px;
    left: 0px;
}
nav#mobile-menu .burger-click-region .burger-menu-piece:nth-child(2) {
    opacity: 0;
}
nav#mobile-menu .burger-click-region .burger-menu-piece:nth-child(3) {
    top: 18px;
    -webkit-transform: translate3d(0, -8px, 0) rotate(-45deg);
    -moz-transform: translate3d(0, -8px, 0) rotate(-45deg);
    -ms-transform: translate3d(0, -8px, 0) rotate(-45deg);
    -o-transform: translate3d(0, -8px, 0) rotate(-45deg);
    transform: translate3d(0, -8px, 0) rotate(-45deg);
    width: 26px;
    left: 0px;
}
nav#mobile-menu .burger-click-region .whh {
    background: #fff !important;
}
nav#mobile-menu ul {
    /* position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); */
    text-align: center;
    margin-top: 20px;
    width: 100%;
    box-shadow: 0 8px 21px -9px rgb(0, 0, 0, 0.2);
}
nav#mobile-menu .social-container {
    text-align: center;
    margin-top: 5px;
}
@media (max-height: 400px) {
    nav#mobile-menu ul {
        bottom: 0;
    }
}
nav#mobile-menu ul li {
    display: block;
    padding: 7px 0;
}
@media (max-height: 500px) {
    nav#mobile-menu ul li {
        padding: 3px 0;
    }
}
nav#mobile-menu ul li a {
    font-size: 22px;
    color: #4d4a47;
    line-height: 1.5;
    text-decoration: none;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
    position: relative;
    text-transform: uppercase;
    display: inline-block;
}
@media (max-height: 620px) {
    nav#mobile-menu ul li a {
        font-size: 18px;
        line-height: 1.1;
    }
}
@media (max-height: 500px) {
    nav#mobile-menu ul li a {
        font-size: 15px;
        line-height: 1.1;
    }
}
nav#mobile-menu ul .active a {
    position: relative;
    color: #f45c44;
}
.actives {
    top: 0 !important;
} 

.main-app-menu .banner {
    padding:0 30px
}
@media (max-width: 1200px) {
    .banner,
    .main-app-menu .banner {
        padding: 0;
    }
}
.banner .banner-box {
    position: relative;
    min-height: 450px;
    border-radius: 15px;
}
.banner .banner-box .m1 {
    background-color: rgba(0, 0, 0, 0.25);
    border-radius: 15px;
}
.banner .banner-box .m2 {
    background: -moz-linear-gradient(top, rgba(26, 35, 126, 0.1) 0%, rgba(43, 57, 201, 0.1) 100%);
    background: -webkit-linear-gradient(top, rgba(26, 35, 126, 0.1) 0%, rgba(43, 57, 201, 0.1) 100%);
    background: linear-gradient(to bottom, rgba(26, 35, 126, 0.1) 0%, rgba(43, 57, 201, 0.1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a1a237e', endColorstr='#1a2b39c9',GradientType=0 );
    border-radius: 15px;
}
.banner .banner-box:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-left: -0.25em;
    min-height: 450px;
}
.banner .banner-box .content {
    text-align: left;
    z-index: 2;
    display: inline-block;
    vertical-align: middle;
}
.banner .banner-box .content .header {
    padding: 180px 0 100px;
}
.banner .banner-box .content .header p {
    font-size: 32px;
    color: #fff;
    line-height: 1.2;
}
.banner .banner-box .content .pheader {
    padding: 30px 0;
}
.banner .banner-box .content .pheader span {
    font-size: 16px;
    color: #fff;
    line-height: 1.2;
}
.banner-col.block-banner#home-header-ebook{
    position: absolute;
    top: -60px;
    right: 20px;
    overflow: hidden;
    padding-top:0;
}
@media screen and (max-width: 991px) {
    .banner-col.block-banner#home-header-ebook{
        position: relative;
        top: 0;
        left: 0;
        right: initial;
    }
}
.banner-cols-cont{
    width: 100%;
}
#home-header-ebook{
    text-align:right;
}
.small-mobile-banner #home-header-ebook{
    text-align: center;
    padding-top:40px;
}
.home-header-ebook-inner{
    display:inline-block;
    text-align:center;
    border: 1px solid #ddd;
    border-radius: 15px;
    padding: 15px;    
}

#home-header-ebook a{
    text-align:center;
}
#home-header-ebook span{
    font-size:28px;
    
    display:block;
    color:#FFF;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.small-mobile-banner #home-header-ebook span{
    font-size:20px;
}
#home-header-ebook .ebook-banner{
    display:inline-block;
    margin-top:5px;
    max-width:200px;
    /*    box-shadow: 0px 0px 12px 3px rgba(0,0,0,0.25);*/
    /*-webkit-box-shadow: 0px 0px 12px 3px rgba(0,0,0,0.25);*/
    /*-moz-box-shadow: 0px 0px 12px 3px rgba(0,0,0,0.25);*/
}
.small-mobile-banner #home-header-ebook .ebook-banner{
    width:160px;
}
#home-header-ebook .home-header-ebook-inner,
.shake{
    animation: shake 2.82s cubic-bezier(.36,.07,.19,.97) both infinite;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
#home-header-ebook .home-header-ebook-inner:hover,
.shake:hover{
    animation: none;
    transform: translate3d(0, 0, 0);
    background: #fff;
    border-color: #f45c44;
}
#home-header-ebook .home-header-ebook-inner:hover span{
    color: #f45c44;
}
@keyframes shake {
  66%{transform: translate3d(-1px, 0, 0);}
  70%{transform: translate3d(2px, 0, 0);}
  74%{transform: translate3d(-4px, 0, 0);}
  78%{transform: translate3d(4px, 0, 0);}
  82%{transform: translate3d(-4px, 0, 0);}
  86%{transform: translate3d(4px, 0, 0);}
  90%{transform: translate3d(-4px, 0, 0);}
  94%{transform: translate3d(2px, 0, 0);}
  100%{transform: translate3d(-1px, 0, 0);}
}
@media screen and (max-width:768px){
    #home-header-ebook .home-header-ebook-inner{
        padding:5px;
        border-radius:5px;
    }
    .banner-content-cont .v-align-middle{
        align-items: end;
        padding-bottom: 15px;
    }
    .banner-col{
        width:100%;
        float:none;
    }
/*    .banner .v-align-middle{
        display:block;
    }*/
    #home-header-ebook{
        text-align:center;
        margin-top:30px;
    }
    .small-mobile-banner #home-header-ebook{
        margin-top:5px;
        margin-bottom:15px;
        padding-top:0;
    }
    #home-header-ebook span{
        font-size:14px;
    }
    #home-header-ebook .ebook-banner{
        max-width:100px;
        margin-top:0;
        display:block;
    }
/*    .banner .banner-box{
        padding-top:80px;
    }*/
/*    .banner .banner-box .content{
        margin-top:-80px;
    }*/
}
@media screen and (max-width:420px){
    #home-header-ebook .ebook-banner{
        max-width:90px;
    }
    #home-header-ebook.block-banner .ebook-banner{
        max-width:100px;
    }
}
.small-mobile-banner.banner .banner-box img{
    display: none;
}
@media (max-width: 800px) {
    .small-mobile-banner.banner .banner-box .content {
        display: none;
    }
    .small-mobile-banner.banner .banner-box {
        background-image: none !important;
        border-radius: 15px;
        overflow: hidden;
        min-height: 0;
    }
    .small-mobile-banner.banner .banner-box img{
        display: block;
        max-width: 100%;
        height: auto;
    }
    .small-mobile-banner .banner-box:before{
        display:none !important;
    }
}
.breadcrumbs ol{
    border-top: 1px solid #ddd;
    padding: 10px;
    margin-top:25px;
}
.main-app-menu .breadcrumbs ol{
    border-top: none;
    margin-top: 0;
    padding: 10px 0;
}
.breadcrumbs ol li{
    list-style: none;
    display: inline;
}
.breadcrumbs ol li:after { 
    content: "|"; 
    padding: 0 10px; 
    font-size:14px;
}
.breadcrumbs ol li a strong{
    font-weight:600;
}

.breadcrumbs ol li:last-child{
    border-right:none;
}
.breadcrumbs ol li:last-child:after{
    content:"";
}
.breadcrumbs ol li:last-child a, .breadcrumbs ol li:last-child a span{
    color: #f45c44;
    font-weight: bold;
}
.breadcrumbs .content a, .breadcrumbs .content span{
    color:#474a4d;/* 82878c*/
    margin-right:0;
    text-transform: uppercase;
    font-size: 12px;
}
.header h1,
.header h2,
.header h3,
.header h4,
.header h5,
.header h6 {
    font-size: 36px;
    color: #f45c44;
    line-height: 1.2;
    font-weight: 800;
}
.header h1.vb {
    color: #000;
    font-size: 30px;
}
.description h2,
.description h3,
.description h4,
.description h5,
.description h6 {
    font-weight: 600;
    line-height: 24px;
}
.description p{
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5;
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
}
.description a:hover {
    color: #003cd6;
    text-decoration: underline;
    cursor: pointer;
}
.description strong {
    font-weight: 600;
    line-height: 16px;
}
.description ul {
    list-style: disc;
    padding-left: 17px;
}
.description ul li {
    font-weight: 300;
    line-height: 1.5;
    font-size: 14px;
}
.description ul li span {
    line-height: 20px;
}
.description ol {
    list-style: decimal;
    padding-left: 17px;
}
.description ol li {
    font-weight: 300;
    line-height: 1.5;
    font-size: 14px;
}
.description ol li span {
    line-height: 1.5;
}
.send_mail {
    width: 100%;
    display: inline-block;
    text-align: right;
}
@media (max-width: 800px) {
    .send_mail {
        text-align: left;
    }
}
.send_mail .bx1 {
    width: 40%;
    display: inline-block;
    box-sizing: border-box;
    padding: 15px 0 15px 15px;
    vertical-align: top;
}
@media (max-width: 800px) {
    .send_mail .bx1 {
        width: 100%;
        padding: 15px 0;
        max-width: 550px;
        text-align: left;
    }
}
.send_mail .bx2 {
    width: 60%;
    display: inline-block;
    box-sizing: border-box;
    padding: 15px 0 15px 15px;
    vertical-align: top;
}
@media (max-width: 800px) {
    .send_mail .bx2 {
        width: 100%;
        padding: 15px 0;
        max-width: 550px;
        text-align: left;
    }
}
.send_mail input,
.send_mail textarea {
    width: 100%;
    display: inline-block;
    padding: 15px 15px 15px 30px;
    box-sizing: border-box;
    margin: 15px 0;
    background: #fff;
    border: none;
    font-size: 14px;
    color: #4d4a47;
    line-height: 1.2;
    border-radius: 25px;
    resize: none;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
    background-repeat: no-repeat;
}
.send_mail input::-webkit-input-placeholder,
.send_mail textarea::-webkit-input-placeholder {
    opacity: 1;
    color: #4d4a47;
    text-align: left;
}
.send_mail input::-moz-placeholder,
.send_mail textarea::-moz-placeholder {
    opacity: 1;
    color: #4d4a47;
    text-align: left;
}
.send_mail input:-ms-input-placeholder,
.send_mail textarea:-ms-input-placeholder {
    opacity: 1;
    color: #4d4a47;
    text-align: left;
}
.send_mail input:-moz-placeholder,
.send_mail textarea:-moz-placeholder {
    opacity: 1;
    color: #4d4a47;
    text-align: left;
}
.send_mail input:nth-child(1) {
    background-image: url("../../../files/img/2x.png");
    background-position-x: 10px;
    background-position-y: 16px;
}
.send_mail input:nth-child(2) {
    background-image: url("../../../files/img/1x.png");
    background-position-x: 10px;
    background-position-y: 15px;
}
.send_mail input:nth-child(3) {
    background-image: url("../../../files/img/3x.png");
    background-position-x: 10px;
    background-position-y: 15px;
}
.send_mail textarea {
    height: 200px;
    background-image: url("../../../files/img/4x.png");
    background-position-x: 10px;
    background-position-y: 15px;
}
.send_mail .button {
    width: 100%;
    padding: 0 0 0 30px;
    box-sizing: border-box;
}
.send_mail .button .check {
    padding: 10px 0;
}
.send_mail .button .check input {
    float: left;
    width: 13px;
    margin: 1px 10px 3px 0;
}
.send_mail .button .check p {
    font-size: 14px;
    color: #000;
    line-height: 1;
    text-align: left;
}
@media (max-width: 800px) {
    .send_mail .button {
        padding: 0;
    }
}
.send_mail .button button,
.send_mail .button .opmd1 {
    background: #f45c44;
    border: none;
    display: inline-block;
    box-sizing: border-box;
    padding: 15px 20px;
    width: 50%;
    font-size: 14px;
    color: #fff;
    line-height: 1;
    cursor: pointer;
    border-radius: 15px;
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
}
@media (max-width: 800px) {
    .send_mail .button button,
    .send_mail .button .opmd1 {
        width: 200px;
    }
}
.send_mail .button button:hover,
.send_mail .button .opmd1:hover {
    -webkit-transform: scale(1.07);
    -moz-transform: scale(1.07);
    -ms-transform: scale(1.07);
    -o-transform: scale(1.07);
    transform: scale(1.07);
}
.ok {
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    z-index: 3000;
    top: 0;
    left: 0;
}
.ok:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-left: -0.25em;
    height: 100%;
}
.ok div {
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    padding: 0;
    height: auto !important;
    width: 100%;
    text-align: center;
}
.ok div p {
    font-size: 24px;
    color: #fff;
    line-height: 1.3;
    display: block;
    padding: 10px 15px;
}
.footer {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 53px;
    /*padding: 3px 0;*/
}
.footer .content {
    height: 55px;
}
@media (max-width: 768px) {
    .footer {
        height: auto;
        
    }
    .newsletter .footer {
        position: relative;
    }
    .footer .content {
        height: auto;
    }
}
.modalnews {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2999;
    background: rgba(255, 255, 255, 0.8);
    display: none;
}
.modalnews .bxx {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.modalnews .box {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 3px solid #f45c44;
    border-radius: 15px;
    box-sizing: border-box;
    padding: 15px;
    background: #fff;
    overflow-y: auto;
    z-index: 2;
}
@media (max-width: 1024px) {
    .modalnews .box {
        width: 99%;
    }
}
.modalnews .box .send_maill input {
    width: 100%;
    display: inline-block;
    padding: 5px 5px 5px 30px;
    box-sizing: border-box;
    margin: 5px 0;
    background: #fff;
    border: none;
    font-family: metropolisregular;
    font-size: 14px;
    color: #4d4a47;
    line-height: 1.2;
    border-radius: 25px;
    resize: none;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
    background-repeat: no-repeat;
}
.modalnews .box .send_maill input::-webkit-input-placeholder {
    opacity: 1;
    color: #4d4a47;
    text-align: left;
}
.modalnews .box .send_maill input::-moz-placeholder {
    opacity: 1;
    color: #4d4a47;
    text-align: left;
}
.modalnews .box .send_maill input:-ms-input-placeholder {
    opacity: 1;
    color: #4d4a47;
    text-align: left;
}
.modalnews .box .send_maill input:-moz-placeholder {
    opacity: 1;
    color: #4d4a47;
    text-align: left;
}
.modalnews .box .send_maill .button {
    text-align: center;
    padding-top: 5px;
}
.modalnews .box .send_maill .button button {
    background: #f45c44;
    border: none;
    display: inline-block;
    box-sizing: border-box;
    padding: 5px 10px;
    font-family: metropolisregular;
    font-size: 14px;
    color: #fff;
    line-height: 1;
    cursor: pointer;
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
    border-radius: 15px;
}
.modalnews .box .send_maill .check {
    padding: 5px 0;
    clear: both;
}
.modalnews .box .send_maill .check input {
    width: 16px;
    float: left;
}
.modalnews .box .send_maill .check p {
    font-family: metropolisregular;
    font-size: 11px;
    color: #4d4a47;
    line-height: 1.2;
    float: left;
    text-align: left;
}
.modalnews .box .send_maill .check .opis {
    padding-top: 5px;
}
@media (max-width: 1024px) {
    .modalnews .box .send_maill .check .opis {
        display: none;
    }
}
.modalnews,
.modalnews2,
.modalnews3,
.modalnews4,
.modaltimetable,
.modalform {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2999;
    background: rgba(255, 255, 255, 0.8);
    display: none;
}
.modalnews .bxx,
.modalnews2 .bxx,
.modalnews3 .bxx,
.modalnews4 .bxx,
.modaltimetable .bxx,
.modalform .bxx {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.modalnews .box,
.modalnews2 .box,
.modalnews3 .box,
.modalnews4 .box,
.modaltimetable .box,
.modalform .box {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 3px solid #f45c44;
    border-radius: 15px;
    box-sizing: border-box;
    padding: 30px 20px 20px 20px;
    background: #fff;
    overflow-y: auto;
    max-height: 95vh;
    z-index: 2;
}
@media (max-width: 1024px) {
    .modalnews .box,
    .modalnews2 .box,
    .modalnews3 .box,
    .modalnews4 .box,
    .modaltimetable .box,
    .modalform .box {
        width: 99%;
    }
}
.modalnews .box input,
.modalnews2 .box input,
.modalnews3 .box input,
.modalnews4 .box input,
.modaltimetable .box input,
.modalform .box input {
    width: 100%;
    display: inline-block;
    padding: 5px 5px 5px 30px;
    box-sizing: border-box;
    margin: 5px 0;
    background: #fff;
    border: none;
    font-size: 14px;
    color: #4d4a47;
    line-height: 1.2;
    border-radius: 25px;
    resize: none;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
    background-repeat: no-repeat;
}
.modalnews .box input::-webkit-input-placeholder,
.modalnews2 .box input::-webkit-input-placeholder,
.modalnews3 .box input::-webkit-input-placeholder,
.modalnews4 .box input::-webkit-input-placeholder,
.modaltimetable .box input::-webkit-input-placeholder,
.modalform .box input::-webkit-input-placeholder {
    opacity: 1;
    color: #4d4a47;
    text-align: left;
}
.modalnews .box input::-moz-placeholder,
.modalnews2 .box input::-moz-placeholder,
.modalnews3 .box input::-moz-placeholder,
.modalnews4 .box input::-moz-placeholder,
.modaltimetable .box input::-moz-placeholder,
.modalform .box input::-moz-placeholder {
    opacity: 1;
    color: #4d4a47;
    text-align: left;
}
.modalnews .box input:-ms-input-placeholder,
.modalnews2 .box input:-ms-input-placeholder,
.modalnews3 .box input:-ms-input-placeholder,
.modalnews4 .box input:-ms-input-placeholder,
.modaltimetable .box input:-ms-input-placeholder,
.modalform .box input:-ms-input-placeholder {
    opacity: 1;
    color: #4d4a47;
    text-align: left;
}
.modalnews .box input:-moz-placeholder,
.modalnews2 .box input:-moz-placeholder,
.modalnews3 .box input:-moz-placeholder,
.modalnews4 .box input:-moz-placeholder,
.modaltimetable .box input:-moz-placeholder,
.modalform .box input:-moz-placeholder {
    opacity: 1;
    color: #4d4a47;
    text-align: left;
}
.modalnews .box textarea,
.modalnews2 .box textarea,
.modalnews3 .box textarea,
.modalnews4 .box textarea,
.modalform .box textarea {
    height: 100px;
}
.modalnews .box .g-recaptcha,
.modalnews2 .box .g-recaptcha,
.modalnews3 .box .g-recaptcha,
.modalnews4 .box .g-recaptcha,
.modaltimetable .box .g-recaptcha,
.modalform .box .g-recaptcha {
    margin-top: 20px;
}
.modalnews .box .button,
.modalnews2 .box .button,
.modalnews3 .box .button,
.modalnews4 .box .button,
.modaltimetable .box .button,
.modalform .box .button {
    text-align: center;
    padding-top: 5px;
    padding-bottom: 20px;
}
.modalnews .box .button button,
.modalnews2 .box .button button,
.modalnews3 .box .button button,
.modalnews4 .box .button button,
.modaltimetable .box .button button,
.modalform .box .button button {
    background: #f45c44;
    border: none;
    display: inline-block;
    box-sizing: border-box;
    padding: 5px 10px;
    font-size: 14px;
    color: #fff;
    line-height: 1;
    cursor: pointer;
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
    border-radius: 15px;
    width: 50%;
}
.modalnews .box .check,
.modalnews2 .box .check,
.modalnews3 .box .check,
.modalnews4 .box .check,
.modaltimetable .box .check,
.modalform .box .check {
    padding: 10px 0;
    clear: both;
}
.modalnews .box .check input,
.modalnews2 .box .check input,
.modalnews3 .box .check input,
.modalnews4 .box .check input,
.modaltimetable .box .check input,
.modalform .box .check input {
    width: 16px;
    float: left;
}
.modalnews .box .check p,
.modalnews2 .box .check p,
.modalnews3 .box .check p,
.modalnews4 .box .check p,
.modaltimetable .box .check p,
.modalform .box .check p {
    font-size: 11px;
    color: #4d4a47;
    line-height: 1.2;
    text-align: left;
    padding-left: 25px;
}
.modalnews .box .check .opis,
.modalnews2 .box .check .opis,
.modalnews3 .box .check .opis,
.modalnews4 .box .check .opis,
.modaltimetable .box .check .opis,
.modalform .box .check .opis {
    padding-top: 5px;
}
@media (max-width: 1024px) {
    .modalnews .box .check .opis,
    .modalnews2 .box .check .opis,
    .modalnews3 .box .check .opis,
    .modalnews4 .box .check .opis,
    .modaltimetable .box .check .opis,
    .modalform .box .check .opis {
        display: none;
    }
}
.project {
    position: absolute;
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: left;
}
@media (max-width: 768px) {
    .project {
        position: relative;
        left: inherit;
        bottom: inherit;
        text-align: center;
        padding-bottom: 10px;
        padding-top: 15px;
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
        transform: translateY(0%);
    }
}
.project p,
.project a,
.project span {
    font-size: 14px;
    color: #f45c44;
    line-height: 1.3;
    cursor: pointer;
}
.project p {
    cursor: auto;
}
.project span {
    margin: 0 3px;
}
.cookies {
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: right;
}
@media (max-width: 768px) {
    .cookies {
        position: relative;
        right: inherit;
        bottom: inherit;
        text-align: center;
        padding-bottom: 10px;
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
        transform: translateY(0%);
    }
}
.cookies span {
    font-size: 14px;
    color: #f45c44;
    line-height: 1.3;
    cursor: pointer;
}
.cookies-page {
    width: 100%;
    background-color: #fff;
    position: fixed;
    z-index: 10000;
    top: 100%;
    left: 0;
    -webkit-transition: all 2.2s ease-in-out 0s;
    -moz-transition: all 2.2s ease-in-out 0s;
    -o-transition: all 2.2s ease-in-out 0s;
    transition: all 2.2s ease-in-out 0s;
    opacity: 0;
    text-align: center;
    overflow: hidden;
}
.cookies-page .cookies-close {
    position: absolute;
    z-index: 1;
    top: 15px;
    right: 15px;
    width: 32px;
    height: 32px;
    cursor: pointer;
}
.cookies-page .cookies-close .cookie-piece {
    display: block;
    position: absolute;
    width: 30px;
    height: 4px;
    background-color: #333;
    border-radius: 3px;
    -webkit-transform-origin: 50% 50% 0;
    -moz-transform-origin: 50% 50% 0;
    -ms-transform-origin: 50% 50% 0;
    -o-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
    box-shadow: 1px 3px 4px rgba(255, 255, 255, 0.4);
}
.cookies-page .cookies-close .cookie-piece:nth-child(1) {
    -webkit-transform: translate3d(0, 12px, 0) rotate(45deg);
    -moz-transform: translate3d(0, 12px, 0) rotate(45deg);
    -ms-transform: translate3d(0, 12px, 0) rotate(45deg);
    -o-transform: translate3d(0, 12px, 0) rotate(45deg);
    transform: translate3d(0, 12px, 0) rotate(45deg);
    top: 0px;
}
.cookies-page .cookies-close .cookie-piece:nth-child(2) {
    top: 24px;
    -webkit-transform: translate3d(0, -12px, 0) rotate(-45deg);
    -moz-transform: translate3d(0, -12px, 0) rotate(-45deg);
    -ms-transform: translate3d(0, -12px, 0) rotate(-45deg);
    -o-transform: translate3d(0, -12px, 0) rotate(-45deg);
    transform: translate3d(0, -12px, 0) rotate(-45deg);
}
.cookies-page .content {
    height: 100%;
    text-align: center;
}
.cookies-page .content .header {
    font-size: 22px;
    color: #000;
    line-height: 1.3;
    padding: 40px 0 15px 0;
}
.cookies-page .content ol {
    list-style: decimal;
    margin: 10px 0px;
    margin-left: 10px;
    text-align: left;
}
.cookies-page .content ol li {
    font-size: 15px;
    color: #000;
    line-height: 1.3;
}
.cookies-page .content p {
    font-size: 15px;
    color: #000;
    line-height: 1.3;
}
.cookies-page .content a {
    font-size: 15px;
    color: #f45c44;
    line-height: 1.3;
}
.cookies-page .content strong {
    font-size: 22px;
    color: #000;
    line-height: 1.3;
    padding: 40px 0 15px 0;
}
.open-cookies {
    opacity: 1;
    top: 0;
}
#cookies-message {
    padding: 10px 0px;
    border-top: 1px solid #d3d0d0;
    text-align: center;
    position: fixed;
    bottom: 0px;
    background: rgba(255, 255, 255, 0.96);
    width: 100%;
    z-index: 999;
}
#cookies-message p {
    font-size: 14px;
    color: #000;
    line-height: 25px;
}
#cookies-message p .link {
    text-decoration: none;
    margin-left: 10px;
    font-size: 14px;
    color: #003cd6;
    line-height: 25px;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
}
#cookies-message p .link:hover {
    text-decoration: underline;
}
#cookies-message p #accept-cookies-checkbox {
    background: #333;
    padding: 5px 10px;
    color: #fff;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    display: inline-block;
    margin-left: 10px;
    text-decoration: none;
    cursor: pointer;
    border: 2px solid #333;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
}
#cookies-message p #accept-cookies-checkbox:hover {
    background: #fff;
    color: #333;
}
body.fancybox-active {
    overflow: hidden;
}
body.fancybox-iosfix {
    position: fixed;
    left: 0;
    right: 0;
}
.fancybox-is-hidden {
    position: absolute;
    top: -9999px;
    left: -9999px;
    visibility: hidden;
}
.fancybox-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99992;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.fancybox-outer {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
    opacity: 0.87;
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption-wrap {
    position: absolute;
    direction: ltr;
    z-index: 99997;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s, visibility 0s linear 0.25s;
    box-sizing: border-box;
}
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption-wrap {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.25s, visibility 0s;
}
.fancybox-infobar {
    top: 0;
    left: 0;
    font-size: 13px;
    padding: 0 10px;
    height: 44px;
    min-width: 44px;
    line-height: 44px;
    color: #ccc;
    text-align: center;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: subpixel-antialiased;
    mix-blend-mode: exclusion;
}
.fancybox-toolbar {
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
}
.fancybox-stage {
    overflow: hidden;
    direction: ltr;
    z-index: 99994;
    -webkit-transform: translate3d(0, 0, 0);
}
.fancybox-is-closing .fancybox-stage {
    overflow: visible;
}
.fancybox-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: auto;
    outline: none;
    white-space: normal;
    box-sizing: border-box;
    text-align: center;
    z-index: 99994;
    -webkit-overflow-scrolling: touch;
    display: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
}
.fancybox-slide::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
    display: block;
}
.fancybox-slide--image {
    overflow: visible;
}
.fancybox-slide--image::before {
    display: none;
}
.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
    background: #000;
}
.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
    background: #e5e3df;
}
.fancybox-slide--next {
    z-index: 99995;
}
.fancybox-slide > * {
    display: inline-block;
    position: relative;
    padding: 24px;
    margin: 44px 0 44px;
    border-width: 0;
    vertical-align: middle;
    text-align: left;
    background-color: #fff;
    overflow: auto;
    box-sizing: border-box;
}
.fancybox-slide > title,
.fancybox-slide > style,
.fancybox-slide > meta,
.fancybox-slide > link,
.fancybox-slide > script,
.fancybox-slide > base {
    display: none;
}
.fancybox-slide .fancybox-image-wrap {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    border: 0;
    z-index: 99995;
    background: transparent;
    cursor: default;
    overflow: visible;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
}
.fancybox-can-zoomOut .fancybox-image-wrap {
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-image-wrap {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}
.fancybox-can-drag .fancybox-image-wrap {
    cursor: -webkit-grab;
    cursor: grab;
}
.fancybox-is-dragging .fancybox-image-wrap {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}
.fancybox-image,
.fancybox-spaceball {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    max-width: none;
    max-height: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.fancybox-spaceball {
    z-index: 1;
}
.fancybox-slide--iframe .fancybox-content {
    padding: 0;
    width: 80%;
    height: 80%;
    max-width: calc(100% - 100px);
    max-height: calc(100% - 88px);
    overflow: visible;
    background: #fff;
}
.fancybox-iframe {
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
    width: 100%;
    height: 100%;
    background: #fff;
}
.fancybox-error {
    margin: 0;
    padding: 40px;
    width: 100%;
    max-width: 380px;
    background: #fff;
    cursor: default;
}
.fancybox-error p {
    margin: 0;
    padding: 0;
    color: #444;
    font-size: 16px;
    line-height: 20px;
}
.fancybox-button {
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    width: 44px;
    height: 44px;
    margin: 0;
    padding: 10px;
    border: 0;
    border-radius: 0;
    background: rgba(30, 30, 30, 0.6);
    transition: color 0.3s ease;
    cursor: pointer;
    outline: none;
}
.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
    color: #ccc;
}
.fancybox-button:focus,
.fancybox-button:hover {
    color: #fff;
}
.fancybox-button[disabled] {
    color: #ccc;
    cursor: default;
    opacity: 0.6;
}
.fancybox-button svg {
    display: block;
    position: relative;
    overflow: visible;
    shape-rendering: geometricPrecision;
}
.fancybox-button svg path {
    fill: currentColor;
    stroke: currentColor;
    stroke-linejoin: round;
    stroke-width: 3;
}
.fancybox-button--share svg path {
    stroke-width: 1;
}
.fancybox-button--play svg path:nth-child(2) {
    display: none;
}
.fancybox-button--pause svg path:nth-child(1) {
    display: none;
}
.fancybox-button--zoom svg path {
    fill: transparent;
}
.fancybox-navigation {
    display: none;
}
.fancybox-show-nav .fancybox-navigation {
    display: block;
}
.fancybox-navigation button {
    position: absolute;
    top: 50%;
    margin: -50px 0 0 0;
    z-index: 99997;
    background: transparent;
    width: 60px;
    height: 100px;
    padding: 17px;
}
.fancybox-navigation button:before {
    content: "";
    position: absolute;
    top: 30px;
    right: 10px;
    width: 40px;
    height: 40px;
    background: rgba(30, 30, 30, 0.6);
}
.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
}
.fancybox-navigation .fancybox-button--arrow_right {
    right: 0;
}
.fancybox-close-small {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    z-index: 10;
    cursor: pointer;
}
.fancybox-close-small:after {
    content: "×";
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    font: 22px/30px Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #888;
    font-weight: 300;
    text-align: center;
    border-radius: 50%;
    border-width: 0;
    background-color: transparent;
    transition: background-color 0.25s;
    box-sizing: border-box;
    z-index: 2;
}
.fancybox-close-small:focus {
    outline: none;
}
.fancybox-close-small:focus:after {
    outline: 1px dotted #888;
}
.fancybox-close-small:hover:after {
    color: #555;
    background: #eee;
}
.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
    top: 0;
    right: -40px;
}
.fancybox-slide--image .fancybox-close-small:after,
.fancybox-slide--iframe .fancybox-close-small:after {
    font-size: 35px;
    color: #aaa;
}
.fancybox-slide--image .fancybox-close-small:hover:after,
.fancybox-slide--iframe .fancybox-close-small:hover:after {
    color: #fff;
    background: transparent;
}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
    display: none;
}
.fancybox-caption-wrap {
    bottom: 0;
    left: 0;
    right: 0;
    padding: 60px 2vw 0 2vw;
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
    pointer-events: none;
}
.fancybox-caption {
    padding: 30px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    -webkit-text-size-adjust: none;
}
.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
    pointer-events: all;
    position: relative;
}
.fancybox-caption a {
    color: #fff;
    text-decoration: underline;
}
.fancybox-slide > .fancybox-loading {
    border: 6px solid rgba(100, 100, 100, 0.4);
    border-top: 6px solid rgba(255, 255, 255, 0.6);
    border-radius: 100%;
    height: 50px;
    width: 50px;
    -webkit-animation: fancybox-rotate 0.8s infinite linear;
    animation: fancybox-rotate 0.8s infinite linear;
    background: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;
    z-index: 99999;
}
@-webkit-keyframes fancybox-rotate {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes fancybox-rotate {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
.fancybox-fx-slide.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    opacity: 0;
}
.fancybox-fx-slide.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    opacity: 0;
}
.fancybox-fx-slide.fancybox-slide--current {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
}
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5);
    opacity: 0;
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5);
    opacity: 0;
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
}
.fancybox-fx-rotate.fancybox-slide--previous {
    -webkit-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
    opacity: 0;
}
.fancybox-fx-rotate.fancybox-slide--next {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
    opacity: 0;
}
.fancybox-fx-rotate.fancybox-slide--current {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1;
}
.fancybox-fx-circular.fancybox-slide--previous {
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    opacity: 0;
}
.fancybox-fx-circular.fancybox-slide--next {
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    opacity: 0;
}
.fancybox-fx-circular.fancybox-slide--current {
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    opacity: 1;
}
.fancybox-fx-tube.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
    transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
    transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
}
.fancybox-share {
    padding: 30px;
    border-radius: 3px;
    background: #f4f4f4;
    max-width: 90%;
    text-align: center;
}
.fancybox-share h1 {
    color: #222;
    margin: 0 0 20px 0;
    font-size: 35px;
    font-weight: 700;
}
.fancybox-share p {
    margin: 0;
    padding: 0;
}
p.fancybox-share__links {
    margin-right: -10px;
}
.fancybox-share__button {
    display: inline-block;
    text-decoration: none;
    margin: 0 10px 10px 0;
    padding: 0 15px;
    min-width: 130px;
    border: 0;
    border-radius: 3px;
    background: #fff;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
    transition: all 0.2s;
}
.fancybox-share__button:hover {
    text-decoration: none;
}
.fancybox-share__button--fb {
    background: #3b5998;
}
.fancybox-share__button--fb:hover {
    background: #344e86;
}
.fancybox-share__button--pt {
    background: #bd081d;
}
.fancybox-share__button--pt:hover {
    background: #aa0719;
}
.fancybox-share__button--tw {
    background: #1da1f2;
}
.fancybox-share__button--tw:hover {
    background: #0d95e8;
}
.fancybox-share__button svg {
    position: relative;
    top: -1px;
    width: 25px;
    height: 25px;
    margin-right: 7px;
    vertical-align: middle;
}
.fancybox-share__button svg path {
    fill: #fff;
}
.fancybox-share__input {
    box-sizing: border-box;
    width: 100%;
    margin: 10px 0 0 0;
    padding: 10px 15px;
    background: transparent;
    color: #5d5b5b;
    font-size: 14px;
    outline: none;
    border: 0;
    border-bottom: 2px solid #d7d7d7;
}
.fancybox-thumbs {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 212px;
    margin: 0;
    padding: 2px 2px 4px 2px;
    background: #fff;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    box-sizing: border-box;
    z-index: 99995;
}
.fancybox-thumbs-x {
    overflow-y: hidden;
    overflow-x: auto;
}
.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}
.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}
.fancybox-thumbs > ul {
    list-style: none;
    position: absolute;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    white-space: nowrap;
}
.fancybox-thumbs-x > ul {
    overflow: hidden;
}
.fancybox-thumbs-y > ul::-webkit-scrollbar {
    width: 7px;
}
.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}
.fancybox-thumbs > ul > li {
    float: left;
    overflow: hidden;
    padding: 0;
    margin: 2px;
    width: 100px;
    height: 75px;
    max-width: calc(50% - 4px);
    max-height: calc(100% - 8px);
    position: relative;
    cursor: pointer;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box;
}
li.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, 0.1);
}
.fancybox-thumbs > ul > li > img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: none;
    max-height: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.fancybox-thumbs > ul > li:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 4px solid #4ea7f9;
    z-index: 99991;
    opacity: 0;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
    opacity: 1;
}
@media all and (max-width: 800px) {
    .fancybox-thumbs {
        width: 110px;
    }
    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }
    .fancybox-thumbs > ul > li {
        max-width: calc(100% - 10px);
    }
}
.soc {
    padding: 10px 0;
}
.soc .content {
    text-align: right;
}
.top .soc {
    display: none;
}
.top.wh .soc {
    display: block;
    padding-top: 4px;
}
.top.wh .soc .content {
    padding-right: 5px;
}
.top.wh .soc .social {
    opacity: 0.8;
}
.top.wh .make_burger {
    height: 90px;
}
.top.wh {
    height: 90px;
}
.top.wh #menu{
    -webkit-transform: initial;
    -moz-transform: initial;
    -ms-transform: initial;
    -o-transform: initial;
    transform: initial;
    top: initial;
    margin-top: -5px;
}
@media (max-width: 1099px) {
    .top.wh,
    .top.wh .make_burger{
        height: 70px;
    }
    .top.wh .soc {
        position: absolute;
        right: 45px;
        top: 19px;
    }
    .top.wh .soc .social {
        display: none;
    }

}
@media (max-width: 460px) {
     .top.wh .soc {
        top: 13px;
    }
}
.blog {
    padding: 30px 0 0 0;
}
.blog .content .header {
    padding: 0 0 30px 0;
}
/*.blog .content .description {
    text-align: justify;
}*/
.blog .content .mens {
    padding: 35px 0;
}
.blog .content .mens ul {
    text-align: center;
}
.blog .content .mens ul li {
    font-size: 14px;
    color: #f45c44;
    line-height: 1.2;
    margin: 5px 10px;
    display: inline-block;
    cursor: pointer;
}
.blog .content .mens ul .active {
    font-size: 14px;
    color: #f45c44;
    line-height: 1.2;
    font-weight: 800;
    border-bottom: 1px solid #f45c44;
}
.blog .blogs .content {
    padding: 0;

}
.blog .blogs .content.wrapper{
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
		-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
		box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
		border-radius:5px;
		/*background:rgba(233, 85, 61, 0.05);*/
		background:#f1f1f1;
		background:rgba(241,241,241,0.95);
		overflow:clip;
}
.blog .blogs .content .leftbox {
    width: 75%;
    display: inline-block;
    box-sizing: border-box;
    padding: 0 0 0 0;
    vertical-align: top;
    background:rgba(255,255,255,0.95);
}
.blog .blogs .content .leftbox.full-width {
    width:100%;
}
@media (max-width: 1024px) {
    .blog .blogs .content .leftbox {
        width: 100%;
    }
}
.blog .blogs .content .leftbox .content .figimg {
    width: 100%;
    padding: 20px 0;
}
.blog .blogs .content .leftbox .content .figimg img {
    width: 100%;
}
.blog .blogs .content .leftbox .polecane {
    text-align: left;
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
    padding: 15px 15px 15px 15px;
}
.blog .blogs .content .leftbox .polecane .image {
    height: 250px;
    border-radius: 15px;
    margin-bottom: 15px;
    box-shadow: 0px 0px 35px 0px rgba(31, 31, 31, 0.25);
}
.blog .blogs .content .leftbox .polecane .opis {
    padding: 5px 10px;
}
.blog .blogs .content .leftbox .polecane .opis .h h2 {
    font-size: 24px;
    color: #f45c44;
    line-height: 1.2;
}
.blog .blogs .content .leftbox .polecane .opis .description {
    padding: 10px 0;
    font-size: 16px;
    color: #474a4d;
    line-height: 1.2;
}
.blog .blogs .content .leftbox .polecane .opis .link a {
    font-size: 14px;
    color: #f45c44;
    line-height: 1.2;
}
.blog .blogs .content .leftbox .polecane .opis .link a img {
    width: 14px;
    margin-left: 5px;
    margin-bottom: 1px;
    vertical-align: bottom;
}
.blog .blogs .content .categories {
    padding-top: 30px;
}
.blog .blogs .content .categories .galery-box .box {
    vertical-align: top;
    float: left;
}
.blog .blogs .content .categories .galery-box .box:hover a .image {
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
}
.blog .blogs .content .categories .galery-box .box a {
    text-decoration: none;
}
.blog .blogs .content .categories .galery-box.list .box a {
	display:flex;
}
@media (max-width: 550px) {
	.blog .blogs .content .categories .galery-box.list .box a {
		display:block;
	}
	.blog .blogs .content .categories {
		padding-top:0;
	}
}
.blog .blogs .content .categories .galery-box .box a .image {
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
    height: auto;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 15px;
    box-shadow: 0px 0px 35px 0px rgba(31, 31, 31, 0.25);
    overflow: hidden;
}
.blog .blogs .content .categories .galery-box.list .box a .image {
	float:left;
	max-width:190px;
	height: auto;
	overflow: initial;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 0;
	box-shadow:none;
}
.blog .blogs .content .categories .galery-box.list .box a .image img{
	box-shadow: 0px 0px 35px 0px rgba(31, 31, 31, 0.25);
}
.blog .blogs .content .categories .galery-box.list .box.without-shadow a .image img{
    box-shadow: none;
}
.blog .blogs .content .categories .galery-box .box a .opis {
    padding: 0 10px;
    text-align: left;
}
.blog .blogs .content .categories .galery-box.list .box a .opis {
	padding-left:20px;
	float:left;
}
@media (max-width: 550px) {
	.blog .blogs .content .categories .galery-box.list .box a .opis {
		padding:0px;
		margin-top:10px;
	}
	.blog .blogs .content .categories .galery-box.list .box a .image{
		max-width:100%;
	}
}
.blog .blogs .content .categories .galery-box .box a .opis .data {
    padding: 10px 0 5px 0;
}
.blog .blogs .content .categories .galery-box .box a .opis .data img {
    width: 12px;
    vertical-align: top;
    margin-right: 5px;
}
.blog .blogs .content .categories .galery-box .box a .opis .data span {
    font-size: 10px;
    color: #f45c44;
    line-height: 1.2;
    vertical-align: middle;
}
.blog .blogs .content .categories .galery-box .box a .opis .h {
    padding: 5px 0;
}
.blog .blogs .content .categories .galery-box .box a .opis .h h2 {
    font-size: 24px;
    color: #f45c44;
    line-height: 1.2;
}
.blog .blogs .content .categories .galery-box .box a .opis .link {
    padding-top: 10px;
}
.blog .blogs .content .categories .galery-box .box a .opis .link span {
    font-size: 14px;
    color: #f45c44;
    line-height: 1.2;
}
.blog .blogs .content .categories .galery-box .box a .opis .link span img {
    width: 14px;
    margin-left: 5px;
    margin-bottom: 1px;
    vertical-align: bottom;
}
/* .blog .blogs .content .categories .galery-box .visible{
    width: 33%;
    display: inline-block;
    box-sizing: border-box;
    padding: 15px 15px 15px 15px;
} */

.blog .blogs .content .categories .galery-box .visible:nth-child(4n + 1) {
	width: 50%;
	display: inline-block;
	box-sizing: border-box;
	padding: 15px 15px 15px 15px;
}
.blog .blogs .content .categories .galery-box.list .visible:nth-child(4n + 1) {
	width: 100%;
}
@media (max-width: 800px) {
	.blog .blogs .content .categories .galery-box .visible:nth-child(4n + 1) {
		width: 50%;
	}
}
@media (max-width: 550px) {
	.blog .blogs .content .categories .galery-box .visible:nth-child(4n + 1) {
		width: 100%;
	}
	.blog .blogs .content .categories .galery-box.list .visible:nth-child(4n + 1) {
		width: 50%;
		padding-right:7px;
	}
	.blog .content .categories .galery-box.list .description {
		display:none;
	}
}
.blog .blogs .content .categories .galery-box .visible:nth-child(4n + 2) {
	width: 50%;
	display: inline-block;
	box-sizing: border-box;
	padding: 15px 15px 15px 15px;
}
.blog .blogs .content .categories .galery-box.list .visible:nth-child(4n + 2) {
	width: 100%;
}
@media (max-width: 800px) {
	.blog .blogs .content .categories .galery-box .visible:nth-child(4n + 2) {
		width: 50%;
	}
}
@media (max-width: 550px) {
	.blog .blogs .content .categories .galery-box .visible:nth-child(4n + 2) {
		width: 100%;
	}
	.blog .blogs .content .categories .galery-box.list .visible:nth-child(4n + 2) {
		width: 50%;
		padding-left:7px;
	}
}
.blog .blogs .content .categories .galery-box .visible:nth-child(4n + 3) {
	width: 50%;
	display: inline-block;
	box-sizing: border-box;
	padding: 15px 15px 15px 15px;
}
.blog .blogs .content .categories .galery-box.list .visible:nth-child(4n + 3) {
	width: 100%;
}
@media (max-width: 800px) {
	.blog .blogs .content .categories .galery-box .visible:nth-child(4n + 3) {
		width: 50%;
	}
}
@media (max-width: 550px) {
	.blog .blogs .content  .categories .galery-box .visible:nth-child(4n + 3) {
		width: 100%;
	}
	.blog .blogs .content .categories .galery-box.list .visible:nth-child(4n + 3) {
		width: 50%;
		padding-right:7px;
	}
}
.blog .blogs .content .categories .galery-box .visible:nth-child(4n + 4) {
	width: 50%;
	display: inline-block;
	box-sizing: border-box;
	padding: 15px 15px 15px 15px;
}
.blog .blogs .content .categories .galery-box.list .visible:nth-child(4n + 4) {
	width: 100%;
}
@media (max-width: 800px) {
	.blog .blogs .content .categories .galery-box .visible:nth-child(4n + 4) {
		width: 50%;
	}
}
@media (max-width: 550px) {
	.blog .blogs .content .categories .galery-box .visible:nth-child(4n + 4) {
		width: 100%;
	}
	.blog .blogs .content  .categories .galery-box.list .visible:nth-child(4n + 4) {
		width: 50%;
		padding-left:7px;
	}
	.blog .blogs .content .categories .galery-box.list .box a .image img{
		box-shadow:0px 0px 10px 0px rgb(31 31 31 / 25%);
	}
}

.blog .blogs .content .categories .galery-box .box a .image img{
    margin-bottom:-3px;
    max-width:100%;
    height: auto;
}
.blog .blogs .content .leftbox .content .nxt {
    padding: 40px 0;
}
.blog .blogs .content .leftbox .content .nxt .header {
    padding: 20px 15px 40px 15px;
}
.blog .blogs .content .leftbox .content .nxt .box {
    vertical-align: top;
    width: 33.33%;
    display: inline-block;
    box-sizing: border-box;
    padding: 15px 15px 15px 15px;
}
@media (max-width: 600px) {
    .blog .blogs .content .leftbox .content .nxt .box {
        width: 100%;
    }
}
.blog .blogs .content .leftbox .content .nxt .box a:hover .image {
    -webkit-transform: scale(1.07);
    -moz-transform: scale(1.07);
    -ms-transform: scale(1.07);
    -o-transform: scale(1.07);
    transform: scale(1.07);
}
.blog .blogs .content .leftbox .content .nxt .box a .image {
    height: 150px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 15px;
    box-shadow: 0px 0px 35px 0px rgba(31, 31, 31, 0.25);
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
}
.blog .blogs .content .leftbox .content .nxt .box a .opis {
    padding: 0 10px;
    text-align: left;
}
.blog .blogs .content .leftbox .content .nxt .box a .opis .data {
    padding: 10px 0 5px 0;
}
.blog .blogs .content .leftbox .content .nxt .box a .opis .data img {
    width: 12px;
    vertical-align: top;
    margin-right: 5px;
}
.blog .blogs .content .leftbox .content .nxt .box a .opis .data span {
    font-size: 11px;
    color: #f45c44;
    line-height: 1.2;
    vertical-align: middle;
}
.blog .blogs .content .leftbox .content .nxt .box a .opis .h {
    padding: 5px 0;
}
.blog .blogs .content .leftbox .content .nxt .box a .opis .h h5 {
    font-size: 21px;
    color: #f45c44;
    line-height: 1.2;
}
.blog .blogs .content .leftbox .content .nxt .box a .opis .link {
    padding-top: 10px;
}
.blog .blogs .content .leftbox .content .nxt .box a .opis .link span {
    font-size: 14px;
    color: #f45c44;
    line-height: 1.2;
}
.blog .blogs .content .leftbox .content .nxt .box a .opis .link span img {
    width: 14px;
    margin-left: 5px;
    margin-bottom: 1px;
    vertical-align: bottom;
}
.blog .blogs .content .leftbox .content .bax {
    width: 50%;
    display: inline-block;
    box-sizing: border-box;
    padding: 0 0 0 0;
    vertical-align: top;
}
@media (max-width: 800px) {
    .blog .blogs .content .leftbox .content .bax {
        width: 100%;
    }
}
.blog .blogs .content .leftbox .content .b1 {
    padding-right: 15px;
}
@media (max-width: 800px) {
    .blog .blogs .content .leftbox .content .b1 {
        padding: 0;
    }
}
.blog .blogs .content .leftbox .content .b2 {
    padding-left: 15px;
}
@media (max-width: 800px) {
    .blog .blogs .content .leftbox .content .b2 {
        padding: 0;
    }
}
.blog .blogs .content .rightbox {
    width: 25%;
    display: inline-block;
    box-sizing: border-box;
    padding: 15px 15px 15px 15px;
    vertical-align: top;
    text-align:left;
}
.newsletter {
    margin-top: 50px;
    position: relative;
    padding: 100px 0;
    z-index:2;
}
.newsletter .mask {
    background: rgba(233, 85, 61, 0.9);
}
.newsletter .content {
    z-index: 2;
    padding: 0;
    margin-top: -2px;
}
.newsletter .content .box1 {
    text-align: left;
    width: 66.67%;
    display: inline-block;
    box-sizing: border-box;
    padding: 15px 15px 15px 15px;
    vertical-align: middle;
}
@media (max-width: 800px) {
    .newsletter .content .box1 {
        width: 100%;
    }
}
.newsletter .content .box1 p {
    color: #fff;
}
.newsletter .content .box1 h3 {
    color: #fff;
}
.newsletter .content .box1 .social div a img {
    width: 20px;
    margin: 5px 10px;
}
.newsletter .content .box1 .social div:first-child a img {
    margin-left: 0;
}
.newsletter .content .box2 {
    width: 33.33%;
    display: inline-block;
    box-sizing: border-box;
    padding: 15px 15px 15px 15px;
    vertical-align: middle;
    text-align: right;
}
@media (max-width: 800px) {
    .newsletter .content .box2 {
        width: 100%;
        text-align: left;
    }
}
.newsletter .content .box2 p {
    background: #fff;
    border: none;
    display: inline-block;
    box-sizing: border-box;
    padding: 15px 30px;
    font-family: metropolisregular;
    font-size: 14px;
    color: #f45c44;
    line-height: 1;
    cursor: pointer;
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
    border-radius: 25px;
}
.newsletter .content .box2 p img {
    width: 15px;
    margin-left: 10px;
    vertical-align: top;
}
.newsletter .footer {
    position: absolute;
    z-index: 3;
    bottom: 0;
}
@media (max-width: 768px) {
    .newsletter .footer {
        position: relative;
    }
}
.newsletter .footer .content .cookies span {
    color: #fff;
}
.newsletter .footer .content .project p,
.newsletter .footer .content .project a,
.newsletter .footer .content .project span {
    color: #fff;
}
.pd15 {
    padding: 0 15px !important;
}
.pd25 {
    padding: 0 25px !important;
}
.m-tb-20 {
    margin-top: 20px;
    margin-bottom: 20px;
}
.m-t-40 {
    margin-top:40px;
}
.socials-blog-leftfloat {
    position: fixed;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
    left: -150px;
    z-index: 10;
}
.socials-blog-leftfloat .bx {
    width: 100px;
    display: inline-block;
    box-sizing: border-box;
    padding: 5px 5px 5px 5px;
    text-align: center;
    display: block;
}
.socials-blog-leftfloat .bx .color {
    padding: 8px 0;
    cursor: pointer;
    position: relative;
}
.socials-blog-leftfloat .bx .color img {
    width: 18px;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}
.socials-blog-leftfloat .bx .color span {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    font-size: 15px;
    color: #fff;
    line-height: 1.2;
}
.socials-blog-leftfloat .bx .color:hover img {
    opacity: 0;
}
.socials-blog-leftfloat .bx .color:hover span {
    opacity: 1;
}
@media (max-width: 1350px) {
    .socials-blog-leftfloat .bx {
        width: 44px;
    }
    .socials-blog-leftfloat .bx .color span {
        display: none;
    }
    .socials-blog-leftfloat .bx .color:hover img {
        opacity: 1;
    }
}
.socials-blog .bx {
    width: 16.66%;
    display: inline-block;
    box-sizing: border-box;
    padding: 10px 5px 10px 5px;
    text-align: center;
}
.socials-blog .bx .color {
    padding: 8px 0;
    cursor: pointer;
    position: relative;
}
.socials-blog .bx .color img {
    width: 18px;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}
.socials-blog .bx .color span {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    font-size: 15px;
    color: #fff;
    line-height: 1.2;
}
.socials-blog .bx .color:hover img {
    opacity: 0;
}
.socials-blog .bx .color:hover span {
    opacity: 1;
}
@media (max-width: 750px) {
    .socials-blog .bx {
        width: 46px;
    }
    .socials-blog .bx .color span {
        display: none;
    }
    .socials-blog .bx .color:hover img {
        opacity: 1;
    }
}
.wid {
    left: 0 !important;
}
.author {
    padding: 30px 0;
    margin-top: 50px;
    border-top: 3px solid #555;
}
.author .imgs {
    width: 30%;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}
@media (max-width: 500px) {
    .author .imgs {
        width: 100%;
    }
}
.author .imgs img {
    border-radius: 50%;
    width: 120px;
}
.author .texts {
    width: 70%;
    display: inline-block;
    vertical-align: middle;
}
@media (max-width: 500px) {
    .author .texts {
        width: 100%;
    }
    .author .texts .description h4 {
        text-align: center;
        padding-top: 20px;
    }
}
.author .texts h4 {
    font-size: 18px;
    color: #333;
    line-height: 1.2;
    font-weight: 800;
    padding-bottom: 10px;
}
.modalinbound {
    z-index: 10000;
    position: fixed;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: none;
    max-width: 600px;
    width: 98%;
    margin: 0 1%;
}
.modalinbound .boximg {
    color: #fff;
    padding: 45px 30px;
    max-width: 600px;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    background: #ef280e;
    background: -moz-linear-gradient(left, #f37a38 0%, #f37a38 100%);
    background: -webkit-linear-gradient(left, #f37a38 0%, #f37a38 100%);
    background: linear-gradient(to right, #f37a38 0%, #f37a38 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef280e', endColorstr='#ef6e5b',GradientType=1 );
}
.modalinbound .boximg .xx {
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer;
    padding: 3px;
}
.modalinbound .boximg .hd {
    line-height: 18px;
    text-transform: uppercase;
}
.modalinbound .boximg .line {
    display: inline-block;
    max-width: 300px;
    width: 100%;
    height: 1px;
    background: #fff;
    margin: 20px 0;
}
.modalinbound .boximg .button button {
    border: none;
    background: #fff;
    display: inline-block;
    padding: 10px 45px;
    font-size: 16px;
    color: #f45c44;
    line-height: 1;
    border-radius: 25px;
    cursor: pointer;
}

p.quotation{
		border-left: 2px solid #000;
    padding: 20px;
    margin: 0px 20px;
    font-style: italic;
}
p.single-tab{
    padding-left:20px;
}
p.double-tab{
    padding-left:40px;
}
p.triple-tab{
    padding-left:60px;
}
.description a,
.check a{
	color:#003cd6;/*#f45c44*/
}
.description a:hover,
.check a:hover{
	/*color:#f45c44;*/
	text-decoration: underline;
}
.description img{
	max-width:100%;
}

.galery-box p,
.galery-box a{
	color:#000;
}
.form-control {
	display: inline-block;
padding: 15px 15px 15px 30px;
box-sizing: border-box;
margin: 15px 0;
background:
#fff;
    background-repeat: repeat;
border: none;
font-size: 14px;
color:
#4d4a47;
line-height: 1.2;
border-radius: 25px;
resize: none;
box-shadow: 0px 0px 15px 0px
rgba(0,0,0,0.25);
background-repeat: no-repeat;
float: left;
max-width:600px;
width:100%;
margin-left:50px;
}

.buts {
	background: #f45c44;
    border: none;
    display: inline-block;
    box-sizing: border-box;
    padding: 15px 20px;
    font-size: 14px;
    color: #fff;
    line-height: 1;
    cursor: pointer;
    border-radius: 15px;
    -webkit-transition: all .6s ease 0s;
    -moz-transition: all .6s ease 0s;
    -o-transition: all .6s ease 0s;
    transition: all .6s ease 0s;
    float:left;
    margin-left:50px;
    margin-top:18px;
}

.aa3 .header {
    float:left;
}
.pagination {
    padding: 30px 15px 0 15px;
    box-sizing: border-box;
    text-align: center;
    display:block;
}
.pagination a {
    width: 40px;
    background: #f45c44;
    font-size: 20px;
    line-height: 40px;
    color: #fff;
    display: inline-block;
    margin: 0 10px;
    text-align: center;
    cursor: pointer;
}
.pagination a:hover,
.pagination a.jp-current{
	background:#333;
}
.pagination span{
    width: 40px;
    display: inline-block;
    text-align: center;
    color:#333;
    font-size:20px;
    line-height: 40px;
}

.terminarz-wyslij,
.przycisk{
	background: #f45c44;
    border: none;
    display: inline-block;
    box-sizing: border-box;
    padding: 10px 20px;
    /*font-size: 14px;*/
    color: #fff !important;
    line-height: 1.2;
    cursor: pointer;
    border-radius: 15px;
    -webkit-transition: all .6s ease 0s;
    -moz-transition: all .6s ease 0s;
    -o-transition: all .6s ease 0s;
    transition: all .6s ease 0s;
    text-align: center;
}
.przycisk.gold {
    background: #f9b009;
    color: #000 !important;
}
.przycisk.green {
    background: #18a31a;
}
.przycisk.grey {
    background: #FFF;
    color: #000 !important;
    border: 1px solid #000;
}
.terminarz-wyslij:hover,
.terminarz-wyslij:focus,
.przycisk:hover,
.przycisk:focus{
    -webkit-transform: scale(1.07);
    -moz-transform: scale(1.07);
    -ms-transform: scale(1.07);
    -o-transform: scale(1.07);
    transform: scale(1.07);
    text-decoration: none !important;
    color:#FFF !important;
}
.przycisk.gold:hover,
.przycisk.gold:focus,
.przycisk.grey:hover,
.przycisk.grey:focus{
    color:#000 !important;
}

@media(max-width:1240px){
.socials-blog-leftfloat.wid{
		display:none;
	}	
}

@media(max-width:800px){
	
	.header h1, .header h2, .header h3, .header h4, .header h5, .header h6 {
        font-size: 26px;
	}
    .header h1.vb {
        font-size: 24px;
    }
	.banner .banner-box .content .header p{
		font-size:28px;
	}
	.blog .blogs .content .leftbox .categories .galery-box .box a .opis .h h2{
		font-size:18px;
	}
	.header {
		float:none!important;
	}
	.form-control {
		float:none;
		margin-left:0;
		margin-right:0;
	}
	.buts {
		float:none;
		margin-left:15px;
	}
}
#top-right-ol{
	font-size:18px;
}
#top-right-ol li{
	font-size:18px;
	text-align:left;
	line-height:1.5;
	margin:5px 0;
}
#top-right-ol-cont{
	text-align: center;
}
.send_mail.zgloszenie input{
	border-radius:0;
	border:1px solid #f45c44;
	padding-left:15px;
	background-image:none !important;
}
.check{
	padding-left:30px;
	position:relative;
}
.check p{
	text-align:left;
  font-weight: 300;
  font-size:12px;
  line-height:1.3;
}
.check p span{
	font-size:12px !important;
}
.check input{
    width: 16px !important;
    float: left;
    position: absolute;
    /*top:-13px;*/
    left:0px;
}
.send_mail .button .opmd1{
	background:#7dc51f;
	text-align:center;
}
.newsletter{
	padding:25px 0;
}
.blog.form .header{
	padding:15px 0 15px 0;
}
.blog.form .prices{
	color:#f45c44;
	font-weight:800;
	font-size:28px;
	text-align: right;
	line-height:1.2;
}
.blog.form .price{
	position:relative;
}
.blog.form .price.brutto{
	/* font-size:16px;
	color:#ccc; */
    font-size:18px;
	color:#000;
}
.blog.form .price span{
/*	font-size:13px;
	text-transform: uppercase;
	color:#ccc;*/
}
.blog.form p{
	line-height:1.6;
	font-size:14px;
}
.blog.form hr{
	border:none;
	height:1px;
	background:#ccc;
	box-shadow:none;
	margin:15px 0;
}
.blog.form,
.blog.form label{
	font-weight:bold;
	font-size:13px;
}
.blog.form input[type="text"],
.blog.form input[type="number"],
.blog.form input[type="email"],
.blog.form textarea,
.blog.form select{
	width:100%;
	padding:8px 10px;
	border:1px solid #ccc;
    margin:2px 0;
    font-size:16px;
}
.blog.form select{
    background:#FFF;
}
.blog.form .input-cont{
	margin:10px 0;
}
.invoice-checkbox-cont{
	margin-top:30px;
}
.blog.form .button{
		margin:15px 0 0 0;
		/*text-align:center;*/
}
.blog.form input[type="submit"],
.blog.form button{
	width:100%;
	background:#18a31a;
	color:#FFF;
	text-transform: uppercase;
	border:none;
	border-radius:15px;
	padding:15px 20px;
	font-size:24px;
	max-width:300px;
	font-weight:800;
}
.blog.form input[type="submit"]:hover,
.blog.form button:hover{
	cursor:pointer;
	
}
.blog.form .content-bottom{
	margin-top:20px;
	margin-bottom:20px;
}
.blog.form form{
	margin-top:25px;
}
.blog.form .blogs .content .rightbox h2:first-child{
	margin-top:6px;
}
.blog.form .blogs .content .rightbox h2{
	color:#f45c44;
	font-weight:800;	
	font-size:22px;
	margin-top:30px;
	margin-bottom:15px;
}
.blog.form .blogs .content .rightbox a{
	color:#f45c44;
}
/* .box-content{
	background:#FFF;
	padding:20px;
	border-radius:20px;
	position:relative;
	padding-bottom:30px;
    min-height:350px;
} */
.thankyou .box{

    background:#FFF;
    padding:20px;
    border-radius:20px;
    position:relative;
    padding-top:100px;
    padding-bottom:30px;
    min-height:350px;
}
@media screen and (max-width: 991px){
    .thankyou .box{
        margin-bottom: 40px;
    }
}
.box h3{
	text-align:center;
	color:#f45c44;
	font-weight:800;	
	font-size:22px;
	margin-bottom:20px;
}
.boxes{
	margin:50px 0;
}
.box .icon{
	padding:20px;
	border-radius:50px;
	background:#FFF;
	border:1px solid #f45c44;
	display:inline-block;
	position:absolute;
	top:-20px;
	left:50%;
	margin-left:-48px;
    width: 100px;
    height: 100px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.box .icon img{
    max-width:100%;
    max-height:100%;
}
.box p{
    line-height:1.6;
}
.thankyou .description p{
    margin-bottom:10px;
}
.errors{
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    border-radius:5px;
    padding:10px 20px;
    margin-bottom:10px;
    margin-top:10px;
}
.errors li{
    margin:5px 0;
    line-height:1.5;
}
p.message{
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    border-radius:5px;
    padding:10px 20px;
    margin-bottom:10px;
    margin-top:10px;
}
#g-recaptcha-response {
    display: block !important;
    position: absolute;
    margin: -78px 0 0 0 !important;
    width: 302px !important;
    height: 76px !important;
    z-index: -999999;
    opacity: 0;
}
span.error{
    color:red;
    font-size:12px;
    display: block;
    text-align: left;
}
input.error,
textarea.error{
    border:1px solid red !important;
}
.payment-success{
    line-height:1.5;
    margin-bottom:20px;
    color: #304878;
    background-color: #d5e5f5;
    border:1px solid #abccec;
    padding:10px;
    border-radius:10px;
}
.payment-success strong{
    font-weight:bold;
}
.payment-success a{
    color: #304878;
    text-decoration: underline;
}
.payment-success a:hover{
}
.grecaptcha-badge{
    z-index:9999;
    bottom: 53px !important;
}
.m-b-40{
    margin-bottom:40px !important;
}
.description ol.list-1 li{
    font-weight:bold;
}
.description ol.list-2 li{
    font-weight:bold;
    font-size:18px;
}
.description ol.list-3 li{
    font-weight:bold;
    font-size:20px;
}
.description ol.list-4 li{
    font-size:18px;
}
.description ol.list-5 li{
    font-size:20px;
}
.description ol.list-6 li{
    font-size:22px;
    font-weight: bold;
}
.description ol.list-7 li{
    font-size:22px;
}
.blog .content .description ul,
.blog .content .description ol{
    text-align: initial;
}

.cross{
    position: relative;
}
.cross::before, .cross::after {
    content: '';
    width: 100%;
    position: absolute;
    right: 0;
    top: 50%;
}
.cross::before {
    border-bottom: 2px solid red;
    -webkit-transform: skewY(-10deg);
    transform: skewY(-10deg);
}
.cross::after {
    border-bottom: 2px solid red;
    -webkit-transform: skewY(10deg);
    transform: skewY(10deg);
}
.cross.cross-black:before{
    border-bottom: 2px solid black;
}
.cross.cross-black:after{
    border-bottom: 2px solid black;
}

.price-cont{
    float:right;
    margin-left:20px;
}
/*.price-cont.crossed{
    opacity:0.6;
}*/
#discount-code-btn{
    font-size:14px;
    color:#f45c44;
}
#discount-code-btn:hover{
    text-decoration: underline;
}
.ajax-loader{
    position: absolute;
    margin-top: 9px;
    display:none;
}
.submitted .ajax-loader{
    display:block;
}
#cookies{
    padding-top:30px;
}
.cookies-page .content p{
    line-height:1.5;
    margin-bottom:10px;
}
#cookies h2{
    font-size: 22px;
    color: #000;
    line-height: 1.5;
    margin-bottom: 10px;
}
.cookies a{
    color:#FFF;
}
.promotion-countdown{
    display:block;
    margin:10px 0;
}
.promotion-countdown .time{
    display:inline-block;
    text-align: center;
    width:65px;
    position:relative;
    line-height: 1;
}
.promotion-countdown .time .count,
.promotion-countdown .time:after{
    display: block;
    font-size:32px;
    color:#f45c44;
    font-weight:bold;
}
.promotion-countdown .time .label{
    font-size:10px;
    text-transform: uppercase;
}
.promotion-countdown .time.d:after,
.promotion-countdown .time.h:after,
.promotion-countdown .time.m:after{
    content: ":";
    position:absolute;
    top:-2px;
    right:-5px;
}
.top-right-content{
    float:right;
    margin-top:-85px;
}
.top-right-content strong, .top-right-content b{ 
    font-weight:bold;
}
.mobile-countdown-form{
    text-align:right;
    margin-top:10px;
}
@media screen and (max-width:768px){
    .promotion-countdown .time .count,
    .promotion-countdown .time:after{
        font-size:24px;
    }
    .promotion-countdown .time{
        width:55px;
    }
}
#discount-code-cont label,
#keyword-cont label{
    font-size: 22px;
    background:#f45c44;
    color: #FFF;
    padding: 10px 10px 12px 10px;
    border-radius: 10px;
    display: inline-block;
    min-width:165px;
    text-align: center;
}
#check-discount-code,
#check-discount-code-cart {
    margin-top: 2px;
    font-size: 13px;
    padding: 9px 12px;
    width: auto;
    border-radius: 10px;
}
#discount-code-check-result{
    font-size: 12px;
}
#discount-code-check-result.error{
    color: red;
}
#discount-code-check-result.success{
    color: #18a31a;
}
#discount_code.success{
    border-color: #18a31a;
}
@media screen and (max-width: 991px){
    #discount-code-cont label{
        margin-bottom: 10px;
    }
    #check-discount-code{
        margin-top: 10px;
    }
}
 .youtube-player {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
  }

  .youtube-player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: transparent;
  }

  .youtube-player img {
    object-fit: cover;
    display: block;
    left: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    height: auto;
    cursor: pointer;
    -webkit-transition: 0.4s all;
    -moz-transition: 0.4s all;
    transition: 0.4s all;
  }

/*  .youtube-player img:hover {
    -webkit-filter: brightness(75%);
  }*/

  .youtube-player .play {
    height: 72px;
    width: 72px;
    left: 50%;
    top: 50%;
    margin-left: -36px;
    margin-top: -36px;
    position: absolute;
    background: url('../../../files/img/YouTube_play_buttom_dark.svg') no-repeat;
    cursor: pointer;
  }
  .youtube-player:hover .play {
    background-image: url('../../../files/img/YouTube_play_button.svg');
  }
  .blog .description .netto-price{
    font-size: 1.4em;
  }
  /* .blog .description .netto-price.crossed{
    color: #7a7a7a;
  } */
.modalform .check span.error {
    padding-left: 24px !important;
}
.select-all-text{
    color: #000 !important;
    font-size: 15px !important;
    margin-top: -3px;
}
.modalform .box .check input{
    margin: 0;
}

.send_mail button[type="submit"]:disabled:after {
    content: url(../../../files/img/ajax-loader.gif);
    position: absolute;
    margin-left: 10px;
}
  #articles .promotion-countdown-cont{
    text-align: center;
    margin-top: 10px;
  }
  #articles .price-cont{
    text-align: center;
    margin-left: 0;
    float: none;
  }
.newsletter{
    position: absolute;
    bottom: 0;
    height: 53px;
    width: 100%;
    z-index: 4;
    overflow: hidden;
}
@media screen and (max-width: 768px){
    .newsletter{
        height: 120px;
    }
    #web{
        padding-bottom: 150px;
    }
}
#cookies-message-container{
    position: relative;
    z-index: 1004;
}
#discount-code-input-cont{
    position: relative;
}
#remove-discount-code{
    display: none;
    position: absolute;
    right: 10px;
    top: 12px;
}
.price-to-pay{
    font-size: 13px;
    line-height: 1.3;
    padding-right:5px;
}
.price-to-pay strong{
    font-weight: bold;
    font-size: 19px;
}
@media screen and (max-width: 991px){
    .price-to-pay{
        margin-top: 15px;
    }
    #discount-code-cont label,
    #keyword-cont label{
        font-size: 18px;
    }
    #keyword-cont label{
        min-width: initial;
        margin-bottom: 10px;
        margin-top:20px;
    }
}

.read-more-cont{
    display:none;
    margin-top:15px;
}
.read-more-btn,
.description a.read-more-btn{
        background: #f45c44;
    border: none;
    display: inline-block;
    box-sizing: border-box;
    padding: 15px 30px;
    font-size: 14px;
    color: #fff;
    line-height: 1;
    cursor: pointer;
    -webkit-transition: all .6s ease 0s;
    -moz-transition: all .6s ease 0s;
    -o-transition: all .6s ease 0s;
    transition: all .6s ease 0s;
    border-radius: 25px;
    margin:20px 0;
    text-decoration: none;
}
.read-more-btn:hover,
.description a.read-more-btn:hover{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    color:#FFF !important;
    text-decoration:none !important;
  }
.hide-modal-btn{
    position: absolute;
    top: 2px;
    right: 2px;
    cursor: pointer;
}
.pm__section-desc {
    text-align:left !important;
}
#cc-main .toggle__icon-on,
#cc-main .toggle__icon-off {
    left:0;
}
#cc-main {
    /*--cc-font-family: Noto Serif;*/
    --cc-btn-primary-bg: #f45c44;
    --cc-btn-primary-border-color: #f45c44;
    --cc-btn-primary-hover-bg: #f34a2f;
    --cc-btn-primary-hover-border-color: #f34a2f;
    --cc-toggle-on-bg: var(--cc-btn-primary-bg);
    --cc-btn-border-radius: 10px;
}

.participant-form strong {
    font-weight:bold;
}

.splide__slide {
    text-align: center;
}
.cart-preview {
    position:absolute;
    right: 30px;
    top: 20px;
    text-align: left;
}
@media screen and (max-width: 500px) {
    .cart-preview {
        top: 30px;
        right: 15px;
    }
}
.cart-preview-icon {
    position: relative;
    display: inline-block;
}
.cart-preview-icon .badge {
    position: absolute;
    background: #f45c44;
    color: #FFF;
    border-radius: 50%;
    top: -8px;
    right: -10px;
    height: 20px;
    min-width: 20px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cart-preview:hover .cart-preview-items,
.cart-preview.active .cart-preview-items {
    display: block;
}
.cart-preview-items {
    display: none;
    position: absolute;
    right: 0px;
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(31, 31, 31, 0.25);
    border-radius: 5px;
    padding: 16px;
}
.cart-preview-item {
    margin-bottom: 16px;
}
.cart-preview-item-image {
    width: 98px;
    height: 60px;
    text-align: center;
}
.cart-preview-item-image img {
    max-width: 100%;
    max-height: 100%;
}
.cart-preview-summary {
    margin-top:16px;
    padding-top: 8px;
    border-top: 1px solid #ddd;
}
.cart-preview-summary strong {
    font-weight: bold;
    font-size: 18px;
}
.cart-preview-title {
    margin-bottom: 4px;
}
.cart-preview-title a {
    color: #f45c44;
}
.cart-preview-item-image {
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 0px 10px 0px rgba(31, 31, 31, 0.25);
}
.cart-preview-item-image.without-shadow {
    box-shadow: none;
}
.cart-preview-category {
    font-size: 13px;
    margin-bottom: 8px;
    color: #434343;
}
.cart-preview-description {
    display: flex;
    align-items: center;
    gap: 10px;
}
.cart-preview-item-quantity {
    margin-bottom: 4px;
}
.cart-preview-btn {
    text-transform: uppercase;
    text-align: center;
    display: block;
    margin-top: 16px;
    background: #f45c44;
    color: #FFF;
    border: none;
    border-radius: 5px;
    padding: 5px 20px;
    font-size: 18px;
    font-weight: 800;
}
.notify-messages-content {
    position: relative;
    z-index: 1112;
}
.notify-messages-content-backdrop {
    position: absolute;
    left:0;
    top:0;
    width:100%;
    height: 100%;
    z-index: 2111;
    background: rgba(0,0,0,0.6);
}
.notify-messages-content.popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 750px;
    width: 100%;
    z-index: 2112;
}
@media screen and (max-width: 750px) {
    .notify-messages-content.popup {
        max-width: 90vw;
    }
}
.notify-messages-content .notify-messages-close {
    position: absolute;
    right: 25px;
    top: 38px;
    z-index: 2;
    cursor: pointer;
}
.notify-messages {
    margin: 30px 0 0 0;
    background: #FFF;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
    position: relative;
    line-height: 1.5;
}
.notify-messages .message {
    text-align: left;
    position: relative;
    padding-left: 40px;
    margin: 12px 0;
}
.notify-messages .message::before {
    content: '';
    background-repeat: no-repeat;
    background-position: left center;
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    top: -3px;
    left: 0;
}
.notify-messages .message.success::before {
    background-image: url('../img/circle-check.svg');
}
.notify-messages .message.error::before {
    background-image: url('../img/circle-xmark.svg');
}
.notify-messages .message.warning::before {
    background-image: url('../img/triangle-exclamation.svg');
}
.notify-messages .message.info::before {
    background-image: url('../img/circle-info.svg');
}
.notify-messages .message .message-buttons {
    margin-top: 16px;
}
.notify-messages .message .message-buttons .przycisk {
    margin-right: 16px;
}
@media screen and (max-width: 600px) {
    .notify-messages .message .message-buttons .przycisk {
        display: block;
        margin-bottom: 16px;
        margin-right: 0;
    }
    .notify-messages .message {
        padding-left: 0;
    }
    .notify-messages .message::before {
        display: none;
    }
}
.cart-form .errors {
    margin-top: 32px;
}
.added-to-cart-msg {
    font-size: 22px;
    line-height: 1;
    margin-bottom: 32px;
}
.added-to-cart-title {
    font-size: 24px;
    color: #f45c44;
    line-height: 1.2;
}
.added-to-cart-category {
    margin-bottom: 32px;
}