Commit c3c833fb authored by Simon's avatar Simon

In progress

parent 8a2f7f01
...@@ -68,6 +68,12 @@ ...@@ -68,6 +68,12 @@
height: 348px; height: 348px;
} }
} }
.l-section--landing-7 { display: flex; align-items: flex-end; padding: 0 !important; background-color: #172333; height: 240px;
@media (--min--medium) {
height: 348px;
}
}
/* critical:end */ /* critical:end */
...@@ -111,6 +117,8 @@ ...@@ -111,6 +117,8 @@
.l-section--landing-6 { background-position: 50% 20%; } .l-section--landing-6 { background-position: 50% 20%; }
.l-section--landing-7 { background-position: 50% 20%; }
.js { .js {
.l-section { background-image: none; } .l-section { background-image: none; }
} }
...@@ -127,6 +135,7 @@ ...@@ -127,6 +135,7 @@
.l-section--landing-4 { background-image: url(/wp-content/themes/biuro/i/sections/landing-4.jpg); } .l-section--landing-4 { background-image: url(/wp-content/themes/biuro/i/sections/landing-4.jpg); }
.l-section--landing-5 { background-image: url(/wp-content/themes/biuro/i/sections/landing-5.jpg); } .l-section--landing-5 { background-image: url(/wp-content/themes/biuro/i/sections/landing-5.jpg); }
.l-section--landing-6 { background-image: url(/wp-content/themes/biuro/i/sections/landing-6.jpg); } .l-section--landing-6 { background-image: url(/wp-content/themes/biuro/i/sections/landing-6.jpg); }
.l-section--landing-7 { background-image: url(/wp-content/themes/biuro/i/sections/landing-6.jpg); }
} }
.js.webp { .js.webp {
...@@ -140,4 +149,5 @@ ...@@ -140,4 +149,5 @@
.l-section--landing-4 { background-image: url(/wp-content/themes/biuro/i/sections/landing-4.webp); } .l-section--landing-4 { background-image: url(/wp-content/themes/biuro/i/sections/landing-4.webp); }
.l-section--landing-5 { background-image: url(/wp-content/themes/biuro/i/sections/landing-5.webp); } .l-section--landing-5 { background-image: url(/wp-content/themes/biuro/i/sections/landing-5.webp); }
.l-section--landing-6 { background-image: url(/wp-content/themes/biuro/i/sections/landing-6.webp); } .l-section--landing-6 { background-image: url(/wp-content/themes/biuro/i/sections/landing-6.webp); }
.l-section--landing-7 { background-image: url(/wp-content/themes/biuro/i/sections/landing-6.webp); }
} }
...@@ -25,6 +25,7 @@ c-: Signify that something is a Component. This is a concrete, implementation-sp ...@@ -25,6 +25,7 @@ c-: Signify that something is a Component. This is a concrete, implementation-sp
@import '_component--contact-landing-4.css'; @import '_component--contact-landing-4.css';
@import '_component--contact-landing-5.css'; @import '_component--contact-landing-5.css';
@import '_component--contact-landing-6.css'; @import '_component--contact-landing-6.css';
@import '_component--contact-landing-7.css';
@import '_component--copyright.css'; @import '_component--copyright.css';
@import '_component--data-controller.css'; @import '_component--data-controller.css';
@import '_component--divisions.css'; @import '_component--divisions.css';
...@@ -41,6 +42,7 @@ c-: Signify that something is a Component. This is a concrete, implementation-sp ...@@ -41,6 +42,7 @@ c-: Signify that something is a Component. This is a concrete, implementation-sp
@import '_component--jobs-manager.css'; @import '_component--jobs-manager.css';
@import '_component--jobs-pagination.css'; @import '_component--jobs-pagination.css';
@import '_component--jobs-section.css'; @import '_component--jobs-section.css';
@import '_component--legal.css';
@import '_component--logo.css'; @import '_component--logo.css';
@import '_component--members.css'; @import '_component--members.css';
@import '_component--membership.css'; @import '_component--membership.css';
......
/* ------------- Component: contact section ------------- */
/* critical:start */
.c-contact-landing-7 { padding: 10px 0;
@media (--max--medium) {
max-width: 440px; margin: 0 auto;
}
@media (--min--medium) {
padding: 20px 0;
}
}
.c-contact-landing-7--inner { max-width: 1000px; padding: 0 10px; margin: 0 auto;
@media (--min--medium) {
display: flex; justify-content: space-between;
}
}
.c-contact-landing-7--content { color: #2A3644; font-weight: 500; padding: 15px 0 20px 15px;
@media (--min--medium) {
flex: 1 1 40%; max-width: 500px; padding: 0 0 0 90px;
}
img { max-width: 100%; height: auto; }
span { display: block; overflow: hidden; line-height: 22px; padding: 2px 0 0 0; }
li { padding: 5px 0; }
}
.c-contact-landing-7--img { margin-top: 40px; }
.c-contact-landing-7--form { max-width: 420px;
@media (--min--medium) {
flex: 1 1 40%; margin-top: -180px;
}
}
/* critical:end */
.c-contact-landing-7--aside { padding: 10px 20px; margin: 0 -10px 0 -25px; background: linear-gradient(90deg, #C5F3EC 0%, #E4FAF7 100%);
@media (--min--medium) {
width: 549px; margin: 40px 0 0 40px; padding: 10px; border-radius: 33px; overflow: hidden;
}
svg { float: left; margin-right: 25px;
@media (--max--medium) {
display: none;
}
}
p { overflow: hidden; color: #149183; margin: 0; text-align: center;
@media (--min--medium) {
max-width: 300px; padding: 5px 0 0; text-align: left;
}
}
}
...@@ -118,6 +118,29 @@ ...@@ -118,6 +118,29 @@
} }
} }
.c-heading--landing-7 { color: #fff; padding: 0 20px;
h1 { /* max-width: 230px; */ color: #fff; font-size: 30px; line-height: 35px; margin-bottom: 13px;
@media (--min--medium) {
max-width: 500px; font-size: 36px; line-height: 45px; margin-bottom: 17px;
}
span { color: #19C5A7; }
}
@media (--max--medium) {
max-width: 440px; margin: 0 auto;
}
@media (--min--medium) {
padding-left: 110px;
}
h2 {
color: #fff; font-size: 19px; line-height: 22px;
@media (--min--medium) {
font-size: 25px; line-height: 30px;
}
}
}
.c-heading--recommend-friend { .c-heading--recommend-friend {
h1 { max-width: 420px; color: #fff; font-size: 26px; line-height: 37px; padding: 0 20px 20px; h1 { max-width: 420px; color: #fff; font-size: 26px; line-height: 37px; padding: 0 20px 20px;
@media (--max--medium) { @media (--max--medium) {
......
...@@ -4,10 +4,26 @@ ...@@ -4,10 +4,26 @@
.c-jobs { } .c-jobs { }
.c-jobs--ua {
margin-bottom: 38px;
}
.c-jobs--inner { .c-jobs--inner {
@extend .l-inner-small; @extend .l-inner-small;
} }
.c-jobs--info {
max-width: 626px;
margin: 0 auto;
padding: 40px 20px 0;
text-align: center;
color: #64696D;
a {
color: #0245CE;
}
}
.c-jobs--inner-custom { max-width: 990px; margin-right: auto; margin-left: auto; padding-right: 10px; padding-left: 10px; } .c-jobs--inner-custom { max-width: 990px; margin-right: auto; margin-left: auto; padding-right: 10px; padding-left: 10px; }
.c-jobs--table { .c-jobs--table {
......
/* ------------- Component: legal ------------- */
/* critical:start */
/* critical:end */
.c-legal { padding: 30px 0 30px; background: linear-gradient(134.06deg, #FFFFFF 0%, #CBE2EC 100%); overflow: hidden;
@media (--min--medium) {
padding: 48px 0 40px;
}
}
.c-legal--inner { position: relative; overflow: hidden; margin: 0 auto 24px; padding: 0 20px;
@media (--min--medium) {
max-width: 748px;
}
}
.c-legal--heading { color: #2A3644; margin: 0 0 20px; padding: 0 30px; font-size: 18px; line-height: 26px; font-weight: 500; text-align: center;
@media (--min--medium) {
font-size: 25px; line-height: 29px; margin: 0 0 40px;
}
}
.c-legal--box {
margin: 16px auto;
background: #fff;
box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.05);
border-radius: 4px;
min-height: 100px;
display: flex;
flex-direction: row;
justify-content: space-around;
align-items: center;
padding: 25px 20px;
}
.c-legal--box-icon {
flex: 0 0 40px;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
svg {
display: block;
}
}
.c-legal--box-content {
max-width: 480px;
width: 100%;
margin-left: 16px;
}
.c-legal--footer {
padding: 0 20px;
text-align: center;
color: #64696D;
a {
display: inline-block;
color: #0245CE;
font-weight: 500;
padding: 12px 8px;
&:before {
float: left;
content: '';
background: url('/wp-content/themes/biuro/i/ico--external.svg') no-repeat 50%;
height: 18px;
width: 18px;
margin-right: 11px;
}
}
}
:root{--color--gray:#7e8683;--color--gray-darker:#2a3644;--color--green:#1fb299;--color--green-darker:#149a83;--color--green-dark:#006957;--color--blue-dark:#1d2a3a;--color--gray-light:#f8f8f8;--typo--font-family:-apple-system,BlinkMacSystemFont,"Segoe UI Light","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;--typo--font-size:1.5rem;--typo--weight-regular:400;--typo--weight-bold:700;--typo--line-height:1.2;--typo--font-face:"Roboto",sans-serif;--layout-width:1210px;--layout-width--small:870px;--layout-width--large:1150px}html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}html{box-sizing:border-box}*,:after,:before{box-sizing:inherit}a{color:inherit}body{font-size:14px;line-height:19px;color:#2a3644;color:var(--color--gray-darker);font-family:Roboto,sans-serif;font-family:var(--typo--font-face);background:#f8f8f8;display:flex;flex-direction:column;min-height:100vh;padding-top:70px}h1{font-size:22px;line-height:29px;margin:0 0 22px}h1,h2{color:#2a3644;font-weight:500}h2{font-size:19px;line-height:25px;margin:0 0 19px}h3{color:#2a3644;font-weight:500;font-size:16px;line-height:20px;margin:0 0 16px}html{min-height:100%;font-size:62.5%;-webkit-tap-highlight-color:rgba(0,0,0,0)}table{border-collapse:collapse;border-spacing:0}.l-body--langing{padding-top:0!important}.l-body--langing .u-fill--logo{fill:#fff!important}.l-inner{max-width:1210px;max-width:var(--layout-width);padding-right:20px;padding-left:20px}.l-inner,.l-inner-jobs{margin-right:auto;margin-left:auto}.l-inner-jobs{max-width:990px;padding-right:10px;padding-left:10px}.c-jobs--inner,.c-services,.c-trust--inner,.c-values--inner,.l-inner-small{max-width:870px;max-width:var(--layout-width--small);margin-right:auto;margin-left:auto;padding-right:20px;padding-left:20px}.l-inner--header{display:flex;flex-direction:row;align-items:center}.l-inner--header-motherson{max-width:1030px}.l-header{position:fixed;background:#fff}.l-header,.l-header--langing{top:0;left:0;width:100%;z-index:300;height:70px}.l-header--langing{position:absolute}.l-content{max-width:1150px;max-width:var(--layout-width--large);padding-right:20px;padding-left:20px;margin:0 auto}.l-content--position-banner{max-width:966px;margin:10px auto 20px}.l-content--position-banner--wide{max-width:1096px}.l-content--position{position:relative;padding:10px 10px 0}.l-content--position:before{content:"";position:absolute;top:0;left:0;height:244px;width:100%;background:linear-gradient(358.45deg,#3c7e9e,#1fb299)}.l-content--position-inner{position:relative;max-width:970px;margin:0 auto;border-radius:3px;background-color:#fff;box-shadow:0 1px 31px -23px #6a7481}.l-content--position-inner .l-main{padding:20px}.l-content--position-inner--wide{max-width:1100px}.l-content--heading{display:block;padding-top:10px;padding-bottom:15px}.l-content--heading h1{margin:0;padding:0;color:#2a3644;font-weight:500;font-size:18px;line-height:26px;text-align:center}.l-content--main{width:100%;flex:1 1 auto;max-width:1070px;padding:35px 20px 90px;margin:0 auto}.l-content--main h1{color:#2a3644;font-weight:500;font-size:22px;line-height:29px}.l-content--main h2{color:#2a3644;font-weight:500;font-size:19px;line-height:25px}.l-content--main h3{color:#2a3644;font-weight:500;font-size:16px;line-height:20px}.l-content--divisions,.l-content--regions{width:100%;max-width:1040px;padding-right:20px;padding-left:20px;margin:0 auto 40px}.l-content--faq{width:100%;flex:1 1 auto;max-width:1070px;padding:35px 20px 90px;margin:0 auto}.l-content--faq h1{color:#2a3644;font-weight:500;font-size:22px;line-height:29px}.l-content--faq h2{color:#2a3644;font-weight:500;font-size:19px;line-height:25px}.l-content--faq h3{color:#2a3644;font-weight:500;font-size:16px;line-height:20px}.l-content--membership{width:100%;flex:1 1 auto;max-width:1070px;padding:35px 20px 90px;margin:0 auto}.l-content--membership h1{color:#2a3644;font-weight:500;font-size:22px;line-height:29px}.l-aside--position{background-color:#f6f9ff}.l-aside--divisions,.l-aside--regions{z-index:50}.l-aside--close{position:fixed;top:0;padding:14px 17px;cursor:pointer}.l-main{flex:1 1 400px}.l-main--content{background-color:#fff;padding:30px 20px}.l-main--content img{max-width:100%;height:auto}.l-main--divisions,.l-main--regions{flex:1 1 600px}.l-main--position{overflow:hidden}.l-footer{background:#1d2a3a;background:var(--color--blue-dark);color:#fff;padding-top:20px}.l-map{height:330px;margin-bottom:35px}.l-map--cities{height:625px}.l-map--cities--panevezys-inner{height:305px}.l-nav--close{top:10px;right:10px;padding:20px;color:#fff}.l-nav--close,.l-nav--open{position:absolute;cursor:pointer}.l-nav--open{top:0;right:0;padding:24px 20px}.l-section{padding:20px 0}.l-section--search-page{background-color:#111d1e}.l-section--vdb{background-color:#086335}.l-section--front-page{margin-bottom:2px;background-color:#fff}.l-section--front-page .l-section--inner,.l-section--sales-page .l-section--inner{max-width:870px;padding-right:20px;padding-left:20px}.l-section--inner{width:100%;max-width:1030px;margin:0 auto}.l-section--inner-extended{width:100%;max-width:1170px;margin:0 auto}.l-section--landing-1{background-color:#515e70}.l-section--landing-1,.l-section--recommend{display:flex;align-items:flex-end;padding:0!important;height:240px}.l-section--recommend{background-color:#3eb0b1}.l-section--landing-3,.l-section--landing-4,.l-section--landing-5{display:flex;align-items:flex-end;padding:0!important;background-color:#515e70;height:240px}.l-section--landing-6{display:flex;align-items:flex-end;padding:0!important;background-color:#172333;height:240px}.o-btn{display:inline-block;border:0;padding:11px 24px 10px;cursor:pointer;border-radius:3px;font-weight:500;line-height:15px;text-decoration:none;font-family:inherit}.o-nav{margin:0}.c-breadcrumbs,.o-nav{padding:0;list-style:none}.c-breadcrumbs{display:flex;margin:-5px 0 10px;width:100%;font-size:13px;height:20px;color:#6f7479;overflow:hidden}.c-breadcrumbs li{overflow:hidden;flex:0 0 auto}.c-breadcrumbs li:last-child{flex:1 1 auto}.c-breadcrumbs a{display:block;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;text-decoration:none}.c-breadcrumbs a:hover{text-decoration:underline}.c-btn--header{font-size:14px;font-weight:500}.c-btn--footer{display:block;text-align:center}.c-btn--main{color:#fff;background:#1fb299;background:var(--color--green);border:2px solid #1fb299;border:2px solid var(--color--green)}.c-btn--main:hover{background:#149a83;background:var(--color--green-darker);border-color:#149a83;border-color:var(--color--green-darker)}.c-btn--phone{color:#fff;background:#1fb299;background:var(--color--green);border:2px solid #1fb299;border:2px solid var(--color--green);border-radius:44px;overflow:hidden;height:44px;line-height:24px;margin:-15px 0 15px;padding:9px 15px 8px}.c-btn--phone svg{float:left;margin:0 10px 0 0}.c-btn--phone:hover{background:#149a83;background:var(--color--green-darker);border-color:#149a83;border-color:var(--color--green-darker)}.c-btn--phone-alt{color:#fff;background:#da2128;border:2px solid #da2128;overflow:hidden;height:44px;line-height:24px;margin:-10px 0 15px;padding:9px 15px 8px}.c-btn--phone-alt svg{float:left;margin:0 20px 0 0}.c-btn--phone-alt:hover{background:#a70000;border-color:#a70000}.c-btn--disabled{color:#bbb;background:#6f7479;border-color:#6f7479;outline:none;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.c-btn--disabled:hover{color:#bbb;background:#6f7479;cursor:not-allowed;border-color:#6f7479}.c-btn--vdb{color:#fff;background:#ff7046;border-color:#ff7046}.c-btn--vdb:hover{background:#ff501d;border-color:#ff501d}.c-btn--alt{padding:10px 15px;background:#e8f0ff;color:#004ed4}.c-btn--alt:after{float:right;margin:6px 0 0 35px;content:"";width:7px;height:7px;border:1px solid #004ed4;border-width:2px 2px 0 0;transform:rotate(45deg)}.c-btn--alt:hover{background-color:#dde6f5}.c-btn--fill{width:100%}.c-btn--fit{flex:1 1 20%}.c-btn--fit+.c-btn--fit{margin-left:20px}.c-btn--max-fill{width:100%;max-width:320px}.c-btn--search{min-width:180px;border-radius:0 3px 3px 0;text-align:center}.c-btn--search-small{margin:9px;min-width:133px;text-align:center}.c-btn--slim{color:#14a28a;background:none;text-align:center;border:2px solid #1fb299}.c-btn--slim:hover{border-color:#149a83;border-color:var(--color--green-darker);background-color:#149a83;background-color:var(--color--green-darker);color:#fff}.c-btn--filter{color:#2a3644;font-size:15px;line-height:26px;text-align:center;background:#fff;border-radius:3px;padding:6px 10px 6px 7px}.c-categories{display:flex;list-style:none;margin:-5px 0 0;padding:0;width:100%;font-size:13px;height:20px;color:#6f7479;overflow:hidden}.c-categories li{overflow:hidden;flex:0 0 auto}.c-categories li:last-child{flex:1 1 auto}.c-categories a{display:block;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;text-decoration:none}.c-categories a:hover{text-decoration:underline}.c-categories--sep{padding:0 7px}.c-cookies-warning{display:none}.c-contact{padding:20px 0}.c-contact--inner{max-width:1000px;padding:0 10px;margin:0 auto}.c-contact--content{color:#2a3644;font-weight:500;line-height:29px;padding:15px 0 20px 15px}.c-contact--content h3{margin:0 0 15px;font-size:25px;color:#2a3644;font-weight:500}.c-contact--content p{margin:0 0 20px}.c-contact--content img{max-width:100%;height:auto}.c-contact--form{max-width:420px}.c-contact-landing-1{padding:10px 0}.c-contact-landing-1--inner{max-width:1000px;padding:0 10px;margin:0 auto}.c-contact-landing-1--content{color:#2a3644;font-weight:500;line-height:29px;padding:15px 0 20px 15px}.c-contact-landing-1--content img{max-width:100%;height:auto}.c-contact-landing-1--img{margin-top:40px}.c-contact-landing-1--form{max-width:420px}.c-contact-landing-2{padding:90px 0 0;background-position:0 0;background-repeat:no-repeat;background-size:cover}.js.no-webp .c-contact-landing-2,.no-js .c-contact-landing-2{background-image:url(/wp-content/themes/biuro/i/sections/landing-2-xl.jpg)}.js.webp .c-contact-landing-2{background-image:url(/wp-content/themes/biuro/i/sections/landing-2-xl.webp)}.c-contact-landing-2--content{max-width:440px;color:#fff;font-weight:500;line-height:29px;padding:25px 20px 20px}.c-contact-landing-2--content img{max-width:100%;height:auto}.c-contact-landing-2--content h1{color:#fff;font-weight:600;font-size:23px;line-height:32px;margin:0 0 20px}.c-contact-landing-2--content p{font-size:15px;line-height:25px}.c-contact-landing-2--content p span{display:block;overflow:hidden}.c-contact-landing-2--img{margin:40px 0 0 45px;max-width:300px}.c-contact-landing-3{padding:10px 0}.c-contact-landing-3--inner{max-width:990px;padding:0 10px;margin:0 auto}.c-contact-landing-3--content{color:#2a3644;font-weight:500;padding:15px 0 20px 15px}.c-contact-landing-3--content img{max-width:100%;height:auto}.c-contact-landing-3--content span{display:block;overflow:hidden;line-height:22px;padding:2px 0 0}.c-contact-landing-3--img{margin-top:40px}.c-contact-landing-3--form{max-width:420px}.c-contact-landing-4{padding:10px 0}.c-contact-landing-4--inner{max-width:1000px;padding:0 10px;margin:0 auto}.c-contact-landing-4--content{color:#2a3644;font-weight:500;padding:15px 0 20px 15px}.c-contact-landing-4--content img{max-width:100%;height:auto}.c-contact-landing-4--content span{display:block;overflow:hidden;line-height:22px;padding:2px 0 0}.c-contact-landing-4--img{margin-top:40px}.c-contact-landing-4--form{max-width:420px}.c-contact-landing-5{padding:10px 0}.c-contact-landing-5--inner{max-width:1000px;padding:0 10px;margin:0 auto}.c-contact-landing-5--content{color:#2a3644;font-weight:500;padding:15px 0 20px 15px}.c-contact-landing-5--content img{max-width:100%;height:auto}.c-contact-landing-5--content span{display:block;overflow:hidden;line-height:22px;padding:2px 0 0}.c-contact-landing-5--content h2{font-weight:700;font-size:24px;line-height:34px;color:#000}.c-contact-landing-5--content-inner-alt p,.c-contact-landing-5--content-inner p{font-size:16px;line-height:20px}.c-contact-landing-5--content-inner-alt svg,.c-contact-landing-5--content-inner svg{color:#da2128}.c-contact-landing-5--content-inner-alt{max-width:380px;padding-top:10px;font-weight:900}.c-contact-landing-5--content-inner-alt b{color:#da2128}.c-contact-landing-5--img{margin-top:40px}.c-contact-landing-5--form{max-width:390px}.c-contact-landing-6{padding:10px 0}.c-contact-landing-6--inner{max-width:1000px;padding:0 10px;margin:0 auto}.c-contact-landing-6--content{color:#2a3644;font-weight:500;padding:15px 0 20px 15px}.c-contact-landing-6--content img{max-width:100%;height:auto}.c-contact-landing-6--content span{display:block;overflow:hidden;line-height:22px;padding:2px 0 0}.c-contact-landing-6--img{margin-top:40px}.c-contact-landing-6--form{max-width:420px}.c-divisions{display:flex;flex-wrap:wrap}.c-division{flex:0 0 auto;height:30px;margin:0 10px 10px 0;padding:0 20px;background-color:#e8f0ff;line-height:30px;white-space:nowrap}.c-feedbacks{padding:30px 0;background:linear-gradient(134.06deg,#fff,#cbe2ec);overflow:hidden}.c-feedbacks--inner{position:relative;overflow:hidden;height:420px;margin:-20px auto -40px;width:100%;padding:20px 10px 0}.c-feedbacks--heading{color:#2a3644;margin:0 0 20px;padding:0 30px;font-size:18px;line-height:26px;font-weight:500;text-align:center}.c-feedbacks--section{max-width:300px;height:350px;margin:0 auto}.c-feedbacks--section-inner{position:relative;height:300px!important;max-width:100%;background-color:#fff;border-radius:3px;padding-top:50px}.swiper-slide-active .c-feedbacks--section-inner{box-shadow:-1px 15px 46px 0 rgba(192,210,231,.5)}.c-footer-action{position:fixed;right:0;bottom:0;left:0;padding:15px 23px;background:#fff;box-shadow:0 1px 39px -23px #454c54;z-index:90}.c-footer-section:first-child{flex:5 0 15%}.c-footer-section:nth-child(4){flex:1 0 15%}.c-footer-separator{margin-bottom:25px;border-color:#fff;border-width:2px 0 0;opacity:.29}.c-form{position:relative}.c-form--header{color:#069980;font-size:21px;font-weight:700;margin:-8px 0 20px;padding:0}.c-form--action{position:absolute;top:-88px;left:-9999px;width:1px}.c-form--action-position{top:-58px}.c-form--employees,.c-form--employers{box-shadow:0 1px 31px -23px #6a7481}.c-form--employees,.c-form--employers,.c-form--position{padding:28px 20px 20px;border-radius:3px;background-color:#fff}.c-form--recommend{border-radius:3px;background-color:#fff;box-shadow:0 1px 31px -23px #6a7481;padding:0 15px 20px}.c-form--cols{margin:0 -15px}.c-form--col{flex:1 1 50%;padding:25px 15px 0}.c-form--col--about{background:linear-gradient(180deg,#a1fff0,hsla(0,0%,100%,0) 168px)}.c-form--col--about-friend{background:linear-gradient(180deg,#cfe1fc,hsla(0,0%,100%,0) 168px)}.c-form--success{margin:-28px -20px 20px;padding:28px 20px 20px;border-radius:3px 3px 0 0;text-align:center;color:#27b199;line-height:25px;background:#e5fdf9;font-weight:500}.c-form--headline{text-transform:uppercase;margin-bottom:20px;font-weight:500;font-size:18px}.c-form--headline--about{color:#14b399}.c-form--headline--about-friend{color:#004ed7}.c-form--row{position:relative;margin-bottom:20px}.c-form--row-sticky{display:flex}.c-form--label{display:block;color:#2a3644;font-size:15px;line-height:18px;margin-bottom:4px;font-weight:500}.c-form--input-file-wrap{position:relative;overflow:hidden}.c-form--input{width:100%;padding:10px;background:none;border:1px solid #d4d4d4;border-radius:3px;font-size:15px;font-family:inherit}.c-form--input:focus{border-color:#000;outline:none}.c-form--textarea{width:100%;padding:10px;background:none;border:1px solid #d4d4d4;border-radius:3px;font-size:15px;font-family:inherit}.c-form--textarea:focus{border-color:#000;outline:none}.c-form--input-file{position:absolute;left:0;top:0;width:100%;height:100%;cursor:pointer;z-index:10;opacity:0}.c-form--input-file:hover+button{background:#1fb299;background:var(--color--green);color:#fff}.c-form--input-file:focus+.c-form--input-file-btn{border-color:#000}.c-form--input-file-btn{width:100%;padding:10px 10px 6px;background-color:#f0f0f0;border:1px solid #f0f0f0;border-radius:3px;font-size:15px;font-family:inherit;text-align:center}.c-form--input-file-btn:focus{border-color:#000;outline:none}.c-form--input-file-text{display:inline-block;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.c-form--submit-wrap{padding:10px 0}.c-form--checkbox-wrap{display:flex;position:relative}.c-form--checkbox{position:absolute;top:0;left:0;visibility:hidden}.c-form--checkbox:checked+label:before{border-color:#d4d4d4}.c-form--checkbox:checked+label:after{content:"✔"}.c-form--label-checkbox{position:relative;margin:0 0 0 31px;color:#6f7479;font-size:12px;line-height:17px}.c-form--label-checkbox:before{content:"";position:absolute;top:0;left:-31px;height:18px;width:18px;border:1px solid #d4d4d4;border-radius:3px;cursor:pointer}.c-form--label-checkbox:after{content:"";position:absolute;top:-2px;left:-28px;width:20px;height:20px;border-radius:3px;color:#1fb299;color:var(--color--green);font-size:22px;cursor:pointer}.c-form--label-infobox,.c-form--label-recaptcha{color:#6f7479;font-size:12px;line-height:17px}.c-form--validation{background-color:#fff;margin-top:5px;padding:10px 15px;border:1px solid;font-size:13px;line-height:20px;z-index:20}.c-heading{display:flex;flex-direction:column;justify-content:center}.c-heading h1{margin:0 0 18px;padding:0;color:#2a3644;font-size:21px;font-weight:500;line-height:32px}.c-heading--landing-1 h1{max-width:230px;padding:0 20px}.c-heading--landing-1 h1,.c-heading--landing-3 h1{color:#fff;font-size:21px;line-height:32px}.c-heading--landing-3 h1 span{color:#19c5a7}.c-heading--landing-4{color:#fff;padding:0 20px}.c-heading--landing-4 h1{color:#fff;font-size:21px;line-height:32px}.c-heading--landing-4 h1 span{color:#19c5a7}.c-heading--landing-5{color:#fff;padding:0 15px}.c-heading--landing-5 h1{color:#fff;font-weight:700;font-size:24px;line-height:28px}.c-heading--landing-5 h1 span{color:#19c5a7}.c-heading--landing-6{color:#fff;padding:0 20px}.c-heading--landing-6 h1{color:#fff;font-size:21px;line-height:32px}.c-heading--landing-6 h1 span{color:#19c5a7}.c-heading--recommend-friend h1{max-width:420px;color:#fff;font-size:26px;line-height:37px;padding:0 20px 20px}.c-heading--recommend-friend h1 span{display:inline-block;background:#004ed4;font-weight:700;padding:3px 10px 1px;border-radius:6px}.c-ico--search{margin:0 3px -3px 0}.c-ico--location{left:18px}.c-ico--area,.c-ico--location{position:absolute;top:50%;transform:translateY(-50%);margin-top:-1px}.c-ico--area{left:14px}.c-ico--phone{float:left;margin:-2px 10px 0 -29px}.c-ico--phone-recommend{float:left;margin:0 15px 0 0}.c-ico--email{float:left;margin:2px 10px 0 -30px}.c-ico--address{float:left;margin:0 12px 0 -27px}.c-ico--city,.c-ico--filter{float:left;margin:3px 8px 0 3px}.c-ico--city--job-section{float:left;margin:0 13px 0 0}.c-ico--field--job-section{float:left;margin:0 11px 0 0;width:18px;height:17px}.c-ico--type--job-section{float:left;margin:0 13px 0 0}.c-ico--time{float:left;margin:2px 16px 0 0}.c-ico--offer{float:left;margin:1px 17px 0 0}.c-ico--pen{float:left;margin:5px 17px 0 0}.c-ico--easy{float:left;margin:0 17px 0 0}.c-ico--edit{float:left;margin:-1px 13px 0 1px}.c-ico--euro{float:left;margin:0 15px 0 0}.c-ico--calendar{float:left;margin:0 20px 0 0}.c-ico--lunch{float:left;margin:2px 18px 0 0}.c-ico--transport{float:left;margin:2px 20px 0 0}.c-ico--attachment{margin:-2px 4px -1px 0;opacity:.5}.c-ico--medical{float:left;margin:1px 21px 0 0}.c-ico--house{float:left;margin:5px 10px 0 -2px}.c-job--title{margin:0 0 15px;padding:0;color:#2a3644;font-weight:500;font-size:22px;line-height:29px}.c-job--content{line-height:25px;color:#2a3644}.c-job--content h3{color:#069980;font-size:19px;font-weight:700;margin:0 0 3px;padding:0}.c-job--content h3:nth-child(n+1){margin-top:30px}.c-job--content ul{margin:0 0 1.6rem;padding:0;list-style:none}.c-job--content li:before{content:"";display:inline-block;width:14px;height:8px;margin:0 5px 1px 0;background:url(/wp-content/themes/biuro/i/ico--job-arrow.svg)}.c-job--action{padding:30px 0;display:flex}.c-jobs--inner-custom{max-width:990px;margin-right:auto;margin-left:auto;padding-right:10px;padding-left:10px}.c-jobs--table{width:100%;margin:0 0 20px;padding:0}.c-jobs--headline{margin:0 0 25px;padding:20px 20px 0}.c-jobs--col{background:#fff;vertical-align:middle;color:#6f7479;padding:10px 15px}.c-jobs--anchor{color:#004ed4;font-weight:500}.c-jobs--anchor,.c-jobs--anchor-alt{display:block;line-height:18px;text-decoration:none}.c-jobs--anchor-alt{color:#2a3644}.c-jobs--more{margin-bottom:50px}[href="https://maps.google.com/?q="]{display:none!important}.c-jobs-section{margin:0 20px 20px 0;padding:28px 28px 23px}.c-jobs-section--heading{margin:0 0 15px}.c-jobs-section--list{margin:0;padding:0;list-style:none}.c-logo{width:81px;margin-right:89px;padding:11px 0;text-decoration:none}.c-logo,.c-logo--svg{display:block}.c-members{display:flex;flex-wrap:wrap;padding:20px}.c-modal{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(42,54,68,.86);z-index:8000}.c-modal--inner{position:absolute;top:50%;left:50%;max-width:94%;width:606px;height:314px;padding:56px 20px 20px;background-color:#fff;transform:translate(-50%,-50%);text-align:center}.c-modal--inner svg{display:block;margin:0 auto 23px}.c-modal--inner p{margin-bottom:20px}.c-modal--inner .c-btn--main{min-width:208px}.c-nav--main{display:flex;font-size:14px}.c-nav--sub{display:none}.c-nav--main-item{position:relative;z-index:500}.c-nav--main-anchor{display:block;padding:5px 0 4px;font-weight:500;color:#fff;text-decoration:none}.c-nav--lang-wrap{width:74px;height:32px}.c-nav--lang-item{padding:6px 0}.c-nav--lang-item:nth-child(n+2){display:none}.c-phone{white-space:nowrap;padding:12px 0 10px;color:inherit;font-weight:500;font-size:14px}.c-phone svg{float:left;margin:-6px 5px 0 0}.c-popup{display:none}.c-recommend-friend{padding:10px 0}.c-recommend-friend--inner{max-width:1170px;padding:0 10px;margin:0 auto}.c-recommend-friend--content{color:#2a3644;font-weight:500;line-height:22px;padding:15px 0 20px}.c-recommend-friend--content img{max-width:100%;height:auto}.c-recommend-friend--content span{display:block;line-height:22px;overflow:hidden}.c-recommend-friend--form{max-width:604px}.c-recommend{display:block;background-color:#3bacad;min-height:170px;margin:0 10px 20px;padding:20px;border-radius:6px;text-decoration:none}.c-recommend-top{display:flex;min-height:62px}.c-recommend--headline{display:block;color:#fff;max-width:180px;margin-bottom:20px;font-size:21px;font-weight:500}.c-recommend--anchor{color:#fff;font-size:15px}.c-search{display:flex;background-color:#fff;border-radius:3px}.c-search--col{position:relative;flex:1 1 auto;background-color:#fff}.c-search--col .awesomplete{position:absolute;top:0;right:0;left:0;height:100%;display:flex;flex-direction:column}.c-search--col ul{top:57px;padding-top:10px;overflow-x:hidden;max-height:350px;overflow-y:auto}.c-search--col li{padding:10px 15px;margin-bottom:10px;cursor:pointer}.c-search--col li:hover{color:#000}.c-search--col-location{border-radius:3px 3px 0 0}.c-search--input{border:0;padding:0 0 0 44px;margin:0 40px 0 0;height:60px;line-height:60px;background:none}.c-search--input:focus{outline:none}.c-search--filters{padding:10px;display:flex;justify-content:space-between}.l-section--front-page .c-search{box-shadow:6px 10px 48px 0 #d4dbe4}.c-search--reset{display:none}.c-search--ico-clear{padding:13px 18px 13px 17px}.c-search--ico-clear,.c-search--ico-toggle{position:absolute;top:50%;right:0;cursor:pointer;transform:translateY(-50%)}.c-search--ico-toggle{padding:18px 16px;color:#b8bcc1}.c-search--ico-toggle .c-ico--down{display:block}.c-search--ico-toggle .c-ico--up,.c-search--ico-toggle.is-open .c-ico--down{display:none}.c-search--ico-toggle.is-open .c-ico--up{display:block}.c-sections{max-width:1000px;margin-right:auto;margin-left:auto;align-items:center;padding:20px}.c-sections--item{position:relative;height:211px;margin-bottom:30px}.c-services{padding:20px}.c-services--item{position:relative;height:245px}.c-services--toggle{display:none}.c-share{margin-bottom:20px}.c-share--heading{margin:0;padding:20px 0 10px;font-weight:500;text-align:center}.c-share--options{flex-wrap:wrap}.c-share--option,.c-share--options{display:flex;justify-content:center}.c-share--option{position:relative;height:36px;flex:0 0 50px;border-radius:3px;margin:0 3px 10px;text-decoration:none;align-items:center}.c-share--option-facebook{background-color:#4367b0}.c-share--option-facebook:hover{background-color:#2f4f90}.c-share--option-messenger{background-color:#1983fa}.c-share--option-messenger:hover{background-color:#1b6fcc}.c-share--option-email{background-color:#2a3644}.c-share--option-email:hover{background-color:#000}.c-share--option-copy{background-color:#858585}.c-share--option-copy:hover{background-color:#5c5c5c}.c-share--option-phone{background-color:#25d366}.c-share--option-phone:hover{background-color:#1baf52}.c-tooltip{position:absolute;pointer-events:none;opacity:0}.c-trust{background:linear-gradient(134.06deg,#70b7d5,#7bcbcf)}.c-trust--inner{align-items:center;padding-top:25px;padding-bottom:45px}.c-trust--heading{flex:1 1 auto;margin:0 0 35px;color:#fff}.c-trust--logos{flex:10 1 auto;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center}.c-values--inner{padding-top:20px;padding-bottom:20px}.c-values--section{max-width:250px}.c-values--heading{min-height:34px;font-size:35px;line-height:41px}.c-vdb--top{min-height:68px;background:#02bf5f;padding:14px 0}.c-vdb--top-inner{max-width:1050px;margin:0 auto;padding:0 10px;display:flex;align-items:center}.c-vdb--top-img{flex:0 0 39px;margin-right:38px}.c-vdb--top-content{flex:1 1 auto;color:#fff;margin:0;padding:0 10px 0 0;font-size:18px;line-height:25px}.c-vdb--section{margin:0 20px 20px 0;padding:28px 28px 23px;border-radius:3px;background-color:#fff}.c-vdb--section-bottom{max-width:360px;margin:0 auto 20px;border:20px solid #f8f8f8}.c-vdb--section-img{display:block;margin:0 auto 15px}.c-vdb--section-heading{font-size:21px;font-weight:500;line-height:27px}.c-vdb--section-content{line-height:23px}.c-vdb--bottom{min-height:68px;background:#4b5561 url(/wp-content/themes/biuro/i/vdb/bottom.png) no-repeat 50% 50%;background-size:cover;padding:46px 0}.c-vdb--bottom-inner{max-width:1050px;margin:0 auto;padding:0 10px;display:flex;align-items:center;justify-content:center}.c-vdb--bottom-heading{margin:0 38px 0 0;padding:0;color:#fff;font-size:36px;line-height:42px;font-weight:500}.c-vdb--bottom-content{color:#fff;margin:0;padding:0;line-height:23px}.t-motherson .c-btn--main{background:#da2128;border:2px solid #da2128}.t-motherson .c-btn--main:hover{background:#a70000;border-color:#a70000}.u-fill--inherit{fill:currentColor}.u-fill--logo{fill:#149a83}.u-hidden{display:none}.visually-hidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}@media (min-width:60em){body{padding-top:117px;font-size:1.5rem;font-size:var(--typo--font-size);line-height:1.2;line-height:var(--typo--line-height)}h1{font-size:25px;line-height:38px;margin:0 0 25px}h2{font-size:21px;margin:0 0 21px}h2,h3{line-height:30px}h3{font-size:18px;margin:0 0 18px}.l-header{margin-bottom:47px}.l-header:before{content:"";position:absolute;top:100%;left:0;width:100%;height:47px;background:#1d2a3a;background:var(--color--blue-dark)}.l-content{display:flex}.l-content--position-banner{margin:-20px auto 20px}.l-content--position{padding:40px 20px}.l-content--position-inner{display:flex;margin:0 auto 140px}.l-content--position-inner .l-main{padding:70px 55px 40px 57px}.l-content--heading{padding-left:320px;padding-top:40px;padding-bottom:25px}.l-content--heading h1{font-size:25px;line-height:29px;text-align:right}.l-content--main h1{font-size:25px;line-height:38px}.l-content--main h2{font-size:21px;line-height:30px}.l-content--main h3{font-size:18px;line-height:30px}.l-content--divisions{display:flex;margin:0 auto 40px}.l-content--regions{display:flex;margin:0 auto 200px}.l-content--faq h1{font-size:25px;line-height:38px}.l-content--faq h2{font-size:21px;line-height:30px}.l-content--faq h3{font-size:18px;line-height:30px}.l-content--membership h1{font-size:25px;line-height:38px}.l-aside{flex:0 0 280px}.l-aside--position{flex:0 0 400px;padding:70px 40px;max-width:400px}.l-aside--position--wide{flex:1 1 280px;padding:70px 55px;max-width:470px}.l-aside--divisions,.l-aside--regions{flex:0 0 385px;margin:-315px 0 0 55px}.l-aside--close{display:none}.l-main--content{padding:40px 50px}.l-footer{padding-top:70px}.l-map--cities--panevezys-inner{height:513px}.l-nav--wrap{flex:1 1 100%;display:flex;align-items:center}.l-nav{flex:1 1 auto}.l-nav--close,.l-nav--open{display:none}.l-section{padding:30px 0}.l-section--front-page{height:380px;margin-bottom:92px}.l-section--sales-page{height:380px}.l-section--landing-1{height:348px}.l-section--recommend{height:355px}.l-section--landing-3,.l-section--landing-4,.l-section--landing-5,.l-section--landing-6{height:348px}.c-breadcrumbs{margin:-40px 0 0;height:40px}.c-btn--header{margin-right:28px}.c-btn--phone-alt{height:68px;margin:10px 0 35px;padding:21px 28px 20px}.c-categories{margin:-20px 0 0}.c-contact{padding:50px 0}.c-contact--inner{display:flex;justify-content:space-between}.c-contact--content{flex:1 1 40%;max-width:500px;padding:75px 0 0 90px}.c-contact--form{flex:1 1 40%}.c-contact-landing-1{padding:30px 0 40px}.c-contact-landing-1--inner{display:flex;justify-content:space-between}.c-contact-landing-1--content{flex:1 1 40%;max-width:500px;padding:0 0 0 90px}.c-contact-landing-1--form{flex:1 1 40%;margin-top:-200px}.c-contact-landing-2{padding:195px 0 50px}.c-contact-landing-2--inner{display:flex;justify-content:space-between;max-width:940px;margin:0 auto;border-radius:3px;background:rgba(0,66,180,.78)}.c-contact-landing-2--content{flex:1 1 40%;max-width:500px;padding:56px 40px 0}.c-contact-landing-2--content h1{margin:0 0 35px;font-size:29px;line-height:46px}.c-contact-landing-2--content p{font-size:16px}.c-contact-landing-2--form{flex:1 1 40%;max-width:420px}.c-contact-landing-3{padding:20px 0}.c-contact-landing-3--inner{display:flex;justify-content:space-between}.c-contact-landing-3--content{flex:1 1 40%;max-width:500px;padding:0}.c-contact-landing-3--form{flex:1 1 40%;margin-top:-180px}.c-contact-landing-4{padding:20px 0}.c-contact-landing-4--inner{display:flex;justify-content:space-between}.c-contact-landing-4--content{flex:1 1 40%;max-width:500px;padding:0 0 0 90px}.c-contact-landing-4--form{flex:1 1 40%;margin-top:-180px}.c-contact-landing-5{padding:20px 0}.c-contact-landing-5--inner{display:flex;justify-content:space-between}.c-contact-landing-5--content{flex:1 1 40%;max-width:510px}.c-contact-landing-5--content-inner{-moz-columns:2;column-count:2}.c-contact-landing-5--content-inner p{width:200px;height:50px}.c-contact-landing-5--content-inner-alt p,.c-contact-landing-5--content-inner p{padding:15px 0}.c-contact-landing-5--form{flex:1 1 40%;margin-top:-244px}.c-contact-landing-6{padding:20px 0}.c-contact-landing-6--inner{display:flex;justify-content:space-between}.c-contact-landing-6--content{flex:1 1 40%;max-width:500px;padding:0 0 0 90px}.c-contact-landing-6--form{flex:1 1 40%;margin-top:-180px}.c-feedbacks{padding:50px 0 70px}.c-feedbacks--inner{max-width:720px;padding:20px 0 0}.c-feedbacks--heading{font-size:25px;line-height:29px;margin:0 0 40px}.c-footer-action{display:none}.c-footer-sections{display:flex}.c-footer-section{flex:10 0 15%}.c-form--header{font-size:24px}.c-form--action{top:-128px}.c-form--employees,.c-form--employers{padding:38px 35px 20px}.c-form--position{margin:-40px -15px 20px;box-shadow:0 1px 31px -23px #6a7481}.c-form--recommend{padding:0 33px 20px}.c-form--cols{display:flex;margin:0 -33px}.c-form--col--about,.c-form--col--about-friend{padding:42px 24px 0 33px}.c-form--success{margin:-38px -35px 20px;padding:28px 35px 20px}.c-form--headline{margin-bottom:30px}.c-form--row-sticky .o-btn:nth-child(n+2){display:none}.c-form--validation{position:absolute;top:50%;right:100%;min-width:200px;margin-top:11px;transform:translate(-30px,-50%)}.c-heading h1{font-size:34px;font-weight:700;line-height:51px}.c-heading--front-page,.c-heading--sales-page{height:320px}.c-heading--landing-1 h1{max-width:500px;font-size:31px;line-height:45px}.c-heading--landing-1{padding-left:110px}.c-heading--landing-3 h1{max-width:500px;font-size:36px;line-height:45px}.c-heading--landing-3{padding-left:30px}.c-heading--landing-4 h1{max-width:500px;font-size:36px;line-height:45px}.c-heading--landing-4{padding-left:110px}.c-heading--landing-5 h1{max-width:500px;font-size:36px;line-height:45px}.c-heading--landing-6 h1{max-width:500px;font-size:36px;line-height:45px}.c-heading--landing-6{padding-left:110px}.c-heading--recommend-friend h1{max-width:500px;font-size:32px;line-height:56px;padding:0 20px}.c-job--title{font-size:30px;line-height:39px;margin:0 0 40px}.c-jobs--col{border-bottom:1px solid #f8f8f8;border-bottom:1px solid var(--color--gray-light)}.c-jobs--anchor{display:flex;min-height:38px;align-items:center}.c-jobs--more{margin-bottom:70px}.c-nav--main-item{height:70px;margin-right:26px;padding:23px 0 0}.c-nav--main-anchor{color:#1d2a3a;color:var(--color--blue-dark)}.c-nav--lang-wrap{position:relative;width:70px}.c-phone{margin-right:35px}.c-recommend-friend{padding:30px 0 40px}.c-recommend-friend--inner{display:flex;justify-content:space-between}.c-recommend-friend--content{flex:1 1 40%;max-width:500px;line-height:29px}.c-recommend-friend--form{flex:1 1 40%;margin-top:-200px}.c-recommend{margin:0 0 20px}.l-aside--position--wide .c-recommend{margin:0 -15px 20px}.c-search{height:60px}.c-search--col-location{border-right:1px solid rgba(178,182,187,.46);border-radius:3px 0 0 3px}.c-search--filters{display:none}.l-section--front-page .c-search{height:70px}.l-section--front-page .c-search--input{height:70px;line-height:70px}.c-sections{padding:50px 20px 135px}.c-sections--inner{display:flex;flex-wrap:wrap;justify-content:space-between}.c-sections--item{flex:0 0 300px}.c-services{display:flex;flex-wrap:wrap;align-items:center;padding-top:64px;padding-bottom:64px;justify-content:space-between}.c-services--item{flex:0 0 253px}.c-trust--inner{display:flex;flex-wrap:wrap;padding-top:64px;padding-bottom:64px}.c-trust--heading{margin:0}.c-trust--logos{justify-content:space-around}.c-values--inner{display:flex;flex-wrap:wrap;justify-content:space-between;padding-top:60px;padding-bottom:40px}.c-values--section{flex:0 0 40%;max-width:280px}.c-values--heading{min-height:66px;font-size:45px;line-height:53px}.c-vdb--section-bottom{display:none}}@media (max-width:59.999em){.l-inner--header{align-items:flex-start}.l-content--position{background:#f6f9ff;flex:1 1 auto}.l-content--position+.l-footer{display:none}.l-content--faq,.l-content--main,.l-content--membership{padding:10px}.l-aside--position{padding-bottom:50px}.l-aside--divisions,.l-aside--regions{max-width:440px;margin:0 auto}.l-aside--search{display:none;position:fixed;top:0;width:310px;height:100%;overflow:auto;z-index:20}.l-aside--search:before{content:"";position:fixed;top:0;width:270px;bottom:0;background:#fff}.l-footer{padding-bottom:30px}.l-nav--wrap{display:none;position:fixed;top:0;left:0;width:100%;height:100%;overflow-y:auto;opacity:.97;background-color:#1d2a3a;z-index:500;border:1px solid #000;overflow:hidden;text-align:center;flex-direction:column;align-items:center}.l-nav{width:100%}.l-section--front-page{height:179px;margin-bottom:185px}.c-btn--search{flex:0 0 60px;border-radius:0 0 3px 3px}.c-contact,.c-contact-landing-1{max-width:440px;margin:0 auto}.c-contact-landing-2{margin:0 auto}.c-contact-landing-2--inner{padding:0 10px}.c-contact-landing-2--content{margin:0 auto;border-radius:3px 3px 0 0;background:rgba(0,66,180,.78)}.c-contact-landing-2--img{display:none}.c-contact-landing-2--form{background:linear-gradient(45.94deg,#fff,#cbe2ec);margin:0 -10px;padding:0 10px 10px}.c-contact-landing-2--form .c-form--employees{margin:0 auto;max-width:440px;border-radius:0 0 3px 3px}.c-contact-landing-3,.c-contact-landing-4,.c-contact-landing-5,.c-contact-landing-6{max-width:440px;margin:0 auto}.c-divisions{margin-bottom:20px}.c-form--row-sticky{position:fixed;right:0;bottom:0;left:0;margin:0;padding:15px 23px;background:#fff;box-shadow:0 1px 39px -23px #454c54;z-index:90}.c-heading h1{margin:0 0 36px}.c-heading p{display:none}.c-heading--front-page h1{max-width:117px}.c-heading--landing-1,.c-heading--landing-3{max-width:440px;margin:0 auto}.c-heading--landing-3{padding:0 20px}.c-heading--landing-4,.c-heading--landing-5,.c-heading--landing-6{max-width:440px;margin:0 auto}.c-heading--recommend-friend h1{margin:0 auto}.c-job--content{font-size:15px}.c-job--content h3{font-size:17px}.c-job--action{display:none}.c-jobs--headline{text-align:center}.c-jobs--col{float:left}.c-jobs--col-position{width:100%}.c-jobs--col-description{width:100%;padding-top:0}.c-jobs--col-city,.c-jobs--col-valid{width:50%}.c-nav--main{margin:115px 0 180px;padding:0 20px;width:100%;justify-content:space-between}.c-nav--main-item:first-child{text-align:left}.c-nav--main-item:first-child .c-nav--sub{left:0;right:auto}.c-nav--main-item{position:relative;flex:0 0 auto;text-align:right}.c-nav--lang-wrap{position:absolute;top:20px;left:20px}.c-phone{color:#fff;margin:0 0 30px}.c-recommend-friend{max-width:440px;margin:0 auto}.c-search{flex-direction:column;margin:0 20px}.l-section--search-page{padding:10px 0}.l-section--search-page .c-search{flex-direction:row;margin:0 10px;border-radius:3px}.l-section--search-page .c-search--col-location{display:none}.l-section--search-page .c-search--col-keyword{flex:1 1 auto;border-radius:3px 0 0 3px}.l-section--search-page .c-search--btn-text{display:none}.l-section--search-page .c-btn--search-small{min-width:35px;margin:5px;padding:9px 7px 8px 8px}.l-section--search-page .c-search--input{height:49px;padding:0 0 0 15px}.l-section--search-page .c-search--col ul{top:45px;border-top:3px solid #fff}.l-section--search-page .c-ico--area{display:none}.c-search--col{flex:0 0 60px}.c-search--col-keyword,.c-search--col-location{border-bottom:1px solid rgba(178,182,187,.46)}.l-section--front-page .c-search,.l-section--front-page .c-search--input{margin:0}.l-section--front-page .c-search--input:focus{box-shadow:0 0 2px 0 rgba(0,0,0,.2)}.c-search--reset{position:relative;display:block;padding-top:20px;text-align:center}.c-sections--item{max-width:380px;margin:0 auto 30px}.c-services--item{max-width:380px;margin:0 auto 20px}.c-trust--heading{text-align:center;font-size:18px}.c-values--inner{max-width:400px}.c-vdb--top-img{margin-right:18px}.c-vdb--top-content{font-size:16px;line-height:19px}.c-vdb--section-aside{display:none}.c-vdb--bottom-heading{margin:0 18px 0 0}}@media (min-width:30em){.c-btn--filter{padding:6px 15px 6px 12px}.c-ico--city,.c-ico--filter{margin:3px 15px 0 3px}.c-search--filters{padding:10px 20px}}@media (max-width:19.999em){.c-contact-landing-2{background-size:cover!important}}@media (max-width:37.499em){.c-contact-landing-2{background-size:250%}}@media (min-width:93.75em){.c-form--validation{left:100%;right:auto;transform:translate(30px,-50%)}}
\ No newline at end of file
This source diff could not be displayed because it is too large. You can view the blob instead.
@font-face{font-family:Roboto;font-style:normal;font-weight:300;font-display:swap;src:local("Roboto Light"),local("Roboto-Light"),url(/wp-content/themes/biuro/fonts/roboto-v19-cyrillic_latin_cyrillic-ext_latin-ext-300.woff2) format("woff2"),url(/wp-content/themes/biuro/fonts/roboto-v19-cyrillic_latin_cyrillic-ext_latin-ext-300.woff) format("woff")}@font-face{font-family:Roboto;font-style:normal;font-weight:400;font-display:swap;src:local("Roboto"),local("Roboto-Regular"),url(/wp-content/themes/biuro/fonts/roboto-v19-cyrillic_latin_cyrillic-ext_latin-ext-regular.woff2) format("woff2"),url(/wp-content/themes/biuro/fonts/roboto-v19-cyrillic_latin_cyrillic-ext_latin-ext-regular.woff) format("woff")}@font-face{font-family:Roboto;font-style:normal;font-weight:500;font-display:swap;src:local("Roboto Medium"),local("Roboto-Medium"),url(/wp-content/themes/biuro/fonts/roboto-v19-cyrillic_latin_cyrillic-ext_latin-ext-500.woff2) format("woff2"),url(/wp-content/themes/biuro/fonts/roboto-v19-cyrillic_latin_cyrillic-ext_latin-ext-500.woff) format("woff")}@font-face{font-family:Roboto;font-style:normal;font-weight:700;font-display:swap;src:local("Roboto Bold"),local("Roboto-Bold"),url(/wp-content/themes/biuro/fonts/roboto-v19-cyrillic_latin_cyrillic-ext_latin-ext-700.woff2) format("woff2"),url(/wp-content/themes/biuro/fonts/roboto-v19-cyrillic_latin_cyrillic-ext_latin-ext-700.woff) format("woff")}
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}a:hover{text-decoration:none}figure{margin:0}img{max-width:100%}input::-ms-clear{display:none}input::-webkit-calendar-picker-indicator{display:none!important}p{margin:0 0 1.6rem}b,strong{font-weight:700;font-weight:var(--typo--weight-bold)}textarea{resize:vertical}.customize-support .l-header{top:32px}.l-map--cities--panevezys{position:relative}.l-map--cities--panevezys-aside{display:flex;flex-direction:column;padding:15px 30px;background:rgba(218,33,40,.9);z-index:10;justify-content:center}.l-map--cities--panevezys-wrap{display:flex;padding:0 0 15px;align-items:center;justify-content:center;border-bottom:1px solid #fff}.l-map--cities--panevezys-wrap svg{margin:0 0 30px}.l-map--cities--panevezys-wrap h2{margin:0;color:#fff;font-weight:700;font-size:18px;line-height:26px}.l-section{background-repeat:no-repeat;background-position:50% 50%;background-size:cover}.l-section--front-page{background-size:200%}.l-section--landing-1{background-position:25% 0}.l-section--recommend{background-position:40% 15%;background-size:220%}.l-section--landing-3{background-position:50% 25%}.l-section--landing-4,.l-section--landing-5,.l-section--landing-6{background-position:50% 20%}.js .l-section{background-image:none}.js.no-webp .l-section--search-page,.no-js .l-section--search-page{background-image:url(/wp-content/themes/biuro/i/search-page.png)}.js.no-webp .l-section--vdb,.no-js .l-section--vdb{background-image:url(/wp-content/themes/biuro/i/vdb/section.png)}.js.no-webp .l-section--front-page,.no-js .l-section--front-page{background-image:url(/wp-content/themes/biuro/i/front-page.jpg)}.js.no-webp .l-section--sales-page,.no-js .l-section--sales-page{background-image:url(/wp-content/themes/biuro/i/sales-page.png)}.js.no-webp .l-section--landing-1,.no-js .l-section--landing-1{background-image:url(/wp-content/themes/biuro/i/sections/landing-1.1.jpg)}.js.no-webp .l-section--recommend,.no-js .l-section--recommend{background-image:url(/wp-content/themes/biuro/i/sections/recommend.jpg)}.js.no-webp .l-section--landing-3,.no-js .l-section--landing-3{background-image:url(/wp-content/themes/biuro/i/sections/landing-3.jpg)}.js.no-webp .l-section--landing-4,.no-js .l-section--landing-4{background-image:url(/wp-content/themes/biuro/i/sections/landing-4.jpg)}.js.no-webp .l-section--landing-5,.no-js .l-section--landing-5{background-image:url(/wp-content/themes/biuro/i/sections/landing-5.jpg)}.js.no-webp .l-section--landing-6,.no-js .l-section--landing-6{background-image:url(/wp-content/themes/biuro/i/sections/landing-6.jpg)}.js.webp .l-section--search-page{background-image:url(/wp-content/themes/biuro/i/search-page.webp)}.js.webp .l-section--vdb{background-image:url(/wp-content/themes/biuro/i/vdb/section.webp)}.js.webp .l-section--front-page{background-image:url(/wp-content/themes/biuro/i/front-page.webp)}.js.webp .l-section--sales-page{background-image:url(/wp-content/themes/biuro/i/sales-page.webp)}.js.webp .l-section--landing-1{background-image:url(/wp-content/themes/biuro/i/sections/landing-1.1.webp)}.js.webp .l-section--recommend{background-image:url(/wp-content/themes/biuro/i/sections/recommend.webp)}.js.webp .l-section--landing-3{background-image:url(/wp-content/themes/biuro/i/sections/landing-3.webp)}.js.webp .l-section--landing-4{background-image:url(/wp-content/themes/biuro/i/sections/landing-4.webp)}.js.webp .l-section--landing-5{background-image:url(/wp-content/themes/biuro/i/sections/landing-5.webp)}.js.webp .l-section--landing-6{background-image:url(/wp-content/themes/biuro/i/sections/landing-6.webp)}.popup-bubble{position:absolute;background-color:#fff;padding:5px 12px 4px;border-radius:5px;font-size:15px;max-height:60px;font-weight:500;box-shadow:0 2px 10px 1px rgba(0,0,0,.5);white-space:nowrap}.popup-bubble:after{content:"";position:absolute;width:0;height:0}.popup-bubble:hover{z-index:10}.popup-bubble--top{top:0;left:0;transform:translate(-50%,-100%)}.popup-bubble--top:after{top:100%;left:50%;transform:translate(-50%);border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid #fff}.popup-bubble--right{top:4px;left:6px;transform:translateY(-50%)}.popup-bubble--right:after{top:50%;left:0;transform:translate(-100%,-50%);border-top:6px solid transparent;border-bottom:6px solid transparent;border-right:6px solid #fff}.popup-bubble--bottom{top:0;left:0;transform:translate(-50%,6px)}.popup-bubble--bottom:after{top:-6px;left:50%;transform:translate(-50%);border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fff}.popup-bubble--left{top:4px;right:6px;transform:translateY(-50%)}.popup-bubble--left:after{top:50%;right:0;transform:translate(100%,-50%);border-top:6px solid transparent;border-bottom:6px solid transparent;border-left:6px solid #fff}.popup-bubble-anchor{position:absolute;width:1px;bottom:6px;left:0}.popup-container{cursor:auto;height:0;position:absolute;width:200px}.l-map--cities--panevezys .popup-bubble{background:#000;box-shadow:0 1px 15px hsla(0,0%,48.6%,.5);border-radius:8px;color:#fff}.l-map--cities--panevezys .popup-bubble:after{display:none}.glsr-reviews-wrap{margin-bottom:40px}.glsr-default form.glsr-form.glsr-biuro-form .glsr-field{margin-bottom:8px}.glsr-default form.glsr-form.glsr-biuro-form .glsr-label,.glsr-default form.glsr-form.glsr-biuro-form .glsr-toggle label{color:#2a3644;font-size:15px;line-height:18px;margin-bottom:4px;font-weight:500}.glsr-default form.glsr-form.glsr-biuro-form .glsr-toggle label{margin:2px 0 8px 10px}.glsr-default form.glsr-form.glsr-biuro-form .glsr-toggle-track{width:38px!important;height:22px!important}.glsr-default form.glsr-form.glsr-biuro-form .glsr-toggle-track:after{width:16px!important;height:16px!important}.glsr-default form.glsr-form.glsr-biuro-form [data-star-rating]>select:focus+.gl-star-rating--stars:before{box-shadow:0 0 0 1px #000}.glsr-default form.glsr-form.glsr-biuro-form .glsr-toggle input[type=checkbox]:checked+.glsr-toggle-track:after{transform:translateX(16px)}.glsr-default form.glsr-form.glsr-biuro-form .glsr-toggle input[type=checkbox]:focus+.glsr-toggle-track{box-shadow:0 0 0 1px #006957}.glsr-default form.glsr-form.glsr-biuro-form .glsr-toggle input[type=checkbox]:checked+.glsr-toggle-track:before{background-color:#149a83}.glsr-default form.glsr-form.glsr-biuro-form .glsr-input,.glsr-default form.glsr-form.glsr-biuro-form .glsr-textarea{width:100%;padding:10px;background:none;border:1px solid #d4d4d4;border-radius:3px;font-size:15px;font-family:inherit}.glsr-default form.glsr-form.glsr-biuro-form .glsr-input:focus,.glsr-default form.glsr-form.glsr-biuro-form .glsr-textarea:focus{border-color:#000;outline:none;box-shadow:none}.glsr-default form.glsr-form.glsr-biuro-form .glsr-field-error,.glsr-default form.glsr-form.glsr-biuro-form .glsr-form-message{font-size:13px;line-height:20px;padding-top:2px}.glsr-default form.glsr-form.glsr-biuro-form .glsr-field-error,.glsr-default form.glsr-form.glsr-biuro-form .glsr-form-failed{color:#eb4646}.glsr-default form.glsr-form.glsr-biuro-form [type=submit]{display:inline-block;padding:11px 24px 10px;cursor:pointer;border-radius:3px;font-weight:500;line-height:15px;font-size:15px;text-decoration:none;font-family:inherit;color:#fff;background:#1fb299;border:2px solid #1fb299}.glsr-default form.glsr-form.glsr-biuro-form [type=submit]:hover{background:#149a83;border-color:#149a83}.swiper-container{margin:0 auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-container-3d{perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}.swiper-container-wp8-horizontal,.swiper-container-wp8-horizontal>.swiper-wrapper{touch-action:pan-y}.swiper-container-wp8-vertical,.swiper-container-wp8-vertical>.swiper-wrapper{touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;background-size:27px 44px;background-position:50%;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");left:10px;right:auto}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");right:10px;left:auto}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E")}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E")}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E")}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:opacity .3s;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,left .2s}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-progressbar.swiper-pagination-white{background:hsla(0,0%,100%,.25)}.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-pagination-progressbar.swiper-pagination-black{background:rgba(0,0,0,.25)}.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill{background:#000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12) infinite;animation:swiper-preloader-spin 1s steps(12) infinite}.swiper-lazy-preloader:after{display:block;content:"";width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");background-position:50%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E")}@-webkit-keyframes swiper-preloader-spin{to{transform:rotate(1turn)}}@keyframes swiper-preloader-spin{to{transform:rotate(1turn)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-coverflow .swiper-wrapper{-ms-perspective:1200px}.nav-links{display:flex}.page-numbers{width:46px;height:46px;background:#fff;margin-right:1px;text-decoration:none;text-align:center;line-height:46px;color:#1fb299;font-size:16px}.page-numbers:hover{background:#149a83;background:var(--color--green-darker);color:#fff}.page-numbers:hover:after{border-color:#fff}.page-numbers.current{background:#1fb299;color:#fff}.next{position:relative;text-indent:-2000em;overflow:hidden}.next:after{position:absolute;top:50%;left:50%;content:"";margin:-4px 0 0 -4px;width:8px;height:8px;border:1px solid #1fb299;border-width:1px 1px 0 0;transform:rotate(45deg)}.prev{position:relative;text-indent:-2000em;overflow:hidden}.prev:after{position:absolute;top:50%;left:50%;content:"";margin:-4px 0 0 -4px;width:8px;height:8px;border:1px solid #1fb299;border-width:1px 1px 0 0;transform:rotate(-135deg)}.c-404{text-align:center;padding:200px 0}.c-404--heading{height:128px;margin:0;padding:0;color:#069980;font-size:109px;font-weight:500;line-height:128px}.c-404--heading span{background:-webkit-linear-gradient(138.69deg,#2fb8a1,#4eacd9 78%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.c-404--message{margin-bottom:40px}.c-accordion--section{background:#fff;margin-bottom:55px}.c-accordion--header{display:flex;padding:16px 10px;color:#2a3644;align-items:center;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;text-decoration:none}.c-accordion--header svg{margin-right:14px;flex:0 0 16px;transform:rotate(0deg);transition:transform .22s linear;transform-origin:50% 50%}.c-accordion--header span{font-size:16px;line-height:29px;font-weight:700;line-height:19px}.c-accordion--header--is-expanded svg{transform:rotate(225deg)}.c-accordion--content{padding:0 20px 0 40px;border-bottom:1px solid #f8f8f8;transition:height .22s linear;overflow:hidden}.c-accordion--content li+li{margin-top:10px}.c-accordion--content--is-collapsed{height:0}.awesomplete [hidden]{display:none}.awesomplete .visually-hidden{position:absolute;clip:rect(0,0,0,0)}.awesomplete{position:relative}.awesomplete>input{display:block}.awesomplete>ul{position:absolute;left:0;z-index:1;min-width:100%;box-sizing:border-box;list-style:none;padding:0;margin:0;background:#fff;box-shadow:0 1px 2px 0 rgba(0,0,0,.2)}.awesomplete mark{background:none}.awesomplete>ul:empty{display:none}.c-breadcrumb--sep{padding:0 7px}.c-breadcrumb--active{color:#069980}.c-btn--popup{width:100%;padding:13px 24px 12px;background-color:#fff;color:#3eb0b1;font-size:15px;font-weight:700;text-align:center}.c-btn--newsletter{padding-top:15px;padding-bottom:14px}.c-btn--loading{position:relative}.c-btn--loading:before{content:"";box-sizing:border-box;position:absolute;top:50%;left:50%;width:20px;height:20px;margin-top:-10px;margin-left:-10px;border-radius:50%;border:2px solid #fff;border-top:2px solid var(--color--green);-webkit-animation:spinner .8s linear infinite;animation:spinner .8s linear infinite}@-webkit-keyframes spinner{to{transform:rotate(1turn)}}@keyframes spinner{to{transform:rotate(1turn)}}.c-cookies-warning{position:fixed;left:0;right:0;bottom:0;padding:15px 0 10px;background:#f6f6f6;overflow:hidden;z-index:100;font-size:14px;line-height:15px}.c-cookies-warning .bu-action{margin-top:10px}.c-cookies-warning .bu-action--alt{float:right}.c-cookies-warning--actions{margin:0;padding:5px 0 0;display:flex;justify-content:space-between}.c-cookies-warning--actions .c-btn--main,.c-cookies-warning--actions .c-btn--slim{padding:7px 12px 6px;font-weight:400}.c-cookies-warning--actions .c-btn--slim{border-width:1px}.c-contact-landing-3--aside{padding:10px 20px;margin:0 -10px 0 -25px;background:linear-gradient(90deg,#c5f3ec,#e4faf7)}.c-contact-landing-3--aside svg{float:left;margin-right:25px}.c-contact-landing-3--aside p{overflow:hidden;color:#149183;margin:0;text-align:center}.c-contact-landing-4--aside{padding:10px 20px;margin:0 -10px 0 -25px;background:linear-gradient(90deg,#c5f3ec,#e4faf7)}.c-contact-landing-4--aside svg{float:left;margin-right:25px}.c-contact-landing-4--aside p{overflow:hidden;color:#149183;margin:0;text-align:center}.c-contact-landing-5--aside{padding:10px 15px;background:#ececec;overflow:hidden;margin:20px 0 10px}.c-contact-landing-5--aside svg{float:left;margin-right:15px}.c-contact-landing-5--aside p{overflow:hidden;color:#787878;margin:4px 0 0}.c-contact-landing-6--aside{padding:10px 20px;margin:0 -10px 0 -25px;background:linear-gradient(90deg,#c5f3ec,#e4faf7)}.c-contact-landing-6--aside svg{float:left;margin-right:25px}.c-contact-landing-6--aside p{overflow:hidden;color:#149183;margin:0;text-align:center}.c-copyright{line-height:15px;padding-bottom:60px}.c-copyright,.c-data-controller{text-align:center;font-size:13px}.c-data-controller{margin-bottom:20px;padding:10px 0;font-weight:300;line-height:19px}.c-data-controller p{margin:0 0 10px}.c-division{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;border-radius:3px;color:#004ed4;font-weight:500}.c-division:hover{background-color:#dde6f5}.c-feedbacks--img{display:block;margin:0 auto 40px;border-radius:50%;overflow:hidden}.c-feedbacks--img-empty{width:85px;height:83px;background:#e8e9ea}.c-feedbacks--feedback{margin:0 auto 10px;max-width:90%;min-height:66px;color:#2a3644;font-family:Georgia;font-size:17px;line-height:23px;text-align:center;overflow:hidden;width:100%}.c-feedbacks--name{color:#919191;font-family:Georgia;font-size:13px;line-height:17px;text-align:center;padding:0 15px}.swiper-slide{max-width:300px}.swiper-container-horizontal>.swiper-pagination-bullets{bottom:0}.swiper-pagination-bullet{width:9px;height:9px;background:#d8d8d8;opacity:1}.swiper-pagination-bullet-active{background:#717171}.c-footer-section{line-height:36px;margin:0 0 18px}.c-footer-section h4{margin:0;padding:0}.c-footer-section--heading{margin:0;font-weight:500}.c-form--checkbox--error+label:before{border-color:#eb4646}.c-form--validation-fixed{margin-top:5px;font-size:13px}.c-form--validation-fixed,.c-form--validation-static{background-color:#fff;padding:10px 15px;border:1px solid;line-height:20px}.c-form--validation-static{margin-top:-10px;font-size:14px}.c-form--input-wrap--error .c-form--input,.c-form--input-wrap--error .c-form--textarea{border-color:#eb4646}.c-form--input-wrap--success .c-form--input,.c-form--input-wrap--success .c-form--textarea{border-color:#17dab9}.c-form--validation-error{color:#eb4646;border-color:#eb4646;margin-bottom:10px}.c-form--validation-success{color:#17dab9;border-color:#17dab9;margin-bottom:10px}.c-form--autocomplete ul{overflow-x:hidden;max-height:250px;overflow-y:auto;border:1px solid #d4d4d4;border-radius:0 0 3px 3px}.c-form--autocomplete li{padding:5px 10px;cursor:pointer}.c-form--row--content{overflow:hidden}.c-form--row--toggle{position:relative;top:-4px;width:37px;height:37px;margin:0 auto -16px;box-shadow:0 2px 12px 0 rgba(146,141,141,.5);background-color:#fff;border-radius:50%;color:#004ed4;cursor:pointer}.c-form--ico-toggle-up{display:block;position:relative;top:13px;margin:0 auto}.c-form--ico-toggle-down{display:none;position:relative;top:15px;margin:0 auto}.c-form--row--collapsed .c-form--row--content{height:94px}.c-form--row--collapsed .c-form--row--toggle{top:-20px;margin-bottom:-32px}.c-form--row--collapsed .c-form--ico-toggle-down{display:block}.c-form--row--collapsed .c-form--ico-toggle-up{display:none}.c-job-facebook{max-width:320px;min-height:180px;margin:0 auto;overflow:hidden;background:#f4f5f7;color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.9)}.c-job-facebook a{text-decoration:none;font-size:18px;font-weight:500;line-height:1.358}.c-job-facebook--wide{max-width:340px;min-height:190px}.c-jobs--headline{min-height:29px;color:#2a3644;font-size:25px;font-weight:500;line-height:29px}.c-jobs--table tr:hover td{background:#f8fbff}.c-jobs--col-city{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.c-jobs--col-valid{width:100px}.c-jobs--col-salary,.c-jobs--col-valid{color:#069980;white-space:nowrap;padding-right:15px;padding-left:5px;text-align:right}.c-jobs--col-salary{width:140px}.c-jobs--anchor:hover{text-decoration:underline}.c-jobs--anchor:visited{color:#551b89}.c-jobs--anchor-alt:hover{text-decoration:underline}.c-jobs--row-workis .c-jobs--col-position{border-top:1px solid #aacaff;border-left:1px solid #aacaff}.c-jobs--row-workis .c-jobs--col-city{border-bottom:1px solid #aacaff}.c-jobs--row-workis .c-jobs--col-valid{border-right:1px solid #aacaff;border-bottom:1px solid #aacaff}.c-jobs--workis-picture{display:block;height:21px}.c-jobs-contacts{margin:0 0 30px}.c-jobs-contacts ul{margin:0;padding:0;list-style:none}.c-jobs-contacts li{padding:7px 0 7px 30px;line-height:20px}.c-jobs-contacts a{overflow:hidden;text-decoration:none}.c-jobs-contacts a:hover{text-decoration:underline}.c-jobs-manager{margin:0 20px;padding:30px 30px 22px;background:linear-gradient(292.9deg,#6bc0d6 19.05%,#99d5e4 95.4%);border-radius:20px 20px 20px 4px;color:#fff}.c-jobs-manager--message{font-size:16px}.c-jobs-manager--message h3{margin-bottom:10px;color:inherit}.c-jobs-manager--contacts{padding-top:12px;border-top:1px solid hsla(0,0%,100%,.4)}.c-jobs-manager--contacts ul{display:flex;flex-wrap:wrap;list-style:none;margin:0;padding:0;color:inherit}.c-jobs-manager--contacts li{flex:1 0 auto;padding:7px 0 7px 30px;line-height:20px;font-weight:700}.c-jobs-manager--contacts a{text-decoration:none}.c-jobs-manager--member{display:flex;flex-direction:column;position:relative;height:60px;margin:0 20px 30px;padding-left:86px;justify-content:flex-end}.c-jobs-manager--member-photo{position:absolute;top:-18px;left:0;width:76px;height:76px;padding:3px;border-radius:50%;background:#6fc1d0;background:linear-gradient(128deg,#6fc1d0,#1fc5aa)}.c-jobs-manager--member-photo img{border-radius:50%}.c-jobs-manager--member-name{margin:0 0 4px;font-size:14px;font-weight:500;color:#4f4f4f}.c-jobs-manager--member-position{margin:0 0 4px;font-size:12px;font-weight:400;color:#6f7479}.pods-pagination-paginate{display:flex;margin-bottom:90px}.c-jobs-section{border-radius:3px;background-color:#fff}.c-jobs-section--heading{padding:0;color:#2a3644;font-size:18px;font-weight:500;line-height:21px}.c-jobs-section--content{overflow:hidden}.c-jobs-section--is-closed .c-jobs-section--content{max-height:100px}.c-jobs-section--item-active{position:relative}.c-jobs-section--item-active:after{content:"\2713";position:absolute;top:6px;right:0;color:#1fb299}.c-jobs-section--item-active .c-jobs-section--anchor{color:#1fb299;padding-right:14px}.c-jobs-section--anchor{display:block;color:#939393;font-size:14px;text-decoration:none;padding:7px 0;line-height:19px}.c-jobs-section--anchor:hover{text-decoration:underline}.c-jobs-section--expand{display:block;color:#004ed4;font-size:14px;font-weight:500;margin-top:10px;padding:5px 0;text-decoration:none}.c-logo--motherson{display:block}.c-member{margin:0 3px;flex:0 0 159px;padding:20px 0}.c-member--photo{display:block;height:110px;width:110px;margin:0 auto 16px;border-radius:50%;background:#c4c4c4;overflow:hidden}.c-member--info{line-height:22px;text-align:center;width:149px;margin-right:auto;margin-left:auto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.c-member--name{margin-bottom:6px;font-size:14px;font-weight:500;color:#4f4f4f}.c-member--position{font-size:12px;font-weight:400;color:#6f7479}.c-membership{background:#fff;margin-bottom:40px}.c-membership--col-2{border-bottom:1px solid #f8f8f8}.c-nav--main-anchor{display:block;padding:5px 0 4px;text-transform:uppercase;border-bottom:2px solid transparent;font-weight:700;letter-spacing:1px;opacity:.6}.c-nav--main-anchor:hover{opacity:1}.c-nav--sub{position:absolute}.c-nav--sub-anchor{display:block;padding:16px 0 17px;color:#fff;text-transform:uppercase;white-space:nowrap;text-decoration:none;font-weight:700;letter-spacing:1.08px;line-height:1}.c-nav--sub-anchor:hover{color:#1fb299;color:var(--color--green)}.c-nav--footer{font-weight:300}.c-nav--footer a{text-decoration:none}.c-nav--footer a:hover{text-decoration:underline}.c-nav--lang--is-open .c-nav--lang-item:nth-child(n+2){display:block}.c-nav--lang{position:absolute;top:0;left:0;width:100%;border-radius:3px;z-index:20;font-weight:500}.c-nav--lang-anchor{padding-left:34px;text-decoration:none;display:block;color:#fff;font-size:14px;line-height:24px;background-repeat:no-repeat;background-position:6px 0;background-size:20px 20px;font-weight:400}.c-nav--lang-anchor:hover{text-decoration:underline}.c-nav--lang-anchor svg{float:right;margin:9px 6px 0 0}.c-nav--lang-anchor--active:hover{text-decoration:none;cursor:pointer}.c-nav--lang-anchor-lt{background-image:url(/wp-content/themes/biuro/i/lang/lt.png)}.c-nav--lang-anchor-en{background-image:url(/wp-content/themes/biuro/i/lang/en.png)}.c-nav--lang-anchor-de{background-image:url(/wp-content/themes/biuro/i/lang/de.png)}.c-nav--lang-anchor-ru{background-image:url(/wp-content/themes/biuro/i/lang/ru.png)}.c-nav--lang-anchor-lv{background-image:url(/wp-content/themes/biuro/i/lang/lv.png)}.c-nav--lang-anchor-et{background-image:url(/wp-content/themes/biuro/i/lang/et.png)}.c-newsletter{padding:10px 0 45px;background:linear-gradient(134.06deg,#cbe2ec,#fff)}.c-newsletter--inner{display:flex;flex-direction:column;max-width:420px;margin:0 auto;padding:0 20px}.c-newsletter--img{position:relative;margin:0 auto;width:151px;height:187px}.c-newsletter--img img{height:auto}.c-newsletter--ico{position:absolute;left:-41px;bottom:41px}.c-newsletter--content{padding:25px 0}.c-newsletter--headline{margin:0 0 18px;color:#2a3644;font-size:25px;font-weight:500;line-height:34px}.c-newsletter--form{margin-bottom:18px}.c-newsletter--label{flex:1 1 auto;margin-right:7px}.c-newsletter--input{height:48px;width:100%;padding:0 10px;border:0;border-radius:3px;background-color:#fff;font-size:15px}.c-newsletter--privacy{max-width:460px;color:#919392;font-size:12px;line-height:18px}.c-popup{background:rgba(0,0,0,.77);position:fixed;top:0;left:0;width:100%;height:100%;z-index:9000}.c-popup--close{position:absolute;top:0;right:0;padding:13px 16px;color:#1c1c1c;cursor:pointer}.c-popup--close:hover{color:#000}.c-popup--inner{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;max-width:96%;max-height:96%;margin:0 auto;background-repeat:no-repeat}.c-popup--inner-employee{background-color:#3eb0b1;background-position:16px 90%;background-size:200px;color:#fff;justify-content:space-around;align-items:center;width:786px;padding:20px}.c-popup--inner-employer{background-color:#d3ebdd;background-position:76px 100%;background-size:123px;color:#043d7d;align-items:flex-start;width:276px;height:434px;padding:60px 40px 20px 20px}.js.no-webp .c-popup--inner-employee,.no-js .c-popup--inner-employee{background-image:url(/wp-content/themes/biuro/i/recommend.png)}.js.no-webp .c-popup--inner-employer,.no-js .c-popup--inner-employer{background-image:url(/wp-content/themes/biuro/i/workis-board.png)}.js.webp .c-popup--inner-employee{background-image:url(/wp-content/themes/biuro/i/recommend.webp)}.js.webp .c-popup--inner-employer{background-image:url(/wp-content/themes/biuro/i/workis-board.webp)}.c-popup--logos{padding-top:60px}.c-popup--content{font-size:13px;line-height:15px}.c-popup--amount{bottom:-16px;width:78px;height:78px;background:#004ed7;opacity:.85;color:#fff;font-size:17px;line-height:20px;font-weight:700;letter-spacing:.17px;margin:0 0 0 auto}.c-popup--amount,.c-popup--gift{position:relative;border-radius:50%;display:flex;justify-content:center;align-items:center}.c-popup--gift{margin:0 43px 0 auto;width:50px;height:50px;box-shadow:0 2px 12px 0 rgba(146,141,141,.5);background-color:#fff;color:#004ed4}.c-popup--headline{font-size:28px;line-height:33px;color:inherit}.c-popup--message{font-size:15px;line-height:24px}.c-popup--headline-employer{margin:0 0 20px;font-weight:700;font-size:24px;line-height:32px}.c-popup--description-employer{margin:0 0 20px;font-weight:400;font-size:13px;line-height:20px}.c-popup--button-employer{display:flex;padding:12px 24px 10px;font-weight:700;font-size:14px;line-height:16px;text-align:center;background:#7ac943;box-shadow:0 2px 4px rgba(0,0,0,.5);border-radius:4px;color:#fff;text-decoration:none;text-transform:uppercase}.c-popup--workis{position:absolute;right:30px;bottom:30px}.c-recommend-friend--gift{background-color:#004ed4;margin-top:60px;max-width:444px;min-height:115px;border-radius:6px;color:#fff;line-height:20px;font-weight:400;text-align:center;padding:0 20px}.c-recommend-friend--gift-img{position:relative;top:-36px;width:70px;height:70px;margin:0 auto -30px;padding:20px 0 0;box-shadow:0 2px 12px 0 rgba(146,141,141,.5);background-color:#fff;border-radius:50%;color:#004ed4}.c-recommend--headline{position:relative;line-height:26px}.c-recommend--anchor{position:relative;border-bottom:1px solid #fff;padding:3px 0}.c-recommend{position:relative;overflow:hidden}.c-recommend:before{content:"";position:absolute;width:221px;height:253px;top:15%;left:50%;background-position:0 0;background-size:cover;transform:rotate(-20deg);background-repeat:no-repeat}.c-recommend strong{display:inline-block;padding:3px 5px;border-radius:4px;background:#004ed4;font-weight:700}.c-recommend:hover .c-recommend--anchor,.c-recommend:hover .c-recommend--headline{color:#9adbdc}.c-recommend:hover .c-recommend--anchor{border-color:#9adbdc}.js.no-webp .c-recommend:before,.no-js .c-recommend:before{background-image:url(/wp-content/themes/biuro/i/recommend.png)}.js.no-webp .c-recommend-top:before,.no-js .c-recommend-top:before{background-image:url(/wp-content/themes/biuro/i/recommend-top.png)}.js.webp .c-recommend:before{background-image:url(/wp-content/themes/biuro/i/recommend.webp)}.js.webp .c-recommend-top:before{background-image:url(/wp-content/themes/biuro/i/recommend-top.webp)}.c-recommend-top{background:radial-gradient(44.04% 180.85% at 56.55%,at 59.57%,rgba(87,181,181,.54) 0,rgba(90,204,204,.54) .01%,#34b9ba 100%);background:radial-gradient(44.04% 180.85% at 56.55% 59.57%,rgba(87,181,181,.54) 0,rgba(90,204,204,.54) .01%,#34b9ba 100%);align-items:center}.c-recommend-top:before{transform:rotate(0);top:auto;right:35px;bottom:0;left:auto;width:130px;height:51px}.c-recommend-top .c-recommend--headline{flex:1 1 50%;max-width:100%;margin:0;padding-right:20px;font-size:14px;line-height:20px}.c-recommend-top .c-recommend--anchor{flex:0 0 auto;margin:0 0 20px}.c-sections--heading{color:#2a3644;margin:0 0 40px;padding:0;font-size:25px;font-weight:500;line-height:29px;text-align:center}.c-sections--item-inner{top:0;height:211px;padding:27px 21px;border-radius:3px;box-shadow:2px 2px 31px 0 hsla(0,0%,93.3%,.5);overflow:hidden}.c-sections--item-inner,.c-sections--toggle{position:absolute;left:0;width:100%;background:#fff}.c-sections--toggle{bottom:0;padding:15px 0;text-align:center;border-radius:0 0 3px 3px;z-index:60;box-shadow:0 -37px 24px 0 hsla(0,0%,100%,.78);cursor:pointer;color:#004ed4}.c-sections--toggle-up{display:none}.c-sections--header{height:56px;margin-bottom:20px;overflow:hidden;color:#004ed4;font-size:15px;font-weight:700;line-height:56px}.c-sections--ico{float:left;margin-right:20px;height:56px;width:56px;background-color:#e8f0ff;border-radius:50%}.c-sections--content{color:#6f7479;font-size:14px;line-height:20px}.c-sections--content ul{margin:30px 0 0;padding:0;list-style:none}.c-sections--is-open{height:auto;z-index:80}.c-sections--is-open .c-sections--toggle{box-shadow:none}.c-sections--is-open .c-sections--toggle-down{display:none}.c-sections--is-open .c-sections--toggle-up{display:inline}.c-services--item-inner{position:absolute;top:0;left:0;width:100%;height:245px;border-radius:3px;background-color:#fff;box-shadow:2px 2px 31px 0 hsla(0,0%,93.3%,.5)}.c-services--toggle{display:block;position:absolute;left:0;width:100%;bottom:0;padding:10px 0;text-align:center;cursor:pointer;color:#1fb299}.c-services--toggle-up{display:none}.c-services--is-open{height:auto;z-index:200}.c-services--is-open .c-services--toggle-down{display:none}.c-services--is-open .c-services--toggle-up{display:inline}.c-services--is-open .c-services--content{display:block}.c-services--ico{height:56px;width:56px;background-color:#e1fffa;border-radius:50%;margin:34px auto 22px}.c-services--heading{min-height:44px;padding:0 20px;color:#1fb299;font-size:15px;font-weight:700;line-height:18px;text-align:center}.c-services--sub-heading{min-height:27px;margin:0;padding:0 10px;color:#2a3644;font-size:14px;font-weight:700;line-height:25px;text-align:center}.c-services--content{display:none}.c-services--content ul{margin:0;padding:0 0 40px;list-style:none;width:100%;border-radius:3px;background-color:#fff}.c-services--content li{color:#6c7683;font-size:14px;font-weight:500;line-height:25px;text-align:center}.c-services--header{color:#2a3644;margin:40px 0 36px;padding:0;font-size:25px;font-weight:500;line-height:29px;text-align:center}.c-services--wide{max-width:1240px;padding-top:0}.c-services--item--extended{height:214px;border:2px solid #fff;cursor:pointer;margin-bottom:23px}.c-services--item--extended:hover{border-color:#1fb299}.c-services--item--extended[aria-selected=true]{border-color:#1fb299}.c-services--item--extended[aria-selected=true] .c-services--toggle-down{display:none}.c-services--item--extended[aria-selected=true] .c-services--toggle-up{display:inline}.c-services--item-inner--extended{height:210px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.c-services--details{display:flex;flex:0 0 100%;max-width:1200px;margin:0 auto 23px;box-shadow:2px 2px 31px hsla(0,0%,93.3%,.5);border-radius:3px;background:#fff}.c-services--details[hidden]{display:none}.c-services--details-image{border-radius:3px 0 0 3px;overflow:hidden;flex:0 0 180px;background-size:cover;background-position:50% 50%}.c-services--details-content{flex:1 1 auto;padding:26px 20px;font-size:15px;line-height:22px}.c-services--details-content h4{display:inline-block;margin-top:0;padding-bottom:4px;font-weight:700;font-size:15px;line-height:18px;border-bottom:2px solid #000;text-transform:uppercase}.c-services--details-content ul{list-style:none;margin:15px 0 24px;padding:0}.c-services--details-content li{position:relative;padding:3px 0 3px 30px;color:#475569;font-weight:400;font-size:15px;line-height:24px}.c-services--details-content li:before{content:"";background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.068 11.766a.778.778 0 001.084 0l8.614-8.614a.778.778 0 000-1.084L14.71 1.014a.743.743 0 00-1.055 0l-7.031 7.03-3.31-3.28a.743.743 0 00-1.055 0L1.205 5.818a.778.778 0 000 1.084l4.863 4.864z' fill='%231FB299'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:50% 50%;position:absolute;top:7px;left:0;width:16px;height:16px}.c-social{margin-bottom:40px;text-align:center}.c-social--anchor{text-decoration:none;margin:0 5px;padding:0 10px}.c-tabs--nav{display:flex;box-shadow:0 1px 21px rgba(143,147,152,.2);background:#fff;margin:0 -10px 25px;overflow:auto}.c-tabs--nav-item{flex:1 1 1%}.c-tabs--nav-link{display:block;text-align:center;text-decoration:none;font-size:14px;font-weight:400;line-height:20px;color:#828282;padding:12px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.c-tabs--nav-link:hover{background-color:#f0f0f0}.c-tabs--nav-link[aria-selected=true]{background:#1fb299;font-weight:500;color:#fff}.c-tabs--nav-link[aria-selected=true]:hover{background:#1fb299}.c-tabs--content{background:#fff;box-shadow:0 1px 21px rgba(143,147,152,.2)}.c-tabs--content[aria-selected]{display:block}.c-tabs--headline{padding:20px;background:linear-gradient(134.06deg,#fff -2.85%,rgba(203,226,236,.42) 102.71%);font-weight:400;font-size:14px;line-height:22px}.c-tooltip{top:46px;right:0;max-width:80vw;padding:16px 10px 17px;border-radius:3px;background-color:#fff;box-shadow:-2px 0 14px 0 rgba(217,214,214,.5);white-space:nowrap;z-index:10;transition:opacity .22s ease-in-out}.c-tooltip:before{content:"";position:absolute;top:-6px;right:20px;border-bottom:6px solid #fff;border-left:6px solid transparent;border-right:6px solid transparent}.c-values{background:linear-gradient(138.69deg,#4eacd9,#2fb8a1);color:#fff}.c-values--heading{display:inline-block;min-width:139px;margin:0 0 18px;padding:0 10px 0 0;border-bottom:4px solid #fff;font-weight:700;color:#f8f8f8}.c-values--content{display:block;min-height:67px;margin:0 0 20px;padding:0;font-size:15px;line-height:26px;font-weight:500}.t-reason{padding:0;border:0}.t-reason td{display:block;vertical-align:top}.t-reason .t-reason-col-2 h2{padding:25px 0 13px}.t-reason h2{text-align:center}.t-reason ul{padding:0}.t-contacts{width:100%;height:auto!important}.t-contacts td{vertical-align:top;display:block;width:100%}.t-contacts p{text-align:left}.is-nav--main-item-active{position:relative}.is-nav--main-item-active .c-nav--sub{display:block}.is-nav--main-anchor-active{opacity:1}.is-nav--sub-anchor-active{color:#19c5a7}.u-align--center{text-align:center}input::-webkit-calendar-picker-indicator{display:none}.tmp-contacts img{display:none}.tmp-contacts ul{padding-left:5px}.c-logos{display:flex;flex-wrap:wrap;justify-content:space-between}.c-logos div{flex:0 0 21%;border:1px solid grey;padding:1em;margin-bottom:1em;text-align:center}.biuro-ti-img{display:none}.grecaptcha-badge{pointer-events:none;visibility:hidden}@media (min-width:80em){[href^=tel]{pointer-events:none;text-decoration:none;color:inherit}}@media (max-width:59.999em){.l-header{transition-duration:.5s;transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-property:transform}.l-map--cities--panevezys-wrap svg{width:26px;height:27px;margin:0 25px 0 0;flex:0 0 26px}.l-map--cities--panevezys-svg{margin:10px auto;width:150px}.c-btn--newsletter{width:100%;margin-top:13px}.c-contact-landing-3--aside svg,.c-contact-landing-4--aside svg,.c-contact-landing-6--aside svg{display:none}.c-footer-sections{text-align:center;font-size:13px}.c-job-facebook{padding-bottom:40px}.c-jobs--headline{min-height:26px;font-size:18px;font-weight:500;line-height:26px;text-align:center}.c-jobs--col-city{border-bottom:1px solid #f8f8f8;border-bottom:1px solid var(--color--gray-light);font-size:13px;padding-top:0}.c-jobs--col-salary,.c-jobs--col-valid{width:50%;border-bottom:1px solid #f8f8f8;border-bottom:1px solid var(--color--gray-light);font-size:13px;padding-top:0;text-align:right}.c-jobs--anchor{padding:4px 0;font-size:16px;line-height:23px}.c-jobs--row-workis td{min-height:32px}.c-jobs--row-workis .c-jobs--col-position{border-right:1px solid #aacaff}.c-jobs--row-workis .c-jobs--col-city{border-left:1px solid #aacaff}.c-jobs-contacts{margin:0 10px 30px}.c-jobs-section{border-radius:0;margin:0;padding-bottom:0;position:relative}.c-logo--motherson{margin:17px 0 0 -55px}.c-nav--sub{right:0;left:auto;top:150%}.c-nav--lang--is-open{background-color:#1d2a3a;opacity:.97;z-index:800;box-shadow:0 0 20px 60px #1d2a3a}.c-newsletter--img{order:2}.c-newsletter--ico{left:-20px;bottom:20px;width:51px;height:51px}.c-services--item--extended{max-width:640px}.c-services--details{flex-direction:column;max-width:640px}.c-services--details-action{text-align:center}.c-trust--img-svyturys{width:76px;height:23px}.c-trust--img-dpd{width:53px;height:23px}.c-trust--img-pergale{width:72px;height:16px}.c-trust--img-maxima{width:74px;height:17px}.c-trust--img-pasts{width:85px;height:20px}.c-trust--img-dhl{width:91px;height:13px}.c-trust--img-staburadze{width:90px;height:27px}.c-trust--img-cido{width:51px;height:33px}.c-trust--img-jysk{width:72px;height:33px}.c-trust--img-itella{width:60px;height:38px}.c-trust--img-saku{width:56px;height:41px}.c-trust--img-ipa{width:54px;height:24px}.c-trust--img-leibur{width:50px;height:42px}.c-trust--img-maxima-ee{width:86px;height:18px}.is-nav--main-anchor-active{border-bottom-color:#fff}.is-nav--open .l-nav--wrap{display:flex}.is-header--hidden{transform:translateY(-100%)}.is-aside--open{overflow:hidden}.is-aside--open .l-aside--search{display:block}.is-aside--open .l-header{z-index:-1}.is-aside--open:after{content:"";position:fixed;opacity:.97;background-color:#2a3644;top:0;left:0;width:100%;height:100%}.is-aside--open .c-jobs-section--content{max-height:2000em}.is-aside--open .c-jobs-section--expand{display:none}.is-aside--open-additional .l-aside--close{right:265px}.is-aside--open-additional .l-aside--search{right:0;padding-left:40px}.is-aside--open-additional .l-aside--search:before{right:0}.is-aside--open-additional .c-jobs-section--city{display:none}.is-aside--open-city .l-aside--close{left:265px}.is-aside--open-city .l-aside--search{left:0;padding-right:40px}.is-aside--open-city .l-aside--search:before{left:0}.is-aside--open-city .c-jobs-section--additional{display:none}.c-fixed-footer{position:fixed;left:0;bottom:0;width:100%;background:hsla(0,0%,100%,.85);padding:20px 20px 0;box-shadow:0 -1px 1px 0 rgba(0,0,0,.45)}}@media (min-width:60em){.l-map--cities--panevezys{margin:40px 0 0}.l-map--cities--panevezys-aside{position:absolute;top:0;left:0;height:100%;width:460px;padding:20px 52px 50px}.l-map--cities--panevezys-wrap{flex-direction:column;align-items:start;margin:0 0 40px;padding:36px 40px 24px 0}.l-map--cities--panevezys-wrap h2{font-size:30px;line-height:40px}.l-section--landing-1{background-position:50% 0}.l-section--recommend{background-size:cover}.glsr-default form.glsr-form.glsr-biuro-form{font-size:15px;grid-template-columns:1fr 1fr;line-height:1.5;grid-row-gap:20px;row-gap:20px;grid-gap:20px}.glsr-default form.glsr-form.glsr-biuro-form .glsr-field-rating{grid-row:1/2;grid-column:1/2}.glsr-default form.glsr-form.glsr-biuro-form .glsr-field-textarea{grid-row:1/4;grid-column:2/3}.glsr-default form.glsr-form.glsr-biuro-form .glsr-field-text{grid-row:2/3;grid-column:1/2}.glsr-default form.glsr-form.glsr-biuro-form .glsr-field-email{grid-row:3/4;grid-column:1/2}.glsr-default form.glsr-form.glsr-biuro-form .glsr-field-choice{grid-row:4/5;grid-column:1/3}.glsr-default form.glsr-form.glsr-biuro-form [data-field=submit-button]{grid-row:6/7}.glsr-default form.glsr-form.glsr-biuro-form textarea{min-height:208px}.c-accordion--header{padding:26px 30px}.c-accordion--header svg{margin-right:24px}.c-accordion--content{padding:0 30px 0 70px}.c-contact-landing-3--aside{width:549px;margin:40px 0 0 40px;padding:10px;border-radius:33px;overflow:hidden}.c-contact-landing-3--aside p{max-width:300px;padding:5px 0 0;text-align:left}.c-contact-landing-4--aside{width:549px;margin:40px 0 0 40px;padding:10px;border-radius:33px;overflow:hidden}.c-contact-landing-4--aside p{max-width:300px;padding:5px 0 0;text-align:left}.c-contact-landing-5--aside svg{margin-right:25px}.c-contact-landing-5--aside p{max-width:300px;text-align:left;font-size:16px;line-height:23px;margin:0}.c-contact-landing-5--aside{margin:0;padding:25px}.c-contact-landing-6--aside{width:549px;margin:40px 0 0 40px;padding:10px;border-radius:33px;overflow:hidden}.c-contact-landing-6--aside p{max-width:300px;padding:5px 0 0;text-align:left}.c-data-controller{margin-bottom:35px;padding:15px 0 10px;line-height:1.1}.c-feedbacks--feedback{margin:0 auto 15px;min-height:79px;line-height:27px}.c-feedbacks--name{font-size:15px;line-height:21px}.c-footer-sections{flex-wrap:wrap}.c-footer-section{line-height:25px;margin:0 0 30px}.c-jobs--col-position{padding-right:5px}.c-jobs--col-city{max-width:140px;padding-right:5px;padding-left:5px}.c-jobs--row-workis td{border-top:1px solid #aacaff;border-bottom:1px solid #aacaff}.c-jobs-manager{margin:0 -15px}.c-jobs-manager--member{margin:0 -15px 30px}.c-nav--sub{top:100%}.c-nav--sub-item{margin-right:46px}.c-nav--lang{background:#fff}.c-nav--lang-anchor{color:#2a3644;font-weight:500}.c-newsletter{padding:70px 0}.c-newsletter--inner{flex-direction:row;max-width:1000px;align-items:center;padding:0 41px}.c-newsletter--img{width:278px;height:345px;margin:0 62px 0 0}.c-newsletter--content{flex:0 1 498px}.c-newsletter--headline{margin:0 40px 36px 0;line-height:36px}.c-newsletter--form{display:flex;margin-bottom:36px}.c-recommend-friend--gift{padding:0 40px;margin-top:80px;line-height:24px}.c-recommend-top:before{width:228px;height:89px}.c-recommend-top .c-recommend--headline{font-size:18px;line-height:34px}.c-recommend-top .c-recommend--anchor{margin:0 240px 0 0}.c-services--heading{min-height:44px}.c-services--item--extended{flex:0 0 220px}.c-services--details{order:10}.c-services--details-image{flex:0 0 300px}.c-services--details-content{padding:36px 32px}.c-services--details-content .wp-block-columns{display:flex;justify-content:space-between}.c-services--details-content .wp-block-column{flex:0 1 calc(50% - 10px)}.c-tabs--nav{margin:0 -10px 25px}.c-tabs--nav-link{font-size:16px;padding:20px 12px}.c-tabs--headline{padding:34px 41px}.c-values--content{min-height:80px;line-height:30px}.t-reason td{display:table-cell;width:50%}.t-reason .t-reason-col-1{padding-right:20px;border-right:1px solid #dfdfdf}.t-reason .t-reason-col-2{padding-left:20px}.t-reason .t-reason-col-2 h2{padding:12px 0 25px}.is-nav--main-item-active .c-nav--sub{display:flex}.is-nav--main-anchor-active{border-bottom-color:#1d2a3a;border-bottom-color:var(--color--blue-dark)}}@media (min-width:48em){.l-section--front-page{background-size:150%}.l-section--recommend{background-position:50% 15%}}@media (min-width:1024px){.l-section--front-page{background-size:120%}}@media (min-width:1280px){.l-section--front-page{background-size:100%}}@media (min-width:1600px){.l-section--front-page{background-size:80%}}@media (min-width:37.5em){.c-btn--popup{max-width:223px}.c-membership td{border-bottom:1px solid #f8f8f8}.c-membership--col-1{width:205px;padding:25px 45px 25px 30px}.c-membership--col-2{padding:25px 30px 25px 0}.c-popup--inner-employee{height:446px;flex-direction:row;background-position:20px 0;background-size:auto}.c-popup--inner-employer{width:668px;height:340px;padding:50px 40px 20px;background-position:315px 100%;background-size:218px}.c-popup--logos{flex:0 1 303px;padding-top:160px}.c-popup--content{flex:0 1 303px}.c-popup--amount{margin:0 auto;left:31px;width:108px;height:108px;font-size:22px;line-height:25px}.c-popup--gift{margin:0 auto;width:70px;height:70px}.c-popup--headline{margin-bottom:56px}.c-popup--message{margin-bottom:24px}.c-popup--headline-employer{max-width:270px;margin:0 0 26px;font-size:26px;line-height:34px}.c-popup--description-employer{max-width:270px;margin:0 0 60px;font-size:14px}.c-popup--button-employer{font-size:18px;line-height:21px}}@media (min-width:22.5em){.c-jobs-manager--member{padding-left:120px}.c-jobs-manager--member-photo{left:30px}}@media (max-width:37.499em){.c-membership td{display:block;padding:10px 20px}.c-popup--logos{order:2;width:100%}.c-popup--content{order:1}.c-popup--workis{display:none}}@media (max-height:24em){.c-popup--inner-employee{background-image:none!important}.c-popup--logos{display:none}}@media (min-width:30em){.c-tooltip{left:50%;transform:translate(-50%);right:auto;padding:16px 28px 17px;top:50px}.c-tooltip:before{right:auto;left:50%;transform:translate(-50%)}}
\ No newline at end of file
@font-face{font-family:Roboto;font-style:normal;font-weight:300;font-display:swap;src:local("Roboto Light"),local("Roboto-Light"),url(/wp-content/themes/biuro/fonts/roboto-v19-cyrillic_latin_cyrillic-ext_latin-ext-300.woff2) format("woff2"),url(/wp-content/themes/biuro/fonts/roboto-v19-cyrillic_latin_cyrillic-ext_latin-ext-300.woff) format("woff")}@font-face{font-family:Roboto;font-style:normal;font-weight:400;font-display:swap;src:local("Roboto"),local("Roboto-Regular"),url(/wp-content/themes/biuro/fonts/roboto-v19-cyrillic_latin_cyrillic-ext_latin-ext-regular.woff2) format("woff2"),url(/wp-content/themes/biuro/fonts/roboto-v19-cyrillic_latin_cyrillic-ext_latin-ext-regular.woff) format("woff")}@font-face{font-family:Roboto;font-style:normal;font-weight:500;font-display:swap;src:local("Roboto Medium"),local("Roboto-Medium"),url(/wp-content/themes/biuro/fonts/roboto-v19-cyrillic_latin_cyrillic-ext_latin-ext-500.woff2) format("woff2"),url(/wp-content/themes/biuro/fonts/roboto-v19-cyrillic_latin_cyrillic-ext_latin-ext-500.woff) format("woff")}@font-face{font-family:Roboto;font-style:normal;font-weight:700;font-display:swap;src:local("Roboto Bold"),local("Roboto-Bold"),url(/wp-content/themes/biuro/fonts/roboto-v19-cyrillic_latin_cyrillic-ext_latin-ext-700.woff2) format("woff2"),url(/wp-content/themes/biuro/fonts/roboto-v19-cyrillic_latin_cyrillic-ext_latin-ext-700.woff) format("woff")}
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}a:hover{text-decoration:none}figure{margin:0}img{max-width:100%}input::-ms-clear{display:none}input::-webkit-calendar-picker-indicator{display:none!important}p{margin:0 0 1.6rem}b,strong{font-weight:700;font-weight:var(--typo--weight-bold)}textarea{resize:vertical}.customize-support .l-header{top:32px}.l-map--cities--panevezys{position:relative}.l-map--cities--panevezys-aside{display:flex;flex-direction:column;padding:15px 30px;background:rgba(218,33,40,.9);z-index:10;justify-content:center}.l-map--cities--panevezys-wrap{display:flex;padding:0 0 15px;align-items:center;justify-content:center;border-bottom:1px solid #fff}.l-map--cities--panevezys-wrap svg{margin:0 0 30px}.l-map--cities--panevezys-wrap h2{margin:0;color:#fff;font-weight:700;font-size:18px;line-height:26px}.l-section{background-repeat:no-repeat;background-position:50% 50%;background-size:cover}.l-section--front-page{background-size:200%}.l-section--landing-1{background-position:25% 0}.l-section--recommend{background-position:40% 15%;background-size:220%}.l-section--landing-3{background-position:50% 25%}.l-section--landing-4,.l-section--landing-5,.l-section--landing-6,.l-section--landing-7{background-position:50% 20%}.js .l-section{background-image:none}.js.no-webp .l-section--search-page,.no-js .l-section--search-page{background-image:url(/wp-content/themes/biuro/i/search-page.png)}.js.no-webp .l-section--vdb,.no-js .l-section--vdb{background-image:url(/wp-content/themes/biuro/i/vdb/section.png)}.js.no-webp .l-section--front-page,.no-js .l-section--front-page{background-image:url(/wp-content/themes/biuro/i/front-page.jpg)}.js.no-webp .l-section--sales-page,.no-js .l-section--sales-page{background-image:url(/wp-content/themes/biuro/i/sales-page.png)}.js.no-webp .l-section--landing-1,.no-js .l-section--landing-1{background-image:url(/wp-content/themes/biuro/i/sections/landing-1.1.jpg)}.js.no-webp .l-section--recommend,.no-js .l-section--recommend{background-image:url(/wp-content/themes/biuro/i/sections/recommend.jpg)}.js.no-webp .l-section--landing-3,.no-js .l-section--landing-3{background-image:url(/wp-content/themes/biuro/i/sections/landing-3.jpg)}.js.no-webp .l-section--landing-4,.no-js .l-section--landing-4{background-image:url(/wp-content/themes/biuro/i/sections/landing-4.jpg)}.js.no-webp .l-section--landing-5,.no-js .l-section--landing-5{background-image:url(/wp-content/themes/biuro/i/sections/landing-5.jpg)}.js.no-webp .l-section--landing-6,.js.no-webp .l-section--landing-7,.no-js .l-section--landing-6,.no-js .l-section--landing-7{background-image:url(/wp-content/themes/biuro/i/sections/landing-6.jpg)}.js.webp .l-section--search-page{background-image:url(/wp-content/themes/biuro/i/search-page.webp)}.js.webp .l-section--vdb{background-image:url(/wp-content/themes/biuro/i/vdb/section.webp)}.js.webp .l-section--front-page{background-image:url(/wp-content/themes/biuro/i/front-page.webp)}.js.webp .l-section--sales-page{background-image:url(/wp-content/themes/biuro/i/sales-page.webp)}.js.webp .l-section--landing-1{background-image:url(/wp-content/themes/biuro/i/sections/landing-1.1.webp)}.js.webp .l-section--recommend{background-image:url(/wp-content/themes/biuro/i/sections/recommend.webp)}.js.webp .l-section--landing-3{background-image:url(/wp-content/themes/biuro/i/sections/landing-3.webp)}.js.webp .l-section--landing-4{background-image:url(/wp-content/themes/biuro/i/sections/landing-4.webp)}.js.webp .l-section--landing-5{background-image:url(/wp-content/themes/biuro/i/sections/landing-5.webp)}.js.webp .l-section--landing-6,.js.webp .l-section--landing-7{background-image:url(/wp-content/themes/biuro/i/sections/landing-6.webp)}.popup-bubble{position:absolute;background-color:#fff;padding:5px 12px 4px;border-radius:5px;font-size:15px;max-height:60px;font-weight:500;box-shadow:0 2px 10px 1px rgba(0,0,0,.5);white-space:nowrap}.popup-bubble:after{content:"";position:absolute;width:0;height:0}.popup-bubble:hover{z-index:10}.popup-bubble--top{top:0;left:0;transform:translate(-50%,-100%)}.popup-bubble--top:after{top:100%;left:50%;transform:translate(-50%);border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid #fff}.popup-bubble--right{top:4px;left:6px;transform:translateY(-50%)}.popup-bubble--right:after{top:50%;left:0;transform:translate(-100%,-50%);border-top:6px solid transparent;border-bottom:6px solid transparent;border-right:6px solid #fff}.popup-bubble--bottom{top:0;left:0;transform:translate(-50%,6px)}.popup-bubble--bottom:after{top:-6px;left:50%;transform:translate(-50%);border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fff}.popup-bubble--left{top:4px;right:6px;transform:translateY(-50%)}.popup-bubble--left:after{top:50%;right:0;transform:translate(100%,-50%);border-top:6px solid transparent;border-bottom:6px solid transparent;border-left:6px solid #fff}.popup-bubble-anchor{position:absolute;width:1px;bottom:6px;left:0}.popup-container{cursor:auto;height:0;position:absolute;width:200px}.l-map--cities--panevezys .popup-bubble{background:#000;box-shadow:0 1px 15px hsla(0,0%,48.6%,.5);border-radius:8px;color:#fff}.l-map--cities--panevezys .popup-bubble:after{display:none}.glsr-reviews-wrap{margin-bottom:40px}.glsr-default form.glsr-form.glsr-biuro-form .glsr-field{margin-bottom:8px}.glsr-default form.glsr-form.glsr-biuro-form .glsr-label,.glsr-default form.glsr-form.glsr-biuro-form .glsr-toggle label{color:#2a3644;font-size:15px;line-height:18px;margin-bottom:4px;font-weight:500}.glsr-default form.glsr-form.glsr-biuro-form .glsr-toggle label{margin:2px 0 8px 10px}.glsr-default form.glsr-form.glsr-biuro-form .glsr-toggle-track{width:38px!important;height:22px!important}.glsr-default form.glsr-form.glsr-biuro-form .glsr-toggle-track:after{width:16px!important;height:16px!important}.glsr-default form.glsr-form.glsr-biuro-form [data-star-rating]>select:focus+.gl-star-rating--stars:before{box-shadow:0 0 0 1px #000}.glsr-default form.glsr-form.glsr-biuro-form .glsr-toggle input[type=checkbox]:checked+.glsr-toggle-track:after{transform:translateX(16px)}.glsr-default form.glsr-form.glsr-biuro-form .glsr-toggle input[type=checkbox]:focus+.glsr-toggle-track{box-shadow:0 0 0 1px #006957}.glsr-default form.glsr-form.glsr-biuro-form .glsr-toggle input[type=checkbox]:checked+.glsr-toggle-track:before{background-color:#149a83}.glsr-default form.glsr-form.glsr-biuro-form .glsr-input,.glsr-default form.glsr-form.glsr-biuro-form .glsr-textarea{width:100%;padding:10px;background:none;border:1px solid #d4d4d4;border-radius:3px;font-size:15px;font-family:inherit}.glsr-default form.glsr-form.glsr-biuro-form .glsr-input:focus,.glsr-default form.glsr-form.glsr-biuro-form .glsr-textarea:focus{border-color:#000;outline:none;box-shadow:none}.glsr-default form.glsr-form.glsr-biuro-form .glsr-field-error,.glsr-default form.glsr-form.glsr-biuro-form .glsr-form-message{font-size:13px;line-height:20px;padding-top:2px}.glsr-default form.glsr-form.glsr-biuro-form .glsr-field-error,.glsr-default form.glsr-form.glsr-biuro-form .glsr-form-failed{color:#eb4646}.glsr-default form.glsr-form.glsr-biuro-form [type=submit]{display:inline-block;padding:11px 24px 10px;cursor:pointer;border-radius:3px;font-weight:500;line-height:15px;font-size:15px;text-decoration:none;font-family:inherit;color:#fff;background:#1fb299;border:2px solid #1fb299}.glsr-default form.glsr-form.glsr-biuro-form [type=submit]:hover{background:#149a83;border-color:#149a83}.swiper-container{margin:0 auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-container-3d{perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}.swiper-container-wp8-horizontal,.swiper-container-wp8-horizontal>.swiper-wrapper{touch-action:pan-y}.swiper-container-wp8-vertical,.swiper-container-wp8-vertical>.swiper-wrapper{touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;background-size:27px 44px;background-position:50%;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");left:10px;right:auto}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");right:10px;left:auto}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E")}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E")}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E")}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:opacity .3s;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,left .2s}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-progressbar.swiper-pagination-white{background:hsla(0,0%,100%,.25)}.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-pagination-progressbar.swiper-pagination-black{background:rgba(0,0,0,.25)}.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill{background:#000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12) infinite;animation:swiper-preloader-spin 1s steps(12) infinite}.swiper-lazy-preloader:after{display:block;content:"";width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");background-position:50%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E")}@-webkit-keyframes swiper-preloader-spin{to{transform:rotate(1turn)}}@keyframes swiper-preloader-spin{to{transform:rotate(1turn)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-coverflow .swiper-wrapper{-ms-perspective:1200px}.nav-links{display:flex}.page-numbers{width:46px;height:46px;background:#fff;margin-right:1px;text-decoration:none;text-align:center;line-height:46px;color:#1fb299;font-size:16px}.page-numbers:hover{background:#149a83;background:var(--color--green-darker);color:#fff}.page-numbers:hover:after{border-color:#fff}.page-numbers.current{background:#1fb299;color:#fff}.next{position:relative;text-indent:-2000em;overflow:hidden}.next:after{position:absolute;top:50%;left:50%;content:"";margin:-4px 0 0 -4px;width:8px;height:8px;border:1px solid #1fb299;border-width:1px 1px 0 0;transform:rotate(45deg)}.prev{position:relative;text-indent:-2000em;overflow:hidden}.prev:after{position:absolute;top:50%;left:50%;content:"";margin:-4px 0 0 -4px;width:8px;height:8px;border:1px solid #1fb299;border-width:1px 1px 0 0;transform:rotate(-135deg)}.c-404{text-align:center;padding:200px 0}.c-404--heading{height:128px;margin:0;padding:0;color:#069980;font-size:109px;font-weight:500;line-height:128px}.c-404--heading span{background:-webkit-linear-gradient(138.69deg,#2fb8a1,#4eacd9 78%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.c-404--message{margin-bottom:40px}.c-accordion--section{background:#fff;margin-bottom:55px}.c-accordion--header{display:flex;padding:16px 10px;color:#2a3644;align-items:center;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;text-decoration:none}.c-accordion--header svg{margin-right:14px;flex:0 0 16px;transform:rotate(0deg);transition:transform .22s linear;transform-origin:50% 50%}.c-accordion--header span{font-size:16px;line-height:29px;font-weight:700;line-height:19px}.c-accordion--header--is-expanded svg{transform:rotate(225deg)}.c-accordion--content{padding:0 20px 0 40px;border-bottom:1px solid #f8f8f8;transition:height .22s linear;overflow:hidden}.c-accordion--content li+li{margin-top:10px}.c-accordion--content--is-collapsed{height:0}.awesomplete [hidden]{display:none}.awesomplete .visually-hidden{position:absolute;clip:rect(0,0,0,0)}.awesomplete{position:relative}.awesomplete>input{display:block}.awesomplete>ul{position:absolute;left:0;z-index:1;min-width:100%;box-sizing:border-box;list-style:none;padding:0;margin:0;background:#fff;box-shadow:0 1px 2px 0 rgba(0,0,0,.2)}.awesomplete mark{background:none}.awesomplete>ul:empty{display:none}.c-breadcrumb--sep{padding:0 7px}.c-breadcrumb--active{color:#069980}.c-btn--popup{width:100%;padding:13px 24px 12px;background-color:#fff;color:#3eb0b1;font-size:15px;font-weight:700;text-align:center}.c-btn--newsletter{padding-top:15px;padding-bottom:14px}.c-btn--loading{position:relative}.c-btn--loading:before{content:"";box-sizing:border-box;position:absolute;top:50%;left:50%;width:20px;height:20px;margin-top:-10px;margin-left:-10px;border-radius:50%;border:2px solid #fff;border-top:2px solid var(--color--green);-webkit-animation:spinner .8s linear infinite;animation:spinner .8s linear infinite}@-webkit-keyframes spinner{to{transform:rotate(1turn)}}@keyframes spinner{to{transform:rotate(1turn)}}.c-cookies-warning{position:fixed;left:0;right:0;bottom:0;padding:15px 0 10px;background:#f6f6f6;overflow:hidden;z-index:100;font-size:14px;line-height:15px}.c-cookies-warning .bu-action{margin-top:10px}.c-cookies-warning .bu-action--alt{float:right}.c-cookies-warning--actions{margin:0;padding:5px 0 0;display:flex;justify-content:space-between}.c-cookies-warning--actions .c-btn--main,.c-cookies-warning--actions .c-btn--slim{padding:7px 12px 6px;font-weight:400}.c-cookies-warning--actions .c-btn--slim{border-width:1px}.c-contact-landing-3--aside{padding:10px 20px;margin:0 -10px 0 -25px;background:linear-gradient(90deg,#c5f3ec,#e4faf7)}.c-contact-landing-3--aside svg{float:left;margin-right:25px}.c-contact-landing-3--aside p{overflow:hidden;color:#149183;margin:0;text-align:center}.c-contact-landing-4--aside{padding:10px 20px;margin:0 -10px 0 -25px;background:linear-gradient(90deg,#c5f3ec,#e4faf7)}.c-contact-landing-4--aside svg{float:left;margin-right:25px}.c-contact-landing-4--aside p{overflow:hidden;color:#149183;margin:0;text-align:center}.c-contact-landing-5--aside{padding:10px 15px;background:#ececec;overflow:hidden;margin:20px 0 10px}.c-contact-landing-5--aside svg{float:left;margin-right:15px}.c-contact-landing-5--aside p{overflow:hidden;color:#787878;margin:4px 0 0}.c-contact-landing-6--aside{padding:10px 20px;margin:0 -10px 0 -25px;background:linear-gradient(90deg,#c5f3ec,#e4faf7)}.c-contact-landing-6--aside svg{float:left;margin-right:25px}.c-contact-landing-6--aside p{overflow:hidden;color:#149183;margin:0;text-align:center}.c-contact-landing-7--aside{padding:10px 20px;margin:0 -10px 0 -25px;background:linear-gradient(90deg,#c5f3ec,#e4faf7)}.c-contact-landing-7--aside svg{float:left;margin-right:25px}.c-contact-landing-7--aside p{overflow:hidden;color:#149183;margin:0;text-align:center}.c-copyright{line-height:15px;padding-bottom:60px}.c-copyright,.c-data-controller{text-align:center;font-size:13px}.c-data-controller{margin-bottom:20px;padding:10px 0;font-weight:300;line-height:19px}.c-data-controller p{margin:0 0 10px}.c-division{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;border-radius:3px;color:#004ed4;font-weight:500}.c-division:hover{background-color:#dde6f5}.c-feedbacks--img{display:block;margin:0 auto 40px;border-radius:50%;overflow:hidden}.c-feedbacks--img-empty{width:85px;height:83px;background:#e8e9ea}.c-feedbacks--feedback{margin:0 auto 10px;max-width:90%;min-height:66px;color:#2a3644;font-family:Georgia;font-size:17px;line-height:23px;text-align:center;overflow:hidden;width:100%}.c-feedbacks--name{color:#919191;font-family:Georgia;font-size:13px;line-height:17px;text-align:center;padding:0 15px}.swiper-slide{max-width:300px}.swiper-container-horizontal>.swiper-pagination-bullets{bottom:0}.swiper-pagination-bullet{width:9px;height:9px;background:#d8d8d8;opacity:1}.swiper-pagination-bullet-active{background:#717171}.c-footer-section{line-height:36px;margin:0 0 18px}.c-footer-section h4{margin:0;padding:0}.c-footer-section--heading{margin:0;font-weight:500}.c-form--checkbox--error+label:before{border-color:#eb4646}.c-form--validation-fixed{margin-top:5px;font-size:13px}.c-form--validation-fixed,.c-form--validation-static{background-color:#fff;padding:10px 15px;border:1px solid;line-height:20px}.c-form--validation-static{margin-top:-10px;font-size:14px}.c-form--input-wrap--error .c-form--input,.c-form--input-wrap--error .c-form--textarea{border-color:#eb4646}.c-form--input-wrap--success .c-form--input,.c-form--input-wrap--success .c-form--textarea{border-color:#17dab9}.c-form--validation-error{color:#eb4646;border-color:#eb4646;margin-bottom:10px}.c-form--validation-success{color:#17dab9;border-color:#17dab9;margin-bottom:10px}.c-form--autocomplete ul{overflow-x:hidden;max-height:250px;overflow-y:auto;border:1px solid #d4d4d4;border-radius:0 0 3px 3px}.c-form--autocomplete li{padding:5px 10px;cursor:pointer}.c-form--row--content{overflow:hidden}.c-form--row--toggle{position:relative;top:-4px;width:37px;height:37px;margin:0 auto -16px;box-shadow:0 2px 12px 0 rgba(146,141,141,.5);background-color:#fff;border-radius:50%;color:#004ed4;cursor:pointer}.c-form--ico-toggle-up{display:block;position:relative;top:13px;margin:0 auto}.c-form--ico-toggle-down{display:none;position:relative;top:15px;margin:0 auto}.c-form--row--collapsed .c-form--row--content{height:94px}.c-form--row--collapsed .c-form--row--toggle{top:-20px;margin-bottom:-32px}.c-form--row--collapsed .c-form--ico-toggle-down{display:block}.c-form--row--collapsed .c-form--ico-toggle-up{display:none}.c-job-facebook{max-width:320px;min-height:180px;margin:0 auto;overflow:hidden;background:#f4f5f7;color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.9)}.c-job-facebook a{text-decoration:none;font-size:18px;font-weight:500;line-height:1.358}.c-job-facebook--wide{max-width:340px;min-height:190px}.c-jobs--headline{min-height:29px;color:#2a3644;font-size:25px;font-weight:500;line-height:29px}.c-jobs--table tr:hover td{background:#f8fbff}.c-jobs--col-city{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.c-jobs--col-valid{width:100px}.c-jobs--col-salary,.c-jobs--col-valid{color:#069980;white-space:nowrap;padding-right:15px;padding-left:5px;text-align:right}.c-jobs--col-salary{width:140px}.c-jobs--anchor:hover{text-decoration:underline}.c-jobs--anchor:visited{color:#551b89}.c-jobs--anchor-alt:hover{text-decoration:underline}.c-jobs--row-workis .c-jobs--col-position{border-top:1px solid #aacaff;border-left:1px solid #aacaff}.c-jobs--row-workis .c-jobs--col-city{border-bottom:1px solid #aacaff}.c-jobs--row-workis .c-jobs--col-valid{border-right:1px solid #aacaff;border-bottom:1px solid #aacaff}.c-jobs--workis-picture{display:block;height:21px}.c-jobs-contacts{margin:0 0 30px}.c-jobs-contacts ul{margin:0;padding:0;list-style:none}.c-jobs-contacts li{padding:7px 0 7px 30px;line-height:20px}.c-jobs-contacts a{overflow:hidden;text-decoration:none}.c-jobs-contacts a:hover{text-decoration:underline}.c-jobs-manager{margin:0 20px;padding:30px 30px 22px;background:linear-gradient(292.9deg,#6bc0d6 19.05%,#99d5e4 95.4%);border-radius:20px 20px 20px 4px;color:#fff}.c-jobs-manager--message{font-size:16px}.c-jobs-manager--message h3{margin-bottom:10px;color:inherit}.c-jobs-manager--contacts{padding-top:12px;border-top:1px solid hsla(0,0%,100%,.4)}.c-jobs-manager--contacts ul{display:flex;flex-wrap:wrap;list-style:none;margin:0;padding:0;color:inherit}.c-jobs-manager--contacts li{flex:1 0 auto;padding:7px 0 7px 30px;line-height:20px;font-weight:700}.c-jobs-manager--contacts a{text-decoration:none}.c-jobs-manager--member{display:flex;flex-direction:column;position:relative;height:60px;margin:0 20px 30px;padding-left:86px;justify-content:flex-end}.c-jobs-manager--member-photo{position:absolute;top:-18px;left:0;width:76px;height:76px;padding:3px;border-radius:50%;background:#6fc1d0;background:linear-gradient(128deg,#6fc1d0,#1fc5aa)}.c-jobs-manager--member-photo img{border-radius:50%}.c-jobs-manager--member-name{margin:0 0 4px;font-size:14px;font-weight:500;color:#4f4f4f}.c-jobs-manager--member-position{margin:0 0 4px;font-size:12px;font-weight:400;color:#6f7479}.pods-pagination-paginate{display:flex;margin-bottom:90px}.c-jobs-section{border-radius:3px;background-color:#fff}.c-jobs-section--heading{padding:0;color:#2a3644;font-size:18px;font-weight:500;line-height:21px}.c-jobs-section--content{overflow:hidden}.c-jobs-section--is-closed .c-jobs-section--content{max-height:100px}.c-jobs-section--item-active{position:relative}.c-jobs-section--item-active:after{content:"\2713";position:absolute;top:6px;right:0;color:#1fb299}.c-jobs-section--item-active .c-jobs-section--anchor{color:#1fb299;padding-right:14px}.c-jobs-section--anchor{display:block;color:#939393;font-size:14px;text-decoration:none;padding:7px 0;line-height:19px}.c-jobs-section--anchor:hover{text-decoration:underline}.c-jobs-section--expand{display:block;color:#004ed4;font-size:14px;font-weight:500;margin-top:10px;padding:5px 0;text-decoration:none}.c-legal{padding:30px 0;background:linear-gradient(134.06deg,#fff,#cbe2ec);overflow:hidden}.c-legal--inner{position:relative;overflow:hidden;margin:0 auto 24px;padding:0 20px}.c-legal--heading{color:#2a3644;margin:0 0 20px;padding:0 30px;font-size:18px;line-height:26px;font-weight:500;text-align:center}.c-legal--box{margin:16px auto;background:#fff;box-shadow:0 0 24px rgba(0,0,0,.05);border-radius:4px;min-height:100px;display:flex;flex-direction:row;justify-content:space-around;align-items:center;padding:25px 20px}.c-legal--box-icon{flex:0 0 40px;height:40px;display:flex;align-items:center;justify-content:center}.c-legal--box-icon svg{display:block}.c-legal--box-content{max-width:480px;width:100%;margin-left:16px}.c-legal--footer{padding:0 20px;text-align:center;color:#64696d}.c-legal--footer a{display:inline-block;color:#0245ce;font-weight:500;padding:12px 8px}.c-legal--footer a:before{float:left;content:"";background:url(/wp-content/themes/biuro/i/ico--external.svg) no-repeat 50%;height:18px;width:18px;margin-right:11px}.c-logo--motherson{display:block}.c-member{margin:0 3px;flex:0 0 159px;padding:20px 0}.c-member--photo{display:block;height:110px;width:110px;margin:0 auto 16px;border-radius:50%;background:#c4c4c4;overflow:hidden}.c-member--info{line-height:22px;text-align:center;width:149px;margin-right:auto;margin-left:auto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.c-member--name{margin-bottom:6px;font-size:14px;font-weight:500;color:#4f4f4f}.c-member--position{font-size:12px;font-weight:400;color:#6f7479}.c-membership{background:#fff;margin-bottom:40px}.c-membership--col-2{border-bottom:1px solid #f8f8f8}.c-nav--main-anchor{display:block;padding:5px 0 4px;text-transform:uppercase;border-bottom:2px solid transparent;font-weight:700;letter-spacing:1px;opacity:.6}.c-nav--main-anchor:hover{opacity:1}.c-nav--sub{position:absolute}.c-nav--sub-anchor{display:block;padding:16px 0 17px;color:#fff;text-transform:uppercase;white-space:nowrap;text-decoration:none;font-weight:700;letter-spacing:1.08px;line-height:1}.c-nav--sub-anchor:hover{color:#1fb299;color:var(--color--green)}.c-nav--footer{font-weight:300}.c-nav--footer a{text-decoration:none}.c-nav--footer a:hover{text-decoration:underline}.c-nav--lang--is-open .c-nav--lang-item:nth-child(n+2){display:block}.c-nav--lang{position:absolute;top:0;left:0;width:100%;border-radius:3px;z-index:20;font-weight:500}.c-nav--lang-anchor{padding-left:34px;text-decoration:none;display:block;color:#fff;font-size:14px;line-height:24px;background-repeat:no-repeat;background-position:6px 0;background-size:20px 20px;font-weight:400}.c-nav--lang-anchor:hover{text-decoration:underline}.c-nav--lang-anchor svg{float:right;margin:9px 6px 0 0}.c-nav--lang-anchor--active:hover{text-decoration:none;cursor:pointer}.c-nav--lang-anchor-lt{background-image:url(/wp-content/themes/biuro/i/lang/lt.png)}.c-nav--lang-anchor-en{background-image:url(/wp-content/themes/biuro/i/lang/en.png)}.c-nav--lang-anchor-de{background-image:url(/wp-content/themes/biuro/i/lang/de.png)}.c-nav--lang-anchor-ru{background-image:url(/wp-content/themes/biuro/i/lang/ru.png)}.c-nav--lang-anchor-lv{background-image:url(/wp-content/themes/biuro/i/lang/lv.png)}.c-nav--lang-anchor-et{background-image:url(/wp-content/themes/biuro/i/lang/et.png)}.c-newsletter{padding:10px 0 45px;background:linear-gradient(134.06deg,#cbe2ec,#fff)}.c-newsletter--inner{display:flex;flex-direction:column;max-width:420px;margin:0 auto;padding:0 20px}.c-newsletter--img{position:relative;margin:0 auto;width:151px;height:187px}.c-newsletter--img img{height:auto}.c-newsletter--ico{position:absolute;left:-41px;bottom:41px}.c-newsletter--content{padding:25px 0}.c-newsletter--headline{margin:0 0 18px;color:#2a3644;font-size:25px;font-weight:500;line-height:34px}.c-newsletter--form{margin-bottom:18px}.c-newsletter--label{flex:1 1 auto;margin-right:7px}.c-newsletter--input{height:48px;width:100%;padding:0 10px;border:0;border-radius:3px;background-color:#fff;font-size:15px}.c-newsletter--privacy{max-width:460px;color:#919392;font-size:12px;line-height:18px}.c-popup{background:rgba(0,0,0,.77);position:fixed;top:0;left:0;width:100%;height:100%;z-index:9000}.c-popup--close{position:absolute;top:0;right:0;padding:13px 16px;color:#1c1c1c;cursor:pointer}.c-popup--close:hover{color:#000}.c-popup--inner{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;max-width:96%;max-height:96%;margin:0 auto;background-repeat:no-repeat}.c-popup--inner-employee{background-color:#3eb0b1;background-position:16px 90%;background-size:200px;color:#fff;justify-content:space-around;align-items:center;width:786px;padding:20px}.c-popup--inner-employer{background-color:#d3ebdd;background-position:76px 100%;background-size:123px;color:#043d7d;align-items:flex-start;width:276px;height:434px;padding:60px 40px 20px 20px}.js.no-webp .c-popup--inner-employee,.no-js .c-popup--inner-employee{background-image:url(/wp-content/themes/biuro/i/recommend.png)}.js.no-webp .c-popup--inner-employer,.no-js .c-popup--inner-employer{background-image:url(/wp-content/themes/biuro/i/workis-board.png)}.js.webp .c-popup--inner-employee{background-image:url(/wp-content/themes/biuro/i/recommend.webp)}.js.webp .c-popup--inner-employer{background-image:url(/wp-content/themes/biuro/i/workis-board.webp)}.c-popup--logos{padding-top:60px}.c-popup--content{font-size:13px;line-height:15px}.c-popup--amount{bottom:-16px;width:78px;height:78px;background:#004ed7;opacity:.85;color:#fff;font-size:17px;line-height:20px;font-weight:700;letter-spacing:.17px;margin:0 0 0 auto}.c-popup--amount,.c-popup--gift{position:relative;border-radius:50%;display:flex;justify-content:center;align-items:center}.c-popup--gift{margin:0 43px 0 auto;width:50px;height:50px;box-shadow:0 2px 12px 0 rgba(146,141,141,.5);background-color:#fff;color:#004ed4}.c-popup--headline{font-size:28px;line-height:33px;color:inherit}.c-popup--message{font-size:15px;line-height:24px}.c-popup--headline-employer{margin:0 0 20px;font-weight:700;font-size:24px;line-height:32px}.c-popup--description-employer{margin:0 0 20px;font-weight:400;font-size:13px;line-height:20px}.c-popup--button-employer{display:flex;padding:12px 24px 10px;font-weight:700;font-size:14px;line-height:16px;text-align:center;background:#7ac943;box-shadow:0 2px 4px rgba(0,0,0,.5);border-radius:4px;color:#fff;text-decoration:none;text-transform:uppercase}.c-popup--workis{position:absolute;right:30px;bottom:30px}.c-recommend-friend--gift{background-color:#004ed4;margin-top:60px;max-width:444px;min-height:115px;border-radius:6px;color:#fff;line-height:20px;font-weight:400;text-align:center;padding:0 20px}.c-recommend-friend--gift-img{position:relative;top:-36px;width:70px;height:70px;margin:0 auto -30px;padding:20px 0 0;box-shadow:0 2px 12px 0 rgba(146,141,141,.5);background-color:#fff;border-radius:50%;color:#004ed4}.c-recommend--headline{position:relative;line-height:26px}.c-recommend--anchor{position:relative;border-bottom:1px solid #fff;padding:3px 0}.c-recommend{position:relative;overflow:hidden}.c-recommend:before{content:"";position:absolute;width:221px;height:253px;top:15%;left:50%;background-position:0 0;background-size:cover;transform:rotate(-20deg);background-repeat:no-repeat}.c-recommend strong{display:inline-block;padding:3px 5px;border-radius:4px;background:#004ed4;font-weight:700}.c-recommend:hover .c-recommend--anchor,.c-recommend:hover .c-recommend--headline{color:#9adbdc}.c-recommend:hover .c-recommend--anchor{border-color:#9adbdc}.js.no-webp .c-recommend:before,.no-js .c-recommend:before{background-image:url(/wp-content/themes/biuro/i/recommend.png)}.js.no-webp .c-recommend-top:before,.no-js .c-recommend-top:before{background-image:url(/wp-content/themes/biuro/i/recommend-top.png)}.js.webp .c-recommend:before{background-image:url(/wp-content/themes/biuro/i/recommend.webp)}.js.webp .c-recommend-top:before{background-image:url(/wp-content/themes/biuro/i/recommend-top.webp)}.c-recommend-top{background:radial-gradient(44.04% 180.85% at 56.55%,at 59.57%,rgba(87,181,181,.54) 0,rgba(90,204,204,.54) .01%,#34b9ba 100%);background:radial-gradient(44.04% 180.85% at 56.55% 59.57%,rgba(87,181,181,.54) 0,rgba(90,204,204,.54) .01%,#34b9ba 100%);align-items:center}.c-recommend-top:before{transform:rotate(0);top:auto;right:35px;bottom:0;left:auto;width:130px;height:51px}.c-recommend-top .c-recommend--headline{flex:1 1 50%;max-width:100%;margin:0;padding-right:20px;font-size:14px;line-height:20px}.c-recommend-top .c-recommend--anchor{flex:0 0 auto;margin:0 0 20px}.c-sections--heading{color:#2a3644;margin:0 0 40px;padding:0;font-size:25px;font-weight:500;line-height:29px;text-align:center}.c-sections--item-inner{top:0;height:211px;padding:27px 21px;border-radius:3px;box-shadow:2px 2px 31px 0 hsla(0,0%,93.3%,.5);overflow:hidden}.c-sections--item-inner,.c-sections--toggle{position:absolute;left:0;width:100%;background:#fff}.c-sections--toggle{bottom:0;padding:15px 0;text-align:center;border-radius:0 0 3px 3px;z-index:60;box-shadow:0 -37px 24px 0 hsla(0,0%,100%,.78);cursor:pointer;color:#004ed4}.c-sections--toggle-up{display:none}.c-sections--header{height:56px;margin-bottom:20px;overflow:hidden;color:#004ed4;font-size:15px;font-weight:700;line-height:56px}.c-sections--ico{float:left;margin-right:20px;height:56px;width:56px;background-color:#e8f0ff;border-radius:50%}.c-sections--content{color:#6f7479;font-size:14px;line-height:20px}.c-sections--content ul{margin:30px 0 0;padding:0;list-style:none}.c-sections--is-open{height:auto;z-index:80}.c-sections--is-open .c-sections--toggle{box-shadow:none}.c-sections--is-open .c-sections--toggle-down{display:none}.c-sections--is-open .c-sections--toggle-up{display:inline}.c-services--item-inner{position:absolute;top:0;left:0;width:100%;height:245px;border-radius:3px;background-color:#fff;box-shadow:2px 2px 31px 0 hsla(0,0%,93.3%,.5)}.c-services--toggle{display:block;position:absolute;left:0;width:100%;bottom:0;padding:10px 0;text-align:center;cursor:pointer;color:#1fb299}.c-services--toggle-up{display:none}.c-services--is-open{height:auto;z-index:200}.c-services--is-open .c-services--toggle-down{display:none}.c-services--is-open .c-services--toggle-up{display:inline}.c-services--is-open .c-services--content{display:block}.c-services--ico{height:56px;width:56px;background-color:#e1fffa;border-radius:50%;margin:34px auto 22px}.c-services--heading{min-height:44px;padding:0 20px;color:#1fb299;font-size:15px;font-weight:700;line-height:18px;text-align:center}.c-services--sub-heading{min-height:27px;margin:0;padding:0 10px;color:#2a3644;font-size:14px;font-weight:700;line-height:25px;text-align:center}.c-services--content{display:none}.c-services--content ul{margin:0;padding:0 0 40px;list-style:none;width:100%;border-radius:3px;background-color:#fff}.c-services--content li{color:#6c7683;font-size:14px;font-weight:500;line-height:25px;text-align:center}.c-services--header{color:#2a3644;margin:40px 0 36px;padding:0;font-size:25px;font-weight:500;line-height:29px;text-align:center}.c-services--wide{max-width:1240px;padding-top:0}.c-services--item--extended{height:214px;border:2px solid #fff;cursor:pointer;margin-bottom:23px}.c-services--item--extended:hover{border-color:#1fb299}.c-services--item--extended[aria-selected=true]{border-color:#1fb299}.c-services--item--extended[aria-selected=true] .c-services--toggle-down{display:none}.c-services--item--extended[aria-selected=true] .c-services--toggle-up{display:inline}.c-services--item-inner--extended{height:210px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.c-services--details{display:flex;flex:0 0 100%;max-width:1200px;margin:0 auto 23px;box-shadow:2px 2px 31px hsla(0,0%,93.3%,.5);border-radius:3px;background:#fff}.c-services--details[hidden]{display:none}.c-services--details-image{border-radius:3px 0 0 3px;overflow:hidden;flex:0 0 180px;background-size:cover;background-position:50% 50%}.c-services--details-content{flex:1 1 auto;padding:26px 20px;font-size:15px;line-height:22px}.c-services--details-content h4{display:inline-block;margin-top:0;padding-bottom:4px;font-weight:700;font-size:15px;line-height:18px;border-bottom:2px solid #000;text-transform:uppercase}.c-services--details-content ul{list-style:none;margin:15px 0 24px;padding:0}.c-services--details-content li{position:relative;padding:3px 0 3px 30px;color:#475569;font-weight:400;font-size:15px;line-height:24px}.c-services--details-content li:before{content:"";background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.068 11.766a.778.778 0 001.084 0l8.614-8.614a.778.778 0 000-1.084L14.71 1.014a.743.743 0 00-1.055 0l-7.031 7.03-3.31-3.28a.743.743 0 00-1.055 0L1.205 5.818a.778.778 0 000 1.084l4.863 4.864z' fill='%231FB299'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:50% 50%;position:absolute;top:7px;left:0;width:16px;height:16px}.c-social{margin-bottom:40px;text-align:center}.c-social--anchor{text-decoration:none;margin:0 5px;padding:0 10px}.c-tabs--nav{display:flex;box-shadow:0 1px 21px rgba(143,147,152,.2);background:#fff;margin:0 -10px 25px;overflow:auto}.c-tabs--nav-item{flex:1 1 1%}.c-tabs--nav-link{display:block;text-align:center;text-decoration:none;font-size:14px;font-weight:400;line-height:20px;color:#828282;padding:12px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.c-tabs--nav-link:hover{background-color:#f0f0f0}.c-tabs--nav-link[aria-selected=true]{background:#1fb299;font-weight:500;color:#fff}.c-tabs--nav-link[aria-selected=true]:hover{background:#1fb299}.c-tabs--content{background:#fff;box-shadow:0 1px 21px rgba(143,147,152,.2)}.c-tabs--content[aria-selected]{display:block}.c-tabs--headline{padding:20px;background:linear-gradient(134.06deg,#fff -2.85%,rgba(203,226,236,.42) 102.71%);font-weight:400;font-size:14px;line-height:22px}.c-tooltip{top:46px;right:0;max-width:80vw;padding:16px 10px 17px;border-radius:3px;background-color:#fff;box-shadow:-2px 0 14px 0 rgba(217,214,214,.5);white-space:nowrap;z-index:10;transition:opacity .22s ease-in-out}.c-tooltip:before{content:"";position:absolute;top:-6px;right:20px;border-bottom:6px solid #fff;border-left:6px solid transparent;border-right:6px solid transparent}.c-values{background:linear-gradient(138.69deg,#4eacd9,#2fb8a1);color:#fff}.c-values--heading{display:inline-block;min-width:139px;margin:0 0 18px;padding:0 10px 0 0;border-bottom:4px solid #fff;font-weight:700;color:#f8f8f8}.c-values--content{display:block;min-height:67px;margin:0 0 20px;padding:0;font-size:15px;line-height:26px;font-weight:500}.t-reason{padding:0;border:0}.t-reason td{display:block;vertical-align:top}.t-reason .t-reason-col-2 h2{padding:25px 0 13px}.t-reason h2{text-align:center}.t-reason ul{padding:0}.t-contacts{width:100%;height:auto!important}.t-contacts td{vertical-align:top;display:block;width:100%}.t-contacts p{text-align:left}.is-nav--main-item-active{position:relative}.is-nav--main-item-active .c-nav--sub{display:block}.is-nav--main-anchor-active{opacity:1}.is-nav--sub-anchor-active{color:#19c5a7}.u-align--center{text-align:center}input::-webkit-calendar-picker-indicator{display:none}.tmp-contacts img{display:none}.tmp-contacts ul{padding-left:5px}.c-logos{display:flex;flex-wrap:wrap;justify-content:space-between}.c-logos div{flex:0 0 21%;border:1px solid grey;padding:1em;margin-bottom:1em;text-align:center}.biuro-ti-img{display:none}.grecaptcha-badge{pointer-events:none;visibility:hidden}@media (min-width:80em){[href^=tel]{pointer-events:none;text-decoration:none;color:inherit}}@media (max-width:59.999em){.l-header{transition-duration:.5s;transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-property:transform}.l-map--cities--panevezys-wrap svg{width:26px;height:27px;margin:0 25px 0 0;flex:0 0 26px}.l-map--cities--panevezys-svg{margin:10px auto;width:150px}.c-btn--newsletter{width:100%;margin-top:13px}.c-contact-landing-3--aside svg,.c-contact-landing-4--aside svg,.c-contact-landing-6--aside svg,.c-contact-landing-7--aside svg{display:none}.c-footer-sections{text-align:center;font-size:13px}.c-job-facebook{padding-bottom:40px}.c-jobs--headline{min-height:26px;font-size:18px;font-weight:500;line-height:26px;text-align:center}.c-jobs--col-city{border-bottom:1px solid #f8f8f8;border-bottom:1px solid var(--color--gray-light);font-size:13px;padding-top:0}.c-jobs--col-salary,.c-jobs--col-valid{width:50%;border-bottom:1px solid #f8f8f8;border-bottom:1px solid var(--color--gray-light);font-size:13px;padding-top:0;text-align:right}.c-jobs--anchor{padding:4px 0;font-size:16px;line-height:23px}.c-jobs--row-workis td{min-height:32px}.c-jobs--row-workis .c-jobs--col-position{border-right:1px solid #aacaff}.c-jobs--row-workis .c-jobs--col-city{border-left:1px solid #aacaff}.c-jobs-contacts{margin:0 10px 30px}.c-jobs-section{border-radius:0;margin:0;padding-bottom:0;position:relative}.c-logo--motherson{margin:17px 0 0 -55px}.c-nav--sub{right:0;left:auto;top:150%}.c-nav--lang--is-open{background-color:#1d2a3a;opacity:.97;z-index:800;box-shadow:0 0 20px 60px #1d2a3a}.c-newsletter--img{order:2}.c-newsletter--ico{left:-20px;bottom:20px;width:51px;height:51px}.c-services--item--extended{max-width:640px}.c-services--details{flex-direction:column;max-width:640px}.c-services--details-action{text-align:center}.c-trust--img-svyturys{width:76px;height:23px}.c-trust--img-dpd{width:53px;height:23px}.c-trust--img-pergale{width:72px;height:16px}.c-trust--img-maxima{width:74px;height:17px}.c-trust--img-pasts{width:85px;height:20px}.c-trust--img-dhl{width:91px;height:13px}.c-trust--img-staburadze{width:90px;height:27px}.c-trust--img-cido{width:51px;height:33px}.c-trust--img-jysk{width:72px;height:33px}.c-trust--img-itella{width:60px;height:38px}.c-trust--img-saku{width:56px;height:41px}.c-trust--img-ipa{width:54px;height:24px}.c-trust--img-leibur{width:50px;height:42px}.c-trust--img-maxima-ee{width:86px;height:18px}.is-nav--main-anchor-active{border-bottom-color:#fff}.is-nav--open .l-nav--wrap{display:flex}.is-header--hidden{transform:translateY(-100%)}.is-aside--open{overflow:hidden}.is-aside--open .l-aside--search{display:block}.is-aside--open .l-header{z-index:-1}.is-aside--open:after{content:"";position:fixed;opacity:.97;background-color:#2a3644;top:0;left:0;width:100%;height:100%}.is-aside--open .c-jobs-section--content{max-height:2000em}.is-aside--open .c-jobs-section--expand{display:none}.is-aside--open-additional .l-aside--close{right:265px}.is-aside--open-additional .l-aside--search{right:0;padding-left:40px}.is-aside--open-additional .l-aside--search:before{right:0}.is-aside--open-additional .c-jobs-section--city{display:none}.is-aside--open-city .l-aside--close{left:265px}.is-aside--open-city .l-aside--search{left:0;padding-right:40px}.is-aside--open-city .l-aside--search:before{left:0}.is-aside--open-city .c-jobs-section--additional{display:none}.c-fixed-footer{position:fixed;left:0;bottom:0;width:100%;background:hsla(0,0%,100%,.85);padding:20px 20px 0;box-shadow:0 -1px 1px 0 rgba(0,0,0,.45)}}@media (min-width:60em){.l-map--cities--panevezys{margin:40px 0 0}.l-map--cities--panevezys-aside{position:absolute;top:0;left:0;height:100%;width:460px;padding:20px 52px 50px}.l-map--cities--panevezys-wrap{flex-direction:column;align-items:start;margin:0 0 40px;padding:36px 40px 24px 0}.l-map--cities--panevezys-wrap h2{font-size:30px;line-height:40px}.l-section--landing-1{background-position:50% 0}.l-section--recommend{background-size:cover}.glsr-default form.glsr-form.glsr-biuro-form{font-size:15px;grid-template-columns:1fr 1fr;line-height:1.5;grid-row-gap:20px;row-gap:20px;grid-gap:20px}.glsr-default form.glsr-form.glsr-biuro-form .glsr-field-rating{grid-row:1/2;grid-column:1/2}.glsr-default form.glsr-form.glsr-biuro-form .glsr-field-textarea{grid-row:1/4;grid-column:2/3}.glsr-default form.glsr-form.glsr-biuro-form .glsr-field-text{grid-row:2/3;grid-column:1/2}.glsr-default form.glsr-form.glsr-biuro-form .glsr-field-email{grid-row:3/4;grid-column:1/2}.glsr-default form.glsr-form.glsr-biuro-form .glsr-field-choice{grid-row:4/5;grid-column:1/3}.glsr-default form.glsr-form.glsr-biuro-form [data-field=submit-button]{grid-row:6/7}.glsr-default form.glsr-form.glsr-biuro-form textarea{min-height:208px}.c-accordion--header{padding:26px 30px}.c-accordion--header svg{margin-right:24px}.c-accordion--content{padding:0 30px 0 70px}.c-contact-landing-3--aside{width:549px;margin:40px 0 0 40px;padding:10px;border-radius:33px;overflow:hidden}.c-contact-landing-3--aside p{max-width:300px;padding:5px 0 0;text-align:left}.c-contact-landing-4--aside{width:549px;margin:40px 0 0 40px;padding:10px;border-radius:33px;overflow:hidden}.c-contact-landing-4--aside p{max-width:300px;padding:5px 0 0;text-align:left}.c-contact-landing-5--aside svg{margin-right:25px}.c-contact-landing-5--aside p{max-width:300px;text-align:left;font-size:16px;line-height:23px;margin:0}.c-contact-landing-5--aside{margin:0;padding:25px}.c-contact-landing-6--aside{width:549px;margin:40px 0 0 40px;padding:10px;border-radius:33px;overflow:hidden}.c-contact-landing-6--aside p{max-width:300px;padding:5px 0 0;text-align:left}.c-contact-landing-7--aside{width:549px;margin:40px 0 0 40px;padding:10px;border-radius:33px;overflow:hidden}.c-contact-landing-7--aside p{max-width:300px;padding:5px 0 0;text-align:left}.c-data-controller{margin-bottom:35px;padding:15px 0 10px;line-height:1.1}.c-feedbacks--feedback{margin:0 auto 15px;min-height:79px;line-height:27px}.c-feedbacks--name{font-size:15px;line-height:21px}.c-footer-sections{flex-wrap:wrap}.c-footer-section{line-height:25px;margin:0 0 30px}.c-jobs--col-position{padding-right:5px}.c-jobs--col-city{max-width:140px;padding-right:5px;padding-left:5px}.c-jobs--row-workis td{border-top:1px solid #aacaff;border-bottom:1px solid #aacaff}.c-jobs-manager{margin:0 -15px}.c-jobs-manager--member{margin:0 -15px 30px}.c-legal{padding:48px 0 40px}.c-legal--inner{max-width:748px}.c-legal--heading{font-size:25px;line-height:29px;margin:0 0 40px}.c-nav--sub{top:100%}.c-nav--sub-item{margin-right:46px}.c-nav--lang{background:#fff}.c-nav--lang-anchor{color:#2a3644;font-weight:500}.c-newsletter{padding:70px 0}.c-newsletter--inner{flex-direction:row;max-width:1000px;align-items:center;padding:0 41px}.c-newsletter--img{width:278px;height:345px;margin:0 62px 0 0}.c-newsletter--content{flex:0 1 498px}.c-newsletter--headline{margin:0 40px 36px 0;line-height:36px}.c-newsletter--form{display:flex;margin-bottom:36px}.c-recommend-friend--gift{padding:0 40px;margin-top:80px;line-height:24px}.c-recommend-top:before{width:228px;height:89px}.c-recommend-top .c-recommend--headline{font-size:18px;line-height:34px}.c-recommend-top .c-recommend--anchor{margin:0 240px 0 0}.c-services--heading{min-height:44px}.c-services--item--extended{flex:0 0 220px}.c-services--details{order:10}.c-services--details-image{flex:0 0 300px}.c-services--details-content{padding:36px 32px}.c-services--details-content .wp-block-columns{display:flex;justify-content:space-between}.c-services--details-content .wp-block-column{flex:0 1 calc(50% - 10px)}.c-tabs--nav{margin:0 -10px 25px}.c-tabs--nav-link{font-size:16px;padding:20px 12px}.c-tabs--headline{padding:34px 41px}.c-values--content{min-height:80px;line-height:30px}.t-reason td{display:table-cell;width:50%}.t-reason .t-reason-col-1{padding-right:20px;border-right:1px solid #dfdfdf}.t-reason .t-reason-col-2{padding-left:20px}.t-reason .t-reason-col-2 h2{padding:12px 0 25px}.is-nav--main-item-active .c-nav--sub{display:flex}.is-nav--main-anchor-active{border-bottom-color:#1d2a3a;border-bottom-color:var(--color--blue-dark)}}@media (min-width:48em){.l-section--front-page{background-size:150%}.l-section--recommend{background-position:50% 15%}}@media (min-width:1024px){.l-section--front-page{background-size:120%}}@media (min-width:1280px){.l-section--front-page{background-size:100%}}@media (min-width:1600px){.l-section--front-page{background-size:80%}}@media (min-width:37.5em){.c-btn--popup{max-width:223px}.c-membership td{border-bottom:1px solid #f8f8f8}.c-membership--col-1{width:205px;padding:25px 45px 25px 30px}.c-membership--col-2{padding:25px 30px 25px 0}.c-popup--inner-employee{height:446px;flex-direction:row;background-position:20px 0;background-size:auto}.c-popup--inner-employer{width:668px;height:340px;padding:50px 40px 20px;background-position:315px 100%;background-size:218px}.c-popup--logos{flex:0 1 303px;padding-top:160px}.c-popup--content{flex:0 1 303px}.c-popup--amount{margin:0 auto;left:31px;width:108px;height:108px;font-size:22px;line-height:25px}.c-popup--gift{margin:0 auto;width:70px;height:70px}.c-popup--headline{margin-bottom:56px}.c-popup--message{margin-bottom:24px}.c-popup--headline-employer{max-width:270px;margin:0 0 26px;font-size:26px;line-height:34px}.c-popup--description-employer{max-width:270px;margin:0 0 60px;font-size:14px}.c-popup--button-employer{font-size:18px;line-height:21px}}@media (min-width:22.5em){.c-jobs-manager--member{padding-left:120px}.c-jobs-manager--member-photo{left:30px}}@media (max-width:37.499em){.c-membership td{display:block;padding:10px 20px}.c-popup--logos{order:2;width:100%}.c-popup--content{order:1}.c-popup--workis{display:none}}@media (max-height:24em){.c-popup--inner-employee{background-image:none!important}.c-popup--logos{display:none}}@media (min-width:30em){.c-tooltip{left:50%;transform:translate(-50%);right:auto;padding:16px 28px 17px;top:50px}.c-tooltip:before{right:auto;left:50%;transform:translate(-50%)}}
/*# sourceMappingURL=main.min.css.map */
This source diff could not be displayed because it is too large. You can view the blob instead.
<?php
/**
* Template Name: Employees Landing Page VII
*
* The employees landing page template file
* Learn more: https://codex.wordpress.org/Template_Hierarchy
*
* @package WordPress
* @subpackage Biuro
* @since 1.0
* @version 1.0
*/
get_header('langing');
?>
<div class="l-section l-section--landing-7">
<div class="l-section--inner">
<?php
while ( have_posts() ) :
?>
<div class="c-heading--landing-7">
<?php
the_post();
the_content();
?>
</div>
<?php
endwhile;
?>
</div>
</div>
<div id="content">
<main id="main" class="l-main">
<div class="c-contact-landing-7">
<div class="c-contact-landing-7--inner">
<div class="c-contact-landing-7--content">
<?php
if ( is_active_sidebar( 'landing_page_employees_7' ) ) :
dynamic_sidebar( 'landing_page_employees_7' );
endif;
?>
<div class="c-contact-landing-7--aside">
<svg width="44" height="44" xmlns="http://www.w3.org/2000/svg">
<circle fill="#6CCDBC" cx="22" cy="22" r="22"/>
<path d="M31.268 13.198l-1.466-1.466A2.49 2.49 0 0028.035 11c-.64 0-1.28.244-1.768.732L12.502 25.497l-.496 4.462a.938.938 0 001.035 1.035l4.458-.492 13.769-13.77a2.5 2.5 0 000-3.534zm-14.343 16.11l-3.634.403.405-3.64 10.308-10.308 3.233 3.233-10.312 10.312zm13.459-13.459l-2.263 2.263-3.233-3.233 2.263-2.263c.236-.236.55-.366.884-.366.334 0 .647.13.884.366l1.465 1.465c.487.488.487 1.28 0 1.768z" fill="#FFF"/>
</svg>
<p><?php _e('Fill in the form, and we will get back to you within 1 working day. ', 'biuro'); ?></p>
</div>
</div>
<div class="c-contact-landing-7--form">
<?php
echo do_shortcode('[biuro-contacts--employees page="landing-7"]');
?>
</div>
</div><!-- .c-contact-landing-7--inner -->
</div><!-- .c-contact-landing-7 -->
<div class="c-legal">
<h2 class="c-legal--heading">Юридическая информация для украинских беженцев</h2>
<div class="c-legal--inner">
<div class="c-legal--box">
<div class="c-legal--box-icon">
<svg width="34" height="38" viewBox="0 0 34 38" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M30.3335 3.99935H28.6668V0.666016H25.3335V3.99935H8.66683V0.666016H5.3335V3.99935H3.66683C1.8335 3.99935 0.333496 5.49935 0.333496 7.33268V33.9993C0.333496 35.8327 1.8335 37.3327 3.66683 37.3327H30.3335C32.1668 37.3327 33.6668 35.8327 33.6668 33.9993V7.33268C33.6668 5.49935 32.1668 3.99935 30.3335 3.99935ZM30.3335 33.9993H3.66683V15.666H30.3335V33.9993ZM30.3335 12.3327H3.66683V7.33268H30.3335V12.3327Z" fill="#25303C"/>
<path d="M7.89811 27.7524H8.00635C8.46208 27.7524 8.85324 27.6974 9.17985 27.5872C9.51025 27.4733 9.78179 27.31 9.99447 27.0973C10.2071 26.8847 10.3647 26.6245 10.4673 26.3169C10.5698 26.0055 10.6211 25.6523 10.6211 25.2573V23.6851C10.6211 23.385 10.5907 23.1211 10.5299 22.8932C10.473 22.6654 10.3894 22.4774 10.2793 22.3293C10.173 22.1774 10.0476 22.0634 9.90332 21.9875C9.7628 21.9115 9.6071 21.8735 9.4362 21.8735C9.25391 21.8735 9.0925 21.9191 8.95199 22.0103C8.81147 22.0976 8.69184 22.2172 8.5931 22.3691C8.49816 22.5211 8.4241 22.6957 8.37093 22.8932C8.32156 23.0869 8.29688 23.2901 8.29688 23.5028C8.29688 23.7154 8.32156 23.9186 8.37093 24.1123C8.4203 24.3022 8.49436 24.4712 8.5931 24.6193C8.69184 24.7636 8.81527 24.8794 8.96338 24.9668C9.11149 25.0503 9.28619 25.0921 9.48747 25.0921C9.68115 25.0921 9.85395 25.056 10.0059 24.9839C10.1616 24.9079 10.2926 24.8092 10.3989 24.6877C10.5091 24.5661 10.5926 24.4313 10.6496 24.2832C10.7103 24.1351 10.7407 23.9851 10.7407 23.8332L11.2819 24.1294C11.2819 24.3952 11.2249 24.6573 11.111 24.9155C10.9971 25.1738 10.8376 25.4092 10.6325 25.6219C10.4312 25.8308 10.1976 25.9979 9.9318 26.1232C9.66596 26.2485 9.38113 26.3112 9.07731 26.3112C8.68994 26.3112 8.34625 26.2409 8.04622 26.1004C7.7462 25.9561 7.49175 25.7586 7.28288 25.508C7.0778 25.2535 6.92209 24.9573 6.81576 24.6193C6.70942 24.2813 6.65625 23.9148 6.65625 23.5199C6.65625 23.1173 6.72081 22.7394 6.84993 22.3862C6.98286 22.033 7.17084 21.7216 7.4139 21.452C7.66075 21.1823 7.95508 20.9716 8.29688 20.8197C8.64247 20.664 9.02604 20.5861 9.44759 20.5861C9.86914 20.5861 10.2527 20.6678 10.5983 20.8311C10.9439 20.9944 11.2401 21.226 11.487 21.526C11.7338 21.8223 11.9237 22.1774 12.0566 22.5913C12.1934 23.0053 12.2617 23.4648 12.2617 23.9699V24.5396C12.2617 25.0788 12.2029 25.5801 12.0851 26.0435C11.9712 26.5068 11.7984 26.9264 11.5667 27.3024C11.3389 27.6746 11.054 27.9936 10.7122 28.2594C10.3742 28.5253 9.98117 28.7285 9.53304 28.869C9.08491 29.0095 8.5836 29.0798 8.02913 29.0798H7.89811V27.7524Z" fill="#25303C"/>
<path d="M19.0179 24.1237V25.5592C19.0179 26.1821 18.9514 26.7195 18.8185 27.1714C18.6856 27.6195 18.4938 27.9879 18.2432 28.2765C17.9963 28.5614 17.702 28.7721 17.3602 28.9089C17.0184 29.0456 16.6386 29.1139 16.2209 29.1139C15.8867 29.1139 15.5752 29.0722 15.2866 28.9886C14.998 28.9013 14.7378 28.7664 14.5062 28.5841C14.2783 28.4019 14.0808 28.1721 13.9137 27.8949C13.7504 27.6138 13.6251 27.2796 13.5378 26.8923C13.4504 26.5049 13.4067 26.0605 13.4067 25.5592V24.1237C13.4067 23.5009 13.4732 22.9673 13.6061 22.5229C13.7428 22.0748 13.9346 21.7083 14.1815 21.4235C14.4321 21.1387 14.7284 20.9298 15.0701 20.7969C15.4119 20.6602 15.7917 20.5918 16.2095 20.5918C16.5437 20.5918 16.8532 20.6355 17.138 20.7228C17.4266 20.8064 17.6868 20.9374 17.9185 21.1159C18.1501 21.2944 18.3476 21.5241 18.5109 21.8052C18.6742 22.0824 18.7995 22.4147 18.8869 22.8021C18.9742 23.1857 19.0179 23.6262 19.0179 24.1237ZM17.3716 25.7757V23.9015C17.3716 23.6015 17.3545 23.3395 17.3203 23.1154C17.2899 22.8913 17.2425 22.7014 17.1779 22.5457C17.1133 22.3862 17.0336 22.2571 16.9386 22.1584C16.8437 22.0596 16.7355 21.9875 16.6139 21.9419C16.4924 21.8963 16.3576 21.8735 16.2095 21.8735C16.0234 21.8735 15.8582 21.9096 15.7139 21.9818C15.5734 22.0539 15.4537 22.1698 15.355 22.3293C15.2562 22.485 15.1803 22.6938 15.1271 22.9559C15.0777 23.2141 15.0531 23.5294 15.0531 23.9015V25.7757C15.0531 26.0757 15.0683 26.3397 15.0986 26.5675C15.1328 26.7954 15.1822 26.991 15.2467 27.1543C15.3151 27.3138 15.3949 27.4448 15.486 27.5474C15.5809 27.6461 15.6892 27.7183 15.8107 27.7638C15.936 27.8094 16.0728 27.8322 16.2209 27.8322C16.4032 27.8322 16.5646 27.7961 16.7051 27.724C16.8494 27.648 16.9709 27.5303 17.0697 27.3708C17.1722 27.2075 17.2482 26.9948 17.2975 26.7327C17.3469 26.4707 17.3716 26.1517 17.3716 25.7757Z" fill="#25303C"/>
<path d="M23.8429 27.6556V20.25H25.495V29H24.0081L23.8429 27.6556ZM19.9465 25.9922V25.8726C19.9465 25.4016 19.9996 24.9744 20.106 24.5908C20.2123 24.2035 20.368 23.8711 20.5731 23.5939C20.7782 23.3167 21.0307 23.1021 21.3307 22.9502C21.6308 22.7983 21.9725 22.7223 22.3561 22.7223C22.7169 22.7223 23.0321 22.7983 23.3018 22.9502C23.5752 23.1021 23.8069 23.3186 23.9967 23.5996C24.1904 23.8768 24.3461 24.2053 24.4639 24.5851C24.5816 24.9611 24.667 25.3732 24.7202 25.8213V26.0833C24.667 26.5125 24.5816 26.9112 24.4639 27.2796C24.3461 27.648 24.1904 27.9708 23.9967 28.248C23.8069 28.5215 23.5752 28.7342 23.3018 28.8861C23.0283 29.038 22.7093 29.1139 22.3447 29.1139C21.9612 29.1139 21.6194 29.0361 21.3193 28.8804C21.0231 28.7247 20.7725 28.5063 20.5674 28.2253C20.3661 27.9442 20.2123 27.6138 20.106 27.234C19.9996 26.8543 19.9465 26.4403 19.9465 25.9922ZM21.5871 25.8726V25.9922C21.5871 26.2466 21.6061 26.484 21.644 26.7043C21.6858 26.9245 21.7523 27.1201 21.8434 27.291C21.9384 27.4581 22.0599 27.5891 22.208 27.6841C22.3599 27.7752 22.5441 27.8208 22.7606 27.8208C23.0416 27.8208 23.2733 27.7581 23.4556 27.6328C23.6379 27.5037 23.7765 27.3271 23.8714 27.103C23.9702 26.879 24.0271 26.6207 24.0423 26.3283V25.582C24.0309 25.3428 23.9967 25.1282 23.9398 24.9383C23.8866 24.7446 23.8069 24.5794 23.7005 24.4427C23.598 24.306 23.4689 24.1997 23.3132 24.1237C23.1612 24.0477 22.9808 24.0098 22.772 24.0098C22.5593 24.0098 22.377 24.0591 22.2251 24.1579C22.0732 24.2528 21.9498 24.3838 21.8548 24.5509C21.7637 24.718 21.6953 24.9155 21.6497 25.1434C21.608 25.3675 21.5871 25.6105 21.5871 25.8726Z" fill="#25303C"/>
<path d="M26.8564 28.2082C26.8564 27.9651 26.94 27.7619 27.1071 27.5986C27.278 27.4353 27.504 27.3537 27.785 27.3537C28.066 27.3537 28.2901 27.4353 28.4572 27.5986C28.6281 27.7619 28.7135 27.9651 28.7135 28.2082C28.7135 28.4512 28.6281 28.6544 28.4572 28.8177C28.2901 28.981 28.066 29.0627 27.785 29.0627C27.504 29.0627 27.278 28.981 27.1071 28.8177C26.94 28.6544 26.8564 28.4512 26.8564 28.2082Z" fill="#25303C"/>
</svg>
</div>
<div class="c-legal--box-content"><b>Ukrainian citizens with biometric passports</b> can stay in Lithuania for up to 90 days without a visa.</div>
</div>
<div class="c-legal--box">
<div class="c-legal--box-icon">
<svg width="38" height="34" viewBox="0 0 38 34" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M19.3737 30.084C19.0737 30.384 18.5403 30.434 18.1903 30.084C17.8903 29.784 17.8403 29.2506 18.1903 28.9007L23.8403 23.2507L21.4903 20.9007L15.8403 26.5506C15.5237 26.884 14.9903 26.8673 14.657 26.5506C14.307 26.2006 14.357 25.6673 14.657 25.3673L20.307 19.7173L17.957 17.3673L12.307 23.0173C12.007 23.3173 11.4737 23.3673 11.1237 23.0173C10.807 22.7006 10.807 22.1673 11.1237 21.834L16.7737 16.184L14.407 13.834L8.75699 19.484C8.45699 19.784 7.92366 19.834 7.57366 19.484C7.25699 19.1507 7.25699 18.634 7.57366 18.3006L14.8737 11.0007L17.9903 14.1007C19.5737 15.684 22.307 15.6673 23.8903 14.1007C25.5237 12.4673 25.5237 9.83398 23.8903 8.20065L20.7903 5.10065L21.257 4.63398C22.557 3.33398 24.6737 3.33398 25.9737 4.63398L33.0403 11.7007C34.3403 13.0007 34.3403 15.1173 33.0403 16.4173L19.3737 30.084ZM35.3903 18.784C37.9903 16.184 37.9903 11.9673 35.3903 9.35065L28.3237 2.28398C25.7237 -0.316016 21.507 -0.316016 18.8903 2.28398L18.4237 2.75065L17.957 2.28398C15.357 -0.316016 11.1403 -0.316016 8.52366 2.28398L2.62366 8.18398C0.256989 10.5507 0.0403225 14.234 1.95699 16.834L4.37366 14.4173C3.72366 13.1673 3.94032 11.584 4.99032 10.534L10.8903 4.63398C12.1903 3.33398 14.307 3.33398 15.607 4.63398L21.5403 10.5673C21.8403 10.8673 21.8903 11.4007 21.5403 11.7507C21.1903 12.1007 20.657 12.0507 20.357 11.7507L14.8737 6.28398L5.20699 15.934C3.57366 17.5506 3.57366 20.2006 5.20699 21.834C5.85699 22.484 6.69032 22.884 7.57366 23.0007C7.69032 23.8673 8.07366 24.7007 8.74032 25.3673C9.40699 26.034 10.2403 26.4173 11.107 26.534C11.2237 27.4007 11.607 28.234 12.2737 28.9007C12.9403 29.5673 13.7737 29.9507 14.6403 30.0673C14.757 30.9673 15.157 31.784 15.807 32.434C16.5903 33.2173 17.6403 33.6507 18.757 33.6507C19.8737 33.6507 20.9237 33.2173 21.707 32.434L35.3903 18.784Z" fill="#25303C"/>
</svg>
</div>
<div class="c-legal--box-content"><b>If Ukrainian citizens decide to stay in Lithuania</b> after the deadline to extend their living permit or visa, no deportation decisions will be made by the Migration Department.</div>
</div>
<div class="c-legal--box">
<div class="c-legal--box-icon">
<svg width="38" height="31" viewBox="0 0 38 31" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M18.9998 0.166016L0.666504 14.166L2.68317 16.816L5.6665 14.5327V30.166H32.3332V14.5327L35.3165 16.7993L37.3332 14.166L18.9998 0.166016ZM28.9998 26.8327H8.99984V11.9993L18.9998 4.36602L28.9998 11.9993V26.8327ZM13.9998 18.4993C13.9998 19.416 13.2498 20.166 12.3332 20.166C11.4165 20.166 10.6665 19.416 10.6665 18.4993C10.6665 17.5827 11.4165 16.8327 12.3332 16.8327C13.2498 16.8327 13.9998 17.5827 13.9998 18.4993ZM18.9998 16.8327C19.9165 16.8327 20.6665 17.5827 20.6665 18.4993C20.6665 19.416 19.9165 20.166 18.9998 20.166C18.0832 20.166 17.3332 19.416 17.3332 18.4993C17.3332 17.5827 18.0832 16.8327 18.9998 16.8327ZM23.9998 18.4993C23.9998 17.5827 24.7498 16.8327 25.6665 16.8327C26.5832 16.8327 27.3332 17.5827 27.3332 18.4993C27.3332 19.416 26.5832 20.166 25.6665 20.166C24.7498 20.166 23.9998 19.416 23.9998 18.4993Z" fill="#25303C"/>
</svg>
</div>
<div class="c-legal--box-content"><b>Ukrainian citizens who have received a resolution to leave Lithuania</b> can also stay in the country and wait for further information from the Migration Department.</div>
</div>
</div>
<div class="c-legal--footer">Find more information for citizens of Ukraine on the website of the Migration department: <br ><a href="#">Migration department</a></div>
</div>
<div class="c-jobs c-jobs--ua">
<div class="c-jobs--inner-custom">
<h2 class="c-jobs--headline u-align--center">Предложения о работе</h2>
<?php
global $query_string;
$keys = get_post_custom_keys();
$where = 'valid.meta_value > "' . date('Y-m-d', strtotime('-1 days')) . '"';
foreach ( $keys as $key => $value ) :
$val = trim($value);
$taxonomy = substr($val, 20);
if ( '_' == $val{0} || substr($val, 0, 20) != 'built_in_taxonomies_' || !$taxonomy):
continue;
endif;
$res = get_post_custom_values( $val );
if ( !$res ) :
continue;
endif;
$term = $res[0];
if ( !$term ) :
continue;
endif;
$where = $where . ' AND ' . $taxonomy . '.slug = "' . $term . '"';
endforeach;
debug($term);
// WP Pods fix for multisite
global $wpdb;
$params = array(
'orderby' => 'date DESC',
'where' => $where,
'limit' => 20
);
$langs = pll_the_languages(array('raw'=>1));
$langID = $langs[pll_current_language('slug')]['id'];
$where = $where . ' AND ( `langs`.`object_id` IS NOT NULL )';
$params['join'] = ' LEFT JOIN `' . $wpdb->prefix . 'term_relationships` AS `langs` ON `langs`.`object_id` = `t`.`ID` AND `langs`.`term_taxonomy_id` = ' . $langID;
$params['where'] = $where;
// END WP Pods fix for multisite
$jobs = pods( 'job', $params );
debug( $jobs->total() );
?>
<table cellspacing="0" cellpadding="0" class="c-jobs--table">
<tbody>
<tr>
<td class="c-jobs--col c-jobs--col-position"><a class="c-jobs--anchor" href="https://www.biuro.lt/s/megsti-kokybiskus-baldus-prisijunk-prie-musu/" title="">Komplektuotojai</a></td>
<td class="c-jobs--col c-jobs--col-description"><a class="c-jobs--anchor-alt" href="https://www.biuro.lt/s/megsti-kokybiskus-baldus-prisijunk-prie-musu/" title="">Baldinių detalių pakavimas, tikrinimas, krovimas</a></td>
<td class="c-jobs--col c-jobs--col-city">Klaipėda</td>
<td class="c-jobs--col c-jobs--col-salary">600-700 € į rankas</td>
</tr>
<tr>
<td class="c-jobs--col c-jobs--col-position"><a class="c-jobs--anchor" href="https://www.biuro.lt/s/darbas-tabako-gamybos-imoneje-atlyginimas-mokamas-kas-savaite/" title="">Krovėjai</a></td>
<td class="c-jobs--col c-jobs--col-description"><a class="c-jobs--anchor-alt" href="https://www.biuro.lt/s/darbas-tabako-gamybos-imoneje-atlyginimas-mokamas-kas-savaite/" title="">Pagalbiniai darbai cigarečių gamyboje</a></td>
<td class="c-jobs--col c-jobs--col-city">Klaipėda</td>
<td class="c-jobs--col c-jobs--col-salary">550-600 € į rankas</td>
</tr>
<tr>
<td class="c-jobs--col c-jobs--col-position"><a class="c-jobs--anchor" href="https://www.biuro.lt/s/darbuotojai-kilimu-valymui-rusiavimui-pakavimui/" title="">Kilimų tvarkytojai</a></td>
<td class="c-jobs--col c-jobs--col-description"><a class="c-jobs--anchor-alt" href="https://www.biuro.lt/s/darbuotojai-kilimu-valymui-rusiavimui-pakavimui/" title="">Kilimų rūšiavimas, pakavimas, taisymas, sudėjimas į skalbimo mašiną</a></td>
<td class="c-jobs--col c-jobs--col-city">Klaipėda</td>
<td class="c-jobs--col c-jobs--col-salary">450-550 € į rankas</td>
</tr>
<tr>
<td class="c-jobs--col c-jobs--col-position"><a class="c-jobs--anchor" href="https://www.biuro.lt/s/elektrokrautuvo-vairuotojai-gargzduose-didejantis-atlyginimas/" title="">Elektrokrautuvo vairuotojai</a></td>
<td class="c-jobs--col c-jobs--col-description"><a class="c-jobs--anchor-alt" href="https://www.biuro.lt/s/elektrokrautuvo-vairuotojai-gargzduose-didejantis-atlyginimas/" title="">Krovos darbai su krautuvu ir be jo</a></td>
<td class="c-jobs--col c-jobs--col-city">Gargždai</td>
<td class="c-jobs--col c-jobs--col-salary">650-800 € į rankas</td>
</tr>
</tbody>
</table>
<div><a href=" /darbas-klaipedoje/ " class="o-btn c-btn--alt">Daugiau darbo skelbimų</a></div>
</div>
<div class="c-jobs--info">У вас есть вопросы о работе в Литве? Свяжитесь со Службой занятости <a href="#">здесь</a> или прочитайте ее информационную страницу об <a href="#">услугах для украинцев.</a></div>
</div>
</main><!-- .l-main -->
</div><!-- #content -->
<?php get_footer();
...@@ -152,7 +152,7 @@ ...@@ -152,7 +152,7 @@
?> ?>
<script src="/wp-content/themes/biuro/js/main-476e514c.min.js" async defer></script> <script src="/wp-content/themes/biuro/js/main.min.js" async defer></script>
<script src="/wp-content/themes/biuro/js/vendor/modernizr-custom.js" async defer></script> <script src="/wp-content/themes/biuro/js/vendor/modernizr-custom.js" async defer></script>
......
...@@ -351,6 +351,15 @@ function biuro_widger_areas() { ...@@ -351,6 +351,15 @@ function biuro_widger_areas() {
'after_title' => '', 'after_title' => '',
) ); ) );
register_sidebar( array(
'name' => 'Landing page: Employees 7',
'id' => 'landing_page_employees_7',
'before_widget' => '',
'after_widget' => '',
'before_title' => '',
'after_title' => '',
) );
register_sidebar( array( register_sidebar( array(
'name' => 'Jobs: No job ads area', 'name' => 'Jobs: No job ads area',
'id' => 'no_job_ads', 'id' => 'no_job_ads',
......
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
<link rel="preload" as="font" type="font/woff2" href="/wp-content/themes/biuro/fonts/roboto-v19-cyrillic_latin_cyrillic-ext_latin-ext-500.woff2" crossorigin="anonymous" > <link rel="preload" as="font" type="font/woff2" href="/wp-content/themes/biuro/fonts/roboto-v19-cyrillic_latin_cyrillic-ext_latin-ext-500.woff2" crossorigin="anonymous" >
<link rel="preload" as="font" type="font/woff2" href="/wp-content/themes/biuro/fonts/roboto-v19-cyrillic_latin_cyrillic-ext_latin-ext-regular.woff2" crossorigin="anonymous" > <link rel="preload" as="font" type="font/woff2" href="/wp-content/themes/biuro/fonts/roboto-v19-cyrillic_latin_cyrillic-ext_latin-ext-regular.woff2" crossorigin="anonymous" >
<style><?php include 'css/core-0b7f9f1db2.min.css'; ?></style> <style><?php include 'css/core.min.css'; ?></style>
<script> <script>
document.documentElement.classList.replace('no-js', 'js'); document.documentElement.classList.replace('no-js', 'js');
...@@ -42,13 +42,13 @@ ...@@ -42,13 +42,13 @@
<link rel="preload" as="font" type="font/woff2" href="/wp-content/themes/biuro/fonts/roboto-v19-cyrillic_latin_cyrillic-ext_latin-ext-300.woff2" crossorigin="anonymous" > <link rel="preload" as="font" type="font/woff2" href="/wp-content/themes/biuro/fonts/roboto-v19-cyrillic_latin_cyrillic-ext_latin-ext-300.woff2" crossorigin="anonymous" >
<link rel="preload" as="font" type="font/woff2" href="/wp-content/themes/biuro/fonts/roboto-v19-cyrillic_latin_cyrillic-ext_latin-ext-700.woff2" crossorigin="anonymous" > <link rel="preload" as="font" type="font/woff2" href="/wp-content/themes/biuro/fonts/roboto-v19-cyrillic_latin_cyrillic-ext_latin-ext-700.woff2" crossorigin="anonymous" >
<link rel="preload" href="/wp-content/themes/biuro/css/main-d8844b4ac5.min.css" as="style" onload="this.rel='stylesheet'"> <link rel="preload" href="/wp-content/themes/biuro/css/main.min.css" as="style" onload="this.rel='stylesheet'">
<link rel="preconnect" href="https://www.gstatic.com"> <link rel="preconnect" href="https://www.gstatic.com">
<link rel="preconnect" href="https://fonts.gstatic.com"> <link rel="preconnect" href="https://fonts.gstatic.com">
<noscript> <noscript>
<link rel="stylesheet" href="/wp-content/themes/biuro/css/main-d8844b4ac5.min.css"> <link rel="stylesheet" href="/wp-content/themes/biuro/css/main.min.css">
</noscript> </noscript>
<?php wp_head(); ?> <?php wp_head(); ?>
......
...@@ -44,7 +44,7 @@ ...@@ -44,7 +44,7 @@
<link rel="preload" as="font" type="font/woff2" href="/wp-content/themes/biuro/fonts/roboto-v19-cyrillic_latin_cyrillic-ext_latin-ext-500.woff2" crossorigin="anonymous" > <link rel="preload" as="font" type="font/woff2" href="/wp-content/themes/biuro/fonts/roboto-v19-cyrillic_latin_cyrillic-ext_latin-ext-500.woff2" crossorigin="anonymous" >
<link rel="preload" as="font" type="font/woff2" href="/wp-content/themes/biuro/fonts/roboto-v19-cyrillic_latin_cyrillic-ext_latin-ext-regular.woff2" crossorigin="anonymous" > <link rel="preload" as="font" type="font/woff2" href="/wp-content/themes/biuro/fonts/roboto-v19-cyrillic_latin_cyrillic-ext_latin-ext-regular.woff2" crossorigin="anonymous" >
<style><?php include 'css/core-0b7f9f1db2.min.css'; ?></style> <style><?php include 'css/core.min.css'; ?></style>
<script> <script>
document.documentElement.classList.replace('no-js', 'js'); document.documentElement.classList.replace('no-js', 'js');
...@@ -53,13 +53,13 @@ ...@@ -53,13 +53,13 @@
<link rel="preload" as="font" type="font/woff2" href="/wp-content/themes/biuro/fonts/roboto-v19-cyrillic_latin_cyrillic-ext_latin-ext-300.woff2" crossorigin="anonymous" > <link rel="preload" as="font" type="font/woff2" href="/wp-content/themes/biuro/fonts/roboto-v19-cyrillic_latin_cyrillic-ext_latin-ext-300.woff2" crossorigin="anonymous" >
<link rel="preload" as="font" type="font/woff2" href="/wp-content/themes/biuro/fonts/roboto-v19-cyrillic_latin_cyrillic-ext_latin-ext-700.woff2" crossorigin="anonymous" > <link rel="preload" as="font" type="font/woff2" href="/wp-content/themes/biuro/fonts/roboto-v19-cyrillic_latin_cyrillic-ext_latin-ext-700.woff2" crossorigin="anonymous" >
<link rel="preload" href="/wp-content/themes/biuro/css/main-d8844b4ac5.min.css" as="style" onload="this.rel='stylesheet'"> <link rel="preload" href="/wp-content/themes/biuro/css/main.min.css" as="style" onload="this.rel='stylesheet'">
<link rel="preconnect" href="https://www.gstatic.com"> <link rel="preconnect" href="https://www.gstatic.com">
<link rel="preconnect" href="https://fonts.gstatic.com"> <link rel="preconnect" href="https://fonts.gstatic.com">
<noscript> <noscript>
<link rel="stylesheet" href="/wp-content/themes/biuro/css/main-d8844b4ac5.min.css"> <link rel="stylesheet" href="/wp-content/themes/biuro/css/main.min.css">
</noscript> </noscript>
<?php <?php
......
<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M16 16H2V2H9V0H2C0.89 0 0 0.9 0 2V16C0 17.1 0.89 18 2 18H16C17.1 18 18 17.1 18 16V9H16V16ZM11 0V2H14.59L4.76 11.83L6.17 13.24L16 3.41V7H18V0H11Z" fill="#0245CE"/>
</svg>
(window.webpackJsonp=window.webpackJsonp||[]).push([[0],{7:function(e,t,n){"use strict";n.r(t);const o=e=>{if(!e)return;const t=e.parentNode.nextElementSibling;if(!t||!t.classList.contains("c-accordion--content"))return;const n=e.classList.contains("c-accordion--header--is-expanded");n?(e=>{const t=e.scrollHeight,n=e.style.transition;e.style.transition="",requestAnimationFrame(()=>{e.style.height=t+"px",e.style.transition=n,requestAnimationFrame(()=>{e.style.height="0px"})})})(t):(history.pushState({},"",e.hash),requestAnimationFrame(()=>{(e=>{const t=e.offsetTop-(Math.max(document.documentElement.clientWidth,window.innerWidth||0)<960?72:117);window.scrollTo({top:t,behavior:"smooth"}),e.blur()})(e),requestAnimationFrame(()=>{(e=>{const t=e.scrollHeight,n=t=>{e.removeEventListener("transitionend",n)};e.style.height=t+"px",e.addEventListener("transitionend",n)})(t)})})),e.classList.toggle("c-accordion--header--is-expanded",!n)};t.default=()=>{document.querySelectorAll(".c-accordion--content").forEach(e=>{e.classList.add("c-accordion--content--is-collapsed")}),window.location.hash&&o(document.querySelector(window.location.hash)),document.querySelectorAll(".js-accordion--header").forEach(e=>{e.addEventListener("click",t=>{t.preventDefault(),o(e)})})}}}]);
\ No newline at end of file
(window["webpackJsonp"] = window["webpackJsonp"] || []).push([["accordion"],{
/***/ "./wp-content/themes/biuro/js/components/accordion/accordion.js":
/*!**********************************************************************!*\
!*** ./wp-content/themes/biuro/js/components/accordion/accordion.js ***!
\**********************************************************************/
/*! exports provided: default */
/***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict";
eval("__webpack_require__.r(__webpack_exports__);\nconst collapseContent = n => {\n const h = n.scrollHeight;\n const t = n.style.transition;\n n.style.transition = '';\n requestAnimationFrame(() => {\n n.style.height = h + 'px';\n n.style.transition = t;\n requestAnimationFrame(() => {\n n.style.height = 0 + 'px';\n });\n });\n};\n\nconst expandContent = n => {\n const h = n.scrollHeight;\n\n const done = e => {\n n.removeEventListener('transitionend', done);\n };\n\n n.style.height = h + 'px';\n n.addEventListener('transitionend', done);\n};\n\nconst scrollToSection = header => {\n const top = header.offsetTop - (Math.max(document.documentElement.clientWidth, window.innerWidth || 0) < 960 ? 72 : 117);\n window.scrollTo({\n top: top,\n behavior: 'smooth'\n });\n header.blur();\n};\n\nconst toggleSection = header => {\n if (!header) {\n return;\n }\n\n const node = header.parentNode.nextElementSibling;\n\n if (!node || !node.classList.contains('c-accordion--content')) {\n return;\n }\n\n const isOpen = header.classList.contains('c-accordion--header--is-expanded');\n\n if (isOpen) {\n collapseContent(node);\n } else {\n history.pushState({}, '', header.hash);\n requestAnimationFrame(() => {\n scrollToSection(header);\n requestAnimationFrame(() => {\n expandContent(node);\n });\n });\n }\n\n header.classList.toggle('c-accordion--header--is-expanded', !isOpen);\n};\n\nconst inititateAccordion = () => {\n document.querySelectorAll('.c-accordion--content').forEach(content => {\n content.classList.add('c-accordion--content--is-collapsed');\n });\n\n if (window.location.hash) {\n toggleSection(document.querySelector(window.location.hash));\n }\n\n document.querySelectorAll('.js-accordion--header').forEach(header => {\n header.addEventListener('click', e => {\n e.preventDefault();\n toggleSection(header);\n });\n });\n};\n\n/* harmony default export */ __webpack_exports__[\"default\"] = (inititateAccordion);\n\n//# sourceURL=webpack:///./wp-content/themes/biuro/js/components/accordion/accordion.js?");
/***/ })
}]);
\ No newline at end of file
(window.webpackJsonp=window.webpackJsonp||[]).push([[1],{10:function(t,e,i){"use strict";i.r(e);var n=i(5);const s=t=>{var e={"ą":"a","č":"c","ę":"e","ė":"e","į":"i","š":"s","ų":"u","ū":"u","ž":"z","ā":"a","ē":"e","ģ":"g","ī":"i","ķ":"k","ļ":"l","ņ":"n","õ":"o","ä":"a","ö":"o","ü":"u"};return t=(t=(t=t.trim()).toLowerCase()).replace(/[ąčęėįšųūžāēģīķļņõäöü]/g,t=>e[t])},r=t=>{const e=document.getElementById(t),i=document.querySelector(".js-toggle--"+t),r=document.querySelector(".js-clear--"+t);let o=!1;const u=(t,e,i,n)=>{const s="search-city"===e.id?"query":"city";fetch("/wp-json/api/v1/options?langID="+t+"&str="+i+"&type="+s).then(t=>t.json()).then(t=>{if(!t||!t.length)return;const i=t.map(t=>({label:t.name+" ("+t.total+")",value:t.name}));e.box.list=i,n?(e.box.evaluate(),e.box.close()):(e.focus(),e.box.evaluate())})},a=t=>{const e="search-city"===t.id?document.getElementById("search-query"):document.getElementById("search-city");!e||e.value&&t.value||(!e.value&&t.value?u(t.dataset.id,e,t.value,!0):t.value||(u(t.dataset.id,t,e.value),e.value||u(t.dataset.id,e,e.value,!0)))},l=(t,e=0)=>{setTimeout(()=>{o=t},e),i&&i.classList.toggle("is-open",t)};if(!e)return;const c=new n.a(e,{minChars:0,maxItems:1e3,sort:!1,filter:function(t,e){return-1!==s(t).indexOf(s(e))}});e.addEventListener("input",()=>{r&&r.classList.toggle("u-hidden",!e.value),i&&i.classList.toggle("u-hidden",!!e.value)}),e.addEventListener("focus",()=>{o||0!==c.ul.childNodes.length&&!c.ul.hasAttribute("hidden")?(l(!1),c.close(),e.blur()):(l(!0),c.evaluate())}),e.addEventListener("blur",()=>{const t=Array.isArray(c.suggestions)&&1===c.suggestions.length?c.suggestions[0]:null;t&&s(e.value)===s(t.value)&&(e.value=t.value)}),e.addEventListener("awesomplete-selectcomplete",()=>{e.blur(),a(e),r&&r.classList.remove("u-hidden"),i&&i.classList.add("u-hidden")}),e.addEventListener("awesomplete-close",()=>{l(!1,150)}),i&&i.addEventListener("click",t=>{o?c.close():e.focus()}),r&&r.addEventListener("click",()=>{e.value="",a(e),r&&r.classList.add("u-hidden"),i&&i.classList.remove("u-hidden")}),e.box=c},o=(t,e)=>{if(!t||!e)return;const i=new n.a(t,{minChars:0,maxItems:1e3,sort:!1,filter:function(t,e){return-1!==s(t).indexOf(s(e))},replace:function(t){this.input.value=t.label,e&&(e.value=t.value)}});t.addEventListener("focus",()=>{i.evaluate()}),t.addEventListener("blur",()=>{const n=Array.isArray(i.suggestions)&&1===i.suggestions.length?i.suggestions[0]:null;n&&s(t.value)===s(n.label)&&(t.value=n.label,e&&(e.value=n.value))})};e.default=()=>{const t=document.getElementById("search"),e=document.getElementById("search-city"),i=document.getElementById("search-query");e&&r("search-city"),i&&r("search-query"),t&&e&&i&&t.addEventListener("submit",t=>{e.value||i.value||(e.focus(),t.preventDefault())},!1),o(document.getElementById("form-city"),document.getElementById("form-city-id")),o(document.getElementById("recommend-form-city"),document.getElementById("recommend-form-city-id"))}},5:function(t,e,i){"use strict";(function(t){e.a=function(){var e=function(t,i){var n=this;e.count=(e.count||0)+1,this.count=e.count,this.isOpened=!1,this.input=s(t),this.input.setAttribute("autocomplete","off"),this.input.setAttribute("aria-expanded","false"),this.input.setAttribute("aria-owns","awesomplete_list_"+this.count),this.input.setAttribute("role","combobox"),this.options=i=i||{},function(t,e,i){for(var n in e){var s=e[n],r=t.input.getAttribute("data-"+n.toLowerCase());t[n]="number"==typeof s?parseInt(r):!1===s?null!==r:s instanceof Function?null:r,t[n]||0===t[n]||(t[n]=n in i?i[n]:s)}}(this,{minChars:2,maxItems:10,autoFirst:!1,data:e.DATA,filter:e.FILTER_CONTAINS,sort:!1!==i.sort&&e.SORT_BYLENGTH,container:e.CONTAINER,item:e.ITEM,replace:e.REPLACE,tabSelect:!1},i),this.index=-1,this.container=this.container(t),this.ul=s.create("ul",{hidden:"hidden",role:"listbox",id:"awesomplete_list_"+this.count,inside:this.container}),this.status=s.create("span",{className:"visually-hidden",role:"status","aria-live":"assertive","aria-atomic":!0,inside:this.container,textContent:0!=this.minChars?"Type "+this.minChars+" or more characters for results.":"Begin typing for results."}),this._events={input:{input:this.evaluate.bind(this),blur:this.close.bind(this,{reason:"blur"}),keydown:function(t){var e=t.keyCode;n.opened&&(13===e&&n.selected?(t.preventDefault(),n.select()):9===e&&n.selected&&n.tabSelect?n.select():27===e?n.close({reason:"esc"}):38!==e&&40!==e||(t.preventDefault(),n[38===e?"previous":"next"]()))}},form:{submit:this.close.bind(this,{reason:"submit"})},ul:{mousedown:function(t){t.preventDefault()},click:function(t){var e=t.target;if(e!==this){for(;e&&!/li/i.test(e.nodeName);)e=e.parentNode;e&&0===t.button&&(t.preventDefault(),n.select(e,t.target))}}}},s.bind(this.input,this._events.input),s.bind(this.input.form,this._events.form),s.bind(this.ul,this._events.ul),this.input.hasAttribute("list")?(this.list="#"+this.input.getAttribute("list"),this.input.removeAttribute("list")):this.list=this.input.getAttribute("data-list")||i.list||[],e.all.push(this)};function i(t){var e=Array.isArray(t)?{label:t[0],value:t[1]}:"object"==typeof t&&"label"in t&&"value"in t?t:{label:t,value:t};this.label=e.label||e.value,this.value=e.value}e.prototype={set list(t){if(Array.isArray(t))this._list=t;else if("string"==typeof t&&t.indexOf(",")>-1)this._list=t.split(/\s*,\s*/);else if((t=s(t))&&t.children){var e=[];n.apply(t.children).forEach((function(t){if(!t.disabled){var i=t.textContent.trim(),n=t.value||i,s=t.label||i;""!==n&&e.push({label:s,value:n})}})),this._list=e}document.activeElement===this.input&&this.evaluate()},get selected(){return this.index>-1},get opened(){return this.isOpened},close:function(t){this.opened&&(this.input.setAttribute("aria-expanded","false"),this.ul.setAttribute("hidden",""),this.isOpened=!1,this.index=-1,this.status.setAttribute("hidden",""),s.fire(this.input,"awesomplete-close",t||{}))},open:function(){this.input.setAttribute("aria-expanded","true"),this.ul.removeAttribute("hidden"),this.isOpened=!0,this.status.removeAttribute("hidden"),this.autoFirst&&-1===this.index&&this.goto(0),s.fire(this.input,"awesomplete-open")},destroy:function(){if(s.unbind(this.input,this._events.input),s.unbind(this.input.form,this._events.form),!this.options.container){var t=this.container.parentNode;t.insertBefore(this.input,this.container),t.removeChild(this.container)}this.input.removeAttribute("autocomplete"),this.input.removeAttribute("aria-autocomplete");var i=e.all.indexOf(this);-1!==i&&e.all.splice(i,1)},next:function(){var t=this.ul.children.length;this.goto(this.index<t-1?this.index+1:t?0:-1)},previous:function(){var t=this.ul.children.length,e=this.index-1;this.goto(this.selected&&-1!==e?e:t-1)},goto:function(t){var e=this.ul.children;this.selected&&e[this.index].setAttribute("aria-selected","false"),this.index=t,t>-1&&e.length>0&&(e[t].setAttribute("aria-selected","true"),this.status.textContent=e[t].textContent+", list item "+(t+1)+" of "+e.length,this.input.setAttribute("aria-activedescendant",this.ul.id+"_item_"+this.index),this.ul.scrollTop=e[t].offsetTop-this.ul.clientHeight+e[t].clientHeight,s.fire(this.input,"awesomplete-highlight",{text:this.suggestions[this.index]}))},select:function(t,e){if(t?this.index=s.siblingIndex(t):t=this.ul.children[this.index],t){var i=this.suggestions[this.index];s.fire(this.input,"awesomplete-select",{text:i,origin:e||t})&&(this.replace(i),this.close({reason:"select"}),s.fire(this.input,"awesomplete-selectcomplete",{text:i}))}},evaluate:function(){var t=this,e=this.input.value;e.length>=this.minChars&&this._list&&this._list.length>0?(this.index=-1,this.ul.innerHTML="",this.suggestions=this._list.map((function(n){return new i(t.data(n,e))})).filter((function(i){return t.filter(i,e)})),!1!==this.sort&&(this.suggestions=this.suggestions.sort(this.sort)),this.suggestions=this.suggestions.slice(0,this.maxItems),this.suggestions.forEach((function(i,n){t.ul.appendChild(t.item(i,e,n))})),0===this.ul.children.length?(this.status.textContent="No results found",this.close({reason:"nomatches"})):(this.open(),this.status.textContent=this.ul.children.length+" results found")):(this.close({reason:"nomatches"}),this.status.textContent="No results found")}},e.all=[],e.FILTER_CONTAINS=function(t,e){return RegExp(s.regExpEscape(e.trim()),"i").test(t)},e.FILTER_STARTSWITH=function(t,e){return RegExp("^"+s.regExpEscape(e.trim()),"i").test(t)},e.SORT_BYLENGTH=function(t,e){return t.length!==e.length?t.length-e.length:t<e?-1:1},e.CONTAINER=function(t){return s.create("div",{className:"awesomplete",around:t})},e.ITEM=function(t,e,i){var n=""===e.trim()?t:t.replace(RegExp(s.regExpEscape(e.trim()),"gi"),"<mark>$&</mark>");return s.create("li",{innerHTML:n,role:"option","aria-selected":"false",id:"awesomplete_list_"+this.count+"_item_"+i})},e.REPLACE=function(t){this.input.value=t.value},e.DATA=function(t){return t},Object.defineProperty(i.prototype=Object.create(String.prototype),"length",{get:function(){return this.label.length}}),i.prototype.toString=i.prototype.valueOf=function(){return""+this.label};var n=Array.prototype.slice;function s(t,e){return"string"==typeof t?(e||document).querySelector(t):t||null}function r(t,e){return n.call((e||document).querySelectorAll(t))}function o(){r("input.awesomplete").forEach((function(t){new e(t)}))}return s.create=function(t,e){var i=document.createElement(t);for(var n in e){var r=e[n];if("inside"===n)s(r).appendChild(i);else if("around"===n){var o=s(r);o.parentNode.insertBefore(i,o),i.appendChild(o),null!=o.getAttribute("autofocus")&&o.focus()}else n in i?i[n]=r:i.setAttribute(n,r)}return i},s.bind=function(t,e){if(t)for(var i in e){var n=e[i];i.split(/\s+/).forEach((function(e){t.addEventListener(e,n)}))}},s.unbind=function(t,e){if(t)for(var i in e){var n=e[i];i.split(/\s+/).forEach((function(e){t.removeEventListener(e,n)}))}},s.fire=function(t,e,i){var n=document.createEvent("HTMLEvents");for(var s in n.initEvent(e,!0,!0),i)n[s]=i[s];return t.dispatchEvent(n)},s.regExpEscape=function(t){return t.replace(/[-\\^$*+?.()|[\]{}]/g,"\\$&")},s.siblingIndex=function(t){for(var e=0;t=t.previousElementSibling;e++);return e},"undefined"!=typeof self&&(self.Awesomplete=e),"undefined"!=typeof Document&&("loading"!==document.readyState?o():document.addEventListener("DOMContentLoaded",o)),e.$=s,e.$$=r,t.exports&&(t.exports=e),e}()}).call(this,i(6)(t))},6:function(t,e){t.exports=function(t){if(!t.webpackPolyfill){var e=Object.create(t);e.children||(e.children=[]),Object.defineProperty(e,"loaded",{enumerable:!0,get:function(){return e.l}}),Object.defineProperty(e,"id",{enumerable:!0,get:function(){return e.i}}),Object.defineProperty(e,"exports",{enumerable:!0}),e.webpackPolyfill=1}return e}}}]);
\ No newline at end of file
(window["webpackJsonp"] = window["webpackJsonp"] || []).push([["autocomplete"],{
/***/ "./node_modules/webpack/buildin/harmony-module.js":
/*!*******************************************!*\
!*** (webpack)/buildin/harmony-module.js ***!
\*******************************************/
/*! no static exports found */
/***/ (function(module, exports) {
eval("module.exports = function(originalModule) {\n\tif (!originalModule.webpackPolyfill) {\n\t\tvar module = Object.create(originalModule);\n\t\t// module.parent = undefined by default\n\t\tif (!module.children) module.children = [];\n\t\tObject.defineProperty(module, \"loaded\", {\n\t\t\tenumerable: true,\n\t\t\tget: function() {\n\t\t\t\treturn module.l;\n\t\t\t}\n\t\t});\n\t\tObject.defineProperty(module, \"id\", {\n\t\t\tenumerable: true,\n\t\t\tget: function() {\n\t\t\t\treturn module.i;\n\t\t\t}\n\t\t});\n\t\tObject.defineProperty(module, \"exports\", {\n\t\t\tenumerable: true\n\t\t});\n\t\tmodule.webpackPolyfill = 1;\n\t}\n\treturn module;\n};\n\n\n//# sourceURL=webpack:///(webpack)/buildin/harmony-module.js?");
/***/ }),
/***/ "./wp-content/themes/biuro/js/components/autocomplete/autocomplete.js":
/*!****************************************************************************!*\
!*** ./wp-content/themes/biuro/js/components/autocomplete/autocomplete.js ***!
\****************************************************************************/
/*! exports provided: default */
/***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict";
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _vendor_awesomplete__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./vendor/awesomplete */ \"./wp-content/themes/biuro/js/components/autocomplete/vendor/awesomplete.js\");\n\n\nconst lisp = str => {\n var symbols = {\n 'ą': 'a',\n 'č': 'c',\n 'ę': 'e',\n 'ė': 'e',\n 'į': 'i',\n 'š': 's',\n 'ų': 'u',\n 'ū': 'u',\n 'ž': 'z',\n 'ā': 'a',\n 'ē': 'e',\n 'ģ': 'g',\n 'ī': 'i',\n 'ķ': 'k',\n 'ļ': 'l',\n 'ņ': 'n',\n 'õ': 'o',\n 'ä': 'a',\n 'ö': 'o',\n 'ü': 'u'\n };\n str = str.trim();\n str = str.toLowerCase();\n str = str.replace(/[ąčęėįšųūžāēģīķļņõäöü]/g, s => {\n return symbols[s];\n });\n return str;\n};\n\nconst autocomplete = str => {\n const node = document.getElementById(str);\n const arrow = document.querySelector('.js-toggle--' + str);\n const clear = document.querySelector('.js-clear--' + str);\n let isOpen = false;\n let isClosed = false;\n\n const update = (langID, target, str, hidden) => {\n const type = target.id === 'search-city' ? 'query' : 'city';\n fetch('/wp-json/api/v1/options?langID=' + langID + '&str=' + str + '&type=' + type).then(t => t.json()).then(data => {\n if (!data || !data.length) {\n return;\n }\n\n const list = data.map(option => {\n return {\n label: option.name + ' (' + option.total + ')',\n value: option.name\n };\n });\n target.box.list = list;\n\n if (hidden) {\n target.box.evaluate();\n target.box.close();\n } else {\n target.focus();\n target.box.evaluate();\n }\n });\n };\n\n const updateOptions = node => {\n const target = node.id === 'search-city' ? document.getElementById('search-query') : document.getElementById('search-city');\n\n if (!target || target.value && node.value) {\n return;\n }\n\n if (!target.value && node.value) {\n update(node.dataset.id, target, node.value, true);\n } else if (!node.value) {\n update(node.dataset.id, node, target.value);\n\n if (!target.value) {\n update(node.dataset.id, target, target.value, true);\n }\n }\n };\n\n const toggle = (status, delay = 0) => {\n setTimeout(() => {\n isOpen = status;\n }, delay);\n\n if (arrow) {\n arrow.classList.toggle('is-open', status);\n }\n };\n\n if (!node) {\n return;\n }\n\n const box = new _vendor_awesomplete__WEBPACK_IMPORTED_MODULE_0__[\"default\"](node, {\n minChars: 0,\n maxItems: 1000,\n sort: false,\n filter: function (text, input) {\n return lisp(text).indexOf(lisp(input)) !== -1;\n }\n });\n node.addEventListener('input', () => {\n if (clear) {\n clear.classList.toggle('u-hidden', !node.value);\n }\n\n if (arrow) {\n arrow.classList.toggle('u-hidden', !!node.value);\n }\n });\n node.addEventListener('focus', () => {\n if (!isOpen && (box.ul.childNodes.length === 0 || box.ul.hasAttribute('hidden'))) {\n toggle(true);\n box.evaluate();\n } else {\n toggle(false);\n box.close();\n node.blur();\n }\n });\n node.addEventListener('blur', () => {\n const suggestion = Array.isArray(box.suggestions) && box.suggestions.length === 1 ? box.suggestions[0] : null;\n\n if (!suggestion) {\n return;\n }\n\n if (lisp(node.value) === lisp(suggestion.value)) {\n node.value = suggestion.value;\n }\n });\n node.addEventListener('awesomplete-selectcomplete', () => {\n node.blur();\n updateOptions(node);\n\n if (clear) {\n clear.classList.remove('u-hidden');\n }\n\n if (arrow) {\n arrow.classList.add('u-hidden');\n }\n });\n node.addEventListener('awesomplete-close', () => {\n toggle(false, 150);\n });\n\n if (arrow) {\n arrow.addEventListener('click', e => {\n if (!isOpen) {\n node.focus();\n } else {\n box.close();\n }\n });\n }\n\n if (clear) {\n clear.addEventListener('click', () => {\n node.value = '';\n updateOptions(node);\n\n if (clear) {\n clear.classList.add('u-hidden');\n }\n\n if (arrow) {\n arrow.classList.remove('u-hidden');\n }\n });\n }\n\n node.box = box;\n};\n\nconst setCityAwesomplete = (node, cityID) => {\n if (!node || !cityID) {\n return;\n }\n\n const nodeBox = new _vendor_awesomplete__WEBPACK_IMPORTED_MODULE_0__[\"default\"](node, {\n minChars: 0,\n maxItems: 1000,\n sort: false,\n filter: function (text, input) {\n return lisp(text).indexOf(lisp(input)) !== -1;\n },\n replace: function (suggestion) {\n this.input.value = suggestion.label;\n\n if (cityID) {\n cityID.value = suggestion.value;\n }\n }\n });\n node.addEventListener('focus', () => {\n nodeBox.evaluate();\n });\n node.addEventListener('blur', () => {\n const suggestion = Array.isArray(nodeBox.suggestions) && nodeBox.suggestions.length === 1 ? nodeBox.suggestions[0] : null;\n\n if (!suggestion) {\n return;\n }\n\n if (lisp(node.value) === lisp(suggestion.label)) {\n node.value = suggestion.label;\n\n if (cityID) {\n cityID.value = suggestion.value;\n }\n }\n });\n};\n\nconst setCityAwesompletes = () => {\n setCityAwesomplete(document.getElementById('form-city'), document.getElementById('form-city-id'));\n setCityAwesomplete(document.getElementById('recommend-form-city'), document.getElementById('recommend-form-city-id'));\n};\n\nconst inititateAutocomplete = () => {\n const search = document.getElementById('search');\n const city = document.getElementById('search-city');\n const query = document.getElementById('search-query');\n\n if (city) {\n autocomplete('search-city');\n }\n\n if (query) {\n autocomplete('search-query');\n }\n\n if (search && city && query) {\n search.addEventListener('submit', e => {\n if (!city.value && !query.value) {\n city.focus();\n e.preventDefault();\n }\n }, false);\n }\n\n setCityAwesompletes();\n};\n\n/* harmony default export */ __webpack_exports__[\"default\"] = (inititateAutocomplete);\n\n//# sourceURL=webpack:///./wp-content/themes/biuro/js/components/autocomplete/autocomplete.js?");
/***/ }),
/***/ "./wp-content/themes/biuro/js/components/autocomplete/vendor/awesomplete.js":
/*!**********************************************************************************!*\
!*** ./wp-content/themes/biuro/js/components/autocomplete/vendor/awesomplete.js ***!
\**********************************************************************************/
/*! exports provided: default */
/***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict";
eval("__webpack_require__.r(__webpack_exports__);\n/* WEBPACK VAR INJECTION */(function(module) {/**\n * Simple, lightweight, usable local autocomplete library for modern browsers\n * Because there weren’t enough autocomplete scripts in the world? Because I’m completely insane and have NIH syndrome? Probably both. :P\n * @author Lea Verou http://leaverou.github.io/awesomplete\n * MIT license\n */\n/* harmony default export */ __webpack_exports__[\"default\"] = ((function () {\n var _ = function (input, o) {\n var me = this; // Keep track of number of instances for unique IDs\n\n _.count = (_.count || 0) + 1;\n this.count = _.count; // Setup\n\n this.isOpened = false;\n this.input = $(input);\n this.input.setAttribute(\"autocomplete\", \"off\");\n this.input.setAttribute(\"aria-expanded\", \"false\");\n this.input.setAttribute(\"aria-owns\", \"awesomplete_list_\" + this.count);\n this.input.setAttribute(\"role\", \"combobox\"); // store constructor options in case we need to distinguish\n // between default and customized behavior later on\n\n this.options = o = o || {};\n configure(this, {\n minChars: 2,\n maxItems: 10,\n autoFirst: false,\n data: _.DATA,\n filter: _.FILTER_CONTAINS,\n sort: o.sort === false ? false : _.SORT_BYLENGTH,\n container: _.CONTAINER,\n item: _.ITEM,\n replace: _.REPLACE,\n tabSelect: false\n }, o);\n this.index = -1; // Create necessary elements\n\n this.container = this.container(input);\n this.ul = $.create(\"ul\", {\n hidden: \"hidden\",\n role: \"listbox\",\n id: \"awesomplete_list_\" + this.count,\n inside: this.container\n });\n this.status = $.create(\"span\", {\n className: \"visually-hidden\",\n role: \"status\",\n \"aria-live\": \"assertive\",\n \"aria-atomic\": true,\n inside: this.container,\n textContent: this.minChars != 0 ? \"Type \" + this.minChars + \" or more characters for results.\" : \"Begin typing for results.\"\n }); // Bind events\n\n this._events = {\n input: {\n \"input\": this.evaluate.bind(this),\n \"blur\": this.close.bind(this, {\n reason: \"blur\"\n }),\n \"keydown\": function (evt) {\n var c = evt.keyCode; // If the dropdown `ul` is in view, then act on keydown for the following keys:\n // Enter / Esc / Up / Down\n\n if (me.opened) {\n if (c === 13 && me.selected) {\n // Enter\n evt.preventDefault();\n me.select();\n } else if (c === 9 && me.selected && me.tabSelect) {\n me.select();\n } else if (c === 27) {\n // Esc\n me.close({\n reason: \"esc\"\n });\n } else if (c === 38 || c === 40) {\n // Down/Up arrow\n evt.preventDefault();\n me[c === 38 ? \"previous\" : \"next\"]();\n }\n }\n }\n },\n form: {\n \"submit\": this.close.bind(this, {\n reason: \"submit\"\n })\n },\n ul: {\n // Prevent the default mousedowm, which ensures the input is not blurred.\n // The actual selection will happen on click. This also ensures dragging the\n // cursor away from the list item will cancel the selection\n \"mousedown\": function (evt) {\n evt.preventDefault();\n },\n // The click event is fired even if the corresponding mousedown event has called preventDefault\n \"click\": function (evt) {\n var li = evt.target;\n\n if (li !== this) {\n while (li && !/li/i.test(li.nodeName)) {\n li = li.parentNode;\n }\n\n if (li && evt.button === 0) {\n // Only select on left click\n evt.preventDefault();\n me.select(li, evt.target);\n }\n }\n }\n }\n };\n $.bind(this.input, this._events.input);\n $.bind(this.input.form, this._events.form);\n $.bind(this.ul, this._events.ul);\n\n if (this.input.hasAttribute(\"list\")) {\n this.list = \"#\" + this.input.getAttribute(\"list\");\n this.input.removeAttribute(\"list\");\n } else {\n this.list = this.input.getAttribute(\"data-list\") || o.list || [];\n }\n\n _.all.push(this);\n };\n\n _.prototype = {\n set list(list) {\n if (Array.isArray(list)) {\n this._list = list;\n } else if (typeof list === \"string\" && list.indexOf(\",\") > -1) {\n this._list = list.split(/\\s*,\\s*/);\n } else {\n // Element or CSS selector\n list = $(list);\n\n if (list && list.children) {\n var items = [];\n slice.apply(list.children).forEach(function (el) {\n if (!el.disabled) {\n var text = el.textContent.trim();\n var value = el.value || text;\n var label = el.label || text;\n\n if (value !== \"\") {\n items.push({\n label: label,\n value: value\n });\n }\n }\n });\n this._list = items;\n }\n }\n\n if (document.activeElement === this.input) {\n this.evaluate();\n }\n },\n\n get selected() {\n return this.index > -1;\n },\n\n get opened() {\n return this.isOpened;\n },\n\n close: function (o) {\n if (!this.opened) {\n return;\n }\n\n this.input.setAttribute(\"aria-expanded\", \"false\");\n this.ul.setAttribute(\"hidden\", \"\");\n this.isOpened = false;\n this.index = -1;\n this.status.setAttribute(\"hidden\", \"\");\n $.fire(this.input, \"awesomplete-close\", o || {});\n },\n open: function () {\n this.input.setAttribute(\"aria-expanded\", \"true\");\n this.ul.removeAttribute(\"hidden\");\n this.isOpened = true;\n this.status.removeAttribute(\"hidden\");\n\n if (this.autoFirst && this.index === -1) {\n this.goto(0);\n }\n\n $.fire(this.input, \"awesomplete-open\");\n },\n destroy: function () {\n //remove events from the input and its form\n $.unbind(this.input, this._events.input);\n $.unbind(this.input.form, this._events.form); // cleanup container if it was created by Awesomplete but leave it alone otherwise\n\n if (!this.options.container) {\n //move the input out of the awesomplete container and remove the container and its children\n var parentNode = this.container.parentNode;\n parentNode.insertBefore(this.input, this.container);\n parentNode.removeChild(this.container);\n } //remove autocomplete and aria-autocomplete attributes\n\n\n this.input.removeAttribute(\"autocomplete\");\n this.input.removeAttribute(\"aria-autocomplete\"); //remove this awesomeplete instance from the global array of instances\n\n var indexOfAwesomplete = _.all.indexOf(this);\n\n if (indexOfAwesomplete !== -1) {\n _.all.splice(indexOfAwesomplete, 1);\n }\n },\n next: function () {\n var count = this.ul.children.length;\n this.goto(this.index < count - 1 ? this.index + 1 : count ? 0 : -1);\n },\n previous: function () {\n var count = this.ul.children.length;\n var pos = this.index - 1;\n this.goto(this.selected && pos !== -1 ? pos : count - 1);\n },\n // Should not be used, highlights specific item without any checks!\n goto: function (i) {\n var lis = this.ul.children;\n\n if (this.selected) {\n lis[this.index].setAttribute(\"aria-selected\", \"false\");\n }\n\n this.index = i;\n\n if (i > -1 && lis.length > 0) {\n lis[i].setAttribute(\"aria-selected\", \"true\");\n this.status.textContent = lis[i].textContent + \", list item \" + (i + 1) + \" of \" + lis.length;\n this.input.setAttribute(\"aria-activedescendant\", this.ul.id + \"_item_\" + this.index); // scroll to highlighted element in case parent's height is fixed\n\n this.ul.scrollTop = lis[i].offsetTop - this.ul.clientHeight + lis[i].clientHeight;\n $.fire(this.input, \"awesomplete-highlight\", {\n text: this.suggestions[this.index]\n });\n }\n },\n select: function (selected, origin) {\n if (selected) {\n this.index = $.siblingIndex(selected);\n } else {\n selected = this.ul.children[this.index];\n }\n\n if (selected) {\n var suggestion = this.suggestions[this.index];\n var allowed = $.fire(this.input, \"awesomplete-select\", {\n text: suggestion,\n origin: origin || selected\n });\n\n if (allowed) {\n this.replace(suggestion);\n this.close({\n reason: \"select\"\n });\n $.fire(this.input, \"awesomplete-selectcomplete\", {\n text: suggestion\n });\n }\n }\n },\n evaluate: function () {\n var me = this;\n var value = this.input.value;\n\n if (value.length >= this.minChars && this._list && this._list.length > 0) {\n this.index = -1; // Populate list with options that match\n\n this.ul.innerHTML = \"\";\n this.suggestions = this._list.map(function (item) {\n return new Suggestion(me.data(item, value));\n }).filter(function (item) {\n return me.filter(item, value);\n });\n\n if (this.sort !== false) {\n this.suggestions = this.suggestions.sort(this.sort);\n }\n\n this.suggestions = this.suggestions.slice(0, this.maxItems);\n this.suggestions.forEach(function (text, index) {\n me.ul.appendChild(me.item(text, value, index));\n });\n\n if (this.ul.children.length === 0) {\n this.status.textContent = \"No results found\";\n this.close({\n reason: \"nomatches\"\n });\n } else {\n this.open();\n this.status.textContent = this.ul.children.length + \" results found\";\n }\n } else {\n this.close({\n reason: \"nomatches\"\n });\n this.status.textContent = \"No results found\";\n }\n }\n }; // Static methods/properties\n\n _.all = [];\n\n _.FILTER_CONTAINS = function (text, input) {\n return RegExp($.regExpEscape(input.trim()), \"i\").test(text);\n };\n\n _.FILTER_STARTSWITH = function (text, input) {\n return RegExp(\"^\" + $.regExpEscape(input.trim()), \"i\").test(text);\n };\n\n _.SORT_BYLENGTH = function (a, b) {\n if (a.length !== b.length) {\n return a.length - b.length;\n }\n\n return a < b ? -1 : 1;\n };\n\n _.CONTAINER = function (input) {\n return $.create(\"div\", {\n className: \"awesomplete\",\n around: input\n });\n };\n\n _.ITEM = function (text, input, item_id) {\n var html = input.trim() === \"\" ? text : text.replace(RegExp($.regExpEscape(input.trim()), \"gi\"), \"<mark>$&</mark>\");\n return $.create(\"li\", {\n innerHTML: html,\n \"role\": \"option\",\n \"aria-selected\": \"false\",\n \"id\": \"awesomplete_list_\" + this.count + \"_item_\" + item_id\n });\n };\n\n _.REPLACE = function (text) {\n this.input.value = text.value;\n };\n\n _.DATA = function (item\n /*, input*/\n ) {\n return item;\n }; // Private functions\n\n\n function Suggestion(data) {\n var o = Array.isArray(data) ? {\n label: data[0],\n value: data[1]\n } : typeof data === \"object\" && \"label\" in data && \"value\" in data ? data : {\n label: data,\n value: data\n };\n this.label = o.label || o.value;\n this.value = o.value;\n }\n\n Object.defineProperty(Suggestion.prototype = Object.create(String.prototype), \"length\", {\n get: function () {\n return this.label.length;\n }\n });\n\n Suggestion.prototype.toString = Suggestion.prototype.valueOf = function () {\n return \"\" + this.label;\n };\n\n function configure(instance, properties, o) {\n for (var i in properties) {\n var initial = properties[i],\n attrValue = instance.input.getAttribute(\"data-\" + i.toLowerCase());\n\n if (typeof initial === \"number\") {\n instance[i] = parseInt(attrValue);\n } else if (initial === false) {\n // Boolean options must be false by default anyway\n instance[i] = attrValue !== null;\n } else if (initial instanceof Function) {\n instance[i] = null;\n } else {\n instance[i] = attrValue;\n }\n\n if (!instance[i] && instance[i] !== 0) {\n instance[i] = i in o ? o[i] : initial;\n }\n }\n } // Helpers\n\n\n var slice = Array.prototype.slice;\n\n function $(expr, con) {\n return typeof expr === \"string\" ? (con || document).querySelector(expr) : expr || null;\n }\n\n function $$(expr, con) {\n return slice.call((con || document).querySelectorAll(expr));\n }\n\n $.create = function (tag, o) {\n var element = document.createElement(tag);\n\n for (var i in o) {\n var val = o[i];\n\n if (i === \"inside\") {\n $(val).appendChild(element);\n } else if (i === \"around\") {\n var ref = $(val);\n ref.parentNode.insertBefore(element, ref);\n element.appendChild(ref);\n\n if (ref.getAttribute(\"autofocus\") != null) {\n ref.focus();\n }\n } else if (i in element) {\n element[i] = val;\n } else {\n element.setAttribute(i, val);\n }\n }\n\n return element;\n };\n\n $.bind = function (element, o) {\n if (element) {\n for (var event in o) {\n var callback = o[event];\n event.split(/\\s+/).forEach(function (event) {\n element.addEventListener(event, callback);\n });\n }\n }\n };\n\n $.unbind = function (element, o) {\n if (element) {\n for (var event in o) {\n var callback = o[event];\n event.split(/\\s+/).forEach(function (event) {\n element.removeEventListener(event, callback);\n });\n }\n }\n };\n\n $.fire = function (target, type, properties) {\n var evt = document.createEvent(\"HTMLEvents\");\n evt.initEvent(type, true, true);\n\n for (var j in properties) {\n evt[j] = properties[j];\n }\n\n return target.dispatchEvent(evt);\n };\n\n $.regExpEscape = function (s) {\n return s.replace(/[-\\\\^$*+?.()|[\\]{}]/g, \"\\\\$&\");\n };\n\n $.siblingIndex = function (el) {\n /* eslint-disable no-cond-assign */\n for (var i = 0; el = el.previousElementSibling; i++);\n\n return i;\n }; // Initialization\n\n\n function init() {\n $$(\"input.awesomplete\").forEach(function (input) {\n new _(input);\n });\n } // Make sure to export Awesomplete on self when in a browser\n\n\n if (typeof self !== \"undefined\") {\n self.Awesomplete = _;\n } // Are we in a browser? Check for Document constructor\n\n\n if (typeof Document !== \"undefined\") {\n // DOM already loaded?\n if (document.readyState !== \"loading\") {\n init();\n } else {\n // Wait for it\n document.addEventListener(\"DOMContentLoaded\", init);\n }\n }\n\n _.$ = $;\n _.$$ = $$; // Expose Awesomplete as a CJS module\n\n if ( true && module.exports) {\n module.exports = _;\n }\n\n return _;\n})());\n/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./../../../../../../../node_modules/webpack/buildin/harmony-module.js */ \"./node_modules/webpack/buildin/harmony-module.js\")(module)))\n\n//# sourceURL=webpack:///./wp-content/themes/biuro/js/components/autocomplete/vendor/awesomplete.js?");
/***/ })
}]);
\ No newline at end of file
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
(window.webpackJsonp=window.webpackJsonp||[]).push([[3],{12:function(e,o,t){"use strict";t.r(o);var n=t(0);let c=!0;function a(){const e=document.querySelector("#copy-tooltip");e&&(e.style.opacity=1,setTimeout(()=>{e.style.opacity=0},3e3))}function i(e){if(!navigator.clipboard)return function(e){var o=document.createElement("textarea");o.className="u-hidden",o.value=e,document.querySelector(".c-share").appendChild(o),o.focus(),o.select();try{var t=document.execCommand("copy")?"successful":"unsuccessful";console.log("Fallback: Copying text command was "+t)}catch(e){console.error("Fallback: Oops, unable to copy",e)}document.body.removeChild(o)}(e),void a();navigator.clipboard.writeText(e).then((function(){a()}),(function(e){console.error("Async: Could not copy text: ",e)}))}window.onfocus=function(){c=!0},window.onblur=function(){c=!1};o.default=()=>{document.querySelector(".js-copy-to-clipboard")&&document.querySelector(".js-copy-to-clipboard").addEventListener("click",e=>{e.preventDefault(),i(window.location.origin+window.location.pathname+"?utm_source=copy_share_button_job_page ")});const e=document.querySelector(".js-share-messenger");e&&e.addEventListener("click",e=>{e.preventDefault();const o=e.currentTarget;window.location.href="fb-messenger://share/?link="+encodeURIComponent(window.location.origin+window.location.pathname+"?utm_source=messenger_share_button_job_page&app_id="+o.dataset.id),setTimeout(()=>{!document.hidden&&c&&(window.location.href=o.href)},100)});const o=document.querySelector(".js-share-whatsapp");o&&o.addEventListener("click",e=>{e.preventDefault();const o=e.currentTarget;window.location.href="whatsapp://send?text="+o.dataset.text,setTimeout(()=>{!document.hidden&&c&&window.open(o.href,"_blank")},100)});const t=document.querySelector(".js-biuro-facebook");t&&setTimeout(()=>{!async function(e){Object(n.a)("https://connect.facebook.net/en_US/sdk.js").then(()=>{window.FB&&window.FB.init({appId:e,version:"v3.3",status:!0,xfbml:!0})})}(t.dataset.id)},1500)}}}]);
\ No newline at end of file
(window["webpackJsonp"] = window["webpackJsonp"] || []).push([["job-share"],{
/***/ "./wp-content/themes/biuro/js/components/job-share/job-share.js":
/*!**********************************************************************!*\
!*** ./wp-content/themes/biuro/js/components/job-share/job-share.js ***!
\**********************************************************************/
/*! exports provided: default */
/***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict";
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _utils_load_js_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../utils/load-js.js */ \"./wp-content/themes/biuro/js/utils/load-js.js\");\n\n\nasync function inititateFacebook(ID) {\n Object(_utils_load_js_js__WEBPACK_IMPORTED_MODULE_0__[\"default\"])('https://connect.facebook.net/en_US/sdk.js').then(() => {\n if (!window.FB) {\n return;\n }\n\n window.FB.init({\n appId: ID,\n version: 'v3.3',\n status: true,\n xfbml: true\n });\n });\n}\n\nlet isPageActive = true;\n\nwindow.onfocus = function () {\n isPageActive = true;\n};\n\nwindow.onblur = function () {\n isPageActive = false;\n};\n\nfunction fallbackCopyTextToClipboard(text) {\n var textArea = document.createElement('textarea');\n textArea.className = 'u-hidden';\n textArea.value = text;\n document.querySelector('.c-share').appendChild(textArea);\n textArea.focus();\n textArea.select();\n\n try {\n var successful = document.execCommand('copy');\n var msg = successful ? 'successful' : 'unsuccessful';\n console.log('Fallback: Copying text command was ' + msg);\n } catch (err) {\n console.error('Fallback: Oops, unable to copy', err);\n }\n\n document.body.removeChild(textArea);\n}\n\nfunction showCopyTooltip() {\n const tooltip = document.querySelector('#copy-tooltip');\n\n if (tooltip) {\n tooltip.style.opacity = 1;\n setTimeout(() => {\n tooltip.style.opacity = 0;\n }, 3000);\n }\n}\n\nfunction copyTextToClipboard(text) {\n if (!navigator.clipboard) {\n fallbackCopyTextToClipboard(text);\n showCopyTooltip();\n return;\n }\n\n navigator.clipboard.writeText(text).then(function () {\n showCopyTooltip();\n }, function (err) {\n console.error('Async: Could not copy text: ', err);\n });\n}\n\nconst inititateJobShare = () => {\n if (document.querySelector('.js-copy-to-clipboard')) {\n document.querySelector('.js-copy-to-clipboard').addEventListener('click', e => {\n e.preventDefault();\n copyTextToClipboard(window.location.origin + window.location.pathname + '?utm_source=copy_share_button_job_page ');\n });\n }\n\n const messenger = document.querySelector('.js-share-messenger');\n\n if (messenger) {\n messenger.addEventListener('click', e => {\n e.preventDefault();\n const target = e.currentTarget;\n window.location.href = 'fb-messenger://share/?link=' + encodeURIComponent(window.location.origin + window.location.pathname + '?utm_source=messenger_share_button_job_page&app_id=' + target.dataset.id);\n setTimeout(() => {\n if (document.hidden || !isPageActive) {\n return;\n }\n\n window.location.href = target.href;\n }, 100);\n });\n }\n\n const whatsapp = document.querySelector('.js-share-whatsapp');\n\n if (whatsapp) {\n whatsapp.addEventListener('click', e => {\n e.preventDefault();\n const target = e.currentTarget;\n window.location.href = 'whatsapp://send?text=' + target.dataset.text;\n setTimeout(() => {\n if (document.hidden || !isPageActive) {\n return;\n }\n\n window.open(target.href, '_blank');\n }, 100);\n });\n }\n\n const facebook = document.querySelector('.js-biuro-facebook');\n\n if (facebook) {\n setTimeout(() => {\n inititateFacebook(facebook.dataset.id);\n }, 1500);\n }\n};\n\n/* harmony default export */ __webpack_exports__[\"default\"] = (inititateJobShare);\n\n//# sourceURL=webpack:///./wp-content/themes/biuro/js/components/job-share/job-share.js?");
/***/ })
}]);
\ No newline at end of file
(window.webpackJsonp=window.webpackJsonp||[]).push([[5],{11:function(e,t,n){"use strict";n.r(t);var o,i=n(0);function s(e,t){const n=function(){function e(e,t,n="top"){this.position=e;var o=document.createElement("div");o.innerHTML=t||"",o.classList.add("popup-bubble"),o.classList.add("popup-bubble--"+n);var i=document.createElement("div");i.classList.add("popup-bubble-anchor"),i.appendChild(o),this.containerDiv=document.createElement("div"),this.containerDiv.classList.add("popup-container"),this.containerDiv.appendChild(i),window.google.maps.OverlayView.preventMapHitsAndGesturesFrom(this.containerDiv)}return e.prototype=Object.create(window.google.maps.OverlayView.prototype),e.prototype.onAdd=function(){this.getPanes().floatPane.appendChild(this.containerDiv)},e.prototype.onRemove=function(){this.containerDiv.parentElement&&this.containerDiv.parentElement.removeChild(this.containerDiv)},e.prototype.draw=function(){var e=this.getProjection().fromLatLngToDivPixel(this.position),t=Math.abs(e.x)<4e3&&Math.abs(e.y)<4e3?"block":"none";"block"===t&&(this.containerDiv.style.left=e.x+"px",this.containerDiv.style.top=e.y+"px"),this.containerDiv.style.display!==t&&(this.containerDiv.style.display=t)},e}(),o=new window.google.maps.LatLngBounds;let i;for(var s=0;s<t.length;s++){const a=t[s],l=new window.google.maps.LatLng(a.lat,a.lng);i=new n(l,a.title,a.pos),i.setMap(e),o.extend(l)}e.fitBounds(o)}function a(e,t,n){for(var i=new window.google.maps.LatLngBounds,s=0;s<t.length;s++){const l=t[s],d=new window.google.maps.LatLng(l.lat,l.lng);var a=new window.google.maps.Marker({position:d,map:e,icon:"/wp-content/themes/biuro/i/ico--map-pin.svg",title:l.title||""});o&&o.close(),i.extend(d),l.content&&(a.content=l.content,window.google.maps.event.addListener(a,"click",(function(){o&&o.close(),(o=new window.google.maps.InfoWindow({content:this.content})).open(e,this)}))),n&&(window.innerWidth<960&&window.scrollTo(0,0),new google.maps.event.trigger(a,"click"))}e.fitBounds(i),window.innerWidth>1020?e.panBy(250,0):window.innerWidth>959&&e.panBy(180,0)}function l(e){var t=new window.google.maps.Map(e,{}),n=new window.google.maps.StyledMapType([{featureType:"all",elementType:"all",stylers:[{saturation:-92},{lightness:-8},{hue:"#004ed4"}]},{featureType:"water",elementType:"all",stylers:[{saturation:-95},{lightness:-25},{hue:"#004ed4"}]}],{name:"Biuro"});return t.mapTypes.set("biuro",n),t.setMapTypeId("biuro"),window.google.maps.event.addListenerOnce(t,"bounds_changed",(function(){this.getZoom()>15&&this.setZoom(14)})),t}t.default=()=>{const e=document.getElementById("js-map--divisions");e&&fetch("/wp-json/api/v1/divisions?langID="+e.dataset.id).then(e=>e.json()).then(t=>{!function(e,t){Object(i.a)("https://maps.googleapis.com/maps/api/js?key=AIzaSyBQjPQnLGLeICbpTTu8kLjVRrLUYYCTS2M").then(()=>{window.google&&setTimeout(()=>{var n=l(e);let o=[];Object.keys(t).forEach(e=>{const n=t[e];"city"===e.substr(0,4)&&(o=o.concat(n))}),document.querySelectorAll(".js-division").forEach(e=>{e.addEventListener("click",()=>{const i=e&&e.dataset.id?e.dataset.id:"";t[i]?a(n,t[i].filter(e=>e.lat&&e.lng),!0):a(n,o.filter(e=>e.lat&&e.lng))})}),a(n,o.filter(e=>e.lat&&e.lng))},50)})}(e,t)});const t=document.getElementById("js-map--cities");t&&fetch("/wp-content/themes/biuro/json/"+t.dataset.source+".json").then(e=>e.json()).then(e=>{!function e(t,n){if(window.google){var o=l(t);s(o,n),window.innerWidth>1020?o.panBy(-230,0):window.innerWidth>959&&o.panBy(-150,0)}else setTimeout(()=>{e(t,n)},250)}(t,e)});const n=document.getElementById("js-map--regions");n&&function e(t){if(!window.google)return void setTimeout(()=>{e(t)},250);a(l(t),[{title:"Vilnius",lat:54.687157,lng:25.279652},{title:"Rīga",lat:56.946285,lng:24.105078},{title:"Tallinn",lat:59.436962,lng:24.753574}])}(n)}}}]);
\ No newline at end of file
(window["webpackJsonp"] = window["webpackJsonp"] || []).push([["map"],{
/***/ "./wp-content/themes/biuro/js/components/map/map.js":
/*!**********************************************************!*\
!*** ./wp-content/themes/biuro/js/components/map/map.js ***!
\**********************************************************/
/*! exports provided: default */
/***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict";
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _utils_load_js_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../utils/load-js.js */ \"./wp-content/themes/biuro/js/utils/load-js.js\");\n // https://developers-dot-devsite-v2-prod.appspot.com/maps/documentation/javascript/examples/overlay-popup\n\nfunction createPopupClass() {\n function Popup(position, city, pos = 'top') {\n this.position = position;\n var content = document.createElement('div');\n content.innerHTML = city || '';\n content.classList.add('popup-bubble');\n content.classList.add('popup-bubble--' + pos); // This zero-height div is positioned at the bottom of the bubble.\n\n var bubbleAnchor = document.createElement('div');\n bubbleAnchor.classList.add('popup-bubble-anchor');\n bubbleAnchor.appendChild(content); // This zero-height div is positioned at the bottom of the tip.\n\n this.containerDiv = document.createElement('div');\n this.containerDiv.classList.add('popup-container');\n this.containerDiv.appendChild(bubbleAnchor); // Optionally stop clicks, etc., from bubbling up to the map.\n\n window.google.maps.OverlayView.preventMapHitsAndGesturesFrom(this.containerDiv);\n } // ES5 magic to extend google.maps.OverlayView.\n\n\n Popup.prototype = Object.create(window.google.maps.OverlayView.prototype);\n /** Called when the popup is added to the map. */\n\n Popup.prototype.onAdd = function () {\n this.getPanes().floatPane.appendChild(this.containerDiv);\n };\n /** Called when the popup is removed from the map. */\n\n\n Popup.prototype.onRemove = function () {\n if (this.containerDiv.parentElement) {\n this.containerDiv.parentElement.removeChild(this.containerDiv);\n }\n };\n /** Called each frame when the popup needs to draw itself. */\n\n\n Popup.prototype.draw = function () {\n var divPosition = this.getProjection().fromLatLngToDivPixel(this.position); // Hide the popup when it is far out of view.\n\n var display = Math.abs(divPosition.x) < 4000 && Math.abs(divPosition.y) < 4000 ? 'block' : 'none';\n\n if (display === 'block') {\n this.containerDiv.style.left = divPosition.x + 'px';\n this.containerDiv.style.top = divPosition.y + 'px';\n }\n\n if (this.containerDiv.style.display !== display) {\n this.containerDiv.style.display = display;\n }\n };\n\n return Popup;\n}\n\nvar info;\n\nfunction setCitiesMarkers(map, positions) {\n const Popup = createPopupClass();\n const bounds = new window.google.maps.LatLngBounds();\n let popup;\n\n for (var i = 0; i < positions.length; i++) {\n const position = positions[i];\n const pos = new window.google.maps.LatLng(position.lat, position.lng);\n popup = new Popup(pos, position.title, position.pos);\n popup.setMap(map);\n bounds.extend(pos);\n }\n\n map.fitBounds(bounds);\n}\n\nfunction setMarkers(map, positions, focus) {\n var bounds = new window.google.maps.LatLngBounds();\n\n for (var i = 0; i < positions.length; i++) {\n const position = positions[i];\n const pos = new window.google.maps.LatLng(position.lat, position.lng);\n var marker = new window.google.maps.Marker({\n position: pos,\n map: map,\n icon: '/wp-content/themes/biuro/i/ico--map-pin.svg',\n title: position.title || ''\n });\n\n if (info) {\n info.close();\n }\n\n bounds.extend(pos);\n\n if (position.content) {\n marker.content = position.content;\n window.google.maps.event.addListener(marker, 'click', function () {\n if (info) {\n info.close();\n }\n\n info = new window.google.maps.InfoWindow({\n content: this.content\n });\n info.open(map, this);\n });\n }\n\n if (focus) {\n if (window.innerWidth < 960) {\n window.scrollTo(0, 0);\n }\n\n new google.maps.event.trigger(marker, 'click');\n }\n }\n\n map.fitBounds(bounds);\n\n if (window.innerWidth > 1020) {\n map.panBy(250, 0);\n } else if (window.innerWidth > 959) {\n map.panBy(180, 0);\n }\n}\n\nfunction setGoogleMap(node) {\n const mapStyles = [{\n featureType: 'all',\n elementType: 'all',\n stylers: [{\n saturation: -92\n }, {\n lightness: -8\n }, {\n hue: '#004ed4'\n }]\n }, {\n featureType: 'water',\n elementType: 'all',\n stylers: [{\n saturation: -95\n }, {\n lightness: -25\n }, {\n hue: '#004ed4'\n }]\n }];\n var map = new window.google.maps.Map(node, {});\n var biuroMap = new window.google.maps.StyledMapType(mapStyles, {\n name: 'Biuro'\n });\n map.mapTypes.set('biuro', biuroMap);\n map.setMapTypeId('biuro');\n window.google.maps.event.addListenerOnce(map, 'bounds_changed', function () {\n if (this.getZoom() > 15) {\n this.setZoom(14);\n }\n });\n return map;\n}\n\nfunction initCitiesMap(node, cities) {\n if (!window.google) {\n setTimeout(() => {\n initCitiesMap(node, cities);\n }, 250);\n return;\n }\n\n var map = setGoogleMap(node);\n setCitiesMarkers(map, cities);\n\n if (window.innerWidth > 1020) {\n map.panBy(-230, 0);\n } else if (window.innerWidth > 959) {\n map.panBy(-150, 0);\n }\n}\n\nfunction initRegionsMap(node) {\n if (!window.google) {\n setTimeout(() => {\n initRegionsMap(node);\n }, 250);\n return;\n }\n\n var map = setGoogleMap(node);\n const regions = [{\n title: 'Vilnius',\n lat: 54.687157,\n lng: 25.279652\n }, {\n title: 'Rīga',\n lat: 56.946285,\n lng: 24.105078\n }, {\n title: 'Tallinn',\n lat: 59.436962,\n lng: 24.753574\n }];\n setMarkers(map, regions);\n}\n\nfunction initDivisionsMap(node, data) {\n Object(_utils_load_js_js__WEBPACK_IMPORTED_MODULE_0__[\"default\"])('https://maps.googleapis.com/maps/api/js?key=AIzaSyBQjPQnLGLeICbpTTu8kLjVRrLUYYCTS2M').then(() => {\n if (!window.google) {\n return;\n }\n\n setTimeout(() => {\n var map = setGoogleMap(node);\n let divisions = [];\n Object.keys(data).forEach(key => {\n const division = data[key];\n\n if (key.substr(0, 4) === 'city') {\n divisions = divisions.concat(division);\n }\n });\n document.querySelectorAll('.js-division').forEach(node => {\n node.addEventListener('click', () => {\n const ID = node && node.dataset.id ? node.dataset.id : '';\n\n if (data[ID]) {\n setMarkers(map, data[ID].filter(d => {\n return d.lat && d.lng;\n }), true);\n } else {\n setMarkers(map, divisions.filter(d => {\n return d.lat && d.lng;\n }));\n }\n });\n });\n setMarkers(map, divisions.filter(d => {\n return d.lat && d.lng;\n }));\n }, 50);\n });\n}\n\nconst inititateMap = () => {\n // <script src=\"https://maps.googleapis.com/maps/api/js?key=AIzaSyBQjPQnLGLeICbpTTu8kLjVRrLUYYCTS2M\" async defer></script>\n const division = document.getElementById('js-map--divisions');\n\n if (division) {\n fetch('/wp-json/api/v1/divisions?langID=' + division.dataset.id).then(t => t.json()).then(data => {\n initDivisionsMap(division, data);\n });\n }\n\n const city = document.getElementById('js-map--cities');\n\n if (city) {\n fetch('/wp-content/themes/biuro/json/' + city.dataset.source + '.json').then(t => t.json()).then(data => {\n initCitiesMap(city, data);\n });\n }\n\n const region = document.getElementById('js-map--regions');\n\n if (region) {\n initRegionsMap(region);\n }\n};\n\n/* harmony default export */ __webpack_exports__[\"default\"] = (inititateMap);\n\n//# sourceURL=webpack:///./wp-content/themes/biuro/js/components/map/map.js?");
/***/ })
}]);
\ No newline at end of file
(window.webpackJsonp=window.webpackJsonp||[]).push([[6],{13:function(e,p,t){"use strict";t.r(p);const o=(e,p,t)=>{const o={value:p,expiry:(new Date).getTime()+t};localStorage.setItem(e,JSON.stringify(o))},n=e=>{const p=localStorage.getItem(e);if(!p)return null;const t=JSON.parse(p);return(new Date).getTime()>t.expiry?(localStorage.removeItem(e),null):t.value},l=()=>{const e=document.getElementById("employer-popup");e&&!n("employer-popup")&&(o("employer-popup","expires",12096e5),window.dataLayer=window.dataLayer||[],e.style.display="block",window.dataLayer.push({event:"b2b_popup_show"}),e.querySelector(".js-popup--btn")&&e.querySelector(".js-popup--btn").addEventListener("click",e=>{window.dataLayer.push({event:"b2b_popup_navigate",label:"Recommend page"})}),e.querySelector(".js-popup--close")&&e.querySelector(".js-popup--close").addEventListener("click",p=>{p.preventDefault(),e.style.display="none"}))},a=e=>{const p=document.getElementById("employee-popup");p&&!n("employee-popup")&&e.clientY<50&&null==e.relatedTarget&&"select"!==e.target.nodeName.toLowerCase()&&(document.removeEventListener("mouseout",a),o("employee-popup","expires",12096e5),window.dataLayer=window.dataLayer||[],p.style.display="block",window.dataLayer.push({event:"b2c_popup_show"}),p.querySelector(".js-popup--btn")&&p.querySelector(".js-popup--btn").addEventListener("click",e=>{window.dataLayer.push({event:"b2c_popup_navigate",label:"Recommend page"})}),p.querySelector(".js-popup--close")&&p.querySelector(".js-popup--close").addEventListener("click",e=>{e.preventDefault(),p.style.display="none"}))};p.default=()=>{document.getElementById("employee-popup")&&!n("employee-popup")&&setTimeout(()=>{document.addEventListener("mouseout",a)},3e3),document.getElementById("employer-popup")&&!n("employer-popup")&&setTimeout(l,45e3)}}}]);
\ No newline at end of file
(window["webpackJsonp"] = window["webpackJsonp"] || []).push([["popup"],{
/***/ "./wp-content/themes/biuro/js/components/popup/popup.js":
/*!**************************************************************!*\
!*** ./wp-content/themes/biuro/js/components/popup/popup.js ***!
\**************************************************************/
/*! exports provided: default */
/***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict";
eval("__webpack_require__.r(__webpack_exports__);\nconst EMPLOYEE_DELAY = 3000; // 3 seconds\n\nconst EMPLOYEE_EXPIRY = 14 * 86400 * 1000; // 14 days\n\nconst EMPLOYER_DELAY = 45000; // 45 seconds\n\nconst EMPLOYER_EXPIRY = 14 * 86400 * 1000; // 14 days\n\nconst setExpirableItem = (key, value, ttl) => {\n const now = new Date(); // `item` is an object which contains the original value\n // as well as the time when it's supposed to expire\n\n const item = {\n value: value,\n expiry: now.getTime() + ttl\n };\n localStorage.setItem(key, JSON.stringify(item));\n};\n\nconst getExpirableItem = key => {\n const itemStr = localStorage.getItem(key); // if the item doesn't exist, return null\n\n if (!itemStr) {\n return null;\n }\n\n const item = JSON.parse(itemStr);\n const now = new Date(); // compare the expiry time of the item with the current time\n\n if (now.getTime() > item.expiry) {\n // If the item is expired, delete the item from storage\n // and return null\n localStorage.removeItem(key);\n return null;\n }\n\n return item.value;\n};\n\nconst showEmployerPopup = () => {\n const container = document.getElementById('employer-popup');\n\n if (!container || getExpirableItem('employer-popup')) {\n return;\n }\n\n setExpirableItem('employer-popup', 'expires', EMPLOYER_EXPIRY);\n window.dataLayer = window.dataLayer || [];\n container.style.display = 'block';\n window.dataLayer.push({\n event: 'b2b_popup_show'\n });\n\n if (container.querySelector('.js-popup--btn')) {\n container.querySelector('.js-popup--btn').addEventListener('click', e => {\n window.dataLayer.push({\n event: 'b2b_popup_navigate',\n label: 'Recommend page'\n });\n });\n }\n\n if (container.querySelector('.js-popup--close')) {\n container.querySelector('.js-popup--close').addEventListener('click', e => {\n e.preventDefault();\n container.style.display = 'none';\n });\n }\n};\n\nconst showEmployeePopup = e => {\n const container = document.getElementById('employee-popup');\n\n if (!container || getExpirableItem('employee-popup')) {\n return;\n }\n\n if (e.clientY < 50 && e.relatedTarget == null && e.target.nodeName.toLowerCase() !== 'select') {\n document.removeEventListener('mouseout', showEmployeePopup);\n setExpirableItem('employee-popup', 'expires', EMPLOYEE_EXPIRY);\n window.dataLayer = window.dataLayer || [];\n container.style.display = 'block';\n window.dataLayer.push({\n event: 'b2c_popup_show'\n });\n\n if (container.querySelector('.js-popup--btn')) {\n container.querySelector('.js-popup--btn').addEventListener('click', e => {\n window.dataLayer.push({\n event: 'b2c_popup_navigate',\n label: 'Recommend page'\n });\n });\n }\n\n if (container.querySelector('.js-popup--close')) {\n container.querySelector('.js-popup--close').addEventListener('click', e => {\n e.preventDefault();\n container.style.display = 'none';\n });\n }\n }\n};\n\nconst inititatePopup = () => {\n if (document.getElementById('employee-popup') && !getExpirableItem('employee-popup')) {\n setTimeout(() => {\n document.addEventListener('mouseout', showEmployeePopup);\n }, EMPLOYEE_DELAY);\n }\n\n if (document.getElementById('employer-popup') && !getExpirableItem('employer-popup')) {\n setTimeout(showEmployerPopup, EMPLOYER_DELAY);\n }\n};\n\n/* harmony default export */ __webpack_exports__[\"default\"] = (inititatePopup);\n\n//# sourceURL=webpack:///./wp-content/themes/biuro/js/components/popup/popup.js?");
/***/ })
}]);
\ No newline at end of file
(window.webpackJsonp=window.webpackJsonp||[]).push([[7],{8:function(t,e,r){"use strict";r.r(e);e.default=()=>{const t=document.querySelector(".js-tabs"),e=t.querySelectorAll(".js-tab"),r=document.querySelectorAll(".js-tabs-content"),a=t=>{t&&(window.location.hash=t,history.pushState?history.pushState(null,t):location.hash=t)},o=(t,a)=>{a.focus(),a.removeAttribute("tabindex"),a.setAttribute("aria-selected","true"),t.removeAttribute("aria-selected"),t.setAttribute("tabindex","-1");const o=Array.prototype.indexOf.call(e,a),i=Array.prototype.indexOf.call(e,t);r[i].hidden=!0,r[o].hidden=!1};t.setAttribute("role","tablist"),Array.prototype.forEach.call(e,(i,n)=>{i.setAttribute("role","tab"),i.setAttribute("id","tab"+(n+1)),i.setAttribute("tabindex","-1"),i.parentNode.setAttribute("role","presentation"),i.addEventListener("click",e=>{e.preventDefault();const r=t.querySelector("[aria-selected]");e.currentTarget!==r&&(a(e.currentTarget.dataset.hash),o(r,e.currentTarget))}),i.addEventListener("keydown",t=>{const i=Array.prototype.indexOf.call(e,t.currentTarget),s=37===t.which?i-1:39===t.which?i+1:40===t.which?"down":null;null!==s&&(t.preventDefault(),"down"===s?r[n].focus():e[s]&&(a(t.currentTarget.dataset.hash),o(t.currentTarget,e[s])))})}),Array.prototype.forEach.call(r,(t,r)=>{t.setAttribute("role","tabpanel"),t.setAttribute("tabindex","-1"),t.setAttribute("aria-labelledby",e[r].id),t.hidden=!0});let i=0;if(location.hash){const t=location.hash.replace("#","");r.forEach((e,r)=>{e.id===t&&(i=r)})}e[i].removeAttribute("tabindex"),e[i].setAttribute("aria-selected","true"),r[i].hidden=!1}}}]);
\ No newline at end of file
(window["webpackJsonp"] = window["webpackJsonp"] || []).push([["tabs"],{
/***/ "./wp-content/themes/biuro/js/components/tabs/tabs.js":
/*!************************************************************!*\
!*** ./wp-content/themes/biuro/js/components/tabs/tabs.js ***!
\************************************************************/
/*! exports provided: default */
/***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict";
eval("__webpack_require__.r(__webpack_exports__);\nconst inititateTabs = () => {\n // Get relevant elements and collections\n const tablist = document.querySelector('.js-tabs');\n const tabs = tablist.querySelectorAll('.js-tab');\n const panels = document.querySelectorAll('.js-tabs-content');\n\n const updateHash = hash => {\n if (!hash) {\n return;\n }\n\n window.location.hash = hash;\n\n if (history.pushState) {\n history.pushState(null, hash);\n } else {\n location.hash = hash;\n }\n }; // The tab switching function\n\n\n const switchTab = (oldTab, newTab) => {\n newTab.focus(); // Make the active tab focusable by the user (Tab key)\n\n newTab.removeAttribute('tabindex'); // Set the selected state\n\n newTab.setAttribute('aria-selected', 'true');\n oldTab.removeAttribute('aria-selected');\n oldTab.setAttribute('tabindex', '-1'); // Get the indices of the new and old tabs to find the correct\n // tab panels to show and hide\n\n const index = Array.prototype.indexOf.call(tabs, newTab);\n const oldIndex = Array.prototype.indexOf.call(tabs, oldTab);\n panels[oldIndex].hidden = true;\n panels[index].hidden = false;\n }; // Add the tablist role to the first <ul> in the .tabbed container\n\n\n tablist.setAttribute('role', 'tablist'); // Add semantics are remove user focusability for each tab\n\n Array.prototype.forEach.call(tabs, (tab, i) => {\n tab.setAttribute('role', 'tab');\n tab.setAttribute('id', 'tab' + (i + 1));\n tab.setAttribute('tabindex', '-1');\n tab.parentNode.setAttribute('role', 'presentation'); // Handle clicking of tabs for mouse users\n\n tab.addEventListener('click', e => {\n e.preventDefault();\n const currentTab = tablist.querySelector('[aria-selected]');\n\n if (e.currentTarget !== currentTab) {\n updateHash(e.currentTarget.dataset.hash);\n switchTab(currentTab, e.currentTarget);\n }\n }); // Handle keydown events for keyboard users\n\n tab.addEventListener('keydown', e => {\n // Get the index of the current tab in the tabs node list\n const index = Array.prototype.indexOf.call(tabs, e.currentTarget); // Work out which key the user is pressing and\n // Calculate the new tab's index where appropriate\n\n const dir = e.which === 37 ? index - 1 : e.which === 39 ? index + 1 : e.which === 40 ? 'down' : null;\n\n if (dir !== null) {\n e.preventDefault(); // If the down key is pressed, move focus to the open panel,\n // otherwise switch to the adjacent tab\n\n if (dir === 'down') {\n panels[i].focus();\n } else if (tabs[dir]) {\n updateHash(e.currentTarget.dataset.hash);\n switchTab(e.currentTarget, tabs[dir]);\n }\n }\n });\n }); // Add tab panel semantics and hide them all\n\n Array.prototype.forEach.call(panels, (panel, i) => {\n panel.setAttribute('role', 'tabpanel');\n panel.setAttribute('tabindex', '-1');\n panel.setAttribute('aria-labelledby', tabs[i].id);\n panel.hidden = true;\n });\n let indx = 0;\n\n if (location.hash) {\n const ID = location.hash.replace('#', '');\n panels.forEach((panel, i) => {\n if (panel.id === ID) {\n indx = i;\n }\n });\n } // Initially activate the first tab and reveal the first tab panel\n\n\n tabs[indx].removeAttribute('tabindex');\n tabs[indx].setAttribute('aria-selected', 'true');\n panels[indx].hidden = false;\n};\n\n/* harmony default export */ __webpack_exports__[\"default\"] = (inititateTabs);\n\n//# sourceURL=webpack:///./wp-content/themes/biuro/js/components/tabs/tabs.js?");
/***/ })
}]);
\ No newline at end of file
!function(e){function t(t){for(var o,r,c=t[0],s=t[1],a=0,d=[];a<c.length;a++)r=c[a],Object.prototype.hasOwnProperty.call(n,r)&&n[r]&&d.push(n[r][0]),n[r]=0;for(o in s)Object.prototype.hasOwnProperty.call(s,o)&&(e[o]=s[o]);for(i&&i(t);d.length;)d.shift()()}var o={},n={4:0};function r(t){if(o[t])return o[t].exports;var n=o[t]={i:t,l:!1,exports:{}};return e[t].call(n.exports,n,n.exports,r),n.l=!0,n.exports}r.e=function(e){var t=[],o=n[e];if(0!==o)if(o)t.push(o[2]);else{var c=new Promise((function(t,r){o=n[e]=[t,r]}));t.push(o[2]=c);var s,a=document.createElement("script");a.charset="utf-8",a.timeout=120,r.nc&&a.setAttribute("nonce",r.nc),a.src=function(e){return r.p+"wp-content/themes/biuro/js/components/"+({0:"accordion",1:"autocomplete",2:"feedback",3:"job-share",5:"map",6:"popup",7:"tabs"}[e]||e)+"-"+{0:"2f69296d",1:"df0794bc",2:"3d1a4d26",3:"cf7870c2",5:"c443fad5",6:"e893a8e4",7:"ab19a1f2"}[e]+".min.js"}(e);var i=new Error;s=function(t){a.onerror=a.onload=null,clearTimeout(d);var o=n[e];if(0!==o){if(o){var r=t&&("load"===t.type?"missing":t.type),c=t&&t.target&&t.target.src;i.message="Loading chunk "+e+" failed.\n("+r+": "+c+")",i.name="ChunkLoadError",i.type=r,i.request=c,o[1](i)}n[e]=void 0}};var d=setTimeout((function(){s({type:"timeout",target:a})}),12e4);a.onerror=a.onload=s,document.head.appendChild(a)}return Promise.all(t)},r.m=e,r.c=o,r.d=function(e,t,o){r.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:o})},r.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},r.t=function(e,t){if(1&t&&(e=r(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var o=Object.create(null);if(r.r(o),Object.defineProperty(o,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var n in e)r.d(o,n,function(t){return e[t]}.bind(null,n));return o},r.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return r.d(t,"a",t),t},r.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},r.p="/",r.oe=function(e){throw console.error(e),e};var c=window.webpackJsonp=window.webpackJsonp||[],s=c.push.bind(c);c.push=t,c=c.slice();for(var a=0;a<c.length;a++)t(c[a]);var i=s;r(r.s=1)}([function(e,t,o){"use strict";function n(e){return new Promise((t,o)=>{const n=document.createElement("script");n.src=e,n.async=!0,n.onload=t,n.onerror=o,document.head.appendChild(n)})}o.d(t,"a",(function(){return n}))},function(e,t,o){e.exports=o(3)},function(e,t){window.NodeList&&!NodeList.prototype.forEach&&(NodeList.prototype.forEach=Array.prototype.forEach),[Element.prototype,CharacterData.prototype,DocumentType.prototype].forEach((function(e){e.hasOwnProperty("remove")||Object.defineProperty(e,"remove",{configurable:!0,enumerable:!0,writable:!0,value:function(){null!==this.parentNode&&this.parentNode.removeChild(this)}})}))},function(e,t,o){"use strict";o.r(t);o(2);var n=o(0);const r="6Lc76qoUAAAAALk0aYR500zOZVG1BicNl3GTb-Hu";let c;const s=(e,t)=>{const o=Math.floor(999999*Math.random())+1e5;window.grecaptcha.execute(r,{action:t+o}).then(t=>{e.value=t}),c||(c=setInterval(()=>{s(e,t)},9e4))},a=e=>{if(c)return;const t=e.dataset.action||"";Object(n.a)("https://www.google.com/recaptcha/api.js?render="+r).then(()=>{window.grecaptcha&&window.grecaptcha.ready((function(){s(e,t)}))})};(e=>{const t=document.getElementById("cookie-warning"),o=document.getElementById("cookie-agree"),n=document.getElementById("cookie-close"),r=!!c()&&localStorage.getItem("biuro-agree");function c(){try{return localStorage.setItem("a","a"),localStorage.removeItem("a"),!0}catch(e){return!1}}t&&o&&n&&!r&&(t.style.display="block",o.addEventListener("click",()=>{c()&&localStorage.setItem("biuro-agree","true"),t.style.display="none"}),n.addEventListener("click",()=>{t.style.display="none"}))})(window),(e=>{const t=document.querySelector(".c-nav--lang");t&&t.addEventListener("click",e=>{e.currentTarget.classList.toggle("c-nav--lang--is-open")})})(window),window,document.querySelectorAll(".js-toggle--nav").forEach(e=>{e.addEventListener("click",e=>{e.preventDefault(),document.body.classList.toggle("is-nav--open")})}),document.querySelectorAll(".js-toggle--aside").forEach(e=>{e.addEventListener("click",e=>{e.preventDefault(),document.body.classList.remove("is-aside--open"),document.body.classList.remove("is-aside--open-additional"),document.body.classList.remove("is-aside--open-city")})}),document.querySelectorAll(".js-toggle--aside-city").forEach(e=>{e.addEventListener("click",e=>{e.preventDefault(),document.body.classList.add("is-aside--open"),document.body.classList.remove("is-aside--open-additional"),document.body.classList.add("is-aside--open-city")})}),document.querySelectorAll(".js-toggle--aside--additional").forEach(e=>{e.addEventListener("click",e=>{e.preventDefault(),document.body.classList.toggle("is-aside--open"),document.body.classList.remove("is-aside--open-city"),document.body.classList.add("is-aside--open-additional")})}),document.querySelectorAll(".js-form--input-file").forEach(e=>{e.addEventListener("change",()=>{const t=e.parentNode,o=e.value.split(/\\|\//).pop(),n=t.querySelector(".js-form--input-file-text");n&&o&&(n.innerHTML=o)})}),document.querySelectorAll(".js-toggle--services").forEach(e=>{e.addEventListener("click",()=>{e.parentNode.classList.toggle("c-services--is-open")})}),document.querySelectorAll(".js-toggle--sections").forEach(e=>{e.addEventListener("click",()=>{const t=e.parentNode;t.classList.contains("c-sections--is-open")||document.querySelectorAll(".c-sections--is-open").forEach(e=>{e.classList.remove("c-sections--is-open")}),t.classList.toggle("c-sections--is-open")})}),document.querySelectorAll(".js-expand-jobs-section").forEach(e=>{e.addEventListener("click",t=>{t.preventDefault(),e.parentNode.classList.remove("c-jobs-section--is-closed"),e.remove()})});const i=()=>{const e=document.querySelector('[name="s"][value="1"]');if(e)return void e.click();const t=document.querySelector('[name="name"]');t&&t.focus()};document.querySelector(".js-inititate-position-form")&&document.querySelector(".js-inititate-position-form").addEventListener("click",i),document.querySelector(".js-focus-form")&&document.querySelector(".js-focus-form").addEventListener("click",()=>{const e=document.querySelector(".c-form input:first-of-type");e&&e.focus()}),document.querySelector(".js-modal--close")&&document.querySelector(".js-modal--close").addEventListener("click",()=>{const e=document.querySelector(".c-modal");e&&e.remove();const t=document.querySelector(".c-form [autofocus]");t&&t.focus()}),(e=>{const t=document.querySelector(".c-form [autofocus]");if(t&&t.focus(),location.hash){const e=document.querySelector(".c-form--input-wrap--error input")||document.querySelector(".c-form--checkbox--error");if(e)return void e.focus();const t=document.querySelector('.c-form [name="name"]');t&&t.focus()}})(window),(e=>{window.dataLayer=window.dataLayer||[];const t=()=>{const e=document.querySelector('meta[itemprop="occupationalCategory"]');return e&&e.getAttribute("content")||""};document.querySelectorAll(".gtm-share-click").forEach(e=>{e.addEventListener("click",t=>{const o=e.dataset||{};window.dataLayer.push({event:"shareClick",shareLabel:o.label||""})})}),document.querySelectorAll(".gtm-click").forEach(e=>{e.addEventListener("click",t=>{const o=e.dataset||{};window.dataLayer.push({event:o.event||"",label:o.label||""})})});const o=window.sessionStorage,n=document.querySelector('[name="gtm-position-opened"]'),r=document.querySelector('[name="gtm-application-started"]'),c=document.querySelector('[name="gtm-application-submitted"]'),s=(()=>{const e=(document.querySelector('input[name="job_id"]')||{}).value;return e?parseInt(e):""})(),a=()=>{window.dataLayer.push({event:"applicationStarted",job_id:s,category:t()}),o.setItem("position-"+s,"started")},i=e=>{e.target.value&&(a(),e.target.removeEventListener("input",i))};if(n&&(o.getItem("position-"+s)||(window.dataLayer.push({event:"offerOpened",job_id:s,category:t()}),o.setItem("position-"+s,"opened"))),r&&"opened"===o.getItem("position-"+s)){const e=document.querySelector('[name="form-position"] #form-name')||{};e&&(e.value?a():e.addEventListener("input",i))}c&&"started"===o.getItem("position-"+s)&&(window.dataLayer.push({event:"applicationSuccess",job_id:s,category:t()}),o.setItem("position-"+s,"submitted"))})(window);document.querySelectorAll('[name="form-position"], [name="form-employees"], [name="form-employers"], [name="form-recommend"], [name="form-newsletter"]').forEach(e=>{e.addEventListener("submit",()=>{(e=>{e.querySelector('[type="submit"]')&&(e.querySelector('[type="submit"]').classList.add("c-btn--disabled"),e.querySelector('[type="submit"]').classList.add("c-btn--loading"))})(e)})}),document.querySelector("#submit-recommend")&&document.querySelector("#submit-recommend").addEventListener("click",e=>{e.preventDefault();const t=document.querySelector('[name="form-recommend"] [type="submit"]');t&&(e.currentTarget.classList.add("c-btn--disabled"),e.currentTarget.classList.add("c-btn--loading"),t.click())}),document.querySelector(".js-submit-employees-form")&&document.querySelector(".js-submit-employees-form").addEventListener("click",e=>{const t=document.querySelector('[name="form-employees"] [type="submit"]');t&&(e.preventDefault(),e.currentTarget.classList.add("c-btn--disabled"),e.currentTarget.classList.add("c-btn--loading"),t.click())}),document.querySelector(".js-accordion--header")&&async function(){const{default:e}=await o.e(0).then(o.bind(null,7));return e}().then(e=>{e()}),document.querySelector(".js-tabs")&&async function(){const{default:e}=await o.e(7).then(o.bind(null,8));return e}().then(e=>{e()});(e=>{if(!e)return;const t=()=>{(async function(){const{default:e}=await o.e(2).then(o.bind(null,9));return e})().then(e=>{e()})};if(!window.IntersectionObserver)return void t();const n=new IntersectionObserver(e=>{e.forEach(e=>{e.isIntersecting&&(t(),n.unobserve(e.target))})},{});n.observe(e)})(document.querySelector(".c-feedbacks--inner"));const d=()=>{const e=()=>{(async function(){const{default:e}=await o.e(1).then(o.bind(null,10));return e})().then(e=>{e()})};window.requestIdleCallback?window.requestIdleCallback(e):e()};(document.getElementById("search")||document.getElementById("form-city")||document.getElementById("recommend-form-city"))&&d(),(document.getElementById("js-map--divisions")||document.getElementById("js-map--cities")||document.getElementById("js-map--regions"))&&async function(){const{default:e}=await o.e(5).then(o.bind(null,11));return e}().then(e=>{e()}),(document.querySelector(".js-copy-to-clipboard")||document.querySelector(".js-share-messenger")||document.querySelector(".js-share-whatsapp")||document.querySelector(".js-biuro-facebook"))&&async function(){const{default:e}=await o.e(3).then(o.bind(null,12));return e}().then(e=>{e()}),async function(){const{default:e}=await o.e(6).then(o.bind(null,13));e()}(),document.querySelector(".js-collapse-row--toggle")&&document.querySelector(".js-collapse-row--toggle").addEventListener("click",e=>{e.currentTarget.parentNode.classList.toggle("c-form--row--collapsed")});const l=document.getElementById("g-recaptcha-response");l&&async function(e){if("IntersectionObserver"in window){const t=e.closest("form"),o=new IntersectionObserver(t=>{t.forEach(t=>{t.isIntersecting&&(a(e),o.unobserve(t.target))})},{});o.observe(t)}else window.requestIdleCallback?window.requestIdleCallback(()=>{a(e)}):a(e)}(l),(e=>{const t=document.getElementById("search");t&&document.querySelectorAll(".js-search--focus").forEach(e=>{e.addEventListener("focus",()=>{window.innerWidth<960&&t.getBoundingClientRect().top>80&&window.scroll(0,210)})})})(window),(e=>{const t="is-header--hidden",o=document.querySelector(".l-header");if(!o)return!0;let n=0,r=0,c=0,s=0,a=0;window.addEventListener("scroll",function(e,t){var o,n;return function(){const r=this,c=arguments,s=new Date;o&&s<o+e?(clearTimeout(n),n=setTimeout(()=>{o=s,t.apply(r,c)},e)):(o=s,t.apply(r,c))}}(250,(function(){n=document.body.offsetHeight,r=window.innerHeight,c=window.pageYOffset,a=s-c,c<=0||a>0&&o.classList.contains(t)?o.classList.remove(t):a<0&&(c+r>=n&&o.classList.contains(t)?o.classList.remove(t):document.body.classList.contains("is-nav--open")||o.classList.add(t)),s=c})))})(window)}]);
\ No newline at end of file
This source diff could not be displayed because it is too large. You can view the blob instead.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment