

/*! normalize.css v2.1.3 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */

[hidden],
template {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
    background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

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

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
    border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}


body { 
	font-family: arial,helvetica,sans-serif;
}

h1,h2,h3 {
	font-weight: bold;
	color: #842B5B;
}

h1 {
	margin: 0 0 10px 0;
	font-size: 22px; 
}

h2 {
	margin: 20px 0 10px 0;
	font-size: 18px; 
}

h3 {
	margin: 20px 0 10px 0;
	font-size: 16px;
}

hr {
	border: none;
	height: 1px;
	background-color: #ccc
}

p {
	margin: 0 0 10px 0;
}

ul,ol {
	display: block;
	margin: 0 0 10px 0;
	list-style-position: outside;
	padding-left: 30px;
	line-height: 125%;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

	ul li, ol li {
		padding-bottom: 3px; 
	}

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

	ul.errors li {
		background-image: url(/tao/images/alert.gif);
		background-repeat: no-repeat;
		padding: 4px 0 5px 25px;
		font-size: 14px;
		color: #d00;
	}

div.taglist {
	border: 1px solid #ddd;
	padding: 5px;
}

	div.taglist em {
		font-style: normal;
		color: #842B5B;
	}

	div.taglist a {
		font-size: 10px;
	}

#content {
	font-size: 14px;
}

.clear {
	float: none;
	clear: both;
}


input.password,
input.text,
input[type="text"],
input[type="password"],
input[type="file"],
textarea,
select {
	border: 1px solid #888;
	padding:2px;
}

input.error {
	border: 1px solid #d00; 
}
.submit_button {
	border: 1px solid #842B5B;
	background-color: #842B5B;
	color: #FFF;
	padding: 3px 10px;
}

fieldset {
	border: none;
}

