Commit adc64b38 authored by Simonas's avatar Simonas

in progress

parent a9bb4643
......@@ -113,9 +113,9 @@ Restart docker (sometimes PC restart may be required)
- docker load --input ourdemo.tar
- docker build -t simoncereska/biuro-staging:0.0.7 .
- docker build -t simoncereska/biuro-staging:0.0.8 .
- docker login --username=simoncereska --password=rlgjsPeOuF2T6VgW8fGss81h
- docker push simoncereska/biuro-staging:0.0.7
- docker push simoncereska/biuro-staging:0.0.8
- sudo chown -R www-data:www-data wordpress/wp-content/plugins
......
......@@ -6,10 +6,13 @@
/* critical:end */
.l-footer--inner { display: flex; padding-top: 15px; }
.l-footer--inner { display: flex; padding-top: 15px; flex-wrap: wrap; }
.l-footer--section { flex: 1 1 15%;
.l-footer--section { flex: 1 0 15%;
@media (--max--small) {
flex: 1 0 35%; margin-bottom: 20px;
}
h4 { margin: 0; padding: 0; }
}
.l-footer { padding-bottom: 100px; box-shadow: inset 0 0 0 1px #666; }
.l-footer { padding-bottom: 100px; box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, .45); /* box-shadow: inset 0 0 0 1px #666; */}
......@@ -4,9 +4,12 @@
.c-nav { }
.c-nav--main {
.c-nav--main {display: flex;
@media (--max--small) {
margin: 20px 0;
}
@media (--min--small) {
display: flex; padding-left: 2em;
padding-left: 2em;
}
}
......
......@@ -7,7 +7,7 @@ u-: Signify that this class is a Utility class. It has a very specific role (oft
========================================================================== */
/* @import '_utils-alignment.css'; */
@import '_utils-alignment.css';
/* @import '_utils-floating.css'; */
/* @import '_utils-overflow.css'; */
......
......@@ -6,26 +6,26 @@
* @atom Alignment
* @section Utils > Alignment
* @markup
* <div>.u-align-top</div>
* <div>.u-align-middle</div>
* <div>.u-align-bottom</div>
* <div>.u-align-left</div>
* <div>.u-align-center</div>
* <div>.u-align-justify</div>
* <div>.u-align-right</div>
* <div>.u-align--top</div>
* <div>.u-align--middle</div>
* <div>.u-align--bottom</div>
* <div>.u-align--left</div>
* <div>.u-align--center</div>
* <div>.u-align--justify</div>
* <div>.u-align--right</div>
*/
/*
.u-align-top { vertical-align: top; }
.u-align--top { vertical-align: top; }
.u-align-middle { vertical-align: middle; }
.u-align--middle { vertical-align: middle; }
.u-align-bottom { vertical-align: bottom; }
.u-align--bottom { vertical-align: bottom; }
.u-align-left { text-align: left; }
.u-align-center { text-align: center; }
.u-align-justify { text-align: justify; }
.u-align--left { text-align: left; }
*/
.u-align--center { text-align: center; }
/*
.u-align--justify { text-align: justify; }
.u-align-right { text-align: right; }
.u-align--right { text-align: right; }
*/
:root{--color--gray:#4d4d4d;--color--green:#006957;--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.8rem;--typo--weight-slim:100;--typo--weight-regular:400;--typo--weight-bold:600;--typo--line-height:1.2;--typo--font-face:"PT Sans Narrow",sans-serif;--typo--font-face-additional:"Bebas Neue",sans-serif;--layout-width:63em}html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}html{-webkit-box-sizing:border-box;box-sizing:border-box}*,:after,:before{-webkit-box-sizing:inherit;box-sizing:inherit}a,body{color:#4d4d4d;color:var(--color--gray)}body{font-size:1.8rem;font-size:var(--typo--font-size);line-height:1.2;line-height:var(--typo--line-height)}html{min-height:100%;font-size:62.5%;-webkit-tap-highlight-color:rgba(0,0,0,0)}.l-content,.l-footer,.l-header,.l-inner{max-width:63em;max-width:var(--layout-width);margin-right:auto;margin-left:auto;padding-right:1em;padding-left:1em}.l-header{padding-top:15px;padding-bottom:15px}.o-nav{margin:0;padding:0;list-style:none}.c-cookies-warning{display:none}.c-data-controller{padding:0 1em;text-align:center;font-size:88%}.c-data-controller p{margin-bottom:0}.c-jobs-list{width:100%;margin:0 0 20px}.c-jobs-list--head{padding:10px}.c-jobs-list--col{padding:0 10px}.c-logo--svg{display:block}.c-nav--main{display:-webkit-box;display:-ms-flexbox;display:flex}.c-nav--sub,.u-hidden{display:none}@media (min-width:48em){:root{--typo--font-size:1.6rem;--typo--line-height:1.3}body{font-family:PT Sans Narrow,sans-serif;font-family:var(--typo--font-face)}.l-header{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.l-content,.l-header{display:-webkit-box;display:-ms-flexbox;display:flex}.l-aside{-webkit-box-flex:0;-ms-flex:0 0 16.25em;flex:0 0 16.25em}.l-main,.l-nav{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%}.c-nav--main{padding-left:2em}}@media (max-width:47.999em){body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI Light,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-family:var(--typo--font-family);letter-spacing:-.08rem}.c-nav--main{margin:20px 0}}@media (min-width:30em){.c-jobs-list--col{padding:10px}}@media (max-width:29.999em){.c-jobs-list--col-position{padding-top:10px}}
\ No newline at end of file
:root{--color--gray:#4d4d4d;--color--green:#006957;--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.8rem;--typo--weight-slim:100;--typo--weight-regular:400;--typo--weight-bold:600;--typo--line-height:1.2;--typo--font-face:"PT Sans Narrow",sans-serif;--typo--font-face-additional:"Bebas Neue",sans-serif;--layout-width:63em}html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}html{-webkit-box-sizing:border-box;box-sizing:border-box}*,:after,:before{-webkit-box-sizing:inherit;box-sizing:inherit}a,body{color:#4d4d4d;color:var(--color--gray)}body{font-size:1.8rem;font-size:var(--typo--font-size);line-height:1.2;line-height:var(--typo--line-height)}html{min-height:100%;font-size:62.5%;-webkit-tap-highlight-color:rgba(0,0,0,0)}.l-content,.l-footer,.l-header,.l-inner{max-width:63em;max-width:var(--layout-width);margin-right:auto;margin-left:auto;padding-right:1em;padding-left:1em}.l-header{padding-top:15px;padding-bottom:15px}.o-nav{margin:0;padding:0;list-style:none}.c-cookies-warning{display:none}.c-data-controller{padding:0 1em;text-align:center;font-size:88%}.c-data-controller p{margin-bottom:0}.c-jobs-list{width:100%;margin:0 0 20px}.c-jobs-list--head{padding:10px}.c-jobs-list--col{padding:0 10px}.c-logo--svg{display:block}.c-nav--sub,.u-hidden{display:none}@media (min-width:48em){:root{--typo--font-size:1.6rem;--typo--line-height:1.3}body{font-family:PT Sans Narrow,sans-serif;font-family:var(--typo--font-face)}.l-header{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.l-content,.l-header{display:-webkit-box;display:-ms-flexbox;display:flex}.l-aside{-webkit-box-flex:0;-ms-flex:0 0 16.25em;flex:0 0 16.25em}.l-main,.l-nav{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%}.c-nav--main{display:-webkit-box;display:-ms-flexbox;display:flex;padding-left:2em}}@media (max-width:47.999em){body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI Light,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-family:var(--typo--font-family);letter-spacing:-.08rem}}@media (min-width:30em){.c-jobs-list--col{padding:10px}}@media (max-width:29.999em){.c-jobs-list--col-position{padding-top:10px}}
/*# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIjAxLXNldHRpbmdzL19zZXR0aW5ncy0tY29sb3JzLmNzcyIsIjAxLXNldHRpbmdzL19zZXR0aW5ncy0tdHlwb2dyYXBoeS5jc3MiLCIwMS1zZXR0aW5ncy9fc2V0dGluZ3MtLWxheW91dC5jc3MiLCIwMy1nZW5lcmljL19nZW5lcmljLS1ub3JtYWxpemUuY3NzIiwiMDMtZ2VuZXJpYy9fZ2VuZXJpYy0tYm94LXNpemluZy5jc3MiLCIwNC1lbGVtZW50cy9fZWxlbWVudC0tYm9keS5jc3MiLCIwNC1lbGVtZW50cy9fZWxlbWVudC0tYW5jaG9yLmNzcyIsIjA0LWVsZW1lbnRzL19lbGVtZW50LS1odG1sLmNzcyIsIjA1LWxheW91dC9fbGF5b3V0LS1pbm5lci5jc3MiLCIwNS1sYXlvdXQvX2xheW91dC0taGVhZGVyLmNzcyIsIjA2LW9iamVjdHMvX29iamVjdC0tbmF2LmNzcyIsIjA3LWNvbXBvbmVudHMvX2NvbXBvbmVudC0tY29va2llcy13YXJuaW5nLmNzcyIsIjA3LWNvbXBvbmVudHMvX2NvbXBvbmVudC0tZGF0YS1jb250cm9sbGVyLmNzcyIsIjA3LWNvbXBvbmVudHMvX2NvbXBvbmVudC0tam9icy1saXN0LmNzcyIsIjA3LWNvbXBvbmVudHMvX2NvbXBvbmVudC0tbG9nby5jc3MiLCIxMC10cnVtcHMvX3V0aWxzLXZpc2liaWxpdHkuY3NzIiwiMDUtbGF5b3V0L19sYXlvdXQtLWNvbnRlbnQuY3NzIiwiMDUtbGF5b3V0L19sYXlvdXQtLWFzaWRlLmNzcyIsIjA1LWxheW91dC9fbGF5b3V0LS1uYXYuY3NzIiwiMDctY29tcG9uZW50cy9fY29tcG9uZW50LS1uYXYuY3NzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUlBLE1BQ0ksc0JBQXVCLEFBQ3ZCLHVCQUF3QixBQ0R4QixrS0FBOEssQUFDOUsseUJBQTBCLEFBQzFCLHdCQUF5QixBQUN6QiwyQkFBNEIsQUFDNUIsd0JBQXlCLEFBQ3pCLHdCQUF5QixBQUN6Qiw4Q0FBZ0QsQUFDaEQscURBQXVELEFDTnZELG1CQUFxQixDRkN4QixBR1NELEtBQ0UsaUJBQWtCLEFBQ2xCLDZCQUErQixDQUNoQyxBQVdELEtBQ0UsUUFBVSxDQUNYLEFDNUJELEtBQWMsOEJBQXVCLEFBQXZCLHFCQUF1QixDQUFFLEFBRXZDLGlCQUVjLDJCQUFvQixBQUFwQixrQkFBb0IsQ0FBRSxBQ0pwQyxPQ0RNLGNBQTBCLEFBQTFCLHdCQUEwQixDRGMvQixBQWJELEtBQ0ksaUJBQWtDLEFBQWxDLGlDQUFrQyxBQUNsQyxnQkFBc0MsQUFBdEMsb0NBQXNDLENBV3pDLEFFYkQsS0FBVSxnQkFBaUIsQUFBQyxnQkFBaUIsQUFBQyx5Q0FBOEMsQ0FBRSxBQ0E5Rix3Q0FBYyxlQUErQixBQUEvQiw4QkFBK0IsQUFBQyxrQkFBbUIsQUFBQyxpQkFBa0IsQUFBQyxrQkFBbUIsQUFBQyxnQkFBa0IsQ0FBRSxBQ0E3SCxVQUFnQyxpQkFBa0IsQUFBQyxtQkFBcUIsQ0FJdkUsQUNKRCxPQUFrQixTQUFVLEFBQUMsVUFBVyxBQUFDLGVBQWlCLENBQUUsQUNBNUQsbUJBQXFCLFlBQWMsQ0FBRSxBQ0FyQyxtQkFBcUIsY0FBZSxBQUFDLGtCQUFtQixBQUFDLGFBQWUsQ0FFdkUsQUFERyxxQkFBTSxlQUFpQixDQUFFLEFDRDdCLGFBQWdCLFdBQVksQUFBQyxlQUFpQixDQUFFLEFBRWhELG1CQUFxQixZQUFlLENBQUcsQUFFdkMsa0JBQW9CLGNBQWdCLENBSW5DLEFDUkQsYUFBZSxhQUFnQixDQUFFLEFDWWpDLHNCQUEwQixZQUFjLENBQUUsQWRGdEMsd0JBVkosTUFXUSx5QkFBMEIsQUFDMUIsdUJBQXlCLENBRWhDLEFJZEQsS0FXUSxzQ0FBcUMsQUFBckMsa0NBQXFDLENBRTVDLEFJYkQsVUFFd0IseUJBQW9CLEFBQXBCLHNCQUFvQixBQUFwQixrQkFBb0IsQ0FFM0MsQU9KRCxxQlBFUyxvQkFBYyxBQUFkLG9CQUFjLEFBQWQsWUFBYyxDT0V0QixBQ0pELFNBRVEsbUJBQWtCLEFBQWxCLHFCQUFrQixBQUFsQixnQkFBa0IsQ0FFekIsQUNKRCxlQUVRLG1CQUFlLEFBQWYsa0JBQWUsQUFBZixhQUFlLENBRXRCLEFDRkQsYUFFUSxvQkFBYyxBQUFkLG9CQUFjLEFBQWQsYUFBYyxBQUFDLGdCQUFrQixDQUV4QyxDbEJPSSxBSVJELDRCQUxKLEtBTVEsMElBQXNDLEFBQXRDLHFDQUFzQyxBQUN0QyxzQkFBeUIsQ0FNaEMsQ0FMSSxBUUhELHdCQURKLGtCQUVRLFlBQWMsQ0FFckIsQ0FESSxBQUlELDRCQURKLDJCQUVRLGdCQUFrQixDQUV6QixDQURJIiwiZmlsZSI6ImNvcmUubWluLmNzcyIsInNvdXJjZXNDb250ZW50IjpbIi8qIC0tLS0tLS0tLS0tLS0gU2V0dGluZ3M6IGNvbG9ycyAtLS0tLS0tLS0tLS0tICovXG5cbi8qIGNyaXRpY2FsOnN0YXJ0ICovXG5cbjpyb290ICAge1xuICAgIC0tY29sb3ItLWdyYXk6ICM0ZDRkNGQ7XG4gICAgLS1jb2xvci0tZ3JlZW46ICMwMDY5NTc7XG59XG5cbi8qIGNyaXRpY2FsOmVuZCAqL1xuIiwiLyogLS0tLS0tLS0tLS0tLSBTZXR0aW5nczogdHlwb2dyYXBoeSAtLS0tLS0tLS0tLS0tICovXG5cbi8qIGNyaXRpY2FsOnN0YXJ0ICovXG5cbjpyb290ICAge1xuICAgIC0tdHlwby0tZm9udC1mYW1pbHk6ICAtYXBwbGUtc3lzdGVtLCBCbGlua01hY1N5c3RlbUZvbnQsIFwiU2Vnb2UgVUkgTGlnaHRcIiwgXCJSb2JvdG9cIiwgXCJPeHlnZW5cIiwgXCJVYnVudHVcIiwgXCJDYW50YXJlbGxcIiwgXCJGaXJhIFNhbnNcIiwgXCJEcm9pZCBTYW5zXCIsIFwiSGVsdmV0aWNhIE5ldWVcIiwgc2Fucy1zZXJpZjtcbiAgICAtLXR5cG8tLWZvbnQtc2l6ZTogMS44cmVtO1xuICAgIC0tdHlwby0td2VpZ2h0LXNsaW06IDEwMDtcbiAgICAtLXR5cG8tLXdlaWdodC1yZWd1bGFyOiA0MDA7XG4gICAgLS10eXBvLS13ZWlnaHQtYm9sZDogNjAwO1xuICAgIC0tdHlwby0tbGluZS1oZWlnaHQ6IDEuMjtcbiAgICAtLXR5cG8tLWZvbnQtZmFjZTogJ1BUIFNhbnMgTmFycm93Jywgc2Fucy1zZXJpZjtcbiAgICAtLXR5cG8tLWZvbnQtZmFjZS1hZGRpdGlvbmFsOiAnQmViYXMgTmV1ZScsIHNhbnMtc2VyaWY7XG5cbiAgICBAbWVkaWEgKC0tbWluLS1zbWFsbCkge1xuICAgICAgICAtLXR5cG8tLWZvbnQtc2l6ZTogMS42cmVtO1xuICAgICAgICAtLXR5cG8tLWxpbmUtaGVpZ2h0OiAxLjM7XG4gICAgfVxufVxuXG4vKiBjcml0aWNhbDplbmQgKi9cbiIsIi8qIC0tLS0tLS0tLS0tLS0gU2V0dGluZ3M6IGxheW91dCAtLS0tLS0tLS0tLS0tICovXG5cbi8qIGNyaXRpY2FsOnN0YXJ0ICovXG5cbjpyb290ICAge1xuICAgIC8qLS1sYXlvdXQtd2lkdGg6IDk3NnB4OyovXG4gICAgLS1sYXlvdXQtd2lkdGg6IDYzZW07XG59XG5cbi8qIGNyaXRpY2FsOmVuZCAqL1xuIiwiLyogLS0tLS0tLS0tLS0tLSBHZW5lcmljOiBub3JtYWxpemUgLS0tLS0tLS0tLS0tLSAqL1xuXG4vKiBjcml0aWNhbDpzdGFydCAqL1xuLyogY3JpdGljYWw6ZW5kICovXG5cbi8qISBub3JtYWxpemUuY3NzIHY4LjAuMCB8IE1JVCBMaWNlbnNlIHwgZ2l0aHViLmNvbS9uZWNvbGFzL25vcm1hbGl6ZS5jc3MgKi9cblxuLyogRG9jdW1lbnRcbiAgID09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09ICovXG5cbi8qKlxuICogMS4gQ29ycmVjdCB0aGUgbGluZSBoZWlnaHQgaW4gYWxsIGJyb3dzZXJzLlxuICogMi4gUHJldmVudCBhZGp1c3RtZW50cyBvZiBmb250IHNpemUgYWZ0ZXIgb3JpZW50YXRpb24gY2hhbmdlcyBpbiBpT1MuXG4gKi9cblxuLyogY3JpdGljYWw6c3RhcnQgKi9cbmh0bWwge1xuICBsaW5lLWhlaWdodDogMS4xNTsgLyogMSAqL1xuICAtd2Via2l0LXRleHQtc2l6ZS1hZGp1c3Q6IDEwMCU7IC8qIDIgKi9cbn1cbi8qIGNyaXRpY2FsOmVuZCAqL1xuXG4vKiBTZWN0aW9uc1xuICAgPT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT0gKi9cblxuLyoqXG4gKiBSZW1vdmUgdGhlIG1hcmdpbiBpbiBhbGwgYnJvd3NlcnMuXG4gKi9cblxuLyogY3JpdGljYWw6c3RhcnQgKi9cbmJvZHkge1xuICBtYXJnaW46IDA7XG59XG4vKiBjcml0aWNhbDplbmQgKi9cblxuLyoqXG4gKiBDb3JyZWN0IHRoZSBmb250IHNpemUgYW5kIG1hcmdpbiBvbiBgaDFgIGVsZW1lbnRzIHdpdGhpbiBgc2VjdGlvbmAgYW5kXG4gKiBgYXJ0aWNsZWAgY29udGV4dHMgaW4gQ2hyb21lLCBGaXJlZm94LCBhbmQgU2FmYXJpLlxuICovXG4vKlxuaDEge1xuICBmb250LXNpemU6IDJlbTtcbiAgbWFyZ2luOiAwLjY3ZW0gMDtcbn1cbiAqL1xuLyogR3JvdXBpbmcgY29udGVudFxuICAgPT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT0gKi9cblxuLyoqXG4gKiAxLiBBZGQgdGhlIGNvcnJlY3QgYm94IHNpemluZyBpbiBGaXJlZm94LlxuICogMi4gU2hvdyB0aGUgb3ZlcmZsb3cgaW4gRWRnZSBhbmQgSUUuXG4gKi9cblxuaHIge1xuICBib3gtc2l6aW5nOiBjb250ZW50LWJveDsgLyogMSAqL1xuICBoZWlnaHQ6IDA7IC8qIDEgKi9cbiAgb3ZlcmZsb3c6IHZpc2libGU7IC8qIDIgKi9cbn1cblxuLyoqXG4gKiAxLiBDb3JyZWN0IHRoZSBpbmhlcml0YW5jZSBhbmQgc2NhbGluZyBvZiBmb250IHNpemUgaW4gYWxsIGJyb3dzZXJzLlxuICogMi4gQ29ycmVjdCB0aGUgb2RkIGBlbWAgZm9udCBzaXppbmcgaW4gYWxsIGJyb3dzZXJzLlxuICovXG5cbnByZSB7XG4gIGZvbnQtZmFtaWx5OiBtb25vc3BhY2UsIG1vbm9zcGFjZTsgLyogMSAqL1xuICBmb250LXNpemU6IDFlbTsgLyogMiAqL1xufVxuXG4vKiBUZXh0LWxldmVsIHNlbWFudGljc1xuICAgPT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT0gKi9cblxuLyoqXG4gKiBSZW1vdmUgdGhlIGdyYXkgYmFja2dyb3VuZCBvbiBhY3RpdmUgbGlua3MgaW4gSUUgMTAuXG4gKi9cblxuYSB7XG4gIGJhY2tncm91bmQtY29sb3I6IHRyYW5zcGFyZW50O1xufVxuXG4vKipcbiAqIDEuIFJlbW92ZSB0aGUgYm90dG9tIGJvcmRlciBpbiBDaHJvbWUgNTctXG4gKiAyLiBBZGQgdGhlIGNvcnJlY3QgdGV4dCBkZWNvcmF0aW9uIGluIENocm9tZSwgRWRnZSwgSUUsIE9wZXJhLCBhbmQgU2FmYXJpLlxuICovXG5cbmFiYnJbdGl0bGVdIHtcbiAgYm9yZGVyLWJvdHRvbTogbm9uZTsgLyogMSAqL1xuICB0ZXh0LWRlY29yYXRpb246IHVuZGVybGluZTsgLyogMiAqL1xuICB0ZXh0LWRlY29yYXRpb246IHVuZGVybGluZSBkb3R0ZWQ7IC8qIDIgKi9cbn1cblxuLyoqXG4gKiBBZGQgdGhlIGNvcnJlY3QgZm9udCB3ZWlnaHQgaW4gQ2hyb21lLCBFZGdlLCBhbmQgU2FmYXJpLlxuICovXG5cbmIsXG5zdHJvbmcge1xuICBmb250LXdlaWdodDogYm9sZGVyO1xufVxuXG4vKipcbiAqIDEuIENvcnJlY3QgdGhlIGluaGVyaXRhbmNlIGFuZCBzY2FsaW5nIG9mIGZvbnQgc2l6ZSBpbiBhbGwgYnJvd3NlcnMuXG4gKiAyLiBDb3JyZWN0IHRoZSBvZGQgYGVtYCBmb250IHNpemluZyBpbiBhbGwgYnJvd3NlcnMuXG4gKi9cblxuY29kZSxcbmtiZCxcbnNhbXAge1xuICBmb250LWZhbWlseTogbW9ub3NwYWNlLCBtb25vc3BhY2U7IC8qIDEgKi9cbiAgZm9udC1zaXplOiAxZW07IC8qIDIgKi9cbn1cblxuLyoqXG4gKiBBZGQgdGhlIGNvcnJlY3QgZm9udCBzaXplIGluIGFsbCBicm93c2Vycy5cbiAqL1xuXG5zbWFsbCB7XG4gIGZvbnQtc2l6ZTogODAlO1xufVxuXG4vKipcbiAqIFByZXZlbnQgYHN1YmAgYW5kIGBzdXBgIGVsZW1lbnRzIGZyb20gYWZmZWN0aW5nIHRoZSBsaW5lIGhlaWdodCBpblxuICogYWxsIGJyb3dzZXJzLlxuICovXG5cbnN1YixcbnN1cCB7XG4gIGZvbnQtc2l6ZTogNzUlO1xuICBsaW5lLWhlaWdodDogMDtcbiAgcG9zaXRpb246IHJlbGF0aXZlO1xuICB2ZXJ0aWNhbC1hbGlnbjogYmFzZWxpbmU7XG59XG5cbnN1YiB7XG4gIGJvdHRvbTogLTAuMjVlbTtcbn1cblxuc3VwIHtcbiAgdG9wOiAtMC41ZW07XG59XG5cbi8qIEVtYmVkZGVkIGNvbnRlbnRcbiAgID09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09ICovXG5cbi8qKlxuICogUmVtb3ZlIHRoZSBib3JkZXIgb24gaW1hZ2VzIGluc2lkZSBsaW5rcyBpbiBJRSAxMC5cbiAqL1xuXG5pbWcge1xuICBib3JkZXItc3R5bGU6IG5vbmU7XG59XG5cbi8qIEZvcm1zXG4gICA9PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PSAqL1xuXG4vKipcbiAqIDEuIENoYW5nZSB0aGUgZm9udCBzdHlsZXMgaW4gYWxsIGJyb3dzZXJzLlxuICogMi4gUmVtb3ZlIHRoZSBtYXJnaW4gaW4gRmlyZWZveCBhbmQgU2FmYXJpLlxuICovXG5cbmJ1dHRvbixcbmlucHV0LFxub3B0Z3JvdXAsXG5zZWxlY3QsXG50ZXh0YXJlYSB7XG4gIGZvbnQtZmFtaWx5OiBpbmhlcml0OyAvKiAxICovXG4gIGZvbnQtc2l6ZTogMTAwJTsgLyogMSAqL1xuICBsaW5lLWhlaWdodDogMS4xNTsgLyogMSAqL1xuICBtYXJnaW46IDA7IC8qIDIgKi9cbn1cblxuLyoqXG4gKiBTaG93IHRoZSBvdmVyZmxvdyBpbiBJRS5cbiAqIDEuIFNob3cgdGhlIG92ZXJmbG93IGluIEVkZ2UuXG4gKi9cblxuYnV0dG9uLFxuaW5wdXQgeyAvKiAxICovXG4gIG92ZXJmbG93OiB2aXNpYmxlO1xufVxuXG4vKipcbiAqIFJlbW92ZSB0aGUgaW5oZXJpdGFuY2Ugb2YgdGV4dCB0cmFuc2Zvcm0gaW4gRWRnZSwgRmlyZWZveCwgYW5kIElFLlxuICogMS4gUmVtb3ZlIHRoZSBpbmhlcml0YW5jZSBvZiB0ZXh0IHRyYW5zZm9ybSBpbiBGaXJlZm94LlxuICovXG5cbmJ1dHRvbixcbnNlbGVjdCB7IC8qIDEgKi9cbiAgdGV4dC10cmFuc2Zvcm06IG5vbmU7XG59XG5cbi8qKlxuICogQ29ycmVjdCB0aGUgaW5hYmlsaXR5IHRvIHN0eWxlIGNsaWNrYWJsZSB0eXBlcyBpbiBpT1MgYW5kIFNhZmFyaS5cbiAqL1xuXG5idXR0b24sXG5bdHlwZT1cImJ1dHRvblwiXSxcblt0eXBlPVwicmVzZXRcIl0sXG5bdHlwZT1cInN1Ym1pdFwiXSB7XG4gIC13ZWJraXQtYXBwZWFyYW5jZTogYnV0dG9uO1xufVxuXG4vKipcbiAqIFJlbW92ZSB0aGUgaW5uZXIgYm9yZGVyIGFuZCBwYWRkaW5nIGluIEZpcmVmb3guXG4gKi9cblxuYnV0dG9uOjotbW96LWZvY3VzLWlubmVyLFxuW3R5cGU9XCJidXR0b25cIl06Oi1tb3otZm9jdXMtaW5uZXIsXG5bdHlwZT1cInJlc2V0XCJdOjotbW96LWZvY3VzLWlubmVyLFxuW3R5cGU9XCJzdWJtaXRcIl06Oi1tb3otZm9jdXMtaW5uZXIge1xuICBib3JkZXItc3R5bGU6IG5vbmU7XG4gIHBhZGRpbmc6IDA7XG59XG5cbi8qKlxuICogUmVzdG9yZSB0aGUgZm9jdXMgc3R5bGVzIHVuc2V0IGJ5IHRoZSBwcmV2aW91cyBydWxlLlxuICovXG5cbmJ1dHRvbjotbW96LWZvY3VzcmluZyxcblt0eXBlPVwiYnV0dG9uXCJdOi1tb3otZm9jdXNyaW5nLFxuW3R5cGU9XCJyZXNldFwiXTotbW96LWZvY3VzcmluZyxcblt0eXBlPVwic3VibWl0XCJdOi1tb3otZm9jdXNyaW5nIHtcbiAgb3V0bGluZTogMXB4IGRvdHRlZCBCdXR0b25UZXh0O1xufVxuXG4vKipcbiAqIENvcnJlY3QgdGhlIHBhZGRpbmcgaW4gRmlyZWZveC5cbiAqL1xuXG5maWVsZHNldCB7XG4gIHBhZGRpbmc6IDAuMzVlbSAwLjc1ZW0gMC42MjVlbTtcbn1cblxuLyoqXG4gKiAxLiBDb3JyZWN0IHRoZSB0ZXh0IHdyYXBwaW5nIGluIEVkZ2UgYW5kIElFLlxuICogMi4gQ29ycmVjdCB0aGUgY29sb3IgaW5oZXJpdGFuY2UgZnJvbSBgZmllbGRzZXRgIGVsZW1lbnRzIGluIElFLlxuICogMy4gUmVtb3ZlIHRoZSBwYWRkaW5nIHNvIGRldmVsb3BlcnMgYXJlIG5vdCBjYXVnaHQgb3V0IHdoZW4gdGhleSB6ZXJvIG91dFxuICogICAgYGZpZWxkc2V0YCBlbGVtZW50cyBpbiBhbGwgYnJvd3NlcnMuXG4gKi9cblxubGVnZW5kIHtcbiAgYm94LXNpemluZzogYm9yZGVyLWJveDsgLyogMSAqL1xuICBjb2xvcjogaW5oZXJpdDsgLyogMiAqL1xuICBkaXNwbGF5OiB0YWJsZTsgLyogMSAqL1xuICBtYXgtd2lkdGg6IDEwMCU7IC8qIDEgKi9cbiAgcGFkZGluZzogMDsgLyogMyAqL1xuICB3aGl0ZS1zcGFjZTogbm9ybWFsOyAvKiAxICovXG59XG5cbi8qKlxuICogQWRkIHRoZSBjb3JyZWN0IHZlcnRpY2FsIGFsaWdubWVudCBpbiBDaHJvbWUsIEZpcmVmb3gsIGFuZCBPcGVyYS5cbiAqL1xuXG5wcm9ncmVzcyB7XG4gIHZlcnRpY2FsLWFsaWduOiBiYXNlbGluZTtcbn1cblxuLyoqXG4gKiBSZW1vdmUgdGhlIGRlZmF1bHQgdmVydGljYWwgc2Nyb2xsYmFyIGluIElFIDEwKy5cbiAqL1xuXG50ZXh0YXJlYSB7XG4gIG92ZXJmbG93OiBhdXRvO1xufVxuXG4vKipcbiAqIDEuIEFkZCB0aGUgY29ycmVjdCBib3ggc2l6aW5nIGluIElFIDEwLlxuICogMi4gUmVtb3ZlIHRoZSBwYWRkaW5nIGluIElFIDEwLlxuICovXG5cblt0eXBlPVwiY2hlY2tib3hcIl0sXG5bdHlwZT1cInJhZGlvXCJdIHtcbiAgYm94LXNpemluZzogYm9yZGVyLWJveDsgLyogMSAqL1xuICBwYWRkaW5nOiAwOyAvKiAyICovXG59XG5cbi8qKlxuICogQ29ycmVjdCB0aGUgY3Vyc29yIHN0eWxlIG9mIGluY3JlbWVudCBhbmQgZGVjcmVtZW50IGJ1dHRvbnMgaW4gQ2hyb21lLlxuICovXG5cblt0eXBlPVwibnVtYmVyXCJdOjotd2Via2l0LWlubmVyLXNwaW4tYnV0dG9uLFxuW3R5cGU9XCJudW1iZXJcIl06Oi13ZWJraXQtb3V0ZXItc3Bpbi1idXR0b24ge1xuICBoZWlnaHQ6IGF1dG87XG59XG5cbi8qKlxuICogMS4gQ29ycmVjdCB0aGUgb2RkIGFwcGVhcmFuY2UgaW4gQ2hyb21lIGFuZCBTYWZhcmkuXG4gKiAyLiBDb3JyZWN0IHRoZSBvdXRsaW5lIHN0eWxlIGluIFNhZmFyaS5cbiAqL1xuXG5bdHlwZT1cInNlYXJjaFwiXSB7XG4gIC13ZWJraXQtYXBwZWFyYW5jZTogdGV4dGZpZWxkOyAvKiAxICovXG4gIG91dGxpbmUtb2Zmc2V0OiAtMnB4OyAvKiAyICovXG59XG5cbi8qKlxuICogUmVtb3ZlIHRoZSBpbm5lciBwYWRkaW5nIGluIENocm9tZSBhbmQgU2FmYXJpIG9uIG1hY09TLlxuICovXG5cblt0eXBlPVwic2VhcmNoXCJdOjotd2Via2l0LXNlYXJjaC1kZWNvcmF0aW9uIHtcbiAgLXdlYmtpdC1hcHBlYXJhbmNlOiBub25lO1xufVxuXG4vKipcbiAqIDEuIENvcnJlY3QgdGhlIGluYWJpbGl0eSB0byBzdHlsZSBjbGlja2FibGUgdHlwZXMgaW4gaU9TIGFuZCBTYWZhcmkuXG4gKiAyLiBDaGFuZ2UgZm9udCBwcm9wZXJ0aWVzIHRvIGBpbmhlcml0YCBpbiBTYWZhcmkuXG4gKi9cblxuOjotd2Via2l0LWZpbGUtdXBsb2FkLWJ1dHRvbiB7XG4gIC13ZWJraXQtYXBwZWFyYW5jZTogYnV0dG9uOyAvKiAxICovXG4gIGZvbnQ6IGluaGVyaXQ7IC8qIDIgKi9cbn1cblxuLyogSW50ZXJhY3RpdmVcbiAgID09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09ICovXG5cbi8qXG4gKiBBZGQgdGhlIGNvcnJlY3QgZGlzcGxheSBpbiBFZGdlLCBJRSAxMCssIGFuZCBGaXJlZm94LlxuICovXG5cbmRldGFpbHMge1xuICBkaXNwbGF5OiBibG9jaztcbn1cblxuLypcbiAqIEFkZCB0aGUgY29ycmVjdCBkaXNwbGF5IGluIGFsbCBicm93c2Vycy5cbiAqL1xuXG5zdW1tYXJ5IHtcbiAgZGlzcGxheTogbGlzdC1pdGVtO1xufVxuXG4vKiBNaXNjXG4gICA9PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PSAqL1xuXG4vKipcbiAqIEFkZCB0aGUgY29ycmVjdCBkaXNwbGF5IGluIElFIDEwKy5cbiAqL1xuXG50ZW1wbGF0ZSB7XG4gIGRpc3BsYXk6IG5vbmU7XG59XG5cbi8qKlxuICogQWRkIHRoZSBjb3JyZWN0IGRpc3BsYXkgaW4gSUUgMTAuXG4gKi9cblxuW2hpZGRlbl0ge1xuICBkaXNwbGF5OiBub25lO1xufVxuIiwiLyogLS0tLS0tLS0tLS0tLSBHZW5lcmljOiBib3ggc2l6aW5nIC0tLS0tLS0tLS0tLS0gKi9cblxuLyogY3JpdGljYWw6c3RhcnQgKi9cblxuaHRtbCAgICAgICAgeyBib3gtc2l6aW5nOiBib3JkZXItYm94OyB9XG5cbiosXG4qOmJlZm9yZSxcbio6YWZ0ZXIgICAgIHsgYm94LXNpemluZzogaW5oZXJpdDsgfVxuXG4vKiBjcml0aWNhbDplbmQgKi9cbiIsIi8qIC0tLS0tLS0tLS0tLS0gRWxlbWVudHM6IGJvZHkgLS0tLS0tLS0tLS0tLSAqL1xuXG4vKiBjcml0aWNhbDpzdGFydCAqL1xuXG5ib2R5ICAgIHtcbiAgICBmb250LXNpemU6IHZhcigtLXR5cG8tLWZvbnQtc2l6ZSk7XG4gICAgbGluZS1oZWlnaHQ6IHZhcigtLXR5cG8tLWxpbmUtaGVpZ2h0KTtcbiAgICBjb2xvcjogdmFyKC0tY29sb3ItLWdyYXkpO1xuXG4gICAgQG1lZGlhICgtLW1heC0tc21hbGwpIHtcbiAgICAgICAgZm9udC1mYW1pbHk6IHZhcigtLXR5cG8tLWZvbnQtZmFtaWx5KTtcbiAgICAgICAgbGV0dGVyLXNwYWNpbmc6IC0wLjA4cmVtO1xuICAgIH1cblxuICAgIEBtZWRpYSAoLS1taW4tLXNtYWxsKSB7XG4gICAgICAgIGZvbnQtZmFtaWx5OiB2YXIoIC0tdHlwby0tZm9udC1mYWNlKTtcbiAgICB9XG59XG5cbi8qIGNyaXRpY2FsOmVuZCAqL1xuIiwiLyogLS0tLS0tLS0tLS0tLSBFbGVtZW50czogYW5jaG9yIC0tLS0tLS0tLS0tLS0gKi9cblxuLyogY3JpdGljYWw6c3RhcnQgKi9cbmEgICB7IGNvbG9yOiB2YXIoLS1jb2xvci0tZ3JheSk7IH1cbi8qIGNyaXRpY2FsOmVuZCAqL1xuXG5hICAge1xuICAgICY6aG92ZXIgICAgIHsgdGV4dC1kZWNvcmF0aW9uOiBub25lOyB9XG59XG5cbkBtZWRpYSAoLS1taW4tLXgtbGFyZ2UpIHtcbiAgICBbaHJlZl49XCJ0ZWxcIl0gICB7IHBvaW50ZXItZXZlbnRzOiBub25lOyB0ZXh0LWRlY29yYXRpb246IG5vbmU7IGNvbG9yOiBpbmhlcml0OyB9XG59XG4iLCIvKiAtLS0tLS0tLS0tLS0tIEVsZW1lbnRzOiBodG1sIC0tLS0tLS0tLS0tLS0gKi9cblxuLyogY3JpdGljYWw6c3RhcnQgKi9cblxuaHRtbCAgICB7IG1pbi1oZWlnaHQ6IDEwMCU7IGZvbnQtc2l6ZTogNjIuNSU7IC13ZWJraXQtdGFwLWhpZ2hsaWdodC1jb2xvcjogcmdiYSgwLCAwLCAwLCAwKTsgfVxuXG4vKiBjcml0aWNhbDplbmQgKi9cbiIsIi8qIC0tLS0tLS0tLS0tLS0gTGF5b3V0OiBpbm5lciAtLS0tLS0tLS0tLS0tICovXG5cbi8qIGNyaXRpY2FsOnN0YXJ0ICovXG5cbi5sLWlubmVyICAgIHsgbWF4LXdpZHRoOiB2YXIoLS1sYXlvdXQtd2lkdGgpOyBtYXJnaW4tcmlnaHQ6IGF1dG87IG1hcmdpbi1sZWZ0OiBhdXRvOyBwYWRkaW5nLXJpZ2h0OiAxZW07IHBhZGRpbmctbGVmdDogMWVtOyB9XG5cbi8qIGNyaXRpY2FsOmVuZCAqL1xuIiwiLyogLS0tLS0tLS0tLS0tLSBMYXlvdXQ6IGhlYWRlciAtLS0tLS0tLS0tLS0tICovXG5cbi8qIGNyaXRpY2FsOnN0YXJ0ICovXG5cbi5sLWhlYWRlciAgIHsgQGV4dGVuZCAubC1pbm5lcjsgcGFkZGluZy10b3A6IDE1cHg7IHBhZGRpbmctYm90dG9tOiAxNXB4O1xuICAgIEBtZWRpYSAoLS1taW4tLXNtYWxsKSB7XG4gICAgICAgICBkaXNwbGF5OiBmbGV4OyBhbGlnbi1pdGVtczogY2VudGVyO1xuICAgIH1cbn1cblxuLyogY3JpdGljYWw6ZW5kICovXG5cbi8qLmwtaGVhZGVyICAgeyBib3gtc2hhZG93OiBpbnNldCAwIDAgMCAxcHggb3JhbmdlOyAgfSovXG4iLCIvKiAtLS0tLS0tLS0tLS0tIE9iamVjdDogbmF2aWdhdGlvbiAtLS0tLS0tLS0tLS0tICovXG5cbi8qIGNyaXRpY2FsOnN0YXJ0ICovXG5cbi5vLW5hdiAgICAgICAgICB7IG1hcmdpbjogMDsgcGFkZGluZzogMDsgbGlzdC1zdHlsZTogbm9uZTsgfVxuXG4vKi5vLW5hdi0taXRlbSAgICB7IGRpc3BsYXk6IGJsb2NrOyB9Ki9cblxuLyouby1uYXYtLWxpbmsgICAgeyBkaXNwbGF5OiBibG9jazsgfSovXG5cbi8qIGNyaXRpY2FsOmVuZCAqL1xuXG5cbi8qLm8tbmF2ICAgICAgICAgIHsgdXNlci1zZWxlY3Q6IG5vbmU7IH0qL1xuXG4iLCIvKiAtLS0tLS0tLS0tLS0tIENvbXBvbmVudDogY29va2llcyB3YXJuaW5nIC0tLS0tLS0tLS0tLS0gKi9cblxuLyogY3JpdGljYWw6c3RhcnQgKi9cblxuLmMtY29va2llcy13YXJuaW5nIHsgZGlzcGxheTogbm9uZTsgfVxuXG4vKiBjcml0aWNhbDplbmQgKi9cblxuLmMtY29va2llcy13YXJuaW5nIHsgcG9zaXRpb246IGZpeGVkOyBsZWZ0OiAwcHg7IHJpZ2h0OiAwOyBib3R0b206IDBweDsgcGFkZGluZzogMTVweCAyMHB4OyBiYWNrZ3JvdW5kOiAjZjZmNmY2OyAgb3ZlcmZsb3c6IGhpZGRlbjsgei1pbmRleDogMTAwO1xuICAgIC5idS1hY3Rpb24gICAgICAgICAgICAgIHsgbWFyZ2luLXRvcDogMTBweDsgfVxuICAgIC5idS1hY3Rpb24tLWFsdCAgICAgeyBmbG9hdDogcmlnaHQ7IH1cbn1cblxuIiwiLyogLS0tLS0tLS0tLS0tLSBDb21wb25lbnQ6IGRhdGEgY29udHJvbGxlciAtLS0tLS0tLS0tLS0tICovXG5cbi8qIGNyaXRpY2FsOnN0YXJ0ICovXG5cbi5jLWRhdGEtY29udHJvbGxlciB7IHBhZGRpbmc6IDAgMWVtOyB0ZXh0LWFsaWduOiBjZW50ZXI7IGZvbnQtc2l6ZTogODglO1xuICAgIHAgICB7IG1hcmdpbi1ib3R0b206IDA7IH1cbn1cblxuLyogY3JpdGljYWw6ZW5kICovXG4iLCIvKiAtLS0tLS0tLS0tLS0tIENvbXBvbmVudDogam9icyBsaXN0IC0tLS0tLS0tLS0tLS0gKi9cblxuLyogY3JpdGljYWw6c3RhcnQgKi9cblxuLmMtam9icy1saXN0IHsgIHdpZHRoOiAxMDAlOyBtYXJnaW46IDAgMCAyMHB4OyB9XG5cbi5jLWpvYnMtbGlzdC0taGVhZCB7IHBhZGRpbmc6ICAxMHB4OyAgfVxuXG4uYy1qb2JzLWxpc3QtLWNvbCB7IHBhZGRpbmc6IDAgMTBweDtcbiAgICBAbWVkaWEgKC0tbWluLS14eC1zbWFsbCkge1xuICAgICAgICBwYWRkaW5nOiAxMHB4O1xuICAgIH1cbn1cblxuLmMtam9icy1saXN0LS1jb2wtcG9zaXRpb24ge1xuICAgIEBtZWRpYSAoLS1tYXgtLXh4LXNtYWxsKSB7XG4gICAgICAgIHBhZGRpbmctdG9wOiAxMHB4O1xuICAgIH1cbn1cblxuLyogY3JpdGljYWw6ZW5kICovXG5cbi5jLWpvYnMtbGlzdCB7XG4gICAgdHIge1xuICAgICAgICAmOm50aC1jaGlsZChldmVuKSB7IGJhY2tncm91bmQ6ICNGOEY4Rjg7IH1cbiAgICB9XG4gICAgdGgsXG4gICAgdGQgIHsgdmVydGljYWwtYWxpZ246IHRvcDsgIH1cbiAgICBhIHsgZGlzcGxheTogYmxvY2s7IH1cbn1cblxuLmMtam9icy1saXN0LS1oZWFkIHsgZm9udC13ZWlnaHQ6IDcwMDsgdGV4dC1hbGlnbjogbGVmdDtcbiAgICBAbWVkaWEgKC0tbWF4LS1zbWFsbCkge1xuICAgICAgICBkaXNwbGF5OiBub25lO1xuICAgIH1cbiAgICAmOm50aC1jaGlsZChuKzIpIHtcbiAgICAgICAgQG1lZGlhICgtLW1pbi0tc21hbGwpIHtcbiAgICAgICAgICAgIGJvcmRlci1sZWZ0OiAxcHggc29saWQgI2RmZTFlNDtcbiAgICAgICAgfVxuICAgIH1cbn1cblxuLmMtam9icy1saXN0LS1jb2wge1xuICAgIEBtZWRpYSAoLS1tYXgtLXh4LXNtYWxsKSB7XG4gICAgICAgIGZsb2F0OiBsZWZ0OyB3aWR0aDogY2FsYygxMDAlIC0gMjBweClcbiAgICB9XG4gICAgQG1lZGlhICgtLW1pbi0teHgtc21hbGwpIHtcbiAgICAgICAgbWF4LXdpZHRoOiAyNjBweDtcbiAgICB9XG59XG5cbi5jLWpvYnMtbGlzdC0tY29sLXBvc2l0aW9uIHsgfVxuXG4uYy1qb2JzLWxpc3QtLWNvbC1jaXR5IHtcbiAgICBAbWVkaWEgKC0tbWF4LS14eC1zbWFsbCkge1xuICAgICAgICBwYWRkaW5nLWJvdHRvbTogMTBweDsgdGV4dC1hbGlnbjogbGVmdDtcbiAgICB9XG4gICAgQG1lZGlhICgtLW1heC0tc21hbGwpIHtcbiAgICAgICAgIHRleHQtYWxpZ246IHJpZ2h0O1xuICAgIH1cbiAgICBAbWVkaWEgKC0tbWluLS1zbWFsbCkge1xuICAgICAgICBib3JkZXItbGVmdDogMXB4IHNvbGlkICNkZmUxZTQ7XG4gICAgfVxufVxuXG4uYy1qb2JzLWxpc3QtLWNvbC12YWxpZCB7IGRpc3BsYXk6IG5vbmU7XG4gICAgQG1lZGlhICgtLW1pbi0tc21hbGwpIHtcbiAgICAgICAgZGlzcGxheTogdGFibGUtY2VsbDsgYm9yZGVyLWxlZnQ6IDFweCBzb2xpZCAjZGZlMWU0O1xuICAgIH1cbn1cbiIsIi8qIC0tLS0tLS0tLS0tLS0gQ29tcG9uZW50OiBsb2dvIC0tLS0tLS0tLS0tLS0gKi9cblxuLyogY3JpdGljYWw6c3RhcnQgKi9cblxuLmMtbG9nby0tc3ZnIHsgZGlzcGxheTogIGJsb2NrOyB9XG5cbi8qIGNyaXRpY2FsOmVuZCAqL1xuXG4uYy1sb2dvICAgICAgICAgICB7IHRleHQtZGVjb3JhdGlvbjogbm9uZTsgfVxuXG4iLCIvKiAtLS0tLS0tLS0tLS0tIFV0aWw6IHZpc2liaWxpdHkgLS0tLS0tLS0tLS0tLSAqL1xuXG4vKipcbiAqIEVsZW1lbnRzIHZpc2liaWxpdHlcbiAqXG4gKiBAYXRvbSBWaXNpYmlsaXR5XG4gKiBAc2VjdGlvbiBVdGlscyA+IFZpc2liaWxpdHlcbiAqIEBtYXJrdXBcbiAqICA8ZGl2Pi51LWhpZGRlbjwvZGl2PlxuICogIDxkaXY+LnUtaGlkZGVuLS1tYXgtc21hbGw8L2Rpdj5cbiAqICA8ZGl2Pi51LWhpZGRlbi0tdmlzdWFsbHk8L2Rpdj5cbiAqICA8ZGl2Pi51LWhpZGRlbi0tcHJpbnQ8L2Rpdj5cbiovXG5cbi8qIGNyaXRpY2FsOnN0YXJ0ICovXG5cbi51LWhpZGRlbiAgICAgICAgICAgICAgIHsgZGlzcGxheTogbm9uZTsgfVxuXG4vKiBjcml0aWNhbDplbmQgKi9cblxuXG4vKlxuLnUtaGlkZGVuLS1tYXgtc21hbGwgICAge1xuICAgIEBtZWRpYSAoLS1tYXgtLXNtYWxsKSB7XG4gICAgICAgIGRpc3BsYXk6IG5vbmU7XG4gICAgfVxufVxuXG4udS1oaWRkZW4tLXZpc3VhbGx5ICAgICB7IGJvcmRlcjogMDsgY2xpcDogcmVjdCgwIDAgMCAwKTsgaGVpZ2h0OiAxcHg7IG1hcmdpbjogLTFweDsgb3ZlcmZsb3c6IGhpZGRlbjsgcGFkZGluZzogMDsgcG9zaXRpb246IGFic29sdXRlOyB3aWR0aDogMXB4OyB9ICovXG4vKlxuXG5AbWVkaWEgcHJpbnQgICAgICAgICAgICB7XG4gICAgLnUtaGlkZGVuLS1wcmludCAgICAgICAgeyBkaXNwbGF5OiBub25lOyB9XG59XG4qL1xuIiwiLyogLS0tLS0tLS0tLS0tLSBMYXlvdXQ6IGNvbnRlbnQgLS0tLS0tLS0tLS0tLSAqL1xuXG4vKiBjcml0aWNhbDpzdGFydCAqL1xuXG4ubC1jb250ZW50ICAgeyBAZXh0ZW5kIC5sLWlubmVyO1xuICAgIEBtZWRpYSAoLS1taW4tLXNtYWxsKSB7XG4gICAgICAgIGRpc3BsYXk6IGZsZXg7XG4gICAgfVxufVxuXG4vKiBjcml0aWNhbDplbmQgKi9cblxuLyoqIHsgYm9yZGVyOiAxcHggc29saWQgIzAwMDsgfSovXG5cbi8qLmwtY29udGVudCAgIHsgYm94LXNoYWRvdzogaW5zZXQgMCAwIDAgMXB4IGdyZWVuOyB9Ki9cbiIsIi8qIC0tLS0tLS0tLS0tLS0gTGF5b3V0OiBhc2lkZSAtLS0tLS0tLS0tLS0tICovXG5cbi8qIGNyaXRpY2FsOnN0YXJ0ICovXG5cbi5sLWFzaWRlICAgIHtcbiAgICBAbWVkaWEgKC0tbWluLS1zbWFsbCkge1xuICAgICAgICBmbGV4OiAwIDAgMTYuMjVlbTtcbiAgICB9XG59XG5cbi8qIGNyaXRpY2FsOmVuZCAqL1xuIiwiLyogLS0tLS0tLS0tLS0tLSBMYXlvdXQ6IG5hdmlnYXRpb24gLS0tLS0tLS0tLS0tLSAqL1xuXG4vKiBjcml0aWNhbDpzdGFydCAqL1xuXG4ubC1uYXYgIHtcbiAgICBAbWVkaWEgKC0tbWluLS1zbWFsbCkge1xuICAgICAgICBmbGV4OiAxIDEgMTAwJTtcbiAgICB9XG59XG5cbi8qIGNyaXRpY2FsOmVuZCAqL1xuIiwiLyogLS0tLS0tLS0tLS0tLSBDb21wb25lbnQ6IG5hdiAtLS0tLS0tLS0tLS0tICovXG5cbi8qIGNyaXRpY2FsOnN0YXJ0ICovXG5cbi5jLW5hdiAgICAgICAgICB7IH1cblxuLmMtbmF2LS1tYWluICAgICAgICAgICAge1xuICAgIEBtZWRpYSAoLS1taW4tLXNtYWxsKSB7XG4gICAgICAgIGRpc3BsYXk6IGZsZXg7IHBhZGRpbmctbGVmdDogMmVtO1xuICAgIH1cbn1cblxuLmMtbmF2LS1zdWIgICAgICAgICAgICAgICAgICAgICAgeyBkaXNwbGF5OiBub25lOyB9XG4vKiBjcml0aWNhbDplbmQgKi9cblxuLmMtbmF2LS1tYWluLWl0ZW0gICAgICAgIHsgcG9zaXRpb246IHJlbGF0aXZlOyBtYXJnaW4tcmlnaHQ6IDEwcHg7XG4gICAgJjpob3ZlciAgICAgICAgICAgICAgICAgICAgICAgICAgICAge1xuICAgICAgICB1bCAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHsgZGlzcGxheTogYmxvY2s7IH1cbiAgICB9XG59XG4uYy1uYXYtLW1haW4tYW5jaG9yICAgeyBkaXNwbGF5OiBibG9jazsgcGFkZGluZzogMCAwLjI1ZW07IHRleHQtdHJhbnNmb3JtOiB1cHBlcmNhc2U7IH1cblxuLmMtbmF2LS1zdWIgICAgICAgICAgICAgICAgICAgICAgeyBwb3NpdGlvbjogYWJzb2x1dGU7IHRvcDogMTAwJTsgbGVmdDogLTFlbTsgcGFkZGluZzogMCAxZW0gMWVtIDFlbTsgfVxuLmMtbmF2LS1zdWItaXRlbSAgICAgICAgICAgIHsgYmFja2dyb3VuZDogI2ZmZjsgcGFkZGluZzogLjVlbSAuNWVtIC41ZW0gMDsgfVxuLmMtbmF2LS1zdWItYW5jaG9yICAgICAgIHsgcGFkZGluZzogIDAuMjVlbTsgd2hpdGUtc3BhY2U6IG5vd3JhcDsgfVxuXG4uYy1uYXYtLWl0ZW0gICAgeyBtYXJnaW46IDEwcHg7IH1cblxuLmMtbmF2LS1saW5rICAgIHsgbGluZS1oZWlnaHQ6IDQwcHg7IGZvbnQtc2l6ZTogMjRweDsgdGV4dC1kZWNvcmF0aW9uOiBub25lO1xuICAgICY6aG92ZXIgICAgICAgICB7IHRleHQtZGVjb3JhdGlvbjogdW5kZXJsaW5lOyB9XG59XG5cbi5jLW5hdi0tcmVnaW9uICAgIHsgIH1cblxuLmMtbmF2LS1sYW5nICAgICAgICB7ICBkaXNwbGF5OiBmbGV4O1xuICAgIGxpICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgeyBwYWRkaW5nOiAwIDVweDsgfVxufVxuIl19 */
@font-face{font-family:PT Sans Narrow;src:url(../fonts/pt_sans_narrow.woff2) format("woff2"),url(../fonts/pt_sans_narrow.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:PT Sans Narrow;src:url(../fonts/pt_sans_narrow_bold.woff2) format("woff2"),url(../fonts/pt_sans_narrow_bold.woff) format("woff");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Bebas Neue;src:url(../fonts/bebas-neue.woff2) format("woff2"),url(../fonts/bebas-neue.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */hr{-webkit-box-sizing:content-box;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{-webkit-box-sizing:border-box;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]{-webkit-box-sizing:border-box;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}[hidden],template{display:none}a:hover{text-decoration:none}figure{margin:0}img{max-width:100%}p{margin:0 0 1.6rem}b,strong{font-weight:600;font-weight:var(--typo--weight-bold)}table{border-collapse:collapse;border-spacing:0}.l-footer--inner{display:-webkit-box;display:-ms-flexbox;display:flex;padding-top:15px;-ms-flex-wrap:wrap;flex-wrap:wrap}.l-footer--section{-webkit-box-flex:1;-ms-flex:1 0 15%;flex:1 0 15%}.l-footer--section h4{margin:0;padding:0}.l-footer{padding-bottom:100px;-webkit-box-shadow:0 -1px 1px 0 rgba(0,0,0,.45);box-shadow:0 -1px 1px 0 rgba(0,0,0,.45)}.c-breadcrumbs{padding-top:1em}.c-cookies-warning{position:fixed;left:0;right:0;bottom:0;padding:15px 20px;background:#f6f6f6;overflow:hidden;z-index:100}.c-cookies-warning .bu-action{margin-top:10px}.c-cookies-warning .bu-action--alt{float:right}.c-copy{padding-top:.75em;text-align:center}.c-divisions--list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:16px}.c-divisions--list-item{margin-right:10px;padding:0 12px;font-weight:400;font-weight:var(--typo--weight-regular);line-height:1.5;cursor:pointer}.is-divisions--list-item-active{background:#ccc;font-weight:600;font-weight:var(--typo--weight-bold)}#custom .biuro-title{margin:0 0 20px;padding:10px;font-size:calc(1.125rem + .8929vw - 2.85728px);border:2px solid #006957;border:2px solid var(--color--green);border-radius:12px}#custom .biuro-title h1{margin:0;padding:0;line-height:1.2;color:#006957;color:var(--color--green);font-weight:600;font-weight:var(--typo--weight-bold);overflow:hidden;text-align:center;text-transform:uppercase}.c-jobs-list tr:nth-child(2n){background:#f8f8f8}.c-jobs-list td,.c-jobs-list th{vertical-align:top}.c-jobs-list a{display:block}.c-jobs-list--head{font-weight:700;text-align:left}.c-jobs-list--col-valid{display:none}.pods-pagination-paginate{display:block;padding-bottom:1em;text-align:center}.page-numbers{margin:0 1px;padding:1px}.page-numbers.current{font-weight:600;font-weight:var(--typo--weight-bold)}.c-logo{text-decoration:none}.c-nav--main-item{position:relative;margin-right:10px;border:1px solid grey;padding:5px}.c-nav--main-anchor{display:block;padding:0 .25em;text-transform:uppercase}.c-nav--sub{position:absolute;top:100%;left:-1px;padding:0 1em 0 6px;border:1px solid grey;overflow:hidden;background:#fff}.c-nav--sub-item{background:#fff;padding:.5em .5em .5em 0}.c-nav--sub-anchor{padding:.25em;white-space:nowrap}.c-nav--item{margin:10px}.c-nav--link{line-height:40px;font-size:24px;text-decoration:none}.c-nav--link:hover{text-decoration:underline}.c-nav--lang{display:-webkit-box;display:-ms-flexbox;display:flex}.c-nav--lang li{padding:0 5px}.is-nav--main-item-active{position:relative;border-bottom-color:red}.is-nav--main-item-active:before{content:"";position:absolute;height:1px;width:100%;bottom:-1px;left:0;background:#fff;z-index:10}.is-nav--main-item-active .c-nav--sub{display:-webkit-box;display:-ms-flexbox;display:flex}.is-nav--main-anchor-active{text-decoration:none}.is-nav--sub-anchor-active{text-decoration:none;font-weight:600}.bu-action{height:28px;cursor:pointer;border:1px solid #e1e1e1;padding:0 15px;margin:0;display:inline-block}.bu-action--main{color:#fff;background:#006957}.c-nav-footer a:hover{border-color:#ababab}.c-nav-footer .act,.c-nav-footer .act:hover{border-color:#4b4d4f}#content a:hover{text-decoration:underline}#content h1{padding:0 0 10px;font-size:22px;font-weight:400}#content h2{padding:0 0 13px;font-size:19px;font-weight:700}#content h2 small{display:block;font-size:16px}#content h3{padding:0 0 10px;font-size:17px;font-weight:700}#content .info_box,#content .info_box p{font-size:16px;line-height:1.2;text-transform:uppercase}#content .t-reason{padding:0;border:0}#content .t-reason td{display:block;vertical-align:top}#content .t-reason .t-reason-col-2 h2{padding:25px 0 13px}#content .t-reason h2{text-align:center}#content .t-reason ul{padding:0}#content .t-membership{width:100%;border:0;text-align:left}#content .t-membership td{text-align:justify;vertical-align:middle}#content .t-membership .t-membership-row-4 td{border-bottom:none}#content .t-contacts-box{max-width:650px}#content .t-contacts{width:100%}#content .t-contacts td{vertical-align:top}#content .t-contacts p{text-align:left}#content .info_box{position:relative;margin:0 0 20px;color:#fff}#content .info_box.tyle_1{background-position:0 0}#content .info_box.tyle_1 .bottom{background-position:-250px 100%}#content .info_box.tyle_2{background-position:-500px 0}#content .info_box.tyle_2 .bottom{background-position:-750px 100%}#content .info_box.tyle_3{background-position:-1000px 0}#content .info_box.tyle_3 .bottom{background-position:-1250px 100%}#content .info_box.tyle_4{background-position:-1500px 0}#content .info_box.tyle_4 .bottom{background-position:-1750px 100%}#content .info_box.tyle_5{background-position:-2000px 0}#content .info_box.tyle_5 .bottom{background-position:-2250px 100%}#content .info_box .bottom{width:219px;height:22px;position:absolute;left:0;bottom:-22px}#content .info_box p{padding:0}#content .search_box{background:#f8f8f8;padding:10px}#content .search_box select{width:130px;background:#f7f7f7;border:1px solid #e1e1e1;padding:6px}#content .search_box li{padding:0;display:block;background:0 0;overflow:hidden}#content .search_box li label{display:block;font-weight:700}#content .search_box li .input{width:78%;color:#4b4d4f;border:0;padding:8px;background:0 0}#content .search_box li select{color:#4b4d4f;background:#f5f5f5;margin:0 20px 10px 0}#content .search_box li select+.filter-button{clear:left;margin-left:100px}#content .search_box li .submit{float:right;width:39px;height:39px;cursor:pointer;background:url(../_img/search_box_icon.gif) 50% 50% no-repeat;border:0;vertical-align:middle}#content .search_box li a.url{float:right;margin-top:7px;padding:4px 18px 4px 0;font-weight:700}#content .search_box li a.url.open{background:url(../_img/search_box_url_icon.gif) right 12px no-repeat}#content .search_box li a.url.close{background:url(../_img/search_box_url_icon.gif) right -13px no-repeat}#content .search_box li #search-input-block{border:1px solid #dfe1e4;background:#fff;overflow:hidden}#content .search_box li.filter-additional{padding-top:10px}#content .search_box li.filter-additional label{float:left;width:95px;padding:6px 5px 0 0}#content .search_box li.filter-additional select{float:left}#content .search_box li.filter-additional+.filter-additional{padding-top:0}#content .search_box li #period,#content .search_box li #type{margin-right:0}#content .search_box .filter-button{float:left;color:#4b4d4f;background:#f5f5f5;margin:0 22px 0 0;border:1px solid #e1e1e1;padding:7px;cursor:pointer;text-decoration:none}#content .search_box .filter-button:hover{background:#eee}#content p{text-align:justify}#content a{text-decoration:none}#content .img_left{margin:0 20px 15px 0;float:left}#content a.home_url,.c-home-url{width:254px;color:#4b4d4f;font-size:21px;margin:15px auto;display:block;text-align:center;line-height:1.2}#content a.home_url{text-decoration:none;padding:280px 0 0}#content a.home_url_1{background:url(../_img/workis_l.png) no-repeat;background-size:contain}#content a.home_url_2{background:url(../_img/img_2.jpg) no-repeat}#content a:hover.home_url{text-decoration:underline}.c-home-url{text-decoration:none}.c-home-url:hover{text-decoration:underline}.c-home-pic{display:block;border-radius:50%;margin-bottom:20px;overflow:hidden}#content .contact-form .form li textarea,.cv-form .form li textarea{overflow-y:auto;resize:none}.c-home-pic img{display:block}#content .news_list{padding:0 0 15px;display:block}#content .news_list li{border-top:1px solid #dfe1e4;padding:15px 0 0;display:block}#content .news_list li a.more{font-weight:700;text-decoration:underline}#content .news_list li:first-child{border-top:0;padding:0}#content .staff{margin:0 0 15px -33px;display:block}#content .staff li{width:216px;margin:0 0 10px 33px;float:left}#content .staff li.sep{width:100%}#content .staff li .foto{margin:0 0 10px;display:block}#content .staff li p{padding:0 5px 15px}#content .form{width:318px;padding:0 0 15px;display:inline-block}#content .form li{padding:0 0 28px;display:block;background:0 0}#content .form li.bottom{padding:0 0 10px;margin:-10px 0 0}#content .form li label{padding:0 0 6px;display:block}#content .form li input.text,#content .form li select,#content .form li textarea{background:#f7f7f7;border:1px solid #e1e1e1;padding:6px}#content .form li input.text,#content .form li textarea{width:318px}#content .form li select{width:164px}#content .form li textarea{height:114px;overflow:auto}#content .form li .errormessage{color:#bb2543;padding:6px 0 0;display:block}#content .form li .txt{color:#bb2543;display:inline-block}#content .form li .action{height:28px;color:#fff;cursor:pointer;background:#006957;border:1px solid #e1e1e1;padding:0 20px;margin:0 10px 0 0;display:inline-block}#content .form li .action:hover{background:#008d75}#content .form li .Actions{display:inline-block}#content .country_tabs{width:100%;padding:0 0 15px;float:left}#content .country_tabs li{padding:0 10px 0 0;float:left}#content .country_tabs li a{color:#4b4d4f;text-decoration:none;float:left}#content .country_tabs li a.act{font-weight:700;background:#ebebeb;padding:0 10px}#content .country_tabs li a:hover{text-decoration:underline}#content .pages{text-align:center;padding:0 0 15px;display:block}#content .pages a{margin:0 3px}#content .pages a.prev{font-weight:700;float:left}#content .pages a.next{font-weight:700;float:right}#content .pages a.act{font-weight:700}#banners{width:976px;padding:20px 0;float:left}#banners li{margin:0 0 0 40px;float:left}#banners li:first-child{margin:0}.fl{float:left!important}.fr{float:right!important}.clear{height:0;clear:both;display:block}.input,input.text,select,textarea{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}button::-moz-focus-inner,input[type=button]::-moz-focus-inner,input[type=reset]::-moz-focus-inner,input[type=submit]::-moz-focus-inner{border:0;padding:0}.map_page{width:540px;text-align:center;margin:20px auto}.map_page .logo{margin:0 0 30px;display:block}.map_page p{padding:0 0 15px;display:block}.map_page a.map_url{width:168px;position:relative;display:inline-block}.map_page a.map_url.es{height:89px;background:url(../_img/map_url.jpg) no-repeat;margin:0 0 -20px}.map_page a:hover.map_url.es{background:url(../_img/map_url.jpg) -200px 0 no-repeat;z-index:1}.map_page a.map_url.lv{height:100px;background:url(../_img/map_url.jpg) 0 -69px no-repeat;margin:0 0 -30px}.map_page a:hover.map_url.lv{background:url(../_img/map_url.jpg) -400px -69px no-repeat;z-index:1}.map_page a.map_url.lt{height:109px;background:url(../_img/map_url.jpg) 0 -139px no-repeat}.map_page a:hover.map_url.lt{background:url(../_img/map_url.jpg) -600px -139px no-repeat;z-index:1}.hide{display:none!important}#content ul:not([class]) a{text-decoration:underline}#content img.left{margin:15px 20px 15px 0;float:left}#content img.ico{position:relative;top:7px}#map_canvas{width:100%;height:450px}#content .contact-form .form li input[type=text].error,#content .contact-form .form li textarea.error{border:1px solid #bb2543}.job-cont{padding:0 0 15px;display:block}.cont-content{display:block;padding:0 0 10px}.cv-form .form li.bottom{padding:0 0 10px;margin:-10px 0 0}.cv-form .form li label{padding:0 0 6px;display:block}.cv-form .form li input.text,.cv-form .form li textarea{background:#f7f7f7;border:1px solid #e1e1e1;padding:6px;width:318px}.cv-form .form li textarea{height:114px}#custom,#custom .biuro-header,#custom .biuro-ti,#custom .biuro-ti-text,.about-biuro{overflow:hidden}.cv-form .form li input[type=file]{background:#f7f7f7;border:1px solid #e1e1e1;padding:0 6px;width:304px;height:30px}.cv-form .form li .errormessage{color:#bb2543;padding:6px 0 0}.cv-form .form li input[type=file].error,.cv-form .form li input[type=text].error{border:1px solid #bb2543}.cv-form .form li .txt{color:#bb2543;display:inline-block}.cv-form .form li .action{height:28px;color:#fff;cursor:pointer;background:#006957;border:1px solid #e1e1e1;padding:0 20px;margin:0 10px 0 0;display:inline-block}.cv-form .form li .action:hover{background:#008d75}.cv-form .form li .Actions{display:inline-block}#cv-success,#cv-success p{color:#393}#content ul:not([class]){padding:0 0 15px;display:block}#content ul.table li,#content ul:not([class]) li{position:relative;padding:0 0 5px 25px;display:block}#content ul.table li:before,#content ul:not([class]) li:before{content:"";position:absolute;top:9px;left:1px;width:4px;height:4px;border-radius:50%;background:#4b4d4f}#content ul:not([class]) a:hover{text-decoration:none}#content ol{padding:0 0 15px 20px;text-align:justify}#content ol>li{padding:0 0 5px;text-align:justify}#content .cform .form li select{width:318px}#content #filter-empty-results{padding-top:15px}#content a.home_url,#content h1{text-transform:uppercase}.hidden-coords{display:none}.banner{width:180px;height:160px;float:left;position:relative;left:-15px;margin-right:50px;margin-bottom:20px}.banner a,.banner a img{border:0}.icon:before{content:"";position:relative;top:9px;display:inline-block;width:30px;height:26px;margin:0 8px 0 0;background:url(../_img/icons.png) 50px 50px no-repeat;border-radius:3px}#content .icon-blue-dark{color:#253466;font-weight:700}.icon-blue-dark:before{border:1px solid #253466}.icon-blue-dark:hover:before{background-color:#253466}#content .icon-blue-light{color:#156292;font-weight:700}.icon-blue-light:before{border:1px solid #156292}.icon-blue-light:hover:before{background-color:#156292}#content .icon-red{color:#bb2543;font-weight:700}.icon-red:before{border:1px solid #bb2543}.icon-red:hover:before{background-color:#bb2543}#content .icon-brown{color:#b76630;font-weight:700}.icon-brown:before{border:1px solid #b76630}.icon-brown:hover:before{background-color:#b76630}#content .icon-purple{color:#6b1c3a;font-weight:700}.icon-purple:before{border:1px solid #6b1c3a}.icon-purple:hover:before{background-color:#6b1c3a}#content .icon-green{color:#006957;font-weight:700}.icon-green:before{border:1px solid #006957}.icon-green:hover:before{background-color:#006957}.icon-blue-dark.icon-facebook:before{background-position:-2px -45px}.icon-blue-dark.icon-linkedin:before{background-position:-40px -45px}.icon-blue-dark.icon-phone:before{background-position:-80px -45px}.icon-blue-dark.icon-note:before{background-position:-121px -45px}.icon-blue-light.icon-facebook:before{background-position:-2px -87px}.icon-blue-light.icon-linkedin:before{background-position:-40px -87px}.icon-blue-light.icon-phone:before{background-position:-80px -87px}.icon-blue-light.icon-note:before{background-position:-121px -87px}.icon-red.icon-facebook:before{background-position:-2px -131px}.icon-red.icon-linkedin:before{background-position:-40px -131px}.icon-red.icon-phone:before{background-position:-80px -131px}.icon-red.icon-note:before{background-position:-121px -131px}.icon-brown.icon-facebook:before{background-position:-2px -176px}.icon-brown.icon-linkedin:before{background-position:-40px -176px}.icon-brown.icon-phone:before{background-position:-80px -176px}.icon-brown.icon-note:before{background-position:-121px -176px}.icon-purple.icon-facebook:before{background-position:-2px -218px}.icon-purple.icon-linkedin:before{background-position:-40px -218px}.icon-purple.icon-phone:before{background-position:-80px -218px}.icon-purple.icon-note:before{background-position:-121px -218px}.icon-green.icon-facebook:before{background-position:-2px -258px}.icon-green.icon-linkedin:before{background-position:-40px -258px}.icon-green.icon-phone:before{background-position:-80px -258px}.icon-green.icon-note:before{background-position:-121px -258px}.icon-facebook:hover:before{background-position:-2px -7px}.icon-linkedin:hover:before{background-position:-40px -7px}.icon-phone:hover:before{background-position:-80px -7px}.icon-note:hover:before{background-position:-121px -7px}.about-biuro{margin:0 auto}.about-biuro-img{position:relative;float:left;width:100%;height:214px;background-repeat:no-repeat}.about-biuro-img:before{position:absolute;top:0;left:50%;width:178px;height:214px;margin:0 0 0 -89px}.about-biuro-img-1:before{background-position:0 0}.about-biuro-img-2:before{background-position:-178px 0}.about-biuro-img-3:before{background-position:-356px 0}.about-biuro-img-4:before{background-position:-534px 0}.about-biuro-lt .about-biuro-img:before{background-image:url(../_img/lt-apie-idarbinimo-agentura.jpg)}.about-biuro-lv .about-biuro-img:before{background-image:url(../_img/lv-apie-idarbinimo-agentura.jpg)}.about-biuro-ee .about-biuro-img:before{background-image:url(../_img/ee-apie-idarbinimo-agentura.jpg)}.about-biuro-en .about-biuro-img:before{background-image:url(../_img/en-apie-idarbinimo-agentura.jpg)}.about-biuro-ru .about-biuro-img:before{background-image:url(../_img/ru-apie-idarbinimo-agentura.jpg)}.job-add h3{float:left;clear:both;font-weight:700;padding:0 6px 15px 0}.job-add span{display:block;float:left;padding:0 0 15px}#custom .biuro-header p{color:#006957;font-weight:700}#custom .biuro-header .logo{float:none;width:133px;margin:0 auto 20px}#custom .biuro-ti-img{display:none}#custom .biuro-ti-text h3{color:#006957;padding:0}#custom .biuro-ti-text li{position:relative;padding:0 0 0 15px;background:none}#custom .biuro-ti-text li:before{content:"";position:absolute;top:7px;left:2px;width:6px;height:6px;border-radius:50%;background:#006957}.u-align--center{text-align:center}.tmp-contacts img{display:none}.tmp-contacts ul{padding-left:5px}.c-logos{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.c-logos div{-webkit-box-flex:0;-ms-flex:0 0 21%;flex:0 0 21%;border:1px solid grey;padding:1em;margin-bottom:1em;text-align:center}.biuro-ti-img{display:none}@media (min-width:80em){[href^=tel]{pointer-events:none;text-decoration:none;color:inherit}}@media (max-width:47.999em){.l-footer--section{-webkit-box-flex:1;-ms-flex:1 0 35%;flex:1 0 35%;margin-bottom:20px}.c-jobs-list--head{display:none}.c-jobs-list--col-city{text-align:right}.c-fixed-footer{position:fixed;left:0;bottom:0;width:100%;background:hsla(0,0%,100%,.85);padding:20px 20px 0;-webkit-box-shadow:0 -1px 1px 0 rgba(0,0,0,.45);box-shadow:0 -1px 1px 0 rgba(0,0,0,.45)}}@media (min-width:48em){#custom .biuro-title{border-width:3px;margin:0 0 30px;padding:20px;font-size:22px}.c-jobs-list--col-city,.c-jobs-list--col-valid,.c-jobs-list--head:nth-child(n+2){border-left:1px solid #dfe1e4}.c-jobs-list--col-valid{display:table-cell}}@media (max-width:29.999em){.c-jobs-list--col{float:left;width:calc(100% - 20px)}.c-jobs-list--col-city{padding-bottom:10px;text-align:left}}@media (min-width:30em){.c-jobs-list--col{max-width:260px}}@media (max-width:600px){.bu-action{height:44px}}@media (min-width:360px){#content .search_box li .input{width:83%}}@media (min-width:480px){#content img.starjobs-img{float:left;width:100px;margin:15px 20px 15px 0}#content .t-contacts td.t-contacts-col-1{width:43%}#content .t-contacts td.t-contacts-col-2,#content .t-contacts td.t-contacts-col-3{width:50%}#content .info_box{float:right;margin:47px 0 20px 20px}#content .search_box li .input{width:88%}.about-biuro-img{width:50%}#custom .biuro-header .logo{float:left;margin:0 20px 20px 0}#custom .biuro-ti-img{display:block;float:left;width:70px}#custom .biuro-job-contacts{margin:0 0 0 70px}}@media (min-width:600px){#content .search_box li label{float:left;padding:9px 10px 0 0}#content .search_box li #search-input-block{margin:0 0 0 100px}}@media (min-width:768px){#content h1{text-align:justify}#content img.starjobs-img{width:200px}#content .t-membership td{border-bottom:1px solid #dfdfdf;padding-bottom:10px}#content .t-membership .t-membership-col-1{width:150px;padding-right:20px}#content .t-contacts td.t-contacts-col-1{width:34%}#content .t-contacts td.t-contacts-col-2,#content .t-contacts td.t-contacts-col-3{width:33%}#content .info_box.tyle_1,#content .info_box.tyle_1 .bottom,#content .info_box.tyle_2,#content .info_box.tyle_2 .bottom,#content .info_box.tyle_3,#content .info_box.tyle_3 .bottom,#content .info_box.tyle_4,#content .info_box.tyle_4 .bottom,#content .info_box.tyle_5,#content .info_box.tyle_5 .bottom{background-image:url(../_img/info_box_bg.png);background-repeat:no-repeat}#custom .biuro-header .logo{margin:0 20px 24px 0}}@media (min-width:980px){#content h2,#content h3,#content ul:not([class]){text-align:justify}#content h1{padding:0 0 15px;font-size:24px}#content .t-reason td{display:table-cell;width:50%}#content .t-reason .t-reason-col-1{padding-right:20px;border-right:1px solid #dfdfdf}#content .t-reason .t-reason-col-2{padding-left:20px}#content .t-reason .t-reason-col-2 h2{padding:12px 0 25px}#content .t-membership td{padding-bottom:0}#content .t-membership .t-membership-col-1{width:250px;padding-right:0}#content .info_box,#content .info_box p{font-size:18px}#content .search_box li select{margin:0 33px 10px 0}#content .search_box li a.url{margin-top:-36px}#content .search_box li #search-input-block{margin:0 200px 0 100px}#content a.home_url,.c-home-url{display:inline-block;font-weight:400;margin:15px 50px;font-size:24px}#content ul:not([class]) li{padding:0 0 5px 45px}#content ul:not([class]) li:before{left:21px}.about-biuro-img{width:25%}}@media only screen and (min-width:1281px){[href^=tel]{pointer-events:none;text-decoration:none;color:inherit}}@media (max-width:767px){#content h1 .icon{display:block;margin-top:10px}#content .t-membership tr{display:block}#content .t-membership td{display:block;float:left;width:100%}#content .t-membership .t-membership-col-2{border-bottom:1px solid #dfdfdf;padding:0 0 20px}#content .t-contacts td{float:left;width:50%}.hidden-max-small{display:none!important}}@media (max-width:599px){#content .search_box li select+label{clear:left}}@media (max-width:479px){#content .t-contacts td{width:100%}.hidden-max-x-small{display:none!important}#custom .biuro-job-valid-till{display:block}}
\ No newline at end of file
......@@ -46,3 +46,13 @@ qa-: Signify that a QA or Test Engineering team is running an automated UI test
.c-logos { display: flex; flex-wrap: wrap; justify-content: space-between;
div { flex: 0 0 21%; border: 1px solid gray; padding: 1em; margin-bottom: 1em; text-align: center; }
}
.c-fixed-footer {
@media (--max--small) {
position: fixed; left: 0; bottom: 0; width: 100%; background: rgba(255, 255, 255, .85); padding: 20px 20px 0; box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, .45);
}
}
.biuro-ti-img { display: none; }
@font-face{font-family:PT Sans Narrow;src:url(../fonts/pt_sans_narrow.woff2) format("woff2"),url(../fonts/pt_sans_narrow.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:PT Sans Narrow;src:url(../fonts/pt_sans_narrow_bold.woff2) format("woff2"),url(../fonts/pt_sans_narrow_bold.woff) format("woff");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Bebas Neue;src:url(../fonts/bebas-neue.woff2) format("woff2"),url(../fonts/bebas-neue.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */hr{-webkit-box-sizing:content-box;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{-webkit-box-sizing:border-box;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]{-webkit-box-sizing:border-box;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}[hidden],template{display:none}a:hover{text-decoration:none}figure{margin:0}img{max-width:100%}p{margin:0 0 1.6rem}b,strong{font-weight:600;font-weight:var(--typo--weight-bold)}table{border-collapse:collapse;border-spacing:0}.l-footer--inner{display:-webkit-box;display:-ms-flexbox;display:flex;padding-top:15px}.l-footer--section{-webkit-box-flex:1;-ms-flex:1 1 15%;flex:1 1 15%}.l-footer--section h4{margin:0;padding:0}.l-footer{padding-bottom:100px;-webkit-box-shadow:inset 0 0 0 1px #666;box-shadow:inset 0 0 0 1px #666}.c-breadcrumbs{padding-top:1em}.c-cookies-warning{position:fixed;left:0;right:0;bottom:0;padding:15px 20px;background:#f6f6f6;overflow:hidden;z-index:100}.c-cookies-warning .bu-action{margin-top:10px}.c-cookies-warning .bu-action--alt{float:right}.c-copy{padding-top:.75em;text-align:center}.c-divisions--list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:16px}.c-divisions--list-item{margin-right:10px;padding:0 12px;font-weight:400;font-weight:var(--typo--weight-regular);line-height:1.5;cursor:pointer}.is-divisions--list-item-active{background:#ccc;font-weight:600;font-weight:var(--typo--weight-bold)}#custom .biuro-title{margin:0 0 20px;padding:10px;font-size:calc(1.125rem + .8929vw - 2.85728px);border:2px solid #006957;border:2px solid var(--color--green);border-radius:12px}#custom .biuro-title h1{margin:0;padding:0;line-height:1.2;color:#006957;color:var(--color--green);font-weight:600;font-weight:var(--typo--weight-bold);overflow:hidden;text-align:center;text-transform:uppercase}.c-jobs-list tr:nth-child(2n){background:#f8f8f8}.c-jobs-list td,.c-jobs-list th{vertical-align:top}.c-jobs-list a{display:block}.c-jobs-list--head{font-weight:700;text-align:left}.c-jobs-list--col-valid{display:none}.pods-pagination-paginate{display:block;padding-bottom:1em;text-align:center}.page-numbers{margin:0 1px;padding:1px}.page-numbers.current{font-weight:600;font-weight:var(--typo--weight-bold)}.c-logo{text-decoration:none}.c-nav--main-item{position:relative;margin-right:10px;border:1px solid grey;padding:5px}.c-nav--main-anchor{display:block;padding:0 .25em;text-transform:uppercase}.c-nav--sub{position:absolute;top:100%;left:-1px;padding:0 1em 0 6px;border:1px solid grey;overflow:hidden;background:#fff}.c-nav--sub-item{background:#fff;padding:.5em .5em .5em 0}.c-nav--sub-anchor{padding:.25em;white-space:nowrap}.c-nav--item{margin:10px}.c-nav--link{line-height:40px;font-size:24px;text-decoration:none}.c-nav--link:hover{text-decoration:underline}.c-nav--lang{display:-webkit-box;display:-ms-flexbox;display:flex}.c-nav--lang li{padding:0 5px}.is-nav--main-item-active{position:relative;border-bottom-color:red}.is-nav--main-item-active:before{content:"";position:absolute;height:1px;width:100%;bottom:-1px;left:0;background:#fff;z-index:10}.is-nav--main-item-active .c-nav--sub{display:-webkit-box;display:-ms-flexbox;display:flex}.is-nav--main-anchor-active{text-decoration:none}.is-nav--sub-anchor-active{text-decoration:none;font-weight:600}.bu-action{height:28px;cursor:pointer;border:1px solid #e1e1e1;padding:0 15px;margin:0;display:inline-block}.bu-action--main{color:#fff;background:#006957}.c-nav-footer a:hover{border-color:#ababab}.c-nav-footer .act,.c-nav-footer .act:hover{border-color:#4b4d4f}#content a:hover{text-decoration:underline}#content h1{padding:0 0 10px;font-size:22px;font-weight:400}#content h2{padding:0 0 13px;font-size:19px;font-weight:700}#content h2 small{display:block;font-size:16px}#content h3{padding:0 0 10px;font-size:17px;font-weight:700}#content .info_box,#content .info_box p{font-size:16px;line-height:1.2;text-transform:uppercase}#content .t-reason{padding:0;border:0}#content .t-reason td{display:block;vertical-align:top}#content .t-reason .t-reason-col-2 h2{padding:25px 0 13px}#content .t-reason h2{text-align:center}#content .t-reason ul{padding:0}#content .t-membership{width:100%;border:0;text-align:left}#content .t-membership td{text-align:justify;vertical-align:middle}#content .t-membership .t-membership-row-4 td{border-bottom:none}#content .t-contacts-box{max-width:650px}#content .t-contacts{width:100%}#content .t-contacts td{vertical-align:top}#content .t-contacts p{text-align:left}#content .info_box{position:relative;margin:0 0 20px;color:#fff}#content .info_box.tyle_1{background-position:0 0}#content .info_box.tyle_1 .bottom{background-position:-250px 100%}#content .info_box.tyle_2{background-position:-500px 0}#content .info_box.tyle_2 .bottom{background-position:-750px 100%}#content .info_box.tyle_3{background-position:-1000px 0}#content .info_box.tyle_3 .bottom{background-position:-1250px 100%}#content .info_box.tyle_4{background-position:-1500px 0}#content .info_box.tyle_4 .bottom{background-position:-1750px 100%}#content .info_box.tyle_5{background-position:-2000px 0}#content .info_box.tyle_5 .bottom{background-position:-2250px 100%}#content .info_box .bottom{width:219px;height:22px;position:absolute;left:0;bottom:-22px}#content .info_box p{padding:0}#content .search_box{background:#f8f8f8;padding:10px}#content .search_box select{width:130px;background:#f7f7f7;border:1px solid #e1e1e1;padding:6px}#content .search_box li{padding:0;display:block;background:0 0;overflow:hidden}#content .search_box li label{display:block;font-weight:700}#content .search_box li .input{width:78%;color:#4b4d4f;border:0;padding:8px;background:0 0}#content .search_box li select{color:#4b4d4f;background:#f5f5f5;margin:0 20px 10px 0}#content .search_box li select+.filter-button{clear:left;margin-left:100px}#content .search_box li .submit{float:right;width:39px;height:39px;cursor:pointer;background:url(../_img/search_box_icon.gif) 50% 50% no-repeat;border:0;vertical-align:middle}#content .search_box li a.url{float:right;margin-top:7px;padding:4px 18px 4px 0;font-weight:700}#content .search_box li a.url.open{background:url(../_img/search_box_url_icon.gif) right 12px no-repeat}#content .search_box li a.url.close{background:url(../_img/search_box_url_icon.gif) right -13px no-repeat}#content .search_box li #search-input-block{border:1px solid #dfe1e4;background:#fff;overflow:hidden}#content .search_box li.filter-additional{padding-top:10px}#content .search_box li.filter-additional label{float:left;width:95px;padding:6px 5px 0 0}#content .search_box li.filter-additional select{float:left}#content .search_box li.filter-additional+.filter-additional{padding-top:0}#content .search_box li #period,#content .search_box li #type{margin-right:0}#content .search_box .filter-button{float:left;color:#4b4d4f;background:#f5f5f5;margin:0 22px 0 0;border:1px solid #e1e1e1;padding:7px;cursor:pointer;text-decoration:none}#content .search_box .filter-button:hover{background:#eee}#content p{text-align:justify}#content a{text-decoration:none}#content .img_left{margin:0 20px 15px 0;float:left}#content a.home_url,.c-home-url{width:254px;color:#4b4d4f;font-size:21px;margin:15px auto;display:block;text-align:center;line-height:1.2}#content a.home_url{text-decoration:none;padding:280px 0 0}#content a.home_url_1{background:url(../_img/workis_l.png) no-repeat;background-size:contain}#content a.home_url_2{background:url(../_img/img_2.jpg) no-repeat}#content a:hover.home_url{text-decoration:underline}.c-home-url{text-decoration:none}.c-home-url:hover{text-decoration:underline}.c-home-pic{display:block;border-radius:50%;margin-bottom:20px;overflow:hidden}#content .contact-form .form li textarea,.cv-form .form li textarea{overflow-y:auto;resize:none}.c-home-pic img{display:block}#content .news_list{padding:0 0 15px;display:block}#content .news_list li{border-top:1px solid #dfe1e4;padding:15px 0 0;display:block}#content .news_list li a.more{font-weight:700;text-decoration:underline}#content .news_list li:first-child{border-top:0;padding:0}#content .staff{margin:0 0 15px -33px;display:block}#content .staff li{width:216px;margin:0 0 10px 33px;float:left}#content .staff li.sep{width:100%}#content .staff li .foto{margin:0 0 10px;display:block}#content .staff li p{padding:0 5px 15px}#content .form{width:318px;padding:0 0 15px;display:inline-block}#content .form li{padding:0 0 28px;display:block;background:0 0}#content .form li.bottom{padding:0 0 10px;margin:-10px 0 0}#content .form li label{padding:0 0 6px;display:block}#content .form li input.text,#content .form li select,#content .form li textarea{background:#f7f7f7;border:1px solid #e1e1e1;padding:6px}#content .form li input.text,#content .form li textarea{width:318px}#content .form li select{width:164px}#content .form li textarea{height:114px;overflow:auto}#content .form li .errormessage{color:#bb2543;padding:6px 0 0;display:block}#content .form li .txt{color:#bb2543;display:inline-block}#content .form li .action{height:28px;color:#fff;cursor:pointer;background:#006957;border:1px solid #e1e1e1;padding:0 20px;margin:0 10px 0 0;display:inline-block}#content .form li .action:hover{background:#008d75}#content .form li .Actions{display:inline-block}#content .country_tabs{width:100%;padding:0 0 15px;float:left}#content .country_tabs li{padding:0 10px 0 0;float:left}#content .country_tabs li a{color:#4b4d4f;text-decoration:none;float:left}#content .country_tabs li a.act{font-weight:700;background:#ebebeb;padding:0 10px}#content .country_tabs li a:hover{text-decoration:underline}#content .pages{text-align:center;padding:0 0 15px;display:block}#content .pages a{margin:0 3px}#content .pages a.prev{font-weight:700;float:left}#content .pages a.next{font-weight:700;float:right}#content .pages a.act{font-weight:700}#banners{width:976px;padding:20px 0;float:left}#banners li{margin:0 0 0 40px;float:left}#banners li:first-child{margin:0}.fl{float:left!important}.fr{float:right!important}.clear{height:0;clear:both;display:block}.input,input.text,select,textarea{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}button::-moz-focus-inner,input[type=button]::-moz-focus-inner,input[type=reset]::-moz-focus-inner,input[type=submit]::-moz-focus-inner{border:0;padding:0}.map_page{width:540px;text-align:center;margin:20px auto}.map_page .logo{margin:0 0 30px;display:block}.map_page p{padding:0 0 15px;display:block}.map_page a.map_url{width:168px;position:relative;display:inline-block}.map_page a.map_url.es{height:89px;background:url(../_img/map_url.jpg) no-repeat;margin:0 0 -20px}.map_page a:hover.map_url.es{background:url(../_img/map_url.jpg) -200px 0 no-repeat;z-index:1}.map_page a.map_url.lv{height:100px;background:url(../_img/map_url.jpg) 0 -69px no-repeat;margin:0 0 -30px}.map_page a:hover.map_url.lv{background:url(../_img/map_url.jpg) -400px -69px no-repeat;z-index:1}.map_page a.map_url.lt{height:109px;background:url(../_img/map_url.jpg) 0 -139px no-repeat}.map_page a:hover.map_url.lt{background:url(../_img/map_url.jpg) -600px -139px no-repeat;z-index:1}.hide{display:none!important}#content ul:not([class]) a{text-decoration:underline}#content img.left{margin:15px 20px 15px 0;float:left}#content img.ico{position:relative;top:7px}#map_canvas{width:100%;height:450px}#content .contact-form .form li input[type=text].error,#content .contact-form .form li textarea.error{border:1px solid #bb2543}.job-cont{padding:0 0 15px;display:block}.cont-content{display:block;padding:0 0 10px}.cv-form .form li.bottom{padding:0 0 10px;margin:-10px 0 0}.cv-form .form li label{padding:0 0 6px;display:block}.cv-form .form li input.text,.cv-form .form li textarea{background:#f7f7f7;border:1px solid #e1e1e1;padding:6px;width:318px}.cv-form .form li textarea{height:114px}#custom,#custom .biuro-header,#custom .biuro-ti,#custom .biuro-ti-text,.about-biuro{overflow:hidden}.cv-form .form li input[type=file]{background:#f7f7f7;border:1px solid #e1e1e1;padding:0 6px;width:304px;height:30px}.cv-form .form li .errormessage{color:#bb2543;padding:6px 0 0}.cv-form .form li input[type=file].error,.cv-form .form li input[type=text].error{border:1px solid #bb2543}.cv-form .form li .txt{color:#bb2543;display:inline-block}.cv-form .form li .action{height:28px;color:#fff;cursor:pointer;background:#006957;border:1px solid #e1e1e1;padding:0 20px;margin:0 10px 0 0;display:inline-block}.cv-form .form li .action:hover{background:#008d75}.cv-form .form li .Actions{display:inline-block}#cv-success,#cv-success p{color:#393}#content ul:not([class]){padding:0 0 15px;display:block}#content ul.table li,#content ul:not([class]) li{position:relative;padding:0 0 5px 25px;display:block}#content ul.table li:before,#content ul:not([class]) li:before{content:"";position:absolute;top:9px;left:1px;width:4px;height:4px;border-radius:50%;background:#4b4d4f}#content ul:not([class]) a:hover{text-decoration:none}#content ol{padding:0 0 15px 20px;text-align:justify}#content ol>li{padding:0 0 5px;text-align:justify}#content .cform .form li select{width:318px}#content #filter-empty-results{padding-top:15px}#content a.home_url,#content h1{text-transform:uppercase}.hidden-coords{display:none}.banner{width:180px;height:160px;float:left;position:relative;left:-15px;margin-right:50px;margin-bottom:20px}.banner a,.banner a img{border:0}.icon:before{content:"";position:relative;top:9px;display:inline-block;width:30px;height:26px;margin:0 8px 0 0;background:url(../_img/icons.png) 50px 50px no-repeat;border-radius:3px}#content .icon-blue-dark{color:#253466;font-weight:700}.icon-blue-dark:before{border:1px solid #253466}.icon-blue-dark:hover:before{background-color:#253466}#content .icon-blue-light{color:#156292;font-weight:700}.icon-blue-light:before{border:1px solid #156292}.icon-blue-light:hover:before{background-color:#156292}#content .icon-red{color:#bb2543;font-weight:700}.icon-red:before{border:1px solid #bb2543}.icon-red:hover:before{background-color:#bb2543}#content .icon-brown{color:#b76630;font-weight:700}.icon-brown:before{border:1px solid #b76630}.icon-brown:hover:before{background-color:#b76630}#content .icon-purple{color:#6b1c3a;font-weight:700}.icon-purple:before{border:1px solid #6b1c3a}.icon-purple:hover:before{background-color:#6b1c3a}#content .icon-green{color:#006957;font-weight:700}.icon-green:before{border:1px solid #006957}.icon-green:hover:before{background-color:#006957}.icon-blue-dark.icon-facebook:before{background-position:-2px -45px}.icon-blue-dark.icon-linkedin:before{background-position:-40px -45px}.icon-blue-dark.icon-phone:before{background-position:-80px -45px}.icon-blue-dark.icon-note:before{background-position:-121px -45px}.icon-blue-light.icon-facebook:before{background-position:-2px -87px}.icon-blue-light.icon-linkedin:before{background-position:-40px -87px}.icon-blue-light.icon-phone:before{background-position:-80px -87px}.icon-blue-light.icon-note:before{background-position:-121px -87px}.icon-red.icon-facebook:before{background-position:-2px -131px}.icon-red.icon-linkedin:before{background-position:-40px -131px}.icon-red.icon-phone:before{background-position:-80px -131px}.icon-red.icon-note:before{background-position:-121px -131px}.icon-brown.icon-facebook:before{background-position:-2px -176px}.icon-brown.icon-linkedin:before{background-position:-40px -176px}.icon-brown.icon-phone:before{background-position:-80px -176px}.icon-brown.icon-note:before{background-position:-121px -176px}.icon-purple.icon-facebook:before{background-position:-2px -218px}.icon-purple.icon-linkedin:before{background-position:-40px -218px}.icon-purple.icon-phone:before{background-position:-80px -218px}.icon-purple.icon-note:before{background-position:-121px -218px}.icon-green.icon-facebook:before{background-position:-2px -258px}.icon-green.icon-linkedin:before{background-position:-40px -258px}.icon-green.icon-phone:before{background-position:-80px -258px}.icon-green.icon-note:before{background-position:-121px -258px}.icon-facebook:hover:before{background-position:-2px -7px}.icon-linkedin:hover:before{background-position:-40px -7px}.icon-phone:hover:before{background-position:-80px -7px}.icon-note:hover:before{background-position:-121px -7px}.about-biuro{margin:0 auto}.about-biuro-img{position:relative;float:left;width:100%;height:214px;background-repeat:no-repeat}.about-biuro-img:before{position:absolute;top:0;left:50%;width:178px;height:214px;margin:0 0 0 -89px}.about-biuro-img-1:before{background-position:0 0}.about-biuro-img-2:before{background-position:-178px 0}.about-biuro-img-3:before{background-position:-356px 0}.about-biuro-img-4:before{background-position:-534px 0}.about-biuro-lt .about-biuro-img:before{background-image:url(../_img/lt-apie-idarbinimo-agentura.jpg)}.about-biuro-lv .about-biuro-img:before{background-image:url(../_img/lv-apie-idarbinimo-agentura.jpg)}.about-biuro-ee .about-biuro-img:before{background-image:url(../_img/ee-apie-idarbinimo-agentura.jpg)}.about-biuro-en .about-biuro-img:before{background-image:url(../_img/en-apie-idarbinimo-agentura.jpg)}.about-biuro-ru .about-biuro-img:before{background-image:url(../_img/ru-apie-idarbinimo-agentura.jpg)}.job-add h3{float:left;clear:both;font-weight:700;padding:0 6px 15px 0}.job-add span{display:block;float:left;padding:0 0 15px}#custom .biuro-header p{color:#006957;font-weight:700}#custom .biuro-header .logo{float:none;width:133px;margin:0 auto 20px}#custom .biuro-ti-img{display:none}#custom .biuro-ti-text h3{color:#006957;padding:0}#custom .biuro-ti-text li{position:relative;padding:0 0 0 15px;background:none}#custom .biuro-ti-text li:before{content:"";position:absolute;top:7px;left:2px;width:6px;height:6px;border-radius:50%;background:#006957}.tmp-contacts img{display:none}.tmp-contacts ul{padding-left:5px}.c-logos{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.c-logos div{-webkit-box-flex:0;-ms-flex:0 0 21%;flex:0 0 21%;border:1px solid grey;padding:1em;margin-bottom:1em;text-align:center}@media (min-width:80em){[href^=tel]{pointer-events:none;text-decoration:none;color:inherit}}@media (min-width:48em){#custom .biuro-title{border-width:3px;margin:0 0 30px;padding:20px;font-size:22px}.c-jobs-list--col-city,.c-jobs-list--col-valid,.c-jobs-list--head:nth-child(n+2){border-left:1px solid #dfe1e4}.c-jobs-list--col-valid{display:table-cell}}@media (max-width:47.999em){.c-jobs-list--head{display:none}.c-jobs-list--col-city{text-align:right}}@media (max-width:29.999em){.c-jobs-list--col{float:left;width:calc(100% - 20px)}.c-jobs-list--col-city{padding-bottom:10px;text-align:left}}@media (min-width:30em){.c-jobs-list--col{max-width:260px}}@media (max-width:600px){.bu-action{height:44px}}@media (min-width:360px){#content .search_box li .input{width:83%}}@media (min-width:480px){#content img.starjobs-img{float:left;width:100px;margin:15px 20px 15px 0}#content .t-contacts td.t-contacts-col-1{width:43%}#content .t-contacts td.t-contacts-col-2,#content .t-contacts td.t-contacts-col-3{width:50%}#content .info_box{float:right;margin:47px 0 20px 20px}#content .search_box li .input{width:88%}.about-biuro-img{width:50%}#custom .biuro-header .logo{float:left;margin:0 20px 20px 0}#custom .biuro-ti-img{display:block;float:left;width:70px}#custom .biuro-job-contacts{margin:0 0 0 70px}}@media (min-width:600px){#content .search_box li label{float:left;padding:9px 10px 0 0}#content .search_box li #search-input-block{margin:0 0 0 100px}}@media (min-width:768px){#content h1{text-align:justify}#content img.starjobs-img{width:200px}#content .t-membership td{border-bottom:1px solid #dfdfdf;padding-bottom:10px}#content .t-membership .t-membership-col-1{width:150px;padding-right:20px}#content .t-contacts td.t-contacts-col-1{width:34%}#content .t-contacts td.t-contacts-col-2,#content .t-contacts td.t-contacts-col-3{width:33%}#content .info_box.tyle_1,#content .info_box.tyle_1 .bottom,#content .info_box.tyle_2,#content .info_box.tyle_2 .bottom,#content .info_box.tyle_3,#content .info_box.tyle_3 .bottom,#content .info_box.tyle_4,#content .info_box.tyle_4 .bottom,#content .info_box.tyle_5,#content .info_box.tyle_5 .bottom{background-image:url(../_img/info_box_bg.png);background-repeat:no-repeat}#custom .biuro-header .logo{margin:0 20px 24px 0}}@media (min-width:980px){#content h2,#content h3,#content ul:not([class]){text-align:justify}#content h1{padding:0 0 15px;font-size:24px}#content .t-reason td{display:table-cell;width:50%}#content .t-reason .t-reason-col-1{padding-right:20px;border-right:1px solid #dfdfdf}#content .t-reason .t-reason-col-2{padding-left:20px}#content .t-reason .t-reason-col-2 h2{padding:12px 0 25px}#content .t-membership td{padding-bottom:0}#content .t-membership .t-membership-col-1{width:250px;padding-right:0}#content .info_box,#content .info_box p{font-size:18px}#content .search_box li select{margin:0 33px 10px 0}#content .search_box li a.url{margin-top:-36px}#content .search_box li #search-input-block{margin:0 200px 0 100px}#content a.home_url,.c-home-url{display:inline-block;font-weight:400;margin:15px 50px;font-size:24px}#content ul:not([class]) li{padding:0 0 5px 45px}#content ul:not([class]) li:before{left:21px}.about-biuro-img{width:25%}}@media only screen and (min-width:1281px){[href^=tel]{pointer-events:none;text-decoration:none;color:inherit}}@media (max-width:767px){#content h1 .icon{display:block;margin-top:10px}#content .t-membership tr{display:block}#content .t-membership td{display:block;float:left;width:100%}#content .t-membership .t-membership-col-2{border-bottom:1px solid #dfdfdf;padding:0 0 20px}#content .t-contacts td{float:left;width:50%}.hidden-max-small{display:none!important}}@media (max-width:599px){#content .search_box li select+label{clear:left}}@media (max-width:479px){#content .t-contacts td{width:100%}.hidden-max-x-small{display:none!important}#custom .biuro-job-valid-till{display:block}}
/*# sourceMappingURL=main.min.css.map */
{"version":3,"sources":["02-tools/_tools--font-face.css","03-generic/_generic--normalize.css","04-elements/_element--anchor.css","04-elements/_element--figure.css","04-elements/_element--images.css","04-elements/_element--paragraph.css","04-elements/_element--strong.css","04-elements/_element--table.css","05-layout/_layout--footer.css","07-components/_component--breadcrumbs.css","07-components/_component--cookies-warning.css","07-components/_component--copy.css","07-components/_component--divisions.css","07-components/_component--job.css","07-components/_component--jobs-list.css","07-components/_component--jobs-pagination.css","07-components/_component--logo.css","07-components/_component--nav.css","08-states/_state--nav.css","__previous.css","main.css"],"names":[],"mappings":"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,sBACI,iBAAiB,CACpB,AACD,sBACI,SAAS,CACZ,AACD,uBACI,WAAW,AACX,SAAS,AACT,eAAe,CAClB,AACD,0BACI,mBAAmB,AACnB,qBAAqB,CACxB,AACD,8CACI,kBAAkB,CACrB,AACD,yBACI,eAAe,CAClB,AACD,qBACI,UAAU,CACb,AACD,wBACI,kBAAkB,CACrB,AACD,uBACI,eAAe,CAClB,AACD,mBACI,kBAAkB,AAClB,gBAAgB,AAChB,UAAU,CACb,AACD,0BACI,uBAAuB,CAC1B,AACD,kCACI,+BAA+B,CAClC,AACD,0BACI,4BAA4B,CAC/B,AACD,kCACI,+BAA+B,CAClC,AACD,0BACI,6BAA6B,CAChC,AACD,kCACI,gCAAgC,CACnC,AACD,0BACI,6BAA6B,CAChC,AACD,kCACI,gCAAgC,CACnC,AACD,0BACI,6BAA6B,CAChC,AACD,kCACI,gCAAgC,CACnC,AACD,2BACI,YAAY,AACZ,YAAY,AACZ,kBAAkB,AAClB,OAAO,AACP,YAAY,CACf,AACD,qBACI,SAAS,CACZ,AACD,qBACI,mBAAmB,AACnB,YAAY,CACf,AACD,4BACI,YAAY,AACZ,mBAAmB,AACnB,yBAAyB,AACzB,WAAW,CACd,AACD,wBACI,UAAU,AACV,cAAc,AACd,eAAe,AACf,eAAe,CAClB,AACD,8BACI,cAAc,AACd,eAAe,CAClB,AACD,+BACI,UAAU,AACV,cAAc,AACd,SAAS,AACT,YAAY,AACZ,cAAc,CACjB,AACD,+BACI,cAAc,AACd,mBAAmB,AACnB,oBAAoB,CACvB,AACD,8CACI,WAAW,AACX,iBAAiB,CACpB,AACD,gCACI,YAAY,AACZ,WAAW,AACX,YAAY,AACZ,eAAe,AACf,8DAA8D,AAC9D,SAAS,AACT,qBAAqB,CACxB,AACD,8BACI,YAAY,AACZ,eAAe,AACf,uBAAuB,AACvB,eAAe,CAClB,AACD,mCACI,oEAAoE,CACvE,AACD,oCACI,qEAAqE,CACxE,AACD,4CACI,yBAAyB,AACzB,gBAAgB,AAChB,eAAe,CAClB,AACD,0CACI,gBAAgB,CACnB,AACD,gDACI,WAAW,AACX,WAAW,AACX,mBAAmB,CACtB,AACD,iDACI,UAAU,CACb,AACD,6DACI,aAAa,CAChB,AACD,8DACI,cAAc,CACjB,AACD,oCACI,WAAW,AACX,cAAc,AACd,mBAAmB,AACnB,kBAAkB,AAClB,yBAAyB,AACzB,YAAY,AACZ,eAAe,AACf,oBAAoB,CACvB,AACD,0CACI,eAAe,CAClB,AAED,WAEI,kBAAkB,CACrB,AACD,WAEI,oBAAoB,CACvB,AACD,mBACI,qBAAqB,AACrB,UAAU,CACb,AACD,gCACI,YAAY,AACZ,cAAc,AACd,eAAe,AACf,iBAAiB,AACjB,cAAc,AACd,kBAAkB,AAClB,eAAe,CAClB,AACD,oBACI,qBAAqB,AACrB,iBAAiB,CACpB,AACD,sBACI,+CAA+C,AAE/C,uBAAuB,CAC1B,AACD,sBACI,2CAA2C,CAC9C,AACD,0BACI,yBAAyB,CAC5B,AACD,YACI,oBAAoB,CACvB,AACD,kBACI,yBAAyB,CAC5B,AACD,YACI,cAAc,AAEd,kBAAkB,AAClB,mBAAmB,AACnB,eAAe,CAClB,AACD,oEACI,gBAAgB,AAChB,WAAW,CACd,AACD,gBACI,aAAa,CAChB,AACD,oBACI,iBAAiB,AACjB,aAAa,CAChB,AACD,uBACI,6BAA6B,AAC7B,iBAAiB,AACjB,aAAa,CAChB,AACD,8BACI,gBAAgB,AAChB,yBAAyB,CAC5B,AACD,mCACI,aAAa,AACb,SAAS,CACZ,AACD,gBACI,sBAAsB,AACtB,aAAa,CAChB,AACD,mBACI,YAAY,AACZ,qBAAqB,AACrB,UAAU,CACb,AACD,uBACI,UAAU,CACb,AACD,yBACI,gBAAgB,AAChB,aAAa,CAChB,AACD,qBACI,kBAAkB,CACrB,AACD,eACI,YAAY,AACZ,iBAAiB,AACjB,oBAAoB,CACvB,AACD,kBACI,iBAAiB,AACjB,cAAc,AACd,cAAc,CACjB,AACD,yBACI,iBAAiB,AACjB,gBAAgB,CACnB,AACD,wBACI,gBAAgB,AAChB,aAAa,CAChB,AACD,iFACI,mBAAmB,AACnB,yBAAyB,AACzB,WAAW,CACd,AACD,wDACI,WAAW,CACd,AACD,yBACI,WAAW,CACd,AACD,2BACI,aAAa,AACb,aAAa,CAChB,AACD,gCACI,cAAc,AACd,gBAAgB,AAChB,aAAa,CAChB,AACD,uBACI,cAAc,AACd,oBAAoB,CACvB,AACD,0BACI,YAAY,AACZ,WAAW,AACX,eAAe,AACf,mBAAmB,AACnB,yBAAyB,AACzB,eAAe,AACf,kBAAkB,AAClB,oBAAoB,CACvB,AACD,gCACI,kBAAkB,CACrB,AACD,2BACI,oBAAoB,CACvB,AACD,uBACI,WAAW,AACX,iBAAiB,AACjB,UAAU,CACb,AACD,0BACI,mBAAmB,AACnB,UAAU,CACb,AACD,4BACI,cAAc,AACd,qBAAqB,AACrB,UAAU,CACb,AACD,gCACI,gBAAgB,AAChB,mBAAmB,AACnB,cAAc,CACjB,AACD,kCACI,yBAAyB,CAC5B,AACD,gBACI,kBAAkB,AAClB,iBAAiB,AACjB,aAAa,CAChB,AACD,kBACI,YAAY,CACf,AACD,uBACI,gBAAgB,AAChB,UAAU,CACb,AACD,uBACI,gBAAgB,AAChB,WAAW,CACd,AACD,sBACI,eAAe,CAClB,AACD,SACI,YAAY,AACZ,eAAe,AACf,UAAU,CACb,AACD,YACI,kBAAkB,AAClB,UAAU,CACb,AACD,wBACI,QAAQ,CACX,AACD,IACI,oBAAoB,CACvB,AACD,IACI,qBAAqB,CACxB,AACD,OACI,SAAS,AACT,WAAW,AACX,aAAa,CAChB,AACD,kCACI,sBAAsB,AACtB,2BAA2B,AAC3B,6BAA6B,CAChC,AACD,uIACI,SAAS,AACT,SAAS,CACZ,AACD,UACI,YAAY,AACZ,kBAAkB,AAClB,gBAAgB,CACnB,AACD,gBACI,gBAAgB,AAChB,aAAa,CAChB,AACD,YACI,iBAAiB,AACjB,aAAa,CAChB,AACD,oBACI,YAAY,AACZ,kBAAkB,AAClB,oBAAoB,CACvB,AACD,uBACI,YAAY,AACZ,8CAA8C,AAC9C,gBAAgB,CACnB,AACD,6BACI,uDAAuD,AACvD,SAAS,CACZ,AACD,uBACI,aAAa,AACb,sDAAsD,AACtD,gBAAgB,CACnB,AACD,6BACI,2DAA2D,AAC3D,SAAS,CACZ,AACD,uBACI,aAAa,AACb,sDAAsD,CACzD,AACD,6BACI,4DAA4D,AAC5D,SAAS,CACZ,AACD,MACI,sBAAsB,CACzB,AACD,2BACI,yBAAyB,CAC5B,AAED,kBACI,wBAAwB,AACxB,UAAU,CACb,AACD,iBACI,kBAAkB,AAClB,OAAO,CACV,AACD,YACI,WAAW,AACX,YAAY,CACf,AACD,sGACI,wBAAwB,CAC3B,AACD,UACI,iBAAiB,AACjB,aAAa,CAChB,AACD,cACI,cAAc,AACd,gBAAgB,CACnB,AACD,yBACI,iBAAiB,AACjB,gBAAgB,CACnB,AACD,wBACI,gBAAgB,AAChB,aAAa,CAChB,AACD,wDACI,mBAAmB,AACnB,yBAAyB,AACzB,YAAY,AACZ,WAAW,CACd,AACD,2BACI,YAAY,CACf,AACD,oFACI,eAAe,CAClB,AACD,mCACI,mBAAmB,AACnB,yBAAyB,AACzB,cAAc,AACd,YAAY,AACZ,WAAW,CACd,AACD,gCACI,cAAc,AACd,eAAe,CAClB,AACD,kFACI,wBAAwB,CAC3B,AACD,uBACI,cAAc,AACd,oBAAoB,CACvB,AACD,0BACI,YAAY,AACZ,WAAW,AACX,eAAe,AACf,mBAAmB,AACnB,yBAAyB,AACzB,eAAe,AACf,kBAAkB,AAClB,oBAAoB,CACvB,AACD,gCACI,kBAAkB,CACrB,AACD,2BACI,oBAAoB,CACvB,AACD,0BACI,UAAU,CACb,AACD,yBACI,iBAAiB,AACjB,aAAa,CAChB,AACD,iDAEI,kBAAoB,AAEpB,qBAAqB,AACrB,aAAa,CAChB,AACD,+DAC8B,WAAY,AAAC,kBAAmB,AAAC,QAAS,AAAC,SAAU,AAAC,UAAW,AAAC,WAAY,AAAC,kBAAmB,AAAC,kBAAoB,CAAG,AAGxJ,iCACI,oBAAoB,CACvB,AACD,YACI,sBAAsB,AACtB,kBAAkB,CACrB,AACD,eACI,gBAAgB,AAChB,kBAAkB,CACrB,AAED,gCACI,WAAW,CACd,AASD,+BACI,gBAAgB,CACnB,AACD,gCACI,wBAAwB,CAC3B,AAED,eACI,YAAY,CACf,AAGD,QACI,YAAY,AACZ,aAAa,AACb,WAAW,AACX,kBAAkB,AAClB,WAAW,AACX,kBAAkB,AAClB,kBAAkB,CACrB,AACD,wBACI,QAAQ,CACX,AACD,aACI,WAAY,AACZ,kBAAkB,AAClB,QAAQ,AACR,qBAAqB,AACrB,WAAW,AACX,YAAY,AACZ,iBAAiB,AACjB,sDAAsD,AAEtD,iBAAiB,CACpB,AACD,yBACI,cAAc,AACd,eAAe,CAClB,AACD,uBACI,wBAAwB,CAC3B,AACD,6BACI,wBAAwB,CAC3B,AACD,0BACI,cAAc,AACd,eAAe,CAClB,AACD,wBACI,wBAAwB,CAC3B,AACD,8BACI,wBAAwB,CAC3B,AACD,mBACI,cAAc,AACd,eAAe,CAClB,AACD,iBACI,wBAAwB,CAC3B,AACD,uBACI,wBAAwB,CAC3B,AACD,qBACI,cAAc,AACd,eAAe,CAClB,AACD,mBACI,wBAAwB,CAC3B,AACD,yBACI,wBAAwB,CAC3B,AACD,sBACI,cAAc,AACd,eAAe,CAClB,AACD,oBACI,wBAAwB,CAC3B,AACD,0BACI,wBAAwB,CAC3B,AACD,qBACI,cAAc,AACd,eAAe,CAClB,AACD,mBACI,wBAAwB,CAC3B,AACD,yBACI,wBAAwB,CAC3B,AACD,qCACI,8BAA8B,CACjC,AACD,qCACI,+BAA+B,CAClC,AACD,kCACI,+BAA+B,CAClC,AACD,iCACI,gCAAgC,CACnC,AACD,sCACI,8BAA8B,CACjC,AACD,sCACI,+BAA+B,CAClC,AACD,mCACI,+BAA+B,CAClC,AACD,kCACI,gCAAgC,CACnC,AACD,+BACI,+BAA+B,CAClC,AACD,+BACI,gCAAgC,CACnC,AACD,4BACI,gCAAgC,CACnC,AACD,2BACI,iCAAiC,CACpC,AACD,iCACI,+BAA+B,CAClC,AACD,iCACI,gCAAgC,CACnC,AACD,8BACI,gCAAgC,CACnC,AACD,6BACI,iCAAiC,CACpC,AACD,kCACI,+BAA+B,CAClC,AACD,kCACI,gCAAgC,CACnC,AACD,+BACI,gCAAgC,CACnC,AACD,8BACI,iCAAiC,CACpC,AACD,iCACI,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e,CAClB,AACD,wCACI,cAAc,CACjB,AACD,+BACI,oBAAoB,CACvB,AACD,8BACI,gBAAgB,CACnB,AACD,4CACI,sBAAsB,CACzB,AACD,gCACI,qBAAqB,AACrB,gBAAgB,AAChB,iBAAiB,AACjB,cAAc,CACjB,AACD,4BACI,oBAAqB,CACxB,AACD,mCAAqC,SAAW,CAAE,AAElD,iBACI,SAAS,CACZ,CASJ,AAED,0CACI,YACI,oBAAoB,AACpB,qBAAqB,AACrB,aAAa,CAChB,CACJ,AAED,yBACI,kBACI,cAAc,AACd,eAAe,CAClB,AACD,0BACI,aAAa,CAChB,AACD,0BACI,cAAc,AACd,WAAW,AACX,UAAU,CACb,AACD,2CACI,gCAAgC,AAChC,gBAAgB,CACnB,AACD,wBACI,WAAW,AACX,SAAS,CACZ,AAED,kBACI,sBAAsB,CACzB,CACJ,AACD,yBACI,qCACI,UAAU,CACb,CACJ,AACD,yBACI,wBACI,UAAU,CACb,AAED,oBACI,sBAAsB,CACzB,AACD,8BACI,aAAa,CAChB,CACJ","file":"main.min.css","sourcesContent":["/* ------------- Tools: font face ------------- */\n@font-face {\n font-family: 'PT Sans Narrow';\n src: url('../fonts/pt_sans_narrow.woff2') format('woff2'),\n url('../fonts/pt_sans_narrow.woff') format('woff');\n font-weight: 400;\n font-style: normal;\n font-display: swap;\n}\n\n@font-face {\n font-family: 'PT Sans Narrow';\n src: url('../fonts/pt_sans_narrow_bold.woff2') format('woff2'),\n url('../fonts/pt_sans_narrow_bold.woff') format('woff');\n font-weight: 600;\n font-style: normal;\n font-display: swap;\n}\n\n@font-face {\n font-family: 'Bebas Neue';\n src: url('../fonts/bebas-neue.woff2') format('woff2'),\n url('../fonts/bebas-neue.woff') format('woff');\n font-weight: normal;\n font-style: normal;\n font-display: swap;\n}\n","/* ------------- Generic: normalize ------------- */\n\n/* critical:start */\n/* critical:end */\n\n/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */\n\n/* Document\n ========================================================================== */\n\n/**\n * 1. Correct the line height in all browsers.\n * 2. Prevent adjustments of font size after orientation changes in iOS.\n */\n\n/* critical:start */\nhtml {\n line-height: 1.15; /* 1 */\n -webkit-text-size-adjust: 100%; /* 2 */\n}\n/* critical:end */\n\n/* Sections\n ========================================================================== */\n\n/**\n * Remove the margin in all browsers.\n */\n\n/* critical:start */\nbody {\n margin: 0;\n}\n/* critical:end */\n\n/**\n * Correct the font size and margin on `h1` elements within `section` and\n * `article` contexts in Chrome, Firefox, and Safari.\n */\n/*\nh1 {\n font-size: 2em;\n margin: 0.67em 0;\n}\n */\n/* Grouping content\n ========================================================================== */\n\n/**\n * 1. Add the correct box sizing in Firefox.\n * 2. Show the overflow in Edge and IE.\n */\n\nhr {\n box-sizing: content-box; /* 1 */\n height: 0; /* 1 */\n overflow: visible; /* 2 */\n}\n\n/**\n * 1. Correct the inheritance and scaling of font size in all browsers.\n * 2. Correct the odd `em` font sizing in all browsers.\n */\n\npre {\n font-family: monospace, monospace; /* 1 */\n font-size: 1em; /* 2 */\n}\n\n/* Text-level semantics\n ========================================================================== */\n\n/**\n * Remove the gray background on active links in IE 10.\n */\n\na {\n background-color: transparent;\n}\n\n/**\n * 1. Remove the bottom border in Chrome 57-\n * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.\n */\n\nabbr[title] {\n border-bottom: none; /* 1 */\n text-decoration: underline; /* 2 */\n text-decoration: underline dotted; /* 2 */\n}\n\n/**\n * Add the correct font weight in Chrome, Edge, and Safari.\n */\n\nb,\nstrong {\n font-weight: bolder;\n}\n\n/**\n * 1. Correct the inheritance and scaling of font size in all browsers.\n * 2. Correct the odd `em` font sizing in all browsers.\n */\n\ncode,\nkbd,\nsamp {\n font-family: monospace, monospace; /* 1 */\n font-size: 1em; /* 2 */\n}\n\n/**\n * Add the correct font size in all browsers.\n */\n\nsmall {\n font-size: 80%;\n}\n\n/**\n * Prevent `sub` and `sup` elements from affecting the line height in\n * all browsers.\n */\n\nsub,\nsup {\n font-size: 75%;\n line-height: 0;\n position: relative;\n vertical-align: baseline;\n}\n\nsub {\n bottom: -0.25em;\n}\n\nsup {\n top: -0.5em;\n}\n\n/* Embedded content\n ========================================================================== */\n\n/**\n * Remove the border on images inside links in IE 10.\n */\n\nimg {\n border-style: none;\n}\n\n/* Forms\n ========================================================================== */\n\n/**\n * 1. Change the font styles in all browsers.\n * 2. Remove the margin in Firefox and Safari.\n */\n\nbutton,\ninput,\noptgroup,\nselect,\ntextarea {\n font-family: inherit; /* 1 */\n font-size: 100%; /* 1 */\n line-height: 1.15; /* 1 */\n margin: 0; /* 2 */\n}\n\n/**\n * Show the overflow in IE.\n * 1. Show the overflow in Edge.\n */\n\nbutton,\ninput { /* 1 */\n overflow: visible;\n}\n\n/**\n * Remove the inheritance of text transform in Edge, Firefox, and IE.\n * 1. Remove the inheritance of text transform in Firefox.\n */\n\nbutton,\nselect { /* 1 */\n text-transform: none;\n}\n\n/**\n * Correct the inability to style clickable types in iOS and Safari.\n */\n\nbutton,\n[type=\"button\"],\n[type=\"reset\"],\n[type=\"submit\"] {\n -webkit-appearance: button;\n}\n\n/**\n * Remove the inner border and padding in Firefox.\n */\n\nbutton::-moz-focus-inner,\n[type=\"button\"]::-moz-focus-inner,\n[type=\"reset\"]::-moz-focus-inner,\n[type=\"submit\"]::-moz-focus-inner {\n border-style: none;\n padding: 0;\n}\n\n/**\n * Restore the focus styles unset by the previous rule.\n */\n\nbutton:-moz-focusring,\n[type=\"button\"]:-moz-focusring,\n[type=\"reset\"]:-moz-focusring,\n[type=\"submit\"]:-moz-focusring {\n outline: 1px dotted ButtonText;\n}\n\n/**\n * Correct the padding in Firefox.\n */\n\nfieldset {\n padding: 0.35em 0.75em 0.625em;\n}\n\n/**\n * 1. Correct the text wrapping in Edge and IE.\n * 2. Correct the color inheritance from `fieldset` elements in IE.\n * 3. Remove the padding so developers are not caught out when they zero out\n * `fieldset` elements in all browsers.\n */\n\nlegend {\n box-sizing: border-box; /* 1 */\n color: inherit; /* 2 */\n display: table; /* 1 */\n max-width: 100%; /* 1 */\n padding: 0; /* 3 */\n white-space: normal; /* 1 */\n}\n\n/**\n * Add the correct vertical alignment in Chrome, Firefox, and Opera.\n */\n\nprogress {\n vertical-align: baseline;\n}\n\n/**\n * Remove the default vertical scrollbar in IE 10+.\n */\n\ntextarea {\n overflow: auto;\n}\n\n/**\n * 1. Add the correct box sizing in IE 10.\n * 2. Remove the padding in IE 10.\n */\n\n[type=\"checkbox\"],\n[type=\"radio\"] {\n box-sizing: border-box; /* 1 */\n padding: 0; /* 2 */\n}\n\n/**\n * Correct the cursor style of increment and decrement buttons in Chrome.\n */\n\n[type=\"number\"]::-webkit-inner-spin-button,\n[type=\"number\"]::-webkit-outer-spin-button {\n height: auto;\n}\n\n/**\n * 1. Correct the odd appearance in Chrome and Safari.\n * 2. Correct the outline style in Safari.\n */\n\n[type=\"search\"] {\n -webkit-appearance: textfield; /* 1 */\n outline-offset: -2px; /* 2 */\n}\n\n/**\n * Remove the inner padding in Chrome and Safari on macOS.\n */\n\n[type=\"search\"]::-webkit-search-decoration {\n -webkit-appearance: none;\n}\n\n/**\n * 1. Correct the inability to style clickable types in iOS and Safari.\n * 2. Change font properties to `inherit` in Safari.\n */\n\n::-webkit-file-upload-button {\n -webkit-appearance: button; /* 1 */\n font: inherit; /* 2 */\n}\n\n/* Interactive\n ========================================================================== */\n\n/*\n * Add the correct display in Edge, IE 10+, and Firefox.\n */\n\ndetails {\n display: block;\n}\n\n/*\n * Add the correct display in all browsers.\n */\n\nsummary {\n display: list-item;\n}\n\n/* Misc\n ========================================================================== */\n\n/**\n * Add the correct display in IE 10+.\n */\n\ntemplate {\n display: none;\n}\n\n/**\n * Add the correct display in IE 10.\n */\n\n[hidden] {\n display: none;\n}\n","/* ------------- Elements: anchor ------------- */\n\n/* critical:start */\na { color: var(--color--gray); }\n/* critical:end */\n\na {\n &:hover { text-decoration: none; }\n}\n\n@media (--min--x-large) {\n [href^=\"tel\"] { pointer-events: none; text-decoration: none; color: inherit; }\n}\n","/* ------------- Elements: figure ------------- */\n\nfigure { margin: 0; }\n","/* ------------- Elements: images ------------- */\n\nimg { max-width: 100%; }\n","/* ------------- Elements: paragraph ------------- */\n\np { margin: 0 0 1.6rem; }\n","/* ------------- Elements: strong ------------- */\n\nb,\nstrong { font-weight: var(--typo--weight-bold); }\n","/* ------------- Elements: table ------------- */\n\ntable { border-collapse: collapse; border-spacing: 0; }\n","/* ------------- Layout: footer ------------- */\n\n/* critical:start */\n\n.l-footer { @extend .l-inner; }\n\n/* critical:end */\n\n.l-footer--inner { display: flex; padding-top: 15px; }\n\n.l-footer--section { flex: 1 1 15%;\n h4 { margin: 0; padding: 0; }\n}\n\n.l-footer { padding-bottom: 100px; box-shadow: inset 0 0 0 1px #666; }\n","/* ------------- Component: breadcrumbs ------------- */\n\n/* critical:start */\n\n/* critical:end */\n\n.c-breadcrumbs { padding-top: 1em; }\n","/* ------------- Component: cookies warning ------------- */\n\n/* critical:start */\n\n.c-cookies-warning { display: none; }\n\n/* critical:end */\n\n.c-cookies-warning { position: fixed; left: 0px; right: 0; bottom: 0px; padding: 15px 20px; background: #f6f6f6; overflow: hidden; z-index: 100;\n .bu-action { margin-top: 10px; }\n .bu-action--alt { float: right; }\n}\n\n","/* ------------- Component: copy ------------- */\n\n/* critical:start */\n\n/* critical:end */\n\n.c-copy { padding-top: 0.75em; text-align: center; }\n","/* ------------- Component: divisions ------------- */\n\n/* critical:start */\n\n/* critical:end */\n\n.c-divisions--list { display: flex; flex-wrap: wrap; margin-bottom: 16px; }\n\n.c-divisions--list-item { margin-right: 10px; padding: 0 12px; font-weight: var(--typo--weight-regular); line-height: 1.5; cursor: pointer; }\n\n.is-divisions--list-item-active { background: #ccc; font-weight: var(--typo--weight-bold); }\n","/* ------------- Component: job ------------- */\n\n/* critical:start */\n\n/* critical:end */\n\n/*.c-job--title { } */\n\n\n#custom {\n\n .biuro-title { margin: 0 0 20px; padding: 10px; font-size: calc(1.125rem + ((1vw - 3.2px) * 0.8929)); border: 2px solid var(--color--green); border-radius: 12px;\n @media (--min--small) {\n border-width: 3px; margin: 0 0 30px; padding: 20px; font-size: 22px;\n }\n\n h1 { margin: 0; padding: 0; line-height: 1.2; color: var(--color--green); font-weight: var(--typo--weight-bold); overflow: hidden; text-align: center; text-transform: uppercase }\n\n }\n\n}\n/*\n#custom .biuro-title{\n padding: 20px 0;\n font-size: 22px;\n}\n#custom .biuro-title h1 {\n color:#006957;\n font-weight:700;\n overflow:hidden;\n\n text-align:center;\n text-transform:uppercase\n\n}*/\n/*\n@media (min-width:768px){\n\n #custom .biuro-title{\n border: 4px solid #006957;\n border-radius: 12px;\n padding: 20px;\n }\n}\n\n\n\n@media (min-width:768px){\n #custom .biuro-title{\n margin: 0 0 30px;\n padding:20px;\n }\n #custom .biuro-title h1 { margin: 0; padding: 0; line-height: 1.2; }\n}\n */\n","/* ------------- Component: jobs list ------------- */\n\n/* critical:start */\n\n.c-jobs-list { width: 100%; margin: 0 0 20px; }\n\n.c-jobs-list--head { padding: 10px; }\n\n.c-jobs-list--col { padding: 0 10px;\n @media (--min--xx-small) {\n padding: 10px;\n }\n}\n\n.c-jobs-list--col-position {\n @media (--max--xx-small) {\n padding-top: 10px;\n }\n}\n\n/* critical:end */\n\n.c-jobs-list {\n tr {\n &:nth-child(even) { background: #F8F8F8; }\n }\n th,\n td { vertical-align: top; }\n a { display: block; }\n}\n\n.c-jobs-list--head { font-weight: 700; text-align: left;\n @media (--max--small) {\n display: none;\n }\n &:nth-child(n+2) {\n @media (--min--small) {\n border-left: 1px solid #dfe1e4;\n }\n }\n}\n\n.c-jobs-list--col {\n @media (--max--xx-small) {\n float: left; width: calc(100% - 20px)\n }\n @media (--min--xx-small) {\n max-width: 260px;\n }\n}\n\n.c-jobs-list--col-position { }\n\n.c-jobs-list--col-city {\n @media (--max--xx-small) {\n padding-bottom: 10px; text-align: left;\n }\n @media (--max--small) {\n text-align: right;\n }\n @media (--min--small) {\n border-left: 1px solid #dfe1e4;\n }\n}\n\n.c-jobs-list--col-valid { display: none;\n @media (--min--small) {\n display: table-cell; border-left: 1px solid #dfe1e4;\n }\n}\n","/* ------------- Component: jobs pagination ------------- */\n\n/* critical:start */\n\n/* critical:end */\n\n.pods-pagination-paginate { display: block; padding-bottom: 1em; text-align: center; }\n\n.page-numbers { margin: 0 1px; padding: 1px;\n &.current { font-weight: var(--typo--weight-bold); }\n}\n","/* ------------- Component: logo ------------- */\n\n/* critical:start */\n\n.c-logo--svg { display: block; }\n\n/* critical:end */\n\n.c-logo { text-decoration: none; }\n\n","/* ------------- Component: nav ------------- */\n\n/* critical:start */\n\n.c-nav { }\n\n.c-nav--main {\n @media (--min--small) {\n display: flex; padding-left: 2em;\n }\n}\n\n.c-nav--sub { display: none; }\n/* critical:end */\n\n.c-nav--main-item { position: relative; margin-right: 10px; border: 1px solid gray; padding: 5px; }\n.c-nav--main-anchor { display: block; padding: 0 0.25em; text-transform: uppercase; }\n\n.c-nav--sub { position: absolute; top: 100%; left: -1px; padding: 0 1em 0 6px; border: 1px solid gray; overflow: hidden; background: #fff; }\n.c-nav--sub-item { background: #fff; padding: .5em .5em .5em 0; }\n.c-nav--sub-anchor { padding: 0.25em; white-space: nowrap; }\n\n.c-nav--item { margin: 10px; }\n\n.c-nav--link { line-height: 40px; font-size: 24px; text-decoration: none;\n &:hover { text-decoration: underline; }\n}\n\n.c-nav--region { }\n\n.c-nav--lang { display: flex;\n li { padding: 0 5px; }\n}\n","/* ------------- State: nav ------------- */\n\n/* critical:start */\n\n/*.c-svg--toggler-close { display: none; margin-right: -28px; }*/\n\n/* critical:end */\n\n/*.is-nav--open {\n & .l-nav { transform: translateX(0); pointer-events: auto; }\n & .c-svg--toggler-open { display: none; }\n & .c-svg--toggler-close { display: block; }\n}\n*/\n\n\n.is-nav--main-item-active { position: relative; border-bottom-color: #f00;\n &:before { content: ''; position: absolute; height: 1px; width: 100%; bottom: -1px; left: 0; background: #fff; z-index: 10; }\n .c-nav--sub { display: flex; }\n }\n\n .is-nav--main-anchor-active { text-decoration: none; }\n .is-nav--sub-anchor-active { text-decoration: none; font-weight: 600; }\n","\r\n.bu-action { height: 28px; cursor: pointer; border: 1px solid #E1E1E1; padding: 0 15px; margin: 0; display: inline-block; }\r\n.bu-action--main { color: #FFF; background: #006957; }\r\n\r\n@media (max-width: 600px) {\r\n .bu-action { height: 44px; }\r\n}\r\n\r\n\r\n\r\n.c-nav-footer a:hover{\r\n border-color:#ababab\r\n}\r\n.c-nav-footer .act,.c-nav-footer .act:hover{\r\n border-color:#4b4d4f\r\n}\r\n/*\r\n#sidebar a.url_newsletter{\r\n color:#4b4d4f;\r\n font-weight:700;\r\n text-decoration:none;\r\n background:url(../_img/newsletter_icon.gif) no-repeat;\r\n padding:0 15px 0 72px;\r\n margin:0 0 35px -15px;\r\n clear:both;\r\n display:block\r\n}\r\n*/\r\n#content a:hover /* ,#sidebar a:hover.url_newsletter */ {\r\n text-decoration:underline\r\n}\r\n#content img{\r\n /*height:auto*/\r\n}\r\n#content h1{\r\n padding:0 0 10px;\r\n font-size:22px;\r\n font-weight:400\r\n}\r\n#content h2{\r\n padding:0 0 13px;\r\n font-size:19px;\r\n font-weight:700\r\n}\r\n#content h2 small{\r\n display:block;\r\n font-size:16px\r\n}\r\n#content h3{\r\n padding:0 0 10px;\r\n font-size:17px;\r\n font-weight:700\r\n}\r\n#content .info_box,#content .info_box p{\r\n font-size:16px;\r\n line-height:1.2;\r\n text-transform:uppercase\r\n}\r\n#content .t-reason{\r\n padding:0;\r\n border:0\r\n}\r\n#content .t-reason td{\r\n display:block;\r\n vertical-align:top\r\n}\r\n#content .t-reason .t-reason-col-2 h2{\r\n padding:25px 0 13px\r\n}\r\n#content .t-reason h2{\r\n text-align:center\r\n}\r\n#content .t-reason ul{\r\n padding:0\r\n}\r\n#content .t-membership{\r\n width:100%;\r\n border:0;\r\n text-align:left\r\n}\r\n#content .t-membership td{\r\n text-align:justify;\r\n vertical-align:middle\r\n}\r\n#content .t-membership .t-membership-row-4 td{\r\n border-bottom:none\r\n}\r\n#content .t-contacts-box{\r\n max-width:650px\r\n}\r\n#content .t-contacts{\r\n width:100%\r\n}\r\n#content .t-contacts td{\r\n vertical-align:top\r\n}\r\n#content .t-contacts p{\r\n text-align:left\r\n}\r\n#content .info_box{\r\n position:relative;\r\n margin:0 0 20px;\r\n color:#fff\r\n}\r\n#content .info_box.tyle_1{\r\n background-position:0 0\r\n}\r\n#content .info_box.tyle_1 .bottom{\r\n background-position:-250px 100%\r\n}\r\n#content .info_box.tyle_2{\r\n background-position:-500px 0\r\n}\r\n#content .info_box.tyle_2 .bottom{\r\n background-position:-750px 100%\r\n}\r\n#content .info_box.tyle_3{\r\n background-position:-1000px 0\r\n}\r\n#content .info_box.tyle_3 .bottom{\r\n background-position:-1250px 100%\r\n}\r\n#content .info_box.tyle_4{\r\n background-position:-1500px 0\r\n}\r\n#content .info_box.tyle_4 .bottom{\r\n background-position:-1750px 100%\r\n}\r\n#content .info_box.tyle_5{\r\n background-position:-2000px 0\r\n}\r\n#content .info_box.tyle_5 .bottom{\r\n background-position:-2250px 100%\r\n}\r\n#content .info_box .bottom{\r\n width:219px;\r\n height:22px;\r\n position:absolute;\r\n left:0;\r\n bottom:-22px\r\n}\r\n#content .info_box p{\r\n padding:0\r\n}\r\n#content .search_box{\r\n background:#F8F8F8;\r\n padding:10px\r\n}\r\n#content .search_box select{\r\n width:130px;\r\n background:#F7F7F7;\r\n border:1px solid #E1E1E1;\r\n padding:6px\r\n}\r\n#content .search_box li{\r\n padding:0;\r\n display:block;\r\n background:0 0;\r\n overflow:hidden\r\n}\r\n#content .search_box li label{\r\n display:block;\r\n font-weight:700\r\n}\r\n#content .search_box li .input{\r\n width:78%;\r\n color:#4b4d4f;\r\n border:0;\r\n padding:8px;\r\n background:0 0\r\n}\r\n#content .search_box li select{\r\n color:#4b4d4f;\r\n background:#F5F5F5;\r\n margin:0 20px 10px 0\r\n}\r\n#content .search_box li select+.filter-button{\r\n clear:left;\r\n margin-left:100px\r\n}\r\n#content .search_box li .submit{\r\n float:right;\r\n width:39px;\r\n height:39px;\r\n cursor:pointer;\r\n background:url(../_img/search_box_icon.gif) 50% 50% no-repeat;\r\n border:0;\r\n vertical-align:middle\r\n}\r\n#content .search_box li a.url{\r\n float:right;\r\n margin-top:7px;\r\n padding:4px 18px 4px 0;\r\n font-weight:700\r\n}\r\n#content .search_box li a.url.open{\r\n background:url(../_img/search_box_url_icon.gif) right 12px no-repeat\r\n}\r\n#content .search_box li a.url.close{\r\n background:url(../_img/search_box_url_icon.gif) right -13px no-repeat\r\n}\r\n#content .search_box li #search-input-block{\r\n border:1px solid #DFE1E4;\r\n background:#fff;\r\n overflow:hidden\r\n}\r\n#content .search_box li.filter-additional{\r\n padding-top:10px\r\n}\r\n#content .search_box li.filter-additional label{\r\n float:left;\r\n width:95px;\r\n padding:6px 5px 0 0\r\n}\r\n#content .search_box li.filter-additional select{\r\n float:left\r\n}\r\n#content .search_box li.filter-additional+.filter-additional{\r\n padding-top:0\r\n}\r\n#content .search_box li #period,#content .search_box li #type{\r\n margin-right:0\r\n}\r\n#content .search_box .filter-button{\r\n float:left;\r\n color:#4b4d4f;\r\n background:#f5f5f5;\r\n margin:0 22px 0 0;\r\n border:1px solid #E1E1E1;\r\n padding:7px;\r\n cursor:pointer;\r\n text-decoration:none\r\n}\r\n#content .search_box .filter-button:hover{\r\n background:#eee\r\n}\r\n\r\n#content p{\r\n/* padding:0 0 15px;*/\r\n text-align:justify\r\n}\r\n#content a{\r\n /*color:#4b4d4f;*/\r\n text-decoration:none\r\n}\r\n#content .img_left{\r\n margin:0 20px 15px 0;\r\n float:left\r\n}\r\n#content a.home_url,.c-home-url{\r\n width:254px;\r\n color:#4b4d4f;\r\n font-size:21px;\r\n margin:15px auto;\r\n display:block;\r\n text-align:center;\r\n line-height:1.2\r\n}\r\n#content a.home_url{\r\n text-decoration:none;\r\n padding:280px 0 0\r\n}\r\n#content a.home_url_1{\r\n background:url(../_img/workis_l.png) no-repeat;\r\n -webkit-background-size:contain;\r\n background-size:contain\r\n}\r\n#content a.home_url_2{\r\n background:url(../_img/img_2.jpg) no-repeat\r\n}\r\n#content a:hover.home_url{\r\n text-decoration:underline\r\n}\r\n.c-home-url{\r\n text-decoration:none\r\n}\r\n.c-home-url:hover{\r\n text-decoration:underline\r\n}\r\n.c-home-pic{\r\n display:block;\r\n -webkit-border-radius:50%;\r\n border-radius:50%;\r\n margin-bottom:20px;\r\n overflow:hidden\r\n}\r\n#content .contact-form .form li textarea,.cv-form .form li textarea{\r\n overflow-y:auto;\r\n resize:none\r\n}\r\n.c-home-pic img{\r\n display:block\r\n}\r\n#content .news_list{\r\n padding:0 0 15px;\r\n display:block\r\n}\r\n#content .news_list li{\r\n border-top:1px solid #DFE1E4;\r\n padding:15px 0 0;\r\n display:block\r\n}\r\n#content .news_list li a.more{\r\n font-weight:700;\r\n text-decoration:underline\r\n}\r\n#content .news_list li:first-child{\r\n border-top:0;\r\n padding:0\r\n}\r\n#content .staff{\r\n margin:0 0 15px -33px;\r\n display:block\r\n}\r\n#content .staff li{\r\n width:216px;\r\n margin:0 0 10px 33px;\r\n float:left\r\n}\r\n#content .staff li.sep{\r\n width:100%\r\n}\r\n#content .staff li .foto{\r\n margin:0 0 10px;\r\n display:block\r\n}\r\n#content .staff li p{\r\n padding:0 5px 15px\r\n}\r\n#content .form{\r\n width:318px;\r\n padding:0 0 15px;\r\n display:inline-block\r\n}\r\n#content .form li{\r\n padding:0 0 28px;\r\n display:block;\r\n background:0 0\r\n}\r\n#content .form li.bottom{\r\n padding:0 0 10px;\r\n margin:-10px 0 0\r\n}\r\n#content .form li label{\r\n padding:0 0 6px;\r\n display:block\r\n}\r\n#content .form li input.text,#content .form li select,#content .form li textarea{\r\n background:#F7F7F7;\r\n border:1px solid #E1E1E1;\r\n padding:6px\r\n}\r\n#content .form li input.text,#content .form li textarea{\r\n width:318px\r\n}\r\n#content .form li select{\r\n width:164px\r\n}\r\n#content .form li textarea{\r\n height:114px;\r\n overflow:auto\r\n}\r\n#content .form li .errormessage{\r\n color:#BB2543;\r\n padding:6px 0 0;\r\n display:block\r\n}\r\n#content .form li .txt{\r\n color:#BB2543;\r\n display:inline-block\r\n}\r\n#content .form li .action{\r\n height:28px;\r\n color:#FFF;\r\n cursor:pointer;\r\n background:#006957;\r\n border:1px solid #E1E1E1;\r\n padding:0 20px;\r\n margin:0 10px 0 0;\r\n display:inline-block\r\n}\r\n#content .form li .action:hover{\r\n background:#008D75\r\n}\r\n#content .form li .Actions{\r\n display:inline-block\r\n}\r\n#content .country_tabs{\r\n width:100%;\r\n padding:0 0 15px;\r\n float:left\r\n}\r\n#content .country_tabs li{\r\n padding:0 10px 0 0;\r\n float:left\r\n}\r\n#content .country_tabs li a{\r\n color:#4b4d4f;\r\n text-decoration:none;\r\n float:left\r\n}\r\n#content .country_tabs li a.act{\r\n font-weight:700;\r\n background:#EBEBEB;\r\n padding:0 10px\r\n}\r\n#content .country_tabs li a:hover{\r\n text-decoration:underline\r\n}\r\n#content .pages{\r\n text-align:center;\r\n padding:0 0 15px;\r\n display:block\r\n}\r\n#content .pages a{\r\n margin:0 3px\r\n}\r\n#content .pages a.prev{\r\n font-weight:700;\r\n float:left\r\n}\r\n#content .pages a.next{\r\n font-weight:700;\r\n float:right\r\n}\r\n#content .pages a.act{\r\n font-weight:700\r\n}\r\n#banners{\r\n width:976px;\r\n padding:20px 0;\r\n float:left\r\n}\r\n#banners li{\r\n margin:0 0 0 40px;\r\n float:left\r\n}\r\n#banners li:first-child{\r\n margin:0\r\n}\r\n.fl{\r\n float:left!important\r\n}\r\n.fr{\r\n float:right!important\r\n}\r\n.clear{\r\n height:0;\r\n clear:both;\r\n display:block\r\n}\r\n.input,input.text,select,textarea{\r\n box-sizing:border-box;\r\n -moz-box-sizing:border-box;\r\n -webkit-box-sizing:border-box\r\n}\r\nbutton::-moz-focus-inner,input[type=reset]::-moz-focus-inner,input[type=button]::-moz-focus-inner,input[type=submit]::-moz-focus-inner{\r\n border:0;\r\n padding:0\r\n}\r\n.map_page{\r\n width:540px;\r\n text-align:center;\r\n margin:20px auto\r\n}\r\n.map_page .logo{\r\n margin:0 0 30px;\r\n display:block\r\n}\r\n.map_page p{\r\n padding:0 0 15px;\r\n display:block\r\n}\r\n.map_page a.map_url{\r\n width:168px;\r\n position:relative;\r\n display:inline-block\r\n}\r\n.map_page a.map_url.es{\r\n height:89px;\r\n background:url(../_img/map_url.jpg) no-repeat;\r\n margin:0 0 -20px\r\n}\r\n.map_page a:hover.map_url.es{\r\n background:url(../_img/map_url.jpg) -200px 0 no-repeat;\r\n z-index:1\r\n}\r\n.map_page a.map_url.lv{\r\n height:100px;\r\n background:url(../_img/map_url.jpg) 0 -69px no-repeat;\r\n margin:0 0 -30px\r\n}\r\n.map_page a:hover.map_url.lv{\r\n background:url(../_img/map_url.jpg) -400px -69px no-repeat;\r\n z-index:1\r\n}\r\n.map_page a.map_url.lt{\r\n height:109px;\r\n background:url(../_img/map_url.jpg) 0 -139px no-repeat\r\n}\r\n.map_page a:hover.map_url.lt{\r\n background:url(../_img/map_url.jpg) -600px -139px no-repeat;\r\n z-index:1\r\n}\r\n.hide{\r\n display:none!important\r\n}\r\n#content ul:not([class]) a{\r\n text-decoration:underline\r\n}\r\n\r\n#content img.left{\r\n margin:15px 20px 15px 0;\r\n float:left\r\n}\r\n#content img.ico{\r\n position:relative;\r\n top:7px\r\n}\r\n#map_canvas{\r\n width:100%;\r\n height:450px\r\n}\r\n#content .contact-form .form li input[type=text].error,#content .contact-form .form li textarea.error{\r\n border:1px solid #BB2543\r\n}\r\n.job-cont{\r\n padding:0 0 15px;\r\n display:block\r\n}\r\n.cont-content{\r\n display:block;\r\n padding:0 0 10px\r\n}\r\n.cv-form .form li.bottom{\r\n padding:0 0 10px;\r\n margin:-10px 0 0\r\n}\r\n.cv-form .form li label{\r\n padding:0 0 6px;\r\n display:block\r\n}\r\n.cv-form .form li input.text,.cv-form .form li textarea{\r\n background:#F7F7F7;\r\n border:1px solid #E1E1E1;\r\n padding:6px;\r\n width:318px\r\n}\r\n.cv-form .form li textarea{\r\n height:114px\r\n}\r\n#custom,#custom .biuro-header,#custom .biuro-ti,#custom .biuro-ti-text,.about-biuro{\r\n overflow:hidden\r\n}\r\n.cv-form .form li input[type=file]{\r\n background:#F7F7F7;\r\n border:1px solid #E1E1E1;\r\n padding:0 6px;\r\n width:304px;\r\n height:30px\r\n}\r\n.cv-form .form li .errormessage{\r\n color:#BB2543;\r\n padding:6px 0 0\r\n}\r\n.cv-form .form li input[type=text].error,.cv-form .form li input[type=file].error{\r\n border:1px solid #BB2543\r\n}\r\n.cv-form .form li .txt{\r\n color:#BB2543;\r\n display:inline-block\r\n}\r\n.cv-form .form li .action{\r\n height:28px;\r\n color:#FFF;\r\n cursor:pointer;\r\n background:#006957;\r\n border:1px solid #E1E1E1;\r\n padding:0 20px;\r\n margin:0 10px 0 0;\r\n display:inline-block\r\n}\r\n.cv-form .form li .action:hover{\r\n background:#008D75\r\n}\r\n.cv-form .form li .Actions{\r\n display:inline-block\r\n}\r\n#cv-success,#cv-success p{\r\n color:#393\r\n}\r\n#content ul:not([class]){\r\n padding:0 0 15px;\r\n display:block\r\n}\r\n#content ul:not([class]) li,\r\n#content ul.table li{\r\n position: relative;\r\n /*background:url(../_img/list_dot.gif) 0 9px no-repeat;*/\r\n padding:0 0 5px 25px;\r\n display:block\r\n}\r\n#content ul:not([class]) li:before,\r\n#content ul.table li:before { content: ''; position: absolute; top: 9px; left: 1px; width: 4px; height: 4px; border-radius: 50%; background: #4b4d4f; }\r\n\r\n\r\n#content ul:not([class]) a:hover /* ,.advert_page .container a:hover */ {\r\n text-decoration:none\r\n}\r\n#content ol{\r\n padding:0 0 15px 20px;\r\n text-align:justify\r\n}\r\n#content ol>li{\r\n padding:0 0 5px;\r\n text-align:justify\r\n}\r\n\r\n#content .cform .form li select{\r\n width:318px\r\n}\r\n/*\r\n#sidebar .addthis_share{\r\n height:20px;\r\n padding:2px 0;\r\n width:100px;\r\n display:inline-block\r\n}\r\n*/\r\n#content #filter-empty-results{\r\n padding-top:15px\r\n}\r\n#content a.home_url,#content h1 {\r\n text-transform:uppercase\r\n}\r\n\r\n.hidden-coords{\r\n display:none\r\n}\r\n\r\n\r\n.banner{\r\n width:180px;\r\n height:160px;\r\n float:left;\r\n position:relative;\r\n left:-15px;\r\n margin-right:50px;\r\n margin-bottom:20px\r\n}\r\n.banner a,.banner a img{\r\n border:0\r\n}\r\n.icon:before{\r\n content: '';\r\n position:relative;\r\n top:9px;\r\n display:inline-block;\r\n width:30px;\r\n height:26px;\r\n margin:0 8px 0 0;\r\n background:url(../_img/icons.png) 50px 50px no-repeat;\r\n -webkit-border-radius:3px;\r\n border-radius:3px\r\n}\r\n#content .icon-blue-dark{\r\n color:#253466;\r\n font-weight:700\r\n}\r\n.icon-blue-dark:before{\r\n border:1px solid #253466\r\n}\r\n.icon-blue-dark:hover:before{\r\n background-color:#253466\r\n}\r\n#content .icon-blue-light{\r\n color:#156292;\r\n font-weight:700\r\n}\r\n.icon-blue-light:before{\r\n border:1px solid #156292\r\n}\r\n.icon-blue-light:hover:before{\r\n background-color:#156292\r\n}\r\n#content .icon-red{\r\n color:#bb2543;\r\n font-weight:700\r\n}\r\n.icon-red:before{\r\n border:1px solid #bb2543\r\n}\r\n.icon-red:hover:before{\r\n background-color:#bb2543\r\n}\r\n#content .icon-brown{\r\n color:#b76630;\r\n font-weight:700\r\n}\r\n.icon-brown:before{\r\n border:1px solid #b76630\r\n}\r\n.icon-brown:hover:before{\r\n background-color:#b76630\r\n}\r\n#content .icon-purple{\r\n color:#6b1c3a;\r\n font-weight:700\r\n}\r\n.icon-purple:before{\r\n border:1px solid #6b1c3a\r\n}\r\n.icon-purple:hover:before{\r\n background-color:#6b1c3a\r\n}\r\n#content .icon-green{\r\n color:#006957;\r\n font-weight:700\r\n}\r\n.icon-green:before{\r\n border:1px solid #006957\r\n}\r\n.icon-green:hover:before{\r\n background-color:#006957\r\n}\r\n.icon-blue-dark.icon-facebook:before{\r\n background-position:-2px -45px\r\n}\r\n.icon-blue-dark.icon-linkedin:before{\r\n background-position:-40px -45px\r\n}\r\n.icon-blue-dark.icon-phone:before{\r\n background-position:-80px -45px\r\n}\r\n.icon-blue-dark.icon-note:before{\r\n background-position:-121px -45px\r\n}\r\n.icon-blue-light.icon-facebook:before{\r\n background-position:-2px -87px\r\n}\r\n.icon-blue-light.icon-linkedin:before{\r\n background-position:-40px -87px\r\n}\r\n.icon-blue-light.icon-phone:before{\r\n background-position:-80px -87px\r\n}\r\n.icon-blue-light.icon-note:before{\r\n background-position:-121px -87px\r\n}\r\n.icon-red.icon-facebook:before{\r\n background-position:-2px -131px\r\n}\r\n.icon-red.icon-linkedin:before{\r\n background-position:-40px -131px\r\n}\r\n.icon-red.icon-phone:before{\r\n background-position:-80px -131px\r\n}\r\n.icon-red.icon-note:before{\r\n background-position:-121px -131px\r\n}\r\n.icon-brown.icon-facebook:before{\r\n background-position:-2px -176px\r\n}\r\n.icon-brown.icon-linkedin:before{\r\n background-position:-40px -176px\r\n}\r\n.icon-brown.icon-phone:before{\r\n background-position:-80px -176px\r\n}\r\n.icon-brown.icon-note:before{\r\n background-position:-121px -176px\r\n}\r\n.icon-purple.icon-facebook:before{\r\n background-position:-2px -218px\r\n}\r\n.icon-purple.icon-linkedin:before{\r\n background-position:-40px -218px\r\n}\r\n.icon-purple.icon-phone:before{\r\n background-position:-80px -218px\r\n}\r\n.icon-purple.icon-note:before{\r\n background-position:-121px -218px\r\n}\r\n.icon-green.icon-facebook:before{\r\n background-position:-2px -258px\r\n}\r\n.icon-green.icon-linkedin:before{\r\n background-position:-40px -258px\r\n}\r\n.icon-green.icon-phone:before{\r\n background-position:-80px -258px\r\n}\r\n.icon-green.icon-note:before{\r\n background-position:-121px -258px\r\n}\r\n.icon-facebook:hover:before{\r\n background-position:-2px -7px\r\n}\r\n.icon-linkedin:hover:before{\r\n background-position:-40px -7px\r\n}\r\n.icon-phone:hover:before{\r\n background-position:-80px -7px\r\n}\r\n.icon-note:hover:before{\r\n background-position:-121px -7px\r\n}\r\n.about-biuro{\r\n margin:0 auto\r\n}\r\n.about-biuro-img{\r\n position:relative;\r\n float:left;\r\n width:100%;\r\n height:214px;\r\n background-repeat:no-repeat\r\n}\r\n.about-biuro-img:before{\r\n position:absolute;\r\n top:0;\r\n left:50%;\r\n width:178px;\r\n height:214px;\r\n margin:0 0 0 -89px\r\n}\r\n.about-biuro-img-1:before{\r\n background-position:0 0\r\n}\r\n.about-biuro-img-2:before{\r\n background-position:-178px 0\r\n}\r\n.about-biuro-img-3:before{\r\n background-position:-356px 0\r\n}\r\n.about-biuro-img-4:before{\r\n background-position:-534px 0\r\n}\r\n.about-biuro-lt .about-biuro-img:before{\r\n background-image:url(../_img/lt-apie-idarbinimo-agentura.jpg)\r\n}\r\n.about-biuro-lv .about-biuro-img:before{\r\n background-image:url(../_img/lv-apie-idarbinimo-agentura.jpg)\r\n}\r\n.about-biuro-ee .about-biuro-img:before{\r\n background-image:url(../_img/ee-apie-idarbinimo-agentura.jpg)\r\n}\r\n.about-biuro-en .about-biuro-img:before{\r\n background-image:url(../_img/en-apie-idarbinimo-agentura.jpg)\r\n}\r\n.about-biuro-ru .about-biuro-img:before{\r\n background-image:url(../_img/ru-apie-idarbinimo-agentura.jpg)\r\n}\r\n/*\r\n.advert_page{\r\n max-width:736px;\r\n margin:0 auto\r\n}\r\n.advert_page .container{\r\n padding:20px;\r\n opacity:1;\r\n visibility:visible\r\n}\r\n.advert_page .container h1{\r\n font-weight:700;\r\n padding:0 0 15px;\r\n display:block\r\n}\r\n.advert_page .container h2{\r\n font-weight:700;\r\n padding:35px 0 0;\r\n margin:0 67px 30px 0;\r\n float:right\r\n}\r\n.advert_page .container h3{\r\n font-weight:700;\r\n padding:0 6px 18px 0\r\n}\r\n.advert_page .container ol,.advert_page .container p,.advert_page .container ul{\r\n padding:0 0 15px;\r\n display:block\r\n}\r\n.advert_page .container ol li,.advert_page .container ul li{\r\n padding:0 0 0 70px;\r\n display:block\r\n}\r\n.advert_page .container a{\r\n color:#4b4d4f\r\n}\r\n.advert_page .container .company{\r\n padding:0 0 15px;\r\n display:block\r\n}\r\n.advert_page .container .cv-form .form{\r\n width:318px;\r\n margin-top:20px;\r\n padding:0 0 15px;\r\n display:inline-block;\r\n list-style:none\r\n}\r\n.advert_page .container .cv-form .form li{\r\n padding:0 0 28px;\r\n display:block;\r\n list-style:none;\r\n background:0 0\r\n}\r\n\r\n*/\r\n.job-add h3{\r\n float:left;\r\n clear:both;\r\n font-weight:700;\r\n padding:0 6px 15px 0\r\n}\r\n.job-add span{\r\n display:block;\r\n float:left;\r\n padding:0 0 15px\r\n}\r\n#custom .biuro-header p{\r\n color:#006957;\r\n font-weight:700\r\n}\r\n#custom .biuro-header .logo{\r\n float:none;\r\n width:133px;\r\n margin:0 auto 20px\r\n}\r\n/*#custom .biuro-title{\r\n padding: 20px 0;\r\n font-size: 22px;\r\n}\r\n#custom .biuro-title h1{\r\n color:#006957;\r\n font-weight:700;\r\n overflow:hidden\r\n}*/\r\n#custom .biuro-ti-img{\r\n display:none\r\n}\r\n#custom .biuro-ti-text h3{\r\n color:#006957;\r\n padding:0\r\n}\r\n#custom .biuro-ti-text li{\r\n position: relative;\r\n padding:0 0 0 15px;\r\n background: none;\r\n}\r\n#custom .biuro-ti-text li:before { content: ''; position: absolute; top: 7px; left: 2px; width: 6px; height: 6px; border-radius: 50%; background: #006957;}\r\n\r\n@media (min-width:360px){\r\n #content .search_box li .input{\r\n width:83%\r\n }\r\n}\r\n@media (min-width:480px){\r\n #content img.starjobs-img{\r\n float:left;\r\n width:100px;\r\n margin:15px 20px 15px 0\r\n }\r\n #content .t-contacts td.t-contacts-col-1{\r\n width:43%\r\n }\r\n #content .t-contacts td.t-contacts-col-2,#content .t-contacts td.t-contacts-col-3{\r\n width:50%\r\n }\r\n #content .info_box{\r\n float:right;\r\n margin:47px 0 20px 20px\r\n }\r\n #content .search_box li .input{\r\n width:88%\r\n }\r\n\r\n\r\n .about-biuro-img{\r\n width:50%\r\n }\r\n #custom .biuro-header .logo{\r\n float:left;\r\n margin:0 20px 20px 0\r\n }\r\n #custom .biuro-ti-img{\r\n display:block;\r\n float:left;\r\n width:70px\r\n }\r\n #custom .biuro-job-contacts{\r\n margin:0 0 0 70px\r\n }\r\n}\r\n@media (min-width:600px){\r\n #content .search_box li label{\r\n float:left;\r\n padding:9px 10px 0 0\r\n }\r\n #content .search_box li #search-input-block{\r\n margin:0 0 0 100px\r\n }\r\n}\r\n@media (min-width:768px){\r\n #content h1{\r\n text-align:justify\r\n }\r\n #content img.starjobs-img{\r\n width:200px\r\n }\r\n #content .t-membership td{\r\n border-bottom:1px solid #dfdfdf;\r\n padding-bottom:10px\r\n }\r\n #content .t-membership .t-membership-col-1{\r\n width:150px;\r\n padding-right:20px\r\n }\r\n #content .t-contacts td.t-contacts-col-1{\r\n width:34%\r\n }\r\n #content .t-contacts td.t-contacts-col-2,#content .t-contacts td.t-contacts-col-3{\r\n width:33%\r\n }\r\n #content .info_box.tyle_1,#content .info_box.tyle_1 .bottom,#content .info_box.tyle_2,#content .info_box.tyle_2 .bottom,#content .info_box.tyle_3,#content .info_box.tyle_3 .bottom,#content .info_box.tyle_4,#content .info_box.tyle_4 .bottom,#content .info_box.tyle_5,#content .info_box.tyle_5 .bottom{\r\n background-image:url(../_img/info_box_bg.png);\r\n background-repeat:no-repeat\r\n }\r\n/*\r\n .advert_page{\r\n margin:20px auto;\r\n border:1px solid #E6E6E6\r\n }\r\n .advert_page .container{\r\n padding:30px 49px\r\n }\r\n */\r\n #custom .biuro-header .logo{\r\n margin:0 20px 24px 0\r\n }\r\n/* #custom .biuro-title{\r\n border: 4px solid #006957;\r\n border-radius: 12px;\r\n padding: 20px;\r\n }*/\r\n}\r\n@media (min-width:980px){\r\n #content h2,#content h3,#content ul:not([class]){\r\n text-align:justify\r\n }\r\n #content .info_box,#content .info_box p,#content a.home_url,#content h1,.c-home-url{\r\n /*font-family:'Bebas Neue'*/\r\n }\r\n\r\n #content h1{\r\n padding:0 0 15px;\r\n font-size:24px\r\n }\r\n #content .t-reason td{\r\n display:table-cell;\r\n width:50%\r\n }\r\n #content .t-reason .t-reason-col-1{\r\n padding-right:20px;\r\n border-right:1px solid #dfdfdf\r\n }\r\n #content .t-reason .t-reason-col-2{\r\n padding-left:20px\r\n }\r\n #content .t-reason .t-reason-col-2 h2{\r\n padding:12px 0 25px\r\n }\r\n #content .t-membership td{\r\n padding-bottom:0\r\n }\r\n #content .t-membership .t-membership-col-1{\r\n width:250px;\r\n padding-right:0\r\n }\r\n #content .info_box,#content .info_box p{\r\n font-size:18px\r\n }\r\n #content .search_box li select{\r\n margin:0 33px 10px 0\r\n }\r\n #content .search_box li a.url{\r\n margin-top:-36px\r\n }\r\n #content .search_box li #search-input-block{\r\n margin:0 200px 0 100px\r\n }\r\n #content a.home_url,.c-home-url{\r\n display:inline-block;\r\n font-weight:400;\r\n margin:15px 50px;\r\n font-size:24px\r\n }\r\n #content ul:not([class]) li{\r\n padding:0 0 5px 45px;\r\n }\r\n #content ul:not([class]) li:before { left: 21px; }\r\n\r\n .about-biuro-img{\r\n width:25%\r\n }\r\n/*\r\n .advert_page{\r\n max-width:776px\r\n }\r\n .advert_page .container{\r\n padding:50px 69px\r\n }\r\n*/\r\n}\r\n\r\n@media only screen and (min-width:1281px){\r\n [href^=tel]{\r\n pointer-events:none;\r\n text-decoration:none;\r\n color:inherit\r\n }\r\n}\r\n\r\n@media (max-width:767px){\r\n #content h1 .icon{\r\n display:block;\r\n margin-top:10px\r\n }\r\n #content .t-membership tr{\r\n display:block\r\n }\r\n #content .t-membership td{\r\n display:block;\r\n float:left;\r\n width:100%\r\n }\r\n #content .t-membership .t-membership-col-2{\r\n border-bottom:1px solid #dfdfdf;\r\n padding:0 0 20px\r\n }\r\n #content .t-contacts td{\r\n float:left;\r\n width:50%\r\n }\r\n\r\n .hidden-max-small{\r\n display:none!important\r\n }\r\n}\r\n@media (max-width:599px){\r\n #content .search_box li select+label{\r\n clear:left\r\n }\r\n}\r\n@media (max-width:479px){\r\n #content .t-contacts td{\r\n width:100%\r\n }\r\n\r\n .hidden-max-x-small{\r\n display:none!important\r\n }\r\n #custom .biuro-job-valid-till{\r\n display:block\r\n }\r\n}\r\n","/* ==========================================================================\nMain:\n\njs-: Signify that this piece of the DOM has some behaviour acting upon it, and that JavaScript binds onto it to provide that behaviour. If you’re not a developer working with JavaScript, leave these well alone.\n\n@md: These suffixes take the format @<breakpoint>, and tell us this class when at this size:\n This means min-width:\n @xxx-sm, @xx-sm, @x-sm, @sm, @md, @lg, @x-lg\n\n This means max-width:\n @xxx-sm--max, @xx-sm--max, @x-sm--max, @sm--max, @md--max, @lg--max, @x-lg--max\n\n This means min-width && max-width:\n @xxx-sm--sm, @x-sm--md, @lg--x-lg\n\n This means print or screen:\n @print, @screen\n\n\nqa-: Signify that a QA or Test Engineering team is running an automated UI test which needs to find or bind onto these parts of the DOM. Like the JavaScript namespace, this basically just reserves hooks in the DOM for non-CSS purposes.\n========================================================================== */\n\n@import '01-settings/__settings.css';\n@import '02-tools/__tools.css';\n@import '03-generic/__generic.css';\n@import '04-elements/__elements.css';\n@import '05-layout/__layout.css';\n@import '06-objects/__objects.css';\n@import '07-components/__components.css';\n@import '08-states/__states.css';\n/*@import '09-themes/__themes.css';*/\n\n @import '__previous.css';\n\n @import '10-trumps/__utils.css';\n\n/* critical:start */\n/** { border: 1px solid #000; }*/\n/* critical:end */\n\n.tmp-contacts {\n img { display: none; }\n ul { padding-left: 5px }\n }\n\n .c-logos { display: flex; flex-wrap: wrap; justify-content: space-between;\n div { flex: 0 0 21%; border: 1px solid gray; padding: 1em; margin-bottom: 1em; text-align: center; }\n }\n"]}
\ No newline at end of file
......@@ -15,11 +15,6 @@
<footer class="l-footer">
<?php
if ( is_active_sidebar( 'footer_main' ) ) :
dynamic_sidebar( 'footer_main' );
endif;
?>
<br>
<br>
......@@ -47,6 +42,19 @@
</div>
</div><!-- inner -->
<?php
if ( is_active_sidebar( 'footer_main' ) ) :
?>
<br>
<br>
<?php
dynamic_sidebar( 'footer_main' );
endif;
?>
<div class="u-align--center">
<br>
<br>
......@@ -91,6 +99,6 @@
endif;
?>
<script src="/wp-content/themes/biuro/js/main.min.js" async></script>
<script src="/wp-content/themes/biuro/js/main-32abb748.min.js" async></script>
</body>
</html>
......@@ -16,16 +16,16 @@
?>
<?php
while ( have_posts() ) :
// while ( have_posts() ) :
the_post();
the_content();
// the_post();
// the_content();
endwhile;
// endwhile;
?>
<br>
<h2>Paskutiniai darbo skelbimai</h2>
<h2>Naujausi darbo skelbimai</h2>
<?php
// Use for search
......@@ -53,13 +53,12 @@
endif;
?>
<p><a href="/darbo-pasiulymai/" style="color: blue">Daugiau skelbimu</a></p>
<p><a href="/darbo-pasiulymai/" style="color: blue">Daugiau darbo skelbimų</a></p>
<br>
<h2>Darbdaviams</h2>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Natus est facere voluptate omnis porro minima nemo eaque ratione saepe totam cum, pariatur obcaecati, voluptates in eveniet! Ab minima autem nemo!</p>
<p><a href="/kontaktai/personalo-nuomai/" style="color: blue">Susisiekite su mumis</a></p>
<p>Bendradarbiaukime ir raskime geriausią sprendimą kartu, o jo įvykdymą patikėkite BIURO profesionalams. Ieškote darbuotojų? <a href="/kontaktai/personalo-nuomai/" style="color: blue">užpildykite užklausos formą</a> ir mes su Jumis susisieksime.</p>
<br>
......
......@@ -31,16 +31,16 @@ define('cityID', $cityID);
get_template_part( 'template-parts/meta/canonical');
?>
<style><?php include 'css/core.min.css'; ?></style>
<style><?php include 'css/core-a25434ed1d.min.css'; ?></style>
<link rel="preload" href="/wp-content/themes/biuro/css/main.min.css" as="style" onload="this.rel='stylesheet'">
<link rel="preload" href="/wp-content/themes/biuro/css/main-04cee33275.min.css" as="style" onload="this.rel='stylesheet'">
<link rel="preload" href="/wp-content/themes/biuro/fonts/pt_sans_narrow.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="/wp-content/themes/biuro/fonts/pt_sans_narrow_bold.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="/wp-content/themes/biuro/fonts/bebas-neue.woff2" as="font" type="font/woff2" crossorigin>
<noscript>
<link rel="stylesheet" href="/wp-content/themes/biuro/css/main.min.css">
<link rel="stylesheet" href="/wp-content/themes/biuro/css/main-04cee33275.min.css">
</noscript>
<?php wp_head(); ?>
......@@ -85,7 +85,7 @@ $section = get_post_meta( $post->ID, 'section', true );
?>
</header>
<div class="l-inner" style="box-shadow: inset 0 0 0 1px blue; padding-top: 5em; padding-bottom: 5em;">
<div class="l-inner" style="box-shadow: inset 0 0 0 1px blue; <?php if ( is_front_page() ): ?> padding-top: 5em; padding-bottom: 5em; <?php else:; ?> padding-top: 1em; padding-bottom: 1em; <?php endif; ?>">
<?php
get_search_form();
......
!function(e){var n={};function t(o){if(n[o])return n[o].exports;var i=n[o]={i:o,l:!1,exports:{}};return e[o].call(i.exports,i,i.exports,t),i.l=!0,i.exports}t.m=e,t.c=n,t.d=function(e,n,o){t.o(e,n)||Object.defineProperty(e,n,{enumerable:!0,get:o})},t.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},t.t=function(e,n){if(1&n&&(e=t(e)),8&n)return e;if(4&n&&"object"==typeof e&&e&&e.__esModule)return e;var o=Object.create(null);if(t.r(o),Object.defineProperty(o,"default",{enumerable:!0,value:e}),2&n&&"string"!=typeof e)for(var i in e)t.d(o,i,function(n){return e[n]}.bind(null,i));return o},t.n=function(e){var n=e&&e.__esModule?function(){return e.default}:function(){return e};return t.d(n,"a",n),n},t.o=function(e,n){return Object.prototype.hasOwnProperty.call(e,n)},t.p="/",t(t.s=0)}([function(e,n,t){e.exports=t(1)},function(e,n,t){var o;!function(e){var n=document.getElementById("cookie-warning"),t=document.getElementById("cookie-agree"),o=document.getElementById("cookie-close"),i=!!r()&&localStorage.getItem("biuro-agree");function r(){try{return localStorage.setItem("a","a"),localStorage.removeItem("a"),!0}catch(e){return!1}}n&&t&&o&&!i&&(n.style.display="block",t.addEventListener("click",function(){r()&&localStorage.setItem("biuro-agree","true"),n.style.display="none"}),o.addEventListener("click",function(){n.style.display="none"}))}(window),window,(o=document.getElementById("js-divisions-map"))&&fetch("/wp-json/biuro-api/v1/divisions?lang="+o.dataset.lang).then(function(e){return e.json()}).then(function(e){!function e(n,t){if(window.google){var o=new window.google.maps.Map(n,{mapTypeId:window.google.maps.MapTypeId.ROADMAP});window.google.maps.event.addListenerOnce(o,"bounds_changed",function(){this.getZoom()>15&&this.setZoom(14)});var i=[],r=document.querySelector(".js-active-region"),a=r&&r.dataset.id?r.dataset.id:"";t[a]?i=t[a]:Object.keys(t).forEach(function(e){var n=t[e];"city"===e.substr(0,4)&&(i=i.concat(n))}),function(e,n){for(var t,o=new window.google.maps.LatLngBounds,i=0;i<n.length;i++){var r=n[i],a=new window.google.maps.LatLng(r.lat,r.lng),c=new window.google.maps.Marker({position:a,map:e,icon:"/wp-content/themes/biuro/i/maps/pin.png",title:r.title});o.extend(a),c.content=r.content,window.google.maps.event.addListener(c,"click",function(){t&&t.close(),(t=new window.google.maps.InfoWindow({content:this.content})).open(e,this)})}e.fitBounds(o)}(o,i.filter(function(e){return e.lat&&e.lng}))}else setTimeout(function(){e(n,t)},250)}(o,e)})}]);
\ No newline at end of file
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -12,6 +12,18 @@
<form class="c-search" action="<?php echo pll_home_url(); ?>" method="get">
<?php
if ( is_front_page() ):
while ( have_posts() ) :
the_post();
the_content();
endwhile;
endif;
?>
<datalist id="search-cities">
<?php
$cities = get_terms( array(
......
......@@ -16,23 +16,6 @@
*/
get_header();
/*
?>
<div class="biuro-header">
<div class="logo">
<a href="<?php echo pll_home_url(); ?>" title="<?php echo get_the_title( get_option('page_on_front') ); ?>">
<svg width="133px" height="78px">
<use xlink:href="#biuro-logo"></use>
</svg>
</a>
</div><!-- .logo -->
<p>BIURO - padedame, kai labiausiai reikia. Paprastas ir greitas laikinasis įdarbinimas.</p>
</div><!-- .biuro-header -->
<?php
*/
?>
<?php
......@@ -48,9 +31,21 @@ get_header();
the_content();
endwhile;
?>
<div style="overflow: hidden; margin-bottom: 2rem;">
$pod = pods( 'job', get_the_id() );
// delog( $pod->field( 'post_title' ) );
// delog( $pod->field( 'post_date' ) );
// delog( $pod->field( 'valid' ) );
// debug( $pod );
?>
<p>
Paskelbta: <?php echo date("Y-m-d", strtotime( $pod->field( 'post_date' ) ) ); ?>
<br>
Galioja iki: <?php echo date("Y-m-d", strtotime( $pod->field( 'valid' ) ) ); ?>
</p>
<br>
<div class="c-fixed-footer" style="overflow: hidden; margin-bottom: 2rem;">
<button style="float: left; text-align: center; color: #fff; background: #006957; padding: 10px; width: 48%; border: 0; border-radius: 3px; cursor: pointer; ">Kandidatuoti</button>
<button style="float: right; text-align: center; color: #000; background: #ccc; padding: 10px; width: 48%; border: 0; border-radius: 3px; cursor: pointer;">Dalintis</button>
</div>
......
<h3>Miestas</h3>
<div style="border: 1px solid #666;">
<div style="border: 1px solid #666; margin-right: 20px">
<?php
getSiteTree( 'city' );
?>
</div>
<h3>Sritis</h3>
<div style="border: 1px solid #666;">
<div style="border: 1px solid #666; margin-right: 20px">
<?php
getSiteTree( 'field' );
?>
</div>
<h3>Tipas</h3>
<div style="border: 1px solid #666; margin-right: 20px; margin-bottom: 20px;">
<ul>
<li><a href="#" style="color: #900">Darbas užsienyje: Norvegijoje, Vokietijoje, UK ir kt.</a></li>
<li><a href="#" style="color: #900">Darbas studentams</a></li>
<li><a href="#" style="color: #900">Sezoninis darbas</a></li>
<li><a href="#" style="color: #900">Darbas namuose</a></li>
<li><a href="#" style="color: #900">Darbas vasarai</a></li>
<li><a href="#" style="color: #900">Papildomas darbas</a></li>
</ul>
</div>
<?php
/*
<h3>Tipas</h3>
<div style="border: 1px solid #666;">
<?php
......@@ -19,8 +34,6 @@
?>
</div>
<?php
/*
getSiteTree( 'company' );
*/
?>
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