@charset "UTF-8";
/*!
Theme Name: international
Theme URI: https://holin.biz/
Author: Eugene Holin
Author URI: https://holin.biz/
Description: Theme for E-Cetera international website
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: international
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

international is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
@import url("https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700,700i&display=swap&subset=latin-ext");
@import url("https://fonts.googleapis.com/css?family=PT+Serif:400,400i,700&display=swap&subset=latin-ext");
@import url(vendor/swiper/css/swiper.min.css);
@import url(vendor/magnific-popup/magnific-popup.css);
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6 {
  clear: both; }

p {
  margin-bottom: 1.5em; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */ }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul, ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */ }

table {
  margin: 0 0 1.5em;
  width: 100%; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
}

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}
*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: royalblue; }

a:visited {
  color: purple; }

a:hover, a:focus, a:active {
  color: midnightblue; }

a:focus {
  outline: thin dotted; }

a:hover, a:active {
  outline: 0; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }

.widget select {
  max-width: 100%; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.post,
.page {
  /*margin: 0 0 1.5em;*/ }

.updated:not(.published) {
  display: none; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption .wp-caption-text {
  margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }

.gallery-columns-2 .gallery-item {
  max-width: 50%; }

.gallery-columns-3 .gallery-item {
  max-width: 33.33%; }

.gallery-columns-4 .gallery-item {
  max-width: 25%; }

.gallery-columns-5 .gallery-item {
  max-width: 20%; }

.gallery-columns-6 .gallery-item {
  max-width: 16.66%; }

.gallery-columns-7 .gallery-item {
  max-width: 14.28%; }

.gallery-columns-8 .gallery-item {
  max-width: 12.5%; }

.gallery-columns-9 .gallery-item {
  max-width: 11.11%; }

.gallery-caption {
  display: block; }

/*@import 'css/_balloon.scss';*/
/* remove outline in Chrome */
input:focus, textarea:focus, select:focus, button:focus, label:focus {
  outline: none; }

.feedback-form input[type="email"] {
  display: none; }

.form-message {
  font-size: 1.25em;
  color: #ff0000;
  padding: 10px;
  text-align: center;
  width: 100%; }

.main-splash .slider-button-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 57px;
  height: 48px;
  background: url("img/slider-arrow-prev-green.svg") center center no-repeat;
  cursor: pointer;
  z-index: 150; }

.main-splash .slider-button-prev:active,
.main-splash .slider-button-prev:visited,
.main-splash .slider-button-prev:focus {
  outline: 0; }

.main-splash .slider-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 57px;
  height: 48px;
  background: url("img/slider-arrow-next-green.svg") center center no-repeat;
  cursor: pointer;
  z-index: 150; }

.main-splash .slider-button-next:active,
.main-splash .slider-button-next:visited,
.main-splash .slider-button-next:focus {
  outline: 0; }

.main-clients .slider-button-prev, .main-logos .slider-button-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 57px;
  height: 48px;
  background: url("img/slider-arrow-prev-blue.svg") center center no-repeat;
  cursor: pointer;
  z-index: 150; }

.main-clients .slider-button-prev:active, .main-logos .slider-button-prev:active,
.main-clients .slider-button-prev:visited,
.main-logos .slider-button-prev:visited,
.main-clients .slider-button-prev:focus,
.main-logos .slider-button-prev:focus {
  outline: 0; }

.main-clients .slider-button-next, .main-logos .slider-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 57px;
  height: 48px;
  background: url("img/slider-arrow-next-blue.svg") center center no-repeat;
  cursor: pointer;
  z-index: 150; }

.main-clients .slider-button-next:active, .main-logos .slider-button-next:active,
.main-clients .slider-button-next:visited,
.main-logos .slider-button-next:visited,
.main-clients .slider-button-next:focus,
.main-logos .slider-button-next:focus {
  outline: 0; }

html, body {
  font-family: 'PT Sans', sans-serif; }

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

h1, h2, h3 {
  font-family: 'PT Serif', serif;
  color: #2a2d87; }

.datepicker {
  z-index: 9999 !important; }

.centered {
  text-align: center; }

.site-content {
  margin: 123px 0 0 0; }

.container {
  width: 1320px;
  margin: 0 auto;
  box-sizing: border-box; }

.container-small {
  width: 816px;
  margin: 0 auto;
  box-sizing: border-box; }

.header-top {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .header-top__wrapper {
    background-color: #2a2d87;
    position: fixed;
    top: 0;
    z-index: 1000;
    width: 100%; }
  .header-top__navigation {
    display: flex; }
  .header-top__branding {
    width: 241px;
    padding: 10px 0; }
  .header-top__site-title, .header-top__site-title img {
    display: block; }
  .header-top__request {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    height: 124px; }
  .header-top__request-icon {
    width: 34px;
    height: 34px;
    line-height: 1; }
  .header-top__login {
    height: 124px;
    position: relative;
    display: flex;
    align-items: center; }
  .header-top__login:hover .login-menu {
    display: block; }
  .header-top__jobs-button {
    background: #60B22D;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    border-radius: 56px;
    color: #ffffff;
    font-size: 16px;
    line-height: 1;
    padding: 9px 20px;
    font-weight: bold;
    text-transform: uppercase;
    border: 0;
    text-decoration: none;
    outline: none; }
    .header-top__jobs-button span {
      opacity: 1; }
  .header-top__jobs-button:active, .header-top__jobs-button:visited, .header-top__jobs-button:focus {
    color: #ffffff;
    text-decoration: none;
    outline: none; }
    .header-top__jobs-button:active span, .header-top__jobs-button:visited span, .header-top__jobs-button:focus span {
      opacity: 1; }
  .header-top__jobs-button:hover {
    color: #ffffff;
    text-decoration: none;
    outline: none; }
    .header-top__jobs-button:hover span {
      opacity: 0.75; }
  .header-top__request-button {
    text-decoration: none;
    outline: 0;
    width: 262px;
    height: 51px;
    display: block;
    background: url("img/buttons/rquote.svg") center center no-repeat;
    background-size: 100%; }
  .header-top__request-button:focus, .header-top__request-button:visited {
    text-decoration: none;
    outline: 0;
    background-size: 100%; }
  .header-top__request-button:hover {
    text-decoration: none;
    outline: 0;
    background: url("img/buttons/rquote_hover.svg") center center no-repeat;
    background-size: 100%; }
  .header-top__request-button:active {
    text-decoration: none;
    outline: 0;
    background: url("img/buttons/rquote_press.svg") center center no-repeat;
    background-size: 100%; }
  .header-top__hamburger {
    display: none; }
  .header-top #header-menu {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex; }
  .header-top #header-menu li > a {
    padding: 7px;
    color: #ffffff;
    text-decoration: none;
    outline: 0;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase; }

/*nav menu*/
.show {
  left: 0;
  opacity: 1; }

.hide {
  opacity: 0;
  left: 100%; }

.mobile-nav {
  background: rgba(35, 185, 11, 0.95);
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100vh;
  text-align: center;
  transition: .2s ease;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center; }

.menu-header-mobile-container {
  position: relative;
  /*top: 50%;*/
  transform: translateY(-50%); }

.mobile-nav ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.mobile-nav a {
  text-align: center;
  font-size: 4vw;
  color: #ffffff;
  opacity: 0;
  transition: opacity .9s ease-in-out; }

.mobile-nav.show a {
  text-align: center;
  font-size: 1.5em;
  color: #ffffff;
  opacity: 1;
  line-height: 1.5;
  text-decoration: none; }

.mobile-nav a:hover {
  color: #ffffff;
  text-decoration: underline; }

.site-footer {
  padding: 0;
  background-color: #2a2d87; }

.site-info {
  display: flex;
  flex-direction: column;
  justify-content: center; }
  .site-info__logo {
    margin: 45px auto;
    display: block; }
  .site-info__copyright {
    font-size: 9px;
    color: #ffffff;
    margin: 0 auto 25px; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  font-family: 'PT Serif', serif; }

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0; }

.main-navigation ul ul {
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999; }

.main-navigation ul ul ul {
  left: -999em;
  top: 0; }

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%; }

.main-navigation ul ul a {
  width: 200px; }

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto; }

.main-navigation li {
  float: left;
  position: relative; }

.main-navigation a {
  display: block;
  text-decoration: none;
  padding: 50px 0 45px;
  font-size: 1em;
  color: #ffffff;
  margin: 0 25px;
  border-bottom: 5px solid transparent; }

.main-navigation ul ul > li > a {
  display: block;
  text-decoration: none;
  padding: 15px 10px;
  font-size: 1em;
  color: #ffffff;
  margin: 0 25px;
  background-color: #2a2d87;
  border-bottom: 2px solid #23b90b; }

.main-navigation a:focus,
.main-navigation a:active,
.main-navigation a:visited {
  color: #ffffff;
  outline: none; }

.main-navigation li.current_page_item > a,
.main-navigation a:hover {
  color: #23b90b;
  outline: none;
  border-bottom: 5px solid #23b90b; }

.main-navigation ul ul > li > a:hover {
  color: #23b90b;
  outline: none;
  border-bottom: 2px solid #23b90b; }

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block; }

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none; }

  .main-navigation ul {
    display: block; } }
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

.footer-menu {
  background-color: #23b90b;
  padding: 50px 0; }
  .footer-menu ul {
    list-style: none;
    margin: 0;
    padding-left: 0; }
  .footer-menu ul a {
    color: #ffffff;
    font-size: 14px;
    text-decoration: none; }
  .footer-menu ul a:active,
  .footer-menu ul a:focus,
  .footer-menu ul a:visited {
    color: #ffffff;
    font-size: 14px;
    text-decoration: none; }
  .footer-menu ul a:hover {
    color: #ffffff;
    font-size: 14px;
    text-decoration: underline; }
  .footer-menu__columns {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
  .footer-menu__column-header {
    color: #ffffff;
    font-weight: 600;
    font-size: 14px;
    margin: 0 0 15px 0; }
  .footer-menu__text {
    color: #ffffff;
    font-size: 14px;
    line-height: 1.9em; }
  .footer-menu__phone {
    color: #2a2c86;
    font-size: 30px;
    position: relative;
    padding: 6px 0 0 73px; }
  .footer-menu__phone::before {
    content: "";
    position: absolute;
    display: block;
    background: url("img/footer-phone.png") center center no-repeat;
    background-size: cover;
    height: 59px;
    width: 59px;
    left: 0;
    top: 0; }
  .footer-menu__phone a {
    color: #ffffff;
    text-decoration: none; }
  .footer-menu__phone a:active, .footer-menu__phone a:focus, .footer-menu__phone a:visited {
    color: #ffffff;
    text-decoration: none; }
  .footer-menu__phone a:hover {
    color: #ffffff;
    text-decoration: underline; }

/* buttons */
.site-button {
  color: #ffffff;
  font-size: 18px;
  border: 1px solid #23b90b;
  padding: 12px 40px;
  border-radius: 50px;
  text-decoration: none;
  display: inline-block;
  text-align: center; }

.site-button.green {
  background-color: #23b90b; }

.site-button:visited,
.site-button:active,
.site-button:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0; }

.site-button:hover {
  color: #ffffff;
  text-decoration: none;
  outline: 0; }

/* ------------- sections ------------- */
.main-splash {
  position: relative; }
  .main-splash__content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: column;
    min-height: 730px;
    width: 1100px;
    margin: 0 auto; }
  .main-splash__header {
    font-family: 'PT Serif', serif;
    font-size: 73px;
    color: #ffffff; }
  .main-splash__subheader {
    font-family: 'PT Serif', serif;
    font-size: 37px;
    color: #ffffff;
    margin: 0 0 60px 0;
    text-align: center; }
  .main-splash .swiper-container {
    width: 100%;
    height: auto;
    margin: 0; }
  .main-splash .swiper-slide {
    position: relative;
    height: auto;
    display: flex;
    align-items: center; }
  .main-splash .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 100%;
    background: transparent;
    border: 1px solid #23b90b;
    opacity: 1;
    margin: 0 11px !important; }
  .main-splash .swiper-pagination-bullet-active {
    opacity: 1;
    background: #23b90b; }
  .main-splash .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 20px; }
  .main-splash .slider-button-prev {
    left: 50px; }
  .main-splash .slider-button-next {
    right: 50px; }
  .main-splash__buttons {
    display: flex;
    justify-content: center;
    align-items: center; }
    .main-splash__buttons a {
      margin: 10px; }

