/*
Main css core
*/

@font-face {
  font-family: 'Proxima';
  src: url('./fonts/ProximaNovaLight.woff') format('woff');
  font-style: normal;
  font-weight: 300;
}

@font-face {
  font-family: 'Proxima';
  src: url('./fonts/ProximaNovaReg.woff') format('woff');
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: 'Proxima';
  src: url('./fonts/ProximaNovaSemibold.woff') format('woff');
  font-style: bold;
  font-weight: 500;
}

@font-face {
  font-family: 'Proxima';
  src: url('./fonts/ProximaNovaBold.woff') format('woff');
  font-style: bold;
  font-weight: 700;
}

@font-face {
  font-family: 'Proxima';
  src: url('./fonts/ProximaNovaBlack.woff') format('woff');
  font-style: normal;
  font-weight: 900;
}

@font-face {
  font-family: 'Pfd';
  src: url('./fonts/pfdintextcomppro-regular-webfont.woff') format('woff');
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: 'Pfd';
  src: url('./fonts/pfdintextcomppro-xblack.woff') format('woff');
  font-style: bold;
  font-weight: 900;
}

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&subset=cyrillic');
/*! normalize.css v7.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
*    IE on Windows Phone and in iOS.
*/

html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
========================================================================== */

/**
* Remove the margin in all browsers (opinionated).
*/

body {
  margin: 0;
}

/**
* Add the correct display in IE 9-.
*/

article, aside, footer, header, nav, section {
  display: block;
}

/**
* 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
========================================================================== */

/**
* Add the correct display in IE 9-.
* 1. Add the correct display in IE.
*/

figcaption, figure, main {
  /* 1 */
  display: block;
}

/**
* Add the correct margin in IE 8.
*/

figure {
  margin: 1em 40px;
}

/**
* 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
========================================================================== */

/**
* 1. Remove the gray background on active links in IE 10.
* 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
*/

a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
* 1. Remove the bottom border in Chrome 57- and Firefox 39-.
* 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 */
}

/**
* Prevent the duplicate application of `bolder` by the next rule in Safari 6.
*/

b, strong {
  font-weight: inherit;
}

/**
* 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 style in Android 4.3-.
*/

dfn {
  font-style: italic;
}

/**
* Add the correct background and color in IE 9-.
*/

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

/**
* 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
========================================================================== */

/**
* Add the correct display in IE 9-.
*/

audio, video {
  display: inline-block;
}

/**
* Add the correct display in iOS 4-7.
*/

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

/**
* Remove the border on images inside links in IE 10-.
*/

img {
  border-style: none;
}

/**
* Hide the overflow in IE.
*/

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

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

/**
* 1. Change the font styles in all browsers (opinionated).
* 2. Remove the margin in Firefox and Safari.
*/

button, input, optgroup, select, textarea {
  font-family: 'Proxima', sans-serif;
  font-weight: 400;
  font-size: 14px;
  /* 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;
}

/**
* 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
*    controls in Android 4.
* 2. Correct the inability to style clickable types in iOS and Safari.
*/

button, html [type="button"],
/* 1 */

[type="reset"], [type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
* 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 */
}

/**
* 1. Add the correct display in IE 9-.
* 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/

progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
* Remove the default vertical scrollbar in IE.
*/

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 and cancel buttons in Chrome and Safari on macOS.
*/

[type="search"]::-webkit-search-cancel-button, [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 IE 9-.
* 1. Add the correct display in Edge, IE, and Firefox.
*/

details,
/* 1 */

menu {
  display: block;
}

/*
* Add the correct display in all browsers.
*/

summary {
  display: list-item;
}

/* Scripting
========================================================================== */

/**
* Add the correct display in IE 9-.
*/

canvas {
  display: inline-block;
}

/**
* Add the correct display in IE.
*/

template {
  display: none;
}

/* Hidden
========================================================================== */

/**
* Add the correct display in IE 10-.
*/

[hidden] {
  display: none;
}

/*============================          header         ==========================*/

html {
  height: 100%;
}

body {
  min-height: 100%;
  height: 100%;
  color: #000000;
  max-width: 100%;
  overflow-x: hidden;
  font-family: 'Proxima', sans-serif;
}

ol, ul {
  margin: 0;
}

a {
  color: #0078c1;
}

a:focus, a:hover {
  color: inherit;
  text-decoration: inherit;
}

body.mobile-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  overflow: hidden;
}

.preloader_div {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #ffffff;
  z-index: 201;
}

.preloader_img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}

.header {
  position: fixed;
  background-color: #ffffff;
  width: 100%;
  z-index: 131;
}

.normal_page {
  padding-top: 117px;
}

.home_page {
  padding-top: 0;
}

.page_container {
  top: 117px;
}

.header_mainblock {
  height: 117px;
  background: #fff;
  /*box-shadow: 0 0 1px rgba(0, 0, 0, .25);*/
}

.header_logo {
  width: 141px;
  height: 117px;
  padding: 20px 20px 10px;
  float: left;
  border-right: 1px solid #e9e9e9;
  position: relative;
  z-index: 58;
}

.header_logo_overlogo {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  width: 0;
  background: url('../images/logo.png');
  background-size: 141px 117px;
}

@keyframes logoanimation {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

.header_logo .seenlogo {
  animation-name: logoanimation;
  animation-duration: 0.5s;
  animation-timing-function: linear;
  width: 100%;
  height: 100%;
}

@keyframes unlogoanimation {
  from {
    width: 100%;
  }
  to {
    width: 0.1px;
  }
}

.header_logo .unseenlogo {
  animation-name: unlogoanimation;
  animation-duration: 0.5s;
  animation-timing-function: linear;
  width: 0.1px;
  height: 100%;
}

.header_logo {
  background-color: #ffffff;
  /*border-bottom:1px solid #eeeeee;
}
.mainlink{
border-bottom:1px solid #eeeeee;*/
}

.header_mainblock_content {
  width: 100%;
  padding-left: 141px;
  height: 118px;
  border-bottom: 1px solid #e9e9e9;
  position: relative;
}

.header_logo_base {
  width: 100%;
}

div.header_mainblock_content_info {
  padding-left: 20px;
}

.header_mainblock_content_info {
  padding: 22px 51px 0 0;
  height: 74px;
  border-bottom: 1px solid #e9e9e9;
}

@media (max-width: 1280px) {
  .header_mainblock_content_info {
    padding: 22px 20px 0 0;
  }
}

@media screen and (max-width: 980px) and (orientation: landscape) {
  .header_mainblock_content_info {
    height: auto;
  }
}

@media (max-width: 992px) {
  .header_mainblock_content_info {
    /*padding: 48px 20px 0 0;*/
  }
}

@media (max-width: 767px) {
  .header_mainblock_content_info {
    padding: 23px 20px 0 0;
    height: initial;
  }
}

.header_mainblock_content_info_headers {
  display: inline-block;
}

.header_mainblock_content_info_content {
  display: inline-block;
  float: right;
}

.header_mainblock_content_info_headers_bottom {
  font-size: 12px;
  margin-top: 6px;
}

.header_mainblock_content_info_content_phone {
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  margin-right: 12px;
}

.header_mainblock_content_info_content div {
  display: inline-block;
  vertical-align: top;
}

.header_mainblock_content_info_content_links>div {
  font-weight: 400;
  border: 2px solid #0078c0;
  color: #ffffff;
  height: 29px;
  padding: 0 0px;
  margin: -2px 3px;
  background-color: #ffffff;
  overflow: hidden;
}

.header_mainblock_content_info_content_links>div a {
  font-weight: 400;
  display: block;
  margin: 0;
  padding: 0 12px;
  line-height: 27px;
  color: black;
  width: 100%;
  z-index: 2;
  color: #000000;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
}

.no-touch .header_mainblock_content_info_content_links>div a:link, .header_mainblock_content_info_content_links>div a:visited {
  position: relative;
  margin: 0;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.no-touch .header_mainblock_content_info_content_links>div a:link:after, .header_mainblock_content_info_content_links>div a:visited:after {
  content: "";
  position: absolute;
  background: none repeat scroll 0 0 #0078c0;
  height: 0%;
  width: 0;
  left: 50%;
  top: 50%;
  z-index: -1;
  -webkit-transition: all .4s ease 0s;
  -moz-transition: all .4s ease 0s;
  -o-transition: all .4s ease 0s;
  transition: all .4s ease 0s;
}

.no-touch .header_mainblock_content_info_content_links>div a:link:hover, .header_mainblock_content_info_content_links>div a:visited:hover {
  color: #ffffff;
  text-shadow: none;
}

.no-touch .header_mainblock_content_info_content_links>div a:link:hover:after, .header_mainblock_content_info_content_links>div a:visited:hover:after {
  height: 530%;
  width: 120%;
}

.no-touch .header_mainblock_content_info_content_links>div a:after {
  width: 0%;
  border-radius: 50%;
  opacity: .5;
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.no-touch .header_mainblock_content_info_content_links>div a:hover:after {
  height: 530%;
  width: 120%;
  opacity: 1;
}

.header_mainblock_content_info_content_links_forum_link_lastimg {
  margin-left: 13px;
  height: 16px;
  width: 16px;
  background-image: url(../images/lock.svg);
  background-size: 16px 16px;
  background-position: center;
}

.no-touch .header_mainblock_content_info_content_links_forum_link:hover .header_mainblock_content_info_content_links_forum_link_lastimg {
  background-image: url(../images/lock_hover.svg);
}

/*.header_mainblock_content_info_content_links > div a{
color:black;
}
.header_mainblock_content_info_content_links > div a:hover{
color:#ffffff;
}
.header_mainblock_content_navigation{
/*padding-left:20px;*/

}

.header_mainblock_content_info_content_links_forum_link {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  line-height: 25px;
}

.no-touch .header_mainblock_content_info_content_links_forum_link a:hover, .no-touch .header_mainblock_content_info_content_links_forum_link a:focus {
  text-decoration: none;
}

.header_mainblock_content_navigation_list {
  padding: 0;
  font-size: 0;
  display: inline-block;
  vertical-align: top;
}

.header_mainblock_content_navigation {
  /*background-color: #ffffff;*/
  font-size: 0;
}

.header_mainblock_content_navigation_list li.mainlink {
  /*display: table-cell;*/
  display: inline-block;
  vertical-align: top;
  /*position:relative;*/
  text-align: center;
  background-color: #ffffff;
}

.header_mainblock_content_navigation_list li.mainlink>a {
  text-decoration: none;
  font-weight: 700;
  font-size: 18px;
  color: #0078c0;
  text-transform: uppercase;
  line-height: 43px;
  padding: 0 16px;
}

@media screen and (max-width: 1180px) {
  .header_mainblock_content_navigation_list li.mainlink>a {
    padding: 0 10px;
    font-size: 16px;
  }
    .header_menu_more > span, .header_menu_more li a {
        font-size: 16px !important;
    }
}

@media screen and (max-width: 1024px) {
    div.header_mainblock_content_info {
        padding-right: 0;
    }
    .header_mainblock_content_navigation_list li.mainlink>a {
        padding: 0 5px;
        font-size: 14px;
    }
    .header_menu_more > span, .header_menu_more li a {
        font-size: 14px !important;
    }
}

.header_mainblock_content_navigation_list li.mainlink:first-child>a {
  padding-left: 20px;
}

.no-touch .header_mainblock_content_navigation_list li.mainlink:hover>a {
  color: #e4701d;
}

.header_mainblock_content_navigation_list li.mainlink.menu_active {
  background-color: #0078c0;
}

.header_mainblock_content_navigation_list li.mainlink.menu_active>a {
  color: #ffffff;
}

.header_mainblock_content_navigation_list li.mainlink.projects_active {
  background-color: #0078c0;
}

.header_mainblock_content_navigation_list li.mainlink.projects_active>a {
  color: #ffffff;
}

.header_mainblock_content_info_headers_top {
  padding-top: 4px;
}

/**/

.header_mainblock_content_info {
  background-color: #ffffff;
}

.header_mainblock_list {
  left: 0;
  top: 100%;
  position: absolute;
  -webkit-padding-start: 0px;
  z-index: 80;
  width: 100%;
  display: block;
  padding-left: 161px;
  background-color: #ededed;
  transform: translateY(-100%);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  z-index: -2;
}

.menu_active .header_mainblock_list {
  transform: translateY(0);
}

.menu_active .header_mainblock_list, .xx-awards .mainlink:nth-child(1) .header_mainblock_list, .xx-partners .mainlink:nth-child(1) .header_mainblock_list {
  transform: translateY(0);
}

.mainlink:hover .header_mainblock_list {
  transform: translateY(0);
  z-index: -1;
}

@media screen and (min-width:200px) and (max-width: 980px) {
  .header_mainblock_list {
    display: none;
  }
  .header_logo {
    background-color: transparent;
  }
}

.header_mainblock_list li {
  display: inline-block;
  padding: 0 40px;
  float: left;
}

.header_mainblock_list li a {
  display: block;
  text-decoration: none;
  font-weight: 700;
  font-size: 13px;
  color: #000000;
  height: 42px;
  line-height: 42px;
  text-transform: uppercase;
  opacity: 0.6;
}

.header_mainblock_list li.item-selected a {
  color: #e4701d;
}

.header_mainblock_list li a:hover {
  color: #3860ad;
}

.header_mainblock_list li:first-child {
  padding-left: 0px;
}

.header_mainblock_list li.item-selected a {
  color: #e4701d;
}

.mobile_menu {
  background-color: #ffffff;
  position: absolute;
  right: 0;
  top: 0;
  width: 86%;
  padding: 117px 0 0 80px;
  z-index: 131;
  padding-bottom: 41px;
}

.mobile_menu_content_info_content_phone {
  font-weight: 400;
  font-size: 58px;
  line-height: 58px;
  margin-bottom: 50px;
}

.mobile_menu_content_navigation_list {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 52px;
}

.mobile_menu_mainlink {
  font-weight: 700;
  font-size: 44px;
  color: #4377bc;
}

.mobile_menu_mainlink a {
  font-weight: 700;
  font-size: 44px;
  color: #4377bc;
  text-transform: uppercase;
  line-height: 88px;
}

.mobile_menu_content_info_content_links_forum_link {
  font-weight: 700;
  font-size: 29px;
  color: #000000;
  border: 4px solid #4076bd;
  color: black;
  height: 73px;
  width: 538px;
  margin: 0 3px;
  text-align: center;
  margin-bottom: 20px;
}

.mobile_menu_content_info_content_links_forum_link a {
  font-weight: 700;
  font-size: 29px;
  color: #000000;
  text-transform: uppercase;
  line-height: 65px;
  display: block;
}

.mobile_menu_content_info_content_links_forum_link_lastimg {
  margin-left: 29px;
}

.mobile_menu_content_close_img {
  position: absolute;
  right: 35px;
  top: 30px;
}

.mobile_menu {
  display: none;
}

@media screen and (min-width: 981px) {
  .header_mobile_phone, .header_mobile_menuclosed {
    display: none;
  }
  .header_mainblock_content_info_headers_bottom {
    display: none;
  }
  .mobile_menu {
    display: none;
  }
}

@media screen and (min-width:200px) and (max-width: 980px) {
  .header_mobile_phone, .header_mobile_menuclosed {
    display: block;
  }
  .header_mainblock_content_info_headers_bottom {
    display: none;
  }
  .header_mainblock_content_info_content {
    display: none;
  }
  .header_mainblock_content_navigation {
    display: none;
  }
  .header_mainblock_content_info, .header_logo {
    border: none;
  }
  .header_mobile_phone {
    height: 59px;
    width: 59px;
    position: absolute;
    top: 29px;
    right: 125px;
    padding-left: 0;
  }
  .header_mobile_menuclosed {
    height: 59px;
    width: 59px;
    position: absolute;
    top: 29px;
    right: 35px;
    padding-top: 9px;
    padding-left: 0;
  }
  .header_logo {
    padding: 17px 8px 15px 32px;
  }
  div.header_mainblock_content_info {
    padding-left: 15px;
  }
  .header_logo_overlogo {
    display: none;
  }
  .mobile_menu_show {
    display: block;
    -webkit-box-shadow: 0px 12px 18px 6px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 12px 18px 6px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 12px 18px 6px rgba(0, 0, 0, 0.08);
  }
  .mobile_menu_show::before {
    content: '';
    display: block;
    position: fixed;
    z-index: -1;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    background: transparent;
  }
}

@media screen and (min-width:200px) and (max-width: 700px) {
  .mobile_menu_content_info_content_phone {
    font-weight: 400;
    font-size: 42px;
  }
  .mobile_menu_content_info_content_links_forum_link {
    font-weight: 700;
    font-size: 24px;
    color: #000000;
    border: 4px solid #4076bd;
    color: black;
    height: 73px;
    width: 438px;
    margin: 0 3px;
    text-align: center;
    margin-bottom: 20px;
  }
  .mobile_menu_content_info_content_links_forum_link a {
    font-weight: 700;
    font-size: 24px;
    color: #000000;
    text-transform: uppercase;
    line-height: 65px;
  }
}

@media screen and (min-width:450px) and (max-width: 600px) {
  .mobile_menu_content_info_content_phone {
    font-size: 30px;
  }
  .mobile_menu_content_info_content_links_forum_link {
    border: 2px solid #4076bd;
    height: 32px;
    width: 83%;
    margin: 0 3px;
    text-align: center;
    margin-bottom: 20px;
  }
  .mobile_menu_content_info_content_links_forum_link a {
    font-size: 20px;
    line-height: 29px;
  }
  .mobile_menu_mainlink a {
    font-size: 24px;
    line-height: 48px;
  }
  .mobile_menu_content_close_img {
    position: absolute;
    right: 15px;
    top: 25px;
    width: 30px;
    height: 30px;
  }
  .mobile_menu {
    background-color: #ffffff;
    position: absolute;
    right: 0;
    top: 0;
    width: 86%;
    padding: 65px 0 0 44px;
    z-index: 131;
    padding-bottom: 41px;
  }
  .mobile_menu_content_info_content_links_forum_link_lastimg {
    width: 16px;
    height: 16px;
    margin-left: 25px;
    margin-top: -4px;
  }
}

@media (max-width: 767px) {
  .header_mainblock {
    height: 70px;
  }
  .header_logo {
    width: 75px;
    height: 70px;
  }
  .header_logo_base {
    height: 53px;
    width: 62px;
  }
  .header_logo_overlogo {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 11;
    width: 0;
    background: url(../images/logo.png);
    background-size: 141px 53px;
  }
  .header_mainblock_content {
    height: 70px;
  }
  .header_logo {
    padding: 9px 0 0 14px;
  }
  .header_mainblock_content_info_headers_top img {
    height: 14px;
  }
  .header_mainblock_content {
    padding-left: 75px;
  }
  .header_mainblock_content_info {
    padding: 22px 51px 0 12px;
  }
  .header_mainblock_content_info_headers_bottom {
    opacity: 0.6;
    font-size: 7px;
    margin-top: 0;
  }
  .header_mobile_phone {
    height: 37px;
    width: 37px;
    position: absolute;
    top: 17px;
    right: 70px;
    padding-left: 0;
  }
  .header_mobile_phone a img {
    height: 37px;
    width: 37px;
  }
  .header_mobile_menuclosed {
    height: 37px;
    width: 29px;
    position: absolute;
    top: 17px;
    right: 15px;
    padding-top: 9px;
    padding-left: 0;
  }
  .header_mobile_menuclosed img {
    height: 21px;
    width: 29px;
  }
  .mobile_menu_content_info_content_phone {
    font-size: 24px;
  }
  .mobile_menu_content_info_content_links_forum_link {
    border: 2px solid #4076bd;
    height: 30px;
    width: 90%;
    margin: 0 3px;
    margin-bottom: 7px;
  }
  .mobile_menu_content_info_content_phone {
    margin-bottom: 17px;
  }
  .mobile_menu_content_info_content_links_forum_link a {
    font-size: 12px;
    line-height: 27px;
  }
  .mobile_menu_mainlink {
    font-weight: 700;
    font-size: 12px;
    color: #4377bc;
  }
  .mobile_menu_mainlink a {
    font-size: 18px;
    line-height: 36px;
  }
  .mobile_menu_content_close_img {
    position: absolute;
    right: 15px;
    top: 25px;
    width: 22px;
    height: 22px;
  }
  .mobile_menu {
    width: 86%;
    padding: 60px 0 0 35px;
    z-index: 131;
    padding-bottom: 71px;
  }
  .mobile_menu_content_info_content_links_forum_link_lastimg {
    width: 16px;
    height: 16px;
    margin-left: 10px;
    margin-top: -2px;
  }
  .mobile_menu_content_navigation_list {
    margin-bottom: 28px;
  }
}

/*======================================   body container    ======================*/

.page_container {
  width: 100%;
  height: calc(100% - 117px);
  max-height: calc(100% - 117px);
  overflow: hidden;
  position: relative;
}

.mainslider {
  height: 100%;
}

/*=================================   slides =======================================*/

.bodyfullbackground {
  width: 100%;
  height: 100%;
}

.bodyfullbackground * {
  width: 100%;
  height: 100%;
}

.bodyfullbackground_in {
  display: inline-block;
  width: 50%;
  overflow: hidden;
  height: 100%;
}

@keyframes example {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-150px);
  }
  100% {
    transform: translateX(0);
  }
}

.bodyfullbackground_left_div_bg {
  width: calc(100% + 150px);
  height: 100%;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.bodyfullbackground_left_div_bg.fullbackground_animate {
  animation-name: example;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.bodyfullbackground_left_div_bg.fullbackground_animate.bodyfullbackground_left_div_bg_noanim {
  animation-name: frwefwerf;
}

@keyframes example1 {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-50px);
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .bodyfullbackground>div img {
    width: 130%;
    height: auto;
    animation-name: example1;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-direction: alternate;
  }
}

.slider_page_slide {
  position: relative;
  height: 100%;
}

.slider_page_content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.slider_page_content_line {
  height: 100%;
}

.slider_page_content_line_content {
  width: 50%;
  height: 100%;
  background-color: #ffffff;
  margin-left: 45.7%;
  z-index: 10;
  position: relative;
}

.eria_left_texts {
  width: 40%;
  height: 40%;
  margin-left: 4.25%;
  z-index: 10;
  position: absolute;
  padding: 80px 0px 0 100px;
}

@keyframes movelineleft {
  from {
    margin-left: 45.7%;
  }
  to {
    margin-left: 4.25%;
  }
}

.slider_page_content_line_content.left {
  margin-left: 4.25%;
  animation-name: movelineleft;
  animation-duration: 1s;
  animation-timing-function: linear;
}

@keyframes movelineright {
  from {
    margin-left: 4.25%;
  }
  to {
    margin-left: 45.7%;
  }
}

.slider_page_content_line_content.right {
  margin-left: 45.7%;
  animation-name: movelineright;
  animation-duration: 1s;
  animation-timing-function: linear;
}

.bullets_right {
  right: 20px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -o-transform: translate(0, -50%);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  position: absolute;
  text-align: center;
  z-index: 31;
}

.bullets_right.black .bullets_right_bullet {
  background: url("../images/bulletblack.png");
}

.bullets_right.black .bullets_right_bullet.active {
  background: url("../images/bulletblack_active.png");
}

.bullets_right.white .bullets_right_bullet {
  background: url("../images/bulletwhite.png");
}

.bullets_right.white .bullets_right_bullet.active {
  background: url("../images/bulletwhite_active.png");
}

.bullets_right .bullets_right_bullet {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  width: 14px;
  height: 14px;
  display: block;
  position: relative;
  margin: 14px 0;
  cursor: pointer;
}

@media screen and (max-height: 600px) and (max-width: 980px) {
  .header_mainblock {
    height: 70px;
  }
  .header_logo {
    width: 75px;
    height: 70px;
  }
  .header_logo_base {
    height: 53px;
    width: 62px;
  }
  .header_logo_overlogo {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 11;
    width: 0;
    background: url(../images/logo.png);
    background-size: 141px 53px;
  }
  .header_mainblock_content {
    height: 70px;
  }
  .page_container {
    top: 70px;
  }
  .page_container {
    height: calc(100% - 70px);
    max-height: calc(100% - 70px);
  }
  .header_logo {
    padding: 9px 0 0 14px;
  }
  .header_mainblock_content_info_headers_top img {
    height: 14px;
  }
  .header_mainblock_content {
    padding-left: 75px;
  }
  .header_mainblock_content_info {
    padding: 22px 51px 0 12px;
  }
  .header_mainblock_content_info_headers_bottom {
    opacity: 0.6;
    font-size: 7px;
    margin-top: 0;
  }
  .header_mobile_phone {
    height: 37px;
    width: 37px;
    position: absolute;
    top: 17px;
    right: 70px;
    padding-left: 0;
  }
  .header_mobile_phone a img {
    height: 37px;
    width: 37px;
  }
  .header_mobile_menuclosed {
    height: 37px;
    width: 29px;
    position: absolute;
    top: 17px;
    right: 15px;
    padding-top: 9px;
    padding-left: 0;
  }
  .header_mobile_menuclosed img {
    height: 21px;
    width: 29px;
  }
  .mobile_menu_content_info_content_phone {
    font-size: 24px;
  }
  .mobile_menu_content_info_content_links_forum_link {
    border: 2px solid #4076bd;
    height: 30px;
    width: 90%;
    margin: 0 3px;
    margin-bottom: 7px;
  }
  .mobile_menu_content_info_content_phone {
    margin-bottom: 17px;
  }
  .mobile_menu_content_info_content_links_forum_link a {
    font-size: 12px;
    line-height: 27px;
  }
  .mobile_menu_mainlink {
    font-weight: 700;
    font-size: 12px;
    color: #4377bc;
  }
  .mobile_menu_mainlink a {
    font-size: 18px;
    line-height: 36px;
  }
  .mobile_menu_content_close_img {
    position: absolute;
    right: 15px;
    top: 25px;
    width: 22px;
    height: 22px;
  }
  .mobile_menu {
    width: 86%;
    padding: 60px 0 0 35px;
    z-index: 131;
    padding-bottom: 71px;
  }
  .mobile_menu_content_info_content_links_forum_link_lastimg {
    width: 16px;
    height: 16px;
    margin-left: 10px;
    margin-top: -2px;
  }
  .mobile_menu_content_navigation_list {
    margin-bottom: 28px;
  }
}

@media screen and (max-width: 989px) {
  .mobile_menu_content_info_content_links_forum_link {
    height: initial;
  }
}

.swiper-slide {
  overflow: hidden;
}

/*===================== New styles ===================*/

.xx-container {
  max-width: 1640px;
  margin: 0 auto;
  padding-top: 117px;
}

.albatros_header_cover+.xx-container {
  padding-top: 0;
}

.xx-minipolis-top {
  width: 100%;
  padding: 30px 0;
  font-weight: 400;
  position: fixed;
  background: #fff;
  z-index: 10;
}

#xx-state {
  width: 275px;
  height: 43px;
  margin-right: 14px;
  padding-left: 0;
  font-size: 16px;
  line-height: 38px;
  font-weight: 400;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  text-transform: uppercase;
  background: url("../images/icons/arr-down.png") no-repeat 15px 17px;
  border: 2px solid #0076c2;
}

.xx-selected {
  display: block;
  padding-left: 40px;
}

/*--- Custom select ---*/

.xx-select-box {
  position: relative;
  display: inline-block;
  cursor: default;
  text-align: left;
  line-height: 30px;
  clear: both;
}

.xx-select-options {
  margin: auto;
  overflow: hidden;
  background: #f6f6f6;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
  position: absolute;
  top: calc(100% + 2px);
  left: -2px;
  right: -2px;
  z-index: 2;
  display: none;
}

.xx-select-option {
  display: block;
  line-height: 20px;
  padding: 10px 40px;
}

.xx-select-option:hover {
  color: #f6f6f6;
  background: #4096ee;
}

/*--- End  ---*/

.xx-on-map {
  display: inline-block;
  height: 43px;
  padding: 14px 18px 14px 35px;
  vertical-align: top;
  text-decoration: none;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  background-color: #0076c2;
  box-sizing: border-box;
  vertical-align: top;
  position: relative;
}

.xx-on-map span {
  border-bottom: 1px solid #4098d1;
}

.xx-on-map:hover {
  color: #fff;
}

