@charset "UTF-8";
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url(https://fonts.googleapis.com/css?family=Lusitana);
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.header-nav p {
  font-size: 20px;
  line-height: 28px;
  margin: 0 0 18px; }
  .header-nav p span {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 20px;
    padding: 12px 20px;
    margin-bottom: 24px;
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 2px 4px; }
    .header-nav p span:before {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: -12px;
      margin: auto;
      background-color: #98B296;
      width: 24px;
      height: 24px;
      border-radius: 100%;
      box-shadow: rgba(0, 0, 0, 0.1) 0 0 0 3px; }
    .header-nav p span:after {
      content: '';
      position: absolute;
      top: -2px;
      bottom: 0;
      left: -6px;
      margin: auto;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 6px 8px 6px;
      border-color: transparent transparent white transparent; }

.header-nav h1 {
  font-size: 40px;
  font-weight: normal;
  line-height: 44px;
  text-align: center;
  margin-bottom: 18px; }
  @media (min-width: 500px) {
    .header-nav h1 {
      font-size: 60px;
      line-height: 64px; } }

.header-nav h3 {
  font-size: 24px;
  font-weight: normal;
  text-align: center;
  margin-bottom: 60px; }

.header-nav ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .header-nav ul li {
    cursor: pointer;
    padding: 6px 20px;
    font-size: 48px;
    position: relative; }

.header-nav button {
  opacity: 0.6;
  background-color: transparent;
  position: fixed;
  z-index: 2;
  top: 24px;
  left: 24px;
  border: none;
  width: 36px;
  height: 30px;
  outline: none;
  transition: opacity 0.2s ease-out; }
  .header-nav button:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    right: auto;
    width: 100%;
    background: linear-gradient(to bottom, #98B296, #98B296 20%, transparent 20%, transparent 40%, #98B296 40%, #98B296 60%, transparent 60%, transparent 80%, #98B296 80%, #98B296 100%);
    transition: opacity 0.2s ease-out,
 width 0.2s 0.2s ease-out; }
  .header-nav button:after {
    opacity: 0;
    content: '×';
    color: white;
    position: absolute;
    top: 16px;
    left: -4px;
    font-family: Arial, sans-serif;
    font-size: 76px;
    line-height: 0;
    transition: opacity 0.4s ease-out; }
  .header-nav button:active {
    transform: translateY(2px); }
  .header-nav button:hover {
    opacity: 1; }
  .open .header-nav button {
    opacity: 1; }
    .open .header-nav button:before {
      opacity: 0;
      width: 0; }
    .open .header-nav button:after {
      opacity: 1;
      transform: translate3d(0, 0, 0) rotate(360deg);
      transition: transform 0.4s 1s ease-out,
 opacity 0.4s 1s ease-out; }

.header-nav nav {
  z-index: 1;
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  overflow: hidden; }
  .header-nav nav:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: rgba(123, 156, 121, 0.98);
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    border-radius: 100%;
    transform: scale(0.04), translateY(9999px);
    overflow: hidden; }
  .open .header-nav nav {
    top: 0; }
    .open .header-nav nav:before {
      animation: menu-animation 0.8s ease-out forwards; }