.main-what {
  background-color: #f0f7fd; }
  .main-what__content {
    padding: 65px 0 75px; }
  .main-what__header {
    font-family: 'PT Serif', serif;
    font-size: 55px;
    color: #2a2d87;
    margin: 0 0 75px 0;
    text-align: center; }
  .main-what__buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    margin: 0 0 75px 0; }
  .main-what__button {
    margin: 0 10px 0 0;
    text-decoration: none;
    outline: 0; }
  .main-what__button:active, .main-what__button:visited, .main-what__button:focus, .main-what__button:hover {
    text-decoration: none;
    outline: 0; }
  .main-what__button:last-child {
    margin: 0 0 0 0; }
  .main-what__links {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 700px;
    margin: 0 auto; }
  .main-what__link {
    color: #2a2d87;
    font-size: 21px;
    position: relative;
    padding: 13px 0 0 75px;
    text-decoration: none;
    outline: none; }
  .main-what__link::before {
    content: "";
    position: absolute;
    display: block;
    background: url("img/more.png") center center no-repeat;
    background-size: cover;
    height: 59px;
    width: 59px;
    left: 0;
    top: 0; }
  .main-what__link:active, .main-what__link:focus, .main-what__link:visited {
    color: #2a2d87;
    text-decoration: none;
    outline: none; }
  .main-what__link:hover {
    color: #2a2d87;
    text-decoration: none;
    outline: none; }

