PATH:
root
/
paleypartnerscss
@import "_config"; // // PROCESSING LISTS OF STANDARD BASIC STYLES // // FONT SIZES // @for $i from 1 through length($font-sizes) { // .font-#{nth($font-sizes, $i)} { // font-size: rem-size(nth($font-sizes, $i) * 1px, 18px); // } // } // // FONT FAMILIES // @each $font-name, $font-family in $fonts { // .font-#{$font-name} { // font-family: $font-family; // } // } // // FONT WEIGHTS // @each $font-weight, $weight in $font-weights { // .font-#{$font-weight} { // font-weight: $weight; // } // .font-#{$weight} { // font-weight: $weight; // } // } // // COLORS // @each $class, $color in $colors { // .font-#{$class} { // color: $color; // } // .bg-#{$class} { // background-color: $color; // } // .border-l-#{$class} { // border-left-color: $color; // } // .border-r-#{$class} { // border-right-color: $color; // } // .border-t-#{$class} { // border-top-color: $color; // } // .border-b-#{$class} { // border-bottom-color: $color; // } // .border-#{$class} { // border-color: $color; // } // } // // MARGINS // @each $name, $amount in $margins-sides { // .margin-sides-#{$name} { // margin-left: rem-size($amount); // margin-right: rem-size($amount); // } // .margin-sides-auto-#{$name} { // width: rem-size($width-original - $amount * 2); // margin-left: auto; // margin-right: auto; // } // .margin-sides-percent-#{$name} { // margin-left: percent(strip-units($amount), strip-units($width-original)); // margin-right: percent(strip-units($amount), strip-units($width-original)); // } // .margin-sides-percent-width-#{$name} { // width: percent(strip-units($width-original - $amount * 2), strip-units($width-original)); // margin-left: auto; // margin-right: auto; // } // } // // PADDINGS // @each $name, $amount in $paddings-sides { // .padding-sides-#{$name} { // padding-left: rem-size($amount); // padding-right: rem-size($amount); // } // .padding-sides-width-#{$name} { // box-sizing: border-box; // width: rem-size($width-original); // padding-left: rem-size($amount); // padding-right: rem-size($amount); // } // .padding-sides-width-100-#{$name} { // width: 100%; // padding-left: rem-size($amount); // padding-right: rem-size($amount); // } // .padding-sides-percent-#{$name} { // padding-left: percent(strip-units($amount), strip-units($width-original)); // padding-right: percent(strip-units($amount), strip-units($width-original)); // } // } // // USEFUL CLASSES // .margin-l-auto { // margin-left: auto; // } // .margin-r-auto { // margin-right: auto; // } // .margin-center { // margin-left: auto; // margin-right: auto; // } // .text-left { // text-align: left; // } // .text-center { // text-align: center; // } // .text-right { // text-align: right; // } // .heading-line { // width: 100%; // margin: rem-size(0.7 * 16px) auto; // overflow: hidden; // text-align: center; // color: map-get($colors, copyright-bg); // } // .heading-line:before, .heading-line:after { // content: ""; // display: inline-block; // width: 50%; // margin: 0 rem-size(12px) 0 -55%; // vertical-align: middle; // border-bottom: rem-size(12px) solid; // } // .heading-line:after { // margin: 0 -55% 0 rem-size(12px); // } // .heading-line span { // display: inline-block; // vertical-align: middle; // } /* DEFAULT SETTINGS */ @font-face { font-family: 'fontello'; src: url('../fonts/fontello.eot?44766061'); src: url('../fonts/fontello.eot?44766061#iefix') format('embedded-opentype'), url('../fonts/fontello.woff2?44766061') format('woff2'), url('../fonts/fontello.woff?44766061') format('woff'), url('../fonts/fontello.ttf?44766061') format('truetype'), url('../fonts/fontello.svg?44766061#fontello') format('svg'); font-weight: normal; font-style: normal; } /* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */ /* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */ /* @media screen and (-webkit-min-device-pixel-ratio:0) { @font-face { font-family: 'fontello'; src: url('../font/fontello.svg?44766061#fontello') format('svg'); } } */ [class^="icon-"]:before, [class*=" icon-"]:before { font-family: "fontello"; font-style: normal; font-weight: normal; speak: none; display: inline-block; text-decoration: inherit; width: 1em; margin-right: .2em; text-align: center; /* opacity: .8; */ /* For safety - reset parent styles, that can break glyph codes*/ font-variant: normal; text-transform: none; /* fix buttons height, for twitter bootstrap */ line-height: 1em; /* Animation center compensation - margins should be symmetric */ /* remove if not needed */ margin-left: .2em; /* you can be more comfortable with increased icons size */ /* font-size: 120%; */ /* Font smoothing. That was taken from TWBS */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; /* Uncomment for 3D effect */ /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ } .icon-mail:before { content: '\e800'; } /* '' */ .icon-phone:before { content: '\e801'; } /* '' */ .icon-location:before { content: '\e802'; } /* '' */ * { position: relative; box-sizing: border-box; margin: 0; padding: 0; } html, body { width: 100%; height: 100%; } html { scroll-behavior: smooth; } header, main, footer, section, article { display: block; } em, i { font-style: italic; } h2{ color: map-get($colors, theme-1); color: var(--color-theme-1); font-weight: 700; font-size: 1.3rem; } p{} .small{font-size: 70%;} .text-right{text-align: right; float: right;} .text-center{text-align: center;} .btn{ color: map-get($colors, theme-1); color: var(--color-theme-1); border: 3px map-get($colors, theme-2) solid; border: 3px var(--color-theme-2) solid; border-radius: 2rem; padding: 1rem 3rem 0.9rem 3rem; text-transform: uppercase; display: inline-block; margin-top: 1.3rem; line-height: 1.2; vertical-align: middle; &:hover{ background: map-get($colors, theme-2); background: var(--color-theme-2); color: #fff; } } .blue{ background: map-get($colors, theme-1); background: var(--color-theme-1); color: #fff!important; &:hover{ background: map-get($colors, theme-1-darker-2); background: var(--color-theme-1-darker-2); color: #fff!important; } } @import "animations"; @import "hamburgers/hamburgers"; .menu .socials .hamburger-button { display: none; } .hamburger-label { position: relative; top: rem-size(-4px) !important; } .cookies-bar { background-color: rgba(0, 0, 0, 0.6); border-top: rem-size(2px) solid rgba(0, 0, 0, 0.6); color: white; position: fixed; bottom: 0; z-index: 100; padding: rem-size(16px) rem-size(16px); line-height: rem-size(24px); text-align: center; width: 100%; & > div { float: left; width: 100%; & > div { float: left; width: 50%; text-transform: uppercase; } } } .lg-actions { top: 50%; top: calc(50% - 39px / 2); } .slicknav_menu { display: block; position: absolute; top: 90px; } .slicknav_nav { width: 100vw; text-align: center; margin-top: 3rem; } .header .slicknav_btn{margin-bottom:4rem; margin-right: 5rem;} .header .slicknav_menu{z-index: 9;} .header .slicknav_nav{padding: 2rem 0;} .slicknav_nav .slicknav_row, .header .slicknav_nav a { padding: 12px 10px; margin: 8px 0px; font-size: 1.4rem; } /* PROJECT SPECIFIC SETTINGS */ :root { // GENERATE CSS VARIABLES // var(--color-colorName-rgba) - to use rgba color @each $name, $value in $colors { --color-#{$name}: #{$value}; // --color-#{$name}-r: #{red($value)}; // --color-#{$name}-g: #{green($value)}; // --color-#{$name}-b: #{blue($value)}; // --color-#{$name}-a: #{alpha($value)}; // --color-#{$name}-rgb: var(--color-#{$name}-r, #{red($value)}), var(--color-#{$name}-g, #{green($value)}), var(--color-#{$name}-b, #{blue($value)}); // --color-#{$name}-rgba: rgba(var(--color-#{$name}-rgb, #{red($value), green($value), blue($value)}), var(--color-#{$name}-a, #{alpha($value)})); } @each $name, $file in $files { --file-#{$name}: url("#{$file}"); --file-#{$name}-edge: url("#{str-slice($file, 4)}"); } @each $name, $font in $fonts { --font-#{$name}: #{$font}; } --font: var(--font-main), var(--font-fallback); --font-size: #{$base-font-size}; --font-size: #{rem-size($base-font-size)}; --delay: #{$transition-delay}; } strong, b { font-weight: $base-font-weight + 300; font-weight: calc(var(--font-weight) + 300); } em, i { font-style: italic; } sup, sub { font-size: 80%; } sup { top: -0.5em; } sub { top: 0.5em; } // ACTUAL STYLES a { color: inherit; text-decoration: none; transition: $transition-delay all; transition: var(--delay) all; &:hover { color: map-get($colors, theme-1-lighter-1); color: var(--color-theme-1-lighter-1); } &.theme-1.darker:hover { color: map-get($colors, theme-1-darker-1); color: var(--color-theme-1-darker-1); } &.theme-2.darker:hover { color: map-get($colors, theme-2-darker-1); color: var(--color-theme-2-darker-1); } &.theme-1.lighter:hover { color: map-get($colors, theme-1-lighter-2); color: var(--color-theme-1-lighter-2); } &.theme-2.lighter:hover { color: map-get($colors, theme-2-lighter-1); color: var(--color-theme-2-lighter-1); } } body { display: flex; flex-flow: column; font-family: map-get($fonts, main), map-get($fonts, fallback); font-family: var(--font); font-size: $base-font-size; font-size: rem-size($base-font-size); font-size: var(--font-size); justify-content: space-between; } .container-wide { margin: 0 auto; max-width: 100%; padding: 0 $padding-1; padding: 0 rem-size($padding-1); width: $width-container-1; width: rem-size($width-container-1); } .container-narrow { margin: 0 auto; padding: 0 $padding-1; padding: 0 rem-size($padding-1); } .header { background-image: url(map-get($files, header-bg-page)); background-position: center top; background-repeat: no-repeat; background-size: cover; display: flex; flex-flow: column; /* min-height: percent($height-top) / 1% * 1vw; */ min-height: $height-top; min-height: rem-size($height-top); &__bg-anim-back { background-image: url(map-get($files, header-bg-main-back)); background-position: top center; background-size: cover; bottom: 0; left: 0; position: absolute; right: 0; top: 0; z-index: -1; filter: blur($intro-back-blur * 10); filter: blur(rem-size($intro-back-blur * 10)); transition: $intro-back-duration all; animation-name: intro-back; animation-duration: $intro-back-duration; animation-fill-mode: both; } &__bg-anim-front { background-image: url(../images/assets/bg-top.jpg); background-position: top center; background-size: cover; content: ""; display: block; left: 0; top: 0; position: absolute; right: 0; bottom: 0; } &.header--main { background-image: none; /* min-height: percent($height-top-main) / 1% * 1vw; */ min-height: 75%; overflow: hidden; } &__bar { padding-bottom: $header-padding-vertical; padding-bottom: rem-size($header-padding-vertical); padding-top: $header-padding-vertical; padding-top: rem-size($header-padding-vertical); overflow: hidden; z-index: 1; } .bar__container { &::after { @include clearfix; } } .bar__logo { float: left; margin-right: $margin-logo-right; margin-right: rem-size($margin-logo-right); clear: both; a { float: left; height: 100%; width: inherit; } img { float: left; height: 100%; width: auto; width: 280px; } &::after { @include clearfix; } } .bar__data { color: map-get($colors, theme-1); color: var(--color-theme-1); float: left; font-weight: 400; line-height: 29px; line-height: rem-size(29px); width: 100%; } .data__container { float: left; margin-bottom: 12px; margin-bottom: rem-size(12px); width: 100%; } .data__address { color: map-get($colors, theme-1); font-size: 16px; font-size: rem-size(16px); float: left; line-height: 18px; line-height: rem-size(18px); width: 30%; font-weight: 400; } .data__contact { color: map-get($colors, theme-2); color: var(--color-theme-2); font-size: 16px; font-size: rem-size(16px); float: right; text-align: right; width: 70%; padding-right: 3rem; & a{ margin-left: 2rem; &::before{ margin-right: 0.5rem; } } } .bar__nav { color: #fff; float: right; font-size: 19px; font-size: rem-size(19px); margin-top: $margin-nav-top; margin-top: rem-size($margin-nav-top); width: 60%; &::after { @include clearfix; } } .nav__menu { float: right; width: 100%; /* 727.69px */ /* 8 - 2 */ display: flex; justify-content: space-between; } .bar__nav li { float: left; letter-spacing: 0; text-transform: uppercase; margin-left: 2rem; position: initial; & a::before { background-color: map-get($colors, theme-2); background-color: var(--color-theme-2); content: ""; display: block; position: absolute; left:0; bottom: -8px * 1.25; bottom: rem-size(-8px * 1.25); width: 0; height: 4px; opacity: 0; transition: $transition-delay all; transition: var(--delay) all; } &.active, &:hover { > a { color: var(--color-theme-2); } & a::before { opacity: 1; width: 100%; width: calc(100% + 1.25rem); } } } .bar__nav{ & ul{ float: right; & ul{ position: absolute; left: 2rem; right: 0; width: 100%; top: 2.5rem; & li{ margin-left: 0; margin-right: 2rem; text-transform: none; font-size: 1rem; & a::before{ display: none; } } } } } nav > ul > li:nth-child(1) > ul, .header--main .bar__nav li:first-child ul{ display: block; } &__slogan { bottom: $position-slogan-bottom; bottom: rem-size($position-slogan-bottom); color: map-get($colors, theme-1); color: var(--color-theme-1); font-size: $font-size-slogan; font-size: rem-size($font-size-slogan); font-weight: 700; line-height: 36px; line-height: rem-size(36px); right: 3%; max-width: 61%; padding: 0 $padding-1; padding: 0 rem-size($padding-1); position: absolute; text-transform: uppercase; filter: blur($intro-back-blur * 5); filter: blur(rem-size($intro-back-blur * 5)); opacity: 0; animation-name: intro-slogan; animation-duration: $intro-slogan-duration; animation-fill-mode: both; transition: $intro-slogan-duration all; z-index: 9; h1, .slogan__big { font-size: $font-size-slogan-big; font-size: rem-size($font-size-slogan-big); color: map-get($colors, theme-2); color: var(--color-theme-2); font-weight: 400; line-height: 1.4; margin-bottom: 1rem; letter-spacing: -1px; } p{ color: map-get($colors, theme-2); color: var(--color-theme-2); font-size:1.5rem; text-transform: none; font-weight: 600; } p.white{ color: #fff; font-size: 1.1rem; font-weight: 400; margin-top: 1.5rem; line-height: 1.4; } p.white::before{ content: ''; width: 40%; display: block; height: 4px; background: #fff; margin-bottom: 1.5rem; } .mark{ background: map-get($colors, theme-1); background: var(--color-theme-1); } } &.header { &--page, &--category { justify-content: space-between; } } &__heading { color: white; font-family: map-get($fonts, main); font-size: $font-size-page-heading; font-size: rem-size($font-size-page-heading); font-weight: 700; line-height: 34px; line-height: rem-size(34px); padding: 67px 0; padding: rem-size(67px) 0; text-align: center; z-index: 1; p { opacity: 1; z-index: 2; } &::before { background-color: map-get($colors, theme-1); background-color: var(--color-theme-1); background-image: map-get($gradients, bar-1); opacity: 0.75; display: block; content: ""; position: absolute; left: 0; top: 0; right: 0; bottom: 0; } } & .header__bg{ position: absolute; width: 70%; background-color: rgba(31, 96, 186, 0.60); top: 0; bottom: 0; right: 0; } &.header--page{ background-image: url(../images/assets/bg-header-page.jpg); &::after{ content: ''; position: absolute; width: 70%; background-color: rgba(31,96,186,0.6); top: 0; bottom: 0; right: 0; } } & .data__lang{ position: absolute; right: 1rem; top: 5px; color: #fff; & li{ padding: 3px; } & a{ color: map-get($colors, theme-2); color: var(--color-theme-2); &:hover{ color: map-get($colors, theme-2-darker-1); color: var(--color-theme-2-darker-1); } } & .dropdown ul{ display: none; } & .active{ position: relative; padding-right: 10px; &::after{ content: ''; display: inline-block; width: 0; height: 0; border-left: 5px solid transparent; border-right: 5px solid transparent; border-top:5px solid map-get($colors, theme-2); border-top:5px solid var(--color-theme-2); margin-left: 4px; margin-top: -5px; position: absolute; right: -5px; top: 50%; } } & .dropdown:hover ul{ display: block; } } } .home__rel{ margin-top: -7rem; width: 100%; padding: 0 6rem; position: relative; & .owl-nav{ top: 50%; top:calc(50% - 40px); position: absolute; width: 100%; pointer-events: none; & button span{ font-size: 5rem; color: map-get($colors, theme-2); color: var(--color-theme-2); position: relative; display: block; pointer-events: all; transition: $transition-delay all; transition: var(--delay) all; } } & .owl-carousel .owl-nav button.owl-next{ right: -65px; left: auto; position: absolute; } & .owl-carousel .owl-nav button.owl-prev{ left: -65px; right: auto; position: absolute; } .owl-nav button:hover span, .owl-nav button:focus{ color: map-get($colors, theme-1); color: var(--color-theme-1); outline: none; } } .item{position: relative;} .item__image{ width: 100%; height: 100%; position: absolute; top: 0; bottom: 0; left: 0; right: 0; background-size: cover; } .item__name{display: block; position:relative; height: 365px; padding-top: 4px;} .item_bg{ background: rgba(255, 227, 118, 0.8); position: absolute; bottom: -1rem; bottom: -120%; padding: 6rem 1rem 2rem 1rem; left: 0; right: -1rem; color: map-get($colors, theme-1); color: var(--color-theme-1); -webkit-transition:all 0.4s ease; -moz-transition:all 0.4s ease; -ms-transition:all 0.4s ease; -o-transition:all 0.4s ease; transition:all 0.4s ease; & h2{ text-transform: uppercase; font-size: 1.4rem; font-weight: 800; } & .item_city{ font-size: 1.2rem; margin: 0.6rem 0; font-weight: 600; &::after{ content: ''; height: 4px; width: 50%; background: map-get($colors, theme-1); background: var(--color-theme-1); display: block; margin: 0.7rem 0; } } & .item_desc{ color: #111; font-size: 1rem; line-height: 1.1; } } .item__name:hover{ -webkit-box-shadow: -2px -2px 0px 1px rgba(255,255,255,1); -moz-box-shadow: -2px -2px 0px 1px rgba(255,255,255,1); box-shadow: -2px -2px 0px 1px rgba(255,255,255,1); & .item_bg{ bottom: -1rem; } } .item__image{ width: 100%; height: 100%; display: block; background-position: center; } .container{ max-width: 80%; margin: auto; padding: 0; } .container-margin{ margin-top: 6rem; } .realizacje{ margin-left: -5px; margin-right: -5px; & .item{ width: 25%; float: left; overflow: hidden; padding: 10px 10px 60px 10px; margin-bottom: 2rem; & .item-desc{ background: rgba(255, 227, 118, 0.8); position: absolute; max-height: 4rem; bottom:-4rem; padding: 1rem; left: 0; right: 1.5rem; color: map-get($colors, theme-1); color: var(--color-theme-1); -webkit-transition:all 0.4s ease; -moz-transition:all 0.4s ease; -ms-transition:all 0.4s ease; -o-transition:all 0.4s ease; transition:all 0.4s ease; & .h2{ font-size: 1rem; margin: 0.6rem 0; font-weight: 600; } & .item_city{margin-top: 0.3rem;} } & .item_bg{ right: 1.5rem; background: rgba(255, 227, 118, 1); } } & .item__name:hover .item_bg { bottom: -4rem; } } .show_more{ margin-top: 4rem; cursor: pointer; clear: both; display: inline-block; } .clr{clear: both; width: 100%;} .w-35{ width: 35%; float: left; } .w-65{ width: 65%; float: right; margin-top: -4rem; padding-left: 2rem; } .w-65 img{ width: auto; max-width: 100%; max-height: 400px; float: right; } .page-nav{ margin-bottom: 4rem; width: 100%; float: left; & .next{ float: right;} & .prev{float: left;} } .realizacja{ & .item_city{ color: map-get($colors, theme-1); color: var(--color-theme-1); font-size: 1.1rem; margin:0.8rem 0; } & .item_city::after { content: ''; height: 4px; width: 30%; background: #083b7c; background: var(--color-theme-1); display: block; margin: 2rem 0; } & .item-desc{ font-size: 1.3rem; line-height: 1.4; margin-bottom: 6rem; } & .rel-gallery{position: relative; width: 100%; display: block; padding-left: 10rem; margin-top: 3rem; & li{ list-style: none; } & .owl-dots{display: none;} & .owl-item { height: 320px; & a{ display: block; width: 100%; height: 100%; background-position: center; background-size: cover; } } & .owl-stage-outer{ z-index: 9;} & .owl-nav{ background: map-get($colors, theme-2); background: var(--color-theme-2); width: 350px; height: 300px; z-index: 0; top: -8rem; left: 0rem; & button{ top: 1rem; } & button.owl-next{ right: 20px; & span{ color: map-get($colors, theme-1); color: var(--color-theme-1); &:hover{ color: #fff; background: none; } } &:hover{ background: none; } } & button.owl-prev{ left: 11rem; & span{ color: map-get($colors, theme-1); color: var(--color-theme-1); &:hover{ color: #fff; background: none; } } &:hover{ background: none; } } } } } .section { padding-bottom: $sections-padding-bottom; padding-top: $sections-padding-top; padding-bottom: rem-size($sections-padding-bottom); padding-top: rem-size($sections-padding-top); &__heading { color: map-get($colors, theme-1); color: var(--color-theme-1); font-size: $font-size-headings; font-size: rem-size($font-size-headings); font-weight: 600; line-height: $font-size-headings - 1; line-height: rem-size($font-size-headings - 1); margin-bottom: $margin-heading-bottom; margin-top: $margin-heading-top; margin-bottom: rem-size($margin-heading-bottom); margin-top: 1rem; text-transform: uppercase; } } .offer { background-image: url(../images/assets/bg-offer.jpg); background-position: bottom right; background-repeat: no-repeat; margin-top: 8rem; padding-bottom: 14rem; margin-bottom: 4rem; &__container { max-width: 60%; padding: 5rem 7rem 5rem 4rem; background: map-get($colors, theme-2); background: var(--color-theme-2); margin-top: 16px; margin-top: rem-size(16px); position: relative; z-index: 1; &::after { content: ''; position: absolute; border: solid 4px map-get($colors, theme-2); border: solid 4px var(--color-theme-2); display: block; width: 100%; height: 70%; left: 30%; bottom: -30%; z-index: -1; } &::before{ content: ''; position: absolute; top: 0; bottom: 0; left: -100%; right: 0; background: map-get($colors, theme-2); background: var(--color-theme-2); } } & p{ font-size: 1.1rem; color: map-get($colors, p); color: var(--color-p); line-height: 1.7; } & ul{ font-size: 1.4rem; color: map-get($colors, theme-1); color: var(--color-theme-1); margin: 3rem 1.4rem 2rem 1.4rem; & li{ list-style: disc; margin-bottom: 1.2rem; font-weight: 800; } } &__item { background-position: center; background-repeat: no-repeat; background-size: 100% auto; border-radius: 24px; border-radius: rem-size(24px); cursor: pointer; float: left; margin-bottom: 4px; margin-bottom: rem-size(4px); margin-top: 4px; margin-top: rem-size(4px); min-height: $height-offer-item; min-height: rem-size($height-offer-item); overflow: hidden; text-align: center; transition: $transition-delay all; transition: var(--delay) all; white-space: nowrap; width: 33%; width: calc(33% - 2px); width: calc(33% - #{rem-size(2px)}); display: flex; flex-flow: column; justify-content: center; align-items: center; &::before { background-color: rgba(map-get($colors, theme-1), 0.43); border-radius: 24px; border-radius: rem-size(24px); content: ""; display: block; height: 100%; left: 0; position: absolute; top: 0; transition: $transition-delay all; transition: var(--delay) all; width: 100%; } &:hover { &::before { background-color: rgba(map-get($colors, theme-1), 0.25); } .item__name { font-size: $font-size-offer-item-name * (1.125 * $zoom-scale-effect); font-size: rem-size($font-size-offer-item-name * (1.125 * $zoom-scale-effect)); } .item__image { transform: scale($zoom-scale-effect); } } } .item { &__name { color: white; font-size: $font-size-offer-item-name; font-size: rem-size($font-size-offer-item-name); font-weight: 700; transition: $transition-delay all; transition: var(--delay) all; z-index: 2; &:hover { font-size: $font-size-offer-item-name * (1.125 * $zoom-scale-effect); font-size: rem-size($font-size-offer-item-name * (1.125 * $zoom-scale-effect)); } } &__image { background-position: center; background-size: cover; height: 100%; left: 0; position: absolute; top: 0; transition: $transition-delay all; transition: var(--delay) all; width: 100%; z-index: -1; } } } .business{ margin-top: 13rem; margin-bottom: 5rem; &__container{ padding: 0 12rem; float: left; margin-bottom: 5rem; } & .left{ width: 60%; float: left; margin-top: 7rem; & div{ width: 33%; float: left; text-align: center; font-size: 1.6rem; font-weight: 500; } } & .right{ width: 30%; float: right; margin-top: 5rem; & div{ border: solid 4px map-get($colors, theme-2); border: solid 4px var(--color-theme-2); padding: 2rem 1rem 1.5rem 1rem; font-size: 1.6rem; font-weight: 500; text-align: center; color: map-get($colors, theme-1); color: var(--color-theme-1); line-height: 1.4; & a{ font-weight: 700; font-size: 1.8rem; margin-top:0.5rem; display: inline-block; } } } } .counter{ color: map-get($colors, theme-2); color: var(--color-theme-2); font-size: 4rem; font-weight: 900; clear: both; display: block; letter-spacing: 3px; margin-bottom: 1.5rem; } .c-txt{ height: 2rem; line-height: 1.2; vertical-align: middle; font-weight: 600; display: flex; align-items: center; justify-content: center; } .footer { background-color: map-get($colors, footer); background-color: var(--color-footer); color: map-get($colors, theme-1); color: var(--color-theme-1); font-size: $font-size-footer; font-size: rem-size($font-size-footer); line-height: 29px; line-height: rem-size(29px); padding-bottom: $footer-padding-bottom; padding-bottom: rem-size($footer-padding-bottom); padding-top: $footer-padding-top; padding-top: rem-size($footer-padding-top); font-weight: 700; margin-top: 4rem; strong { font-weight: 600; } & .container-wide{padding: 0;} & .footer-logo img{ width: 135px; } &__container { display: flex; justify-content: space-between; & > div{ flex-basis: 20%; & p.pin-icon{margin-left: 40px;} & a.icon-location::before{ position: absolute; left: -40px; top: 50%; top: calc(50% - 15px); font-size: 1.6rem; } & a:before{ font-size: 1.6rem; margin-right:0.8rem; } } & .footer-logo{ flex-basis: 15%; } & .footer__nav{ flex-basis: 45% } } &__nav { flex-basis: $width-footer-nav; flex-basis: rem-size($width-footer-nav); float: right; text-align: right; & ul{float: right; & ul{display: none;} } & li{ float: left; margin-left: 2rem; } & a:hover { color: #e5b600; color: var(--color-theme-2-darker-1); } } &__top-btn { display: none; text-align: center; position: fixed; bottom: 2rem; right: 2rem; z-index: 999; a { // font-size: $font-size-to-top; // font-size: rem-size($font-size-to-top); // line-height: $font-size-to-top / 3 * 4; // line-height: rem-size($font-size-to-top / 3 * 4); background-color: map-get($colors, theme-2); background-color: var(--color-theme-2); background-image: url('../img/arrow-up.png'); background-position: center; background-repeat: no-repeat; background-size: 50% 50%; border-radius: 50%; display: block; // font-size: 16px; // font-size: rem-size(16px); height: $width-footer-to-top; height: rem-size($width-footer-to-top); margin: 0 auto $margin-footer-to-top-bottom auto; margin: 0 auto rem-size($margin-footer-to-top-bottom) auto; width: $width-footer-to-top; width: rem-size($width-footer-to-top); z-index: 99; img { height: 16px; height: rem-size(16px); visibility: hidden; width: 16px; width: rem-size(16px); } &:hover{ opacity: 0.6; } } } &__bottom-bar { font-size: $font-size-footer-bar; font-size: rem-size($font-size-footer-bar); margin-top: $margin-footer-bar-top; margin-top: rem-size($margin-footer-bar-top); font-weight: 400; border-top: 2px solid #c2c2c2; & > div{margin-top: 0.5rem; float: right;} & .bar-kaczka{margin-left: 4rem;} .bottom-bar__group > p { display: flex; align-items: center; justify-content: center; height: 2rem; line-height: 1.2; & span{ margin: 0 1.5rem; } } .bottom-bar__links { display: inline; list-style-type: none; } .links__item { display: inline; &::before { content: " / "; } } .bottom-bar__kaczka { img { height: auto; margin-left: 0.5rem; } } } .active { a { } } } .menu-id-9 .footer{margin-top: 0;} .main { color: #555; font-size: $font-size-page; font-size: rem-size($font-size-page); line-height: $font-size-page + 9px; line-height: rem-size($font-size-page + 9px); b, strong { } i, em { font-style: italic; } ol { list-style-type: decimal; margin-left: 1rem; & li::before{display: none;} } h1{ } h2{ color: map-get($colors, theme-1); color: var(--color-theme-1); text-transform: uppercase; margin-top: 1.5rem; margin-bottom: 0.5rem; font-weight: 700; font-size: 1.5rem; } li { padding-left: 21.6px; padding-left: 1.2em; } li::before { color: map-get($colors, theme-1); color: var(--color-theme-1); content: "\2022"; // font-family: FontAwesome; // font-size: 9px; // font-size: rem-size(9px, $font-size-page, true); margin-left: -6.8px; padding: 0 18px; padding: 0 rem-size(18px, $font-size-page, true); position: relative; } a { color: map-get($colors, theme-1); color: var(--color-theme-1); &:hover { color: map-get($colors, theme-1-lighter-1) ; color: var(--color-theme-1-lighter-1) ; } } .btn:hover{ color: #fff; } p{ text-align: justify;} .o-hidden p{display: inline-block;} p:first-of-type { margin-bottom: ($font-size-page + 20px) / 2; margin-bottom: (rem-size($font-size-page + 20px) / 2); } p:not(:first-of-type):not(:last-of-type) { margin-bottom: ($font-size-page + 20px) / 2; margin-bottom: (rem-size($font-size-page + 20px) / 2); margin-top: ($font-size-page + 20px) / 2; margin-top: (rem-size($font-size-page + 20px) / 2); } p:last-of-type { margin-top: ($font-size-page + 20px) / 2; margin-top: (rem-size($font-size-page + 20px) / 2); } &__heading { color: map-get($colors, theme-1); color: var(--color-theme-1); font-size: $font-size-page-heading; font-size: rem-size($font-size-page-heading); font-weight: 800; line-height: $font-size-page-heading - 1px; line-height: rem-size($font-size-page-heading - 1px); margin-bottom: $margin-page-heading-bottom; margin-bottom: rem-size($margin-page-heading-bottom); text-align: center; letter-spacing: 2px; text-transform: uppercase; } &__two { display: flex; justify-content: space-between; font-size: 1rem; } &__nav { font-size: 14px; font-size: rem-size(14px, $font-size-page, true); flex-basis: $width-page-nav; flex-basis: rem-size($width-page-nav, $font-size-page, true); flex-shrink: 0; margin-right: $margin-page-nav-right / 3; margin-right: rem-size($margin-page-nav-right / 3); li::before { content: ""; display: none; margin: 0; padding: 0; } li { cursor: pointer; margin: 0; padding: 0; transition: $transition-delay all; transition: var(--delay) all; &.active, &:hover { background-color: map-get($colors, page-nav); background-color: var(--color-page-nav); } &:hover a { color: map-get($colors, theme-1-lighter-1) !important; color: var(--color-theme-1-lighter-1) !important; } } a { display: block; padding: 10px (50px / 2); padding: rem-size(10px, $font-size-page, true) rem-size(50px / 2, $font-size-page, true); transition: $transition-delay all; transition: var(--delay) all; } #heading__checkbox { display: none; } .nav__list { border-color: map-get($colors, theme-1); border-style: solid; border-width: 1px; border-width: rem-size(1px); border-bottom-left-radius: $height-page-nav-border * 1.25 $height-page-nav-border; border-bottom-left-radius: rem-size($height-page-nav-border * 1.2) rem-size($height-page-nav-border); border-bottom-right-radius: $height-page-nav-border * 1.25 $height-page-nav-border; border-bottom-right-radius: rem-size($height-page-nav-border * 1.2) rem-size($height-page-nav-border); border-top-left-radius: $height-page-nav-border * 1.25 $height-page-nav-border; border-top-left-radius: rem-size($height-page-nav-border * 1.2) rem-size($height-page-nav-border); border-top-right-radius: $height-page-nav-border * 1.25 $height-page-nav-border; border-top-right-radius: rem-size($height-page-nav-border * 1.2) rem-size($height-page-nav-border); .list__heading { display: none; margin-top: 2px; margin-top: rem-size(2px, $font-size-page, true); position: absolute; right: 0; z-index: 10; &:hover { background-color: inherit; color: inherit; } label { display: inline-block; padding: 2px; padding: rem-size(2px, $font-size-page, true); padding-right: 16px; padding-right: rem-size(16px, $font-size-page, true); transform-origin: 25% 50%; transform: rotateZ(-90deg); transition: $transition-delay all; transition: var(--delay) all; } } } .nav__list::before, .nav__list::after { content: ""; display: block; height: $height-page-nav-border; height: rem-size($height-page-nav-border, $font-size-page, true); width: 100%; } } &__content { flex-grow: 1; .category { &__text { margin-bottom: 16px; margin-bottom: rem-size(16px); } &__list { display: flex; flex-wrap: wrap; .product { &__item { border-color: map-get($colors, theme-1); border-color: var(--color-theme-1); border-style: solid; border-width: 1px; border-width: rem-size(1px); border-bottom-left-radius: $height-page-nav-border * 1.25 $height-page-nav-border; border-bottom-left-radius: rem-size($height-page-nav-border * 1.25) rem-size($height-page-nav-border); border-bottom-right-radius: $height-page-nav-border * 1.25 $height-page-nav-border; border-bottom-right-radius: rem-size($height-page-nav-border * 1.25) rem-size($height-page-nav-border); border-top-left-radius: $height-page-nav-border * 1.25 $height-page-nav-border; border-top-left-radius: rem-size($height-page-nav-border * 1.25) rem-size($height-page-nav-border); border-top-right-radius: $height-page-nav-border * 1.25 $height-page-nav-border; border-top-right-radius: rem-size($height-page-nav-border * 1.25) rem-size($height-page-nav-border); float: left; font-size: 21px; font-size: rem-size(21px); // font-weight: bold; margin: 16px; margin: rem-size(16px); margin-top: 0; overflow: hidden; width: 30%; width: calc(100% / 2 - 2 * 16px); width: calc(100% / var(--items) - var(--items) * 16px); &::before { background-color: white; content: ""; display: block; position: absolute; left: 0; right: 0; // top: 200px; // top: rem-size(200px); // top: calc(200px * 3 / var(--items)); // top: calc(#{rem-size(200px)} * 3 / var(--items)); bottom: 0; transition: $transition-delay all; transition: var(--delay) all; z-index: 1; } } &__image { cursor: pointer; height: 200px; height: rem-size(200px); height: calc(200px * 3 / var(--items)); height: calc(#{rem-size(200px)} * 3 / var(--items)); background-color: white; background-position: center; background-repeat: no-repeat; background-size: cover; min-height: 200px; min-height: rem-size(200px); transition: $transition-delay all; transition: var(--delay) all; } &__desc { background-color: white; color: #808080; font-family: map-get($fonts, special), map-get($fonts, fallback); font-size: 13px; font-size: rem-size(13px); padding: 8px 24px; padding: rem-size(8px) rem-size(24px); z-index: 2; p { line-height: 18px; line-height: rem-size(18px); margin: 4px 0; margin: rem-size(4px) 0; } .desc { &__name { font-weight: bold; } &__attr--price { color: #336699; font-weight: bold; } } } } &::after { @include clearfix; } } &__item { border-color: map-get($colors, theme-1); border-color: var(--color-theme-1); border-style: solid; border-width: 1px; border-width: rem-size(1px); border-bottom-left-radius: $height-page-nav-border * 1.25 $height-page-nav-border; border-bottom-left-radius: rem-size($height-page-nav-border * 1.25) rem-size($height-page-nav-border); border-bottom-right-radius: $height-page-nav-border * 1.25 $height-page-nav-border; border-bottom-right-radius: rem-size($height-page-nav-border * 1.25) rem-size($height-page-nav-border); border-top-left-radius: $height-page-nav-border * 1.25 $height-page-nav-border; border-top-left-radius: rem-size($height-page-nav-border * 1.25) rem-size($height-page-nav-border); border-top-right-radius: $height-page-nav-border * 1.25 $height-page-nav-border; border-top-right-radius: rem-size($height-page-nav-border * 1.25) rem-size($height-page-nav-border); float: left; font-size: 21px; font-size: rem-size(21px); font-weight: bold; margin: 16px; margin: rem-size(16px); margin-top: 0; overflow: hidden; width: 30%; width: calc(100% / 2 - 2 * 16px); width: calc(100% / var(--items) - var(--items) * 16px); .item__image { background-color: white; background-image: url('../userfiles/logos/main_blend.png'); background-position: center; background-repeat: no-repeat; background-size: cover; height: 221px; height: rem-size(221px); transition: $transition-delay all; transition: var(--delay) all; } .item__desc { background-color: map-get($colors, page-nav); background-color: var(--color-page-nav); display: block; margin: 0; padding: 26px 16px; padding: rem-size(26px) rem-size(16px); text-align: center; transition: $transition-delay all; transition: var(--delay) all; } &:hover { .item__image { transform: scale($zoom-scale-effect); } .item__desc { background-color: map-get($colors, theme-1); background-color: var(--color-theme-1); color: white; font-size: 21px * $zoom-scale-effect * 1.0125; font-size: rem-size(21px * $zoom-scale-effect * 1.0125); font-weight: bold; } &::before { background-color: map-get($colors, theme-1); background-color: var(--color-theme-1); } } &::before { background-color: map-get($colors, page-nav); background-color: var(--color-page-nav); content: ""; display: block; position: absolute; left: 0; right: 0; top: 221px; top: rem-size(221px); bottom: 0; transition: $transition-delay all; transition: var(--delay) all; } } } } &--page, &--category { margin-bottom: $margin-page-bottom; margin-bottom: rem-size($margin-page-bottom); } &--contact { font-size: $font-size-page-contact; font-size: rem-size($font-size-page-contact); line-height: $font-size-page-contact + 9px; line-height: rem-size($font-size-page-contact + 9px); margin-bottom: 0; .main__heading { margin-bottom: $margin-page-contact-heading-bottom; margin-bottom: rem-size($margin-page-contact-heading-bottom); } .main__two-form { display: flex; justify-content: space-between; margin-bottom: 78px; margin-bottom: rem-size(78px); border: solid 0.3rem map-get($colors, theme-2); border: solid 0.3rem var(--color-theme-2); padding: 2.5rem 8rem; font-size: 1.6rem; font-weight: 500; margin-top: 2rem; line-height: 1.4; & > div{width: 50%;} & p{ font-size: 1.4rem; font-weight: 800; } & .icon-location::before{ position: absolute; left: -3.5rem;; color: map-get($colors, theme-2); color: var(--color-theme-2); font-size: 2rem; } & h2{margin: 0;} & + .map__link { font-size: 16px; font-size: rem-size(16px); font-weight: bold; } } .two-form { &__form { max-width: $width-form; max-width: rem-size($width-form); float: right; margin-right: 4rem; .form__heading { margin-bottom: 40px; margin-bottom: rem-size(40px); } .form__contact { float: left; width: 100%; input, textarea { border: none; background: #e8e8e8; color: #000; font-family: map-get($fonts, main); font-family: var(--font); font-size: 18px; font-size: rem-size(18px); padding: 14px 40px; text-align: left; width: 100%; margin-bottom: 0.5rem; &:focus { background: #dfdfdf; outline: none; } } input[name="form[security]"] { } input:invalid { } input[name="form[name]"], input[name="form[mail]"], input[name="form[security]"] { float: left; } input[name="form[mail]"] { } input[name="form[security]"] { float: right; } input[disabled], textarea[disabled] { border-color: black; color: black; } input[disabled] { } input[name="form[submit]"][disabled] { background-color: map-get($colors, theme-2-lighter-1) !important; background-color: var(--color-theme-2-lighter-1) !important; &:hover { background-color: map-get($colors, theme-2-lighter-2) !important; background-color: var(--color-theme-2-lighter-2) !important; } } textarea { margin-bottom: 14px; margin-bottom: rem-size(14px); width: 100%; height: 8rem; } input[name="form[cv]"] { padding: 0; background: none; margin: 1rem 0; } .cv{ margin-top: 2rem; color: var(--color-theme-1); font-size: 1.5rem; font-weight: 700; } @at-root a.formLikeBtn, & input[name="form[submit]"][type="submit"] { background: map-get($colors, theme-1); background: var(--color-theme-1); border-color: transparent; border-radius: 2rem; border-style: solid; border-width: 1px; border-width: rem-size(1px); cursor: pointer; font-weight: 700; margin: 0 auto; min-width: 282px; min-width: rem-size(282px); max-width: 100%; padding: 17px $form-padding-input-h 12px $form-padding-input-h; padding: rem-size(17px) rem-size($form-padding-input-h) rem-size(12px) rem-size($form-padding-input-h); text-align: center; transition: $transition-delay all; transition: var(--delay) all; width: auto; text-transform: uppercase; color: #fff; &:hover { background-color: map-get($colors, theme-1-lighter-1); background-color: var(--color-theme-1-lighter-1); } } .btn-send{margin-left: 40px!important;} .label-c{margin-top:1.5rem; margin-left:40px;} label{ width: 100%; text-align: left; font-size: 0.8rem; color:#777; width: auto; clear: both; float: left; line-height: 1.3; & input{ text-align: left; color:#777; width: auto; line-height: 1.4; } } .container-checkbox { display: block; position: relative; padding-left: 0px; margin-bottom: 12px; font-size: 22px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; & label{ cursor: pointer; } & input { position: absolute; opacity: 0; cursor: pointer; } & .checkmark { position: absolute; top: 0; left:-40px; height: 25px; width: 25px; background-color: #eee; cursor: pointer; } &:hover input ~ .checkmark { background-color: #ccc; } & input:checked ~ .checkmark { background: map-get($colors, theme-2); background: var(--color-theme-2); } & .checkmark:after { content: ""; position: absolute; display: none; } & input:checked ~ .checkmark:after { display: block; } & .checkmark:after { left: 9px; top: 5px; width: 5px; height: 10px; border: solid white; border-width: 0 3px 3px 0; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); } } } .form__message { clear: both; float: none; padding-top: 16px; padding-top: rem-size(16px); &.message { &-send-success { color: green; } &-send-error, &-verification-error, &-not-send { color: map-get($colors, theme-2); color: var(--color-theme-2); } } } } } } .container__form{ background-image: url(../images/assets/bg-contact.jpg); background-position: left bottom; background-repeat: no-repeat; width: 100%; float: left; } .container__form.work{ background-image: url(../images/assets/bg-work.jpg); background-position: left top; } &__map { flex-shrink: 0; height: $height-map; height: rem-size($height-map); margin-top: 10rem; & .leaflet-tile-pane{ -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -ms-filter: grayscale(100%); -o-filter: grayscale(100%); filter: grayscale(100%); } } } .leaflet-control-container { height: 100%; } .promotions { --items: 3; &__container { display: flex; flex-wrap: wrap; .product { &__item { float: left; font-size: 21px; font-size: rem-size(21px); font-weight: bold; margin: 16px; margin: rem-size(16px); margin-top: 0; overflow: hidden; width: 30%; width: calc(100% / 2 - 2 * 16px); width: calc(100% / var(--items) - var(--items) * 16px); &::before { background-color: white; content: ""; display: block; position: absolute; left: 0; right: 0; top: 221px; top: rem-size(221px); bottom: 0; transition: $transition-delay all; transition: var(--delay) all; z-index: 1; } } &__image { cursor: pointer; height: 200px; height: rem-size(200px); background-color: white; background-position: center; background-repeat: no-repeat; background-size: contain; transition: $transition-delay all; transition: var(--delay) all; } &__desc { background-color: white; color: #808080; font-family: map-get($fonts, special), map-get($fonts, fallback); font-size: 15px; font-size: rem-size(15px); margin-top: 16px; margin-top: rem-size(16px); padding: 8px 24px; padding: rem-size(8px) rem-size(24px); text-align: center; z-index: 2; p { line-height: 20px; line-height: rem-size(20px); margin: 8px 0; margin: rem-size(8px) 0; } } } } } section, main, aside { img { &[width] { height: auto; } } } .category__text { color: #808080; &.text--top { div[style*="inline-block"] { line-height: 16px * 1.3; line-height: rem-size(16px * 1.3, $base-font-size, true); min-width: 20%; img { height: auto; max-width: 100%; } } } div + br { // display: none; } } .category__heading { font-size: 24px; font-size: rem-size(24px); font-weight: bold; margin: 24px 0; margin: rem-size(24px) 0; text-align: center; } .left-o{ float: left; width: 55%; padding-right:10rem; } .l2{ padding-right: 0; width: 40%; } .right-o{ width: 45%; float: right; & .border{ font-weight: 800; } } .r2{ width: 55%; padding-left: 2rem; margin-bottom: 7rem;} .r2.last{margin-bottom: 0;} .o-1{margin-top: -8rem;} .yellow-bg{ float: left; width: 100%; background: map-get($colors, theme-2); background: var(--color-theme-2); margin: 2rem 0 8rem 0; padding: 2.5rem 20rem 2.5rem 5rem; background-image: url(../images/assets/bg-yellow.png); background-position: center right; background-repeat: no-repeat; & ul{ } & li{ list-style: none; list-style-type: none; font-size: 1.4rem; padding-left: 0; margin-bottom:0.5rem; color: #111; &::before{ display: none; } } } .img1{position: relative;} p.img1 img{z-index: 9;} p.img1::after{ border:4px solid map-get($colors, theme-2); border:4px solid var(--color-theme-2); position: absolute; content: ''; right: -256px; left: auto; height: 60%; bottom: 31px; width: 100%; display: inline-block; } .img2{position: relative;} p.img2 img{z-index: 9; max-width: 100%;} p.img2::after{ border:4px solid map-get($colors, theme-2); border:4px solid var(--color-theme-2); position: absolute; content: ''; left: -256px; height: 60%; bottom: -130px; width: 100%; display: inline-block; } .border{ border:4px solid map-get($colors, theme-2); border:4px solid var(--color-theme-2); float: left; max-width: 600px; padding: 2rem 5rem; color: #111; margin-top: 3rem; text-align: center; & strong{ text-align: center; width: 100%; display: inline-block; line-height: 1.5; &:first-of-type{ margin: 1rem 0 0 0; } } } .gallery{ width: 100%; width: calc(100% + 20px); float: left; margin-left: -10px; margin-right: -10px; & .item-g{ display: inline-block; width: 20%; height: 350px; margin: 0; padding: 0; float: left; margin-bottom: 20px; } & a{ display: block; height: 100%; background-position: center; background-size: cover; margin: 10px; padding: 0; &:hover{ opacity: 0.8; } } } .o-hidden{overflow: hidden;} img[data-src] { cursor: pointer; } /** * Owl Carousel v2.3.4 * Copyright 2013-2018 David Deutsch * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE */ .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;touch-action:manipulation;-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{width: 100%; position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,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{}.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;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.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{padding-left: 3px;padding-top: 4px; padding-bottom: 1rem;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;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:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.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 .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,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:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%} .home .owl-carousel .owl-stage-outer{width: calc(100% + 20px);} .slicknav_nav{background: #fff; width: 100%;} html::-webkit-scrollbar { width: 10px; } html::-webkit-scrollbar-track { background: #ddd; } html::-webkit-scrollbar-thumb { background: map-get($colors, theme-2); background: var(--color-theme-2); } .menu-id-2 .main--page, .main--category{margin-bottom: 0;} .menu-id-2 .footer{margin-top: 0;} .menu-id-5 .main__content { background-image: url(../images/assets/bg-contact2.jpg); background-position: right bottom; background-repeat: no-repeat; } .menu-id-28 .container-margin {padding-left: 10%; padding-right: 10%;} .header .bar__logo .white {display: none;}
[+]
..
[-] style-ie9.scss
[edit]
[-] _config.scss
[edit]
[-] style.scss
[edit]
[-] animations.scss
[edit]
[-] style.min.css
[edit]
[-] responsive.scss
[edit]
[-] _init.scss
[edit]
[-] style-ie.scss
[edit]
[+]
hamburgers