Commit ec7d6ecf authored by Simonas's avatar Simonas

Trust regions, biuro-contacts updates, small fixes

parent 28af8b9a
......@@ -59,8 +59,8 @@
### DB backup
- `C:\web\dev.biuro> docker exec -i dev-biuro-mysql mysqldump -udev_user -pY6V6bFkD6@GyD!wTShgFmWz! --default-character-set=utf8 dev_biuro > docker/mariadb/data-004.sql`
- `sudo docker exec -i biuro-staging-mysql mysqldump -ustaging_user -p'qzl8pMNV^gZ&c1!7ebVsXqQh' --default-character-set=utf8 staging_biuro > docker/mariadb/data-014.sql`
- `sudo docker exec -i biuro-www-mysql mysqldump -uwww_user -p'qzl8pMNV^gZ&c1!7ebVsXqQh' --default-character-set=utf8 www_biuro > docker/mariadb/data-014.sql`
- `sudo docker exec -i biuro-staging-mysql mysqldump -ustaging_user -p'qzl8pMNV^gZ&c1!7ebVsXqQh' --default-character-set=utf8 staging_biuro > docker/mariadb/data-018.sql`
- `sudo docker exec -i biuro-www-mysql mysqldump -uwww_user -p'qzl8pMNV^gZ&c1!7ebVsXqQh' --default-character-set=utf8 www_biuro > docker/mariadb/data-018.sql`
### DB restore
- `C:\web\dev.biuro> docker exec -i dev-biuro-mysql mysql -udev_user -pY6V6bFkD6@GyD!wTShgFmWz! --default-character-set=utf8 dev_biuro < docker/mariadb/data-004.sql`
......
......@@ -153,7 +153,7 @@ services:
# - wp-init.sh
command: >
/bin/sh -c '
sleep 45;
sleep 180;
echo "WP CLI init";
wp core update --force;
wp core update-db --network;
......@@ -161,11 +161,13 @@ services:
# wp option update timezone_string "Manual Offsets/UTC+2";
# wp option update date_format "Y-m-d";
# wp option update time_format "H:i";
wp plugin install pods --activate-network;
wp plugin install polylang --activate-network;
wp plugin install wordpress-seo --activate-network;
wp plugin install loco-translate --activate-network;
wp plugin update --all;
wp plugin install loco-translate --version=2.3.0 --activate-network;
wp plugin install pods --version=2.7.12 --activate-network;
wp plugin install polylang --version=2.5.4 --activate-network;
wp plugin install wordpress-seo --version=11.3 --activate-network;
wp plugin update akismet --version=4.1.2;
wp plugin update hello --version=1.7.2;
wp plugin activate akismet --network;
wp plugin activate biuro-contacts --network;
wp plugin activate biuro-feedbacks --network;
......
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
msgid ""
msgstr ""
"Project-Id-Version: Network Admin\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-06-05 07:27+0000\n"
"PO-Revision-Date: 2019-06-05 07:27+0000\n"
"Last-Translator: biuro <info@biuro.eu>\n"
"Language-Team: \n"
"Language: lv_LV\n"
"Plural-Forms: nplurals=3; plural=n % 10 == 1 && n % 100 != 11 ? 0 : n != 0 ? "
"1 : 2;\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Loco https://localise.biz/\n"
"X-Loco-Version: 2.3.0; wp-5.2.1"
#: wp-admin/network.php:19
msgid "Sorry, you are not allowed to manage options for this site."
msgstr ""
#: wp-admin/network.php:29
msgid "The Network creation panel is not for WordPress MU networks."
msgstr ""
#. 1: WP_ALLOW_MULTISITE 2: wp-config.php
#: wp-admin/network.php:44
#, php-format
msgid ""
"You must define the %1$s constant as true in your %2$s file to allow "
"creation of a Network."
msgstr ""
#: wp-admin/network.php:52 wp-admin/network/menu.php:68
msgid "Network Setup"
msgstr ""
#: wp-admin/network.php:55
msgid "Create a Network of WordPress Sites"
msgstr ""
#: wp-admin/network.php:59
msgid ""
"This screen allows you to configure a network as having subdomains (<code>"
"site1.example.com</code>) or subdirectories (<code>example.com/site1</code>)."
" Subdomains require wildcard subdomains to be enabled in Apache and DNS "
"records, if your host allows it."
msgstr ""
#: wp-admin/network.php:60
msgid ""
"Choose subdomains or subdirectories; this can only be switched afterwards by "
"reconfiguring your installation. Fill out the network details, and click "
"Install. If this does not work, you may have to add a wildcard DNS record "
"(for subdomains) or change to another setting in Permalinks (for "
"subdirectories)."
msgstr ""
#: wp-admin/network.php:61
msgid ""
"The next screen for Network Setup will give you individually-generated lines "
"of code to add to your wp-config.php and .htaccess files. Make sure the "
"settings of your FTP client make files starting with a dot visible, so that "
"you can find .htaccess; you may have to create this file if it really is not "
"there. Make backup copies of those two files."
msgstr ""
#: wp-admin/network.php:62
msgid ""
"Add the designated lines of code to wp-config.php (just before <code>/*..."
"stop editing...*/</code>) and <code>.htaccess</code> (replacing the existing "
"WordPress rules)."
msgstr ""
#: wp-admin/network.php:63
msgid ""
"Once you add this code and refresh your browser, multisite should be enabled."
" This screen, now in the Network Admin navigation menu, will keep an archive "
"of the added code. You can toggle between Network Admin and Site Admin by "
"clicking on the Network Admin or an individual site name under the My Sites "
"dropdown in the Toolbar."
msgstr ""
#: wp-admin/network.php:64
msgid ""
"The choice of subdirectory sites is disabled if this setup is more than a "
"month old because of permalink problems with &#8220;/blog/&#8221; from the "
"main site. This disabling will be addressed in a future version."
msgstr ""
#: wp-admin/network.php:65 wp-admin/network.php:78
#: wp-admin/network/index.php:54 wp-admin/network/settings.php:62
#: wp-admin/network/site-new.php:31 wp-admin/network/sites.php:44
#: wp-admin/network/themes.php:245 wp-admin/network/upgrade.php:30
#: wp-admin/network/user-new.php:28 wp-admin/network/users.php:210
msgid "For more information:"
msgstr ""
#: wp-admin/network.php:66 wp-admin/network.php:79
msgid ""
"<a href=\"https://codex.wordpress.org/Create_A_Network\">Documentation on "
"Creating a Network</a>"
msgstr ""
#: wp-admin/network.php:67 wp-admin/network.php:80
msgid ""
"<a href=\"https://codex.wordpress.org/Tools_Network_Screen\">Documentation "
"on the Network Screen</a>"
msgstr ""
#: wp-admin/network.php:72
msgid "Network"
msgstr ""
#: wp-admin/network.php:81 wp-admin/network/settings.php:64
#: wp-admin/network/themes.php:247 wp-admin/network/upgrade.php:32
msgid "<a href=\"https://wordpress.org/support/\">Support</a>"
msgstr ""
#: wp-admin/network/admin.php:17
msgid "Multisite support is not enabled."
msgstr ""
#: wp-admin/network/index.php:17 wp-admin/network/settings.php:17
#: wp-admin/network/site-info.php:32 wp-admin/network/site-settings.php:32
#: wp-admin/network/site-themes.php:57 wp-admin/network/site-users.php:50
#: wp-admin/network/sites.php:14 wp-admin/network/sites.php:131
#: wp-admin/network/upgrade.php:38 wp-admin/network/user-new.php:37
#: wp-admin/network/users.php:14 wp-admin/network/users.php:24
#: wp-admin/network/users.php:46 wp-admin/network/users.php:60
#: wp-admin/network/users.php:133
msgid "Sorry, you are not allowed to access this page."
msgstr ""
#. Network menu item
#: wp-admin/network/index.php:20 wp-admin/network/menu.php:11
#: wp-admin/network/site-info.php:136 wp-admin/network/site-settings.php:94
#: wp-admin/network/site-themes.php:179 wp-admin/network/site-users.php:226
msgid "Dashboard"
msgstr ""
#: wp-admin/network/index.php:23
msgid ""
"Welcome to your Network Admin. This area of the Administration Screens is "
"used for managing all aspects of your Multisite Network."
msgstr ""
#: wp-admin/network/index.php:24
msgid "From here you can:"
msgstr ""
#: wp-admin/network/index.php:25
msgid "Add and manage sites or users"
msgstr ""
#: wp-admin/network/index.php:26
msgid "Install and activate themes or plugins"
msgstr ""
#: wp-admin/network/index.php:27
msgid "Update your network"
msgstr ""
#: wp-admin/network/index.php:28
msgid "Modify global network settings"
msgstr ""
#: wp-admin/network/index.php:33 wp-admin/network/settings.php:48
#: wp-admin/network/site-new.php:23 wp-admin/network/sites.php:28
#: wp-admin/network/themes.php:236 wp-admin/network/upgrade.php:21
#: wp-admin/network/user-new.php:20 wp-admin/network/users.php:198
msgid "Overview"
msgstr ""
#: wp-admin/network/index.php:38
msgid ""
"The Right Now widget on this screen provides current user and site counts on "
"your network."
msgstr ""
#: wp-admin/network/index.php:39
msgid "To add a new user, <strong>click Create a New User</strong>."
msgstr ""
#: wp-admin/network/index.php:40
msgid "To add a new site, <strong>click Create a New Site</strong>."
msgstr ""
#: wp-admin/network/index.php:41
msgid "To search for a user or site, use the search boxes."
msgstr ""
#: wp-admin/network/index.php:42
msgid ""
"To search for a user, <strong>enter an email address or username</strong>. "
"Use a wildcard to search for a partial username, such as user&#42;."
msgstr ""
#: wp-admin/network/index.php:43
msgid "To search for a site, <strong>enter the path or domain</strong>."
msgstr ""
#: wp-admin/network/index.php:48
msgid "Quick Tasks"
msgstr ""
#: wp-admin/network/index.php:55
msgid ""
"<a href=\"https://codex.wordpress.org/Network_Admin\">Documentation on the "
"Network Admin</a>"
msgstr ""
#: wp-admin/network/index.php:56 wp-admin/network/site-new.php:33
#: wp-admin/network/sites.php:46 wp-admin/network/user-new.php:30
#: wp-admin/network/users.php:212
msgid ""
"<a href=\"https://wordpress.org/support/forum/multisite/\">Support Forums</a>"
msgstr ""
#: wp-admin/network/menu.php:13
msgid "Home"
msgstr ""
#: wp-admin/network/menu.php:27
#, php-format
msgid "Updates %s"
msgstr ""
#: wp-admin/network/menu.php:29
msgid "Updates"
msgstr ""
#: wp-admin/network/menu.php:34 wp-admin/network/upgrade.php:15
#: wp-admin/network/upgrade.php:42 wp-admin/network/upgrade.php:142
msgid "Upgrade Network"
msgstr ""
#. Sites menu item
#: wp-admin/network/menu.php:39 wp-admin/network/sites.php:20
#: wp-admin/network/sites.php:343
msgid "Sites"
msgstr ""
#: wp-admin/network/menu.php:40
msgid "All Sites"
msgstr ""
#: wp-admin/network/menu.php:41 wp-admin/network/sites.php:346
msgctxt "site"
msgid "Add New"
msgstr ""
#: wp-admin/network/menu.php:43 wp-admin/network/users.php:32
#: wp-admin/network/users.php:62 wp-admin/network/users.php:190
#: wp-admin/network/users.php:252
msgid "Users"
msgstr ""
#: wp-admin/network/menu.php:44
msgid "All Users"
msgstr ""
#: wp-admin/network/menu.php:45 wp-admin/network/users.php:257
msgctxt "user"
msgid "Add New"
msgstr ""
#: wp-admin/network/menu.php:48
#, php-format
msgid "Themes %s"
msgstr ""
#: wp-admin/network/menu.php:50 wp-admin/network/themes.php:258
msgid "Themes"
msgstr ""
#: wp-admin/network/menu.php:52
msgid "Installed Themes"
msgstr ""
#: wp-admin/network/menu.php:53 wp-admin/network/themes.php:272
msgctxt "theme"
msgid "Add New"
msgstr ""
#: wp-admin/network/menu.php:54
msgid "Theme Editor"
msgstr ""
#: wp-admin/network/menu.php:57
#, php-format
msgid "Plugins %s"
msgstr ""
#: wp-admin/network/menu.php:59 wp-admin/network/settings.php:455
msgid "Plugins"
msgstr ""
#: wp-admin/network/menu.php:61
msgid "Installed Plugins"
msgstr ""
#: wp-admin/network/menu.php:62
msgctxt "plugin"
msgid "Add New"
msgstr ""
#: wp-admin/network/menu.php:63
msgid "Plugin Editor"
msgstr ""
#: wp-admin/network/menu.php:65
msgid "Settings"
msgstr ""
#: wp-admin/network/menu.php:67 wp-admin/network/settings.php:20
msgid "Network Settings"
msgstr ""
#: wp-admin/network/settings.php:50
msgid ""
"This screen sets and changes options for the network as a whole. The first "
"site is the main site in the network and network options are pulled from "
"that original site&#8217;s options."
msgstr ""
#: wp-admin/network/settings.php:51
msgid ""
"Operational settings has fields for the network&#8217;s name and admin email."
msgstr ""
#: wp-admin/network/settings.php:52
msgid ""
"Registration settings can disable/enable public signups. If you let others "
"sign up for a site, install spam plugins. Spaces, not commas, should "
"separate names banned as sites for this network."
msgstr ""
#: wp-admin/network/settings.php:53
msgid ""
"New site settings are defaults applied when a new site is created in the "
"network. These include welcome email for when a new site or user account is "
"registered, and what&#8127;s put in the first post, page, comment, comment "
"author, and comment URL."
msgstr ""
#: wp-admin/network/settings.php:54
msgid ""
"Upload settings control the size of the uploaded files and the amount of "
"available upload space for each site. You can change the default value for "
"specific sites when you edit a particular site. Allowed file types are also "
"listed (space separated only)."
msgstr ""
#: wp-admin/network/settings.php:55
msgid ""
"You can set the language, and the translation files will be automatically "
"downloaded and installed (available if your filesystem is writable)."
msgstr ""
#: wp-admin/network/settings.php:56
msgid ""
"Menu setting enables/disables the plugin menus from appearing for non super "
"admins, so that only super admins, not site admins, have access to activate "
"plugins."
msgstr ""
#: wp-admin/network/settings.php:57
msgid ""
"Super admins can no longer be added on the Options screen. You must now go "
"to the list of existing users on Network Admin > Users and click on Username "
"or the Edit action link below that name. This goes to an Edit User page "
"where you can check a box to grant super admin privileges."
msgstr ""
#: wp-admin/network/settings.php:63
msgid ""
"<a href=\"https://codex.wordpress.org/Network_Admin_Settings_Screen\">"
"Documentation on Network Settings</a>"
msgstr ""
#: wp-admin/network/settings.php:141 wp-admin/network/sites.php:328
msgid "Settings saved."
msgstr ""
#: wp-admin/network/settings.php:150
msgid "Operational Settings"
msgstr ""
#: wp-admin/network/settings.php:153
msgid "Network Title"
msgstr ""
#: wp-admin/network/settings.php:160
msgid "Network Admin Email"
msgstr ""
#: wp-admin/network/settings.php:164
msgid ""
"This address is used for admin purposes. If you change this we will send you "
"an email at your new address to confirm it. <strong>The new address will not "
"become active until confirmed.</strong>"
msgstr ""
#. %s: new network admin email
#: wp-admin/network/settings.php:175
#, php-format
msgid "There is a pending change of the network admin email to %s."
msgstr ""
#: wp-admin/network/settings.php:181
msgid "Cancel"
msgstr ""
#: wp-admin/network/settings.php:190
msgid "Registration Settings"
msgstr ""
#: wp-admin/network/settings.php:193
msgid "Allow new registrations"
msgstr ""
#: wp-admin/network/settings.php:202
msgid "New registrations settings"
msgstr ""
#: wp-admin/network/settings.php:203
msgid "Registration is disabled"
msgstr ""
#: wp-admin/network/settings.php:204
msgid "User accounts may be registered"
msgstr ""
#: wp-admin/network/settings.php:205
msgid "Logged in users may register new sites"
msgstr ""
#: wp-admin/network/settings.php:206
msgid "Both sites and user accounts can be registered"
msgstr ""
#. 1: NOBLOGREDIRECT, 2: wp-config.php
#: wp-admin/network/settings.php:212
#, php-format
msgid ""
"If registration is disabled, please set %1$s in %2$s to a URL you will "
"redirect visitors to if they visit a non-existent site."
msgstr ""
#: wp-admin/network/settings.php:224
msgid "Registration notification"
msgstr ""
#: wp-admin/network/settings.php:231
msgid ""
"Send the network admin an email notification every time someone registers a "
"site or user account"
msgstr ""
#: wp-admin/network/settings.php:236
msgid "Add New Users"
msgstr ""
#: wp-admin/network/settings.php:238
msgid ""
"Allow site administrators to add new users to their site via the \"Users "
"&rarr; Add New\" page"
msgstr ""
#: wp-admin/network/settings.php:243
msgid "Banned Names"
msgstr ""
#: wp-admin/network/settings.php:247
msgid ""
"Users are not allowed to register these sites. Separate names by spaces."
msgstr ""
#: wp-admin/network/settings.php:253
msgid "Limited Email Registrations"
msgstr ""
#: wp-admin/network/settings.php:262
msgid ""
"If you want to limit site registrations to certain domains. One domain per "
"line."
msgstr ""
#: wp-admin/network/settings.php:268
msgid "Banned Email Domains"
msgstr ""
#: wp-admin/network/settings.php:273
msgid ""
"If you want to ban domains from site registrations. One domain per line."
msgstr ""
#: wp-admin/network/settings.php:279
msgid "New Site Settings"
msgstr ""
#: wp-admin/network/settings.php:283
msgid "Welcome Email"
msgstr ""
#: wp-admin/network/settings.php:288
msgid "The welcome email sent to new site owners."
msgstr ""
#: wp-admin/network/settings.php:293
msgid "Welcome User Email"
msgstr ""
#: wp-admin/network/settings.php:298
msgid "The welcome email sent to new users."
msgstr ""
#: wp-admin/network/settings.php:303
msgid "First Post"
msgstr ""
#: wp-admin/network/settings.php:308
msgid "The first post on a new site."
msgstr ""
#: wp-admin/network/settings.php:313
msgid "First Page"
msgstr ""
#: wp-admin/network/settings.php:318
msgid "The first page on a new site."
msgstr ""
#: wp-admin/network/settings.php:323
msgid "First Comment"
msgstr ""
#: wp-admin/network/settings.php:328
msgid "The first comment on a new site."
msgstr ""
#: wp-admin/network/settings.php:333
msgid "First Comment Author"
msgstr ""
#: wp-admin/network/settings.php:337
msgid "The author of the first comment on a new site."
msgstr ""
#: wp-admin/network/settings.php:342
msgid "First Comment Email"
msgstr ""
#: wp-admin/network/settings.php:346
msgid "The email address of the first comment author on a new site."
msgstr ""
#: wp-admin/network/settings.php:351
msgid "First Comment URL"
msgstr ""
#: wp-admin/network/settings.php:355
msgid "The URL for the first comment on a new site."
msgstr ""
#: wp-admin/network/settings.php:360
msgid "Upload Settings"
msgstr ""
#: wp-admin/network/settings.php:363
msgid "Site upload space"
msgstr ""
#: wp-admin/network/settings.php:365
#, php-format
msgid "Limit total size of files uploaded to %s MB"
msgstr ""
#: wp-admin/network/settings.php:367
msgid "Size in megabytes"
msgstr ""
#: wp-admin/network/settings.php:373
msgid "Upload file types"
msgstr ""
#: wp-admin/network/settings.php:377
msgid "Allowed file types. Separate types by spaces."
msgstr ""
#: wp-admin/network/settings.php:383
msgid "Max upload file size"
msgstr ""
#. %s: File size in kilobytes
#: wp-admin/network/settings.php:388
#, php-format
msgid "%s KB"
msgstr ""
#: wp-admin/network/settings.php:393
msgid "Size in kilobytes"
msgstr ""
#: wp-admin/network/settings.php:404
msgid "Language Settings"
msgstr ""
#: wp-admin/network/settings.php:407
msgid "Default Language"
msgstr ""
#: wp-admin/network/settings.php:433
msgid "Menu Settings"
msgstr ""
#: wp-admin/network/settings.php:436
msgid "Enable administration menus"
msgstr ""
#: wp-admin/network/settings.php:458
msgid "Enable menus"
msgstr ""
#: wp-admin/network/site-info.php:14 wp-admin/network/site-settings.php:14
#: wp-admin/network/site-users.php:14
msgid "Sorry, you are not allowed to edit this site."
msgstr ""
#: wp-admin/network/site-info.php:23 wp-admin/network/site-settings.php:23
#: wp-admin/network/site-themes.php:46 wp-admin/network/site-users.php:41
msgid "Invalid site ID."
msgstr ""
#: wp-admin/network/site-info.php:28 wp-admin/network/site-settings.php:28
#: wp-admin/network/site-themes.php:53 wp-admin/network/site-users.php:46
msgid "The requested site does not exist."
msgstr ""
#: wp-admin/network/site-info.php:120
msgid "Site info updated."
msgstr ""
#. %s: site name
#: wp-admin/network/site-info.php:125 wp-admin/network/site-settings.php:83
#: wp-admin/network/site-themes.php:170 wp-admin/network/site-users.php:201
#, php-format
msgid "Edit Site: %s"
msgstr ""
#: wp-admin/network/site-info.php:136 wp-admin/network/site-settings.php:94
#: wp-admin/network/site-themes.php:179 wp-admin/network/site-users.php:226
msgid "Visit"
msgstr ""
#: wp-admin/network/site-info.php:161 wp-admin/network/site-info.php:169
#: wp-admin/network/site-new.php:229
msgid "Site Address (URL)"
msgstr ""
#: wp-admin/network/site-info.php:175
msgctxt "site"
msgid "Registered"
msgstr ""
#: wp-admin/network/site-info.php:179
msgid "Last Updated"
msgstr ""
#: wp-admin/network/site-info.php:183
msgid "Public"
msgstr ""
#: wp-admin/network/site-info.php:185
msgid "Archived"
msgstr ""
#: wp-admin/network/site-info.php:186
msgctxt "site"
msgid "Spam"
msgstr ""
#: wp-admin/network/site-info.php:187
msgid "Deleted"
msgstr ""
#: wp-admin/network/site-info.php:189
msgid "Mature"
msgstr ""
#: wp-admin/network/site-info.php:192
msgid "Attributes"
msgstr ""
#: wp-admin/network/site-info.php:195
msgid "Set site attributes"
msgstr ""
#: wp-admin/network/site-new.php:17
msgid "Sorry, you are not allowed to add sites to this network."
msgstr ""
#: wp-admin/network/site-new.php:25
msgid ""
"This screen is for Super Admins to add new sites to the network. This is not "
"affected by the registration settings."
msgstr ""
#: wp-admin/network/site-new.php:26
msgid ""
"If the admin email for the new site does not exist in the database, a new "
"user will also be created."
msgstr ""
#: wp-admin/network/site-new.php:32 wp-admin/network/sites.php:45
msgid ""
"<a href=\"https://codex.wordpress.org/Network_Admin_Sites_Screen\">"
"Documentation on Site Management</a>"
msgstr ""
#: wp-admin/network/site-new.php:40
msgid "Can&#8217;t create an empty site."
msgstr ""
#. %s: reserved names list
#: wp-admin/network/site-new.php:57
#, php-format
msgid ""
"The following words are reserved for use by WordPress functions and cannot "
"be used as blog names: %s"
msgstr ""
#: wp-admin/network/site-new.php:85
msgid "Missing or invalid site address."
msgstr ""
#: wp-admin/network/site-new.php:89
msgid "Missing email address."
msgstr ""
#: wp-admin/network/site-new.php:94
msgid "Invalid email address."
msgstr ""
#: wp-admin/network/site-new.php:119
msgid "The domain or path entered conflicts with an existing username."
msgstr ""
#: wp-admin/network/site-new.php:124
msgid "There was an error creating the user."
msgstr ""
#. %s: network name
#: wp-admin/network/site-new.php:149
#, php-format
msgid "[%s] New Site Created"
msgstr ""
#. 1: user login, 2: site url, 3: site name/title
#: wp-admin/network/site-new.php:154
#, php-format
msgid ""
"New site created by %1$s\n"
"\n"
"Address: %2$s\n"
"Name: %3$s"
msgstr ""
#: wp-admin/network/site-new.php:166
msgctxt "email \"From\" field"
msgid "Site Admin"
msgstr ""
#. 1: dashboard url, 2: network admin edit url
#: wp-admin/network/site-new.php:191
#, php-format
msgid ""
"Site added. <a href=\"%1$s\">Visit Dashboard</a> or <a href=\"%2$s\">Edit "
"Site</a>"
msgstr ""
#: wp-admin/network/site-new.php:198 wp-admin/network/site-new.php:208
msgid "Add New Site"
msgstr ""
#. %s: asterisk to mark required form fields.
#: wp-admin/network/site-new.php:220
#, php-format
msgid "Required fields are marked %s"
msgstr ""
#: wp-admin/network/site-new.php:240
msgid "Only lowercase letters (a-z), numbers, and hyphens are allowed."
msgstr ""
#: wp-admin/network/site-new.php:245
msgid "Site Title"
msgstr ""
#: wp-admin/network/site-new.php:254
msgid "Site Language"
msgstr ""
#: wp-admin/network/site-new.php:280
msgid "Admin Email"
msgstr ""
#: wp-admin/network/site-new.php:284
msgid ""
"A new user will be created if the above email address is not in the database."
msgstr ""
#: wp-admin/network/site-new.php:284
msgid ""
"The username and a link to set the password will be mailed to this email "
"address."
msgstr ""
#: wp-admin/network/site-new.php:296
msgid "Add Site"
msgstr ""
#: wp-admin/network/site-settings.php:78
msgid "Site options updated."
msgstr ""
#: wp-admin/network/site-themes.php:14
msgid "Sorry, you are not allowed to manage themes for this site."
msgstr ""
#: wp-admin/network/site-themes.php:22
msgid "Filter site themes list"
msgstr ""
#: wp-admin/network/site-themes.php:23
msgid "Site themes list navigation"
msgstr ""
#: wp-admin/network/site-themes.php:24
msgid "Site themes list"
msgstr ""
#: wp-admin/network/site-themes.php:192 wp-admin/network/themes.php:288
msgid "Theme enabled."
msgstr ""
#: wp-admin/network/site-themes.php:194 wp-admin/network/themes.php:290
#, php-format
msgid "%s theme enabled."
msgid_plural "%s themes enabled."
msgstr[0] ""
msgstr[1] ""
#: wp-admin/network/site-themes.php:200 wp-admin/network/themes.php:296
msgid "Theme disabled."
msgstr ""
#: wp-admin/network/site-themes.php:202 wp-admin/network/themes.php:298
#, php-format
msgid "%s theme disabled."
msgid_plural "%s themes disabled."
msgstr[0] ""
msgstr[1] ""
#: wp-admin/network/site-themes.php:206 wp-admin/network/themes.php:310
msgid "No theme selected."
msgstr ""
#: wp-admin/network/site-themes.php:210
msgid "Network enabled themes are not shown on this screen."
msgstr ""
#: wp-admin/network/site-themes.php:213 wp-admin/network/themes.php:318
msgid "Search Installed Themes"
msgstr ""
#: wp-admin/network/site-users.php:25
msgid "Filter site users list"
msgstr ""
#: wp-admin/network/site-users.php:26
msgid "Site users list navigation"
msgstr ""
#: wp-admin/network/site-users.php:27
msgid "Site users list"
msgstr ""
#: wp-admin/network/site-users.php:119
msgid "Sorry, you are not allowed to remove users."
msgstr ""
#: wp-admin/network/site-users.php:150
msgid "Sorry, you are not allowed to give users that role."
msgstr ""
#: wp-admin/network/site-users.php:162
msgid "Something went wrong."
msgstr ""
#: wp-admin/network/site-users.php:163
msgid "One of the selected users is not a member of this site."
msgstr ""
#: wp-admin/network/site-users.php:239 wp-admin/network/user-new.php:90
#: wp-admin/network/users.php:243
msgid "User added."
msgstr ""
#: wp-admin/network/site-users.php:242
msgid "User is already a member of this site."
msgstr ""
#: wp-admin/network/site-users.php:245
msgid "User could not be added to this site."
msgstr ""
#: wp-admin/network/site-users.php:248
msgid "Enter the username of an existing user."
msgstr ""
#: wp-admin/network/site-users.php:251
msgid "Changed roles."
msgstr ""
#: wp-admin/network/site-users.php:254
msgid "Select a user to change role."
msgstr ""
#: wp-admin/network/site-users.php:257
msgid "User removed from this site."
msgstr ""
#: wp-admin/network/site-users.php:260
msgid "Select a user to remove."
msgstr ""
#: wp-admin/network/site-users.php:263
msgid "User created."
msgstr ""
#: wp-admin/network/site-users.php:266
msgid "Enter the username and email."
msgstr ""
#: wp-admin/network/site-users.php:269
msgid "Duplicated username or email address."
msgstr ""
#: wp-admin/network/site-users.php:276 wp-admin/network/users.php:272
msgid "Search Users"
msgstr ""
#: wp-admin/network/site-users.php:300
msgid "Add Existing User"
msgstr ""
#: wp-admin/network/site-users.php:305 wp-admin/network/site-users.php:339
#: wp-admin/network/user-new.php:125
msgid "Username"
msgstr ""
#: wp-admin/network/site-users.php:309 wp-admin/network/site-users.php:347
msgid "Role"
msgstr ""
#: wp-admin/network/site-users.php:320 wp-admin/network/user-new.php:145
msgid "Add User"
msgstr ""
#: wp-admin/network/site-users.php:334 wp-admin/network/site-users.php:361
#: wp-admin/network/user-new.php:98 wp-admin/network/user-new.php:104
msgid "Add New User"
msgstr ""
#: wp-admin/network/site-users.php:343 wp-admin/network/user-new.php:129
msgid "Email"
msgstr ""
#: wp-admin/network/site-users.php:357 wp-admin/network/user-new.php:133
msgid "A password reset link will be sent to the user via email."
msgstr ""
#: wp-admin/network/sites.php:30
msgid ""
"Add New takes you to the Add New Site screen. You can search for a site by "
"Name, ID number, or IP address. Screen Options allows you to choose how many "
"sites to display on one page."
msgstr ""
#: wp-admin/network/sites.php:31
msgid ""
"This is the main table of all sites on this network. Switch between list and "
"excerpt views by using the icons above the right side of the table."
msgstr ""
#: wp-admin/network/sites.php:32
msgid ""
"Hovering over each site reveals seven options (three for the primary site):"
msgstr ""
#: wp-admin/network/sites.php:33
msgid "An Edit link to a separate Edit Site screen."
msgstr ""
#: wp-admin/network/sites.php:34
msgid "Dashboard leads to the Dashboard for that site."
msgstr ""
#: wp-admin/network/sites.php:35
msgid ""
"Deactivate, Archive, and Spam which lead to confirmation screens. These "
"actions can be reversed later."
msgstr ""
#: wp-admin/network/sites.php:36
msgid "Delete which is a permanent action after the confirmation screens."
msgstr ""
#: wp-admin/network/sites.php:37
msgid "Visit to go to the front-end site live."
msgstr ""
#: wp-admin/network/sites.php:38
msgid ""
"The site ID is used internally, and is not shown on the front end of the "
"site or to users/viewers."
msgstr ""
#: wp-admin/network/sites.php:39
msgid "Clicking on bold headings can re-sort this table."
msgstr ""
#: wp-admin/network/sites.php:51
msgid "Sites list navigation"
msgstr ""
#: wp-admin/network/sites.php:52
msgid "Sites list"
msgstr ""
#: wp-admin/network/sites.php:64
#, php-format
msgid "You are about to activate the site %s."
msgstr ""
#: wp-admin/network/sites.php:65
#, php-format
msgid "You are about to deactivate the site %s."
msgstr ""
#: wp-admin/network/sites.php:66
#, php-format
msgid "You are about to unarchive the site %s."
msgstr ""
#: wp-admin/network/sites.php:67
#, php-format
msgid "You are about to archive the site %s."
msgstr ""
#: wp-admin/network/sites.php:68
#, php-format
msgid "You are about to unspam the site %s."
msgstr ""
#: wp-admin/network/sites.php:69
#, php-format
msgid "You are about to mark the site %s as spam."
msgstr ""
#: wp-admin/network/sites.php:70
#, php-format
msgid "You are about to delete the site %s."
msgstr ""
#: wp-admin/network/sites.php:71
#, php-format
msgid "You are about to mark the site %s as mature."
msgstr ""
#: wp-admin/network/sites.php:72
#, php-format
msgid "You are about to mark the site %s as not mature."
msgstr ""
#: wp-admin/network/sites.php:80
msgid "The requested action is not valid."
msgstr ""
#: wp-admin/network/sites.php:96 wp-admin/network/sites.php:207
msgid "Sorry, you are not allowed to change the current site."
msgstr ""
#: wp-admin/network/sites.php:105 wp-admin/network/sites.php:174
msgid "Confirm your action"
msgstr ""
#: wp-admin/network/sites.php:112 wp-admin/network/sites.php:192
msgid "Confirm"
msgstr ""
#: wp-admin/network/sites.php:155
#, php-format
msgid "Sorry, you are not allowed to delete the site %s."
msgstr ""
#: wp-admin/network/sites.php:179
msgid "You are about to delete the following sites:"
msgstr ""
#: wp-admin/network/sites.php:285
msgid "Sites removed from spam."
msgstr ""
#: wp-admin/network/sites.php:288
msgid "Sites marked as spam."
msgstr ""
#: wp-admin/network/sites.php:291
msgid "Sites deleted."
msgstr ""
#: wp-admin/network/sites.php:294
msgid "Site deleted."
msgstr ""
#: wp-admin/network/sites.php:297
msgid "Sorry, you are not allowed to delete that site."
msgstr ""
#: wp-admin/network/sites.php:300
msgid "Site archived."
msgstr ""
#: wp-admin/network/sites.php:303
msgid "Site unarchived."
msgstr ""
#: wp-admin/network/sites.php:306
msgid "Site activated."
msgstr ""
#: wp-admin/network/sites.php:309
msgid "Site deactivated."
msgstr ""
#: wp-admin/network/sites.php:312
msgid "Site removed from spam."
msgstr ""
#: wp-admin/network/sites.php:315
msgid "Site marked as spam."
msgstr ""
#. %s: search keywords
#: wp-admin/network/sites.php:352 wp-admin/network/themes.php:278
#: wp-admin/network/users.php:263
#, php-format
msgid "Search results for &#8220;%s&#8221;"
msgstr ""
#: wp-admin/network/sites.php:361
msgid "Search Sites"
msgstr ""
#: wp-admin/network/themes.php:14
msgid "Sorry, you are not allowed to manage network themes."
msgstr ""
#: wp-admin/network/themes.php:76
msgid "Update Themes"
msgstr ""
#: wp-admin/network/themes.php:93
msgid "Sorry, you are not allowed to delete themes for this site."
msgstr ""
#: wp-admin/network/themes.php:128
msgid "Delete Theme"
msgstr ""
#: wp-admin/network/themes.php:129 wp-admin/network/themes.php:133
msgid "Caution:"
msgstr ""
#: wp-admin/network/themes.php:129
msgid "This theme may be active on other sites in the network."
msgstr ""
#: wp-admin/network/themes.php:130
msgid "You are about to remove the following theme:"
msgstr ""
#: wp-admin/network/themes.php:132
msgid "Delete Themes"
msgstr ""
#: wp-admin/network/themes.php:133
msgid "These themes may be active on other sites in the network."
msgstr ""
#: wp-admin/network/themes.php:134
msgid "You are about to remove the following themes:"
msgstr ""
#. 1: theme name, 2: theme author
#: wp-admin/network/themes.php:141
#, php-format
msgctxt "theme"
msgid "%1$s by %2$s"
msgstr ""
#: wp-admin/network/themes.php:149
msgid "Are you sure you wish to delete this theme?"
msgstr ""
#: wp-admin/network/themes.php:151
msgid "Are you sure you wish to delete these themes?"
msgstr ""
#: wp-admin/network/themes.php:164
msgid "Yes, delete this theme"
msgstr ""
#: wp-admin/network/themes.php:166
msgid "Yes, delete these themes"
msgstr ""
#: wp-admin/network/themes.php:174
msgid "No, return me to the theme list"
msgstr ""
#: wp-admin/network/themes.php:238
msgid ""
"This screen enables and disables the inclusion of themes available to choose "
"in the Appearance menu for each site. It does not activate or deactivate "
"which theme a site is currently using."
msgstr ""
#: wp-admin/network/themes.php:239
msgid ""
"If the network admin disables a theme that is in use, it can still remain "
"selected on that site. If another theme is chosen, the disabled theme will "
"not appear in the site&#8217;s Appearance > Themes screen."
msgstr ""
#: wp-admin/network/themes.php:240
msgid ""
"Themes can be enabled on a site by site basis by the network admin on the "
"Edit Site screen (which has a Themes tab); get there via the Edit action "
"link on the All Sites screen. Only network admins are able to install or "
"edit themes."
msgstr ""
#: wp-admin/network/themes.php:246
msgid ""
"<a href=\"https://codex.wordpress.org/Network_Admin_Themes_Screen\">"
"Documentation on Network Themes</a>"
msgstr ""
#: wp-admin/network/themes.php:252
msgid "Filter themes list"
msgstr ""
#: wp-admin/network/themes.php:253
msgid "Themes list navigation"
msgstr ""
#: wp-admin/network/themes.php:254
msgid "Themes list"
msgstr ""
#: wp-admin/network/themes.php:304
msgid "Theme deleted."
msgstr ""
#: wp-admin/network/themes.php:306
#, php-format
msgid "%s theme deleted."
msgid_plural "%s themes deleted."
msgstr[0] ""
msgstr[1] ""
#: wp-admin/network/themes.php:312
msgid "You cannot delete a theme while it is active on the main site."
msgstr ""
#: wp-admin/network/themes.php:325
msgid "The following themes are installed but incomplete."
msgstr ""
#: wp-admin/network/upgrade.php:23
msgid ""
"Only use this screen once you have updated to a new version of WordPress "
"through Updates/Available Updates (via the Network Administration navigation "
"menu or the Toolbar). Clicking the Upgrade Network button will step through "
"each site in the network, five at a time, and make sure any database updates "
"are applied."
msgstr ""
#: wp-admin/network/upgrade.php:24
msgid ""
"If a version update to core has not happened, clicking this button won&#8217;"
"t affect anything."
msgstr ""
#: wp-admin/network/upgrade.php:25
msgid ""
"If this process fails for any reason, users logging in to their sites will "
"force the same update."
msgstr ""
#: wp-admin/network/upgrade.php:31
msgid ""
"<a href=\"https://codex.wordpress.org/Network_Admin_Updates_Screen\">"
"Documentation on Upgrade Network</a>"
msgstr ""
#: wp-admin/network/upgrade.php:73
msgid "All done!"
msgstr ""
#. 1: site url, 2: server error message
#: wp-admin/network/upgrade.php:97
#, php-format
msgid ""
"Warning! Problem updating %1$s. Your server may not be able to connect to "
"sites running on it. Error message: %2$s"
msgstr ""
#: wp-admin/network/upgrade.php:122
msgid ""
"If your browser doesn&#8217;t start loading the next page automatically, "
"click this link:"
msgstr ""
#: wp-admin/network/upgrade.php:122
msgid "Next Sites"
msgstr ""
#: wp-admin/network/upgrade.php:137
msgid "Database Update Required"
msgstr ""
#: wp-admin/network/upgrade.php:138
msgid ""
"WordPress has been updated! Before we send you on your way, we need to "
"individually upgrade the sites in your network."
msgstr ""
#: wp-admin/network/upgrade.php:141
msgid ""
"The database update process may take a little while, so please be patient."
msgstr ""
#: wp-admin/network/user-new.php:14
msgid "Sorry, you are not allowed to add users to this network."
msgstr ""
#: wp-admin/network/user-new.php:22
msgid ""
"Add User will set up a new user account on the network and send that person "
"an email with username and password."
msgstr ""
#: wp-admin/network/user-new.php:23
msgid ""
"Users who are signed up to the network without a site are added as "
"subscribers to the main or primary dashboard site, giving them profile pages "
"to manage their accounts. These users will only see Dashboard and My Sites "
"in the main navigation until a site is created for them."
msgstr ""
#: wp-admin/network/user-new.php:29 wp-admin/network/users.php:211
msgid ""
"<a href=\"https://codex.wordpress.org/Network_Admin_Users_Screen\">"
"Documentation on Network Users</a>"
msgstr ""
#: wp-admin/network/user-new.php:41
msgid "Cannot create an empty user."
msgstr ""
#: wp-admin/network/user-new.php:54
msgid "Cannot add user."
msgstr ""
#. %s: edit page url
#: wp-admin/network/user-new.php:93
#, php-format
msgid "User added. <a href=\"%s\">Edit user</a>"
msgstr ""
#: wp-admin/network/users.php:74
#, php-format
msgid ""
"Warning! User cannot be modified. The user %s is a network administrator."
msgstr ""
#: wp-admin/network/users.php:200
msgid ""
"This table shows all users across the network and the sites to which they "
"are assigned."
msgstr ""
#: wp-admin/network/users.php:201
msgid ""
"Hover over any user on the list to make the edit links appear. The Edit link "
"on the left will take you to their Edit User profile page; the Edit link on "
"the right by any site name goes to an Edit Site screen for that site."
msgstr ""
#: wp-admin/network/users.php:202
msgid ""
"You can also go to the user&#8217;s profile page by clicking on the "
"individual username."
msgstr ""
#: wp-admin/network/users.php:203
msgid ""
"You can sort the table by clicking on any of the table headings and switch "
"between list and excerpt views by using the icons above the users list."
msgstr ""
#: wp-admin/network/users.php:204
msgid ""
"The bulk action will permanently delete selected users, or mark/unmark those "
"selected as spam. Spam users will have posts removed and will be unable to "
"sign up again with the same email addresses."
msgstr ""
#: wp-admin/network/users.php:205
msgid ""
"You can make an existing user an additional super admin by going to the Edit "
"User profile page and checking the box to grant that privilege."
msgstr ""
#: wp-admin/network/users.php:217
msgid "Filter users list"
msgstr ""
#: wp-admin/network/users.php:218
msgid "Users list navigation"
msgstr ""
#: wp-admin/network/users.php:219
msgid "Users list"
msgstr ""
#: wp-admin/network/users.php:231
msgid "User deleted."
msgstr ""
#: wp-admin/network/users.php:234
msgid "Users marked as spam."
msgstr ""
#: wp-admin/network/users.php:237
msgid "Users removed from spam."
msgstr ""
#: wp-admin/network/users.php:240
msgid "Users deleted."
msgstr ""
msgid ""
msgstr ""
"Project-Id-Version: Continents & Cities\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-06-05 07:27+0000\n"
"PO-Revision-Date: 2019-06-05 07:27+0000\n"
"Last-Translator: biuro <info@biuro.eu>\n"
"Language-Team: \n"
"Language: lv_LV\n"
"Plural-Forms: nplurals=3; plural=n % 10 == 1 && n % 100 != 11 ? 0 : n != 0 ? "
"1 : 2;\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Loco https://localise.biz/\n"
"X-Loco-Version: 2.3.0; wp-5.2.1"
#: wp-admin/includes/continents-cities.php:12
msgid "Africa"
msgstr ""
#: wp-admin/includes/continents-cities.php:13
msgid "Abidjan"
msgstr ""
#: wp-admin/includes/continents-cities.php:14
msgid "Accra"
msgstr ""
#: wp-admin/includes/continents-cities.php:15
msgid "Addis Ababa"
msgstr ""
#: wp-admin/includes/continents-cities.php:16
msgid "Algiers"
msgstr ""
#: wp-admin/includes/continents-cities.php:17
msgid "Asmara"
msgstr ""
#: wp-admin/includes/continents-cities.php:18
msgid "Asmera"
msgstr ""
#: wp-admin/includes/continents-cities.php:19
msgid "Bamako"
msgstr ""
#: wp-admin/includes/continents-cities.php:20
msgid "Bangui"
msgstr ""
#: wp-admin/includes/continents-cities.php:21
msgid "Banjul"
msgstr ""
#: wp-admin/includes/continents-cities.php:22
msgid "Bissau"
msgstr ""
#: wp-admin/includes/continents-cities.php:23
msgid "Blantyre"
msgstr ""
#: wp-admin/includes/continents-cities.php:24
msgid "Brazzaville"
msgstr ""
#: wp-admin/includes/continents-cities.php:25
msgid "Bujumbura"
msgstr ""
#: wp-admin/includes/continents-cities.php:26
msgid "Cairo"
msgstr ""
#: wp-admin/includes/continents-cities.php:27
msgid "Casablanca"
msgstr ""
#: wp-admin/includes/continents-cities.php:28
msgid "Ceuta"
msgstr ""
#: wp-admin/includes/continents-cities.php:29
msgid "Conakry"
msgstr ""
#: wp-admin/includes/continents-cities.php:30
msgid "Dakar"
msgstr ""
#: wp-admin/includes/continents-cities.php:31
msgid "Dar es Salaam"
msgstr ""
#: wp-admin/includes/continents-cities.php:32
msgid "Djibouti"
msgstr ""
#: wp-admin/includes/continents-cities.php:33
msgid "Douala"
msgstr ""
#: wp-admin/includes/continents-cities.php:34
msgid "El Aaiun"
msgstr ""
#: wp-admin/includes/continents-cities.php:35
msgid "Freetown"
msgstr ""
#: wp-admin/includes/continents-cities.php:36
msgid "Gaborone"
msgstr ""
#: wp-admin/includes/continents-cities.php:37
msgid "Harare"
msgstr ""
#: wp-admin/includes/continents-cities.php:38
msgid "Johannesburg"
msgstr ""
#: wp-admin/includes/continents-cities.php:39
msgid "Juba"
msgstr ""
#: wp-admin/includes/continents-cities.php:40
msgid "Kampala"
msgstr ""
#: wp-admin/includes/continents-cities.php:41
msgid "Khartoum"
msgstr ""
#: wp-admin/includes/continents-cities.php:42
msgid "Kigali"
msgstr ""
#: wp-admin/includes/continents-cities.php:43
msgid "Kinshasa"
msgstr ""
#: wp-admin/includes/continents-cities.php:44
msgid "Lagos"
msgstr ""
#: wp-admin/includes/continents-cities.php:45
msgid "Libreville"
msgstr ""
#: wp-admin/includes/continents-cities.php:46
msgid "Lome"
msgstr ""
#: wp-admin/includes/continents-cities.php:47
msgid "Luanda"
msgstr ""
#: wp-admin/includes/continents-cities.php:48
msgid "Lubumbashi"
msgstr ""
#: wp-admin/includes/continents-cities.php:49
msgid "Lusaka"
msgstr ""
#: wp-admin/includes/continents-cities.php:50
msgid "Malabo"
msgstr ""
#: wp-admin/includes/continents-cities.php:51
msgid "Maputo"
msgstr ""
#: wp-admin/includes/continents-cities.php:52
msgid "Maseru"
msgstr ""
#: wp-admin/includes/continents-cities.php:53
msgid "Mbabane"
msgstr ""
#: wp-admin/includes/continents-cities.php:54
msgid "Mogadishu"
msgstr ""
#: wp-admin/includes/continents-cities.php:55
msgid "Monrovia"
msgstr ""
#: wp-admin/includes/continents-cities.php:56
msgid "Nairobi"
msgstr ""
#: wp-admin/includes/continents-cities.php:57
msgid "Ndjamena"
msgstr ""
#: wp-admin/includes/continents-cities.php:58
msgid "Niamey"
msgstr ""
#: wp-admin/includes/continents-cities.php:59
msgid "Nouakchott"
msgstr ""
#: wp-admin/includes/continents-cities.php:60
msgid "Ouagadougou"
msgstr ""
#: wp-admin/includes/continents-cities.php:61
msgid "Porto-Novo"
msgstr ""
#: wp-admin/includes/continents-cities.php:62
msgid "Sao Tome"
msgstr ""
#: wp-admin/includes/continents-cities.php:63
msgid "Timbuktu"
msgstr ""
#: wp-admin/includes/continents-cities.php:64
msgid "Tripoli"
msgstr ""
#: wp-admin/includes/continents-cities.php:65
msgid "Tunis"
msgstr ""
#: wp-admin/includes/continents-cities.php:66
msgid "Windhoek"
msgstr ""
#: wp-admin/includes/continents-cities.php:68
msgid "America"
msgstr ""
#: wp-admin/includes/continents-cities.php:69
msgid "Adak"
msgstr ""
#: wp-admin/includes/continents-cities.php:70
msgid "Anchorage"
msgstr ""
#: wp-admin/includes/continents-cities.php:71
msgid "Anguilla"
msgstr ""
#: wp-admin/includes/continents-cities.php:72
msgid "Antigua"
msgstr ""
#: wp-admin/includes/continents-cities.php:73
msgid "Araguaina"
msgstr ""
#: wp-admin/includes/continents-cities.php:74
msgid "Argentina"
msgstr ""
#: wp-admin/includes/continents-cities.php:75
#: wp-admin/includes/continents-cities.php:101
msgid "Buenos Aires"
msgstr ""
#: wp-admin/includes/continents-cities.php:76
#: wp-admin/includes/continents-cities.php:106
msgid "Catamarca"
msgstr ""
#: wp-admin/includes/continents-cities.php:77
msgid "ComodRivadavia"
msgstr ""
#: wp-admin/includes/continents-cities.php:78
#: wp-admin/includes/continents-cities.php:112
msgid "Cordoba"
msgstr ""
#: wp-admin/includes/continents-cities.php:79
#: wp-admin/includes/continents-cities.php:155
msgid "Jujuy"
msgstr ""
#: wp-admin/includes/continents-cities.php:80
msgid "La Rioja"
msgstr ""
#: wp-admin/includes/continents-cities.php:81
#: wp-admin/includes/continents-cities.php:174
msgid "Mendoza"
msgstr ""
#: wp-admin/includes/continents-cities.php:82
msgid "Rio Gallegos"
msgstr ""
#: wp-admin/includes/continents-cities.php:83
msgid "Salta"
msgstr ""
#: wp-admin/includes/continents-cities.php:84
msgid "San Juan"
msgstr ""
#: wp-admin/includes/continents-cities.php:85
msgid "San Luis"
msgstr ""
#: wp-admin/includes/continents-cities.php:86
msgid "Tucuman"
msgstr ""
#: wp-admin/includes/continents-cities.php:87
msgid "Ushuaia"
msgstr ""
#: wp-admin/includes/continents-cities.php:88
msgid "Aruba"
msgstr ""
#: wp-admin/includes/continents-cities.php:89
msgid "Asuncion"
msgstr ""
#: wp-admin/includes/continents-cities.php:90
msgid "Atikokan"
msgstr ""
#: wp-admin/includes/continents-cities.php:91
msgid "Atka"
msgstr ""
#: wp-admin/includes/continents-cities.php:92
msgid "Bahia"
msgstr ""
#: wp-admin/includes/continents-cities.php:93
msgid "Bahia Banderas"
msgstr ""
#: wp-admin/includes/continents-cities.php:94
msgid "Barbados"
msgstr ""
#: wp-admin/includes/continents-cities.php:95
msgid "Belem"
msgstr ""
#: wp-admin/includes/continents-cities.php:96
msgid "Belize"
msgstr ""
#: wp-admin/includes/continents-cities.php:97
msgid "Blanc-Sablon"
msgstr ""
#: wp-admin/includes/continents-cities.php:98
msgid "Boa Vista"
msgstr ""
#: wp-admin/includes/continents-cities.php:99
msgid "Bogota"
msgstr ""
#: wp-admin/includes/continents-cities.php:100
msgid "Boise"
msgstr ""
#: wp-admin/includes/continents-cities.php:102
msgid "Cambridge Bay"
msgstr ""
#: wp-admin/includes/continents-cities.php:103
msgid "Campo Grande"
msgstr ""
#: wp-admin/includes/continents-cities.php:104
msgid "Cancun"
msgstr ""
#: wp-admin/includes/continents-cities.php:105
msgid "Caracas"
msgstr ""
#: wp-admin/includes/continents-cities.php:107
msgid "Cayenne"
msgstr ""
#: wp-admin/includes/continents-cities.php:108
msgid "Cayman"
msgstr ""
#: wp-admin/includes/continents-cities.php:109
msgid "Chicago"
msgstr ""
#: wp-admin/includes/continents-cities.php:110
msgid "Chihuahua"
msgstr ""
#: wp-admin/includes/continents-cities.php:111
msgid "Coral Harbour"
msgstr ""
#: wp-admin/includes/continents-cities.php:113
msgid "Costa Rica"
msgstr ""
#: wp-admin/includes/continents-cities.php:114
msgid "Creston"
msgstr ""
#: wp-admin/includes/continents-cities.php:115
msgid "Cuiaba"
msgstr ""
#: wp-admin/includes/continents-cities.php:116
msgid "Curacao"
msgstr ""
#: wp-admin/includes/continents-cities.php:117
msgid "Danmarkshavn"
msgstr ""
#: wp-admin/includes/continents-cities.php:118
msgid "Dawson"
msgstr ""
#: wp-admin/includes/continents-cities.php:119
msgid "Dawson Creek"
msgstr ""
#: wp-admin/includes/continents-cities.php:120
msgid "Denver"
msgstr ""
#: wp-admin/includes/continents-cities.php:121
msgid "Detroit"
msgstr ""
#: wp-admin/includes/continents-cities.php:122
msgid "Dominica"
msgstr ""
#: wp-admin/includes/continents-cities.php:123
msgid "Edmonton"
msgstr ""
#: wp-admin/includes/continents-cities.php:124
msgid "Eirunepe"
msgstr ""
#: wp-admin/includes/continents-cities.php:125
msgid "El Salvador"
msgstr ""
#: wp-admin/includes/continents-cities.php:126
msgid "Ensenada"
msgstr ""
#: wp-admin/includes/continents-cities.php:127
msgid "Fort Nelson"
msgstr ""
#: wp-admin/includes/continents-cities.php:128
msgid "Fort Wayne"
msgstr ""
#: wp-admin/includes/continents-cities.php:129
msgid "Fortaleza"
msgstr ""
#: wp-admin/includes/continents-cities.php:130
msgid "Glace Bay"
msgstr ""
#: wp-admin/includes/continents-cities.php:131
msgid "Godthab"
msgstr ""
#: wp-admin/includes/continents-cities.php:132
msgid "Goose Bay"
msgstr ""
#: wp-admin/includes/continents-cities.php:133
msgid "Grand Turk"
msgstr ""
#: wp-admin/includes/continents-cities.php:134
msgid "Grenada"
msgstr ""
#: wp-admin/includes/continents-cities.php:135
msgid "Guadeloupe"
msgstr ""
#: wp-admin/includes/continents-cities.php:136
msgid "Guatemala"
msgstr ""
#: wp-admin/includes/continents-cities.php:137
msgid "Guayaquil"
msgstr ""
#: wp-admin/includes/continents-cities.php:138
msgid "Guyana"
msgstr ""
#: wp-admin/includes/continents-cities.php:139
msgid "Halifax"
msgstr ""
#: wp-admin/includes/continents-cities.php:140
msgid "Havana"
msgstr ""
#: wp-admin/includes/continents-cities.php:141
msgid "Hermosillo"
msgstr ""
#: wp-admin/includes/continents-cities.php:142
msgid "Indiana"
msgstr ""
#: wp-admin/includes/continents-cities.php:143
#: wp-admin/includes/continents-cities.php:151
msgid "Indianapolis"
msgstr ""
#: wp-admin/includes/continents-cities.php:144
msgid "Knox"
msgstr ""
#: wp-admin/includes/continents-cities.php:145
msgid "Marengo"
msgstr ""
#: wp-admin/includes/continents-cities.php:146
msgid "Petersburg"
msgstr ""
#: wp-admin/includes/continents-cities.php:147
msgid "Tell City"
msgstr ""
#: wp-admin/includes/continents-cities.php:148
msgid "Vevay"
msgstr ""
#: wp-admin/includes/continents-cities.php:149
msgid "Vincennes"
msgstr ""
#: wp-admin/includes/continents-cities.php:150
msgid "Winamac"
msgstr ""
#: wp-admin/includes/continents-cities.php:152
msgid "Inuvik"
msgstr ""
#: wp-admin/includes/continents-cities.php:153
msgid "Iqaluit"
msgstr ""
#: wp-admin/includes/continents-cities.php:154
msgid "Jamaica"
msgstr ""
#: wp-admin/includes/continents-cities.php:156
msgid "Juneau"
msgstr ""
#: wp-admin/includes/continents-cities.php:157
msgid "Kentucky"
msgstr ""
#: wp-admin/includes/continents-cities.php:158
#: wp-admin/includes/continents-cities.php:165
msgid "Louisville"
msgstr ""
#: wp-admin/includes/continents-cities.php:159
msgid "Monticello"
msgstr ""
#: wp-admin/includes/continents-cities.php:160
msgid "Knox IN"
msgstr ""
#: wp-admin/includes/continents-cities.php:161
msgid "Kralendijk"
msgstr ""
#: wp-admin/includes/continents-cities.php:162
msgid "La Paz"
msgstr ""
#: wp-admin/includes/continents-cities.php:163
msgid "Lima"
msgstr ""
#: wp-admin/includes/continents-cities.php:164
msgid "Los Angeles"
msgstr ""
#: wp-admin/includes/continents-cities.php:166
msgid "Lower Princes"
msgstr ""
#: wp-admin/includes/continents-cities.php:167
msgid "Maceio"
msgstr ""
#: wp-admin/includes/continents-cities.php:168
msgid "Managua"
msgstr ""
#: wp-admin/includes/continents-cities.php:169
msgid "Manaus"
msgstr ""
#: wp-admin/includes/continents-cities.php:170
msgid "Marigot"
msgstr ""
#: wp-admin/includes/continents-cities.php:171
msgid "Martinique"
msgstr ""
#: wp-admin/includes/continents-cities.php:172
msgid "Matamoros"
msgstr ""
#: wp-admin/includes/continents-cities.php:173
msgid "Mazatlan"
msgstr ""
#: wp-admin/includes/continents-cities.php:175
msgid "Menominee"
msgstr ""
#: wp-admin/includes/continents-cities.php:176
msgid "Merida"
msgstr ""
#: wp-admin/includes/continents-cities.php:177
msgid "Metlakatla"
msgstr ""
#: wp-admin/includes/continents-cities.php:178
msgid "Mexico City"
msgstr ""
#: wp-admin/includes/continents-cities.php:179
msgid "Miquelon"
msgstr ""
#: wp-admin/includes/continents-cities.php:180
msgid "Moncton"
msgstr ""
#: wp-admin/includes/continents-cities.php:181
msgid "Monterrey"
msgstr ""
#: wp-admin/includes/continents-cities.php:182
msgid "Montevideo"
msgstr ""
#: wp-admin/includes/continents-cities.php:183
msgid "Montreal"
msgstr ""
#: wp-admin/includes/continents-cities.php:184
msgid "Montserrat"
msgstr ""
#: wp-admin/includes/continents-cities.php:185
msgid "Nassau"
msgstr ""
#: wp-admin/includes/continents-cities.php:186
msgid "New York"
msgstr ""
#: wp-admin/includes/continents-cities.php:187
msgid "Nipigon"
msgstr ""
#: wp-admin/includes/continents-cities.php:188
msgid "Nome"
msgstr ""
#: wp-admin/includes/continents-cities.php:189
msgid "Noronha"
msgstr ""
#: wp-admin/includes/continents-cities.php:190
msgid "North Dakota"
msgstr ""
#: wp-admin/includes/continents-cities.php:191
msgid "Beulah"
msgstr ""
#: wp-admin/includes/continents-cities.php:192
msgid "Center"
msgstr ""
#: wp-admin/includes/continents-cities.php:193
msgid "New Salem"
msgstr ""
#: wp-admin/includes/continents-cities.php:194
msgid "Ojinaga"
msgstr ""
#: wp-admin/includes/continents-cities.php:195
msgid "Panama"
msgstr ""
#: wp-admin/includes/continents-cities.php:196
msgid "Pangnirtung"
msgstr ""
#: wp-admin/includes/continents-cities.php:197
msgid "Paramaribo"
msgstr ""
#: wp-admin/includes/continents-cities.php:198
msgid "Phoenix"
msgstr ""
#: wp-admin/includes/continents-cities.php:199
msgid "Port of Spain"
msgstr ""
#: wp-admin/includes/continents-cities.php:200
msgid "Port-au-Prince"
msgstr ""
#: wp-admin/includes/continents-cities.php:201
msgid "Porto Acre"
msgstr ""
#: wp-admin/includes/continents-cities.php:202
msgid "Porto Velho"
msgstr ""
#: wp-admin/includes/continents-cities.php:203
msgid "Puerto Rico"
msgstr ""
#: wp-admin/includes/continents-cities.php:204
msgid "Punta Arenas"
msgstr ""
#: wp-admin/includes/continents-cities.php:205
msgid "Rainy River"
msgstr ""
#: wp-admin/includes/continents-cities.php:206
msgid "Rankin Inlet"
msgstr ""
#: wp-admin/includes/continents-cities.php:207
msgid "Recife"
msgstr ""
#: wp-admin/includes/continents-cities.php:208
msgid "Regina"
msgstr ""
#: wp-admin/includes/continents-cities.php:209
msgid "Resolute"
msgstr ""
#: wp-admin/includes/continents-cities.php:210
msgid "Rio Branco"
msgstr ""
#: wp-admin/includes/continents-cities.php:211
msgid "Rosario"
msgstr ""
#: wp-admin/includes/continents-cities.php:212
msgid "Santa Isabel"
msgstr ""
#: wp-admin/includes/continents-cities.php:213
msgid "Santarem"
msgstr ""
#: wp-admin/includes/continents-cities.php:214
msgid "Santiago"
msgstr ""
#: wp-admin/includes/continents-cities.php:215
msgid "Santo Domingo"
msgstr ""
#: wp-admin/includes/continents-cities.php:216
msgid "Sao Paulo"
msgstr ""
#: wp-admin/includes/continents-cities.php:217
msgid "Scoresbysund"
msgstr ""
#: wp-admin/includes/continents-cities.php:218
msgid "Shiprock"
msgstr ""
#: wp-admin/includes/continents-cities.php:219
msgid "Sitka"
msgstr ""
#: wp-admin/includes/continents-cities.php:220
msgid "St Barthelemy"
msgstr ""
#: wp-admin/includes/continents-cities.php:221
msgid "St Johns"
msgstr ""
#: wp-admin/includes/continents-cities.php:222
msgid "St Kitts"
msgstr ""
#: wp-admin/includes/continents-cities.php:223
msgid "St Lucia"
msgstr ""
#: wp-admin/includes/continents-cities.php:224
msgid "St Thomas"
msgstr ""
#: wp-admin/includes/continents-cities.php:225
msgid "St Vincent"
msgstr ""
#: wp-admin/includes/continents-cities.php:226
msgid "Swift Current"
msgstr ""
#: wp-admin/includes/continents-cities.php:227
msgid "Tegucigalpa"
msgstr ""
#: wp-admin/includes/continents-cities.php:228
msgid "Thule"
msgstr ""
#: wp-admin/includes/continents-cities.php:229
msgid "Thunder Bay"
msgstr ""
#: wp-admin/includes/continents-cities.php:230
msgid "Tijuana"
msgstr ""
#: wp-admin/includes/continents-cities.php:231
msgid "Toronto"
msgstr ""
#: wp-admin/includes/continents-cities.php:232
msgid "Tortola"
msgstr ""
#: wp-admin/includes/continents-cities.php:233
msgid "Vancouver"
msgstr ""
#: wp-admin/includes/continents-cities.php:234
msgid "Virgin"
msgstr ""
#: wp-admin/includes/continents-cities.php:235
msgid "Whitehorse"
msgstr ""
#: wp-admin/includes/continents-cities.php:236
msgid "Winnipeg"
msgstr ""
#: wp-admin/includes/continents-cities.php:237
msgid "Yakutat"
msgstr ""
#: wp-admin/includes/continents-cities.php:238
msgid "Yellowknife"
msgstr ""
#: wp-admin/includes/continents-cities.php:240
msgid "Antarctica"
msgstr ""
#: wp-admin/includes/continents-cities.php:241
msgid "Casey"
msgstr ""
#: wp-admin/includes/continents-cities.php:242
msgid "Davis"
msgstr ""
#: wp-admin/includes/continents-cities.php:243
msgid "DumontDUrville"
msgstr ""
#: wp-admin/includes/continents-cities.php:244
msgid "Macquarie"
msgstr ""
#: wp-admin/includes/continents-cities.php:245
msgid "Mawson"
msgstr ""
#: wp-admin/includes/continents-cities.php:246
msgid "McMurdo"
msgstr ""
#: wp-admin/includes/continents-cities.php:247
msgid "Palmer"
msgstr ""
#: wp-admin/includes/continents-cities.php:248
msgid "Rothera"
msgstr ""
#: wp-admin/includes/continents-cities.php:249
msgid "South Pole"
msgstr ""
#: wp-admin/includes/continents-cities.php:250
msgid "Syowa"
msgstr ""
#: wp-admin/includes/continents-cities.php:251
msgid "Troll"
msgstr ""
#: wp-admin/includes/continents-cities.php:252
msgid "Vostok"
msgstr ""
#: wp-admin/includes/continents-cities.php:254
msgid "Arctic"
msgstr ""
#: wp-admin/includes/continents-cities.php:255
msgid "Longyearbyen"
msgstr ""
#: wp-admin/includes/continents-cities.php:257
msgid "Asia"
msgstr ""
#: wp-admin/includes/continents-cities.php:258
msgid "Aden"
msgstr ""
#: wp-admin/includes/continents-cities.php:259
msgid "Almaty"
msgstr ""
#: wp-admin/includes/continents-cities.php:260
msgid "Amman"
msgstr ""
#: wp-admin/includes/continents-cities.php:261
msgid "Anadyr"
msgstr ""
#: wp-admin/includes/continents-cities.php:262
msgid "Aqtau"
msgstr ""
#: wp-admin/includes/continents-cities.php:263
msgid "Aqtobe"
msgstr ""
#: wp-admin/includes/continents-cities.php:264
msgid "Ashgabat"
msgstr ""
#: wp-admin/includes/continents-cities.php:265
msgid "Ashkhabad"
msgstr ""
#: wp-admin/includes/continents-cities.php:266
msgid "Atyrau"
msgstr ""
#: wp-admin/includes/continents-cities.php:267
msgid "Baghdad"
msgstr ""
#: wp-admin/includes/continents-cities.php:268
msgid "Bahrain"
msgstr ""
#: wp-admin/includes/continents-cities.php:269
msgid "Baku"
msgstr ""
#: wp-admin/includes/continents-cities.php:270
msgid "Bangkok"
msgstr ""
#: wp-admin/includes/continents-cities.php:271
msgid "Barnaul"
msgstr ""
#: wp-admin/includes/continents-cities.php:272
msgid "Beirut"
msgstr ""
#: wp-admin/includes/continents-cities.php:273
msgid "Bishkek"
msgstr ""
#: wp-admin/includes/continents-cities.php:274
msgid "Brunei"
msgstr ""
#: wp-admin/includes/continents-cities.php:275
msgid "Calcutta"
msgstr ""
#: wp-admin/includes/continents-cities.php:276
msgid "Chita"
msgstr ""
#: wp-admin/includes/continents-cities.php:277
msgid "Choibalsan"
msgstr ""
#: wp-admin/includes/continents-cities.php:278
msgid "Chongqing"
msgstr ""
#: wp-admin/includes/continents-cities.php:279
msgid "Chungking"
msgstr ""
#: wp-admin/includes/continents-cities.php:280
msgid "Colombo"
msgstr ""
#: wp-admin/includes/continents-cities.php:281
msgid "Dacca"
msgstr ""
#: wp-admin/includes/continents-cities.php:282
msgid "Damascus"
msgstr ""
#: wp-admin/includes/continents-cities.php:283
msgid "Dhaka"
msgstr ""
#: wp-admin/includes/continents-cities.php:284
msgid "Dili"
msgstr ""
#: wp-admin/includes/continents-cities.php:285
msgid "Dubai"
msgstr ""
#: wp-admin/includes/continents-cities.php:286
msgid "Dushanbe"
msgstr ""
#: wp-admin/includes/continents-cities.php:287
msgid "Famagusta"
msgstr ""
#: wp-admin/includes/continents-cities.php:288
msgid "Gaza"
msgstr ""
#: wp-admin/includes/continents-cities.php:289
msgid "Harbin"
msgstr ""
#: wp-admin/includes/continents-cities.php:290
msgid "Hebron"
msgstr ""
#: wp-admin/includes/continents-cities.php:291
msgid "Ho Chi Minh"
msgstr ""
#: wp-admin/includes/continents-cities.php:292
msgid "Hong Kong"
msgstr ""
#: wp-admin/includes/continents-cities.php:293
msgid "Hovd"
msgstr ""
#: wp-admin/includes/continents-cities.php:294
msgid "Irkutsk"
msgstr ""
#: wp-admin/includes/continents-cities.php:295
#: wp-admin/includes/continents-cities.php:453
msgid "Istanbul"
msgstr ""
#: wp-admin/includes/continents-cities.php:296
msgid "Jakarta"
msgstr ""
#: wp-admin/includes/continents-cities.php:297
msgid "Jayapura"
msgstr ""
#: wp-admin/includes/continents-cities.php:298
msgid "Jerusalem"
msgstr ""
#: wp-admin/includes/continents-cities.php:299
msgid "Kabul"
msgstr ""
#: wp-admin/includes/continents-cities.php:300
msgid "Kamchatka"
msgstr ""
#: wp-admin/includes/continents-cities.php:301
msgid "Karachi"
msgstr ""
#: wp-admin/includes/continents-cities.php:302
msgid "Kashgar"
msgstr ""
#: wp-admin/includes/continents-cities.php:303
msgid "Kathmandu"
msgstr ""
#: wp-admin/includes/continents-cities.php:304
msgid "Katmandu"
msgstr ""
#: wp-admin/includes/continents-cities.php:305
msgid "Khandyga"
msgstr ""
#: wp-admin/includes/continents-cities.php:306
msgid "Kolkata"
msgstr ""
#: wp-admin/includes/continents-cities.php:307
msgid "Krasnoyarsk"
msgstr ""
#: wp-admin/includes/continents-cities.php:308
msgid "Kuala Lumpur"
msgstr ""
#: wp-admin/includes/continents-cities.php:309
msgid "Kuching"
msgstr ""
#: wp-admin/includes/continents-cities.php:310
msgid "Kuwait"
msgstr ""
#: wp-admin/includes/continents-cities.php:311
msgid "Macao"
msgstr ""
#: wp-admin/includes/continents-cities.php:312
msgid "Macau"
msgstr ""
#: wp-admin/includes/continents-cities.php:313
msgid "Magadan"
msgstr ""
#: wp-admin/includes/continents-cities.php:314
msgid "Makassar"
msgstr ""
#: wp-admin/includes/continents-cities.php:315
msgid "Manila"
msgstr ""
#: wp-admin/includes/continents-cities.php:316
msgid "Muscat"
msgstr ""
#: wp-admin/includes/continents-cities.php:317
#: wp-admin/includes/continents-cities.php:468
msgid "Nicosia"
msgstr ""
#: wp-admin/includes/continents-cities.php:318
msgid "Novokuznetsk"
msgstr ""
#: wp-admin/includes/continents-cities.php:319
msgid "Novosibirsk"
msgstr ""
#: wp-admin/includes/continents-cities.php:320
msgid "Omsk"
msgstr ""
#: wp-admin/includes/continents-cities.php:321
msgid "Oral"
msgstr ""
#: wp-admin/includes/continents-cities.php:322
msgid "Phnom Penh"
msgstr ""
#: wp-admin/includes/continents-cities.php:323
msgid "Pontianak"
msgstr ""
#: wp-admin/includes/continents-cities.php:324
msgid "Pyongyang"
msgstr ""
#: wp-admin/includes/continents-cities.php:325
msgid "Qatar"
msgstr ""
#: wp-admin/includes/continents-cities.php:326
msgid "Qyzylorda"
msgstr ""
#: wp-admin/includes/continents-cities.php:327
msgid "Rangoon"
msgstr ""
#: wp-admin/includes/continents-cities.php:328
msgid "Riyadh"
msgstr ""
#: wp-admin/includes/continents-cities.php:329
msgid "Saigon"
msgstr ""
#: wp-admin/includes/continents-cities.php:330
msgid "Sakhalin"
msgstr ""
#: wp-admin/includes/continents-cities.php:331
msgid "Samarkand"
msgstr ""
#: wp-admin/includes/continents-cities.php:332
msgid "Seoul"
msgstr ""
#: wp-admin/includes/continents-cities.php:333
msgid "Shanghai"
msgstr ""
#: wp-admin/includes/continents-cities.php:334
msgid "Singapore"
msgstr ""
#: wp-admin/includes/continents-cities.php:335
msgid "Srednekolymsk"
msgstr ""
#: wp-admin/includes/continents-cities.php:336
msgid "Taipei"
msgstr ""
#: wp-admin/includes/continents-cities.php:337
msgid "Tashkent"
msgstr ""
#: wp-admin/includes/continents-cities.php:338
msgid "Tbilisi"
msgstr ""
#: wp-admin/includes/continents-cities.php:339
msgid "Tehran"
msgstr ""
#: wp-admin/includes/continents-cities.php:340
msgid "Tel Aviv"
msgstr ""
#: wp-admin/includes/continents-cities.php:341
msgid "Thimbu"
msgstr ""
#: wp-admin/includes/continents-cities.php:342
msgid "Thimphu"
msgstr ""
#: wp-admin/includes/continents-cities.php:343
msgid "Tokyo"
msgstr ""
#: wp-admin/includes/continents-cities.php:344
msgid "Tomsk"
msgstr ""
#: wp-admin/includes/continents-cities.php:345
msgid "Ujung Pandang"
msgstr ""
#: wp-admin/includes/continents-cities.php:346
msgid "Ulaanbaatar"
msgstr ""
#: wp-admin/includes/continents-cities.php:347
msgid "Ulan Bator"
msgstr ""
#: wp-admin/includes/continents-cities.php:348
msgid "Urumqi"
msgstr ""
#: wp-admin/includes/continents-cities.php:349
msgid "Ust-Nera"
msgstr ""
#: wp-admin/includes/continents-cities.php:350
msgid "Vientiane"
msgstr ""
#: wp-admin/includes/continents-cities.php:351
msgid "Vladivostok"
msgstr ""
#: wp-admin/includes/continents-cities.php:352
msgid "Yakutsk"
msgstr ""
#: wp-admin/includes/continents-cities.php:353
msgid "Yangon"
msgstr ""
#: wp-admin/includes/continents-cities.php:354
msgid "Yekaterinburg"
msgstr ""
#: wp-admin/includes/continents-cities.php:355
msgid "Yerevan"
msgstr ""
#: wp-admin/includes/continents-cities.php:357
msgid "Atlantic"
msgstr ""
#: wp-admin/includes/continents-cities.php:358
msgid "Azores"
msgstr ""
#: wp-admin/includes/continents-cities.php:359
msgid "Bermuda"
msgstr ""
#: wp-admin/includes/continents-cities.php:360
msgid "Canary"
msgstr ""
#: wp-admin/includes/continents-cities.php:361
msgid "Cape Verde"
msgstr ""
#: wp-admin/includes/continents-cities.php:362
msgid "Faeroe"
msgstr ""
#: wp-admin/includes/continents-cities.php:363
msgid "Faroe"
msgstr ""
#: wp-admin/includes/continents-cities.php:364
msgid "Jan Mayen"
msgstr ""
#: wp-admin/includes/continents-cities.php:365
msgid "Madeira"
msgstr ""
#: wp-admin/includes/continents-cities.php:366
msgid "Reykjavik"
msgstr ""
#: wp-admin/includes/continents-cities.php:367
msgid "South Georgia"
msgstr ""
#: wp-admin/includes/continents-cities.php:368
msgid "St Helena"
msgstr ""
#: wp-admin/includes/continents-cities.php:369
msgid "Stanley"
msgstr ""
#: wp-admin/includes/continents-cities.php:371
msgid "Australia"
msgstr ""
#: wp-admin/includes/continents-cities.php:372
msgid "ACT"
msgstr ""
#: wp-admin/includes/continents-cities.php:373
msgid "Adelaide"
msgstr ""
#: wp-admin/includes/continents-cities.php:374
msgid "Brisbane"
msgstr ""
#: wp-admin/includes/continents-cities.php:375
msgid "Broken Hill"
msgstr ""
#: wp-admin/includes/continents-cities.php:376
msgid "Canberra"
msgstr ""
#: wp-admin/includes/continents-cities.php:377
msgid "Currie"
msgstr ""
#: wp-admin/includes/continents-cities.php:378
msgid "Darwin"
msgstr ""
#: wp-admin/includes/continents-cities.php:379
msgid "Eucla"
msgstr ""
#: wp-admin/includes/continents-cities.php:380
msgid "Hobart"
msgstr ""
#: wp-admin/includes/continents-cities.php:381
msgid "LHI"
msgstr ""
#: wp-admin/includes/continents-cities.php:382
msgid "Lindeman"
msgstr ""
#: wp-admin/includes/continents-cities.php:383
msgid "Lord Howe"
msgstr ""
#: wp-admin/includes/continents-cities.php:384
msgid "Melbourne"
msgstr ""
#: wp-admin/includes/continents-cities.php:385
msgid "NSW"
msgstr ""
#: wp-admin/includes/continents-cities.php:386
msgid "North"
msgstr ""
#: wp-admin/includes/continents-cities.php:387
msgid "Perth"
msgstr ""
#: wp-admin/includes/continents-cities.php:388
msgid "Queensland"
msgstr ""
#: wp-admin/includes/continents-cities.php:389
msgid "South"
msgstr ""
#: wp-admin/includes/continents-cities.php:390
msgid "Sydney"
msgstr ""
#: wp-admin/includes/continents-cities.php:391
msgid "Tasmania"
msgstr ""
#: wp-admin/includes/continents-cities.php:392
msgid "Victoria"
msgstr ""
#: wp-admin/includes/continents-cities.php:393
msgid "West"
msgstr ""
#: wp-admin/includes/continents-cities.php:394
msgid "Yancowinna"
msgstr ""
#: wp-admin/includes/continents-cities.php:396
msgid "Etc"
msgstr ""
#: wp-admin/includes/continents-cities.php:397
msgid "GMT"
msgstr ""
#: wp-admin/includes/continents-cities.php:398
msgid "GMT+0"
msgstr ""
#: wp-admin/includes/continents-cities.php:399
msgid "GMT+1"
msgstr ""
#: wp-admin/includes/continents-cities.php:400
msgid "GMT+10"
msgstr ""
#: wp-admin/includes/continents-cities.php:401
msgid "GMT+11"
msgstr ""
#: wp-admin/includes/continents-cities.php:402
msgid "GMT+12"
msgstr ""
#: wp-admin/includes/continents-cities.php:403
msgid "GMT+2"
msgstr ""
#: wp-admin/includes/continents-cities.php:404
msgid "GMT+3"
msgstr ""
#: wp-admin/includes/continents-cities.php:405
msgid "GMT+4"
msgstr ""
#: wp-admin/includes/continents-cities.php:406
msgid "GMT+5"
msgstr ""
#: wp-admin/includes/continents-cities.php:407
msgid "GMT+6"
msgstr ""
#: wp-admin/includes/continents-cities.php:408
msgid "GMT+7"
msgstr ""
#: wp-admin/includes/continents-cities.php:409
msgid "GMT+8"
msgstr ""
#: wp-admin/includes/continents-cities.php:410
msgid "GMT+9"
msgstr ""
#: wp-admin/includes/continents-cities.php:411
msgid "GMT-0"
msgstr ""
#: wp-admin/includes/continents-cities.php:412
msgid "GMT-1"
msgstr ""
#: wp-admin/includes/continents-cities.php:413
msgid "GMT-10"
msgstr ""
#: wp-admin/includes/continents-cities.php:414
msgid "GMT-11"
msgstr ""
#: wp-admin/includes/continents-cities.php:415
msgid "GMT-12"
msgstr ""
#: wp-admin/includes/continents-cities.php:416
msgid "GMT-13"
msgstr ""
#: wp-admin/includes/continents-cities.php:417
msgid "GMT-14"
msgstr ""
#: wp-admin/includes/continents-cities.php:418
msgid "GMT-2"
msgstr ""
#: wp-admin/includes/continents-cities.php:419
msgid "GMT-3"
msgstr ""
#: wp-admin/includes/continents-cities.php:420
msgid "GMT-4"
msgstr ""
#: wp-admin/includes/continents-cities.php:421
msgid "GMT-5"
msgstr ""
#: wp-admin/includes/continents-cities.php:422
msgid "GMT-6"
msgstr ""
#: wp-admin/includes/continents-cities.php:423
msgid "GMT-7"
msgstr ""
#: wp-admin/includes/continents-cities.php:424
msgid "GMT-8"
msgstr ""
#: wp-admin/includes/continents-cities.php:425
msgid "GMT-9"
msgstr ""
#: wp-admin/includes/continents-cities.php:426
msgid "GMT0"
msgstr ""
#: wp-admin/includes/continents-cities.php:427
msgid "Greenwich"
msgstr ""
#: wp-admin/includes/continents-cities.php:428
msgid "UCT"
msgstr ""
#: wp-admin/includes/continents-cities.php:429
msgid "UTC"
msgstr ""
#: wp-admin/includes/continents-cities.php:430
msgid "Universal"
msgstr ""
#: wp-admin/includes/continents-cities.php:431
msgid "Zulu"
msgstr ""
#: wp-admin/includes/continents-cities.php:433
msgid "Europe"
msgstr ""
#: wp-admin/includes/continents-cities.php:434
msgid "Amsterdam"
msgstr ""
#: wp-admin/includes/continents-cities.php:435
msgid "Andorra"
msgstr ""
#: wp-admin/includes/continents-cities.php:436
msgid "Astrakhan"
msgstr ""
#: wp-admin/includes/continents-cities.php:437
msgid "Athens"
msgstr ""
#: wp-admin/includes/continents-cities.php:438
msgid "Belfast"
msgstr ""
#: wp-admin/includes/continents-cities.php:439
msgid "Belgrade"
msgstr ""
#: wp-admin/includes/continents-cities.php:440
msgid "Berlin"
msgstr ""
#: wp-admin/includes/continents-cities.php:441
msgid "Bratislava"
msgstr ""
#: wp-admin/includes/continents-cities.php:442
msgid "Brussels"
msgstr ""
#: wp-admin/includes/continents-cities.php:443
msgid "Bucharest"
msgstr ""
#: wp-admin/includes/continents-cities.php:444
msgid "Budapest"
msgstr ""
#: wp-admin/includes/continents-cities.php:445
msgid "Busingen"
msgstr ""
#: wp-admin/includes/continents-cities.php:446
msgid "Chisinau"
msgstr ""
#: wp-admin/includes/continents-cities.php:447
msgid "Copenhagen"
msgstr ""
#: wp-admin/includes/continents-cities.php:448
msgid "Dublin"
msgstr ""
#: wp-admin/includes/continents-cities.php:449
msgid "Gibraltar"
msgstr ""
#: wp-admin/includes/continents-cities.php:450
msgid "Guernsey"
msgstr ""
#: wp-admin/includes/continents-cities.php:451
msgid "Helsinki"
msgstr ""
#: wp-admin/includes/continents-cities.php:452
msgid "Isle of Man"
msgstr ""
#: wp-admin/includes/continents-cities.php:454
msgid "Jersey"
msgstr ""
#: wp-admin/includes/continents-cities.php:455
msgid "Kaliningrad"
msgstr ""
#: wp-admin/includes/continents-cities.php:456
msgid "Kiev"
msgstr ""
#: wp-admin/includes/continents-cities.php:457
msgid "Kirov"
msgstr ""
#: wp-admin/includes/continents-cities.php:458
msgid "Lisbon"
msgstr ""
#: wp-admin/includes/continents-cities.php:459
msgid "Ljubljana"
msgstr ""
#: wp-admin/includes/continents-cities.php:460
msgid "London"
msgstr ""
#: wp-admin/includes/continents-cities.php:461
msgid "Luxembourg"
msgstr ""
#: wp-admin/includes/continents-cities.php:462
msgid "Madrid"
msgstr ""
#: wp-admin/includes/continents-cities.php:463
msgid "Malta"
msgstr ""
#: wp-admin/includes/continents-cities.php:464
msgid "Mariehamn"
msgstr ""
#: wp-admin/includes/continents-cities.php:465
msgid "Minsk"
msgstr ""
#: wp-admin/includes/continents-cities.php:466
msgid "Monaco"
msgstr ""
#: wp-admin/includes/continents-cities.php:467
msgid "Moscow"
msgstr ""
#: wp-admin/includes/continents-cities.php:469
msgid "Oslo"
msgstr ""
#: wp-admin/includes/continents-cities.php:470
msgid "Paris"
msgstr ""
#: wp-admin/includes/continents-cities.php:471
msgid "Podgorica"
msgstr ""
#: wp-admin/includes/continents-cities.php:472
msgid "Prague"
msgstr ""
#: wp-admin/includes/continents-cities.php:473
msgid "Riga"
msgstr ""
#: wp-admin/includes/continents-cities.php:474
msgid "Rome"
msgstr ""
#: wp-admin/includes/continents-cities.php:475
msgid "Samara"
msgstr ""
#: wp-admin/includes/continents-cities.php:476
msgid "San Marino"
msgstr ""
#: wp-admin/includes/continents-cities.php:477
msgid "Sarajevo"
msgstr ""
#: wp-admin/includes/continents-cities.php:478
msgid "Saratov"
msgstr ""
#: wp-admin/includes/continents-cities.php:479
msgid "Simferopol"
msgstr ""
#: wp-admin/includes/continents-cities.php:480
msgid "Skopje"
msgstr ""
#: wp-admin/includes/continents-cities.php:481
msgid "Sofia"
msgstr ""
#: wp-admin/includes/continents-cities.php:482
msgid "Stockholm"
msgstr ""
#: wp-admin/includes/continents-cities.php:483
msgid "Tallinn"
msgstr ""
#: wp-admin/includes/continents-cities.php:484
msgid "Tirane"
msgstr ""
#: wp-admin/includes/continents-cities.php:485
msgid "Tiraspol"
msgstr ""
#: wp-admin/includes/continents-cities.php:486
msgid "Ulyanovsk"
msgstr ""
#: wp-admin/includes/continents-cities.php:487
msgid "Uzhgorod"
msgstr ""
#: wp-admin/includes/continents-cities.php:488
msgid "Vaduz"
msgstr ""
#: wp-admin/includes/continents-cities.php:489
msgid "Vatican"
msgstr ""
#: wp-admin/includes/continents-cities.php:490
msgid "Vienna"
msgstr ""
#: wp-admin/includes/continents-cities.php:491
msgid "Vilnius"
msgstr ""
#: wp-admin/includes/continents-cities.php:492
msgid "Volgograd"
msgstr ""
#: wp-admin/includes/continents-cities.php:493
msgid "Warsaw"
msgstr ""
#: wp-admin/includes/continents-cities.php:494
msgid "Zagreb"
msgstr ""
#: wp-admin/includes/continents-cities.php:495
msgid "Zaporozhye"
msgstr ""
#: wp-admin/includes/continents-cities.php:496
msgid "Zurich"
msgstr ""
#: wp-admin/includes/continents-cities.php:498
msgid "Indian"
msgstr ""
#: wp-admin/includes/continents-cities.php:499
msgid "Antananarivo"
msgstr ""
#: wp-admin/includes/continents-cities.php:500
msgid "Chagos"
msgstr ""
#: wp-admin/includes/continents-cities.php:501
msgid "Christmas"
msgstr ""
#: wp-admin/includes/continents-cities.php:502
msgid "Cocos"
msgstr ""
#: wp-admin/includes/continents-cities.php:503
msgid "Comoro"
msgstr ""
#: wp-admin/includes/continents-cities.php:504
msgid "Kerguelen"
msgstr ""
#: wp-admin/includes/continents-cities.php:505
msgid "Mahe"
msgstr ""
#: wp-admin/includes/continents-cities.php:506
msgid "Maldives"
msgstr ""
#: wp-admin/includes/continents-cities.php:507
msgid "Mauritius"
msgstr ""
#: wp-admin/includes/continents-cities.php:508
msgid "Mayotte"
msgstr ""
#: wp-admin/includes/continents-cities.php:509
msgid "Reunion"
msgstr ""
#: wp-admin/includes/continents-cities.php:511
msgid "Pacific"
msgstr ""
#: wp-admin/includes/continents-cities.php:512
msgid "Apia"
msgstr ""
#: wp-admin/includes/continents-cities.php:513
msgid "Auckland"
msgstr ""
#: wp-admin/includes/continents-cities.php:514
msgid "Bougainville"
msgstr ""
#: wp-admin/includes/continents-cities.php:515
msgid "Chatham"
msgstr ""
#: wp-admin/includes/continents-cities.php:516
msgid "Chuuk"
msgstr ""
#: wp-admin/includes/continents-cities.php:517
msgid "Easter"
msgstr ""
#: wp-admin/includes/continents-cities.php:518
msgid "Efate"
msgstr ""
#: wp-admin/includes/continents-cities.php:519
msgid "Enderbury"
msgstr ""
#: wp-admin/includes/continents-cities.php:520
msgid "Fakaofo"
msgstr ""
#: wp-admin/includes/continents-cities.php:521
msgid "Fiji"
msgstr ""
#: wp-admin/includes/continents-cities.php:522
msgid "Funafuti"
msgstr ""
#: wp-admin/includes/continents-cities.php:523
msgid "Galapagos"
msgstr ""
#: wp-admin/includes/continents-cities.php:524
msgid "Gambier"
msgstr ""
#: wp-admin/includes/continents-cities.php:525
msgid "Guadalcanal"
msgstr ""
#: wp-admin/includes/continents-cities.php:526
msgid "Guam"
msgstr ""
#: wp-admin/includes/continents-cities.php:527
msgid "Honolulu"
msgstr ""
#: wp-admin/includes/continents-cities.php:528
msgid "Johnston"
msgstr ""
#: wp-admin/includes/continents-cities.php:529
msgid "Kiritimati"
msgstr ""
#: wp-admin/includes/continents-cities.php:530
msgid "Kosrae"
msgstr ""
#: wp-admin/includes/continents-cities.php:531
msgid "Kwajalein"
msgstr ""
#: wp-admin/includes/continents-cities.php:532
msgid "Majuro"
msgstr ""
#: wp-admin/includes/continents-cities.php:533
msgid "Marquesas"
msgstr ""
#: wp-admin/includes/continents-cities.php:534
msgid "Midway"
msgstr ""
#: wp-admin/includes/continents-cities.php:535
msgid "Nauru"
msgstr ""
#: wp-admin/includes/continents-cities.php:536
msgid "Niue"
msgstr ""
#: wp-admin/includes/continents-cities.php:537
msgid "Norfolk"
msgstr ""
#: wp-admin/includes/continents-cities.php:538
msgid "Noumea"
msgstr ""
#: wp-admin/includes/continents-cities.php:539
msgid "Pago Pago"
msgstr ""
#: wp-admin/includes/continents-cities.php:540
msgid "Palau"
msgstr ""
#: wp-admin/includes/continents-cities.php:541
msgid "Pitcairn"
msgstr ""
#: wp-admin/includes/continents-cities.php:542
msgid "Pohnpei"
msgstr ""
#: wp-admin/includes/continents-cities.php:543
msgid "Ponape"
msgstr ""
#: wp-admin/includes/continents-cities.php:544
msgid "Port Moresby"
msgstr ""
#: wp-admin/includes/continents-cities.php:545
msgid "Rarotonga"
msgstr ""
#: wp-admin/includes/continents-cities.php:546
msgid "Saipan"
msgstr ""
#: wp-admin/includes/continents-cities.php:547
msgid "Samoa"
msgstr ""
#: wp-admin/includes/continents-cities.php:548
msgid "Tahiti"
msgstr ""
#: wp-admin/includes/continents-cities.php:549
msgid "Tarawa"
msgstr ""
#: wp-admin/includes/continents-cities.php:550
msgid "Tongatapu"
msgstr ""
#: wp-admin/includes/continents-cities.php:551
msgid "Truk"
msgstr ""
#: wp-admin/includes/continents-cities.php:552
msgid "Wake"
msgstr ""
#: wp-admin/includes/continents-cities.php:553
msgid "Wallis"
msgstr ""
#: wp-admin/includes/continents-cities.php:554
msgid "Yap"
msgstr ""
This source diff could not be displayed because it is too large. You can view the blob instead.
msgid ""
msgstr ""
"Project-Id-Version: Biuro Contacts\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-05-31 12:11+0000\n"
"PO-Revision-Date: 2019-05-31 12:19+0000\n"
"Last-Translator: biuro <info@biuro.eu>\n"
"Language-Team: Estonian\n"
"Language: et\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Loco https://localise.biz/\n"
"X-Loco-Version: 2.2.2; wp-5.2.1"
#: public/class-biuro-contacts-public.php:151
msgid "This field is required"
msgstr ""
#: public/class-biuro-contacts-public.php:162
msgid "Phone or email field is required"
msgstr "E-posti või telefoni väli on vajalik"
#: public/class-biuro-contacts-public.php:173
msgid "Incorrect phone number"
msgstr ""
"\n"
"22/5000\n"
"Vale telefoninumber"
#: public/class-biuro-contacts-public.php:183
msgid "Email or phone field is required"
msgstr "E-posti või telefoni väli on vajalik"
#: public/class-biuro-contacts-public.php:190
msgid "Email format is incorrect"
msgstr "E-posti formaat on vale"
#: public/class-biuro-contacts-public.php:205
msgid "You have to agree with conditions"
msgstr ""
#: public/partials/biuro-contacts-public--employers--step-2.php:23
msgid "Company"
msgstr "Ettevõte"
#: public/partials/biuro-contacts-public--employers--step-2.php:30
#: public/partials/biuro-contacts-public--position--step-2.php:107
#: public/partials/biuro-contacts-public--employees--step-2.php:30
msgid "Message"
msgstr "Sõnum"
#: public/partials/biuro-contacts-public--employers--step-2.php:47
#: public/partials/biuro-contacts-public--employers--step-1.php:80
#: public/partials/biuro-contacts-public--employees--step-2.php:45
#: public/partials/biuro-contacts-public--employees--step-1.php:80
msgid "Submit"
msgstr "Saada"
#: public/partials/biuro-contacts-public--employees.php:56
msgid "Thank You, we have successfully received data about you."
msgstr ""
#: public/partials/biuro-contacts-public--employees.php:57
msgid "You can add information about yourself by adding a city, message or CV"
msgstr ""
#: public/partials/biuro-contacts-public--employees.php:58
#: public/partials/biuro-contacts-public--employees.php:91
#: public/partials/biuro-contacts-public--employers.php:58
#: public/partials/biuro-contacts-public--employers.php:90
#: public/partials/biuro-contacts-public--position.php:65
msgid "OK"
msgstr "Okei"
#: public/partials/biuro-contacts-public--employees.php:90
#: public/partials/biuro-contacts-public--employers.php:89
msgid "Thank You! The information has been successfully supplemented."
msgstr ""
#: public/partials/biuro-contacts-public--employers--step-1.php:41
#: public/partials/biuro-contacts-public--position--step-2.php:60
#: public/partials/biuro-contacts-public--employees--step-1.php:41
msgid "Name, surname"
msgstr "Nimi, Perekonnanimi"
#: public/partials/biuro-contacts-public--employers--step-1.php:53
#: public/partials/biuro-contacts-public--position--step-2.php:73
#: public/partials/biuro-contacts-public--employees--step-1.php:53
msgid "Phone no."
msgstr "Telefoni number"
#: public/partials/biuro-contacts-public--employers--step-1.php:67
#: public/partials/biuro-contacts-public--position--step-2.php:86
#: public/partials/biuro-contacts-public--employees--step-1.php:67
msgid "Email address"
msgstr "E-post"
#: public/partials/biuro-contacts-public--employers--step-1.php:87
msgid ""
"I agree, that my personal data will be used for communicating during the pre-"
"contractual relationship. For more detailed information view our <a "
"href=\"https://biuro.eu/privacy-en.html\" target=\"_blank\" rel=\"noopener\">"
"Personal Data Protection Policy.</a>"
msgstr ""
"Olen nõus, et minu isikuandmeid kasutatakse lepingueelsete suhete ajal "
"suhtlemiseks. Üksikasjalikuma teabe saamiseks vaadake meie <a href=\"https:"
"//biuro.eu/privacy-ee.html\" target=\"_blank\" rel=\"noopener\"> "
"isikuandmete kaitse poliitikat. </a>"
#: public/partials/biuro-contacts-public--position--step-2.php:98
#: public/partials/biuro-contacts-public--employees--step-2.php:23
msgid "City"
msgstr "Linn"
#: public/partials/biuro-contacts-public--position--step-2.php:114
#: public/partials/biuro-contacts-public--employees--step-2.php:37
msgid "CV"
msgstr "Lisa CV"
#: public/partials/biuro-contacts-public--position--step-2.php:123
#: public/partials/biuro-contacts-public--employees--step-1.php:87
msgid ""
"I agree, that my personal data will be used for offering me a job. For more "
"detailed information view our <a href=\"https://biuro.eu/privacy-en.html\" "
"target=\"_blank\" rel=\"noopener\">Personal Data Protection Policy.</a>"
msgstr ""
"Olen nõus, et minu isikuandmeid kasutatakse mulle töö pakkumiseks. "
"Üksikasjalikuma teabe saamiseks vaadake meie <a href=\"https://biuro."
"eu/privacy-ee.html\" target=\"_blank\" rel=\"noopener\"> isikuandmete kaitse "
"poliitikat. </a>"
#: public/partials/biuro-contacts-public--position--step-2.php:134
#: public/partials/biuro-contacts-public--position--step-1.php:24
msgid "Apply"
msgstr "Rakenda"
#: public/partials/biuro-contacts-public--employers.php:56
msgid "Thank You for contacting!"
msgstr ""
#: public/partials/biuro-contacts-public--employers.php:57
msgid "You request was send successfully, we will contact You."
msgstr ""
#: public/partials/biuro-contacts-public--position.php:64
msgid "Thank You! Your data was send successfully."
msgstr ""
#. Name of the plugin
msgid "Biuro Contacts"
msgstr "Biuro Contacts"
#. Description of the plugin
msgid ""
"This is a short description of what the plugin does. It's displayed in the "
"WordPress admin area."
msgstr ""
#. URI of the plugin
#. Author URI of the plugin
msgid "https://www.biuro.lt"
msgstr "https://www.biuro.ee"
#. Author of the plugin
msgid "Biuro"
msgstr "Biuro"
msgid ""
msgstr ""
"Project-Id-Version: Biuro Contacts\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-05-31 12:11+0000\n"
"PO-Revision-Date: 2019-05-31 12:21+0000\n"
"Last-Translator: biuro <info@biuro.eu>\n"
"Language-Team: Estonian\n"
"Language: et\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Loco https://localise.biz/\n"
"X-Loco-Version: 2.2.2; wp-5.2.1"
#: public/class-biuro-contacts-public.php:151
msgid "This field is required"
msgstr "Selle välja täitmine on kohustuslik"
#: public/class-biuro-contacts-public.php:162
msgid "Phone or email field is required"
msgstr "E-posti või telefoni väli on vajalik"
#: public/class-biuro-contacts-public.php:173
msgid "Incorrect phone number"
msgstr ""
"\n"
"22/5000\n"
"Vale telefoninumber"
#: public/class-biuro-contacts-public.php:183
msgid "Email or phone field is required"
msgstr "E-posti või telefoni väli on vajalik"
#: public/class-biuro-contacts-public.php:190
msgid "Email format is incorrect"
msgstr "E-posti formaat on vale"
#: public/class-biuro-contacts-public.php:205
msgid "You have to agree with conditions"
msgstr "Te peate tingimustega nõustuma"
#: public/partials/biuro-contacts-public--employers--step-2.php:23
msgid "Company"
msgstr "Ettevõte"
#: public/partials/biuro-contacts-public--employers--step-2.php:30
#: public/partials/biuro-contacts-public--position--step-2.php:107
#: public/partials/biuro-contacts-public--employees--step-2.php:30
msgid "Message"
msgstr "Sõnum"
#: public/partials/biuro-contacts-public--employers--step-2.php:47
#: public/partials/biuro-contacts-public--employers--step-1.php:80
#: public/partials/biuro-contacts-public--employees--step-2.php:45
#: public/partials/biuro-contacts-public--employees--step-1.php:80
msgid "Submit"
msgstr "Saada"
#: public/partials/biuro-contacts-public--employees.php:56
msgid "Thank You, we have successfully received data about you."
msgstr "Täname teid, oleme edukalt teie kohta andmeid saanud."
#: public/partials/biuro-contacts-public--employees.php:57
msgid "You can add information about yourself by adding a city, message or CV"
msgstr "Saate lisada teavet enda kohta, lisades linna, sõnumi või CV"
#: public/partials/biuro-contacts-public--employees.php:58
#: public/partials/biuro-contacts-public--employees.php:91
#: public/partials/biuro-contacts-public--employers.php:58
#: public/partials/biuro-contacts-public--employers.php:90
#: public/partials/biuro-contacts-public--position.php:65
msgid "OK"
msgstr "Okei"
#: public/partials/biuro-contacts-public--employees.php:90
#: public/partials/biuro-contacts-public--employers.php:89
msgid "Thank You! The information has been successfully supplemented."
msgstr "Thank You! The information has been successfully supplemented."
#: public/partials/biuro-contacts-public--employers--step-1.php:41
#: public/partials/biuro-contacts-public--position--step-2.php:60
#: public/partials/biuro-contacts-public--employees--step-1.php:41
msgid "Name, surname"
msgstr "Nimi, Perekonnanimi"
#: public/partials/biuro-contacts-public--employers--step-1.php:53
#: public/partials/biuro-contacts-public--position--step-2.php:73
#: public/partials/biuro-contacts-public--employees--step-1.php:53
msgid "Phone no."
msgstr "Telefoni number"
#: public/partials/biuro-contacts-public--employers--step-1.php:67
#: public/partials/biuro-contacts-public--position--step-2.php:86
#: public/partials/biuro-contacts-public--employees--step-1.php:67
msgid "Email address"
msgstr "E-post"
#: public/partials/biuro-contacts-public--employers--step-1.php:87
msgid ""
"I agree, that my personal data will be used for communicating during the pre-"
"contractual relationship. For more detailed information view our <a "
"href=\"https://biuro.eu/privacy-en.html\" target=\"_blank\" rel=\"noopener\">"
"Personal Data Protection Policy.</a>"
msgstr ""
"Olen nõus, et minu isikuandmeid kasutatakse lepingueelsete suhete ajal "
"suhtlemiseks. Üksikasjalikuma teabe saamiseks vaadake meie <a href=\"https:"
"//biuro.eu/privacy-ee.html\" target=\"_blank\" rel=\"noopener\"> "
"isikuandmete kaitse poliitikat. </a>"
#: public/partials/biuro-contacts-public--position--step-2.php:98
#: public/partials/biuro-contacts-public--employees--step-2.php:23
msgid "City"
msgstr "Linn"
#: public/partials/biuro-contacts-public--position--step-2.php:114
#: public/partials/biuro-contacts-public--employees--step-2.php:37
msgid "CV"
msgstr "Lisa CV"
#: public/partials/biuro-contacts-public--position--step-2.php:123
#: public/partials/biuro-contacts-public--employees--step-1.php:87
msgid ""
"I agree, that my personal data will be used for offering me a job. For more "
"detailed information view our <a href=\"https://biuro.eu/privacy-en.html\" "
"target=\"_blank\" rel=\"noopener\">Personal Data Protection Policy.</a>"
msgstr ""
"Olen nõus, et minu isikuandmeid kasutatakse mulle töö pakkumiseks. "
"Üksikasjalikuma teabe saamiseks vaadake meie <a href=\"https://biuro."
"eu/privacy-ee.html\" target=\"_blank\" rel=\"noopener\"> isikuandmete kaitse "
"poliitikat. </a>"
#: public/partials/biuro-contacts-public--position--step-2.php:134
#: public/partials/biuro-contacts-public--position--step-1.php:24
msgid "Apply"
msgstr "Rakenda"
#: public/partials/biuro-contacts-public--employers.php:56
msgid "Thank You for contacting!"
msgstr "Täname Teid!"
#: public/partials/biuro-contacts-public--employers.php:57
msgid "You request was send successfully, we will contact You."
msgstr "Teie taotlus saadeti edukalt, võtame Teiega ühendust."
#: public/partials/biuro-contacts-public--position.php:64
msgid "Thank You! Your data was send successfully."
msgstr "Aitäh! Teie andmed saadeti edukalt."
#. Name of the plugin
msgid "Biuro Contacts"
msgstr "Biuro Contacts"
#. Description of the plugin
msgid ""
"This is a short description of what the plugin does. It's displayed in the "
"WordPress admin area."
msgstr ""
"This is a short description of what the plugin does. It's displayed in the "
"WordPress admin area."
#. URI of the plugin
#. Author URI of the plugin
msgid "https://www.biuro.lt"
msgstr "https://www.biuro.ee"
#. Author of the plugin
msgid "Biuro"
msgstr "Biuro"
msgid ""
msgstr ""
"Project-Id-Version: Biuro Contacts\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-05-31 12:11+0000\n"
"PO-Revision-Date: 2019-05-31 12:19+0000\n"
"Last-Translator: biuro <info@biuro.eu>\n"
"Language-Team: Estonian\n"
"Language: et\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Loco https://localise.biz/\n"
"X-Loco-Version: 2.2.2; wp-5.2.1"
#: public/class-biuro-contacts-public.php:151
msgid "This field is required"
msgstr ""
#: public/class-biuro-contacts-public.php:162
msgid "Phone or email field is required"
msgstr "E-posti või telefoni väli on vajalik"
#: public/class-biuro-contacts-public.php:173
msgid "Incorrect phone number"
msgstr ""
"\n"
"22/5000\n"
"Vale telefoninumber"
#: public/class-biuro-contacts-public.php:183
msgid "Email or phone field is required"
msgstr "E-posti või telefoni väli on vajalik"
#: public/class-biuro-contacts-public.php:190
msgid "Email format is incorrect"
msgstr "E-posti formaat on vale"
#: public/class-biuro-contacts-public.php:205
msgid "You have to agree with conditions"
msgstr ""
#: public/partials/biuro-contacts-public--employers--step-2.php:23
msgid "Company"
msgstr "Ettevõte"
#: public/partials/biuro-contacts-public--employers--step-2.php:30
#: public/partials/biuro-contacts-public--position--step-2.php:107
#: public/partials/biuro-contacts-public--employees--step-2.php:30
msgid "Message"
msgstr "Sõnum"
#: public/partials/biuro-contacts-public--employers--step-2.php:47
#: public/partials/biuro-contacts-public--employers--step-1.php:80
#: public/partials/biuro-contacts-public--employees--step-2.php:45
#: public/partials/biuro-contacts-public--employees--step-1.php:80
msgid "Submit"
msgstr "Saada"
#: public/partials/biuro-contacts-public--employees.php:56
msgid "Thank You, we have successfully received data about you."
msgstr ""
#: public/partials/biuro-contacts-public--employees.php:57
msgid "You can add information about yourself by adding a city, message or CV"
msgstr ""
#: public/partials/biuro-contacts-public--employees.php:58
#: public/partials/biuro-contacts-public--employees.php:91
#: public/partials/biuro-contacts-public--employers.php:58
#: public/partials/biuro-contacts-public--employers.php:90
#: public/partials/biuro-contacts-public--position.php:65
msgid "OK"
msgstr "Okei"
#: public/partials/biuro-contacts-public--employees.php:90
#: public/partials/biuro-contacts-public--employers.php:89
msgid "Thank You! The information has been successfully supplemented."
msgstr ""
#: public/partials/biuro-contacts-public--employers--step-1.php:41
#: public/partials/biuro-contacts-public--position--step-2.php:60
#: public/partials/biuro-contacts-public--employees--step-1.php:41
msgid "Name, surname"
msgstr "Nimi, Perekonnanimi"
#: public/partials/biuro-contacts-public--employers--step-1.php:53
#: public/partials/biuro-contacts-public--position--step-2.php:73
#: public/partials/biuro-contacts-public--employees--step-1.php:53
msgid "Phone no."
msgstr "Telefoni number"
#: public/partials/biuro-contacts-public--employers--step-1.php:67
#: public/partials/biuro-contacts-public--position--step-2.php:86
#: public/partials/biuro-contacts-public--employees--step-1.php:67
msgid "Email address"
msgstr "E-post"
#: public/partials/biuro-contacts-public--employers--step-1.php:87
msgid ""
"I agree, that my personal data will be used for communicating during the pre-"
"contractual relationship. For more detailed information view our <a "
"href=\"https://biuro.eu/privacy-en.html\" target=\"_blank\" rel=\"noopener\">"
"Personal Data Protection Policy.</a>"
msgstr ""
"Olen nõus, et minu isikuandmeid kasutatakse lepingueelsete suhete ajal "
"suhtlemiseks. Üksikasjalikuma teabe saamiseks vaadake meie <a href=\"https:"
"//biuro.eu/privacy-ee.html\" target=\"_blank\" rel=\"noopener\"> "
"isikuandmete kaitse poliitikat. </a>"
#: public/partials/biuro-contacts-public--position--step-2.php:98
#: public/partials/biuro-contacts-public--employees--step-2.php:23
msgid "City"
msgstr "Linn"
#: public/partials/biuro-contacts-public--position--step-2.php:114
#: public/partials/biuro-contacts-public--employees--step-2.php:37
msgid "CV"
msgstr "Lisa CV"
#: public/partials/biuro-contacts-public--position--step-2.php:123
#: public/partials/biuro-contacts-public--employees--step-1.php:87
msgid ""
"I agree, that my personal data will be used for offering me a job. For more "
"detailed information view our <a href=\"https://biuro.eu/privacy-en.html\" "
"target=\"_blank\" rel=\"noopener\">Personal Data Protection Policy.</a>"
msgstr ""
"Olen nõus, et minu isikuandmeid kasutatakse mulle töö pakkumiseks. "
"Üksikasjalikuma teabe saamiseks vaadake meie <a href=\"https://biuro."
"eu/privacy-ee.html\" target=\"_blank\" rel=\"noopener\"> isikuandmete kaitse "
"poliitikat. </a>"
#: public/partials/biuro-contacts-public--position--step-2.php:134
#: public/partials/biuro-contacts-public--position--step-1.php:24
msgid "Apply"
msgstr "Rakenda"
#: public/partials/biuro-contacts-public--employers.php:56
msgid "Thank You for contacting!"
msgstr ""
#: public/partials/biuro-contacts-public--employers.php:57
msgid "You request was send successfully, we will contact You."
msgstr ""
#: public/partials/biuro-contacts-public--position.php:64
msgid "Thank You! Your data was send successfully."
msgstr ""
#. Name of the plugin
msgid "Biuro Contacts"
msgstr "Biuro Contacts"
#. Description of the plugin
msgid ""
"This is a short description of what the plugin does. It's displayed in the "
"WordPress admin area."
msgstr ""
#. URI of the plugin
#. Author URI of the plugin
msgid "https://www.biuro.lt"
msgstr "https://www.biuro.ee"
#. Author of the plugin
msgid "Biuro"
msgstr "Biuro"
msgid ""
msgstr ""
"Project-Id-Version: Biuro Contacts\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-05-31 12:11+0000\n"
"PO-Revision-Date: 2019-05-31 12:21+0000\n"
"Last-Translator: biuro <info@biuro.eu>\n"
"Language-Team: Estonian\n"
"Language: et\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Loco https://localise.biz/\n"
"X-Loco-Version: 2.2.2; wp-5.2.1"
#: public/class-biuro-contacts-public.php:151
msgid "This field is required"
msgstr "Selle välja täitmine on kohustuslik"
#: public/class-biuro-contacts-public.php:162
msgid "Phone or email field is required"
msgstr "E-posti või telefoni väli on vajalik"
#: public/class-biuro-contacts-public.php:173
msgid "Incorrect phone number"
msgstr ""
"\n"
"22/5000\n"
"Vale telefoninumber"
#: public/class-biuro-contacts-public.php:183
msgid "Email or phone field is required"
msgstr "E-posti või telefoni väli on vajalik"
#: public/class-biuro-contacts-public.php:190
msgid "Email format is incorrect"
msgstr "E-posti formaat on vale"
#: public/class-biuro-contacts-public.php:205
msgid "You have to agree with conditions"
msgstr "Te peate tingimustega nõustuma"
#: public/partials/biuro-contacts-public--employers--step-2.php:23
msgid "Company"
msgstr "Ettevõte"
#: public/partials/biuro-contacts-public--employers--step-2.php:30
#: public/partials/biuro-contacts-public--position--step-2.php:107
#: public/partials/biuro-contacts-public--employees--step-2.php:30
msgid "Message"
msgstr "Sõnum"
#: public/partials/biuro-contacts-public--employers--step-2.php:47
#: public/partials/biuro-contacts-public--employers--step-1.php:80
#: public/partials/biuro-contacts-public--employees--step-2.php:45
#: public/partials/biuro-contacts-public--employees--step-1.php:80
msgid "Submit"
msgstr "Saada"
#: public/partials/biuro-contacts-public--employees.php:56
msgid "Thank You, we have successfully received data about you."
msgstr "Täname teid, oleme edukalt teie kohta andmeid saanud."
#: public/partials/biuro-contacts-public--employees.php:57
msgid "You can add information about yourself by adding a city, message or CV"
msgstr "Saate lisada teavet enda kohta, lisades linna, sõnumi või CV"
#: public/partials/biuro-contacts-public--employees.php:58
#: public/partials/biuro-contacts-public--employees.php:91
#: public/partials/biuro-contacts-public--employers.php:58
#: public/partials/biuro-contacts-public--employers.php:90
#: public/partials/biuro-contacts-public--position.php:65
msgid "OK"
msgstr "Okei"
#: public/partials/biuro-contacts-public--employees.php:90
#: public/partials/biuro-contacts-public--employers.php:89
msgid "Thank You! The information has been successfully supplemented."
msgstr "Thank You! The information has been successfully supplemented."
#: public/partials/biuro-contacts-public--employers--step-1.php:41
#: public/partials/biuro-contacts-public--position--step-2.php:60
#: public/partials/biuro-contacts-public--employees--step-1.php:41
msgid "Name, surname"
msgstr "Nimi, Perekonnanimi"
#: public/partials/biuro-contacts-public--employers--step-1.php:53
#: public/partials/biuro-contacts-public--position--step-2.php:73
#: public/partials/biuro-contacts-public--employees--step-1.php:53
msgid "Phone no."
msgstr "Telefoni number"
#: public/partials/biuro-contacts-public--employers--step-1.php:67
#: public/partials/biuro-contacts-public--position--step-2.php:86
#: public/partials/biuro-contacts-public--employees--step-1.php:67
msgid "Email address"
msgstr "E-post"
#: public/partials/biuro-contacts-public--employers--step-1.php:87
msgid ""
"I agree, that my personal data will be used for communicating during the pre-"
"contractual relationship. For more detailed information view our <a "
"href=\"https://biuro.eu/privacy-en.html\" target=\"_blank\" rel=\"noopener\">"
"Personal Data Protection Policy.</a>"
msgstr ""
"Olen nõus, et minu isikuandmeid kasutatakse lepingueelsete suhete ajal "
"suhtlemiseks. Üksikasjalikuma teabe saamiseks vaadake meie <a href=\"https:"
"//biuro.eu/privacy-ee.html\" target=\"_blank\" rel=\"noopener\"> "
"isikuandmete kaitse poliitikat. </a>"
#: public/partials/biuro-contacts-public--position--step-2.php:98
#: public/partials/biuro-contacts-public--employees--step-2.php:23
msgid "City"
msgstr "Linn"
#: public/partials/biuro-contacts-public--position--step-2.php:114
#: public/partials/biuro-contacts-public--employees--step-2.php:37
msgid "CV"
msgstr "Lisa CV"
#: public/partials/biuro-contacts-public--position--step-2.php:123
#: public/partials/biuro-contacts-public--employees--step-1.php:87
msgid ""
"I agree, that my personal data will be used for offering me a job. For more "
"detailed information view our <a href=\"https://biuro.eu/privacy-en.html\" "
"target=\"_blank\" rel=\"noopener\">Personal Data Protection Policy.</a>"
msgstr ""
"Olen nõus, et minu isikuandmeid kasutatakse mulle töö pakkumiseks. "
"Üksikasjalikuma teabe saamiseks vaadake meie <a href=\"https://biuro."
"eu/privacy-ee.html\" target=\"_blank\" rel=\"noopener\"> isikuandmete kaitse "
"poliitikat. </a>"
#: public/partials/biuro-contacts-public--position--step-2.php:134
#: public/partials/biuro-contacts-public--position--step-1.php:24
msgid "Apply"
msgstr "Rakenda"
#: public/partials/biuro-contacts-public--employers.php:56
msgid "Thank You for contacting!"
msgstr "Täname Teid!"
#: public/partials/biuro-contacts-public--employers.php:57
msgid "You request was send successfully, we will contact You."
msgstr "Teie taotlus saadeti edukalt, võtame Teiega ühendust."
#: public/partials/biuro-contacts-public--position.php:64
msgid "Thank You! Your data was send successfully."
msgstr "Aitäh! Teie andmed saadeti edukalt."
#. Name of the plugin
msgid "Biuro Contacts"
msgstr "Biuro Contacts"
#. Description of the plugin
msgid ""
"This is a short description of what the plugin does. It's displayed in the "
"WordPress admin area."
msgstr ""
"This is a short description of what the plugin does. It's displayed in the "
"WordPress admin area."
#. URI of the plugin
#. Author URI of the plugin
msgid "https://www.biuro.lt"
msgstr "https://www.biuro.ee"
#. Author of the plugin
msgid "Biuro"
msgstr "Biuro"
msgid ""
msgstr ""
"Project-Id-Version: Biuro Contacts\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-05-31 11:13+0000\n"
"PO-Revision-Date: 2019-05-31 11:16+0000\n"
"Last-Translator: biuro <info@biuro.eu>\n"
"Language-Team: Latvian\n"
"Language: lv\n"
"Plural-Forms: nplurals=3; plural=n % 10 == 1 && n % 100 != 11 ? 0 : n != 0 ? "
"1 : 2;\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Loco https://localise.biz/\n"
"X-Loco-Version: 2.2.2; wp-5.2.1"
#: public/class-biuro-contacts-public.php:151
msgid "This field is required"
msgstr ""
#: public/class-biuro-contacts-public.php:162
msgid "Phone or email field is required"
msgstr ""
#: public/class-biuro-contacts-public.php:173
msgid "Incorrect phone number"
msgstr ""
#: public/class-biuro-contacts-public.php:183
msgid "Email or phone field is required"
msgstr ""
#: public/class-biuro-contacts-public.php:190
msgid "Email format is incorrect"
msgstr ""
#: public/class-biuro-contacts-public.php:205
msgid "You have to agree with conditions"
msgstr ""
#: public/partials/biuro-contacts-public--employers--step-2.php:23
msgid "Company"
msgstr "Kompānijā "
#: public/partials/biuro-contacts-public--employers--step-2.php:30
#: public/partials/biuro-contacts-public--position--step-2.php:107
#: public/partials/biuro-contacts-public--employees--step-2.php:30
msgid "Message"
msgstr "Ziņojums"
#: public/partials/biuro-contacts-public--employers--step-2.php:47
#: public/partials/biuro-contacts-public--employers--step-1.php:80
#: public/partials/biuro-contacts-public--employees--step-2.php:45
#: public/partials/biuro-contacts-public--employees--step-1.php:80
msgid "Submit"
msgstr "Nosūtīt"
#: public/partials/biuro-contacts-public--employees.php:56
msgid "Thank You, we have successfully received data about you."
msgstr ""
#: public/partials/biuro-contacts-public--employees.php:57
msgid "You can add information about yourself by adding a city, message or CV"
msgstr ""
#: public/partials/biuro-contacts-public--employees.php:58
#: public/partials/biuro-contacts-public--employees.php:91
#: public/partials/biuro-contacts-public--employers.php:58
#: public/partials/biuro-contacts-public--employers.php:90
#: public/partials/biuro-contacts-public--position.php:65
msgid "OK"
msgstr "Labi"
#: public/partials/biuro-contacts-public--employees.php:90
#: public/partials/biuro-contacts-public--employers.php:89
msgid "Thank You! The information has been successfully supplemented."
msgstr ""
#: public/partials/biuro-contacts-public--employers--step-1.php:41
#: public/partials/biuro-contacts-public--position--step-2.php:60
#: public/partials/biuro-contacts-public--employees--step-1.php:41
msgid "Name, surname"
msgstr "Vārds, Uzvārds"
#: public/partials/biuro-contacts-public--employers--step-1.php:53
#: public/partials/biuro-contacts-public--position--step-2.php:73
#: public/partials/biuro-contacts-public--employees--step-1.php:53
msgid "Phone no."
msgstr "Telefons"
#: public/partials/biuro-contacts-public--employers--step-1.php:67
#: public/partials/biuro-contacts-public--position--step-2.php:86
#: public/partials/biuro-contacts-public--employees--step-1.php:67
msgid "Email address"
msgstr "E-pasts"
#: public/partials/biuro-contacts-public--employers--step-1.php:87
msgid ""
"I agree, that my personal data will be used for communicating during the pre-"
"contractual relationship. For more detailed information view our <a "
"href=\"https://biuro.eu/privacy-en.html\" target=\"_blank\" rel=\"noopener\">"
"Personal Data Protection Policy.</a>"
msgstr ""
#: public/partials/biuro-contacts-public--position--step-2.php:98
#: public/partials/biuro-contacts-public--employees--step-2.php:23
msgid "City"
msgstr "Pilsēta"
#: public/partials/biuro-contacts-public--position--step-2.php:114
#: public/partials/biuro-contacts-public--employees--step-2.php:37
msgid "CV"
msgstr "Pievienot CV"
#: public/partials/biuro-contacts-public--position--step-2.php:123
#: public/partials/biuro-contacts-public--employees--step-1.php:87
msgid ""
"I agree, that my personal data will be used for offering me a job. For more "
"detailed information view our <a href=\"https://biuro.eu/privacy-en.html\" "
"target=\"_blank\" rel=\"noopener\">Personal Data Protection Policy.</a>"
msgstr ""
#: public/partials/biuro-contacts-public--position--step-2.php:134
#: public/partials/biuro-contacts-public--position--step-1.php:24
msgid "Apply"
msgstr ""
#: public/partials/biuro-contacts-public--employers.php:56
msgid "Thank You for contacting!"
msgstr ""
#: public/partials/biuro-contacts-public--employers.php:57
msgid "You request was send successfully, we will contact You."
msgstr ""
#: public/partials/biuro-contacts-public--position.php:64
msgid "Thank You! Your data was send successfully."
msgstr ""
#. Name of the plugin
msgid "Biuro Contacts"
msgstr ""
#. Description of the plugin
msgid ""
"This is a short description of what the plugin does. It's displayed in the "
"WordPress admin area."
msgstr ""
#. URI of the plugin
#. Author URI of the plugin
msgid "https://www.biuro.lt"
msgstr "https://www.biuro.lv"
#. Author of the plugin
msgid "Biuro"
msgstr "Biuro"
msgid ""
msgstr ""
"Project-Id-Version: Biuro Contacts\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-05-31 11:13+0000\n"
"PO-Revision-Date: 2019-05-31 11:32+0000\n"
"Last-Translator: biuro <info@biuro.eu>\n"
"Language-Team: Latvian\n"
"Language: lv\n"
"Plural-Forms: nplurals=3; plural=n % 10 == 1 && n % 100 != 11 ? 0 : n != 0 ? "
"1 : 2;\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Loco https://localise.biz/\n"
"X-Loco-Version: 2.2.2; wp-5.2.1"
#: public/class-biuro-contacts-public.php:151
msgid "This field is required"
msgstr "Šis lauks ir obligāts"
#: public/class-biuro-contacts-public.php:162
msgid "Phone or email field is required"
msgstr "Nepieciešams e-pasta vai tālruņa lauks"
#: public/class-biuro-contacts-public.php:173
msgid "Incorrect phone number"
msgstr "Nepareizs tālruņa numurs"
#: public/class-biuro-contacts-public.php:183
msgid "Email or phone field is required"
msgstr "Nepieciešams e-pasta vai tālruņa lauks"
#: public/class-biuro-contacts-public.php:190
msgid "Email format is incorrect"
msgstr "E-pasta formāts ir nepareizs"
#: public/class-biuro-contacts-public.php:205
msgid "You have to agree with conditions"
msgstr "Jums ir jāpiekrīt nosacījumiem"
#: public/partials/biuro-contacts-public--employers--step-2.php:23
msgid "Company"
msgstr "Kompānijā "
#: public/partials/biuro-contacts-public--employers--step-2.php:30
#: public/partials/biuro-contacts-public--position--step-2.php:107
#: public/partials/biuro-contacts-public--employees--step-2.php:30
msgid "Message"
msgstr "Ziņojums"
#: public/partials/biuro-contacts-public--employers--step-2.php:47
#: public/partials/biuro-contacts-public--employers--step-1.php:80
#: public/partials/biuro-contacts-public--employees--step-2.php:45
#: public/partials/biuro-contacts-public--employees--step-1.php:80
msgid "Submit"
msgstr "Nosūtīt"
#: public/partials/biuro-contacts-public--employees.php:56
msgid "Thank You, we have successfully received data about you."
msgstr "Paldies, mēs esam veiksmīgi saņēmuši datus par jums."
#: public/partials/biuro-contacts-public--employees.php:57
msgid "You can add information about yourself by adding a city, message or CV"
msgstr ""
"Jūs varat pievienot informāciju par sevi, pievienojot pilsētu, ziņojumu vai "
"CV"
#: public/partials/biuro-contacts-public--employees.php:58
#: public/partials/biuro-contacts-public--employees.php:91
#: public/partials/biuro-contacts-public--employers.php:58
#: public/partials/biuro-contacts-public--employers.php:90
#: public/partials/biuro-contacts-public--position.php:65
msgid "OK"
msgstr "Labi"
#: public/partials/biuro-contacts-public--employees.php:90
#: public/partials/biuro-contacts-public--employers.php:89
msgid "Thank You! The information has been successfully supplemented."
msgstr "Paldies! Informācija ir veiksmīgi papildināta."
#: public/partials/biuro-contacts-public--employers--step-1.php:41
#: public/partials/biuro-contacts-public--position--step-2.php:60
#: public/partials/biuro-contacts-public--employees--step-1.php:41
msgid "Name, surname"
msgstr "Vārds, Uzvārds"
#: public/partials/biuro-contacts-public--employers--step-1.php:53
#: public/partials/biuro-contacts-public--position--step-2.php:73
#: public/partials/biuro-contacts-public--employees--step-1.php:53
msgid "Phone no."
msgstr "Telefons"
#: public/partials/biuro-contacts-public--employers--step-1.php:67
#: public/partials/biuro-contacts-public--position--step-2.php:86
#: public/partials/biuro-contacts-public--employees--step-1.php:67
msgid "Email address"
msgstr "E-pasts"
#: public/partials/biuro-contacts-public--employers--step-1.php:87
msgid ""
"I agree, that my personal data will be used for communicating during the pre-"
"contractual relationship. For more detailed information view our <a "
"href=\"https://biuro.eu/privacy-en.html\" target=\"_blank\" rel=\"noopener\">"
"Personal Data Protection Policy.</a>"
msgstr ""
"Es piekrītu, ka mani personas dati tiks izmantoti, lai sazinātos pirmslīguma "
"attiecību laikā. Lai iegūtu sīkāku informāciju, skatiet mūsu <a href=\"https:"
"//biuro.eu/privacy-lv.html\" target=\"_blank\" rel=\"noopener\"> personas "
"datu aizsardzības politiku. </a>"
#: public/partials/biuro-contacts-public--position--step-2.php:98
#: public/partials/biuro-contacts-public--employees--step-2.php:23
msgid "City"
msgstr "Pilsēta"
#: public/partials/biuro-contacts-public--position--step-2.php:114
#: public/partials/biuro-contacts-public--employees--step-2.php:37
msgid "CV"
msgstr "Pievienot CV"
#: public/partials/biuro-contacts-public--position--step-2.php:123
#: public/partials/biuro-contacts-public--employees--step-1.php:87
msgid ""
"I agree, that my personal data will be used for offering me a job. For more "
"detailed information view our <a href=\"https://biuro.eu/privacy-en.html\" "
"target=\"_blank\" rel=\"noopener\">Personal Data Protection Policy.</a>"
msgstr ""
"Es piekrītu, ka mani personas dati tiks izmantoti man piedāvājot darbu. Lai "
"iegūtu sīkāku informāciju, skatiet mūsu <a href=\"https://biuro.eu/privacy-"
"lv.html\" target=\"_blank\" rel=\"noopener\"> personas datu aizsardzības "
"politiku. </a>"
#: public/partials/biuro-contacts-public--position--step-2.php:134
#: public/partials/biuro-contacts-public--position--step-1.php:24
msgid "Apply"
msgstr "Lietot"
#: public/partials/biuro-contacts-public--employers.php:56
msgid "Thank You for contacting!"
msgstr "Paldies, ka sazinājāties!"
#: public/partials/biuro-contacts-public--employers.php:57
msgid "You request was send successfully, we will contact You."
msgstr "Jūs pieprasījāt veiksmīgi nosūtīt, mēs sazināsimies ar Jums."
#: public/partials/biuro-contacts-public--position.php:64
msgid "Thank You! Your data was send successfully."
msgstr "Paldies! Jūsu dati veiksmīgi nosūtīt."
#. Name of the plugin
msgid "Biuro Contacts"
msgstr "Biuro Contacts"
#. Description of the plugin
msgid ""
"This is a short description of what the plugin does. It's displayed in the "
"WordPress admin area."
msgstr ""
"\n"
"96/5000\n"
"Tas ir īss apraksts par to, ko spraudnis dara. Tas ir redzams WordPress "
"administratora apgabalā."
#. URI of the plugin
#. Author URI of the plugin
msgid "https://www.biuro.lt"
msgstr "https://www.biuro.lv"
#. Author of the plugin
msgid "Biuro"
msgstr "Biuro"
msgid ""
msgstr ""
"Project-Id-Version: Biuro Contacts\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-05-31 11:13+0000\n"
"PO-Revision-Date: 2019-05-31 11:32+0000\n"
"Last-Translator: biuro <info@biuro.eu>\n"
"Language-Team: Latvian\n"
"Language: lv\n"
"Plural-Forms: nplurals=3; plural=n % 10 == 1 && n % 100 != 11 ? 0 : n != 0 ? "
"1 : 2;\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Loco https://localise.biz/\n"
"X-Loco-Version: 2.2.2; wp-5.2.1"
#: public/class-biuro-contacts-public.php:151
msgid "This field is required"
msgstr "Šis lauks ir obligāts"
#: public/class-biuro-contacts-public.php:162
msgid "Phone or email field is required"
msgstr "Nepieciešams e-pasta vai tālruņa lauks"
#: public/class-biuro-contacts-public.php:173
msgid "Incorrect phone number"
msgstr "Nepareizs tālruņa numurs"
#: public/class-biuro-contacts-public.php:183
msgid "Email or phone field is required"
msgstr "Nepieciešams e-pasta vai tālruņa lauks"
#: public/class-biuro-contacts-public.php:190
msgid "Email format is incorrect"
msgstr "E-pasta formāts ir nepareizs"
#: public/class-biuro-contacts-public.php:205
msgid "You have to agree with conditions"
msgstr "Jums ir jāpiekrīt nosacījumiem"
#: public/partials/biuro-contacts-public--employers--step-2.php:23
msgid "Company"
msgstr "Kompānijā "
#: public/partials/biuro-contacts-public--employers--step-2.php:30
#: public/partials/biuro-contacts-public--position--step-2.php:107
#: public/partials/biuro-contacts-public--employees--step-2.php:30
msgid "Message"
msgstr "Ziņojums"
#: public/partials/biuro-contacts-public--employers--step-2.php:47
#: public/partials/biuro-contacts-public--employers--step-1.php:80
#: public/partials/biuro-contacts-public--employees--step-2.php:45
#: public/partials/biuro-contacts-public--employees--step-1.php:80
msgid "Submit"
msgstr "Nosūtīt"
#: public/partials/biuro-contacts-public--employees.php:56
msgid "Thank You, we have successfully received data about you."
msgstr "Paldies, mēs esam veiksmīgi saņēmuši datus par jums."
#: public/partials/biuro-contacts-public--employees.php:57
msgid "You can add information about yourself by adding a city, message or CV"
msgstr ""
"Jūs varat pievienot informāciju par sevi, pievienojot pilsētu, ziņojumu vai "
"CV"
#: public/partials/biuro-contacts-public--employees.php:58
#: public/partials/biuro-contacts-public--employees.php:91
#: public/partials/biuro-contacts-public--employers.php:58
#: public/partials/biuro-contacts-public--employers.php:90
#: public/partials/biuro-contacts-public--position.php:65
msgid "OK"
msgstr "Labi"
#: public/partials/biuro-contacts-public--employees.php:90
#: public/partials/biuro-contacts-public--employers.php:89
msgid "Thank You! The information has been successfully supplemented."
msgstr "Paldies! Informācija ir veiksmīgi papildināta."
#: public/partials/biuro-contacts-public--employers--step-1.php:41
#: public/partials/biuro-contacts-public--position--step-2.php:60
#: public/partials/biuro-contacts-public--employees--step-1.php:41
msgid "Name, surname"
msgstr "Vārds, Uzvārds"
#: public/partials/biuro-contacts-public--employers--step-1.php:53
#: public/partials/biuro-contacts-public--position--step-2.php:73
#: public/partials/biuro-contacts-public--employees--step-1.php:53
msgid "Phone no."
msgstr "Telefons"
#: public/partials/biuro-contacts-public--employers--step-1.php:67
#: public/partials/biuro-contacts-public--position--step-2.php:86
#: public/partials/biuro-contacts-public--employees--step-1.php:67
msgid "Email address"
msgstr "E-pasts"
#: public/partials/biuro-contacts-public--employers--step-1.php:87
msgid ""
"I agree, that my personal data will be used for communicating during the pre-"
"contractual relationship. For more detailed information view our <a "
"href=\"https://biuro.eu/privacy-en.html\" target=\"_blank\" rel=\"noopener\">"
"Personal Data Protection Policy.</a>"
msgstr ""
"Es piekrītu, ka mani personas dati tiks izmantoti, lai sazinātos pirmslīguma "
"attiecību laikā. Lai iegūtu sīkāku informāciju, skatiet mūsu <a href=\"https:"
"//biuro.eu/privacy-lv.html\" target=\"_blank\" rel=\"noopener\"> personas "
"datu aizsardzības politiku. </a>"
#: public/partials/biuro-contacts-public--position--step-2.php:98
#: public/partials/biuro-contacts-public--employees--step-2.php:23
msgid "City"
msgstr "Pilsēta"
#: public/partials/biuro-contacts-public--position--step-2.php:114
#: public/partials/biuro-contacts-public--employees--step-2.php:37
msgid "CV"
msgstr "Pievienot CV"
#: public/partials/biuro-contacts-public--position--step-2.php:123
#: public/partials/biuro-contacts-public--employees--step-1.php:87
msgid ""
"I agree, that my personal data will be used for offering me a job. For more "
"detailed information view our <a href=\"https://biuro.eu/privacy-en.html\" "
"target=\"_blank\" rel=\"noopener\">Personal Data Protection Policy.</a>"
msgstr ""
"Es piekrītu, ka mani personas dati tiks izmantoti man piedāvājot darbu. Lai "
"iegūtu sīkāku informāciju, skatiet mūsu <a href=\"https://biuro.eu/privacy-"
"lv.html\" target=\"_blank\" rel=\"noopener\"> personas datu aizsardzības "
"politiku. </a>"
#: public/partials/biuro-contacts-public--position--step-2.php:134
#: public/partials/biuro-contacts-public--position--step-1.php:24
msgid "Apply"
msgstr "Lietot"
#: public/partials/biuro-contacts-public--employers.php:56
msgid "Thank You for contacting!"
msgstr "Paldies, ka sazinājāties!"
#: public/partials/biuro-contacts-public--employers.php:57
msgid "You request was send successfully, we will contact You."
msgstr "Jūs pieprasījāt veiksmīgi nosūtīt, mēs sazināsimies ar Jums."
#: public/partials/biuro-contacts-public--position.php:64
msgid "Thank You! Your data was send successfully."
msgstr "Paldies! Jūsu dati veiksmīgi nosūtīt."
#. Name of the plugin
msgid "Biuro Contacts"
msgstr "Biuro Contacts"
#. Description of the plugin
msgid ""
"This is a short description of what the plugin does. It's displayed in the "
"WordPress admin area."
msgstr ""
"\n"
"96/5000\n"
"Tas ir īss apraksts par to, ko spraudnis dara. Tas ir redzams WordPress "
"administratora apgabalā."
#. URI of the plugin
#. Author URI of the plugin
msgid "https://www.biuro.lt"
msgstr "https://www.biuro.lv"
#. Author of the plugin
msgid "Biuro"
msgstr "Biuro"
msgid ""
msgstr ""
"Project-Id-Version: Biuro\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-05-04 13:05+0000\n"
"PO-Revision-Date: 2019-05-04 13:05+0000\n"
"Last-Translator: biuro <info@biuro.eu>\n"
"Language-Team: German\n"
"Language: de_DE\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Loco https://localise.biz/\n"
"X-Loco-Version: 2.2.2; wp-5.1.1"
#: 404.php:25
msgid "Sorry, the page you are looking for does not exist!"
msgstr "Sorry, the page you are looking for does not exist!"
#: 404.php:27
msgid "Return to homepage"
msgstr "Zur Startseite zurückkehren"
#: single-job.php:48
msgid "Salary from"
msgstr "Gehalt von"
#: single-job.php:54
msgid "Salary to"
msgstr "Gehalt an"
#: single-job.php:66
msgid "Published"
msgstr "Veröffentlicht"
#: single-job.php:68
msgid "Valid till"
msgstr "Gültig bis"
#: single-job.php:75
msgid "Apply"
msgstr "Sich bewerben"
#: header.php:137
msgid "Get an offer"
msgstr "Erhalte ein Angebot"
#: header.php:155 page-vasaros-darbu-bankas.php:186
#: template-parts/layout/aside-job-list.php:215
msgid "Get a job offer"
msgstr "Erhalte ein Jobangebot"
#: front-page.php:43
msgid "Recent job ads"
msgstr "Aktuelle Stellenanzeigen"
#: front-page.php:70 template-parts/jobs/jobs-not-found.php:25
msgid "More job ads"
msgstr "Weitere Stellenanzeigen"
#: front-page.php:80 sales-page.php:57
msgid "Trust in us"
msgstr "Sie vertrauen uns"
#. Name of the template
msgid "Search & Jobs page"
msgstr "Search & Jobs page"
#: search.php:32 page-vasaros-darbu-bankas.php:39
msgid "Other filters"
msgstr "Andere suchfilter"
#. Name of the template
msgid "VDB page"
msgstr ""
#: page-vasaros-darbu-bankas.php:30
msgid ""
"Find summer job – look through the job ads, we are constantly updating the "
"list and adding new ones."
msgstr ""
#: page-vasaros-darbu-bankas.php:170
#: template-parts/layout/aside-job-list.php:199
msgid "Didn't find a job offer you like?"
msgstr ""
#: page-vasaros-darbu-bankas.php:172
#: template-parts/layout/aside-job-list.php:201
msgid "Fill out the form and we will contact you"
msgstr ""
#: page-vasaros-darbu-bankas.php:196
msgid "900"
msgstr ""
#: page-vasaros-darbu-bankas.php:197
msgid ""
"This is how many people we employed during summer at 2018.<br/>Join us this "
"summer!"
msgstr ""
#: searchform.php:114
msgid "Locations"
msgstr "Gebiet"
#: searchform.php:230
msgid "Keyword"
msgstr "Stichwort"
#: searchform.php:238
msgid "Search"
msgstr "Suche"
#. Name of the template
msgid "Sales page"
msgstr "Sales page"
#. Name of the template
msgid "Regions page"
msgstr "Regions-Seite"
#. Name of the template
msgid "Divisions page"
msgstr "Divisions page"
#: page-divisions.php:70
msgid "All"
msgstr "Alles"
#: template-parts/jobs/jobs-none.php:14
msgid "There are currently no job ads."
msgstr ""
"Derzeit gibt es keine Stellenanzeigen in deutscher Sprache. Aber wir haben "
"Job-Anzeigen in <a href=\"https://www.biuro.lt/darbuotojams/darbo-"
"pasiulymai/\">litauischer Sprache - wählen.</a>"
#: template-parts/jobs/jobs-not-found.php:14
msgid "No search results were found."
msgstr "Es wurden keine Suchergebnisse gefunden."
#: template-parts/layout/aside-job-list.php:144
msgid "More ..."
msgstr "Mehr..."
#: template-parts/layout/aside-job-list.php:168
msgid "City"
msgstr "Stadt"
#: template-parts/layout/aside-job-list.php:172
msgid "Job area"
msgstr "Arbeitsbereich"
#: template-parts/layout/aside-job-list.php:176
msgid "Job type"
msgstr "Auftragstyp"
#: template-parts/layout/aside-job-list.php:185
msgid "Reset filters"
msgstr ""
#: template-parts/layout/aside-job.php:11
msgid "Job position"
msgstr "Berufliche Stellung"
#: template-parts/layout/aside-job.php:11
msgid "I think you might like this job offer"
msgstr "Ich denke, dass Ihnen dieses Stellenangebot gefallen könnte"
#: template-parts/layout/aside-job.php:43
msgid "Suggest a friend"
msgstr "Für einen Freund vorschlagen"
#: template-parts/layout/aside-job-inactive.php:1
msgid "Job ad is inactive"
msgstr "Stellenanzeige ist inaktiv"
#. Name of the theme
#. Author of the theme
msgid "Biuro"
msgstr "Biuro"
#. Description of the theme
msgid "Biuro multiregion theme"
msgstr "Biuro multiregion theme"
#. Author URI of the theme
msgid "https://www.biuro.lt/"
msgstr "https://www.biuro.lt/"
......@@ -2,8 +2,8 @@ msgid ""
msgstr ""
"Project-Id-Version: Biuro\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-05-01 18:09+0000\n"
"PO-Revision-Date: 2019-05-02 08:24+0000\n"
"POT-Creation-Date: 2019-05-04 13:05+0000\n"
"PO-Revision-Date: 2019-05-04 13:05+0000\n"
"Last-Translator: biuro <info@biuro.eu>\n"
"Language-Team: German\n"
"Language: de_DE\n"
......@@ -42,11 +42,12 @@ msgstr "Gültig bis"
msgid "Apply"
msgstr "Sich bewerben"
#: header.php:118
#: header.php:137
msgid "Get an offer"
msgstr "Erhalte ein Angebot"
#: header.php:122
#: header.php:155 page-vasaros-darbu-bankas.php:186
#: template-parts/layout/aside-job-list.php:215
msgid "Get a job offer"
msgstr "Erhalte ein Jobangebot"
......@@ -54,11 +55,11 @@ msgstr "Erhalte ein Jobangebot"
msgid "Recent job ads"
msgstr "Aktuelle Stellenanzeigen"
#: front-page.php:78
#: front-page.php:70 template-parts/jobs/jobs-not-found.php:25
msgid "More job ads"
msgstr "Weitere Stellenanzeigen"
#: front-page.php:91 sales-page.php:57
#: front-page.php:80 sales-page.php:57
msgid "Trust in us"
msgstr "Sie vertrauen uns"
......@@ -66,15 +67,49 @@ msgstr "Sie vertrauen uns"
msgid "Search & Jobs page"
msgstr "Search & Jobs page"
#: searchform.php:83
#: search.php:32 page-vasaros-darbu-bankas.php:39
msgid "Other filters"
msgstr "Andere suchfilter"
#. Name of the template
msgid "VDB page"
msgstr ""
#: page-vasaros-darbu-bankas.php:30
msgid ""
"Find summer job – look through the job ads, we are constantly updating the "
"list and adding new ones."
msgstr ""
#: page-vasaros-darbu-bankas.php:170
#: template-parts/layout/aside-job-list.php:199
msgid "Didn't find a job offer you like?"
msgstr ""
#: page-vasaros-darbu-bankas.php:172
#: template-parts/layout/aside-job-list.php:201
msgid "Fill out the form and we will contact you"
msgstr ""
#: page-vasaros-darbu-bankas.php:196
msgid "900"
msgstr ""
#: page-vasaros-darbu-bankas.php:197
msgid ""
"This is how many people we employed during summer at 2018.<br/>Join us this "
"summer!"
msgstr ""
#: searchform.php:114
msgid "Locations"
msgstr "Gebiet"
#: searchform.php:167
#: searchform.php:230
msgid "Keyword"
msgstr "Stichwort"
#: searchform.php:175
#: searchform.php:238
msgid "Search"
msgstr "Suche"
......@@ -90,7 +125,7 @@ msgstr "Regions-Seite"
msgid "Divisions page"
msgstr "Divisions page"
#: page-divisions.php:64 page-divisions.php:69
#: page-divisions.php:70
msgid "All"
msgstr "Alles"
......@@ -105,27 +140,31 @@ msgstr ""
msgid "No search results were found."
msgstr "Es wurden keine Suchergebnisse gefunden."
#: template-parts/layout/aside-job-list.php:86
#: template-parts/layout/aside-job-list.php:144
msgid "More ..."
msgstr "Mehr..."
#: template-parts/layout/aside-job-list.php:97
#: template-parts/layout/aside-job-list.php:168
msgid "City"
msgstr "Stadt"
#: template-parts/layout/aside-job-list.php:101
#: template-parts/layout/aside-job-list.php:172
msgid "Job area"
msgstr "Arbeitsbereich"
#: template-parts/layout/aside-job-list.php:105
#: template-parts/layout/aside-job-list.php:176
msgid "Job type"
msgstr "Auftragstyp"
#: template-parts/layout/aside-job.php:12
#: template-parts/layout/aside-job-list.php:185
msgid "Reset filters"
msgstr "Suchfilter zurücksetzen"
#: template-parts/layout/aside-job.php:11
msgid "Job position"
msgstr "Berufliche Stellung"
#: template-parts/layout/aside-job.php:12
#: template-parts/layout/aside-job.php:11
msgid "I think you might like this job offer"
msgstr "Ich denke, dass Ihnen dieses Stellenangebot gefallen könnte"
......
......@@ -2,8 +2,8 @@ msgid ""
msgstr ""
"Project-Id-Version: Biuro\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-06-04 08:20+0000\n"
"PO-Revision-Date: 2019-06-04 09:13+0000\n"
"POT-Creation-Date: 2019-05-31 11:52+0000\n"
"PO-Revision-Date: 2019-05-31 12:07+0000\n"
"Last-Translator: biuro <info@biuro.eu>\n"
"Language-Team: Estonian\n"
"Language: et\n"
......@@ -12,180 +12,182 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Loco https://localise.biz/\n"
"X-Loco-Version: 2.3.0; wp-5.2.1"
#: page-vasaros-darbu-bankas.php:196
msgid "900"
msgstr ""
#: page-divisions.php:53
msgid "All"
msgstr ""
#: single-job.php:75
msgid "Apply"
msgstr ""
#. Name of the theme
#. Author of the theme
msgid "Biuro"
msgstr ""
#. Description of the theme
msgid "Biuro multiregion theme"
msgstr ""
#: template-parts/layout/aside-job-list.php:100
msgid "City"
msgstr ""
#: page-vasaros-darbu-bankas.php:170
#: template-parts/layout/aside-job-list.php:131
msgid "Didn't find a job offer you like?"
msgstr ""
"X-Loco-Version: 2.2.2; wp-5.2.1"
#. Name of the template
msgid "Divisions page"
msgstr ""
msgid "Regions page"
msgstr "Regions page"
#. Name of the template
msgid "Employees Landing Page I"
msgstr ""
msgid "Divisions page"
msgstr "Divisions page"
#: page-vasaros-darbu-bankas.php:172
#: template-parts/layout/aside-job-list.php:133
msgid "Fill out the form and we will contact you"
msgstr ""
#: page-divisions.php:70
msgid "All"
msgstr "Kõik"
#: page-vasaros-darbu-bankas.php:30
msgid ""
"Find summer job – look through the job ads, we are constantly updating the "
"list and adding new ones."
msgstr ""
#: header.php:139
msgid "Get an offer"
msgstr "Saa pakkumist"
#: header.php:118 page-vasaros-darbu-bankas.php:186
#: template-parts/layout/aside-job-list.php:147
#: header.php:157 page-vasaros-darbu-bankas.php:186
#: template-parts/layout/aside-job-list.php:215
msgid "Get a job offer"
msgstr ""
msgstr "Saa tööpakkumist"
#: header.php:100
msgid "Get an offer"
msgstr ""
#. Author URI of the theme
msgid "https://www.biuro.lt/"
msgstr ""
#: searchform.php:114
msgid "Locations"
msgstr "Asukoht"
#: template-parts/layout/aside-job.php:11
msgid "I think you might like this job offer"
msgstr ""
#: searchform.php:230
msgid "Keyword"
msgstr "Märksõna"
#: template-parts/layout/aside-job-inactive.php:1
msgid "Job ad is inactive"
msgstr ""
#: searchform.php:238
msgid "Search"
msgstr "Otsing"
#: template-parts/layout/aside-job-list.php:104
msgid "Job area"
msgstr ""
#: front-page.php:43
msgid "Recent job ads"
msgstr "Viimased töökuulutused"
#: template-parts/layout/aside-job.php:11
msgid "Job position"
msgstr ""
#: front-page.php:70 template-parts/jobs/jobs-not-found.php:25
msgid "More job ads"
msgstr "Rohkem tööpakkumisi"
#: template-parts/layout/aside-job-list.php:108
msgid "Job type"
msgstr ""
#: front-page.php:80 sales-page.php:57
msgid "Trust in us"
msgstr "Meile usaldatakse"
#: searchform.php:61
msgid "Keyword"
msgstr ""
#. Name of the template
msgid "Sales page"
msgstr "Sales page"
#: searchform.php:44
msgid "Locations"
msgstr ""
#: 404.php:25
msgid "Sorry, the page you are looking for does not exist!"
msgstr "Kahjuks ei ole otsitav leht olemas!"
#: template-parts/layout/aside-job-list.php:67
msgid "More ..."
msgstr ""
#: 404.php:27
msgid "Return to homepage"
msgstr "Tagasi avalehele"
#: front-page.php:70 template-parts/jobs/jobs-not-found.php:25
msgid "More job ads"
msgstr ""
#. Name of the template
msgid "VDB page"
msgstr "VDB page"
#: template-parts/jobs/jobs-not-found.php:14
msgid "No search results were found."
#: page-vasaros-darbu-bankas.php:30
msgid ""
"Find summer job – look through the job ads, we are constantly updating the "
"list and adding new ones."
msgstr ""
"Find summer job – look through the job ads, we are constantly updating the "
"list and adding new ones."
#: page-vasaros-darbu-bankas.php:39 search.php:32
msgid "Other filters"
msgstr ""
msgstr "Muud filtrid"
#: single-job.php:66
msgid "Published"
#: page-vasaros-darbu-bankas.php:170
#: template-parts/layout/aside-job-list.php:199
msgid "Didn't find a job offer you like?"
msgstr ""
"33/5000\n"
"Kas sulle ei meeldinud tööpakkumist?"
#: front-page.php:43
msgid "Recent job ads"
msgstr "ET: Recent job ads"
#: page-vasaros-darbu-bankas.php:172
#: template-parts/layout/aside-job-list.php:201
msgid "Fill out the form and we will contact you"
msgstr "Täitke päringu vorm ja me võtame Teiega ühendust."
#. Name of the template
msgid "Regions page"
msgstr ""
#: page-vasaros-darbu-bankas.php:196
msgid "900"
msgstr "900"
#: template-parts/layout/aside-job-list.php:117
msgid "Reset filters"
#: page-vasaros-darbu-bankas.php:197
msgid ""
"This is how many people we employed during summer at 2018.<br/>Join us this "
"summer!"
msgstr ""
"This is how many people we employed during summer at 2018.<br/>Join us this "
"summer!"
#: 404.php:27
msgid "Return to homepage"
msgstr ""
#. Name of the template
msgid "Search & Jobs page"
msgstr "Search & Jobs page"
#: single-job.php:48
msgid "Salary from"
msgstr ""
msgstr "Palk alates"
#: single-job.php:54
msgid "Salary to"
msgstr ""
msgstr "Palk kuni"
#. Name of the template
msgid "Sales page"
msgstr ""
#: single-job.php:66
msgid "Published"
msgstr "Avaldatud"
#: searchform.php:66
msgid "Search"
msgstr ""
#: single-job.php:68
msgid "Valid till"
msgstr "Kehtiv kuni"
#. Name of the template
msgid "Search & Jobs page"
msgstr ""
#: single-job.php:75
msgid "Apply"
msgstr "Rakenda"
#: 404.php:25
msgid "Sorry, the page you are looking for does not exist!"
msgstr ""
#: template-parts/layout/aside-job-inactive.php:1
msgid "Job ad is inactive"
msgstr "Töö reklaam on mitteaktiivne"
#: template-parts/layout/aside-job.php:11
msgid "Job position"
msgstr "Tööpiirkond"
#: template-parts/layout/aside-job.php:11
msgid "I think you might like this job offer"
msgstr "Ma arvan, et teile meeldib see tööpakkumine"
#: template-parts/layout/aside-job.php:43
msgid "Suggest a friend"
msgstr ""
msgstr "Soovita sõbrale"
#: template-parts/layout/aside-job-list.php:144
msgid "More ..."
msgstr "Rohkem..."
#: template-parts/layout/aside-job-list.php:168
msgid "City"
msgstr "Linn"
#: template-parts/layout/aside-job-list.php:172
msgid "Job area"
msgstr "Tööpiirkond"
#: template-parts/layout/aside-job-list.php:176
msgid "Job type"
msgstr "Job type"
#: template-parts/layout/aside-job-list.php:185
msgid "Reset filters"
msgstr "Nulli filtrid"
#: template-parts/jobs/jobs-not-found.php:14
msgid "No search results were found."
msgstr "Otsingutulemusi ei leitud."
#: template-parts/jobs/jobs-none.php:14
msgid "There are currently no job ads."
msgstr ""
#: page-vasaros-darbu-bankas.php:197
msgid ""
"This is how many people we employed during summer at 2018.<br/>Join us this "
"summer!"
msgstr ""
msgstr "Hetkel pole ühtegi tööpakkumist."
#: front-page.php:80 sales-page.php:57
msgid "Trust in us"
msgstr ""
#. Name of the theme
#. Author of the theme
msgid "Biuro"
msgstr "Biuro"
#: single-job.php:68
msgid "Valid till"
msgstr ""
#. Description of the theme
msgid "Biuro multiregion theme"
msgstr "Biuro multiregion theme"
#. Name of the template
msgid "VDB page"
msgstr ""
#. Author URI of the theme
msgid "https://www.biuro.lt/"
msgstr "https://www.biuro.ee/"
......@@ -3,7 +3,7 @@ msgstr ""
"Project-Id-Version: Biuro\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-06-04 08:20+0000\n"
"PO-Revision-Date: 2019-06-04 09:13+0000\n"
"PO-Revision-Date: 2019-06-05 07:23+0000\n"
"Last-Translator: biuro <info@biuro.eu>\n"
"Language-Team: Estonian\n"
"Language: et\n"
......@@ -16,37 +16,39 @@ msgstr ""
#: page-vasaros-darbu-bankas.php:196
msgid "900"
msgstr ""
msgstr "900"
#: page-divisions.php:53
msgid "All"
msgstr ""
msgstr "Kõik"
#: single-job.php:75
msgid "Apply"
msgstr ""
msgstr "Rakenda"
#. Name of the theme
#. Author of the theme
msgid "Biuro"
msgstr ""
msgstr "Biuro"
#. Description of the theme
msgid "Biuro multiregion theme"
msgstr ""
msgstr "Biuro multiregion theme"
#: template-parts/layout/aside-job-list.php:100
msgid "City"
msgstr ""
msgstr "Linn"
#: page-vasaros-darbu-bankas.php:170
#: template-parts/layout/aside-job-list.php:131
msgid "Didn't find a job offer you like?"
msgstr ""
"33/5000\n"
"Kas sulle ei meeldinud tööpakkumist?"
#. Name of the template
msgid "Divisions page"
msgstr ""
msgstr "Divisions page"
#. Name of the template
msgid "Employees Landing Page I"
......@@ -55,138 +57,141 @@ msgstr ""
#: page-vasaros-darbu-bankas.php:172
#: template-parts/layout/aside-job-list.php:133
msgid "Fill out the form and we will contact you"
msgstr ""
msgstr "Täitke päringu vorm ja me võtame Teiega ühendust."
#: page-vasaros-darbu-bankas.php:30
msgid ""
"Find summer job – look through the job ads, we are constantly updating the "
"list and adding new ones."
msgstr ""
"Find summer job – look through the job ads, we are constantly updating the "
"list and adding new ones."
#: header.php:118 page-vasaros-darbu-bankas.php:186
#: template-parts/layout/aside-job-list.php:147
msgid "Get a job offer"
msgstr ""
msgstr "Saa tööpakkumist"
#: header.php:100
msgid "Get an offer"
msgstr ""
msgstr "Saa pakkumist"
#. Author URI of the theme
msgid "https://www.biuro.lt/"
msgstr ""
msgstr "https://www.biuro.ee/"
#: template-parts/layout/aside-job.php:11
msgid "I think you might like this job offer"
msgstr ""
msgstr "Ma arvan, et teile meeldib see tööpakkumine"
#: template-parts/layout/aside-job-inactive.php:1
msgid "Job ad is inactive"
msgstr ""
msgstr "Töö reklaam on mitteaktiivne"
#: template-parts/layout/aside-job-list.php:104
msgid "Job area"
msgstr ""
msgstr "Tööpiirkond"
#: template-parts/layout/aside-job.php:11
msgid "Job position"
msgstr ""
msgstr "Tööpiirkond"
#: template-parts/layout/aside-job-list.php:108
msgid "Job type"
msgstr ""
msgstr "Job type"
#: searchform.php:61
msgid "Keyword"
msgstr ""
msgstr "Märksõna"
#: searchform.php:44
msgid "Locations"
msgstr ""
msgstr "Asukoht"
#: template-parts/layout/aside-job-list.php:67
msgid "More ..."
msgstr ""
msgstr "Rohkem..."
#: front-page.php:70 template-parts/jobs/jobs-not-found.php:25
msgid "More job ads"
msgstr ""
msgstr "Rohkem tööpakkumisi"
#: template-parts/jobs/jobs-not-found.php:14
msgid "No search results were found."
msgstr ""
msgstr "Otsingutulemusi ei leitud."
#: page-vasaros-darbu-bankas.php:39 search.php:32
msgid "Other filters"
msgstr ""
msgstr "Muud filtrid"
#: single-job.php:66
msgid "Published"
msgstr ""
msgstr "Avaldatud"
#: front-page.php:43
#, fuzzy
msgid "Recent job ads"
msgstr "ET: Recent job ads"
msgstr "Viimased töökuulutused"
#. Name of the template
msgid "Regions page"
msgstr ""
msgstr "Regions page"
#: template-parts/layout/aside-job-list.php:117
msgid "Reset filters"
msgstr ""
msgstr "Nulli filtrid"
#: 404.php:27
msgid "Return to homepage"
msgstr ""
msgstr "Tagasi avalehele"
#: single-job.php:48
msgid "Salary from"
msgstr ""
msgstr "Palk alates"
#: single-job.php:54
msgid "Salary to"
msgstr ""
msgstr "Palk kuni"
#. Name of the template
msgid "Sales page"
msgstr ""
msgstr "Sales page"
#: searchform.php:66
msgid "Search"
msgstr ""
msgstr "Otsing"
#. Name of the template
msgid "Search & Jobs page"
msgstr ""
msgstr "Search & Jobs page"
#: 404.php:25
msgid "Sorry, the page you are looking for does not exist!"
msgstr ""
msgstr "Kahjuks ei ole otsitav leht olemas!"
#: template-parts/layout/aside-job.php:43
msgid "Suggest a friend"
msgstr ""
msgstr "Soovita sõbrale"
#: template-parts/jobs/jobs-none.php:14
msgid "There are currently no job ads."
msgstr ""
msgstr "Hetkel pole ühtegi tööpakkumist."
#: page-vasaros-darbu-bankas.php:197
msgid ""
"This is how many people we employed during summer at 2018.<br/>Join us this "
"summer!"
msgstr ""
"This is how many people we employed during summer at 2018.<br/>Join us this "
"summer!"
#: front-page.php:80 sales-page.php:57
msgid "Trust in us"
msgstr ""
msgstr "Meile usaldatakse"
#: single-job.php:68
msgid "Valid till"
msgstr ""
msgstr "Kehtiv kuni"
#. Name of the template
msgid "VDB page"
msgstr ""
msgstr "VDB page"
msgid ""
msgstr ""
"Project-Id-Version: Biuro\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-05-31 11:52+0000\n"
"PO-Revision-Date: 2019-05-31 12:07+0000\n"
"Last-Translator: biuro <info@biuro.eu>\n"
"Language-Team: Estonian\n"
"Language: et\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Loco https://localise.biz/\n"
"X-Loco-Version: 2.2.2; wp-5.2.1"
#. Name of the template
msgid "Regions page"
msgstr "Regions page"
#. Name of the template
msgid "Divisions page"
msgstr "Divisions page"
#: page-divisions.php:70
msgid "All"
msgstr "Kõik"
#: header.php:139
msgid "Get an offer"
msgstr "Saa pakkumist"
#: header.php:157 page-vasaros-darbu-bankas.php:186
#: template-parts/layout/aside-job-list.php:215
msgid "Get a job offer"
msgstr "Saa tööpakkumist"
#: searchform.php:114
msgid "Locations"
msgstr "Asukoht"
#: searchform.php:230
msgid "Keyword"
msgstr "Märksõna"
#: searchform.php:238
msgid "Search"
msgstr "Otsing"
#: front-page.php:43
msgid "Recent job ads"
msgstr "Viimased töökuulutused"
#: front-page.php:70 template-parts/jobs/jobs-not-found.php:25
msgid "More job ads"
msgstr "Rohkem tööpakkumisi"
#: front-page.php:80 sales-page.php:57
msgid "Trust in us"
msgstr "Meile usaldatakse"
#. Name of the template
msgid "Sales page"
msgstr "Sales page"
#: 404.php:25
msgid "Sorry, the page you are looking for does not exist!"
msgstr "Kahjuks ei ole otsitav leht olemas!"
#: 404.php:27
msgid "Return to homepage"
msgstr "Tagasi avalehele"
#. Name of the template
msgid "VDB page"
msgstr "VDB page"
#: page-vasaros-darbu-bankas.php:30
msgid ""
"Find summer job – look through the job ads, we are constantly updating the "
"list and adding new ones."
msgstr ""
"Find summer job – look through the job ads, we are constantly updating the "
"list and adding new ones."
#: page-vasaros-darbu-bankas.php:39 search.php:32
msgid "Other filters"
msgstr "Muud filtrid"
#: page-vasaros-darbu-bankas.php:170
#: template-parts/layout/aside-job-list.php:199
msgid "Didn't find a job offer you like?"
msgstr ""
"33/5000\n"
"Kas sulle ei meeldinud tööpakkumist?"
#: page-vasaros-darbu-bankas.php:172
#: template-parts/layout/aside-job-list.php:201
msgid "Fill out the form and we will contact you"
msgstr "Täitke päringu vorm ja me võtame Teiega ühendust."
#: page-vasaros-darbu-bankas.php:196
msgid "900"
msgstr "900"
#: page-vasaros-darbu-bankas.php:197
msgid ""
"This is how many people we employed during summer at 2018.<br/>Join us this "
"summer!"
msgstr ""
"This is how many people we employed during summer at 2018.<br/>Join us this "
"summer!"
#. Name of the template
msgid "Search & Jobs page"
msgstr "Search & Jobs page"
#: single-job.php:48
msgid "Salary from"
msgstr "Palk alates"
#: single-job.php:54
msgid "Salary to"
msgstr "Palk kuni"
#: single-job.php:66
msgid "Published"
msgstr "Avaldatud"
#: single-job.php:68
msgid "Valid till"
msgstr "Kehtiv kuni"
#: single-job.php:75
msgid "Apply"
msgstr "Rakenda"
#: template-parts/layout/aside-job-inactive.php:1
msgid "Job ad is inactive"
msgstr "Töö reklaam on mitteaktiivne"
#: template-parts/layout/aside-job.php:11
msgid "Job position"
msgstr "Tööpiirkond"
#: template-parts/layout/aside-job.php:11
msgid "I think you might like this job offer"
msgstr "Ma arvan, et teile meeldib see tööpakkumine"
#: template-parts/layout/aside-job.php:43
msgid "Suggest a friend"
msgstr "Soovita sõbrale"
#: template-parts/layout/aside-job-list.php:144
msgid "More ..."
msgstr "Rohkem..."
#: template-parts/layout/aside-job-list.php:168
msgid "City"
msgstr "Linn"
#: template-parts/layout/aside-job-list.php:172
msgid "Job area"
msgstr "Tööpiirkond"
#: template-parts/layout/aside-job-list.php:176
msgid "Job type"
msgstr "Job type"
#: template-parts/layout/aside-job-list.php:185
msgid "Reset filters"
msgstr "Nulli filtrid"
#: template-parts/jobs/jobs-not-found.php:14
msgid "No search results were found."
msgstr "Otsingutulemusi ei leitud."
#: template-parts/jobs/jobs-none.php:14
msgid "There are currently no job ads."
msgstr "Hetkel pole ühtegi tööpakkumist."
#. Name of the theme
#. Author of the theme
msgid "Biuro"
msgstr "Biuro"
#. Description of the theme
msgid "Biuro multiregion theme"
msgstr "Biuro multiregion theme"
#. Author URI of the theme
msgid "https://www.biuro.lt/"
msgstr "https://www.biuro.ee/"
msgid ""
msgstr ""
"Project-Id-Version: Biuro\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-05-04 13:03+0000\n"
"PO-Revision-Date: 2019-05-04 13:04+0000\n"
"Last-Translator: biuro <info@biuro.eu>\n"
"Language-Team: Lithuanian\n"
"Language: lt_LT\n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10 >= 2 "
"&&(n%100<10||n%100 >= 20)? 1 : 2);\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Loco https://localise.biz/\n"
"X-Loco-Version: 2.2.2; wp-5.1.1"
#: 404.php:25
msgid "Sorry, the page you are looking for does not exist!"
msgstr "Atsiprašome, bet puslapis kurio jūs ieškote, neegzistuoja!"
#: 404.php:27
msgid "Return to homepage"
msgstr "Grįžti į pagrindinį puslapį"
#: single-job.php:48
msgid "Salary from"
msgstr "Darbo užmokestis nuo"
#: single-job.php:54
msgid "Salary to"
msgstr "Darbo užmokestis iki"
#: single-job.php:66
msgid "Published"
msgstr "Paskelbta"
#: single-job.php:68
msgid "Valid till"
msgstr "Galioja iki"
#: single-job.php:75
msgid "Apply"
msgstr "Kandidatuoti"
#: header.php:137
msgid "Get an offer"
msgstr "Gaukite pasiūlymą"
#: header.php:155 page-vasaros-darbu-bankas.php:186
#: template-parts/layout/aside-job-list.php:215
msgid "Get a job offer"
msgstr "Gauk darbo pasiūlymą"
#: front-page.php:43
msgid "Recent job ads"
msgstr "Naujausi darbo skelbimai"
#: front-page.php:70 template-parts/jobs/jobs-not-found.php:25
msgid "More job ads"
msgstr "Daugiau darbo skelbimų"
#: front-page.php:80 sales-page.php:57
msgid "Trust in us"
msgstr "Mumis pasitiki"
#. Name of the template
msgid "Search & Jobs page"
msgstr "Paieškos ir darbo skelbimų puslapis"
#: search.php:32 page-vasaros-darbu-bankas.php:39
msgid "Other filters"
msgstr ""
#. Name of the template
msgid "VDB page"
msgstr "VDB puslapis"
#: page-vasaros-darbu-bankas.php:30
msgid ""
"Find summer job – look through the job ads, we are constantly updating the "
"list and adding new ones."
msgstr ""
"Kviečiame surasti darbą vasarai - peržvelk pasiūlymus, juos nuolat papildome "
"naujais!"
#: page-vasaros-darbu-bankas.php:170
#: template-parts/layout/aside-job-list.php:199
msgid "Didn't find a job offer you like?"
msgstr "Neradai tau tinkančio pasiūlymo?"
#: page-vasaros-darbu-bankas.php:172
#: template-parts/layout/aside-job-list.php:201
msgid "Fill out the form and we will contact you"
msgstr "Užpildyk formą ir mes su tavimi susisieksime"
#: page-vasaros-darbu-bankas.php:196
msgid "900"
msgstr "900"
#: page-vasaros-darbu-bankas.php:197
msgid ""
"This is how many people we employed during summer at 2018.<br/>Join us this "
"summer!"
msgstr ""
"Tiek 2018 m. vasarą įdarbinome žmonių.<br/>Šiais metais kviečiame "
"prisijungti ir tave!"
#: searchform.php:114
msgid "Locations"
msgstr "Vietovė"
#: searchform.php:230
msgid "Keyword"
msgstr "Raktažodis"
#: searchform.php:238
msgid "Search"
msgstr "Ieškoti"
#. Name of the template
msgid "Sales page"
msgstr "Pardavimų puslapis"
#. Name of the template
msgid "Regions page"
msgstr "Regionų puslapis"
#. Name of the template
msgid "Divisions page"
msgstr "Padalinių puslapis"
#: page-divisions.php:70
msgid "All"
msgstr "Visi"
#: template-parts/jobs/jobs-none.php:14
msgid "There are currently no job ads."
msgstr "Šiuo metu nėra darbo pasiūlymų pagal Jūsų paiešką."
#: template-parts/jobs/jobs-not-found.php:14
msgid "No search results were found."
msgstr "Pagal Jūsų paiešką, darbo skelbimų šiuo metu neturime."
#: template-parts/layout/aside-job-list.php:144
msgid "More ..."
msgstr "Daugiau..."
#: template-parts/layout/aside-job-list.php:168
msgid "City"
msgstr "Miestas"
#: template-parts/layout/aside-job-list.php:172
msgid "Job area"
msgstr "Darbo sritis"
#: template-parts/layout/aside-job-list.php:176
msgid "Job type"
msgstr "Darbo tipas"
#: template-parts/layout/aside-job-list.php:185
msgid "Reset filters"
msgstr "Atstatyti paieškos filtrus"
#: template-parts/layout/aside-job.php:11
msgid "Job position"
msgstr "Darbo pasiūlymas"
#: template-parts/layout/aside-job.php:11
msgid "I think you might like this job offer"
msgstr "Manau, tau turėtų patikti šis darbo pasiūlymas"
#: template-parts/layout/aside-job.php:43
msgid "Suggest a friend"
msgstr "Pasiūlyk draugui"
#: template-parts/layout/aside-job-inactive.php:1
msgid "Job ad is inactive"
msgstr "Darbo skelbimas yra neaktyvus"
#. Name of the theme
#. Author of the theme
msgid "Biuro"
msgstr "Biuro"
#. Description of the theme
msgid "Biuro multiregion theme"
msgstr "Biuro multiregion theme"
#. Author URI of the theme
msgid "https://www.biuro.lt/"
msgstr "https://www.biuro.lt/"
......@@ -2,8 +2,8 @@ msgid ""
msgstr ""
"Project-Id-Version: Biuro\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-05-02 18:51+0000\n"
"PO-Revision-Date: 2019-05-02 18:52+0000\n"
"POT-Creation-Date: 2019-05-04 13:03+0000\n"
"PO-Revision-Date: 2019-05-04 13:04+0000\n"
"Last-Translator: biuro <info@biuro.eu>\n"
"Language-Team: Lithuanian\n"
"Language: lt_LT\n"
......@@ -43,12 +43,12 @@ msgstr "Galioja iki"
msgid "Apply"
msgstr "Kandidatuoti"
#: header.php:146
#: header.php:137
msgid "Get an offer"
msgstr "Gaukite pasiūlymą"
#: header.php:164 page-vasaros-darbu-bankas.php:168
#: template-parts/layout/aside-job-list.php:129
#: header.php:155 page-vasaros-darbu-bankas.php:186
#: template-parts/layout/aside-job-list.php:215
msgid "Get a job offer"
msgstr "Gauk darbo pasiūlymą"
......@@ -56,11 +56,11 @@ msgstr "Gauk darbo pasiūlymą"
msgid "Recent job ads"
msgstr "Naujausi darbo skelbimai"
#: front-page.php:78
#: front-page.php:70 template-parts/jobs/jobs-not-found.php:25
msgid "More job ads"
msgstr "Daugiau darbo skelbimų"
#: front-page.php:91 sales-page.php:57
#: front-page.php:80 sales-page.php:57
msgid "Trust in us"
msgstr "Mumis pasitiki"
......@@ -68,6 +68,10 @@ msgstr "Mumis pasitiki"
msgid "Search & Jobs page"
msgstr "Paieškos ir darbo skelbimų puslapis"
#: search.php:32 page-vasaros-darbu-bankas.php:39
msgid "Other filters"
msgstr "Kiti paieškos filtrai"
#. Name of the template
msgid "VDB page"
msgstr "VDB puslapis"
......@@ -80,21 +84,21 @@ msgstr ""
"Kviečiame surasti darbą vasarai - peržvelk pasiūlymus, juos nuolat papildome "
"naujais!"
#: page-vasaros-darbu-bankas.php:152
#: template-parts/layout/aside-job-list.php:113
#: page-vasaros-darbu-bankas.php:170
#: template-parts/layout/aside-job-list.php:199
msgid "Didn't find a job offer you like?"
msgstr "Neradai tau tinkančio pasiūlymo?"
#: page-vasaros-darbu-bankas.php:154
#: template-parts/layout/aside-job-list.php:115
#: page-vasaros-darbu-bankas.php:172
#: template-parts/layout/aside-job-list.php:201
msgid "Fill out the form and we will contact you"
msgstr "Užpildyk formą ir mes su tavimi susisieksime"
#: page-vasaros-darbu-bankas.php:178
#: page-vasaros-darbu-bankas.php:196
msgid "900"
msgstr "900"
#: page-vasaros-darbu-bankas.php:179
#: page-vasaros-darbu-bankas.php:197
msgid ""
"This is how many people we employed during summer at 2018.<br/>Join us this "
"summer!"
......@@ -102,15 +106,15 @@ msgstr ""
"Tiek 2018 m. vasarą įdarbinome žmonių.<br/>Šiais metais kviečiame "
"prisijungti ir tave!"
#: searchform.php:77
#: searchform.php:114
msgid "Locations"
msgstr "Vietovė"
#: searchform.php:161
#: searchform.php:230
msgid "Keyword"
msgstr "Raktažodis"
#: searchform.php:169
#: searchform.php:238
msgid "Search"
msgstr "Ieškoti"
......@@ -138,22 +142,26 @@ msgstr "Šiuo metu nėra darbo pasiūlymų pagal Jūsų paiešką."
msgid "No search results were found."
msgstr "Pagal Jūsų paiešką, darbo skelbimų šiuo metu neturime."
#: template-parts/layout/aside-job-list.php:86
#: template-parts/layout/aside-job-list.php:144
msgid "More ..."
msgstr "Daugiau..."
#: template-parts/layout/aside-job-list.php:97
#: template-parts/layout/aside-job-list.php:168
msgid "City"
msgstr "Miestas"
#: template-parts/layout/aside-job-list.php:101
#: template-parts/layout/aside-job-list.php:172
msgid "Job area"
msgstr "Darbo sritis"
#: template-parts/layout/aside-job-list.php:105
#: template-parts/layout/aside-job-list.php:176
msgid "Job type"
msgstr "Darbo tipas"
#: template-parts/layout/aside-job-list.php:185
msgid "Reset filters"
msgstr "Atstatyti paieškos filtrus"
#: template-parts/layout/aside-job.php:11
msgid "Job position"
msgstr "Darbo pasiūlymas"
......
msgid ""
msgstr ""
"Project-Id-Version: Biuro\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-05-31 11:11+0000\n"
"PO-Revision-Date: 2019-05-31 11:48+0000\n"
"Last-Translator: biuro <info@biuro.eu>\n"
"Language-Team: Latvian\n"
"Language: lv\n"
"Plural-Forms: nplurals=3; plural=n % 10 == 1 && n % 100 != 11 ? 0 : n != 0 ? "
"1 : 2;\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Loco https://localise.biz/\n"
"X-Loco-Version: 2.2.2; wp-5.2.1"
#. Name of the template
msgid "Regions page"
msgstr "Regions page"
#. Name of the template
msgid "Divisions page"
msgstr "Divisions page"
#: page-divisions.php:70
msgid "All"
msgstr "Visi"
#: header.php:139
msgid "Get an offer"
msgstr "Saņemiet piedāvājumu"
#: header.php:157 page-vasaros-darbu-bankas.php:186
#: template-parts/layout/aside-job-list.php:215
msgid "Get a job offer"
msgstr "Saņemiet darba piedāvājumu"
#: searchform.php:114
msgid "Locations"
msgstr "Atrašanās vieta"
#: searchform.php:230
msgid "Keyword"
msgstr "Atslēgvārds"
#: searchform.php:238
msgid "Search"
msgstr "Meklēt"
#: front-page.php:43
msgid "Recent job ads"
msgstr "Jaunākie darba sludinājumi"
#: front-page.php:70 template-parts/jobs/jobs-not-found.php:25
msgid "More job ads"
msgstr "Vairāk darba sludinājumu"
#: front-page.php:80 sales-page.php:57
msgid "Trust in us"
msgstr "Kompānijas, kuras mums uzticas"
#. Name of the template
msgid "Sales page"
msgstr "Sales page"
#: 404.php:25
msgid "Sorry, the page you are looking for does not exist!"
msgstr "Atvainojiet, lapa, kuru meklējat, nepastāv!"
#: 404.php:27
msgid "Return to homepage"
msgstr "Atgriezties sākumlapā"
#. Name of the template
msgid "VDB page"
msgstr "VDB page"
#: page-vasaros-darbu-bankas.php:30
msgid ""
"Find summer job – look through the job ads, we are constantly updating the "
"list and adding new ones."
msgstr ""
"Find summer job – look through the job ads, we are constantly updating the "
"list and adding new ones."
#: page-vasaros-darbu-bankas.php:39 search.php:32
msgid "Other filters"
msgstr "Citi filtri"
#: page-vasaros-darbu-bankas.php:170
#: template-parts/layout/aside-job-list.php:199
msgid "Didn't find a job offer you like?"
msgstr "Vai neatradāt sev vēlamo darba piedāvājumu?"
#: page-vasaros-darbu-bankas.php:172
#: template-parts/layout/aside-job-list.php:201
msgid "Fill out the form and we will contact you"
msgstr "Aizpildiet pieteikuma formu un mēs sazināsimies ar Jums!"
#: page-vasaros-darbu-bankas.php:196
msgid "900"
msgstr "900"
#: page-vasaros-darbu-bankas.php:197
msgid ""
"This is how many people we employed during summer at 2018.<br/>Join us this "
"summer!"
msgstr ""
"This is how many people we employed during summer at 2018.<br/>Join us this "
"summer!"
#. Name of the template
msgid "Search & Jobs page"
msgstr "Search & Jobs page"
#: single-job.php:48
msgid "Salary from"
msgstr "Alga no "
#: single-job.php:54
msgid "Salary to"
msgstr "Alga līdz"
#: single-job.php:66
msgid "Published"
msgstr "Publicēts"
#: single-job.php:68
msgid "Valid till"
msgstr "Derīgs līdz"
#: single-job.php:75
msgid "Apply"
msgstr "Lietot"
#: template-parts/layout/aside-job-inactive.php:1
msgid "Job ad is inactive"
msgstr "Darba sludinājums ir neaktīvs"
#: template-parts/layout/aside-job.php:11
msgid "Job position"
msgstr "Darba pozīcija"
#: template-parts/layout/aside-job.php:11
msgid "I think you might like this job offer"
msgstr "Es domāju, ka jums varētu patikt šis darba piedāvājums"
#: template-parts/layout/aside-job.php:43
msgid "Suggest a friend"
msgstr "Ieteikt draugam"
#: template-parts/layout/aside-job-list.php:144
msgid "More ..."
msgstr "Vairāk ..."
#: template-parts/layout/aside-job-list.php:168
msgid "City"
msgstr "Pilsēta"
#: template-parts/layout/aside-job-list.php:172
msgid "Job area"
msgstr "Darba joma"
#: template-parts/layout/aside-job-list.php:176
msgid "Job type"
msgstr "Darba veids"
#: template-parts/layout/aside-job-list.php:185
msgid "Reset filters"
msgstr "Atiestatīt filtrus"
#: template-parts/jobs/jobs-not-found.php:14
msgid "No search results were found."
msgstr "Meklēšanas rezultāti netika atrasti."
#: template-parts/jobs/jobs-none.php:14
msgid "There are currently no job ads."
msgstr "Pašlaik nav darba sludinājumu."
#. Name of the theme
#. Author of the theme
msgid "Biuro"
msgstr "Biuro"
#. Description of the theme
msgid "Biuro multiregion theme"
msgstr "Biuro multiregion theme"
#. Author URI of the theme
msgid "https://www.biuro.lt/"
msgstr "https://www.biuro.ee/"
msgid ""
msgstr ""
"Project-Id-Version: Biuro\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-05-31 11:11+0000\n"
"PO-Revision-Date: 2019-05-31 11:49+0000\n"
"Last-Translator: biuro <info@biuro.eu>\n"
"Language-Team: Latvian\n"
"Language: lv\n"
"Plural-Forms: nplurals=3; plural=n % 10 == 1 && n % 100 != 11 ? 0 : n != 0 ? "
"1 : 2;\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Loco https://localise.biz/\n"
"X-Loco-Version: 2.2.2; wp-5.2.1"
#. Name of the template
msgid "Regions page"
msgstr "Regions page"
#. Name of the template
msgid "Divisions page"
msgstr "Divisions page"
#: page-divisions.php:70
msgid "All"
msgstr "Visi"
#: header.php:139
msgid "Get an offer"
msgstr "Saņemiet piedāvājumu"
#: header.php:157 page-vasaros-darbu-bankas.php:186
#: template-parts/layout/aside-job-list.php:215
msgid "Get a job offer"
msgstr "Saņemiet darba piedāvājumu"
#: searchform.php:114
msgid "Locations"
msgstr "Atrašanās vieta"
#: searchform.php:230
msgid "Keyword"
msgstr "Atslēgvārds"
#: searchform.php:238
msgid "Search"
msgstr "Meklēt"
#: front-page.php:43
msgid "Recent job ads"
msgstr "Jaunākie darba sludinājumi"
#: front-page.php:70 template-parts/jobs/jobs-not-found.php:25
msgid "More job ads"
msgstr "Vairāk darba sludinājumu"
#: front-page.php:80 sales-page.php:57
msgid "Trust in us"
msgstr "Kompānijas, kuras mums uzticas"
#. Name of the template
msgid "Sales page"
msgstr "Sales page"
#: 404.php:25
msgid "Sorry, the page you are looking for does not exist!"
msgstr "Atvainojiet, lapa, kuru meklējat, nepastāv!"
#: 404.php:27
msgid "Return to homepage"
msgstr "Atgriezties sākumlapā"
#. Name of the template
msgid "VDB page"
msgstr "VDB page"
#: page-vasaros-darbu-bankas.php:30
msgid ""
"Find summer job – look through the job ads, we are constantly updating the "
"list and adding new ones."
msgstr ""
"Find summer job – look through the job ads, we are constantly updating the "
"list and adding new ones."
#: page-vasaros-darbu-bankas.php:39 search.php:32
msgid "Other filters"
msgstr "Citi filtri"
#: page-vasaros-darbu-bankas.php:170
#: template-parts/layout/aside-job-list.php:199
msgid "Didn't find a job offer you like?"
msgstr "Vai neatradāt sev vēlamo darba piedāvājumu?"
#: page-vasaros-darbu-bankas.php:172
#: template-parts/layout/aside-job-list.php:201
msgid "Fill out the form and we will contact you"
msgstr "Aizpildiet pieteikuma formu un mēs sazināsimies ar Jums!"
#: page-vasaros-darbu-bankas.php:196
msgid "900"
msgstr "900"
#: page-vasaros-darbu-bankas.php:197
msgid ""
"This is how many people we employed during summer at 2018.<br/>Join us this "
"summer!"
msgstr ""
"This is how many people we employed during summer at 2018.<br/>Join us this "
"summer!"
#. Name of the template
msgid "Search & Jobs page"
msgstr "Search & Jobs page"
#: single-job.php:48
msgid "Salary from"
msgstr "Alga no "
#: single-job.php:54
msgid "Salary to"
msgstr "Alga līdz"
#: single-job.php:66
msgid "Published"
msgstr "Publicēts"
#: single-job.php:68
msgid "Valid till"
msgstr "Derīgs līdz"
#: single-job.php:75
msgid "Apply"
msgstr "Lietot"
#: template-parts/layout/aside-job-inactive.php:1
msgid "Job ad is inactive"
msgstr "Darba sludinājums ir neaktīvs"
#: template-parts/layout/aside-job.php:11
msgid "Job position"
msgstr "Darba pozīcija"
#: template-parts/layout/aside-job.php:11
msgid "I think you might like this job offer"
msgstr "Es domāju, ka jums varētu patikt šis darba piedāvājums"
#: template-parts/layout/aside-job.php:43
msgid "Suggest a friend"
msgstr "Ieteikt draugam"
#: template-parts/layout/aside-job-list.php:144
msgid "More ..."
msgstr "Vairāk ..."
#: template-parts/layout/aside-job-list.php:168
msgid "City"
msgstr "Pilsēta"
#: template-parts/layout/aside-job-list.php:172
msgid "Job area"
msgstr "Darba joma"
#: template-parts/layout/aside-job-list.php:176
msgid "Job type"
msgstr "Darba veids"
#: template-parts/layout/aside-job-list.php:185
msgid "Reset filters"
msgstr "Atiestatīt filtrus"
#: template-parts/jobs/jobs-not-found.php:14
msgid "No search results were found."
msgstr "Meklēšanas rezultāti netika atrasti."
#: template-parts/jobs/jobs-none.php:14
msgid "There are currently no job ads."
msgstr "Pašlaik nav darba sludinājumu."
#. Name of the theme
#. Author of the theme
msgid "Biuro"
msgstr "Biuro"
#. Description of the theme
msgid "Biuro multiregion theme"
msgstr "Biuro multiregion theme"
#. Author URI of the theme
msgid "https://www.biuro.lt/"
msgstr "https://www.biuro.lv"
msgid ""
msgstr ""
"Project-Id-Version: Biuro\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-05-04 13:06+0000\n"
"PO-Revision-Date: 2019-05-31 10:48+0000\n"
"Last-Translator: biuro <info@biuro.eu>\n"
"Language-Team: Russian\n"
"Language: ru_RU\n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10 >= 2 && "
"n%10<=4 &&(n%100<10||n%100 >= 20)? 1 : 2);\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Loco https://localise.biz/\n"
"X-Loco-Version: 2.2.2; wp-5.2.1"
#: 404.php:25
msgid "Sorry, the page you are looking for does not exist!"
msgstr "Извините, страница, которую вы ищете, не существует!"
#: 404.php:27
msgid "Return to homepage"
msgstr "Вернуться на главную страницу"
#: single-job.php:48
msgid "Salary from"
msgstr "Зарплата от"
#: single-job.php:54
msgid "Salary to"
msgstr "Зарплата до"
#: single-job.php:66
msgid "Published"
msgstr "Публикации"
#: single-job.php:68
msgid "Valid till"
msgstr "Действителен до"
#: single-job.php:75
msgid "Apply"
msgstr "Подать заявку"
#: header.php:137
msgid "Get an offer"
msgstr "Получите предложение"
#: header.php:155 page-vasaros-darbu-bankas.php:186
#: template-parts/layout/aside-job-list.php:215
msgid "Get a job offer"
msgstr "Получи рабочее предложение"
#: front-page.php:43
msgid "Recent job ads"
msgstr "Новейшие объявления о работе"
#: front-page.php:70 template-parts/jobs/jobs-not-found.php:25
msgid "More job ads"
msgstr "Больше объявлений о работе"
#: front-page.php:80 sales-page.php:57
msgid "Trust in us"
msgstr "Они доверяют нам"
#. Name of the template
msgid "Search & Jobs page"
msgstr "Search & Jobs page"
#: search.php:32 page-vasaros-darbu-bankas.php:39
msgid "Other filters"
msgstr "Другие поисковые фильтры"
#. Name of the template
msgid "VDB page"
msgstr "VDB page"
#: page-vasaros-darbu-bankas.php:30
msgid ""
"Find summer job – look through the job ads, we are constantly updating the "
"list and adding new ones."
msgstr ""
#: page-vasaros-darbu-bankas.php:170
#: template-parts/layout/aside-job-list.php:199
msgid "Didn't find a job offer you like?"
msgstr "Не нашли предложение работы, которое вам нравится?"
#: page-vasaros-darbu-bankas.php:172
#: template-parts/layout/aside-job-list.php:201
msgid "Fill out the form and we will contact you"
msgstr "Заполните форму и мы свяжемся с вами"
#: page-vasaros-darbu-bankas.php:196
msgid "900"
msgstr "900"
#: page-vasaros-darbu-bankas.php:197
msgid ""
"This is how many people we employed during summer at 2018.<br/>Join us this "
"summer!"
msgstr ""
"900 человек были трудоустроены летом 2018 года. <br/> Присоединяйтесь к нам "
"этим летом!"
#: searchform.php:114
msgid "Locations"
msgstr "Местность"
#: searchform.php:230
msgid "Keyword"
msgstr "Ключевое слово"
#: searchform.php:238
msgid "Search"
msgstr "Поиск"
#. Name of the template
msgid "Sales page"
msgstr "Sales page"
#. Name of the template
msgid "Regions page"
msgstr "Regions page"
#. Name of the template
msgid "Divisions page"
msgstr "Divisions page"
#: page-divisions.php:70
msgid "All"
msgstr "Все"
#: template-parts/jobs/jobs-none.php:14
msgid "There are currently no job ads."
msgstr ""
"На русском языке нет объявлений о работе. Но есть много объявлений о работе "
"на <a href=\"https://www.biuro.lt/darbuotojams/darbo-pasiulymai/\">литовском "
"языке - выбирайте.</a>"
#: template-parts/jobs/jobs-not-found.php:14
msgid "No search results were found."
msgstr "Результаты поиска не были найдены."
#: template-parts/layout/aside-job-list.php:144
msgid "More ..."
msgstr "Больше..."
#: template-parts/layout/aside-job-list.php:168
msgid "City"
msgstr "Город"
#: template-parts/layout/aside-job-list.php:172
msgid "Job area"
msgstr "Сфера деятельности"
#: template-parts/layout/aside-job-list.php:176
msgid "Job type"
msgstr "Тип работы"
#: template-parts/layout/aside-job-list.php:185
msgid "Reset filters"
msgstr "Сбросить фильтры"
#: template-parts/layout/aside-job.php:11
msgid "Job position"
msgstr "Должность"
#: template-parts/layout/aside-job.php:11
msgid "I think you might like this job offer"
msgstr "Я думаю, что тебе может понравиться это предложение о работе"
#: template-parts/layout/aside-job.php:43
msgid "Suggest a friend"
msgstr "Предложить другу"
#: template-parts/layout/aside-job-inactive.php:1
msgid "Job ad is inactive"
msgstr "Объявление о работе неактивно"
#. Name of the theme
#. Author of the theme
msgid "Biuro"
msgstr "Biuro"
#. Description of the theme
msgid "Biuro multiregion theme"
msgstr "Biuro multiregion theme"
#. Author URI of the theme
msgid "https://www.biuro.lt/"
msgstr "https://www.biuro.lt/"
......@@ -2,8 +2,8 @@ msgid ""
msgstr ""
"Project-Id-Version: Biuro\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-05-01 18:01+0000\n"
"PO-Revision-Date: 2019-05-02 08:23+0000\n"
"POT-Creation-Date: 2019-05-04 13:06+0000\n"
"PO-Revision-Date: 2019-05-31 10:54+0000\n"
"Last-Translator: biuro <info@biuro.eu>\n"
"Language-Team: Russian\n"
"Language: ru_RU\n"
......@@ -13,7 +13,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Loco https://localise.biz/\n"
"X-Loco-Version: 2.2.2; wp-5.1.1"
"X-Loco-Version: 2.2.2; wp-5.2.1"
#: 404.php:25
msgid "Sorry, the page you are looking for does not exist!"
......@@ -43,11 +43,12 @@ msgstr "Действителен до"
msgid "Apply"
msgstr "Подать заявку"
#: header.php:118
#: header.php:137
msgid "Get an offer"
msgstr "Получите предложение"
#: header.php:122
#: header.php:155 page-vasaros-darbu-bankas.php:186
#: template-parts/layout/aside-job-list.php:215
msgid "Get a job offer"
msgstr "Получи рабочее предложение"
......@@ -55,11 +56,11 @@ msgstr "Получи рабочее предложение"
msgid "Recent job ads"
msgstr "Новейшие объявления о работе"
#: front-page.php:78
#: front-page.php:70 template-parts/jobs/jobs-not-found.php:25
msgid "More job ads"
msgstr "Больше объявлений о работе"
#: front-page.php:91 sales-page.php:57
#: front-page.php:80 sales-page.php:57
msgid "Trust in us"
msgstr "Они доверяют нам"
......@@ -67,15 +68,53 @@ msgstr "Они доверяют нам"
msgid "Search & Jobs page"
msgstr "Search & Jobs page"
#: searchform.php:83
#: search.php:32 page-vasaros-darbu-bankas.php:39
msgid "Other filters"
msgstr "Другие поисковые фильтры"
#. Name of the template
msgid "VDB page"
msgstr "VDB page"
#: page-vasaros-darbu-bankas.php:30
msgid ""
"Find summer job – look through the job ads, we are constantly updating the "
"list and adding new ones."
msgstr ""
"Найдите летнюю работу - просматривайте объявления о работе, мы постоянно "
"обновляем список и добавляем новые."
#: page-vasaros-darbu-bankas.php:170
#: template-parts/layout/aside-job-list.php:199
msgid "Didn't find a job offer you like?"
msgstr "Не нашли предложение работы, которое вам нравится?"
#: page-vasaros-darbu-bankas.php:172
#: template-parts/layout/aside-job-list.php:201
msgid "Fill out the form and we will contact you"
msgstr "Заполните форму и мы свяжемся с вами"
#: page-vasaros-darbu-bankas.php:196
msgid "900"
msgstr "900"
#: page-vasaros-darbu-bankas.php:197
msgid ""
"This is how many people we employed during summer at 2018.<br/>Join us this "
"summer!"
msgstr ""
"900 человек были трудоустроены летом 2018 года. <br/> Присоединяйтесь к нам "
"этим летом!"
#: searchform.php:114
msgid "Locations"
msgstr "Местность"
#: searchform.php:167
#: searchform.php:230
msgid "Keyword"
msgstr "Ключевое слово"
#: searchform.php:175
#: searchform.php:238
msgid "Search"
msgstr "Поиск"
......@@ -91,7 +130,7 @@ msgstr "Regions page"
msgid "Divisions page"
msgstr "Divisions page"
#: page-divisions.php:64 page-divisions.php:69
#: page-divisions.php:70
msgid "All"
msgstr "Все"
......@@ -106,27 +145,31 @@ msgstr ""
msgid "No search results were found."
msgstr "Результаты поиска не были найдены."
#: template-parts/layout/aside-job-list.php:86
#: template-parts/layout/aside-job-list.php:144
msgid "More ..."
msgstr "Больше..."
#: template-parts/layout/aside-job-list.php:97
#: template-parts/layout/aside-job-list.php:168
msgid "City"
msgstr "Город"
#: template-parts/layout/aside-job-list.php:101
#: template-parts/layout/aside-job-list.php:172
msgid "Job area"
msgstr "Сфера деятельности"
#: template-parts/layout/aside-job-list.php:105
#: template-parts/layout/aside-job-list.php:176
msgid "Job type"
msgstr "Тип работы"
#: template-parts/layout/aside-job.php:12
#: template-parts/layout/aside-job-list.php:185
msgid "Reset filters"
msgstr "Сбросить фильтры"
#: template-parts/layout/aside-job.php:11
msgid "Job position"
msgstr "Должность"
#: template-parts/layout/aside-job.php:12
#: template-parts/layout/aside-job.php:11
msgid "I think you might like this job offer"
msgstr "Я думаю, что тебе может понравиться это предложение о работе"
......
......@@ -148,7 +148,7 @@ class Biuro_Contacts_Public {
public static function validate( $str, $key, $value, $post ) {
$empty = ['status' => '', 'message' => ''];
$success = ['status' => 'success', 'message' => ''];
$required = ['status' => 'error', 'message' => __('This field is required', 'biuro-contacts')];
$required = ['status' => 'error', 'message' => 'This field is required'];
switch($key) {
case 'name':
......@@ -159,7 +159,7 @@ class Biuro_Contacts_Public {
if (!$value && !is_email($post['email'])):
return [
'status' => 'error',
'message' => __('Phone or email field is required', 'biuro-contacts')
'message' => 'Phone or email field is required'
];
endif;
......@@ -170,7 +170,7 @@ class Biuro_Contacts_Public {
if ( strlen($value) < 7 || !preg_match('/^[\d|\s|\+\-]+$/', $value) ):
return [
'status' => 'error',
'message' => __('Incorrect phone number', 'biuro-contacts')
'message' => 'Incorrect phone number'
];
endif;
......@@ -180,14 +180,14 @@ class Biuro_Contacts_Public {
if (!$post['phone'] && !$value):
return [
'status' => 'error',
'message' => __('Email or phone field is required', 'biuro-contacts')
'message' => 'Email or phone field is required'
];
endif;
if (!$post['phone'] && !is_email($value)):
return [
'status' => 'error',
'message' => __('Email format is incorrect', 'biuro-contacts')
'message' => 'Email format is incorrect'
];
else:
......@@ -202,7 +202,7 @@ class Biuro_Contacts_Public {
if ($value != "1"):
return [
'status' => 'error',
'message' => __('You have to agree with conditions', 'biuro-contacts')
'message' => 'You have to agree with conditions'
];
endif;
......@@ -317,7 +317,6 @@ class Biuro_Contacts_Public {
unset($_SESSION['employees--step']);
if ($_POST['s'] == "1"):
static::set_sessions('employees', $_POST);
......
......@@ -23,19 +23,19 @@ if ( ! defined( 'WPINC' ) ) die;
<?php
$nameValue = $_SESSION['employees--name-value'];
$nameStatus = $_SESSION['employees--name-status'];
$nameMessage = $_SESSION['employees--name-message'];
$nameMessage = __($_SESSION['employees--name-message'], 'biuro-contacts');
$phoneValue = $_SESSION['employees--phone-value'];
$phoneStatus = $_SESSION['employees--phone-status'];
$phoneMessage = $_SESSION['employees--phone-message'];
$phoneMessage = __($_SESSION['employees--phone-message'], 'biuro-contacts');
$emailValue = $_SESSION['employees--email-value'];
$emailStatus = $_SESSION['employees--email-status'];
$emailMessage = $_SESSION['employees--email-message'];
$emailMessage = __($_SESSION['employees--email-message'], 'biuro-contacts');
$agreeValue = $_SESSION['employees--agree-value'];
$agreeStatus = $_SESSION['employees--agree-status'];
$agreeMessage = $_SESSION['employees--agree-message'];
$agreeMessage = __($_SESSION['employees--agree-message'], 'biuro-contacts');
?>
<div class="c-form--row">
<label class="c-form--label" for="form-name"><?php _e('Name, surname', 'biuro-contacts'); ?></label>
......
......@@ -23,19 +23,19 @@ if ( ! defined( 'WPINC' ) ) die;
<?php
$nameValue = $_SESSION['employers--name-value'];
$nameStatus = $_SESSION['employers--name-status'];
$nameMessage = $_SESSION['employers--name-message'];
$nameMessage = __($_SESSION['employers--name-message'], 'biuro-contacts');
$phoneValue = $_SESSION['employers--phone-value'];
$phoneStatus = $_SESSION['employers--phone-status'];
$phoneMessage = $_SESSION['employers--phone-message'];
$phoneMessage = __($_SESSION['employers--phone-message'], 'biuro-contacts');
$emailValue = $_SESSION['employers--email-value'];
$emailStatus = $_SESSION['employers--email-status'];
$emailMessage = $_SESSION['employers--email-message'];
$emailMessage = __($_SESSION['employers--email-message'], 'biuro-contacts');
$agreeValue = $_SESSION['employers--agree-value'];
$agreeStatus = $_SESSION['employers--agree-status'];
$agreeMessage = $_SESSION['employers--agree-message'];
$agreeMessage = __($_SESSION['employers--agree-message'], 'biuro-contacts');
?>
<div class="c-form--row">
<label class="c-form--label" for="form-name"><?php _e('Name, surname', 'biuro-contacts'); ?></label>
......
......@@ -25,19 +25,19 @@ if ( ! defined( 'WPINC' ) ) die;
# sitie po submito;
$nameValue = $_SESSION['position--name-value'];
$nameStatus = $_SESSION['position--name-status'];
$nameMessage = $_SESSION['position--name-message'];
$nameMessage = __($_SESSION['position--name-message'], 'biuro-contacts');
$phoneValue = $_SESSION['position--phone-value'];
$phoneStatus = $_SESSION['position--phone-status'];
$phoneMessage = $_SESSION['position--phone-message'];
$phoneMessage = __($_SESSION['position--phone-message'], 'biuro-contacts');
$emailValue = $_SESSION['position--email-value'];
$emailStatus = $_SESSION['position--email-status'];
$emailMessage = $_SESSION['position--email-message'];
$emailMessage = __($_SESSION['position--email-message'], 'biuro-contacts');
$agreeValue = $_SESSION['position--agree-value'];
$agreeStatus = $_SESSION['position--agree-status'];
$agreeMessage = $_SESSION['position--agree-message'];
$agreeMessage = __($_SESSION['position--agree-message'], 'biuro-contacts');
$cvValue = $_SESSION['position--cv-value'];
$cityValue = $_SESSION['position--city-value'];
......
......@@ -11,7 +11,7 @@
.l-header { position: fixed; top: 0; left: 0; width: 100%; z-index: 300; }
.l-header--langing { position: fixed; top: 0; left: 0; width: 100%; height: 70px; z-index: 300; }
.l-header--langing { position: absolute; top: 0; left: 0; width: 100%; height: 70px; z-index: 300; }
/* critical:end */
......
......@@ -35,11 +35,13 @@
@media (--min--medium) {
margin: 0 auto 17px; height: 79px; font-size: 21px; line-height: 40px; max-width: 400px;
}
}
.c-feedbacks--name { color: #919191; font-family: Georgia; font-size: 15px; line-height: 17px; text-align: center; }
.c-feedbacks--name { color: #919191; font-family: Georgia; font-size: 13px; line-height: 15px; text-align: center; padding: 0 10px;
@media (--min--medium) {
font-size: 15px; line-height: 17px;
}
}
.swiper-container-horizontal > .swiper-pagination-bullets { bottom: 0; }
......
......@@ -48,3 +48,45 @@
width: 74px; height: 17px;
}
}
.c-trust--img-pasts {
@media (--max--medium) {
width: 85px; height: 20px;
}
}
.c-trust--img-dhl {
@media (--max--medium) {
width: 91px; height: 13px;
}
}
.c-trust--img-staburadze {
@media (--max--medium) {
width: 90px; height: 27px;
}
}
.c-trust--img-cido {
@media (--max--medium) {
width: 51px; height: 33px;
}
}
.c-trust--img-itella {
@media (--max--medium) {
width: 60px; height: 38px;
}
}
.c-trust--img-saku {
@media (--max--medium) {
width: 56px; height: 41px;
}
}
.c-trust--img-leibur {
@media (--max--medium) {
width: 50px; height: 42px;
}
}
.c-trust--img-maxima-ee {
@media (--max--medium) {
width: 86px; height: 18px;
}
}
:root{--color--gray:#7e8683;--color--gray-darker:#2a3644;--color--green:#1fb299;--color--green-darker:#149a83;--color--green-dark:#006957;--color--blue-dark:#1d2a3a;--color--gray-light:#f8f8f8;--typo--font-family:-apple-system,BlinkMacSystemFont,"Segoe UI Light","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;--typo--font-size:1.5rem;--typo--weight-regular:400;--typo--weight-bold:700;--typo--line-height:1.2;--typo--font-face:"Roboto",sans-serif;--layout-width:1210px;--layout-width--small:870px;--layout-width--large:1150px}html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}html{-webkit-box-sizing:border-box;box-sizing:border-box}*,:after,:before{-webkit-box-sizing:inherit;box-sizing:inherit}a{color:inherit}body{font-size:14px;line-height:19px;color:#2a3644;color:var(--color--gray-darker);font-family:Roboto,sans-serif;font-family:var(--typo--font-face);background:#f8f8f8;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-height:100vh;padding-top:70px}h1{font-size:22px;line-height:29px;margin:0 0 22px}h1,h2{color:#2a3644;font-weight:500}h2{font-size:19px;line-height:25px;margin:0 0 19px}h3{color:#2a3644;font-weight:500;font-size:16px;line-height:20px;margin:0 0 16px}html{min-height:100%;font-size:62.5%;-webkit-tap-highlight-color:rgba(0,0,0,0)}.l-body--langing{padding-top:0!important}.l-body--langing .u-fill--logo{fill:#fff!important}.l-inner{max-width:1210px;max-width:var(--layout-width);margin-right:auto;margin-left:auto;padding-right:20px;padding-left:20px}.c-jobs--inner,.c-services,.c-trust--inner,.c-values--inner,.l-inner-small{max-width:870px;max-width:var(--layout-width--small);margin-right:auto;margin-left:auto;padding-right:20px;padding-left:20px}.l-inner--header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.l-header{background:#fff;position:fixed}.l-header,.l-header--langing{height:70px;top:0;left:0;width:100%;z-index:300}.l-header--langing{position:absolute}.l-content{max-width:1150px;max-width:var(--layout-width--large);padding-right:20px;padding-left:20px;margin:0 auto}.l-content--position{position:relative;padding:10px 10px 0}.l-content--position:before{content:"";position:absolute;top:0;left:0;height:244px;width:100%;background:linear-gradient(358.45deg,#3c7e9e,#1fb299)}.l-content--position-inner{position:relative;max-width:970px;margin:0 auto;border-radius:3px;background-color:#fff;-webkit-box-shadow:0 1px 31px -23px #6a7481;box-shadow:0 1px 31px -23px #6a7481}.l-content--position-inner .l-main{padding:20px}.l-content--heading{display:block;padding-top:20px;padding-bottom:15px}.l-content--heading h1{margin:0;padding:0;color:#2a3644;font-size:25px;font-weight:500;line-height:29px}.l-content--main{width:100%;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;max-width:1070px;padding:35px 20px 90px;margin:0 auto}.l-content--main h1{color:#2a3644;font-weight:500;font-size:22px;line-height:29px}.l-content--main h2{color:#2a3644;font-weight:500;font-size:19px;line-height:25px}.l-content--main h3{color:#2a3644;font-weight:500;font-size:16px;line-height:20px}.l-content--divisions,.l-content--regions{width:100%;max-width:1040px;padding-right:20px;padding-left:20px;margin:0 auto 40px}.l-aside--position{background-color:#f6f9ff}.l-aside--divisions,.l-aside--regions{z-index:50}.l-aside--close{position:fixed;top:0;right:265px;padding:14px 17px;cursor:pointer}.l-main{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%}.l-main--content{background-color:#fff;padding:30px 20px}.l-main--content img{max-width:100%;height:auto}.l-main--divisions,.l-main--regions{-webkit-box-flex:1;-ms-flex:1 1 600px;flex:1 1 600px}.l-footer{background:#1d2a3a;background:var(--color--blue-dark);color:#fff;padding-top:20px}.l-map{height:330px;margin-bottom:35px}.l-nav--close{top:10px;right:10px;padding:20px}.l-nav--close,.l-nav--open{position:absolute;cursor:pointer}.l-nav--open{top:0;right:0;padding:24px 20px}.l-section{padding:20px 0}.l-section--search-page{background-color:#111d1e}.l-section--vdb{background-color:#086335}.l-section--front-page{margin-bottom:2px}.l-section--front-page .l-section--inner,.l-section--sales-page .l-section--inner{max-width:870px;padding-right:20px;padding-left:20px}.l-section--inner{width:100%;max-width:1030px;margin:0 auto}.l-section--landing-1{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;padding:0!important;background-color:#515e70;height:240px}.o-btn{display:inline-block;border:0;padding:12px 24px 11px;cursor:pointer;border-radius:3px;font-weight:500;text-decoration:none;font-family:inherit}.o-nav{margin:0;padding:0;list-style:none}.c-btn--header{font-size:14px;font-weight:500}.c-btn--main{color:#fff;background:#1fb299;background:var(--color--green)}.c-btn--main:hover{background:#149a83;background:var(--color--green-darker)}.c-btn--vdb{color:#fff;background:#ff7046}.c-btn--vdb:hover{background:#ff501d}.c-btn--alt{padding:10px 15px;background:#e8f0ff;color:#004ed4}.c-btn--alt:after{float:right;margin:6px 0 0 35px;content:"";width:7px;height:7px;border:1px solid #004ed4;border-width:2px 2px 0 0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.c-btn--alt:hover{background-color:#dde6f5}.c-btn--fill{width:100%}.c-btn--search{min-width:180px;border-radius:0 3px 3px 0;text-align:center}.c-btn--search-small{margin:9px;min-width:133px;text-align:center}.c-btn--slim{color:#14a28a;background:none;font-weight:500;text-align:center;border:2px solid #1fb299;border-radius:3px}.c-btn--slim:hover{border-color:#149a83;border-color:var(--color--green-darker);background-color:#149a83;background-color:var(--color--green-darker);color:#fff}.c-btn--filter{color:#2a3644;font-size:15px;line-height:26px;text-align:center;background:#fff;border-radius:3px;padding:6px 15px 6px 12px}.c-cookies-warning{display:none}.c-contact{padding:20px 0}.c-contact--inner{max-width:1000px;padding:0 10px;margin:0 auto}.c-contact--content{color:#2a3644;font-weight:500;line-height:29px;padding:15px 0 20px 15px}.c-contact--content h3{margin:0 0 15px;font-size:25px;color:#2a3644;font-weight:500}.c-contact--content p{margin:0 0 20px}.c-contact--content img{max-width:100%;height:auto}.c-contact--form{max-width:420px}.c-contact-landing-1{padding:10px 0}.c-contact-landing-1--inner{max-width:1000px;padding:0 10px;margin:0 auto}.c-contact-landing-1--content{color:#2a3644;font-weight:500;line-height:29px;padding:15px 0 20px 15px}.c-contact-landing-1--content img{max-width:100%;height:auto}.c-contact-landing-1--img{margin-top:40px}.c-contact-landing-1--form{max-width:420px}.c-divisions{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.c-division{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;height:30px;margin:0 10px 10px 0;padding:0 20px;border-radius:3px;background-color:#e8f0ff;color:#004ed4;font-weight:500;line-height:30px;white-space:nowrap;text-decoration:none;cursor:pointer}.c-division:hover{background-color:#dde6f5}.c-feedbacks{padding:30px 0;background:linear-gradient(134.06deg,#fff,#cbe2ec)}.c-feedbacks--inner{position:relative;overflow:hidden;width:340px;height:250px;margin:0 auto;max-width:100%}.c-feedbacks--heading{color:#2a3644;margin:0 0 20px;padding:0 30px;font-size:18px;line-height:26px;font-weight:500;text-align:center}.c-feedbacks--section{padding-top:40px}.c-feedbacks--section-inner{position:relative;height:110px;width:320px;margin:0 5px;padding:60px 0 0;border-radius:23px;background-color:#fff}.c-footer-section:first-child{-webkit-box-flex:5;-ms-flex:5 0 15%;flex:5 0 15%}.c-footer-section:nth-child(4){-webkit-box-flex:1;-ms-flex:1 0 15%;flex:1 0 15%}.c-footer-separator{margin-bottom:25px;border-color:#fff;border-width:2px 0 0;opacity:.29}.c-form{position:relative}.c-form--action{position:absolute;top:-88px;left:-9999px;width:1px}.c-form--action-position{top:-58px}.c-form--employees,.c-form--employers{-webkit-box-shadow:0 1px 31px -23px #6a7481;box-shadow:0 1px 31px -23px #6a7481}.c-form--employees,.c-form--employers,.c-form--position{padding:28px 20px 20px;border-radius:3px;background-color:#fff}.c-form--row{position:relative;margin-bottom:20px}.c-form--label{display:block;color:#2a3644;font-size:15px;line-height:18px;margin-bottom:4px;font-weight:500}.c-form--input{width:100%;padding:10px;background:none;border:1px solid #d4d4d4;border-radius:3px;font-size:15px;font-family:inherit}.c-form--input:focus{border-color:#d4d4d4!important}.c-form--textarea{width:100%;padding:10px;background:none;border:1px solid #d4d4d4;border-radius:3px;font-size:15px;font-family:inherit}.c-form--textarea:focus{border-color:#d4d4d4!important}.c-form--submit-wrap{padding:10px 0}.c-form--checkbox-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative}.c-form--checkbox{position:absolute;top:0;left:0;visibility:hidden}.c-form--checkbox:checked+label:before{border-color:#d4d4d4}.c-form--checkbox:checked+label:after{content:"✔"}.c-form--label-checkbox{position:relative;margin:0 0 0 31px;color:#868f98;font-size:12px;line-height:17px}.c-form--label-checkbox:before{content:"";position:absolute;top:0;left:-31px;height:18px;width:18px;border:1px solid #d4d4d4;border-radius:3px;cursor:pointer}.c-form--label-checkbox:after{content:"";position:absolute;top:-2px;left:-28px;width:20px;height:20px;border-radius:3px;color:#1fb299;color:var(--color--green);font-size:22px;cursor:pointer}.c-heading{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.c-heading h1{margin:0 0 18px;padding:0;color:#2a3644;font-size:21px;font-weight:500;line-height:32px}.c-heading--landing-1 h1{max-width:230px;color:#fff;font-size:21px;line-height:32px;padding:0 20px}.c-ico--search{margin:0 3px -3px 0}.c-ico--location{left:18px}.c-ico--area,.c-ico--location{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);margin-top:-1px}.c-ico--area{left:14px}.c-ico--phone{float:left;margin:3px 10px 0 1px}.c-ico--email{float:left;margin:6px 10px 0 0}.c-ico--address{float:left;margin:3px 12px 0 3px}.c-ico--filter{float:left;margin:3px 15px 0 3px}.c-ico--time{float:left;margin:2px 20px 0 0}.c-ico--offer{float:left;margin:1px 23px 0 0}.c-ico--easy{float:left;margin:0 21px 0 0}.c-job--title{margin:0 0 15px;padding:0;color:#2a3644;font-weight:500;font-size:22px;line-height:29px}.c-job--content{line-height:25px;color:#2a3644}.c-job--content h3{color:#069980;font-size:19px;font-weight:700;margin:0 0 3px;padding:0}.c-job--content h3:nth-child(n+1){margin-top:30px}.c-job--content ul{margin:0;padding:0;list-style:none}.c-job--content li:before{content:"";display:inline-block;width:14px;height:8px;margin:0 5px 1px 0;background:url(/wp-content/themes/biuro/i/ico--job-arrow.svg)}.c-job--action{padding:30px 0}.c-job-contacts ul{margin:0;padding:0;list-style:none}.c-job-contacts li{line-height:28px}.c-job-contacts a{overflow:hidden;text-decoration:none}.c-job-contacts a:hover{text-decoration:underline}.c-jobs--table{margin:0 0 20px}.c-jobs--headline{margin:0 0 25px;padding:20px 20px 0}.c-jobs--col{background:#fff;vertical-align:middle;color:#868c93;padding:10px 15px}.c-jobs--anchor{display:block;padding:4px 0;color:#004ed4;font-weight:500;line-height:18px;text-decoration:none}.c-jobs--more{margin-bottom:50px}.c-jobs-section{margin:0 20px 20px 0;padding:28px 28px 23px}.c-jobs-section--heading{margin:0 0 15px}.c-jobs-section--list{margin:0;padding:0;list-style:none}.c-logo{width:81px;margin-right:89px;padding:11px 0;text-decoration:none}.c-logo,.c-logo--svg{display:block}.c-modal{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(42,54,68,.86);z-index:8000}.c-modal--inner{position:absolute;top:50%;left:50%;max-width:94%;width:606px;height:314px;padding:56px 20px 20px;background-color:#fff;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);text-align:center}.c-modal--inner svg{display:block;margin:0 auto 23px}.c-modal--inner p{margin-bottom:20px}.c-modal--inner .c-btn--main{min-width:208px}.c-nav--main{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:14px}.c-nav--sub{display:none}.c-nav--main-item{position:relative;z-index:500}.c-nav--main-anchor{display:block;padding:5px 0 4px;font-weight:500;color:#fff;text-decoration:none}.c-nav--lang-wrap{width:74px;height:32px}.c-nav--lang-item{padding:6px 0}.c-nav--lang-item:nth-child(n+2){display:none}.c-phone{white-space:nowrap;padding:12px 0 10px;text-decoration:none;color:inherit;font-weight:500;font-size:14px}.c-phone svg{float:left;margin:-6px 5px 0 0}.c-search{display:-webkit-box;display:-ms-flexbox;display:flex;background-color:#fff;border-radius:3px}.c-search--col{position:relative;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;background-color:#fff}.c-search--col .awesomplete{position:absolute;top:0;right:0;left:0;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.c-search--col ul{top:57px;padding-top:10px;overflow-x:hidden;max-height:350px;overflow-y:auto}.c-search--col li{padding:10px 15px;margin-bottom:10px;cursor:pointer}.c-search--col li:hover{color:#000}.c-search--col-location{border-radius:3px 3px 0 0}.c-search--input{border:0;padding:0 10px 0 44px;margin:0;height:60px;line-height:60px;background:none}.c-search--input:focus{outline:none}.c-search--filters{padding:10px;text-align:right}.l-section--front-page .c-search{-webkit-box-shadow:6px 10px 48px 0 #d4dbe4;box-shadow:6px 10px 48px 0 #d4dbe4}.c-search--reset{display:none}.c-sections{max-width:1000px;margin-right:auto;margin-left:auto;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:20px}.c-sections--item{position:relative;height:211px;margin-bottom:30px}.c-services{padding:20px}.c-services--item{position:relative;height:245px}.c-services--toggle{display:none}.c-share{margin-bottom:30px}.c-share--heading{margin:0;padding:20px 0 10px;font-weight:500;text-align:center}.c-share--options{-ms-flex-pack:center}.c-share--option,.c-share--options{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;justify-content:center}.c-share--option{height:36px;-webkit-box-flex:0;-ms-flex:0 0 50px;flex:0 0 50px;border-radius:3px;margin:0 3px;text-decoration:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-pack:center}.c-share--option-facebook{background-color:#4367b0}.c-share--option-facebook:hover{background-color:#2f4f90}.c-share--option-messenger{background-color:#1983fa}.c-share--option-messenger:hover{background-color:#1b6fcc}.c-share--option-email{background-color:#2a3644}.c-share--option-email:hover{background-color:#000}.c-share--option-copy{background-color:#858585}.c-share--option-copy:hover{background-color:#5c5c5c}.c-share--option-phone{background-color:#25d366}.c-share--option-phone:hover{background-color:#1baf52}.c-trust{background:linear-gradient(134.06deg,#70b7d5,#7bcbcf)}.c-trust--inner{-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-top:25px;padding-bottom:45px}.c-trust--heading{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;margin:0 0 35px;color:#fff}.c-trust--logos{-webkit-box-flex:10;-ms-flex:10 1 auto;flex:10 1 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.c-values--inner{padding-top:20px;padding-bottom:20px}.c-values--section{max-width:250px}.c-values--heading{min-height:34px;font-size:35px;line-height:41px}.c-vdb--top{min-height:68px;background:#02bf5f;padding:14px 0}.c-vdb--top-inner{max-width:1050px;margin:0 auto;padding:0 10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.c-vdb--top-img{-webkit-box-flex:0;-ms-flex:0 0 39px;flex:0 0 39px;margin-right:38px}.c-vdb--top-content{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;color:#fff;margin:0;padding:0 10px 0 0;font-size:18px;line-height:25px}.c-vdb--section{margin:0 20px 20px 0;padding:28px 28px 23px;border-radius:3px;background-color:#fff}.c-vdb--section-bottom{max-width:360px;margin:0 auto 20px;border:20px solid #f8f8f8}.c-vdb--section-img{display:block;margin:0 auto 15px}.c-vdb--section-heading{font-size:21px;font-weight:500;line-height:27px}.c-vdb--section-content{line-height:23px}.c-vdb--bottom{min-height:68px;background:#4b5561 url(/wp-content/themes/biuro/i/vdb/bottom.png) no-repeat 50% 50%;background-size:cover;padding:46px 0}.c-vdb--bottom-inner{max-width:1050px;margin:0 auto;padding:0 10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.c-vdb--bottom-heading{margin:0 38px 0 0;padding:0;color:#fff;font-size:36px;line-height:42px;font-weight:500}.c-vdb--bottom-content{color:#fff;margin:0;padding:0;line-height:23px}.u-fill--inherit{fill:currentColor}.u-fill--logo{fill:#149a83}.u-hidden{display:none}.visually-hidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}@media (min-width:60em){body{padding-top:117px;font-size:1.5rem;font-size:var(--typo--font-size);line-height:1.2;line-height:var(--typo--line-height)}h1{font-size:25px;line-height:38px;margin:0 0 25px}h2{font-size:21px;margin:0 0 21px}h2,h3{line-height:30px}h3{font-size:18px;margin:0 0 18px}.l-header{margin-bottom:47px}.l-header:before{content:"";position:absolute;top:100%;left:0;width:100%;height:47px;background:#1d2a3a;background:var(--color--blue-dark)}.l-content{display:-webkit-box;display:-ms-flexbox;display:flex}.l-content--position{padding:40px 20px}.l-content--position-inner{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0 auto 140px}.l-content--position-inner .l-main{padding:70px 55px 40px 57px}.l-content--heading{padding-left:320px;padding-top:40px;padding-bottom:25px}.l-content--main h1{font-size:25px;line-height:38px}.l-content--main h2{font-size:21px;line-height:30px}.l-content--main h3{font-size:18px;line-height:30px}.l-content--divisions,.l-content--regions{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0 auto 200px}.l-aside{-webkit-box-flex:0;-ms-flex:0 0 280px;flex:0 0 280px}.l-aside--position{-webkit-box-flex:0;-ms-flex:0 0 400px;flex:0 0 400px;padding:70px 40px}.l-aside--divisions,.l-aside--regions{-webkit-box-flex:0;-ms-flex:0 0 385px;flex:0 0 385px;margin:-315px 0 0 55px}.l-aside--close{display:none}.l-main--content{padding:40px 50px}.l-footer{padding-top:70px}.l-nav--wrap{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.l-nav{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.l-nav--close,.l-nav--open{display:none}.l-section{padding:30px 0}.l-section--front-page{height:380px;margin-bottom:92px}.l-section--sales-page{height:380px}.l-section--landing-1{height:348px}.c-btn--header{margin-right:28px}.c-contact{padding:50px 0}.c-contact--inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.c-contact--content{max-width:500px;padding:75px 0 0 90px}.c-contact--content,.c-contact--form{-webkit-box-flex:1;-ms-flex:1 1 40%;flex:1 1 40%}.c-contact-landing-1{padding:30px 0 40px}.c-contact-landing-1--inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.c-contact-landing-1--content{-webkit-box-flex:1;-ms-flex:1 1 40%;flex:1 1 40%;max-width:500px;padding:0 0 0 90px}.c-contact-landing-1--form{-webkit-box-flex:1;-ms-flex:1 1 40%;flex:1 1 40%;margin-top:-200px}.c-feedbacks{padding:50px 0 70px}.c-feedbacks--inner{width:640px;height:300px}.c-feedbacks--heading{font-size:25px;line-height:29px;margin:0 0 40px}.c-feedbacks--section-inner{height:140px;width:574px;margin:0 33px}.c-footer-sections{display:-webkit-box;display:-ms-flexbox;display:flex}.c-footer-section{-webkit-box-flex:10;-ms-flex:10 0 15%;flex:10 0 15%}.c-form--action{top:-128px}.c-form--employees,.c-form--employers{padding:38px 35px 20px}.c-form--position{margin:-40px -15px 0;-webkit-box-shadow:0 1px 31px -23px #6a7481;box-shadow:0 1px 31px -23px #6a7481}.c-heading h1{font-size:34px;font-weight:700;line-height:51px}.c-heading--front-page,.c-heading--sales-page{height:320px}.c-heading--landing-1 h1{max-width:500px;font-size:31px;line-height:45px}.c-heading--landing-1{padding-left:110px}.c-job--title{font-size:30px;line-height:39px;margin:0 0 40px}.c-jobs--col{border-bottom:1px solid #f8f8f8;border-bottom:1px solid var(--color--gray-light)}.c-jobs--more{margin-bottom:70px}.c-nav--main-item{height:70px;margin-right:26px;padding:23px 0 0}.c-nav--main-anchor{color:#1d2a3a;color:var(--color--blue-dark)}.c-nav--lang-wrap{position:relative;width:70px}.c-phone{margin-right:35px}.c-search{height:60px}.c-search--col-location{border-right:1px solid rgba(178,182,187,.46);border-radius:3px 0 0 3px}.c-search--filters{display:none}.l-section--front-page .c-search{height:70px}.l-section--front-page .c-search--input{height:70px;line-height:70px}.c-sections{padding:50px 20px 135px}.c-sections--inner{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.c-sections--item{-webkit-box-flex:0;-ms-flex:0 0 300px;flex:0 0 300px}.c-services{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-top:64px;padding-bottom:64px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.c-services--item{-webkit-box-flex:0;-ms-flex:0 0 253px;flex:0 0 253px}.c-trust--inner{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-top:64px;padding-bottom:64px}.c-trust--heading{margin:0}.c-trust--logos{-ms-flex-pack:distribute;justify-content:space-around}.c-values--inner{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-top:60px;padding-bottom:40px}.c-values--section{-webkit-box-flex:0;-ms-flex:0 0 40%;flex:0 0 40%;max-width:280px}.c-values--heading{min-height:66px;font-size:45px;line-height:53px}.c-vdb--section-bottom{display:none}}@media (max-width:59.999em){.l-inner--header{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.l-content--position{background:#f6f9ff;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.l-content--position+.l-footer{display:none}.l-content--main{padding:10px}.l-aside--divisions,.l-aside--regions{max-width:440px;margin:0 auto}.l-aside--search{display:none;position:fixed;top:0;right:0;width:310px;padding-left:40px;height:100%;overflow:auto;z-index:20}.l-aside--search:before{content:"";position:fixed;top:0;width:270px;right:0;bottom:0;background:#fff}.l-nav--wrap{display:none;position:fixed;top:0;left:0;width:100%;height:100%;overflow-y:auto;opacity:.97;background-color:#1d2a3a;z-index:500;border:1px solid #000;overflow:hidden;text-align:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.l-nav{width:100%}.l-section--front-page{height:179px;margin-bottom:185px}.c-btn--search{-webkit-box-flex:0;-ms-flex:0 0 60px;flex:0 0 60px;border-radius:0 0 3px 3px}.c-contact,.c-contact-landing-1{max-width:440px;margin:0 auto}.c-divisions{margin-bottom:20px}.c-heading h1{margin:0 0 36px}.c-heading p{display:none}.c-heading--front-page h1{max-width:117px}.c-heading--landing-1{max-width:440px;margin:0 auto}.c-job--content{font-size:15px}.c-job--content h3{font-size:17px}.c-job--action{display:none}.c-job-contacts{padding-bottom:40px;margin:0 10px}.c-job-contacts li{padding:7px 0}.c-jobs--headline{text-align:center}.c-jobs--col{float:left}.c-jobs--col-position{width:100%}.c-jobs--col-city,.c-jobs--col-valid{width:50%}.c-nav--main{margin:115px 0 180px;padding:0 20px;width:100%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.c-nav--main-item:first-child{text-align:left}.c-nav--main-item:first-child .c-nav--sub{left:0;right:auto}.c-nav--main-item{position:relative;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;text-align:right}.c-nav--lang-wrap{position:absolute;top:20px;left:20px}.c-phone{color:#fff;margin:0 0 30px}.c-search{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:0 20px}.l-section--search-page{padding:10px 0}.l-section--search-page .c-search{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;margin:0 10px;border-radius:3px}.l-section--search-page .c-search--col-location{display:none}.l-section--search-page .c-search--col-keyword{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;border-radius:3px 0 0 3px}.l-section--search-page .c-search--btn-text{display:none}.l-section--search-page .c-btn--search-small{min-width:35px;margin:5px;padding:9px 7px 8px 8px}.l-section--search-page .c-search--input{height:45px;padding:0 0 0 15px}.l-section--search-page .c-search--col ul{top:45px}.l-section--search-page .c-ico--area{display:none}.c-search--col{-webkit-box-flex:0;-ms-flex:0 0 60px;flex:0 0 60px}.c-search--col-keyword,.c-search--col-location{border-bottom:1px solid rgba(178,182,187,.46)}.l-section--front-page .c-search,.l-section--front-page .c-search--input{margin:0}.c-search--reset{position:relative;display:block;padding-top:20px;text-align:center}.c-sections--item{max-width:380px;margin:0 auto 30px}.c-services--item{max-width:380px;margin:0 auto 20px}.c-trust--heading{text-align:center;font-size:18px}.c-values--inner{max-width:400px}.c-vdb--top-img{margin-right:18px}.c-vdb--top-content{font-size:16px;line-height:19px}.c-vdb--section-aside{display:none}.c-vdb--bottom-heading{margin:0 18px 0 0}}
\ No newline at end of file
:root{--color--gray:#7e8683;--color--gray-darker:#2a3644;--color--green:#1fb299;--color--green-darker:#149a83;--color--green-dark:#006957;--color--blue-dark:#1d2a3a;--color--gray-light:#f8f8f8;--typo--font-family:-apple-system,BlinkMacSystemFont,"Segoe UI Light","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;--typo--font-size:1.5rem;--typo--weight-regular:400;--typo--weight-bold:700;--typo--line-height:1.2;--typo--font-face:"Roboto",sans-serif;--layout-width:1210px;--layout-width--small:870px;--layout-width--large:1150px}html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}html{-webkit-box-sizing:border-box;box-sizing:border-box}*,:after,:before{-webkit-box-sizing:inherit;box-sizing:inherit}a{color:inherit}body{font-size:14px;line-height:19px;color:#2a3644;color:var(--color--gray-darker);font-family:Roboto,sans-serif;font-family:var(--typo--font-face);background:#f8f8f8;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-height:100vh;padding-top:70px}h1{font-size:22px;line-height:29px;margin:0 0 22px}h1,h2{color:#2a3644;font-weight:500}h2{font-size:19px;line-height:25px;margin:0 0 19px}h3{color:#2a3644;font-weight:500;font-size:16px;line-height:20px;margin:0 0 16px}html{min-height:100%;font-size:62.5%;-webkit-tap-highlight-color:rgba(0,0,0,0)}.l-body--langing{padding-top:0!important}.l-body--langing .u-fill--logo{fill:#fff!important}.l-inner{max-width:1210px;max-width:var(--layout-width);margin-right:auto;margin-left:auto;padding-right:20px;padding-left:20px}.c-jobs--inner,.c-services,.c-trust--inner,.c-values--inner,.l-inner-small{max-width:870px;max-width:var(--layout-width--small);margin-right:auto;margin-left:auto;padding-right:20px;padding-left:20px}.l-inner--header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.l-header{background:#fff}.l-header,.l-header--langing{height:70px;position:fixed;top:0;left:0;width:100%;z-index:300}.l-content{max-width:1150px;max-width:var(--layout-width--large);padding-right:20px;padding-left:20px;margin:0 auto}.l-content--position{position:relative;padding:10px 10px 0}.l-content--position:before{content:"";position:absolute;top:0;left:0;height:244px;width:100%;background:linear-gradient(358.45deg,#3c7e9e,#1fb299)}.l-content--position-inner{position:relative;max-width:970px;margin:0 auto;border-radius:3px;background-color:#fff;-webkit-box-shadow:0 1px 31px -23px #6a7481;box-shadow:0 1px 31px -23px #6a7481}.l-content--position-inner .l-main{padding:20px}.l-content--heading{display:block;padding-top:20px;padding-bottom:15px}.l-content--heading h1{margin:0;padding:0;color:#2a3644;font-size:25px;font-weight:500;line-height:29px}.l-content--main{width:100%;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;max-width:1070px;padding:35px 20px 90px;margin:0 auto}.l-content--main h1{color:#2a3644;font-weight:500;font-size:22px;line-height:29px}.l-content--main h2{color:#2a3644;font-weight:500;font-size:19px;line-height:25px}.l-content--main h3{color:#2a3644;font-weight:500;font-size:16px;line-height:20px}.l-content--divisions,.l-content--regions{width:100%;max-width:1040px;padding-right:20px;padding-left:20px;margin:0 auto 40px}.l-aside--position{background-color:#f6f9ff}.l-aside--divisions,.l-aside--regions{z-index:50}.l-aside--close{position:fixed;top:0;right:265px;padding:14px 17px;cursor:pointer}.l-main{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%}.l-main--content{background-color:#fff;padding:30px 20px}.l-main--content img{max-width:100%;height:auto}.l-main--divisions,.l-main--regions{-webkit-box-flex:1;-ms-flex:1 1 600px;flex:1 1 600px}.l-footer{background:#1d2a3a;background:var(--color--blue-dark);color:#fff;padding-top:20px}.l-map{height:330px;margin-bottom:35px}.l-nav--close{top:10px;right:10px;padding:20px}.l-nav--close,.l-nav--open{position:absolute;cursor:pointer}.l-nav--open{top:0;right:0;padding:24px 20px}.l-section{padding:20px 0}.l-section--search-page{background-color:#111d1e}.l-section--vdb{background-color:#086335}.l-section--front-page{margin-bottom:2px}.l-section--front-page .l-section--inner,.l-section--sales-page .l-section--inner{max-width:870px;padding-right:20px;padding-left:20px}.l-section--inner{width:100%;max-width:1030px;margin:0 auto}.l-section--landing-1{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;padding:0!important;background-color:#515e70;height:240px}.o-btn{display:inline-block;border:0;padding:12px 24px 11px;cursor:pointer;border-radius:3px;font-weight:500;text-decoration:none;font-family:inherit}.o-nav{margin:0;padding:0;list-style:none}.c-btn--header{font-size:14px;font-weight:500}.c-btn--main{color:#fff;background:#1fb299;background:var(--color--green)}.c-btn--main:hover{background:#149a83;background:var(--color--green-darker)}.c-btn--vdb{color:#fff;background:#ff7046}.c-btn--vdb:hover{background:#ff501d}.c-btn--alt{padding:10px 15px;background:#e8f0ff;color:#004ed4}.c-btn--alt:after{float:right;margin:6px 0 0 35px;content:"";width:7px;height:7px;border:1px solid #004ed4;border-width:2px 2px 0 0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.c-btn--alt:hover{background-color:#dde6f5}.c-btn--fill{width:100%}.c-btn--search{min-width:180px;border-radius:0 3px 3px 0;text-align:center}.c-btn--search-small{margin:9px;min-width:133px;text-align:center}.c-btn--slim{color:#14a28a;background:none;font-weight:500;text-align:center;border:2px solid #1fb299;border-radius:3px}.c-btn--slim:hover{border-color:#149a83;border-color:var(--color--green-darker);background-color:#149a83;background-color:var(--color--green-darker);color:#fff}.c-btn--filter{color:#2a3644;font-size:15px;line-height:26px;text-align:center;background:#fff;border-radius:3px;padding:6px 15px 6px 12px}.c-cookies-warning{display:none}.c-contact{padding:20px 0}.c-contact--inner{max-width:1000px;padding:0 10px;margin:0 auto}.c-contact--content{color:#2a3644;font-weight:500;line-height:29px;padding:15px 0 20px 15px}.c-contact--content h3{margin:0 0 15px;font-size:25px;color:#2a3644;font-weight:500}.c-contact--content p{margin:0 0 20px}.c-contact--content img{max-width:100%;height:auto}.c-contact--form{max-width:420px}.c-contact-landing-1{padding:10px 0}.c-contact-landing-1--inner{max-width:1000px;padding:0 10px;margin:0 auto}.c-contact-landing-1--content{color:#2a3644;font-weight:500;line-height:29px;padding:15px 0 20px 15px}.c-contact-landing-1--content img{max-width:100%;height:auto}.c-contact-landing-1--img{margin-top:40px}.c-contact-landing-1--form{max-width:420px}.c-divisions{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.c-division{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;height:30px;margin:0 10px 10px 0;padding:0 20px;border-radius:3px;background-color:#e8f0ff;color:#004ed4;font-weight:500;line-height:30px;white-space:nowrap;text-decoration:none;cursor:pointer}.c-division:hover{background-color:#dde6f5}.c-feedbacks{padding:30px 0;background:linear-gradient(134.06deg,#fff,#cbe2ec)}.c-feedbacks--inner{position:relative;overflow:hidden;width:340px;height:250px;margin:0 auto;max-width:100%}.c-feedbacks--heading{color:#2a3644;margin:0 0 20px;padding:0 30px;font-size:18px;line-height:26px;font-weight:500;text-align:center}.c-feedbacks--section{padding-top:40px}.c-feedbacks--section-inner{position:relative;height:110px;width:320px;margin:0 5px;padding:60px 0 0;border-radius:23px;background-color:#fff}.c-footer-section:first-child{-webkit-box-flex:5;-ms-flex:5 0 15%;flex:5 0 15%}.c-footer-section:nth-child(4){-webkit-box-flex:1;-ms-flex:1 0 15%;flex:1 0 15%}.c-footer-separator{margin-bottom:25px;border-color:#fff;border-width:2px 0 0;opacity:.29}.c-form{position:relative}.c-form--action{position:absolute;top:-88px;left:-9999px;width:1px}.c-form--action-position{top:-58px}.c-form--employees,.c-form--employers{-webkit-box-shadow:0 1px 31px -23px #6a7481;box-shadow:0 1px 31px -23px #6a7481}.c-form--employees,.c-form--employers,.c-form--position{padding:28px 20px 20px;border-radius:3px;background-color:#fff}.c-form--row{position:relative;margin-bottom:20px}.c-form--label{display:block;color:#2a3644;font-size:15px;line-height:18px;margin-bottom:4px;font-weight:500}.c-form--input{width:100%;padding:10px;background:none;border:1px solid #d4d4d4;border-radius:3px;font-size:15px;font-family:inherit}.c-form--input:focus{border-color:#d4d4d4!important}.c-form--textarea{width:100%;padding:10px;background:none;border:1px solid #d4d4d4;border-radius:3px;font-size:15px;font-family:inherit}.c-form--textarea:focus{border-color:#d4d4d4!important}.c-form--submit-wrap{padding:10px 0}.c-form--checkbox-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative}.c-form--checkbox{position:absolute;top:0;left:0;visibility:hidden}.c-form--checkbox:checked+label:before{border-color:#d4d4d4}.c-form--checkbox:checked+label:after{content:"✔"}.c-form--label-checkbox{position:relative;margin:0 0 0 31px;color:#868f98;font-size:12px;line-height:17px}.c-form--label-checkbox:before{content:"";position:absolute;top:0;left:-31px;height:18px;width:18px;border:1px solid #d4d4d4;border-radius:3px;cursor:pointer}.c-form--label-checkbox:after{content:"";position:absolute;top:-2px;left:-28px;width:20px;height:20px;border-radius:3px;color:#1fb299;color:var(--color--green);font-size:22px;cursor:pointer}.c-heading{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.c-heading h1{margin:0 0 18px;padding:0;color:#2a3644;font-size:21px;font-weight:500;line-height:32px}.c-heading--landing-1 h1{max-width:230px;color:#fff;font-size:21px;line-height:32px;padding:0 20px}.c-ico--search{margin:0 3px -3px 0}.c-ico--location{left:18px}.c-ico--area,.c-ico--location{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);margin-top:-1px}.c-ico--area{left:14px}.c-ico--phone{float:left;margin:3px 10px 0 1px}.c-ico--email{float:left;margin:6px 10px 0 0}.c-ico--address{float:left;margin:3px 12px 0 3px}.c-ico--filter{float:left;margin:3px 15px 0 3px}.c-ico--time{float:left;margin:2px 20px 0 0}.c-ico--offer{float:left;margin:1px 23px 0 0}.c-ico--easy{float:left;margin:0 21px 0 0}.c-job--title{margin:0 0 15px;padding:0;color:#2a3644;font-weight:500;font-size:22px;line-height:29px}.c-job--content{line-height:25px;color:#2a3644}.c-job--content h3{color:#069980;font-size:19px;font-weight:700;margin:0 0 3px;padding:0}.c-job--content h3:nth-child(n+1){margin-top:30px}.c-job--content ul{margin:0;padding:0;list-style:none}.c-job--content li:before{content:"";display:inline-block;width:14px;height:8px;margin:0 5px 1px 0;background:url(/wp-content/themes/biuro/i/ico--job-arrow.svg)}.c-job--action{padding:30px 0}.c-job-contacts ul{margin:0;padding:0;list-style:none}.c-job-contacts li{line-height:28px}.c-job-contacts a{overflow:hidden;text-decoration:none}.c-job-contacts a:hover{text-decoration:underline}.c-jobs--table{margin:0 0 20px}.c-jobs--headline{margin:0 0 25px;padding:20px 20px 0}.c-jobs--col{background:#fff;vertical-align:middle;color:#868c93;padding:10px 15px}.c-jobs--anchor{display:block;padding:4px 0;color:#004ed4;font-weight:500;line-height:18px;text-decoration:none}.c-jobs--more{margin-bottom:50px}.c-jobs-section{margin:0 20px 20px 0;padding:28px 28px 23px}.c-jobs-section--heading{margin:0 0 15px}.c-jobs-section--list{margin:0;padding:0;list-style:none}.c-logo{width:81px;margin-right:89px;padding:11px 0;text-decoration:none}.c-logo,.c-logo--svg{display:block}.c-modal{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(42,54,68,.86);z-index:8000}.c-modal--inner{position:absolute;top:50%;left:50%;max-width:94%;width:606px;height:314px;padding:56px 20px 20px;background-color:#fff;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);text-align:center}.c-modal--inner svg{display:block;margin:0 auto 23px}.c-modal--inner p{margin-bottom:20px}.c-modal--inner .c-btn--main{min-width:208px}.c-nav--main{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:14px}.c-nav--sub{display:none}.c-nav--main-item{position:relative;z-index:500}.c-nav--main-anchor{display:block;padding:5px 0 4px;font-weight:500;color:#fff;text-decoration:none}.c-nav--lang-wrap{width:74px;height:32px}.c-nav--lang-item{padding:6px 0}.c-nav--lang-item:nth-child(n+2){display:none}.c-phone{white-space:nowrap;padding:12px 0 10px;text-decoration:none;color:inherit;font-weight:500;font-size:14px}.c-phone svg{float:left;margin:-6px 5px 0 0}.c-search{display:-webkit-box;display:-ms-flexbox;display:flex;background-color:#fff;border-radius:3px}.c-search--col{position:relative;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;background-color:#fff}.c-search--col .awesomplete{position:absolute;top:0;right:0;left:0;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.c-search--col ul{top:57px;padding-top:10px;overflow-x:hidden;max-height:350px;overflow-y:auto}.c-search--col li{padding:10px 15px;margin-bottom:10px;cursor:pointer}.c-search--col li:hover{color:#000}.c-search--col-location{border-radius:3px 3px 0 0}.c-search--input{border:0;padding:0 10px 0 44px;margin:0;height:60px;line-height:60px;background:none}.c-search--input:focus{outline:none}.c-search--filters{padding:10px;text-align:right}.l-section--front-page .c-search{-webkit-box-shadow:6px 10px 48px 0 #d4dbe4;box-shadow:6px 10px 48px 0 #d4dbe4}.c-search--reset{display:none}.c-sections{max-width:1000px;margin-right:auto;margin-left:auto;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:20px}.c-sections--item{position:relative;height:211px;margin-bottom:30px}.c-services{padding:20px}.c-services--item{position:relative;height:245px}.c-services--toggle{display:none}.c-share{margin-bottom:30px}.c-share--heading{margin:0;padding:20px 0 10px;font-weight:500;text-align:center}.c-share--options{-ms-flex-pack:center}.c-share--option,.c-share--options{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;justify-content:center}.c-share--option{height:36px;-webkit-box-flex:0;-ms-flex:0 0 50px;flex:0 0 50px;border-radius:3px;margin:0 3px;text-decoration:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-pack:center}.c-share--option-facebook{background-color:#4367b0}.c-share--option-facebook:hover{background-color:#2f4f90}.c-share--option-messenger{background-color:#1983fa}.c-share--option-messenger:hover{background-color:#1b6fcc}.c-share--option-email{background-color:#2a3644}.c-share--option-email:hover{background-color:#000}.c-share--option-copy{background-color:#858585}.c-share--option-copy:hover{background-color:#5c5c5c}.c-share--option-phone{background-color:#25d366}.c-share--option-phone:hover{background-color:#1baf52}.c-trust{background:linear-gradient(134.06deg,#70b7d5,#7bcbcf)}.c-trust--inner{-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-top:25px;padding-bottom:45px}.c-trust--heading{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;margin:0 0 35px;color:#fff}.c-trust--logos{-webkit-box-flex:10;-ms-flex:10 1 auto;flex:10 1 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.c-values--inner{padding-top:20px;padding-bottom:20px}.c-values--section{max-width:250px}.c-values--heading{min-height:34px;font-size:35px;line-height:41px}.c-vdb--top{min-height:68px;background:#02bf5f;padding:14px 0}.c-vdb--top-inner{max-width:1050px;margin:0 auto;padding:0 10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.c-vdb--top-img{-webkit-box-flex:0;-ms-flex:0 0 39px;flex:0 0 39px;margin-right:38px}.c-vdb--top-content{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;color:#fff;margin:0;padding:0 10px 0 0;font-size:18px;line-height:25px}.c-vdb--section{margin:0 20px 20px 0;padding:28px 28px 23px;border-radius:3px;background-color:#fff}.c-vdb--section-bottom{max-width:360px;margin:0 auto 20px;border:20px solid #f8f8f8}.c-vdb--section-img{display:block;margin:0 auto 15px}.c-vdb--section-heading{font-size:21px;font-weight:500;line-height:27px}.c-vdb--section-content{line-height:23px}.c-vdb--bottom{min-height:68px;background:#4b5561 url(/wp-content/themes/biuro/i/vdb/bottom.png) no-repeat 50% 50%;background-size:cover;padding:46px 0}.c-vdb--bottom-inner{max-width:1050px;margin:0 auto;padding:0 10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.c-vdb--bottom-heading{margin:0 38px 0 0;padding:0;color:#fff;font-size:36px;line-height:42px;font-weight:500}.c-vdb--bottom-content{color:#fff;margin:0;padding:0;line-height:23px}.u-fill--inherit{fill:currentColor}.u-fill--logo{fill:#149a83}.u-hidden{display:none}.visually-hidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}@media (min-width:60em){body{padding-top:117px;font-size:1.5rem;font-size:var(--typo--font-size);line-height:1.2;line-height:var(--typo--line-height)}h1{font-size:25px;line-height:38px;margin:0 0 25px}h2{font-size:21px;margin:0 0 21px}h2,h3{line-height:30px}h3{font-size:18px;margin:0 0 18px}.l-header{margin-bottom:47px}.l-header:before{content:"";position:absolute;top:100%;left:0;width:100%;height:47px;background:#1d2a3a;background:var(--color--blue-dark)}.l-content{display:-webkit-box;display:-ms-flexbox;display:flex}.l-content--position{padding:40px 20px}.l-content--position-inner{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0 auto 140px}.l-content--position-inner .l-main{padding:70px 55px 40px 57px}.l-content--heading{padding-left:320px;padding-top:40px;padding-bottom:25px}.l-content--main h1{font-size:25px;line-height:38px}.l-content--main h2{font-size:21px;line-height:30px}.l-content--main h3{font-size:18px;line-height:30px}.l-content--divisions,.l-content--regions{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0 auto 200px}.l-aside{-webkit-box-flex:0;-ms-flex:0 0 280px;flex:0 0 280px}.l-aside--position{-webkit-box-flex:0;-ms-flex:0 0 400px;flex:0 0 400px;padding:70px 40px}.l-aside--divisions,.l-aside--regions{-webkit-box-flex:0;-ms-flex:0 0 385px;flex:0 0 385px;margin:-315px 0 0 55px}.l-aside--close{display:none}.l-main--content{padding:40px 50px}.l-footer{padding-top:70px}.l-nav--wrap{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.l-nav{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.l-nav--close,.l-nav--open{display:none}.l-section{padding:30px 0}.l-section--front-page{height:380px;margin-bottom:92px}.l-section--sales-page{height:380px}.l-section--landing-1{height:348px}.c-btn--header{margin-right:28px}.c-contact{padding:50px 0}.c-contact--inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.c-contact--content{max-width:500px;padding:75px 0 0 90px}.c-contact--content,.c-contact--form{-webkit-box-flex:1;-ms-flex:1 1 40%;flex:1 1 40%}.c-contact-landing-1{padding:30px 0 40px}.c-contact-landing-1--inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.c-contact-landing-1--content{-webkit-box-flex:1;-ms-flex:1 1 40%;flex:1 1 40%;max-width:500px;padding:0 0 0 90px}.c-contact-landing-1--form{-webkit-box-flex:1;-ms-flex:1 1 40%;flex:1 1 40%;margin-top:-200px}.c-feedbacks{padding:50px 0 70px}.c-feedbacks--inner{width:640px;height:300px}.c-feedbacks--heading{font-size:25px;line-height:29px;margin:0 0 40px}.c-feedbacks--section-inner{height:140px;width:574px;margin:0 33px}.c-footer-sections{display:-webkit-box;display:-ms-flexbox;display:flex}.c-footer-section{-webkit-box-flex:10;-ms-flex:10 0 15%;flex:10 0 15%}.c-form--action{top:-128px}.c-form--employees,.c-form--employers{padding:38px 35px 20px}.c-form--position{margin:-40px -15px 0;-webkit-box-shadow:0 1px 31px -23px #6a7481;box-shadow:0 1px 31px -23px #6a7481}.c-heading h1{font-size:34px;font-weight:700;line-height:51px}.c-heading--front-page,.c-heading--sales-page{height:320px}.c-heading--landing-1 h1{max-width:500px;font-size:31px;line-height:45px}.c-heading--landing-1{padding-left:110px}.c-job--title{font-size:30px;line-height:39px;margin:0 0 40px}.c-jobs--col{border-bottom:1px solid #f8f8f8;border-bottom:1px solid var(--color--gray-light)}.c-jobs--more{margin-bottom:70px}.c-nav--main-item{height:70px;margin-right:26px;padding:23px 0 0}.c-nav--main-anchor{color:#1d2a3a;color:var(--color--blue-dark)}.c-nav--lang-wrap{position:relative;width:70px}.c-phone{margin-right:35px}.c-search{height:60px}.c-search--col-location{border-right:1px solid rgba(178,182,187,.46);border-radius:3px 0 0 3px}.c-search--filters{display:none}.l-section--front-page .c-search{height:70px}.l-section--front-page .c-search--input{height:70px;line-height:70px}.c-sections{padding:50px 20px 135px}.c-sections--inner{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.c-sections--item{-webkit-box-flex:0;-ms-flex:0 0 300px;flex:0 0 300px}.c-services{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-top:64px;padding-bottom:64px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.c-services--item{-webkit-box-flex:0;-ms-flex:0 0 253px;flex:0 0 253px}.c-trust--inner{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-top:64px;padding-bottom:64px}.c-trust--heading{margin:0}.c-trust--logos{-ms-flex-pack:distribute;justify-content:space-around}.c-values--inner{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-top:60px;padding-bottom:40px}.c-values--section{-webkit-box-flex:0;-ms-flex:0 0 40%;flex:0 0 40%;max-width:280px}.c-values--heading{min-height:66px;font-size:45px;line-height:53px}.c-vdb--section-bottom{display:none}}@media (max-width:59.999em){.l-inner--header{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.l-content--position{background:#f6f9ff;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.l-content--position+.l-footer{display:none}.l-content--main{padding:10px}.l-aside--divisions,.l-aside--regions{max-width:440px;margin:0 auto}.l-aside--search{display:none;position:fixed;top:0;right:0;width:310px;padding-left:40px;height:100%;overflow:auto;z-index:20}.l-aside--search:before{content:"";position:fixed;top:0;width:270px;right:0;bottom:0;background:#fff}.l-nav--wrap{display:none;position:fixed;top:0;left:0;width:100%;height:100%;overflow-y:auto;opacity:.97;background-color:#1d2a3a;z-index:500;border:1px solid #000;overflow:hidden;text-align:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.l-nav{width:100%}.l-section--front-page{height:179px;margin-bottom:185px}.c-btn--search{-webkit-box-flex:0;-ms-flex:0 0 60px;flex:0 0 60px;border-radius:0 0 3px 3px}.c-contact,.c-contact-landing-1{max-width:440px;margin:0 auto}.c-divisions{margin-bottom:20px}.c-heading h1{margin:0 0 36px}.c-heading p{display:none}.c-heading--front-page h1{max-width:117px}.c-heading--landing-1{max-width:440px;margin:0 auto}.c-job--content{font-size:15px}.c-job--content h3{font-size:17px}.c-job--action{display:none}.c-job-contacts{padding-bottom:40px;margin:0 10px}.c-job-contacts li{padding:7px 0}.c-jobs--headline{text-align:center}.c-jobs--col{float:left}.c-jobs--col-position{width:100%}.c-jobs--col-city,.c-jobs--col-valid{width:50%}.c-nav--main{margin:115px 0 180px;padding:0 20px;width:100%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.c-nav--main-item:first-child{text-align:left}.c-nav--main-item:first-child .c-nav--sub{left:0;right:auto}.c-nav--main-item{position:relative;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;text-align:right}.c-nav--lang-wrap{position:absolute;top:20px;left:20px}.c-phone{color:#fff;margin:0 0 30px}.c-search{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:0 20px}.l-section--search-page{padding:10px 0}.l-section--search-page .c-search{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;margin:0 10px;border-radius:3px}.l-section--search-page .c-search--col-location{display:none}.l-section--search-page .c-search--col-keyword{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;border-radius:3px 0 0 3px}.l-section--search-page .c-search--btn-text{display:none}.l-section--search-page .c-btn--search-small{min-width:35px;margin:5px;padding:9px 7px 8px 8px}.l-section--search-page .c-search--input{height:45px;padding:0 0 0 15px}.l-section--search-page .c-search--col ul{top:45px}.l-section--search-page .c-ico--area{display:none}.c-search--col{-webkit-box-flex:0;-ms-flex:0 0 60px;flex:0 0 60px}.c-search--col-keyword,.c-search--col-location{border-bottom:1px solid rgba(178,182,187,.46)}.l-section--front-page .c-search,.l-section--front-page .c-search--input{margin:0}.c-search--reset{position:relative;display:block;padding-top:20px;text-align:center}.c-sections--item{max-width:380px;margin:0 auto 30px}.c-services--item{max-width:380px;margin:0 auto 20px}.c-trust--heading{text-align:center;font-size:18px}.c-values--inner{max-width:400px}.c-vdb--top-img{margin-right:18px}.c-vdb--top-content{font-size:16px;line-height:19px}.c-vdb--section-aside{display:none}.c-vdb--bottom-heading{margin:0 18px 0 0}}
\ No newline at end of file
@font-face{font-family:Roboto;font-style:normal;font-weight:300;font-display:swap;src:local("Roboto Light"),local("Roboto-Light"),url(/wp-content/themes/biuro/fonts/roboto-v19-cyrillic_latin_cyrillic-ext_latin-ext-300.woff2) format("woff2"),url(/wp-content/themes/biuro/fonts/roboto-v19-cyrillic_latin_cyrillic-ext_latin-ext-300.woff) format("woff")}@font-face{font-family:Roboto;font-style:normal;font-weight:400;font-display:swap;src:local("Roboto"),local("Roboto-Regular"),url(/wp-content/themes/biuro/fonts/roboto-v19-cyrillic_latin_cyrillic-ext_latin-ext-regular.woff2) format("woff2"),url(/wp-content/themes/biuro/fonts/roboto-v19-cyrillic_latin_cyrillic-ext_latin-ext-regular.woff) format("woff")}@font-face{font-family:Roboto;font-style:normal;font-weight:500;font-display:swap;src:local("Roboto Medium"),local("Roboto-Medium"),url(/wp-content/themes/biuro/fonts/roboto-v19-cyrillic_latin_cyrillic-ext_latin-ext-500.woff2) format("woff2"),url(/wp-content/themes/biuro/fonts/roboto-v19-cyrillic_latin_cyrillic-ext_latin-ext-500.woff) format("woff")}@font-face{font-family:Roboto;font-style:normal;font-weight:700;font-display:swap;src:local("Roboto Bold"),local("Roboto-Bold"),url(/wp-content/themes/biuro/fonts/roboto-v19-cyrillic_latin_cyrillic-ext_latin-ext-700.woff2) format("woff2"),url(/wp-content/themes/biuro/fonts/roboto-v19-cyrillic_latin_cyrillic-ext_latin-ext-700.woff) format("woff")}
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}a:hover{text-decoration:none}figure{margin:0}img{max-width:100%}p{margin:0 0 1.6rem}b,strong{font-weight:700;font-weight:var(--typo--weight-bold)}table{border-collapse:collapse;border-spacing:0}.customize-support .l-header{top:32px}.l-section{background-repeat:no-repeat;background-position:50% 50%;background-size:cover}.l-section--search-page{background-image:url(/wp-content/themes/biuro/i/search-page.png)}@supports (background-image:-webkit-image-set(url(/wp-content/themes/biuro/i/search-page.webp) 1x)){.l-section--search-page{background-image:url(/wp-content/themes/biuro/i/search-page.webp)}}.l-section--vdb{background-image:url(/wp-content/themes/biuro/i/vdb/section.png)}@supports (background-image:-webkit-image-set(url(/wp-content/themes/biuro/i/vdb/section.webp) 1x)){.l-section--vdb{background-image:url(/wp-content/themes/biuro/i/vdb/section.webp)}}.l-section--front-page{background-image:url(/wp-content/themes/biuro/i/front-page.png);background-size:200%}@supports (background-image:-webkit-image-set(url(/wp-content/themes/biuro/i/front-page.webp) 1x)){.l-section--front-page{background-image:url(/wp-content/themes/biuro/i/front-page.webp)}}.l-section--sales-page{background-image:url(/wp-content/themes/biuro/i/sales-page.png)}@supports (background-image:-webkit-image-set(url(/wp-content/themes/biuro/i/sales-page.webp) 1x)){.l-section--sales-page{background-image:url(/wp-content/themes/biuro/i/sales-page.webp)}}.l-section--landing-1{background-image:url(/wp-content/themes/biuro/i/sections/landing-1.jpg);background-position:0 50%}@supports (background-image:-webkit-image-set(url(/wp-content/themes/biuro/i/sections/landing-1.webp) 1x)){.l-section--landing-1{background-image:url(/wp-content/themes/biuro/i/sections/landing-1.webp)}}.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;-ms-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translateZ(0);transform:translateZ(0)}.swiper-container-multirow>.swiper-wrapper{-ms-flex-wrap:wrap;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{-ms-flex-negative:0;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;-ms-flex-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{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-container-wp8-vertical,.swiper-container-wp8-vertical>.swiper-wrapper{-ms-touch-action:pan-x;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;-webkit-box-shadow:none;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:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-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--message{margin-bottom:40px}.awesomplete [hidden]{display:none}.awesomplete .visually-hidden{position:absolute;clip:rect(0,0,0,0)}.awesomplete{display:inline-block;position:relative}.awesomplete>input{display:block}.awesomplete>ul{position:absolute;left:0;z-index:1;min-width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;list-style:none;padding:0;margin:0;background:#fff}.awesomplete>ul:empty{display:none}.c-breadcrumbs{padding-top:1em}.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:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-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-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-feedbacks--img{position:absolute;top:-32px;left:50%;margin-left:-42px}.c-feedbacks--feedback{margin:0 auto 10px;max-width:260px;height:58px;color:#2a3644;font-family:Georgia;font-size:14px;line-height:26px;text-align:center;overflow:hidden}.c-feedbacks--name{color:#919191;font-family:Georgia;font-size:15px;line-height:17px;text-align:center}.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{background-color:#fff;margin-top:5px;padding:10px 15px;border:1px solid;font-size:13px;line-height:20px}.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-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{color:#19c5a7;white-space:nowrap;padding-right:15px;padding-left:5px;width:100px}.c-jobs--anchor{display:block;padding:4px 0;color:#004ed4;font-weight:500;line-height:18px;text-decoration:none}.c-jobs--anchor:hover{text-decoration:underline}.c-jobs--anchor:visited{color:#551b89}.pods-pagination-paginate{display:-webkit-box;display:-ms-flexbox;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{margin:0 0 2px -6px;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.next:after,.prev:after{display:inline-block;content:"";width:8px;height:8px;border:1px solid #1fb299;border-width:1px 1px 0 0}.prev:after{margin:0 -6px 2px 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 .c-jobs-section--anchor{color:#1fb299}.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-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-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;-webkit-box-shadow:2px 2px 31px 0 hsla(0,0%,93.3%,.5);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;-webkit-box-shadow:0 -37px 24px 0 hsla(0,0%,100%,.78);box-shadow:0 -37px 24px 0 hsla(0,0%,100%,.78);cursor:pointer}.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:#868c93;font-size:12px;line-height:20px}.c-sections--content ul{margin:30px 0 0;padding:0;list-style:none}.c-sections--is-open{height:451px;z-index:80}.c-sections--is-open .c-sections--toggle{-webkit-box-shadow:none;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;-webkit-box-shadow:2px 2px 31px 0 hsla(0,0%,93.3%,.5);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}.c-services--toggle-up{display:none}.c-services--is-open{height:341px;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{position:absolute;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-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}.tmp-contacts img{display:none}.tmp-contacts ul{padding-left:5px}.c-logos{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.c-logos div{-webkit-box-flex:0;-ms-flex:0 0 21%;flex:0 0 21%;border:1px solid grey;padding:1em;margin-bottom:1em;text-align:center}.biuro-ti-img{display:none}.t-membership{width:100%;border:0;text-align:left}.t-membership td{text-align:justify;vertical-align:middle}.t-membership .t-membership-row-4 td{border-bottom:none}@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%}}@media (min-width:60em){.l-section--front-page{background-size:cover}.c-data-controller{margin-bottom:35px;padding:15px 0 10px;line-height:1.1}.c-feedbacks--feedback{margin:0 auto 17px;height:79px;font-size:21px;line-height:40px;max-width:400px}.c-footer-sections{-ms-flex-wrap:wrap;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-services--heading{min-height:44px}.c-share{margin-bottom:90px}.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:-ms-flexbox;display:flex}.is-nav--main-anchor-active{border-bottom-color:#1d2a3a;border-bottom-color:var(--color--blue-dark)}}@media (max-width:59.999em){.c-footer-sections{text-align:center;font-size:13px}.c-jobs--headline{min-height:26px;font-size:18px;font-weight:500;line-height:26px;text-align:center}.c-jobs--col-city,.c-jobs--col-valid{border-bottom:1px solid #f8f8f8;border-bottom:1px solid var(--color--gray-light);font-size:13px;padding-top:0}.c-jobs--col-valid{width:50%;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;-webkit-box-shadow:0 0 20px 60px #1d2a3a;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}.is-nav--main-anchor-active{border-bottom-color:#fff}.is-nav--open .l-nav--wrap{display:-webkit-box;display:-ms-flexbox;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}.c-fixed-footer{position:fixed;left:0;bottom:0;width:100%;background:hsla(0,0%,100%,.85);padding:20px 20px 0;-webkit-box-shadow:0 -1px 1px 0 rgba(0,0,0,.45);box-shadow:0 -1px 1px 0 rgba(0,0,0,.45)}}@media (min-width:93.75em){.c-form--validation{left:100%;right:auto;-webkit-transform:translate(30px,-50%);transform:translate(30px,-50%)}}@media (max-width:767px){.t-membership tr{display:block}.t-membership td{display:block;float:left;width:100%}.t-membership .t-membership-col-2{border-bottom:1px solid #dfdfdf;padding:0 0 20px}}@media (min-width:768px){.t-membership-col-1{width:150px;padding-right:20px}}@media (min-width:980px){.t-membership-col-1{width:250px;padding-right:0}}
\ No newline at end of file
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}a:hover{text-decoration:none}figure{margin:0}img{max-width:100%}p{margin:0 0 1.6rem}b,strong{font-weight:700;font-weight:var(--typo--weight-bold)}table{border-collapse:collapse;border-spacing:0}.customize-support .l-header{top:32px}.l-section{background-repeat:no-repeat;background-position:50% 50%;background-size:cover}.l-section--search-page{background-image:url(/wp-content/themes/biuro/i/search-page.png)}@supports (background-image:-webkit-image-set(url(/wp-content/themes/biuro/i/search-page.webp) 1x)){.l-section--search-page{background-image:url(/wp-content/themes/biuro/i/search-page.webp)}}.l-section--vdb{background-image:url(/wp-content/themes/biuro/i/vdb/section.png)}@supports (background-image:-webkit-image-set(url(/wp-content/themes/biuro/i/vdb/section.webp) 1x)){.l-section--vdb{background-image:url(/wp-content/themes/biuro/i/vdb/section.webp)}}.l-section--front-page{background-image:url(/wp-content/themes/biuro/i/front-page.png);background-size:200%}@supports (background-image:-webkit-image-set(url(/wp-content/themes/biuro/i/front-page.webp) 1x)){.l-section--front-page{background-image:url(/wp-content/themes/biuro/i/front-page.webp)}}.l-section--sales-page{background-image:url(/wp-content/themes/biuro/i/sales-page.png)}@supports (background-image:-webkit-image-set(url(/wp-content/themes/biuro/i/sales-page.webp) 1x)){.l-section--sales-page{background-image:url(/wp-content/themes/biuro/i/sales-page.webp)}}.l-section--landing-1{background-image:url(/wp-content/themes/biuro/i/sections/landing-1.jpg);background-position:0 50%}@supports (background-image:-webkit-image-set(url(/wp-content/themes/biuro/i/sections/landing-1.webp) 1x)){.l-section--landing-1{background-image:url(/wp-content/themes/biuro/i/sections/landing-1.webp)}}.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;-ms-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translateZ(0);transform:translateZ(0)}.swiper-container-multirow>.swiper-wrapper{-ms-flex-wrap:wrap;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{-ms-flex-negative:0;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;-ms-flex-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{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-container-wp8-vertical,.swiper-container-wp8-vertical>.swiper-wrapper{-ms-touch-action:pan-x;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;-webkit-box-shadow:none;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:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-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--message{margin-bottom:40px}.awesomplete [hidden]{display:none}.awesomplete .visually-hidden{position:absolute;clip:rect(0,0,0,0)}.awesomplete{display:inline-block;position:relative}.awesomplete>input{display:block}.awesomplete>ul{position:absolute;left:0;z-index:1;min-width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;list-style:none;padding:0;margin:0;background:#fff}.awesomplete>ul:empty{display:none}.c-breadcrumbs{padding-top:1em}.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:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-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-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-feedbacks--img{position:absolute;top:-32px;left:50%;margin-left:-42px}.c-feedbacks--feedback{margin:0 auto 10px;max-width:260px;height:58px;color:#2a3644;font-family:Georgia;font-size:14px;line-height:26px;text-align:center;overflow:hidden}.c-feedbacks--name{color:#919191;font-family:Georgia;font-size:13px;line-height:15px;text-align:center;padding:0 10px}.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{background-color:#fff;margin-top:5px;padding:10px 15px;border:1px solid;font-size:13px;line-height:20px}.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-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{color:#19c5a7;white-space:nowrap;padding-right:15px;padding-left:5px;width:100px}.c-jobs--anchor{display:block;padding:4px 0;color:#004ed4;font-weight:500;line-height:18px;text-decoration:none}.c-jobs--anchor:hover{text-decoration:underline}.c-jobs--anchor:visited{color:#551b89}.pods-pagination-paginate{display:-webkit-box;display:-ms-flexbox;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{margin:0 0 2px -6px;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.next:after,.prev:after{display:inline-block;content:"";width:8px;height:8px;border:1px solid #1fb299;border-width:1px 1px 0 0}.prev:after{margin:0 -6px 2px 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 .c-jobs-section--anchor{color:#1fb299}.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-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-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;-webkit-box-shadow:2px 2px 31px 0 hsla(0,0%,93.3%,.5);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;-webkit-box-shadow:0 -37px 24px 0 hsla(0,0%,100%,.78);box-shadow:0 -37px 24px 0 hsla(0,0%,100%,.78);cursor:pointer}.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:#868c93;font-size:12px;line-height:20px}.c-sections--content ul{margin:30px 0 0;padding:0;list-style:none}.c-sections--is-open{height:451px;z-index:80}.c-sections--is-open .c-sections--toggle{-webkit-box-shadow:none;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;-webkit-box-shadow:2px 2px 31px 0 hsla(0,0%,93.3%,.5);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}.c-services--toggle-up{display:none}.c-services--is-open{height:341px;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{position:absolute;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-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}.tmp-contacts img{display:none}.tmp-contacts ul{padding-left:5px}.c-logos{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.c-logos div{-webkit-box-flex:0;-ms-flex:0 0 21%;flex:0 0 21%;border:1px solid grey;padding:1em;margin-bottom:1em;text-align:center}.biuro-ti-img{display:none}.t-membership{width:100%;border:0;text-align:left}.t-membership td{text-align:justify;vertical-align:middle}.t-membership .t-membership-row-4 td{border-bottom:none}@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%}}@media (min-width:60em){.l-section--front-page{background-size:cover}.c-data-controller{margin-bottom:35px;padding:15px 0 10px;line-height:1.1}.c-feedbacks--feedback{margin:0 auto 17px;height:79px;font-size:21px;line-height:40px;max-width:400px}.c-feedbacks--name{font-size:15px;line-height:17px}.c-footer-sections{-ms-flex-wrap:wrap;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-services--heading{min-height:44px}.c-share{margin-bottom:90px}.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:-ms-flexbox;display:flex}.is-nav--main-anchor-active{border-bottom-color:#1d2a3a;border-bottom-color:var(--color--blue-dark)}}@media (max-width:59.999em){.c-footer-sections{text-align:center;font-size:13px}.c-jobs--headline{min-height:26px;font-size:18px;font-weight:500;line-height:26px;text-align:center}.c-jobs--col-city,.c-jobs--col-valid{border-bottom:1px solid #f8f8f8;border-bottom:1px solid var(--color--gray-light);font-size:13px;padding-top:0}.c-jobs--col-valid{width:50%;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;-webkit-box-shadow:0 0 20px 60px #1d2a3a;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-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:-ms-flexbox;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}.c-fixed-footer{position:fixed;left:0;bottom:0;width:100%;background:hsla(0,0%,100%,.85);padding:20px 20px 0;-webkit-box-shadow:0 -1px 1px 0 rgba(0,0,0,.45);box-shadow:0 -1px 1px 0 rgba(0,0,0,.45)}}@media (min-width:93.75em){.c-form--validation{left:100%;right:auto;-webkit-transform:translate(30px,-50%);transform:translate(30px,-50%)}}@media (max-width:767px){.t-membership tr{display:block}.t-membership td{display:block;float:left;width:100%}.t-membership .t-membership-col-2{border-bottom:1px solid #dfdfdf;padding:0 0 20px}}@media (min-width:768px){.t-membership-col-1{width:150px;padding-right:20px}}@media (min-width:980px){.t-membership-col-1{width:250px;padding-right:0}}
\ No newline at end of file
......@@ -64,7 +64,7 @@
?>
<div class="c-contact-landing-1--img">
<picture>
<source srcset="/wp-content/themes/biuro/i/contact.webp" type="image/jpeg">
<source srcset="/wp-content/themes/biuro/i/contact.webp" type="image/webp">
<img src="/wp-content/themes/biuro/i/contact.png" alt="" width="328" height="95">
</picture>
</div>
......
......@@ -75,29 +75,21 @@
</div><!-- .c-jobs--inner -->
</div><!-- .c-jobs -->
<div class="c-trust">
<div class="c-trust--inner">
<h2 class="c-trust--heading"><?php _e('Trust in us', 'biuro'); ?></h2>
<div class="c-trust--logos">
<img src="/wp-content/themes/biuro/i/trust/svyturys.png" width="109" height="33" alt="Švyturys - Utenos alus" class="c-trust--img-svyturys">
<img src="/wp-content/themes/biuro/i/trust/dpd.png" width="64" height="29" alt="DPD" class="c-trust--img-dpd">
<img src="/wp-content/themes/biuro/i/trust/pergale.png" width="85" height="19" alt="Vilniaus pergalė" class="c-trust--img-pergale">
<img src="/wp-content/themes/biuro/i/trust/maxima.png" width="96" height="22" alt="Maxima" class="c-trust--img-maxima">
</div>
</div>
</div>
<?php
include 'template-parts/trust.php';
?>
<?php
<?php
if ( is_active_sidebar( 'front_page_feedbacks' ) ) :
dynamic_sidebar( 'front_page_feedbacks' );
endif;
?>
?>
<?php
<?php
if ( is_active_sidebar( 'front_page_values' ) ) :
dynamic_sidebar( 'front_page_values' );
endif;
?>
?>
<div class="c-contact">
<div class="c-contact--inner">
......@@ -110,7 +102,7 @@
?>
<div class="c-contact--img">
<picture>
<source srcset="/wp-content/themes/biuro/i/contact.webp" type="image/jpeg">
<source srcset="/wp-content/themes/biuro/i/contact.webp" type="image/webp">
<img src="/wp-content/themes/biuro/i/contact.png" alt="" width="328" height="95">
</picture>
</div>
......
......@@ -28,16 +28,16 @@
<link rel="preload" as="font" type="font/woff2" href="/wp-content/themes/biuro/fonts/roboto-v19-cyrillic_latin_cyrillic-ext_latin-ext-500.woff2" crossorigin="anonymous" >
<link rel="preload" as="font" type="font/woff2" href="/wp-content/themes/biuro/fonts/roboto-v19-cyrillic_latin_cyrillic-ext_latin-ext-regular.woff2" crossorigin="anonymous" >
<style><?php include 'css/core-bc59262ec6.min.css'; ?></style>
<style><?php include 'css/core-6f505ba98b.min.css'; ?></style>
<link rel="preload" as="font" type="font/woff2" href="/wp-content/themes/biuro/fonts/roboto-v19-cyrillic_latin_cyrillic-ext_latin-ext-300.woff2" crossorigin="anonymous" >
<link rel="preload" as="font" type="font/woff2" href="/wp-content/themes/biuro/fonts/roboto-v19-cyrillic_latin_cyrillic-ext_latin-ext-700.woff2" crossorigin="anonymous" >
<link rel="preload" href="/wp-content/themes/biuro/css/main-8758766c96.min.css" as="style" onload="this.rel='stylesheet'">
<link rel="preload" href="/wp-content/themes/biuro/css/main-452cf2643c.min.css" as="style" onload="this.rel='stylesheet'">
<noscript>
<link rel="stylesheet" href="/wp-content/themes/biuro/css/main-8758766c96.min.css">
<link rel="stylesheet" href="/wp-content/themes/biuro/css/main-452cf2643c.min.css">
</noscript>
<?php wp_head(); ?>
......
......@@ -28,16 +28,16 @@
<link rel="preload" as="font" type="font/woff2" href="/wp-content/themes/biuro/fonts/roboto-v19-cyrillic_latin_cyrillic-ext_latin-ext-500.woff2" crossorigin="anonymous" >
<link rel="preload" as="font" type="font/woff2" href="/wp-content/themes/biuro/fonts/roboto-v19-cyrillic_latin_cyrillic-ext_latin-ext-regular.woff2" crossorigin="anonymous" >
<style><?php include 'css/core-bc59262ec6.min.css'; ?></style>
<style><?php include 'css/core-6f505ba98b.min.css'; ?></style>
<link rel="preload" as="font" type="font/woff2" href="/wp-content/themes/biuro/fonts/roboto-v19-cyrillic_latin_cyrillic-ext_latin-ext-300.woff2" crossorigin="anonymous" >
<link rel="preload" as="font" type="font/woff2" href="/wp-content/themes/biuro/fonts/roboto-v19-cyrillic_latin_cyrillic-ext_latin-ext-700.woff2" crossorigin="anonymous" >
<link rel="preload" href="/wp-content/themes/biuro/css/main-8758766c96.min.css" as="style" onload="this.rel='stylesheet'">
<link rel="preload" href="/wp-content/themes/biuro/css/main-452cf2643c.min.css" as="style" onload="this.rel='stylesheet'">
<noscript>
<link rel="stylesheet" href="/wp-content/themes/biuro/css/main-8758766c96.min.css">
<link rel="stylesheet" href="/wp-content/themes/biuro/css/main-452cf2643c.min.css">
</noscript>
<?php wp_head(); ?>
......
......@@ -52,17 +52,9 @@
endif;
?>
<div class="c-trust">
<div class="c-trust--inner">
<h2 class="c-trust--heading"><?php _e('Trust in us', 'biuro'); ?></h2>
<div class="c-trust--logos">
<img src="/wp-content/themes/biuro/i/trust/svyturys.png" width="109" height="33" alt="Švyturys - Utenos alus" class="c-trust--img-svyturys">
<img src="/wp-content/themes/biuro/i/trust/dpd.png" width="64" height="29" alt="DPD" class="c-trust--img-dpd">
<img src="/wp-content/themes/biuro/i/trust/pergale.png" width="85" height="19" alt="Vilniaus pergalė" class="c-trust--img-pergale">
<img src="/wp-content/themes/biuro/i/trust/maxima.png" width="96" height="22" alt="Maxima" class="c-trust--img-maxima">
</div>
</div>
</div>
<?php
include 'template-parts/trust.php';
?>
<?php
if ( is_active_sidebar( 'sales_page_feedbacks' ) ) :
......@@ -80,7 +72,7 @@
?>
<div class="c-contact--img">
<picture>
<source srcset="/wp-content/themes/biuro/i/contact.webp" type="image/jpeg">
<source srcset="/wp-content/themes/biuro/i/contact.webp" type="image/webp">
<img src="/wp-content/themes/biuro/i/contact.png" alt="" width="328" height="95">
</picture>
</div>
......
......@@ -121,6 +121,9 @@ get_header(); ?>
$res = get_post_custom_values( $val );
delog('', 'Lorem');
debug($res);
if ( !$res ) :
continue;
endif;
......
......@@ -12,6 +12,7 @@
global $jobs;
?>
<table cellspacing="0" cellpadding="0" class="c-jobs--table">
<?php
$i = 0;
......@@ -34,6 +35,7 @@ global $jobs;
$count = 0;
//Sort by primary city (put it first)
if (is_array($cities)):
uasort($cities, function($a, $b) use ($primaryCities) {
if (count($primaryCities) == 0) :
return 0;
......@@ -55,6 +57,10 @@ global $jobs;
$count++;
endforeach;
else:
?> &nbsp;
<?php
endif;
?>
</td>
<td class="c-jobs--col c-jobs--col-valid">
......
<?php
$blogID = get_current_blog_id();
?>
<div class="c-trust">
<div class="c-trust--inner">
<h2 class="c-trust--heading"><?php _e('Trust in us', 'biuro'); ?></h2>
<div class="c-trust--logos">
<?php if ($blogID == 1): ?>
<picture>
<source srcset="/wp-content/themes/biuro/i/trust/svyturys.webp" type="image/webp">
<img src="/wp-content/themes/biuro/i/trust/svyturys.png" width="109" height="33" alt="Švyturys - Utenos alus" class="c-trust--img-svyturys">
</picture>
<picture>
<source srcset="/wp-content/themes/biuro/i/trust/dpd.webp" type="image/webp">
<img src="/wp-content/themes/biuro/i/trust/dpd.png" width="64" height="29" alt="DPD" class="c-trust--img-dpd">
</picture>
<picture>
<source srcset="/wp-content/themes/biuro/i/trust/pergale.webp" type="image/webp">
<img src="/wp-content/themes/biuro/i/trust/pergale.png" width="85" height="19" alt="Vilniaus pergalė" class="c-trust--img-pergale">
</picture>
<picture>
<source srcset="/wp-content/themes/biuro/i/trust/maxima.webp" type="image/webp">
<img src="/wp-content/themes/biuro/i/trust/maxima.png" width="96" height="22" alt="Maxima" class="c-trust--img-maxima">
</picture>
<?php elseif ($blogID == 2): ?>
<picture>
<source srcset="/wp-content/themes/biuro/i/trust/lv/pasts.webp" type="image/webp">
<img src="/wp-content/themes/biuro/i/trust/lv/pasts.png" width="122" height="28" alt="Latvijas pasts" class="c-trust--img-pasts">
</picture>
<picture>
<source srcset="/wp-content/themes/biuro/i/trust/lv/dhl.webp" type="image/webp">
<img src="/wp-content/themes/biuro/i/trust/lv/dhl.png" width="130" height="18" alt="DHL" class="c-trust--img-dhl">
</picture>
<picture>
<source srcset="/wp-content/themes/biuro/i/trust/lv/staburadze.webp" type="image/webp">
<img src="/wp-content/themes/biuro/i/trust/lv/staburadze.png" width="128" height="38" alt="Staburadze" class="c-trust--img-staburadze">
</picture>
<picture>
<source srcset="/wp-content/themes/biuro/i/trust/lv/cido.webp" type="image/webp">
<img src="/wp-content/themes/biuro/i/trust/lv/cido.png" width="73" height="47" alt="CIDO" class="c-trust--img-cido">
</picture>
<?php elseif ($blogID == 3): ?>
<picture>
<source srcset="/wp-content/themes/biuro/i/trust/ee/itella.webp" type="image/webp">
<img src="/wp-content/themes/biuro/i/trust/ee/itella.png" width="86" height="54" alt="Itella" class="c-trust--img-itella">
</picture>
<picture>
<source srcset="/wp-content/themes/biuro/i/trust/ee/saku.webp" type="image/webp">
<img src="/wp-content/themes/biuro/i/trust/ee/saku.png" width="80" height="59" alt="Saku" class="c-trust--img-saku">
</picture>
<picture>
<source srcset="/wp-content/themes/biuro/i/trust/ee/leibur.webp" type="image/webp">
<img src="/wp-content/themes/biuro/i/trust/ee/leibur.png" width="72" height="60" alt="Leibur" class="c-trust--img-leibur">
</picture>
<picture>
<source srcset="/wp-content/themes/biuro/i/trust/ee/maxima.webp" type="image/webp">
<img src="/wp-content/themes/biuro/i/trust/ee/maxima.png" width="123" height="26" alt="MAXIMA" class="c-trust--img-maxima-ee">
</picture>
<?php endif; ?>
</div>
</div>
</div>
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