.xx-on-map__icon {
  display: inline-block;
  width: 12px;
  height: 18px;
  margin-left: -15px;
  background-image: url("../images/icons/pin-white.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
  top: 12px;
}

.xx-on-map:hover:before {
  opacity: 0;
  transition: opacity 1s;
}

/*--- Grid ---*/

.xx-minipolis-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -1%;
  padding-top: 103px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.xx-grid-item {
  display: block;
  width: 32%;
  margin: 0 1% 1vw 0;
  padding: 8px 8px 0 8px;
  color: #000;
  background: #eeeeee;
  box-sizing: border-box;
  text-decoration: none;
  transition: background .3s, color .1s;
}

.xx-grid-item:hover {
  background: #57861e;
  color: #fff;
  transition: background .3s, color .1s;
  text-decoration: none;
}

.xx-grid-item__picture {
  padding: 32.5%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.xx-grid-item__icon {
  width: 149px;
  height: 34px;
  background-color: transparent;
  background-image: url("../images/minipolis/icon.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  position: absolute;
  top: 12px;
  left: -8px;
}

.xx-grid-item__picture img {
  width: 100%;
}

.xx-grid-item__caption {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 8px 15px 14px;
  font-weight: 400;
}

.xx-grid-item__text-wrap {
  padding-right: 10px;
}

.xx-grid-item__title {
  font-size: 20px;
  font-weight: 700;
}

.xx-grid-item__text {
  margin: 0;
  padding: 4px 0 6px 22px;
  font-size: 12px;
  background-image: url("../images/icons/pin.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 13px 18px;
}

.xx-grid-item:hover .xx-grid-item__text {
  background-image: url("../images/icons/pin-white.png");
}

.xx-commissioned {
  display: inline-block;
  padding: 10px 38px 10px 18px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  background-color: #57861e;
  background-image: url("../images/icons/check-white.png");
  background-repeat: no-repeat;
  background-size: 18px 15px;
  background-position: 64px 12px;
}

.xx-grid-item:hover .xx-commissioned {
  color: #57861e;
  background-color: #fff;
  background-image: url("../images/icons/check-green.png");
}

/*--- Responsive ---*/

@media screen and (max-width: 1640px) {
  .xx-container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .xx-grid-item {
    width: 49%;
  }
  .albatros_header {
    padding: 24px calc(20px + 1%) 24px calc(20px + 1%) !important;
  }
}

@media screen and (max-width: 980px) {
  .xx-container {
    padding: 117px 40px 0 40px;
  }
  .albatros_header {
    padding: 16px calc(40px + 1%) 24px calc(40px + 1%) !important;
  }
  .xx-minipolis-top {
    padding: 40px;
    left: 0;
    right: 0;
  }
  #xx-state {
    width: 70%;
    height: 58px;
    margin-right: 38px;
    font-size: 22px;
    line-height: 54px;
    background-image: url(../images/icons/arr-down.png);
    background-repeat: no-repeat;
    background-size: 16px 8px;
    background-position: 20px 24px;
  }
  .xx-selected {
    padding-left: 50px;
  }
  .xx-select-option {
    padding: 20px 50px;
  }
  .xx-on-map {
    height: 58px;
    padding: 20px 28px 18px 53px;
    font-size: 19px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .xx-on-map__icon {
    width: 19px;
    height: 25px;
    margin-left: -27px;
    top: 14px;
  }
  .xx-minipolis-grid {
    width: 100%;
    padding-top: 138px;
  }
  .xx-grid-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2%;
  }
  .xx-grid-item__title {
    font-size: 24px;
  }
  .xx-grid-item__text {
    padding-left: 28px;
    font-size: 16px;
    background: url("../images/icons/pin.png") no-repeat left center;
  }
  .xx-grid-item__text:hover {
    background-image: url("../images/icons/pin-white.png");
  }
  .xx-commissioned {
    font-size: 28px;
    padding: 14px 56px 14px 26px;
    background-image: url("../images/icons/check-white.png");
    background-repeat: no-repeat;
    background-size: 24px 22px;
    background-position: 90px 18px;
  }
  .xx-grid-item:hover .xx-commissioned {
    background-image: url("../images/icons/check-green.png");
  }
  .xx-grid-item:hover .xx-grid-item__text {
    background-image: url("../images/icons/pin-white.png");
  }
  .xx-grid-item__icon {
    /*width: 66px;
height: 80px;
background-size: 52px 40px;
background-position: center 23px;
right: 37px;*/
  }
}

@media screen and (max-width: 767px) {
  .xx-container {
    padding-top: 67px;
  }
  #xx-state {
    width: 100%;
    height: 58px;
    margin-bottom: 20px;
    background-size: 16px 8px;
    background-position: 20px 24px;
  }
  .xx-on-map {
    width: 100%;
    height: 58px;
    background-position: 44% 14px;
    text-align: center;
  }
  .xx-minipolis-grid {
    padding-top: 217px;
  }
}

@media screen and (max-width: 640px) and (orientation: landscape) {
  .xx-minipolis-top {
    display: none;
  }
  .xx-minipolis-grid {
    padding-top: 45px;
  }
}

@media screen and (max-width: 480px) {
  .xx-container {
    padding: 70px 20px 0 20px;
  }
  .albatros_header {
    padding: 16px calc(20px + 1%) 24px calc(20px + 1%) !important;
  }
  .albatros_header_top_controls_right_button.mlife {
    display: none;
  }
  .albatros_title {
    font-size: 24px !important;
    line-height: 135% !important;
  }
  .albatros_header_top_controls_right .albatros_header_top_controls_button {
    border-radius: 0px 13px 13px 0px;
  }
  .xx-minipolis-top {
    padding: 20px;
  }
  .xx-minipolis-life-short header {
    font-size: 1.5rem !important;
    line-height: 135% !important;
  }
  #xx-state {
    width: 100%;
    height: 42px;
    margin: 0 0 8px 0;
    font-size: 16px;
    line-height: 38px;
    background-image: url("../images/icons/arr-down.png");
    background-repeat: no-repeat;
    background-position: 15px 17px;
    background-size: 11px 6px;
  }
  .xx-select-option {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .xx-on-map {
    width: 100%;
    height: 42px;
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 13px;
    text-align: center;
  }
  .xx-on-map__icon {
    width: 14px;
    height: 17px;
    margin-left: -20px;
    top: 11px;
  }
  .xx-minipolis-grid {
    padding-top: 137px;
  }
  .xx-grid-item__caption {
    padding-right: 0;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .xx-grid-item__title {
    font-size: 16px;
  }
  .xx-grid-item__text {
    padding-left: 13px;
    font-size: 13px;
    background-repeat: no-repeat;
    background-position: left 8px;
    background-size: 9px 11px;
  }
  .xx-grid-item__text:hover {
    background-image: url(../images/icons/pin.png);
  }
  .xx-commissioned {
    padding: 24px 10px 10px 10px;
    font-size: 13px;
    background-image: url("../images/icons/check-white.png");
    background-repeat: no-repeat;
    background-size: 12px 10px;
    background-position: center 9px;
  }
  .xx-grid-item:hover .xx-commissioned {
    background-image: url("../images/icons/check-green.png");
  }
  .xx-grid-item:hover .xx-grid-item__text {
    background-image: url('../images/icons/pin-white.png');
  }
  .xx-grid-item__icon {
    /*width: 50px;
height: 60px;
background-color: #fff;
background-image: url("../images/minipolis/mini-polis.png");
background-repeat: no-repeat;
background-size: 31px 25px;
background-position: center 14px;
right: 20px;*/
  }
}

/*============       career       ===============*/

.career {
  background-color: #ededed;
  position: relative;
  z-index: 0;
  border-bottom: 1px solid #EDEDEB;
  overflow: hidden;
}

.career__container {
  max-width: 1280px;
  margin: 0 auto;
}

.career__banner {
  height: 512px;
  background: url("../images/career/colleagues.jpg") no-repeat center top;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}


.career__promo {
  position: relative;
  width: 77.5%;
  margin: 150px auto 0;
}


.fadein {
  opacity: 1;
  transform: translate3d(0,0,0);
  transition: opacity .7s ease, transform .7s ease;
}

.fadein--invisible {
  opacity: 0;
  transform: translate3d(0,50px,0);
}


.career__desc {
  padding: 48px 34% 45px 40px;
}

.career__vacancies {
  position: absolute;
  border: 8px solid #ffffff;
  padding: 25px 30px 25px 27px;
  height: 320px;
  width: 34%;
  left: 70%;
  top: 50px;
}

.career__reliability {
  padding: 140px 20px 100px;
  position: relative;
}

.career__grow {
  padding: 130px 20px 68px;
}

.career__guaranties {
  display: inline-block;
  padding: 28px 6% 30px 11.2%;
  width: 50%;
  min-height: 490px;
  vertical-align: top;
  position: relative;
}

.career__guaranties:after {
  content: '';
  position: absolute;
  height: 100%;
  width: 120px;
  left: 100%;
  top: 0;
  background-color: #ffffff;
}

.career__motivation {
  display: inline-block;
  width: 50%;
  padding: 25px 10% 30px 4.5%;
  min-height: 490px;
  vertical-align: top;
  position: relative;
  top: 81px;
}

.career__comfort {
  margin-top: 155px;
  margin-bottom: 30px;
  position: relative;
}

.career__spheres {
  margin-bottom: 30px;
}

.career__vertical-grow {
  margin-bottom: 87px;
}

.career__horizontal-grow {
  display: inline-block;
  width: 50%;
  vertical-align: top;
  padding: 76px 4% 50px 11%;
  position: relative;
}

.career__horizontal-grow:after {
  content: '';
  position: absolute;
  height: 100%;
  top: 0;
  left: 100%;
  width: 115px;
  background-color: #ffffff;
}

.career__reserve {
  display: inline-block;
  width: 50%;
  vertical-align: top;
  position: relative;
  top: 138px;
  padding: 40px 40px 40px 60px;
}

.career__education {
  padding: 250px 20px 95px;
  position: relative;
}

.career__qualification {
  max-width: 994px;
  margin: 0 auto;
  padding: 40px 38px 43px;
  margin-bottom: 78px;
  position: relative;
}

.career__business-education {
  margin-bottom: 30px;
}

.career__self-dev-env {
  max-width: 994px;
  margin: 105px auto 78px;
  padding: 35px 38px 35px;
}

.career__activities {
  padding: 30px 20px 40px;
  position: relative;
}

.career__healthcare {
  margin-bottom: 90px;
}

.career__teambuilding {
  margin-bottom: 25px;
}

.career__volunteers {
  margin-bottom: 142px;
}

.career__inner-info-env {
  display: inline-block;
  width: 41.8%;
  vertical-align: top;
  padding: 76px 3% 28px 11%;
  position: relative;
}

.career__inner-info-env:after {
  content: '';
  position: absolute;
  left: 100%;
  top: 0;
  width: 29.8%;
  height: 100%;
  background-color: #ffffff;
}

.career__travel {
  display: inline-block;
  vertical-align: top;
  width: 58.2%;
  padding: 40px 11% 40px 4%;
  position: relative;
  top: 115px;
}


.career__theatre {
  margin: 120px 0 135px;
}

.career-desc {
  background-color: #2d8ac8;
  color: #ffffff;
}

.career-desc__header {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 17px;
}

.career-desc__text {
  font-size: 16px;
  line-height: 23px;
}

.career-desc__text p {
  margin: 27px 0 0 0;
}

.career-desc__text p:first-child{
  margin-top: 0;
}



.vacancies {
  color: #ffffff;
}

.vacancies__header {
  font-size: 32px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 10px;
  opacity: .5;
}

.vacancies__content {
  height: 180px;
  overflow: hidden;
}

.vacancies__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.vacancies__item a{
  color: white;
  font-size: 16px;
  line-height: 1.3;
  text-decoration: underline;
}

.vacancies__item a:before {
  content: '●';
  font-size: 6px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
}

.vacancies .swiper-button-next {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #fff;
  left: 50%;
  top: auto;
  bottom: 20px;
  transform: translate3d(-50%, 0, 0);
}

.vacancies .swiper-button-next.swiper-button-disabled {
  opacity: 0;
}

.vacancies .swiper-button-next:after {
  content: '';
  position: absolute;
  top: -20px;
  left: -20px;
  right: -20px;
  bottom: -10px;

}

.vacancies .swiper-scrollbar {
  background-color: transparent;
}

.vacancies .swiper-container-vertical>.swiper-scrollbar {
  right: 10px;
  top: 4%;
  height: 92%;
  width: 8px;
}

.vacancies .swiper-scrollbar-drag {
  border-radius: 0;
  background-color: #ffffff;
  cursor: pointer;
}

.chapter {

}

.chapter__icon {
  margin: 0 auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

.chapter__icon:before {
  content: '';
  position: absolute;
  height: 88px;
  width: 2px;
  background-color: #0072ba;
  left: 50%;
  bottom: 120%;
}

.chapter__title {
  margin: 20px;
  color: #0072ba;
  font-weight: 700;
  font-size: 32px;
  line-height: 1;
  text-align: center;
}

.chapter__text {
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
  line-height: 1.4;
}

.chapter--reliability .chapter__icon {
  width: 95px;
  height: 105px;
  background-image: url("../images/career/icon-shield.png");
}

.chapter--reliability .chapter__text {
  max-width: 720px;
}

.chapter--grow .chapter__icon {
  width: 126px;
  height: 127px;
  background-image: url("../images/career/icon-career.png");
}

.chapter--grow .chapter__icon:before {
  bottom: 110%;
}

.chapter--grow .chapter__text {
  max-width: 800px;
}

.chapter--grow .chapter__title {
  margin-top: 10px;
}

.chapter--education .chapter__icon {
  width: 137px;
  height: 88px;
  background-image: url("../images/career/icon-education-hat.svg");
}

.chapter--education .chapter__icon:before {
  bottom: 130%;
}

.chapter--education .chapter__text {
  max-width: 850px;
}

.chapter--activities {

}

.chapter--activities .chapter__icon{
  width: 131px;
  height: 129px;
  background-image: url("../images/career/icon-collaboration.png");
}

.chapter--activities .chapter__icon:before{
  bottom: 110%;
}

.chapter--activities .chapter__text {
  max-width: 850px;
  line-height: 20px;
}






.guaranties {
  background-color: #ffffff;
}

.guaranties__title {
  text-transform: uppercase;
  color: #0072ba;
  font-size: 16px;
  letter-spacing: 0.07em;
  margin-bottom: 25px;
}

.guaranties__item {
  padding-left: 32px;
  font-size: 16px;
  position: relative;
}

.guaranties__item:before {
  content: '';
  width: 24px;
  height: 26px;
  background: url("../images/career/icon-check-blue.png") no-repeat;
  position: absolute;
  left: 0;
  top: -2px;

}

.guaranties__item + .guaranties__item {
  margin-top: 12px;
}

.motivation {
  background-color: #2d8ac8;
  color: #ffffff;
}

.motivation__title {
  text-transform: uppercase;
  letter-spacing: 0.07em;
  font-size: 16px;
  margin-bottom: 30px;
}

.motivation__text {
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 18px;
}

.motivation__item {
  font-size: 16px;
  line-height: 20px;
  padding-left: 32px;
  position: relative;
}

.motivation__item:before {
  content: '';
  width: 22px;
  height: 23px;
  background: url("../images/career/icon-check-white.png") no-repeat;
  position: absolute;
  left: 0;
  top: -2px;
}

.motivation__item + .motivation__item {
  margin-top: 15px;
}

.career-card {
  background-color: #ffffff;
}

.career-card__title {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 23px;
  margin-bottom: 25px;
  letter-spacing: 0.02em;
}

.career-card__text {
  font-size: 16px;
  line-height: 23px;
}

.career-card--blue {
  background-color: #2d8ac8;
  color: #ffffff;
}


.career-double__left {
  opacity: 1;
  transform: translate3d(0,0,0);
  transition: opacity 1s ease, transform 1s ease; 
}

.career-double__right {
  opacity: 1;
  transform: translate3d(0,0,0);
  transition: opacity 1s ease .7s, transform 1s ease .7s; 
}

.career-double--invisible .career-double__left {
  opacity: 0;
  transform: translate3d(-30px,0,0);
}

.career-double--invisible .career-double__right {
  opacity: 0;
  transform: translate3d(30px,0,0);
}

.career-block {
  position: relative;
  z-index: 0;
}

.career-block__content {
  position: relative;
  transition: transform .7s ease .5s, opacity .7s ease .5s;
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.career-block__bg {
  position: absolute;
  height: 100%;
  top: 0;
  width: 58.6%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform .7s ease, opacity .7s ease;
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.career-block:before,
.career-block:after {
  opacity: 1;
  transition: opacity 1s ease 1s, transform 1s ease 1s;
}

.career-block div:after,
.career-block div:before {
  opacity: 1;
  transition: opacity 1s ease 1.2s, transform 1s ease 1.2s;
}

.career-block--invisible {

}

.career-block--invisible .career-block__bg{
  transform: translate3d(0, 50px, 0);
  opacity: 0;
}
.career-block--invisible .career-block__content {
  transform: translate3d(-100px, 0, 0);
  opacity: 0;
}

.career-block--invisible:after,
.career-block--invisible:before {
  opacity: 0;
  transform: translate3d(-10px, 0, 0);
}

.career-block--invisible div:after,
.career-block--invisible div:before {
  opacity: 0;
  transform: translate3d(0, 10px, 0);
}

.career-block--comfort {
  padding: 60px 41% 60px 11.4%;
}

.career-block--comfort .career-block__content {
  padding: 60px 34px 61px;
}

.career-block--comfort .career-block__bg {
  right: 0;
  background-image: url("../images/career/secretary.jpg");
}

.career-block--adaptation {
  padding: 60px 11.4% 60px 41%;
}

.career-block--adaptation .career-block__content {
  padding: 60px 34px 61px;
}

.career-block--adaptation .career-block__bg {
  left: 0;
  background-image: url("../images/career/adaptation.jpg");
}
.career-block--adaptation.career-block--invisible .career-block__content {
  transform: translate3d(100px, 0, 0);
}
.career-block--spheres {
   padding: 145px 41% 14px 11.4%;
}

.career-block--spheres .career-block__content {
  padding: 30px 19px 30px 34px;
}

.career-block--spheres .career-block__bg {
  right: 0;
  background-image: url("../images/career/team.jpg");
}

.career-block--vertical-grow {
   padding: 60px 11.4% 60px 41%;
}

.career-block--vertical-grow .career-block__content {
  padding: 38px 34px 38px;
}

.career-block--vertical-grow .career-block__bg {
  left: 0;
  background-image: url("../images/career/greetings.jpg");
}

.career-block--vertical-grow.career-block--invisible .career-block__content {
  transform: translate3d(100px, 0, 0);
}

.career-block--business-education {
  padding: 0 11.4% 170px 41%;
}

.career-block--business-education .career-block__content {
  padding: 43px 39px 20px;
}

.career-block--business-education .career-block__bg {
  left: 0;
  bottom: 0;
  top: auto;
  height: 88.4%;
  background-image: url("../images/career/business-education.jpg");
}

.career-block--business-education.career-block--invisible .career-block__content {
  transform: translate3d(100px,0,0);
}

.career-block--innovative {
  padding: 120px 41% 40px 11.4%;
}

.career-block--innovative .career-block__content {
  padding: 58px 35px 30px;
}

.career-block--innovative .career-block__bg{
  right: 0;
  background-image: url("../images/career/environment.jpg");
}

.career-block--healthcare {
  padding: 0 41% 400px 0;
}

.career-block--healthcare .career-block__bg{
  width: 55%;
  right: 15%;
  top: auto;
  bottom: 0;
  height: 76.5%;
  z-index: 0;
}

.career-block--healthcare .career-block__content {
  padding: 25px 60px 30px 19%;
}

.career-block--teambuilding {
  padding: 60px 11.4% 60px 41%;
}

.career-block--teambuilding .career-block__bg{
  left: 0;
  top: 0;
  background-image: url("../images/career/sport-team.jpg");
}

.career-block--teambuilding .career-block__content {
  padding: 25px 35px 30px;
}


.career-block--volunteers {
  padding: 0 0 430px 41%;
}

.career-block--volunteers .career-block__bg {
  width: 55%;
  left: 15%;
  top: auto;
  bottom: 0;
  height: 72%;
  z-index: 0;
}

.career-block--volunteers .career-block__content {
  padding: 35px 22% 45px 45px;
}


.career-block--theatre {
  padding: 0 41% 118px 0;
}

.career-block--theatre .career-block__content {
  padding: 23px 8% 25px 19%;
}

.career-block--theatre .career-block__bg {
  height: 89.9%;
  right: 0;
  top: auto;
  bottom: 0;
  background-image: url("../images/career/theatre.jpg");;
}

.photos__slider {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;  
}


.photos__slide {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.photos .swiper-button-next,
.photos .swiper-button-prev {
  width: 28px;
  height: 66px;
  margin-top: -33px;
  background-size: 100% 100%;
  background-image: url(../images/career/icon-arrow.png);
  display: none;
}

.photos .swiper-button-prev {
  left: -45px;
}

.photos .swiper-button-next {
  right: -45px;
  transform: rotate(180deg);
}

.photos .swiper-pagination {
  width: 100%;
  bottom: -40px;
}

.photos .swiper-pagination-bullet {
  margin: 0 8px;
  width: 14px;
  height: 14px;
  border: 2px solid #0078c0;
  opacity: 1;
  background-color: transparent;
}

.photos .swiper-pagination-bullet-active {
  background-color: #0078c0;
}

.photos--healthcare .photos__slide:nth-child(1) {
  background-image: url("../images/career/men-with-oranges.jpg");
}
 
.photos--healthcare .photos__slide:nth-child(2) {
  background-image: url("../images/career/nurse.jpg");
}

.photos--volunteers .photos__slide:nth-child(1) {
  background-image: url("../images/career/volunteers.jpg");
}

.photos--volunteers .photos__slide:nth-child(2) {
  background-image: url("../images/career/volunteers-2.jpg");
}

@media screen and (min-width: 900px) {
  .career__vacancies {
    min-width: 280px;
  }
  .photos .swiper-button-next,
  .photos .swiper-button-prev {
    display: block;
  } 
  .career__banner:before {
    content: '';
    position: absolute;
    width: 45px;
    height: 100%;
    background-color: #2d8ac8;
  }
  .career__reliability:after {
    content: '';
    position: absolute;
    width: 161px;
    height: 189px;
    background: url("../images/career/icon-drop-white.svg") no-repeat;
    background-size: 100% auto;
    right: 25%;
    bottom: -110px;
  }
  .career__guaranties:before {
    content: '';
    position: absolute;
    width: 59px;
    height: 99px;
    background: url("../images/career/icon-door-blue.svg") no-repeat;
    background-size: 100% auto;
    right: 8%;
    bottom: 8%;
  }
  .career__motivation:before {
    content: '';
    position: absolute;
    width: 150px;
    height: 126px;
    background: url("../images/career/icon-house-white.svg") no-repeat;
    background-size: 100% auto;
    right: 22%;
    bottom: -90px;
  }
  .career__comfort:before {
    content: '';
    position: absolute;
    width: 204px;
    height: 204px;
    background: url("../images/career/icon-circle-orange.svg") no-repeat;
    background-size: 100% auto;
    left: 20%;
    bottom: 101%;
  }
  .career__comfort .career-block__content:before {
    content: '';
    position: absolute;
    width: 70px;
    height: 82px;
    background: url("../images/career/icon-drop-green.svg") no-repeat;
    background-size: 100% auto;
    right: 5%;
    bottom: -20px;
  }
  .career__adaptation .career-block__content:before {
    content: '';
    position: absolute;
    width: 88px;
    height: 147px;
    background: url("../images/career/icon-door-blue.svg") no-repeat;
    background-size: 100% auto;
    top: -70px;
    right: 23%;
  }
  .career__spheres:before {
    content: '';
    position: absolute;
    z-index: -1;
    width: 204px;
    height: 204px;
    background: url("../images/career/icon-circle-orange.svg") no-repeat;
    background-size: 100% auto;
    left: 70px;
    top: 0;
  }
  .career__vertical-grow:after {
    content: '';
    position: absolute;
    width: 70px;
    height: 82px;
    background: url("../images/career/icon-drop-green.svg") no-repeat;
    background-size: 100% auto;
    left: 21%;
    top: -35px;
  }

  .career__vertical-grow:before {
    content: '';
    position: absolute;
    width: 150px;
    height: 126px;
    background: url("../images/career/icon-house-white.svg") no-repeat;
    background-size: 100% auto;
    right: 19.5%;
    top: -110px;
  }
  
  .career__vertical-grow .career-block__content:before {
    content: '';
    position: absolute;
    width: 88px;
    height: 147px;
    background: url("../images/career/icon-door-blue.svg") no-repeat;
    background-size: 100% auto;
    bottom: -120px;
    right: -40px;
  }

  .career__reserve:before {
    content: '';
    position: absolute;
    width: 204px;
    height: 204px;
    background: url("../images/career/icon-circle-white.svg") no-repeat;
    background-size: 100% auto;
    top: -160px;
    right: 30%;
  }

  .career__education:before {
    content: '';
    position: absolute;
    width: 150px;
    height: 126px;
    background: url("../images/career/icon-house-orange.svg") no-repeat;
    background-size: 100% auto;
    left: 26%;
    top: 20px;
  }

  .career__education:after {
    content: '';
    position: absolute;
    width: 204px;
    height: 204px;
    background: url("../images/career/icon-circle-orange.svg") no-repeat;
    background-size: 100% auto;
    right: 76.45%;
    top: 85%;
  }

  .career__qualification:after {
    content: '';
    position: absolute;
    width: 150px;
    height: 126px;
    background: url("../images/career/icon-house-white.svg") no-repeat;
    background-size: 100% auto;
    right: -80px;
    top: -83px;
  }

  .career__qualification:before {
    content: '';
    position: absolute;
    width: 70px;
    height: 82px;
    background: url("../images/career/icon-drop-green.svg") no-repeat;
    background-size: 100% auto;
    bottom: -50px;
    left: 22.7%;
  }
  
  .career__innovative:after {
    content: '';
    position: absolute;
    width: 88px;
    height: 147px;
    background: url("../images/career/icon-door-blue.svg") no-repeat;
    background-size: 100% auto;
    top: -120px;
    right: 105px;
  }
  
  .career__innovative .career-block__content:before {
    content: '';
    position: absolute;
    width: 150px;
    height: 126px;
    background: url("../images/career/icon-house-orange.svg") no-repeat;
    background-size: 100% auto;
    bottom: -40px;
    left: -112px;
  }

  .career__activities:before {
    content: '';
    position: absolute;
    width: 204px;
    height: 204px;
    background: url("../images/career/icon-circle-green.svg") no-repeat;
    background-size: 100% auto;
    right: 7%;
    top: -195px;
    z-index: -1;
  }

  .career__healthcare:before {
    content: '';
    position: absolute;
    width: 88px;
    height: 147px;
    background: url("../images/career/icon-door-orange.svg") no-repeat;
    background-size: 100% auto;
    left: 6%;
    top: 285px;
  }

  .career__healthcare:after{
    content: '';
    position: absolute;
    width: 150px;
    height: 126px;
    background: url("../images/career/icon-house-blue.svg") no-repeat;
    background-size: 100% auto;
    right: 24.2%;
    top: 60px;
  }
  
  .career__teambuilding:after {
    content: '';
    position: absolute;
    width: 96px;
    height: 113px;
    background: url("../images/career/icon-drop-green.svg") no-repeat;
    background-size: 100% auto;
    left: 20%;
    top: -83px;
  }

  .career__teambuilding:before {
    content: '';
    position: absolute;
    width: 88px;
    height: 147px;
    background: url("../images/career/icon-door-blue.svg") no-repeat;
    background-size: 100% auto;
    bottom: -100px;
    right: 27%;
  }

  .career__volunteers .career-block__bg:before {
    content: '';
    position: absolute;
    width: 204px;
    height: 204px;
    background: url("../images/career/icon-circle-white.svg") no-repeat;
    background-size: 100% auto;
    left: -57px;
    top: -125px;
    z-index: -1;
  }
  
  .career__inner-info-env:before {
    content: '';
    position: absolute;
    width: 96px;
    height: 113px;
    background: url("../images/career/icon-drop-green.svg") no-repeat;
    background-size: 100% auto;
    left: 64%;
    top: -75px;
  }

  .career__inner-info-env .career-card__text:after{
    content: '';
    position: absolute;
    width: 204px;
    height: 204px;
    background: url("../images/career/icon-circle-white.svg") no-repeat;
    background-size: 100% auto;
    left: 150%;
    top: 80%;
  }

  .career__volunteers:after {
    content: '';
    position: absolute;
    width: 150px;
    height: 252px;
    background: url("../images/career/icon-door-orange.svg") no-repeat;
    background-size: 100% auto;
    right: 12.5%;
    bottom: -285px;
  }

  .career__theatre:before {
    content: '';
    position: absolute;
    z-index: -1;
    width: 88px;
    height: 147px;
    background: url("../images/career/icon-door-blue.svg") no-repeat;
    background-size: 100% auto;
    top: -80px;
    left: 11%;
  }

  .career__theatre .career-block__bg:before {
    content: '';
    position: absolute;
    width: 150px;
    height: 126px;
    background: url("../images/career/icon-house-white.svg") no-repeat;
    background-size: 100% auto;
    bottom: -30px;
    right: 44%;
  }

} 

@media screen and (min-width: 600px) and (max-width: 899px) {
  .photos--healthcare .swiper-pagination {
    margin-left: 40px;
  }

  .career__banner {
    background: url(../images/career/colleagues--tablet.jpg) no-repeat center top;
    background-size: cover;
    height: 524px;
  }
  .career__promo {
    width: 91%;
    margin-top: 77px;
  }
  .career__desc {
    padding: 40px 20px 55px 40px;
  }

  .career-desc__header {
    font-size: 20px;
    margin-bottom: 22px;
  }
  .career-desc__text {
    font-size: 18px;
    line-height: 25px;
  }

  .career__vacancies {
    position: relative;
    left: auto;
    top: auto;
    bottom: auto;
    right: auto;
    margin: -30px auto 0;
    width: 88%;
    height: 310px;
    padding: 43px 160px 30px 80px;
  }
  .vacancies__header {
    color: #2d8ac8;
    margin-bottom: 8px;
  }

  .vacancies__item a {
    color: #2d8ac8;
    font-size: 18px;
  }
  .career__reliability {
    padding-top: 120px;
    padding-bottom: 50px;
  }

  .chapter__icon:before {
    height: 70px;
  }

  .chapter__title {
    margin: 40px 20px 30px;
    font-size: 30px;
  }

  .chapter__text {
    font-size: 18px;
  }

  .chapter--reliability .chapter__text {
    max-width: 590px;
  }
  
  .career__guaranties {
    width: 95%;
    min-height: auto;
    padding: 28px 9.5% 30px;
    position: relative;
  }

  .career__guaranties:before {
    content: '';
    position: absolute;
    width: 167px;
    height: 190px;
      top: -135px;
    right: -90px;
    background: url(../images/career/icon-drop-blue.svg) no-repeat;
    background-size: contain;
  }

  .guaranties__item {
    font-size: 18px;
    padding-left: 35px;
  }

  .guaranties__item + .guaranties__item {
    margin-top: 8px;
  }

  .guaranties__title {
    font-size: 25px;
  }
  .career__guaranties:after {
    height: 160px;
    width: 100%;
    left: 0;
    top: 100%;
  }

  .career__motivation {
    top: 0;
    width: 95%;
    float: right;
    padding: 40px 15% 72px 40px;
    min-height: auto;
  }
  .motivation__title {
    font-size: 25px;
    margin-bottom: 15px;
  }
  .motivation__text {
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 38px;
  }
  .motivation__item {
    font-size: 18px;
  }

  .career-card__title {
    font-size: 20px;
  }
  .career-card__text {
    font-size: 18px;
    line-height: 25px;
  }

  .career__comfort {
    margin-top: 50px;
  }

  .career-block--comfort {
    padding: 0 35.5% 35px 4%;
  }
  .career-block--comfort .career-block__content {
    padding: 33px 34px 15px 42px;
  }

  .career-block--comfort:before {
    content: '';
    position: absolute;
    z-index: -1;
    width: 204px;
    height: 203px;
    background: url(../images/career/icon-circle-orange.svg) no-repeat;
    background-size: contain;
    left: -100px;
    top: -100px;
  }

  .career-block--comfort .career-block__bg {
    width: 65%;
    top: auto;
    bottom: 0;
    height: 88%;
    background-size: 140%;
    background-position: left -20px;
  }

  .career-block--adaptation {
    padding: 37px 4% 0 35.5%;
  }  
  
  .career-block--adaptation .career-block__content {
    padding: 30px;
  }

  .career-block--adaptation .career-block__content:before {
    content: '';
    position: absolute;
    width: 73px;
    height: 79px;
    background: url(../images/career/icon-drop-green.svg) no-repeat;
    background-size: contain;
    top: -120px;
    right: -6%;
  }
  
  .career-block--adaptation .career-block__bg {
    width: 65%;
    height: 90%;
    background-image: url(../images/career/adaptation--tablet.jpg);
  }
  .chapter--grow .chapter__title {
    margin: 50px 20px 30px;
  }
  .chapter--grow .chapter__text {
    max-width: 630px;
  }
  
  .career__grow {
    padding-bottom: 30px;
  }
  .career-block--spheres {
    padding: 35px 35.5% 0 4%;
  }

  .career-block--spheres .career-block__content {
    padding: 22px 15px 30px 45px;
  }

  .career-block--spheres:before {
    content: '';
    position: absolute;
    z-index: -1;
    width: 204px;
    height: 203px;
    background: url(../images/career/icon-circle-orange.svg) no-repeat;
    background-size: contain;
    left: -70px;
    top: -80px;
  }

  .career-block--spheres .career-block__bg {
    height: 73.5%;
    width: 65%;
    background-image: url(../images/career/team--tablet.jpg);
  }

  .career-block--spheres .career-block__bg:after {
    content: '';
    position: absolute;
    width: 150px;
    height: 130px;
    background: url(../images/career/icon-house-white.svg) no-repeat;
    background-size: contain;
    top: 80%;
    left: 60%;
  }
  .career__spheres {
    margin-bottom: 23px;
  }
  .career-block--vertical-grow {
    padding: 20px 4% 0 35.5%;
  }

  .career-block--vertical-grow .career-block__bg {
    height: 72%;
    width: 65%;
    background-image: url(../images/career/greetings--tablet.jpg);
  }
  .career-block--vertical-grow .career-block__content {
    padding-bottom: 15px;
  }



  .career__vertical-grow {
    margin-bottom: 40px;
  }

  .career__horizontal-grow {
    width: 95%;
    padding: 34px 4% 36px 9%;
    z-index: -1;
  }

  .career__horizontal-grow:after {
    left: 0;
    height: 60px;
    width: 100%;
    top: 100%;
  }
  .career__horizontal-grow:before {
    content: '';
    position: absolute;
    width: 204px;
    height: 203px;
    background: url(../images/career/icon-circle-blue.svg) no-repeat;
    background-size: contain;
    right: -100px;
    top: -120px;
  }

  .career__reserve {
    width: 95%;
    top: 0;
    float: right;
    padding-left: 4.5%;
    padding-right: 10%;
  }
  .career__education {
    padding-top: 125px;
    padding-bottom: 65px;
  }

  .career__education:after {
    content: '';
    position: absolute;
    width: 204px;
    height: 203px;
    background: url(../images/career/icon-circle-orange.svg) no-repeat;
    background-size: contain;
    left: -60px;
    bottom: -170px;
  }

  .chapter--education .chapter__text {
    max-width: 650px;
  }
  .career__qualification {
    padding: 40px 25px 35px;
    max-width: 700px;
    margin-bottom: 30px;
  }
  .career-block--business-education {
    padding: 0 4% 37px 35.5%;
  }
  .career-block--business-education .career-block__bg {
    width: 65%;
    background-image: url(../images/career/business-education--tablet.jpg);
  }

  .career-block--business-education .career-block__bg:before {
    content: '';
    position: absolute;
    width: 75px;
    height: 81px;
    background: url(../images/career/icon-drop-green.svg) no-repeat;
    background-size: contain;
    left: 22%;
    top: -55px;
  }
  .career-block--business-education .career-block__content {
    padding: 43px 30px 35px;
  }
  .career-block--innovative {
    padding: 0 35.5% 57px 4%;
  }
  .career-block--innovative .career-block__content {
    padding: 28px 25px 20px 43px;
  }
  .career-block--innovative .career-block__content:after {
    content: '';
    position: absolute;
    width: 180px;
    height: 180px;
    background: url(../images/career/icon-circle-green.svg) no-repeat;
    background-size: contain;
    left: -100px;
    bottom: -150px;
  }

  .career-block--innovative .career-block__bg {
    width: 65%;
    height: 93%;
    top: auto;
    bottom: 0;
    background-image: url(../images/career/environment--tablet.jpg);
  }
  .career__self-dev-env {
    margin: 30px auto 60px;
    max-width: 700px;
    padding: 25px 40px 30px;
    position: relative;
  }
  .career__self-dev-env .career-card__text {
    line-height: 1.3;
  }
  .chapter--activities .chapter__title {
    margin: 30px 20px 25px;
  }
  .chapter--activities .chapter__text {
    max-width: 680px;
    line-height: 25px;
  }
  .career-block--healthcare {
    padding: 35px 35.5% 0 4%;
  }
  .career-block--healthcare .career-block__content {
    padding: 22px 25px 19px 40px;
  }
  .career-block--healthcare .career-block__bg {
    bottom: auto;
    top: 0;
    right: 0;
    width: 65%;
    height: 94%;
  }
  .career__healthcare {
    margin-bottom: 30px;
  }
  .career-block--teambuilding {
    padding: 0 0 0 35.5%;
  }
  .career-block--teambuilding .career-block__content {
    padding-bottom: 15px;
  }
  .career-block--teambuilding .career-block__bg {
    top: 10px;
    height: 85%;
  }
  .career-block--teambuilding .career-block__bg:after {
    content: '';
    position: absolute;
    width: 100px;
    height: 110px;
    background: url(../images/career/icon-drop-green.svg) no-repeat;
    background-size: contain;
    left: 15%;
    bottom: -35px;
  }

  .career__teambuilding {
    margin-bottom: 15px;
  }
  .career-block--volunteers {
    padding: 0 4% 245px;
  }
  .career-block--volunteers .career-block__content {
    padding: 35px 30px 35px 45px;
  }
  .career-block--volunteers .career-block__bg {
    bottom: 0;
    left: 10%;
    height: 245px;
    width: 80%;
  }
  .career-block--volunteers .career-block__bg:after {
    content: '';
    position: absolute;
    width: 204px;
    height: 203px;
    background: url(../images/career/icon-circle-white.svg) no-repeat;
    background-size: contain;
    z-index: -1;
    bottom: -60px;
    left: -100px;
  }
  .career__inner-info-env {
    width: 95%;
    padding: 24px 4% 24px 9%;
  }

  .career__inner-info-env:before {
    content: '';
    position: absolute;
    width: 140px;
    height: 245px;
    background: url(../images/career/icon-door-orange.svg) no-repeat;
    background-size: contain;
    right: -110px;
    top: -150px;
  }

  .career__inner-info-env:after {
    left: 0;
    height: 60px;
    width: 100%;
    top: 100%;
  }

  .career__travel {
    width: 95%;
    top: 0;
    float: right;
    padding-left: 4.5%;
    padding-right: 10%;
    padding-bottom: 25px;
    position: relative;
    z-index: 1;
  }


  .career__volunteers {
    margin-bottom: 78px;
  }
  .career__theatre {
    margin-top: 30px;
  }
  .career-block--theatre {
    padding: 0 35.5% 0 0;
  }
  .career-block--theatre .career-block__content {
    padding: 23px 2.5% 15px 15%;
  }
  .career-block--theatre .career-block__bg {
    width: 35.5%;
    top: 50px;
    height: 83%;
    bottom: auto;
  }
  .career-block--theatre .career-block__bg:before {
    content: '';
    position: absolute;
    width: 204px;
    height: 203px;
    background: url(../images/career/icon-circle-white.svg) no-repeat;
    background-size: contain;
    top: -155px;
    left: 50px;
  }

}

@media screen and (max-width: 899px) {
  .vacancies__item a {
    padding-left: 10px;
    position: relative;
  }
  .vacancies__item a:before {
    position: absolute;
    left: 0;
    top: 8px;
  }
}

@media screen and (max-width: 599px) {
  .photos .swiper-pagination-bullet {
    margin: 0 4px;
    width: 8px;
    height: 8px;
    border-width: 1px;
  }

  .photos .swiper-pagination {
    bottom: -22px;
  }

  .career {
    margin-top: -50px;
  }

  .career__banner {
    height: 197px;
  }
  .career__promo {
    width: 90%;
    margin-top: 15px;
  }
  .career__desc {
    padding: 10px 10px 20px 15px;
  }
  .career-desc__header {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .career-desc__text {
    font-size: 13px;
    line-height: 14px;
  }
  .career-desc__text p {
    margin-top: 15px;
  }
  .career__vacancies {
    position: relative;
    left: auto;
    top: auto;
    bottom: auto;
    right: auto;
    margin: -12px auto 0;
    border-width: 4px;
    width: 90%;
    height: auto;
  }
  .vacancies__header {
    font-size: 16px;
    color: #2d8ac8;
    margin-bottom: 5px;
  }

  .vacancies__content {
    height: auto;
  }

  .vacancies__item a {
    font-size: 12px;
    line-height: 1;
    color: #2d8ac8;
    margin: 5px 0;
  }

  .vacancies__item a:before {
    top: 2px;
  }

  .vacancies .swiper-button-next {
    bottom: 8px;
  }

  .chapter__title {
    font-size: 16px;
    margin: 15px 15px 10px;
  }
  .chapter__text{
    font-size: 13px;
    line-height: 14px;
  }


  .chapter__icon:before{
    width: 1px;
    height: 27px;
  }

  .career__reliability {
    padding: 50px 18px 30px;
  }

  .chapter--reliability .chapter__icon {
    width: 40px;
    height: 45px;
  }

  .career__guaranties:after {
    content: none;
  }

  .career__guaranties {
    display: block;
    width: 90%;
    margin: 0 auto;
    min-height: auto;
    padding: 16px 10px 16px 14px;
  }

  .guaranties__title {
    font-size: 14px;
    margin-bottom: 7px;

  }

  .guaranties__item {
    font-size: 12px;
    line-height: 14px;
    padding-left: 18px;
    line-height: 1;
  }

  .guaranties__item + .guaranties__item {
    margin-top: 5px;
  }

  .guaranties__item:before {
    width: 10px;
    height: 12px;
    background-size: contain;
    top: 0px;
  }

  .career__motivation {
    display: block;
    top: 0;
    width: 90%;
    margin: 0 auto;
    min-height: auto;
    padding: 14px 10px 20px 14px;
  }

  .motivation__title {
    font-size: 14px;
    margin-bottom: 5px;
  }

  .motivation__text {
    font-size: 12px;
    line-height: 13px;
  }

  .motivation__item{
    font-size: 12px;
    line-height: 14px;
    padding-left: 18px;
    line-height: 1;
  }

  .motivation__item + .motivation__item {
    margin-top: 8px;
  }

  .motivation__item:before {
    width: 10px;
    height: 12px;
    background-size: contain;
    top: 0;
  }

  .career-card__title {
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 1;
  }

  .career-card__text {
    font-size: 12px;
    line-height: 13px;
  }

  .career-block {
    padding: 0 5% 100px;
  }
  .career-block .career-block__content {
    padding: 14px 13px 12px;
  }
  .career-block .career-block__bg {
    bottom: 0;
    top: auto;
    height: 100px;
    left: 5%;
    width: 90%;
  }

  .career__comfort {
    margin-top: 12px;
    margin-bottom: 10px;
  }

  .career__grow {
    padding: 45px 10px 25px;
  }

  .chapter--grow .chapter__icon {
    width: 54px;
    height: 55px;
  }
  .chapter--grow .chapter__title {
    margin-top: 20px;
  }
  .chapter--grow .chapter__text {
    font-size: 12px;
    line-height: 13px;
  }

  .career__spheres {
    margin-bottom: 10px;
  }
  
  .career__horizontal-grow {
    display: block;
    width: 90%;
    margin: 0 auto;
    min-height: auto;
    padding: 14px 3px 14px 14px;
  }
  .career__horizontal-grow:after {
    content: none;
  }
  .career__reserve {
    display: block;
    top: 0;
    width: 90%;
    margin: 0 auto;
    min-height: auto;
    padding: 14px 10px 15px 14px;
  }
  .career__vertical-grow {
    margin-bottom: 10px;
  }
  .chapter--education .chapter__icon {
    width: 57px;
    height: 40px;
  }
  .chapter--education .chapter__text {
    font-size: 12px;
    line-height: 13px;
  }
  .career__education {
    padding: 60px 20px 20px;
  }

  .career__qualification {
    width: 90%;
    padding: 14px 14px 8px 15px;
    margin-bottom: 10px;
  }
  .career__business-education {
    margin-bottom: 10px;
  }
  .career-block--innovative .career-card__text br {
    display: none;
  }
  .career__self-dev-env {
    margin: 12px auto 0;
    width: 90%;
    padding: 18px 15px 13px 15px;
  }
  .chapter--activities .chapter__icon {
    width: 55px;
    height: 54px;
  }
  .chapter--activities .chapter__text {
    font-size: 12px;
    line-height: 13px;
  }
  .career__activities {
    padding: 40px 18px 16px;
  }
  .career__healthcare {
    margin-bottom: 25px;
  }
  .career__teambuilding {
    margin-bottom: 10px;
  }
  .career-block--volunteers .career-block__content {
    padding: 10px 10px 12px 13px;
  }
  .career__volunteers {
    margin-bottom: 32px;
  }
  .career__inner-info-env {
    display: block;
    width: 90%;
    margin: 0 auto;
    min-height: auto;
    padding: 14px 3px 14px 14px;
  }
  .career__inner-info-env:after {
    content: none;
  }
  .career__travel {
    display: block;
    top: 0;
    width: 90%;
    margin: 0 auto;
    min-height: auto;
    padding: 14px 10px 15px 14px;
  }
  .career__theatre {
    margin-top: 20px;
  }
  
  .career-block--comfort .career-block__bg {
    background-image: url(../images/career/secretary--mobile.jpg);
  }

  .career-block--comfort .career-block__content:after {
    content: '';
    position: absolute;
    width: 29px;
    height: 35px;
    background: url(../images/career/icon-drop-green.svg) no-repeat;
    background-size: contain;
    top: -5px;
    right: -10px;  
  }

  .career-block--adaptation .career-block__bg {
    background-image: url(../images/career/adaptation--mobile.jpg);
  }

  .career-block--spheres:after {
    content: '';
    position: absolute;
    z-index: -1;
    width: 86px;
    height: 86px;
    background: url(../images/career/icon-circle-orange.svg) no-repeat;
    background-size: contain;
    top: 55px;
    left: -40px;
  }

  .career-block--spheres .career-block__bg {
    background-image: url(../images/career/team--mobile.jpg);
  }

  .career-block--vertical-grow .career-block__bg {
    background-image: url(../images/career/greetings--mobile.jpg);
  }

  .career__horizontal-grow:before {
    content: '';
    position: absolute;
    width: 86px;
    height: 86px;
    background: url(../images/career/icon-circle-blue.svg) no-repeat;
    background-size: contain;
    top: -80px;
    right: -50px;
  }
  .career__qualification:after {
    content: '';
    position: absolute;
    z-index: -1;
    width: 86px;
    height: 86px;
    background: url(../images/career/icon-circle-orange.svg) no-repeat;
    background-size: contain;
    bottom: -60px;
    left: -50px;
  }
  .career-block--business-education .career-block__bg:after {
    content: '';
    position: absolute;
    width: 29px;
    height: 35px;
    background: url(../images/career/icon-drop-green.svg) no-repeat;
    background-size: contain;
    top: -25px;
    right: -10px;
    z-index: 1;
  }

  .career-block--business-education .career-block__bg {
    background-image: url(../images/career/business-education--mobile.jpg);
  }

  .career-block--innovative .career-block__bg {
    background-position: center top;
  }
  .career__self-dev-env {
    position: relative;
  }
  .career__self-dev-env:after {
    content: '';
    position: absolute;
    z-index: -1;
    width: 86px;
    height: 86px;
    background: url(../images/career/icon-circle-green.svg) no-repeat;
    background-size: contain;
    bottom: -60px;
    left: -50px;
  }
  .career-block--teambuilding .career-block__content:before {
    content: '';
    position: absolute;
    width: 40px;
    height: 55px;
    background: url(../images/career/icon-drop-green.svg) no-repeat;
    background-size: contain;
    top: -15px;
    right: -7px;
  }
  .career-block--volunteers .career-block__bg:after {
    content: '';
    position: absolute;
    z-index: -1;
    width: 86px;
    height: 86px;
    background: url(../images/career/icon-circle-white.svg) no-repeat;
    background-size: contain;
    bottom: -30px;
    left: -50px;
  }
  .career-block--volunteers .career-block__bg:before {
    content: '';
    position: absolute;
    z-index: -1;
    width: 70px;
    height: 106px;
    background: url(../images/career/icon-door-orange.svg) no-repeat;
    background-size: contain;
    bottom: -60px;
    right: -50px;
  }
  .career__inner-info-env {
    z-index: -1;
  }
  .career-block--theatre .career-block__content:before {
    content: '';
    position: absolute;
    width: 60px;
    height: 50px;
    background: url(../images/career/icon-house-white.svg) no-repeat;
    background-size: contain;
    top: -60px;
    left: -50px;
  }

  .career-block--theatre .career-block__bg {
    background-position: center top;
  }
  .career__travel:after {
    content: '';
    position: absolute;
    z-index: -1;
    width: 86px;
    height: 86px;
    background: url(../images/career/icon-circle-white.svg) no-repeat;
    background-size: contain;
    bottom: -60px;
    right: -50px;
  }
  .photos--healthcare .photos__slide {
    background-position: center -25px;
  }
  .carrer_opened_vacancy .carrer_opened_vacancy_name {
    font-size: 22px;
    line-height: 1.2;
  }
  .carrer_opened_vacancy .carrer_opened_vacancy_content {
    margin-top: 20px;
  }
}


.clearfix:after {
  content: "";
  clear: both;
  display: table;
}

@media screen and (max-width: 767px) {
  .career {
    margin-top: -50px;
  }
}




/* ========= old-career ============= */
.main_block {
  width: 75%;
  padding-left: 161px;
  padding-bottom: 80px;
  display: inline-block;
}

.main_block_header1 {
  margin-top: 90px;
  font-weight: 700;
  font-size: 32px;
  text-transform: uppercase;
  color: #000000;
}

.career_page_level {
  position: relative;
}

.career_page_number_block {
  display: inline-block;
  width: 25%;
  position: relative;
}

.career_page_first_lvl {
  margin-top: 23px;
}

.career_page_number_block_number {
  padding-top: 12px;
}

.career_page_number_block_number span {
  font-family: 'Pfd', sans-serif;
  font-weight: 400;
  font-size: 142px;
  color: #066d65;
  text-align: left;
  line-height: 110px;
  position: relative;
  margin-top: 18px;
}

.career_page_number_block_number span img {
  height: 20px;
  width: 20px;
  top: 30px;
  right: -18px;
  position: absolute;
}

.career_page_number_block_text {
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  color: #000000;
}

.career_page_final_line {
  position: absolute;
  bottom: 0;
  right: 25px;
  ;
}

.career_page_block_icon {
  position: absolute;
  left: -95px;
  top: -27px;
}

.career_page_second_lvl {
  margin-top: 54px;
}

.career_page_second_lvl_inside {
  width: 50%;
  display: inline-block;
  position: relative;
  vertical-align: top;
}

.career_page_second_lvl_left {
  width: 46%;
}

.career_page_second_lvl_inside_element_number {
  font-weight: 700;
  font-size: 36px;
  color: #000000;
  width: 110px;
  display: inline-block;
  position: relative;
  line-height: 38px;
}

.career_page_second_lvl_inside_element_explication {
  display: inline-block;
  position: relative;
}

.career_page_second_lvl_inside_element_explication {
  font-size: 14px;
}

.career_page_third_lvl_block_header {
  font-weight: 700;
  font-size: 14px;
  color: #066d65;
  text-transform: uppercase;
}

.career_page_third_lvl_block {
  margin-top: 30px;
}

.career_page_third_lvl_block_header {
  margin-bottom: 10px;
  padding-left: 20px;
}

.career_page_third_lvl_block_text a {
  color: #1d77bc;
  text-decoration: underline;
}

.career_page_third_lvl_block_text a:hover, .career_page_third_lvl_block_text a:active {
  color: #1d77bc;
  text-decoration: underline;
}

.career_page_third_block_icon {
  position: absolute;
  left: -95px;
  top: -30px;
}

.secondary_column {
  display: inline-block;
  width: 25%;
  vertical-align: top;
  margin-top: 90px;
  padding-right: 20px;
  padding-left: 20px;
  border-left: 1px solid #e9e9e9;
}

.secondary_column_header {
  font-weight: 700;
  font-size: 16px;
}

.secondary_column_career_vacancies {
  margin-top: 20px;
}

.secondary_column_career_vacancies_one {
  padding-left: 10px;
  position: relative;
  color: #000000;
  text-decoration: underline;
  font-size: 14px;
  display: block;
}

.secondary_column_career_vacancies_one:before {
  content: "•";
  height: 10px;
  width: 10px;
  position: absolute;
  top: 0;
  left: 0;
}

.secondary_column_career_vacancies_one:hover, .secondary_column_career_vacancies_one:active {
  color: #000000;
  text-decoration: none;
}

.secondary_column_button {
  background-color: #0078c0;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  margin-top: 20px;
  cursor: pointer;
  height: 40px;
  margin-bottom: 20px;
  padding-top: 10px;
}

.secondary_column_button:hover {
  background-color: #03A5FB;
}

.hiddenCareer {
  display: none;
}

.career_span_proxima {
  font-weight: 400;
  font-size: 22px;
}

.career_vacancy_info {
  display: none;
}

.career_popup_hover {
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 322;
  top: 0;
  display: none;
}

.career_popup_hover_bg {
  background: url("../images/career/blur.jpg");
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 81;
  opacity: 0.8;
}

.carrer_opened_vacancy {
  position: absolute;
  width: 716px;
  background-color: #ffffff;
  top: 228px;
  z-index: 401;
  left: 50%;
  margin-left: -358px;
  padding: 70px;
}

.career_close_popup {
  position: absolute;
  top: 0;
  right: -40px;
  cursor: pointer;
}

.carrer_opened_vacancy_name {
  font-weight: 700;
  font-size: 40px;
}

.carrer_opened_vacancy_content {
  margin-top: 40px;
  border-left: 1px solid #eeeeee;
}

.carrer_opened_vacancy_subhead {
  font-weight: 700;
  font-size: 14px;
  color: #006d65;
  text-transform: uppercase;
  padding-left: 43px;
  margin-bottom: 11px;
}

.carrer_opened_vacancy_text {
  margin-bottom: 31px;
}

.carrer_opened_vacancy_ul {
  padding-left: 23px;
  list-style-type: none;
}

.carrer_opened_vacancy_ul li {
  line-height: 16px;
  margin-bottom: 8px;
}

.career_close_decoration_arc {
  position: absolute;
  left: -40px;
  top: 53%;
}

.career_close_decoration_kaplia {
  position: absolute;
  right: 10%;
  top: -20px;
}

@media screen and (max-width: 1279px) {
  .career_page_number_block_number span {
    font-size: 102px;
  }
  .career_page_number_block_number span img {
    top: 20px;
  }
}

@media screen and (min-width:901px)and (max-width:1024px) {
  .career_page .main_block {
    width: 75%;
    padding-left: 130px;
  }
  .career_span_proxima {
    font-size: 16px;
  }
  .career_page_second_lvl_inside_element_number {
    font-size: 28px;
    width: 80px;
  }
  .career_page_number_block_text {
    font-size: 12px;
  }
  .career_page_second_lvl_inside_element_explication {
    font-size: 12px;
  }
}

@media screen and (min-width:768px)and (max-width:901px) {
  .career_page .main_block {
    width: 75%;
    padding-left: 130px;
  }
  .career_page_number_block {
    width: 50%;
  }
}

@media screen and (min-width:301px)and (max-width:767px) {
  .career_page_second_lvl_inside {
    padding-bottom: 15px;
  }
  .career_page .main_block {
    width: 100%;
    padding-left: 50px;
    padding-right: 30px;
  }
  .career_page_number_block {
    width: 50%;
    vertical-align: top;
  }
  .career_page_block_icon {
    left: -35px;
  }
  .career_page_second_lvl_inside {
    width: 96%;
  }
  .career_page_third_lvl {
    width: 96%;
  }
  .career_page .secondary_column {
    width: 96%;
    margin-bottom: 30px;
    padding-left: 50px;
    padding-top: 0;
  }
  .career_page_final_line {
    display: none;
  }
}

@media screen and (min-width:1400px) {
  .career_page_number_block_text {
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    color: #000000;
  }
  .career_page_second_lvl_inside_element_number {
    font-size: 38px;
  }
}

@media screen and (min-width:1440px) {
  .career_page {
    max-width: 1440px;
  }
  .main_block {
    padding-left: 141px;
  }
}

@media screen and (min-width:1600px) {
  .carrer_opened_vacancy {
    width: 816px;
    margin-left: -408px;
  }
  .carrer_opened_vacancy_name {
    font-size: 44px;
  }
  .carrer_opened_vacancy_subhead {
    font-size: 17px;
  }
  .carrer_opened_vacancy_ul li {
    line-height: 19px;
    margin-bottom: 10px;
    font-size: 17px;
  }
  .career_page_second_lvl_inside_element_explication {
    font-size: 16px;
  }
  .career_page_third_lvl_block_header {
    font-size: 16px;
  }
  .career_page_third_lvl_block_text {
    font-size: 16px;
  }
  .secondary_column_career_vacancies_one {
    font-size: 16px;
  }
}

@media screen and (min-width:1700px) {
  .carrer_opened_vacancy_name {
    font-size: 46px;
  }
  .carrer_opened_vacancy_subhead {
    /*font-size:18px;*/
  }
  .carrer_opened_vacancy_ul li {
    /*line-height: 19px;*/
    margin-bottom: 10px;
    /*font-size:18px;*/
  }
  .career_page_second_lvl_inside_element_explication {
    /*font-size: 18px;*/
  }
  .career_page_third_lvl_block_header {
    /*font-size: 18px;*/
  }
  .career_page_third_lvl_block_text {
    /*font-size: 18px;*/
  }
  .secondary_column_career_vacancies_one {
    /*font-size: 18px;*/
  }
}

@media screen and (min-width:769px) {
  .career_close_popup {
    display: block;
  }
  .career_close_popup1 {
    display: none;
  }
}

@media screen and (max-width:768px) {
  .main_block_header1 {
    margin-top: 0;
  }
  .career_close_popup {
    display: none;
  }
  .career_close_popup1 {
    display: block;
  }
  .career_page .main_block {
    padding-bottom: 0;
  }
}

@media screen and (max-width:980px) {
  .carrer_opened_vacancy {
    position: absolute;
    width: 100%;
    top: 228px;
    left: 0;
    margin-left: 0;
    padding: 20px;
  }
  .career_close_popup {
    right: 0;
    top: -40px;
  }
  .career_close_decoration_kaplia {
    position: absolute;
    right: 10%;
    top: -100px;
  }
  .career_page .main_block {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
  .career_page_block_icon {
    left: -25px;
    top: -30px;
  }
  .carrer_opened_vacancy_name {
    font-weight: 700;
    font-size: 35px;
    line-height: 37px;
    margin-top: 20px;
  }
  .career_close_popup1 {
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
  }
  .carrer_opened_vacancy {
    position: fixed;
    width: 90%;
    top: 3%;
    left: 5%;
    bottom: 3%;
    margin-left: 0;
    padding: 20px;
    overflow: auto;
    border-radius: 5px;
  }
  .career_close_decoration_arc {
    display: none;
  }
}

@media screen and (max-width:980px) and (min-width:768px) {
  .career_page_second_lvl_inside {
    padding-left: 45px;
  }
}

/*=======================  partners  =============================================*/

.partners_page {
  margin: auto;
  max-width: 1440px;
}

.partners_page .main_block {
  padding-left: 24px;
}

.main_block_text {
  padding-right: 20px;
  margin-top: 7px;
  font-weight: 400;
  font-size: 14px;
}

.full_column_header {
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 23px;
}

.partners_element {
  padding: 0 5px;
  position: relative;
  display: block;
  text-align: center;
}

.partners_element_one_element {
  width: 25%;
  padding: 0 18px;
  display: inline-block;
  position: relative;
  vertical-align: top;
  margin-bottom: 60px;
}

.partners_element_one_element_inner {
  border: 2px solid #e9e9e9;
  -webkit-box-shadow: 0px 8px 13px 6px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 8px 13px 6px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 8px 13px 6px rgba(0, 0, 0, 0.07);
  padding: 22px;
  height: 220px;
  background-color: #ffffff;
}

.partner_name {
  font-weight: 700;
  font-size: 14px;
  text-align: left;
}

.partner_description {
  text-align: left;
}

.partner_one_element_inner_imagecover {
  height: 130px;
  position: relative;
  width: 100%;
  text-align: center;
  max-height: 100%;
}

.partner_helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.partner_img {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  max-height: inherit;
  max-width: 100%;
}

.full_column {
  margin-bottom: 40px;
}

.secondary_column_text {
  margin-top: 20px;
}

.secondary_column_partners_morevacances {
  margin-top: 12px;
}

.partners_page .secondary_column_partners_morevacances {
  height: 40px;
  padding-top: 8px;
}

.partners_element_midl_line_image {
  position: absolute;
  top: -15px;
  left: 50%;
  height: 100%;
  width: 2px;
  margin-left: -1px;
}

.partners_page .main_block {
  padding-bottom: 15px;
}

@media screen and (min-width:901px)and (max-width:980px) {
  .partners_element_one_element {
    width: 33.33%;
  }
  .secondary_column_partners_morevacances {
    margin-top: 12px;
  }
}

@media screen and (min-width:701px)and (max-width:900px) {
  .partners_element_one_element {
    width: 50%;
  }
  .secondary_column_partners_morevacances {
    margin-top: 12px;
  }
  .partners_page .main_block {
    padding-left: 30px;
    width: 65%;
  }
  .partners_page .secondary_column {
    display: inline-block;
    width: 35%;
  }
}

@media screen and (min-width:301px)and (max-width:700px) {
  .partners_element_one_element {
    width: 100%;
  }
  .secondary_column_partners_morevacances {
    margin-top: 12px;
  }
  .partners_page .main_block {
    padding-left: 30px;
    width: 100%;
  }
  .partners_page .secondary_column {
    width: 100%;
    padding-top: 25px;
    padding-right: 20px;
    padding-left: 30px;
    padding-bottom: 50px;
  }
  .partners_element_one_element {
    display: block;
    position: relative;
    margin-bottom: 60px;
    z-index: 121;
  }
  .partners_element_midl_line_image {
    display: block;
    z-index: -2;
  }
}

@media screen and (min-width:1600px) {
  .main_block_text {
    font-size: 16px;
  }
  .secondary_column_text {
    font-size: 16px;
  }
  .secondary_column_header {
    font-size: 18px;
  }
  .full_column_header {
    font-size: 18px;
  }
  .partner_name {
    font-size: 16px;
  }
  .partner_description {
    font-size: 16px;
    margin-top: 3px;
  }
  .partners_element_one_element_inner {
    padding: 22px;
    height: 240px;
  }
}

@media screen and (min-width:1600px) {
  .main_block_text {
    font-size: 18px;
  }
  .secondary_column_text {
    font-size: 18px;
  }
  .partners_page .main_block_text, .partners_page .secondary_column_text {
    font-size: 16px;
    line-height: 22px;
  }
  .main_block_header1 {
    font-size: 36px;
  }
  .secondary_column_header {
    font-size: 20px;
  }
  .full_column_header {
    font-size: 20px;
  }
  .partner_name {
    font-size: 18px;
  }
  .partner_description {
    font-size: 16px;
    line-height: 22px;
    margin-top: 6px;
  }
  .partners_element_one_element_inner {
    padding: 24px;
    height: 270px;
  }
}

/*========================================= awards ==========================*/

.awards_page .full_column {
  margin: auto;
  max-width: 1440px;
  padding-top: 90px;
}

.awards_full_content {
  width: 100%;
}

.awards_header {
  font-weight: 700;
  font-size: 32px;
  text-align: center;
  text-transform: uppercase;
}

.awards_header .customSelectInner {
  text-transform: none;
}

.awrds_control_select {
  background-color: #0077c1;
  color: #ffffff;
  height: 24px;
  width: 66px;
  cursor: pointer;
  font-weight: 400;
  font-size: 14px;
  vertical-align: top;
  text-align: left;
  padding-left: 8px;
  padding-top: 2px;
}

span.awrds_control_year {
  background-color: #0077c1;
  color: #ffffff;
  height: 24px;
  width: 86px;
  cursor: pointer;
  font-weight: 400;
  font-size: 14px;
  vertical-align: top;
  background: #0077c1 url(../images/awards/arrow.png) right 10px center no-repeat;
  text-align: left;
  padding-left: 8px;
  padding-top: 3px;
}

.awrds_control_year option {
  font-weight: 400;
  font-size: 14px;
  background-color: #0077c1;
  color: #ffffff;
  width: 66px;
  text-align: left;
  padding-left: 8px;
  padding-top: 2px;
}

span.awrds_control_project {
  background-color: #0077c1;
  color: #ffffff;
  height: 24px;
  width: 200px;
  cursor: pointer;
  font-weight: 400;
  font-size: 14px;
  vertical-align: top;
  background: #0077c1 url(../images/awards/arrow.png) right 10px center no-repeat;
  text-align: left;
  padding-left: 8px;
  padding-top: 3px;
}

.awrds_control_project option {
  font-weight: 400;
  font-size: 14px;
  background-color: #0077c1;
  color: #ffffff;
  width: 200px;
  text-align: left;
  padding-left: 8px;
  padding-top: 2px;
}

.customSelectInner {
  max-width: 100%;
  width: 100%;
}

.awards_header {
  position: relative;
  display: block;
}

.awrds_control_block {
  position: absolute;
  top: 0;
  right: 24px;
  margin-top: 10px;
}

.awrds_control_block_title {
  display: inline-block;
  position: relative;
  width: 110px;
  font-weight: 400;
  font-size: 14px;
  vertical-align: top;
  padding-top: 2px;
  text-transform: none;
}

.awrds_control_block select {
  display: inline-block;
  position: relative;
  width: 30%;
}

.awards_subtitle {
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  opacity: 0.6;
  margin-bottom: 26px;
}

.awards_element_one_element_inner {
  padding: 18px 22px;
  border: 1px solid #e9e9e9;
  -webkit-box-shadow: 0px 8px 13px 6px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 8px 13px 6px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 8px 13px 6px rgba(0, 0, 0, 0.07);
  position: relative;
  background-color: #ffffff;
}

.link .awards_element_one_element_inner:hover {
  -webkit-box-shadow: 0px 13px 13px 6px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 13px 13px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 13px 13px 6px rgba(0, 0, 0, 0.1);
  position: relative;
}

.awards_one_element_inner_imagecover {
  height: 130px;
  position: relative;
  width: 100%;
  text-align: center;
  max-height: 100%;
}

.helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.awards_one_element_inner_imagecover img.awards_img {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  max-height: inherit;
  max-width: 100%;
}

.awards_award_have_link {
  position: absolute;
  right: -2px;
  top: -2px;
  display: none;
}

.link .awards_award_have_link {
  display: block;
}

.awards_element_text_container .partner_description {
  text-decoration: none;
  font-weight: 400;
  color: #333;
}

.awards_element_one_element_link {
  text-decoration: none;
}

.awards_element_one_element_link:hover {
  text-decoration: none;
}

.awards_element_one_element {
  margin-bottom: 35px;
}

.awards_list .awards_element_one_element:nth-child(n+6) {
  display: none;
}

.awards_show_more {
  background-color: #0078c0;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  margin-top: 20px;
  cursor: pointer;
  width: 185px;
  height: 40px;
  margin: auto;
  z-index: 31;
  position: relative;
  margin-bottom: 20px;
  padding-top: 10px;
}

.awards_show_more:hover {
  background-color: #03A5FB;
}

.smi_filter_top {
  margin-bottom: 15px;
  position: relative;
}

.smi_filter_top .awrds_control_block {
  position: relative;
  top: 0;
  right: initial;
  margin-top: 10px;
}

.smi_filter_top .awrds_control_block_title {
  width: initial;
  margin-right: 20px;
}

.smi_filter_top .awrds_control_select {
  margin-right: 20px;
}

@media screen and (min-width: 1600px) {
  .awards_header {
    font-size: 36px;
  }
}

@media (max-width: 980px) {
  span.awrds_control_year {
    width: 60px;
  }
  span.awrds_control_project {
    width: 100px;
  }
  .smi_filter_top .awrds_control_select {
    margin-right: 10px;
  }
  .smi_filter_top .awrds_control_block_title {
    margin-right: 5px;
  }
}

/*====================================== smi materials ===========================*/

.smi_material_page {
  max-width: 1440px;
  margin: auto;
}

.smi_material_page .main_block {
  padding-left: 6px;
}

.smi_material_page_header {
  font-weight: 700;
  font-size: 32px;
  text-transform: uppercase;
  margin-left: 40px;
  margin-top: 46px;
}

.smi_material_page_subheader {
  margin-left: 40px;
  font-weight: 700;
  font-size: 16px;
}

.smi_material_page_header_link {
  color: #0078c0;
  font-weight: 700;
  border-bottom: 1px solid #0078c0;
}

.smi_material_page_header_link:hover {
  color: #0078c0;
  font-weight: 700;
  border-bottom: none;
}

.smi_material_page_speakers {
  width: 33.33%;
  position: relative;
  display: inline-block;
  margin-bottom: 35px;
  vertical-align: top;
  min-height: 360px;
}

.smi_material_page_speakers_inside {
  background-color: #ededed;
  position: relative;
  width: 89%;
  margin: auto;
  -webkit-box-shadow: -1px 11px 23px 2px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: -1px 11px 23px 2px rgba(0, 0, 0, 0.14);
  box-shadow: -1px 11px 23px 2px rgba(0, 0, 0, 0.14);
}

@keyframes page_speakers_animation {
  from {
    padding: 0;
    -webkit-box-shadow: -1px 11px 23px 2px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: -1px 11px 23px 2px rgba(0, 0, 0, 0.14);
    box-shadow: -1px 11px 23px 2px rgba(0, 0, 0, 0.14);
  }
  to {
    padding: 8px;
    -webkit-box-shadow: -1px 11px 23px 8px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: -1px 11px 23px 8px rgba(0, 0, 0, 0.24);
    box-shadow: -1px 11px 23px 8px rgba(0, 0, 0, 0.24);
  }
}

.smi_material_page_speakers_inside:hover {
  -webkit-box-shadow: -1px 11px 23px 8px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: -1px 11px 23px 8px rgba(0, 0, 0, 0.24);
  box-shadow: -1px 11px 23px 8px rgba(0, 0, 0, 0.24);
  padding: 8px;
  animation-name: page_speakers_animation;
  animation-duration: 0.2s;
  animation-timing-function: ease-in;
  cursor: pointer;
}

.sm_one_element_inner_imagecover {
  height: 200px;
  width: 100%;
  display: block;
  position: relative;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}

@media screen and (min-width: 1600px) {
  .sm_one_element_inner_imagecover {
    height: 220px;
  }
  .smi_material_page_header {
    font-size: 36px;
  }
  .smi_material_page_subheader {
    font-size: 18px;
  }
}

.sm_helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.sm_img {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  width: 100%;
}

.sm_speaker_name {
  font-weight: 700;
  font-size: 18px;
  padding-left: 16px;
  margin-top: 9px;
  color: #000000;
}

.sm_speaker_description {
  font-weight: 400;
  font-size: 14px;
  padding-left: 16px;
  margin-top: 1px;
  line-height: 20px;
  width: 190px;
  color: #000000;
}

.sm_cont_img_block {
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: none;
  opacity: 0;
}

@keyframes page_speakers_animation1 {
  from {
    display: none;
    opacity: 0;
  }
  to {
    display: block;
    opacity: 1;
  }
}

.smi_material_page_speakers_inside:hover .sm_cont_img_block {
  animation-name: page_speakers_animation1;
  animation-duration: 0.3s;
  animation-timing-function: ease-in;
  display: block;
  opacity: 1;
}

.smi_material_page_subheader {
  margin-bottom: 12px;
  margin-top: 12px;
}

.secondary_column_smi_mat {
  padding-top: 46px;
}

.smi_material_page .secondary_column_smi_mat {
  border-left: 1px solid #eeeeee;
}

.mainspeaker_img {
  display: inline-block;
  position: relative;
  vertical-align: top;
  height: 90px;
  width: 90px;
}

.mainspeaker_info {
  display: inline-block;
  position: relative;
  vertical-align: top;
  padding-left: 13px;
}

.mainspeaker_info_name {
  font-weight: 700;
  font-size: 16px;
}

.mainspeaker_info_work {
  font-weight: 400;
  font-size: 16px;
}

.mainspeaker_info_phone {
  font-weight: 400;
  font-size: 16px;
}

.mainspeaker_info_mail {
  font-weight: 400;
  font-size: 16px;
  color: #0078c1;
}

.mainspeaker_info_mail a {
  border-bottom: 1px solid #c6d3e1;
}

.smi_utilities_title {
  font-weight: 700;
  font-size: 16px;
}

.smi_utilities_select {
  border: 2px solid #d8e5e2;
  width: 100%;
  height: 37px;
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
  padding-left: 35px;
  background: url(../images/smi_mat/triangle_down.png) left 12px center no-repeat;
  line-height: 34px;
  cursor: pointer;
  max-width: 100%;
}

.smi_utilities_select:hover {
  border: 2px solid #5da3f8;
}

.smi_utilities_select:hover+span {
  border: 2px solid #5da3f8;
}

select.smi_utilities_select {
  z-index: 21;
  cursor: pointer;
}

span.smi_utilities_select .customSelectInner {
  opacity: 0.8;
  cursor: pointer;
}

.smi_utilities_select option {
  border: 2px solid #d8e5e2;
  width: 100%;
  max-width: inherit;
  height: 37px;
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
  padding-left: 35px;
  background: url(../images/smi_mat/triangle_down.png) left 12px center no-repeat;
  line-height: 34px;
  text-align: left;
  opacity: 0.8;
  cursor: pointer;
}

select::-ms-expand {
  opacity: 0.01;
}

.smi_utilities {
  margin-top: 38px;
}

.smi_utilities_subtitle {
  margin-top: 10px;
  margin-bottom: 5px;
}

.sm_utilities_img {
  margin: auto;
  display: block;
  margin-top: 25px;
  margin-bottom: 25px;
  max-width: 100%;
}

.sm_utilities_down_text {
  width: 100%;
  padding-left: 20px;
  background: url(../images/smi_mat/squade.png) left top 4px no-repeat;
  color: #1d77bc;
  text-decoration: underline;
  margin-top: 10px;
}

.sm_utilities_down_text:hover {
  background: url(../images/smi_mat/squade_hover.png) left top 4px no-repeat;
}

@media screen and (min-width: 901px) and (max-width: 1024px) {
  .smi_material_page_speakers {
    width: 50%;
  }
  .smi_material_page .main_block {
    width: 65%;
  }
  .secondary_column_smi_mat {
    width: 35%;
  }
}

@media screen and (min-width: 701px) and (max-width: 900px) {
  .smi_material_page_speakers {
    width: 50%;
  }
  .smi_material_page .main_block {
    width: 65%;
  }
  .secondary_column_smi_mat {
    width: 35%;
  }
  .smi_material_page_header {
    margin-left: 80px;
  }
  .smi_material_page_subheader {
    margin-left: 80px;
  }
  .sm_cont_img_block {
    right: 5px;
    bottom: 5px;
  }
}

@media screen and (min-width: 601px) and (max-width: 700px) {
  .smi_material_page_speakers {
    width: 100%;
  }
  .smi_material_page .main_block {
    width: 65%;
  }
  .secondary_column_smi_mat {
    width: 35%;
  }
  .smi_material_page_header {
    margin-left: 80px;
  }
  .smi_material_page_subheader {
    margin-left: 80px;
  }
  .sm_cont_img_block {
    right: 20px;
    bottom: 20px;
  }
}

@media screen and (min-width: 201px) and (max-width: 600px) {
  .smi_material_page_speakers {
    width: 100%;
  }
  .smi_material_page .main_block {
    width: 100%;
  }
  .secondary_column_smi_mat {
    width: 100%;
  }
  .smi_material_page_header {
    margin-left: 10px;
    text-align: left;
  }
  .smi_material_page_subheader {
    margin-left: 10px;
    text-align: center;
  }
  .sm_cont_img_block {
    right: 20px;
    bottom: 20px;
  }
  .sm_speaker_description {
    text-align: left;
    margin-left: 0;
    width: auto;
  }
  .smi_utilities_title {
    text-align: center;
  }
  .smi_utilities_subtitle {
    text-align: center;
  }
  .smi_material_page {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 980px) {
  .sm_cont_img_block {
    opacity: 1;
    display: block;
  }
}

@media screen and (min-width: 1600px) {
  .sm_speaker_name {
    font-size: 20px;
  }
  .sm_speaker_description {
    font-size: 16px;
    line-height: 22px;
    width: 240px;
  }
}

@media screen and (max-width: 1400px) and (orientation: landscape) {
  .sm_cont_img_block {
    opacity: 1;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .smi_material_page .main_block {
    padding-left: 0;
  }
  .smi_material_page_speakers_inside {
    width: 90%;
  }
  .smi_material_page_header {
    margin-left: 0;
    text-align: left;
    width: 90%;
    margin: auto;
  }
  .sm_download_img_link {
    opacity: 0;
  }
}

/*==============================  social ===============================*/

.homeslide {
  position: relative;
  width: 100%;
}

.social_slide_bg {
  position: absolute;
  min-height: 100%;
  min-width: 100%;
  bottom: 0;
}

.social_slide_cover_black {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #000000;
  opacity: 0.6;
  top: 0;
  left: 0;
}

.social_mouse_white {
  position: fixed;
  left: 50%;
  bottom: 0;
  width: 18px;
  height: 100px;
  transform: translate3d(-50%, 0, 0);
  z-index: 11;
}

.social_bot_line {
  display: none;
}

.socialp_slide_content {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  left: 0;
  top: 0;
  color: white;
}

.social_slide_content_middle {
  position: relative;
  display: table-cell;
  vertical-align: middle;
}

​ .socialp_slide_content_inner {}

.socialp_slide_content_inner {
  display: block;
  width: 47%;
  margin: auto;
}

.social_top_line {
  position: absolute;
  z-index: 51;
  left: 50%;
  top: 0;
  width: 1px;
}

.social_bot_line {
  position: absolute;
  z-index: 51;
  left: 50%;
  top: 0;
  width: 1px;
  height: 1px;
}

.social_slide_content_inner_header {
  font-weight: 700;
  font-size: 40px;
  line-height: 35px;
}

.social_slide_content_inner_text {
  font-weight: 700;
  font-size: 21px;
  margin-top: 25px;
}

.social_slide_cover_green {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #056d65;
  opacity: 0.7;
  top: 0;
  left: 0;
}

.socialp_slide_header {
  text-align: center;
  font-weight: 700;
  font-size: 36px;
  /*width:810px;*/
  /*margin:auto;*/
  line-height: 37px;
  /*margin-top:95px;*/
}

.socialp_slide_sub {
  text-align: center;
  font-weight: 400;
  font-size: 21px;
  width: 810px;
  /*margin:auto;*/
  line-height: 20px;
  margin-top: 12px;
}

@keyframes showimagcolis {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}

.socialp_slide_coliseum {
  /*margin:auto;*/
  display: block;
  margin-top: 73px;
  transform: translateY(100%);
}

.social_first_slide .socialp_slide_coliseum {
  margin-top: 25px;
}

.socialp_slide_coliseum.see {
  animation-name: showimagcolis;
  animation-duration: 1s;
  animation-timing-function: linear;
  transform: translateY(0);
}

.socialp_slide_coliseum_container {
  overflow: hidden;
}

@keyframes socialp_slide_year_img_animation {
  from {
    width: 10px;
  }
  to {
    width: 100%;
  }
}

.socialp_slide_year_img {
  margin: auto;
  width: 10px;
  height: 2px;
  z-index: 8888888;
}

.socialp_slide_year_img_see {
  width: 100%;
  animation-name: socialp_slide_year_img_animation;
  animation-duration: 0.6s;
  animation-timing-function: linear;
}

.socialp_slide_year {
  font-size: 93px;
  width: 160px;
  line-height: 75px;
  margin-top: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 14px auto 0;
  text-align: center;
}

.socialp_slide_year_img_top {
  margin-bottom: 10px;
}

.socialp_slide_text {
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  width: 450px;
  height: 120px;
  /*margin:auto;*/
  margin-top: 12px;
  overflow: hidden;
}

.textslider {
  height: 100%;
}

.socialp_slide_year .odometer-value {
  text-align: left;
  font-family: 'Pfd', sans-serif;
  font-weight: 400;
  font-size: 93px;
}

.socialp_slide_year span {
  width: 34px;
  text-align: center;
}

@keyframes saint_image_seen_animation {
  from {
    /*transform: translateY(-100%) scale(.9);*/
    transform: translateY(-100%);
    opacity: 0;
  }
  to {
    /*transform: translateY(0) scale(.9);*/
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes notsaint_image_seen_animation {
  from {
    transform: translateY(0);
    /*transform: translateY(0) scale(.9);*/
    opacity: 1;
  }
  to {
    transform: translateY(-100%);
    /*transform: translateY(-100%) scale(.9);*/
    opacity: 0;
  }
}

.saint_image {
  position: absolute;
  display: block;
  top: 43px;
  right: 0;
  z-index: 31;
  transform: translateY(-100%);
  /*transform: translateY(-100%) scale(.9);*/
  transform-origin: 100% 0;
  opacity: 0;
}

.saint_image_seen {
  animation-name: saint_image_seen_animation;
  animation-duration: 1s;
  animation-timing-function: linear;
  opacity: 1;
  transform: translateY(0);
  /*transform: translateY(0) scale(.9);*/
}

.notsaint_image_seen {
  animation-name: notsaint_image_seen_animation;
  animation-duration: 1s;
  animation-timing-function: linear;
  transform: translateY(-100%) scale(.9);
  opacity: 0;
}

.disapered {
  transform: translateY(150px) scale(.9);
}

@keyframes social_text_animation {
  from {
    transform: translateY(150px);
  }
  to {
    transform: translateY(0);
  }
}

.appeared {
  transform: translateY(0);
  animation-name: social_text_animation;
  animation-duration: 1.3s;
}

.social_slider i {
  color: #ffffff;
  font-size: 16px;
  margin: 11px;
  margin-right: 10px;
  cursor: pointer;
  margin-bottom: initial;
  margin-left: 0;
}

.social_slider .swiper-container-vertical>.swiper-pagination-bullets {
  right: 8px;
  width: 30px;
  z-index: 51;
}

#bx_incl_area_2 {
  height: 100%;
}

@media screen and (max-height: 900px) and (min-height: 860px) and (min-width: 600px) {
  .socialp_slide_coliseum {
    margin-top: 113px;
  }
  .socialp_slide_year {
    line-height: 90px;
    width: 150px;
  }
  .socialp_slide_year .odometer-value {
    font-size: 106px;
  }
  .socialp_slide_year span {
    width: 37px;
  }
}

@media screen and (min-height: 901px) and (min-width: 600px) {
  .socialp_slide_coliseum {
    margin-top: 133px;
  }
  .socialp_slide_year {
    line-height: 130px;
    width: 190px;
  }
  .socialp_slide_year .odometer-value {
    font-size: 116px;
  }
  .socialp_slide_year span {
    width: 46px;
  }
  .socialp_slide_text .swiper-slide {
    font-size: 20px;
  }
  .socialp_slide_text {
    width: 550px;
  }
}

@media screen and (min-width: 1400px) {
  .social_slide_content_inner_header {
    font-size: 50px;
    line-height: 45px;
  }
  .social_slide_content_inner_text {
    font-weight: 700;
    font-size: 23px;
    margin-top: 27px;
  }
  .socialp_slide_header {
    font-size: 45px;
    /*width: 850px;*/
    line-height: 42px;
  }
  .socialp_slide_sub {
    font-size: 24px;
    line-height: 23px;
    margin-top: 14px;
  }
  .socialp_slide_year span {
    width: 36px;
    text-align: center;
  }
  .socialp_slide_year {
    font-size: 93px;
    width: 160px;
    line-height: 85px;
    margin-top: 14px;
  }
  .socialp_slide_year_img_see {
    margin-bottom: 6px;
  }
  .socialp_slide_text {
    font-size: 17px;
  }
}

@media screen and (min-width: 1600px) {
  .social_slide_content_inner_header {
    font-size: 55px;
    line-height: 50px;
  }
  .social_slide_content_inner_text {
    font-weight: 700;
    font-size: 24px;
    margin-top: 28px;
  }
  .socialp_slide_header {
    font-size: 45px;
    /*width: 850px;*/
    line-height: 42px;
  }
  .socialp_slide_sub {
    font-size: 24px;
    line-height: 23px;
    margin-top: 14px;
  }
  .socialp_slide_year span {
    width: 40px;
    text-align: center;
  }
  .socialp_slide_year {
    font-size: 93px;
    width: 160px;
    line-height: 95px;
    margin-top: 14px;
  }
  .socialp_slide_year_img_see {
    margin-bottom: 6px;
  }
  .socialp_slide_text {
    font-size: 18px;
  }
}

@media screen and (min-width: 1700px) {
  .social_slide_content_inner_header {
    font-size: 55px;
    line-height: 50px;
  }
  .social_slide_content_inner_text {
    font-weight: 700;
    font-size: 24px;
    margin-top: 28px;
  }
  .socialp_slide_header {
    font-size: 49px;
    /*width: 900px;*/
    line-height: 48px;
  }
  .socialp_slide_sub {
    font-size: 27px;
    line-height: 28px;
    margin-top: 14px;
  }
  .socialp_slide_coliseum {
    margin-top: 90px;
  }
  .social_first_slide .socialp_slide_coliseum {
    /*width:4%;*/
    height: auto;
  }
  .social_second_slide .socialp_slide_coliseum {
    /*width:6.7%;*/
    height: auto;
  }
  .socialp_slide_year span {
    width: 46px;
    text-align: center;
  }
  .socialp_slide_year {
    font-size: 93px;
    width: 190px;
    line-height: 115px;
    margin-top: 14px;
  }
  .socialp_slide_year_img_see {
    margin-bottom: 6px;
  }
  .socialp_slide_text {
    font-size: 18px;
    height: 200px;
  }
  .socialp_slide_text .swiper-slide {
    font-size: 24px;
  }
}

/*======================================== notfound =========================*/

.notfound_page .full_column {
  margin: auto;
  margin-bottom: 40px;
  max-width: 1440px;
}

.notfound_main {
  position: relative;
  display: block;
  margin: auto;
  margin-top: 35px;
}

.notfound_text {
  width: 42%;
  margin: auto;
  text-align: center;
  margin-top: 20px;
  font-weight: 400;
  font-size: 16px;
}

.notfound_text a {
  width: 42%;
  margin: auto;
  text-align: center;
  margin-top: 20px;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  text-decoration: underline;
}

.notfound_text sup {
  font-size: 16px;
  top: 0px;
}

@media screen and (min-width:200px) and (max-width: 1024px) {
  .notfound_main {
    max-width: 100%;
  }
}

@media screen and (min-width:900px) and (max-width: 1024px) {
  .notfound_text {
    font-size: 22px;
  }
}

@media screen and (min-width:700px) and (max-width: 899px) {
  .notfound_text {
    font-size: 22px;
  }
}

@media screen and (min-width:300px) and (max-width: 699px) {
  .notfound_text {
    width: 80%;
  }
}

@media screen and (min-width:300px) and (max-width: 699px) and (max-height: 500px) {
  .notfound_main {
    max-height: 200px;
  }
}

@media screen and (min-width:1401px) and (max-width: 1599px) {
  .notfound_text {
    font-size: 17px;
  }
  .notfound_text sup {
    font-size: 17px;
  }
  .notfound_text a {
    font-size: 17px;
  }
}

@media screen and (min-width:1600px) and (max-width: 1799px) {
  .notfound_text {
    font-size: 19px;
  }
  .notfound_text sup {
    font-size: 19px;
  }
  .notfound_text a {
    font-size: 19px;
  }
  .notfound_text {
    width: 50%;
  }
}

@media screen and (min-width:1800px) and (max-width: 2000px) {
  .notfound_text {
    font-size: 21px;
  }
  .notfound_text sup {
    font-size: 21px;
  }
  .notfound_text a {
    font-size: 21px;
  }
  .notfound_text {
    width: 50%;
  }
}

@media screen and (min-width:2001px) {
  .notfound_text {
    font-size: 24px;
  }
  .notfound_text sup {
    font-size: 24px;
  }
  .notfound_text a {
    font-size: 24px;
  }
  .notfound_text {
    width: 54%;
  }
}

/*======================================== feedback =========================*/

#feedback_map {
  width: 100%;
  min-height: 700px;
}

.feedback_page {
  padding: 0;
  height: auto;
  min-height: calc(100% - 117px);
  max-height: none;
  overflow: auto;
}

/* .feedback_overmapcontent {
position: absolute;
top: 0;
left: 0;
right: 0;
z-index: 21;
background-color:#ffffff;
} */

.feedback_overmapcontent_inner {
  max-width: 1440px;
  padding: 10px 0;
  /*height: 215px;*/
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.feedback_overmapcontent_inner>div {
  vertical-align: top;
  /*max-height: 100%;*/
  /*height: 100%;*/
}

.feedback_overmapcontent_right {
  display: inline-block;
  width: 74%;
  margin-left: 38px;
  padding: 10px 0;
  font-size: 0;
  position: relative;
}

.feedback_overmapcontent_left {
  display: inline-block;
  width: 22%;
  overflow: hidden;
  position: relative;
}

.feedback_page .full_column {
  position: relative;
  height: auto;
  width: auto;
  margin: 0;
}

.feedback_overmapcontent_left_turned {
  text-align: center;
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-weight: 700;
  font-size: 12px;
  position: absolute;
  right: 0;
  opacity: 0.5;
  max-width: 130px;
  text-transform: uppercase;
  height: 37px;
}

.feedback_right_turned {
  position: absolute;
  right: 25px;
  bottom: 5px;
}

.feedback_slider {
  height: 235px;
  overflow: hidden;
  z-index: 22;
}

.feedback_slider .swiper-wrapper {
  z-index: 22;
}

.feedback_slide_header {
  font-weight: 700;
  font-size: 32px;
  margin-top: 0;
}

.feedback_slide_phone {
  padding-left: 40px;
  font-weight: 400;
  font-size: 28px;
  line-height: 1;
  background-image: url('../images/icons/phone.png');
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: 0 5px;
}

.feedback_slide_mail_a {
  padding-left: 40px;
  text-decoration: none;
  font-size: 20px;
  font-weight: 400;
  color: #0078c0;
  background-image: url('../images/icons/envlope.png');
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: 3px 9px;
}

.feedback_slide_mail_a:hover {
  text-decoration: none;
}

.feedback_slide_mail_a span {
  border-bottom: 1px solid #0078c0;
}

.feedback_slide_mail_a span:hover {
  border-bottom: 0;
}

.feedback_slide_phone, .feedback_slide_mail_a {
  display: inline-block;
  margin-bottom: 15px;
}

.feedback_slide_left_wrap {
  display: inline-block;
  width: 58%;
  vertical-align: top;
}

.feedback_slide_important {
  display: block;
  white-space: nowrap;
}

.feedback_slide_address, .feedback_slide_time {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: top;
  white-space: normal;
}

.feedback_slide_phone, .feedback_slide_address {
  width: 60%;
  vertical-align: top;
  white-space: normal;
}

.feedback_slide_time {
  width: 40%;
}

.feedback_slide_time:only-child {
  width: 60%;
}

.feedback_slide_address_content, .feedback_slide_time_content {
  display: block;
  margin-bottom: 12px;
  padding-left: 40px;
  font-size: 18px;
}

.feedback_slide_address_header, .feedback_slide_time_header {
  display: block;
  margin-bottom: 10px;
  padding-left: 40px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  color: #899695;
}

.feedback_slide_address_header {
  background-image: url('../images/icons/building.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 20px;
}

.feedback_slide_time_header {
  background-image: url('../images/icons/clock.png');
  background-repeat: no-repeat;
  background-position: 0 2px;
  background-size: 20px;
}

.feedback_slide_secundary {
  display: block;
  font-weight: 400;
  font-size: 16px;
  white-space: nowrap;
}

.feedback_slide_secundary p {
  font-weight: 400;
  font-size: 16px;
}

.feedback_phone {
  position: absolute;
  top: 114px;
  left: 45px;
}

.feedback_mail {
  position: absolute;
  top: 165px;
  left: 45px;
}

.feedback_slide_description {
  display: inline-block;
  width: 42%;
}

.feedback_slide_description_header {
  display: block;
  margin-bottom: 10px;
  padding-left: 40px;
  font-size: 18px;
  color: #e7731e;
  background-image: url('../images/icons/key-hole.png');
  background-repeat: no-repeat;
  background-position: 0 3px;
  background-size: 20px;
}

.feedback_slide_description_content {
  padding-left: 40px;
  font-size: 14px;
  word-wrap: break-word;
}

.feedback_overmapcontent_left_list {
  height: 100%;
  padding: 22px 40px;
  background-color: #ededed;
  list-style: none;
  overflow-y: auto;
}

.feedback_list_item {
  padding: 0;
  font-size: 18px;
  font-weight: bold;
  font-weight: 700;
  color: #0078c0;
  cursor: pointer;
  line-height: 20px;
  margin: 10px 0;
}

.feedback_list_item span {
  position: relative;
}

.feedback_list_item span:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #0078c0;
  position: absolute;
  bottom: 0;
  left: 0;
}

.feedback_list_item.active {
  color: #000000;
}

.feedback_list_item.active span:after {
  display: none;
}

.feedback_make_the_root {
  margin-left: 40px;
  padding-left: 20px;
  background-image: url('../images/icons/pin-blue.png');
  background-repeat: no-repeat;
  background-position: 0 4px;
  background-size: 12px;
}

.feedback_make_the_root span {
  font-weight: 400;
  font-size: 16px;
  color: #0078c0;
  cursor: pointer;
  border-bottom: 1px solid #0078c0;
}

.feedback_make_the_root span:hover {
  border-bottom: 0;
}

.feedback_vert_line {
  position: absolute;
  z-index: 81;
  left: 50%;
  top: 8px;
}

@media screen and (min-width: 1279px) {
  .feedback_overmapcontent_inner {
    margin: 0 0 0 141px;
  }
}

@media screen and (max-width: 1200px) {
  .feedback_overmapcontent_left {
    display: none;
  }
  .feedback_overmapcontent_right {
    width: 100%;
    padding: 20px;
    margin-left: 0;
  }
}

@media screen and (max-width: 320px) {
  .feedback_slide_header {
    font-weight: 700;
    font-size: 28px;
    margin-top: 0;
  }
}

/*================================  feedbackPopup =========================*/

.fb_popup {
  width: 100%;
  height: calc(100% - 117px);
  max-height: calc(100% - 117px);
  position: absolute;
  left: 0;
  top: 117px;
  z-index: 91;
  display: none;
}

.xx-team .fb_popup, .xx-awards .fb_popup, .xx-partners .fb_popup, .xx-career .fb_popup, .xx-social .fb_popup, .xx-loyalty .fb_popup, .xx-tenders .fb_popup {
  top: 158px;
}

.fb_popup_shadow {
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.5;
  /* position:fixed; */
  top: 0;
  left: 0;
}

.fb_popup_content {
  height: 452px;
  width: 100%;
  background-color: #ededed;
  z-index: 52;
  position: fixed;
  top: 117px;
  left: 0;
  padding-left: 4%;
}

.fb_popup_leftpars {
  width: 815px;
  height: 100%;
  background-image: url("../images/fb_mail.png");
  background-repeat: no-repeat;
  background-position: 0px 54px;
  vertical-align: top;
  position: absolute;
  top: 0;
}

.fb_popup_leftpars_innder {
  margin-top: 20px;
  margin-left: 85px;
  border: 10px solid #1d77bc;
  width: 709px;
  height: 394px;
  padding: 0 19px;
}

.fb_popup_innder_header {
  font-weight: 700;
  font-size: 32px;
  color: #1d77bc;
  margin-top: 14px;
  margin-bottom: 21px;
}

.fb_popup_innder_input_text {
  border: 2px solid #d8e5e2;
  width: 325px;
  height: 37px;
  padding-left: 10px;
}

.fb_popup_innder_input_text.first {
  margin-right: 18px;
  width: 302px;
}

.fb_popup_innder_input_text.second {
  padding-left: 40px;
}

.phoneback {
  background-image: url("../images/phone.png");
  background-repeat: no-repeat;
  background-position: 9px 8px;
}

.fb_popup_innder_lineinput {
  margin-top: 10px;
  font-size: 14px;
}

.fb_popup_innder_block_text {
  border: 2px solid transparent;
  width: 325px;
  height: 37px;
  padding-left: 10px;
  display: inline-block;
  font-weight: 400;
  font-size: 18px;
}

.fb_popup_innder_block_text.first {
  margin-right: 18px;
  width: 302px;
}

.fb_popup_select {
  border: 2px solid #d8e5e2;
  width: 325px;
  height: 37px;
  font-weight: 700;
  font-size: 16px;
  padding-left: 35px;
  background: url(../images/smi_mat/triangle_down.png) left 12px center no-repeat;
  line-height: 34px;
  cursor: pointer;
  background-color: #ffffff;
}

select.fb_popup_select {
  z-index: 21;
  cursor: pointer;
  -webkit-appearance: none;
}

select.fb_popup_select::-ms-expand {
  display: none;
}

span.fb_popup_select .customSelectInner {
  opacity: 0.8;
  cursor: pointer;
  font-weight: 700;
}

.fb_popup_select option {
  border: 2px solid #d8e5e2;
  width: 325px;
  height: 37px;
  font-weight: 700;
  font-size: 16px;
  padding-left: 35px;
  background: url(../images/smi_mat/triangle_down.png) left 12px center no-repeat;
  line-height: 34px;
  text-align: left;
  opacity: 0.8;
  cursor: pointer;
}

select::-ms-expand {
  opacity: 0.01;
}

.fb_popup_innder_textarea {
  width: 100%;
  height: 85px;
  border: 2px solid #d8e5e2;
  margin-top: 6px;
  resize: none;
  padding: 10px;
}

.fb_popup_innder_block_down {
  color: #979797;
}

.fb_popup_innder_input_text.capcha {
  width: 165px;
}

.fb_popup_innder_capcha_img {
  height: 36px;
  margin-right: 18px;
  border: 1px solid #ffffff;
}

.fb_popup_innder_submit {
  width: 327px;
  height: 40px;
  background-color: #1d77bc;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  border: none;
  float: right;
  font-size: 18px;
  line-height: 21px;
}

.fb_popup_innder_submit:hover {
  background-color: #03A5FB;
}

.fb_close_text {
  color: #1d77bc;
  display: inline-block;
  width: 100px;
  font-size: 14px;
}

.fb_closepopup {
  position: absolute;
  right: 50px;
  top: 50px;
  width: 150px;
  cursor: pointer;
}

.fb_close_text span {
  border-bottom: 1px solid #c6d3e1;
}

.fb_closepopup:hover .fb_close_text span {
  border-bottom: 1px solid #03A5FB;
  color: #03A5FB;
}

.fb_closepopup img {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(../images/close.svg);
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: center;
}

.fb_closepopup:hover img {
  background-image: url(../images/close_hover.svg);
}

.feedback_rules {
  width: 40%;
  float: left;
}

.feedback_input_contaner {
  display: inline-block;
  vertical-align: top;
  width: 15px;
  height: 15px;
  position: relative;
  margin-top: 3px;
}

.feedback_input_backgr {
  position: absolute;
  width: 15px;
  height: 15px;
  background-image: url("../images/deselected.png");
  background-size: 15px 15px;
  background-position: center;
  background-repeat: no-repeat;
}

.selected .feedback_input_backgr {
  background-image: url("../images/selected.png");
}

.noselected .feedback_input_backgr {
  background-image: url("../images/noselected.png");
}

.feedback_rules_checkbox {
  position: absolute;
  width: 15px;
  height: 15px;
  top: 0;
  left: 0;
  border: 2px solid #d8e5e2;
  -webkit-box-shadow: 0px 0px 0px 2px #d8e5e2;
  -moz-box-shadow: 0px 0px 0px 2px #d8e5e2;
  box-shadow: 0px 0px 0px 2px #d8e5e2;
  opacity: 0;
}

.feedback_rules_checkbox.red {
  -webkit-box-shadow: 0px 0px 0px 2px #a94442;
  -moz-box-shadow: 0px 0px 0px 2px #a94442;
  box-shadow: 0px 0px 0px 2px #a94442;
}

.feedback_rules_text {
  display: inline-block;
  width: 90%;
  vertical-align: top;
  cursor: pointer;
  text-decoration: underline;
  font-size: 14px;
}

.feedback_rules_text:hover {
  text-decoration: none;
}

.gray_popup {
  width: 100%;
  height: calc(100% - 117px);
  max-height: calc(100% - 117px);
  position: absolute;
  left: 0;
  top: 117px;
  z-index: 91;
  display: none;
}

.gray_popup_content {
  height: 452px;
  width: 100%;
  background-color: #ededed;
  z-index: 52;
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 0;
  display: flex;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  justify-content: center;
  align-items: center;
}

.gray_closepopup {
  position: absolute;
  right: 50px;
  top: 50px;
  width: 150px;
  cursor: pointer;
}

.gray_closepopup:hover img {
  background-image: url(../images/close_hover.svg);
}

.gray_closepopup img {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(../images/close.svg);
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: center;
}

.gray_close_text {
  color: #1d77bc;
  display: inline-block;
  width: 100px;
  font-weight: 400;
  font-size: 14px;
}

@media screen and (max-width: 992px) {
  .fb_closepopup img {
    width: 32px;
    height: 32px;
    background-image: url(../images/close.svg);
    background-repeat: no-repeat;
    background-size: 32px 32px;
    background-position: center;
  }
  .gray_closepopup {
    width: initial;
  }
  .gray_closepopup img {
    width: 32px;
    height: 32px;
    background-size: 32px 32px;
  }
}

@media screen and (max-width: 767px) {
  .gray_close_text {
    display: none;
  }
  .gray_closepopup {
    right: 20px;
    top: 35px;
    width: initial;
  }
}

/*============================  Smi news =============*/

.smi_center_page {
  max-width: 1440px;
  margin: auto;
}

.inline {
  display: inline-block;
  vertical-align: top;
}

.smi_center_page {
  padding-left: 141px;
  padding-right: 55px;
}

.smi_c_header {
  margin-top: 46px;
}

.smi_c_header_name {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 32px;
  margin-left: 20px;
  line-height: 27px;
}

.smi_c_header_filter_button {
  height: 30px;
  width: 168px;
  background: url(../images/press/filterbg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  padding: 8px 0 0 13px;
  margin-left: 20px;
  cursor: pointer;
}

.smi_c_header_smi_materiallink {
  float: right;
  padding-left: 21px;
  background: url(../images/press/squades.png) left 0px top 5px no-repeat;
}

.smi_c_header_smi_materiallink_link {
  border-bottom: 1px solid #c6d3e1;
  color: #0078c0;
}

.smi_c_header_smi_materiallink_link:hover, .smi_c_header_smi_materiallink_link:active {
  border-bottom: 1px solid #c6d3e1;
  color: #0078c0;
}

.smi_material_link_margin {
  margin-right: 20px;
}

.smi_c_content {
  margin-top: 30px;
}

.smi_c_content_in {
  display: inline-block;
  vertical-align: top;
  width: 50%;
}

.smi_c_smi {
  width: 50%;
}

.smi_c_content_in_header {
  font-weight: 700;
  font-size: 16px;
  padding-left: 17px;
  margin-bottom: 14px;
}

.smi_newslist {
  border-right: 1px solid #e5e5e5;
}

.smi_news_elem {
  margin-bottom: 15px;
}

.smi_news_elem:hover {
  cursor: pointer;
}

.smi_news_date {
  height: 54px;
  width: 78px;
  border: 3px solid #ededed;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  padding-top: 9px;
  margin-right: 14px;
}

.smi_news_elem:hover .smi_news_date {
  border: 3px solid #0078c0;
}

.smi_news_date_numb {
  font-weight: 700;
  font-size: 32px;
  color: #0078c0;
  line-height: 20px;
}

.smi_news_date_mouth {
  font-weight: 700;
  font-size: 12px;
  color: #0078c0;
}

.smi_news_elem_content {
  display: inline-block;
  vertical-align: top;
  width: 77%;
}

.smi_publications_elem .smi_news_elem_content .smi_news_elem_content {
  width: 100%;
}

.smi_news_elem_title {
  font-weight: 700;
  font-size: 21px;
  color: #0078c0;
  text-decoration: none;
  line-height: 24px;
  background: url(../images/press/subline_img.jpg);
  background-size: auto 1px !important;
  background-position: 0 91% !important;
  background-repeat: repeat-x !important;
}

.smi_publications_elem_title {
  background: url(../images/press/subline_black.jpg);
}

.smi_news_elem_content {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
}

.smi_news_elem_link, .smi_news_elem_link:active, .smi_news_elem_link:hover {
  color: #000000;
}

.smi_publications_elem_link, .smi_publications_elem_link:active, .smi_publications_elem_link:hover {
  color: #000000;
}

.smi_c_smi .smi_c_content_in_header {
  padding-left: 45px;
}

.smi_publications {
  border-right: none;
  padding-left: 30px;
}

.smi_publications_date_numb, .smi_publications_elem_title, .smi_publications_date_mouth {
  color: #000000;
}

.smi_publications_source {
  font-weight: 700;
  font-size: 12px;
  margin-bottom: 3px;
}

.smi_filter {
  margin-top: 50px;
  display: none;
}

.smi_filter_left {
  width: 46%;
  display: inline-block;
  vertical-align: top;
}

.smi_filter_right {
  width: 53%;
  padding-left: 17px;
  display: inline-block;
}

.smi_filter_botton {
  display: inline-block;
  vertical-align: top;
  height: 30px;
  background: #678432 url(../images/press/okay.png) left 7px top 6px no-repeat;
  color: #ffffff;
  font-weight: 400;
  font-size: 13px;
  padding: 5px 13px 0 32px;
  margin-bottom: 7px;
  cursor: pointer;
}

.smi_filter_botton.inactive {
  background: #ededed url(../images/press/inactive.png) left 7px top 6px no-repeat;
  color: #000000;
  opacity: 0.3
}

.smi_news_elem_text {
  margin-top: 4px;
  font-size: 14px;
}

@media screen and (min-width: 1600px) {
  .smi_c_header_name {
    font-size: 36px;
    margin-left: 20px;
    line-height: 27px;
  }
}

/*========================================= footer ==========================*/

.footer {
  position: fixed;
  display: block;
  width: 100%;
  height: 210px;
  background-color: #0078c0;
  bottom: -210px;
  left: 0;
  z-index: 45;
  padding-top: 32px;
  padding-left: 14.8%;
}

.openfooterbotton {
  position: absolute;
  top: -16px;
  left: 50%;
  margin-left: -25px;
}

@keyframes openfooter {
  0% {
    bottom: -210px;
  }
  100% {
    bottom: 0px;
  }
}

@keyframes closefooter {
  0% {
    bottom: 0px;
  }
  100% {
    bottom: -210px;
  }
}

.footer.closed {
  animation-name: closefooter;
  animation-duration: 0.8s;
  animation-timing-function: linear;
  bottom: -210px;
}

.footer {
  z-index: 121;
}

.footer.opened {
  animation-name: openfooter;
  animation-duration: 0.8s;
  animation-timing-function: linear;
  bottom: 0px;
  z-index: 121;
}

.footer_column {
  padding-left: 17px;
  width: 15.4%;
  display: inline-block;
  vertical-align: top;
  border-left: 1px solid #ffffff;
  height: 140px;
  position: relative;
}

.footer_column.footer_firstcolumn {
  border-left: none;
}

.footer_column_header {
  font-weight: 700;
  color: #ffffff;
  font-size: 12px;
  line-height: 11px;
}

.footer_column_list {
  padding-left: 0px;
  margin-top: 7px;
}

.footer_column_list li {
  list-style: none;
  line-height: 17px;
}

.footer_column_list li a {
  font-weight: 400;
  color: #ffffff;
  font-size: 11px;
}

.footer_column_list li a:hover {
  color: #b2effe;
}

.footer_column_last {
  position: absolute;
  bottom: -2px;
}

.footer_column_last a {
  font-weight: 400;
  color: #ffffff;
  font-size: 11px;
}

.footer_column_last a:hover {
  color: #b2effe;
}

.footer_fourthcolumn_sales {
  font-weight: 400;
  color: #ffffff;
  font-size: 12px;
  margin-top: 6px;
}

.footer_fourthcolumn_conditions {
  font-size: 12px;
  margin-top: 7px;
}

.footer_fourthcolumn_conditions a {
  font-weight: 400;
  color: #ffffff;
  display: block;
}

.footer_fourthcolumn_conditions a:hover {
  color: #b2effe;
}

.footer_fourthcolumn_number {
  font-weight: 400;
  color: #ffffff;
  font-size: 14px;
  margin-top: 4px;
  margin-bottom: 13px;
}

.footer_fourthcolumn_number>a, .footer_fourthcolumn_number>a:hover, .footer_fourthcolumn_number>a:active {
  color: #ffffff;
  text-decoration: none;
}

.footer_fourthcolumn_button {
  border: 1px solid #ffffff;
  height: 25px;
  width: 125px;
  margin: 8px 0;
  text-align: center;
}

/*.footer_fourthcolumn_button:hover{
background-color:#ffffff;
}*/

.footer_fourthcolumn_button a {
  line-height: 24px;
  height: 100%;
  display: block;
}

.footer_fourthcolumn_button a {
  text-transform: uppercase;
  font-weight: 700;
  color: #ffffff;
  font-size: 12px;
}

.footer_fourthcolumn_button a:hover {
  color: #0078c0;
  font-weight: 700;
}

.footer_fourthcolumn_button a:hover {
  text-decoration: none;
}

.footer_fourthcolumn_button a:link, .footer_fourthcolumn_button a:visited {
  position: relative;
  margin: 0;
  overflow: hidden;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.footer_fourthcolumn_button a:link:after, .footer_fourthcolumn_button a:visited:after {
  content: "";
  position: absolute;
  background: none repeat scroll 0 0 #fff;
  height: 0%;
  width: 0;
  left: 50%;
  top: 50%;
  z-index: -1;
  -webkit-transition: all .4s ease 0s;
  -moz-transition: all .4s ease 0s;
  -o-transition: all .4s ease 0s;
  transition: all .4s ease 0s;
}

.footer_fourthcolumn_button a:link:hover, .footer_fourthcolumn_button a:visited:hover {
  color: #000000;
  text-shadow: none;
}

.footer_fourthcolumn_button a:link:hover:after, .footer_fourthcolumn_button a:visited:hover:after {
  height: 530%;
  width: 120%;
}

.footer_fourthcolumn_button a:after {
  width: 0%;
  border-radius: 50%;
  opacity: .5;
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.footer_fourthcolumn_button a:hover:after {
  height: 530%;
  width: 120%;
  opacity: 1;
}

.footer_fivecolumn {
  border-left: none;
  width: 250px;
  padding-top: 35px;
}

.footer_column_copyrate {
  font-weight: 400;
  color: #ffffff;
  font-size: 10px;
  position: absolute;
  bottom: -2px;
}

.footer_fivecolumn_navard {
  margin-right: 30px;
}

.footer_fivecolumn>a {
  display: inline-block;
  position: relative;
  margin-left: 20px;
  vertical-align: top;
  margin-top: 22px;
}

.footer_column_facefooter {
  position: absolute;
  bottom: -2px;
  left: 195px;
  height: 16px;
  width: 16px;
  background-image: url(../images/fb_bottom.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

a:hover .footer_column_facefooter {
  transform: scale(1.2);
  background-size: cover;
}

@media screen and (min-width: 992px) {
  .footer_fivecolumn {
    padding-top: 0;
  }
  .footer_column_copyrate {
    position: relative;
    margin-top: 30px;
    display: inline-block;
  }
  .footer_fivecolumn>a {
    display: inline-block;
    position: relative;
    margin-left: 20px;
    vertical-align: top;
    margin-top: 25px;
  }
  .footer_column_facefooter {
    position: relative;
    height: 16px;
    width: 16px;
    left: 0;
  }
}

@media screen and (max-width: 1160px) {
  .footer {
    padding-left: 5%;
  }
}

@media screen and (min-width: 768px) and (max-width: 980px) {}

@media screen and (min-width: 768px) and (max-width: 980px) {
  @keyframes openfooter {
    0% {
      bottom: -555px;
    }
    100% {
      bottom: 0px;
    }
  }
  @keyframes closefooter {
    0% {
      bottom: 0px;
    }
    100% {
      bottom: -555px;
    }
  }
  .footer {
    position: fixed;
    display: block;
    width: 100%;
    height: 555px;
    bottom: -555px;
    padding: 0;
    font-size: 0;
  }
  .footer.closed {
    bottom: -555px;
  }
  .footer_column {
    width: 33.33%;
    height: 260px;
    margin-top: 40px;
    padding-left: 34px;
  }
  .footer_column_header {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 24px;
  }
  .footer_column_list li a {
    font-size: 14px;
    line-height: 32px;
  }
  .footer_fivecolumn {
    padding-top: 20px;
  }
  .footer_fourthcolumn {
    width: 66.6%;
    font-size: 0;
    padding-left: 0;
    padding-top: 0;
  }
  .footer_fourthcolumn>div {
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .footer_fourthcolumn_top {
    padding-left: 34px;
  }
  .footer_fourthcolumn_button {
    width: 100%;
    height: 48px;
  }
  .footer_fourthcolumn_button a {
    font-size: 21px;
    display: block;
    line-height: 47px;
  }
  .footer_column_last a {
    font-size: 14px;
  }
  .footer_fourthcolumn_conditions a {
    font-size: 14px;
  }
  .footer_fourthcolumn_sales {
    font-size: 14px;
  }
  .footer_fourthcolumn_number {
    font-size: 18px;
  }
  .footer_fivecolumn {
    position: initial;
    padding-top: 58px;
  }
  .footer_fourthcolumn_top {
    padding-top: 24px;
  }
  .footer_fivecolumn>a {
    position: absolute;
    bottom: 13px;
    left: 15px;
    height: 42px;
    width: 40px;
    background-size: 90%;
  }
  .footer_column_copyrate {
    font-size: 14px;
    bottom: 30px;
    left: 93px;
  }
  .footer_fourthcolumn_button {
    border: 2px solid #ffffff;
    margin: 12px 0;
  }
  .footer_column_last {
    position: absolute;
    bottom: 46px;
  }
}

@media screen and (min-width: 959px) and (max-height: 601px) {
  @keyframes openfooter {
    0% {
      bottom: -455px;
    }
    100% {
      bottom: 0px;
    }
  }
  @keyframes closefooter {
    0% {
      bottom: 0px;
    }
    100% {
      bottom: -455px;
    }
  }
  .footer {
    position: fixed;
    display: block;
    width: 100%;
    height: 455px;
    bottom: -455px;
    padding: 0;
    font-size: 0;
  }
  .footer.closed {
    bottom: -455px;
  }
  .footer_column {
    height: 230px;
    margin-top: 20px;
    padding-left: 34px;
  }
  .footer_column_header {
    margin-bottom: 10px;
  }
  .footer_column_list li a {
    line-height: 29px;
  }
  .footer_fourthcolumn_top {
    padding-left: 0;
  }
  .footer_fivecolumn {
    padding-top: 38px;
  }
}

@media screen and (min-width: 768px) and (max-width: 980px) and (orientation: landscape) {
  .footer.opened {
    z-index: 321;
  }
}

@media screen and (max-width: 767px) {
  .footer {
    position: relative;
    display: block;
    height: initial;
    padding: 1px 13px 15px 13px;
    bottom: 0;
  }
  .openfooterbotton {
    display: none;
  }
  .footer_column {
    width: 100%;
    display: block;
    border-left: none;
    border-bottom: 1px solid #ffffff;
    height: initial;
    position: relative;
    padding: 0;
  }
  .footer_column_header {
    font-size: 18px;
    line-height: 19px;
    margin-top: 14px;
    margin-bottom: 12px;
    text-transform: uppercase;
  }
  .footer_column_list li a {
    font-size: 14px;
    line-height: 26px;
  }
  .footer_column_list {
    margin-top: -2px;
    padding-bottom: 9px;
  }
  .footer_column_last a {
    font-size: 14px;
    line-height: 26px;
  }
  .footer_column_last {
    position: relative;
    margin-top: -9px;
    margin-bottom: 9px;
  }
  .footer_fourthcolumn_conditions {
    font-size: 14px;
    line-height: 26px;
    margin: 0;
  }
  .footer_fourthcolumn_sales {
    font-size: 14px;
    line-height: 26px;
    margin: 0;
  }
  .footer_fourthcolumn_number {
    font-size: 18px;
    margin-top: 0px;
    margin-bottom: 15px;
  }
  .footer_fourthcolumn_button {
    border: 2px solid #ffffff;
    height: 35px;
    width: 100%;
    margin: 6px 0;
    text-align: center;
  }
  .footer_fourthcolumn_button a {
    font-size: 14px;
    line-height: 32px;
  }
  .footer_fourthcolumn {
    border-bottom: none;
  }
  .footer_fivecolumn {
    padding-top: 20px;
    margin-bottom: 40px;
    padding-bottom: 20px;
  }
  .footer_fivecolumn>img {
    margin-left: 30px;
  }
  .footer_fivecolumn>a {
    position: absolute;
    bottom: -40px;
    right: 0;
    height: 33px;
    width: 30px;
    left: inherit;
  }
  .footer_column_copyrate {
    font-size: 12px;
    bottom: -26px;
    left: 0;
  }
  .footer_column.closed .footer_column_list, .closed .footer_column_last {
    display: none;
  }
  .footer_column.opened .footer_column_list, .opened .footer_column_last {
    display: block;
  }
  .footer_column.closed .footer_column_header {
    background-image: url("../images/plus.png");
    background-size: 17px 17px;
    background-position: right 0 top 0;
    background-repeat: no-repeat;
  }
  .footer_column.opened .footer_column_header {
    background-image: url("../images/minus.png");
    background-size: 17px 17px;
    background-position: right 0 top 0;
    background-repeat: no-repeat;
  }
  .footer_column_facefooter {
    left: initial;
  }
}

/*=======================================   homepage ==============================*/

.home_page {
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow: hidden;
  position: relative;
}

.home_page .full_column {
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow: hidden;
  position: relative;
}

.home_totalslider {
  height: 100%;
  width: 100%;
  max-height: 100%;
  max-width: 100%;
  position: relative;
  display: block;
  overflow: hidden;
}

.homepage_first_slidebg {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  max-height: 100%;
  overflow: hidden;
}

.homepage_first_slidebg img {
  width: 100%;
}

.home_page .full_column {
  margin-bottom: 0;
}

.homepage_first_logo {
  z-index: 21;
  margin: auto;
  display: block;
  margin-top: 225px;
  width: 22%;
  opacity: 0;
}

.homepage_slide1_text {
  font-weight: 400;
  color: #ffffff;
  font-size: 21px;
  text-transform: uppercase;
  background-image: url(../images/homepage/slide1_lines.png);
  background-size: 130px 100%;
  height: 90px;
  width: 370px;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 40px;
  line-height: 26px;
  padding-top: 20px;
  text-align: center;
  opacity: 0;
}

.home_page .first_slide_pagination i {
  color: #ffffff;
  font-size: 16px;
  margin: 11px;
  margin-right: 10px;
  cursor: pointer;
  margin-bottom: initial;
  margin-left: 0;
}

.home_page .first_slide_pagination i:last-child {
  margin-right: 0;
}

.home_page .first_slide_pagination {
  top: 140px;
  z-index: 51;
  height: 30px;
  width: 100%;
}

.home_page .mainslider {
  max-width: 100%;
  overflow: hidden;
}

.homepage_prev {
  position: absolute;
  top: 52%;
  z-index: 51;
  left: 20px;
  cursor: pointer;
  height: 105px;
  width: 75px;
  background-image: url(../images/homepage/arrow_left.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 22px 42px;
}

.homepage_prev:hover {
  background-image: url(../images/homepage/arrow_left_hover.svg);
}

.homepage_next {
  position: absolute;
  z-index: 51;
  right: 20px;
  cursor: pointer;
  top: 52%;
  height: 105px;
  width: 75px;
  background-image: url(../images/homepage/arrow_right.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 22px 42px;
}

.homepage_next:hover {
  background-image: url(../images/homepage/arrow_right_hover.svg);
}

.second_slide {
  position: relative;
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 100%;
  max-height: 100%;
}

.secondslide_content {
  position: absolute;
  max-height: inherit;
  top: 45%;
  margin: auto;
  width: 70%;
  margin: 0 15%;
}

.secondslide_content_element {
  display: inline-block;
  width: 25%;
  vertical-align: top;
}

.second_slide_number {
  background-image: radial-gradient(ellipse closest-side at 50% 40%, rgba(00, 00, 00, 0.5), rgba(97, 97, 97, 0.0)), url(../images/homepage/lines.png);
  background-size: auto, 100% 195px;
  background-repeat: no-repeat;
  background-position: center;
  display: table;
  margin: auto;
  padding: 13px 19px 41px;
}

.second_slide_number_num {
  font-family: 'Pfd', sans-serif;
  font-weight: 400;
  font-size: 94px;
  color: #eb7221;
  line-height: 80px;
  text-align: center;
  /*text-shadow: 0 0 30px black;*/
  margin: 0 auto;
}

.second_slide_number_num span * {
  font-family: 'Pfd', sans-serif;
  font-weight: 400;
  font-size: 94px;
  color: #eb7221;
  line-height: 80px;
}

.second_slide_number_text {
  font-weight: 700;
  font-size: 21px;
  color: #eb7221;
  text-align: center;
  margin-top: -12px;
  text-shadow: 0 0 40px black;
}

.second_slide_number .odometer.odometer-theme-default {
  display: block;
  position: relative;
}

.second_slide_text {
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  line-height: 20px;
  margin-top: 32px;
  opacity: 0;
  text-shadow: 0px 3px 12px rgba(0, 0, 0, 1);
}

.second_image_icon {
  display: block;
  margin: auto;
  margin-top: 10px;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 1));
}

.thirdslide_content {
  position: absolute;
  max-height: inherit;
  top: 45%;
  margin: auto;
  width: 70%;
  margin: 0 15%;
}

.thirdslide_content_bigtext {
  font-weight: 700;
  font-size: 30px;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
}

.third_image_line {
  display: block;
  margin: auto;
  margin-top: 7px;
}

.thirdslide_content_smalltext {
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  margin: auto;
  margin-top: 50px;
  width: 90%;
  text-align: center;
}

.fourslide_content {
  position: absolute;
  max-height: inherit;
  top: 35%;
  margin: auto;
  width: 70%;
  margin: 0 15%;
}

.fourdslide_content_smalltext {
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  margin: auto;
  margin-top: 30px;
  margin-bottom: 20px;
  width: 85%;
  text-align: center;
}

.four_slide_element {
  display: inline-block;
  width: 25%;
  vertical-align: top;
}

.four_slide_number {
  margin: auto;
  padding: 18px 25px;
  margin-top: 70px;
  background-color: transparent;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: radial-gradient(ellipse 40% 30% at 50% 40%, rgba(20, 20, 20, 0.4), rgba(97, 97, 97, 0));
}

.four_slide_number_num {
  font-family: 'Pfd', sans-serif;
  font-weight: 400;
  font-size: 56px;
  color: #eb7221;
  text-align: center;
  line-height: 50px;
  background-size: auto;
}

.four_slide_number_num span * {
  font-family: 'Pfd', sans-serif;
  font-weight: 400;
  font-size: 56px;
  color: #eb7221;
  text-align: center;
  line-height: 50px;
}

.four_slide_number_num.odometer.odometer-theme-default {
  display: block;
}

.four_slide_number_text {
  font-weight: 700;
  font-size: 19px;
  color: #eb7221;
  text-align: center;
  text-transform: uppercase;
  line-height: 17px;
  text-shadow: 0 0 20px black;
}

.four_slide_text {
  font-weight: 400;
  font-size: 13px;
  color: #ffffff;
  text-align: center;
}

.wraper_for_animation {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.homepage_first_slidebg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
  width: 100%;
}

.homepage_first_slidebg_top {}

.homepage_first_slide_slider {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.homepage_finalslide_slider {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}

#five_animation {
  background-position: 50% 100%;
}

.homeslide {
  overflow: hidden;
}

.second_bg_by_css {
  background-image: url(../images/homepage/slide2.jpg);
}

.third_bg_by_css {
  background-image: url(../images/homepage/slide3.jpg);
  z-index: -1;
}

.six_bg_by_css {
  background-image: url(../images/homepage/slide4.jpg);
}

#second_animation, #fourth_animation, #seven_animation, #height_animation, #third_animation, .third_image_line, .four_slide_number, .four_slide_text, #firstanimation {
  opacity: 0;
}

.swiper-pagination1 {
  right: 8px !important;
  width: 30px !important;
  z-index: 51 !important;
  top: 52% !important;
  transform: translate3d(0, -20%, 0) !important;
}

.swiper-pagination1 i {
  color: #ffffff;
  font-size: 16px;
  margin: 11px;
  margin-right: 10px;
  cursor: pointer;
  margin-bottom: initial;
  margin-left: 0;
}

/*@media screen and (min-width: 200px) and (max-width: 1024px) {
.homepage_first_slidebg {
background-size: initial;
}
}*/

.homepage_mouse_white {
  background-image: url(../images/homepage/scroll_down.svg);
  background-size: 17px 32px;
  background-position: right 1px top 30px;
  background-repeat: no-repeat;
}

.homepage_mouse_white.both {
  background-size: 17px 40px;
  background-image: url(../images/homepage/scroll_down_up.svg);
  background-position: right 1px top 22px;
}

.homepage_mouse_white.up {
  background-image: url(../images/homepage/scroll_up.svg);
  background-position: right 1px top 22px;
  background-size: 17px 33px;
}

@media screen and (min-width: 1400px) {
  .homepage_first_logo {
    margin-top: 260px;
    width: 24%;
  }
  .homepage_slide1_text {
    font-size: 22px;
    background-size: 140px 100%;
    height: 100px;
    width: 380px;
    margin-top: 50px;
    line-height: 27px;
    padding-top: 23px;
  }
  .thirdslide_content_bigtext {
    font-size: 32px;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
  }
  .thirdslide_content_smalltext {
    font-size: 18px;
    margin-top: 60px;
  }
  .third_image_line {
    margin-top: 12px;
  }
}

@media screen and (min-width: 1600px) {
  .homepage_first_logo {
    margin-top: 270px;
  }
  .homepage_slide1_text {
    font-size: 23px;
    background-size: 140px 100%;
    height: 100px;
    width: 380px;
    margin-top: 60px;
    line-height: 28px;
    padding-top: 23px;
  }
  .thirdslide_content {
    top: 35%;
  }
  .thirdslide_content_bigtext {
    font-size: 32px;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
  }
  .thirdslide_content_smalltext {
    font-size: 18px;
    margin-top: 60px;
  }
  .third_image_line {
    margin-top: 12px;
  }
  .fourdslide_content_smalltext {
    font-size: 18px;
  }
  .four_slide_text {
    font-size: 14px;
  }
  .second_slide_text {
    font-size: 17px;
  }
}

@media screen and (min-width: 1900px) {
  .homepage_first_logo {
    margin-top: 270px;
  }
  .homepage_slide1_text {
    font-size: 29px;
    background-size: 160px 100%;
    height: 130px;
    width: 480px;
    margin-top: 70px;
    line-height: 32px;
    padding-top: 35px;
  }
  .thirdslide_content_bigtext {
    font-size: 34px;
  }
  .thirdslide_content_smalltext {
    font-size: 18px;
    margin-top: 60px;
  }
  .third_image_line {
    margin-top: 12px;
  }
  .fourdslide_content_smalltext {
    width: 60%;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 18px;
  }
  .four_slide_text {
    font-size: 16px;
  }
  .four_slide_number_num {
    font-size: 58px;
  }
  .four_slide_number_text {
    font-size: 20px;
    line-height: 19px;
  }
  .second_slide_number_num {
    font-size: 96px;
    line-height: 82px;
  }
  .second_slide_number_text {
    font-size: 23px;
    margin-top: -8px;
  }
  .second_slide_number {
    background-size: 100% 195px;
    padding: 13px 25px 41px;
  }
  .second_slide_text {
    font-size: 18px;
  }
}

@media screen and (min-width: 981px) and (max-width: 1240px) {
  .secondslide_content {
    position: absolute;
    max-height: inherit;
    top: 45%;
    margin: auto;
    width: 90%;
    margin: 0 5%;
  }
}

.homeslide {
  z-index: 10;
  overflow: hidden;
}

.third_slide {
  z-index: -1;
}

.four_slide {
  background-color: #ffffff;
}

#five_animation {
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.home_page .mainslider {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  max-width: 100%;
  overflow: hidden;
}

.sm_utilities_down_text a {
  color: #0078c1;
  font-weight: 600;
}

.sm_utilities_down_text a:hover {
  color: #5da3f8;
}

.homepage_slide2_text {
  position: absolute;
  bottom: 13.5%;
  margin: auto;
  padding: 0 29%;
  font-weight: 700;
  font-size: 23px;
  color: #ffffff;
  text-align: center;
}

.topslideslidermain {
  position: absolute;
  top: 0;
  left: 4%;
}

.slide3_text_content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.topslideslidermain3 {
  position: absolute;
  top: 147px;
  right: 17.7%;
  display: block;
}

.slide3_text_content_inner {
  width: 100%;
  position: absolute;
  top: 25%;
}

.homepage_slide3_toptext {
  margin: auto;
  font-weight: 700;
  font-size: 7vh;
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
  width: 100%;
}

.slide3_text_content_subinner {
  margin: auto;
  width: 24%;
  display: block;
}

.homepage_slide3_slideline {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 50px;
}

.slide3_text_floats {
  font-weight: 700;
  font-size: 6vh;
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
  margin-top: 16px;
}

.slide3_text_subfloats {
  font-weight: 400;
  font-size: 1.2vh;
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
}

.main_slide3_botton {
  background-color: #ffffff;
  color: #ff0000;
  font-weight: 700;
  font-size: 17px;
  text-align: center;
  height: 40px;
  padding-top: 8px;
  margin-top: 30px;
}

.homepage_slide3_slideimg {
  width: 100%;
}

.main_bottom_cover_slide1 {
  position: absolute;
  bottom: 5.5%;
  width: 100%;
}

.main_slide1_botton {
  height: 39px;
  width: 176px;
  background-color: #0078c0;
  color: #ffffff;
  margin: auto;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  padding-top: 8px;
  padding-left: 30px;
  position: relative;
  display: block;
}

.main_slide1_botton:after {
  content: "";
  width: 8px;
  height: 13px;
  background: url("../images/homepage/arrowmainslide.png") no-repeat;
  top: 14px;
  right: 21px;
  position: absolute;
}

.main_images_slider {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  display: block;
}

@media screen and (min-width: 1400px) {
  .homepage_slide2_text {
    font-size: 25px;
  }
}

@media screen and (min-width: 1600px) {
  .homepage_slide2_text {
    font-size: 27px;
  }
  .main_slide1_botton {
    height: 42px;
    width: 196px;
    font-size: 20px;
    padding-top: 8px;
    padding-left: 29px;
  }
  .main_slide1_botton:after {
    content: "";
    width: 10px;
    height: 14px;
    top: 15px;
    right: 27px;
    position: absolute;
  }
}

@media screen and (min-width: 1900px) {
  .homepage_slide2_text {
    font-size: 29px;
  }
  .main_slide1_botton {
    height: 48px;
    width: 216px;
    font-size: 22px;
    padding-top: 11px;
    padding-left: 29px;
  }
  .main_slide1_botton:after {
    content: "";
    width: 10px;
    height: 14px;
    top: 18px;
    right: 27px;
    position: absolute;
  }
}

.team_page .full_column {
  font-size: 0;
  padding-top: 90px;
  max-width: 1440px;
  display: block;
  margin: auto;
  padding-bottom: 30px;
}

.team_page_worker {
  width: 25%;
  display: inline-block;
  padding: 0 19px;
  margin-bottom: 5px;
  vertical-align: top;
}

.team_worker_inner {
  min-height: 279px;
  padding: 8px;
  padding-bottom: 12px;
  background-color: #eeeeee;
  box-shadow: -1px 22px 27px 2px rgba(0, 0, 0, 0.25);
  cursor: pointer;
}

.team_one_name {
  font-weight: 700;
  font-size: 18px;
  padding-left: 16px;
  margin-top: 9px;
}

.team_one_info {
  font-weight: 400;
  font-size: 14px;
  padding-left: 16px;
  margin-top: 1px;
  line-height: 20px;
}

.team_img {
  width: 100%;
}

.main_block_header4 {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 32px;
  text-transform: uppercase;
  color: #000000;
  padding: 0 19px;
}

.team_image_container {
  height: 220px;
  width: 100%;
  display: block;
  position: relative;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}

@media screen and (min-width: 1600px) {
  .team_image_container {
    height: 250px;
  }
  .team_page_worker {
    margin-bottom: 10px;
  }
  .team_one_name {
    font-size: 20px;
  }
  .team_one_info {
    font-size: 16px;
    line-height: 22px;
  }
  .team_worker_inner {
    min-height: 382px;
  }
  .main_block_header4 {
    font-size: 36px;
  }
}

@media screen and (min-width: 1900px) {
  .team_page_worker {
    margin-bottom: 14px;
  }
  .team_worker_inner {
    min-height: 380px;
  }
}

@media screen and (max-width: 980px) {
  .slide3_text_content_inner {
    top: 23%;
  }
  /* slide 3*/
  .topslideslidermain3 {
    top: 90px;
    left: 15px;
  }
  .homepage_slide3_toptext {
    font-size: 5vh;
  }
  .slide3_text_content_subinner {
    margin: auto;
    width: 60%;
    display: block;
  }
  .homepage_next {
    right: 0;
  }
  .homepage_prev {
    left: 0;
  }
  .slide3_text_subfloats {
    font-size: 1.5vh;
  }
  .homepage_slide3_slideline {
    margin-bottom: 30px;
  }
  /* slide 2*/
  .homepage_slide2_text {
    padding: 0 20%;
    text-shadow: 2px 2px 8px #000000;
  }
  .topslideslidermain {
    width: 40%;
  }
  /* slide 2*/
  .homepage_slide2_text {
    padding: 0 20%;
    text-shadow: 2px 2px 8px #000000;
  }
  .topslideslidermain {
    width: 40%;
  }
  /* slide 1 */
  .homepage_slide1_text {
    font-size: 16px;
    height: 140px;
    width: 230px;
  }
}

@media screen and (max-width: 350px) {
  .topslideslidermain3 {
    top: 90px;
    left: 15px;
    width: 30%;
    height: auto;
  }
  .homepage_slide3_slideline {
    display: none;
  }
  .homepage_slide3_toptext {
    font-size: 5vh;
  }
  .slide3_text_content_subinner {
    margin: auto;
    width: 60%;
    display: block;
  }
  .homepage_next {
    right: 0;
  }
  .homepage_prev {
    left: 0;
  }
}

@media screen and (max-height: 500px) and (max-width: 980px) {
  .topslideslidermain3 {
    top: 90px;
  }
  .slide3_text_content_inner {
    top: 35%;
  }
  .homepage_slide3_toptext {
    font-size: 6vh;
  }
  .homepage_slide3_slideline {
    display: none;
  }
  .homepage_slide3_class .homepage_first_slidebg {
    background-size: initial;
  }
  .home_page .first_slide_pagination {
    top: 70px;
  }
  .slide3_text_content_subinner {
    width: 50%;
  }
  .homepage_slide3_slideimg {
    width: 40%;
    margin: auto;
    display: block;
  }
  .main_slide3_botton {
    margin-top: 10px;
  }
  .slide3_text_subfloats {
    font-size: 3vh;
  }
  .homepage_first_logo {
    margin-top: 100px;
    width: 25%;
  }
  .homepage_slide1_text {
    font-size: 14px;
    height: 70px;
    width: 330px;
    line-height: 16px;
  }
  .social_mouse_white {
    display: none !important;
  }
  .topslideslidermain {
    width: 20%;
  }
  .homepage_slide2_text {
    padding: 0 20%;
    text-shadow: 2px 2px 36px #000000;
    top: 120px;
  }
}

@media screen and (min-height: 801px) and (max-width: 980px) {
  .topslideslidermain3 {
    top: 140px;
    left: 15px;
  }
  .homepage_slide2_text {
    padding: 0 20%;
    text-shadow: 2px 2px 8px #000000;
    font-size: 26px;
  }
  .homepage_slide1_text {
    font-size: 22px;
    height: 95px;
    width: 430px;
  }
}

@media screen and (min-width: 700px) and (orientation: portrait) {
  .homepage_slide1_text {
    font-size: 26px;
    height: 95px;
    width: 430px;
    line-height: 28px;
  }
  .slide3_text_content_subinner {
    width: 44%;
  }
  .slide3_text_subfloats {
    font-size: 1.4vh;
  }
  .homepage_slide2_text {
    bottom: 16.5%;
    padding: 0 25%;
    font-size: 29px;
  }
}

/*=================================== albatros   =======================*/

.normal_page.albatros_page .full_column {
  margin-bottom: 0;
  padding-bottom: 40px;
}

.albatros_header {
  padding: 40px 1% 24px 1%;
}

.albatros_title {
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  text-transform: uppercase;
}

.albatros_sup {
  font-size: 30px;
  line-height: 30px;
  vertical-align: bottom;
  top: -6px;
}

.albatros_header_cover {
  width: 100%;
}

.albatros_header {
  max-width: 1640px;
  margin: auto;
}

.albatros_header_top {
  margin-bottom: 16px;
}

.albatros_header_top_controls {
  position: relative;
  display: table;
  margin-top: 9px;
  margin-bottom: 22px;
  font-size: 0;
}

.albatros_header_top_controls>div {
  display: inline-block;
  cursor: pointer;
}

.albatros_header_top_controls_left {
  /*padding-left: 33px;*/
  padding-left: 0;
}

.albatros_header_top_controls_right {
  /*padding-right:33px;*/
  padding-right: 0;
}

.albatros_header_top_controls_button {
  background-color: #eeeeee;
  color: #5B5B5B;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  height: 32px;
  line-height: 32px;
  text-align: center;
  padding: 0 24px;
  min-width: 180px;
}

.albatros_header_top_controls_button a {
  color: #5B5B5B;
  text-decoration: none;
}

.albatros_header_top_controls_button a:hover {
  color: #000;
  text-decoration: none;
}

.albatros_header_top_controls_button:hover {
  color: #e9731f;
}

.active>div {
  cursor: auto;
}

.active .albatros_header_top_controls_button {
  background-color: #e9731f;
  color: #ffffff;
}

.albatros_header_top_controls_left_button {
  border-radius: 16px 0px 0px 16px;
}

.albatros_header_top_controls_right_button {
  border-radius: 0px 16px 16px 0px;
}

.albatros_header_top_controls_right_button.mlife {
  border-left: 1px solid #fff;
  padding-left: 16px;
  padding-right: 16px;
}

.albatros_header_top_controls_left_img {
  background: url("../images/albatros/flor_gray.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 25px;
  height: 30px;
  position: absolute;
  left: 0;
}

.active .albatros_header_top_controls_left_img {
  background: url("../images/albatros/flor_orange.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.albatros_header_top_controls_right_img {
  background: url("../images/albatros/case_gray.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 26px;
  height: 30px;
  position: absolute;
  right: 0;
  top: 0;
}

.active .albatros_header_top_controls_right_img {
  background: url("../images/albatros/case_orange.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.albatros_header_left {
  width: 56%;
  display: inline-block;
  vertical-align: top;
}

.albatros_header_right {
  font-size: 0;
  display: inline-block;
  vertical-align: top;
  width: 43%;
  padding-left: 17px;
  border-left: 1px solid #eeeeee;
}

.albatros_header_left_buttons {
  font-size: 0;
}

.albatros_header_left_buttons a {
  display: inline-block;
  vertical-align: top;
}

.albatros_socials_buttons {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
}

.albatros_icon_socials {
  display: inline-block;
  width: 41px;
  height: 41px;
  cursor: pointer;
  margin: 0 7px;
  vertical-align: top;
}

.albatros_icon_face {
  background: url("../images/albatros/fb.svg");
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 0;
}

.albatros_icon_face:hover {
  background: url("../images/albatros/fb_hover.svg");
  transform: scale(1.2);
}

.albatros_icon_vk {
  background: url("../images/albatros/vk.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.albatros_icon_vk:hover {
  background: url("../images/albatros/vk_hover.svg");
  transform: scale(1.2);
}

.albatros_icon_ond {
  background: url("../images/albatros/odnokl.png");
  background-repeat: no-repeat;
  background-position: center;
}

.albatros_icon_ond:hover {
  background: url("../images/albatros/odnoklfull.png");
  transform: scale(1.2);
}

.albatros_external_page {
  background-color: #0078c0;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  display: inline-block;
  width: 310px;
  height: 41px;
  vertical-align: top;
  padding-top: 8px;
  margin-left: 29px;
}

.albatros_external_page:hover {
  background-color: #03A5FB;
}

.albatros_header_right_adreses {
  display: inline-block;
  width: 50%;
  vertical-align: top;
  margin: 7px 0;
}

.albatros_adresses_text {
  display: inline-block;
  vertical-align: top;
  padding-top: 2px;
  padding-left: 6px;
  width: 80%;
}

.albatros_adresses_text_top {
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
}

.albatros_adresses_text_bot {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}

.albatros_adreses_img {
  width: 31px;
  height: 31px;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
}

.albatros_adreses_pin {
  background-image: url("../images/albatros/pin.png");
}

.albatros_adreses_arrows {
  background-image: url("../images/albatros/arrows.png");
}

.albatros_adreses_metro {
  background-image: url("../images/albatros/metro.png");
}

.albatros_adreses_house {
  background-image: url("../images/albatros/house.png");
}

.albatros_adreses_calendar {
  background-image: url("../images/albatros/calendar.png");
}

.albatros_adreses_squeades {
  background-image: url("../images/albatros/squeades.png");
}

.albatros_slider {
  position: relative;
  display: block;
  height: 860px;
  max-width: 100%;
  width: 100%;
  overflow: hidden;
}

.albatros_slider .mainslider {
  max-width: 100%;
  width: 100%;
}

.albatros_next {
  position: absolute;
  top: 52%;
  z-index: 51;
  right: 20px;
  cursor: pointer;
  width: 24px;
  height: 43px;
  background-image: url(../images/albatros/next.png);
  background-size: cover;
}

.no-touch .albatros_next:hover {
  background-image: url(../images/albatros/next_hover.png);
}

.albatros_prev {
  position: absolute;
  top: 52%;
  z-index: 51;
  left: 20px;
  cursor: pointer;
  width: 24px;
  height: 43px;
  background-image: url(../images/albatros/prev.png);
  background-size: cover;
}

.no-touch .albatros_prev:hover {
  background-image: url(../images/albatros/prev_hover.png);
}

.albatros_page .first_slide_pagination {
  top: 32px;
  z-index: 51;
  height: 30px;
  width: 100%;
}

.albatros_page .first_slide_pagination i {
  color: #ffffff;
  font-size: 16px;
  margin: 11px;
  margin-right: 10px;
  cursor: pointer;
  margin-bottom: initial;
  margin-left: 0;
}

.albatros_header_left_text {
  height: 120px;
  padding-right: 25px;
}

.albatros_business_text {
  display: none
}

.albatros_down {
  font-size: 0;
  margin: auto;
  margin-top: -95px;
  z-index: 51;
  max-width: 1440px;
  position: relative;
}

.albatros_down_item {
  display: inline-block;
  width: 25%;
  padding: 0 25px;
  margin-top: 23px;
  vertical-align: top;
}

.albatros_down_item_inner {
  position: relative;
  padding: 25px 25px 105px;
  border: 1px solid #eeeeee;
  -webkit-box-shadow: -1px 13px 15px 2px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: -1px 13px 15px 2px rgba(0, 0, 0, 0.18);
  box-shadow: -1px 13px 15px 2px rgba(0, 0, 0, 0.18);
  background-color: #ffffff;
}

.albatros_down_item_name {
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
}

.albatros_down_item_image {
  position: absolute;
  bottom: 25px;
  left: 0;
  height: 70px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.albatros_down_item_image_keys {
  background-image: url("../images/albatros/keys.png");
}

.albatros_down_item_image_mappin {
  background-image: url("../images/albatros/mappin.png");
}

.albatros_down_item_image_orden {
  background-image: url("../images/albatros/orden.png");
}

.albatros_down_item_image_balloon {
  background-image: url("../images/albatros/balloon.png");
}

.albatros_down_item_image_three {
  background-image: url("../images/albatros/three.png");
}

.albatros_down_item_image_mecan {
  background-image: url("../images/albatros/mecan.png");
}

.albatros_down_item_image_hangs {
  background-image: url("../images/albatros/hangs.png");
}

.albatros_down_item_image_cope {
  background-image: url("../images/albatros/cope.png");
}

.albatros_down_item_text {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  margin-top: 7px;
  margin-bottom: 0;
}

@media screen and (min-width: 1600px) {
  .albatros_header {
    /*max-width:1440px;*/
    /*margin:auto;*/
    /*padding: 50px 0 50px 70px;*/
  }
}

@media screen and (min-width: 1600px) {
  .albatros_title {
    font-size: 34px;
    line-height: 42px;
  }
  .albatros_title {
    font-size: 34px;
    line-height: 42px;
  }
  .albatros_header_top_controls_button {
    font-size: 14px;
    height: 33px;
    /* padding-top: 8px; */
  }
  .albatros_header_left_text {
    font-size: 16px;
    height: 150px;
  }
  .albatros_adresses_text_top {
    font-size: 15px;
    line-height: 16px;
  }
  .albatros_adresses_text_bot {
    font-size: 16px;
    line-height: 16px;
    margin-top: 3px;
  }
  .albatros_header_left {
    width: 53%;
  }
  .albatros_header_right {
    width: 46%;
  }
  .albatros_header_right_adreses {
    margin: 9px 0;
  }
  .albatros_down_item_name {
    font-size: 16px;
    line-height: 16px;
  }
  .albatros_down_item_text {
    font-size: 16px;
    line-height: 18px;
    margin-top: 9px;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 1900px) {
  .albatros_header {
    /*max-width: 1480px;*/
  }
  .albatros_down {
    max-width: 1480px;
  }
  .albatros_title {
    font-size: 32px;
    line-height: 44px;
  }
  .albatros_header_top_controls_button {
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    padding: 0 24px;
    min-width: 20
    0px;
  }
  .albatros_header_top_controls_left_button {
    border-radius: 18px 0 0 18px;
  }
  .albatros_header_top_controls_right_button {
    border-radius: 0 18px 18px 0;
  }
  .albatros_header_left_text {
    font-size: 18px;
    height: 170px;
  }
  .albatros_adresses_text_top {
    font-size: 18px;
    line-height: 18px;
  }
  .albatros_adresses_text_bot {
    /*font-size: 18px;
line-height: 18px;*/
    margin-top: 4px;
  }
  .albatros_header_left {
    width: 53%;
  }
  .albatros_header_right {
    width: 46%;
  }
  .albatros_header_right_adreses {
    margin: 9px 0;
  }
  .albatros_down_item_name {
    /*font-size: 18px;
line-height: 18px;*/
  }
  .albatros_down_item_text {
    /*font-size: 18px;
line-height: 20px;*/
    margin-top: 9px;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .xx-project .albatros_external_page {
    margin-left: 0;
    margin-top: 20px;
  }
}

/*================================= projects  ===============*/

.projects_list {
  font-size: 0;
}

.project_item {
  display: inline-block;
  width: 50%;
  height: 247px;
  position: relative;
  border: 1px solid #e5e5e5;
}

.project_item_content {
  width: 100%;
  height: 100%;
  position: relative;
}

.project_item_bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.project_content_seen_text {
  font-weight: 700;
  font-size: 20px;
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: #ffffff;
  text-shadow: 1px 1px #000;
}

.project_content_onhover_inner {
  border: 10px solid #eeeeee;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.project_content_onhover_inner_bottom {
  background-color: #eeeeee;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding-left: 10px;
  height: 62px;
}

.projects_finished_button {
  height: 37px;
  width: 99px;
  position: absolute;
  right: 0;
  bottom: 7px;
  background-color: #588527;
  color: #eeeeee;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  padding: 10px 18px;
  background-image: url(../images/projects/ok_gray.svg);
  background-repeat: no-repeat;
  background-position: right 19px top 10px;
  background-size: 16px 15px;
}

@media screen and (min-width: 768px) {
  .project_item:hover .project_content_onhover_inner {
    border: 10px solid #588527;
  }
  .project_item:hover .project_content_onhover_inner_bottom {
    background-color: #588527;
  }
  .project_item:hover .project_content_on_hover_name, .project_item:hover .project_content_on_hover_address {
    color: #ffffff;
  }
  .project_item:hover .project_content_on_hover_address {
    background-image: url(../images/projects/pinwhite.png);
  }
  .project_item:hover .projects_finished_button {
    background-color: #eeeeee;
    color: #588527;
    background-image: url(../images/projects/ok_green.svg);
  }
}

.project_content_on_hover_name {
  font-weight: 700;
  font-size: 20px;
  color: #000000;
  margin-top: 14px;
}

.project_content_on_hover_address {
  font-weight: 400;
  font-size: 12px;
  color: #000000;
  padding-left: 23px;
  background-image: url("../images/projects/smallpin.png");
  background-repeat: no-repeat;
  background-position: left 3px top 2px;
  background-size: 13px 16px;
  min-height: 18px;
  margin-top: 2px;
}

.projects_logo_project {
  position: absolute;
  bottom: 75px;
  left: 10px;
}

.project_bottom_controls {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background-color: #eeeeee;
  padding: 10px;
}

.mapproject_bottom_controls {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background-color: #eeeeee;
  padding: 10px;
  z-index: 99999999999999;
}

.project_button_control {
  display: inline-block;
  background-color: #b6b6b6;
  color: #ffffff;
  height: 40px;
  padding: 12px 37px 0;
  background-image: url("../images/projects/btn_bg.png");
  background-repeat: no-repeat;
  background-position: left 11px top 11px;
  background-size: 18px 18px;
  cursor: pointer;
  font-size: 13px;
  min-width: 200px;
  margin-right: 2px;
}

.project_button_control.active {
  background-color: #588525;
  background-image: url("../images/projects/active.png");
}

.project_bottom_controls>div {
  vertical-align: middle;
}

.project_button_control_right {
  display: inline-block;
  background-color: #0078c0;
  color: #ffffff;
  height: 40px;
  padding: 12px 32px 0;
  background-image: url("../images/projects/lines.png");
  background-repeat: no-repeat;
  background-position: left 15px top 15px;
  background-size: 10px 11px;
  cursor: pointer;
  font-size: 12px;
  float: left;
  margin-right: 10px;
}

.project_button_control_right_pin {
  background-image: url("../images/projects/pinwhite.png");
  background-repeat: no-repeat;
  background-position: left 13px top 13px;
  background-size: 13px 16px;
  padding-right: 9px;
}

.project_button_control_lines {
  background-image: url("../images/projects/lines.png");
  background-repeat: no-repeat;
  background-position: left 15px top 15px;
  background-size: 10px 11px;
}

.project_button_control_right_span {
  border-bottom: 1px solid #4fa0d1;
}

.projects_page .full_column {
  margin-bottom: 60px;
}

.project_mobile_logo {
  display: none;
}

@media screen and (min-width: 1600px) {
  .projects_page .full_column {
    margin-bottom: 70px;
  }
  .projects_page .full_column {
    margin-bottom: 90px;
  }
  .project_item {
    display: inline-block;
    width: 50%;
    height: 330px;
    position: relative;
  }
  .project_content_seen_text, .project_content_on_hover_name {
    font-size: 22px;
  }
  .project_content_on_hover_address {
    font-size: 14px;
    margin-top: 0px;
  }
  .project_bottom_controls {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background-color: #eeeeee;
    padding: 15px;
  }
  .project_button_control {
    color: #ffffff;
    height: 50px;
    padding: 14px 37px 0;
    background-image: url("../images/projects/btn_bg.png");
    background-repeat: no-repeat;
    background-position: left 11px top 16px;
    background-size: 18px 18px;
    cursor: pointer;
    font-size: 16px;
  }
  .project_button_control.active {
    background-color: #588525;
    background-image: url("../images/projects/active.png");
  }
  .project_bottom_controls>div {
    vertical-align: middle;
  }
  .project_button_control_right {
    height: 50px;
    padding: 15px 32px 0;
    background-repeat: no-repeat;
    background-position: left 15px top 20px;
    background-size: 10px 11px;
    font-size: 14px;
    margin-right: 10px;
  }
  .mapproject_bottom_controls {
    height: 70px;
  }
  .project_button_control_right_pin {
    background-position: left 13px top 16px;
    background-size: 13px 16px;
  }
}

@media screen and (min-width: 1900px) {
  .project_item {
    display: inline-block;
    width: 50%;
    height: 370px;
    position: relative;
  }
}

@media screen and (max-width: 1200px) and (orientation:landscape) {
  .projects_finished_button {
    height: 30px;
    width: 90px;
    font-size: 14px;
    padding: 5px 18px;
    bottom: 10px;
    background-position: right 19px top 7px;
    background-size: 13px 12px;
  }
}

@media screen and (max-width: 1200px) and (orientation:portrait) {
  .projects_finished_button {
    height: 30px;
    width: 90px;
    font-size: 14px;
    padding: 5px 17px;
    bottom: 3px;
    background-position: right 19px top 7px;
    background-size: 13px 12px;
  }
}

@media screen and (max-width: 992px) {
  .projects_logo_project {
    display: none;
  }
  .project_mobile_logo {
    display: block;
    top: -47px;
  }
}

@media screen and (max-width: 667px) {
  .projects_finished_button {
    bottom: 0;
    right: 0;
  }
  .projects_finished_button {
    position: relative;
    float: right;
    margin-top: 3px;
  }
  .project_content_onhover_inner_bottom {
    height: initial;
  }
}

.project_button_control, .project_button_control_right.story {
  display: none;
}

/*============== second project ==========*/

.project_business_top_description {
  display: inline-block;
  width: 218px;
  margin-top: -3px;
}

.project_business_top_description_title {
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
}

.project_business_top_description_text {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
}

.albatros_header_top_switch {
  font-size: 0;
  margin-top: 4px;
}

.albatros_header_top_switch_button {
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  color: #0078c1;
  margin-top: 2px;
  cursor: pointer;
}

.albatros_header_top_switch>div {
  display: inline-block;
  vertical-align: top;
}

.project_swith_img {
  width: 37px;
  height: 20px;
  background-image: url("../images/project/switch_r.png");
  background-repeat: no-repeat;
  background-position: left 0px top 0px;
  background-size: 37px 20px;
  margin: 0 8px;
  cursor: pointer;
}

.albatros_header_top_switch_button.inactive {
  color: #a5c9e4;
}

.albatros_adreses_vilka {
  background-image: url(../images/project/vilka.png);
}

.albatros_adreses_people {
  background-image: url(../images/project/people.png);
}

.albatros_adreses_doors {
  background-image: url(../images/project/doors.png);
}

.albatros_adreses_open {
  background-image: url(../images/project/open.png);
}

.project_total_header {
  height: 72px;
  padding-left: 42px;
  padding-right: 54px;
  padding-top: 25px;
  position: relative;
  display: block;
}

.project_total_header_title {
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  display: inline-block;
  padding: 0 8px;
  cursor: pointer;
}

.project_total_header_numb {
  display: inline-block;
  margin-left: 5px;
  font-weight: 700;
  font-size: 14px;
  color: #9a9a9a;
}

.project_total_header_title.active {
  color: #588525;
  cursor: initial;
}

.project_page .albatros_header {
  padding-bottom: 0;
}

.project_total_info {
  padding: 0 25px 50px;
  max-width: 1280px;
  margin: auto;
}

.project_total_info_inner {
  border: 1px solid #eeeeee;
}

.project_filter_button {
  color: #588525;
  position: absolute;
  padding-right: 15px;
  bottom: 22px;
  right: 54px;
  cursor: pointer;
  background-image: url(../images/project/green_arrow.png);
  background-repeat: no-repeat;
  background-position: right 0px top 7px;
  background-size: 9px 6px;
}

.project_filter_button.closed {
  background-image: url(../images/project/green_arrow_opened.png);
}

.project_total_filter {
  background-color: #f2f8f7;
  height: 93px;
  padding: 30px 0 0 13px;
}

.project_total_filter_text {
  vertical-align: top;
  display: inline-block;
  margin-right: 5px;
  margin-left: 37px;
  font-size: 14px;
  padding-top: 6px;
}

.project_total_filter_input {
  display: inline-table;
  vertical-align: middle;
  background: transparent;
  border: 2px solid #588525;
  background-image: url(../images/project/from.png);
  background-repeat: no-repeat;
  background-position: left 0px top 0px;
  background-size: 117px 26px;
  height: 30px;
  width: 122px;
  text-align: right;
  padding-right: 11px;
  padding-left: 26px;
  margin-left: 5px;
  font-size: 14px;
  line-height: 12px;
  padding-top: 1px;
  /*display: inline-flex;
align-items: center;*/
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .project_total_filter_input {
    display: inline-block;
  }
}

.project_total_filter_input.secondpar {
  width: 72px;
}

.project_total_filter_input.from {
  background-image: url(../images/project/from.png);
}

.project_total_filter_input.to {
  background-image: url(../images/project/to.png);
  background-position: left 0px top 1px;
}

.project_total_filter_input:focus, .project_total_filter_input:focus {
  outline: none;
}

.project_total_filter_room_num {
  display: inline-block;
  vertical-align: top;
}

.project_total_filter_room_num {
  font-size: 0;
}

.project_tt_room_one {
  display: inline-block;
  vertical-align: top;
  border: 2px solid #678432;
  height: 30px;
  width: 32px;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  padding-top: 4px;
  margin-left: 8px;
  color: #000000;
  cursor: pointer;
}

.project_tt_room_one.active {
  color: #ffffff;
  background-color: #678432;
}

.project_total_insider {
  display: inline-block;
  vertical-align: top;
  height: 30px;
  width: 54px;
  background-image: url(../images/project/ins_work.png);
  background-repeat: no-repeat;
  background-position: left 0px top 4px;
  background-size: 54px 22px;
  cursor: pointer;
}

.project_total_insider.active {
  background-image: url(../images/project/ins_work_active.png);
}

.project_table_header {
  font-size: 0;
  height: 45px;
  position: relative;
  padding: 0 75px;
}

.project_table_header_inner {
  border-bottom: 1px solid #eeeeee;
  height: inherit;
}

.project_table_header_element {
  font-size: 13px;
  text-transform: uppercase;
  color: #a2a2a2;
  width: 12.8%;
  padding-top: 20px;
  height: 100%;
  padding: 0;
  vertical-align: middle;
  display: inline-flex;
  align-items: center;
}

.project_total_info_business .project_table_header_element {
  width: 16%;
}

.project_total_table {
  padding: 0 50px;
}

.project_tt_line_cont {
  font-size: 0;
  height: 45px;
  position: relative;
  padding: 0 75px;
}

.project_tt_line_cont_inner {
  border-bottom: 1px solid #eeeeee;
  height: inherit;
}

.project_live_houses .project_tt_line_cont_inner {
  cursor: pointer;
}

.project_tt_line_cont_inner.opened .project_table_line_element:nth-child(3):after {
  content: url(../images/project/triangle.png);
  position: absolute;
  z-index: 121;
  left: 20px;
  bottom: -9px;
}

.project_table_line_element {
  display: inline-flex;
  font-size: 13px;
  color: #000000;
  width: 12.8%;
  padding-top: 0;
  position: relative;
  height: 100%;
  vertical-align: middle;
  align-items: center;
}

.project_garaje_houses .project_table_line_element:nth-child(4) {
  line-height: 12px;
  width: 13.8%;
}

.project_garaje_houses .project_table_header_element:nth-child(4) {
  width: 13.8%;
}

.project_table_line_element.price {
  -webkit-flex-direction: column;
  flex-direction: column;
  justify-content: center;
}

.project_total_info_business .project_table_line_element {
  width: 16%;
  cursor: pointer;
}

.project_table_old_price {
  margin-bottom: 1px;
  color: #a2a2a2;
  text-decoration: line-through;
}

.project_table_header_element.price, .project_table_line_element.price {
  float: right;
  width: 16%;
}

.project_verehouse_houses .project_table_line_element, .project_verehouse_houses .project_table_header_element {
  width: 21%;
}

.project_garaje_houses .project_table_header_element.price, .project_garaje_houses .project_table_line_element.price, .project_verehouse_houses .project_table_header_element.price, .project_verehouse_houses .project_table_line_element.price {
  float: none;
}

.project_verehouse_houses .project_table_header_element.addons, .project_verehouse_houses .project_table_line_element.addons {
  width: 14%;
}

.project_table_line_element.brush {
  background-image: url(../images/project/brush.png);
  background-repeat: no-repeat;
  background-position: right 0px top 13px;
  background-size: 20px 21px;
}

.project_tt_line_innfo {
  border: 6px solid #678432;
  min-height: 300px;
  width: 100%;
  margin-bottom: 3px;
  display: none;
  position: relative;
}

.project_tt_line_innfo_row {
  width: 33.33%;
  display: inline-block;
  vertical-align: top;
  padding: 0 20px;
}

.project_tt_line_innfo_row_table {
  padding-left: 0;
}

.project_tt_line_innfo_row.last {
  padding-right: 0;
}

.project_tt_line_innfo_table_line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-bottom: 8px;
}

.project_tt_line_innfo_table_line .project_tt_line_innfo_table_name {
  display: block;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 1;
  -moz-order: 1;
  -ms-order: 1;
  order: 1;
}

.project_tt_line_innfo_table_line .project_tt_line_innfo_table_value {
  display: block;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 3;
  -moz-order: 3;
  -ms-order: 3;
  order: 3;
}

.project_tt_line_innfo_table_line .dots {
  display: block;
  margin: 0px 4px;
  background-image: url(../images/project/subline.png);
  background-size: 21px 1px;
  background-position: center 75%;
  background-repeat: repeat-x;
  -ms-flex: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 2;
  -moz-order: 2;
  -ms-order: 2;
  order: 2;
}

.project_tt_line_innfo_main {
  padding: 50px 69px 44px;
  font-size: 0;
}

.project_tt_line_innfo_table_name {
  display: inline-block;
  font-weight: 700;
  font-size: 14px;
}

.project_tt_inner_row_name {
  font-weight: 700;
  font-size: 14px;
}

.project_tt_line_innfo_table_value {
  display: inline-block;
  font-weight: 400;
  font-size: 14px;
  width: 100px;
}

.project_tt_inner_row_img {
  height: 185px;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 9px;
}

.project_tt_line_innfo_slider {
  height: 600px;
  width: calc(100% + 112px);
  margin-left: -56px;
  position: relative;
  overflow: hidden;
  z-index: -1;
}

.secondary_slider {
  height: inherit;
  width: inherit;
}

.project_tt_line_innfo_buttons {
  height: 80px;
  position: relative;
}

.project_tt_button_callback {
  height: 40px;
  width: 255px;
  background-color: #678432;
  color: #ffffff;
  font-weight: 700;
  font-size: 18px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  text-transform: uppercase;
  padding-top: 8px;
  cursor: pointer;
}

.project_tt_button_print {
  position: absolute;
  left: 80px;
  top: 50%;
  transform: translateY(-50%);
  padding-left: 26px;
  background-image: url(../images/project/printer.png);
  background-size: 18px 15px;
  background-position: left center;
  background-repeat: no-repeat;
  color: #678432;
  text-decoration: underline;
  cursor: pointer;
  display: none;
}

.project_prev {
  position: absolute;
  bottom: 331px;
  z-index: 51;
  left: 20px;
  cursor: pointer;
  z-index: 100;
}

.project_next {
  position: absolute;
  bottom: 331px;
  z-index: 51;
  right: 17px;
  cursor: pointer;
  z-index: 100;
}

.project_table_addons_photo, .project_table_addons_call, .project_table_addons_idontknow {
  height: 40px;
  width: 40px;
  background-image: url(../images/project/photo.png);
  background-size: 40px 40px;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 2px;
  cursor: pointer;
}

.project_table_addons_photo, .project_table_addons_idontknow {
  margin-right: 2px;
}

.project_table_addons_call {
  background-image: url(../images/project/phone.png);
}

.project_table_addons_idontknow {
  background-image: url(../images/project/idonknow.png);
}

.project_table_line_element.addons {
  padding-top: 0;
  font-size: 0;
  float: right;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.project_tt_filter_space>span, .project_tt_filter_price>span {
  position: relative;
  cursor: pointer;
}

.project_tt_filter_space>span:after, .project_tt_filter_price>span:after {
  content: "";
  background-image: url(../images/project/list_up.png);
  background-size: 9px 5px;
  background-position: center;
  background-repeat: no-repeat;
  width: 9px;
  height: 5px;
  position: absolute;
  top: 30%;
  right: -14px;
}

.project_tt_filter_space.down>span:after, .project_tt_filter_price.down>span:after {
  background-image: url(../images/project/list_down.png);
  top: 40%;
}

.project_total_info_business {
  display: none;
}

.project_total_filter_show {
  position: relative;
  margin-top: 0;
  height: 40px;
  background-color: #f2f8f7;
  display: none;
}

.project_total_filter_show>div {
  position: relative;
  margin-top: 0;
  text-decoration: underline;
  font-size: 14px;
  text-align: right;
  display: flex;
  vertical-align: middle;
  align-items: center;
  height: 100%;
  width: 100%;
  background-color: #f2f8f7;
  justify-content: flex-end;
  padding-right: 13px;
  color: #678432;
}

@media screen and (min-width: 1440px) {
  .project_total_info {
    max-width: 1440px;
  }
}

@media screen and (max-width: 1200px) {
  .project_total_filter_text {
    margin-left: 10px;
  }
  .project_total_filter {
    height: 120px;
  }
  .project_total_filter>* {
    margin-top: 10px;
  }
  .project_total_filter {
    padding: 20px 0 0 13px;
  }
  .project_table_header_element {
    width: 12%;
    vertical-align: top;
  }
  .project_tt_filter_space, .project_tt_filter_price {
    width: 20%;
  }
  .project_table_line_element {
    width: 12%;
  }
  .project_table_line_element.space_num {
    width: 20%;
  }
  .project_table_header_element.price, .project_table_line_element.price {
    float: none;
    width: 20%;
  }
  .project_total_info_business .project_table_line_element.space_num {
    width: 14%;
  }
  .project_total_info_business .project_tt_filter_space {
    width: 14%;
  }
  .project_total_info_business .only_for_mobile {
    display: block;
  }
}

@media screen and (max-width: 992px) {
  .project_table_header {
    padding: 0;
  }
  .project_tt_line_cont {
    font-size: 0;
    height: 45px;
    position: relative;
    padding: 0;
  }
  .project_total_table {
    padding: 0 10px;
  }
  .project_tt_inner_row_img {
    background-size: contain;
  }
  .project_tt_filter_space {
    width: 17%;
  }
  .project_table_line_element.space_num {
    width: 17%;
  }
  .project_table_header_element.price, .project_table_line_element.price {
    float: none;
    width: 23%;
  }
  .only_for_mobile {
    display: block;
  }
  .project_total_filter_input {
    background-position: left 0px top 1px;
  }
  .project_total_filter_input.to {
    background-position: left 0px top 2px;
  }
  .project_table_header_element {
    justify-content: center;
  }
  .project_table_header_element:nth-child(1) {
    justify-content: left;
  }
  .project_table_line_element {
    justify-content: center;
  }
  .project_table_line_element:nth-child(1) {
    justify-content: left;
  }
  .project_total_info_business .project_table_line_element.space_num {
    width: 12%;
  }
  .project_total_info_business .project_tt_filter_space {
    width: 12%;
  }
  .project_total_info_business .only_for_mobile {
    display: block;
  }
  .project_filter_button {
    right: 34px;
  }
}

@media screen and (max-width: 767px) {
  .project_total_header {
    height: 152px;
    padding-left: 10px;
  }
  .project_filter_button {
    position: relative;
    padding-right: 15px;
    bottom: initial;
    padding-left: 8px;
    margin-top: 10px;
    right: initial;
  }
  .project_total_filter {
    height: initial;
    position: relative;
    padding: 27px 0 11px 13px;
    font-size: 0;
  }
  .project_total_filter_text {
    margin-left: 10px;
    width: 100%;
  }
  .project_total_filter>* {
    margin-top: 10px;
    margin-left: 0;
  }
  /*.project_table_header_inner {
height: initial;
}*/
  .project_total_info {
    padding: 0 0 50px;
  }
  /*=============== info table =============*/
  .project_table_header_element {
    width: 14%;
    font-size: 9px;
  }
  .project_table_line_element {
    width: 14%;
  }
  .project_tt_filter_space {
    width: 19%;
  }
  .project_table_line_element.space_num {
    width: 19%;
  }
  .project_table_header_element {
    text-align: center;
  }
  .project_table_header_element:nth-child(1) {
    text-align: left;
  }
  .project_table_line_element {
    text-align: center;
  }
  .project_table_line_element:nth-child(1) {
    text-align: left;
  }
  .project_table_header_element.price, .project_table_line_element.price {
    float: right;
    width: 20%;
  }
  .project_table_header_element.price {
    text-align: center;
  }
  .project_table_line_element.price {
    text-align: right;
  }
  /*.project_tt_filter_space > span:after, .project_tt_filter_price > span:after {
top: 60%;
}
.project_tt_filter_space.down > span:after, .project_tt_filter_price.down > span:after {
top: 70%;
}*/
  .project_table_line_element.brush {
    background-image: none;
  }
  .project_mobile_nodisplay {
    display: none;
  }
  /*================= garage =============*/
  .project_garaje_houses .project_table_header_element {
    width: 14%;
  }
  .project_garaje_houses .project_table_line_element {
    width: 14%;
  }
  .project_table_line_element.addons {
    width: 19%;
  }
  .project_table_addons_photo, .project_table_addons_call, .project_table_addons_idontknow {
    height: 20px;
    width: 20px;
    background-size: 19px 19px;
  }
  .project_garaje_houses .project_table_header_element.price, .project_garaje_houses .project_table_line_element.price {
    float: none;
    width: 20%;
  }
  .project_garaje_houses .project_tt_filter_space.down>span:after, .project_garaje_houses .project_tt_filter_price.down>span:after {
    background-image: none;
  }
  /*================= verehouse =============*/
  .project_verehouse_houses .project_table_line_element, .project_verehouse_houses .project_table_header_element {
    width: 20%;
  }
  .project_verehouse_houses .project_tt_filter_space.down>span:after, .project_verehouse_houses .project_tt_filter_price.down>span:after {
    background-image: none;
  }
  .project_verehouse_houses .project_tt_filter_space.down>span:after, .project_verehouse_houses .project_tt_filter_price.down>span:after {
    background-image: none;
  }
  /*.project_table_header {
height: initial;
}
.project_table_header_inner{
padding-bottom:10px;
}*/
  .project_tt_line_innfo_main {
    padding: 50px 10px 44px;
    font-size: 0;
  }
  .project_tt_line_innfo_row {
    width: 100%;
    padding: 0 10px;
  }
  .project_tt_line_innfo_table_value {
    width: 50px;
  }
  .project_tt_line_cont_inner.opened .project_table_line_element:nth-child(3):after {
    bottom: -12px;
  }
  .project_tt_room_one:nth-child(1) {
    margin-left: 0;
  }
  .project_mobile_tableHeader {
    height: 60px;
    width: 100%;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    display: inline-block;
    padding: 0 8px;
    cursor: pointer;
    color: #588525;
    border-bottom: 1px solid #eaeaea;
    padding-top: 17px;
    background-size: 17px 17px;
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-image: url(../images/project/plus.png);
    padding-left: 7px;
  }
  .openblock .project_mobile_tableHeader {
    background-image: url(../images/project/minus.png);
  }
  .project_total_filter_text {
    margin-left: 0;
    margin-right: 0;
  }
  .project_total_header {
    display: none;
  }
  .project_total_info_inner {
    border: none;
  }
  .project_mobile_tableHeader_span {
    margin-left: 5px;
    font-weight: 700;
    font-size: 14px;
    color: #9a9a9a;
  }
  .project_total_filter_hide {
    position: absolute;
    right: 13px;
    top: 24px;
    margin-top: 0;
    color: #678432;
    text-decoration: underline;
    font-size: 14px;
  }
  .project_tt_room_one {
    height: 46px;
    width: 49px;
    font-size: 16px;
    text-transform: uppercase;
    padding-top: 10px;
  }
  .project_total_filter_input, .project_total_filter_input.secondpar {
    width: 140px;
    height: 45px;
    background-position: left 0px top 8px;
  }
  .project_total_filter_input.to {
    background-position: left 0px top 9px;
  }
  .project_total_filter_input.from {
    margin-right: 10px;
  }
  .project_live_houses .project_total_filter_text.last {
    display: inline-block;
    width: initial;
    margin-right: 10px;
    clear: right;
  }
  .project_total_filter_room_num {
    margin-top: 5px;
  }
  .project_total_filter_input {
    margin-top: 7px;
  }
  .project_jump {
    height: 1px;
    width: 100%;
    margin-top: 0;
  }
  .project_total_info {
    -webkit-box-shadow: 0px 2px 33px -5px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 2px 33px -5px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 2px 33px -5px rgba(0, 0, 0, 0.75);
    padding-bottom: 0;
    margin-top: 40px;
  }
  .project_total_table, .project_total_filter {
    display: none;
  }
  .openblock .project_total_table, .openblock .project_total_filter {
    display: block;
  }
}

@media screen and (max-width: 320px) {
  .project_table_header_element.price, .project_table_line_element.price {
    float: right;
    width: 23%;
  }
  .project_garaje_houses .project_table_header_element.price, .project_garaje_houses .project_table_line_element.price {
    float: none;
    width: 23%;
  }
  .project_total_info_business .project_table_header_inner .project_table_header_element:nth-child(4) {
    display: none;
  }
  .project_total_info_business .project_tt_line_cont_inner .project_table_line_element:nth-child(4) {
    display: none;
  }
  .project_total_info_business .project_table_line_element.space_num {
    width: 14%;
  }
  .project_total_info_business .project_tt_filter_space {
    width: 14%;
  }
}

@media screen and (min-width: 768px) {
  .project_mobile_tableHeader, .project_jump, .project_total_filter_hide {
    display: none;
  }
  .project_live_houses, .project_garaje_houses, .project_verehouse_houses, .project_business_buy, .project_business_rent {
    display: none;
  }
  .project_total_info_inner>div:nth-child(2) {
    display: block;
  }
}

@media screen and (min-width: 993px) {
  .only_for_mobile {
    display: none;
  }
}

/*==============================  keys_page ==========================*/

.keys_page .keys_container {
  background-color: #f3f3f3;
  padding: 37px 0 0;
  min-height: calc(100vh - 117px);
}

.keys_page .full_column {
  margin-bottom: 0;
}

.keys_toppart, .keys_botpart {
  background-color: #ffffff;
  max-width: 860px;
  margin: auto;
  padding: 60px;
  padding-right: 100px;
}

.keys_toppart {
  padding-bottom: 54px;
  position: relative;
}

.keys_botpart {
  margin-top: 20px;
}

.keys_toppart_title {
  font-weight: 700;
  font-size: 32px;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.keys_construction_type {
  margin-top: 15px;
}

.keys_toppart_subtitle {
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
}

.keys_select {
  display: inline-block;
  color: #000000;
  padding: 2px 31px 2px;
  background-image: url("../images/keys/deselected.png");
  background-repeat: no-repeat;
  background-position: left 1px top 1px;
  background-size: 22px 22px;
  cursor: pointer;
  font-size: 14px;
  margin-right: 10px;
}

.no-touch .keys_select:hover {
  background-image: url("../images/keys/hover.png");
}

.keys_select.selected {
  background-image: url("../images/keys/selected.png");
}

.no-touch .keys_select.selected:hover {
  background-image: url("../images/keys/selected.png");
  cursor: initial;
}

.keys_options_from_block {
  min-height: 280px;
}

.keys_options_from_block .keys_select {
  width: 50%;
  padding-right: 9%;
  margin-right: 0;
  padding-bottom: 6px;
}

.keys_options_from_block_subtitle {
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  display: inline-block;
  width: 50%;
  vertical-align: top;
}

.keys_options_from_block_subtitle_sec {
  width: 49%;
}

.keys_select_title {
  font-size: 14px;
  font-weight: 400;
}

.keys_select_comment {
  font-size: 12px;
  font-weight: 400;
  color: #9f9f9f;
  line-height: 15px;
  margin-top: 4px;
}

.keys_options_from_block_houses {
  display: inline-block;
  vertical-align: top;
  padding-top: 0;
  width: 49%;
  display: none;
}

.key_house, .key_garage {
  font-size: 14px;
  font-weight: 400;
  width: 55px;
  height: 42px;
  border: 2px solid #dae8f4;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  padding-top: 9px;
  cursor: pointer;
}

.key_house:hover, .key_garage:hover {
  border: 2px solid #0078c0;
}

.key_house.selected, .key_garage.selected {
  background-color: #0078c0;
  color: #ffffff;
  border: 2px solid #0078c0;
}

.key_mail_input {
  height: 40px;
  display: inline-block;
  border: 1px solid #0078c0;
  vertical-align: top;
  width: 225px;
  padding-left: 30px;
}

.keys_sent_email {
  background-color: #0078c0;
  height: 40px;
  color: #ffffff;
  text-transform: uppercase;
  width: 335px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  padding-top: 8px;
  cursor: pointer;
  margin-left: 7px;
}

.keys_sent_email:hover {
  background-color: #03A5FB;
}

.keys_botpart_title {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  color: #0078c0;
  margin-bottom: 17px;
}

.keys_decorative_element {
  position: absolute;
  top: 38px;
  left: -40px;
}

.keys_toppart_subtitle_first {
  margin-bottom: 17px;
}

.keys_optionsfrom {
  display: block;
  position: relative;
  background-image: url("../images/keys/ramka_left.png");
  background-repeat: no-repeat;
  background-position: center 5px;
  background-size: contain;
  width: 1000px;
  margin-left: -100px;
  padding: 65px 100px 70px;
}

.keys_optionsfrom.garage {
  background-image: url("../images/keys/ramka_right.png");
}

.keys_options_from_block_subtitle {
  margin-bottom: 21px;
}

.keys_botpart_text {
  font-size: 16px;
  font-weight: 400;
  padding-right: 50px;
}

.keys_botpart_text_boldmail {
  font-size: 16px;
  font-weight: 700;
}

.keys_bot_space {
  padding-left: 30px;
}

.keys_botpart_text_bloq {
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
}

.keys_botpart_text_bloq_example {
  font-size: 14px;
  font-weight: 400;
  color: #0078c0;
  line-height: 6px;
  border-bottom: 1px solid #d7e2f0;
  margin-bottom: 10px;
}

.keys_botpart_text_bigphone {
  font-size: 22px;
  font-weight: 400;
  line-height: 18px;
}

.keys_margin_20 {
  margin-top: 1px;
}

.keys_margin_30 {
  margin-top: 10px;
}

.keys_toppart_subtitle_sec {
  margin-top: 0;
}

.keys_toppart_subtitle_th {
  margin-top: 30px;
}

.keys_get_mail {
  margin-top: 30px;
}

.keys_blue_bottom {
  font-family: "Open Sans";
  font-size: 14px;
  font-style: italic;
  background-color: #e1ecf6;
  padding: 13px 33px;
}

.keys_botpart_text_bloq_example_1 {
  font-size: 14px;
  font-weight: 400;
  color: #0078c0;
  line-height: 21px;
  border-bottom: 1px solid #d7e2f0;
  margin-bottom: 10px;
}

.keys_botpart_text_bloq_example_2 {
  font-size: 14px;
  font-weight: 400;
  color: #0078c0;
  line-height: 21px;
  border-bottom: 1px solid #d7e2f0;
  margin-bottom: 10px;
}

.keys_instruction {
  display: block;
  margin-top: 10px;
  margin-bottom: 5px;
}

.keys_a_block {
  display: block;
  margin-top: -4px;
  margin-bottom: 5px;
}

.keys_a_block1 {
  display: block;
  margin-top: -3px;
  margin-bottom: 5px;
}

.keys_botpart_text_last {
  margin-top: 4px;
}

.keys_big_cover {
  border: 4px solid #0078c0;
  padding: 22px 50px 25px 33px;
  font-size: 17px;
  font-weight: 700;
  color: #0078c0;
  text-transform: uppercase;
  margin: 25px 0;
}

.keys_garage {
  display: none;
}

.keys_block_deal_form, .keys_block_property_form, .keys_block_pay_form, .keys_get_mail, .keys_botpart {
  display: none;
}

.keys_footer_lasttext {
  position: relative;
  max-width: 860px;
  margin: auto;
  height: 97px;
  padding-left: 60px;
}

.keys_footer_lasttext_iner {
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  color: #878787;
  max-width: 620px;
  display: none;
}

.keys_page a:hover span {
  color: #67b5e9;
}

@media screen and (max-width: 1400px) and (orientation: landscape) {
  .keys_footer_lasttext_iner {
    line-height: 18px;
  }
}

@media screen and (max-width: 992px) {
  .keys_footer_lasttext {
    position: relative;
    margin: auto;
    margin-top: 0;
    height: initial;
    padding: 32px 10px 32px 55px;
  }
  .keys_footer_lasttext_iner {
    line-height: 17px;
    font-size: 19px;
    margin: 0;
    max-width: none;
  }
  .keys_botpart {
    margin-bottom: 100px;
  }
  .keys_footer_lasttext_iner {
    /*bottom: -130px;*/
  }
}

@media screen and (max-width: 767px) {
  .keys_footer_lasttext_iner {
    line-height: 18px;
    font-size: 14px;
  }
  .keys_footer_lasttext {
    padding: 22px 14px;
  }
}

/*================================ news  ========================================*/

.news_page .full_column {
  max-width: 1640px;
  margin: 0 auto;
  padding: 0 15px;
}

.news_page_tittle {
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 38px;
  margin-top: 64px;
}

.news_page_tittle p {
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 38px;
}

.news_container {
  font-size: 0;
}

.news_left {
  width: calc(100% - 564px);
  margin-top: 10px;
  display: inline-block;
  vertical-align: top;
}

.news_right {
  width: 564px;
  margin-top: 10px;
  display: inline-block;
  vertical-align: top;
}

.news_left_date {
  display: inline-block;
  width: 80px;
  height: inherit;
  vertical-align: top;
  position: relative;
}

.news_left_date_numb {
  font-size: 32px;
  font-weight: 700;
  color: #0078c0;
  line-height: 28px;
  text-align: center;
  width: 80px;
  padding-top: 13px;
}

.news_left_date_mouth {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #0078c0;
  text-align: center;
  width: 80px;
}

.news_left_name_text {
  font-size: 12px;
  font-weight: 700;
  color: #0078c0;
  text-transform: uppercase;
  padding-left: 17px;
  border-left: 3px solid #0078c0;
  display: inline-block;
  width: calc( 100% - 87px);
  padding-right: 30px;
  min-height: 68px;
  line-height: 16px;
}

.news_left_name_text p {
  font-size: 12px;
  font-weight: 700;
  color: #0078c0;
  text-transform: uppercase;
  line-height: 16px;
}

.news_left_text {
  padding-left: 100px;
  font-size: 14px;
  padding-right: 40px;
  margin-top: 20px;
  line-height: 17px;
}

.news_left_text p {
  padding-left: 0;
  font-size: 14px;
  padding-right: 40px;
  margin-top: 0;
  line-height: 17px;
}

.news_img_container {
  position: relative;
  width: 100%;
  z-index: -1;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.news_img_container::before {
  content: '';
  display: block;
  padding-top: 56.25%;
}

.news_mainslider {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.news_prev {
  position: absolute;
  bottom: 26px;
  z-index: 51;
  left: 20px;
  cursor: pointer;
}

.news_next {
  position: absolute;
  bottom: 26px;
  z-index: 51;
  right: 20px;
  cursor: pointer;
}

.news_slider_text_container {
  margin-top: 0;
  position: relative;
  /* top, right, bottom, left */
  padding: 12px 110px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  color: #588525;
  line-height: 15px;
  width: 100%;
  height: 104px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.news_link_back {
  height: 20px;
  margin-top: 32px;
  background-image: url(../images/news/arrow_left.png);
  background-repeat: no-repeat;
  background-position: left 0px top 5px;
  background-size: 7px 11px;
  color: #0078c0;
  padding-left: 17px;
}

.news_link_back_a {
  border-bottom: 1px solid #d7e2f0;
}

.news_link_back_a:hover {
  border-color: transparent;
}

/*================================= loyalty  ====================*/

.loyalty_page {
  width: 100%;
  height: calc(100% - 159px);
  position: absolute;
  margin: 0;
  top: 159px;
  padding: 0;
}

.loyalty_page .full_column {
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0;
}

.loyalty_mainslider {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.loyalty_left_part {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  width: 50%;
  height: 100%;
  border-right: 1px solid #eaeaea;
}

.loyality_right_part {
  position: absolute;
  top: 0;
  left: 50%;
  right: 0;
  bottom: 0;
  overflow: hidden;
  width: 50%;
  font-size: 0;
  padding: 1px;
}

.loyality_four_one {
  height: 50%;
  display: inline-block;
  width: 50%;
  border-top: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  cursor: pointer;
  background-size: 34% auto;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: top;
  position: relative;
}

.loyality_right_inside {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.loyality_four_one:nth-child(1) .loyality_right_inside_text {
  color: #e9741f;
}

.loyality_four_one:nth-child(2) .loyality_right_inside_text {
  color: #598527;
}

.loyality_four_one:nth-child(3) .loyality_right_inside_text {
  color: #007168;
}

.loyality_four_one:nth-child(4) .loyality_right_inside_text {
  color: #0277c1;
}

.loyality_right_inside_text {
  max-width: 100px;
  text-transform: uppercase;
  margin: auto;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
}

.loyality_right_inside_img {
  height: 35%;
  width: auto;
  margin: auto;
  display: block;
  margin-top: 23%;
  margin-bottom: 17px;
}

.loyalty_left_image {
  margin: 20% auto 0;
  height: 18.8%;
  width: auto;
  display: block;
  color: #ffffff;
}

/*.loyalty_left_image_options{
margin:17% auto 0;
width:12.6%;
}
.loyalty_left_image_opt{
margin:21% auto 0;
width:17.1%;
}
.loyalty_left_image_mates{
margin:19% auto 0;
width:14.6%;
}
.loyalty_left_image_family{
margin:18% auto 0;
width:17.1%;
}*/

.loyalty_left_title {
  font-size: 32px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 35px;
  margin-top: 15px;
}

.loyalty_left_text_p {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  max-width: 495px;
  margin: 12px auto;
  line-height: 16px;
}

.caps {
  text-transform: uppercase;
}

.bold {
  font-weight: 700;
}

.loyalty_left_text_p_fam {
  max-width: 504px;
}

@media screen and (min-width: 1600px) {
  .loyalty_left_title {
    font-size: 33px;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 35px;
    margin-top: 17px;
  }
  .loyalty_left_text_p {
    font-size: 16px;
    max-width: 555px;
    margin: 15px auto;
    line-height: 18px;
  }
  .loyalty_left_text_p_fam {
    max-width: 604px;
  }
  .loyality_right_inside_text {
    font-size: 20px;
    line-height: 30px;
  }
  .loyality_right_inside_img {
    height: 32%;
    margin-top: 27%;
  }
  .loyality_right_inside_text {
    font-size: 22px;
    line-height: 33px;
  }
}

@media screen and (min-width: 1900px) {
  .loyality_right_inside_img {
    height: 27%;
    margin-top: 30%;
  }
}

@media screen and (max-width: 1200px) and (orientation: portrait) {
  .loyalty_left_part {
    width: 100%;
    height: 70%;
  }
  .loyality_right_part {
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 30%;
  }
  .loyality_four_one {
    background-size: auto 80%;
  }
  .loyalty_left_text_p {
    font-size: 17px;
    line-height: 21px;
    width: 90%;
  }
  .loyality_right_inside_img {
    height: 40%;
    margin-top: 3%;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 1200px) and (orientation: landscape) {
  .loyalty_left_text_p {
    max-width: 90%;
  }
  .loyality_right_inside_text {
    font-size: 16px;
    line-height: 24px;
  }
}

@media screen and (max-width: 767px) {
  .loyalty_left_text_p {
    max-width: 90%;
  }
  .albatros_down {
    margin-top: 0px;
  }
  .loyalty_page {
    height: initial;
    position: relative;
    top: 117px;
  }
  .loyalty_mainslider, .loyalty_mainslider .swiper-wrapper {
    overflow: hidden;
    position: relative;
    display: block;
    height: initial;
  }
  .loyalty_left_part {
    width: 100%;
    height: initial;
  }
  .loyalty_page .full_column {
    height: initial;
  }
  .loyality_right_part {
    display: none;
  }
  .loyalty_page {
    height: initial;
    position: relative;
    top: 70px;
  }
  .loyalty_left_image {
    width: 34%;
  }
  /*.loyalty_left_image_mates {
width: 28%;
}
.loyalty_left_image_opt {
width: 34%;
}
.loyalty_left_image_options {
width: 24%;
}*/
  .loyalty_page .swiper-slide {
    height: 700px;
  }
}

@media screen and (max-width: 400px) {
  .loyalty_left_text_p {
    font-size: 16px;
    line-height: 19px;
    width: 90%;
  }
  .loyalty_page .swiper-slide {
    height: 600px;
  }
}

@media screen and (max-width: 768px) and (orientation: landscape) {
  .loyalty_page .swiper-slide {
    height: 370px;
  }
  .loyalty_left_text_p {
    font-size: 16px;
    line-height: 19px;
    width: 90%;
  }
  .loyalty_left_image {
    display: none;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .loyalty_page .swiper-slide {
    height: 1000px;
  }
  .loyalty_left_text_p {
    font-size: 19px;
    line-height: 22px;
    width: 80%;
  }
}

@media screen and (min-width: 992px) and (orientation: portrait) {
  .loyalty_left_text_p {
    font-size: 19px;
    line-height: 22px;
    width: 80%;
  }
  .loyalty_left_text_p {
    font-size: 22px;
    line-height: 25px;
    width: 70%;
    max-width: none;
  }
  .loyalty_left_title {
    font-size: 40px;
  }
}

/*========================= minipolis   ============  */

.mnpolis_page {}

.mnpolis_page .full_column {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/minipolis/mnpolis_bg.jpg);
  position: absolute;
  top: 0;
  height: 0;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}

.mnpolis_page_logo_container {
  width: 12.5%;
  min-width: 230px;
  position: absolute;
  top: 115px;
  height: 210px;
  right: 24.1%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/minipolis/minipolis_sub_logo.png);
  padding: 30px 45px 0;
  display: block;
  z-index: 61;
}

.mnpolis_page_logo {
  display: block;
  width: 95%;
  height: auto;
  position: relative;
  margin: auto;
}

.mnpolis_page_logo_text {
  display: block;
  width: 95%;
  font-size: 14px;
  margin: auto;
  font-weight: 400;
  color: #0078c1;
  line-height: 16px;
  margin-top: 15px;
}

.mnpolis_page_logo_text_a {
  font-size: 14px;
  font-weight: 400;
  color: #0078c1;
  line-height: 16px;
  border-bottom: 1px solid #d8e3f0;
  cursor: pointer;
}

.mnpolis_page_logo_text_a:hover {
  color: #0078c1;
  line-height: 16px;
}

.mnpolis_main_content {
  position: absolute;
  top: 26%;
  text-align: center;
  color: #ffffff;
  width: 100%;
}

.mnpolis_title {
  font-size: 4vh;
  font-weight: 700;
  text-transform: uppercase;
}

.mnpolis_page_line {
  margin: auto;
  margin-top: 16px;
  margin-bottom: 45px;
}

.mnpolis_subtitle {
  font-size: 2.2vh;
  font-weight: 700;
  margin-bottom: 15px;
}

.mnpolis_text {
  font-size: 16px;
  font-size: 2.0vh;
  font-weight: 400;
  width: 45%;
  margin: auto;
  margin-bottom: 15px;
}

.mnpolis_button {
  display: table;
  margin: auto;
  margin-top: 50px;
  overflow: hidden;
}

.mnpolis_button a {
  border: 3px solid #ffffff;
  display: block;
  height: 100%;
  font-size: 17px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 19px;
  z-index: 2;
  padding: 8px 37px;
}

/*.mnpolis_button:hover{
background-color:#ffffff;
}
.mnpolis_button:hover a{
color:#0078c0;
}*/

.mnpolis_button a:link, .mnpolis_button a:visited {
  position: relative;
  margin: 0;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.mnpolis_button a:link:after, .mnpolis_button a:visited:after {
  content: "";
  position: absolute;
  background: none repeat scroll 0 0 #fff;
  height: 0%;
  width: 0;
  left: 50%;
  top: 50%;
  z-index: -1;
  -webkit-transition: all .4s ease 0s;
  -moz-transition: all .4s ease 0s;
  -o-transition: all .4s ease 0s;
  transition: all .4s ease 0s;
}

.mnpolis_button a:link:hover, .mnpolis_button a:visited:hover {
  color: #000000;
  text-shadow: none;
}

.mnpolis_button a:link:hover:after, .mnpolis_button a:visited:hover:after {
  height: 630%;
  width: 120%;
}

.mnpolis_button a:after {
  width: 0%;
  border-radius: 50%;
  opacity: .5;
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.mnpolis_button a:hover:after {
  height: 630%;
  width: 120%;
  opacity: 1;
}

.nmpolis_decor {
  position: absolute;
  height: auto;
}

.nmpolis_decor_blue_arc {
  width: 5%;
  left: 19%;
  top: 18%;
}

.nmpolis_decor_green_circle {
  width: 8.8%;
  left: 13%;
  bottom: 60px;
}

.nmpolis_decor_orange_circle {
  width: 4%;
  left: 6%;
  top: 35%;
}

.nmpolis_decor_orange_house {
  width: 6.2%;
  right: 11%;
  top: 31%;
}

.nmpolis_decor_white_kupol {
  width: 7.5%;
  right: 11%;
  top: 57%;
}

@media screen and (max-width: 1400px) {
  .mnpolis_text {
    width: 60%;
  }
}

@media screen and (max-width: 1600px) {
  .mnpolis_text {
    width: 55%;
  }
}

@media screen and (max-width: 1200px) {
  .mnpolis_page_logo_container {
    right: 17.1%;
  }
  .mnpolis_main_content {
    top: 21%;
  }
  .mnpolis_text {
    width: 78%;
  }
  .nmpolis_decor_white_kupol {
    right: 3%;
  }
  .nmpolis_decor_orange_house {
    top: 23%;
  }
}

@media screen and (max-width: 980px) {
  .mnpolis_page .full_column {
    overflow: auto;
    overflow-x: hidden;
  }
  .mnpolis_main_content {
    padding-bottom: 180px;
  }
}

@media screen and (max-width: 767px) {
  .mnpolis_page_logo_container {
    right: 10px;
  }
  .mnpolis_page {
    height: inherit;
  }
  .nmpolis_decor {
    display: none;
  }
  .nmpolis_decor.nmpolis_decor_orange_circle {
    display: block;
    width: 80px;
    top: 80px;
    right: -60px;
    left: auto;
    bottom: auto;
  }
  .nmpolis_decor.nmpolis_decor_white_kupol {
    display: block;
    width: 120px;
    top: -100px;
    left: -50px;
    right: auto;
    bottom: auto;
  }
  .nmpolis_decor.nmpolis_decor_green_circle {
    display: block;
    width: 120px;
    top: 240px;
    left: -100px;
    right: auto;
    bottom: auto;
  }
  .mnpolis_main_content {
    padding-bottom: 100px;
  }
  .mnpolis_page {
    height: initial;
    display: block;
    position: relative;
    padding-top: 70px;
  }
  .mnpolis_page .full_column {
    margin-bottom: 0;
    height: initial;
    display: block;
    position: relative;
  }
  .mnpolis_title {
    font-size: 32px;
  }
  .mnpolis_text {
    font-size: 16px;
    width: 92%;
  }
  .mnpolis_subtitle {
    font-size: 19px;
    width: 90%;
    margin: 0 auto 15px;
  }
  .mnpolis_main_content {
    margin-top: 60px;
    top: 0;
    position: relative;
    padding-bottom: 210px;
  }
  .mnpolis_page_logo_container.bottom {
    display: block;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    background-image: url(../images/minipolis/mn_polis_bg2.png);
    transform: inherit;
    padding: 0;
    top: initial;
  }
  .mnpolis_page_logo_container.top {
    display: none;
  }
  .mnpolis_page_logo_container.bottom .mnpolis_page_logo {
    width: 180px;
    margin-top: 110px;
  }
  .mnpolis_page_logo_text {
    display: block;
    width: 276px;
    font-size: 18px;
    color: #0078c1;
    line-height: 18px;
    margin-top: 15px;
  }
  .mnpolis_page_logo_text_a {
    font-size: 18px;
    color: #0078c1;
    line-height: 18px;
    border-bottom: 1px solid #d8e3f0;
    cursor: pointer;
  }
  .mnpolis_page_line {
    margin: 12px auto 42px;
    width: 140px;
    height: 1px;
  }
}

@media screen and (max-width: 320px) {
  .mnpolis_page_logo_container.bottom .mnpolis_page_logo {
    width: 160px;
    margin-top: 110px;
  }
  .mnpolis_main_content {
    margin-top: 40px;
  }
  .mnpolis_page_logo_text {
    width: 226px;
    font-size: 14px;
    line-height: 16px;
    margin-top: 15px;
  }
  .mnpolis_title {
    font-size: 24px;
  }
  .mnpolis_text {
    font-size: 14px;
  }
  .mnpolis_page_line {
    margin: 8px auto 32px;
    width: 120px;
  }
  .nmpolis_decor.nmpolis_decor_orange_circle {
    top: 30px;
  }
  .mnpolis_button {
    width: 92%;
    padding-left: auto;
    padding-right: auto;
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .mnpolis_page_logo_container.bottom {
    display: none;
  }
  .mnpolis_page_logo_container.top {
    display: block;
  }
}

@media screen and (max-height: 500px) {
  .mnpolis_page_logo_container {
    top: 0px;
    right: 15px;
  }
  .mnpolis_page {
    height: initial;
    display: block;
    position: relative;
    padding-top: 70px;
  }
  .mnpolis_page .full_column {
    margin-bottom: 0;
    height: initial;
    display: block;
    position: relative;
  }
  .mnpolis_main_content {
    position: relative;
    height: initial;
    padding-bottom: 220px;
  }
  .mnpolis_title {
    font-size: 25px;
  }
  .mnpolis_text {
    width: 60%;
    font-size: 12px;
  }
  .mnpolis_subtitle {
    font-size: 16px;
  }
}

@media screen and (min-width: 790px) and (max-width: 900px) and (orientation: portrait) {
  .nmpolis_decor_green_circle {
    left: -3%;
    width: 11%;
  }
  .nmpolis_decor_white_kupol {
    right: -3%;
    width: 8%;
  }
  .nmpolis_decor_orange_circle {
    width: 12%;
    left: -5%;
  }
  .nmpolis_decor_blue_arc {
    width: 7%;
    left: 10%;
    top: 18%;
  }
  .mnpolis_text {
    width: 84%;
  }
}

/*================== footer on mobiles =======================*/

@media screen and (max-width: 767px) {
  .xx-social .openfooterbotton, .xx-main .openfooterbotton {
    display: block;
  }
  @keyframes openfooterx {
    0% {
      bottom: -80%;
    }
    100% {
      bottom: 0px;
    }
  }
  @keyframes closefooterx {
    0% {
      bottom: 0px;
    }
    100% {
      bottom: -80%;
    }
  }
  .xx-social .footer, .xx-main .footer {
    position: fixed;
    display: block;
    width: 100%;
    height: 80%;
    bottom: -80%;
    padding: 0;
  }
  .xx-social .mobile_footer_overflow, .xx-main .mobile_footer_overflow {
    overflow: auto;
    padding: 1px 13px 15px 13px;
  }
  .xx-social .footer.closed, .xx-main .footer.closed {
    bottom: -80%;
  }
  .xx-social .footer.closed, .xx-main .footer.closed {
    animation-name: closefooterx;
    bottom: -80%;
  }
  .xx-social .footer, .xx-main .footer {
    z-index: 221;
  }
  .xx-social .footer.opened, .xx-main .footer.opened {
    animation-name: openfooterx;
    animation-duration: 0.8s;
    animation-timing-function: linear;
    bottom: 0px;
  }
}

/*================= submenu =======================*/

@media screen and (max-width: 980px) {
  .mobile_menu_mainblock_list {
    position: relative;
    list-style: none;
    padding-left: 40px;
    padding-right: 35px;
    margin-top: 8px;
    /*display:none;*/
    max-height: 0;
    margin-top: 0px;
    overflow: hidden;
  }
  @keyframes submenuanimation1 {
    from {
      max-height: 0;
      margin-top: 0;
      margin-bottom: 0;
    }
    to {
      max-height: 500px;
      margin-top: 8px;
      margin-bottom: 23px;
    }
  }
  @keyframes submenuanimation2 {
    from {
      max-height: 500px;
      margin-top: 8px;
      margin-bottom: 23px;
    }
    to {
      max-height: 0;
      margin-top: 0;
      margin-bottom: 0;
    }
  }
  .submenuopened {
    max-height: 500px;
    margin-top: 8px;
    margin-bottom: 23px;
    animation-name: submenuanimation1;
    animation-duration: 1s;
  }
  .submenuclosed {
    max-height: 0;
    margin-top: 0;
    margin-bottom: 0;
    animation-name: submenuanimation2;
    animation-duration: 1s;
  }
  .mobile_menu_mainblock_list li {
    border-bottom: 2px solid #c3c3c3;
  }
  .mobile_menu_mainblock_list li:first-of-type {
    border-top: 2px solid #c3c3c3;
  }
  .mobile_menu_mainblock_list li a {
    color: #7f7f7f;
    font-size: 36px;
    line-height: 40px;
    display: block;
    padding-top: 17px;
    padding-bottom: 15px;
  }
  .mobile_menu {
    height: 100vh;
    width: 660px;
    overflow: auto;
  }
}

@media screen and (max-width: 767px) {
  .mobile_menu_mainblock_list {
    position: relative;
    list-style: none;
    padding-left: 40px;
    padding-right: 35px;
    /*margin-top: 6px;
margin-bottom: 8px;*/
  }
  .mobile_menu_mainblock_list li {
    border-bottom: 1px solid #c3c3c3;
  }
  .mobile_menu_mainblock_list li:first-of-type {
    border-top: 1px solid #c3c3c3;
  }
  .mobile_menu_mainblock_list li a {
    font-size: 15px;
    line-height: 18px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .mobile_menu {
    height: 100vh;
    width: 86%;
    overflow: auto;
  }
}

/*================= feedback =======================*/

@media screen and (max-width: 1100px) {
  .fb_close_text {
    display: none;
  }
  .fb_closepopup {
    position: absolute;
    right: 50px;
    top: 20px;
    width: initial;
    cursor: pointer;
  }
}

@media screen and (max-width: 980px) {
  .fb_popup_content {
    padding: 0;
  }
  .fb_popup_leftpars {
    background: none;
    width: 100%;
  }
  .fb_popup_leftpars_innder {
    width: 80%;
    margin-left: 5%;
  }
  .fb_popup_select, .fb_popup_innder_input_text.second {
    float: right;
    width: 347px;
  }
  .fb_popup_innder_lineinput {
    position: relative;
  }
  .fb_popup_innder_capcha_img {
    position: absolute;
    right: 195px;
  }
  .fb_popup_innder_input_text.capcha {
    width: 175px;
    position: absolute;
    right: 0;
  }
  .page_container.feedback_page {
    top: 117px;
  }
}

@media screen and (max-width: 879px) {
  .fb_popup_select, .fb_popup_innder_input_text.second {
    float: right;
    width: 272px;
  }
  .fb_popup_innder_lineinput {
    position: relative;
  }
  .fb_popup_innder_capcha_img {
    position: absolute;
    right: 165px;
  }
  .fb_popup_innder_input_text.capcha {
    width: 155px;
  }
  .fb_popup_innder_input_text.first, .fb_popup_innder_block_text.first {
    margin-right: 0;
    width: 272px;
  }
  .fb_popup_innder_submit {
    width: 272px;
  }
  .fb_popup_innder_block_text {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .fb_popup {
    z-index: 555;
    top: 0;
    left: 0;
    /*right: 0;*/
    bottom: 0;
    height: auto;
    width: 100%;
    max-height: none;
    overflow: auto;
  }
  .fb_closepopup img {
    width: 24px;
    height: 24px;
  }
  .fb_popup_shadow {
    display: none;
  }
  .fb_popup_content {
    position: relative;
    padding: 0;
    top: 0;
    height: auto;
    display: block;
  }
  .fb_popup_leftpars_innder {
    width: 100%;
    margin-left: 0;
  }
  .fb_popup_innder_input_text.first, .fb_popup_innder_block_text.first {
    margin-right: 0;
    width: 100%;
  }
  .fb_popup_select, .fb_popup_innder_input_text.second {
    float: none;
    width: 100%;
    margin-top: 20px;
    white-space: nowrap;
    overflow: hidden;
  }
  .fb_popup_leftpars {
    background: none;
    width: 100%;
    height: initial;
    max-width: none;
    margin: auto;
    position: relative;
  }
  .fb_closepopup {
    right: 20px;
    top: 28px;
  }
  .fb_popup_innder_header {
    font-size: 24px;
  }
  .fb_popup_innder_capcha_img {
    position: relative;
    right: 0;
  }
  .fb_popup_innder_input_text.capcha {
    position: relative;
  }
  .fb_popup_leftpars_innder {
    height: initial;
  }
  .feedback_rules {
    width: 100%;
    float: none;
  }
  .fb_popup_innder_lineinput {
    position: relative;
    margin-bottom: 30px;
  }
  .fb_popup_innder_submit {
    width: 100%;
    position: relative;
    display: block;
    float: none;
    margin-top: 20px;
  }
  #feedback_map {
    height: calc(100vh - 117px);
  }
  .fb_popup_leftpars_innder {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .page_container {
    height: calc(100% - 70px);
    max-height: calc(100% - 70px);
  }
  #feedback_map {
    min-height: 700px;
  }
}

@media screen and (max-width: 374px) {
  .fb_popup_innder_capcha_img {
    display: block;
    margin-bottom: 20px;
  }
}

@media screen and (max-height: 600px) and (max-width: 980px) {
  .mobile_menu_mainblock_list li a {
    font-size: 16px;
    line-height: 15px;
    padding-top: 15px;
    padding-bottom: 13px;
  }
}

/*=================== team popup ========================*/

.team_popup {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 322;
  cursor: initial;
  display: none;
}

.team_popup_inner {
  width: 790px;
  height: 535px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #e9e9e9;
  font-size: 0;
  z-index: 401;
}

.team_popup_left {
  padding: 10px 0 10px 10px;
  height: 100%;
  width: 60%;
  display: inline-block;
  vertical-align: top;
}

.team_popup_right {
  display: inline-block;
  width: 40%;
  height: 100%;
  background-color: #0078c0;
  vertical-align: top;
  padding: 37px 30px 0 40px;
  color: #ffffff;
}

.team_popup_image_container {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.team_popup_name {
  font-weight: 700;
  font-size: 40px;
  line-height: 40px;
}

.team_popup_position {
  font-weight: 400;
  font-size: 21px;
  line-height: 21px;
  margin-top: 8px;
  margin-bottom: 30px;
}

.team_popup_text p {
  font-weight: 400;
  font-size: 17px;
  line-height: 19px;
  margin-top: 11px;
}

.team_close_worker_popup {
  position: absolute;
  top: 0;
  right: -48px;
  cursor: pointer;
  height: 32px;
  width: 32px;
  display: block;
  background-image: url(../images/career/close.svg);
  background-size: 32px 32px;
  background-position: center;
}

.team_close_worker_popup:hover {
  background-image: url(../images/career/close_hover.svg);
}

@media screen and (max-width: 980px) {
  .team_popup_inner {
    width: 90%;
  }
  .team_popup_name {
    font-size: 36px;
    line-height: 36px;
  }
  .team_popup_text p {
    font-size: 14px;
    line-height: 16px;
  }
  .team_close_worker_popup {
    right: -32px;
  }
}

@media screen and (max-width: 768px) {
  .team_popup_inner {
    width: 100%;
    overflow: auto;
  }
  .team_popup_left {
    padding: 10px 10px 0 10px;
    width: 100%;
  }
  .team_popup_right {
    display: block;
    width: 100%;
    height: initial;
    padding: 37px 30px 45px 40px;
  }
  .team_close_worker_popup {
    right: 15px;
    top: 15px;
    background-image: url(../images/career/close.svg);
  }
  .team_close_worker_popup:hover {
    background-image: url(../images/career/close_hover.svg);
  }
  .team_popup_inner {
    height: 100%;
  }
  .team_popup_name {
    font-size: 40px;
    line-height: 40px;
  }
  .team_popup_position {
    font-size: 23px;
    line-height: 23px;
  }
  .team_popup_text p {
    font-size: 20px;
    line-height: 24px;
  }
}

@media screen and (max-width: 768px) and (orientation: landscape) {
  .team_popup_right {
    display: inline-block;
    width: 50%;
  }
  .team_popup_left {
    width: 50%;
    display: inline-block;
  }
  .team_close_worker_popup {
    left: 15px;
  }
}

/*===================== keys       ========================================*/

@media screen and (max-width: 1100px) {
  .keys_optionsfrom {
    background-size: 100% 90%;
    width: 900px;
    padding: 45px 80px 70px;
  }
  .keys_toppart, .keys_botpart {
    max-width: 800px;
  }
}

@media screen and (max-width: 980px) {
  .keys_page .keys_container {
    padding: 32px 34px;
    padding-bottom: 0;
  }
  .keys_toppart {
    padding: 0;
    padding-bottom: 60px;
  }
  .keys_optionsfrom, .keys_optionsfrom.garage {
    background: none;
  }
  .keys_toppart_title {
    font-size: 48px;
    margin-bottom: 9px;
    padding-left: 56px;
    padding-top: 50px;
  }
  .keys_toppart_subtitle_first {
    margin-bottom: 17px;
    padding-left: 56px;
    font-size: 24px;
  }
  .keys_construction_type {
    margin-top: 15px;
    padding-left: 56px;
    font-size: 0;
    margin-bottom: 30px;
  }
  .keys_select_type {
    background-image: none;
    width: 212px;
    height: 56px;
    border: 3px solid #d4e6f4;
    margin: 0;
    font-size: 22px;
    padding-top: 10px;
    text-align: center;
    position: relative;
  }
  .keys_select_type.selected {
    background-image: none;
    border: 3px solid #0078c0;
    background-color: #0078c0;
    color: #ffffff;
  }
  .flat.selected:after {
    content: url('../images/keys/triangle_right.png');
    position: absolute;
    z-index: 121;
    left: 50px;
    bottom: -43px;
  }
  .garage.selected:after {
    content: url('../images/keys/triangle_left.png');
    position: absolute;
    z-index: 121;
    left: 50px;
    bottom: -43px;
  }
  .keys_select_type.flat {
    border-right: none;
  }
  .keys_select_type.garage {
    border-left: none;
  }
  .keys_optionsfrom {
    background: none;
    width: 100%;
    padding: 33px 80px 20px 26px;
    border: 6px solid #0078c0;
    margin: 0;
    width: calc(100% + 66px);
    margin-left: -33px;
  }
  .keys_options_from_block_subtitle_sec {
    display: none;
  }
  .keys_options_from_block .keys_select {
    width: 100%;
    margin-right: 0;
    background-image: none;
    border: none;
    padding: 7px 80px 14px 56px;
    margin-bottom: 23px;
  }
  .keys_options_from_block_houses {
    display: none;
    padding-top: 10px;
    width: 100%;
    padding-left: 56px;
    margin-bottom: 20px;
  }
  .keys_select_adress_flat.selected, .keys_select_adress_garage.selected {
    background-color: #0078c0;
  }
  .keys_select_adress_garage.selected .keys_select_title {
    color: #ffffff;
  }
  .selected>.keys_select_comment {
    color: #ffffff;
  }
  .keys_options_from_block_subtitle {
    font-size: 24px;
    padding-left: 56px;
  }
  .keys_select_title {
    font-size: 21px;
  }
  .keys_select_adress_flat.selected .keys_select_title {
    color: #ffffff;
  }
  .keys_options_from_block_subtitle_mobile {
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    display: block;
    width: 100%;
    vertical-align: top;
    font-size: 24px;
  }
  .keys_select_comment {
    font-size: 20px;
    line-height: 21px;
    margin-top: 4px;
  }
  .key_house, .key_garage {
    font-size: 21px;
    width: 82px;
    height: 62px;
    padding-top: 13px;
  }
  .keys_options_from_block_subtitle {
    margin-bottom: 10px;
  }
  .keys_toppart_subtitle {
    font-size: 24px;
    padding-left: 56px;
    margin-top: 50px;
  }
  .keys_block_deal_form .keys_select, .keys_block_property_form .keys_select, .keys_block_pay_form .keys_select {
    padding: 2px 47px 2px;
    background-position: left 1px top 1px;
    background-size: 32px 32px;
    font-size: 21px;
    margin-right: 10px;
    height: 37px;
    margin-bottom: 11px;
    width: 100%;
  }
  .keys_get_mail {
    padding-left: 56px;
  }
  .keys_sent_email, .key_mail_input {
    width: 470px;
    height: 46px;
    font-size: 19px;
  }
  .keys_sent_email {
    margin: 0;
    margin-top: 11px;
    font-size: 24px;
    padding-top: 7px;
  }
  .keys_botpart_title {
    font-size: 20px;
    margin-bottom: 17px;
  }
  .keys_botpart {
    padding: 60px 60px 60px 56px;
  }
  .keys_botpart_text_bloq {
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
  }
  .keys_botpart_text_bloq_example_2 {
    color: #0078c0;
    line-height: 22px;
  }
  .keys_blue_bottom {
    font-size: 18px;
  }
  .keys_botpart_text_bloq_example {
    font-size: 20px;
  }
  .keys_botpart_text {
    font-size: 20px;
  }
  .keys_botpart_text_bloq_example_2 {
    line-height: 26px;
    font-size: 20px;
  }
  .keys_botpart_text_bigphone {
    font-size: 26px;
  }
  .keys_botpart_text_boldmail {
    font-size: 20px;
    font-weight: 700;
  }
}

@media screen and (min-width: 981px) {
  .keys_options_from_block_subtitle_mobile {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .keys_page {
    padding-top: 70px;
  }
  .keys_decorative_element {
    width: 60px;
  }
  .keys_page .keys_container {
    padding: 11px 14px;
    padding-bottom: 0;
  }
  .keys_toppart_title {
    font-size: 26px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 9px;
    padding-left: 32px;
    padding-top: 50px;
    line-height: 40px;
  }
  .keys_toppart_subtitle {
    font-size: 16px;
    padding-left: 14px;
    margin-top: 20px;
  }
  .keys_construction_type {
    margin-top: 15px;
    padding-left: 0;
    font-size: 0;
    margin-bottom: 30px;
  }
  .keys_toppart>.keys_construction_type {
    margin-bottom: 20px;
  }
  .flat.selected:after, .garage.selected:after {
    bottom: -30px;
  }
  .keys_select_type {
    width: 50%;
    height: 46px;
    font-size: 18px;
    text-align: center;
    padding: 0;
    padding-top: 7px;
  }
  .keys_optionsfrom {
    padding: 20px 7px 20px 8px;
    border: 6px solid #0078c0;
    width: calc(100% + 28px);
    margin-left: -14px;
    margin-bottom: 45px;
  }
  .keys_options_from_block_subtitle {
    font-size: 20px;
    padding-left: 14px;
    width: 100%;
    margin-bottom: 16px;
  }
  .keys_options_from_block .keys_select {
    width: 100%;
    margin-right: 0;
    background-image: none;
    border: none;
    padding: 7px 14px 14px 14px;
    margin-bottom: 23px;
  }
  .keys_select_title {
    font-size: 19px;
  }
  .keys_select_comment {
    font-size: 14px;
    line-height: 19px;
    margin-top: 4px;
  }
  .keys_options_from_block_houses {
    width: 100%;
    padding-left: 14px;
    margin-bottom: 4px;
  }
  .keys_options_from_block_subtitle_mobile {
    font-size: 20px;
  }
  .key_house, .key_garage {
    font-size: 14px;
    width: 55px;
    height: 41px;
    padding-top: 9px;
    margin-top: 9px;
  }
  .keys_options_from_block .keys_select {
    margin-bottom: 4px;
  }
  .keys_block_deal_form .keys_select, .keys_block_property_form .keys_select, .keys_block_pay_form .keys_select {
    padding: 2px 37px 2px;
    background-position: left 1px top 1px;
    background-size: 22px 22px;
    font-size: 19px;
    margin-right: 10px;
    height: 40px;
    margin-bottom: 16px;
    width: 100%;
    line-height: 21px;
    padding-right: 20px;
    max-width: 320px;
  }
  .keys_block_deal_form, .keys_block_property_form, .keys_block_pay_form, .keys_get_mail, .keys_botpart {
    padding-left: 14px;
    padding-right: 14px;
  }
  .keys_toppart_subtitle_sec, .keys_toppart_subtitle_th {
    padding-left: 0;
  }
  .keys_sent_email, .key_mail_input {
    width: 100%;
    height: 64px;
    font-size: 19px;
  }
  .keys_sent_email {
    margin: 0;
    margin-top: 11px;
    font-size: 17px;
    padding: 9px 20% 0;
  }
  .keys_toppart {
    padding-bottom: 30px;
  }
  .keys_botpart {
    padding: 33px 14px 33px 14px;
  }
  .keys_botpart_text {
    font-size: 16px;
    padding-right: 20px;
  }
  .keys_botpart_text_bloq {
    font-size: 16px;
    line-height: 22px;
  }
  .keys_botpart_text_bloq_example_2 {
    line-height: 22px;
    font-size: 16px;
  }
  .keys_blue_bottom {
    font-size: 16px;
    padding: 17px 18px;
  }
  .keys_big_cover {
    border: 4px solid #0078c0;
    padding: 18px 17px 19px 17px;
    font-size: 16px;
    font-weight: 700;
    color: #0078c0;
    text-transform: uppercase;
    margin: 25px 0;
  }
  .keys_botpart_text_bigphone {
    font-size: 23px;
  }
  .keys_botpart_text_boldmail {
    font-size: 16px;
    font-weight: 700;
  }
}

@media (max-width: 320px) {
  .keys_toppart_title {
    font-size: 20px;
  }
  .keys_toppart_subtitle {
    font-size: 14px;
    padding-left: 12px;
    margin-top: 16px;
  }
}

.xx-social .odometer.odometer-animating-up .odometer-ribbon-inner, .xx-social .odometer.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  -webkit-transition-duration: 1s !important;
  -moz-transition-duration: 1s !important;
  -ms-transition-duration: 1s !important;
  -o-transition-duration: 1s !important;
  transition-duration: 1s !important
}

.landscape_cover {
  display: none;
}

@media screen and (max-height: 500px) and (orientation: landscape) {
  .landscape_cover {
    position: fixed;
    background-image: url(../images/rotate_bg.jpg);
    background-size: cover;
    background-position: center;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999999999;
  }
  .xx-main .landscape_cover, .xx-social .landscape_cover {
    display: block;
  }
  .landscape_text {
    height: 23%;
    width: auto;
    margin: auto;
    margin-top: 8.5%;
    display: block;
  }
  .landscape_mobile {
    height: 33%;
    width: auto;
    margin: auto;
    margin-top: 9%;
    display: block;
  }
}

/*======================== map proyects =================*/

.map_proyects_elements {
  display: none;
}

.info_window_content {
  background-color: #ffffff;
  width: 340px;
  padding: 12px 12px 15px 12px;
  -webkit-box-shadow: -9px 7px 23px 2px rgba(0, 0, 0, 0.57);
  -moz-box-shadow: -9px 7px 23px 2px rgba(0, 0, 0, 0.57);
  box-shadow: -9px 7px 23px 2px rgba(0, 0, 0, 0.57);
  position: relative;
}

.info_window_photo_content {
  height: 171px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.info_window_text_header {
  font-weight: 700;
  font-size: 19px;
  color: #0078c1;
  margin-top: 19px;
}

.info_window_text_description {
  font-weight: 400;
  font-size: 14px;
  color: #000000;
}

.info_window_text_description a {
  font-weight: 400;
  font-size: 14px;
  color: #000000;
}

a .info_window_text_description {
  font-weight: 400;
  font-size: 14px;
  color: #000000;
}

.info_window_text_content {
  display: block;
  position: relative;
}

.info_window_ramka {
  border: 5px solid #0078c1;
  position: absolute;
  top: -12px;
  left: -36px;
  width: inherit;
  height: calc(100% + 42px);
  width: calc(100% + 24px);
}

.info_window_ramka:after {
  content: url('../images/map/triangle.png');
  /* with class ModalCarrot ??*/
  position: absolute;
  /*or absolute*/
  z-index: 100000;
  /*a number that's more than the modal box*/
  left: 65px;
  bottom: -23px;
}

.gm-style-iw {
  overflow: visible !important;
}

.gm-style-iw * {
  overflow: visible !important;
}

.info_window_content_container {
  padding: 30px;
}

.gm-style-iw+div {
  right: 40px !important;
  top: 15px !important;
  width: 25px !important;
  height: 25px !important;
}

.gm-style-iw+div img {
  position: absolute;
  left: 0 !important;
  top: 0 !important;
  width: 25px !important;
  height: 25px !important;
  content: url("../images/close_mobile_menu.png") !important;
}

@media screen and (max-width: 992px) {
  .page_container {
    top: 70px;
  }
  .page_container {
    height: calc(100% - 70px);
    max-height: calc(100% - 70px);
  }
  .xx-projects .map_page .full_column {
    padding-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .page_container {
    top: 70px;
  }
  .page_container {
    height: calc(100% - 70px);
    max-height: calc(100% - 70px);
  }
  .xx-projects #feedback_map {
    min-height: 600px;
  }
  /*--- Marker info-window ---*/
  .gm-style-iw+div {
    right: auto !important;
    left: 20px !important;
  }
  .gm-style-iw+div+img {
    top: 2px !important;
    left: 20px !important;
  }
  .info_window_content {
    width: 280px;
  }
  .info_window_photo_content {
    height: 145px;
  }
  .info_window_ramka {
    width: calc(100% + 30px);
    height: calc(100% + 42px);
    top: -12px;
    left: -25px;
  }
  /*--- End ---*/
}

/*========= deleting footer on mobiles*/

@media screen and (max-width: 667px) {
  .xx-main .openfooterbotton, .xx-social .openfooterbotton {
    display: none !important;
  }
  .xx-main .finger_swipe, .xx-social .finger_swipe {
    display: none !important;
  }
}

.showcase_popup_container {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 117px;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 210;
  display: none;
}

.swc_popup_shadow {
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.showcase_popup_inner {
  background-color: #0078c0;
  z-index: 20;
  position: relative;
  width: 100%;
  width: calc(100% - 282px);
  margin: 0 141px;
  padding: 22px 130px 50px 145px;
}

.showcase_popup_content {
  display: flex;
}

.showcase_popup_element {
  width: calc((100% - 90px) * 0.333);
  margin-right: 30px;
  opacity: 0.7;
  cursor: pointer;
}

.showcase_popup_element:hover {
  opacity: 1;
}

.showcase_popup_element_a {
  display: block;
  text-decoration: none;
}

.showcase_popup_element_a:hover {
  text-decoration: none;
}

.showcase_popup_name {
  color: #ffffff;
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  min-height: 58px;
}

.showcase_popup_name_bigger {
  font-size: 31px;
  line-height: 27px;
  font-weight: 700;
}

.showcase_popup_address {
  color: #ffffff;
  font-weight: 400;
  font-size: 18px;
  padding-left: 22px;
  padding-top: 1px;
  background-size: 15px 20px;
  background-position: top left;
  background-repeat: no-repeat;
  background-image: url(../images/showcase/pin.png);
  margin-top: 10px;
}

.showcase_popup_img {
  width: 100%;
  height: 260px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 14px;
  position: relative;
}

.showcase_popup_img.showcase_percent:after {
  content: "";
  display: block;
  width: 47px;
  height: 57px;
  background: url('../images/showcase/percent.png');
  background-size: cover;
  position: absolute;
  left: 20px;
  top: 0;
}

.showcase_popup_info {
  display: flex;
  margin-top: 16px;
  margin-bottom: 9px;
}

.showcase_info_left {
  height: 30px;
  padding-left: 33px;
  background-size: 28px 30px;
  background-position: center left;
  background-repeat: no-repeat;
}

.showcase_info_left p {
  color: #ffffff;
  margin: 0;
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 1px;
}

.showcase_info_right, .showcase_info_right p {
  color: #ffffff;
  font-weight: 700;
  font-size: 33px;
  line-height: 33px;
  margin-left: 16px;
}

.showcase_info_right sup {
  color: #ffffff;
  font-weight: 700;
  font-size: 17px;
  top: -8px;
}

.showcase_allprojects {
  position: absolute;
  left: 0;
  top: 94px;
  height: 260px;
  width: 70px;
  background-color: #429bd0;
}

.showcase_allprojects_text {
  color: #ffffff;
  width: 135px;
  font-weight: 700;
  font-size: 18px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  position: absolute;
  left: -35px;
  bottom: 115px;
  text-transform: uppercase;
}

.showcase_allprojects_text a {
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  border-bottom: 2px solid #ffffff;
  font-size: 18px;
  font-weight: 700;
}

.no-touch .showcase_allprojects_text a:hover {
  border-bottom: none;
}

@media screen and (max-width: 1740px) {
  .showcase_popup_inner {
    width: calc(100% - 141px);
    margin-right: 0;
    padding-right: 16px;
    padding-left: 120px;
  }
  .showcase_popup_name {
    font-size: 18px;
    line-height: 27px;
    min-height: 58px;
  }
  .showcase_popup_name_bigger {
    font-size: 27px;
  }
  .showcase_popup_address {
    font-size: 16px;
  }
  .showcase_allprojects_text a {
    font-size: 18px;
  }
}

@media screen and (max-width: 1400px) {
  .showcase_popup_inner {
    width: calc(100% - 141px);
    margin-right: 0;
    padding-right: 16px;
    padding-left: 120px;
  }
  .showcase_popup_name {
    font-size: 18px;
    line-height: 27px;
    min-height: 58px;
  }
  .showcase_popup_name_bigger {
    font-size: 27px;
  }
  .showcase_popup_address {
    font-size: 16px;
  }
  .showcase_allprojects_text a {
    font-size: 18px;
  }
}

/*============================ questions ============================*/

.questions_popup_content {
  min-height: 452px;
  width: 100%;
  background-color: #ededed;
  z-index: 52;
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 0;
  display: flex;
  text-align: left;
  font-weight: 700;
  font-size: 16px;
  padding: 60px 22% 50px 21%;
}

.quetions_number, .quetion_cuantity {
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 6px;
}

.questions_title {
  font-weight: 700;
  font-size: 32px;
  color: #0078c0;
  width: 95%;
  line-height: 36px;
  margin-bottom: 22px;
}

.questions_list_one {
  font-weight: 400;
  font-size: 16px;
  padding-left: 30px;
  background-image: url(../images/keys/deselected.png);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: 0 0;
  cursor: pointer;
  margin-bottom: 18px;
  padding-right: 12%;
}

.questions_question_list_innder.horizontal .questions_list_one {
  padding-right: 10px;
  margin-right: 34px;
}

.questions_list_one:hover {
  background-image: url(../images/keys/hover.png);
}

.questions_list_one.selected {
  background-image: url(../images/keys/selected.png);
}

.multi {
  background-image: url(../images/check/deselected.png);
}

.multi:hover {
  background-image: url(../images/check/hover.png);
}

.multi.selected {
  background-image: url(../images/check/selected.png);
}

.questions_controls {
  display: flex;
  margin-top: 35px;
}

.questions_controls>div {
  width: 180px;
  height: 40px;
  background-color: #0078c0;
  color: #ffffff;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.no-touch .questions_controls>div:hover, .questions_start:hover {
  background-color: #03A5FB;
}

.questions_controls>div.disable, .questions_controls>div.disable:hover {
  background-color: #dfdfdf;
  cursor: initial;
}

.questions_controls>div.questions_neprevious.disable {
  opacity: 0;
  cursor: initial;
}

.questions_neprevious {
  margin-right: 8px;
}

.questions_description {
  margin-bottom: 37px;
  font-weight: 400;
  font-size: 16px;
}

.questions_question_list_innder.horizontal {
  display: flex;
}

.question_startbase {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #ededed;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.question_startbase_text {
  width: 560px;
  font-weight: 700;
  font-size: 32px;
  color: #0078c0;
  text-align: center;
}

.questions_start {
  width: 180px;
  height: 40px;
  background-color: #0078c0;
  color: #ffffff;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin-top: 43px;
}

.textarea_questions {
  width: 100%;
  min-height: 70px;
  margin-top: 15px;
}

@media screen and (min-width: 1600px) {
  .quetions_number, .quetion_cuantity {
    font-size: 18px;
    margin-bottom: 11px;
  }
  .questions_title {
    font-size: 36px;
    width: 100%;
    margin-bottom: 38px;
  }
  .question_startbase_text {
    font-size: 36px;
  }
  .questions_list_one {
    font-size: 18px;
    padding-left: 30px;
    margin-bottom: 25px;
  }
  .questions_controls {
    margin-top: 45px;
  }
  .questions_description {
    font-size: 18px;
    padding-right: 10%;
  }
}

@media screen and (max-width: 992px) {
  .question_startbase_text {
    width: 70%;
    font-size: 30px;
  }
  .questions_popup_content {
    padding: 60px 15% 50px 15%;
  }
  .questions_list_one:hover {
    background-image: url(../images/keys/deselected.png);
  }
  .questions_list_one.selected:hover {
    background-image: url(../images/keys/selected.png);
  }
  .questions_list_one.multi:hover {
    background-image: url(../images/check/deselected.png);
  }
  .questions_list_one.multi.selected:hover {
    background-image: url(../images/check/selected.png);
  }
}

@media screen and (max-width: 767px) {
  .gray_popup {
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
    height: calc(100% - 60px);
    max-height: calc(100% - 60px);
    background-color: #ededed;
  }
  .question_startbase_text {
    width: 80%;
    font-size: 24px;
  }
  .questions_question_list_innder.horizontal {
    display: block;
    width: 100%;
  }
  .questions_controls {
    display: block;
    width: 100%;
  }
  .questions_question_list_innder.horizontal .questions_list_one {
    width: initial;
    display: table;
    margin: auto;
    margin-bottom: 18px;
  }
  .questions_controls>div {
    width: 90%;
    margin: auto;
  }
  .questions_controls>div.questions_next {
    margin-top: 15px;
  }
  .questions_popup_content {
    padding: 60px 10% 50px 10%;
  }
}

/*================ new main*/

.normal_slide {
  font-size: 0;
  vertical-align: top;
  height: calc(100% - 117px);
  top: 117px;
}

.main_slider_left_img {
  height: 100%;
  width: 50%;
  display: inline-block;
  vertical-align: top;
  background-position: center 20%;
  background-repeat: no-repeat;
}

.main_slider_right {
  height: inherit;
  width: 35%;
  display: inline-block;
  color: #ffffff;
  vertical-align: top;
}

.main_slider_right_container {
  padding-left: 24px;
  padding-top: 29%;
}

.main_slider_right_header {
  font-size: 56px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 68px;
}

.main_slider_right_text {
  font-size: 16px;
  margin-top: 35px;
}

.main_slider_right_botton {
  background-color: #ffffff;
  font-weight: 700;
  font-size: 16px;
  height: 40px;
  width: 190px;
  text-transform: uppercase;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 35px;
}

.main_slider_right_botton a {
  font-weight: 700;
  font-size: 16px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 1400px) {
  .main_slider_right_header {
    font-size: 40px;
    line-height: 52px;
  }
}

@media screen and (max-width: 1024px) and (orientation: portrait) {
  .main_slider_left_img {
    height: 45%;
    width: 100%;
    display: block;
    background-position: center;
    background-size: auto 100% !important;
  }
  .main_slider_right {
    height: 55%;
    width: 100%;
    display: block;
  }
  .main_slider_right_container {
    padding: 0 90px;
    text-align: center;
  }
  .main_slider_right_header {
    font-size: 48px;
    line-height: 56px;
  }
  .main_slider_right_botton {
    background-color: #ffffff;
    font-weight: 700;
    font-size: 16px;
    height: 40px;
    width: 190px;
    margin: auto;
    margin-top: 32px;
  }
}

@media (max-width: 767px) {
  .normal_slide {
    height: calc(100% - 70px);
    top: 70px;
  }
  .main_slider_right_header {
    font-size: 26px;
    line-height: 31px;
  }
  .main_slider_right_container {
    padding: 0 18px;
    text-align: center;
  }
  .main_slider_right_botton {
    margin-top: 20px;
  }
  .main_slider_right_text {
    font-size: 13px;
    margin-top: 25px;
  }
}

@media (max-width: 350px) {
  .main_slider_left_img {
    height: 40%;
  }
  .main_slider_right {
    height: 60%;
  }
  .main_slider_right_container {
    padding: 0 10px;
  }
}

body::after {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  z-index: -1;
  content: url(../images/more-h.png);
}

.header_menu_more {
  display: none;
  vertical-align: top;
  position: relative;
  height: 44px;
  line-height: 43px;
}

.header_menu_more span {
  display: block;
  height: inherit;
  line-height: inherit;
  font-weight: 700;
  font-size: 18px;
  color: #0078c0;
  text-transform: uppercase;
  padding: 0 34px 0 20px;
  text-align: left;
  background: transparent url(../images/more.png) 92% 49% no-repeat;
}

.header_menu_more ul {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
}

.header_menu_more:hover span {
  background-color: #0077C1;
  color: #fff;
  background-image: url(../images/more-h.png);
}

.header_menu_more:hover ul {
  display: block;
  padding: 0;
  margin: 0;
  background: #fff;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, .5);
}

.header_menu_more li {
  display: block;
  height: 43px;
  line-height: 43px;
}

.header_menu_more a {
  display: block;
  height: inherit;
  line-height: inherit;
  text-decoration: none;
  white-space: nowrap;
  font-weight: 700;
  font-size: 18px;
  color: #0078c0;
  text-transform: uppercase;
  padding: 0 10px 0 10px;
  text-align: right;
}

.header_menu_more a:hover {
  background-color: #0077C1;
  color: #fff;
}

@media (min-width: 981px) and (max-width: 1395px) {
  .header_mainblock_content_navigation_list li:nth-child(5),
  /*.header_mainblock_content_navigation_list li:nth-child(6),*/
  .header_mainblock_content_navigation_list li:nth-child(7) {
    display: none;
  }

  .header_menu_more {
    display: inline-block;
  }
}

.xx-secretary__img {
  background-position: 50% 50% !important;
}

.normal_page.albatros_page .full_column {
  /*border-top: 1px solid #E8E8E8;*/
}

/* .tender_partners_toggle_container {
  display: none;
  padding: 0 20px;
}

.tender_partners_toggle {
  display: block;
  margin: 0 0 16px;
  height: 26px;
  background: #fff;
  color: #4076bd;
  border: 1px solid;
  border-radius: 13px;
  font-size: 0;
  font-weight: 400;
  text-align: center;
  padding: 0 12px;
  text-transform: uppercase;
}

.tender_partners_toggle:focus,
.tender_partners_toggle:active {
  outline: none !important;
}

.tender_partners_toggle span,
.tender_partners_toggle i {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
}

.tender_partners_toggle span + span {
  display: none;
}

.tender_partners_toggle:hover {
  border-color: #69a0e9;
}

.tender_partners_toggle.active span {
  display: none;
}

.tender_partners_toggle.active span + span {
  display: inline-block;
}

.tender_partners_toggle i {
  position: relative;
  top: -1px;
  margin: 0 0 0 8px;
  width: 6px;
  height: 7px;
  transition: transform .2s ease-out;
  transform: rotate(180deg);
  background-color: transparent;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAHCAYAAAArkDztAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTMyIDc5LjE1OTI4NCwgMjAxNi8wNC8xOS0xMzoxMzo0MCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpmOTQ3MWMxMC1jMGMxLTIxNDQtYjQxOC0xNjFlY2E1ZDcxOTUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RjgwMjFDODQwQzNCMTFFOEIzNUNGNDhGRUU3ODU2REUiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RjgwMjFDODMwQzNCMTFFOEIzNUNGNDhGRUU3ODU2REUiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpjZmZjZTEzZC1kZGY4LWVmNDItYmMzOC1mZDJmZmFmNDhhYzYiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDpiN2Q5ODYzMi03Mzg2LTExZTctOTRiMS1jNTZhYzc1ODZjZDgiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6IzuRcAAAAUklEQVR42mJ0KNvLAAXtQGwPxFYgDhNUMB2Iy4HYAogzQAIsQBwDVT0JiIOg7K8gHd5A7A/Ep4D4IRD7ArEnSEck1LgoKH0EhGF2YACcEgABBgBHPQxc8ZObbQAAAABJRU5ErkJggg==');
  background-position: 0 0;
  background-repeat: no-repeat;
}

.tender_partners_toggle.active i {
  transform: rotate(0);
}

@media (max-width: 979px) {
  .tender_partners_toggle_container {
    display: block;
  }

  .normal_page.tender_partners .tender_partners_list,
  .normal_page.tender_partners .tender_partners_list_small {
    margin-top: 0;
    display: none;
  }
} */

@media only screen and (max-width: 767px) {
  .footer_fivecolumn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .footer_fivecolumn > img {
    margin-left: 0;
  }

  .tender_rules tr td {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .xx-tenders .tender_page_3 .tender_rules table tr td.num_ico {
    background-position: 0 32px !important;
  }
}

@media only screen and (max-width: 600px) {
  .xx-tenders .tender_page_3 .tender_rules table tr td.num_ico {
    background-position: 0 32px !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 980px) {
  div.header_mainblock_content_info {
    padding-top: 46px;
  }
}


@media (min-width: 1001px) {
  .xx-tenders .tender_page_2.tender_page_chpwd {
    margin-bottom: 0;
    padding-top: 117px;
  }
}