@font-face {
  font-family: "Code Pro";
  src: url('/fonts/code_pro_bold-webfont.woff') format('woff');
}
@font-face {
  font-family: 'PF TextCompPro';
  src: url('/fonts/pfdintextcomppro-regular-webfont.eot');
  src: url('/fonts/pfdintextcomppro-regular-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/pfdintextcomppro-regular-webfont.woff') format('woff'), url('/fonts/pfdintextcomppro-regular-webfont.ttf') format('truetype'), url('/fonts/pfdintextcomppro-regular-webfont.svg#pf_din_text_comp_proregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
body {
  padding: 0;
  margin: 0;
  min-width: 855px;
  position: relative;
}
#top {
  position: fixed;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  height: 54px;
  z-index: 151;
  background: url(/image/layout/top_bg3.svg) right top;
  background-size: cover;
}
#work-cont {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}
#top .social-btns {
  float: right;
  width: 145px;
  height: 41px;
  padding: 13px 0 0 35px;
}
#top .social-btns a {
  display: inline-block;
  width: 28px;
  height: 27px;
  text-decoration: none;
  outline: none;
}
#top .social-btns a.ig {
  margin-right: 10px;
}
#top .social-btns a.tw {
  margin-right: 10px;
}
#top .social-btns a.fb {
  margin-right: 8px;
}
#top .social-btns a.tm {
  margin-left: 86px;
}
#top .logo {
  float: left;
  width: 115px;
  padding: 8px 64px 0 2%;
}
#top .slogan {
  font-family: "PT Serif", Arial, sans-serif;
  font-size: 18px;
  font-style: italic;
  color: #475f77;
  float: left;
  padding-top: 16px;
  line-height: 100%;
  margin-right: 30px;
}
#top .slogan .big {
  font-size: 18px;
  font-family: "Code Pro", Arial, sans-serif;
  color: #354B5e;
  font-style: normal;
}
#top .top_nav {
  float: left;
  padding-top: 16px;
}
#top .top_nav_item {
  display: inline-block;
  position: relative;
  margin-right: 15px;
}
#top .top_nav_item .link {
  text-transform: uppercase;
  text-decoration: none;
  font-family: "PT Sans", Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #354B5e;
  cursor: pointer;
}
#top .top_nav_item .link.active {
  text-decoration: none;
  color: #d64b4b;
}
#top .top_nav_item .link:hover {
  text-decoration: none;
}
#top .contact-us {
  display: block;
  outline: none;
  font-family: "PT Sans Narrow", Arial, sans-serif;
  font-size: 14px;
  color: #354B5E;
  background: url(/image/layout/envelope.png) 0 3px no-repeat;
  text-transform: uppercase;
  margin-top: 16px;
  padding-left: 37px;
}
.clear {
  clear: both;
  float: none;
}
.pages-menu-container {
  position: fixed;
  left: 0;
  top: 118px;
  z-index: 103;
}
.pages-menu-scroll {
  overflow: hidden;
  position: relative;
  width: 198px;
  height: 100%;
}
.scroll-control {
  background: url(/image/layout/arrows_menu.png) 0 0;
  width: 198px;
  height: 26px;
  position: absolute;
  cursor: pointer;
}
.pages-menu-container .scroll-control-up {
  top: -35px;
}
.pages-menu-container .scroll-control-down {
  bottom: -35px;
  background-position: 0 -26px;
}
.pages-menu-container .scroll-control-up:hover {
  background-position: -198px 0;
}
.pages-menu-container .scroll-control-down:hover {
  background-position: -198px -26px;
}
.pages-menu-container .scroll-control-up.disabled {
  cursor: default;
  background-position: -386px 0;
}
.pages-menu-container .scroll-control-down.disabled {
  cursor: default;
  background-position: -386px -26px;
}
.pages-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 198px;
  position: absolute;
}
.pages-menu li {
  list-style: none;
  padding: 0 0 5px 0;
  font-family: "PT Sans Narrow", Arial, sans-serif;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
}
.pages-menu li a {
  display: block;
  background: rgba(53, 75, 94, 0.6);
  color: #fff;
  text-decoration: none;
  outline: none;
  padding: 5px 10px;
}
.pages-menu li a.active {
  background: rgba(215, 75, 75, 0.6);
}
.site-cont {
  margin: 0 5%;
  min-width: 1000px;
}
.main-pages-cont {
  position: relative;
  width: 100%;
  min-width: 860px;
}
.main-pages-cont.subcont {
  overflow: hidden;
}
.main-page {
  position: relative;
  width: 100%;
  height: 1080px;
  overflow: hidden;
  background: url(/image/layout/spinner_light.gif) no-repeat center center #475f77;
  background-position: 50% 0;
  background-attachment: 'fixed';
  /* transition: background-image 0.5s ease-in-out; */
}
.main-page .page-bg {
  background-position: 50% 0;
  background-repeat: no-repeat;
  width: 100%;
  height: 1080px;
  position: absolute;
}
.main-page-description {
  z-index: 5;
  position: absolute;
  padding: 30px;
  /* max-height: 400px; */
  overflow: visible;
  top: 118px;
  background: url(/image/layout/top_bg.png);
  font-size: 14px;
  font-family: "PT Sans", Arial, sans-serif;
}
.main-page-description a {
  font-family: "PT Serif", Arial, sans-serif;
  font-style: italic;
  font-size: 14px;
  color: #00AEE6;
}
.main-page-description .d-head {
  font-family: "Code Pro", Arial, sans-serif;
  font-size: 24px;
  color: #354B5E;
  padding-bottom: 15px;
}
.main-page-description .d-delim {
  width: 50px;
  height: 4px;
  margin-bottom: 15px;
  background: #D84C4B;
}
.hidden {
  display: none;
}
.up-page {
  position: absolute;
  display: none;
  z-index: 20;
  top: 40px;
  width: 630px;
  left: 200px;
}
.up-page .up-page-content {
  background: #354b5e;
  padding: 30px;
  margin-top: 23px;
  font-size: 16px;
  position: relative;
  font-family: "PT Sans", Arial, sans-serif;
  color: #fff;
  -webkit-box-shadow: 0px 10px 31px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 10px 31px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 10px 31px 0px rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.up-page .up-page-content a {
  color: #00AEE6;
}
.up-page .up-page-content a:hover {
  color: #fff;
}
.up-page .up-page-content p {
  margin-bottom: 25px;
}
.up-page .up-page-content ul.p-list {
  position: relative;
  margin-top: -15px;
  list-style-type: disc;
}
.up-page .up-page-content ul.p-list li {
  list-style-type: disc;
  background: none;
  margin: 0 0 5px 0;
}
.up-page .title {
  margin-bottom: 20px;
  font-size: 24px;
  font-family: "Code Pro", Arial, sans-serif;
}
.up-page .title .brd {
  margin-top: 15px;
  width: 56px;
  border-bottom: 4px solid #D74B4A;
}
.up-page .close {
  display: block;
  outline: none;
  position: absolute;
  width: 22px;
  height: 22px;
  right: 30px;
  top: 30px;
  background: url(/image/layout/up-close.png) 0 0 no-repeat;
}
.up-page .close:hover {
  background-position: 0 -22px;
}
.up-page .top_angle {
  position: absolute;
  width: 53px;
  height: 23px;
  top: 0;
  left: 190px;
  background: url(/image/layout/up-corner.png) 0 0 no-repeat;
  z-index: 2;
}
#page-vacancy.up-page {
  left: -200px;
}
#page-contacts.up-page {
  left: -190px;
}
#page-resume.up-page {
  left: -450px;
}
#page-resume .top_angle {
  left: 470px;
}
.contacts-address-cont {
  width: 100%;
  overflow: hidden;
  margin-bottom: 15px;
}
.contacts-address-cont .address {
  float: left;
  width: 250px;
  margin-right: 30px;
}
.contacts-address-cont .info {
  font-style: italic;
}
.contacts-address-cont .lhead {
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 8px;
  text-decoration: none;
  font-weight: bold;
  outline: none;
  border-bottom: 1px dashed #fff;
  color: #fff;
  cursor: pointer;
}
.contacts-address-cont .lhead.active {
  color: #d74b4b;
  border-bottom: 0;
}
.up-page .contacts-address-cont .lhead:hover {
  color: #d74b4b;
}
.maps-placeholder {
  /*height: 270px;*/
  margin-bottom: -30px;
  margin-left: -30px;
  margin-top: -30px;
}
.maps-cont {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 630px;
  height: 290px;
}
.maps-cont .map,
.maps-cont .tao-map {
  width: 630px;
  height: 290px;
}
body.mobile .gallery-panel {
  display: none;
}
.gallery-panel {
  height: 95px;
  background: rgba(255, 255, 255, 0.8);
  position: fixed;
  bottom: 30px;
  width: 100%;
  text-align: center;
  display: none;
  z-index: 99;
}
.gallery {
  display: inline-block;
  margin-top: 12px;
}
.gallery .item {
  position: relative;
  width: 121px;
  height: 72px;
  padding: 0 5px;
}
.gallery .item-content {
  position: relative;
}
.gallery .item img {
  cursor: pointer;
  border: solid 3px #fff;
}
.gallery .item .info {
  position: absolute;
  top: 0;
  left: 0;
  background: #d74b4a;
  color: #fff;
  width: 121px;
  height: 72px;
  display: none;
}
.gallery .item .info.empty {
  opacity: 0.8;
}
.gallery .item .info .caption {
  font-family: "PT Sans", Arial, sans-serif;
  font-weight: bold;
  font-size: 13px;
  color: #fff;
  display: table-cell;
  width: 121px;
  height: 50px;
  vertical-align: middle;
  text-align: center;
  white-space: normal;
}
.gallery .item .info .year {
  font-family: "PT Sans Caption", Arial, sans-serif;
  color: #dcddd8;
  font-size: 10px;
}
.gallery-controls .arrow {
  height: 34px;
  width: 17px;
  position: absolute;
  top: 30px;
  background: url(/image/layout/gallery-arrows.png) top left;
  cursor: pointer;
}
.gallery-controls {
  position: absolute;
  top: 0;
  left: 50%;
}
.gallery-controls .prev {
  left: -350px;
}
.gallery-controls .next {
  right: -350px;
  background-position: -17px 0;
}
.gallery-controls .prev:hover {
  background-position: 0 -34px;
}
.gallery-controls .next:hover {
  background-position: -17px -34px;
}
.gallery-controls .prev.disabled {
  background-position: 0 -68px;
  cursor: default;
}
.gallery-controls .next.disabled {
  background-position: -17px -68px;
  cursor: default;
}
.fake-bg {
  position: absolute;
  width: 100%;
  background-repeat: no-repeat;
  height: 1080px;
  overflow: hidden;
  background-attachment: fixed;
}
.red-btn {
  background: #d74b4a;
  line-height: 28px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
  height: 28px;
  text-align: center;
  border: none;
  padding: 0 15px;
}
.invisible-cont {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
  background: rgba(33, 44, 55, 0.9);
  /*
	width: 100vw;
	height: 100vh;
	*/
  height: 100%;
  width: 100%;
  display: none;
  opacity: 0;
}
.invisible-cont .container {
  position: absolute;
  display: inline-block;
  top: 120px;
  left: 280px;
}
.invisible-cont.vote-cont .container {
  min-width: 800px;
}
.invisible-cont .title {
  font-size: 36px;
  font-family: "Code Pro", Arial, sans-serif;
  font-weight: bold;
  color: #fff;
  margin-bottom: 10px;
}
.invisible-cont .write-to-us {
  font-family: "PT Serif", Arial, sans-serif;
  font-size: 36px;
  font-style: italic;
  color: #D74B4B;
  margin-bottom: 30px;
}
.invisible-cont .write-to-us a {
  color: #00AEE6;
}
.invisible-cont .close {
  cursor: pointer;
  outline: none;
  position: absolute;
  width: 56px;
  height: 56px;
  right: 0;
  top: 6px;
  background: url(/image/layout/big-blue-close.png) -56px 0 no-repeat;
}
.invisible-cont .info-text {
  color: #fffefe;
  font-family: "PT Sans";
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 35px;
}
.invisible-cont .vote-link {
  display: inline-block;
  outline: none;
  padding: 12px 58px 12px 13px;
  color: #00aee6;
  font-family: "Code Pro";
  font-size: 20px;
  border: 2px solid #00aee6;
  text-decoration: none;
  background: url(/image/layout/thumb_up.png) 90% 17px no-repeat;
}
.invisible-cont .close:hover {
  background-position: 0 0;
}
.mousewheel-mail {
  position: absolute;
  right: -40px;
  top: 0;
  width: 26px;
  height: 62px;
  background: url(/image/layout/scroll_mail.png);
}
@media all and (max-height: 790px) {
  .pages-menu {
    /*top: 60px;*/
  }
}
.page-full {
  padding: 60px 0 0 100px;
}
.page-full a {
  color: #00AEE6;
}
.field-agreement {
  font-family: "PT Sans", Arial, sans-serif;
  color: #fff;
}
.field-agreement a {
  color: #00AEE6;
}
.b-fullpage {
  color: #fff;
  z-index: 130;
  position: absolute;
  height: auto;
}
.b-fullpage .container {
  max-width: 80% !important;
  padding-right: 140px;
  top: 0;
  padding-top: 120px;
  position: relative;
}
.b-fullpage .container .close {
  top: 100px;
}
.b-fullpage h1 {
  color: #ffffff;
  font-family: "Code Pro";
  font-size: 36px;
  font-weight: 400;
  line-height: 52px;
  margin-bottom: 38px;
}
.b-fullpage h1:after {
  content: '';
  display: block;
  margin-top: 15px;
  width: 53px;
  height: 4px;
  background: #ef4836;
}
.b-fullpage ul li {
  margin-bottom: 10px;
}
.b-fullpage .page-full {
  max-width: 800px;
  color: #ffffff;
  font-family: "PT Sans";
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  padding: 0 0 50px;
}
.b-fullpage .page-full a {
  color: #00aee6;
}
.b-fullpage .page-full p {
  margin-bottom: 20px;
}
.b-fullpage h2 {
  color: #d74b4b;
  font-family: "Code Pro";
  font-size: 24px;
  font-weight: 400;
  line-height: 52px;
  margin-bottom: 20px;
}
.b-fullpage .columns-2 .column:nth-child(1) {
  display: inline-block;
  width: 420px;
  margin-right: 60px;
  vertical-align: top;
}
.b-fullpage .columns-2 .column:nth-child(2) {
  display: inline-block;
  width: 230px;
  vertical-align: top;
}
.b-fullpage .b-vacancy {
  margin-bottom: 16px;
}
.b-fullpage .b-vacancy__details {
  display: none;
  padding-top: 10px;
}
.b-fullpage .b-vacancy__head {
  color: #00aee6;
  font-family: "PT Sans";
  font-size: 24px;
  line-height: 28px;
  font-weight: 400;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1.44px;
}
.b-fullpage .b-vacancy__head span {
  border-bottom: 1px dashed #00aee6;
}
.b-fullpage .b-vacancy__more {
  color: #00aee6;
  font-family: "PT Sans";
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  padding-left: 22px;
  margin: 5px 0 18px 0;
  background: url(/image/layout/i_more.png) 0 4px no-repeat;
}
.b-fullpage .b-vacancy__more a {
  color: #00aee6;
  outline: none;
  text-decoration: none;
}
.b-fullpage .b-vacancy.active span {
  border-bottom: 0;
}
.b-fullpage .b-vacancy__salary {
  color: #d74b4b;
  font-family: "PT Serif";
  font-size: 24px;
  font-style: italic;
  line-height: 42px;
}
.b-fullpage .b-vacancy__salary-city {
  color: #ffffff;
  margin-left: 20px;
}
.b-fullpage .form .field .left {
  display: block !important;
  margin-bottom: 5px;
  text-align: left !important;
}
.b-fullpage .form .field.field-personal_data .left,
.b-fullpage .form .field.field-agree_subscribe .left {
  display: inline-block !important;
  margin-bottom: 5px;
  text-align: left !important;
}
.b-fullpage .form .field:not(.field-file) .right {
  min-width: 420px !important;
}
.b-fullpage .form .field:not(.field-file) input[type="text"] {
  min-width: 400px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.b-fullpage .form .field.field-personal_data .right,
.b-fullpage .form .field.field-agree_subscribe .right {
  padding-top: 5px;
  width: 40px !important;
  min-width: 40px !important;
  display: inline-block !important;
}
.b-fullpage .form input[type="submit"] {
  margin-left: 0 !important;
  height: 42px !important;
  line-height: 42px !important;
  padding: 0 35px !important;
}
.b-fullpage .maps-placeholder {
  margin-left: 0;
}
.c-note {
  font-family: "PT Serif";
  font-size: 36px;
  font-style: italic;
  line-height: 36px;
  margin-bottom: 25px;
}


.copyright_placeholder {
	height: 30px;
	width: 100%;
	position: relative;
	z-index: 1;
}

div.copyright_info {
	overflow: hidden;
	padding: 0;
	position: relative;
	z-index: 180;
	background: #283138;
	height: 30px;
}
	div.copyright_info .photo {
		display: inline-block;
		vertical-align: top;
		height: 23px;
		width: 225px;
		text-align: center;
		font-family: "PT Sans", Arial, sans-serif;
		font-size: 14px;
		color: #FFFFFF;
		padding: 7px 0 0 5%;
		background: #22A5B7;
		background: #d64a4a;
	}
	div.copyright_inner .copyright_bg {
		position: absolute;
		overflow: hidden;
		width: 100%;
		height: 30px;
		z-index: 178;
		top: 0;
		left: 0;
	}
		div.copyright_inner .copyright_bg .left {
			background: #22A5B7;
			float: left;
			width: 30%;
			height: 30px;
		}
		div.copyright_inner .copyright_bg .right {
			background: #283138;
			float: left;
			width: 70%;
			height: 30px;
		}
	div.copyright_info .tech {
		display: inline-block;
		vertical-align: top;
		padding: 7px 81px 0 0px;
		height: 23px;
		/*width: 650px;*/
		color: #FFFFFF;
	}
		div.copyright_info .tech .head {
			font-family: "PT Sans", Arial, sans-serif;
			font-size: 14px;
			color: #FFFFFF;
			float: left;
			height: 23px;
			background: url(/image/layout/logo2.png) 20px 2px no-repeat;
			padding-left: 64px;
		}
		div.copyright_info .copyright_more {
			float: right;
			height: 23px;
			font-family: "PT Serif", Arial, sans-serif;
			font-style: italic;
			font-size: 14px;
			color: #FFFFFF;
			padding: 7px 5% 0 0;
		}
		div.copyright_info .copyright_more a {
			color: #FFFFFF;
			text-decoration: underline;
			outline: none;
		}
		div.copyright_info .copyright_more span.arrow {
			display: inline-block;
			width: 9px;
			margin-left: 10px;
			height: 10px;
			vertical-align: bottom;
			background: url(/image/layout/arrow_up.png) 0 0 no-repeat;
		}
		div.copyright_info .copyright_more span.down {
			background: url(/image/layout/arrow_down.png) 0 0 no-repeat;
		}
#copyright {
	position: fixed;
	height: 30px;
	width: 100%;
	bottom: 0;
	z-index: 180;
}
	.copyright_inner {
		height: 30px;
		width: 100%;
		top: 0;
		left: 0;
		position: absolute;
		overflow: hidden;
		z-index: 150;
		background: #283138;
	}
	#copyright .allinfocont {
		background: url(/image/layout/copyright_bg.jpg) top center no-repeat;
		min-width: 886px;
	}
	#copyright .allinfo {
		padding: 0;
		min-width: 886px;
		background: none;
		overflow: hidden;
		font-size: 0;
	}
	#copyright .allinfo .lcol {
		display: block;
		float: left;
		vertical-align: top;
		background: #354a5e;
		color: #FFFFFF;
		width: 205px;
		padding: 5px 20px 40px 5%;
	}
		#copyright .allinfo .lcol a {
			color: #FFFFFF;
		}
		#copyright .allinfo .big {
			font-family: "PT Sans Narrow", sans-serif;
			font-size: 20px;
			text-transform: uppercase;
		}
		#copyright .allinfo .lcol .big {
			font-weight: bold;
		}
		#copyright .allinfo div.big {
			margin-bottom: 5px;
		}
		#copyright .allinfo .textinfo {
			font-family: "PT Sans", Arial, sans-serif;
			font-size: 14px;
			color: #FFFFFF;
		}
		#copyright .allinfo .bigtextinfo {
			font-size: 16px;
			font-family: "PT Serif", sans-serif;
			font-style: italic;
		}
		#copyright .allinfo .row {
			padding-left: 40px;
			padding-bottom: 20px;
			padding-top: 20px;
			position: relative;
		}
			#copyright .allinfo .row .icon {
				position: absolute;
				width: 26px;
				height: 40px;
				left: 0
			}
			#copyright .allinfo .lcol .sitemap {
				padding-bottom: 24px;
			}
			#copyright .allinfo .lcol .sitemap .icon {
				background: url(/image/layout/icons_sprite.png) 0 0 no-repeat;
				top: 12px;
				left: 0;
			}
			#copyright .allinfo .lcol .cphone {
				padding-bottom: 8px;
			}
			#copyright .allinfo .lcol .cphone .icon {
				background: url(/image/layout/icons_sprite.png) -26px 0 no-repeat;
				top: 10px;
			}
			#copyright .allinfo .lcol .ophone {
				padding-top: 8px;
			}
			#copyright .allinfo .lcol .ophone .icon {
				background: url(/image/layout/icons_sprite.png) -52px 0 no-repeat;
				top: 0;
			}
			#copyright .allinfo .lcol .press .icon {
				background: url(/image/layout/icons_sprite.png) -78px 0 no-repeat;
				top: 13px;
			}
			#copyright .allinfo .lcol .work .icon {
				background: url(/image/layout/icons_sprite.png) -104px 0 no-repeat;
				top: 12px;
			}
			#copyright .allinfo .lcol .web .icon {
				background: url(/image/layout/icons_sprite.png) -130px 0 no-repeat;
				top: 12px;
			}
			#copyright .allinfo .lcol .bborder {
				border-bottom: 1px dotted #fff;
			}
	#copyright .allinfo .rcol {
		width: calc(90% - 271px);
		display: block;
		float: left;
		padding: 25px 5% 20px 20px;
		overflow: auto;
	}

	#copyright .allinfo .rcol .rcol-scroll {
		min-width: 640px;
	}
		#copyright .allinfo .rcol .head {
			font-family: "PT Sans Narrow", sans-serif;
			font-weight: bold;
			font-size: 20px;
			text-transform: uppercase;
			color: #FFFFFF;
			border-bottom: 1px dotted #FFFFFF;
			margin-bottom: 15px;
			padding-bottom: 7px;
		}
		#copyright .allinfo .rcol .contacts {
			float: left;
			margin-right: 20px;
			width: 300px;
		}
		#copyright .allinfo .rcol .companies {
			float: left;
			width: 320px;
		}
		#copyright .allinfo .rcol .textinfo {
			color: #FFFFFF;
			font-family: "PT Sans", Arial, sans-serif;
			font-size: 14px;
			line-height: 16px;
			color: #FFFFFF;
		}
		#copyright .allinfo .rcol .aboutinfo {
			margin-bottom: 40px;
		}
		#copyright .allinfo .rcol .aboutinfo p {
			margin-bottom: 12px;
		}
		#copyright .allinfo .rcol .aboutinfo p.biglink {
			margin-bottom: 0;
		}
			#copyright .allinfo .rcol .aboutinfo p.biglink a {
				font-size: 16px;
				font-family: "PT Serif", sans-serif;
				font-style: italic;
				color: #FFFFFF;
			}
		#copyright .company-list {
			margin: 0 0 30px 0;
			padding: 0;
			background: none;
		}
			#copyright .company-list li {
				margin-bottom: 12px;
			}
				#copyright .company-list li a {
					display: block;
					font-family: "PT Serif", sans-serif;
					font-size: 12px;
					font-style: italic;
					color: #FFFFFF;
					line-height: 12px;
					text-decoration: none;
					outline: none;
					width: 100%;
					overflow: hidden;
				}
				#copyright .company-list li a:hover,
				#copyright .company-list li a:hover span.linktitle {
					text-decoration: underline;
				}
				#copyright .company-list li a span.logo {
					background-image: url(/image/layout/logos.png);
					width: 103px;
					margin-right: 6px;
					display: block;
					height: 23px;
					float: left;
				}
				#copyright .company-list li span.delim {
					float: left;
					display: block;
					width: 12px;
					padding-top: 2px;
				}
				#copyright .company-list li a span.linktitle {
					float: left;
					display: block;
					padding-top: 2px;
					width: 180px;
					padding-left: 5px;
				}
				#copyright .company-list li a.research .logo {
					background-position: 100% 0;
				}
				#copyright .company-list li a.research:hover {
					color: #5c3072;
				}
				#copyright .company-list li a.research:hover .logo {
					background-position: 100% -184px;
				}
				#copyright .company-list li a.branding span.logo {
					background-position: 100% -23px;
				}
				#copyright .company-list li a.branding:hover {
					color: #d67134;
				}
				#copyright .company-list li a.branding:hover span.logo {
					background-position: 100% -207px;
				}
				#copyright .company-list li a.photo span.logo {
					background-position: 100% -46px;
				}
				#copyright .company-list li a.photo:hover {
					color: #5f6769;
				}
				#copyright .company-list li a.photo:hover span.logo {
					background-position: 100% -230px;
				}
				#copyright .company-list li a.design span.logo {
					background-position: 100% -69px;
				}
				#copyright .company-list li a.design:hover {
					color: #efcf1d;
				}
				#copyright .company-list li a.design:hover span.logo {
					background-position: 100% -253px;
				}
				#copyright .company-list li a.web span.logo {
					background-position: 100% -92px;
				}
				#copyright .company-list li a.web:hover {
					color: #23a9d1;
				}
				#copyright .company-list li a.web:hover span.logo {
					background-position: 100% -276px;
				}
				#copyright .company-list li a.promo span.logo {
					background-position: 100% -115px;
				}
				#copyright .company-list li a.promo:hover {
					color: #8c3366;
				}
				#copyright .company-list li a.promo:hover span.logo {
					background-position: 100% -299px;
				}
				#copyright .company-list li a.advert span.logo {
					background-position: 100% -138px;
				}
				#copyright .company-list li a.advert:hover {
					color: #65a54a;
				}
				#copyright .company-list li a.advert:hover span.logo {
					background-position: 100% -322px;
				}
				#copyright .company-list li a.edu span.logo {
					background-position: 100% -161px;
				}
				#copyright .company-list li a.edu:hover {
					color: #d34535;
				}
				#copyright .company-list li a.edu:hover span.logo {
					background-position: 100% -345px;
				}
		#copyright div.struct {
			margin-bottom: 18px;
		}
			#copyright div.struct a {
				display: block;
				outline: none;
				width: 293px;
				height: 28px;
				text-decoration: none;
			}
			#copyright div.struct a:hover {
				background-position: 0 -28px;
			}
		#copyright .social {
			overflow: hidden;
			width: 100%;
			color: #FFFFFF;
		}
			#copyright .social .sociallabel {
				float: left;
				padding-top: 5px;
				padding-right: 10px;
				font-weight: bold;
			}
			#copyright .social a {
				display: block;
				float: left;
				height: 34px;
				width: 34px;
				margin-left: 10px;
			}
			#copyright .social a.twitter {
				background: url(/image/layout/icons/i_twitter.png) 0 0 no-repeat;
			}
			#copyright .social a.facebook {
				background: url(/image/layout/icons/i_facebook.png) 0 0 no-repeat;
			}
			#copyright .social a.youtube {
				background: url(/image/layout/icons/i_youtube.png) 0 0 no-repeat;
			}
			#copyright .social a.telegram {
				background: url(/image/layout/icons/i_telegram.svg) 0 0 no-repeat;
			}
			#copyright .companies .social a:hover {
				background-position: 0 -34px !important;
			}
			#copyright .companies .social a.telegram:hover {
				background-position: 0 0 !important;
			}
