Commit 9f9866d4 authored by Simonas's avatar Simonas

in porgress

parent c7898ff9
......@@ -22,7 +22,7 @@
}
}
.l-nav--close { position: absolute; top: 10px; right: 10px; padding: 20px; cursor: pointer;
.l-nav--close { position: absolute; top: 10px; right: 10px; padding: 20px; cursor: pointer; color: #fff;
@media (--min--medium) {
display: none;
}
......
......@@ -38,21 +38,50 @@
+ .c-btn--fit { margin-left: 20px; }
}
.c-btn--max-fill { width: 100%; max-width: 320px; }
.c-btn--max-fill {
width: 100%;
max-width: 320px;
}
.c-btn--search {
min-width: 180px;
border-radius: 0 3px 3px 0;
text-align: center;
.c-btn--search { min-width: 180px; border-radius: 0 3px 3px 0; text-align: center;
@media (--max--medium) {
flex: 0 0 60px; border-radius: 0 0 3px 3px;
flex: 0 0 60px;
border-radius: 0 0 3px 3px;
}
}
.c-btn--search-small { margin: 9px; min-width: 133px; text-align: center; }
.c-btn--search-small {
margin: 9px;
min-width: 133px;
text-align: center;
}
.c-btn--slim { color: #14A28A; background: none; text-align: center; border: 2px solid #1FB299;
&:hover { border-color: var(--color--green-darker); background-color: var(--color--green-darker); color: #fff; }
.c-btn--slim {
color: #14a28a;
background: none;
text-align: center;
border: 2px solid #1fb299;
&:hover {
border-color: var(--color--green-darker);
background-color: var(--color--green-darker);
color: #fff;
}
}
.c-btn--filter { color: #2A3644; font-size: 15px; line-height: 26px; text-align: center; background: #fff; border-radius: 3px; padding: 6px 10px 6px 7px;
.c-btn--filter {
color: #2a3644;
font-size: 15px;
line-height: 26px;
text-align: center;
background: #fff;
border-radius: 3px;
padding: 6px 10px 6px 7px;
@media (--min--xx-small) {
padding: 6px 15px 6px 12px;
}
......@@ -60,10 +89,21 @@
/* critical:end */
.c-btn--popup {
width: 100%;
max-width: 223px;
padding: 13px 24px 12px;
background-color: #fff;
color: #3eb0b1;
font-size: 15px;
font-weight: bold;
text-align: center;
}
.c-btn--loading {
position: relative;
&:before {
&::before {
content: '';
box-sizing: border-box;
position: absolute;
......@@ -81,5 +121,7 @@
}
@keyframes spinner {
to {transform: rotate(360deg);}
to {
transform: rotate(360deg);
}
}
......@@ -3,33 +3,114 @@
/* critical:start */
.c-popup {
display: none;
/*display: none;*/
}
/* critical:end */
.c-popup {
background: rgba(0, 0, 0, .77);
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 10000;
.c-popup {
background: rgba(0, 0, 0, .77);
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 9000;
}
.c-popup--close {
position: absolute;
top: 0;
right: 0;
padding: 13px 16px;
color: #1c1c1c;
cursor: pointer;
&:hover {
color: #000;
}
}
.c-popup--inner {
display: flex;
justify-content: space-around;
align-items: center;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 786px;
min-height: 446px;
background: #3EB0B1;
color: #fff;
height: 446px;
max-width: 96%;
max-height: 96%;
margin: 0 auto;
padding: 20px;
background: #3eb0b1;
color: #fff;
}
.c-popup--logos {
flex: 0 1 303px;
border: 1px solid #f00;
padding-top: 160px;
}
.c-popup--content {
flex: 0 1 303px;
border: 1px solid #00f;
font-size: 13px;
line-height: 15px;
}
.c-popup--amount {
position: relative;
margin: 0 auto;
left: 31px;
bottom: -16px;
width: 108px;
height: 108px;
background: #004ed7;
opacity: 0.85;
color: #fff;
font-size: 22px;
font-weight: bold;
letter-spacing: 0.17px;
line-height: 25px;
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
}
.c-popup--gift {
position: relative;
margin: 0 auto;
width: 70px;
height: 70px;
box-shadow: 0 2px 12px 0 rgba(146,141,141,.5);
background-color: #fff;
border-radius: 50%;
color: #004ed4;
display: flex;
justify-content: center;
align-items: center;
}
.popup__title {
font-size: 26px;
margin-bottom: 15px;
.c-popup--headline {
font-size: 28px;
line-height: 33px;
color: inherit;
@media (min-width: 480px) {
margin-bottom: 56px;
}
}
.c-popup--message {
font-size: 15px;
line-height: 24px;
@media (min-width: 480px) {
margin-bottom: 24px;
}
}
This source diff could not be displayed because it is too large. You can view the blob instead.
@font-face{font-family:Roboto;font-style:normal;font-weight:300;font-display:swap;src:local("Roboto Light"),local("Roboto-Light"),url(/wp-content/themes/biuro/fonts/roboto-v19-cyrillic_latin_cyrillic-ext_latin-ext-300.woff2) format("woff2"),url(/wp-content/themes/biuro/fonts/roboto-v19-cyrillic_latin_cyrillic-ext_latin-ext-300.woff) format("woff")}@font-face{font-family:Roboto;font-style:normal;font-weight:400;font-display:swap;src:local("Roboto"),local("Roboto-Regular"),url(/wp-content/themes/biuro/fonts/roboto-v19-cyrillic_latin_cyrillic-ext_latin-ext-regular.woff2) format("woff2"),url(/wp-content/themes/biuro/fonts/roboto-v19-cyrillic_latin_cyrillic-ext_latin-ext-regular.woff) format("woff")}@font-face{font-family:Roboto;font-style:normal;font-weight:500;font-display:swap;src:local("Roboto Medium"),local("Roboto-Medium"),url(/wp-content/themes/biuro/fonts/roboto-v19-cyrillic_latin_cyrillic-ext_latin-ext-500.woff2) format("woff2"),url(/wp-content/themes/biuro/fonts/roboto-v19-cyrillic_latin_cyrillic-ext_latin-ext-500.woff) format("woff")}@font-face{font-family:Roboto;font-style:normal;font-weight:700;font-display:swap;src:local("Roboto Bold"),local("Roboto-Bold"),url(/wp-content/themes/biuro/fonts/roboto-v19-cyrillic_latin_cyrillic-ext_latin-ext-700.woff2) format("woff2"),url(/wp-content/themes/biuro/fonts/roboto-v19-cyrillic_latin_cyrillic-ext_latin-ext-700.woff) format("woff")}
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}a:hover{text-decoration:none}figure{margin:0}img{max-width:100%}input::-ms-clear{display:none}p{margin:0 0 1.6rem}b,strong{font-weight:700;font-weight:var(--typo--weight-bold)}table{border-collapse:collapse;border-spacing:0}textarea{resize:vertical}.customize-support .l-header{top:32px}.l-section{background-repeat:no-repeat;background-position:50% 50%;background-size:cover}.l-section--front-page{background-size:200%}.l-section--landing-1{background-position:0 50%}.l-section--recommend{background-position:40% 15%;background-size:220%}.l-section--landing-3{background-position:50% 25%}.l-section--landing-4{background-position:50% 20%}.js .l-section{background-image:none}.js.no-webp .l-section--search-page,.no-js .l-section--search-page{background-image:url(/wp-content/themes/biuro/i/search-page.png)}.js.no-webp .l-section--vdb,.no-js .l-section--vdb{background-image:url(/wp-content/themes/biuro/i/vdb/section.png)}.js.no-webp .l-section--front-page,.no-js .l-section--front-page{background-image:url(/wp-content/themes/biuro/i/front-page.png)}.js.no-webp .l-section--sales-page,.no-js .l-section--sales-page{background-image:url(/wp-content/themes/biuro/i/sales-page.png)}.js.no-webp .l-section--landing-1,.no-js .l-section--landing-1{background-image:url(/wp-content/themes/biuro/i/sections/landing-1.jpg)}.js.no-webp .l-section--recommend,.no-js .l-section--recommend{background-image:url(/wp-content/themes/biuro/i/sections/recommend.jpg)}.js.no-webp .l-section--landing-3,.no-js .l-section--landing-3{background-image:url(/wp-content/themes/biuro/i/sections/landing-3.jpg)}.js.no-webp .l-section--landing-4,.no-js .l-section--landing-4{background-image:url(/wp-content/themes/biuro/i/sections/landing-4.jpg)}.js.webp .l-section--search-page{background-image:url(/wp-content/themes/biuro/i/search-page.webp)}.js.webp .l-section--vdb{background-image:url(/wp-content/themes/biuro/i/vdb/section.webp)}.js.webp .l-section--front-page{background-image:url(/wp-content/themes/biuro/i/front-page.webp)}.js.webp .l-section--sales-page{background-image:url(/wp-content/themes/biuro/i/sales-page.webp)}.js.webp .l-section--landing-1{background-image:url(/wp-content/themes/biuro/i/sections/landing-1.webp)}.js.webp .l-section--recommend{background-image:url(/wp-content/themes/biuro/i/sections/recommend.webp)}.js.webp .l-section--landing-3{background-image:url(/wp-content/themes/biuro/i/sections/landing-3.webp)}.js.webp .l-section--landing-4{background-image:url(/wp-content/themes/biuro/i/sections/landing-4.webp)}.popup-bubble{position:absolute;background-color:#fff;padding:5px 12px 4px;border-radius:5px;font-size:15px;max-height:60px;font-weight:500;box-shadow:0 2px 10px 1px rgba(0,0,0,.5)}.popup-bubble:after{content:"";position:absolute;width:0;height:0}.popup-bubble:hover{z-index:10}.popup-bubble--top{top:0;left:0;-webkit-transform:translate(-50%,-100%);transform:translate(-50%,-100%)}.popup-bubble--top:after{top:100%;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%);border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid #fff}.popup-bubble--right{top:4px;left:6px;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.popup-bubble--right:after{top:50%;left:0;-webkit-transform:translate(-100%,-50%);transform:translate(-100%,-50%);border-top:6px solid transparent;border-bottom:6px solid transparent;border-right:6px solid #fff}.popup-bubble--left{top:4px;right:6px;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.popup-bubble--left:after{top:50%;right:0;-webkit-transform:translate(100%,-50%);transform:translate(100%,-50%);border-top:6px solid transparent;border-bottom:6px solid transparent;border-left:6px solid #fff}.popup-bubble-anchor{position:absolute;width:1px;bottom:6px;left:0}.popup-container{cursor:auto;height:0;position:absolute;width:200px}.swiper-container{margin:0 auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translateZ(0);transform:translateZ(0)}.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;align-items:flex-start;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-container-3d{-webkit-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(transparent));background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(transparent));background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(transparent));background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(transparent));background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}.swiper-container-wp8-horizontal,.swiper-container-wp8-horizontal>.swiper-wrapper{touch-action:pan-y}.swiper-container-wp8-vertical,.swiper-container-wp8-vertical>.swiper-wrapper{touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;background-size:27px 44px;background-position:50%;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");left:10px;right:auto}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");right:10px;left:auto}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E")}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E")}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E")}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:opacity .3s;transition:opacity .3s;-webkit-transform:translateZ(0);transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transform:scale(.33);transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{-webkit-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{-webkit-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{-webkit-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{-webkit-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{-webkit-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;-webkit-transition:top .2s,-webkit-transform .2s;transition:top .2s,-webkit-transform .2s;transition:transform .2s,top .2s;transition:transform .2s,top .2s,-webkit-transform .2s}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:left .2s,-webkit-transform .2s;transition:left .2s,-webkit-transform .2s;transition:transform .2s,left .2s;transition:transform .2s,left .2s,-webkit-transform .2s}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:right .2s,-webkit-transform .2s;transition:right .2s,-webkit-transform .2s;transition:transform .2s,right .2s;transition:transform .2s,right .2s,-webkit-transform .2s}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-progressbar.swiper-pagination-white{background:hsla(0,0%,100%,.25)}.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-pagination-progressbar.swiper-pagination-black{background:rgba(0,0,0,.25)}.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill{background:#000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12) infinite;animation:swiper-preloader-spin 1s steps(12) infinite}.swiper-lazy-preloader:after{display:block;content:"";width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");background-position:50%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E")}@-webkit-keyframes swiper-preloader-spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes swiper-preloader-spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;-webkit-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-coverflow .swiper-wrapper{-ms-perspective:1200px}.c-404{text-align:center;padding:200px 0}.c-404--heading{height:128px;margin:0;padding:0;color:#069980;font-size:109px;font-weight:500;line-height:128px}.c-404--heading span{background:-webkit-linear-gradient(138.69deg,#2fb8a1,#4eacd9 78%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.c-404--message{margin-bottom:40px}.c-accordion--section{background:#fff;margin-bottom:55px}.c-accordion--header{display:-webkit-box;display:flex;padding:16px 10px;color:#2a3644;-webkit-box-align:center;align-items:center;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;text-decoration:none}.c-accordion--header svg{margin-right:14px;-webkit-box-flex:0;flex:0 0 16px;-webkit-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition:-webkit-transform .22s linear;transition:-webkit-transform .22s linear;transition:transform .22s linear;transition:transform .22s linear,-webkit-transform .22s linear;-webkit-transform-origin:50% 50%;transform-origin:50% 50%}.c-accordion--header span{font-size:16px;line-height:29px;font-weight:700;line-height:19px}.c-accordion--header--is-expanded svg{-webkit-transform:rotate(225deg);transform:rotate(225deg)}.c-accordion--content{padding:0 20px 0 40px;border-bottom:1px solid #f8f8f8;-webkit-transition:height .22s linear;transition:height .22s linear;overflow:hidden}.c-accordion--content--is-collapsed{height:0}.awesomplete [hidden]{display:none}.awesomplete .visually-hidden{position:absolute;clip:rect(0,0,0,0)}.awesomplete{position:relative}.awesomplete>input{display:block}.awesomplete>ul{position:absolute;left:0;z-index:1;min-width:100%;box-sizing:border-box;list-style:none;padding:0;margin:0;background:#fff}.awesomplete mark{background:none}.awesomplete>ul:empty{display:none}.c-breadcrumb--sep{padding:0 7px}.c-breadcrumb--active{color:#069980}.c-btn--loading{position:relative}.c-btn--loading:before{content:"";box-sizing:border-box;position:absolute;top:50%;left:50%;width:20px;height:20px;margin-top:-10px;margin-left:-10px;border-radius:50%;border:2px solid #fff;border-top:2px solid var(--color--green);-webkit-animation:spinner .8s linear infinite;animation:spinner .8s linear infinite}@-webkit-keyframes spinner{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spinner{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.c-cookies-warning{position:fixed;left:0;right:0;bottom:0;padding:15px 0 10px;background:#f6f6f6;overflow:hidden;z-index:100;font-size:14px;line-height:15px}.c-cookies-warning .bu-action{margin-top:10px}.c-cookies-warning .bu-action--alt{float:right}.c-cookies-warning--actions{margin:0;padding:5px 0 0;display:-webkit-box;display:flex;-webkit-box-pack:justify;justify-content:space-between}.c-cookies-warning--actions .c-btn--main,.c-cookies-warning--actions .c-btn--slim{padding:7px 12px 6px;font-weight:400}.c-cookies-warning--actions .c-btn--slim{border-width:1px}.c-contact-landing-3--aside{padding:10px 20px;margin:0 -10px 0 -25px;background:-webkit-gradient(linear,left top,right top,from(#c5f3ec),to(#e4faf7));background:linear-gradient(90deg,#c5f3ec,#e4faf7)}.c-contact-landing-3--aside svg{float:left;margin-right:25px}.c-contact-landing-3--aside p{overflow:hidden;color:#149183;margin:0;text-align:center}.c-contact-landing-4--aside{padding:10px 20px;margin:0 -10px 0 -25px;background:-webkit-gradient(linear,left top,right top,from(#c5f3ec),to(#e4faf7));background:linear-gradient(90deg,#c5f3ec,#e4faf7)}.c-contact-landing-4--aside svg{float:left;margin-right:25px}.c-contact-landing-4--aside p{overflow:hidden;color:#149183;margin:0;text-align:center}.c-copyright{line-height:15px;padding-bottom:60px}.c-copyright,.c-data-controller{text-align:center;font-size:13px}.c-data-controller{margin-bottom:20px;padding:10px 0;font-weight:300;line-height:19px}.c-data-controller p{margin:0 0 10px}.c-division{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;border-radius:3px;color:#004ed4;font-weight:500}.c-division:hover{background-color:#dde6f5}.c-feedbacks--img{display:block;margin:0 auto 40px}.c-feedbacks--feedback{margin:0 auto 10px;max-width:90%;min-height:66px;color:#2a3644;font-family:Georgia;font-size:17px;line-height:23px;text-align:center;overflow:hidden;width:100%}.c-feedbacks--name{color:#919191;font-family:Georgia;font-size:13px;line-height:17px;text-align:center;padding:0 15px}.swiper-slide{max-width:300px}.swiper-container-horizontal>.swiper-pagination-bullets{bottom:0}.swiper-pagination-bullet{width:9px;height:9px;background:#d8d8d8;opacity:1}.swiper-pagination-bullet-active{background:#717171}.c-footer-section{line-height:36px;margin:0 0 18px}.c-footer-section h4{margin:0;padding:0}.c-footer-section--heading{margin:0;font-weight:500}.c-form--checkbox--error+label:before{border-color:#eb4646}.c-form--validation{z-index:20}.c-form--validation,.c-form--validation-fixed{margin-top:5px;font-size:13px}.c-form--validation,.c-form--validation-fixed,.c-form--validation-static{background-color:#fff;padding:10px 15px;border:1px solid;line-height:20px}.c-form--validation-static{margin-top:-10px;font-size:14px}.c-form--input-wrap--error .c-form--input,.c-form--input-wrap--error .c-form--textarea{border-color:#eb4646}.c-form--input-wrap--success .c-form--input,.c-form--input-wrap--success .c-form--textarea{border-color:#17dab9}.c-form--validation-error{color:#eb4646;border-color:#eb4646;margin-bottom:10px}.c-form--validation-success{color:#17dab9;border-color:#17dab9;margin-bottom:10px}.c-form--autocomplete ul{overflow-x:hidden;max-height:250px;overflow-y:auto;border:1px solid #d4d4d4;border-radius:0 0 3px 3px}.c-form--autocomplete li{padding:5px 10px;cursor:pointer}.c-form--row--content{overflow:hidden}.c-form--row--toggle{position:relative;top:-4px;width:37px;height:37px;margin:0 auto -16px;box-shadow:0 2px 12px 0 rgba(146,141,141,.5);background-color:#fff;border-radius:50%;color:#004ed4;cursor:pointer}.c-form--ico-toggle-up{display:block;position:relative;top:13px;margin:0 auto}.c-form--ico-toggle-down{display:none;position:relative;top:15px;margin:0 auto}.c-form--row--collapsed .c-form--row--content{height:24px}.c-form--row--collapsed .c-form--row--toggle{top:-20px;margin-bottom:-32px}.c-form--row--collapsed .c-form--ico-toggle-down{display:block}.c-form--row--collapsed .c-form--ico-toggle-up{display:none}.c-job-facebook{max-width:320px;margin:0 auto;overflow:hidden}.c-jobs--headline{min-height:29px;margin:0 0 25px;padding:20px 20px 0;color:#2a3644;font-size:25px;font-weight:500;line-height:29px}.c-jobs--table{width:100%;margin:0 0 20px}.c-jobs--table tr:hover td{background:#f8fbff}.c-jobs--col-city{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.c-jobs--col-valid{width:100px}.c-jobs--col-salary,.c-jobs--col-valid{color:#069980;white-space:nowrap;padding-right:15px;padding-left:5px;text-align:right}.c-jobs--col-salary{width:140px}.c-jobs--anchor:hover{text-decoration:underline}.c-jobs--anchor:visited{color:#551b89}.c-jobs--anchor-alt:hover{text-decoration:underline}.pods-pagination-paginate{display:-webkit-box;display:flex;margin-bottom:90px}.page-numbers{width:46px;height:46px;background:#fff;margin-right:1px;text-decoration:none;text-align:center;line-height:46px;color:#1fb299;font-size:16px}.page-numbers:hover{background:#149a83;background:var(--color--green-darker);color:#fff}.page-numbers:hover:after{border-color:#fff}.page-numbers.current{background:#1fb299;color:#fff}.next:after{display:inline-block;margin:0 0 2px -6px;content:"";width:8px;height:8px;border:1px solid #1fb299;border-width:1px 1px 0 0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.prev:after{display:inline-block;margin:0 -6px 2px 0;content:"";width:8px;height:8px;border:1px solid #1fb299;border-width:1px 1px 0 0;-webkit-transform:rotate(-135deg);transform:rotate(-135deg)}.c-jobs-section{border-radius:3px;background-color:#fff}.c-jobs-section--heading{padding:0;color:#2a3644;font-size:18px;font-weight:500;line-height:21px}.c-jobs-section--content{overflow:hidden}.c-jobs-section--is-closed .c-jobs-section--content{max-height:100px}.c-jobs-section--item-active{position:relative}.c-jobs-section--item-active:after{content:"\2713";position:absolute;top:6px;right:0;color:#1fb299}.c-jobs-section--item-active .c-jobs-section--anchor{color:#1fb299;padding-right:14px}.c-jobs-section--anchor{display:block;color:#939393;font-size:14px;text-decoration:none;padding:7px 0;line-height:19px}.c-jobs-section--anchor:hover{text-decoration:underline}.c-jobs-section--expand{display:block;color:#004ed4;font-size:14px;font-weight:500;margin-top:10px;padding:5px 0;text-decoration:none}.c-membership{background:#fff;margin-bottom:40px}.c-membership--col-2{border-bottom:1px solid #f8f8f8}.c-nav--main-anchor{display:block;padding:5px 0 4px;text-transform:uppercase;border-bottom:2px solid transparent;font-weight:700;letter-spacing:1px;opacity:.6}.c-nav--main-anchor:hover{opacity:1}.c-nav--sub{position:absolute}.c-nav--sub-anchor{display:block;padding:16px 0 17px;color:#fff;text-transform:uppercase;white-space:nowrap;text-decoration:none;font-weight:700;letter-spacing:1.08px;line-height:1}.c-nav--sub-anchor:hover{color:#1fb299;color:var(--color--green)}.c-nav--footer{font-weight:300}.c-nav--footer a{text-decoration:none}.c-nav--footer a:hover{text-decoration:underline}.c-nav--lang--is-open .c-nav--lang-item:nth-child(n+2){display:block}.c-nav--lang{position:absolute;top:0;left:0;width:100%;border-radius:3px;z-index:20;font-weight:500}.c-nav--lang-anchor{padding-left:34px;text-decoration:none;display:block;color:#fff;font-size:14px;line-height:24px;background-repeat:no-repeat;background-position:6px 0;background-size:20px 20px;font-weight:400}.c-nav--lang-anchor:hover{text-decoration:underline}.c-nav--lang-anchor svg{float:right;margin:9px 6px 0 0}.c-nav--lang-anchor--active:hover{text-decoration:none;cursor:pointer}.c-nav--lang-anchor-lt{background-image:url(/wp-content/themes/biuro/i/lang/lt.png)}.c-nav--lang-anchor-en{background-image:url(/wp-content/themes/biuro/i/lang/en.png)}.c-nav--lang-anchor-de{background-image:url(/wp-content/themes/biuro/i/lang/de.png)}.c-nav--lang-anchor-ru{background-image:url(/wp-content/themes/biuro/i/lang/ru.png)}.c-nav--lang-anchor-lv{background-image:url(/wp-content/themes/biuro/i/lang/lv.png)}.c-nav--lang-anchor-et{background-image:url(/wp-content/themes/biuro/i/lang/et.png)}.c-popup{background:rgba(0,0,0,.77);position:fixed;top:0;left:0;width:100%;height:100%;z-index:10000}.c-popup--inner{width:786px;min-height:446px;background:#3eb0b1;color:#fff;max-width:96%;margin:0 auto;padding:20px}.popup__title{font-size:26px;margin-bottom:15px}.c-recommend-friend--gift{background-color:#004ed4;margin-top:60px;max-width:444px;min-height:115px;border-radius:6px;color:#fff;line-height:20px;font-weight:400;text-align:center;padding:0 20px}.c-recommend-friend--gift-img{position:relative;top:-36px;width:70px;height:70px;margin:0 auto -30px;padding:20px 0 0;box-shadow:0 2px 12px 0 rgba(146,141,141,.5);background-color:#fff;border-radius:50%;color:#004ed4}.c-recommend--headline{position:relative;line-height:26px}.c-recommend--anchor{position:relative;border-bottom:1px solid #fff;padding:3px 0}.c-recommend{position:relative;overflow:hidden}.c-recommend:before{content:"";position:absolute;width:221px;height:253px;top:15%;left:50%;background:url(/wp-content/themes/biuro/i/recommend.png) 0 0 repeat;background-size:cover;-webkit-transform:rotate(-20deg);transform:rotate(-20deg)}.c-recommend strong{display:inline-block;padding:3px 5px;border-radius:4px;background:#004ed4;font-weight:700}.c-recommend:hover .c-recommend--anchor,.c-recommend:hover .c-recommend--headline{color:#9adbdc}.c-recommend:hover .c-recommend--anchor{border-color:#9adbdc}@supports (background-image:-webkit-image-set(url(/wp-content/themes/biuro/i/recommend.webp) 1x)){.c-recommend:before{background-image:url(/wp-content/themes/biuro/i/recommend.webp)}}.c-sections--heading{color:#2a3644;margin:0 0 40px;padding:0;font-size:25px;font-weight:500;line-height:29px;text-align:center}.c-sections--item-inner{top:0;height:211px;padding:27px 21px;border-radius:3px;box-shadow:2px 2px 31px 0 hsla(0,0%,93.3%,.5);overflow:hidden}.c-sections--item-inner,.c-sections--toggle{position:absolute;left:0;width:100%;background:#fff}.c-sections--toggle{bottom:0;padding:15px 0;text-align:center;border-radius:0 0 3px 3px;z-index:60;box-shadow:0 -37px 24px 0 hsla(0,0%,100%,.78);cursor:pointer;color:#004ed4}.c-sections--toggle-up{display:none}.c-sections--header{height:56px;margin-bottom:20px;overflow:hidden;color:#004ed4;font-size:15px;font-weight:700;line-height:56px}.c-sections--ico{float:left;margin-right:20px;height:56px;width:56px;background-color:#e8f0ff;border-radius:50%}.c-sections--content{color:#6f7479;font-size:14px;line-height:20px}.c-sections--content ul{margin:30px 0 0;padding:0;list-style:none}.c-sections--is-open{height:auto;z-index:80}.c-sections--is-open .c-sections--toggle{box-shadow:none}.c-sections--is-open .c-sections--toggle-down{display:none}.c-sections--is-open .c-sections--toggle-up{display:inline}.c-services--item-inner{position:absolute;top:0;left:0;width:100%;height:245px;border-radius:3px;background-color:#fff;box-shadow:2px 2px 31px 0 hsla(0,0%,93.3%,.5)}.c-services--toggle{display:block;position:absolute;left:0;width:100%;bottom:0;padding:10px 0;text-align:center;cursor:pointer;color:#1fb299}.c-services--toggle-up{display:none}.c-services--is-open{height:auto;z-index:200}.c-services--is-open .c-services--toggle-down{display:none}.c-services--is-open .c-services--toggle-up{display:inline}.c-services--is-open .c-services--content{display:block}.c-services--ico{height:56px;width:56px;background-color:#e1fffa;border-radius:50%;margin:34px auto 22px}.c-services--heading{min-height:44px;padding:0 20px;color:#1fb299;font-size:15px;font-weight:700;line-height:18px;text-align:center}.c-services--sub-heading{min-height:27px;margin:0;padding:0 10px;color:#2a3644;font-size:14px;font-weight:700;line-height:25px;text-align:center}.c-services--content{display:none}.c-services--content ul{margin:0;padding:0 0 40px;list-style:none;width:100%;border-radius:3px;background-color:#fff}.c-services--content li{color:#6c7683;font-size:14px;font-weight:500;line-height:25px;text-align:center}.c-social{margin-bottom:40px;text-align:center}.c-social--anchor{text-decoration:none;margin:0 5px;padding:0 10px}.c-tooltip{top:46px;right:0;max-width:80vw;padding:16px 10px 17px;border-radius:3px;background-color:#fff;box-shadow:-2px 0 14px 0 rgba(217,214,214,.5);white-space:nowrap;z-index:10;-webkit-transition:opacity .22s ease-in-out;transition:opacity .22s ease-in-out}.c-tooltip:before{content:"";position:absolute;top:-6px;right:20px;border-bottom:6px solid #fff;border-left:6px solid transparent;border-right:6px solid transparent}.c-values{background:linear-gradient(138.69deg,#4eacd9,#2fb8a1);color:#fff}.c-values--heading{display:inline-block;min-width:139px;margin:0 0 18px;padding:0 10px 0 0;border-bottom:4px solid #fff;font-weight:700;color:#f8f8f8}.c-values--content{display:block;min-height:67px;margin:0 0 20px;padding:0;font-size:15px;line-height:26px;font-weight:500}.t-reason{padding:0;border:0}.t-reason td{display:block;vertical-align:top}.t-reason .t-reason-col-2 h2{padding:25px 0 13px}.t-reason h2{text-align:center}.t-reason ul{padding:0}.t-contacts{width:100%;height:auto!important}.t-contacts td{vertical-align:top;display:block;width:100%}.t-contacts p{text-align:left}.is-nav--main-item-active{position:relative}.is-nav--main-item-active .c-nav--sub{display:block}.is-nav--main-anchor-active{opacity:1}.is-nav--sub-anchor-active{color:#19c5a7}.u-align--center{text-align:center}input::-webkit-calendar-picker-indicator{display:none}.tmp-contacts img{display:none}.tmp-contacts ul{padding-left:5px}.c-logos{display:-webkit-box;display:flex;flex-wrap:wrap;-webkit-box-pack:justify;justify-content:space-between}.c-logos div{-webkit-box-flex:0;flex:0 0 21%;border:1px solid grey;padding:1em;margin-bottom:1em;text-align:center}.biuro-ti-img{display:none}.grecaptcha-badge{pointer-events:none;visibility:hidden}@media (min-width:80em){[href^=tel]{pointer-events:none;text-decoration:none;color:inherit}}@media (min-width:48em){.l-section--front-page{background-size:150%}.l-section--recommend{background-position:50% 15%}}@media (min-width:60em){.l-section--front-page,.l-section--recommend{background-size:cover}.c-accordion--header{padding:26px 30px}.c-accordion--header svg{margin-right:24px}.c-accordion--content{padding:0 30px 0 70px}.c-contact-landing-3--aside{width:549px;margin:40px 0 0 40px;padding:10px;border-radius:33px;overflow:hidden}.c-contact-landing-3--aside p{max-width:300px;padding:5px 0 0;text-align:left}.c-contact-landing-4--aside{width:549px;margin:40px 0 0 40px;padding:10px;border-radius:33px;overflow:hidden}.c-contact-landing-4--aside p{max-width:300px;padding:5px 0 0;text-align:left}.c-data-controller{margin-bottom:35px;padding:15px 0 10px;line-height:1.1}.c-feedbacks--feedback{margin:0 auto 15px;min-height:79px;line-height:27px}.c-feedbacks--name{font-size:15px;line-height:21px}.c-footer-sections{flex-wrap:wrap}.c-footer-section{line-height:25px;margin:0 0 30px}.c-form--validation{position:absolute;top:50%;right:100%;min-width:200px;margin-top:11px;-webkit-transform:translate(-30px,-50%);transform:translate(-30px,-50%)}.c-jobs--col-position{padding-right:5px}.c-jobs--col-city{max-width:140px;padding-right:5px;padding-left:5px}.c-jobs--anchor{padding:10px 0}.c-nav--sub{top:100%}.c-nav--sub-item{margin-right:46px}.c-nav--lang{background:#fff}.c-nav--lang-anchor{color:#2a3644;font-weight:500}.c-recommend-friend--gift{padding:0 40px;margin-top:80px;line-height:24px}.c-services--heading{min-height:44px}.c-values--content{min-height:80px;line-height:30px}.t-reason td{display:table-cell;width:50%}.t-reason .t-reason-col-1{padding-right:20px;border-right:1px solid #dfdfdf}.t-reason .t-reason-col-2{padding-left:20px}.t-reason .t-reason-col-2 h2{padding:12px 0 25px}.is-nav--main-item-active .c-nav--sub{display:-webkit-box;display:flex}.is-nav--main-anchor-active{border-bottom-color:#1d2a3a;border-bottom-color:var(--color--blue-dark)}}@media (max-width:59.999em){.c-contact-landing-3--aside svg,.c-contact-landing-4--aside svg{display:none}.c-footer-sections{text-align:center;font-size:13px}.c-job-facebook{padding-bottom:40px}.c-jobs--headline{min-height:26px;font-size:18px;font-weight:500;line-height:26px;text-align:center}.c-jobs--col-city{border-bottom:1px solid #f8f8f8;border-bottom:1px solid var(--color--gray-light);font-size:13px;padding-top:0}.c-jobs--col-salary,.c-jobs--col-valid{width:50%;border-bottom:1px solid #f8f8f8;border-bottom:1px solid var(--color--gray-light);font-size:13px;padding-top:0;text-align:right}.c-jobs--anchor{font-size:16px;line-height:23px}.c-jobs-section{border-radius:0;margin:0;padding-bottom:0;position:relative}.c-nav--sub{right:0;left:auto;top:150%}.c-nav--lang--is-open{background-color:#1d2a3a;opacity:.97;z-index:800;box-shadow:0 0 20px 60px #1d2a3a}.c-trust--img-svyturys{width:76px;height:23px}.c-trust--img-dpd{width:53px;height:23px}.c-trust--img-pergale{width:72px;height:16px}.c-trust--img-maxima{width:74px;height:17px}.c-trust--img-pasts{width:85px;height:20px}.c-trust--img-dhl{width:91px;height:13px}.c-trust--img-staburadze{width:90px;height:27px}.c-trust--img-cido{width:51px;height:33px}.c-trust--img-itella{width:60px;height:38px}.c-trust--img-saku{width:56px;height:41px}.c-trust--img-ipa{width:54px;height:24px}.c-trust--img-leibur{width:50px;height:42px}.c-trust--img-maxima-ee{width:86px;height:18px}.is-nav--main-anchor-active{border-bottom-color:#fff}.is-nav--open .l-nav--wrap{display:-webkit-box;display:flex}.is-aside--open{overflow:hidden}.is-aside--open .l-aside--search{display:block}.is-aside--open .l-header{z-index:-1}.is-aside--open:after{content:"";position:fixed;opacity:.97;background-color:#2a3644;top:0;left:0;width:100%;height:100%}.is-aside--open .c-jobs-section--content{max-height:2000em}.is-aside--open .c-jobs-section--expand{display:none}.is-aside--open-additional .l-aside--close{right:265px}.is-aside--open-additional .l-aside--search{right:0;padding-left:40px}.is-aside--open-additional .l-aside--search:before{right:0}.is-aside--open-additional .c-jobs-section--city{display:none}.is-aside--open-city .l-aside--close{left:265px}.is-aside--open-city .l-aside--search{left:0;padding-right:40px}.is-aside--open-city .l-aside--search:before{left:0}.is-aside--open-city .c-jobs-section--additional{display:none}.c-fixed-footer{position:fixed;left:0;bottom:0;width:100%;background:hsla(0,0%,100%,.85);padding:20px 20px 0;box-shadow:0 -1px 1px 0 rgba(0,0,0,.45)}}@media (min-width:93.75em){.c-form--validation{left:100%;right:auto;-webkit-transform:translate(30px,-50%);transform:translate(30px,-50%)}}@media (max-width:37.499em){.c-membership td{display:block;padding:10px 20px}}@media (min-width:37.5em){.c-membership td{border-bottom:1px solid #f8f8f8}.c-membership--col-1{width:205px;padding:25px 45px 25px 30px}.c-membership--col-2{padding:25px 30px 25px 0}}@media (min-width:30em){.c-tooltip{left:50%;-webkit-transform:translate(-50%);transform:translate(-50%);right:auto;padding:16px 28px 17px;top:50px}.c-tooltip:before{right:auto;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}}
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}a:hover{text-decoration:none}figure{margin:0}img{max-width:100%}input::-ms-clear{display:none}p{margin:0 0 1.6rem}b,strong{font-weight:700;font-weight:var(--typo--weight-bold)}table{border-collapse:collapse;border-spacing:0}textarea{resize:vertical}.customize-support .l-header{top:32px}.l-section{background-repeat:no-repeat;background-position:50% 50%;background-size:cover}.l-section--front-page{background-size:200%}.l-section--landing-1{background-position:0 50%}.l-section--recommend{background-position:40% 15%;background-size:220%}.l-section--landing-3{background-position:50% 25%}.l-section--landing-4{background-position:50% 20%}.js .l-section{background-image:none}.js.no-webp .l-section--search-page,.no-js .l-section--search-page{background-image:url(/wp-content/themes/biuro/i/search-page.png)}.js.no-webp .l-section--vdb,.no-js .l-section--vdb{background-image:url(/wp-content/themes/biuro/i/vdb/section.png)}.js.no-webp .l-section--front-page,.no-js .l-section--front-page{background-image:url(/wp-content/themes/biuro/i/front-page.png)}.js.no-webp .l-section--sales-page,.no-js .l-section--sales-page{background-image:url(/wp-content/themes/biuro/i/sales-page.png)}.js.no-webp .l-section--landing-1,.no-js .l-section--landing-1{background-image:url(/wp-content/themes/biuro/i/sections/landing-1.jpg)}.js.no-webp .l-section--recommend,.no-js .l-section--recommend{background-image:url(/wp-content/themes/biuro/i/sections/recommend.jpg)}.js.no-webp .l-section--landing-3,.no-js .l-section--landing-3{background-image:url(/wp-content/themes/biuro/i/sections/landing-3.jpg)}.js.no-webp .l-section--landing-4,.no-js .l-section--landing-4{background-image:url(/wp-content/themes/biuro/i/sections/landing-4.jpg)}.js.webp .l-section--search-page{background-image:url(/wp-content/themes/biuro/i/search-page.webp)}.js.webp .l-section--vdb{background-image:url(/wp-content/themes/biuro/i/vdb/section.webp)}.js.webp .l-section--front-page{background-image:url(/wp-content/themes/biuro/i/front-page.webp)}.js.webp .l-section--sales-page{background-image:url(/wp-content/themes/biuro/i/sales-page.webp)}.js.webp .l-section--landing-1{background-image:url(/wp-content/themes/biuro/i/sections/landing-1.webp)}.js.webp .l-section--recommend{background-image:url(/wp-content/themes/biuro/i/sections/recommend.webp)}.js.webp .l-section--landing-3{background-image:url(/wp-content/themes/biuro/i/sections/landing-3.webp)}.js.webp .l-section--landing-4{background-image:url(/wp-content/themes/biuro/i/sections/landing-4.webp)}.popup-bubble{position:absolute;background-color:#fff;padding:5px 12px 4px;border-radius:5px;font-size:15px;max-height:60px;font-weight:500;box-shadow:0 2px 10px 1px rgba(0,0,0,.5)}.popup-bubble:after{content:"";position:absolute;width:0;height:0}.popup-bubble:hover{z-index:10}.popup-bubble--top{top:0;left:0;-webkit-transform:translate(-50%,-100%);transform:translate(-50%,-100%)}.popup-bubble--top:after{top:100%;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%);border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid #fff}.popup-bubble--right{top:4px;left:6px;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.popup-bubble--right:after{top:50%;left:0;-webkit-transform:translate(-100%,-50%);transform:translate(-100%,-50%);border-top:6px solid transparent;border-bottom:6px solid transparent;border-right:6px solid #fff}.popup-bubble--left{top:4px;right:6px;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.popup-bubble--left:after{top:50%;right:0;-webkit-transform:translate(100%,-50%);transform:translate(100%,-50%);border-top:6px solid transparent;border-bottom:6px solid transparent;border-left:6px solid #fff}.popup-bubble-anchor{position:absolute;width:1px;bottom:6px;left:0}.popup-container{cursor:auto;height:0;position:absolute;width:200px}.swiper-container{margin:0 auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translateZ(0);transform:translateZ(0)}.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;align-items:flex-start;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-container-3d{-webkit-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(transparent));background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(transparent));background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(transparent));background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(transparent));background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}.swiper-container-wp8-horizontal,.swiper-container-wp8-horizontal>.swiper-wrapper{touch-action:pan-y}.swiper-container-wp8-vertical,.swiper-container-wp8-vertical>.swiper-wrapper{touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;background-size:27px 44px;background-position:50%;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");left:10px;right:auto}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");right:10px;left:auto}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E")}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E")}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E")}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:opacity .3s;transition:opacity .3s;-webkit-transform:translateZ(0);transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transform:scale(.33);transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{-webkit-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{-webkit-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{-webkit-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{-webkit-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{-webkit-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;-webkit-transition:top .2s,-webkit-transform .2s;transition:top .2s,-webkit-transform .2s;transition:transform .2s,top .2s;transition:transform .2s,top .2s,-webkit-transform .2s}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:left .2s,-webkit-transform .2s;transition:left .2s,-webkit-transform .2s;transition:transform .2s,left .2s;transition:transform .2s,left .2s,-webkit-transform .2s}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:right .2s,-webkit-transform .2s;transition:right .2s,-webkit-transform .2s;transition:transform .2s,right .2s;transition:transform .2s,right .2s,-webkit-transform .2s}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-progressbar.swiper-pagination-white{background:hsla(0,0%,100%,.25)}.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-pagination-progressbar.swiper-pagination-black{background:rgba(0,0,0,.25)}.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill{background:#000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12) infinite;animation:swiper-preloader-spin 1s steps(12) infinite}.swiper-lazy-preloader:after{display:block;content:"";width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");background-position:50%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E")}@-webkit-keyframes swiper-preloader-spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes swiper-preloader-spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;-webkit-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-coverflow .swiper-wrapper{-ms-perspective:1200px}.c-404{text-align:center;padding:200px 0}.c-404--heading{height:128px;margin:0;padding:0;color:#069980;font-size:109px;font-weight:500;line-height:128px}.c-404--heading span{background:-webkit-linear-gradient(138.69deg,#2fb8a1,#4eacd9 78%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.c-404--message{margin-bottom:40px}.c-accordion--section{background:#fff;margin-bottom:55px}.c-accordion--header{display:-webkit-box;display:flex;padding:16px 10px;color:#2a3644;-webkit-box-align:center;align-items:center;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;text-decoration:none}.c-accordion--header svg{margin-right:14px;-webkit-box-flex:0;flex:0 0 16px;-webkit-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition:-webkit-transform .22s linear;transition:-webkit-transform .22s linear;transition:transform .22s linear;transition:transform .22s linear,-webkit-transform .22s linear;-webkit-transform-origin:50% 50%;transform-origin:50% 50%}.c-accordion--header span{font-size:16px;line-height:29px;font-weight:700;line-height:19px}.c-accordion--header--is-expanded svg{-webkit-transform:rotate(225deg);transform:rotate(225deg)}.c-accordion--content{padding:0 20px 0 40px;border-bottom:1px solid #f8f8f8;-webkit-transition:height .22s linear;transition:height .22s linear;overflow:hidden}.c-accordion--content--is-collapsed{height:0}.awesomplete [hidden]{display:none}.awesomplete .visually-hidden{position:absolute;clip:rect(0,0,0,0)}.awesomplete{position:relative}.awesomplete>input{display:block}.awesomplete>ul{position:absolute;left:0;z-index:1;min-width:100%;box-sizing:border-box;list-style:none;padding:0;margin:0;background:#fff}.awesomplete mark{background:none}.awesomplete>ul:empty{display:none}.c-breadcrumb--sep{padding:0 7px}.c-breadcrumb--active{color:#069980}.c-btn--popup{width:100%;max-width:223px;padding:13px 24px 12px;background-color:#fff;color:#3eb0b1;font-size:15px;font-weight:700;text-align:center}.c-btn--loading{position:relative}.c-btn--loading:before{content:"";box-sizing:border-box;position:absolute;top:50%;left:50%;width:20px;height:20px;margin-top:-10px;margin-left:-10px;border-radius:50%;border:2px solid #fff;border-top:2px solid var(--color--green);-webkit-animation:spinner .8s linear infinite;animation:spinner .8s linear infinite}@-webkit-keyframes spinner{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spinner{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.c-cookies-warning{position:fixed;left:0;right:0;bottom:0;padding:15px 0 10px;background:#f6f6f6;overflow:hidden;z-index:100;font-size:14px;line-height:15px}.c-cookies-warning .bu-action{margin-top:10px}.c-cookies-warning .bu-action--alt{float:right}.c-cookies-warning--actions{margin:0;padding:5px 0 0;display:-webkit-box;display:flex;-webkit-box-pack:justify;justify-content:space-between}.c-cookies-warning--actions .c-btn--main,.c-cookies-warning--actions .c-btn--slim{padding:7px 12px 6px;font-weight:400}.c-cookies-warning--actions .c-btn--slim{border-width:1px}.c-contact-landing-3--aside{padding:10px 20px;margin:0 -10px 0 -25px;background:-webkit-gradient(linear,left top,right top,from(#c5f3ec),to(#e4faf7));background:linear-gradient(90deg,#c5f3ec,#e4faf7)}.c-contact-landing-3--aside svg{float:left;margin-right:25px}.c-contact-landing-3--aside p{overflow:hidden;color:#149183;margin:0;text-align:center}.c-contact-landing-4--aside{padding:10px 20px;margin:0 -10px 0 -25px;background:-webkit-gradient(linear,left top,right top,from(#c5f3ec),to(#e4faf7));background:linear-gradient(90deg,#c5f3ec,#e4faf7)}.c-contact-landing-4--aside svg{float:left;margin-right:25px}.c-contact-landing-4--aside p{overflow:hidden;color:#149183;margin:0;text-align:center}.c-copyright{line-height:15px;padding-bottom:60px}.c-copyright,.c-data-controller{text-align:center;font-size:13px}.c-data-controller{margin-bottom:20px;padding:10px 0;font-weight:300;line-height:19px}.c-data-controller p{margin:0 0 10px}.c-division{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;border-radius:3px;color:#004ed4;font-weight:500}.c-division:hover{background-color:#dde6f5}.c-feedbacks--img{display:block;margin:0 auto 40px}.c-feedbacks--feedback{margin:0 auto 10px;max-width:90%;min-height:66px;color:#2a3644;font-family:Georgia;font-size:17px;line-height:23px;text-align:center;overflow:hidden;width:100%}.c-feedbacks--name{color:#919191;font-family:Georgia;font-size:13px;line-height:17px;text-align:center;padding:0 15px}.swiper-slide{max-width:300px}.swiper-container-horizontal>.swiper-pagination-bullets{bottom:0}.swiper-pagination-bullet{width:9px;height:9px;background:#d8d8d8;opacity:1}.swiper-pagination-bullet-active{background:#717171}.c-footer-section{line-height:36px;margin:0 0 18px}.c-footer-section h4{margin:0;padding:0}.c-footer-section--heading{margin:0;font-weight:500}.c-form--checkbox--error+label:before{border-color:#eb4646}.c-form--validation{z-index:20}.c-form--validation,.c-form--validation-fixed{margin-top:5px;font-size:13px}.c-form--validation,.c-form--validation-fixed,.c-form--validation-static{background-color:#fff;padding:10px 15px;border:1px solid;line-height:20px}.c-form--validation-static{margin-top:-10px;font-size:14px}.c-form--input-wrap--error .c-form--input,.c-form--input-wrap--error .c-form--textarea{border-color:#eb4646}.c-form--input-wrap--success .c-form--input,.c-form--input-wrap--success .c-form--textarea{border-color:#17dab9}.c-form--validation-error{color:#eb4646;border-color:#eb4646;margin-bottom:10px}.c-form--validation-success{color:#17dab9;border-color:#17dab9;margin-bottom:10px}.c-form--autocomplete ul{overflow-x:hidden;max-height:250px;overflow-y:auto;border:1px solid #d4d4d4;border-radius:0 0 3px 3px}.c-form--autocomplete li{padding:5px 10px;cursor:pointer}.c-form--row--content{overflow:hidden}.c-form--row--toggle{position:relative;top:-4px;width:37px;height:37px;margin:0 auto -16px;box-shadow:0 2px 12px 0 rgba(146,141,141,.5);background-color:#fff;border-radius:50%;color:#004ed4;cursor:pointer}.c-form--ico-toggle-up{display:block;position:relative;top:13px;margin:0 auto}.c-form--ico-toggle-down{display:none;position:relative;top:15px;margin:0 auto}.c-form--row--collapsed .c-form--row--content{height:24px}.c-form--row--collapsed .c-form--row--toggle{top:-20px;margin-bottom:-32px}.c-form--row--collapsed .c-form--ico-toggle-down{display:block}.c-form--row--collapsed .c-form--ico-toggle-up{display:none}.c-job-facebook{max-width:320px;margin:0 auto;overflow:hidden}.c-jobs--headline{min-height:29px;margin:0 0 25px;padding:20px 20px 0;color:#2a3644;font-size:25px;font-weight:500;line-height:29px}.c-jobs--table{width:100%;margin:0 0 20px}.c-jobs--table tr:hover td{background:#f8fbff}.c-jobs--col-city{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.c-jobs--col-valid{width:100px}.c-jobs--col-salary,.c-jobs--col-valid{color:#069980;white-space:nowrap;padding-right:15px;padding-left:5px;text-align:right}.c-jobs--col-salary{width:140px}.c-jobs--anchor:hover{text-decoration:underline}.c-jobs--anchor:visited{color:#551b89}.c-jobs--anchor-alt:hover{text-decoration:underline}.pods-pagination-paginate{display:-webkit-box;display:flex;margin-bottom:90px}.page-numbers{width:46px;height:46px;background:#fff;margin-right:1px;text-decoration:none;text-align:center;line-height:46px;color:#1fb299;font-size:16px}.page-numbers:hover{background:#149a83;background:var(--color--green-darker);color:#fff}.page-numbers:hover:after{border-color:#fff}.page-numbers.current{background:#1fb299;color:#fff}.next:after{display:inline-block;margin:0 0 2px -6px;content:"";width:8px;height:8px;border:1px solid #1fb299;border-width:1px 1px 0 0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.prev:after{display:inline-block;margin:0 -6px 2px 0;content:"";width:8px;height:8px;border:1px solid #1fb299;border-width:1px 1px 0 0;-webkit-transform:rotate(-135deg);transform:rotate(-135deg)}.c-jobs-section{border-radius:3px;background-color:#fff}.c-jobs-section--heading{padding:0;color:#2a3644;font-size:18px;font-weight:500;line-height:21px}.c-jobs-section--content{overflow:hidden}.c-jobs-section--is-closed .c-jobs-section--content{max-height:100px}.c-jobs-section--item-active{position:relative}.c-jobs-section--item-active:after{content:"\2713";position:absolute;top:6px;right:0;color:#1fb299}.c-jobs-section--item-active .c-jobs-section--anchor{color:#1fb299;padding-right:14px}.c-jobs-section--anchor{display:block;color:#939393;font-size:14px;text-decoration:none;padding:7px 0;line-height:19px}.c-jobs-section--anchor:hover{text-decoration:underline}.c-jobs-section--expand{display:block;color:#004ed4;font-size:14px;font-weight:500;margin-top:10px;padding:5px 0;text-decoration:none}.c-membership{background:#fff;margin-bottom:40px}.c-membership--col-2{border-bottom:1px solid #f8f8f8}.c-nav--main-anchor{display:block;padding:5px 0 4px;text-transform:uppercase;border-bottom:2px solid transparent;font-weight:700;letter-spacing:1px;opacity:.6}.c-nav--main-anchor:hover{opacity:1}.c-nav--sub{position:absolute}.c-nav--sub-anchor{display:block;padding:16px 0 17px;color:#fff;text-transform:uppercase;white-space:nowrap;text-decoration:none;font-weight:700;letter-spacing:1.08px;line-height:1}.c-nav--sub-anchor:hover{color:#1fb299;color:var(--color--green)}.c-nav--footer{font-weight:300}.c-nav--footer a{text-decoration:none}.c-nav--footer a:hover{text-decoration:underline}.c-nav--lang--is-open .c-nav--lang-item:nth-child(n+2){display:block}.c-nav--lang{position:absolute;top:0;left:0;width:100%;border-radius:3px;z-index:20;font-weight:500}.c-nav--lang-anchor{padding-left:34px;text-decoration:none;display:block;color:#fff;font-size:14px;line-height:24px;background-repeat:no-repeat;background-position:6px 0;background-size:20px 20px;font-weight:400}.c-nav--lang-anchor:hover{text-decoration:underline}.c-nav--lang-anchor svg{float:right;margin:9px 6px 0 0}.c-nav--lang-anchor--active:hover{text-decoration:none;cursor:pointer}.c-nav--lang-anchor-lt{background-image:url(/wp-content/themes/biuro/i/lang/lt.png)}.c-nav--lang-anchor-en{background-image:url(/wp-content/themes/biuro/i/lang/en.png)}.c-nav--lang-anchor-de{background-image:url(/wp-content/themes/biuro/i/lang/de.png)}.c-nav--lang-anchor-ru{background-image:url(/wp-content/themes/biuro/i/lang/ru.png)}.c-nav--lang-anchor-lv{background-image:url(/wp-content/themes/biuro/i/lang/lv.png)}.c-nav--lang-anchor-et{background-image:url(/wp-content/themes/biuro/i/lang/et.png)}.c-popup{background:rgba(0,0,0,.77);position:fixed;top:0;left:0;width:100%;height:100%;z-index:9000}.c-popup--close{position:absolute;top:0;right:0;padding:13px 16px;color:#1c1c1c;cursor:pointer}.c-popup--close:hover{color:#000}.c-popup--inner{display:-webkit-box;display:flex;justify-content:space-around;-webkit-box-align:center;align-items:center;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:786px;height:446px;max-width:96%;max-height:96%;margin:0 auto;padding:20px;background:#3eb0b1;color:#fff}.c-popup--logos{-webkit-box-flex:0;flex:0 1 303px;border:1px solid red;padding-top:160px}.c-popup--content{-webkit-box-flex:0;flex:0 1 303px;border:1px solid #00f;font-size:13px;line-height:15px}.c-popup--amount{left:31px;bottom:-16px;width:108px;height:108px;background:#004ed7;opacity:.85;color:#fff;font-size:22px;font-weight:700;letter-spacing:.17px;line-height:25px}.c-popup--amount,.c-popup--gift{position:relative;margin:0 auto;border-radius:50%;display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center}.c-popup--gift{width:70px;height:70px;box-shadow:0 2px 12px 0 rgba(146,141,141,.5);background-color:#fff;color:#004ed4}.c-popup--headline{font-size:28px;line-height:33px;color:inherit}.c-popup--message{font-size:15px;line-height:24px}.c-recommend-friend--gift{background-color:#004ed4;margin-top:60px;max-width:444px;min-height:115px;border-radius:6px;color:#fff;line-height:20px;font-weight:400;text-align:center;padding:0 20px}.c-recommend-friend--gift-img{position:relative;top:-36px;width:70px;height:70px;margin:0 auto -30px;padding:20px 0 0;box-shadow:0 2px 12px 0 rgba(146,141,141,.5);background-color:#fff;border-radius:50%;color:#004ed4}.c-recommend--headline{position:relative;line-height:26px}.c-recommend--anchor{position:relative;border-bottom:1px solid #fff;padding:3px 0}.c-recommend{position:relative;overflow:hidden}.c-recommend:before{content:"";position:absolute;width:221px;height:253px;top:15%;left:50%;background:url(/wp-content/themes/biuro/i/recommend.png) 0 0 repeat;background-size:cover;-webkit-transform:rotate(-20deg);transform:rotate(-20deg)}.c-recommend strong{display:inline-block;padding:3px 5px;border-radius:4px;background:#004ed4;font-weight:700}.c-recommend:hover .c-recommend--anchor,.c-recommend:hover .c-recommend--headline{color:#9adbdc}.c-recommend:hover .c-recommend--anchor{border-color:#9adbdc}@supports (background-image:-webkit-image-set(url(/wp-content/themes/biuro/i/recommend.webp) 1x)){.c-recommend:before{background-image:url(/wp-content/themes/biuro/i/recommend.webp)}}.c-sections--heading{color:#2a3644;margin:0 0 40px;padding:0;font-size:25px;font-weight:500;line-height:29px;text-align:center}.c-sections--item-inner{top:0;height:211px;padding:27px 21px;border-radius:3px;box-shadow:2px 2px 31px 0 hsla(0,0%,93.3%,.5);overflow:hidden}.c-sections--item-inner,.c-sections--toggle{position:absolute;left:0;width:100%;background:#fff}.c-sections--toggle{bottom:0;padding:15px 0;text-align:center;border-radius:0 0 3px 3px;z-index:60;box-shadow:0 -37px 24px 0 hsla(0,0%,100%,.78);cursor:pointer;color:#004ed4}.c-sections--toggle-up{display:none}.c-sections--header{height:56px;margin-bottom:20px;overflow:hidden;color:#004ed4;font-size:15px;font-weight:700;line-height:56px}.c-sections--ico{float:left;margin-right:20px;height:56px;width:56px;background-color:#e8f0ff;border-radius:50%}.c-sections--content{color:#6f7479;font-size:14px;line-height:20px}.c-sections--content ul{margin:30px 0 0;padding:0;list-style:none}.c-sections--is-open{height:auto;z-index:80}.c-sections--is-open .c-sections--toggle{box-shadow:none}.c-sections--is-open .c-sections--toggle-down{display:none}.c-sections--is-open .c-sections--toggle-up{display:inline}.c-services--item-inner{position:absolute;top:0;left:0;width:100%;height:245px;border-radius:3px;background-color:#fff;box-shadow:2px 2px 31px 0 hsla(0,0%,93.3%,.5)}.c-services--toggle{display:block;position:absolute;left:0;width:100%;bottom:0;padding:10px 0;text-align:center;cursor:pointer;color:#1fb299}.c-services--toggle-up{display:none}.c-services--is-open{height:auto;z-index:200}.c-services--is-open .c-services--toggle-down{display:none}.c-services--is-open .c-services--toggle-up{display:inline}.c-services--is-open .c-services--content{display:block}.c-services--ico{height:56px;width:56px;background-color:#e1fffa;border-radius:50%;margin:34px auto 22px}.c-services--heading{min-height:44px;padding:0 20px;color:#1fb299;font-size:15px;font-weight:700;line-height:18px;text-align:center}.c-services--sub-heading{min-height:27px;margin:0;padding:0 10px;color:#2a3644;font-size:14px;font-weight:700;line-height:25px;text-align:center}.c-services--content{display:none}.c-services--content ul{margin:0;padding:0 0 40px;list-style:none;width:100%;border-radius:3px;background-color:#fff}.c-services--content li{color:#6c7683;font-size:14px;font-weight:500;line-height:25px;text-align:center}.c-social{margin-bottom:40px;text-align:center}.c-social--anchor{text-decoration:none;margin:0 5px;padding:0 10px}.c-tooltip{top:46px;right:0;max-width:80vw;padding:16px 10px 17px;border-radius:3px;background-color:#fff;box-shadow:-2px 0 14px 0 rgba(217,214,214,.5);white-space:nowrap;z-index:10;-webkit-transition:opacity .22s ease-in-out;transition:opacity .22s ease-in-out}.c-tooltip:before{content:"";position:absolute;top:-6px;right:20px;border-bottom:6px solid #fff;border-left:6px solid transparent;border-right:6px solid transparent}.c-values{background:linear-gradient(138.69deg,#4eacd9,#2fb8a1);color:#fff}.c-values--heading{display:inline-block;min-width:139px;margin:0 0 18px;padding:0 10px 0 0;border-bottom:4px solid #fff;font-weight:700;color:#f8f8f8}.c-values--content{display:block;min-height:67px;margin:0 0 20px;padding:0;font-size:15px;line-height:26px;font-weight:500}.t-reason{padding:0;border:0}.t-reason td{display:block;vertical-align:top}.t-reason .t-reason-col-2 h2{padding:25px 0 13px}.t-reason h2{text-align:center}.t-reason ul{padding:0}.t-contacts{width:100%;height:auto!important}.t-contacts td{vertical-align:top;display:block;width:100%}.t-contacts p{text-align:left}.is-nav--main-item-active{position:relative}.is-nav--main-item-active .c-nav--sub{display:block}.is-nav--main-anchor-active{opacity:1}.is-nav--sub-anchor-active{color:#19c5a7}.u-align--center{text-align:center}input::-webkit-calendar-picker-indicator{display:none}.tmp-contacts img{display:none}.tmp-contacts ul{padding-left:5px}.c-logos{display:-webkit-box;display:flex;flex-wrap:wrap;-webkit-box-pack:justify;justify-content:space-between}.c-logos div{-webkit-box-flex:0;flex:0 0 21%;border:1px solid grey;padding:1em;margin-bottom:1em;text-align:center}.biuro-ti-img{display:none}.grecaptcha-badge{pointer-events:none;visibility:hidden}@media (min-width:80em){[href^=tel]{pointer-events:none;text-decoration:none;color:inherit}}@media (min-width:48em){.l-section--front-page{background-size:150%}.l-section--recommend{background-position:50% 15%}}@media (min-width:60em){.l-section--front-page,.l-section--recommend{background-size:cover}.c-accordion--header{padding:26px 30px}.c-accordion--header svg{margin-right:24px}.c-accordion--content{padding:0 30px 0 70px}.c-contact-landing-3--aside{width:549px;margin:40px 0 0 40px;padding:10px;border-radius:33px;overflow:hidden}.c-contact-landing-3--aside p{max-width:300px;padding:5px 0 0;text-align:left}.c-contact-landing-4--aside{width:549px;margin:40px 0 0 40px;padding:10px;border-radius:33px;overflow:hidden}.c-contact-landing-4--aside p{max-width:300px;padding:5px 0 0;text-align:left}.c-data-controller{margin-bottom:35px;padding:15px 0 10px;line-height:1.1}.c-feedbacks--feedback{margin:0 auto 15px;min-height:79px;line-height:27px}.c-feedbacks--name{font-size:15px;line-height:21px}.c-footer-sections{flex-wrap:wrap}.c-footer-section{line-height:25px;margin:0 0 30px}.c-form--validation{position:absolute;top:50%;right:100%;min-width:200px;margin-top:11px;-webkit-transform:translate(-30px,-50%);transform:translate(-30px,-50%)}.c-jobs--col-position{padding-right:5px}.c-jobs--col-city{max-width:140px;padding-right:5px;padding-left:5px}.c-jobs--anchor{padding:10px 0}.c-nav--sub{top:100%}.c-nav--sub-item{margin-right:46px}.c-nav--lang{background:#fff}.c-nav--lang-anchor{color:#2a3644;font-weight:500}.c-recommend-friend--gift{padding:0 40px;margin-top:80px;line-height:24px}.c-services--heading{min-height:44px}.c-values--content{min-height:80px;line-height:30px}.t-reason td{display:table-cell;width:50%}.t-reason .t-reason-col-1{padding-right:20px;border-right:1px solid #dfdfdf}.t-reason .t-reason-col-2{padding-left:20px}.t-reason .t-reason-col-2 h2{padding:12px 0 25px}.is-nav--main-item-active .c-nav--sub{display:-webkit-box;display:flex}.is-nav--main-anchor-active{border-bottom-color:#1d2a3a;border-bottom-color:var(--color--blue-dark)}}@media (max-width:59.999em){.c-contact-landing-3--aside svg,.c-contact-landing-4--aside svg{display:none}.c-footer-sections{text-align:center;font-size:13px}.c-job-facebook{padding-bottom:40px}.c-jobs--headline{min-height:26px;font-size:18px;font-weight:500;line-height:26px;text-align:center}.c-jobs--col-city{border-bottom:1px solid #f8f8f8;border-bottom:1px solid var(--color--gray-light);font-size:13px;padding-top:0}.c-jobs--col-salary,.c-jobs--col-valid{width:50%;border-bottom:1px solid #f8f8f8;border-bottom:1px solid var(--color--gray-light);font-size:13px;padding-top:0;text-align:right}.c-jobs--anchor{font-size:16px;line-height:23px}.c-jobs-section{border-radius:0;margin:0;padding-bottom:0;position:relative}.c-nav--sub{right:0;left:auto;top:150%}.c-nav--lang--is-open{background-color:#1d2a3a;opacity:.97;z-index:800;box-shadow:0 0 20px 60px #1d2a3a}.c-trust--img-svyturys{width:76px;height:23px}.c-trust--img-dpd{width:53px;height:23px}.c-trust--img-pergale{width:72px;height:16px}.c-trust--img-maxima{width:74px;height:17px}.c-trust--img-pasts{width:85px;height:20px}.c-trust--img-dhl{width:91px;height:13px}.c-trust--img-staburadze{width:90px;height:27px}.c-trust--img-cido{width:51px;height:33px}.c-trust--img-itella{width:60px;height:38px}.c-trust--img-saku{width:56px;height:41px}.c-trust--img-ipa{width:54px;height:24px}.c-trust--img-leibur{width:50px;height:42px}.c-trust--img-maxima-ee{width:86px;height:18px}.is-nav--main-anchor-active{border-bottom-color:#fff}.is-nav--open .l-nav--wrap{display:-webkit-box;display:flex}.is-aside--open{overflow:hidden}.is-aside--open .l-aside--search{display:block}.is-aside--open .l-header{z-index:-1}.is-aside--open:after{content:"";position:fixed;opacity:.97;background-color:#2a3644;top:0;left:0;width:100%;height:100%}.is-aside--open .c-jobs-section--content{max-height:2000em}.is-aside--open .c-jobs-section--expand{display:none}.is-aside--open-additional .l-aside--close{right:265px}.is-aside--open-additional .l-aside--search{right:0;padding-left:40px}.is-aside--open-additional .l-aside--search:before{right:0}.is-aside--open-additional .c-jobs-section--city{display:none}.is-aside--open-city .l-aside--close{left:265px}.is-aside--open-city .l-aside--search{left:0;padding-right:40px}.is-aside--open-city .l-aside--search:before{left:0}.is-aside--open-city .c-jobs-section--additional{display:none}.c-fixed-footer{position:fixed;left:0;bottom:0;width:100%;background:hsla(0,0%,100%,.85);padding:20px 20px 0;box-shadow:0 -1px 1px 0 rgba(0,0,0,.45)}}@media (min-width:93.75em){.c-form--validation{left:100%;right:auto;-webkit-transform:translate(30px,-50%);transform:translate(30px,-50%)}}@media (max-width:37.499em){.c-membership td{display:block;padding:10px 20px}}@media (min-width:37.5em){.c-membership td{border-bottom:1px solid #f8f8f8}.c-membership--col-1{width:205px;padding:25px 45px 25px 30px}.c-membership--col-2{padding:25px 30px 25px 0}}@media (min-width:480px){.c-popup--headline{margin-bottom:56px}.c-popup--message{margin-bottom:24px}}@media (min-width:30em){.c-tooltip{left:50%;-webkit-transform:translate(-50%);transform:translate(-50%);right:auto;padding:16px 28px 17px;top:50px}.c-tooltip:before{right:auto;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}}
/*# sourceMappingURL=main.min.css.map */
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -122,13 +122,6 @@
wp_reset_query();
endif;
/*
else:
?>
<div id="fb-root"></div>
<script async defer crossorigin="anonymous" src="https://connect.facebook.net/en_US/sdk.js#xfbml=1&version=v3.3&appId=463001014486058&autoLogAppEvents=1"></script>
<?php
*/
endif;
?>
......@@ -156,13 +149,10 @@
<?php
endif;
get_template_part( 'template-parts/popup/popup');
?>
<div id="popup" class="c-popup">
<div class="c-popup--inner">
<h1 class="popup__title">Thank you for visiting!</h1>
<p>Have a wonderful day 💁</p>
</div>
</div>
<script src="/wp-content/themes/biuro/js/main.min.js" async defer></script>
......
......@@ -55,7 +55,7 @@
<a href="<?php echo pll_home_url(); ?>" class="c-logo" title="<?php echo get_the_title( get_option('page_on_front') ); ?>" aria-label="<?php echo get_the_title( get_option('page_on_front') ); ?>">
<svg width="82px" height="49px" class="c-logo--svg">
<use xlink:href="#biuro-logo"></use>
<use href="#biuro-logo"></use>
</svg>
</a>
......
......@@ -55,13 +55,13 @@
<a href="<?php echo pll_home_url(); ?>" class="c-logo" title="<?php echo get_the_title( get_option('page_on_front') ); ?>" aria-label="<?php echo get_the_title( get_option('page_on_front') ); ?>">
<svg width="82px" height="49px" class="c-logo--svg">
<use xlink:href="#biuro-logo"></use>
<use href="#biuro-logo"></use>
</svg>
</a>
<span class="js-toggle--nav l-nav--open">
<svg width="32px" height="16px">
<use xlink:href="#ico--burger"></use>
<use href="#ico--burger"></use>
</svg>
</span>
......@@ -95,7 +95,7 @@
?>
<a href="tel:<?php echo $phone; ?>" class="c-phone">
<svg width="21px" height="22px">
<use xlink:href="#ico--phone"></use>
<use href="#ico--phone"></use>
</svg> <?php echo $phoneUI; ?>
</a>
<?php
......@@ -147,7 +147,7 @@
<span class="js-toggle--nav l-nav--close">
<svg width="13px" height="13px">
<use xlink:href="#ico--close"></use>
<use href="#ico--close"></use>
</svg>
</span>
......
......@@ -8,7 +8,7 @@
/***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict";
eval("__webpack_require__.r(__webpack_exports__);\nasync function inititateFacebook(ID, href) {\n fetch('https://connect.facebook.net/en_US/sdk.js').then(res => {\n console.error('res');\n console.dir(typeof window.FB); // return response.json();\n }).then(json => {\n console.error('got it');\n console.dir(typeof window.FB);\n }); // const { default: inititateJobShare } = await import('./job-share/job-share');\n // return inititateJobShare;\n}\n\nlet isPageActive = true;\n\nwindow.onfocus = function () {\n isPageActive = true;\n};\n\nwindow.onblur = function () {\n isPageActive = false;\n};\n\nfunction fallbackCopyTextToClipboard(text) {\n var textArea = document.createElement('textarea');\n textArea.className = 'u-hidden';\n textArea.value = text;\n document.querySelector('.c-share').appendChild(textArea);\n textArea.focus();\n textArea.select();\n\n try {\n var successful = document.execCommand('copy');\n var msg = successful ? 'successful' : 'unsuccessful';\n console.log('Fallback: Copying text command was ' + msg);\n } catch (err) {\n console.error('Fallback: Oops, unable to copy', err);\n }\n\n document.body.removeChild(textArea);\n}\n\nfunction showCopyTooltip() {\n const tooltip = document.querySelector('#copy-tooltip');\n\n if (tooltip) {\n tooltip.style.opacity = 1;\n setTimeout(() => {\n tooltip.style.opacity = 0;\n }, 3000);\n }\n}\n\nfunction copyTextToClipboard(text) {\n if (!navigator.clipboard) {\n fallbackCopyTextToClipboard(text);\n showCopyTooltip();\n return;\n }\n\n navigator.clipboard.writeText(text).then(function () {\n showCopyTooltip();\n }, function (err) {\n console.error('Async: Could not copy text: ', err);\n });\n}\n\nconst inititateJobShare = () => {\n if (document.querySelector('.js-copy-to-clipboard')) {\n document.querySelector('.js-copy-to-clipboard').addEventListener('click', e => {\n e.preventDefault();\n copyTextToClipboard(window.location.origin + window.location.pathname + '?utm_source=copy_share_button_job_page ');\n });\n }\n\n const messenger = document.querySelector('.js-share-messenger');\n\n if (messenger) {\n messenger.addEventListener('click', e => {\n e.preventDefault();\n const target = e.currentTarget;\n window.location.href = 'fb-messenger://share/?link=' + encodeURIComponent(window.location.origin + window.location.pathname + '?utm_source=messenger_share_button_job_page&app_id=' + target.dataset.id);\n setTimeout(() => {\n if (document.hidden || !isPageActive) {\n return;\n }\n\n window.location.href = target.href;\n }, 100);\n });\n }\n\n const whatsapp = document.querySelector('.js-share-whatsapp');\n\n if (whatsapp) {\n whatsapp.addEventListener('click', e => {\n e.preventDefault();\n const target = e.currentTarget;\n window.location.href = 'whatsapp://send?text=' + target.dataset.text;\n setTimeout(() => {\n if (document.hidden || !isPageActive) {\n return;\n }\n\n window.open(target.href, '_blank');\n }, 100);\n });\n }\n\n const facebook = document.querySelector('.js-biuro-facebook');\n\n if (facebook) {\n inititateFacebook(facebook.dataset.id, facebook.dataset.href);\n }\n};\n\n/* harmony default export */ __webpack_exports__[\"default\"] = (inititateJobShare);\n\n//# sourceURL=webpack:///./wp-content/themes/biuro/js/components/job-share/job-share.js?");
eval("__webpack_require__.r(__webpack_exports__);\nconst loadJS = src => {\n return new Promise((resolve, reject) => {\n const s = document.createElement('script');\n s.src = src;\n s.async = true;\n s.onload = resolve;\n s.onerror = reject;\n document.head.appendChild(s);\n });\n};\n\nasync function inititateFacebook(ID) {\n loadJS('https://connect.facebook.net/en_US/sdk.js').then(() => {\n if (!window.FB) {\n return;\n }\n\n window.FB.init({\n appId: ID,\n version: 'v3.3',\n status: true,\n xfbml: true\n });\n });\n}\n\nlet isPageActive = true;\n\nwindow.onfocus = function () {\n isPageActive = true;\n};\n\nwindow.onblur = function () {\n isPageActive = false;\n};\n\nfunction fallbackCopyTextToClipboard(text) {\n var textArea = document.createElement('textarea');\n textArea.className = 'u-hidden';\n textArea.value = text;\n document.querySelector('.c-share').appendChild(textArea);\n textArea.focus();\n textArea.select();\n\n try {\n var successful = document.execCommand('copy');\n var msg = successful ? 'successful' : 'unsuccessful';\n console.log('Fallback: Copying text command was ' + msg);\n } catch (err) {\n console.error('Fallback: Oops, unable to copy', err);\n }\n\n document.body.removeChild(textArea);\n}\n\nfunction showCopyTooltip() {\n const tooltip = document.querySelector('#copy-tooltip');\n\n if (tooltip) {\n tooltip.style.opacity = 1;\n setTimeout(() => {\n tooltip.style.opacity = 0;\n }, 3000);\n }\n}\n\nfunction copyTextToClipboard(text) {\n if (!navigator.clipboard) {\n fallbackCopyTextToClipboard(text);\n showCopyTooltip();\n return;\n }\n\n navigator.clipboard.writeText(text).then(function () {\n showCopyTooltip();\n }, function (err) {\n console.error('Async: Could not copy text: ', err);\n });\n}\n\nconst inititateJobShare = () => {\n if (document.querySelector('.js-copy-to-clipboard')) {\n document.querySelector('.js-copy-to-clipboard').addEventListener('click', e => {\n e.preventDefault();\n copyTextToClipboard(window.location.origin + window.location.pathname + '?utm_source=copy_share_button_job_page ');\n });\n }\n\n const messenger = document.querySelector('.js-share-messenger');\n\n if (messenger) {\n messenger.addEventListener('click', e => {\n e.preventDefault();\n const target = e.currentTarget;\n window.location.href = 'fb-messenger://share/?link=' + encodeURIComponent(window.location.origin + window.location.pathname + '?utm_source=messenger_share_button_job_page&app_id=' + target.dataset.id);\n setTimeout(() => {\n if (document.hidden || !isPageActive) {\n return;\n }\n\n window.location.href = target.href;\n }, 100);\n });\n }\n\n const whatsapp = document.querySelector('.js-share-whatsapp');\n\n if (whatsapp) {\n whatsapp.addEventListener('click', e => {\n e.preventDefault();\n const target = e.currentTarget;\n window.location.href = 'whatsapp://send?text=' + target.dataset.text;\n setTimeout(() => {\n if (document.hidden || !isPageActive) {\n return;\n }\n\n window.open(target.href, '_blank');\n }, 100);\n });\n }\n\n const facebook = document.querySelector('.js-biuro-facebook');\n\n if (facebook) {\n setTimeout(() => {\n inititateFacebook(facebook.dataset.id);\n }, 1500);\n }\n};\n\n/* harmony default export */ __webpack_exports__[\"default\"] = (inititateJobShare);\n\n//# sourceURL=webpack:///./wp-content/themes/biuro/js/components/job-share/job-share.js?");
/***/ })
......
async function inititateFacebook (ID, href) {
fetch('https://connect.facebook.net/en_US/sdk.js')
.then((res) => {
console.error('res');
console.dir(typeof window.FB);
// return response.json();
})
.then((json) => {
console.error('got it');
console.dir(typeof window.FB);
});
// const { default: inititateJobShare } = await import('./job-share/job-share');
const loadJS = src => {
return new Promise((resolve, reject) => {
const s = document.createElement('script');
s.src = src;
s.async = true;
s.onload = resolve;
s.onerror = reject;
document.head.appendChild(s);
});
};
// return inititateJobShare;
async function inititateFacebook (ID) {
loadJS('https://connect.facebook.net/en_US/sdk.js').then(() => {
if (!window.FB) {
return;
}
window.FB.init({
appId: ID,
version: 'v3.3',
status: true,
xfbml: true
});
});
}
let isPageActive = true;
......@@ -120,7 +129,9 @@ const inititateJobShare = () => {
const facebook = document.querySelector('.js-biuro-facebook');
if (facebook) {
inititateFacebook(facebook.dataset.id, facebook.dataset.href);
setTimeout(() => {
inititateFacebook(facebook.dataset.id);
}, 1500);
}
};
......
......@@ -295,9 +295,6 @@ if (document.querySelector('.js-collapse-row--toggle')) {
});
}
const showPopup = (e) => {
if (e.clientY < 50 && e.relatedTarget == null && e.target.nodeName.toLowerCase() !== 'select') {
document.removeEventListener('mouseout', showPopup);
......@@ -306,6 +303,18 @@ const showPopup = (e) => {
document.getElementById('popup').style.display = 'block';
}
}
if (document.querySelector('.c-popup--close')) {
document.querySelector('.c-popup--close').addEventListener('click', (e) => {
e.preventDefault();
if (document.getElementById('popup')) {
document.getElementById('popup').style.display = 'none';
}
});
}
};
document.addEventListener('mouseout', showPopup);
setTimeout(() => {
document.addEventListener('mouseout', showPopup);
}, 2000);
......@@ -92,7 +92,7 @@
/******/
/******/ var hotApplyOnUpdate = true;
/******/ // eslint-disable-next-line no-unused-vars
/******/ var hotCurrentHash = "31580759ae595e26d970";
/******/ var hotCurrentHash = "2f9001e9c35e4f0680b9";
/******/ var hotRequestTimeout = 10000;
/******/ var hotCurrentModuleData = {};
/******/ var hotCurrentChildModule;
......@@ -1110,7 +1110,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) *
/***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict";
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _polyfills_polyfills__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./polyfills/polyfills */ \"./wp-content/themes/biuro/js/polyfills/polyfills.js\");\n/* harmony import */ var _polyfills_polyfills__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_polyfills_polyfills__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony import */ var _components_components__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./components/components */ \"./wp-content/themes/biuro/js/components/components.js\");\n// https://github.com/webpack/webpack/issues/8656#issuecomment-456001556\n// import \"core-js/es\";\n\n\n\nif (true) {\n module.hot.accept();\n}\n\n(global => {\n const container = document.getElementById('cookie-warning');\n const btnAgree = document.getElementById('cookie-agree');\n const btnClose = document.getElementById('cookie-close');\n const agreed = useLS() ? localStorage.getItem('biuro-agree') : false;\n\n function useLS() {\n var mod = 'a';\n\n try {\n localStorage.setItem(mod, mod);\n localStorage.removeItem(mod);\n return true;\n } catch (e) {\n return false;\n }\n }\n\n if (!container || !btnAgree || !btnClose || agreed) {\n return;\n }\n\n container.style.display = 'block';\n btnAgree.addEventListener('click', () => {\n if (useLS()) {\n localStorage.setItem('biuro-agree', 'true');\n }\n\n container.style.display = 'none';\n });\n btnClose.addEventListener('click', () => {\n container.style.display = 'none';\n });\n})(window);\n\n(global => {\n const node = document.querySelector('.c-nav--lang');\n\n if (!node) {\n return;\n }\n\n node.addEventListener('click', e => {\n e.currentTarget.classList.toggle('c-nav--lang--is-open');\n });\n})(window);\n\n(global => {\n document.querySelectorAll('.js-toggle--nav').forEach(node => {\n node.addEventListener('click', e => {\n e.preventDefault();\n document.body.classList.toggle('is-nav--open');\n });\n });\n document.querySelectorAll('.js-toggle--aside').forEach(node => {\n node.addEventListener('click', e => {\n e.preventDefault();\n document.body.classList.remove('is-aside--open');\n document.body.classList.remove('is-aside--open-additional');\n document.body.classList.remove('is-aside--open-city');\n });\n });\n document.querySelectorAll('.js-toggle--aside-city').forEach(node => {\n node.addEventListener('click', e => {\n e.preventDefault();\n document.body.classList.add('is-aside--open');\n document.body.classList.remove('is-aside--open-additional');\n document.body.classList.add('is-aside--open-city');\n });\n });\n document.querySelectorAll('.js-toggle--aside--additional').forEach(node => {\n node.addEventListener('click', e => {\n e.preventDefault();\n document.body.classList.toggle('is-aside--open');\n document.body.classList.remove('is-aside--open-city');\n document.body.classList.add('is-aside--open-additional');\n });\n });\n})(window);\n\ndocument.querySelectorAll('.js-form--input-file').forEach(node => {\n node.addEventListener('change', () => {\n const parent = node.parentNode;\n const name = node.value.split(/\\\\|\\//).pop();\n const text = parent.querySelector('.js-form--input-file-text');\n\n if (text && name) {\n text.innerHTML = name;\n }\n });\n});\ndocument.querySelectorAll('.js-toggle--services').forEach(node => {\n node.addEventListener('click', () => {\n node.parentNode.classList.toggle('c-services--is-open');\n });\n});\ndocument.querySelectorAll('.js-toggle--sections').forEach(node => {\n node.addEventListener('click', () => {\n const parent = node.parentNode;\n\n if (parent.classList.contains('c-sections--is-open')) {\n parent.classList.toggle('c-sections--is-open');\n } else {\n document.querySelectorAll('.c-sections--is-open').forEach(node => {\n node.classList.remove('c-sections--is-open');\n });\n parent.classList.toggle('c-sections--is-open');\n }\n });\n});\ndocument.querySelectorAll('.js-expand-jobs-section').forEach(node => {\n node.addEventListener('click', e => {\n e.preventDefault();\n node.parentNode.classList.remove('c-jobs-section--is-closed');\n node.remove();\n });\n});\n\nconst initiatePositionForm = () => {\n const button = document.querySelector('[name=\"s\"][value=\"1\"]');\n\n if (button) {\n button.click();\n return;\n }\n\n const input = document.querySelector('[name=\"name\"]');\n\n if (input) {\n input.focus();\n }\n};\n\nif (document.querySelector('.js-inititate-position-form')) {\n document.querySelector('.js-inititate-position-form').addEventListener('click', initiatePositionForm);\n}\n\nif (document.querySelector('.js-focus-form')) {\n document.querySelector('.js-focus-form').addEventListener('click', () => {\n const input = document.querySelector('.c-form input:first-of-type');\n\n if (input) {\n input.focus();\n }\n });\n}\n\nif (document.querySelector('.js-modal--close')) {\n document.querySelector('.js-modal--close').addEventListener('click', () => {\n const modal = document.querySelector('.c-modal');\n\n if (modal) {\n modal.remove();\n }\n\n const node = document.querySelector('.c-form [autofocus]');\n\n if (node) {\n node.focus();\n }\n });\n}\n\n(global => {\n const node = document.querySelector('.c-form [autofocus]');\n\n if (node) {\n node.focus();\n }\n\n if (location.hash) {\n const error = document.querySelector('.c-form--input-wrap--error input') || document.querySelector('.c-form--checkbox--error');\n\n if (error) {\n error.focus();\n return;\n }\n\n const input = document.querySelector('.c-form [name=\"name\"]');\n\n if (input) {\n input.focus();\n }\n }\n})(window);\n\n(global => {\n document.querySelectorAll('.gtm-share-click').forEach(node => {\n node.addEventListener('click', e => {\n window.dataLayer = window.dataLayer || [];\n window.dataLayer.push({\n event: 'shareClick',\n shareLabel: node.dataset.label || ''\n });\n });\n });\n})(window);\n\nconst submitContactsFrom = form => {\n if (form.querySelector('[type=\"submit\"]')) {\n form.querySelector('[type=\"submit\"]').classList.add('c-btn--disabled');\n form.querySelector('[type=\"submit\"]').classList.add('c-btn--loading');\n }\n};\n\ndocument.querySelectorAll('[name=\"form-position\"], [name=\"form-employees\"], [name=\"form-employers\"], [name=\"form-recommend\"]').forEach(form => {\n form.addEventListener('submit', () => {\n submitContactsFrom(form);\n });\n});\n\nif (document.querySelector('#submit-recommend')) {\n document.querySelector('#submit-recommend').addEventListener('click', e => {\n e.preventDefault();\n const button = document.querySelector('[name=\"form-recommend\"] [type=\"submit\"]');\n\n if (!button) {\n return;\n }\n\n e.currentTarget.classList.add('c-btn--disabled');\n e.currentTarget.classList.add('c-btn--loading');\n button.click();\n });\n}\n\nif (document.querySelector('.js-submit-employees-form')) {\n document.querySelector('.js-submit-employees-form').addEventListener('click', e => {\n const button = document.querySelector('[name=\"form-employees\"] [type=\"submit\"]');\n\n if (!button) {\n return;\n }\n\n e.preventDefault();\n e.currentTarget.classList.add('c-btn--disabled');\n e.currentTarget.classList.add('c-btn--loading');\n button.click();\n });\n}\n\nif (document.querySelector('.js-accordion--header')) {\n Object(_components_components__WEBPACK_IMPORTED_MODULE_1__[\"getAccordion\"])().then(inititateAccordion => {\n inititateAccordion();\n });\n}\n\nif (document.querySelector('.c-feedbacks--inner')) {\n Object(_components_components__WEBPACK_IMPORTED_MODULE_1__[\"getFeedbackSwiper\"])().then(inititateFeedbackSwiper => {\n inititateFeedbackSwiper();\n });\n}\n\nif (document.getElementById('search') || document.getElementById('form-city') || document.getElementById('recommend-form-city')) {\n Object(_components_components__WEBPACK_IMPORTED_MODULE_1__[\"getAutocomplete\"])().then(inititateAutocomplete => {\n inititateAutocomplete();\n });\n}\n\nif (document.getElementById('js-map--divisions') || document.getElementById('js-map--cities') || document.getElementById('js-map--regions')) {\n Object(_components_components__WEBPACK_IMPORTED_MODULE_1__[\"getMaps\"])().then(inititateMap => {\n inititateMap();\n });\n}\n\nif (document.querySelector('.js-copy-to-clipboard') || document.querySelector('.js-share-messenger') || document.querySelector('.js-share-whatsapp') || document.querySelector('.js-biuro-facebook')) {\n Object(_components_components__WEBPACK_IMPORTED_MODULE_1__[\"getJobShare\"])().then(inititateJobShare => {\n inititateJobShare();\n });\n}\n\nif (document.querySelector('.js-collapse-row--toggle')) {\n document.querySelector('.js-collapse-row--toggle').addEventListener('click', e => {\n e.currentTarget.parentNode.classList.toggle('c-form--row--collapsed');\n });\n}\n\nconst showPopup = e => {\n if (e.clientY < 50 && e.relatedTarget == null && e.target.nodeName.toLowerCase() !== 'select') {\n document.removeEventListener('mouseout', showPopup);\n\n if (document.getElementById('popup')) {\n document.getElementById('popup').style.display = 'block';\n }\n }\n};\n\ndocument.addEventListener('mouseout', showPopup);\n\n//# sourceURL=webpack:///./wp-content/themes/biuro/js/main.js?");
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _polyfills_polyfills__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./polyfills/polyfills */ \"./wp-content/themes/biuro/js/polyfills/polyfills.js\");\n/* harmony import */ var _polyfills_polyfills__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_polyfills_polyfills__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony import */ var _components_components__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./components/components */ \"./wp-content/themes/biuro/js/components/components.js\");\n// https://github.com/webpack/webpack/issues/8656#issuecomment-456001556\n// import \"core-js/es\";\n\n\n\nif (true) {\n module.hot.accept();\n}\n\n(global => {\n const container = document.getElementById('cookie-warning');\n const btnAgree = document.getElementById('cookie-agree');\n const btnClose = document.getElementById('cookie-close');\n const agreed = useLS() ? localStorage.getItem('biuro-agree') : false;\n\n function useLS() {\n var mod = 'a';\n\n try {\n localStorage.setItem(mod, mod);\n localStorage.removeItem(mod);\n return true;\n } catch (e) {\n return false;\n }\n }\n\n if (!container || !btnAgree || !btnClose || agreed) {\n return;\n }\n\n container.style.display = 'block';\n btnAgree.addEventListener('click', () => {\n if (useLS()) {\n localStorage.setItem('biuro-agree', 'true');\n }\n\n container.style.display = 'none';\n });\n btnClose.addEventListener('click', () => {\n container.style.display = 'none';\n });\n})(window);\n\n(global => {\n const node = document.querySelector('.c-nav--lang');\n\n if (!node) {\n return;\n }\n\n node.addEventListener('click', e => {\n e.currentTarget.classList.toggle('c-nav--lang--is-open');\n });\n})(window);\n\n(global => {\n document.querySelectorAll('.js-toggle--nav').forEach(node => {\n node.addEventListener('click', e => {\n e.preventDefault();\n document.body.classList.toggle('is-nav--open');\n });\n });\n document.querySelectorAll('.js-toggle--aside').forEach(node => {\n node.addEventListener('click', e => {\n e.preventDefault();\n document.body.classList.remove('is-aside--open');\n document.body.classList.remove('is-aside--open-additional');\n document.body.classList.remove('is-aside--open-city');\n });\n });\n document.querySelectorAll('.js-toggle--aside-city').forEach(node => {\n node.addEventListener('click', e => {\n e.preventDefault();\n document.body.classList.add('is-aside--open');\n document.body.classList.remove('is-aside--open-additional');\n document.body.classList.add('is-aside--open-city');\n });\n });\n document.querySelectorAll('.js-toggle--aside--additional').forEach(node => {\n node.addEventListener('click', e => {\n e.preventDefault();\n document.body.classList.toggle('is-aside--open');\n document.body.classList.remove('is-aside--open-city');\n document.body.classList.add('is-aside--open-additional');\n });\n });\n})(window);\n\ndocument.querySelectorAll('.js-form--input-file').forEach(node => {\n node.addEventListener('change', () => {\n const parent = node.parentNode;\n const name = node.value.split(/\\\\|\\//).pop();\n const text = parent.querySelector('.js-form--input-file-text');\n\n if (text && name) {\n text.innerHTML = name;\n }\n });\n});\ndocument.querySelectorAll('.js-toggle--services').forEach(node => {\n node.addEventListener('click', () => {\n node.parentNode.classList.toggle('c-services--is-open');\n });\n});\ndocument.querySelectorAll('.js-toggle--sections').forEach(node => {\n node.addEventListener('click', () => {\n const parent = node.parentNode;\n\n if (parent.classList.contains('c-sections--is-open')) {\n parent.classList.toggle('c-sections--is-open');\n } else {\n document.querySelectorAll('.c-sections--is-open').forEach(node => {\n node.classList.remove('c-sections--is-open');\n });\n parent.classList.toggle('c-sections--is-open');\n }\n });\n});\ndocument.querySelectorAll('.js-expand-jobs-section').forEach(node => {\n node.addEventListener('click', e => {\n e.preventDefault();\n node.parentNode.classList.remove('c-jobs-section--is-closed');\n node.remove();\n });\n});\n\nconst initiatePositionForm = () => {\n const button = document.querySelector('[name=\"s\"][value=\"1\"]');\n\n if (button) {\n button.click();\n return;\n }\n\n const input = document.querySelector('[name=\"name\"]');\n\n if (input) {\n input.focus();\n }\n};\n\nif (document.querySelector('.js-inititate-position-form')) {\n document.querySelector('.js-inititate-position-form').addEventListener('click', initiatePositionForm);\n}\n\nif (document.querySelector('.js-focus-form')) {\n document.querySelector('.js-focus-form').addEventListener('click', () => {\n const input = document.querySelector('.c-form input:first-of-type');\n\n if (input) {\n input.focus();\n }\n });\n}\n\nif (document.querySelector('.js-modal--close')) {\n document.querySelector('.js-modal--close').addEventListener('click', () => {\n const modal = document.querySelector('.c-modal');\n\n if (modal) {\n modal.remove();\n }\n\n const node = document.querySelector('.c-form [autofocus]');\n\n if (node) {\n node.focus();\n }\n });\n}\n\n(global => {\n const node = document.querySelector('.c-form [autofocus]');\n\n if (node) {\n node.focus();\n }\n\n if (location.hash) {\n const error = document.querySelector('.c-form--input-wrap--error input') || document.querySelector('.c-form--checkbox--error');\n\n if (error) {\n error.focus();\n return;\n }\n\n const input = document.querySelector('.c-form [name=\"name\"]');\n\n if (input) {\n input.focus();\n }\n }\n})(window);\n\n(global => {\n document.querySelectorAll('.gtm-share-click').forEach(node => {\n node.addEventListener('click', e => {\n window.dataLayer = window.dataLayer || [];\n window.dataLayer.push({\n event: 'shareClick',\n shareLabel: node.dataset.label || ''\n });\n });\n });\n})(window);\n\nconst submitContactsFrom = form => {\n if (form.querySelector('[type=\"submit\"]')) {\n form.querySelector('[type=\"submit\"]').classList.add('c-btn--disabled');\n form.querySelector('[type=\"submit\"]').classList.add('c-btn--loading');\n }\n};\n\ndocument.querySelectorAll('[name=\"form-position\"], [name=\"form-employees\"], [name=\"form-employers\"], [name=\"form-recommend\"]').forEach(form => {\n form.addEventListener('submit', () => {\n submitContactsFrom(form);\n });\n});\n\nif (document.querySelector('#submit-recommend')) {\n document.querySelector('#submit-recommend').addEventListener('click', e => {\n e.preventDefault();\n const button = document.querySelector('[name=\"form-recommend\"] [type=\"submit\"]');\n\n if (!button) {\n return;\n }\n\n e.currentTarget.classList.add('c-btn--disabled');\n e.currentTarget.classList.add('c-btn--loading');\n button.click();\n });\n}\n\nif (document.querySelector('.js-submit-employees-form')) {\n document.querySelector('.js-submit-employees-form').addEventListener('click', e => {\n const button = document.querySelector('[name=\"form-employees\"] [type=\"submit\"]');\n\n if (!button) {\n return;\n }\n\n e.preventDefault();\n e.currentTarget.classList.add('c-btn--disabled');\n e.currentTarget.classList.add('c-btn--loading');\n button.click();\n });\n}\n\nif (document.querySelector('.js-accordion--header')) {\n Object(_components_components__WEBPACK_IMPORTED_MODULE_1__[\"getAccordion\"])().then(inititateAccordion => {\n inititateAccordion();\n });\n}\n\nif (document.querySelector('.c-feedbacks--inner')) {\n Object(_components_components__WEBPACK_IMPORTED_MODULE_1__[\"getFeedbackSwiper\"])().then(inititateFeedbackSwiper => {\n inititateFeedbackSwiper();\n });\n}\n\nif (document.getElementById('search') || document.getElementById('form-city') || document.getElementById('recommend-form-city')) {\n Object(_components_components__WEBPACK_IMPORTED_MODULE_1__[\"getAutocomplete\"])().then(inititateAutocomplete => {\n inititateAutocomplete();\n });\n}\n\nif (document.getElementById('js-map--divisions') || document.getElementById('js-map--cities') || document.getElementById('js-map--regions')) {\n Object(_components_components__WEBPACK_IMPORTED_MODULE_1__[\"getMaps\"])().then(inititateMap => {\n inititateMap();\n });\n}\n\nif (document.querySelector('.js-copy-to-clipboard') || document.querySelector('.js-share-messenger') || document.querySelector('.js-share-whatsapp') || document.querySelector('.js-biuro-facebook')) {\n Object(_components_components__WEBPACK_IMPORTED_MODULE_1__[\"getJobShare\"])().then(inititateJobShare => {\n inititateJobShare();\n });\n}\n\nif (document.querySelector('.js-collapse-row--toggle')) {\n document.querySelector('.js-collapse-row--toggle').addEventListener('click', e => {\n e.currentTarget.parentNode.classList.toggle('c-form--row--collapsed');\n });\n}\n\nconst showPopup = e => {\n if (e.clientY < 50 && e.relatedTarget == null && e.target.nodeName.toLowerCase() !== 'select') {\n document.removeEventListener('mouseout', showPopup);\n\n if (document.getElementById('popup')) {\n document.getElementById('popup').style.display = 'block';\n }\n }\n\n if (document.querySelector('.c-popup--close')) {\n document.querySelector('.c-popup--close').addEventListener('click', e => {\n e.preventDefault();\n\n if (document.getElementById('popup')) {\n document.getElementById('popup').style.display = 'none';\n }\n });\n }\n};\n\nsetTimeout(() => {\n document.addEventListener('mouseout', showPopup);\n}, 2000);\n\n//# sourceURL=webpack:///./wp-content/themes/biuro/js/main.js?");
/***/ }),
......
<?php
/**
* Template Name: Recommend Friend Page
*
* The employees landing page template file
* Learn more: https://codex.wordpress.org/Template_Hierarchy
*
* @package WordPress
* @subpackage Biuro
* @since 1.0
* @version 1.0
*/
get_header('langing');
?>
<div class="l-section l-section--recommend">
<div class="l-section--inner-extended">
<?php
while ( have_posts() ) :
?>
<div class="c-heading--recommend-friend">
<?php
the_post();
the_content();
?>
</div>
<?php
endwhile;
?>
</div>
</div>
<div id="content">
<main id="main" class="l-main">
<div class="c-recommend-friend">
<div class="c-recommend-friend--inner">
<div class="c-recommend-friend--content">
<?php
if ( is_active_sidebar( 'recommend_page_content_area' ) ) :
dynamic_sidebar( 'recommend_page_content_area' );
endif;
?>
<div class="c-recommend-friend--gift">
<div class="c-recommend-friend--gift-img">
<svg width="30" height="27" xmlns="http://www.w3.org/2000/svg">
<path style="fill: currentColor" d="M26.812 6.75h-3.62c.482-.68.777-1.518.777-2.437 0-2.24-1.696-4.063-3.784-4.063-2.148 0-3.392 1.29-5.56 4.865l-.385-.625C12.302 1.388 11.082.25 9.064.25c-2.087 0-3.783 1.823-3.783 4.063 0 .919.295 1.757.777 2.437h-3.62A2.437 2.437 0 0 0 0 9.188v14.624a2.437 2.437 0 0 0 2.437 2.438h24.375a2.437 2.437 0 0 0 2.438-2.438V9.188a2.437 2.437 0 0 0-2.438-2.438zm-6.627 0H15.54l.444-.737c2.258-3.717 3.073-4.138 4.202-4.138 1.189 0 2.159 1.092 2.159 2.438 0 1.345-.97 2.437-2.159 2.437zM9.065 1.875c1.188 0 2.02.462 4.534 4.692l.107.183H9.059c-1.188 0-2.158-1.092-2.158-2.437.005-1.346.975-2.438 2.163-2.438zm18.56 21.937a.814.814 0 0 1-.813.813H2.437a.814.814 0 0 1-.812-.813v-1.624h26v1.624zm0-3.25h-26v-3.25h26v3.25zm0-4.874h-26v-6.5c0-.45.364-.813.812-.813h10.227L8.65 12.388a.406.406 0 0 0 0 .575l.574.574a.406.406 0 0 0 .574 0l4.826-4.826 4.826 4.826a.406.406 0 0 0 .574 0l.574-.574a.406.406 0 0 0 0-.575l-4.013-4.013h10.226c.45 0 .813.364.813.813v6.5z" fill-rule="nonzero"/>
</svg>
</div>
<?php
if ( is_active_sidebar( 'recommend_page_gift_area' ) ) :
dynamic_sidebar( 'recommend_page_gift_area' );
endif;
?>
</div>
</div>
<div class="c-recommend-friend--form">
<?php
echo do_shortcode('[biuro-contacts--recommend]');
?>
</div>
</div><!-- .c-recommend-friend--inner -->
</div><!-- .c-recommend-friend -->
<?php
if ( is_active_sidebar( 'front_page_feedbacks' ) ) :
dynamic_sidebar( 'front_page_feedbacks' );
endif;
?>
</main><!-- .l-main -->
</div><!-- #content -->
<?php get_footer();
<?php
/**
* Template Name: Recommend Friend Page
*
* The employees landing page template file
* Learn more: https://codex.wordpress.org/Template_Hierarchy
*
* @package WordPress
* @subpackage Biuro
* @since 1.0
* @version 1.0
*/
get_header('langing');
?>
<div class="l-section l-section--recommend">
<div class="l-section--inner-extended">
<?php
while ( have_posts() ) :
?>
<div class="c-heading--recommend-friend">
<?php
the_post();
the_content();
?>
</div>
<?php
endwhile;
?>
</div>
</div>
<div id="content">
<main id="main" class="l-main">
<div class="c-recommend-friend">
<div class="c-recommend-friend--inner">
<div class="c-recommend-friend--content">
<?php
if ( is_active_sidebar( 'recommend_page_content_area' ) ) :
dynamic_sidebar( 'recommend_page_content_area' );
endif;
?>
<div class="c-recommend-friend--gift">
<div class="c-recommend-friend--gift-img">
<svg width="30px" height="27px"><use href="#ico--gift"></use></svg>
</div>
<?php
if ( is_active_sidebar( 'recommend_page_gift_area' ) ) :
dynamic_sidebar( 'recommend_page_gift_area' );
endif;
?>
</div>
</div>
<div class="c-recommend-friend--form">
<?php
echo do_shortcode('[biuro-contacts--recommend]');
?>
</div>
</div><!-- .c-recommend-friend--inner -->
</div><!-- .c-recommend-friend -->
<?php
if ( is_active_sidebar( 'front_page_feedbacks' ) ) :
dynamic_sidebar( 'front_page_feedbacks' );
endif;
?>
</main><!-- .l-main -->
</div><!-- #content -->
<?php get_footer();
<?php
/**
* Template Name: VDB page
*
* This is the page for a VDB
*
* @link https://codex.wordpress.org/Template_Hierarchy
*
* @package WordPress
* @subpackage Biuro
* @since 1.0
* @version 1.0
*/
get_header(); ?>
<div class="l-section l-section--search-page l-section--vdb">
<div class="l-section--inner">
<?php
if (get_page_template_slug() != 'sales-page.php'):
get_search_form();
endif;
?>
</div>
</div>
<div class="c-vdb--top">
<div class="c-vdb--top-inner">
<img src="/wp-content/themes/biuro/i/vdb/header.png" width="39px" height="39px" alt="VDB" class="c-vdb--top-img" />
<p class="c-vdb--top-content">
<?php _e('Find summer job – look through the job ads, we are constantly updating the list and adding new ones.', 'biuro'); ?>
</p>
</div>
</div>
<div class="c-search--filters">
<button class="js-toggle--aside-city o-btn c-btn--filter">
<svg width="16px" height="19px" class="c-ico--city">
<use xlink:href="#ico--city"></use>
</svg> <?php _e('City', 'biuro'); ?>
</button>
<button class="js-toggle--aside--additional o-btn c-btn--filter">
<svg width="17px" height="17px" class="c-ico--filter">
<use xlink:href="#ico--filter"></use>
</svg> <?php _e('Other filters', 'biuro'); ?>
</button>
</div>
<div id="content" class="l-main">
<div class="l-content l-content--heading">
<?php
if ( !is_search() ):
while ( have_posts() ) :
the_post();
the_content();
endwhile;
endif;
?>
</div>
<div class="l-content">
<aside class="l-aside l-aside--search">
<?php
get_template_part( 'template-parts/layout/aside', 'job-list' );
?>
<span class="js-toggle--aside l-aside--close">
<svg width="13px" height="13px">
<use xlink:href="#ico--close"></use>
</svg>
</span>
</aside><!-- .l-aside -->
<main id="main" class="l-main">
<?php
global $query_string;
$ID = get_the_ID();
$keys = get_post_custom_keys();
$where = 'valid.meta_value > "' . date('Y-m-d', strtotime('-1 days')) . '"';
if ( is_search() ):
wp_parse_str( $query_string, $searchQuery );
if ( $searchQuery ) :
if ( $searchQuery['city'] ) :
$city = get_term_by( 'name', preg_replace('/[\+]/', ' ', $searchQuery['city']), 'city' );
if ( $city ) :
$where = $where . ' AND city.term_id = ' . $city->term_id;
endif;
endif;
if ( $searchQuery['s'] ) :
$field = get_term_by( 'name', preg_replace('/[\+]/', ' ', $searchQuery['s']), 'field' );
$type = get_term_by( 'name', preg_replace('/[\+]/', ' ', $searchQuery['s']), 'type' );
if ( $field ) :
$where = $where . ' AND field.term_id = ' . $field->term_id;
elseif ( $type ) :
$where = $where . ' AND type.term_id = ' . $type->term_id;
else:
$where = $where . ' AND (t.post_title LIKE "%' . $searchQuery['s'] . '%" OR t.post_content LIKE "%' . $searchQuery['s'] . '%")';
endif;
endif;
endif;
// $where = 'valid.meta_value > "' . date('Y-m-d', strtotime('-1 days')) . '" AND (t.post_title LIKE "%' . $searchQuery . '%" OR t.post_content LIKE "%' . $searchQuery . '%")';
elseif ($keys):
foreach ( $keys as $key => $value ) :
$val = trim($value);
$taxonomy = substr($val, 20);
if ( '_' == $val{0} || substr($val, 0, 20) != 'built_in_taxonomies_' || !$taxonomy):
continue;
endif;
$res = get_post_custom_values( $val );
if ( !$res ) :
continue;
endif;
$term = $res[0];
if ( !$term ) :
continue;
endif;
$where = $where . ' AND ' . $taxonomy . '.slug = "' . $term . '"';
endforeach;
endif;
// WP Pods fix for multisite
global $wpdb;
$params = array(
'orderby' => 'date DESC',
'where' => $where,
'limit' => 20
);
if (get_current_blog_id() != 1):
$langs = pll_the_languages(array('raw'=>1));
$langID = $langs[pll_current_language('slug')]['id'];
$where = $where . ' AND ( `langs`.`object_id` IS NOT NULL )';
$params['join'] = ' LEFT JOIN `' . $wpdb->prefix . 'term_relationships` AS `langs` ON `langs`.`object_id` = `t`.`ID` AND `langs`.`term_taxonomy_id` = ' . $langID;
$params['where'] = $where;
endif;
// END WP Pods fix for multisite
$jobs = pods( 'job', $params );
if ( 0 < $jobs->total() ):
get_template_part( 'template-parts/jobs/jobs', 'list' );
else:
get_template_part( 'template-parts/jobs/jobs', 'not-found' );
endif;
?>
</main><!-- .l-main -->
</div><!-- .l-content -->
</div><!-- #content -->
<div class="c-vdb--section c-vdb--section-bottom">
<img src="/wp-content/themes/biuro/i/vdb/not-found.png" width="85px" height="85px" alt="VDB not found" class="c-vdb--section-img" />
<h3 class="c-vdb--section-heading"><?php _e("Didn't find a job offer you like?", 'biuro'); ?></h3>
<p class="c-vdb--section-content">
<?php _e('Fill out the form and we will contact you', 'biuro'); ?>
</p>
<?php
$contactsPage = new WP_Query( array(
'numberposts' => 1,
'post_type' => 'page',
'meta_key' => 'page',
'meta_value' => 'employees-contacts'
) );
if ( $contactsPage->have_posts() ) :
while( $contactsPage->have_posts() ) :
$contactsPage->the_post();
?>
<a href="<?php echo get_the_permalink(); ?>#action" class="o-btn c-btn--vdb"><?php _e('Get a job offer', 'biuro'); ?></a>
<?php
endwhile;
endif;
wp_reset_query();
?>
</div>
<div class="c-vdb--bottom">
<div class="c-vdb--bottom-inner">
<p class="c-vdb--bottom-heading"><?php _e('900', 'biuro'); ?></p>
<p class="c-vdb--bottom-content"><?php _e('This is how many people we employed during summer at 2018.<br/>Join us this summer!', 'biuro'); ?></p>
</div>
</div>
<?php get_footer();
<?php
/**
* Template Name: VDB page
*
* This is the page for a VDB
*
* @link https://codex.wordpress.org/Template_Hierarchy
*
* @package WordPress
* @subpackage Biuro
* @since 1.0
* @version 1.0
*/
get_header(); ?>
<div class="l-section l-section--search-page l-section--vdb">
<div class="l-section--inner">
<?php
if (get_page_template_slug() != 'sales-page.php'):
get_search_form();
endif;
?>
</div>
</div>
<div class="c-vdb--top">
<div class="c-vdb--top-inner">
<img src="/wp-content/themes/biuro/i/vdb/header.png" width="39px" height="39px" alt="VDB" class="c-vdb--top-img" />
<p class="c-vdb--top-content">
<?php _e('Find summer job – look through the job ads, we are constantly updating the list and adding new ones.', 'biuro'); ?>
</p>
</div>
</div>
<div class="c-search--filters">
<button class="js-toggle--aside-city o-btn c-btn--filter">
<svg width="16px" height="19px" class="c-ico--city">
<use href="#ico--city"></use>
</svg> <?php _e('City', 'biuro'); ?>
</button>
<button class="js-toggle--aside--additional o-btn c-btn--filter">
<svg width="17px" height="17px" class="c-ico--filter">
<use href="#ico--filter"></use>
</svg> <?php _e('Other filters', 'biuro'); ?>
</button>
</div>
<div id="content" class="l-main">
<div class="l-content l-content--heading">
<?php
if ( !is_search() ):
while ( have_posts() ) :
the_post();
the_content();
endwhile;
endif;
?>
</div>
<div class="l-content">
<aside class="l-aside l-aside--search">
<?php
get_template_part( 'template-parts/layout/aside', 'job-list' );
?>
<span class="js-toggle--aside l-aside--close">
<svg width="13px" height="13px">
<use href="#ico--close"></use>
</svg>
</span>
</aside><!-- .l-aside -->
<main id="main" class="l-main">
<?php
global $query_string;
$ID = get_the_ID();
$keys = get_post_custom_keys();
$where = 'valid.meta_value > "' . date('Y-m-d', strtotime('-1 days')) . '"';
if ( is_search() ):
wp_parse_str( $query_string, $searchQuery );
if ( $searchQuery ) :
if ( $searchQuery['city'] ) :
$city = get_term_by( 'name', preg_replace('/[\+]/', ' ', $searchQuery['city']), 'city' );
if ( $city ) :
$where = $where . ' AND city.term_id = ' . $city->term_id;
endif;
endif;
if ( $searchQuery['s'] ) :
$field = get_term_by( 'name', preg_replace('/[\+]/', ' ', $searchQuery['s']), 'field' );
$type = get_term_by( 'name', preg_replace('/[\+]/', ' ', $searchQuery['s']), 'type' );
if ( $field ) :
$where = $where . ' AND field.term_id = ' . $field->term_id;
elseif ( $type ) :
$where = $where . ' AND type.term_id = ' . $type->term_id;
else:
$where = $where . ' AND (t.post_title LIKE "%' . $searchQuery['s'] . '%" OR t.post_content LIKE "%' . $searchQuery['s'] . '%")';
endif;
endif;
endif;
// $where = 'valid.meta_value > "' . date('Y-m-d', strtotime('-1 days')) . '" AND (t.post_title LIKE "%' . $searchQuery . '%" OR t.post_content LIKE "%' . $searchQuery . '%")';
elseif ($keys):
foreach ( $keys as $key => $value ) :
$val = trim($value);
$taxonomy = substr($val, 20);
if ( '_' == $val{0} || substr($val, 0, 20) != 'built_in_taxonomies_' || !$taxonomy):
continue;
endif;
$res = get_post_custom_values( $val );
if ( !$res ) :
continue;
endif;
$term = $res[0];
if ( !$term ) :
continue;
endif;
$where = $where . ' AND ' . $taxonomy . '.slug = "' . $term . '"';
endforeach;
endif;
// WP Pods fix for multisite
global $wpdb;
$params = array(
'orderby' => 'date DESC',
'where' => $where,
'limit' => 20
);
if (get_current_blog_id() != 1):
$langs = pll_the_languages(array('raw'=>1));
$langID = $langs[pll_current_language('slug')]['id'];
$where = $where . ' AND ( `langs`.`object_id` IS NOT NULL )';
$params['join'] = ' LEFT JOIN `' . $wpdb->prefix . 'term_relationships` AS `langs` ON `langs`.`object_id` = `t`.`ID` AND `langs`.`term_taxonomy_id` = ' . $langID;
$params['where'] = $where;
endif;
// END WP Pods fix for multisite
$jobs = pods( 'job', $params );
if ( 0 < $jobs->total() ):
get_template_part( 'template-parts/jobs/jobs', 'list' );
else:
get_template_part( 'template-parts/jobs/jobs', 'not-found' );
endif;
?>
</main><!-- .l-main -->
</div><!-- .l-content -->
</div><!-- #content -->
<div class="c-vdb--section c-vdb--section-bottom">
<img src="/wp-content/themes/biuro/i/vdb/not-found.png" width="85px" height="85px" alt="VDB not found" class="c-vdb--section-img" />
<h3 class="c-vdb--section-heading"><?php _e("Didn't find a job offer you like?", 'biuro'); ?></h3>
<p class="c-vdb--section-content">
<?php _e('Fill out the form and we will contact you', 'biuro'); ?>
</p>
<?php
$contactsPage = new WP_Query( array(
'numberposts' => 1,
'post_type' => 'page',
'meta_key' => 'page',
'meta_value' => 'employees-contacts'
) );
if ( $contactsPage->have_posts() ) :
while( $contactsPage->have_posts() ) :
$contactsPage->the_post();
?>
<a href="<?php echo get_the_permalink(); ?>#action" class="o-btn c-btn--vdb"><?php _e('Get a job offer', 'biuro'); ?></a>
<?php
endwhile;
endif;
wp_reset_query();
?>
</div>
<div class="c-vdb--bottom">
<div class="c-vdb--bottom-inner">
<p class="c-vdb--bottom-heading"><?php _e('900', 'biuro'); ?></p>
<p class="c-vdb--bottom-content"><?php _e('This is how many people we employed during summer at 2018.<br/>Join us this summer!', 'biuro'); ?></p>
</div>
</div>
<?php get_footer();
......@@ -28,12 +28,12 @@ get_header(); ?>
<div class="c-search--filters">
<button class="js-toggle--aside-city o-btn c-btn--filter">
<svg width="16px" height="19px" class="c-ico--city">
<use xlink:href="#ico--city"></use>
<use href="#ico--city"></use>
</svg> <?php _e('City', 'biuro'); ?>
</button>
<button class="js-toggle--aside--additional o-btn c-btn--filter">
<svg width="17px" height="17px" class="c-ico--filter">
<use xlink:href="#ico--filter"></use>
<use href="#ico--filter"></use>
</svg> <?php _e('Other filters', 'biuro'); ?>
</button>
</div>
......@@ -63,7 +63,7 @@ get_header(); ?>
?>
<span class="js-toggle--aside l-aside--close">
<svg width="13px" height="13px">
<use xlink:href="#ico--close"></use>
<use href="#ico--close"></use>
</svg>
</span>
</aside><!-- .l-aside -->
......
......@@ -52,10 +52,10 @@ $langID = $langs[pll_current_language('slug')]['id'];
</span>
<span class="js-toggle--search-city c-search--ico-toggle <?php if (isset($searchQuery['city'])): ?>u-hidden<?php endif; ?>">
<svg width="13px" height="8px" class="c-ico--down">
<use xlink:href="#ico--down"></use>
<use href="#ico--down"></use>
</svg>
<svg width="13px" height="8px" class="c-ico--up">
<use xlink:href="#ico--up"></use>
<use href="#ico--up"></use>
</svg>
</span>
</label>
......@@ -82,10 +82,10 @@ $langID = $langs[pll_current_language('slug')]['id'];
</span>
<span class="js-toggle--search-query c-search--ico-toggle <?php if (isset($searchQuery['s'])): ?>u-hidden<?php endif; ?>">
<svg width="13px" height="8px" class="c-ico--down">
<use xlink:href="#ico--down"></use>
<use href="#ico--down"></use>
</svg>
<svg width="13px" height="8px" class="c-ico--up">
<use xlink:href="#ico--up"></use>
<use href="#ico--up"></use>
</svg>
</span>
</label>
......
......@@ -37,7 +37,7 @@ get_header();
</li>
<li class="c-breadcrumb--sep">
<svg width="4px" height="9.376px" class="c-ico--right">
<use xlink:href="#ico--right-slim"></use>
<use href="#ico--right-slim"></use>
</svg>
</li>
<?php
......@@ -50,7 +50,7 @@ get_header();
</li>
<li class="c-breadcrumb--sep">
<svg width="4px" height="9.376px" class="c-ico--right">
<use xlink:href="#ico--right-slim"></use>
<use href="#ico--right-slim"></use>
</svg>
</li>
<?php
......@@ -308,7 +308,6 @@ get_header();
<?php
endif;
?>
</div>
<?php
endif;
......
......@@ -57,22 +57,22 @@
<div class="c-share--options">
<a rel="noopener" href="https://www.facebook.com/dialog/share?app_id=<?php echo $appID; ?>&display=popup&amp;href=<?php echo urlencode($requestURL . '?utm_source=facebook_share_button_job_page'); ?>&redirect_uri=<?php echo $requestURL; ?>" class="gtm-share-click js-share-facebook c-share--option c-share--option-facebook" data-label="Facebook" aria-label="Facebook">
<svg width="9px" height="18px" class="c-ico--share-facebook">
<use xlink:href="#ico--job-facebook"></use>
<use href="#ico--job-facebook"></use>
</svg>
</a>
<a rel="noopener" href="https://www.facebook.com/dialog/send?app_id=<?php echo $appID; ?>&amp;link=<?php echo urlencode($requestURL . '?utm_source=messenger_share_button_job_page'); ?>&redirect_uri=<?php echo $requestURL; ?>" class="gtm-share-click js-share-messenger c-share--option c-share--option-messenger" data-label="Messenger" aria-label="Messenger" data-id="<?php echo $appID; ?>">
<svg width="15px" height="15px" class="c-ico--share-messenger">
<use xlink:href="#ico--job-messenger"></use>
<use href="#ico--job-messenger"></use>
</svg>
</a>
<a href="<?php echo $mailto; ?>" class="gtm-share-click c-share--option c-share--option-email" data-label="Email" aria-label="Email">
<svg width="17px" height="13px" class="c-ico--share-email">
<use xlink:href="#ico--job-email"></use>
<use href="#ico--job-email"></use>
</svg>
</a>
<a href="#" class="js-copy-to-clipboard gtm-share-click c-share--option c-share--option-copy" data-label="Copy" aria-label="Copy">
<svg width="15px" height="18px" class="c-ico--share-copy">
<use xlink:href="#ico--job-copy"></use>
<use href="#ico--job-copy"></use>
</svg>
<div id="copy-tooltip" class="c-tooltip">
<?php _e('The link copied to the clipboard', 'biuro'); ?>
......@@ -80,7 +80,7 @@
</a>
<a target="_blank" rel="noopener" href="https://wa.me/?text=<?php echo $waText; ?>" data-text="<?php echo $waText; ?>" class="js-share-whatsapp gtm-share-click c-share--option c-share--option-phone" data-label="WhatsApp" aria-label="WhatsApp">
<svg width="17px" height="18px" class="c-ico--share-whatsapp">
<use xlink:href="#ico--job-whatsapp"></use>
<use href="#ico--job-whatsapp"></use>
</svg>
</a>
</div>
......@@ -114,16 +114,9 @@
if ($facebook_site != ''):
?>
<div class="js-biuro-facebook c-job-facebook" data-id="<?php echo $appID; ?>" data-href="<?php echo $facebook_site; ?>">
<?php
/*
<div class="js-biuro-facebook c-job-facebook" data-id="<?php echo $appID; ?>">
<div class="fb-page" data-href="<?php echo $facebook_site; ?>" data-tabs="" data-width="" data-height="" data-small-header="false" data-adapt-container-width="true" data-hide-cover="false" data-show-facepile="true"><blockquote cite="<?php echo $facebook_site; ?>" class="fb-xfbml-parse-ignore"><a href="<?php echo $facebook_site; ?>">Biuro</a></blockquote></div>
<script async defer crossorigin="anonymous" src="https://connect.facebook.net/en_US/sdk.js#xfbml=1&version=v3.3&appId=<?php echo $appID; ?>&autoLogAppEvents=1"></script>
*/
?>
</div>
<?php
endif;
?>
<div id="popup" class="c-popup">
<div class="c-popup--inner">
<div class="c-popup--logos">
<?php
if (__('Popup amout', 'biuro') != '-'):
?>
<div class="c-popup--amount">
<span><?php _e('Popup amout', 'biuro'); ?></span>
</div>
<?php
endif;
?>
<div class="c-popup--gift">
<svg width="30px" height="27px"><use href="#ico--gift"></use></svg>
</div>
</div>
<div class="c-popup--content">
<h3 class="c-popup--headline">
<?php _e('Popup headline', 'biuro'); ?>
</h3>
<p class="c-popup--message">
<?php _e('Popup message', 'biuro'); ?>
</p>
<p class="c-popup--button">
<a hrefx="#" class="o-btn c-btn--popup"><?php _e('Popup button', 'biuro'); ?></a>
</p>
</div>
<span class="js-popup--close c-popup--close">
<svg width="12px" height="12px"><use href="#ico--close"></use></svg>
</span>
</div>
</div>
<svg xmlns="http://www.w3.org/2000/svg" class="u-hidden">
<symbol id="biuro-logo" viewBox="0 0 108 63" aria-labelledby="svg-title svg-desc">
<title id="svg-title">Biuro</title>
<desc id="svg-desc"><?php echo get_the_title( get_option('page_on_front') ); ?></desc>
<path class="u-fill--logo" d="M12.91 39.688L11.1 39.686v11.7h1.809c0.375 0 0.693-0.131 0.959-0.396 c0.264-0.263 0.398-0.584 0.398-0.962v-8.984c0-0.375-0.134-0.695-0.398-0.963C13.603 39.8 13.3 39.7 12.9 39.688z M63.684 23.92h-1.809v11.358h1.809c0.376 0 0.696-0.132 0.96-0.396c0.264-0.261 0.396-0.583 0.396-0.96v-8.645 c0-0.378-0.133-0.698-0.396-0.961C64.38 24.1 64.1 23.9 63.7 23.92z M12.91 23.92H11.1v9.608h1.809 c0.375 0 0.693-0.133 0.959-0.398c0.264-0.263 0.398-0.583 0.398-0.958v-6.896c0-0.378-0.134-0.698-0.398-0.961 C13.603 24.1 13.3 23.9 12.9 23.92z M107.216 7.496c-0.907-1.476-3.211-2.783-5.211-1.261l-12.774 9.1 c-0.426 0.014-0.844-0.206-1.058-0.607c-0.122-0.231-0.15-0.481-0.113-0.719l4.428-7.936c0.695-1.001 0.869-1.489 0.869-2.434 c0-1.856-1.621-3.525-3.477-3.525c-0.26 0-0.673-0.127-0.916-0.07H4.752C2.127 0 0 2.1 0 4.766V57.5 c0 2.6 2.1 4.8 4.8 4.752h98.176c2.627 0 4.753-2.128 4.753-4.752V8.919C107.641 8.4 107.5 8 107.2 7.496z M38.126 9.543c1.664 0 3 1.4 3 3.019c0 1.665-1.351 3.015-3.015 3.015c-1.666 0-3.017-1.35-3.017-3.015 C35.109 10.9 36.5 9.5 38.1 9.543z M27.623 9.543c1.666 0 3 1.4 3 3.019c0 1.665-1.352 3.015-3.018 3 c-1.665 0-3.017-1.35-3.017-3.015C24.606 10.9 26 9.5 27.6 9.543z M20.876 30.647c0 1.732-0.528 3.182-1.581 4.3 c-0.567 0.602-1.242 1.093-2.035 1.471c0.828 0.3 1.5 0.7 2 1.242c0.528 0.5 0.9 1.1 1.2 1.9 c0.263 0.7 0.4 1.5 0.4 2.371v8.365c0 0.98-0.188 1.901-0.564 2.768c-0.377 0.867-0.885 1.622-1.526 2.3 c-0.642 0.642-1.392 1.151-2.259 1.528c-0.867 0.374-1.792 0.564-2.769 0.564H5.28c-0.527 0-0.79-0.265-0.79-0.792V18.664 c0-0.525 0.262-0.79 0.79-0.79h8.478c0.976 0 1.9 0.2 2.8 0.565c0.867 0.4 1.6 0.9 2.3 1.5 c0.642 0.6 1.1 1.4 1.5 2.261c0.377 0.9 0.6 1.8 0.6 2.77V30.647z M31.067 56.193c0 0.529-0.264 0.792-0.789 0.8 h-5.031c-0.529 0-0.791-0.263-0.791-0.792V18.654c0-0.529 0.262-0.791 0.791-0.791h5.031c0.525 0 0.8 0.3 0.8 0.791V56.193z M51.261 50.706c0 0.981-0.189 1.904-0.566 2.77c-0.377 0.866-0.884 1.62-1.524 2.261c-0.645 0.64-1.396 1.148-2.261 1.5 c-0.868 0.374-1.792 0.563-2.771 0.563h-2.145c-0.982 0-1.907-0.189-2.771-0.563c-0.867-0.378-1.619-0.887-2.258-1.526 c-0.643-0.641-1.151-1.395-1.526-2.261c-0.377-0.865-0.566-1.788-0.566-2.77v-21.23c-0.005-0.054-0.022-0.1-0.022-0.157V18.654 c0-0.529 0.264-0.791 0.791-0.791h5.03c0.527 0 0.8 0.3 0.8 0.791v10.082c0.008 0 0 0.1 0 0.146v21.542 c0 0.4 0.1 0.7 0.4 0.962c0.262 0.3 0.6 0.4 1 0.395h0.453c0.375 0 0.697-0.13 0.961-0.395 c0.261-0.265 0.393-0.585 0.393-0.962V18.836c0-0.526 0.264-0.791 0.793-0.791h5.029c0.527 0 0.8 0.3 0.8 0.791V50.706z M72.216 57.433h-5.142c-0.225 0-0.442-0.077-0.65-0.227c-0.208-0.15-0.35-0.337-0.425-0.565l-4.125-13.845v14.637l-0.055-0.564 c-0.078 0.374-0.321 0.564-0.735 0.564h-5.031c-0.527 0-0.791-0.262-0.791-0.792V18.664c0-0.525 0.264-0.79 0.791-0.79h8.478 c0.979 0 1.9 0.2 2.8 0.565c0.867 0.4 1.6 0.9 2.3 1.524c0.641 0.6 1.1 1.4 1.5 2.3 c0.377 0.9 0.6 1.8 0.6 2.77v9.212c0 1.393-0.359 2.647-1.074 3.757c-0.718 1.111-1.657 1.97-2.826 2.572l5.029 16.1 C72.896 57.2 72.7 57.4 72.2 57.433z M91.941 50.706c0 0.981-0.188 1.904-0.565 2.77c-0.379 0.866-0.883 1.62-1.528 2.3 c-0.64 0.64-1.393 1.148-2.259 1.526c-0.864 0.374-1.79 0.563-2.769 0.563h-2.147c-0.979 0-1.904-0.189-2.769-0.563 c-0.869-0.378-1.621-0.887-2.261-1.526c-0.641-0.641-1.15-1.395-1.523-2.261c-0.379-0.865-0.566-1.788-0.566-2.77V24.598 c0-0.979 0.188-1.901 0.566-2.767c0.373-0.867 0.883-1.62 1.523-2.263c0.64-0.639 1.392-1.147 2.261-1.524 c0.864-0.377 1.789-0.565 2.769-0.565h2.147c0.979 0 1.9 0.2 2.8 0.565c0.866 0.4 1.6 0.9 2.3 1.5 c0.645 0.6 1.1 1.4 1.5 2.263c0.377 0.9 0.6 1.8 0.6 2.767V50.706z M83.972 23.525h-0.453 c-0.377 0-0.696 0.134-0.959 0.396c-0.265 0.264-0.396 0.585-0.396 0.961v25.543c0 0.4 0.1 0.7 0.4 1 c0.263 0.3 0.6 0.4 1 0.395h0.453c0.376 0 0.695-0.13 0.96-0.395c0.266-0.265 0.396-0.585 0.396-0.962V24.881 c0-0.376-0.131-0.697-0.396-0.961C84.668 23.7 84.3 23.5 84 23.525z" />
</symbol>
<symbol id="ico--service-1" viewBox="0 0 56 56">
<path fill="#1FB299" d="M15.687,36.375h14.158c0.132,0.466,0.418,1.194,0.638,1.625H15.687 c-1.346,0-2.437-1.091-2.437-2.437v-13c0-1.346,1.091-2.437,2.437-2.437h5.687v-3.656c0-0.673,0.545-1.219,1.219-1.219h7.312 c0.673,0,1.219,0.545,1.219,1.219v3.656h5.687c1.346,0,2.437,1.091,2.437,2.437v2.479C38.982,25.017,38.712,25,38.437,25 s-0.544,0.017-0.812,0.041v-2.479c0-0.448-0.365-0.812-0.813-0.812H15.687c-0.448,0-0.812,0.365-0.812,0.812v4.062h18.434 c-0.658,0.462-1.255,1.006-1.766,1.625H29.5v2.031c0,0.673-0.546,1.219-1.219,1.219h-4.062C23.546,31.5,23,30.954,23,30.281V28.25 h-8.125v7.312C14.875,36.01,15.24,36.375,15.687,36.375z M24.625,28.25v1.625h3.25V28.25H24.625z M23,16.875v3.25h6.5v-3.25H23z M41.194,33.125c0.271,0,0.493,0.222,0.493,0.493v0.638c0,0.271-0.222,0.493-0.493,0.493h-3.076c-0.271,0-0.493-0.222-0.493-0.493 v-3.888c0-0.271,0.222-0.493,0.493-0.493h0.638c0.271,0,0.493,0.222,0.493,0.493v2.757H41.194z M38.437,26.625 c4.042,0,7.312,3.271,7.312,7.312s-3.271,7.312-7.312,7.312s-7.312-3.271-7.312-7.312S34.396,26.625,38.437,26.625z M38.437,39.625 c3.136,0,5.687-2.551,5.687-5.687s-2.551-5.687-5.687-5.687s-5.687,2.551-5.687,5.687S35.301,39.625,38.437,39.625z"/>
</symbol>
<symbol id="ico--service-2" viewBox="0 0 56 56">
<path fill="#1FB299" d="M42.525,24.638c0.967,0.563,1.625,1.599,1.625,2.799c0,1.2-0.658,2.236-1.625,2.799V38 c0,0.468-0.36,1.625-1.625,1.625c-0.315,0-0.769-0.16-1.015-0.356l-4.318-3.455c-2.168-1.734-4.891-2.689-7.667-2.689h-1.426 c-0.142,0.518-0.224,1.061-0.224,1.625c0,1.477,0.495,2.84,1.328,3.933c0.802,1.052,0.008,2.567-1.315,2.567h-5.397 c-0.603,0-1.179-0.323-1.442-0.866c-0.828-1.706-1.298-3.614-1.298-5.634l0.024-1.625c-1.795,0-3.25-1.455-3.25-3.25V25 c0-1.795,1.455-3.25,3.25-3.25h9.75c2.776,0,5.499-0.955,7.667-2.689l4.318-3.455c0.294-0.236,0.653-0.356,1.015-0.356h0 c1.27,0,1.625,1.181,1.625,1.625V24.638z M26.263,39.625c-1.063-1.382-1.637-3.083-1.637-4.875c0-0.537,0.076-1.082,0.194-1.625 h-5.044l0,0.024l-0.024,1.625c0,1.691,0.382,3.297,1.135,4.849L26.263,39.625z M18.15,31.5h9.75v-8.125h-9.75 c-0.896,0-1.625,0.729-1.625,1.625v4.875C16.525,30.771,17.255,31.5,18.15,31.5z M40.903,37.946L40.9,16.876 c0,0.006-0.002,0.009-0.004,0.009c-0.001,0-0.003-0.001-0.004-0.003l-4.31,3.448c-2.031,1.623-4.491,2.632-7.058,2.937v8.341 c2.566,0.305,5.027,1.314,7.057,2.937l4.308,3.447C40.896,37.975,40.901,37.958,40.903,37.946z"/>
</symbol>
<symbol id="ico--service-3" viewBox="0 0 56 56">
<path fill="#1FB299" d="M40.221,29.507c0.279,1.134,0.144,2.533-0.489,3.524c0.219,1.207-0.157,2.507-0.926,3.408 c0.097,2.737-1.577,4.56-4.587,4.56c-0.171,0.001-1.803,0-2.083,0c-3.898,0.001-7.361-2.068-9.011-2.068v0.444 c0,0.897-0.728,1.625-1.625,1.625h-4.875C15.728,41,15,40.272,15,39.375v-13c0-0.897,0.728-1.625,1.625-1.625H21.5 c0.555,0,1.045,0.279,1.338,0.703c0.155-0.029,0.297-0.066,0.408-0.113c1.098-0.59,2.925-3.498,4.122-4.695 c0.503-0.503,0.666-1.343,0.839-2.232C28.497,16.926,29.062,15,30.585,15c3.027,0,4.21,1.761,4.21,4.727 c0,1.569-0.608,2.663-1.051,3.545h3.562c2.064,0,3.693,1.772,3.693,3.685C41,28,40.725,28.854,40.221,29.507z M16.625,39.375H21.5 v-13h-4.875V39.375z M38.157,29.033c0.812-0.221,1.223-1.034,1.218-2.068c-0.005-1.034-0.914-2.068-2.068-2.068h-5.687 c0-2.068,1.551-3.028,1.551-5.17c0-1.299,0-3.102-2.585-3.102c-1.034,1.034-0.517,3.619-2.068,5.17 c-1.72,1.72-3.477,5.17-5.392,5.17v10.341c2.169,0,5.308,2.068,9.011,2.068c0.177,0,1.9,0.001,2.068,0 c1.942-0.019,3.326-0.936,2.905-3.604c0.831-0.446,1.449-1.992,0.763-3.148C38.969,32.062,38.969,29.625,38.157,29.033z M20.281,36.937c0,0.673-0.546,1.219-1.219,1.219s-1.219-0.546-1.219-1.219c0-0.673,0.546-1.219,1.219-1.219 S20.281,36.264,20.281,36.937z"/>
</symbol>
<symbol id="ico--section-1" viewBox="0 0 56 56">
<path fill="#004ED4" d="M33,32.269c0.905,0.684,1.5,1.758,1.5,2.981c0,2.072-1.678,3.75-3.75,3.75 c-1.814,0-3.328-1.289-3.675-3h-6.15c-0.347,1.711-1.861,3-3.675,3c-2.072,0-3.75-1.678-3.75-3.75v-9c0-1.242,1.008-2.25,2.25-2.25 H18v-5.25c0-1.242,1.008-2.25,2.25-2.25h6.764c0.905,0,1.716,0.534,2.072,1.364l3.67,8.573C32.916,26.813,33,27.211,33,27.619 V32.269z M19.5,18.75v5.653l4.148,3.558c0.408,0.347,0.928,0.539,1.463,0.539H31.5v-0.886c0-0.206-0.042-0.403-0.122-0.591 l-3.675-8.569C27.586,18.178,27.314,18,27.014,18H20.25C19.837,18,19.5,18.338,19.5,18.75z M17.25,37.5 c1.242,0,2.25-1.008,2.25-2.25c0-1.242-1.008-2.25-2.25-2.25C16.008,33,15,34.008,15,35.25C15,36.492,16.008,37.5,17.25,37.5z M27.075,34.5c0.347-1.711,1.861-3,3.675-3c0.258,0,0.506,0.023,0.75,0.075V30h-6.394c-0.891,0-1.758-0.323-2.437-0.905L18.473,25.5 H15.75c-0.412,0-0.75,0.338-0.75,0.75v6.019c0.628-0.478,1.402-0.769,2.25-0.769c1.814,0,3.328,1.289,3.675,3H27.075z M30.75,37.5 c1.242,0,2.25-1.008,2.25-2.25c0-1.242-1.008-2.25-2.25-2.25c-1.242,0-2.25,1.008-2.25,2.25C28.5,36.492,29.508,37.5,30.75,37.5z M43.125,34.5c0.206,0,0.375,0.169,0.375,0.375v0.75c0,0.206-0.169,0.375-0.375,0.375h-6.75C36.169,36,36,35.831,36,35.625v-20.25 C36,15.169,36.169,15,36.375,15h0.75c0.206,0,0.375,0.169,0.375,0.375V34.5H43.125z"/>
</symbol>
<symbol id="ico--section-2" viewBox="0 0 56 56">
<path fill="#004ED4" d="M38.25,31.5c0.412,0,0.75,0.338,0.75,0.75v6c0,0.412-0.338,0.75-0.75,0.75h-19.5 C18.337,39,18,38.662,18,38.25v-12c0-0.412,0.338-0.75,0.75-0.75h10.5c0.412,0,0.75,0.338,0.75,0.75v5.25H38.25z M28.5,37.5V33h-9 v4.5H28.5z M28.5,31.5V27h-9v4.5H28.5z M37.5,37.5V33H30v4.5H37.5z M42.122,20.545c0.839,0.352,1.378,1.167,1.378,2.072v16.008 c0,0.206-0.169,0.375-0.375,0.375h-0.75C42.169,39,42,38.831,42,38.625V22.617c0-0.305-0.178-0.577-0.459-0.694l-12.75-5.372 c-0.183-0.08-0.398-0.08-0.581,0l-12.75,5.372C15.178,22.045,15,22.313,15,22.617v16.008C15,38.831,14.831,39,14.625,39h-0.75 c-0.206,0-0.375-0.169-0.375-0.375V22.617c0-0.905,0.539-1.72,1.378-2.072l12.75-5.372c0.558-0.234,1.191-0.234,1.744,0 L42.122,20.545z"/>
</symbol>
<symbol id="ico--section-3" viewBox="0 0 56 56">
<path fill="#004ED4" d="M42.75,32.25c0.414,0,0.75,0.336,0.75,0.75v2.25c0,2.068-1.682,3.75-3.75,3.75h-22.5 c-2.068,0-3.75-1.682-3.75-3.75V33c0-0.414,0.336-0.75,0.75-0.75h2.25l0-12.75c0-1.655,1.346-3,3-3h18c1.654,0,3,1.345,3,3v12.75 H42.75z M18,19.5v12.75h7.166c0.19,0,0.329,0.147,0.371,0.332c0.151,0.668,0.749,1.168,1.463,1.168h3 c0.714,0,1.312-0.499,1.463-1.168c0.042-0.186,0.181-0.332,0.371-0.332H39V19.5c0-0.828-0.672-1.5-1.5-1.5h-18 C18.672,18,18,18.672,18,19.5z M42,35.25v-1.5h-9.129c-0.309,0.873-1.142,1.5-2.121,1.5h-4.5c-0.978,0-1.812-0.627-2.121-1.5H15v1.5 c0,1.241,1.009,2.25,2.25,2.25h22.5C40.991,37.5,42,36.491,42,35.25z"/>
</symbol>
<symbol id="ico--section-4" viewBox="0 0 56 56">
<path fill="#004ED4" d="M15.023,17.813c0-2.452,2.934-3.722,4.725-2.058l9,8.353l0.525-0.483 c-0.591-1.875-0.281-3.666,1.223-5.17c0.98-0.98,3.736-2.897,4.083-3.136c1.312-0.923,3.127,0.3,3.309,1.753 c0.952,0.117,1.927,1.027,2.058,2.062c1.411,0.178,2.695,1.973,1.753,3.309c-0.239,0.347-2.152,3.103-3.131,4.083 c-1.556,1.552-3.352,1.791-5.17,1.223l-0.338,0.361l5.067,4.702c1.162,1.083,1.205,2.92,0.075,4.05l-1.313,1.313 c-1.139,1.139-2.967,1.078-4.041-0.066c-0.042-0.042,0.281,0.338-4.233-4.983l-4.364,4.927c-1.064,1.205-2.939,1.275-4.092,0.122 l-1.312-1.313c-1.144-1.139-1.087-3.019,0.122-4.092l4.894-4.341C18.295,27.928,15.023,24.511,15.023,17.813z M32.822,26.119 c1.533,0.872,3.3,0.731,4.687-0.647c0.919-0.923,2.967-3.886,2.967-3.886c0.258-0.356-0.577-1.181-0.923-0.909l-3.792,3.792 c-0.389,0.328-1.238-0.516-0.928-0.914l3.581-4.036c0.253-0.352-0.567-1.167-0.914-0.914l-4.036,3.581 c-0.398,0.314-1.238-0.539-0.909-0.923l3.797-3.792c0.267-0.347-0.553-1.181-0.909-0.923c0,0-2.967,2.048-3.881,2.967 c-1.373,1.373-1.533,3.141-0.652,4.687l-1.055,0.933l2.105,1.955L32.822,26.119z M25.275,29.189l-5.311,4.702 c-0.562,0.502-0.591,1.378-0.056,1.912l1.312,1.312c0.539,0.539,1.411,0.506,1.912-0.056l4.505-5.091L25.275,29.189z M16.523,17.813 c0,5.494,2.297,9.187,8.859,9.187l8.559,10.087c0.506,0.539,1.359,0.553,1.884,0.028l1.312-1.312 c0.53-0.525,0.511-1.383-0.033-1.889L18.731,16.852C17.887,16.069,16.523,16.669,16.523,17.813z"/>
</symbol>
<symbol id="ico--section-5" viewBox="0 0 56 56">
<path fill="#004ED4" d="M40.875,19c0.714,0,1.247,0.656,1.101,1.354l-2.031,9.75C39.836,30.626,39.376,31,38.843,31 H23.31l0.562,3H37.75c0.536,0,0.97,0.37,1.091,0.85c0.56,0.545,0.909,1.307,0.909,2.15c0,1.657-1.343,3-3,3s-3-1.343-3-3v-0.003 c0-0.443,0.18-1.113,0.402-1.497h-6.805c0.222,0.383,0.402,1.054,0.402,1.497V37c0,1.657-1.343,3-3,3s-3-1.343-3-3 c0-0.777,0.296-1.485,0.78-2.018L19.252,17.5h-3.69C15.252,17.5,15,17.248,15,16.937v-0.375C15,16.252,15.252,16,15.562,16h4.001 c0.541,0,1.006,0.386,1.106,0.918L21.06,19H40.875z M26.25,37c0-0.827-0.673-1.5-1.5-1.5c-0.827,0-1.5,0.673-1.5,1.5 c0,0.827,0.673,1.5,1.5,1.5C25.577,38.5,26.25,37.827,26.25,37z M36.75,38.5c0.827,0,1.5-0.673,1.5-1.5c0-0.827-0.673-1.5-1.5-1.5 c-0.827,0-1.5,0.673-1.5,1.5C35.25,37.827,35.923,38.5,36.75,38.5z M38.539,29.5l1.875-9H21.341l1.687,9H38.539z"/>
</symbol>
<symbol id="ico--section-6" viewBox="0 0 56 56">
<path fill="#004ED4" d="M38.25,21c1.243,0,2.25,1.007,2.25,2.25v12c0,1.243-1.007,2.25-2.25,2.25h-19.5 c-1.243,0-2.25-1.007-2.25-2.25v-12c0-1.243,1.007-2.25,2.25-2.25H24v-3.375c0-0.622,0.503-1.125,1.125-1.125h6.75 c0.622,0,1.125,0.503,1.125,1.125V21H38.25z M25.5,18v3h6v-3H25.5z M39,35.25V28.5h-7.5v1.875c0,0.621-0.504,1.125-1.125,1.125 h-3.75c-0.621,0-1.125-0.504-1.125-1.125V28.5H18v6.75c0,0.413,0.337,0.75,0.75,0.75h19.5C38.663,36,39,35.663,39,35.25z M27,30h3 v-1.5h-3V30z M39,27v-3.75c0-0.413-0.337-0.75-0.75-0.75h-19.5c-0.413,0-0.75,0.337-0.75,0.75V27H39z"/>
</symbol>
<symbol id="ico--up" viewBox="0 0 13 8">
<path class="u-fill--inherit" d="M0.116,6.829c-0.138-0.138-0.138-0.36,0-0.498l6.135-6.135c0.138-0.138,0.36-0.138,0.498,0 l6.135,6.135c0.138,0.138,0.138,0.36,0,0.498l-0.58,0.58c-0.138,0.138-0.36,0.138-0.498,0L6.5,2.115L1.194,7.409 c-0.138,0.138-0.36,0.138-0.498,0L0.116,6.829z"/>
</symbol>
<symbol id="ico--down" viewBox="0 0 13 8">
<path class="u-fill--inherit" d="M12.884,0.776c0.138,0.138,0.138,0.36,0,0.498L6.749,7.409c-0.138,0.138-0.36,0.138-0.498,0 L0.116,1.274c-0.138-0.138-0.138-0.36,0-0.498l0.58-0.58c0.138-0.138,0.36-0.138,0.498,0L6.5,5.49l5.306-5.294 c0.138-0.138,0.36-0.138,0.498,0L12.884,0.776z"/>
</symbol>
<symbol id="ico--right" viewBox="0.02 0.687 5.585 9.376">
<path class="u-fill--inherit" d="M5.502,5.624L1.201,9.96c-0.138,0.138-0.36,0.138-0.498,0l-0.58-0.58 c-0.138-0.138-0.138-0.36,0-0.498l3.472-3.507L0.123,1.868c-0.138-0.138-0.138-0.36,0-0.498l0.58-0.58 c0.138-0.138,0.36-0.138,0.498,0l4.301,4.336C5.64,5.264,5.64,5.486,5.502,5.624z"/>
</symbol>
<symbol id="ico--right-slim" viewBox="0.813 0.687 4 9.376">
<path class="u-fill--inherit" d="M4.739,5.624L1.659,9.96c-0.099,0.138-0.258,0.138-0.357,0L0.886,9.38 c-0.099-0.138-0.099-0.36,0-0.498l2.486-3.507L0.886,1.868c-0.099-0.138-0.099-0.36,0-0.498l0.415-0.58 c0.099-0.138,0.258-0.138,0.357,0l3.08,4.336C4.837,5.264,4.837,5.486,4.739,5.624z"/>
</symbol>
<symbol id="ico--time" viewBox="0 0 24 24">
<path class="u-fill--inherit" d="M0.931,1.117h0.464c0.307,0,0.556,0.249,0.556,0.556v4.388c2.003-3.412,5.715-5.699,9.96-5.686 c6.324,0.02,11.473,5.194,11.463,11.518c-0.01,6.343-5.155,11.482-11.5,11.482c-2.964,0-5.667-1.122-7.706-2.963 c-0.237-0.214-0.248-0.582-0.022-0.808l0.328-0.328c0.209-0.209,0.545-0.219,0.764-0.021c1.757,1.581,4.083,2.544,6.636,2.544 c5.46,0,9.923-4.421,9.923-9.923c0-5.46-4.421-9.923-9.923-9.923c-3.842,0-7.175,2.183-8.824,5.379h4.558 c0.307,0,0.556,0.249,0.556,0.556v0.464c0,0.307-0.249,0.556-0.556,0.556H0.931c-0.307,0-0.556-0.249-0.556-0.556V1.673 C0.375,1.366,0.624,1.117,0.931,1.117z M15.847,15.735c-0.181,0.249-0.529,0.303-0.777,0.123l-3.936-2.863V5.383 c0-0.307,0.249-0.556,0.556-0.556h0.371c0.307,0,0.556,0.249,0.556,0.556v6.856l3.325,2.418c0.249,0.181,0.303,0.529,0.123,0.777 L15.847,15.735z"/>
</symbol>
<symbol id="ico--offer" viewBox="0 0 23 21">
<path class="u-fill--inherit" d="M20.844,4.813C22.035,4.813,23,5.778,23,6.969v11.5c0,1.191-0.965,2.156-2.156,2.156H2.156 C0.965,20.625,0,19.66,0,18.469v-11.5c0-1.191,0.965-2.156,2.156-2.156h5.031V1.578C7.188,0.983,7.67,0.5,8.266,0.5h6.469 c0.596,0,1.078,0.482,1.078,1.078v3.234H20.844z M8.625,1.938v2.875h5.75V1.938H8.625z M21.563,18.469V12h-7.188v1.797 c0,0.595-0.483,1.078-1.078,1.078H9.703c-0.595,0-1.078-0.483-1.078-1.078V12H1.438v6.469c0,0.396,0.323,0.719,0.719,0.719h18.688 C21.24,19.188,21.563,18.865,21.563,18.469z M10.063,13.438h2.875V12h-2.875V13.438z M21.563,10.563V6.969 c0-0.396-0.323-0.719-0.719-0.719H2.156c-0.396,0-0.719,0.323-0.719,0.719v3.594H21.563z"/>
</symbol>
<symbol id="ico--easy" viewBox="0 0 23 23">
<path class="u-fill--inherit" d="M22.311,12.833c0.247,1.003,0.127,2.241-0.433,3.118c0.194,1.068-0.139,2.218-0.819,3.015 c0.086,2.422-1.395,4.034-4.058,4.034c-0.151,0.001-1.595,0-1.842,0C11.711,23,8.647,21.17,7.188,21.17v0.393 C7.188,22.356,6.544,23,5.75,23H1.438C0.644,23,0,22.356,0,21.563v-11.5c0-0.794,0.644-1.438,1.438-1.438H5.75 c0.491,0,0.924,0.246,1.184,0.622c0.137-0.026,0.263-0.058,0.361-0.1c0.971-0.522,2.588-3.094,3.646-4.153 c0.445-0.445,0.589-1.188,0.742-1.974C11.94,1.703,12.44,0,13.787,0c2.678,0,3.724,1.558,3.724,4.181 c0,1.388-0.538,2.356-0.93,3.136h3.151c1.826,0,3.267,1.568,3.267,3.26C23,11.5,22.757,12.255,22.311,12.833z M1.438,21.563H5.75 v-11.5H1.438V21.563z M20.485,12.414c0.718-0.195,1.082-0.915,1.077-1.83c-0.005-0.915-0.809-1.83-1.83-1.83h-5.031 c0-1.83,1.372-2.679,1.372-4.574c0-1.149,0-2.744-2.287-2.744c-0.915,0.915-0.457,3.202-1.83,4.574 c-1.522,1.522-3.076,4.574-4.77,4.574v9.148c1.919,0,4.696,1.83,7.972,1.83c0.156,0,1.681,0.001,1.83,0 c1.718-0.017,2.943-0.828,2.57-3.188c0.735-0.394,1.282-1.763,0.675-2.785C21.203,15.094,21.203,12.938,20.485,12.414z M4.672,19.406c0,0.595-0.483,1.078-1.078,1.078s-1.078-0.483-1.078-1.078c0-0.595,0.483-1.078,1.078-1.078 S4.672,18.811,4.672,19.406z"/>
</symbol>
<symbol id="ico--pen" viewBox="0 0 23 23">
<path class="u-fill--inherit" d="M22.158,2.901c1.123,1.123,1.123,2.943,0,4.066L6.327,22.798l-5.129,0.57 c-0.687,0.076-1.267-0.504-1.191-1.191l0.57-5.129L16.408,1.217c1.123-1.123,2.943-1.123,4.066,0L22.158,2.901z M7.398,15.977 c-0.281-0.281-0.281-0.736,0-1.016l8.117-8.117l-1.35-1.35L4.099,15.559H5.66v2.156h2.156v1.561L17.882,9.211l-1.35-1.35 l-8.117,8.117C8.134,16.258,7.679,16.258,7.398,15.977z M5.667,21.425l0.892-0.892v-1.561H4.402v-2.156H2.842L1.95,17.708 l-0.294,2.65l1.361,1.361L5.667,21.425z M21.141,5.951c0.562-0.562,0.562-1.471,0-2.033l-1.684-1.684 c-0.562-0.562-1.471-0.562-2.033,0l-2.243,2.243l3.717,3.717L21.141,5.951z"/>
</symbol>
<symbol id="ico--burger" viewBox="0 0 32 16">
<rect fill="#2A3644" width="32" height="2"/>
<rect x="9" y="7" fill="#2A3644" width="23" height="2"/>
<rect y="14" fill="#2A3644" width="32" height="2"/>
</symbol>
<symbol id="ico--phone" viewBox="0 0 21 22">
<path class="u-fill--inherit" d="M20.0073662,1.61350199 C20.5897947,1.74475969 20.9999499,2.26157937 20.9999499,2.86039004 C20.9999499,13.2496151 12.5794702,21.6249937 2.23534623,21.6249937 C1.63653556,21.6249937 1.11971588,21.2148385 0.984372653,20.6283244 L0.0328044109,16.4980528 C-0.106624349,15.8951166 0.205077636,15.2798837 0.775209486,15.0337905 L5.2212686,13.1265685 C5.74217381,12.9009831 6.35740672,13.0527486 6.71833535,13.4916227 L8.52714413,15.7023356 C11.3695122,14.3078077 13.6786783,11.994556 15.0732063,9.15627347 L12.8624533,7.34750474 C12.4236192,6.98653606 12.2718538,6.37130315 12.4974392,5.850438 L14.4046612,1.4002533 C14.6507543,0.830121445 15.2700728,0.51841946 15.873009,0.65784822 L20.0073662,1.61350199 Z M2.25993953,20.3124969 C11.8780807,20.3002002 19.6751564,12.5072501 19.6833675,2.88910892 L15.598197,1.9457518 L13.7114827,6.35079539 L16.6974051,8.79121926 C14.7122776,13.0240297 12.4112825,15.3331958 8.16208992,17.3265745 L5.72166605,14.3406521 L1.3165824,16.2273664 L2.25993953,20.3124969 Z"></path>
</symbol>
<symbol id="ico--success" viewBox="0 0 67 67">
<path fill="#1FB299" d="M44.624,22.505c0.302-0.302,0.792-0.302,1.094,0l1.823,1.823c0.302,0.302,0.302,0.792,0,1.094 L28.217,44.745c-0.302,0.302-0.792,0.302-1.094,0l-8.599-8.599c-0.302-0.302-0.302-0.792,0-1.094l1.823-1.823 c0.302-0.302,0.792-0.302,1.094,0l6.229,6.229L44.624,22.505z"/>
<circle fill="none" stroke="#1FB299" cx="33.5" cy="33.5" r="33"/>
</symbol>
<symbol id="ico--close" viewBox="0 0 13 13">
<path fill="none" stroke="#FFFFFF" stroke-width="2" stroke-linecap="square" d="M6.5,6.5L0.843,0.843L6.5,6.5 l-5.657,5.657L6.5,6.5z M6.5,6.5l5.657,5.657L6.5,6.5l5.657-5.657L6.5,6.5z"/>
</symbol>
<symbol id="ico--plus" viewBox="0 0 16 16">
<path fill="none" stroke="#2A3644" stroke-width="2" stroke-linecap="square" d="M8,8V0V8H0H8z M8,8v8V8h8H8z"/>
</symbol>
<symbol id="ico--attachment" viewBox="0 0 16 21">
<path class="u-fill--inherit" d="M1.873,18.799c-1.883-2.266-1.884-5.934,0-8.201L9.18,1.808c1.45-1.744,3.808-1.744,5.258,0 c1.453,1.748,1.453,4.578,0,6.326l-6.152,7.402c-1.02,1.227-2.679,1.227-3.699,0c-1.022-1.23-1.023-3.221,0-4.451l5.21-6.269 c0.152-0.183,0.399-0.183,0.551,0l0.551,0.663c0.152,0.183,0.152,0.48,0,0.663l-5.21,6.269c-0.413,0.497-0.413,1.302,0,1.799 c0.412,0.496,1.083,0.496,1.495,0l6.152-7.402c0.844-1.015,0.844-2.659,0-3.674c-0.842-1.013-2.212-1.013-3.054,0l-7.306,8.791 c-1.274,1.533-1.275,4.015,0,5.549c1.276,1.535,3.341,1.535,4.616-0.001c1.755-2.114,4.605-5.544,6.361-7.656 c0.152-0.183,0.399-0.183,0.551,0l0.551,0.663c0.152,0.183,0.152,0.48,0,0.663c-1.756,2.113-4.605,5.543-6.36,7.656 C6.809,21.067,3.758,21.067,1.873,18.799z"/>
</symbol>
<symbol id="ico--edit" viewBox="0 0 576 512">
<path class="u-fill--inherit" d="M417.8 315.5l20-20c3.8-3.8 10.2-1.1 10.2 4.2V464c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V112c0-26.5 21.5-48 48-48h292.3c5.3 0 8 6.5 4.2 10.2l-20 20c-1.1 1.1-2.7 1.8-4.2 1.8H48c-8.8 0-16 7.2-16 16v352c0 8.8 7.2 16 16 16h352c8.8 0 16-7.2 16-16V319.7c0-1.6.6-3.1 1.8-4.2zm145.9-191.2L251.2 436.8l-99.9 11.1c-13.4 1.5-24.7-9.8-23.2-23.2l11.1-99.9L451.7 12.3c16.4-16.4 43-16.4 59.4 0l52.6 52.6c16.4 16.4 16.4 43 0 59.4zm-93.6 48.4L403.4 106 169.8 339.5l-8.3 75.1 75.1-8.3 233.5-233.6zm71-85.2l-52.6-52.6c-3.8-3.8-10.2-4-14.1 0L426 83.3l66.7 66.7 48.4-48.4c3.9-3.8 3.9-10.2 0-14.1z" />
</symbol>
<symbol id="ico--euro" viewBox="0 0 512 512">
<path class="u-fill--inherit" d="M256 0C114.848 0 0 114.848 0 256s114.848 256 256 256 256-114.848 256-256S397.152 0 256 0zm0 480C132.48 480 32 379.52 32 256S132.48 32 256 32s224 100.48 224 224-100.48 224-224 224z"/>
<path class="u-fill--inherit" d="M310.976 339.744C299.072 347.872 285.952 352 272 352c-29.472 0-55.008-19.456-68.864-48H256c8.832 0 16-7.168 16-16s-7.168-16-16-16h-62.656c-.736-5.216-1.344-10.528-1.344-16s.608-10.784 1.344-16H272c8.832 0 16-7.168 16-16s-7.168-16-16-16h-68.864c13.856-28.544 39.392-48 68.864-48 13.952 0 27.072 4.128 38.976 12.256 7.296 4.96 17.28 3.136 22.24-4.192 4.992-7.296 3.104-17.248-4.192-22.24C311.936 134.176 292.224 128 272 128c-46.88 0-87.008 33.184-103.68 80H144c-8.832 0-16 7.168-16 16s7.168 16 16 16h17.408c-.576 5.312-1.408 10.528-1.408 16s.832 10.688 1.408 16H144c-8.832 0-16 7.168-16 16s7.168 16 16 16h24.32c16.672 46.816 56.8 80 103.68 80 20.224 0 39.936-6.176 57.024-17.824 7.296-4.992 9.184-14.944 4.192-22.24-4.96-7.296-14.944-9.152-22.24-4.192z"/>
</symbol>
<symbol id="ico--calendar" viewBox="0 0 20 24">
<path class="u-fill--inherit" d="M17.857 3.357h-2.143V1.036A.537.537 0 0015.18.5h-.358a.537.537 0 00-.535.536v2.321H5.714V1.036A.537.537 0 005.18.5H4.82a.537.537 0 00-.535.536v2.321H2.143C.96 3.357 0 4.317 0 5.5v15.714c0 1.183.96 2.143 2.143 2.143h15.714c1.183 0 2.143-.96 2.143-2.143V5.5c0-1.183-.96-2.143-2.143-2.143zM2.143 4.786h15.714c.393 0 .714.321.714.714v2.143H1.43V5.5c0-.393.321-.714.714-.714zm15.714 17.143H2.143a.716.716 0 01-.714-.715V9.071H18.57v12.143a.716.716 0 01-.714.715zm-11.25-7.143a.537.537 0 00.536-.536v-1.786a.537.537 0 00-.536-.535H4.821a.537.537 0 00-.535.535v1.786c0 .295.24.536.535.536h1.786zm4.286 0a.537.537 0 00.536-.536v-1.786a.537.537 0 00-.536-.535H9.107a.537.537 0 00-.536.535v1.786c0 .295.242.536.536.536h1.786zm4.286 0a.537.537 0 00.535-.536v-1.786a.537.537 0 00-.535-.535h-1.786a.537.537 0 00-.536.535v1.786c0 .295.241.536.536.536h1.786zm-4.286 4.285a.537.537 0 00.536-.535V16.75a.537.537 0 00-.536-.536H9.107a.537.537 0 00-.536.536v1.786c0 .294.242.535.536.535h1.786zm-4.286 0a.537.537 0 00.536-.535V16.75a.537.537 0 00-.536-.536H4.821a.537.537 0 00-.535.536v1.786c0 .294.24.535.535.535h1.786zm8.572 0h-1.786a.537.537 0 01-.536-.535V16.75c0-.295.241-.536.536-.536h1.786c.294 0 .535.241.535.536v1.786a.537.537 0 01-.535.535z" fill-rule="nonzero"/>
</symbol>
<symbol id="ico--lunch" viewBox="0 0 22 21">
<path class="u-fill--inherit" d="M0 2.792c0 5.458 2.666 8.242 7.204 8.651L3.216 14.98a2.294 2.294 0 00-.1 3.334l1.07 1.07a2.29 2.29 0 003.335-.1l3.556-4.014 3.449 4.06a2.291 2.291 0 003.292.054l1.07-1.07c.92-.92.886-2.417-.061-3.3l-4.13-3.83.276-.295c1.482.462 2.945.268 4.213-.997l.214-.227c.834-.932 2.159-2.84 2.337-3.1.768-1.088-.279-2.551-1.428-2.696-.107-.844-.902-1.585-1.677-1.68-.15-1.185-1.627-2.182-2.697-1.43l-.966.684c-.797.576-1.862 1.373-2.36 1.872C11.381 4.541 11.13 6 11.61 7.528l-.427.393L3.85 1.115C2.391-.241 0 .795 0 2.792zM14.503 9.56l-.703.79-1.715-1.592.86-.76c-.719-1.26-.589-2.7.53-3.82.745-.748 3.163-2.418 3.163-2.418.29-.21.959.47.741.753l-3.094 3.09c-.267.313.416 1.008.741.752l3.289-2.918c.282-.206.95.459.745.745L16.14 7.471c-.252.324.44 1.012.757.745l3.09-3.09c.266-.209.884.374.78.686l-.028.054s-1.669 2.414-2.418 3.167c-1.13 1.123-2.57 1.237-3.82.527zm-6.15 2.502l1.925 2.265-3.67 4.148a1.07 1.07 0 01-1.559.046L3.98 17.45a1.074 1.074 0 01.046-1.558l4.327-3.831zm-7.13-9.27c0-.932 1.11-1.421 1.798-.783l14.973 13.903c.443.412.458 1.111.027 1.54l-1.07 1.069a1.07 1.07 0 01-1.535-.023l-6.975-8.22c-5.347 0-7.219-3.01-7.219-7.486z" fill-rule="nonzero"/>
</symbol>
<symbol id="ico--transport" viewBox="0 0 20 21">
<path class="u-fill--inherit" d="M5 15.5A1.25 1.25 0 105 13a1.25 1.25 0 000 2.5zm10 0a1.25 1.25 0 100-2.5 1.25 1.25 0 000 2.5zm4.062-10h-.312V3.625c0-1.712-3.708-3.065-8.434-3.123L10 .5C5.125.5 1.25 1.875 1.25 3.625V5.5H.937A.937.937 0 000 6.438v3.125c0 .517.42.937.937.937h.313v6.25c0 .69.56 1.25 1.25 1.25v1.25c0 .69.56 1.25 1.25 1.25h1.875c.69 0 1.25-.56 1.25-1.25V18h6.25v1.25c0 .69.56 1.25 1.25 1.25h1.875c.69 0 1.25-.56 1.25-1.25V18c.69 0 1.25-.56 1.25-1.25V10.5h.312c.518 0 .938-.42.938-.937V6.438a.937.937 0 00-.938-.938zM5.625 19.25H3.75V18h1.875v1.25zm10.625 0h-1.875V18h1.875v1.25zm1.25-2.5h-15v-5h15v5zm0-6.25h-15v-5H17.5v5zm.001-6.25H2.5v-.613C2.629 3.117 5.133 1.75 10 1.75c4.867 0 7.37 1.367 7.501 1.887v.613z" fill-rule="nonzero"/>
</symbol>
<symbol id="ico--filter" viewBox="0 0 1000 1000">
<path class="u-fill--inherit" d="M907.8,100.2l-346,380v419.7l-124.5-98.3v-322l-345-379.4H907.8 M907.8,17.9H92.2c-32.6,0-62,19.2-75.2,49c-13.2,29.8-7.5,64.5,14.4,88.6L355,511.3v290.2c0,25.2,11.5,49,31.3,64.6l124.5,98.3c14.8,11.7,32.8,17.7,51,17.7c12.2,0,24.5-2.7,35.9-8.2c28.4-13.7,46.4-42.5,46.4-74V512l324.6-356.5c21.9-24.1,27.6-58.8,14.4-88.6C969.8,37.1,940.3,17.9,907.8,17.9L907.8,17.9z"/>
</symbol>
<symbol id="ico--city">
<path class="u-fill--inherit" d="M4.5 5.453V4.047c0-.117.041-.217.123-.299a.407.407 0 01.299-.123h1.406c.117 0 .217.041.299.123a.407.407 0 01.123.299v1.406a.407.407 0 01-.123.299.407.407 0 01-.299.123H4.922a.407.407 0 01-.299-.123.407.407 0 01-.123-.299zm6.328.422H9.422a.407.407 0 01-.299-.123A.407.407 0 019 5.453V4.047c0-.117.041-.217.123-.299a.407.407 0 01.299-.123h1.406c.117 0 .217.041.299.123a.407.407 0 01.123.299v1.406a.407.407 0 01-.123.299.407.407 0 01-.299.123zm-4.5 3.375H4.922a.407.407 0 01-.299-.123.407.407 0 01-.123-.299V7.422c0-.117.041-.217.123-.299A.407.407 0 014.922 7h1.406c.117 0 .217.041.299.123a.407.407 0 01.123.299v1.406a.407.407 0 01-.123.299.407.407 0 01-.299.123zm4.5 0H9.422a.407.407 0 01-.299-.123A.407.407 0 019 8.828V7.422c0-.117.041-.217.123-.299A.407.407 0 019.422 7h1.406c.117 0 .217.041.299.123a.407.407 0 01.123.299v1.406a.407.407 0 01-.123.299.407.407 0 01-.299.123zM6.75 10.797v1.406a.407.407 0 01-.123.299.407.407 0 01-.299.123H4.922a.407.407 0 01-.299-.123.407.407 0 01-.123-.299v-1.406c0-.117.041-.217.123-.299a.407.407 0 01.299-.123h1.406c.117 0 .217.041.299.123a.407.407 0 01.123.299zm4.078 1.828H9.422a.407.407 0 01-.299-.123.407.407 0 01-.123-.299v-1.406c0-.117.041-.217.123-.299a.407.407 0 01.299-.123h1.406c.117 0 .217.041.299.123a.407.407 0 01.123.299v1.406a.407.407 0 01-.123.299.407.407 0 01-.299.123zm4.922 4.36v1.265H0v-1.266c0-.117.041-.216.123-.298a.407.407 0 01.299-.124h.703V1.094a.686.686 0 01.229-.598.873.873 0 01.615-.246h11.847c.211 0 .405.082.58.246a.686.686 0 01.229.598v15.468h.703c.117 0 .217.042.299.124a.407.407 0 01.123.298zm-12.938-.458H6.75v-2.355c0-.117.041-.217.123-.299a.407.407 0 01.299-.123h1.406c.117 0 .217.041.299.123a.407.407 0 01.123.299v2.355h3.973V1.973l-10.16-.035v14.59z" fill-rule="nonzero" />
</symbol>
<symbol id="ico--type">
<path class="u-fill--inherit" d="M5.203 10.375H3.797a.423.423 0 01-.422-.422V8.547c0-.232.19-.422.422-.422h1.406c.232 0 .422.19.422.422v1.406c0 .232-.19.422-.422.422zM9 9.953c0 .232-.19.422-.422.422H7.172a.423.423 0 01-.422-.422V8.547c0-.232.19-.422.422-.422h1.406c.232 0 .422.19.422.422v1.406zm3.375 0c0 .232-.19.422-.422.422h-1.406a.423.423 0 01-.422-.422V8.547c0-.232.19-.422.422-.422h1.406c.232 0 .422.19.422.422v1.406zM9 13.328c0 .232-.19.422-.422.422H7.172a.423.423 0 01-.422-.422v-1.406c0-.232.19-.422.422-.422h1.406c.232 0 .422.19.422.422v1.406zm-3.375 0c0 .232-.19.422-.422.422H3.797a.423.423 0 01-.422-.422v-1.406c0-.232.19-.422.422-.422h1.406c.232 0 .422.19.422.422v1.406zm6.75 0c0 .232-.19.422-.422.422h-1.406a.423.423 0 01-.422-.422v-1.406c0-.232.19-.422.422-.422h1.406c.232 0 .422.19.422.422v1.406zm3.375-9.14v12.374c0 .932-.756 1.688-1.688 1.688H1.687A1.688 1.688 0 010 16.562V4.188C0 3.256.756 2.5 1.687 2.5h1.688V.672c0-.232.19-.422.422-.422h1.406c.232 0 .422.19.422.422V2.5h4.5V.672c0-.232.19-.422.422-.422h1.406c.232 0 .422.19.422.422V2.5h1.687c.932 0 1.688.756 1.688 1.688zm-1.688 12.164V5.875H1.687v10.477c0 .116.095.21.211.21h11.954c.116 0 .21-.094.21-.21z" fill-rule="nonzero"/>
</symbol>
<symbol id="ico--field">
<path class="u-fill--inherit" d="M16.312 3.75c.932 0 1.688.756 1.688 1.688v9c0 .931-.756 1.687-1.688 1.687H1.687A1.687 1.687 0 010 14.438v-9C0 4.506.756 3.75 1.687 3.75H4.5V2.063c0-.932.756-1.688 1.687-1.688h5.625c.932 0 1.688.756 1.688 1.688V3.75h2.812zM6.187 2.063V3.75h5.625V2.063H6.187zM1.898 5.438a.211.211 0 00-.21.21V8.25h14.624V5.648a.211.211 0 00-.21-.21H1.898zm14.204 9c.116 0 .21-.095.21-.211v-4.29H11.25v.844a.844.844 0 01-.844.844H7.594a.844.844 0 01-.844-.844v-.843H1.687v4.289c0 .116.095.21.211.21h14.204z" fill-rule="nonzero"/>
</symbol>
<symbol id="ico--medical" viewBox="0 0 448 512">
<path class="u-fill--inherit" d="M433.9 98L350 14.1C341 5.1 328.8 0 316.1 0h-204c-26.5.1-48 21.6-48 48.1V288H8c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8h126.1l34.7 69.5c2.9 5.9 11.4 5.9 14.3 0L240 275.8l22.1 44.2H352c8.8 0 16-7.2 16-16s-7.2-16-16-16h-70.1l-34.7-69.5c-2.9-5.9-11.4-5.9-14.3 0L176 332.2l-19.9-39.8c-1.4-2.7-4.1-4.4-7.2-4.4H96V48.1c0-8.8 7.3-16.1 16.1-16.1h176v104.1c0 13.3 10.7 23.9 24 23.9h104v304c0 8.8-7.2 16-16 16h-288c-8.8 0-16.1-7.2-16.1-16V352H64.1v112c0 26.5 21.5 48 48 48H400c26.5 0 48-21.5 48-48V132c0-12.7-5.1-25-14.1-34zM320 128.1V32.6c2.8.7 5.3 2.1 7.4 4.2l83.9 83.9c2.1 2.1 3.5 4.6 4.2 7.4H320z"/>
</symbol>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" class="u-hidden">
<symbol id="biuro-logo" viewBox="0 0 108 63" aria-labelledby="svg-title svg-desc">
<title id="svg-title">Biuro</title>
<desc id="svg-desc"><?php echo get_the_title( get_option('page_on_front') ); ?></desc>
<path class="u-fill--logo" d="M12.91 39.688L11.1 39.686v11.7h1.809c0.375 0 0.693-0.131 0.959-0.396 c0.264-0.263 0.398-0.584 0.398-0.962v-8.984c0-0.375-0.134-0.695-0.398-0.963C13.603 39.8 13.3 39.7 12.9 39.688z M63.684 23.92h-1.809v11.358h1.809c0.376 0 0.696-0.132 0.96-0.396c0.264-0.261 0.396-0.583 0.396-0.96v-8.645 c0-0.378-0.133-0.698-0.396-0.961C64.38 24.1 64.1 23.9 63.7 23.92z M12.91 23.92H11.1v9.608h1.809 c0.375 0 0.693-0.133 0.959-0.398c0.264-0.263 0.398-0.583 0.398-0.958v-6.896c0-0.378-0.134-0.698-0.398-0.961 C13.603 24.1 13.3 23.9 12.9 23.92z M107.216 7.496c-0.907-1.476-3.211-2.783-5.211-1.261l-12.774 9.1 c-0.426 0.014-0.844-0.206-1.058-0.607c-0.122-0.231-0.15-0.481-0.113-0.719l4.428-7.936c0.695-1.001 0.869-1.489 0.869-2.434 c0-1.856-1.621-3.525-3.477-3.525c-0.26 0-0.673-0.127-0.916-0.07H4.752C2.127 0 0 2.1 0 4.766V57.5 c0 2.6 2.1 4.8 4.8 4.752h98.176c2.627 0 4.753-2.128 4.753-4.752V8.919C107.641 8.4 107.5 8 107.2 7.496z M38.126 9.543c1.664 0 3 1.4 3 3.019c0 1.665-1.351 3.015-3.015 3.015c-1.666 0-3.017-1.35-3.017-3.015 C35.109 10.9 36.5 9.5 38.1 9.543z M27.623 9.543c1.666 0 3 1.4 3 3.019c0 1.665-1.352 3.015-3.018 3 c-1.665 0-3.017-1.35-3.017-3.015C24.606 10.9 26 9.5 27.6 9.543z M20.876 30.647c0 1.732-0.528 3.182-1.581 4.3 c-0.567 0.602-1.242 1.093-2.035 1.471c0.828 0.3 1.5 0.7 2 1.242c0.528 0.5 0.9 1.1 1.2 1.9 c0.263 0.7 0.4 1.5 0.4 2.371v8.365c0 0.98-0.188 1.901-0.564 2.768c-0.377 0.867-0.885 1.622-1.526 2.3 c-0.642 0.642-1.392 1.151-2.259 1.528c-0.867 0.374-1.792 0.564-2.769 0.564H5.28c-0.527 0-0.79-0.265-0.79-0.792V18.664 c0-0.525 0.262-0.79 0.79-0.79h8.478c0.976 0 1.9 0.2 2.8 0.565c0.867 0.4 1.6 0.9 2.3 1.5 c0.642 0.6 1.1 1.4 1.5 2.261c0.377 0.9 0.6 1.8 0.6 2.77V30.647z M31.067 56.193c0 0.529-0.264 0.792-0.789 0.8 h-5.031c-0.529 0-0.791-0.263-0.791-0.792V18.654c0-0.529 0.262-0.791 0.791-0.791h5.031c0.525 0 0.8 0.3 0.8 0.791V56.193z M51.261 50.706c0 0.981-0.189 1.904-0.566 2.77c-0.377 0.866-0.884 1.62-1.524 2.261c-0.645 0.64-1.396 1.148-2.261 1.5 c-0.868 0.374-1.792 0.563-2.771 0.563h-2.145c-0.982 0-1.907-0.189-2.771-0.563c-0.867-0.378-1.619-0.887-2.258-1.526 c-0.643-0.641-1.151-1.395-1.526-2.261c-0.377-0.865-0.566-1.788-0.566-2.77v-21.23c-0.005-0.054-0.022-0.1-0.022-0.157V18.654 c0-0.529 0.264-0.791 0.791-0.791h5.03c0.527 0 0.8 0.3 0.8 0.791v10.082c0.008 0 0 0.1 0 0.146v21.542 c0 0.4 0.1 0.7 0.4 0.962c0.262 0.3 0.6 0.4 1 0.395h0.453c0.375 0 0.697-0.13 0.961-0.395 c0.261-0.265 0.393-0.585 0.393-0.962V18.836c0-0.526 0.264-0.791 0.793-0.791h5.029c0.527 0 0.8 0.3 0.8 0.791V50.706z M72.216 57.433h-5.142c-0.225 0-0.442-0.077-0.65-0.227c-0.208-0.15-0.35-0.337-0.425-0.565l-4.125-13.845v14.637l-0.055-0.564 c-0.078 0.374-0.321 0.564-0.735 0.564h-5.031c-0.527 0-0.791-0.262-0.791-0.792V18.664c0-0.525 0.264-0.79 0.791-0.79h8.478 c0.979 0 1.9 0.2 2.8 0.565c0.867 0.4 1.6 0.9 2.3 1.524c0.641 0.6 1.1 1.4 1.5 2.3 c0.377 0.9 0.6 1.8 0.6 2.77v9.212c0 1.393-0.359 2.647-1.074 3.757c-0.718 1.111-1.657 1.97-2.826 2.572l5.029 16.1 C72.896 57.2 72.7 57.4 72.2 57.433z M91.941 50.706c0 0.981-0.188 1.904-0.565 2.77c-0.379 0.866-0.883 1.62-1.528 2.3 c-0.64 0.64-1.393 1.148-2.259 1.526c-0.864 0.374-1.79 0.563-2.769 0.563h-2.147c-0.979 0-1.904-0.189-2.769-0.563 c-0.869-0.378-1.621-0.887-2.261-1.526c-0.641-0.641-1.15-1.395-1.523-2.261c-0.379-0.865-0.566-1.788-0.566-2.77V24.598 c0-0.979 0.188-1.901 0.566-2.767c0.373-0.867 0.883-1.62 1.523-2.263c0.64-0.639 1.392-1.147 2.261-1.524 c0.864-0.377 1.789-0.565 2.769-0.565h2.147c0.979 0 1.9 0.2 2.8 0.565c0.866 0.4 1.6 0.9 2.3 1.5 c0.645 0.6 1.1 1.4 1.5 2.263c0.377 0.9 0.6 1.8 0.6 2.767V50.706z M83.972 23.525h-0.453 c-0.377 0-0.696 0.134-0.959 0.396c-0.265 0.264-0.396 0.585-0.396 0.961v25.543c0 0.4 0.1 0.7 0.4 1 c0.263 0.3 0.6 0.4 1 0.395h0.453c0.376 0 0.695-0.13 0.96-0.395c0.266-0.265 0.396-0.585 0.396-0.962V24.881 c0-0.376-0.131-0.697-0.396-0.961C84.668 23.7 84.3 23.5 84 23.525z" />
</symbol>
<symbol id="ico--service-1" viewBox="0 0 56 56">
<path fill="#1FB299" d="M15.687,36.375h14.158c0.132,0.466,0.418,1.194,0.638,1.625H15.687 c-1.346,0-2.437-1.091-2.437-2.437v-13c0-1.346,1.091-2.437,2.437-2.437h5.687v-3.656c0-0.673,0.545-1.219,1.219-1.219h7.312 c0.673,0,1.219,0.545,1.219,1.219v3.656h5.687c1.346,0,2.437,1.091,2.437,2.437v2.479C38.982,25.017,38.712,25,38.437,25 s-0.544,0.017-0.812,0.041v-2.479c0-0.448-0.365-0.812-0.813-0.812H15.687c-0.448,0-0.812,0.365-0.812,0.812v4.062h18.434 c-0.658,0.462-1.255,1.006-1.766,1.625H29.5v2.031c0,0.673-0.546,1.219-1.219,1.219h-4.062C23.546,31.5,23,30.954,23,30.281V28.25 h-8.125v7.312C14.875,36.01,15.24,36.375,15.687,36.375z M24.625,28.25v1.625h3.25V28.25H24.625z M23,16.875v3.25h6.5v-3.25H23z M41.194,33.125c0.271,0,0.493,0.222,0.493,0.493v0.638c0,0.271-0.222,0.493-0.493,0.493h-3.076c-0.271,0-0.493-0.222-0.493-0.493 v-3.888c0-0.271,0.222-0.493,0.493-0.493h0.638c0.271,0,0.493,0.222,0.493,0.493v2.757H41.194z M38.437,26.625 c4.042,0,7.312,3.271,7.312,7.312s-3.271,7.312-7.312,7.312s-7.312-3.271-7.312-7.312S34.396,26.625,38.437,26.625z M38.437,39.625 c3.136,0,5.687-2.551,5.687-5.687s-2.551-5.687-5.687-5.687s-5.687,2.551-5.687,5.687S35.301,39.625,38.437,39.625z"/>
</symbol>
<symbol id="ico--service-2" viewBox="0 0 56 56">
<path fill="#1FB299" d="M42.525,24.638c0.967,0.563,1.625,1.599,1.625,2.799c0,1.2-0.658,2.236-1.625,2.799V38 c0,0.468-0.36,1.625-1.625,1.625c-0.315,0-0.769-0.16-1.015-0.356l-4.318-3.455c-2.168-1.734-4.891-2.689-7.667-2.689h-1.426 c-0.142,0.518-0.224,1.061-0.224,1.625c0,1.477,0.495,2.84,1.328,3.933c0.802,1.052,0.008,2.567-1.315,2.567h-5.397 c-0.603,0-1.179-0.323-1.442-0.866c-0.828-1.706-1.298-3.614-1.298-5.634l0.024-1.625c-1.795,0-3.25-1.455-3.25-3.25V25 c0-1.795,1.455-3.25,3.25-3.25h9.75c2.776,0,5.499-0.955,7.667-2.689l4.318-3.455c0.294-0.236,0.653-0.356,1.015-0.356h0 c1.27,0,1.625,1.181,1.625,1.625V24.638z M26.263,39.625c-1.063-1.382-1.637-3.083-1.637-4.875c0-0.537,0.076-1.082,0.194-1.625 h-5.044l0,0.024l-0.024,1.625c0,1.691,0.382,3.297,1.135,4.849L26.263,39.625z M18.15,31.5h9.75v-8.125h-9.75 c-0.896,0-1.625,0.729-1.625,1.625v4.875C16.525,30.771,17.255,31.5,18.15,31.5z M40.903,37.946L40.9,16.876 c0,0.006-0.002,0.009-0.004,0.009c-0.001,0-0.003-0.001-0.004-0.003l-4.31,3.448c-2.031,1.623-4.491,2.632-7.058,2.937v8.341 c2.566,0.305,5.027,1.314,7.057,2.937l4.308,3.447C40.896,37.975,40.901,37.958,40.903,37.946z"/>
</symbol>
<symbol id="ico--service-3" viewBox="0 0 56 56">
<path fill="#1FB299" d="M40.221,29.507c0.279,1.134,0.144,2.533-0.489,3.524c0.219,1.207-0.157,2.507-0.926,3.408 c0.097,2.737-1.577,4.56-4.587,4.56c-0.171,0.001-1.803,0-2.083,0c-3.898,0.001-7.361-2.068-9.011-2.068v0.444 c0,0.897-0.728,1.625-1.625,1.625h-4.875C15.728,41,15,40.272,15,39.375v-13c0-0.897,0.728-1.625,1.625-1.625H21.5 c0.555,0,1.045,0.279,1.338,0.703c0.155-0.029,0.297-0.066,0.408-0.113c1.098-0.59,2.925-3.498,4.122-4.695 c0.503-0.503,0.666-1.343,0.839-2.232C28.497,16.926,29.062,15,30.585,15c3.027,0,4.21,1.761,4.21,4.727 c0,1.569-0.608,2.663-1.051,3.545h3.562c2.064,0,3.693,1.772,3.693,3.685C41,28,40.725,28.854,40.221,29.507z M16.625,39.375H21.5 v-13h-4.875V39.375z M38.157,29.033c0.812-0.221,1.223-1.034,1.218-2.068c-0.005-1.034-0.914-2.068-2.068-2.068h-5.687 c0-2.068,1.551-3.028,1.551-5.17c0-1.299,0-3.102-2.585-3.102c-1.034,1.034-0.517,3.619-2.068,5.17 c-1.72,1.72-3.477,5.17-5.392,5.17v10.341c2.169,0,5.308,2.068,9.011,2.068c0.177,0,1.9,0.001,2.068,0 c1.942-0.019,3.326-0.936,2.905-3.604c0.831-0.446,1.449-1.992,0.763-3.148C38.969,32.062,38.969,29.625,38.157,29.033z M20.281,36.937c0,0.673-0.546,1.219-1.219,1.219s-1.219-0.546-1.219-1.219c0-0.673,0.546-1.219,1.219-1.219 S20.281,36.264,20.281,36.937z"/>
</symbol>
<symbol id="ico--section-1" viewBox="0 0 56 56">
<path fill="#004ED4" d="M33,32.269c0.905,0.684,1.5,1.758,1.5,2.981c0,2.072-1.678,3.75-3.75,3.75 c-1.814,0-3.328-1.289-3.675-3h-6.15c-0.347,1.711-1.861,3-3.675,3c-2.072,0-3.75-1.678-3.75-3.75v-9c0-1.242,1.008-2.25,2.25-2.25 H18v-5.25c0-1.242,1.008-2.25,2.25-2.25h6.764c0.905,0,1.716,0.534,2.072,1.364l3.67,8.573C32.916,26.813,33,27.211,33,27.619 V32.269z M19.5,18.75v5.653l4.148,3.558c0.408,0.347,0.928,0.539,1.463,0.539H31.5v-0.886c0-0.206-0.042-0.403-0.122-0.591 l-3.675-8.569C27.586,18.178,27.314,18,27.014,18H20.25C19.837,18,19.5,18.338,19.5,18.75z M17.25,37.5 c1.242,0,2.25-1.008,2.25-2.25c0-1.242-1.008-2.25-2.25-2.25C16.008,33,15,34.008,15,35.25C15,36.492,16.008,37.5,17.25,37.5z M27.075,34.5c0.347-1.711,1.861-3,3.675-3c0.258,0,0.506,0.023,0.75,0.075V30h-6.394c-0.891,0-1.758-0.323-2.437-0.905L18.473,25.5 H15.75c-0.412,0-0.75,0.338-0.75,0.75v6.019c0.628-0.478,1.402-0.769,2.25-0.769c1.814,0,3.328,1.289,3.675,3H27.075z M30.75,37.5 c1.242,0,2.25-1.008,2.25-2.25c0-1.242-1.008-2.25-2.25-2.25c-1.242,0-2.25,1.008-2.25,2.25C28.5,36.492,29.508,37.5,30.75,37.5z M43.125,34.5c0.206,0,0.375,0.169,0.375,0.375v0.75c0,0.206-0.169,0.375-0.375,0.375h-6.75C36.169,36,36,35.831,36,35.625v-20.25 C36,15.169,36.169,15,36.375,15h0.75c0.206,0,0.375,0.169,0.375,0.375V34.5H43.125z"/>
</symbol>
<symbol id="ico--section-2" viewBox="0 0 56 56">
<path fill="#004ED4" d="M38.25,31.5c0.412,0,0.75,0.338,0.75,0.75v6c0,0.412-0.338,0.75-0.75,0.75h-19.5 C18.337,39,18,38.662,18,38.25v-12c0-0.412,0.338-0.75,0.75-0.75h10.5c0.412,0,0.75,0.338,0.75,0.75v5.25H38.25z M28.5,37.5V33h-9 v4.5H28.5z M28.5,31.5V27h-9v4.5H28.5z M37.5,37.5V33H30v4.5H37.5z M42.122,20.545c0.839,0.352,1.378,1.167,1.378,2.072v16.008 c0,0.206-0.169,0.375-0.375,0.375h-0.75C42.169,39,42,38.831,42,38.625V22.617c0-0.305-0.178-0.577-0.459-0.694l-12.75-5.372 c-0.183-0.08-0.398-0.08-0.581,0l-12.75,5.372C15.178,22.045,15,22.313,15,22.617v16.008C15,38.831,14.831,39,14.625,39h-0.75 c-0.206,0-0.375-0.169-0.375-0.375V22.617c0-0.905,0.539-1.72,1.378-2.072l12.75-5.372c0.558-0.234,1.191-0.234,1.744,0 L42.122,20.545z"/>
</symbol>
<symbol id="ico--section-3" viewBox="0 0 56 56">
<path fill="#004ED4" d="M42.75,32.25c0.414,0,0.75,0.336,0.75,0.75v2.25c0,2.068-1.682,3.75-3.75,3.75h-22.5 c-2.068,0-3.75-1.682-3.75-3.75V33c0-0.414,0.336-0.75,0.75-0.75h2.25l0-12.75c0-1.655,1.346-3,3-3h18c1.654,0,3,1.345,3,3v12.75 H42.75z M18,19.5v12.75h7.166c0.19,0,0.329,0.147,0.371,0.332c0.151,0.668,0.749,1.168,1.463,1.168h3 c0.714,0,1.312-0.499,1.463-1.168c0.042-0.186,0.181-0.332,0.371-0.332H39V19.5c0-0.828-0.672-1.5-1.5-1.5h-18 C18.672,18,18,18.672,18,19.5z M42,35.25v-1.5h-9.129c-0.309,0.873-1.142,1.5-2.121,1.5h-4.5c-0.978,0-1.812-0.627-2.121-1.5H15v1.5 c0,1.241,1.009,2.25,2.25,2.25h22.5C40.991,37.5,42,36.491,42,35.25z"/>
</symbol>
<symbol id="ico--section-4" viewBox="0 0 56 56">
<path fill="#004ED4" d="M15.023,17.813c0-2.452,2.934-3.722,4.725-2.058l9,8.353l0.525-0.483 c-0.591-1.875-0.281-3.666,1.223-5.17c0.98-0.98,3.736-2.897,4.083-3.136c1.312-0.923,3.127,0.3,3.309,1.753 c0.952,0.117,1.927,1.027,2.058,2.062c1.411,0.178,2.695,1.973,1.753,3.309c-0.239,0.347-2.152,3.103-3.131,4.083 c-1.556,1.552-3.352,1.791-5.17,1.223l-0.338,0.361l5.067,4.702c1.162,1.083,1.205,2.92,0.075,4.05l-1.313,1.313 c-1.139,1.139-2.967,1.078-4.041-0.066c-0.042-0.042,0.281,0.338-4.233-4.983l-4.364,4.927c-1.064,1.205-2.939,1.275-4.092,0.122 l-1.312-1.313c-1.144-1.139-1.087-3.019,0.122-4.092l4.894-4.341C18.295,27.928,15.023,24.511,15.023,17.813z M32.822,26.119 c1.533,0.872,3.3,0.731,4.687-0.647c0.919-0.923,2.967-3.886,2.967-3.886c0.258-0.356-0.577-1.181-0.923-0.909l-3.792,3.792 c-0.389,0.328-1.238-0.516-0.928-0.914l3.581-4.036c0.253-0.352-0.567-1.167-0.914-0.914l-4.036,3.581 c-0.398,0.314-1.238-0.539-0.909-0.923l3.797-3.792c0.267-0.347-0.553-1.181-0.909-0.923c0,0-2.967,2.048-3.881,2.967 c-1.373,1.373-1.533,3.141-0.652,4.687l-1.055,0.933l2.105,1.955L32.822,26.119z M25.275,29.189l-5.311,4.702 c-0.562,0.502-0.591,1.378-0.056,1.912l1.312,1.312c0.539,0.539,1.411,0.506,1.912-0.056l4.505-5.091L25.275,29.189z M16.523,17.813 c0,5.494,2.297,9.187,8.859,9.187l8.559,10.087c0.506,0.539,1.359,0.553,1.884,0.028l1.312-1.312 c0.53-0.525,0.511-1.383-0.033-1.889L18.731,16.852C17.887,16.069,16.523,16.669,16.523,17.813z"/>
</symbol>
<symbol id="ico--section-5" viewBox="0 0 56 56">
<path fill="#004ED4" d="M40.875,19c0.714,0,1.247,0.656,1.101,1.354l-2.031,9.75C39.836,30.626,39.376,31,38.843,31 H23.31l0.562,3H37.75c0.536,0,0.97,0.37,1.091,0.85c0.56,0.545,0.909,1.307,0.909,2.15c0,1.657-1.343,3-3,3s-3-1.343-3-3v-0.003 c0-0.443,0.18-1.113,0.402-1.497h-6.805c0.222,0.383,0.402,1.054,0.402,1.497V37c0,1.657-1.343,3-3,3s-3-1.343-3-3 c0-0.777,0.296-1.485,0.78-2.018L19.252,17.5h-3.69C15.252,17.5,15,17.248,15,16.937v-0.375C15,16.252,15.252,16,15.562,16h4.001 c0.541,0,1.006,0.386,1.106,0.918L21.06,19H40.875z M26.25,37c0-0.827-0.673-1.5-1.5-1.5c-0.827,0-1.5,0.673-1.5,1.5 c0,0.827,0.673,1.5,1.5,1.5C25.577,38.5,26.25,37.827,26.25,37z M36.75,38.5c0.827,0,1.5-0.673,1.5-1.5c0-0.827-0.673-1.5-1.5-1.5 c-0.827,0-1.5,0.673-1.5,1.5C35.25,37.827,35.923,38.5,36.75,38.5z M38.539,29.5l1.875-9H21.341l1.687,9H38.539z"/>
</symbol>
<symbol id="ico--section-6" viewBox="0 0 56 56">
<path fill="#004ED4" d="M38.25,21c1.243,0,2.25,1.007,2.25,2.25v12c0,1.243-1.007,2.25-2.25,2.25h-19.5 c-1.243,0-2.25-1.007-2.25-2.25v-12c0-1.243,1.007-2.25,2.25-2.25H24v-3.375c0-0.622,0.503-1.125,1.125-1.125h6.75 c0.622,0,1.125,0.503,1.125,1.125V21H38.25z M25.5,18v3h6v-3H25.5z M39,35.25V28.5h-7.5v1.875c0,0.621-0.504,1.125-1.125,1.125 h-3.75c-0.621,0-1.125-0.504-1.125-1.125V28.5H18v6.75c0,0.413,0.337,0.75,0.75,0.75h19.5C38.663,36,39,35.663,39,35.25z M27,30h3 v-1.5h-3V30z M39,27v-3.75c0-0.413-0.337-0.75-0.75-0.75h-19.5c-0.413,0-0.75,0.337-0.75,0.75V27H39z"/>
</symbol>
<symbol id="ico--up" viewBox="0 0 13 8">
<path class="u-fill--inherit" d="M0.116,6.829c-0.138-0.138-0.138-0.36,0-0.498l6.135-6.135c0.138-0.138,0.36-0.138,0.498,0 l6.135,6.135c0.138,0.138,0.138,0.36,0,0.498l-0.58,0.58c-0.138,0.138-0.36,0.138-0.498,0L6.5,2.115L1.194,7.409 c-0.138,0.138-0.36,0.138-0.498,0L0.116,6.829z"/>
</symbol>
<symbol id="ico--down" viewBox="0 0 13 8">
<path class="u-fill--inherit" d="M12.884,0.776c0.138,0.138,0.138,0.36,0,0.498L6.749,7.409c-0.138,0.138-0.36,0.138-0.498,0 L0.116,1.274c-0.138-0.138-0.138-0.36,0-0.498l0.58-0.58c0.138-0.138,0.36-0.138,0.498,0L6.5,5.49l5.306-5.294 c0.138-0.138,0.36-0.138,0.498,0L12.884,0.776z"/>
</symbol>
<symbol id="ico--right" viewBox="0.02 0.687 5.585 9.376">
<path class="u-fill--inherit" d="M5.502,5.624L1.201,9.96c-0.138,0.138-0.36,0.138-0.498,0l-0.58-0.58 c-0.138-0.138-0.138-0.36,0-0.498l3.472-3.507L0.123,1.868c-0.138-0.138-0.138-0.36,0-0.498l0.58-0.58 c0.138-0.138,0.36-0.138,0.498,0l4.301,4.336C5.64,5.264,5.64,5.486,5.502,5.624z"/>
</symbol>
<symbol id="ico--right-slim" viewBox="0.813 0.687 4 9.376">
<path class="u-fill--inherit" d="M4.739,5.624L1.659,9.96c-0.099,0.138-0.258,0.138-0.357,0L0.886,9.38 c-0.099-0.138-0.099-0.36,0-0.498l2.486-3.507L0.886,1.868c-0.099-0.138-0.099-0.36,0-0.498l0.415-0.58 c0.099-0.138,0.258-0.138,0.357,0l3.08,4.336C4.837,5.264,4.837,5.486,4.739,5.624z"/>
</symbol>
<symbol id="ico--time" viewBox="0 0 24 24">
<path class="u-fill--inherit" d="M0.931,1.117h0.464c0.307,0,0.556,0.249,0.556,0.556v4.388c2.003-3.412,5.715-5.699,9.96-5.686 c6.324,0.02,11.473,5.194,11.463,11.518c-0.01,6.343-5.155,11.482-11.5,11.482c-2.964,0-5.667-1.122-7.706-2.963 c-0.237-0.214-0.248-0.582-0.022-0.808l0.328-0.328c0.209-0.209,0.545-0.219,0.764-0.021c1.757,1.581,4.083,2.544,6.636,2.544 c5.46,0,9.923-4.421,9.923-9.923c0-5.46-4.421-9.923-9.923-9.923c-3.842,0-7.175,2.183-8.824,5.379h4.558 c0.307,0,0.556,0.249,0.556,0.556v0.464c0,0.307-0.249,0.556-0.556,0.556H0.931c-0.307,0-0.556-0.249-0.556-0.556V1.673 C0.375,1.366,0.624,1.117,0.931,1.117z M15.847,15.735c-0.181,0.249-0.529,0.303-0.777,0.123l-3.936-2.863V5.383 c0-0.307,0.249-0.556,0.556-0.556h0.371c0.307,0,0.556,0.249,0.556,0.556v6.856l3.325,2.418c0.249,0.181,0.303,0.529,0.123,0.777 L15.847,15.735z"/>
</symbol>
<symbol id="ico--offer" viewBox="0 0 23 21">
<path class="u-fill--inherit" d="M20.844,4.813C22.035,4.813,23,5.778,23,6.969v11.5c0,1.191-0.965,2.156-2.156,2.156H2.156 C0.965,20.625,0,19.66,0,18.469v-11.5c0-1.191,0.965-2.156,2.156-2.156h5.031V1.578C7.188,0.983,7.67,0.5,8.266,0.5h6.469 c0.596,0,1.078,0.482,1.078,1.078v3.234H20.844z M8.625,1.938v2.875h5.75V1.938H8.625z M21.563,18.469V12h-7.188v1.797 c0,0.595-0.483,1.078-1.078,1.078H9.703c-0.595,0-1.078-0.483-1.078-1.078V12H1.438v6.469c0,0.396,0.323,0.719,0.719,0.719h18.688 C21.24,19.188,21.563,18.865,21.563,18.469z M10.063,13.438h2.875V12h-2.875V13.438z M21.563,10.563V6.969 c0-0.396-0.323-0.719-0.719-0.719H2.156c-0.396,0-0.719,0.323-0.719,0.719v3.594H21.563z"/>
</symbol>
<symbol id="ico--easy" viewBox="0 0 23 23">
<path class="u-fill--inherit" d="M22.311,12.833c0.247,1.003,0.127,2.241-0.433,3.118c0.194,1.068-0.139,2.218-0.819,3.015 c0.086,2.422-1.395,4.034-4.058,4.034c-0.151,0.001-1.595,0-1.842,0C11.711,23,8.647,21.17,7.188,21.17v0.393 C7.188,22.356,6.544,23,5.75,23H1.438C0.644,23,0,22.356,0,21.563v-11.5c0-0.794,0.644-1.438,1.438-1.438H5.75 c0.491,0,0.924,0.246,1.184,0.622c0.137-0.026,0.263-0.058,0.361-0.1c0.971-0.522,2.588-3.094,3.646-4.153 c0.445-0.445,0.589-1.188,0.742-1.974C11.94,1.703,12.44,0,13.787,0c2.678,0,3.724,1.558,3.724,4.181 c0,1.388-0.538,2.356-0.93,3.136h3.151c1.826,0,3.267,1.568,3.267,3.26C23,11.5,22.757,12.255,22.311,12.833z M1.438,21.563H5.75 v-11.5H1.438V21.563z M20.485,12.414c0.718-0.195,1.082-0.915,1.077-1.83c-0.005-0.915-0.809-1.83-1.83-1.83h-5.031 c0-1.83,1.372-2.679,1.372-4.574c0-1.149,0-2.744-2.287-2.744c-0.915,0.915-0.457,3.202-1.83,4.574 c-1.522,1.522-3.076,4.574-4.77,4.574v9.148c1.919,0,4.696,1.83,7.972,1.83c0.156,0,1.681,0.001,1.83,0 c1.718-0.017,2.943-0.828,2.57-3.188c0.735-0.394,1.282-1.763,0.675-2.785C21.203,15.094,21.203,12.938,20.485,12.414z M4.672,19.406c0,0.595-0.483,1.078-1.078,1.078s-1.078-0.483-1.078-1.078c0-0.595,0.483-1.078,1.078-1.078 S4.672,18.811,4.672,19.406z"/>
</symbol>
<symbol id="ico--pen" viewBox="0 0 23 23">
<path class="u-fill--inherit" d="M22.158,2.901c1.123,1.123,1.123,2.943,0,4.066L6.327,22.798l-5.129,0.57 c-0.687,0.076-1.267-0.504-1.191-1.191l0.57-5.129L16.408,1.217c1.123-1.123,2.943-1.123,4.066,0L22.158,2.901z M7.398,15.977 c-0.281-0.281-0.281-0.736,0-1.016l8.117-8.117l-1.35-1.35L4.099,15.559H5.66v2.156h2.156v1.561L17.882,9.211l-1.35-1.35 l-8.117,8.117C8.134,16.258,7.679,16.258,7.398,15.977z M5.667,21.425l0.892-0.892v-1.561H4.402v-2.156H2.842L1.95,17.708 l-0.294,2.65l1.361,1.361L5.667,21.425z M21.141,5.951c0.562-0.562,0.562-1.471,0-2.033l-1.684-1.684 c-0.562-0.562-1.471-0.562-2.033,0l-2.243,2.243l3.717,3.717L21.141,5.951z"/>
</symbol>
<symbol id="ico--burger" viewBox="0 0 32 16">
<rect fill="#2A3644" width="32" height="2"/>
<rect x="9" y="7" fill="#2A3644" width="23" height="2"/>
<rect y="14" fill="#2A3644" width="32" height="2"/>
</symbol>
<symbol id="ico--phone" viewBox="0 0 21 22">
<path class="u-fill--inherit" d="M20.0073662,1.61350199 C20.5897947,1.74475969 20.9999499,2.26157937 20.9999499,2.86039004 C20.9999499,13.2496151 12.5794702,21.6249937 2.23534623,21.6249937 C1.63653556,21.6249937 1.11971588,21.2148385 0.984372653,20.6283244 L0.0328044109,16.4980528 C-0.106624349,15.8951166 0.205077636,15.2798837 0.775209486,15.0337905 L5.2212686,13.1265685 C5.74217381,12.9009831 6.35740672,13.0527486 6.71833535,13.4916227 L8.52714413,15.7023356 C11.3695122,14.3078077 13.6786783,11.994556 15.0732063,9.15627347 L12.8624533,7.34750474 C12.4236192,6.98653606 12.2718538,6.37130315 12.4974392,5.850438 L14.4046612,1.4002533 C14.6507543,0.830121445 15.2700728,0.51841946 15.873009,0.65784822 L20.0073662,1.61350199 Z M2.25993953,20.3124969 C11.8780807,20.3002002 19.6751564,12.5072501 19.6833675,2.88910892 L15.598197,1.9457518 L13.7114827,6.35079539 L16.6974051,8.79121926 C14.7122776,13.0240297 12.4112825,15.3331958 8.16208992,17.3265745 L5.72166605,14.3406521 L1.3165824,16.2273664 L2.25993953,20.3124969 Z"></path>
</symbol>
<symbol id="ico--success" viewBox="0 0 67 67">
<path fill="#1FB299" d="M44.624,22.505c0.302-0.302,0.792-0.302,1.094,0l1.823,1.823c0.302,0.302,0.302,0.792,0,1.094 L28.217,44.745c-0.302,0.302-0.792,0.302-1.094,0l-8.599-8.599c-0.302-0.302-0.302-0.792,0-1.094l1.823-1.823 c0.302-0.302,0.792-0.302,1.094,0l6.229,6.229L44.624,22.505z"/>
<circle fill="none" stroke="#1FB299" cx="33.5" cy="33.5" r="33"/>
</symbol>
<symbol id="ico--close" viewBox="0 0 13 13">
<path fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="square" d="M6.5,6.5L0.843,0.843L6.5,6.5 l-5.657,5.657L6.5,6.5z M6.5,6.5l5.657,5.657L6.5,6.5l5.657-5.657L6.5,6.5z"/>
</symbol>
<symbol id="ico--plus" viewBox="0 0 16 16">
<path fill="none" stroke="#2A3644" stroke-width="2" stroke-linecap="square" d="M8,8V0V8H0H8z M8,8v8V8h8H8z"/>
</symbol>
<symbol id="ico--attachment" viewBox="0 0 16 21">
<path class="u-fill--inherit" d="M1.873,18.799c-1.883-2.266-1.884-5.934,0-8.201L9.18,1.808c1.45-1.744,3.808-1.744,5.258,0 c1.453,1.748,1.453,4.578,0,6.326l-6.152,7.402c-1.02,1.227-2.679,1.227-3.699,0c-1.022-1.23-1.023-3.221,0-4.451l5.21-6.269 c0.152-0.183,0.399-0.183,0.551,0l0.551,0.663c0.152,0.183,0.152,0.48,0,0.663l-5.21,6.269c-0.413,0.497-0.413,1.302,0,1.799 c0.412,0.496,1.083,0.496,1.495,0l6.152-7.402c0.844-1.015,0.844-2.659,0-3.674c-0.842-1.013-2.212-1.013-3.054,0l-7.306,8.791 c-1.274,1.533-1.275,4.015,0,5.549c1.276,1.535,3.341,1.535,4.616-0.001c1.755-2.114,4.605-5.544,6.361-7.656 c0.152-0.183,0.399-0.183,0.551,0l0.551,0.663c0.152,0.183,0.152,0.48,0,0.663c-1.756,2.113-4.605,5.543-6.36,7.656 C6.809,21.067,3.758,21.067,1.873,18.799z"/>
</symbol>
<symbol id="ico--edit" viewBox="0 0 576 512">
<path class="u-fill--inherit" d="M417.8 315.5l20-20c3.8-3.8 10.2-1.1 10.2 4.2V464c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V112c0-26.5 21.5-48 48-48h292.3c5.3 0 8 6.5 4.2 10.2l-20 20c-1.1 1.1-2.7 1.8-4.2 1.8H48c-8.8 0-16 7.2-16 16v352c0 8.8 7.2 16 16 16h352c8.8 0 16-7.2 16-16V319.7c0-1.6.6-3.1 1.8-4.2zm145.9-191.2L251.2 436.8l-99.9 11.1c-13.4 1.5-24.7-9.8-23.2-23.2l11.1-99.9L451.7 12.3c16.4-16.4 43-16.4 59.4 0l52.6 52.6c16.4 16.4 16.4 43 0 59.4zm-93.6 48.4L403.4 106 169.8 339.5l-8.3 75.1 75.1-8.3 233.5-233.6zm71-85.2l-52.6-52.6c-3.8-3.8-10.2-4-14.1 0L426 83.3l66.7 66.7 48.4-48.4c3.9-3.8 3.9-10.2 0-14.1z" />
</symbol>
<symbol id="ico--euro" viewBox="0 0 512 512">
<path class="u-fill--inherit" d="M256 0C114.848 0 0 114.848 0 256s114.848 256 256 256 256-114.848 256-256S397.152 0 256 0zm0 480C132.48 480 32 379.52 32 256S132.48 32 256 32s224 100.48 224 224-100.48 224-224 224z"/>
<path class="u-fill--inherit" d="M310.976 339.744C299.072 347.872 285.952 352 272 352c-29.472 0-55.008-19.456-68.864-48H256c8.832 0 16-7.168 16-16s-7.168-16-16-16h-62.656c-.736-5.216-1.344-10.528-1.344-16s.608-10.784 1.344-16H272c8.832 0 16-7.168 16-16s-7.168-16-16-16h-68.864c13.856-28.544 39.392-48 68.864-48 13.952 0 27.072 4.128 38.976 12.256 7.296 4.96 17.28 3.136 22.24-4.192 4.992-7.296 3.104-17.248-4.192-22.24C311.936 134.176 292.224 128 272 128c-46.88 0-87.008 33.184-103.68 80H144c-8.832 0-16 7.168-16 16s7.168 16 16 16h17.408c-.576 5.312-1.408 10.528-1.408 16s.832 10.688 1.408 16H144c-8.832 0-16 7.168-16 16s7.168 16 16 16h24.32c16.672 46.816 56.8 80 103.68 80 20.224 0 39.936-6.176 57.024-17.824 7.296-4.992 9.184-14.944 4.192-22.24-4.96-7.296-14.944-9.152-22.24-4.192z"/>
</symbol>
<symbol id="ico--calendar" viewBox="0 0 20 24">
<path class="u-fill--inherit" d="M17.857 3.357h-2.143V1.036A.537.537 0 0015.18.5h-.358a.537.537 0 00-.535.536v2.321H5.714V1.036A.537.537 0 005.18.5H4.82a.537.537 0 00-.535.536v2.321H2.143C.96 3.357 0 4.317 0 5.5v15.714c0 1.183.96 2.143 2.143 2.143h15.714c1.183 0 2.143-.96 2.143-2.143V5.5c0-1.183-.96-2.143-2.143-2.143zM2.143 4.786h15.714c.393 0 .714.321.714.714v2.143H1.43V5.5c0-.393.321-.714.714-.714zm15.714 17.143H2.143a.716.716 0 01-.714-.715V9.071H18.57v12.143a.716.716 0 01-.714.715zm-11.25-7.143a.537.537 0 00.536-.536v-1.786a.537.537 0 00-.536-.535H4.821a.537.537 0 00-.535.535v1.786c0 .295.24.536.535.536h1.786zm4.286 0a.537.537 0 00.536-.536v-1.786a.537.537 0 00-.536-.535H9.107a.537.537 0 00-.536.535v1.786c0 .295.242.536.536.536h1.786zm4.286 0a.537.537 0 00.535-.536v-1.786a.537.537 0 00-.535-.535h-1.786a.537.537 0 00-.536.535v1.786c0 .295.241.536.536.536h1.786zm-4.286 4.285a.537.537 0 00.536-.535V16.75a.537.537 0 00-.536-.536H9.107a.537.537 0 00-.536.536v1.786c0 .294.242.535.536.535h1.786zm-4.286 0a.537.537 0 00.536-.535V16.75a.537.537 0 00-.536-.536H4.821a.537.537 0 00-.535.536v1.786c0 .294.24.535.535.535h1.786zm8.572 0h-1.786a.537.537 0 01-.536-.535V16.75c0-.295.241-.536.536-.536h1.786c.294 0 .535.241.535.536v1.786a.537.537 0 01-.535.535z" fill-rule="nonzero"/>
</symbol>
<symbol id="ico--lunch" viewBox="0 0 22 21">
<path class="u-fill--inherit" d="M0 2.792c0 5.458 2.666 8.242 7.204 8.651L3.216 14.98a2.294 2.294 0 00-.1 3.334l1.07 1.07a2.29 2.29 0 003.335-.1l3.556-4.014 3.449 4.06a2.291 2.291 0 003.292.054l1.07-1.07c.92-.92.886-2.417-.061-3.3l-4.13-3.83.276-.295c1.482.462 2.945.268 4.213-.997l.214-.227c.834-.932 2.159-2.84 2.337-3.1.768-1.088-.279-2.551-1.428-2.696-.107-.844-.902-1.585-1.677-1.68-.15-1.185-1.627-2.182-2.697-1.43l-.966.684c-.797.576-1.862 1.373-2.36 1.872C11.381 4.541 11.13 6 11.61 7.528l-.427.393L3.85 1.115C2.391-.241 0 .795 0 2.792zM14.503 9.56l-.703.79-1.715-1.592.86-.76c-.719-1.26-.589-2.7.53-3.82.745-.748 3.163-2.418 3.163-2.418.29-.21.959.47.741.753l-3.094 3.09c-.267.313.416 1.008.741.752l3.289-2.918c.282-.206.95.459.745.745L16.14 7.471c-.252.324.44 1.012.757.745l3.09-3.09c.266-.209.884.374.78.686l-.028.054s-1.669 2.414-2.418 3.167c-1.13 1.123-2.57 1.237-3.82.527zm-6.15 2.502l1.925 2.265-3.67 4.148a1.07 1.07 0 01-1.559.046L3.98 17.45a1.074 1.074 0 01.046-1.558l4.327-3.831zm-7.13-9.27c0-.932 1.11-1.421 1.798-.783l14.973 13.903c.443.412.458 1.111.027 1.54l-1.07 1.069a1.07 1.07 0 01-1.535-.023l-6.975-8.22c-5.347 0-7.219-3.01-7.219-7.486z" fill-rule="nonzero"/>
</symbol>
<symbol id="ico--transport" viewBox="0 0 20 21">
<path class="u-fill--inherit" d="M5 15.5A1.25 1.25 0 105 13a1.25 1.25 0 000 2.5zm10 0a1.25 1.25 0 100-2.5 1.25 1.25 0 000 2.5zm4.062-10h-.312V3.625c0-1.712-3.708-3.065-8.434-3.123L10 .5C5.125.5 1.25 1.875 1.25 3.625V5.5H.937A.937.937 0 000 6.438v3.125c0 .517.42.937.937.937h.313v6.25c0 .69.56 1.25 1.25 1.25v1.25c0 .69.56 1.25 1.25 1.25h1.875c.69 0 1.25-.56 1.25-1.25V18h6.25v1.25c0 .69.56 1.25 1.25 1.25h1.875c.69 0 1.25-.56 1.25-1.25V18c.69 0 1.25-.56 1.25-1.25V10.5h.312c.518 0 .938-.42.938-.937V6.438a.937.937 0 00-.938-.938zM5.625 19.25H3.75V18h1.875v1.25zm10.625 0h-1.875V18h1.875v1.25zm1.25-2.5h-15v-5h15v5zm0-6.25h-15v-5H17.5v5zm.001-6.25H2.5v-.613C2.629 3.117 5.133 1.75 10 1.75c4.867 0 7.37 1.367 7.501 1.887v.613z" fill-rule="nonzero"/>
</symbol>
<symbol id="ico--filter" viewBox="0 0 1000 1000">
<path class="u-fill--inherit" d="M907.8,100.2l-346,380v419.7l-124.5-98.3v-322l-345-379.4H907.8 M907.8,17.9H92.2c-32.6,0-62,19.2-75.2,49c-13.2,29.8-7.5,64.5,14.4,88.6L355,511.3v290.2c0,25.2,11.5,49,31.3,64.6l124.5,98.3c14.8,11.7,32.8,17.7,51,17.7c12.2,0,24.5-2.7,35.9-8.2c28.4-13.7,46.4-42.5,46.4-74V512l324.6-356.5c21.9-24.1,27.6-58.8,14.4-88.6C969.8,37.1,940.3,17.9,907.8,17.9L907.8,17.9z"/>
</symbol>
<symbol id="ico--city">
<path class="u-fill--inherit" d="M4.5 5.453V4.047c0-.117.041-.217.123-.299a.407.407 0 01.299-.123h1.406c.117 0 .217.041.299.123a.407.407 0 01.123.299v1.406a.407.407 0 01-.123.299.407.407 0 01-.299.123H4.922a.407.407 0 01-.299-.123.407.407 0 01-.123-.299zm6.328.422H9.422a.407.407 0 01-.299-.123A.407.407 0 019 5.453V4.047c0-.117.041-.217.123-.299a.407.407 0 01.299-.123h1.406c.117 0 .217.041.299.123a.407.407 0 01.123.299v1.406a.407.407 0 01-.123.299.407.407 0 01-.299.123zm-4.5 3.375H4.922a.407.407 0 01-.299-.123.407.407 0 01-.123-.299V7.422c0-.117.041-.217.123-.299A.407.407 0 014.922 7h1.406c.117 0 .217.041.299.123a.407.407 0 01.123.299v1.406a.407.407 0 01-.123.299.407.407 0 01-.299.123zm4.5 0H9.422a.407.407 0 01-.299-.123A.407.407 0 019 8.828V7.422c0-.117.041-.217.123-.299A.407.407 0 019.422 7h1.406c.117 0 .217.041.299.123a.407.407 0 01.123.299v1.406a.407.407 0 01-.123.299.407.407 0 01-.299.123zM6.75 10.797v1.406a.407.407 0 01-.123.299.407.407 0 01-.299.123H4.922a.407.407 0 01-.299-.123.407.407 0 01-.123-.299v-1.406c0-.117.041-.217.123-.299a.407.407 0 01.299-.123h1.406c.117 0 .217.041.299.123a.407.407 0 01.123.299zm4.078 1.828H9.422a.407.407 0 01-.299-.123.407.407 0 01-.123-.299v-1.406c0-.117.041-.217.123-.299a.407.407 0 01.299-.123h1.406c.117 0 .217.041.299.123a.407.407 0 01.123.299v1.406a.407.407 0 01-.123.299.407.407 0 01-.299.123zm4.922 4.36v1.265H0v-1.266c0-.117.041-.216.123-.298a.407.407 0 01.299-.124h.703V1.094a.686.686 0 01.229-.598.873.873 0 01.615-.246h11.847c.211 0 .405.082.58.246a.686.686 0 01.229.598v15.468h.703c.117 0 .217.042.299.124a.407.407 0 01.123.298zm-12.938-.458H6.75v-2.355c0-.117.041-.217.123-.299a.407.407 0 01.299-.123h1.406c.117 0 .217.041.299.123a.407.407 0 01.123.299v2.355h3.973V1.973l-10.16-.035v14.59z" fill-rule="nonzero" />
</symbol>
<symbol id="ico--type">
<path class="u-fill--inherit" d="M5.203 10.375H3.797a.423.423 0 01-.422-.422V8.547c0-.232.19-.422.422-.422h1.406c.232 0 .422.19.422.422v1.406c0 .232-.19.422-.422.422zM9 9.953c0 .232-.19.422-.422.422H7.172a.423.423 0 01-.422-.422V8.547c0-.232.19-.422.422-.422h1.406c.232 0 .422.19.422.422v1.406zm3.375 0c0 .232-.19.422-.422.422h-1.406a.423.423 0 01-.422-.422V8.547c0-.232.19-.422.422-.422h1.406c.232 0 .422.19.422.422v1.406zM9 13.328c0 .232-.19.422-.422.422H7.172a.423.423 0 01-.422-.422v-1.406c0-.232.19-.422.422-.422h1.406c.232 0 .422.19.422.422v1.406zm-3.375 0c0 .232-.19.422-.422.422H3.797a.423.423 0 01-.422-.422v-1.406c0-.232.19-.422.422-.422h1.406c.232 0 .422.19.422.422v1.406zm6.75 0c0 .232-.19.422-.422.422h-1.406a.423.423 0 01-.422-.422v-1.406c0-.232.19-.422.422-.422h1.406c.232 0 .422.19.422.422v1.406zm3.375-9.14v12.374c0 .932-.756 1.688-1.688 1.688H1.687A1.688 1.688 0 010 16.562V4.188C0 3.256.756 2.5 1.687 2.5h1.688V.672c0-.232.19-.422.422-.422h1.406c.232 0 .422.19.422.422V2.5h4.5V.672c0-.232.19-.422.422-.422h1.406c.232 0 .422.19.422.422V2.5h1.687c.932 0 1.688.756 1.688 1.688zm-1.688 12.164V5.875H1.687v10.477c0 .116.095.21.211.21h11.954c.116 0 .21-.094.21-.21z" fill-rule="nonzero"/>
</symbol>
<symbol id="ico--field">
<path class="u-fill--inherit" d="M16.312 3.75c.932 0 1.688.756 1.688 1.688v9c0 .931-.756 1.687-1.688 1.687H1.687A1.687 1.687 0 010 14.438v-9C0 4.506.756 3.75 1.687 3.75H4.5V2.063c0-.932.756-1.688 1.687-1.688h5.625c.932 0 1.688.756 1.688 1.688V3.75h2.812zM6.187 2.063V3.75h5.625V2.063H6.187zM1.898 5.438a.211.211 0 00-.21.21V8.25h14.624V5.648a.211.211 0 00-.21-.21H1.898zm14.204 9c.116 0 .21-.095.21-.211v-4.29H11.25v.844a.844.844 0 01-.844.844H7.594a.844.844 0 01-.844-.844v-.843H1.687v4.289c0 .116.095.21.211.21h14.204z" fill-rule="nonzero"/>
</symbol>
<symbol id="ico--medical" viewBox="0 0 448 512">
<path class="u-fill--inherit" d="M433.9 98L350 14.1C341 5.1 328.8 0 316.1 0h-204c-26.5.1-48 21.6-48 48.1V288H8c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8h126.1l34.7 69.5c2.9 5.9 11.4 5.9 14.3 0L240 275.8l22.1 44.2H352c8.8 0 16-7.2 16-16s-7.2-16-16-16h-70.1l-34.7-69.5c-2.9-5.9-11.4-5.9-14.3 0L176 332.2l-19.9-39.8c-1.4-2.7-4.1-4.4-7.2-4.4H96V48.1c0-8.8 7.3-16.1 16.1-16.1h176v104.1c0 13.3 10.7 23.9 24 23.9h104v304c0 8.8-7.2 16-16 16h-288c-8.8 0-16.1-7.2-16.1-16V352H64.1v112c0 26.5 21.5 48 48 48H400c26.5 0 48-21.5 48-48V132c0-12.7-5.1-25-14.1-34zM320 128.1V32.6c2.8.7 5.3 2.1 7.4 4.2l83.9 83.9c2.1 2.1 3.5 4.6 4.2 7.4H320z"/>
</symbol>
<symbol id="ico--gift">
<path class="u-fill--inherit" d="M26.812 6.75h-3.62c.482-.68.777-1.518.777-2.437 0-2.24-1.696-4.063-3.784-4.063-2.148 0-3.392 1.29-5.56 4.865l-.385-.625C12.302 1.388 11.082.25 9.064.25c-2.087 0-3.783 1.823-3.783 4.063 0 .919.295 1.757.777 2.437h-3.62A2.437 2.437 0 0 0 0 9.188v14.624a2.437 2.437 0 0 0 2.437 2.438h24.375a2.437 2.437 0 0 0 2.438-2.438V9.188a2.437 2.437 0 0 0-2.438-2.438zm-6.627 0H15.54l.444-.737c2.258-3.717 3.073-4.138 4.202-4.138 1.189 0 2.159 1.092 2.159 2.438 0 1.345-.97 2.437-2.159 2.437zM9.065 1.875c1.188 0 2.02.462 4.534 4.692l.107.183H9.059c-1.188 0-2.158-1.092-2.158-2.437.005-1.346.975-2.438 2.163-2.438zm18.56 21.937a.814.814 0 0 1-.813.813H2.437a.814.814 0 0 1-.812-.813v-1.624h26v1.624zm0-3.25h-26v-3.25h26v3.25zm0-4.874h-26v-6.5c0-.45.364-.813.812-.813h10.227L8.65 12.388a.406.406 0 0 0 0 .575l.574.574a.406.406 0 0 0 .574 0l4.826-4.826 4.826 4.826a.406.406 0 0 0 .574 0l.574-.574a.406.406 0 0 0 0-.575l-4.013-4.013h10.226c.45 0 .813.364.813.813v6.5z" fill-rule="nonzero"/>
</symbol>
</svg>
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