.main-why {
  padding: 60px 0 0 0; }
  .main-why__header {
    font-family: 'PT Serif', serif;
    font-size: 55px;
    color: #2a2d87;
    margin: 0 0 50px 0;
    text-align: center; }
  .main-why__content {
    width: 100%;
        /*display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-gap: 0;

         */ }
  .main-why__single {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
  .main-why__single-content {
    margin: 300px 30px 0 30px; }
  .main-why__single-icon {
    text-align: center; }
  .main-why__single-header {
    text-align: center;
    color: #ffffff;
    font-size: 22px;
    font-weight: 600;
    margin: 25px auto; }
  .main-why__single-subheader {
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    width: 175px;
    margin: 0 auto 30px; }
  .main-why__single-buttons {
    text-align: center;
    margin: 0 auto 40px; }
  .main-why .swiper-container {
    width: 100%;
    height: auto;
    margin: 0; }
  .main-why .swiper-slide {
    position: relative;
    height: auto; }
  .main-why .swiper-pagination {
    display: none; }

.main-clients {
  background-color: #f3f2f2; }
  .main-clients__content {
    padding: 65px 0; }
  .main-clients__header {
    font-family: 'PT Serif', serif;
    font-size: 55px;
    color: #2a2d87;
    margin: 0 0 50px 0;
    text-align: center; }
  .main-clients__slider {
    margin: 0 0 30px 0;
    position: relative;
    z-index: 100; }
  .main-clients__slide {
    margin: 0 auto 60px;
    width: 900px; }
  .main-clients__avatar {
    margin: 0 auto 50px;
    width: 300px;
    text-align: center; }
  .main-clients__text {
    width: 900px;
    position: relative;
    font-family: 'PT Serif', serif;
    font-size: 30px;
    color: #2a2d87;
    margin: 0 auto 60px; }
  .main-clients__text::before {
    content: "";
    position: absolute;
    display: block;
    background: url("img/slide-clients-bg.png") center center no-repeat;
    background-size: cover;
    width: 159px;
    height: 119px;
    left: -65px;
    top: -45px; }
  .main-clients__client {
    font-size: 22px;
    color: #23b90b;
    text-align: center; }
  .main-clients .swiper-container {
    max-width: 1100px;
    width: 100%;
    height: auto;
    margin: 0 auto; }
  .main-clients .swiper-slide {
    position: relative; }
  .main-clients .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 100%;
    background: transparent;
    border: 1px solid #23b90b;
    opacity: 1;
    margin: 0 11px !important; }
  .main-clients .swiper-pagination-bullet-active {
    opacity: 1;
    background: #23b90b; }
  .main-clients .slider-button-prev {
    left: 5px; }
  .main-clients .slider-button-next {
    right: 5px; }

.main-logos {
  padding: 60px 0; }
  .main-logos__slider {
    position: relative;
    z-index: 100; }
  .main-logos .swiper-container {
    max-width: 1100px;
    width: 100%;
    height: auto;
    margin: 0 auto; }
  .main-logos .swiper-slide {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto; }
    .main-logos .swiper-slide img {
      display: block;
      width: 100%;
      height: auto; }
  .main-logos .swiper-pagination {
    display: none; }
  .main-logos .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 100%;
    background: transparent;
    border: 1px solid #23b90b;
    opacity: 1;
    margin: 0 11px !important; }
  .main-logos .swiper-pagination-bullet-active {
    opacity: 1;
    background: #23b90b; }
  .main-logos .slider-button-prev {
    left: 5px; }
  .main-logos .slider-button-next {
    right: 5px; }

.page-head {
  min-height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  padding: 20px 0; }
  .page-head__header {
    font-family: 'PT Serif', serif;
    font-size: 72px;
    color: #ffffff;
    margin: 0 0 70px 0;
    text-align: center; }
  .page-head__subheader {
    font-size: 20px;
    color: #ffffff;
    margin: 0 auto;
    text-align: center;
    max-width: 900px; }

.page-services {
  padding: 60px 0 60px 0;
  background-color: #ffffff; }
  .page-services__header {
    font-family: 'PT Serif', serif;
    font-size: 55px;
    color: #2a2d87;
    margin: 0 auto 85px;
    text-align: center;
    max-width: 1000px; }
  .page-services__items {
    display: flex;
    width: 730px;
    margin: 0 auto;
    justify-content: center;
    flex-wrap: wrap; }
  .page-services__single {
    width: 240px;
    height: auto;
    text-align: center;
    margin: 0 0 50px;
    padding: 0 15px; }
  .page-services__single-name {
    font-size: 16px;
    color: #2a2d87;
    margin: 15px 0;
    text-align: center;
    text-decoration: none;
    outline: 0; }
  .page-services__single-name:visited, .page-services__single-name:active, .page-services__single-name:focus {
    color: #2a2d87;
    text-decoration: none;
    outline: 0; }
  .page-services__single-name:hover {
    color: #2a2d87;
    text-decoration: none;
    outline: 0; }

.page-template-page-tms-info .page-services {
  background-color: #F3F2F2; }

.page-info {
  padding: 60px 0;
  background-color: #f0f7fd;
  /*
  &__single.reverse {
      display: flex;
      flex-direction: row-reverse;
      flex-wrap: nowrap;
  }
   */ }
  .page-info__wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center; }
  .page-info__single {
    width: 370px;
    margin: 2em; }
  .page-info__single-text {
    padding: 1em; }
  .page-info__single-image {
    margin: 1em auto; }
    .page-info__single-image img {
      display: block; }
  .page-info__single-header {
    font-family: 'PT Serif', serif;
    font-size: 30px;
    color: #2a2d87;
    margin: 0 0 1em 0;
    text-align: center; }
  .page-info__single-subheader {
    font-size: 16px;
    color: #2a2d87;
    text-align: center; }

.page-industries {
  padding: 60px 0; }
  .page-industries__grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 35px;
    margin: 0 auto;
    width: 1243px; }
  .page-industries__single {
    height: 510px;
    width: 391px; }
  .page-industries__single-image {
    display: block;
    margin: 137px auto 100px;
    text-align: center; }
  .page-industries__single-name {
    color: #ffffff;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    outline: 0;
    text-decoration: none;
    display: block;
    margin: 0 auto;
    width: 200px; }
  .page-industries__single-name:visited, .page-industries__single-name:active, .page-industries__single-name:focus {
    color: #ffffff;
    outline: 0;
    text-decoration: none; }
  .page-industries__single-name:hover {
    color: #ffffff;
    outline: 0;
    text-decoration: none; }

.page-reports {
  padding: 60px 0; }
  .page-reports__header {
    font-family: 'PT Serif', serif;
    font-size: 55px;
    color: #2a2d87;
    margin: 0;
    text-align: center; }
  .page-reports__subheader {
    font-size: 21px;
    color: #2a2d87;
    margin: 0 auto 40px;
    text-align: center;
    font-weight: 600; }
  .page-reports__text {
    font-size: 16px;
    color: #2a2d87;
    text-align: center;
    max-width: 1000px;
    margin: 0 auto; }
  .page-reports__list {
    margin: 70px auto 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 100px;
    width: 930px; }
  .page-reports__column-link {
    font-size: 21px;
    color: #2a2d87;
    padding: 25px 0;
    border-bottom: 1px solid #2a2d87;
    outline: 0;
    text-decoration: none;
    display: block; }
  .page-reports__column-link:visited, .page-reports__column-link:active, .page-reports__column-link:focus {
    color: #2a2d87;
    outline: 0;
    text-decoration: none; }
  .page-reports__column-link:hover {
    color: #2a2d87;
    outline: 0;
    text-decoration: none; }
  .page-reports__column-link:first-child {
    font-weight: 600;
    color: #23b90b; }
  .page-reports__column-link:last-child {
    border-bottom: 0 none; }

.page-stages {
  padding: 50px 0; }
  .page-stages__header {
    font-family: 'PT Serif', serif;
    font-size: 55px;
    color: #2a2d87;
    margin: 0;
    text-align: center; }
  .page-stages__list {
    margin: 90px auto;
    width: 1000px; }
  .page-stages__single {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    margin: 0 0 45px; }
  .page-stages__single-image {
    width: 118px;
    height: auto; }
    .page-stages__single-image img {
      display: block; }
  .page-stages__single-text {
    padding: 0 0 0 30px;
    font-size: 22px;
    color: #2a2d87;
    font-weight: 400;
    width: 790px;
    display: block;
    outline: 0;
    text-decoration: none; }

.page-feedback {
  background-color: #f0f7fd;
  padding: 65px 0 115px; }
  .page-feedback__header {
    font-family: 'PT Serif', serif;
    font-size: 55px;
    color: #2a2d87;
    margin: 0 0 60px 0;
    text-align: center; }
  .page-feedback__form {
    width: 816px;
    margin: 0 auto; }
  .page-feedback__form-row {
    display: flex;
    justify-content: space-between;
    margin: 0 0 15px 0; }
  .page-feedback__form-col {
    width: 392px; }
  .page-feedback__form-input, .page-feedback__form-textarea {
    border: 1px solid #2a2d87;
    width: 100%;
    padding: 8px 16px;
    font-size: 16px;
    font-weight: bold; }
  .page-feedback__form-button {
    /*display: inline-block;*/
    margin: 0 auto;
    text-decoration: none;
    outline: 0;
    width: 185px;
    height: 51px;
    display: block;
    background: url("img/buttons/submit.png") center center no-repeat; }
  .page-feedback__form-button:focus, .page-feedback__form-button:visited {
    text-decoration: none;
    outline: 0; }
  .page-feedback__form-button:hover {
    text-decoration: none;
    outline: 0;
    background: url("img/buttons/submit_hoover.png") center center no-repeat; }
  .page-feedback__form-button:active {
    text-decoration: none;
    outline: 0;
    background: url("img/buttons/submit_press.png") center center no-repeat; }
  .page-feedback .row-textarea {
    margin: 30px 0 45px; }
    .page-feedback .row-textarea p {
      font-size: 22px;
      color: #2a2d87;
      margin: 1em 0 0; }
    .page-feedback .row-textarea span {
      color: #23b90b; }
    .page-feedback .row-textarea a {
      color: #2a2d87;
      outline: 0;
      text-decoration: none;
      font-weight: bold; }
  .page-feedback .success {
    padding: 50px;
    font-family: 'PT Serif', serif;
    font-size: 55px;
    color: #2a2d87;
    text-align: center; }
  .page-feedback .input-error {
    border: 1px solid #ff0000; }

.page-contacts {
  padding: 65px 0; }
  .page-contacts__header {
    font-family: 'PT Serif', serif;
    font-size: 55px;
    color: #2a2d87;
    margin: 0 0 60px 0;
    text-align: center; }
  .page-contacts__list {
    margin: 50px auto;
    width: 400px; }
  .page-contacts__single {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    margin: 0 0 30px; }
  .page-contacts__single-image {
    width: 59px;
    height: 59px; }
  .page-contacts__single-text {
    padding: 0 0 0 30px;
    font-size: 22px;
    color: #2a2d87;
    font-weight: 600;
    width: 300px;
    display: block;
    outline: 0;
    text-decoration: none; }

.page-content {
  padding: 60px 0; }
  .page-content__wrapper {
    width: 930px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
  .page-content__single {
    width: 270px;
    margin: 0 20px 50px; }
  .page-content__header {
    font-family: 'PT Serif', serif;
    font-size: 55px;
    line-height: 1.25;
    color: #2a2d87;
    margin: 0 0 1em 0;
    text-align: center; }
  .page-content__text {
    width: 900px;
    margin: 0 auto;
    text-align: center; }
  .page-content__image {
    margin-bottom: 1em; }
    .page-content__image img {
      width: 100%;
      height: auto; }
  .page-content__buttons {
    text-align: center; }

.page-content.gray-bg {
  background-color: #f3f2f2; }

.page-banner {
  height: 271px; }

.page-process {
  padding: 0 0 60px; }
  .page-process__wrapper {
    width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between; }
  .page-process__header {
    font-family: 'PT Serif', serif;
    font-size: 55px;
    color: #2a2d87;
    margin: 0 0 60px 0;
    text-align: center; }
  .page-process__single {
    width: 200px;
    text-align: center; }
  .page-process__single-icon {
    display: block;
    margin: 0 auto 30px;
    width: 185px; }
  .page-process__single-header {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #2a2d87; }
  .page-process__single-text {
    text-align: center;
    color: #2a2d87; }

.page-projects {
  padding: 90px 0; }
  .page-projects__wrapper {
    width: 1050px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
  .page-projects__single {
    width: 236px;
    text-align: center;
    border: 2px solid #2a2d87;
    max-width: 300px;
    margin: 13px; }
  .page-projects__single-icon {
    padding: 15px;
    height: 236px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .page-projects__single-icon img {
      display: block;
      max-height: 206px;
      width: auto; }
  .page-projects__single-header {
    text-align: center;
    font-size: 20px;
    color: #2a2d87;
    padding: 15px;
    /*
    border-top: 1px solid #2a2d87;
    border-bottom: 1px solid #2a2d87;
     */ }
  .page-projects__single-text {
    text-align: center;
    color: #2a2d87;
    padding: 15px; }
    .page-projects__single-text strong {
      font-size: 21px; }

.page-languages {
  padding: 90px 0; }
  .page-languages__wrapper {
    width: 1050px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
  .page-languages__single {
    width: 236px;
    text-align: left;
    margin: 13px;
    font-size: 21px;
    color: #2a2d87;
    line-height: 2em; }

.wp-video {
  margin: 0 auto; }

.apply-form {
  /*
  &__input,
  &__textarea {
      position: relative;
      border: none;
      border-bottom-color: currentcolor;
      border-bottom-style: none;
      border-bottom-width: medium;
      font-size: 14px;
      text-transform: none;
      display: inline-block;
      font-family: "Open Sans", sans-serif;
      background-color: #F4F4F4;
      transition: all 0.3s ease-in;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      -ms-transition: all 0.3s ease-in;
      border-bottom: 1px solid transparent;
      resize: none;
      outline: none;
      opacity: 1;
  }
   */ }
  .apply-form__wrapper {
    margin: 50px 0; }
  .apply-form__row {
    margin: 0.75em 0;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center; }
  .apply-form .row-centered {
    justify-content: center; }
  .apply-form__col {
    padding: 0 1em 0 0;
    width: 50%; }
  .apply-form__col.x3 {
    width: 33%; }
  .apply-form span.small {
    display: block;
    margin: 0.5em 0;
    font-size: 0.85em;
    width: auto; }
  .apply-form__row-col:nth-child(1) {
    padding: 0 2em 0 0; }
  .apply-form__row-header {
    margin: 25px 0 15px;
    font-size: 12px;
    font-family: "Open Sans", sans-serif;
    color: #222222;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px; }
  .apply-form .row-border {
    padding: 0 0 15px 0;
    border-bottom: 1px solid #e7e7e7; }
  .apply-form .row-border-d {
    padding: 0 0 5px 0;
    border-bottom: 1px dotted #e7e7e7; }
  .apply-form .row-narrow {
    width: 426px;
    margin: 0 auto 1em; }
  .apply-form p {
    font-size: 20px;
    line-height: 26px;
    color: #272424;
    width: 647px;
    margin: 0 auto 1em; }
  .apply-form__form-subtitle {
    font-family: 'PT Serif', serif;
    font-weight: bold;
    font-size: 20px;
    line-height: 26px;
    color: #272424;
    padding-right: 10px; }
  .apply-form__form-description {
    display: flex;
    align-items: center; }
    .apply-form__form-description img {
      flex-grow: 0;
      flex-shrink: 0; }
    .apply-form__form-description a, .apply-form__form-description span {
      display: block; }
    .apply-form__form-description span {
      font-size: 16px;
      line-height: 21px;
      color: #7F7E7E; }
    .apply-form__form-description a {
      font-size: 16px;
      line-height: 21px;
      color: #2575DE;
      text-decoration: none;
      outline: none; }
    .apply-form__form-description a:focus,
    .apply-form__form-description a:active,
    .apply-form__form-description a:visited {
      color: #2575DE;
      text-decoration: none;
      outline: none; }
    .apply-form__form-description a:hover {
      color: #2575DE;
      text-decoration: none;
      outline: none; }
  .apply-form__label {
    margin: 0 10px 0 0;
    min-width: 170px; }
  .apply-form__row-cell {
    margin: 5px 15px 5px 0;
    display: flex;
    align-items: center; }
  .apply-form label {
    white-space: nowrap; }
  .apply-form__select, .apply-form__input, .apply-form__textarea {
    border: 1px solid #2a2d87;
    width: 100%;
    font-size: 16px;
    font-weight: bold; }
  .apply-form__input:disabled, .apply-form__textarea:disabled {
    opacity: 0.5; }
  .apply-form__input {
    padding: 10px; }
  .apply-form__textarea {
    padding: 15px;
    width: 100%;
    /*height: 140px;*/ }
  .apply-form__textarea::placeholder {
    color: #c9c9c9; }
  .apply-form__select {
    padding: 11px 16px; }
  .apply-form__button, .apply-form__button-green, .apply-form__button-green-bordered, .apply-form__button-blue-bordered, .apply-form__button-blue, .translator-button__green-bordered, .translator-button__white-bordered {
    color: #ffffff;
    background-color: #2A2D87;
    border: 1px solid #2A2D87;
    box-sizing: border-box;
    -webkit-appearance: button;
    cursor: pointer;
    padding: 9px 20px;
    outline: none;
    text-transform: uppercase;
    border-radius: 56px;
    font-size: 16px;
    text-decoration: none;
    outline: 0;
    font-weight: bold; }
  .apply-form__button-green {
    background-color: #60B22D;
    border: 1px solid #60B22D;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15); }
  .apply-form__button-green:active, .apply-form__button-green:focus, .apply-form__button-green:visited {
    color: #ffffff;
    text-decoration: none;
    outline: 0; }
  .apply-form__button-green:hover {
    color: #ffffff;
    text-decoration: none;
    outline: 0; }
  .apply-form__button-green-bordered {
    color: #60B22D;
    background-color: #ffffff;
    border: 1px solid #60B22D;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15); }
  .apply-form__button-green-bordered:active, .apply-form__button-green-bordered:focus, .apply-form__button-green-bordered:visited {
    color: #60B22D;
    background-color: #ffffff;
    text-decoration: none;
    outline: 0; }
  .apply-form__button-green-bordered:hover {
    color: #60B22D;
    background-color: #ffffff;
    text-decoration: none;
    outline: 0; }
  .apply-form__button-blue-bordered {
    color: #2A2D87 !important;
    background-color: #ffffff;
    border: 1px solid #2A2D87;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15); }
  .apply-form__button-blue-bordered:active, .apply-form__button-blue-bordered:focus, .apply-form__button-blue-bordered:visited {
    color: #2A2D87 !important;
    background-color: #ffffff;
    text-decoration: none;
    outline: 0; }
  .apply-form__button-blue-bordered:hover {
    color: #2A2D87 !important;
    background-color: #ffffff;
    text-decoration: none;
    outline: 0; }
  .apply-form__button-blue {
    color: #ffffff !important;
    background-color: #2A2D87;
    border: 1px solid #2A2D87;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15); }
  .apply-form__button-blue:active, .apply-form__button-blue:focus, .apply-form__button-blue:visited {
    color: #ffffff;
    background-color: #2A2D87;
    text-decoration: none;
    outline: 0; }
  .apply-form__button-blue:hover {
    color: #ffffff;
    background-color: #2A2D87;
    text-decoration: none;
    outline: 0; }
  .apply-form input.error {
    background-color: rgba(255, 0, 0, 0.05); }
  .apply-form input[type="file"] {
    color: #ffffff;
    background-color: #2A2D87;
    border: 1px solid #2A2D87;
    display: block;
    padding: 10px 25px;
    margin: 0 0 10px 0;
    width: auto;
    border-radius: 50px; }
  .apply-form__inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1; }
  .apply-form__inputfile + label {
    color: #ffffff;
    background-color: #2A2D87;
    border: 1px solid #2A2D87;
    display: inline-block;
    padding: 10px 25px;
    border-radius: 50px;
    font-size: 21px; }
  .apply-form__inputfile:focus + label, .apply-form__inputfile + label:hover {
    background-color: #2A2D87;
    border: 1px solid #2A2D87; }
  .apply-form__inputfile + label {
    cursor: pointer; }
  .row-narrow > .apply-form__col > .apply-form__inputfile + label, .row-narrow > .apply-form__inputfile + label {
    cursor: pointer;
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis; }
  .apply-form__inputfile:focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px; }
  .apply-form__inputfile + label * {
    pointer-events: none; }
  .apply-form input[type="radio"] {
    margin-top: -1px;
    vertical-align: middle; }
  .apply-form input[type="checkbox"] {
    border: 1px solid #2a2d87; }
  .apply-form .chosen-container-multi .chosen-choices {
    font-size: 14px;
    padding: 5px 10px; }
  .apply-form .chosen-container-single .chosen-single {
    font-size: 14px;
    padding: 5px 10px;
    height: 35px; }
    .apply-form .chosen-container-single .chosen-single div b {
      background-position: 0 8px; }
  .apply-form .inline-input {
    width: 100%; }
  .apply-form__file-col {
    display: flex; }
    .apply-form__file-col div {
      padding: 0 1em 0 0; }
  .apply-form__modal {
    width: 860px;
    padding: 3em;
    background-color: #ffffff;
    margin: 0 auto;
    position: relative; }
  .apply-form .form-buttons {
    justify-content: center; }
  .apply-form .input-error {
    border: 1px solid #ff0000; }

.request-qa {
  margin-right: 10px; }

.time-notice {
  font-family: 'PT Sans', sans-serif;
  font-size: 12px;
  color: #B5AEAE;
  line-height: 1;
  font-weight: normal !important;
  font-style: normal !important; }

.page-applycv {
  padding: 5em 0; }
  .page-applycv__header {
    font-family: 'PT Serif', serif;
    font-size: 3.438em;
    color: #2a2d87;
    margin: 0 0 60px 0;
    text-align: center;
    font-weight: normal; }

.current-jobs {
  padding: 5em 0; }
  .current-jobs__single {
    display: block;
    margin: 0 0 2em 0; }
  .current-jobs__single-title {
    font-family: 'PT Serif', serif;
    font-weight: bold;
    font-size: 1.5em;
    color: #2a2d87;
    margin: 0 0 0 0;
    text-align: center; }
  .current-jobs__form-title {
    font-family: 'PT Serif', serif;
    font-weight: bold;
    font-size: 2em;
    color: #2a2d87;
    text-align: center;
    width: 100%;
    margin: 0 0 0.5em 0; }
  .current-jobs__single-date {
    font-family: 'PT Serif', serif;
    font-size: 1.15em;
    color: #555555;
    margin: 0 0 3em 0;
    text-align: center; }
  .current-jobs__single-row {
    margin: 0.5em 0;
    display: flex;
    justify-content: flex-start; }
  .current-jobs__single-label {
    width: 250px;
    font-weight: bold;
    flex-shrink: 0; }
  .current-jobs__single-form {
    margin: 1em 0; }
  .current-jobs__buttons {
    padding: 2em 0;
    text-align: center; }

.hidden {
  display: none; }

.opened {
  display: block; }

.error-message {
  color: #990000; }

.page-image {
  padding: 104px 0; }
  .page-image__title {
    font-family: 'PT Serif', serif;
    font-size: 64px;
    line-height: 85px;
    text-align: center;
    color: #2A2D87;
    margin: 0 auto 50px; }
  .page-image__subtitle {
    font-family: 'PT Serif', serif;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    color: #000000;
    margin: 0 auto 72px; }
  .page-image__wrapper {
    display: flex;
    justify-content: center;
    align-items: center; }

/* Костыли кривого дизайна */
.help-me-test {
  width: 569px;
  margin: 0 auto; }

.help-me-test-bottom {
  margin-bottom: 41px; }

.col-chkbx {
  display: flex;
  align-items: center;
  flex-wrap: nowrap; }

.col-364 {
  width: 236px !important; }

.col-541 {
  width: 190px !important; }

.row-2545 {
  width: 456px !important; }

.row-title-2545 {
  width: 456px !important;
  margin: 26px 0 1em; }

.col-365 {
  width: 256px !important; }

.col-542 {
  width: 200px !important; }

.row-5324 {
  margin-bottom: 30px !important; }

/* Костыли закончились */
/* Laptops */
@media only screen and (max-width: 1280px) {
  .container {
    width: 100%;
    padding: 0 20px;
    margin: 0; } }
.login-menu {
  position: absolute;
  top: 124px;
  right: 0;
  background-color: #2a2d87;
  padding: 0;
  margin: 0;
  display: none; }
  .login-menu__menu-item {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    border-bottom: 1px solid #60B22D; }
  .login-menu__menu-link {
    display: block;
    color: #ffffff;
    text-decoration: none;
    font-family: 'PT Serif', serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
    text-align: right;
    outline: none;
    padding: 10px 10px 14px 21px;
    white-space: nowrap; }
  .login-menu__menu-link:visited, .login-menu__menu-link:active, .login-menu__menu-link:focus {
    color: #ffffff;
    text-decoration: none;
    outline: none; }
  .login-menu__menu-link:hover {
    color: #60B22D;
    text-decoration: none;
    outline: none; }

.login-menu::before {
  content: "";
  position: absolute;
  top: -5px;
  right: 0;
  height: 5px;
  width: 56px;
  background-color: #60B22D; }

#login h1, .login h1 {
  display: none; }

body.page-template-page-login {
  height: 100vh;
  background-image: url("img/login-bg.png");
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center; }

.custom-login__window {
  width: 650px;
  padding: 0;
  margin: 0 auto; }
.custom-login__form-wrapper {
  background: #FFFFFF;
  box-shadow: 0 4px 22px rgba(0, 0, 0, 0.25);
  border-radius: 13px;
  border-top: 13px solid transparent;
  border-bottom: 13px solid #60B22D;
  margin: 0 0 27px 0; }
.custom-login__form-title {
  margin: 0 auto;
  text-align: center;
  padding-left: 20px; }
.custom-login__input-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 31px 0; }
.custom-login__remember, .custom-login__reset {
  font-size: 14px;
  line-height: 1.5rem;
  color: #000000; }
  .custom-login__remember a, .custom-login__reset a {
    font-weight: bold;
    color: #000000; }
.custom-login__back-row {
  margin: -10px 0 60px 0;
  padding-left: 140px; }
  .custom-login__back-row span {
    color: #60B22D;
    margin-right: 5px; }
.custom-login__back-link {
  font-size: 14px;
  line-height: 18px;
  text-decoration: underline;
  color: #747474;
  outline: none; }
.custom-login__back-link:active, .custom-login__back-link:focus, .custom-login__back-link:visited, .custom-login__back-link:hover {
  color: #747474;
  outline: none; }
.custom-login__message-row {
  font-size: 24px;
  line-height: 31px;
  text-align: center;
  color: #2A2D87;
  margin: 0 0 50px 0; }
.custom-login__form-footer {
  margin: 0;
  display: flex; }
.custom-login__form-nav {
  width: 50%; }
.custom-login__form-nav.left {
  text-align: left;
  border-right: 1px solid #ffffff; }
.custom-login__form-nav.right {
  text-align: right; }
.custom-login__nav-text {
  font-size: 18px;
  line-height: 19px;
  color: #FFFFFF;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  margin: 0 0 20px 0; }
.custom-login__nav-link {
  font-weight: bold;
  font-size: 18px;
  line-height: 19px;
  color: #FFFFFF;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  outline: none; }
.custom-login__nav-link:active, .custom-login__nav-link:visited, .custom-login__nav-link:focus, .custom-login__nav-link:hover {
  color: #FFFFFF;
  outline: none; }

#custom-login {
  width: 426px;
  margin: 0 auto; }

.login-password label,
.login-username label {
  font-weight: bold;
  font-size: 16px;
  line-height: 21px;
  color: #000000;
  display: block; }
.login-password input,
.login-username input {
  border: 0;
  border-bottom: 1px solid #BCBCBC;
  width: 100%;
  font-size: 14px;
  line-height: 18px;
  color: #000000;
  padding: 10px 1px;
  margin-bottom: 1px;
  z-index: 95;
  position: relative; }
.login-password input:focus,
.login-username input:focus {
  border-bottom: 2px solid #60B22D;
  margin-bottom: 0; }

.login-password {
  position: relative;
  z-index: 90; }
  .login-password .eye {
    display: block;
    width: 33px;
    height: 28px;
    position: absolute;
    background: url("img/login/eye.png") center center no-repeat;
    bottom: 8px;
    right: 0;
    z-index: 100;
    cursor: pointer; }
  .login-password .eye.opened {
    background: url("img/login/eye-opened.png") center center no-repeat; }

.login-submit {
  display: block;
  text-align: center;
  margin: 0;
  padding-left: 40px; }
  .login-submit .button {
    font-family: 'PT Sans', sans-serif;
    border: 0;
    font-weight: bold;
    font-size: 24px;
    line-height: 31px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    background: url("img/login/button.png") center center no-repeat;
    width: 303px;
    height: 100px;
    text-align: left;
    padding-left: 34px;
    cursor: pointer; }

/* https://bun.js.org/


<label class="b-contain">
	<span>First checkbox</span>
	<input type="checkbox">
	<div class="b-input"></div>
</label>
<label class="b-contain">
	<span>Second checkbox</span>
	<input type="checkbox" checked>
	<div class="b-input"></div>
</label>
<label class="b-contain">
	<input type="checkbox" disabled>
	<span>Third checkbox</span>
	<div class="b-input"></div>
</label>
<label class="b-contain">
	<span>Fourth checkbox</span>
	<input type="checkbox" checked disabled>
	<div class="b-input"></div>
</label>

<label class="b-contain">
	<span>First radio</span>
	<input type="radio" name="radio1">
	<div class="b-input"></div>
</label>
<label class="b-contain">
	<span>Second radio</span>
	<input type="radio" name="radio1" checked>
	<div class="b-input"></div>
</label>
<label class="b-contain">
	<input type="radio" name="radio2" disabled>
	<span>Third radio</span>
	<div class="b-input"></div>
</label>
<label class="b-contain">
	<span>Fourth radio</span>
	<input type="radio" name="radio2" checked disabled>
	<div class="b-input"></div>
</label>

*/
.b-contain *, .b-contain *::before, .b-contain *::after {
  box-sizing: content-box !important; }

.b-contain input {
  position: absolute;
  z-index: -1;
  opacity: 0; }

.b-contain span {
  line-height: 1.5;
  font-size: 1rem;
  font-family: inherit; }

.b-contain.custom-login span {
  line-height: 1.5rem;
  font-size: 14px; }

.b-contain {
  display: table;
  position: relative;
  padding-left: 1.8rem;
  cursor: pointer;
  margin-bottom: .5rem;
  margin-top: .5rem;
  margin-right: 1rem; }

.b-contain.custom-login {
  margin: 0; }

.b-contain input[type="checkbox"] ~ .b-input {
  position: absolute;
  top: 0;
  left: 0;
  height: 1.25rem;
  width: 1.25rem;
  background: white;
  transition: background 250ms;
  border: 1px solid #b5aeae;
  border-radius: 0.25rem; }

.b-contain input[type="radio"] ~ .b-input {
  position: absolute;
  top: 0;
  left: 0;
  height: 1.25rem;
  width: 1.25rem;
  background: #f1f5f8;
  transition: background 250ms;
  border: 1px solid #b8c2cc;
  border-radius: 2.0rem; }

.b-contain input[type="checkbox"] ~ .b-input::after {
  content: '';
  position: absolute;
  display: none;
  left: .45rem;
  top: .18rem;
  width: .25rem;
  height: .6rem;
  border: solid white;
  border-width: 0 2px 2px 0;
  transition: background 250ms;
  transform: rotate(45deg); }

.b-contain input[type="radio"] ~ .b-input::after {
  content: '';
  position: absolute;
  display: none;
  left: .25rem;
  top: .25rem;
  width: .75rem;
  height: .75rem;
  border-radius: 2.0rem;
  background: white;
  transition: background 250ms; }

.b-contain input:disabled ~ .b-input::after {
  border-color: #8795a1; }

.b-contain input:checked ~ .b-input::after {
  display: block; }

.b-contain:hover input ~ .b-input,
.b-contain input:focus ~ .b-input {
  background: #e7eef3; }

.b-contain input:focus ~ .b-input {
  box-shadow: 0 0 0 2px rgba(96, 178, 45, 0.5); }

.b-contain input:checked ~ .b-input {
  background: #60b22d;
  border-color: #60b22d; }

.b-contain input[type="checkbox"]:disabled ~ .b-input {
  background: #f1f5f8;
  border-color: #b8c2cc;
  opacity: 0.6;
  cursor: not-allowed; }

.b-contain input[type="radio"]:disabled ~ .b-input {
  background: #f1f5f8;
  border-color: #b8c2cc;
  opacity: 0.6;
  cursor: not-allowed; }

.b-contain input[type="radio"]:disabled ~ .b-input::after {
  background: #8795a1; }

.b-contain input:checked:focus ~ .b-input, .b-contain:hover input:not([disabled]):checked ~ .b-input {
  background: #60b22d;
  border-color: #60b22d; }

.b-contain .b-input::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 3rem;
  height: 3rem;
  margin-left: -0.85rem;
  margin-top: -0.85rem;
  background: #60b22d;
  border-radius: 2rem;
  opacity: .6;
  z-index: 99999;
  transform: scale(0); }

@keyframes b-ripple {
  0% {
    transform: scale(0); }
  20% {
    transform: scale(1); }
  100% {
    opacity: 0;
    transform: scale(1); } }
@keyframes b-ripple-duplicate {
  0% {
    transform: scale(0); }
  30% {
    transform: scale(1); }
  60% {
    transform: scale(1); }
  100% {
    opacity: 0;
    transform: scale(1); } }
.b-contain input + .b-input::before {
  animation: b-ripple 250ms ease-out; }

.b-contain input:checked + .b-input::before {
  animation-name: b-ripple-duplicate; }

.b-contain .b-input::before {
  visibility: hidden; }

.b-contain input:focus + .b-input::before {
  visibility: visible; }

.b-contain:first-child .b-input::before {
  visibility: hidden; }

/* https://codepen.io/kornerupin/pen/abOmVwz */
.__select {
  position: relative;
  width: 230px;
  height: 40px;
  margin: 0 auto; }
  .__select[data-state="active"] .__select__title::before {
    transform: translate(-3px, -50%) rotate(-45deg); }
  .__select[data-state="active"] .__select__title::after {
    transform: translate(3px, -50%) rotate(45deg); }
  .__select[data-state="active"] .__select__content {
    opacity: 1; }
  .__select[data-state="active"] .__select__label + .__select__input + .__select__label {
    max-height: 40px;
    border-top-width: 1px; }

.__select__title {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 8px 16px;
  color: #60B22D;
  border-radius: 5px;
  border: solid 1px transparent;
  cursor: pointer; }
  .__select__title::before, .__select__title::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    display: block;
    width: 10px;
    height: 2px;
    transition: all 0.3s ease-out;
    background-color: #333333;
    transform: translate(-3px, -50%) rotate(45deg); }
  .__select__title::after {
    transform: translate(3px, -50%) rotate(-45deg); }
  .__select__title:hover {
    border-color: #60B22D; }
    .__select__title:hover::before, .__select__title:hover::after {
      background-color: #60B22D; }

.reset {
  display: flex;
  width: 230px;
  padding: 8px 16px;
  margin: 0 auto;
  margin-bottom: 10px;
  border: solid 1px #c7ccd1;
  border-radius: 5px;
  transition: all 0.2s ease-out;
  cursor: pointer;
  font-weight: bold;
  background-color: #ffffff;
  color: #60B22D; }
  .reset:hover {
    background-color: #60B22D;
    color: #ffffff; }

.__select__content {
  position: absolute;
  top: 40px;
  left: 3px;
  display: flex;
  flex-direction: column;
  width: calc(100% - 6px);
  background-color: #ffffff;
  border: 1px solid #c7ccd1;
  border-top: none;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  transition: all 0.3s ease-out;
  opacity: 0;
  z-index: 8; }

.__select__input {
  display: none; }
  .__select__input:checked + label {
    background-color: #dedede; }
  .__select__input:disabled + label {
    opacity: 0.6;
    pointer-events: none; }

.__select__label {
  display: flex;
  align-items: center;
  width: 100%;
  height: 40px;
  max-height: 0;
  padding: 0 16px;
  transition: all 0.2s ease-out;
  cursor: pointer;
  overflow: hidden; }
  .__select__label + input + .__select__label {
    border-top: 0 solid #C7CCD160; }
  .__select__label:hover {
    background-color: #60B22D !important;
    color: #ffffff; }

.jobs-header {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
  margin: 20px 0; }
  .jobs-header__nav {
    display: flex;
    justify-content: center;
    align-items: center; }
  .jobs-header__nav-header, .jobs-header__nav-link {
    font-family: 'PT Serif', serif;
    font-weight: bold;
    font-size: 24px;
    line-height: 24px;
    color: #272424;
    padding: 34px 0 29px;
    border-bottom: 5px solid transparent;
    outline: none;
    text-decoration: none;
    margin: 0 42px; }
  .jobs-header__nav-link:active, .jobs-header__nav-link:focus, .jobs-header__nav-link:visited {
    color: #272424;
    border-bottom: 5px solid transparent;
    outline: none;
    text-decoration: none; }
  .jobs-header__nav-link.active, .jobs-header__nav-link:hover {
    color: #60B22D;
    border-bottom: 5px solid #60B22D;
    outline: none;
    text-decoration: none; }

.jobs-applicants {
  padding: 2em 0; }
  .jobs-applicants__table {
    border-top: 1px solid #2A2D87; }
  .jobs-applicants__table-row {
    display: flex;
    border-bottom: 1px solid #2A2D87;
    background-color: transparent; }
  .jobs-applicants__table-row.opened {
    border-bottom: 1px solid transparent;
    background-color: #fafafa; }
  .jobs-applicants__table-head {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 18px;
    color: #60B22D;
    flex-shrink: 0;
    flex-grow: 0;
    margin: 15px 15px 15px 0; }
  .jobs-applicants__table-cell {
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 16px;
    flex-shrink: 0;
    flex-grow: 0;
    color: #272424;
    margin: 10px 15px 10px 0;
    padding: 6px 0;
    display: flex;
    align-items: center; }
  .jobs-applicants__table-head.tc1, .jobs-applicants__table-cell.tc1 {
    width: 200px;
    padding-left: 8px; }
  .jobs-applicants__table-head.tc2, .jobs-applicants__table-cell.tc2 {
    width: 190px; }
  .jobs-applicants__table-head.tc3, .jobs-applicants__table-cell.tc3 {
    width: 110px; }
  .jobs-applicants__table-head.tc4, .jobs-applicants__table-cell.tc4 {
    width: 160px; }
  .jobs-applicants__table-head.tc5, .jobs-applicants__table-cell.tc5 {
    width: 190px; }
  .jobs-applicants__table-head.tc6, .jobs-applicants__table-cell.tc6 {
    width: 100px; }
  .jobs-applicants__table-head.tc7, .jobs-applicants__table-cell.tc7 {
    width: 100px; }
  .jobs-applicants__table-head.tc8, .jobs-applicants__table-cell.tc8 {
    width: 100px; }
  .jobs-applicants__table-head.tc10, .jobs-applicants__table-cell.tc10 {
    width: 50px; }
  .jobs-applicants__name-switch {
    width: 16px;
    height: 16px;
    display: block;
    background: url("img/job/down-arrow.svg") center center no-repeat;
    flex-shrink: 0;
    flex-grow: 0;
    margin-left: 5px;
    outline: none; }
  .jobs-applicants__name-switch.opened {
    background: url("img/job/up-arrow.svg") center center no-repeat; }
  .jobs-applicants .name {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center; }
  .jobs-applicants__info {
    display: none;
    border-bottom: 1px solid transparent;
    background-color: #fafafa; }
  .jobs-applicants__info.opened {
    display: block;
    border-bottom: 1px solid #2A2D87; }
  .jobs-applicants__info-row {
    display: flex; }
  .jobs-applicants .cell-head {
    font-weight: bold;
    font-size: 16px;
    line-height: 18px;
    color: #60B22D;
    padding: 16px 8px;
    width: 200px;
    flex-shrink: 0;
    flex-grow: 0; }
  .jobs-applicants .cell-text {
    padding: 16px;
    font-size: 13px;
    line-height: 16px;
    color: #272424; }
  .jobs-applicants__pagination {
    margin: 3em 0;
    display: flex;
    justify-content: center;
    align-items: center; }
  .jobs-applicants__pagination-page {
    font-weight: bold;
    text-decoration: none;
    outline: none;
    padding: 8px 16px;
    margin: 0 8px;
    color: #272424;
    border: 1px solid #272424;
    border-radius: 5px; }
  .jobs-applicants__pagination-page:active, .jobs-applicants__pagination-page:visited, .jobs-applicants__pagination-page:focus {
    text-decoration: none;
    outline: none;
    color: #272424;
    border: 1px solid #272424; }
  .jobs-applicants__pagination-page.active, .jobs-applicants__pagination-page:hover {
    text-decoration: none;
    outline: none;
    color: #60B22D;
    border: 1px solid #60B22D; }
  .jobs-applicants__search {
    margin: 0 0 30px 0; }
  .jobs-applicants__search-row {
    display: flex;
    align-items: center; }
  .jobs-applicants__search-title {
    padding: 8px;
    color: #2A2D87;
    font-size: 20px;
    line-height: 30px; }
  .jobs-applicants__search-col {
    padding: 8px 0 8px 8px; }
  .jobs-applicants__search-button {
    background: #2A2D87;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    border-radius: 56px;
    color: #ffffff;
    font-size: 16px;
    line-height: 1;
    padding: 9px 20px;
    font-weight: bold;
    text-transform: uppercase;
    border: 0;
    cursor: pointer; }
  .jobs-applicants__search-input {
    border: 1px solid #B5AEAE;
    border-radius: 5px;
    padding: 4px 8px;
    width: 100%; }
  .jobs-applicants .chosen-container {
    width: 230px !important;
    margin: 0; }
    .jobs-applicants .chosen-container .chosen-single {
      height: 35px;
      line-height: 34px; }
      .jobs-applicants .chosen-container .chosen-single div b {
        background-position: 0 8px; }

.jobs-list {
  padding: 2em 0; }
  .jobs-list__table-row {
    display: flex;
    justify-content: space-between;
    background: #FFFFFF;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    margin: 0 0 2px 0;
    padding: 25px; }
  .jobs-list__table-cell {
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 16px;
    flex-shrink: 0;
    flex-grow: 0;
    color: #272424;
    /*
    margin: 10px 15px 10px 0;
    padding: 6px 0;
     */
    display: flex;
    align-items: center; }
    .jobs-list__table-cell a {
      outline: none;
      color: #2575DE; }
    .jobs-list__table-cell a:active,
    .jobs-list__table-cell a:visited,
    .jobs-list__table-cell a:focus {
      outline: none;
      color: #2575DE; }
    .jobs-list__table-cell a:hover {
      text-decoration: none;
      outline: none;
      color: #2575DE; }
  .jobs-list__title-switch {
    width: 16px;
    height: 16px;
    display: block;
    background: url("img/job/down-arrow.svg") center center no-repeat;
    flex-shrink: 0;
    flex-grow: 0;
    margin-left: 5px;
    outline: none; }
  .jobs-list__title-switch.opened {
    background: url("img/job/up-arrow.svg") center center no-repeat; }
  .jobs-list .title {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center; }
    .jobs-list .title div {
      font-weight: bold;
      font-size: 20px;
      line-height: 26px;
      color: #272424;
      margin: 0 40px 0 0; }
      .jobs-list .title div span {
        font-weight: normal !important; }
    .jobs-list .title a {
      font-weight: bold;
      color: #272424;
      font-size: 16px;
      line-height: 1.5;
      padding-left: 20px;
      text-decoration: none;
      outline: none; }
    .jobs-list .title a:visited,
    .jobs-list .title a:focus,
    .jobs-list .title a:active {
      color: #272424;
      text-decoration: none;
      outline: none; }
    .jobs-list .title a:hover {
      color: #272424;
      text-decoration: none;
      outline: none; }
  .jobs-list .updated {
    display: flex;
    flex-shrink: 0;
    flex-grow: 0;
    width: 150px;
    align-items: center; }
  .jobs-list .action {
    display: flex;
    flex-shrink: 0;
    flex-grow: 1;
    justify-content: flex-end;
    align-items: center;
    padding: 0 16px 0 0; }
  .jobs-list .edit,
  .jobs-list .delete {
    display: flex;
    flex-shrink: 0;
    flex-grow: 0;
    width: 32px;
    justify-content: center;
    align-items: center; }
  .jobs-list__info {
    display: none;
    border-bottom: 1px solid transparent;
    background-color: #fafafa; }
  .jobs-list__info.opened {
    display: block;
    border-bottom: 1px solid #2A2D87; }
  .jobs-list__info-row {
    display: flex; }
  .jobs-list__info-cell {
    display: flex;
    align-items: center; }
  .jobs-list__job-edit, .jobs-list__job-delete {
    display: block;
    width: 24px;
    height: 24px; }
  .jobs-list .cell-head {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.5;
    color: #60B22D;
    padding: 16px 8px;
    width: 150px;
    flex-shrink: 0;
    flex-grow: 0; }
  .jobs-list .cell-icon {
    padding: 16px 8px 16px 0;
    line-height: 1.5; }
  .jobs-list .cell-text {
    padding: 16px;
    font-size: 13px;
    line-height: 1.5;
    color: #272424; }
  .jobs-list__search {
    margin: 0 0 30px 0; }
  .jobs-list__search-row {
    display: flex;
    justify-content: space-between; }
  .jobs-list__search-col {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .jobs-list__search-link {
    background: #60B22D;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    border-radius: 56px;
    color: #ffffff;
    font-size: 16px;
    line-height: 1;
    padding: 9px 20px;
    font-weight: bold;
    text-transform: uppercase;
    border: 0;
    text-decoration: none;
    outline: none; }
  .jobs-list__search-link:active, .jobs-list__search-link:visited, .jobs-list__search-link:focus {
    color: #ffffff;
    text-decoration: none;
    outline: none; }
  .jobs-list__search-link:hover {
    color: #ffffff;
    text-decoration: none;
    outline: none; }
  .jobs-list__search-link.discard {
    background: #B5AEAE;
    margin-right: 10px; }
  .jobs-list__search-button {
    background: transparent;
    border: 0;
    margin: 0 6px 0 0;
    display: flex;
    align-items: center; }
  .jobs-list__search-title {
    padding: 8px;
    color: #60B22D;
    font-size: 20px;
    line-height: 30px; }
  .jobs-list__search-input {
    border: 1px solid #B5AEAE;
    border-radius: 5px;
    padding: 4px 8px;
    width: 100%; }
  .jobs-list__translator {
    display: none;
    /*align-items: center;*/
    background: #2A2D87;
    padding: 25px 30px; }
  .jobs-list__translator.opened {
    display: flex; }
  .jobs-list__translator-title {
    color: #ffffff;
    padding: 0 15px 0 0; }
    .jobs-list__translator-title span {
      display: block;
      font-weight: bold;
      font-size: 13px;
      line-height: 17px; }
  .jobs-list__translator-name {
    font-size: 16px;
    line-height: 21px; }
  .jobs-list__translator-rating {
    font-weight: bold;
    font-size: 16px;
    line-height: 21px;
    color: #FFFFFF;
    width: 119px;
    flex-shrink: 0;
    flex-grow: 0; }
  .jobs-list__translator-button {
    padding: 5px 10px 0 0; }

.translator-button__green-bordered {
  background-color: transparent;
  border: 1px solid #60B22D;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  color: #60B22D;
  opacity: 0.5; }
.translator-button__green-bordered:active, .translator-button__green-bordered:focus, .translator-button__green-bordered:visited {
  color: #60B22D;
  background-color: transparent;
  text-decoration: none;
  outline: 0; }
.translator-button__green-bordered:hover {
  color: #60B22D;
  background-color: transparent;
  text-decoration: none;
  outline: 0;
  opacity: 1; }
.translator-button__white-bordered {
  background-color: transparent;
  border: 1px solid #ffffff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  color: #ffffff;
  opacity: 0.5; }
.translator-button__white-bordered:active, .translator-button__white-bordered:focus, .translator-button__white-bordered:visited {
  color: #ffffff;
  background-color: transparent;
  text-decoration: none;
  outline: 0; }
.translator-button__white-bordered:hover {
  color: #ffffff;
  background-color: transparent;
  text-decoration: none;
  outline: 0;
  opacity: 1; }

.job-info {
  /*border-top: 1px solid #2A2D87;*/
  background-color: #fafafa; }
  .job-info__table-row {
    display: flex;
    justify-content: space-between; }
  .job-info__table-row.opened {
    background-color: #ffffff;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    margin-bottom: 2px; }
  .job-info__table-cell {
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 16px;
    flex-shrink: 0;
    flex-grow: 0;
    color: #272424;
    margin: 10px 15px 10px 0;
    padding: 6px 0;
    display: flex;
    align-items: center; }
    .job-info__table-cell a {
      outline: none;
      color: #2575DE; }
    .job-info__table-cell a:active,
    .job-info__table-cell a:visited,
    .job-info__table-cell a:focus {
      outline: none;
      color: #2575DE; }
    .job-info__table-cell a:hover {
      text-decoration: none;
      outline: none;
      color: #2575DE; }
  .job-info .title {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    font-size: 20px;
    line-height: 26px;
    color: #272424;
    margin: 0 0 0 25px; }
  .job-info .updated {
    display: flex;
    flex-shrink: 0;
    flex-grow: 0;
    width: 150px;
    align-items: center; }
  .job-info .action {
    display: flex;
    flex-shrink: 0;
    flex-grow: 1;
    justify-content: flex-end;
    align-items: center; }
  .job-info .delete {
    display: flex;
    flex-shrink: 0;
    flex-grow: 0;
    width: 32px;
    justify-content: center;
    align-items: center; }

.job-app {
  background-color: #fcfcfc;
  display: table;
  width: 100%;
  border-collapse: collapse;
  box-shadow: inset 0px -4px 4px rgba(0, 0, 0, 0.25); }
  .job-app__table-row {
    /*
    display: flex;
     */
    display: table-row;
    border-bottom: 1px solid #2A2D87; }
  .job-app__table-row:last-child {
    border-bottom: 0; }
  .job-app__table-head {
    display: table-cell;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 18px;
    color: #60B22D;
    /*
    flex-shrink: 0;
    flex-grow: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    flex-direction: column;
    margin: 10px 15px 10px 0;
     */
    vertical-align: middle;
    padding: 1.25rem 0 1.25rem 0.75rem; }
    .job-app__table-head span {
      font-weight: normal; }
  .job-app__table-cell {
    display: table-cell;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 16px;
    /*
    flex-shrink: 0;
    flex-grow: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 15px 10px 0;
    */
    color: #272424;
    vertical-align: middle;
    padding: 1.5rem 0 1.25rem 0.75rem; }
  .job-app__table-head.tc1, .job-app__table-cell.tc1 {
    /*
    width: 150px;
     */
    font-weight: bold; }
  .job-app__table-head.tc2, .job-app__table-cell.tc2 {
    width: 50px;
    font-weight: bold; }
  .job-app__table-head.tc3, .job-app__table-cell.tc3 {
    /*
    width: 150px;
    text-align: center;
     */ }
  .job-app__table-head.tc4, .job-app__table-cell.tc4 {
    /*
    width: 100px;
    text-align: center;
     */ }
  .job-app__table-head.tc5, .job-app__table-cell.tc5 {
    /*
    width: 100px;
    text-align: center;
     */ }
  .job-app__table-head.tc6, .job-app__table-cell.tc6 {
    /*
    width: 100px;
     */ }
  .job-app__table-head.tc7, .job-app__table-cell.tc7 {
    /*
    width: 307px;
    text-align: center;
     */ }
  .job-app__table-head.tc8, .job-app__table-cell.tc8 {
    /*
    width: 150px;
    text-align: center;
     */ }
  .job-app .tcw {
    /*
    flex-shrink: 0;
    flex-grow: 1;
     */ }
  .job-app .attachments {
    /*
    justify-content: space-between;
    */ }
  .job-app__table-link-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 3px 0; }
    .job-app__table-link-wrapper span {
      font-size: 12px;
      line-height: 16px;
      color: #6F6F6F;
      display: block; }
    .job-app__table-link-wrapper a,
    .job-app__table-link-wrapper a:hover,
    .job-app__table-link-wrapper a:active,
    .job-app__table-link-wrapper a:focus,
    .job-app__table-link-wrapper a:visited {
      font-size: 14px;
      line-height: 18px;
      text-decoration-line: underline;
      color: #2A2D87;
      outline: 0; }
  .job-app__icons-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-wrap: nowrap; }
  .job-app__table-icon {
    display: block;
    line-height: 1;
    margin: 0 4px 0 0;
    padding: 0; }
  .job-app__table-icon:last-child {
    margin: 0; }
  .job-app__table-nolink {
    color: #B5AEAE; }
  .job-app__table-link {
    font-weight: bold;
    color: #2A2D87;
    text-decoration: none;
    outline: none; }
  .job-app__table-link:hover {
    text-decoration: underline;
    font-weight: bold;
    color: #2A2D87;
    outline: none; }
  .job-app__table-link:active, .job-app__table-link:visited, .job-app__table-link:focus {
    font-weight: bold;
    color: #2A2D87;
    text-decoration: none;
    outline: none; }
  .job-app__inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1; }
  .job-app__inputfile + label {
    background: #60B22D;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    border: 1px solid #60B22D;
    display: inline-block;
    border-radius: 50px;
    color: #ffffff;
    font-size: 16px;
    line-height: 1;
    padding: 9px 20px;
    font-weight: bold;
    text-transform: uppercase;
    white-space: nowrap; }
  .job-app__inputfile:focus + label, .job-app__inputfile + label:hover {
    background-color: #60B22D;
    border: 1px solid #60B22D; }
  .job-app__inputfile + label {
    cursor: pointer; }
  .job-app__inputfile:focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px; }
  .job-app__inputfile + label * {
    pointer-events: none; }
  .job-app__table-button {
    background: #60B22D;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    border-radius: 56px;
    color: #ffffff;
    font-size: 16px;
    line-height: 1;
    padding: 9px 20px;
    font-weight: bold;
    text-transform: uppercase;
    border: 0;
    text-decoration: none;
    outline: none; }
  .job-app__table-button:active, .job-app__table-button:visited, .job-app__table-button:focus {
    color: #ffffff;
    text-decoration: none;
    outline: none; }
  .job-app__table-button:hover {
    color: #ffffff;
    text-decoration: none;
    outline: none; }

.job-form {
  margin: 0 0 150px 0;
    /*
        &__link-back:hover {
            color: #2A2D87;
            text-decoration: none;
            outline: none;
        }

        &__link-back:active,
        &__link-back:visited,
        &__link-back:focus {
            color: #2A2D87;
            text-decoration: none;
            outline: none;
        }
         */ }
  .job-form__buttons-row {
    margin: 60px 0 100px;
    padding-bottom: 40px;
    border-bottom: 1px solid #2A2D87;
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .job-form__buttons-col {
    display: flex;
    align-items: center; }
  .job-form__text-back {
    font-weight: bold;
    font-size: 21px;
    line-height: 1.5;
    color: #2A2D87;
    padding: 0 0 0 10px;
    position: relative;
    text-decoration: none;
    outline: none; }
  .job-form__link-back {
    padding-top: 5px;
    line-height: 1.5; }
  .job-form__button {
    background: #60B22D;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    border-radius: 56px;
    color: #ffffff;
    font-size: 16px;
    line-height: 1;
    padding: 9px 20px;
    font-weight: bold;
    text-transform: uppercase;
    border: 0;
    text-decoration: none;
    outline: none;
    cursor: pointer; }
  .job-form__button:active, .job-form__button:visited, .job-form__button:focus {
    color: #ffffff;
    text-decoration: none;
    outline: none; }
  .job-form__button:hover {
    color: #ffffff;
    text-decoration: none;
    outline: none; }
  .job-form .discard {
    background: #B5AEAE;
    margin-left: 10px; }
  .job-form__main {
    width: 600px;
    margin: 0 auto; }
  .job-form__main-row {
    display: flex;
    margin: 0 0 8px 0;
    flex-basis: auto; }
    .job-form__main-row.invisible {
      display: none !important; }
  .job-form__col-label {
    flex-shrink: 0;
    flex-grow: 0;
    color: #60B22D;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.5;
    width: 200px; }
  .job-form__col-input {
    flex-shrink: 0;
    flex-grow: 1;
    flex-basis: auto;
    display: flex; }
  .job-form__textarea, .job-form__input {
    box-sizing: border-box;
    border: 1px solid #B5AEAE;
    border-radius: 5px;
    padding: 4px 8px;
    width: 100%; }
  .job-form #job_language_a,
  .job-form #job_language_b {
    width: 170px;
    margin: 0; }
  .job-form #job_type .chosen-single,
  .job-form #job_complexity .chosen-single,
  .job-form #job_subject .chosen-single,
  .job-form #job_language_a .chosen-single,
  .job-form #job_language_b .chosen-single {
    height: 35px;
    line-height: 34px; }
    .job-form #job_type .chosen-single div b,
    .job-form #job_complexity .chosen-single div b,
    .job-form #job_subject .chosen-single div b,
    .job-form #job_language_a .chosen-single div b,
    .job-form #job_language_b .chosen-single div b {
      background-position: 0 8px; }
  .job-form #job_subject .chosen-container-multi {
    height: 35px;
    line-height: 34px; }
    .job-form #job_subject .chosen-container-multi .search-choice {
      padding: 6px 20px 6px 5px; }
    .job-form #job_subject .chosen-container-multi .search-choice-close {
      top: 7px; }
  .job-form #job_words {
    width: 170px; }
  .job-form .languages {
    justify-content: space-between; }
  .job-form #job_type,
  .job-form #job_complexity,
  .job-form #job_subject {
    width: 100%; }
  .job-form .__select__title {
    color: #272424;
    border: solid 1px #B5AEAE; }
    .job-form .__select__title:hover {
      color: #60B22D;
      border: solid 1px #60B22D; }
  .job-form__icon {
    display: flex;
    justify-content: center;
    align-items: center; }
  .job-form .a-add-new-language,
  .job-form .a-add-new-topic {
    white-space: nowrap;
    margin-left: 10px; }

.translator-header {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
  margin: 20px 0; }
  .translator-header__nav {
    display: flex;
    justify-content: center;
    align-items: center; }
  .translator-header__nav-header, .translator-header__nav-link {
    font-family: 'PT Serif', serif;
    font-weight: bold;
    font-size: 24px;
    line-height: 24px;
    color: #272424;
    padding: 34px 0 29px;
    border-bottom: 5px solid transparent;
    outline: none;
    text-decoration: none;
    margin: 0 42px; }
  .translator-header__nav-link:active, .translator-header__nav-link:focus, .translator-header__nav-link:visited {
    color: #272424;
    border-bottom: 5px solid transparent;
    outline: none;
    text-decoration: none; }
  .translator-header__nav-link.active, .translator-header__nav-link:hover {
    color: #60B22D;
    border-bottom: 5px solid #60B22D;
    outline: none;
    text-decoration: none; }

.translator-profile {
  padding: 3em 0; }
  .translator-profile__columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 132px; }
  .translator-profile__column-title {
    font-family: 'PT Serif', serif;
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 42px;
    color: #000000; }
  .translator-profile__column-subtitle {
    font-family: 'PT Serif', serif;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 42px;
    color: #000000; }
  .translator-profile__row {
    margin: 0 0 15px 0; }
  .translator-profile__label label {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
    color: #000000; }
  .translator-profile__input input[type="text"], .translator-profile input[type="email"], .translator-profile input[type="password"] {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    line-height: 21px;
    color: #000000;
    border: 1px solid #2A2D87; }
  .translator-profile .buttons-right {
    display: flex;
    justify-content: flex-end; }
  .translator-profile__button {
    border-radius: 38px;
    font-size: 16px;
    line-height: 21px;
    padding: 15px 32px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    border: 0;
    cursor: pointer;
    font-weight: bold;
    outline: none;
    text-decoration: none;
    display: block; }
  .translator-profile .green {
    color: #FFFFFF;
    background: #60B22D; }
  .translator-profile .blue-bordered {
    border: 1px solid #2A2D87;
    color: #2A2D87;
    background-color: #ffffff; }
  .translator-profile .blue {
    border: 1px solid #2A2D87;
    color: #ffffff;
    background-color: #2A2D87; }
  .translator-profile__column-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 25px 0; }
  .translator-profile__column-rating {
    flex-shrink: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center; }
    .translator-profile__column-rating span {
      font-family: 'PT Serif', serif;
      display: block;
      margin: 0 10px 0 0;
      font-style: normal;
      font-weight: bold;
      font-size: 32px;
      line-height: 42px;
      color: #2A2D87; }
  .translator-profile__group-title {
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
    color: #000000;
    text-transform: uppercase;
    margin: 25px 0 0 0; }
  .translator-profile .chosen-container-multi .chosen-choices {
    font-size: 14px;
    padding: 5px 10px; }
  .translator-profile .chosen-container-single .chosen-single {
    font-size: 14px;
    padding: 5px 10px;
    height: 35px; }
    .translator-profile .chosen-container-single .chosen-single div b {
      background-position: 0 8px; }
  .translator-profile__tender {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px;
    margin: 0 0 2px 0;
    background: #FFFFFF;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25); }
  .translator-profile__tender-name {
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 26px;
    color: #272424;
    display: flex;
    align-items: center; }
    .translator-profile__tender-name div {
      margin: 0 40px 0 0; }
    .translator-profile__tender-name span {
      font-weight: normal !important; }
  .translator-profile__name-switch {
    width: 16px;
    height: 16px;
    display: block;
    background: url("img/job/down-arrow.svg") center center no-repeat;
    flex-shrink: 0;
    flex-grow: 0;
    margin-left: 5px;
    outline: none; }
  .translator-profile__name-switch.opened {
    background: url("img/job/up-arrow.svg") center center no-repeat; }
  .translator-profile__tender-status {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap; }
    .translator-profile__tender-status .status-text {
      font-family: 'PT Serif', serif;
      font-style: normal;
      font-weight: normal;
      font-size: 16px;
      line-height: 21px;
      color: #6F6F6F; }
  .translator-profile__tender-info {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 4vw;
    background: #FCFCFC;
    box-shadow: inset 0px -4px 4px rgba(0, 0, 0, 0.25); }
  .translator-profile__tender-info-col {
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
  .translator-profile__tender-info-row {
    margin: 0 0 15px 0; }
  .translator-profile__tender-info-hint {
    display: flex; }
  .translator-profile__tender-info-value {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
    color: #272424; }
    .translator-profile__tender-info-value a {
      color: #272424;
      text-decoration: none;
      outline: none; }
    .translator-profile__tender-info-value a:visited,
    .translator-profile__tender-info-value a:active,
    .translator-profile__tender-info-value a:focus {
      color: #272424;
      text-decoration: none;
      outline: none; }
    .translator-profile__tender-info-value a:hover {
      color: #272424;
      text-decoration: underline;
      outline: none; }
  .translator-profile__tender-info-label {
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    line-height: 17px;
    color: #60B22D; }
  .translator-profile__tender-info-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1vw; }
  .translator-profile__tender-info-grid-item-value {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
    color: #272424;
    padding: 0 0 0 20px;
    background: url("img/translator/circle.svg") 0 5px no-repeat; }
  .translator-profile__tender-info-grid-item-label {
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    line-height: 17px;
    color: #6F6F6F;
    padding: 0 0 0 20px; }
  .translator-profile__feedback {
    background: url("img/translator/blue-bg.png") bottom left no-repeat;
    padding: 0 0 21px 21px;
    width: 503px; }
  .translator-profile__feedback-form {
    padding: 50px 60px;
    background: #FFFFFF;
    box-shadow: 0px -1px 4px rgba(0, 0, 0, 0.25); }
  .translator-profile__feedback-title {
    font-family: 'PT Serif', serif;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    color: #2A2D87;
    margin: 0 0 37px 0; }
  .translator-profile__feedback-stars {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto 25px; }
  .translator-profile__star-fill {
    display: block;
    width: 56px;
    height: 56px;
    text-decoration: none;
    outline: none;
    background: url("img/translator/star-fill.svg") center center no-repeat; }
  .translator-profile__star-border {
    display: block;
    width: 56px;
    height: 56px;
    text-decoration: none;
    outline: none;
    background: url("img/translator/star-border.svg") center center no-repeat; }
  .translator-profile__star-border.popup, .translator-profile__star-fill.popup {
    margin: 0 15px; }
  .translator-profile__star-fill.input:focus, .translator-profile__star-fill.input:active, .translator-profile__star-fill.input:visited, .translator-profile__star-border.input:focus, .translator-profile__star-border.input:active, .translator-profile__star-border.input:visited {
    outline: none; }
  .translator-profile__star-border.input:hover {
    outline: none;
    background: url("img/translator/star-fill.svg") center center no-repeat; }
  .translator-profile__feedback-text {
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 17px;
    text-align: center;
    color: #272424; }
  .translator-profile__form-subtitle {
    text-align: center;
    font-size: 13px;
    line-height: 17px;
    color: #6F6F6F;
    margin: 0 0 25px 0; }
    .translator-profile__form-subtitle .deadline {
      color: #C22A2A; }
  .translator-profile__form-row {
    margin: 0 auto 25px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .translator-profile__form-row.buttons {
      justify-content: center !important;
      margin: 0 auto !important; }
  .translator-profile__form-col {
    padding: 0; }
  .translator-profile__input-label {
    font-weight: bold;
    font-size: 16px;
    line-height: 21px;
    color: #000000;
    margin-bottom: 15px; }
  .translator-profile__input-field {
    width: 100%; }
    .translator-profile__input-field.file-comment {
      margin-top: 10px;
      display: flex;
      align-items: center; }
      .translator-profile__input-field.file-comment span {
        font-size: 12px;
        line-height: 16px;
        color: #6F6F6F; }
    .translator-profile__input-field .no-file {
      color: #6F6F6F; }
  .translator-profile__error {
    color: #ff0000;
    font-weight: bold;
    margin: 0.5em 0; }
  .translator-profile__message {
    color: #00aa00;
    font-weight: bold;
    margin: 0.5em 0; }
  .translator-profile input[type="file"] {
    color: #2A2D87;
    background-color: #ffffff;
    border: 1px solid #2A2D87;
    display: block;
    padding: 10px 25px;
    margin: 0 0 10px 0;
    width: auto;
    border-radius: 50px; }
  .translator-profile__inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1; }
  .translator-profile__inputfile + label {
    color: #2A2D87;
    font-weight: bold;
    background-color: #ffffff;
    border: 1px solid #2A2D87;
    display: inline-block;
    padding: 15px 32px;
    border-radius: 38px;
    font-size: 16px;
    line-height: 21px; }
  .translator-profile__inputfile:focus + label, .translator-profile__inputfile + label:hover {
    background-color: #ffffff;
    border: 1px solid #2A2D87; }
  .translator-profile__inputfile + label {
    cursor: pointer;
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis; }
  .translator-profile__inputfile:focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px; }
  .translator-profile__inputfile + label * {
    pointer-events: none; }
  .translator-profile__project-link {
    display: block;
    margin: 0 0 5px 0;
    outline: none;
    font-size: 16px;
    line-height: 21px;
    text-decoration: underline;
    color: #2A2D87; }
  .translator-profile__project-link:active, .translator-profile__project-link:focus, .translator-profile__project-link:visited {
    text-decoration: underline;
    color: #2A2D87;
    outline: none; }
  .translator-profile__project-link:hover {
    text-decoration: underline;
    color: #2A2D87;
    outline: none; }

.language-row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap; }
  .language-row .translator-profile__label {
    flex-shrink: 0;
    flex-grow: 0;
    width: 100px;
    margin: 0 15px 0 0; }
  .language-row .translator-profile__input {
    flex-shrink: 1;
    flex-grow: 1; }

.common-icon__application-submitted, .common-icon__test-submitted, .common-icon__in-progress, .common-icon__nda, .common-icon__archived, .common-icon__completed, .common-icon__complete-test, .common-icon__help, .common-icon__comment {
  display: block;
  width: 23px;
  height: 23px;
  text-decoration: none;
  outline: none;
  margin: 0 10px 0 0; }

.common-icon__application-submitted {
  background: url("img/translator/status-application-submitted.png") center center no-repeat; }
.common-icon__test-submitted {
  background: url("img/translator/status-test-submitted.png") center center no-repeat; }
.common-icon__in-progress {
  background: url("img/translator/status-progress.png") center center no-repeat; }
.common-icon__nda {
  background: url("img/translator/status-nda.png") center center no-repeat; }
.common-icon__archived {
  background: url("img/translator/status-archived.png") center center no-repeat; }
.common-icon__completed {
  background: url("img/translator/status-completed.png") center center no-repeat; }
.common-icon__complete-test {
  background: url("img/translator/status-complete-test.png") center center no-repeat; }
.common-icon__help {
  background: url("img/translator/help.png") center center no-repeat; }
.common-icon__comment {
  width: 12px !important;
  height: 12px !important;
  background: url("img/translator/comment.png") center center no-repeat; }
.common-icon__help:active, .common-icon__help:visited, .common-icon__help:focus {
  text-decoration: none;
  outline: none; }
.common-icon__help:hover {
  text-decoration: none;
  outline: none; }

.tooltipster-sidetip.tooltipster-int .tooltipster-box {
  background: #ffffff;
  border: 1px solid #60B22D;
  box-sizing: border-box;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.25);
  max-width: 420px; }

.tooltipster-sidetip.tooltipster-int .tooltipster-content {
  font-family: 'PT Serif', serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 21px;
  color: #000000;
  padding: 12px 34px; }

/* Landscape Tablets */
@media only screen and (max-width: 1024px) {
  .header-top__branding {
    width: 150px;
    padding: 10px 0; }

  .header-top__request-button {
    width: 183px;
    height: 36px; }
  .header-top__request-icon {
    width: 28px;
    height: 28px; }
  .header-top__jobs-button {
    border-radius: 56px;
    font-size: 11px;
    padding: 7px 12px; }

  .main-navigation a {
    margin: 0 20px; }

  .container-small,
  .container {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px; }

  .main-splash__header {
    font-size: 50px; }
  .main-splash__subheader {
    font-size: 28px; }

  .page-head__header {
    font-size: 50px; }
  .page-head__subheader {
    font-size: 28px; }

  .main-what__header {
    font-size: 40px; }

  .main-why__header {
    font-size: 40px; }

  .main-clients__header {
    font-size: 40px; }

  .site-button {
    font-size: 15px;
    padding: 10px 30px; }

  .main-clients__text {
    width: 800px;
    font-size: 20px; }

  .main-logos {
    padding: 30px 0; }
    .main-logos .swiper-wrapper {
      padding-bottom: 50px; }
    .main-logos .swiper-pagination {
      display: block;
      margin: 15px 0; }
    .main-logos .swiper-pagination-bullets {
      bottom: -20px; }
    .main-logos .slider-button-prev,
    .main-logos .slider-button-next {
      display: none; } }
/* Small Devices, Portrait Tablets */
@media only screen and (max-width: 834px) {
  .container-small,
  .container {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px; }

  .header-top__navigation, .header-top__request {
    display: none; }
  .header-top__hamburger {
    height: 50px;
    width: 50px;
    display: block;
    position: relative; }
  .header-top__hamburger-link {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 13px;
    position: relative;
    z-index: 1100; }

  .hamburger-menu {
    z-index: 1100;
    position: absolute;
    top: -2px;
    right: 15px;
    width: 35px;
    height: 35px;
    cursor: pointer; }

  .bar,
  .bar:after,
  .bar:before {
    width: 35px;
    height: 5px; }

  .bar {
    position: relative;
    transform: translateY(25px);
    background: white;
    transition: all 0ms 300ms; }

  .bar.animate {
    background: rgba(255, 255, 255, 0); }

  .bar:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 10px;
    background: white;
    transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1); }

  .bar:after {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    background: white;
    transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1); }

  .bar.animate:after {
    top: 0;
    transform: rotate(45deg);
    transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1); }

  .bar.animate:before {
    bottom: 0;
    transform: rotate(-45deg);
    transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1); }

  .site-content {
    margin: 79px 0 0 0; }

  .main-splash__content {
    /*flex-wrap: nowrap;
    flex-direction: column;*/
    width: 100%;
    margin: 0 auto;
    padding: 20px 50px 50px;
    min-height: auto; }
  .main-splash__header {
    font-size: 30px; }
  .main-splash__subheader {
    font-size: 16px;
    margin: 0 0 60px 0; }
  .main-splash .slider-button-prev,
  .main-splash .slider-button-next {
    display: none; }
  .main-splash .main-splash__buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap; }

  .site-button {
    font-size: 16px;
    padding: 8px 20px; }

  .main-what__content {
    padding: 35px 0 55px; }
  .main-what__header {
    font-size: 30px;
    margin: 0 0 1em 0; }
  .main-what__buttons {
    margin: 0 0 35px 0; }
  .main-what__links {
    width: 100%;
    flex-wrap: wrap; }
  .main-what__link {
    font-size: 21px;
    margin-bottom: 30px; }

  .main-why {
    padding: 30px 0 0 0; }
    .main-why__header {
      font-size: 30px;
      margin: 0 0 1em 0; }
    .main-why .swiper-pagination {
      display: block; }
    .main-why .swiper-pagination-bullet {
      width: 12px;
      height: 12px;
      display: inline-block;
      border-radius: 100%;
      background: transparent;
      border: 1px solid #23b90b;
      opacity: 1;
      margin: 0 11px !important; }
    .main-why .swiper-pagination-bullet-active {
      opacity: 1;
      background: #23b90b; }

  .main-clients {
    background-color: #f3f2f2; }
    .main-clients__content {
      padding: 35px 0; }
    .main-clients__header {
      font-size: 30px;
      margin: 0 0 1em 0; }
    .main-clients__slider {
      margin: 0; }
    .main-clients__slide {
      margin: 0 auto 50px;
      width: 100%; }
    .main-clients__avatar {
      margin: 0 auto 25px;
      width: 150px;
      text-align: center; }
    .main-clients__text {
      width: 100%;
      font-size: 20px;
      margin: 0 auto 30px;
      padding: 30px; }
    .main-clients__text::before {
      width: 80px;
      height: 60px;
      left: 5px;
      top: 5px; }
    .main-clients__client {
      font-size: 16px; }
    .main-clients .slider-button-prev,
    .main-clients .slider-button-next {
      display: none; }

  .footer-menu .col1,
  .footer-menu .col2,
  .footer-menu .col3,
  .footer-menu .col4 {
    display: none; }
  .footer-menu__column {
    width: 100%; }
  .footer-menu__phone {
    font-size: 30px;
    width: 320px;
    margin: 0 auto; }

  .page-head__header {
    font-size: 36px;
    margin: 0 0 1em 0; }

  .page-services {
    padding: 30px 0; }
    .page-services__header {
      font-size: 30px;
      margin: 0 0 1em 0; }

  .page-image {
    padding: 30px 0; }
    .page-image__title {
      font-size: 30px;
      margin: 0 0 1em 0;
      line-height: 1; }
    .page-image__subtitle {
      font-size: 22px;
      margin: 0 0 1em 0; }

  .page-industries {
    padding: 30px 0; }
    .page-industries__header {
      font-size: 30px; }
    .page-industries__grid {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      width: 100%; }
    .page-industries__single {
      height: 510px;
      width: 391px; }
    .page-industries__single-name {
      font-size: 20px; }

  .page-reports {
    padding: 30px 0; }
    .page-reports__header {
      font-size: 30px; }
    .page-reports__subheader {
      font-size: 20px;
      margin: 0 auto 1em; }
    .page-reports__text {
      font-size: 16px;
      max-width: none; }
    .page-reports__list {
      margin: 50px auto 0;
      display: block;
      width: 100%; }
    .page-reports__column-link {
      font-size: 20px;
      padding: 1em 0; }

  .page-feedback {
    padding: 35px 0 65px; }
    .page-feedback__header {
      font-size: 30px;
      margin: 0 0 1em 0; }
    .page-feedback__form {
      width: 100%;
      margin: 0 auto; }
    .page-feedback__form-col {
      width: calc(50% - 10px); }
    .page-feedback .row-textarea {
      margin: 20px 0 25px; }
      .page-feedback .row-textarea p {
        font-size: 20px; }
    .page-feedback .success {
      padding: 50px;
      font-size: 30px; }

  .page-contacts {
    padding: 35px 0; }
    .page-contacts__header {
      font-size: 30px;
      margin: 0 0 1em 0; }
    .page-contacts__list {
      margin: 25px auto; }
    .page-contacts__single {
      margin: 0 0 20px; }
    .page-contacts__single-text {
      padding: 0 0 0 20px;
      font-size: 20px; }

  .page-content {
    padding: 35px 0; }
    .page-content__wrapper {
      width: 100%; }
    .page-content__single {
      width: 270px;
      margin: 0 20px 30px; }
    .page-content__text {
      width: 100%; }
    .page-content__header {
      font-size: 30px; }
    .page-content__buttons {
      text-align: center; }

  .page-process {
    padding: 35px 0; }
    .page-process__wrapper {
      width: 100%;
      flex-wrap: wrap;
      justify-content: center; }
    .page-process__header {
      font-size: 30px;
      margin: 0 0 1em 0; }
    .page-process__single {
      width: 200px;
      text-align: center;
      margin: 10px; }
    .page-process__single-header {
      font-size: 22px; }

  .page-stages {
    padding: 35px 0; }
    .page-stages__header {
      font-size: 30px; }
    .page-stages__list {
      margin: 40px auto;
      width: 100%; }
    .page-stages__single-text {
      padding: 0 0 0 1em;
      font-size: 22px;
      width: 100%; }

  .page-languages {
    padding: 60px 0; }
    .page-languages__wrapper {
      width: 100%; }
    .page-languages__single {
      margin: 0;
      font-size: 21px; }

  .page-projects {
    padding: 60px 0; }
    .page-projects__wrapper {
      width: 100%; }
    .page-projects__single-header {
      font-size: 20px; }
    .page-projects__single-text {
      padding: 15px; }

  .page-info {
    padding: 35px 0; }

  .page-applycv__header {
    font-size: 30px; }

  .apply-form label, .apply-form__label {
    white-space: normal;
    min-width: auto; }
  .apply-form__row-cell {
    flex-wrap: wrap; }
  .apply-form input[type="file"] {
    width: auto;
    padding: 8px 15px;
    margin: 0 0 10px 0;
    border-radius: 25px; }
  .apply-form__inputfile + label {
    padding: 8px 15px;
    border-radius: 25px;
    font-size: 16px; }
  .apply-form__button, .apply-form__button-green, .apply-form__button-green-bordered, .apply-form__button-blue-bordered, .apply-form__button-blue, .translator-button__green-bordered, .translator-button__white-bordered {
    padding: 8px 15px;
    border-radius: 25px;
    font-size: 16px; } }
/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  .site-content {
    margin: 56px 0 0 0; }

  .header-top__branding {
    width: 150px;
    padding: 10px 0; }

  .main-what__content {
    padding: 25px 0 45px; }
  .main-what__header {
    font-size: 26px;
    margin: 0 0 1em 0; }
  .main-what__buttons {
    margin: 0 0 25px 0;
    flex-wrap: wrap; }
  .main-what__button {
    margin: 0 10px 10px 0;
    width: calc(50% - 10px);
    justify-content: space-between; }
    .main-what__button img {
      display: block; }
  .main-what__button:nth-child(2n) {
    margin: 0 0 10px 0; }
  .main-what__link {
    font-size: 16px;
    padding: 10px 0 0 60px;
    margin-bottom: 15px; }
  .main-what__link::before {
    height: 45px;
    width: 45px;
    left: 0;
    top: 0; }

  .main-why {
    padding: 25px 0 0 0; }
    .main-why__header {
      font-size: 26px;
      margin: 0 0 1em 0; }

  .main-clients {
    background-color: #f3f2f2; }
    .main-clients__content {
      padding: 25px 0; }
    .main-clients__header {
      font-size: 26px;
      margin: 0 0 1em 0; }

  .footer-menu__phone {
    font-size: 26px;
    width: 100%;
    padding: 4px 0 0 60px; }
  .footer-menu__phone::before {
    height: 45px;
    width: 45px; }

  .page-head {
    min-height: auto; }
    .page-head__header {
      font-size: 30px;
      margin: 0 0 1em 0; }
    .page-head__subheader {
      font-size: 16px;
      max-width: none; }

  .page-services {
    padding: 25px 0; }
    .page-services__header {
      font-size: 26px; }
    .page-services__items {
      width: 100%; }
    .page-services__single {
      width: 240px;
      height: auto;
      text-align: center;
      margin: 0 0 30px;
      padding: 0 15px; }

  .page-image {
    padding: 25px 0; }
    .page-image__title {
      font-size: 26px; }
    .page-image__subtitle {
      font-size: 18px; }

  .page-industries {
    padding: 25px 0; }
    .page-industries__header {
      font-size: 26px; }
    .page-industries__single {
      height: 510px;
      width: 391px; }
    .page-industries__single-name {
      font-size: 16px; }

  .page-reports {
    padding: 25px 0; }
    .page-reports__header {
      font-size: 26px; }
    .page-reports__subheader {
      font-size: 16px;
      margin: 0 auto 1em; }
    .page-reports__text {
      font-size: 16px;
      max-width: none; }
    .page-reports__list {
      margin: 30px auto 0;
      display: block;
      width: 100%; }
    .page-reports__column-link {
      font-size: 16px;
      padding: 1em 0; }

  .page-feedback {
    padding: 25px 0 35px; }
    .page-feedback__header {
      font-size: 26px; }
    .page-feedback__form-row {
      flex-wrap: wrap;
      margin-bottom: 0; }
    .page-feedback__form-col {
      width: 100%;
      margin-bottom: 15px; }
    .page-feedback .row-textarea {
      margin: 15px 0 20px; }
      .page-feedback .row-textarea p {
        font-size: 16px; }
    .page-feedback .success {
      padding: 1.5em;
      font-size: 26em; }

  .page-contacts {
    padding: 25px 0; }
    .page-contacts__header {
      font-size: 26px;
      margin: 0 0 1em 0; }
    .page-contacts__list {
      margin: 25px auto;
      width: 100%; }
    .page-contacts__single {
      margin: 0 0 20px; }
    .page-contacts__single-image {
      width: 30px;
      height: 30px; }
    .page-contacts__single-text {
      padding: 0 0 0 1em;
      font-size: 16px;
      width: 100%; }

  .page-process {
    padding: 25px 0; }
    .page-process__header {
      font-size: 26px;
      margin: 0 0 1em 0; }
    .page-process__single-header {
      font-size: 18px; }

  .page-stages {
    padding: 25px 0; }
    .page-stages__header {
      font-size: 26px; }
    .page-stages__list {
      margin: 20px auto; }
    .page-stages__single-text {
      font-size: 16px; }

  .page-languages {
    padding: 30px 0; }
    .page-languages__wrapper {
      width: 100%; }
    .page-languages__single {
      margin: 0;
      font-size: 18px; }

  .page-projects {
    padding: 30px 0; }
    .page-projects__single-header {
      font-size: 18px; }
    .page-projects__single-text {
      padding: 14px; }

  .page-info {
    padding: 25px 0; }
    .page-info__single {
      width: 100%;
      margin: 1em; }
    .page-info__single-header {
      font-size: 26px; } }

/*# sourceMappingURL=style.css.map */
