@charset "UTF-8";
:active,
:focus {
    outline: none;
}
*,
:after,
:before {
    margin: 0;
    padding: 0;
    font: inherit;
    box-sizing: border-box;
    border: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
    display: block;
}
main {
    overflow: hidden;
}
body {
    line-height: 1;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
input[type="checkbox"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="radio"],
input[type="text"],
select,
textarea {
    -webkit-appearance: none;
    color: inherit;
    cursor: pointer;
    font: inherit;
    padding: 0;
    margin: 0;
}
a {
    text-decoration: none;
    color: inherit;
}
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto;
}
.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignleft,
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.grid {
    margin: 0 auto;
}
@media (min-width: 0px) {
    .grid {
        width: 90%;
    }
}
@media (min-width: 768px) {
    .grid {
        width: 720px;
    }
}
@media (min-width: 992px) {
    .grid {
        width: 960px;
    }
}
@media (min-width: 1200px) {
    .grid {
        width: 1170px;
    }
}
@media (min-width: 1600px) {
    .grid {
        width: 1270px;
    }
}
.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}
.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1;
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translateZ(0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
}
.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}
.owl-carousel.owl-hidden {
    opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}
.owl-carousel.owl-rtl {
    direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
    float: right;
}
.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
    z-index: 0;
}
.owl-carousel .owl-animated-out {
    z-index: 1;
}
.owl-carousel .fadeOut {
    animation-name: a;
}
@keyframes a {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
.owl-height {
    transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 0.4s ease;
}
.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}
.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
    transform: scale(1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none;
}
.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}
[data-sel] {
    animation-duration: 0.8s;
    animation-fill-mode: forwards;
    opacity: 0;
}
.infinite {
    animation-iteration-count: infinite;
}
.pulsate {
    animation-name: b;
    transform-origin: center;
    opacity: 1;
}
@keyframes b {
    0% {
        animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transform: scaleX(1);
    }
    50% {
        transform: scale3d(0.8, 0.8, 0.8);
    }
    to {
        animation-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
        transform: scaleX(1);
    }
}
.blink {
    animation-name: c;
    animation-timing-function: ease-in-out;
    animation-duration: 1s;
}
@keyframes c {
    0% {
        opacity: 1;
    }
    25% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    75% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.hitLeft {
    animation-name: d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
@keyframes d {
    0% {
        animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
        transform: translateX(0);
    }
    40% {
        opacity: 1;
        animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
        transform: translateX(20px) rotate(4deg);
    }
    to {
        opacity: 1;
    }
}
.hitRight {
    animation-name: e;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
@keyframes e {
    0% {
        opacity: 1;
        animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
        transform: translateX(0);
    }
    40% {
        animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
        transform: translateX(-20px) rotate(-4deg);
    }
    to {
        opacity: 1;
    }
}
.shake {
    animation-name: f;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    opacity: 1;
}
@keyframes f {
    10% {
        transform: translateX(-10px);
    }
    20% {
        transform: translateX(10px);
    }
    30% {
        transform: translateX(-10px);
    }
    40% {
        transform: translateX(10px);
    }
    50% {
        transform: translateX(-10px);
    }
    60% {
        transform: translateX(10px);
    }
    70% {
        transform: translateX(-10px);
    }
    80% {
        transform: translateX(10px);
    }
    90% {
        transform: translateX(-10px);
    }
    to {
        transform: translateX(10px);
    }
}
.ball {
    animation-name: g;
    animation-duration: 2s;
}
@keyframes g {
    0% {
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
        transform: translateZ(0);
        opacity: 1;
    }
    20% {
        animation-timing-function: ease-in;
        transform: translate3d(0, -100px, 0);
    }
    40% {
        animation-timing-function: ease-out;
        transform: translateZ(0);
    }
    60% {
        animation-timing-function: ease-in;
        transform: translate3d(0, -30px, 0);
    }
    75% {
        animation-timing-function: ease-out;
        transform: translateZ(0);
    }
    85% {
        animation-timing-function: ease-in;
        transform: translate3d(0, -15px, 0);
    }
    to {
        opacity: 1;
        animation-timing-function: ease-in-out;
        transform: translateZ(0);
    }
}
.pullUp {
    animation-name: h;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
@keyframes h {
    0% {
        transform: scale3d(0, 0, 0);
    }
    30% {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transform: scaleY(0);
        transform-origin: center bottom;
        opacity: 1;
    }
    to {
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transform: scaleX(1);
        opacity: 1;
    }
}
.pullDown {
    animation-name: i;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
@keyframes i {
    0% {
        transform: scale3d(0, 0, 0);
    }
    50% {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transform: scaleY(0);
        transform-origin: center top;
        opacity: 1;
    }
    to {
        opacity: 1;
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transform: scaleX(1);
    }
}
.pullLeft {
    animation-name: j;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
@keyframes j {
    0% {
        transform: scaleX(0);
    }
    50% {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transform: scaleX(0);
        transform-origin: center left;
        opacity: 1;
    }
    to {
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transform: scaleX(1);
        opacity: 1;
    }
}
.pullRight {
    animation-name: k;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
@keyframes k {
    0% {
        transform: scaleX(0);
    }
    50% {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transform: scaleX(0);
        transform-origin: center right;
        opacity: 1;
    }
    to {
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transform: scaleX(1);
        opacity: 1;
    }
}
.jumpInLeft {
    animation-name: l;
    animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
@keyframes l {
    0% {
        transform: scale3d(0.5, 0.5, 0.5) rotate(-90deg);
    }
    50% {
        opacity: 1;
        transform: scale3d(1.2, 1.2, 1.2) rotate(10deg);
    }
    70% {
        transform: scale3d(0.9, 0.9, 0.9) rotate(-5deg);
    }
    90% {
        transform: scaleX(1) rotate(0deg);
    }
    to {
        opacity: 1;
    }
}
.jumpInRight {
    animation-name: m;
    animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
@keyframes m {
    0% {
        transform: scale3d(0.5, 0.5, 0.5) rotate(90deg);
    }
    50% {
        opacity: 1;
        transform: scale3d(1.2, 1.2, 1.2) rotate(-10deg);
    }
    70% {
        transform: scale3d(0.9, 0.9, 0.9) rotate(5deg);
    }
    90% {
        transform: scaleX(1) rotate(0deg);
    }
    to {
        opacity: 1;
    }
}
.rollInLeft {
    animation-name: n;
    animation-duration: 0.9s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
@keyframes n {
    0% {
        animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transform: translateX(-400px) rotate(445deg);
    }
    30% {
        opacity: 1;
    }
    50% {
        transform: translateX(20px) rotate(20deg);
    }
    to {
        opacity: 1;
        animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
        transform: translateX(0) rotate(0deg);
    }
}
.rollInRight {
    animation-name: o;
    animation-duration: 0.9s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
@keyframes o {
    0% {
        animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transform: translateX(400px) rotate(-445deg);
    }
    30% {
        opacity: 1;
    }
    50% {
        transform: translateX(-20px) rotate(-20deg);
    }
    to {
        opacity: 1;
        animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
        transform: translateX(0) rotate(0deg);
    }
}
.rollInTop {
    animation-name: p;
    animation-duration: 0.9s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
@keyframes p {
    0% {
        animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transform: translateY(-400px) rotate(-445deg);
    }
    30% {
        opacity: 1;
    }
    50% {
        transform: translateY(20px) rotate(-20deg);
    }
    to {
        opacity: 1;
        animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
        transform: translateY(0) rotate(0deg);
    }
}
.rollInBottom {
    animation-name: q;
    animation-duration: 0.9s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
@keyframes q {
    0% {
        animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transform: translateY(400px) rotate(-445deg);
    }
    30% {
        opacity: 1;
    }
    50% {
        transform: translateY(-20px) rotate(-20deg);
    }
    to {
        opacity: 1;
        animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
        transform: translateY(0) rotate(0deg);
    }
}
.popIn {
    animation-name: r;
}
@keyframes r {
    0% {
        transform: scale3d(0, 0, 0);
    }
    20% {
        opacity: 1;
    }
    40% {
        animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
        transform: scale3d(1.08, 1.08, 1.08);
    }
    60% {
        animation-timing-function: ease-in-out;
        transform: scaleX(1);
    }
    80% {
        animation-timing-function: ease-in-out;
        transform: scale3d(1.03, 1.03, 1.03);
    }
    to {
        opacity: 1;
        animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transform: scaleX(1);
    }
}
.popInLeft {
    animation-name: s;
}
@keyframes s {
    0% {
        transform: translate3d(-200px, 0, 0) scale3d(0.1, 0.1, 0.1);
    }
    40% {
        opacity: 1;
        transform: translateZ(0) scale3d(1.08, 1.08, 1.08);
        animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
    }
    60% {
        animation-timing-function: ease-in-out;
        transform: scaleX(1);
    }
    80% {
        animation-timing-function: ease-in-out;
        transform: scale3d(1.03, 1.03, 1.03);
    }
    to {
        opacity: 1;
        animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transform: scaleX(1);
    }
}
.popInRight {
    animation-name: t;
}
@keyframes t {
    0% {
        transform: translate3d(200px, 0, 0) scale3d(0.1, 0.1, 0.1);
    }
    40% {
        opacity: 1;
        animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
        transform: translateZ(0) scale3d(1.08, 1.08, 1.08);
    }
    60% {
        animation-timing-function: ease-in-out;
        transform: scaleX(1);
    }
    80% {
        animation-timing-function: ease-in-out;
        transform: scale3d(1.03, 1.03, 1.03);
    }
    to {
        opacity: 1;
        animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transform: scaleX(1);
    }
}
.popInTop {
    animation-name: u;
}
@keyframes u {
    0% {
        transform: translate3d(0, -200px, 0) scale3d(0.1, 0.1, 0.1);
    }
    40% {
        opacity: 1;
        animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
        transform: translateZ(0) scale3d(1.08, 1.08, 1.08);
    }
    60% {
        animation-timing-function: ease-in-out;
        transform: translateZ(0) scaleX(1);
    }
    80% {
        animation-timing-function: ease-in-out;
        transform: translateZ(0) scale3d(1.03, 1.03, 1.03);
    }
    to {
        opacity: 1;
        animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transform: translateZ(0) scaleX(1);
    }
}
.popInBottom {
    animation-name: v;
}
@keyframes v {
    0% {
        transform: translate3d(0, 200px, 0) scale3d(0.1, 0.1, 0.1);
    }
    40% {
        opacity: 1;
        animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
        transform: translateZ(0) scale3d(1.08, 1.08, 1.08);
    }
    60% {
        animation-timing-function: ease-in-out;
        transform: translateZ(0) scaleX(1);
    }
    80% {
        animation-timing-function: ease-in-out;
        transform: translateZ(0) scale3d(1.03, 1.03, 1.03);
    }
    to {
        opacity: 1;
        animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transform: translateZ(0) scaleX(1);
    }
}
.flip {
    animation-name: w;
}
@keyframes w {
    0% {
        transform: perspective(400px) rotateY(-1turn) scaleX(1);
        animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    }
    50% {
        opacity: 1;
        transform: perspective(400px) rotateY(-180deg) scale3d(1.2, 1.2, 1.2);
        animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    }
    to {
        opacity: 1;
        transform: perspective(400px) rotateY(0deg) scaleX(1);
        animation-timing-function: cubic-bezier(0.95, 0.05, 0.795, 0.035);
    }
}
.flipInX {
    animation-name: x;
    animation-duration: 1s;
}
@keyframes x {
    0% {
        transform: perspective(400px) rotateX(90deg) scale3d(1.2, 1.2, 1.2);
    }
    50% {
        opacity: 1;
        animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
        transform: perspective(400px) rotateX(-20deg) scaleX(1);
    }
    to {
        opacity: 1;
        transform: perspective(400px) rotateX(0deg) scaleX(1);
    }
}
.flipInY {
    animation-name: y;
    animation-duration: 1s;
}
@keyframes y {
    0% {
        transform: perspective(400px) rotateY(90deg) scale3d(1.2, 1.2, 1.2);
    }
    50% {
        opacity: 1;
        animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
        transform: perspective(400px) rotateY(-20deg) scaleX(1);
    }
    to {
        opacity: 1;
        transform: perspective(400px) rotateY(0deg) scaleX(1);
    }
}
.fadeIn {
    animation-name: z;
    animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
@keyframes z {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.fadeInRight {
    animation-name: A;
    animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
@keyframes A {
    0% {
        transform: translate3d(400px, 0, 0);
        opacity: 0;
    }
    to {
        transform: translateZ(0);
        opacity: 1;
    }
}
.fadeInLeft {
    animation-name: B;
    animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
@keyframes B {
    0% {
        transform: translate3d(-400px, 0, 0);
        opacity: 0;
    }
    to {
        transform: translateZ(0);
        opacity: 1;
    }
}
.fadeInTop {
    animation-name: C;
    animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
@keyframes C {
    0% {
        transform: translate3d(0, -400px, 0);
        opacity: 0;
    }
    50% {
        opacity: 0.2;
    }
    to {
        transform: translateZ(0);
        opacity: 1;
    }
}
.fadeInBottom {
    animation-name: D;
    animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
@keyframes D {
    0% {
        transform: translate3d(0, 400px, 0);
        opacity: 0;
    }
    50% {
        opacity: 0.2;
    }
    to {
        transform: translateZ(0);
        opacity: 1;
    }
}
.driveInLeft {
    animation-name: E;
    animation-duration: 1s;
}
@keyframes E {
    0% {
        animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
        transform: translate3d(-400px, 0, 0);
    }
    30% {
        opacity: 1;
    }
    60% {
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        transform: translate3d(30px, 0, 0);
    }
    to {
        opacity: 1;
        animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
        transform: translateZ(0);
    }
}
.driveInRight {
    animation-name: F;
    animation-duration: 1s;
}
@keyframes F {
    0% {
        animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
        transform: translate3d(400px, 0, 0);
    }
    30% {
        opacity: 1;
    }
    60% {
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        transform: translate3d(-30px, 0, 0);
    }
    to {
        opacity: 1;
        animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
        transform: translateZ(0);
    }
}
.driveInTop {
    animation-name: G;
    animation-duration: 1s;
}
@keyframes G {
    0% {
        opacity: 0;
        animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
        transform: translate3d(0, -400px, 0);
    }
    30% {
        opacity: 1;
    }
    60% {
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        transform: translate3d(0, 30px, 0);
    }
    to {
        animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
        transform: translateZ(0);
    }
}
.driveInBottom {
    animation-name: H;
    animation-duration: 1s;
}
@keyframes H {
    0% {
        animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
        transform: translate3d(0, 300px, 0);
    }
    30% {
        opacity: 1;
    }
    60% {
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        transform: translate3d(0, -30px, 0);
    }
    to {
        opacity: 1;
        animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
        transform: translateZ(0);
    }
}
.spin {
    animation-name: I;
    animation-duration: 1.2s;
}
@keyframes I {
    0% {
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transform: rotate(0deg);
        transform-origin: center center;
    }
    20% {
        animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
        transform: rotate(-20deg);
        transform-origin: center center;
        opacity: 1;
    }
    70% {
        animation-timing-function: ease-in-out;
        transform: rotate(380deg);
        transform-origin: center center;
    }
    to {
        opacity: 1;
        animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
        transform: rotate(1turn);
        transform-origin: center center;
    }
}
.spinIn {
    animation-name: J;
    animation-duration: 1s;
}
@keyframes J {
    0% {
        animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
        transform: rotate(0deg) scale3d(0, 0, 0);
        transform-origin: center center;
    }
    50% {
        opacity: 1;
    }
    70% {
        transform: rotate(380deg) scaleX(1);
        transform-origin: center center;
    }
    to {
        opacity: 1;
        transform: rotate(1turn) scaleX(1);
        transform-origin: center center;
    }
}
.swoopInLeft {
    animation-name: K;
    animation-duration: 0.5s;
}
@keyframes K {
    0% {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transform: scaleX(1.5) translate3d(-400px, 0, 0);
    }
    40% {
        opacity: 1;
        animation-timing-function: ease-in-out;
        transform: scaleX(1.2) translateZ(0);
    }
    65% {
        transform: scaleX(1) translate3d(20px, 0, 0);
    }
    to {
        opacity: 1;
        animation-timing-function: ease-in-out;
        transform: scaleX(1) translateZ(0);
    }
}
.swoopInRight {
    animation-name: L;
    animation-duration: 0.5s;
}
@keyframes L {
    0% {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transform: scaleX(1.5) translate3d(400px, 0, 0);
    }
    40% {
        opacity: 1;
        animation-timing-function: ease-in-out;
        transform: scaleX(1.2) translateZ(0);
    }
    65% {
        transform: scaleX(1) translate3d(-20px, 0, 0);
    }
    to {
        opacity: 1;
        animation-timing-function: ease-in-out;
        transform: scaleX(1) translateZ(0);
    }
}
.swoopInTop {
    animation-name: M;
    animation-duration: 0.5s;
}
@keyframes M {
    0% {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transform: scaleY(1.5) translate3d(0, -400px, 0);
    }
    40% {
        opacity: 1;
        animation-timing-function: ease-in-out;
        transform: scaleY(1.2) translateZ(0);
    }
    65% {
        transform: scaleY(1) translate3d(0, 20px, 0);
    }
    to {
        opacity: 1;
        animation-timing-function: ease-in-out;
        transform: scaleY(1) translateZ(0);
    }
}
.swoopInBottom {
    animation-name: N;
    animation-duration: 0.5s;
}
@keyframes N {
    0% {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transform: scaleY(1.5) translate3d(0, 250px, 0);
    }
    40% {
        opacity: 1;
        animation-timing-function: ease-in-out;
        transform: scaleY(1.2) translateZ(0);
    }
    65% {
        transform: scaleY(1) translate3d(0, -20px, 0);
    }
    to {
        opacity: 1;
        animation-timing-function: ease-in-out;
        transform: scaleY(1) translateZ(0);
    }
}
.unfold {
    animation-name: O;
}
@keyframes O {
    0% {
        animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transform: scale3d(0, 0, 0);
    }
    30% {
        opacity: 1;
        animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
        transform: scale3d(0.4, 0.4, 1);
    }
    60% {
        animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
        transform: scaleX(0.4);
    }
    to {
        opacity: 1;
        animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
        transform: scaleX(1);
    }
}
.fancybox-content {
    display: -ms-flexbox !important;
    display: flex !important;
    margin: 0 auto !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}
.fancybox-content img {
    height: 80%;
    top: 10%;
}
html {
    margin-top: 0 !important;
}
#wpadminbar {
    opacity: 0.3;
    top: 0;
}
#wpadminbar #wp-admin-bar-comments,
#wpadminbar #wp-admin-bar-updates,
#wpadminbar #wp-admin-bar-wp-logo,
#wpadminbar .admin-bar-search {
    display: none;
}
#wpadminbar:hover {
    opacity: 1;
}
.woocommerce-checkout .form-row input,
.woocommerce-checkout .form-row textarea {
    font-size: 1rem;
    padding-bottom: 5px;
}
.products__archive {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
}
.products__archive__nav {
    background-color: #f4f4f4;
    width: calc(30% + 10px);
    max-width: 289px;
    padding: 30px;
}
.products__archive__nav .mobile {
    display: none;
    text-transform: uppercase;
    text-align: center;
}
.products__archive__loop {
    width: 100%;
    padding-left: 10px;
    border-bottom: 1px solid #f4f4f4;
}
.products__archive__loop .more {
    margin: 20px 0 40px;
}
.products__archive__loop__grid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-left: -10px;
    margin-right: -10px;
}
.product {
    width: calc(100% / 3 - 10px * 2);
    margin: 5px 10px;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}
.product__badges {
    transform: translateY(-50%);
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    pointer-events: none;
}
.product__badges__item {
    width: 90px;
    height: 90px;
    border-radius: 90px;
    text-align: center;
    margin-right: 10px;
}
.product__badges__item span {
    position: relative;
    top: 55px;
    font-size: 0.625rem;
    color: #fff;
}
.product__badges__item--black {
    background-color: #303437;
}
.product__badges__item--red {
    background-color: #91201a;
}
.product__image {
    width: 100%;
    margin-bottom: 20px;
}
.product__price {
    background-color: #0f4984;
    color: #fff;
    font-size: 0.875rem;
    font-weight: 400;
    padding: 20px;
    background-image: url(../../dist/img/arrow-white.svg);
    background-size: 10px;
    background-position: 90% 50%;
    background-repeat: no-repeat;
    transition: all 0.5s cubic-bezier(0.87, 0.41, 0.19, 1);
}
.product__short,
.product__title {
    font-size: 0.875rem;
    line-height: 1.375rem;
    font-weight: 700;
    font-weight: 400;
}
.product__title {
    font-weight: 700;
    font-size: 1.15rem;
    margin-bottom: 10px;
}
.product__info {
    margin: 30px 0;
}
.product__info__social {
    margin-top: 20px;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.product .score,
.product__info__social {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.product .score .fav {
    position: relative;
    top: -4px;
    margin-left: 10px;
}
.product:hover .product__price {
    background-color: #303438;
}
.products__archive__nav__menu .menu-item-has-children a,
.products__archive__nav__menu .menu-item-has-children span {
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 2.14;
    text-transform: uppercase;
    color: #0f4984;
    margin-bottom: 10px;
    display: block;
}
.products__archive__nav__menu .sub-menu {
    margin-left: 10px;
    display: none;
}
.products__archive__nav__menu .sub-menu a,
.products__archive__nav__menu .sub-menu span {
    color: #303438;
    font-weight: 400;
    text-transform: unset;
    margin-bottom: 0;
    position: relative;
}
.products__archive__nav__menu .sub-menu a:after,
.products__archive__nav__menu .sub-menu span:after {
    content: "";
    display: block;
    position: absolute;
    left: -15px;
    top: 12px;
    width: 9px;
    height: 6px;
    background-image: url(../../dist/img/arrow-orange.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    transform: rotate(90deg);
}
.products__archive__nav__menu .sub-menu .sub-menu {
    margin-bottom: 30px;
}
.products__archive__nav__menu .sub-menu .sub-menu a:after {
    display: none;
}
.products__archive__nav__menu .sub-menu .sub-menu a:hover {
    color: #0f4984 !important;
}
.products__archive__nav__menu .sub-menu .sub-menu a:before {
    content: "-";
}
.sub-menu--active {
    display: block !important;
    margin-bottom: 10px;
}
.products__archive__nav__menu .menu-item-has-children a,
.products__archive__nav__menu .menu-item-has-children span {
    cursor: pointer;
}
a.cat__parent,
span.cat__parent {
    margin: 10px 0 !important;
}
.menu-item .menu-item-has-children {
    display: none;
}
.menu-item--active,
.visible {
    display: block !important;
}
.products__archive__nav__menu .sub-menu .sub-menu {
    margin-bottom: 10px;
}
@media screen and (max-width: 1200px) {
    .product {
        width: calc(100% / 2 - 10px * 2);
        margin: 5px 10px;
    }
}
@media screen and (max-width: 991px) {
    .products__archive {
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        margin-top: 50px;
    }
    .products__archive__nav {
        width: 100%;
        margin: 30px auto 0;
    }
    .products__archive__nav .mobile {
        display: block;
    }
    .products__archive__loop {
        width: 100%;
        padding: 0;
    }
}
@media screen and (max-width: 600px) {
    .products__archive {
        margin: 0 auto;
    }
    .product {
        width: calc(100% / 1 - 0px * 2);
        margin: 0px 0;
    }
}
.lightbox {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 7;
    background: rgba(48, 52, 56, 0.5);
    width: 100%;
    height: 100%;
    transition: all 0.5s cubic-bezier(0.87, 0.41, 0.19, 1);
    transform: scale(0.9);
    pointer-events: none;
    opacity: 0;
    transition-delay: 0.3s;
}
.lightbox,
.lightbox__gallery__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.lightbox__gallery__item {
    height: 100vh;
}
.lightbox .imgwrap {
    height: 100vh;
    max-height: 80%;
    background: #000;
}
.lightbox.active {
    transform: scale(1);
    opacity: 1;
    pointer-events: all;
}
.lightbox__close {
    width: 30px;
    height: 30px;
    background: #0f4984;
    background-image: url(../../dist/img/close.svg);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 50%;
    transition: all 0.5s cubic-bezier(0.87, 0.41, 0.19, 1);
    display: block;
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 8;
    cursor: pointer;
}
.lightbox__close:hover {
    background-color: #303438;
}
.lightbox .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: calc(100% - 100px);
    left: 50px;
}
.lightbox .owl-next,
.lightbox .owl-prev {
    width: 40px;
    height: 40px;
    background-image: url(../../dist/img/arrow-white.svg);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-color: #0f4984;
    transition: all 0.5s cubic-bezier(0.87, 0.41, 0.19, 1);
}
.lightbox .owl-next:hover,
.lightbox .owl-prev:hover {
    background-color: #303438;
}
.lightbox .owl-prev {
    transform: rotate(180deg);
}
.fav,
.like {
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: 50%;
    display: block;
    transition: all 0.5s cubic-bezier(0.87, 0.41, 0.19, 1);
}
.fav:hover,
.like:hover {
    transform: scale(1.1);
}
.like {
    background-image: url(../../dist/img/heart.png);
}
.fav {
    background-size: contain;
    background-image: url(../../dist/img/fav.svg);
}
.more {
    display: -ms-flexbox;
    -ms-flex-align: center;
    font-size: 0.625rem;
    font-weight: 400;
    line-height: 2;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}
.more,
.more span {
    transition: all 0.5s cubic-bezier(0.87, 0.41, 0.19, 1);
}
.more span {
    margin-left: 20px;
    color: #0f4984;
    display: block;
}
.more:hover {
    font-weight: 700;
}
.more:hover span {
    transform: scale(2) rotate(1turn);
}
.warning {
    font-size: 0.925rem;
    line-height: 1.4;
    background: #0f4984;
    padding: 25px;
    margin-bottom: 40px;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.warning:before {
    content: "";
    padding: 10px;
    margin-right: 10px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url(../../dist/img/warning.png);
}
.warning strong {
    color: #fff !important;
}
.woocommerce-breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    color: #7f7f7f;
    font-size: 0.75rem;
}
.woocommerce-breadcrumb span {
    display: block;
    margin: 0 10px;
    color: #000;
}
.woocommerce-breadcrumb a {
    display: block;
}
@media screen and (max-width: 600px) {
    .cart_item {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .cart_item .product-name {
        width: 100%;
        margin-bottom: 10px;
    }
    .cart_item .cart-attributes {
        margin: 20px auto;
    }
    .cart_item .product-price,
    .cart_item .product-quantity,
    .cart_item .product-subtotal {
        margin-bottom: 10px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
    }
    .cart_item .product-price:before,
    .cart_item .product-quantity:before,
    .cart_item .product-subtotal:before {
        content: attr(data-title) ": ";
        margin-right: 15px;
    }
    .attribute__list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .checkbox,
    .color,
    .radio,
    .texture {
        margin-bottom: 15px;
    }
}
.woocommerce-account .woocommerce {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.w3c {
    display: -ms-flexbox;
    display: flex;
}
html .wc-proceed-to-checkout a span {
    font-size: 1.2rem !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
}
html .wc-proceed-to-checkout a span:after {
    background-image: url(../../dist/img/right-arrow.svg);
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
}
.woocommerce-MyAccount-navigation {
    width: 300px;
}
.woocommerce-MyAccount-navigation a {
    display: block;
    background: #0f4984;
    color: #fff;
    padding: 20px;
    transition: all 0.5s cubic-bezier(0.87, 0.41, 0.19, 1);
}
.woocommerce-MyAccount-navigation .is-active a,
.woocommerce-MyAccount-navigation a:hover {
    background: #303438;
}
.woocommerce-MyAccount-content {
    width: calc(100% - 350px);
}
.woocommerce-MyAccount-content .title {
    text-align: left;
    font-weight: 700;
}
.woocommerce-MyAccount-content h2,
.woocommerce-MyAccount-content h3 {
    margin: 30px 0;
    text-align: left;
    font-weight: 700;
    font-size: 1.6rem;
}
.woocommerce-MyAccount-content a,
.woocommerce-MyAccount-content button {
    transition: all 0.5s cubic-bezier(0.87, 0.41, 0.19, 1);
    cursor: pointer;
    background: #0f4984;
    padding: 10px;
    color: #fff;
    display: inline-block;
    margin-bottom: 10px;
}
.woocommerce-MyAccount-content a:hover,
.woocommerce-MyAccount-content button:hover {
    background: #303438;
}
.woocommerce-MyAccount-content p a {
    background: transparent;
    padding: 3px 5px;
    display: unset;
    color: #000;
    font-weight: 700;
}
.woocommerce-MyAccount-content p a:hover {
    background: #0f4984;
    color: #fff;
}
.woocommerce-MyAccount-content table {
    width: 100%;
}
.woocommerce-MyAccount-content table a {
    background: #0f4984;
    padding: 10px;
    color: #fff;
}
.woocommerce-MyAccount-content table a:hover {
    background: #303438;
}
.woocommerce-MyAccount-content tr {
    padding: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}
.woocommerce-MyAccount-content tr td,
.woocommerce-MyAccount-content tr th {
    -ms-flex: 1;
    flex: 1;
    text-align: left;
    padding-right: 30px;
}
@media screen and (max-width: 1024px) {
    [data-sel] {
        opacity: 1 !important;
        animation: unset !important;
    }
}
@media screen and (max-width: 991px) {
    .woocommerce-account .woocommerce {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .woocommerce-MyAccount-content,
    .woocommerce-MyAccount-navigation {
        margin-bottom: 100px;
        width: 100%;
    }
}
#customer_login {
    margin: 0 auto;
}
#customer_login h2 {
    margin-bottom: 20px;
}
.cart-collaterals .cross-sells {
    display: none !important;
}
#customer_login > div {
    margin-bottom: 50px;
}
.woocommerce-account .woocommerce {
    margin: 100px 0;
}
.woocommerce-account label.woocommerce-form__label.woocommerce-form__label-for-checkbox.inline {
    display: block;
}
.woocommerce-account input[type="checkbox"] {
    position: relative;
    top: 5px;
    margin-right: 20px;
    max-width: 14px;
    max-height: 14px;
    min-width: 14px;
    min-height: 14px;
    border: 1px solid #303437;
}
.woocommerce-account input[type="checkbox"]:checked {
    background-image: url(../../dist/img/radio.svg);
    background-repeat: no-repeat;
    background-position: 50%;
}
.woocommerce-account input,
.woocommerce-account textarea {
    width: 100%;
    border-bottom: 1px solid #7f7f7f;
}
.woocommerce-account .form-row {
    margin-bottom: 20px;
}
.woocommerce-account label {
    font-weight: 700;
}
.woocommerce-account p {
    line-height: 1.5;
}
.woocommerce-account form a,
.woocommerce-account form button {
    transition: all 0.5s cubic-bezier(0.87, 0.41, 0.19, 1);
    cursor: pointer;
    background: #0f4984;
    padding: 10px;
    color: #fff;
    display: inline-block;
    margin-bottom: 10px;
}
.woocommerce-account form a:hover,
.woocommerce-account form button:hover {
    background: #303438;
}
.woocommerce-account .woocommerce-form-login {
    margin: 0 auto;
}
#cookies {
    position: fixed;
    display: -ms-flexbox !important;
    display: flex !important;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #0f4984;
    z-index: 5;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 30px;
    transform: translateY(150%);
    transition: all 0.5s cubic-bezier(0.87, 0.41, 0.19, 1);
}
#cookies.visible {
    transform: translateY(0);
}
#cookies p {
    padding-bottom: 0;
    color: #fff;
    max-width: calc(100% - 100px);
    font-size: 15px;
}
@media screen and (max-width: 600px) {
    #cookies p {
        max-width: 100%;
        margin-bottom: 10px;
    }
}
#cookies .button {
    margin-top: 0;
    padding: 10px 20px;
    border: 2px solid #0f4984;
}
#cookies .button:hover {
    background: #0f4984;
    color: #fff;
    border-color: #fff;
    cursor: pointer;
}
.footer {
    background-color: #2f3438;
}
.footer__contact {
    background: #fff;
    padding: 40px 0;
    position: relative;
}
.footer__contact .title {
    margin-bottom: 40px;
}
.footer__contact .grid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.footer__contact__form {
    width: 70%;
    padding-right: 30px;
}
.footer__contact__map {
    position: absolute;
    right: 0;
    top: 0;
    background: #000;
    height: 100%;
}
.footer__cols {
    padding-top: 35px;
    margin-bottom: 35px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-left: -20px;
    margin-right: -20px;
}
.footer__col {
    width: calc(100% / 6 - 20px * 2);
    margin: 10px 20px;
    color: #fff;
}
.footer__col * {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.25rem;
}
.footer__col h3 {
    text-transform: uppercase;
    margin-bottom: 30px;
}
.footer__col p {
    padding-bottom: 20px;
}
.footer__col a {
    transition: all 0.5s cubic-bezier(0.87, 0.41, 0.19, 1);
}
.footer__col a:hover {
    color: #0f4984;
}
.footer__quick_contact {
    padding: 30px 0;
    background: #0f4984;
    -ms-flex-pack: center;
    justify-content: center;
}
.footer__quick_contact,
.footer__quick_contact__col {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.footer__quick_contact__col {
    margin: 0 30px;
}
.footer__quick_contact__col svg {
    width: 28px;
    margin-right: 30px;
}
.footer__quick_contact__col a {
    display: block;
    margin-right: 30px;
    transition: all 0.5s cubic-bezier(0.87, 0.41, 0.19, 1);
}
.footer__quick_contact__col a:hover {
    color: #303438;
}
.footer__quick_contact__col * {
    color: #fff;
    font-size: 0.875rem;
    font-weight: 500;
    letter-spacing: 0.088rem;
}
.footer__bottom {
    padding: 30px 0;
}
.footer__bottom .grid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.footer__author {
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.25rem;
    color: #828e97;
}
.socialmedia {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.socialmedia a {
    margin-right: 20px;
    display: block;
}
.socialmedia a:hover {
    transform: scale(1.1);
}
.form__row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}
.form__row span {
    width: 33%;
    max-width: calc(33% - 20px);
    margin-right: 20px;
}
.form__row .ajax-loader {
    display: none;
}
.form__row input,
.form__row textarea {
    font-size: 0.625rem;
    font-weight: 400;
    line-height: 1.25rem;
    text-transform: uppercase;
    letter-spacing: 0.063rem;
    width: 100%;
    padding: 10px 0;
    border-bottom: 2px solid #7f7f7f;
}
.form__row textarea {
    width: 100%;
    height: 150px;
}
.form__row--full span {
    width: 100%;
    max-width: 100%;
}
.form__row--submit span {
    width: 100%;
    max-width: 100% !important;
}
.form__row--submit input[type="checkbox"] {
    width: 20px;
    height: 20px;
    border: 1px solid #7f7f7f;
    padding: 0;
    background: #fff;
}
.form__row--submit input[type="checkbox"]:checked {
    background: #0f4984;
}
.form__row--submit .mc4wp-checkbox.mc4wp-checkbox-contact-form-7 label,
.form__row--submit .wpcf7-acceptance label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.form__row--submit .mc4wp-checkbox.mc4wp-checkbox-contact-form-7 input,
.form__row--submit .wpcf7-acceptance input {
    margin-right: 20px;
}
.form__row--submit .mc4wp-checkbox.mc4wp-checkbox-contact-form-7 span,
.form__row--submit .wpcf7-acceptance span {
    font-size: 0.75rem;
    font-weight: 400;
    font-style: italic;
    line-height: 1.25rem;
}
.form__row--submit .wpcf7-submit {
    cursor: pointer;
    background: transparent;
    border: none;
    width: auto;
    margin-right: 20px;
    color: #7f7f7f;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.25rem;
    text-transform: uppercase;
    letter-spacing: 0.088rem;
    min-width: 100px;
}
.form__row--submit .wpcf7-submit:disabled {
    cursor: not-allowed;
    opacity: 0.3;
}
.mc4wp-checkbox.mc4wp-checkbox-contact-form-7 {
    min-height: 40px;
}
#map {
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 1300px) {
    .footer__quick_contact__col:first-child {
        display: none;
    }
}
@media screen and (max-width: 1200px) {
    .footer__col {
        width: calc(100% / 3 - 20px * 2);
        margin: 10px 20px;
        margin-bottom: 30px !important;
    }
}
@media screen and (max-width: 991px) {
    .footer__quick_contact {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .footer__quick_contact__col:nth-child(2) {
        margin-bottom: 30px;
    }
    .footer__contact .grid {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .footer__contact__form {
        padding-right: 0;
        min-width: 100%;
        width: 100%;
        margin-bottom: 30px;
    }
    .footer__contact__map {
        position: relative;
        width: 100% !important;
        height: 400px;
    }
    .footer__contact__map #map {
        height: 400px;
    }
}
@media screen and (max-width: 768px) {
    .footer__col {
        width: calc(100% / 2 - 20px * 2);
        margin: 10px 20px;
    }
}
@media screen and (max-width: 600px) {
    .footer__quick_contact__col {
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        margin: 0;
    }
    .footer__quick_contact__col svg {
        margin-right: 0;
    }
    .footer__quick_contact__col a {
        display: block;
        margin: 10px auto;
    }
    .footer__cols {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: stretch;
        align-items: stretch;
        margin-left: 0;
        margin-right: 0;
    }
    .footer__col {
        width: calc(100% / 1 - 0px * 2);
        margin: 0px 0;
    }
    .form__row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .form__row span {
        width: 100%;
        max-width: 100%;
    }
}
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
}
.header,
.header__branding {
    transition: all 0.5s cubic-bezier(0.87, 0.41, 0.19, 1);
}
.header__branding {
    transform-origin: left;
}
.header__branding:hover {
    transform: scale(1.1);
}
.header__top {
    background-color: #f4f4f4;
    transition: all 0.5s cubic-bezier(0.87, 0.41, 0.19, 1);
}
.header__top__icons,
.header__top__icons__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.header__top__icons__item {
    margin-right: 30px;
    max-height: 53px;
}
.header__top__icons__item svg {
    width: 21px;
    margin-right: 20px;
    max-height: 53px;
}
.header__top__icons__item p {
    font-size: 0.625rem;
    font-weight: 400;
    line-height: 1.25rem;
    text-transform: uppercase;
    letter-spacing: 0.063rem;
}
.header__top__right {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.header__bottom {
    padding: 30px 0;
    z-index: 3;
    position: relative;
}
.header .grid {
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.header .grid,
.langs {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.langs a {
    display: block;
    margin: 0 5px;
    font-size: 0.625rem;
    font-weight: 400;
    line-height: 1.25rem;
    text-transform: uppercase;
    letter-spacing: 0.063rem;
}
.langs a:hover {
    color: #0f4984;
}
.minicart {
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-left: 30px;
}
.minicart,
.minicart__icon {
    display: -ms-flexbox;
    display: flex;
}
.minicart__icon {
    width: 53px;
    height: 53px;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #fff;
}
.minicart__icon svg {
    width: 19px;
    transition: all 0.5s cubic-bezier(0.87, 0.41, 0.19, 1);
}
.minicart__button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 50px 0 25px;
    background: #0f4984;
    color: #fff;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1.25rem;
    text-transform: uppercase;
    position: relative;
    max-height: 53px;
}
.minicart__button__arrow {
    transform: translateX(20px);
    transition: all 0.5s cubic-bezier(0.87, 0.41, 0.19, 1);
}
.minicart__button__arrow svg {
    width: 8px;
}
.minicart:hover .minicart__icon svg {
    transform: scale(1.1);
}
.minicart:hover .minicart__button__arrow {
    transform: translateX(30px);
}
.headroom--not-top,
.headroom--pinned {
    transform: translateY(-54px);
    background: #fff;
}
.headroom--not-top .header__top {
    transform: translateY(-54px);
}
.headroom--top {
    background: transparent;
    transform: translateY(0);
}
.headroom--unpinned {
    transform: translateY(-150%);
}
.sub_menu {
    position: absolute;
    width: 100%;
    background: #f4f4f4;
    z-index: 1;
    transform: translateY(30px);
    opacity: 0;
    pointer-events: none;
    transition: all 0.5s cubic-bezier(0.87, 0.41, 0.19, 1);
}
.sub_menu.active {
    transform: translateY(0);
    opacity: 1;
    pointer-events: all;
}
.sub_menu .menu,
.sub_menu .menu li {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
.sub_menu .menu li {
    text-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.sub_menu .menu li:hover {
    background: #0f4984;
}
.sub_menu .menu li:hover a {
    color: #fff !important;
}
.sub_menu .menu a {
    padding: 20px 10px;
    display: block;
    width: 100%;
    font-size: 0.875rem !important;
    font-weight: 700 !important;
}
@media screen and (min-width: 991px) {
    .menu__toggle {
        display: none;
    }
}
@media screen and (max-width: 991px) and (max-height: 700px) {
    #menu-glowne li:first-child {
        margin-top: 100px !important;
    }
}
@media screen and (max-width: 991px) {
    #menu-submenu:after {
        content: "";
        width: 20px;
        height: 30px;
        position: absolute;
        right: 30px;
        pointer-events: none;
        top: calc(50% - 15px);
        background-image: url(../../dist/img/scroll.svg);
        background-repeat: no-repeat;
        background-position: 50%;
    }
    .headroom--pinned {
        transform: translateY(0);
        background: #fff;
    }
    .header__bottom {
        padding: 10px 0;
    }
    .menu__toggle {
        width: 40px;
        height: 40px;
        z-index: 6;
        position: relative;
        cursor: pointer;
    }
    .menu__toggle svg {
        position: absolute;
        right: -15%;
        height: 100%;
        transform-origin: top right;
    }
    .menu__toggle path {
        fill: none;
        stroke: #0f4984;
        stroke-width: 3;
        stroke-linecap: round;
        stroke-linejoin: round;
        --length: 24;
        --offset: -38;
        stroke-dasharray: var(--length) var(--total-length);
        stroke-dashoffset: var(--offset);
        transition: all 0.5s cubic-bezier(0.87, 0.41, 0.19, 1);
    }
    .menu__toggle path:first-child,
    .menu__toggle path:nth-child(3) {
        --total-length: 126.64183044433594;
    }
    .menu__toggle path:nth-child(2) {
        --total-length: 70;
    }
    .header #menu-glowne {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-direction: column;
        flex-direction: column;
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background: #0f4984;
        transform: translateY(-110vh);
    }
    .header #menu-glowne,
    .header #menu-glowne li {
        transition: all 0.5s cubic-bezier(0.87, 0.41, 0.19, 1);
    }
    .header #menu-glowne li {
        transform: translateY(-50px);
        opacity: 0;
        margin: 10px 0;
    }
    .header--toggled {
        transform: translateY(0);
    }
    .header--toggled .menu__toggle path {
        stroke: #303438;
    }
    .header--toggled .menu__toggle path:first-child,
    .header--toggled .menu__toggle path:nth-child(3) {
        --length: 22.627416998;
        --offset: -94.1149185097;
    }
    .header--toggled .menu__toggle path:nth-child(2) {
        --length: 0;
        --offset: -50;
    }
    .header--toggled #menu-glowne {
        transform: translateY(0);
    }
    .header--toggled #menu-glowne li {
        transition-delay: 0.3s;
        transform: translateY(0);
        opacity: 1;
    }
    .header--toggled #menu-glowne li a {
        color: #fff;
        text-transform: uppercase;
    }
}
@media screen and (max-width: 1200px) {
    .header .sub_menu .menu a {
        font-size: 0.7rem !important;
    }
}
@media screen and (min-width: 992px) {
    .header__branding {
        width: 30%;
    }
    .header__nav {
        width: 70%;
    }
    .header .menu {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .header .menu li a {
        font-size: 0.875rem;
        font-weight: 500;
        line-height: 1.25rem;
        text-transform: uppercase;
        letter-spacing: 0.175rem;
        transition: all 0.5s cubic-bezier(0.87, 0.41, 0.19, 1);
    }
    .header .menu li a:hover {
        color: #0f4984;
    }
}
@media screen and (max-width: 991px) {
    .sub_menu {
        z-index: 4;
    }
    .sub_menu .menu {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .sub_menu .menu li {
        width: 33%;
    }
    .header__top {
        transform: translateY(calc(100vh + 39px)) !important;
        position: fixed;
        width: 100%;
        z-index: 7;
        top: 0;
        left: 0;
    }
    .header__top .grid {
        width: 100%;
        max-height: 53px;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .header__top__left {
        display: none;
    }
    .header--toggled .header__top {
        transform: translateY(calc(100vh - 100%)) !important;
    }
    .header--toggled .sub_menu {
        pointer-events: all;
        transform: translateY(0);
        opacity: 1;
    }
}
@media screen and (max-width: 600px) {
    .sub_menu .menu {
        max-height: 150px;
        overflow: auto;
    }
    .sub_menu .menu li {
        width: 100%;
    }
}
@media screen and (max-width: 400px) {
    .minicart__button {
        display: none !important;
    }
}
.post__title {
    font-size: 1.875rem;
    font-weight: 400;
    line-height: 1.748rem;
    text-align: center;
    margin: 100px 0 50px;
}
.post__date {
    text-align: center;
    display: block;
}
.post__image {
    text-align: center;
    margin: 50px 0;
}
.post__image img {
    max-width: 100%;
}
.single_product {
    display: -ms-flexbox;
    display: flex;
}
.single_product .thirdlayer {
    display: none !important;
}
.single_product .inited .thirdlayer {
    display: block !important;
}
.single_product .active,
.single_product .attr-selected {
    opacity: 1 !important;
}
.single_product .gallery {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
}
.single_product .gallery a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: calc(50% - 10px);
    margin-bottom: 20px;
    border: 1px solid #0f4984;
    height: 12vw;
    max-height: 227px;
    padding: 10px;
}
.single_product .gallery a:hover {
    border-color: #303438;
}
.single_product .gallery a img {
    width: 90%;
    height: auto;
}
.single_product__body {
    padding-left: 30px;
    width: 100%;
}
.single_product__title__price {
    margin: 40px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.single_product__title__price p {
    font-size: 1.875rem;
    font-weight: 700;
    line-height: 1.375rem;
    color: #0f4984;
}
.single_product__image {
    margin-top: 5px;
    margin-bottom: 40px;
}
.single_product__image img {
    display: block;
    margin: 0 auto;
}
.single_product__dsc {
    margin-bottom: 30px;
}
.single_product__related {
    margin-top: 50px;
}
.single_product__related h2 {
    margin-bottom: 30px;
}
.single_product__rating {
    padding: 20px 0 70px;
    background: #fff;
    position: relative;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.single_product__rating__wrapper {
    -ms-flex: 1;
    flex: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
}
.single_product__rating span {
    -ms-flex: 1;
    flex: 1;
    display: block;
    text-align: right;
}
.single_product__rating p {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    white-space: nowrap;
    -ms-flex: 1;
    flex: 1;
}
.single_product__rating p:first-child::after {
    content: "";
    display: block;
    height: 1px;
    margin-left: 20px;
    background: #ebebeb;
    min-width: calc(100% - 90px);
}
.single_product__cart {
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 50px;
    position: relative;
    z-index: 2;
    background: #fff;
}
.single_product__cart,
.single_product__cart .cart {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
}
.single_product__cart .cart label {
    display: none;
}
.single_product__cart .qty {
    max-width: 60px;
    background: transparent;
    border-bottom: 1px solid #fff;
    margin-right: 40px;
    color: #fff;
    margin-bottom: 5px;
}
.single_product__cart button {
    background: #303438;
    color: #fff;
    padding: 15px 20px 15px 50px;
    width: 180px;
    background-image: url(../../dist/img/cart-w.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 20px 50%;
    transition: all 0.5s cubic-bezier(0.87, 0.41, 0.19, 1);
    border: 1px solid #303438;
    font-size: 0.875rem;
    cursor: pointer;
}
.single_product__cart button:hover {
    border-color: #fff;
    background-color: #0f4984;
}
.single_product__cart__add {
    background: #0f4984;
    width: 50%;
    padding: 40px;
    position: relative;
}
.single_product__cart__add__price {
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 30px;
}
.single_product__cart__add__price p {
    margin-right: 20px;
}
.single_product__cart__add__price span {
    font-size: 1.875rem;
    font-weight: 700;
    line-height: 1.375rem;
    text-transform: uppercase;
}
.single_product__cart__attributes {
    width: 50%;
}
.attributes__summary {
    padding: 40px 110px 40px 40px;
    background-color: #f4f4f4;
}
.attributes__summary p {
    text-transform: uppercase;
}
.attributes__summary h3,
.attributes__summary p {
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.25rem;
}
.attributes__summary h3 {
    color: #0f4984;
    margin: 20px 0 40px;
}
.attributes__summary li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.attributes__summary li span {
    padding-right: 10px;
}
.attributes__summary li span:last-child {
    padding-left: 10px;
    padding-right: 0;
    font-weight: 700;
    text-align: right;
}
.attributes__summary li span:first-letter {
    text-transform: capitalize;
}
.fav__wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    max-width: 130px;
}
.fav__wrapper.voted {
    pointer-events: none;
}
.fav__wrapper .fav {
    display: block;
    cursor: pointer;
    margin: 0 3px;
}
.fav__wrapper .fav.active {
    background-image: url(../../dist/img/fav-a.svg);
}
.fav__wrapper .fav.added {
    background-image: url(../../dist/img/fav-c.svg);
}
.attribute--canvas .attribute__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.attribute {
    margin-bottom: 50px;
    transition: all 0.5s cubic-bezier(0.87, 0.41, 0.19, 1);
}
.attribute--canvas,
.attribute--color {
    width: 100%;
}
.attribute.loading {
    opacity: 0.3;
    pointer-events: none;
}
.attribute--center {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 20px !important;
}
.attribute--checkbox .attribute__list,
.attribute--radio .attribute__list {
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.attribute--checkbox .checkbox,
.attribute--checkbox .radio,
.attribute--radio .checkbox,
.attribute--radio .radio {
    margin-bottom: 15px;
    width: 100%;
    max-width: calc(33% - 10px);
    margin-right: 10px !important;
}
@media screen and (max-width: 1250px) {
    .attribute--checkbox .checkbox,
    .attribute--checkbox .radio,
    .attribute--radio .checkbox,
    .attribute--radio .radio {
        max-width: calc(50% - 10px);
    }
}
@media screen and (max-width: 768px) {
    .attribute--checkbox .checkbox,
    .attribute--checkbox .radio,
    .attribute--radio .checkbox,
    .attribute--radio .radio {
        max-width: 100%;
    }
}
.attribute__list--wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.attribute__list--column {
    -ms-flex-direction: column;
    flex-direction: column;
}
.attribute__title {
    margin-bottom: 25px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    white-space: nowrap;
    position: relative;
}
.attribute__title__hover {
    position: absolute;
    background: #fff;
    border: 2px solid #0f4984;
    padding: 20px;
    text-transform: unset !important;
    max-width: 300px;
    white-space: normal;
    bottom: 30px;
    left: 0;
    font-size: 14px;
    line-height: 1.3;
    opacity: 0;
    pointer-events: none;
    transition: all 0.5s cubic-bezier(0.87, 0.41, 0.19, 1);
}
.attribute__title:hover .attribute__title__hover {
    opacity: 1;
}
.attribute__title span {
    display: block;
    text-transform: uppercase;
    margin-bottom: 0 !important;
}
.attribute__title .wat {
    display: inline-block !important;
    color: #f47915;
    cursor: pointer;
}
.attribute__title:after {
    content: "";
    width: 100%;
    margin-left: 20px;
    height: 1px;
    background: #f4f4f4;
}
.attribute__list {
    display: -ms-flexbox;
    display: flex;
}
.attribute .-js-price {
    cursor: pointer;
    transition: all 0.5s cubic-bezier(0.87, 0.41, 0.19, 1);
}
.attribute__list {
    width: 100%;
}
.-js-price.excluded {
    cursor: not-allowed;
    opacity: 0.3;
}
.attribute .color {
    cursor: pointer;
    width: 27px;
    height: 27px;
    border-radius: 3px;
    margin-right: 7px;
    margin-bottom: 7px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
.attribute .color.active {
    transform: scale(1.2);
}
.attribute .texture {
    width: 100%;
    max-width: 77px;
    height: 77px;
    margin: 0 10px 20px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    display: none;
    pointer-events: none;
    transition: all 0.5s cubic-bezier(0.87, 0.41, 0.19, 1);
}
.attribute .texture.active-group {
    display: block;
    pointer-events: all;
}
.attribute .texture a {
    width: 20px;
    height: 20px;
    background-image: url(../../dist/img/zoom.png);
    background-repeat: no-repeat;
    background-position: 50%;
    position: absolute;
    display: block;
    bottom: 0;
    right: 0;
    transition: all 0.5s cubic-bezier(0.87, 0.41, 0.19, 1);
}
.attribute .texture a:hover {
    transform: scale(1.4);
}
.attribute .texture.active {
    border: 2px solid #0f4984;
}
.attribute .radio {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 40px;
}
.attribute .radio:before {
    content: "";
    width: 14px;
    height: 14px;
    min-width: 14px;
    min-height: 14px;
    border-radius: 14px;
    margin-right: 20px;
    border: 1px solid #000;
    transition: all 0.5s cubic-bezier(0.87, 0.41, 0.19, 1);
}
.attribute .radio.active:before {
    background: #000;
}
.attribute .checkbox {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 40px;
}
.attribute .checkbox:before {
    content: "";
    width: 14px;
    height: 14px;
    min-width: 14px;
    min-height: 14px;
    border-radius: 3px;
    margin-right: 20px;
    border: 1px solid #000;
    transition: all 0.5s cubic-bezier(0.87, 0.41, 0.19, 1);
}
.attribute .checkbox.active:before {
    background: #000;
}
.attribute .input {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
}
.attribute .input input,
.attribute .input select {
    border-bottom: 2px solid #303438;
    text-transform: uppercase;
    font-size: 0.875rem;
    padding-bottom: 5px;
    width: 100%;
    background: #fff;
}
.attribute .input input.wrong,
.attribute .input select.wrong {
    border-color: red;
}
.attribute .input__icon {
    width: 20px;
    height: 20px;
    min-width: 20px;
    min-height: 20px;
    margin-right: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
}
.attribute .input__icon--width {
    background-image: url(../../dist/img/width.png);
}
.attribute .input__icon--height {
    background-image: url(../../dist/img/height.png);
}
.warning .errorspan {
    text-align: center;
    color: #fff !important;
}
.warning .errorspan:first-letter {
    text-transform: uppercase;
}
body .attribute .-js-input-c,
body .attribute .-js-input-d,
body .attribute .-js-input-e {
    max-height: 0;
    overflow: hidden;
    margin-bottom: 0 !important;
}
body .attribute .-js-input-c.attr-selected,
body .attribute .-js-input-d.attr-selected,
body .attribute .-js-input-e.attr-selected {
    max-height: 50px;
    margin-bottom: 30px !important;
}
.input-s input:placeholder-shown {
    border-bottom: 2px solid red;
}
.icon--button {
    width: 210px;
    background-color: #303438;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 0 20px;
    text-align: center;
    padding: 15px 0;
    white-space: nowrap;
    font-size: 0.875rem;
}
.icon--button:before {
    content: "";
    width: 15px;
    height: 15px;
    margin-right: 20px;
    background-repeat: no-repeat;
}
.icon--button:hover {
    background: #0f4984;
}
.icon--button--samples:before {
    background-image: url(../../dist/img/probnik.png);
}
.icon--button--size:before {
    background-image: url(../../dist/img/size.png);
}
.single_product__image {
    width: 100%;
    max-width: calc(50% - 40px);
    margin-right: 40px;
}
.single_product__image.canvas--fixed {
    position: fixed;
    top: 50px !important;
}
.canvas {
    position: relative;
    margin: 0 auto;
    opacity: 0;
    transition: all 0.5s cubic-bezier(0.87, 0.41, 0.19, 1);
}
.canvas img {
    position: absolute;
    top: 0;
    left: 50%;
    max-width: 100%;
}
.canvas .image-color {
    z-index: 1;
}
.canvas .image-texture {
    z-index: 2;
}
.canvas .layer {
    transform: translateX(-50%) !important;
}
.single_product__attributes {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: start;
    align-items: flex-start;
}
.attribute {
    width: calc(50% + 1px);
}
.attribute--size {
    width: 50%;
    margin-bottom: 0 !important;
}
.attribute--size .icon--button {
    margin-left: auto;
    margin-right: auto;
}
.attribute .icon--button--samples {
    float: right;
}
@media screen and (max-width: 1025px) {
    .attribute,
    .single_product__image {
        width: 100% !important;
    }
}
.additional__sizes .input {
    margin-bottom: 30px !important;
}
@media screen and (max-width: 1024px) {
    .attributes__summary {
        padding: 30px;
    }
    .single_product__cart {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .single_product__cart__add,
    .single_product__cart__attributes {
        width: 100%;
    }
    .single_product__cart__add {
        padding: 30px;
        max-width: 400px;
    }
    .single_product__cart__add:after {
        display: none;
    }
}
@media screen and (max-width: 991px) {
    .single_product {
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .single_product__body {
        padding-left: 0;
    }
}
.attribute .error {
    display: none;
}
.attribute__list.error {
    display: block;
}
.js-errors .error.clone-msg {
    display: none !important;
}
.error {
    display: block;
}
.error * {
    color: red !important;
    border-color: red !important;
}
.error .error {
    display: block !important;
}
.single_add_to_cart_button {
    position: relative;
    cursor: not-allowed !important;
}
.single_add_to_cart_button .ad_info {
    padding: 15px;
    content: "Prosimy uzupełnij wszystkie pola oznaczone wykrzyknikiem";
    opacity: 0.3;
    width: 100%;
    height: 100%;
    position: absolute;
    background: #0f4984;
    font-weight: 700;
    color: #fff;
    top: -2px;
    left: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    transition: all 0.5s cubic-bezier(0.87, 0.41, 0.19, 1);
    opacity: 0;
}
.single_add_to_cart_button:hover .ad_info {
    opacity: 1;
}
.single_add_to_cart_button.active {
    cursor: pointer !important;
    opacity: 1;
}
.single_add_to_cart_button.active .ad_info {
    display: none;
}
.thumbnail-hover {
    position: relative;
}
.thumbnail-hover img,
.thumbnail-hover span {
    display: block;
    z-index: 2;
    position: absolute;
    max-height: 120px;
    top: calc(100% + 20px);
    left: 0;
    opacity: 0;
    transition: all 0.5s cubic-bezier(0.87, 0.41, 0.19, 1);
    pointer-events: none;
    border: 2px solid #0f4984;
    -o-object-fit: cover;
    object-fit: cover;
    background: #fff;
}
.thumbnail-hover span {
    top: calc(100% + 5px);
    padding: 7px;
    border: 2px solid #0f4984;
    font-size: 0.8rem;
    white-space: nowrap;
}
.thumbnail-hover:hover img,
.thumbnail-hover:hover span {
    opacity: 1;
}
.single_product__attributes {
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
}
.attributes {
    max-width: 50%;
}
.single_product__attributes * {
    transform: unset !important;
}
.attributes .attribute {
    width: 100%;
    max-width: 100%;
}
.selector {
    position: relative;
}
.selector.inactive {
    display: none;
}
.selector:after {
    content: "";
    position: absolute;
    width: 15px;
    height: 10px;
    right: 0;
    top: 0;
    transform: translateY(-50%);
    background: url(../../dist/img/left-arrow.svg) no-repeat;
    background-size: contain;
    transform: rotate(270deg);
}
.inputer {
    position: relative;
}
.inputer:after {
    background: #fff;
    content: "cm";
    position: absolute;
    right: 0;
    top: 12px;
    min-width: 35px;
    transform: translateY(-50%);
    height: 100%;
    text-align: right;
}
.errored {
    position: relative;
}
.errored:after {
    content: "";
    display: block;
    position: absolute;
    left: -40px;
    top: -50px;
    width: 30px;
    height: 30px;
    background: #0f4984;
    background-image: url(../../dist/img/warning.png);
    background-repeat: no-repeat;
    background-position: 50%;
}
.-js-custom-sizes {
    margin-bottom: 30px;
    color: #303438 !important;
}
.controll__custom {
    display: none;
}
.controll__custom.active {
    display: block;
}
.single_product__desc {
    margin-bottom: 30px;
}
.fancybox-bg {
    background: hsla(0, 0%, 100%, 0.5) !important;
}
.texture__filters {
    display: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.texture__filters.active {
    display: -ms-flexbox;
    display: flex;
}
.texture__filters .radio {
    width: 50%;
    margin-right: 0;
    margin-bottom: 15px;
    cursor: pointer;
}
.attr--texture.errored:after {
    top: -130px;
}
.js-lightbox {
    cursor: pointer;
}
.realisation__title {
    font-size: 1.875rem;
    font-weight: 400;
    line-height: 1.748rem;
    text-align: center;
    margin: 100px 0 50px;
    margin-bottom: 80px;
}
.realisation__title span {
    display: block;
    margin-top: 20px;
}
.realisation__body {
    position: relative;
}
.realisation__body .grid {
    position: relative;
    z-index: 2;
}
.realisation__body:after {
    content: "";
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    height: calc(100% - 60px);
    top: 30px;
    background-color: #f4f4f4;
}
.realisation__header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.realisation__header__image {
    position: relative;
    max-width: 100%;
}
.realisation__header__text {
    padding-left: 30px;
}
.realisation__gallery {
    margin-top: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-left: -10px;
    margin-right: -10px;
}
.realisation__gallery__item {
    width: calc(100% / 4 - 10px * 2);
    margin: 5px 10px;
    margin-bottom: 10px;
}
.realisation__gallery__item img {
    width: 100%;
}
.realisation__nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 50px auto;
}
.realisation__nav a {
    font-size: 0.875rem;
    font-weight: 400;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.realisation__nav a svg {
    width: 10px;
}
.realisation__nav a:first-child svg {
    margin-right: 15px;
    width: 10px;
    transform: rotate(180deg);
}
.realisation__nav a:nth-child(2) svg {
    margin-left: 15px;
}
.realisation__nav a:hover {
    color: #0f4984;
}
@media screen and (max-width: 1200px) {
    .realisation__gallery__item {
        width: calc(100% / 3 - 10px * 2);
        margin: 5px 10px;
    }
}
@media screen and (max-width: 991px) {
    .realisation__gallery__item {
        width: calc(100% / 2 - 10px * 2);
        margin: 5px 10px;
    }
    .realisation__header {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .realisation__header__text {
        padding: 0;
    }
    .realisation__header__image {
        margin-bottom: 50px;
    }
}
@media screen and (max-width: 600px) {
    .realisation__gallery {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: stretch;
        align-items: stretch;
        margin-left: 0;
        margin-right: 0;
    }
    .realisation__gallery__item {
        width: calc(100% / 1 - 0px * 2);
        margin: 0px 0;
        margin-bottom: 10px;
    }
}
.about {
    margin-bottom: 80px;
}
.about__title {
    font-size: 1.875rem;
    font-weight: 400;
    line-height: 1.748rem;
    text-align: center;
    margin: 100px 0 50px;
    margin-bottom: 80px;
}
.about__title span {
    display: block;
    margin-top: 20px;
}
.about__row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.about__row:nth-child(2n) {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.about__row:nth-child(2n) .about__row__text {
    padding-left: 0;
    padding-right: 30px;
}
.about__row__image {
    min-width: 50%;
}
.about__row__text {
    min-width: 50%;
    padding: 30px 0;
    padding-left: 30px;
}
@media screen and (max-width: 991px) {
    .about__row {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .about__row__image {
        width: 100%;
    }
    .about__row__text {
        padding: 30px 0;
    }
}
.blog__title {
    font-size: 1.875rem;
    font-weight: 400;
    line-height: 1.748rem;
    text-align: center;
    margin: 100px 0 50px;
}
.blog__posts {
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 80px;
}
.blog__posts,
.blog__posts__wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.blog__posts__wrapper {
    width: calc(50% - 10px);
}
.blog__posts__wrapper:nth-child(2n) .blog__post:first-child,
.blog__posts__wrapper:nth-child(2n) .blog__post:nth-child(2) {
    height: 520px;
    width: calc(50% - 10px);
}
.blog__post {
    display: block;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    height: 250px;
    width: 100%;
    margin-bottom: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #fff;
    position: relative;
}
.blog__post:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.4;
    transition: all 0.5s cubic-bezier(0.87, 0.41, 0.19, 1);
}
.blog__post__date,
.blog__post__title {
    position: relative;
    z-index: 2;
}
.blog__post__title {
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0.1rem;
    margin-bottom: 40px;
    text-align: center;
    max-width: 334px;
    padding: 0 20px;
}
.blog__post__date,
.blog__post__title {
    line-height: 1.25rem;
    text-transform: uppercase;
}
.blog__post__date {
    font-size: 0.875rem;
    font-weight: 400;
    letter-spacing: 0.088rem;
}
.blog__post:hover:after {
    opacity: 0;
}
@media screen and (max-width: 991px) {
    .blog__posts {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .blog__posts__wrapper {
        width: 100%;
    }
}
@media screen and (max-width: 600px) {
    .blog__post {
        height: 250px !important;
        width: 100% !important;
    }
}
.post__content.text p {
    margin-bottom: 0;
}
.contact {
    margin-bottom: 80px;
    position: relative;
}
.contact__title {
    font-size: 1.875rem;
    font-weight: 400;
    line-height: 1.748rem;
    text-align: center;
    margin: 100px 0 50px;
    margin-bottom: 80px;
}
.contact__title span {
    display: block;
    margin-top: 20px;
}
.contact__data {
    margin-bottom: 50px;
    display: -ms-flexbox;
    display: flex;
}
.contact__data__text {
    width: 30%;
    padding: 80px 0;
}
.contact__data__text strong {
    color: #0f4984;
}
.contact__data__map {
    position: absolute;
    right: 0;
    height: 100%;
    max-height: 400px;
}
.contact__data__cols {
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-left: -30px;
    margin-right: -30px;
}
.contact__data__col {
    width: calc(100% / 5 - 30px * 2);
    margin: 15px 30px;
}
.contact__data img {
    max-width: 800px;
    -o-object-fit: cover;
    object-fit: cover;
    padding: 80px 0;
}
.contact a:hover {
    color: #0f4984;
}
@media screen and (max-width: 1200px) {
    .contact__data img {
        max-width: 700px;
    }
}
@media screen and (max-width: 1024px) {
    .contact__data img {
        max-width: 600px;
    }
}
@media screen and (max-width: 991px) {
    .contact__data__col {
        width: calc(100% / 3 - 30px * 2);
        margin: 15px 30px;
    }
    .contact__data {
        -ms-flex-align: stretch;
        align-items: stretch;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .contact__data__text {
        width: 50%;
    }
    .contact__data__map {
        width: 100% !important;
        position: relative;
        height: 400px;
    }
    .contact__data img {
        max-width: 600px;
        margin: 0 auto;
    }
}
@media screen and (max-width: 768px) {
    .contact__data {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .contact__data__text {
        width: 50%;
    }
    .contact__data__map {
        width: 100% !important;
        position: relative;
        height: 400px;
    }
    .contact__data__col {
        width: calc(100% / 2 - 30px * 2);
        margin: 15px 30px;
    }
}
@media screen and (max-width: 640px) {
    .contact__data img {
        max-width: 400px;
    }
}
@media screen and (max-width: 600px) {
    .contact__data__cols {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: stretch;
        align-items: stretch;
        margin-left: 0;
        margin-right: 0;
    }
    .contact__data__col {
        width: calc(100% / 1 - 0px * 2);
        margin: 0px 0;
    }
}
.page-template-template-contact .footer__contact {
    padding: 80px 0;
    background-color: #f4f4f4;
}
.page-template-template-contact .footer__contact input,
.page-template-template-contact .footer__contact textarea {
    background-color: #f4f4f4;
}
.page-template-template-contact .footer__contact__form {
    width: 100%;
}
@media screen and (max-width: 440px) {
    .contact__data img {
        max-width: 300px;
    }
}
.download__title {
    font-size: 1.875rem;
    font-weight: 400;
    line-height: 1.748rem;
    text-align: center;
    margin: 100px 0 50px;
}
.download__files {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.download__files__col {
    width: calc(33% - 10px);
    margin-bottom: 30px;
}
.download__files__col__title {
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.375rem;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.file {
    background-color: #f4f4f4;
    display: block;
    padding: 10px 35px 10px 20px;
    margin-bottom: 10px;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.25rem;
    background-image: url(../../dist/img/file.png);
    background-repeat: no-repeat;
    background-position: 90% 50%;
}
.file:hover {
    background-color: #303438;
    color: #fff;
}
@media screen and (max-width: 1200px) {
    .download__files__col {
        width: calc(50% - 10px);
    }
}
@media screen and (max-width: 768px) {
    .download__files__col {
        width: 100%;
    }
}
.hero {
    padding-bottom: 30px !important;
    background-color: #f4f4f4;
}
.hero .owl-stage-outer {
    padding-bottom: 50px;
}
.hero__item {
    height: calc(100vh - 200px);
    max-height: 670px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: end;
    align-items: flex-end;
}
.hero__item__content {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    bottom: -50px;
}
.hero__item__content__button {
    max-width: 80px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}
.hero__item__content__button a {
    height: 100%;
    width: 100%;
    white-space: nowrap;
    display: block;
    background: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.hero__item__content__button a span {
    display: block;
    transform: rotate(90deg);
    transform-origin: center;
    font-size: 0.625rem;
    line-height: 1.25rem;
    text-transform: uppercase;
    letter-spacing: 0.063rem;
}
.hero__item__content__button .svg {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 80px;
    min-height: 80px;
    background: #0f4984;
}
.hero__item__content__button .svg svg {
    transform: rotate(-90deg);
    width: 10px;
}
.hero__item__content__text {
    min-width: 817px;
    padding-right: 80px;
    min-height: 315px;
    background-color: rgba(47, 52, 56, 0.8);
    color: #fff;
    text-align: right;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
}
.hero__item__content__text h2 {
    font-size: 3rem;
    line-height: 3.5rem;
    font-weight: 400;
    margin-bottom: 10px;
}
.hero__item__content__text p {
    font-size: 1.125rem;
    text-transform: uppercase;
    letter-spacing: 0.225rem;
}
.hero .owl-nav {
    position: absolute;
    bottom: 45px;
    left: 70%;
    display: -ms-flexbox;
    display: flex;
}
.hero .owl-next,
.hero .owl-prev {
    width: 20px;
    height: 20px;
    background-image: url(../../dist/img/arrow-white.svg);
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: 50%;
}
.hero .owl-prev {
    transform: rotate(180deg);
}
.about__intro {
    background-color: #f4f4f4;
    padding: 50px 0 50px;
}
.about__intro__content {
    margin-top: 50px;
    text-align: center;
}
.intro__icons {
    padding: 70px 0;
}
.intro__icons__items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.intro__icons__item {
    text-align: center;
}
.intro__icons__item .svg {
    width: 45px;
    display: block;
    margin: 0 auto;
}
.intro__icons__item .svg svg {
    width: 100%;
    margin-bottom: 40px;
    max-height: 20px;
}
.intro__icons__item p {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.248rem;
    text-transform: uppercase;
    letter-spacing: 0.026rem;
}
.services {
    background-color: #f4f4f4;
    padding: 10px 0;
    max-height: 53px;
}
.services .title {
    margin-bottom: 40px;
}
.services__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.services__list__wrapper {
    width: calc(50% - 10px);
}
.services__list__wrapper .service {
    width: 100%;
}
.services__list--left,
.services__list--right {
    width: calc(50% - 10px);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.services__button {
    background: #fff;
    display: -ms-flexbox;
    display: flex;
    transition: all 0.5s cubic-bezier(0.87, 0.41, 0.19, 1);
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.625rem;
    font-weight: 400;
    line-height: 1.25rem;
    text-transform: uppercase;
    letter-spacing: 0.063rem;
    padding: 25px 90px;
    max-height: 80px;
}
.services__button .svg {
    width: 30px;
    display: block;
    margin-left: 60px;
}
.services__button .svg * {
    transition: all 0.5s cubic-bezier(0.87, 0.41, 0.19, 1);
}
.services__button__wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 80px;
}
.services__button:hover {
    background: #0f4984;
    color: #fff;
}
.services__button:hover .svg * {
    fill: #fff !important;
}
.service {
    height: 250px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    background-position: 50%;
    background-size: cover;
    margin-bottom: 20px;
}
.service--small {
    width: calc(50% - 10px);
}
.service--big {
    width: 100%;
}
.service--vertical {
    height: 520px;
}
.service:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    transition: all 0.5s ease;
}
.service__title {
    padding: 25px 50px;
    color: #fff;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.25rem;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    display: block;
}
.service__title,
.service__title span {
    position: relative;
    z-index: 2;
}
.service__title:after {
    content: " ";
    position: absolute;
    width: 0;
    top: 0;
    right: 0;
    height: 100%;
    display: block;
    background: #0f4984;
    transition: all 0.5s ease;
}
.service:hover:after {
    content: "";
    opacity: 0;
    transition-delay: 0.1s;
}
.service:hover .service__title:after {
    width: 500px;
}
@media screen and (max-width: 991px) {
    .services__list {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .services__list--left,
    .services__list--right {
        width: 100%;
    }
    .intro__icons__items {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .intro__icons__item {
        margin-bottom: 50px;
    }
    .hero__item__content {
        width: 100%;
    }
    .hero__item__content__text {
        min-width: unset;
        padding: 70px;
    }
}
@media screen and (max-width: 700px) {
    .hero__item__content__text {
        padding: 1vw 20px;
    }
    .hero__item__content__text p {
        font-size: 2vw;
        line-height: 1;
    }
    .hero__item__content__text h2 {
        font-size: 8vw;
        line-height: 1;
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 600px) {
    .hero__item__content__text p {
        font-size: 3vw;
        line-height: 1;
    }
    .services__button {
        padding: 25px 50px;
        max-width: 100%;
    }
    .service,
    .services__list__wrapper {
        width: 100%;
    }
    .service {
        height: 250px;
    }
}
.footer__contact__map.js-map-width {
    display: none !important;
}
.portfolio {
    margin-bottom: 80px;
}
.portfolio__title {
    font-size: 1.875rem;
    font-weight: 400;
    line-height: 1.748rem;
    text-align: center;
    margin: 100px 0 50px;
}
.portfolio__posts {
    -ms-flex-align: start;
    align-items: flex-start;
}
.portfolio__posts,
.portfolio__posts__col {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.portfolio__posts__col {
    width: calc(50% - 10px);
}
.portfolio__item {
    width: 100%;
    height: 250px;
    margin-bottom: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    position: relative;
}
.portfolio__item:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.4;
    transition: all 0.5s cubic-bezier(0.87, 0.41, 0.19, 1);
}
.portfolio__item h3 {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.25rem;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    color: #fff;
    padding: 20px;
    text-align: center;
    max-width: 370px;
    position: relative;
    z-index: 2;
}
.portfolio__item--vertical {
    width: calc(50% - 10px);
    height: 520px;
}
.portfolio__item:hover:after {
    opacity: 0;
}
@media screen and (max-width: 991px) {
    .portfolio__posts__col {
        width: 100%;
    }
}
@media screen and (max-width: 600px) {
    .portfolio__item {
        width: 100% !important;
        height: 250px !important;
    }
}
html {
    font-size: 1rem;
}
body {
    color: #303438;
    font-family: Poppins, sans-serif;
}
h2 {
    font-size: 1.875rem;
    font-weight: 400;
    line-height: 1.748rem;
}
a {
    transition: all 0.5s cubic-bezier(0.87, 0.41, 0.19, 1);
}
.title {
    text-align: center;
}
.title--left {
    text-align: left;
}
.title span {
    margin-bottom: 22px;
    display: block;
    color: #7f7f7f;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.25rem;
    text-transform: uppercase;
    letter-spacing: 0.525rem;
}
strong {
    font-weight: 700;
}
.text p {
    padding-bottom: 20px;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.375rem;
}
.text p:last-child img {
    margin-bottom: 0 !important;
}
.text img {
    height: auto;
}
.text h1 {
    font-size: 2.5rem;
    line-height: 3rem;
}
.text h3 {
    font-size: 1.7rem;
    line-height: 2.1rem;
}
.text ol {
    list-style: decimal;
    margin-left: 20px;
}
.text ul {
    list-style: disc;
    margin-left: 20px;
}
.text li {
    margin-bottom: 10px;
}
.text img {
    max-width: 100%;
}
.page__text {
    margin-bottom: 50px;
}
.page__text hr {
    border-width: 1px;
    border-style: inset;
}
.cart-empty {
    margin-top: 50px;
    margin-bottom: 20px;
    text-align: center;
}
.payment_method_Dotpay_blik {
    -ms-flex-direction: column;
    flex-direction: column;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 20px;
}
.woocommerce-account .woocommerce {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.product-quantity .quantity {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.product-quantity .quantity input {
    max-width: 50px;
    text-align: center;
    border: 1px solid #0f4984;
    margin-left: 10px;
    padding: 5px;
}
.wc-backward {
    text-align: center;
    display: block;
    width: 200px;
    background: #0f4984;
    border: 1px solid #0f4984;
    padding: 20px 0;
    color: #fff;
    text-transform: uppercase;
    margin: 20px auto 50px;
}
.wc-backward:hover {
    color: #303438;
    background: #fff;
}
.woocommerce-info,
.woocommerce-message {
    background: #0f4984;
    color: #fff;
    margin: 10px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
}
.woocommerce-info a,
.woocommerce-message a {
    margin: 0 10px;
    background: #fff;
    color: #0f4984;
    display: block;
    padding: 10px;
}
.woocommerce-message {
    display: none;
}
.woocommerce-error {
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    margin: 0;
    background: #fff;
    margin-bottom: 30px;
}
.woocommerce-error li {
    background: #0f4984;
    color: #fff;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px;
    margin: 5px 0 !important;
}
.coupon,
.woocommerce-error li {
    display: -ms-flexbox;
    display: flex;
}
.coupon {
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: center;
    align-content: center;
    margin-top: 30px;
}
.coupon label {
    display: none;
}
.coupon input {
    border: 1px solid #ccc;
    padding: 0 20px;
    margin-right: 20px;
}
.coupon button {
    padding: 10px 20px;
    background: #0f4984;
    border: 1px solid #0f4984;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.5s cubic-bezier(0.87, 0.41, 0.19, 1);
}
.coupon button:hover {
    background: #fff;
    color: #0f4984;
}
.wc_flex_row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 40px;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5rem;
}
.wc_flex_row--border {
    border-bottom: 1px solid #fff;
}
.wc_flex_row--gray {
    font-weight: 700;
    background: #f4f4f4;
}
.wc_flex_row--orange {
    background: #0f4984;
    color: #fff;
    border-bottom: 20px solid #fff;
}
.woocommerce-cart .wc_flex_row div:first-child {
    font-weight: 700;
}
.shipping li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
}
.shipping input[type="radio"] {
    margin-right: 20px;
    width: 14px;
    height: 14px;
    border-radius: 20px;
    border: 1px solid #303437;
}
.shipping input[type="radio"]:checked {
    background-image: url(../../dist/img/radio.svg);
    background-repeat: no-repeat;
    background-position: 50%;
}
.wc-proceed-to-checkout a {
    color: #fff;
    text-transform: lowercase;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.25rem;
    background-color: #303437;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px;
    transition: all 0.5s cubic-bezier(0.87, 0.41, 0.19, 1);
}
.wc-proceed-to-checkout a,
.wc-proceed-to-checkout a span {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.wc-proceed-to-checkout a span:after {
    content: "";
    background-image: url(../../dist/img/small_arrow.png);
    width: 9px;
    height: 6px;
    margin-left: 30px;
    display: block;
    transition: all 0.5s cubic-bezier(0.87, 0.41, 0.19, 1);
}
.wc-proceed-to-checkout:hover a {
    background-color: #0f4984;
}
.wc-proceed-to-checkout:hover a span:after {
    transform: translateX(30px);
}
button[name="update_cart"] {
    padding: 10px 20px;
    background: #0f4984;
    border: 1px solid #0f4984;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.5s cubic-bezier(0.87, 0.41, 0.19, 1);
    margin-top: 20px;
}
button[name="update_cart"]:hover {
    background: #fff;
    color: #0f4984;
}
.cart-collaterals {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 100px;
}
.cart_totals {
    max-width: 500px;
    width: 100%;
    margin-top: 30px;
    background: #f4f4f4;
}
.product-name a {
    font-weight: 700;
    text-transform: uppercase;
}
.cart-attributes {
    margin-left: 20px;
    margin-top: 10px;
}
.cart-attributes li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: start;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
}
.cart-attributes li span:last-child {
    font-weight: 700;
    margin-left: 10px;
}
.cart__flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 30px 0;
    border-bottom: 1px solid #f4f4f4;
}
.cart__flex .product-price,
.cart__flex .product-quantity,
.cart__flex .product-subtotal {
    width: 100%;
}
.cart__flex .product-name {
    min-width: 40%;
}
.cart__flex .product-remove {
    width: 20px;
}
.woocommerce-checkout .woocommerce {
    margin-bottom: 100px;
}
.woocommerce-checkout .wc_flex_row div:nth-child(2) {
    font-weight: 700;
}
.woocommerce-checkout .shipping {
    display: none;
}
.woocommerce-checkout h3 {
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.375rem;
    text-transform: uppercase;
}
.woocommerce-checkout .col2-set {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 70px;
}
.woocommerce-checkout .col-1,
.woocommerce-checkout .col-2 {
    width: calc(50% - 20px);
}
.woocommerce-checkout .col-1 .form-row,
.woocommerce-checkout .col-2 .form-row {
    text-transform: uppercase;
}
.woocommerce-checkout .form-row {
    margin-bottom: 10px;
    width: 100%;
    font-size: 0.625rem;
    font-weight: 400;
    line-height: 1.25rem;
    letter-spacing: 0.063rem;
}
.woocommerce-checkout .form-row label {
    transition: all 0.5s cubic-bezier(0.87, 0.41, 0.19, 1);
    position: relative;
    top: 15px;
}
.woocommerce-checkout .form-row.active label,
.woocommerce-checkout .form-row.fixed label {
    top: 0;
}
.woocommerce-checkout .form-row input,
.woocommerce-checkout .form-row textarea {
    width: 100%;
    border-bottom: 1px solid #7f7f7f;
}
.woocommerce-checkout .form-row textarea {
    height: 100px;
}
.woocommerce-checkout-payment {
    margin-top: 30px;
}
.woocommerce-checkout-payment li {
    margin-bottom: 20px;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5rem;
}
.woocommerce-checkout-payment li img {
    display: block;
}
.woocommerce-checkout-payment li .payment_box,
.woocommerce-checkout-payment li img {
    margin-left: 43px;
}
.woocommerce-checkout-payment input[type="radio"] {
    position: relative;
    top: 5px;
    margin-right: 20px;
    width: 14px;
    height: 14px;
    border-radius: 20px;
    border: 1px solid #303437;
}
.woocommerce-checkout-payment input[type="radio"]:checked {
    background-image: url(../../dist/img/radio.svg);
    background-repeat: no-repeat;
    background-position: 50%;
}
.place-order {
    margin: 0 auto;
    width: 90%;
}
.place-order button {
    color: #fff;
    text-transform: lowercase;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.25rem;
    background-color: #303437;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    max-width: 500px;
    padding: 10px;
    margin: 50px auto 0;
    cursor: pointer;
}
.place-order button,
.place-order button:after {
    transition: all 0.5s cubic-bezier(0.87, 0.41, 0.19, 1);
}
.place-order button:after {
    content: "";
    background-image: url(../../dist/img/small_arrow.png);
    width: 9px;
    height: 6px;
    margin-left: 30px;
    display: block;
}
.place-order button:hover {
    background: #0f4984;
}
#billing_address_2_field {
    margin-top: 20px;
}
.select2-selection--single {
    border: none !important;
    border-bottom: 1px solid #7f7f7f !important;
    border-radius: 0 !important;
    margin-bottom: 5px !important;
}
.select2-selection__rendered {
    padding: 0 !important;
    margin: 0 !important;
}
.woocommerce-terms-and-conditions-wrapper {
    display: none;
}
.place-order {
    border-top: 1px solid #f4f4f4;
    padding-top: 20px;
    margin-top: 40px !important;
}
#privacy_policy_field label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-transform: unset !important;
}
#privacy_policy_field input[type="checkbox"] {
    position: relative;
    top: 5px;
    margin-right: 20px;
    max-width: 14px;
    max-height: 14px;
    min-width: 14px;
    min-height: 14px;
    border: 1px solid #303437;
}
#privacy_policy_field input[type="checkbox"]:checked {
    background-image: url(../../dist/img/radio.svg);
    background-repeat: no-repeat;
    background-position: 50%;
}
.woocommerce-error,
abbr.required {
    color: red;
}
.woocommerce-error li {
    margin: 20px 0;
    font-size: 0.85rem;
}
.woocommerce-order-received .wc_flex_row {
    border-bottom: 1px solid #f4f4f4;
}
.woocommerce-order-received .wc_flex_row a,
.woocommerce-order-received .wc_flex_row span {
    font-weight: 700;
}
.woocommerce-order-received .woocommerce-table--order-details {
    -ms-flex-direction: column;
    flex-direction: column;
}
.woocommerce-order-received .wc-bacs-bank-details-account-name {
    display: none;
}
.woocommerce-order-received .bank_name {
    margin-bottom: 20px !important;
}
.woocommerce-order-received .account_number strong {
    color: #0f4984;
}
.woocommerce-order-received .prod {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
.woocommerce-order-received .col2-set {
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.woocommerce-order-received .col-1,
.woocommerce-order-received .col-2 {
    width: auto;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.25rem;
}
.woocommerce-order-received .col-1 {
    margin-right: 20%;
}
.woocommerce-order-received .woocommerce-bacs-bank-details {
    text-align: center;
}
.woocommerce-order-received .woocommerce-bacs-bank-details h2 {
    margin-bottom: 10px;
}
.woocommerce-order-received .woocommerce-bacs-bank-details .bacs_details {
    -ms-flex-direction: column;
    flex-direction: column;
}
.woocommerce-order-received .woocommerce-bacs-bank-details li:before {
    display: none;
}
.woocommerce-order-received p.woocommerce-thankyou-order-received {
    text-align: center;
    font-size: 1.875rem;
    font-weight: 400;
    line-height: 1.748rem;
    margin: 10px 0 80px;
    display: block;
}
.woocommerce-order-received h2,
.woocommerce-order-received h3 {
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.375rem;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.woocommerce-order-received .order_details {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 70px;
}
.woocommerce-order-received .order_details li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5rem;
    margin: 0 30px;
    min-width: 130px;
}
.woocommerce-order-received .order_details li.date:before {
    background-image: url(../../dist/img/cal.png);
}
.woocommerce-order-received .order_details li.order:before {
    background-image: url(../../dist/img/pen.png);
}
.woocommerce-order-received .order_details li.total:before {
    background-image: url(../../dist/img/wallet.png);
}
.woocommerce-order-received .order_details li.method:before {
    background-image: url(../../dist/img/payment.png);
}
.woocommerce-order-received .order_details li.email {
    display: none;
}
@media screen and (max-width: 991px) {
    .woocommerce-order-received .order_details {
        margin-bottom: 50px;
    }
    .woocommerce-thankyou-order-details {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .woocommerce-thankyou-order-details li {
        margin-bottom: 40px !important;
    }
    .woocommerce-thankyou-order-details li:before {
        margin-bottom: 15px !important;
    }
    .col2-set {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .col2-set .col-1,
    .col2-set .col-2 {
        width: 100%;
    }
    .cart_totals {
        max-width: 100%;
    }
}