.header-nav ul.menu {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  backface-visibility: hidden;
  perspective: 1000;
  color: white; }
  .header-nav ul.menu a {
    opacity: 0;
    text-align: center;
    transform: translate3d(0, 36px, 0); }
    .header-nav ul.menu a:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      left: auto;
      background-color: white;
      height: 100%;
      width: 0;
      overflow: hidden;
      transition: width 0.14s ease-out; }
    .header-nav ul.menu a:after {
      opacity: 0;
      content: attr(data-text);
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      color: #98B296;
      overflow: hidden;
      transform: translate(-24px, 6px);
      transition: transform 0.1s ease-out,
 opacity 0.1s ease-out; }
    .header-nav ul.menu a:hover:before {
      left: 0;
      right: auto;
      width: 100%; }
    .header-nav ul.menu a:hover:after {
      opacity: 1;
      padding: 0 20px;
      transform: translate(0px, 6px);
      transition: transform 0.2s 0.14s ease-out,
 opacity 0.2s 0.14s ease-out; }
    .open .header-nav ul.menu a {
      opacity: 1;
      transform: translate3d(0, 0, 0);
      transition: transform 0.2s ease-out,
 opacity 0.2s ease-out; }
      .open .header-nav ul.menu a:nth-child(1) {
        transition-delay: 0.75s; }
      .open .header-nav ul.menu a:nth-child(2) {
        transition-delay: 0.85s; }
      .open .header-nav ul.menu a:nth-child(3) {
        transition-delay: 0.95s; }
      .open .header-nav ul.menu a:nth-child(4) {
        transition-delay: 1.05s; }

@keyframes menu-animation {
  0% {
    opacity: 0;
    transform: scale(0.04) translateY(300%); }
  40% {
    transform: scale(0.04) translateY(0);
    transition: ease-out; }
  40% {
    transform: scale(0.04) translateY(0); }
  60% {
    opacity: 1;
    transform: scale(0.02) translateY(0px); }
  61% {
    transform: scale(0.04); }
  99.9% {
    height: 0;
    padding-bottom: 100%;
    border-radius: 100%; }
  100% {
    transform: scale(2);
    height: 100%;
    padding-bottom: 0;
    border-radius: 0; } }