#copyright .ticons {
	list-style: none;
	margin: 0;
	padding: 0;
}
	#copyright .ticons li {
		list-style: none;
		background: url(/image/layout/i_li_bottom.png) 0 0 no-repeat;
		padding: 0 0 0 15px;
		margin-bottom: 4px;
		font-size: 13px;
		line-height: 105%;
	}


.cookie-consent-layer {
	position: fixed;
	width: 100vw;
	height: 100dvh;
	top: 0;
	left: 0;
	z-index: 1000;
	pointer-events: none;
}

.cookie-consent-layer.closed {
	display: none;
}

.cookie-agree-button {
	cursor: pointer;
}

.cookie-popup {
	pointer-events: all;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	min-height: 10%;
	background-color: var(--cookie-background, #fff);
	border-top:
		var(--cookie-border-top-width, 1px)
		var(--cookie-border-top-style, solid)
		var(--cookie-border-top-color, #f1f3f6)
	;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}

.cookie-popup-text {
	padding-left: var(--cookie-text-padding-left, 15px);
}

.cookie-content-wrapper {
	position: relative;
	display: flex;
	flex-flow: column nowrap;
	row-gap: 1.5rem;
	max-width: var(--cookie-max-width, 1600px);
	padding: 20px;
	box-sizing: border-box;
}

.cookie-close {
	cursor: pointer;
	position: absolute;
	width: 12px;
	height: 12px;
	right: 20px;
	top: 0;
}

.cookie-popup-controls {
	display: flex;
	align-items: center;
	justify-content: center;
}

@media (min-width: 768px) {
	.cookie-content-wrapper {
		flex-flow: row nowrap;
		align-items: center;
		justify-content: center;
		row-gap: initial;
		column-gap: 1.5rem;
	}

	.cookie-popup-text {
		padding-left: var(--cookie-text-padding-left, 30px);
	}
}

@media (min-width: 1670px) {
	.cookie-close {
		cursor: pointer;
		position: absolute;
		right: 0;
		top: 0;
	}
}


div.form { position: relative; /* for placeholder in IE */ }
	div.form h2 { color: #666; font-family: arial,helvetica,sans-serif; border-bottom: 1px dotted #666; }
	table.form th { padding-right:10px; text-align: left; font-size: 12px; font-weight: normal; }
	table.form td { padding: 2px 10px 0 0; width: 100%; }
	div.form input.text,div.form input[type="text"],div.form input[type="file"],div.form input[type="password"],
	div.form textarea,div.form select {
		border:1px solid #fff;
		background: transparent;
		color: #fff;
		height: 28px;
		line-height: 28px;
		padding: 0 4px;
	}
	div.form select option {
	    color: #000;
	}
	div.form input:disabled { background: #5d6e7e; }
	div.form fieldset { border:none; padding: 0; margin: 0; }

.form-placeholder { color: #ccc; }
div.form [placeholder]::-moz-placeholder { opacity: 1; color: #ccc; }
div.form [placeholder]::-webkit-input-placeholder { color: #ccc; }

.hidden-upload-container {
	position: relative;
	cursor: pointer;
}
	.hidden-upload-container input[type='file'] {
		filter: alpha(opacity=0);
		opacity: 0;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 100;
		width: 100%;
		height: 28px;
		padding: 0;
		border: none;
		overflow: hidden;
		cursor: pointer;
		z-index: 10;
		font-size: 100px;
	}

.hidden-upload-container .btn {
	display: inline-block;
}

#resume_form,
#training_form {
	font-family: "PT Sans",Arial,sans-serif;
	font-size: 16px;
	color: #fff;
}

#resume_form input[type='text'],
#training_form input[type='text'] {
	width: 260px;
	box-sizing: border-box;
	font-family: "PT Sans", Arial, sans-serif;
	font-size: 16px;
	font-style: italic;
	color: #9aa5ae;
}

#resume_form .hidden-upload-container .fake-upload-input,
#training_form .hidden-upload-container .fake-upload-input {
	width: 170px;
	float: left;
	z-index: 1;
}

#resume_form .hidden-upload-container .red-btn,
#training_form .hidden-upload-container .red-btn {
	float: right;
}

#resume_form label,
#training_form label {
	width: 240px;
	text-align: right;
	display: inline-block;
	margin-right: 15px;
	vertical-align: top;
}

#resume_form .field > .right,
#training_form .field > .right {
	display: inline-block;
	width: 260px;
	overflow: hidden;
}

#resume_form input[type='submit'],
#training_form input[type='submit'] {
	margin-left: 259px;
}

#resume_form .field,
#training_form .field {
	margin-bottom: 14px;
}

#resume_form .red-btn,
#training_form .red-btn {
	display: inline-block;
	vertical-align: middle;
}

#training_form .spinner,
#resume_form .spinner {
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
	visibility: hidden;
}

.ajax-ok-resume {
	color: #fff;
	font-weight: bold;
}

div.form input.validation-error, div.form .validation-error input { border: solid 1px red; }
