@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Slider */
.slick-loading .slick-list {
  background: #fff url("../img/ajax-loader.gif") center center no-repeat;
}
/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev, .slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-next:hover, .slick-prev:focus, .slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "\2190";
}
[dir="rtl"] .slick-prev:before {
  content: "\2192";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "\2192";
}
[dir="rtl"] .slick-next:before {
  content: "\2190";
}
/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\2022";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
.resize-block.js-open .title-rules {
  text-align: left;
  animation: opentitleanimate 0.45s linear;
}
@keyframes opentitleanimate {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.25;
  }
  75% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.resize-block.js-close .title-rules {
  text-align: right;
  animation: closetitleanimate 0.45s linear;
}
@keyframes closetitleanimate {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.25;
  }
  75% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.resize-block.js-close .checkbox-list {
  animation: checkboxshow 0.35s linear;
}
@keyframes checkboxshow {
  0% {
    position: absolute;
    transform: translateX(0);
  }
  100% {
    position: absolute;
    transform: translateX(-100%);
  }
}
.resize-block.resize-block-portfolio.js-open .title {
  animation: portfoliotitleopen 0.35s linear;
}
@keyframes portfoliotitleopen {
  0% {
    transform: translateX(30%);
  }
  100% {
    transform: translateX(0);
  }
}
.resize-block.resize-block-portfolio.js-close .title {
  animation: portfoliotitleclose 0.35s linear;
}
@keyframes portfoliotitleclose {
  0% {
    transform: translateX(-60%);
  }
  100% {
    transform: translateX(0);
  }
}
header {
  background-color: #0071bc;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 11;
  box-shadow: 0 0 23px 3px rgba(255, 255, 255, 0.35);
}
.header-block {
  height: 70px;
  display: flex;
  align-items: center;
}
.main-menu-block {
  flex-grow: 2;
}
.logo-block {
  display: flex;
  align-items: center;
  margin: 0 40px 0 0;
}
.logo-link {
  border-radius: 18px;
  height: 58px;
  width: 200px;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.logo-text {
  font-size: 49px;
  color: #fff;
  font-weight: 100;
  letter-spacing: -2px;
  margin: 20px;
}
.lang-block {
  position: relative;
  margin-left: 82px;
}
.btn-lang {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 40px;
  height: 30px;
  color: #fff;
}
.btn-lang.js-open .triangle-down {
  transform: rotate(180deg);
}
.lang-list {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 1;
}
.lang-list.js-open {
  display: block;
}
.lang-item {
  text-align: right;
  margin: 5px 0 10px 0;
}
.lang-link {
  color: #fff;
}
.main-menu-list {
  display: flex;
  justify-content: flex-end;
}
.main-menu-item {
  margin: 0 0 0 4.5rem;
  text-align: right;
}
.main-menu-link {
  color: #fff;
  border-bottom: 3px solid transparent;
}
.main-menu-link:hover {
  border-bottom: 3px solid #fff;
}
.main-menu-link.active {
  border-bottom: 3px solid #fff;
  pointer-events: none;
}
.main-menu-link.active:hover {
  cursor: default;
}
footer {
  background-color: #0071bc;
  padding: 3rem 0;
}
.footer-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.about-block {
  flex: 0 0 25.5%;
  padding-left: 4rem;
}
.touch-block {
  flex: 0 0 49%;
}
.med-block {
  flex: 0 0 25.5%;
}
.title-touch.title-white {
  width: 69%;
}
.text-white-small.contacts-list {
  display: flex;
  justify-content: flex-end;
}
.text-white-small.contacts-list .text-info {
  flex: 0 0 48%;
}
.text-white-small.contacts-list .add-info {
  flex: 0 0 52%;
  padding: 0 0 0 25px;
}
.med-list {
  display: flex;
  margin: 1.75rem 0 0 0;
  margin-left: 63px;
}
.med-item {
  flex: 0 0 15%;
}
.med-link {
  width: 30px;
  height: 30px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 50%;
  display: block;
  background-size: cover;
}
.icon-face {
  background-image: url("../img/icons/facebook-f.svg");
  background-size: 9px;
}
.icon-g-plus {
  background-image: url("../img/icons/google-plus-g.svg");
  background-size: 26px;
}
.icon-tter {
  background-image: url("../img/icons/twitter.svg");
  background-size: 18px;
}
.icon-gram {
  background-image: url("../img/icons/instagram.svg");
  background-size: 18px;
}
.icon-kedin {
  background-image: url("../img/icons/linkedin-in.svg");
  background-size: 16px;
}
.icon-ube {
  background-image: url("../img/icons/youtube.svg");
  background-size: 20px;
}
* {
  margin: 0;
  padding: 0;
  outline: none !important;
  border: none;
  box-sizing: border-box;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html {
  height: 100%;
  width: 100%;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}
body {
  font-family: -apple-system, BlinkMacSystemFont, 'Open Sans', Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1rem;
  width: 100%;
  height: 100%;
  line-height: 1.2;
  background-color: #fff;
  color: #231f20;
}
button, input, optgroup, select, textarea {
  font-family: -apple-system, BlinkMacSystemFont, 'Open Sans', Helvetica, Arial, sans-serif;
}
img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
.upper {
  text-transform: uppercase;
}
a {
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
a:hover {
  cursor: pointer;
}
button {
  background: transparent;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
button:hover {
  cursor: pointer;
}
input {
  width: 100%;
  background-color: transparent;
  border-bottom: 2px solid #a4c3d9;
  font-weight: 400;
  color: #fff;
  font-size: 1rem;
  padding: 0.3rem 0.5rem;
  line-height: 1;
  height: 30px;
}
input::placeholder {
  color: #fff;
  font-size: 1rem;
  font-weight: 300;
}
.container {
  max-width: 1210px;
  width: 100%;
  padding: 0 15px;
  margin-left: auto;
  margin-right: auto;
}
.wrap {
  margin-bottom: 20px;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.triangle-down {
  display: block;
  width: 0;
  height: 0;
  border-left: 0.42rem solid transparent;
  border-right: 0.42rem solid transparent;
  border-top: 0.5rem solid #fff;
}
.layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}
.hyphen-list li {
  position: relative;
  padding: 0 0 0 0.65rem;
}
.hyphen-list li:before {
  display: inline-block;
  content: '\002D';
  position: absolute;
  left: 0;
  top: -2px;
}
.btn {
  display: inline-block;
  padding: 0.76rem 0.75rem;
  font-size: 1.4rem;
  width: 100%;
  font-weight: 100;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn.btn-average {
  padding: 0.25rem 0.5rem;
  font-size: 1rem;
}
.btn-white {
  color: #a4c3d9;
  background-color: transparent;
  border: 2px solid #a4c3d9;
}
.btn-blue {
  color: #fff;
  background-color: #0071bc;
}
.btn-blue:hover {
  background-color: #0567a8;
}
.btn-close {
  position: relative;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 1.59rem;
  top: 1.59rem;
  background-color: transparent;
  background-image: url('../img/icons/X.svg');
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 22px;
  transform: rotate(0);
  transition: opacity 0.38s linear, transform 0.35s linear;
}
.scroll-block {
  position: fixed;
  left: 50px;
  top: 200px;
  top: 140px;
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.scroll-item {
  position: relative;
  width: 14px;
  height: 14px;
  transform: rotate(45deg);
}
.scroll-item:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: width 0.25s linear, height 0.25s linear, opacity 0.15s linear;
}
.scroll-item.active {
  pointer-events: none;
}
.scroll-item.active:after {
  width: 17px;
  height: 17px;
  opacity: 1;
}
.scroll-block.dark .scroll-item {
  border: 2px solid red;
}
.scroll-block.dark .scroll-item:after {
  border: 2px solid red;
}
.scroll-block.white .scroll-item {
  border: 2px solid green;
}
.scroll-block.white .scroll-item:after {
  border: 2px solid green;
}
.normal-text {
  font-weight: 400;
}
.text-dark {
  font-size: 1.25rem;
  color: #231f20;
  font-weight: 300;
}
.dark-list {
  font-size: 1rem;
  color: #231f20;
  font-weight: 300;
}
.text-white-small {
  font-size: 0.875rem;
  color: #fff;
  font-weight: 300;
}
.title {
  font-size: 1.875rem;
  font-weight: bold;
}
.title-average {
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0 0 0.85rem 0;
}
.title-white {
  color: #fff;
}
.title-dark {
  color: #231f20;
}
.title-red {
  font-size: 1.5rem;
  color: #ff7f57;
}
.text-white-normal {
  color: #fff;
  font-size: 1.25rem;
}
.text-white {
  color: #fff;
  font-size: 1rem;
  font-weight: 300;
}
.text-white.text-lh-big {
  line-height: 1.4;
}
.resize-block {
  background-color: #0071bc;
  height: 280px;
  padding: 20px 35px;
  padding: 1.3rem 1.75rem;
  overflow: hidden;
  position: relative;
  transition: width 0.35s linear;
}
.resize-block.js-close:hover {
  cursor: pointer;
}
.resize-block.js-close .btn-close {
  opacity: 0;
  pointer-events: none;
}
.resize-block.js-close .btn-career {
  opacity: 0;
}
.resize-block.js-open:hover {
  cursor: default;
}
.resize-block.js-open .btn-close {
  opacity: 1;
  transform: rotate(90deg);
}
.about-us-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.text-block-wrap {
  display: flex;
  margin: 0 0 90px 0;
  flex: 0 0 100%;
  flex-wrap: wrap;
  justify-content: space-between;
}
.title.title-about {
  flex: 0 0 28.5%;
  text-align: right;
}
.text-dark.text-block-about {
  flex: 0 0 65.9%;
}
.resize-block-wrap {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.about-us-block {
  flex: 0 0 calc(100% - 300px);
}
.about-us-block-item {
  flex: 0 0 280px;
  display: flex;
  align-items: flex-end;
}
.resize-block.resize-block-rules {
  width: 280px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.resize-block.resize-block-rules.js-open {
  width: 580px;
}
.resize-block.resize-block-rules.js-open .resize-content {
  opacity: 1;
}
.resize-content.resize-content-rules {
  display: flex;
  flex: 0 0 68%;
  margin: 0 -20px;
}
.resize-block.resize-block-client {
  margin: 0 0 0 20px;
  width: 280px;
}
.resize-content.resize-content-client {
  margin: 3.5rem 0 0 0;
}
.resize-block.resize-block-client.js-close .resize-content {
  opacity: 0;
}
.resize-block.resize-block-client.js-open {
  width: 580px;
}
.resize-block.resize-block-client.js-open .resize-content {
  opacity: 1;
}
.resize-block.resize-block-career {
  width: 280px;
  transition: height 0.35s linear;
}
.resize-content.resize-content-career {
  margin: 3rem 0 0 0;
}
.resize-block.resize-block-career.js-open {
  height: 100%;
}
.resize-block.resize-block-career.js-open .resize-content {
  opacity: 1;
}
.vacancy-item {
  color: #fff;
  font-size: 1.15rem;
  margin: 0.75rem 0;
}
.btn-career {
  position: absolute;
  bottom: 1rem;
  left: 2rem;
  width: calc(100% - 4rem);
  z-index: 1;
  opacity: 1;
  transition: opacity 0.35s linear;
}
.resize-content {
  opacity: 0;
  transition: opacity 0.35s linear;
}
.resize-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  padding: 0 20px;
}
.block-icon.block-icon-rules {
  width: 100%;
  text-align: center;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.js-open .block-icon-main {
  opacity: 0;
  z-index: -1;
}
.block-icon-main {
  position: absolute;
  z-index: 1;
  opacity: 1;
  transition: opacity 0.35s linear, z-index 0.35s linear;
}
.block-icon-main.block-icon-bottom-left {
  left: 1.9rem;
  bottom: 1.15rem;
}
.block-icon-main.block-icon-bottom-right {
  right: 1.9rem;
  bottom: 1.15rem;
}
.block-icon-main.block-icon-top-left {
  top: 1.8rem;
  left: 1.9rem;
}
.block-icon-main.block-icon-top-right {
  top: 1.8rem;
  right: 1.9rem;
}
.title.title-portfolio {
  width: 47%;
}
.resize-block.resize-block-portfolio.js-open .title.title-portfolio {
  width: 100%;
  text-align: left;
}
.resize-block.resize-block-portfolio {
  height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: height 0.35s linear;
}
.resize-content resize-content-portfolio {
  margin: 0 -1.75rem;
}
.resize-block.resize-block-portfolio.js-open {
  height: 440px;
}
.resize-block.resize-block-portfolio.js-close .resize-content {
  opacity: 0;
}
.resize-block.resize-block-portfolio.js-open .resize-content {
  opacity: 1;
}
.resize-block.resize-block-service {
  height: 280px;
  flex: 0 0 49%;
}
.service-content {
  display: flex;
  justify-content: space-between;
}
.service-text-block {
  flex: 0 0 49%;
}
.title.title-service {
  margin: 1rem 0 0.85rem 0;
}
.text-dark-list {
  margin: 0.5rem 0 0 0;
}
.text-list {
  margin: 0 0 0.5rem 0;
}
.marketing-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.marketing-block {
  position: relative;
  flex: 0 0 49%;
  display: flex;
  justify-content: flex-end;
}
.design-block {
  position: relative;
  flex: 0 0 49%;
  display: flex;
  justify-content: flex-start;
}
.resize-block.resize-block-marketing {
  width: 280px;
}
.resize-block.resize-block-design {
  width: 280px;
}
.title.title-market {
  margin: 0 0 1rem 0;
}
.block-icon-main.block-icon-marketing {
  right: 52%;
  top: 1.8rem;
}
.block-icon-main.block-icon-design {
  left: 52%;
  top: 1.8rem;
}
.contacts-content {
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.resize-block.resize-block-contacts {
  height: 280px;
}
.contacts-info {
  width: 280px;
  height: 100%;
  position: absolute;
  top: 0;
  left: calc(49% - 280px);
}
.resize-block.resize-block-contacts {
  width: 49%;
}
.resize-block.resize-block-contacts.js-open {
  width: 100%;
}
.title.title-contacts {
  margin: 1rem 0;
}
.title.title-contacts-us {
  margin: 0 0 0.7rem 0;
}
.dark-list.contacts-list {
  text-align: right;
  display: flex;
  justify-content: flex-end;
}
.add-info {
  flex: 0 0 70%;
}
.text-info {
  flex: 0 0 30%;
}
.contacts-form {
  display: flex;
  justify-content: space-between;
}
.checkbox-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 4px 0 0 0;
}
.checkbox-item {
  flex: 0 0 43%;
  margin: 0 0 1.82rem 0;
}
.checkbox-block {
  overflow: hidden;
  opacity: 0;
  width: 0;
  transition: opacity 0.35s linear, width 0.35s linear;
}
.input-group {
  width: 100%;
  transition: width 0.35s linear;
  background-color: #0071bc;
  position: relative;
  z-index: 1;
}
.resize-block.resize-block-contacts.js-close .input-group {
  pointer-events: none;
}
.resize-block.resize-block-contacts.js-open .checkbox-block {
  opacity: 1;
  flex: 0 0 46.5%;
  max-width: 46.5%;
  width: 46.5%;
}
.resize-block.resize-block-contacts.js-open .input-group {
  flex: 0 0 46.5%;
  width: 46.5%;
  pointer-events: auto;
}
.btn.btn-submit {
  width: 12rem;
}
.input-wrap {
  margin: 0 0 1.54rem 0;
  position: relative;
}
.text-white-small.text-list {
  margin: 0 0 0.3rem 0;
}
.theme-label {
  position: relative;
  height: 26px;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
.theme-label:hover {
  cursor: pointer;
}
.input-checkbox {
  float: left;
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.theme-text::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 22px;
  height: 22px;
  border: 2px solid #fff;
  background-color: transparent;
}
.theme-text::after {
  content: '\2713';
  font-size: 1rem;
  line-height: 1rem;
  color: #fff;
  background-color: transparent;
  display: block;
  position: absolute;
  top: 4px;
  right: 7px;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}
.theme-label input:checked + .theme-text::after {
  opacity: 1;
}
.slick-prev, .slick-next {
  height: 40px;
  width: 30px;
}
.slick-prev::before, .slick-next::before {
  content: '';
  display: block;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 22px;
}
.slick-prev::before {
  height: 40px;
  width: 30px;
  background-position: 0 50%;
  background-image: url('../img/icons/arrowleft.svg');
}
.slick-next::before {
  height: 40px;
  width: 30px;
  background-position: 100% 50%;
  background-image: url('../img/icons/arrowright.svg');
}
.main-slider-item {
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  height: 500px;
  position: relative;
}
.main-slider-item-1 {
  background-image: url("../img/mainslider/header_one.jpg");
}
.main-slider-item-2 {
  background-image: url("../img/mainslider/header_two.jpg");
}
.main-slider-container {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
}
.main-slider-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
}
.main-slider-title {
  flex: 1 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  width: 70%;
  text-align: right;
  margin: 0 auto;
}
.main-slider .slick-prev {
  left: 25px;
}
.main-slider .slick-next {
  right: 25px;
}
.slick-prev, .slick-next {
  z-index: 1;
}
.top-block {
  margin: 0 0 50px 0;
}
.btn.btn-in-slider {
  width: 18rem;
  position: absolute;
  bottom: 30px;
  right: 15px;
}
.client-slider {
  width: 420px;
  margin: 0 auto;
}
.client-slider .slick-prev {
  left: -50px;
}
.client-slider .slick-next {
  right: -50px;
}
.client-item {
  display: flex;
  justify-content: space-between;
}
.client-img-block {
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 120px;
}
.client-img {
  max-width: 100%;
  height: auto;
  /*margin-right: 20px;*/
}
.client-text-block {
  flex: 0 0 calc(100% - 160px);
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: end;
  margin-left: 30px;
}
.client-text {
  font-size: 14px;
  color: #fff;
  /*font-style: italic;*/
}
.client-autor {
  font-size: 16px;
  color: #fff;
  font-style: italic;
  width: 62%;
  font-weight: bold;
  margin: 15px 0px;
}

.client-company{
  font-size: 15px;
  color: #fff;
  font-style: italic;
  width: 62%;
}
.text-white-normal.portfolio-title {
  padding: 1rem 1.2rem;
}
.portfolio-slider-item {
  padding: 0 14px;
}
.portfolio-item {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  height: 280px;
  border: 2px solid #fff;
  background-color: #0071bc;
}
.portfolio-slider .slick-prev {
  left: 40px;
}
.portfolio-slider .slick-prev:before {
  display: block;
  width: 0;
  height: 0;
  border-top: 1.4rem solid transparent;
  border-bottom: 1.4rem solid transparent;
  border-right: 2rem solid #fff;
  background-image: none;
}
.portfolio-slider .slick-next {
  right: 40px;
}
.portfolio-slider .slick-next:before {
  display: block;
  width: 0;
  height: 0;
  border-top: 1.4rem solid transparent;
  border-bottom: 1.4rem solid transparent;
  border-left: 2rem solid #fff;
  background-image: none;
}
.portfolio-slider .slick-slide {
  transition: opacity 0.5s linear;
}
.portfolio-slider .slick-slide.slick-active {
  opacity: 1;
}
.portfolio-slider .slick-slide:not(.slick-active) {
  opacity: 0.5;
}
.floating-label {
  color: #a4c3d9;
  font-size: 1rem;
  font-weight: 300;
  position: absolute;
  pointer-events: none;
  left: 8px;
  top: 5px;
  transition: 0.3s ease all;
}
input:focus ~ .floating-label, input:not(:focus):valid ~ .floating-label {
  top: -10px;
  font-size: 0.75rem;
}
input:invalid {
  border-color: red !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
input:valid:required {
  border-color: #a4c3d9 !important;
}
input:required {
  border-color: #a4c3d9 !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
#up {
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background: #0071bc;
  display: none;
  position: fixed;
  right: 10px;
  bottom: 50px;
  line-height: 30px;
  text-align: center;
  z-index: 100;
  font-size: 26px;
  color: #fff;
  border: 1px solid #fff;
}
#up:after {
  width: 0;
  height: 0;
  border-bottom: 12px solid #fff;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  content: '';
  display: inline-block;
}

.portfolio-title p{
  font-size: 1rem;
}

.portfolio-title h2{
  margin-bottom: 10px;
}
.current-lang-text{
  color:white;
}
.logo-img{
  width: 58px;
}

@media only screen and (max-width: 769px) {
  .resize-block.resize-block-rules.js-open {
    width: 280px;
    height: 675px;
  }

  .client-text {
    font-size: 14px;
    color: #fff;

    margin-top: 10px;
  }

  .client-text-block {
    flex: 0 0 calc(100% - 160px);
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: end;
    width: 200px;
    margin-left: 0px;
  }



  .about-us-wrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .text-dark.text-block-about {
    flex: 0 0 100%;
  }

  .marketing-block {
    position: relative;
    flex: 0 0 100%;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 15px;
  }
  .resize-block.resize-block-marketing {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;


  }

  .design-block {
    position: relative;
    flex: 0 0 100%;
    display: flex;
    justify-content: flex-start;

  }

  .resize-block.resize-block-design {
    width: 100%;display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

  }

  #service-block{
    padding: 0px;
    display: flex;
    display: flex;
    justify-content: space-evenly;
    padding-top: 16px;
  }

  #service-block .title-white{
    font-size: 25px;
  }
  #service-block .block-icon-top-left{
    top: 3rem;
  }
  #marketing .block-icon-marketing{
    display: none;
  }

  #marketing .text-white{
    text-align: center;
  }
  .title.title-market {
    text-align: center;
  }

  .design-block .block-icon-design{
    display: none;
  }

  /*----------------------------------------*contact-form-------------------------------------*/
  .resize-block.resize-block-contacts.js-open {
    width: 100%;
    height: 100%;
  }
  .contacts-form {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 103%;
  }
  .resize-block.resize-block-contacts.js-open .checkbox-block {
    opacity: 1;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
  .resize-block.resize-block-contacts.js-open .input-group {
    flex: 0 0 100%;
    width: 100%;
    pointer-events: auto;
  }
  .contacts-info {
    width: 280px;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 15px;
  }
  .contacts-content {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    flex-direction: column;

  }
  .resize-block.resize-block-contacts {
    width: 100%;
  }
  .contacts-info .title.title-contacts{
    text-align: center;
  }

  .checkbox-list {
    flex-wrap: wrap;
    margin: 4px 0 0 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .contacts-content .block-icon-top-right{
    display: none;
  }
  /*-------------------------------------------about us--------------------------*/
  .med-block {
    flex: 0 0 100%;
  }
  .touch-block {
    flex: 0 0 100%;
  }
  .about-block {
    flex: 0 0 100%;
    padding-left: 0rem;
    margin-bottom: 20px;
  }
  .about-block .text-right{
    text-align: center;
  }
  .touch-block .title-average{
    text-align: center;
  }
  .touch-block .text-right{
    text-align: center;
  }
  .touch-block .title-touch.title-white {
    width: 100%;
  }
  .touch-block{
    margin-bottom: 20px ;
  }

  .med-block {
    display: flex;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .med-list {
    margin-left: 0px;
  }


  .main-menu-block{
    display: none;
  }

  .resize-block-wrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  .lang-block {
    display: none;
  }
}

@media only screen and (max-width: 321px) {

  .resize-block.resize-block-client.js-open {
    width: 280px;
    height: 500px;
    flex-wrap: wrap;
  }

  .resize-block.resize-block-client {
    margin: 0 0 20px 0px;
    width: 280px;
  }

  .text-white-normal {
    color: #fff;
    font-size: 1rem;
  }

  .text-white-normal.portfolio-title {
    padding: 0.8rem 0.5rem;
  }

  .title.title-service {
    margin: 0;
  }
  .title-service{
    font-size: 1rem;
  }

}


@media only screen and (max-width: 1026px) {
  #portfolio .block-icon-top-left{
    top: 5rem;
  }

  .about-us-block-item {
    flex: 0 0 100%;
  }

  .resize-block.resize-block-career {
    width: 100%;
  }
  .resize-block.resize-block-client {
    margin: 20px;
  }

  .resize-block.resize-block-rules {
    width: 280px;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    margin: 20px;
  }

  #marketing  .block-icon-design{
    display: none;
  }
  #marketing  .block-icon-marketing{
    display: none;
  }

  .about-us-block {
    flex: 0 0 100%;
  }


}


@media only screen and (max-width: 769px) {
  .btn.btn-in-slider {
    width: 18rem;
    position: absolute;
    bottom: 30px;
    right: 50%;
    transform: translateX(50%);
  }
  .main-slider-title{
    text-align: center;
  }

  .resize-block.resize-block-client {
    margin:0 0 20px 0;
    width: calc(100vw - 30px);
    width: 100%;
  }
  .client-slider, .resize-block.resize-block-client.js-open{
    width: calc(100vw - 30px);
    width: 100%;
  }
  .about-us-wrap{
    display: block;
  }

  .resize-block.resize-block-rules{
    width: 100%;
    margin:0 0 20px 0;
  }
  .resize-block.resize-block-rules.js-open {
    width: 100%;
    height: 100%;
  }
  .text-block-wrap {
    text-align: center;
    display: block;
    margin: 0 0 90px 0;
  }

  .title.title-about {
    text-align: center;
  }

  .resize-content-rules .resize-item:nth-child(2) img{
    width: 50%;
  }
  .client-item{
    padding: 0 73px;
  }

  #client-block .slick-next{
    right: 10px;
  }
  #client-block .slick-prev{
    left: 10px;
  }
}

@media only screen and (max-width: 576px) {
  .client-item {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .resize-block.resize-block-client.js-open {
    height: 100%;
  }

  .resize-block.resize-block-rules.js-open .resize-content{
    display: block;
  }
  .resize-item {
    padding: 20px 20px;
  }

  .client-autor {
    font-size: 16px;
    color: #fff;
    font-style: italic;
    width: 100%;
    font-weight: bold;
    margin: 15px 0px;
  }


  .client-company {
    font-size: 15px;
    color: #fff;
    font-style: italic;
    width: 100%;
  }

  .client-text-block {
    display: block;
    width: 200px;
    margin-left: 0px;
    text-align: center;
  }
}