@font-face {
  font-family: 'Roboto-Regular';
  src: url("../font/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("../font/Roboto-Regular.woff") format("woff"), url("../font/Roboto-Regular.ttf") format("truetype"), url("../font/Roboto-Regular.svg#Roboto-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Roboto-Medium';
  src: url("../font/Roboto-Medium.eot?#iefix") format("embedded-opentype"), url("../font/Roboto-Medium.woff") format("woff"), url("../font/Roboto-Medium.ttf") format("truetype"), url("../font/Roboto-Medium.svg#Roboto-Medium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Roboto-Light';
  src: url("../font/Roboto-Light.eot?#iefix") format("embedded-opentype"), url("../font/Roboto-Light.woff") format("woff"), url("../font/Roboto-Light.ttf") format("truetype"), url("../font/Roboto-Light.svg#Roboto-Light") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'RobotoSlab-Regular';
  src: url("../font/RobotoSlab-Regular.eot?#iefix") format("embedded-opentype"), url("../font/RobotoSlab-Regular.woff") format("woff"), url("../font/RobotoSlab-Regular.ttf") format("truetype"), url("../font/RobotoSlab-Regular.svg#RobotoSlab-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }

.header-nav nav:before {
  background: #026953db; }

.header-nav ul.menu a:before {
  border-radius: 8px;
  background-color: #efefef; }

.header-nav ul.menu a:hover:before {
  border-radius: 8px;
  background-color: #efefef; }

.header-nav ul li {
  text-align: center; }

.header-nav ul.menu a {
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  font: 32px 'Roboto-Regular'; }

.header-nav ul.menu a:after {
  color: #5897BF;
  font: 32px 'Roboto-Regular';
  padding: 6px 20px; }

.header-nav ul li {
  font: 30px 'Roboto-Regular'; }

.header-nav ul li {
  padding: 12px 20px; }

.header-nav ul.menu a:hover:after {
  padding: 6px 20px; }

.menu-close .nav-block {
  opacity: 0;
  transition: 0.4s;
  transform: translateX(-100vw); }

.header-nav button {
  width: 29px;
  top: 32px;
  height: 20px;
  opacity: 1; }

.header-nav button:before {
  background: linear-gradient(to bottom, #f1f1f1, #f1f1f1 20%, transparent 20%, transparent 40%, #f1f1f1 40%, #f1f1f1 60%, transparent 60%, transparent 80%, #f1f1f1 80%, #f1f1f1 100%); }

.header-nav button {
  display: none; }

/***********************************/
/************ Header ***************/
/***********************************/
.header-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  height: 150px;
  z-index: 1;
  background: url("../image/header-line-back.png") no-repeat;
  background-size: 100% 100%; }

.head-logo-block {
  width: 25%;
  display: flex;
  align-items: center;
  justify-content: flex-end; }

.head-logo-block--img {
  display: block;
  float: right; }

.head-right {
  width: 75%;
  display: flex;
  justify-content: flex-end;
  align-items: center; }

.head-menu--items {
  display: flex;
  padding: 0;
  width: 370px;
  justify-content: space-between; }

.head-menu--item {
  list-style: none;
  position: relative; }

.head-menu-link {
  text-decoration: none;
  color: #ffffff;
  font: 13px 'Roboto-Regular';
  text-transform: uppercase;
  display: inline-block;
  height: 18px; }

.head-menu-link:hover:after {
  width: calc(100% + 14px); }

.head-menu-link:after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  bottom: -5px;
  height: 3px;
  background: #15b394;
  left: 0;
  transition: 0.2s ease-in-out; }

.active.head-menu-link:after {
  width: calc(100% + 14px); }

.head-right--search {
  margin-left: 32px;
  display: none;}

.head-right--search-icon {
  display: inline-block;
  height: 19px;
  width: 27px;
  background: url(../image/header-sprite.svg);
  background-position-x: 4px;
  background-size: cover; }

.head-right--call {
  margin-right: 15%;
  margin-left: 25px; }

.head-right--call-icon {
  display: inline-block;
  height: 28px;
  width: 28px;
  background: url(../image/header-sprite.svg);
  background-position-y: 28px;
  background-size: cover; }

.bx-wrapper {
  max-width: 100%;
  margin: 0;
  padding: 0;
  box-shadow: none;
  border: 0; }

.slider--wrap {
  max-height: 860px;
  overflow: hidden; }

.slider--wrap:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: url("../image/slider-back.png") repeat-x; }

.slider--wrap-img {
  width: 100%; }

.bx-wrapper .bx-pager.bx-default-pager a {
  border-radius: 50%;
  background: #F0F0F0;
  width: 13px;
  height: 13px;
  margin: 0 6px; }

.bx-viewport:after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  height: 0;
  bottom: 0;
  border: 10vw solid transparent;
  border-bottom: 0;
  border-left: 100vw solid #ffffff; }

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #000;
  width: 5px;
  height: 5px;
  border: 4px solid #F0F0F0; }

.bx-wrapper .bx-default-pager {
  position: absolute;
  bottom: 80px; }

main {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center; }

.main-right-img {
  position: absolute;
  right: 0px;
  top: -445px;
  height: 675px;
  width: 588px;
  background: url(../image/tablet.png) no-repeat; }

.main-wrap {
  max-width: 1060px; }

.block-title {
  position: relative;
  top: 0;
  left: 0;
  margin-top: -120px;
  width: 440px;
  margin-bottom: 100px; }

.block-title:after {
  content: '';
  display: block;
  position: absolute;
  width: 50%;
  height: 3px;
  background: #1ABC9C;
  bottom: -24px; }

.block-title--txt {
  font: 40px/68px 'RobotoSlab-Regular';
  margin: 0; }

.content--article {
  column-count: 2;
  column-gap: 35px; }

.content--title {
  font: 30px/30px 'Roboto-Medium';
  margin-bottom: 25px;
  margin-top: 70px; }

.content--title--no-margin {
  margin-top: 10px; }

.content--article p {
  margin: 0;
  font: 19px/30px 'Roboto-Light'; }

.content--article-top {
  display: inline-block;
  margin-top: 18px; }

.content--article-medium {
  font: 19px/30px 'Roboto-Medium';
  display: inline-block;
  margin-top: 18px; }

.content--article-last {
  padding-bottom: 20px;
  position: relative; }

.content--article-last:after {
  content: '';
  display: block;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: #1ABC9C;
  position: absolute;
  left: 0; }

.company-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 0;
  margin-bottom: 80px; }

.company-item {
  width: 250px;
  margin: 40px 10px; }

.company-img {
  width: 250px;
  height: 60px;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-position: center center !important; }

.map {
  width: 100%;
  margin-bottom: -4px; }

/***********************************/
/************    Footer   **********/
/***********************************/
.footer {
  background-color: #142338;
  display: flex;
  justify-content: space-around;
  padding: 90px 140px 90px;
  color: #F2F2F2;
  letter-spacing: 1px; }

.footer--left-block {
  min-width: 300px;
  width: 50%; }

.footer-content--offices {
  position: relative;
  font: 19px/35px 'Roboto-Light';
  padding-left: 110px; }

.footer-content--offices:after {
  content: "";
  position: absolute;
  left: 20px;
  top: 50%;
  width: 22px;
  height: 28px;
  margin-top: -14px;
  background: url(../image/footer-sprite.svg) center center no-repeat;
  background-size: cover;
  background-position-y: 0; }

.ofice-items--item {
  margin-bottom: 38px; }

.ofice-items--item .title {
  display: block;
  font: 19px/35px 'Roboto-Medium'; }

.footer-content--mail {
  position: relative;
  padding-left: 110px; }

.footer-content--mail:after {
  content: "";
  position: absolute;
  left: 20px;
  top: 50%;
  width: 31px;
  height: 31px;
  margin-top: -14px;
  background: url(../image/footer-sprite.svg) center center no-repeat;
  background-size: cover;
  background-position-y: -48px; }

.footer-content--mail a {
  font: 19px/35px 'Roboto-Light';
  color: #F2F2F2;
  text-decoration: none; }

.footer--right-block {
  min-width: 300px;
  width: 50%; }

.footer-form--title {
  font: 19px 'Roboto-Medium';
  text-align: center; }

.footer-form--forms {
  display: flex;
  flex-direction: column;
  align-items: center; }

.footer-form--input {
  min-width: 400px;
  background: transparent;
  border: 2px solid rgba(102, 102, 102, 0.42);
  color: #666666;
  border-radius: 5px;
  height: 35px;
  box-shadow: none;
  outline: 0;
  margin: 12px 0;
  text-indent: 20px;
  font: 15px 'Roboto-Light'; }

textarea.footer-form--input{
  line-height: 35px;}

.footer-form--input:focus {
  border-color: #F2F2F2;
  color: #F2F2F2; }

.footer-form--input:focus::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #F2F2F2; }

.footer-form--input:focus::-moz-placeholder {
  /* Firefox 19+ */
  color: #F2F2F2; }

.footer-form--input:focus:-ms-input-placeholder {
  /* IE 10+ */
  color: #F2F2F2; }

.footer-form--input:focus:-moz-placeholder {
  /* Firefox 18- */
  color: #F2F2F2; }

.footer-form--button {
  width: 140px;
  height: 40px;
  background: #1ABC9C;
  border: 0;
  color: #fff;
  border-radius: 3px;
  outline: 0;
  cursor: pointer;
  transition: 0.25s ease-in-out;
  margin-top: 18px;
  font: 14px/35px 'Roboto-Medium';
  text-transform: uppercase;
  letter-spacing: 1px;
  text-transform: uppercase; }

.footer-form--button:hover {
  background: #169a80; }

/*******************************************/
/************** About Us *******************/
/*******************************************/
.header-img {
  overflow: hidden;
  position: relative;
  min-height: 600px; }

.header-img:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: url(../image/slider-back.png) repeat-x; }

.header-img:after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  height: 0;
  bottom: 0;
  border: 15vw solid transparent;
  border-left: 100vw solid #ffffff;
  border-bottom: 0; }

.block-title-small {
  margin-bottom: 80px; }

.more-gup .content--article {
  column-gap: 70px; }

.content--button {
  width: 190px;
  height: 50px;
  background: #1ABC9C;
  border: 0;
  color: #fff;
  border-radius: 3px;
  outline: 0;
  cursor: pointer;
  transition: 0.25s ease-in-out;
  margin-top: 18px;
  font: 14px/50px 'Roboto-medium';
  display: block;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px; }

.content--button:hover {
  background: #169a80; }

.content--img {
  position: relative;
  width: 100%;
  overflow: hidden;
  max-height: 540px;
  margin: 85px 0;
  background: url(../image/slider-back.png) repeat-x;
  transition: 0.9s cubic-bezier(0.21, 0.65, 0.4, 0.96); }

.content--img:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transition: 0.9s cubic-bezier(0.21, 0.65, 0.4, 0.96); }

.content--img.animate-on:after {
  background: #00000073; }

.content--img img {
  width: 100%;
  margin-top: -2px;
  margin-bottom: -10px; }

.content--img-txt {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font: 30px/60px 'Roboto-Regular';
  top: 50%;
  left: 50%;
  color: #ffffff;
  width: 350px;
  height: 300px;
  margin-left: -175px;
  margin-top: -150px;
  z-index: 1; }

.content--img-txt:before {
  content: "";
  display: block;
  width: 0%;
  height: 0%;
  position: absolute;
  top: 0;
  left: 0;
  border-left: 4px solid transparent;
  border-top: 4px solid transparent;
  z-index: -1;
  transition: 0.7s 0.3s cubic-bezier(0.21, 0.65, 0.4, 0.96); }

.animate-on .content--img-txt:before {
  width: 75%;
  height: 75%;
  border-left: 4px solid #fff;
  border-top: 4px solid #fff; }

.content--img-txt:after {
  content: "";
  display: block;
  width: 0%;
  height: 0%;
  position: absolute;
  bottom: 0;
  right: 0;
  border-right: 4px solid transparent;
  border-bottom: 4px solid transparent;
  z-index: -1;
  transition: 0.7s 0.3s cubic-bezier(0.21, 0.65, 0.4, 0.96); }

.animate-on .content--img-txt:after {
  width: 75%;
  height: 75%;
  border-right: 4px solid #fff;
  border-bottom: 4px solid #fff; }

.content--img-txt span {
  color: transparent;
  transform: translate(0, -40px);
  transition: 0.85s 0.8s cubic-bezier(0.21, 0.65, 0.4, 0.96);
  letter-spacing: 7px; }

.animate-on .content--img-txt span {
  color: #ffffff;
  transform: translate(0, 0); }

.content--article-bottom {
  margin-bottom: 70px; }

.content--article-small-bottom {
  margin-bottom: 20px; }

.content--title-contact {
  margin-top: 0; }

.contact-content {
  display: flex;
  flex-direction: column;
  align-items: center; }

.content--contact-article {
  display: flex;
  justify-content: space-between; }

.content--contact-block {
  margin-top: 30px; }

.content--contact-block:nth-of-type(1) {
  width: 45%; }

.content--contact-block:nth-of-type(2) {
  width: 35%; }

.contact-block {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 730px;
  margin-top: 85px;
  margin-bottom: 100px;
  padding: 60px 45px; }

.contact-block:before {
  content: "";
  display: block;
  width: 0%;
  height: 0%;
  position: absolute;
  top: 0;
  left: 0;
  border-left: 4px solid transparent;
  border-top: 4px solid transparent;
  z-index: -1;
  transition: 0.7s cubic-bezier(0.21, 0.65, 0.4, 0.96); }

.animate-on.contact-block:before {
  width: 75%;
  height: 75%;
  border-left: 4px solid #1ABC9C;
  border-top: 4px solid #1ABC9C; }

.contact-block:after {
  content: "";
  display: block;
  width: 0%;
  height: 0%;
  position: absolute;
  bottom: 0;
  right: 0;
  border-right: 4px solid transparent;
  border-bottom: 4px solid transparent;
  z-index: -1;
  transition: 0.7s cubic-bezier(0.21, 0.65, 0.4, 0.96); }

.animate-on.contact-block:after {
  width: 75%;
  height: 75%;
  border-right: 4px solid #1ABC9C;
  border-bottom: 4px solid #1ABC9C; }

.contact-block--title {
  font: 30px/30px 'Roboto-Medium';
  text-align: center; }

.contact-block--form {
  display: flex;
  flex-direction: column;
  width: 480px;
  align-items: center; }

.contact-block--input {
  width: 100%;
  height: 45px;
  text-indent: 25px;
  border: 2px solid #66666652;
  border-radius: 5px;
  margin-bottom: 30px;
  font: 17px/30px 'Roboto-Light';
  outline: 0;
  transition: 0.5s cubic-bezier(0.21, 0.65, 0.4, 0.96); }

.contact-block--input:focus {
  border-color: #142338;
  font: 17px/30px 'Roboto-Medium'; }

.contact-block--input:focus::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #142338;
  font: 17px/30px 'Roboto-Medium'; }

.contact-block--input:focus::-moz-placeholder {
  /* Firefox 19+ */
  color: #142338; }

.contact-block--input:focus:-ms-input-placeholder {
  /* IE 10+ */
  color: #142338; }

.contact-block--input:focus:-moz-placeholder {
  /* Firefox 18- */
  color: #142338; }

textarea.contact-block--input {
  height: 80px;
  padding-top: 10px; }

.text-bunners {
  display: flex;
  justify-content: space-between;
  height: 140px;
  align-items: center;
  margin-bottom: 60px; }

.text-bunners--item {
  height: 100%;
  display: flex;
  flex-direction: column;
  width: 22%;
  text-align: center;
  font: 18px 'Roboto-Medium'; }

.bunners--img {
  height: 90px;
  width: 100%;
  margin-bottom: 10px;
  background-size: contain !important;
  background-position: center center !important;
  background-repeat: no-repeat !important; }

@media (max-width: 1800px) {
  .bx-viewport:after {
    border: 15vw solid transparent;
    border-left: 100vw solid #ffffff;
    border-bottom: 0; } }

@media (max-width: 1500px) {
  .bx-viewport:after {
    border: 20vw solid transparent;
    border-left: 100vw solid #ffffff;
    border-bottom: 0; }
  .footer {
    padding: 90px 50px; } }

@media (max-width: 1250px) {
  .content--article p {
    font: 17px/28px 'Roboto-Light'; }
  .footer-content--offices {
    font: 17px/35px 'Roboto-Light'; } }

@media (max-width: 992px) {
  .header-wrap {
    height: 90px; }
  .header-img {
    min-height: 0; }
  .content--img:after {
    background: #00000073; }
  .head-logo-block {
    width: 50%; }
  .header-nav button {
    display: block; }
  .head-right--menu {
    display: none; }
  .bx-wrapper .bx-default-pager {
    bottom: 30px; }
  .content {
    padding: 30px; }
  .content--article {
    column-count: 1; }
  .footer {
    padding: 60px 40px; }
  .block-title {
    margin-left: 30px; }
  .block-title--txt {
    font: 35px/55px 'RobotoSlab-Regular'; }
  .main-right-img {
    display: none; }
  .block-title {
    margin-top: -55px; }
  .content--title {
    margin-top: 50px; }
  .company-item {
    margin: 40px 20px; }
  .footer {
    flex-wrap: wrap; }
  .footer--left-block {
    min-width: 420px; }
  .content--img-txt {
    width: 260px;
    height: 180px;
    margin-left: -130px;
    margin-top: -90px;
    font: 22px/40px 'Roboto-Regular'; }
  .content--img {
    background: #000000 url(../image/slider-back.png) repeat-x; }
  .content--img-txt:before {
    width: 75%;
    height: 75%;
    border-left: 4px solid #fff;
    border-top: 4px solid #fff; }
  .content--img-txt:after {
    width: 75%;
    height: 75%;
    border-right: 4px solid #fff;
    border-bottom: 4px solid #fff; }
  .content--img-txt span {
    color: #ffffff;
    transform: translate(0, 0); }
  .content--contact-article {
    flex-direction: column; }
  .content--contact-block:nth-of-type(1),
  .content--contact-block:nth-of-type(2) {
    width: 100%; }
  .contact-block {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 45px;
    padding: 0; }
  .contact-block--form {
    width: 100%; }
  .contact-block:before,
  .contact-block:after {
    content: none; }
  .content--contact-block,
  .content--title-contact {
    margin-top: 0; }
  .content--contact-block:nth-child(2) .content--title-contact {
    margin-top: 20px; } }


@media (max-width: 768px) {
  .text-bunners {
    margin-top: -80px;
    flex-wrap: wrap;
    height: 100%;
  }
  .text-bunners--item {
    width: 100%;
    font: 18px 'Roboto-Medium';
    margin-top: 40px;
  }
}

@media (max-width: 520px) {
  .head-logo-block {
    width: 60%; }
  .head-right {
    width: 30%; }
  .bx-viewport:after {
    border: 0; }
  .bx-wrapper .bx-default-pager {
    bottom: 10px; }
  .header-img:after {
    border: 0; }
  .block-title-small {
    margin-bottom: 35px; }
  .block-title {
    width: 290px; }
  .block-title--txt {
    font: 27px/40px 'RobotoSlab-Regular'; }
  .block-title {
    margin-top: 25px; }
  .content--title {
    font: 23px/26px 'Roboto-Medium'; }
  .more-gup .content--article {
    margin-bottom: 20px; }
  .content--img {
    width: 100%;
    overflow: hidden;
    max-height: 540px;
    margin: 25px 0; }
  .content--img-txt {
    width: 200px;
    height: 140px;
    margin-left: -100px;
    margin-top: -70px;
    font: 18px/31px 'Roboto-Regular'; }
  .content--img img {
    min-height: 180px; }
  .contact-block--title {
    font: 23px/26px 'Roboto-Medium'; }
  .contact-block--input {
    height: 36px;
    margin-bottom: 20px;
    font: 15px/30px 'Roboto-Light'; } }

@media (max-width: 450px) {
  .company-item {
    margin: 13px; }
  .company-img {
    width: 220px; }
  .company-item {
    width: 220px; }
  .footer--left-block {
    min-width: 100%; }
  .footer-content--offices:after {
    left: 50%;
    top: 0;
    margin-left: -11px;
    margin-top: -44px; }
  .footer-content--offices {
    padding-left: 0; }
  .ofice-items--item {
    margin-bottom: 15px; }
  .footer-content--mail:after {
    left: 50%;
    top: 0;
    margin-top: -40px;
    margin-left: -15px; }
  .footer-content--offices {
    font: 14px/24px 'Roboto-Light'; }
  .footer-content--mail a {
    font: 17px/35px 'Roboto-Light'; }
  .footer-content--mail {
    margin-top: 70px;
    padding-left: 0; }
  .footer-form--input {
    min-width: 290px; }
  .header-img {
    height: 230px; }
  .header-img img {
    height: 100%; }
  .bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus {
    width: 4px;
    height: 4px;
    border: 3px solid #F0F0F0; }
  .bx-wrapper .bx-pager.bx-default-pager a {
    width: 10px;
    height: 10px; }
  .content--img-txt span {
    letter-spacing: 5px; } }

@media (max-width: 380px) {
  .head-logo-block {
    width: 67%; }
  .head-logo-block--img {
    width: 150px; }
  .head-right--call {
    margin-left: 15px; }
  .header-img {
    height: 200px; } }


  .popup.popup--flush{
    display: none;
  }