/*! normalize.css v8.0.1 | 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;
}

/**
   * Render the `main` element consistently in IE.
   */
main {
  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
	 ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  -webkit-box-sizing: content-box;
  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 */
  -webkit-text-decoration: underline dotted;
  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 {
  -webkit-box-sizing: border-box;
  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"] {
  -webkit-box-sizing: border-box;
  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;
}

*, html, body, ul, ol, dl, li, dt, dd {
  margin: 0px;
  padding: 0px;
}

html {
  height: 100%;
}

body {
  min-height: 150%;
  position: relative;
  margin: auto;
  font-family: 'Roboto', sans-serif;
}

a {
  outline: none;
  text-decoration: none;
}

img {
  border: none;
}

li {
  list-style-type: none;
}

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

a:active, a:focus {
  outline: none;
}

input, textarea {
  font-family: arial;
  outline: none;
}

input:active, textarea:active {
  outline: none;
}

:focus {
  outline: none;
}

button:active, button:focus {
  outline: none !important;
}

button::-moz-focus-inner {
  border: 0 !important;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

/*image */
.frame-super-image {
  margin-top: 100px;
  max-width: 150px;
  display: inline-block;
}

.frame-super-image img {
  display: inline-block;
  width: 100%;
}

/*image F */
/*** header ***/
.header {
  top: 20px;
  color: rgba(0, 0, 0, 0.87);
  position: fixed;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1100;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.header.fixed {
  top: 0;
  background: #fff;
  -webkit-box-shadow: 0px 2px 4px -1px rgba(128, 128, 128, 0.2), 0px 4px 5px 0px rgba(128, 128, 128, 0.14), 0px 1px 10px 0px rgba(128, 128, 128, 0.12);
  box-shadow: 0px 2px 4px -1px rgba(128, 128, 128, 0.2), 0px 4px 5px 0px rgba(128, 128, 128, 0.14), 0px 1px 10px 0px rgba(128, 128, 128, 0.12);
}

.header.fixed .logo_box .a_logo {
  max-width: 180px;
  max-height: 60px;
}

.header.fixed .logo_box .a_logo img {
  width: 110px;
}

.header.fixed .menu__header .list-items {
  padding: 20px 8px;
}

.header.fixed .menu__header .list-items .item {
  margin: 0px 16px;
}

.header.fixed .menu__header .list-items a {
  color: rgba(0, 0, 0, 0.87);
}

.header_inner {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
}

.header_line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.logo_box .a_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 300px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.logo_box .a_logo:hover {
  opacity: .8;
}

.logo_box .a_logo:active {
  opacity: .5;
}

.logo_box .a_logo img {
  display: block;
  width: 170px;
}

.logo_box .a_logo svg {
  width: 210px;
}

.header_line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.header_line .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu__header .list-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 16px;
}

.menu__header .list-items .item {
  display: inline-block;
  position: relative;
  list-style: none;
  margin: 0px 16px;
}

.menu__header .list-items a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  color: #fff;
  margin: 0 8px;
  padding: 6px 6px 8px;
  position: relative;
  line-height: 38px;
  border-radius: 4px;
  font-size: 18px;
  min-width: 0;
  background: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-top: 4px;
  font-weight: 500;
}

.menu__header .list-items a.active, .menu__header .list-items a:hover {
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.menu__header .list-items a.active::after, .menu__header .list-items a:hover::after {
  left: 8px;
  width: 60%;
  border-bottom-color: #b6e5e8;
}

.menu__header .list-items a::after {
  left: 50%;
  width: 0;
  bottom: 6px;
  content: "";
  position: absolute;
  -webkit-transition: all 0.2s cubic-bezier(0.42, 0.16, 0.21, 0.93);
  -o-transition: all 0.2s cubic-bezier(0.42, 0.16, 0.21, 0.93);
  transition: all 0.2s cubic-bezier(0.42, 0.16, 0.21, 0.93);
  border-bottom: 3px solid #fff;
}

.menu__header .list-items a.active {
  color: #b6e5e8;
}

.main_content {
  padding-top: 80px;
  overflow: hidden;
}

.marker {
  position: absolute;
  top: -100px;
}

.section {
  position: relative;
}

.section__about {
  position: relative;
}

.section__about2 {
  margin-top: 150px;
  padding-left: 32px;
  padding-right: 32px;
}

.section__about2 .marker {
  top: -150px;
}

.section__service {
  margin-top: 160px;
  padding: 80px 0;
  position: relative;
  background: #f2fafb;
}

.section__service .square-title {
  left: 80px;
}

.section__service .square-title .inner-title {
  margin-right: 310px;
}

.section__service .square-title .icon {
  margin: 140px 24px 34px 12px;
}

.section__expertise {
  margin-top: 160px;
}

.section__expertise .marker {
  top: -200px;
}

.section__expertise .icon_svg_bg svg {
  top: 800px;
  fill: #f2fafb;
  left: 20%;
  width: 560px;
  height: 560px;
  position: absolute;
  -webkit-transform: scale(3);
  -ms-transform: scale(3);
  transform: scale(3);
}

.section__review {
  margin-top: 160px;
}

.section__review .square-title {
  left: -96px;
}

.section__review .square-title .inner-title {
  margin-right: 130px;
}

.section__review .square-title .icon {
  margin: 140px 24px 34px;
}

.section__case {
  background: #f1f8fe;
}

.section__call {
  margin: 50px 0 110px;
  padding: 0 32px;
}

.section__call .icon_svg_bg svg {
  top: -400px;
  fill: #f2fafb;
  left: 20%;
  width: 560px;
  height: 560px;
  position: absolute;
  -webkit-transform: scale(3);
  -ms-transform: scale(3);
  transform: scale(3);
}

.section__office {
  position: relative;
  margin-top: 50px;
}

.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
}

.grid__about {
  max-width: 1280px;
}

.grid__news {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
  max-width: 1280px;
  margin: auto;
  z-index: 10;
}

.grid__news .row {
  padding: 24px;
}

.grid__news .row_1 {
  width: 80%;
}

.grid__news .row_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.grid__about2 {
  max-width: 1280px;
}

.grid__about2 .row {
  width: 50%;
  padding: 24px;
}

.grid__about2 .row__collage {
  width: 40%;
}

.grid__about2 .row__description {
  width: 60%;
}

.grid__expertise {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
  max-width: 1280px;
  margin: auto;
  z-index: 10;
}

.grid__expertise .row {
  padding: 24px;
}

.grid__expertise .row__1 {
  width: 40%;
}

.grid__expertise .row__2 {
  width: 60%;
}

.grid__case {
  position: relative;
  padding: 0 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 10;
}

.grid__case .row {
  padding: 24px;
}

.grid__case .row__1 {
  width: 25%;
}

.grid__case .row__2 {
  width: 75%;
}

.grid__office {
  max-width: 1280px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.grid__office > .row {
  padding: 24px;
}

.grid__office .row_1 {
  margin-left: 100px;
  width: 40%;
}

.grid__office .row_2 {
  width: 60%;
}

.grid > .row {
  padding: 24px;
}

.grid > .row__text {
  margin-left: -24px;
  max-width: 50%;
}

.grid > .row__triangle {
  padding: 24px;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  max-width: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.text__about {
  margin-top: 80px;
  padding: 32px;
}

.text__about h1, .text__about h2, .text__about h3, .text__about h4, .text__about h5, .text__about h6 {
  font-size: 48px;
  font-weight: 700;
  line-height: 72px;
  font-family: 'Roboto Condensed', sans-serif;
  margin-bottom: 24px;
}

.text__about .paragraph {
  font-size: 28px;
  font-weight: 500;
  line-height: 44px;
  margin-bottom: 24px;
}

.hit {
  position: relative;
}

.hit__inner {
  top: 0;
  left: 0;
  width: 1040px;
  height: 840px;
  overflow: hidden;
  position: absolute;
  background: #00c9d8;
  -webkit-box-shadow: -30px 20px 0px 0px #00c9d8;
  box-shadow: -30px 20px 0px 0px #00c9d8;
  border-radius: 80px;
  top: -660px;
  left: -200px;
  width: 1200px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.hit__inner .object {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -140px;
  left: 130px;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  width: 100%;
  height: 100%;
  position: relative;
  background: #000;
}

.hit__inner .object img {
  width: 100%;
  display: block;
  z-index: 2;
  position: relative;
}

.shadow-hit1 {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  z-index: 10;
  position: absolute;
  background: #000;
}

.shadow-hit2 {
  top: 98px;
  left: 30px;
  width: 100%;
  display: block;
  position: fixed;
}

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

.paralaxes .pp1, .paralaxes .pp2 {
  width: 100%;
  height: 800px;
  display: block;
  position: absolute;
}

.paralaxes .pp1 {
  top: 400px;
}

.paralaxes .pp2 {
  top: 800px;
}

.paralaxes figure {
  width: 100%;
  height: 800px;
  display: block;
  position: absolute;
}

.paralaxes .icon-pp1 {
  right: 340px;
  width: 405px;
  height: 405px;
  opacity: 0.08;
  background: #00c9d8;
  border-radius: 80px;
  position: absolute;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.paralaxes .icon-pp2 {
  left: -30px;
  width: 205px;
  height: 205px;
  opacity: 0.1;
  background: #00c9d8;
  border-radius: 40px;
  position: absolute;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.paralaxes .icon-pp3 {
  top: 90px;
  left: 40px;
  width: 405px;
  height: 405px;
  opacity: 0.08;
  background: #00c9d8;
  border-radius: 80px;
  position: absolute;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.box-title {
  position: relative;
}

.box-title h1, .box-title h2, .box-title h3, .box-title h4, .box-title h5, .box-title h6 {
  color: #fff;
  width: 120px;
  position: relative;
  font-size: 48px;
  height: 160px;
  margin-left: 24px;
  font-weight: 700;
  line-height: 62px;
  padding-left: 20px;
  margin-top: 80px;
  padding-top: 40px;
  font-family: 'Roboto Condensed', sans-serif;
}

.box-title::before {
  top: 0;
  left: 0;
  width: 210px;
  height: 210px;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #00c9d8;
  border-radius: 24px;
}

.collage-photos {
  top: -80px;
  left: 60px;
  position: relative;
}

.collage-photos > div {
  overflow: hidden;
  position: absolute;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #dedede;
}

.collage-photos span {
  top: -110px;
  left: 0;
  width: 560px;
  height: 1000px;
  display: block;
  position: relative;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: url(../img/elements/12.jpg) no-repeat fixed;
  background-size: auto 800px;
}

.collage-photos .item-1 {
  top: -175px;
  left: 100px;
  width: 300px;
  height: 150px;
  border-radius: 32px;
}

.collage-photos .item-2 {
  top: 12px;
  left: 170px;
  width: 100px;
  height: 100px;
  border-radius: 24px;
}

.collage-photos .item-3 {
  top: 90px;
  left: 90px;
  width: 100px;
  height: 100px;
  border-radius: 24px;
}

.description_about {
  position: relative;
  z-index: 10;
}

.description_about .title {
  padding: 0px 32px;
}

.description_about .title h1, .description_about .title h2, .description_about .title h3, .description_about .title h4, .description_about .title h5, .description_about .title h6 {
  font-size: 28px;
  font-weight: 500;
  line-height: 44px;
}

.description_about .signature blockquote {
  color: rgba(0, 0, 0, 0.54);
  margin: 40px 0px 0px;
  font-size: 28px;
  font-style: italic;
  border-left: 4px solid;
  padding-left: 40px;
  border-left-color: #D8D8D8;
  line-height: 140%;
}

.capacity {
  margin: 24px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.capacity .item {
  padding: 24px;
  width: 33.33%;
  text-align: center;
}

.capacity .title {
  position: relative;
  font-weight: bold;
  margin-bottom: 32px;
  padding-bottom: 16px;
  font-size: 48px;
  line-height: 72px;
}

.capacity .title::after {
  left: calc(50% - 25px);
  width: 50px;
  bottom: -16px;
  height: 8px;
  content: "";
  position: absolute;
  background: #00c9d8;
  border-radius: 5px;
}

.capacity .text {
  font-size: 28px;
  font-weight: 500;
  line-height: 44px;
  min-height: 88px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.section__service .swiper-pagination-ser {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 10;
}

.section__service .swiper-pagination-ser .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0px 4px;
  background: #8ad9e2;
  -webkit-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  transition: width 0.3s ease;
  border-radius: 15px;
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
  opacity: 1;
}

.section__service .swiper-pagination-ser .swiper-pagination-bullet-active {
  width: 35px;
}

.slider_service {
  margin: 0 0 57px;
}

.slider_service .swiper-wrapper {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.slider_service .obj-service {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 24px 16px;
  direction: ltr;
  border-radius: 12px;
  -webkit-box-shadow: 0 1.5px 12px 2px rgba(0, 0, 0, 0.06);
  box-shadow: 0 1.5px 12px 2px rgba(0, 0, 0, 0.06);
  color: rgba(0, 0, 0, 0.87);
  -webkit-transition: -webkit-box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: -webkit-box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  -o-transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, -webkit-box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  background-color: #fff;
}

.slider_service .slide {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 240px;
  height: 300px;
  margin: 24px 8px;
}

.slider_service .slide figure {
  height: 125px;
  margin: -40px 0px 16px;
  overflow: hidden;
  -webkit-box-shadow: 0 1.5px 12px 6px rgba(0, 0, 0, 0.12);
  box-shadow: 0 1.5px 12px 6px rgba(0, 0, 0, 0.12);
  border-radius: 12px;
}

.slider_service .slide figure img {
  width: 100%;
  height: 100%;
  min-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.slider_service .description .title {
  margin-bottom: 16px;
  display: block;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.6;
}

.slider_service .description .text {
  height: 90px;
  overflow: hidden;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.paralaxx-dots {
  top: -100px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
  position: absolute;
  margin: 40px;
}

.paralaxx-dots .image4 {
  width: 100%;
  height: 800px;
  display: block;
  position: absolute;
}

.paralaxx-dots .image3 {
  width: 100%;
  height: 800px;
  display: block;
  position: absolute;
}

.paralaxx-dots .image2 {
  top: 0;
  width: 100%;
  height: 800px;
  display: block;
  position: absolute;
  -webkit-transform: translate3d(0%, -10.7123%, 0px);
  transform: translate3d(0%, -10.7123%, 0px);
}

.paralaxx-dots img {
  top: 90px;
  left: 0;
  width: 845px;
  height: 1099px;
  opacity: 0.2;
  position: absolute;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
}

.square-title {
  top: -80px;
  left: 24px;
  width: 100%;
  position: absolute;
}

.square-title .inner-title {
  float: right;
  margin-right: 90px;
}

.square-title .title {
  width: 350px;
  padding: 50px 0 0 0;
}

.square-title .title::before {
  -webkit-box-shadow: -30px 20px 0px 0px #B2EBF2;
  box-shadow: -30px 20px 0px 0px #B2EBF2;
  top: 120px;
  right: 80px;
  width: 480px;
  height: 480px;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #fff;
  border-radius: 24px;
}

.square-title--review .title::before {
  -webkit-box-shadow: none;
  box-shadow: none;
  right: -80px;
}

.square-title .icon {
  width: 65px;
  height: 65px;
  overflow: hidden;
  font-size: 1.5rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #00c9d8;
  margin: 160px 24px 34px;
  display: block;
  position: relative;
}

.square-title .icon svg {
  width: 65px;
  height: 65px;
  margin: auto;
  fill: #00c9d8;
}

.square-title h1, .square-title h2, .square-title h3, .square-title h4, .square-title h5, .square-title h6 {
  color: #00585f;
  width: 200px;
  position: relative;
  font-size: 48px;
  font-weight: 700;
  line-height: 62px;
  font-family: 'Roboto Condensed', sans-serif;
}

.expertise_title .svg_qqq {
  position: relative;
}

.expertise_title .svg_qqq svg {
  top: -200px;
  fill: #e3f7f9;
  left: -170px;
  width: 600px;
  height: 600px;
  stroke: #e3f7f9;
  position: absolute;
  background-size: 100%;
}

.expertise_title .title {
  position: relative;
  top: 20px;
  margin-left: 80px;
}

.expertise_title .title::before {
  top: 0;
  left: 0;
  width: 210px;
  height: 210px;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #00c9d8;
  border-radius: 24px;
}

.expertise_title .title h1, .expertise_title .title h2, .expertise_title .title h3, .expertise_title .title h4, .expertise_title .title h5, .expertise_title .title h6 {
  margin-top: 80px;
  padding-top: 40px;
  height: 160px;
  margin-left: 24px;
  color: #fff;
  width: 120px;
  position: relative;
  font-size: 48px;
  font-weight: 700;
  line-height: 62px;
  padding-left: 20px;
  font-family: 'Roboto Condensed', sans-serif;
}

.text__expertise .title {
  padding: 0 32px;
  font-size: 28px;
  font-weight: 500;
  line-height: 44px;
  margin-bottom: 30px;
}

.text__expertise .text {
  padding: 32px;
  line-height: 32px;
  font-size: 16px;
  font-weight: 400;
}

.text__expertise .img {
  display: block;
  width: 300px;
  padding: 0 32px;
}

.text__expertise .img img {
  max-height: 160px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
  -webkit-box-shadow: 0 1.5px 12px 2px rgba(0, 0, 0, 0.06);
  box-shadow: 0 1.5px 12px 2px rgba(0, 0, 0, 0.06);
  display: block;
  width: 100%;
}

.slide-tags {
  padding: 0 32px;
}

.slide-tags .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}

.slide-tags .row + .row {
  margin-top: 12px;
}

.slide-tags .tag {
  padding: 4px 32px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  display: inline-block;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  margin-right: 8px;
  border-radius: 4px;
  margin-bottom: 12px;
  font-size: 16px;
  text-transform: capitalize;
}

.slide-tags .tag.active {
  color: #fff;
  background: #2196F3;
  border-color: #2196F3;
}

.slider_review .swiper-pagination-rev {
  padding: 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 10;
}

.slider_review .swiper-pagination-rev .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0px 4px;
  background: #8ad9e2;
  -webkit-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  transition: width 0.3s ease;
  border-radius: 15px;
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
  opacity: 1;
}

.slider_review .swiper-pagination-rev .swiper-pagination-bullet-active {
  width: 35px;
}

.slider_review .slide {
  padding: 0 16px;
}

.slider_review .slide .round {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 240px;
  height: 240px;
  padding: 24px;
  border-radius: 50px 50px 50px 0;
  -webkit-box-shadow: 0 1.5px 12px 2px rgba(0, 0, 0, 0.06);
  box-shadow: 0 1.5px 12px 2px rgba(0, 0, 0, 0.06);
  color: rgba(0, 0, 0, 0.87);
  -webkit-transition: -webkit-box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: -webkit-box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  -o-transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, -webkit-box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  background-color: #fff;
}

.slider_review .slide .text {
  height: 130px;
  overflow: hidden;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.slider_review .slide .line-autor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider_review .slide .line-autor .photo {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 55px;
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  position: relative;
  font-size: 1.25rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-family: Roboto,Roboto Condensed,sans-serif;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 50%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 4px solid #FFF;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(128, 128, 128, 0.2), 0px 1px 1px 0px rgba(128, 128, 128, 0.14), 0px 2px 1px -1px rgba(128, 128, 128, 0.12);
  box-shadow: 0px 1px 3px 0px rgba(128, 128, 128, 0.2), 0px 1px 1px 0px rgba(128, 128, 128, 0.14), 0px 2px 1px -1px rgba(128, 128, 128, 0.12);
}

.slider_review .slide .line-autor .photo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  text-align: center;
}

.slider_review .slide .line-autor .name {
  margin-left: 16px;
}

.slider_review .slide .line-autor .name .n1 {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.6;
}

.slider_review .slide .line-autor .name .n2 {
  font-style: italic;
  font-weight: 300;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.66;
}

.slider_review {
  padding: 80px 0px;
  position: relative;
  background: #f2fafb;
}

.re-icon {
  top: 80px;
  width: 305px;
  height: 305px;
  opacity: 0.08;
  background: #00BCD4;
  border-radius: 40px;
  position: absolute;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 110px;
}

.re-icon span {
  top: 220px;
  width: 305px;
  height: 305px;
  opacity: 0.08;
  background: #00BCD4;
  border-radius: 40px;
  position: absolute;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.stars {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.stars span {
  fill: currentColor;
  width: 1em;
  height: 1em;
  display: inline-block;
  font-size: 1.5rem;
  -webkit-transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  -o-transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.stars svg {
  fill: #FFC107;
}

.stars.number-4 span:nth-child(5) svg {
  fill: rgba(0, 0, 0, 0.12);
}

.stars.number-3 span:nth-child(5) svg {
  fill: rgba(0, 0, 0, 0.12);
}

.stars.number-3 span:nth-child(4) svg {
  fill: rgba(0, 0, 0, 0.12);
}

.stars.number-2 span:nth-child(5) svg {
  fill: rgba(0, 0, 0, 0.12);
}

.stars.number-2 span:nth-child(4) svg {
  fill: rgba(0, 0, 0, 0.12);
}

.stars.number-2 span:nth-child(3) svg {
  fill: rgba(0, 0, 0, 0.12);
}

.stars.number-1 span:nth-child(1) svg {
  fill: #FFC107;
}

.stars.number-1 svg {
  fill: rgba(0, 0, 0, 0.12);
}

.clients {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 30px auto 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  max-width: 1000px;
  z-index: 10;
  padding: 0 100px;
}

.clients img {
  -webkit-filter: grayscale(1) contrast(0.5) brightness(1.5);
  filter: grayscale(1) contrast(0.5) brightness(1.5);
  height: 75px;
  margin: 20px 32px;
}

.title-case {
  color: #0D47A1;
  position: relative;
  font-size: 48px;
  font-weight: bold;
  line-height: 62px;
  margin-bottom: 64px;
  text-transform: capitalize;
  font-family: 'Roboto Condensed', sans-serif;
}

.menu-case .item {
  width: 90%;
  padding: 4px 16px;
  border-radius: 8px;
  margin-bottom: 8px;
  text-transform: capitalize;
  -webkit-transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  -o-transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  color: rgba(0, 0, 0, 0.87);
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.menu-case .item:hover {
  text-decoration: none;
  background-color: rgba(128, 128, 128, 0.05);
}

.menu-case .item.active {
  color: #0D47A1;
  background: #BBDEFB !important;
}

.menu-case .button {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 0;
  margin-top: 4px;
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

/*form*/
.no-scroll {
  overflow: hidden;
}

.popup-window {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 390px;
  overflow-y: scroll;
  height: 100%;
  background-color: #fff;
  z-index: 1200;
}

.popup-window.show {
  display: block;
}

.popup-window .inner2 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1240px;
  margin: auto;
  padding: 80px 40px;
  position: relative;
  z-index: 10;
}

.popup-window .button-close-message {
  position: absolute;
  cursor: pointer;
  padding: 23px;
  width: 34px;
  height: 34px;
  border-radius: 40px;
  background-color: #ffffffad;
  top: 40px;
  right: 40px;
  font-size: 0;
  opacity: 1;
  -webkit-transition: all ease .1s;
  -o-transition: all ease .1s;
  transition: all ease .1s;
  z-index: 1300;
}

.popup-window .button-close-message:hover {
  opacity: .8;
}

.popup-window .button-close-message:active {
  background-color: #eee;
  opacity: .5;
}

.popup-window .button-close-message svg {
  width: 100%;
  fill: rgba(146, 146, 146, 0.38);
}

.popup-window .box-top-title {
  max-width: 900px;
  text-align: center;
  margin: 0 auto 80px;
}

.popup-window .box-top-title .title {
  color: #00585f;
  font-size: 48px;
  font-weight: 700;
  line-height: 72px;
  margin-bottom: 0.35em;
  font-family: 'Roboto Condensed', sans-serif;
}

.popup-window .box-top-title .description {
  padding: 0px 80px;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  color: rgba(0, 0, 0, 0.54);
}

.squads {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.squads .sq1 {
  opacity: 0.08;
  position: absolute;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #2196F3;
}

.squads .sq2 {
  opacity: 0.1;
  position: absolute;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #00BCD4;
}

.squads .top77 .sq2 {
  top: 24px;
  right: -100px;
  width: 205px;
  height: 205px;
  border-radius: 40px;
}

.squads .top77 .sq1 {
  top: -200px;
  right: -50px;
  width: 405px;
  height: 405px;
  border-radius: 80px;
}

.squads .bottom77 .sq1 {
  left: -110px;
  width: 205px;
  bottom: 180px;
  height: 205px;
  border-radius: 40px;
}

.squads .bottom77 .sq2 {
  left: -100px;
  width: 405px;
  bottom: -100px;
  height: 405px;
  border-radius: 80px;
}

.email-feedback {
  max-width: 700px;
  margin: 0 auto;
  position: relative;
}

.email-feedback .message-sending {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffffdb;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 10;
}

.email-feedback .message-sending .icon {
  width: 100px;
  height: 100px;
  margin: auto;
}

.email-feedback .message-sending .icon svg {
  width: 100%;
  fill: #00a6b3;
}

.email-feedback .message-sending .success {
  font-size: 22px;
  max-width: 400px;
  line-height: 150%;
  color: #00aebb;
  text-align: center;
}

.email-feedback.-loading {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.email-feedback.-loading .message-sending {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.email-feedback .note, .email-feedback .email-valid {
  display: none;
  padding: 5px 0;
  color: red;
  position: absolute;
  font-size: 12px;
  z-index: 1;
}

.email-feedback .email-valid.-active {
  display: block;
}

.email-feedback .email-valid.-active + .note {
  display: none;
}

.email-feedback .-active .note {
  display: block;
}

.email-feedback .line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.email-feedback .row-1 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 0 24px;
}

.email-feedback .row-2 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  padding: 0 24px;
}

.email-feedback .wrapper-notification {
  margin-bottom: 30px;
}

.email-feedback .wrapper-notification .-error {
  color: red;
}

.email-feedback .line + .line {
  margin-top: 40px;
}

.email-feedback .box-object-input, .email-feedback .box-object-textarea {
  border: 0;
  margin: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0;
  position: relative;
  min-width: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  vertical-align: top;
  width: 100%;
}

.email-feedback .label {
  display: block;
  top: 0;
  left: 0;
  position: relative;
  margin-bottom: 5px;
  color: rgba(0, 0, 0, 0.54);
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.email-feedback .input {
  font: inherit;
  color: currentColor;
  width: 100%;
  border: 0;
  height: 1.1875em;
  margin: 0;
  border-radius: 0 !important;
  display: block;
  padding: 6px 0 7px;
  min-width: 0;
  background: none;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transition: border-bottom-color 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  -o-transition: border-bottom-color 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: border-bottom-color 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  -webkit-tap-highlight-color: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.email-feedback .input.-light {
  border-color: red;
}

.email-feedback .input.-light:focus, .email-feedback .input.-light:hover {
  border-color: red;
}

.email-feedback .input:hover {
  border-color: rgba(0, 0, 0, 0.35);
}

.email-feedback .input:focus {
  border-color: #00c9d8;
  outline: 0;
}

.email-feedback .textarea {
  font: inherit;
  color: currentColor;
  width: 100%;
  border: 0;
  margin: 0;
  display: block;
  min-width: 0;
  background: none;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  border-radius: 0 !important;
  -webkit-transition: border-bottom-color 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  -o-transition: border-bottom-color 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: border-bottom-color 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  -webkit-tap-highlight-color: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  height: 100px;
  resize: none;
  padding: 6px 0 7px;
}

.email-feedback .textarea.-light {
  border-color: red;
}

.email-feedback .textarea.-light:focus, .email-feedback .textarea.-light:hover {
  border-color: red;
}

.email-feedback .textarea:hover {
  border-color: rgba(0, 0, 0, 0.35);
}

.email-feedback .textarea:focus {
  border-color: #00c9d8;
  outline: 0;
}

.email-feedback .box-button {
  text-align: center;
  width: 100%;
}

.email-feedback .box-button .email-send-feedback {
  color: #00BCD4;
  border: 1px solid rgba(0, 188, 212, 0.5);
  border-color: #00BCD4;
  height: 48px;
  min-width: 200px;
  padding: 10px 24px 8px 24px;
  font-size: 15px;
  -webkit-box-shadow: 0 1.5px 12px 4px rgba(0, 0, 0, 0.06);
  box-shadow: 0 1.5px 12px 4px rgba(0, 0, 0, 0.06);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, -webkit-box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, -webkit-box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  -o-transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, -webkit-box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  font-family: Roboto,Roboto Condensed,sans-serif;
  font-weight: 600;
  line-height: 1.75;
  border-radius: 4px;
  text-transform: uppercase;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  outline: 0;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  -moz-appearance: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  background-color: transparent;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
}

.email-feedback .box-button .email-send-feedback:hover {
  border: 1px solid #00BCD4;
  background-color: rgba(0, 188, 212, 0.05);
}

.email-feedback .box-button .email-send-feedback:active {
  background-color: #bfeef4;
}

.email-feedback .box-button .email-send-feedback svg {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  margin-left: 8px;
  fill: currentColor;
  width: 1em;
  position: relative;
  top: -1px;
  height: 1em;
  display: inline-block;
  font-size: 1.5rem;
  -webkit-transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  -o-transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/*form*/
.cases {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cases .item-line {
  padding: 12px;
}

.cases .item-line .content-box1 {
  overflow: hidden;
  position: relative;
  background: #B2EBF2;
  max-height: 360px;
  border-radius: 24px;
  margin-bottom: 24px;
  width: 100%;
  min-height: 170px;
  color: inherit;
  border: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  outline: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  -moz-appearance: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  background-color: transparent;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
}

.cases .item-line .content-box1 .description {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  left: 0;
  color: #fff;
  width: 100%;
  bottom: 0;
  height: 110%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px;
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(238, 238, 238, 0)), color-stop(90%, #000));
  background: -o-linear-gradient(top, rgba(238, 238, 238, 0) 20%, #000 90%);
  background: linear-gradient(to bottom, rgba(238, 238, 238, 0) 20%, #000 90%);
  text-align: center;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.cases .item-line .content-box1 .description .title {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 32px;
  font-weight: bold;
}

.cases .item-line .content-box1 .description .text {
  font-size: 1rem;
  font-family: Roboto,Roboto Condensed,sans-serif;
  font-weight: 400;
  line-height: 1.5;
}

.cases .item-line .content-box1 .img {
  width: 100%;
  height: 100%;
}

.cases .item-line .content-box1 .img img {
  width: 100%;
}

.cases .item-line .content-box2 {
  overflow: hidden;
  position: relative;
  background: #B2EBF2;
  max-height: 360px;
  border-radius: 24px;
  margin-bottom: 24px;
  min-height: 170px;
  width: 100%;
  color: inherit;
  border: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  outline: 0;
  padding: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  -moz-appearance: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
}

.cases .item-line .content-box2:hover .description {
  opacity: 1;
  bottom: 0;
}

.cases .item-line .content-box2 .description {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  left: 0;
  color: #fff;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px;
  position: absolute;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  bottom: -60px;
  height: 100%;
  opacity: 0;
  background: #2196F3;
}

.cases .item-line .content-box2 .description .title {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 32px;
  font-weight: bold;
}

.cases .item-line .content-box2 .description .text {
  font-size: 1rem;
  font-family: Roboto,Roboto Condensed,sans-serif;
  font-weight: 400;
  line-height: 1.5;
}

.cases .item-line .content-box2 .img {
  width: 100%;
  height: 100%;
  text-align: center;
}

.cases .item-line .content-box2 .img img {
  max-width: 100%;
}

.cases .item-line_1 {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  width: 30%;
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
}

.cases .item-line_2 {
  width: 35%;
  -ms-flex-preferred-size: 35%;
  flex-basis: 35%;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.cases .item-line_3 {
  width: 35%;
  -ms-flex-preferred-size: 35%;
  flex-basis: 35%;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.about__call {
  position: relative;
  -webkit-box-shadow: 0 1.5px 12px 2px rgba(0, 0, 0, 0.06);
  box-shadow: 0 1.5px 12px 2px rgba(0, 0, 0, 0.06);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 2px solid #83d7e2;
  color: rgba(0, 0, 0, 0.87);
  -webkit-transition: -webkit-box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: -webkit-box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  -o-transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, -webkit-box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  background-color: #fff;
  border-radius: 12px;
  max-width: 820px;
  margin: auto;
  padding: 32px 80px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 10;
}

.about__call .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.about__call .row_1 {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  max-width: 75%;
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
}

.about__call .row_2 {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  max-width: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
}

.about__call .title {
  color: #008b96;
  font-weight: 700;
  display: block;
  margin-bottom: 12px;
  font-size: 34px;
  font-family: 'Roboto Condensed', sans-serif;
  line-height: 1.17;
}

.about__call .text {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
}

.button-write {
  color: #00BCD4;
  border: 1px solid rgba(0, 188, 212, 0.5);
  border-color: #00BCD4;
  height: 48px;
  min-width: 200px;
  padding: 8px 24px;
  font-size: 15px;
  -webkit-box-shadow: 0 1.5px 12px 4px rgba(0, 0, 0, 0.06);
  box-shadow: 0 1.5px 12px 4px rgba(0, 0, 0, 0.06);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, -webkit-box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, -webkit-box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  -o-transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, -webkit-box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  font-family: Roboto,Roboto Condensed,sans-serif;
  font-weight: 600;
  line-height: 1.75;
  border-radius: 4px;
  text-transform: uppercase;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  outline: 0;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  -moz-appearance: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  background-color: transparent;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
}

.button-write:hover {
  border: 1px solid #00BCD4;
  background-color: rgba(0, 188, 212, 0.05);
}

.button-write:active {
  background-color: #bfeef4;
}

.button-write svg {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  margin-left: 8px;
  fill: currentColor;
  width: 1em;
  height: 1em;
  display: inline-block;
  font-size: 1.5rem;
  -webkit-transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  -o-transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.button-call {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px 24px;
  color: #00BCD4;
  border: 1px solid rgba(0, 188, 212, 0.5);
  border-color: #00BCD4;
  width: 240px;
  height: 64px;
  font-size: 18px;
  min-width: 64px;
  -webkit-box-shadow: 0 1.5px 12px 4px rgba(0, 0, 0, 0.06);
  box-shadow: 0 1.5px 12px 4px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  -webkit-transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, -webkit-box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, -webkit-box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  -o-transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, -webkit-box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  font-weight: 600;
  border-radius: 4px;
  text-transform: uppercase;
  cursor: pointer;
  margin: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  outline: 0;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  -moz-appearance: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  background-color: transparent;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
}

.button-call:hover {
  border: 1px solid #00BCD4;
  background-color: rgba(0, 188, 212, 0.05);
}

.button-call:active {
  background-color: #bfeef4;
}

.button-call svg {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  margin-left: 8px;
  fill: currentColor;
  width: 1em;
  height: 1em;
  display: inline-block;
  font-size: 1.5rem;
  -webkit-transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  -o-transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.small-square-title .title {
  position: relative;
  height: 164px;
}

.small-square-title .title::before {
  top: 0;
  left: 0;
  width: 210px;
  height: 210px;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #00c9d8;
  border-radius: 24px;
}

.small-square-title .title h1, .small-square-title .title h2, .small-square-title .title h3, .small-square-title .title h4, .small-square-title .title h5, .small-square-title .title h6 {
  margin-top: 30px;
  padding-top: 52px;
  margin-left: 10px;
  color: #fff;
  width: 120px;
  position: relative;
  font-size: 48px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  line-height: 62px;
  padding-left: 20px;
}

.map-box {
  margin-top: 121px;
  width: 100%;
  height: 700px;
  overflow: hidden;
  background: #dedede;
  -webkit-box-shadow: 0px 6px 6px -3px rgba(128, 128, 128, 0.2), 0px 10px 14px 1px rgba(128, 128, 128, 0.14), 0px 4px 18px 3px rgba(128, 128, 128, 0.12);
  box-shadow: 0px 6px 6px -3px rgba(128, 128, 128, 0.2), 0px 10px 14px 1px rgba(128, 128, 128, 0.14), 0px 4px 18px 3px rgba(128, 128, 128, 0.12);
  border-radius: 12px;
  color: rgba(0, 0, 0, 0.87);
  -webkit-transition: -webkit-box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: -webkit-box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  -o-transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, -webkit-box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

.list-information {
  margin-top: 140px;
}

.information-box {
  padding: 24px 40px 34px;
  margin-bottom: 32px;
  -webkit-box-shadow: 0 1.5px 12px 2px rgba(0, 0, 0, 0.06);
  box-shadow: 0 1.5px 12px 2px rgba(0, 0, 0, 0.06);
  border-radius: 12px;
  -webkit-transition: -webkit-box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: -webkit-box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  -o-transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, -webkit-box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  background-color: #fff;
  color: rgba(0, 0, 0, 0.87);
  font-size: 14px;
}

.information-box a {
  color: rgba(0, 0, 0, 0.87);
  text-decoration: none;
}

.information-box .title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 14px;
}

.information-box .title_underline {
  text-decoration: underline;
}

.information-box .description {
  color: rgba(0, 0, 0, 0.87);
  line-height: 150%;
}

.information-box .line p, .information-box .bottom p {
  position: relative;
  padding-left: 30px;
  padding-top: 5px;
}

.information-box svg {
  left: 0;
  top: 0;
  color: #00c9d8;
  position: absolute;
  margin-right: 8px;
  fill: currentColor;
  width: 1em;
  height: 1em;
  display: inline-block;
  font-size: 1.5rem;
  -webkit-transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  -o-transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.information-box .line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 18px;
}

.information-box .line .l1 {
  width: 50%;
}

.section__news {
  padding: 250px 0 0;
}

.section__news .small-square-title .title h1, .section__news .small-square-title .title h2, .section__news .small-square-title .title h3, .section__news .small-square-title .title h4, .section__news .small-square-title .title h5, .section__news .small-square-title .title h6 {
  margin-left: 0;
}

.wrapper-slide-news {
  position: relative;
}

.slide-news {
  overflow: hidden;
  max-width: 750px;
}

.news-img {
  width: 280px;
  margin: 0 30px 20px 0;
  float: left;
  /*
    &::after {
        width: 150px;
        height: 170px;
        position: absolute;
        content: '';
        display: block;
        left: 20px;
        top: -40px;
        opacity: .4;
        transform: rotate(45deg);
        background: #00c9d8;
        border-radius: 24px;
    }
    */
}

.news-img img {
  /*border: 4px solid #76cbd6;*/
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
  border-radius: 12px;
}

.news-title {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 20px;
}

.ctrcl-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: -60px;
  left: 0;
  padding: 0 32px;
}

.swiper-button-disabled {
  cursor: default !important;
  opacity: .5 !important;
}

.news-swiper-button-next, .news-swiper-button-prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #00c9d8;
  margin: 4px;
  background: #fff;
  -webkit-box-shadow: 0px 3px 5px -1px rgba(128, 128, 128, 0.2), 0px 6px 10px 0px rgba(128, 128, 128, 0.14), 0px 1px 18px 0px rgba(128, 128, 128, 0.12);
  box-shadow: 0px 3px 5px -1px rgba(128, 128, 128, 0.2), 0px 6px 10px 0px rgba(128, 128, 128, 0.14), 0px 1px 18px 0px rgba(128, 128, 128, 0.12);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, -webkit-box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, -webkit-box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  -o-transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, -webkit-box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  cursor: pointer;
  margin: 0 10px;
  height: 40px;
  width: 40px;
  border-radius: 40px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.news-swiper-button-next svg, .news-swiper-button-prev svg {
  fill: currentColor;
  width: 1em;
  height: 1em;
  display: inline-block;
  font-size: 1.5rem;
  -webkit-transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  -o-transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.text-about .title {
  margin-bottom: 14px;
}

.text-about .title p {
  font-size: 22px;
  font-weight: 500;
  line-height: 130%;
  margin-bottom: 4px;
}

.text-about .title span {
  font-size: 14px;
  color: #5d8186;
}

.text-about .text {
  color: #000;
  line-height: 155%;
  font-size: 16px;
}

.footer {
  position: relative;
  padding-bottom: 14px;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
  padding-bottom: 50px;
  margin: 40px auto 0;
}

.footer .grid__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer .grid__footer .row_1 {
  width: 50%;
}

.footer .grid__footer .row_2 {
  width: 50%;
}

.footer .logo__f {
  display: block;
  color: rgba(0, 0, 0, 0.87);
  margin-bottom: 25px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  width: 260px;
  -webkit-filter: grayscale(1) contrast(0.5) brightness(1.5);
  filter: grayscale(1) contrast(0.5) brightness(1.5);
}

.footer .logo__f img {
  width: 100%;
}

.footer .text {
  width: 280px;
  margin-bottom: 16px;
  display: block;
  font-size: 14px;
  margin-bottom: 16px;
  color: rgba(0, 0, 0, 0.87);
  font-weight: 400;
  line-height: 1.5;
}

.copyright {
  display: block;
  color: rgba(0, 0, 0, 0.54);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.43;
}

.menu__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 37px;
}

.menu__social .button {
  color: #00acbe;
  width: 36px;
  height: 36px;
  margin: 8px;
  background: rgba(0, 0, 0, 0.12);
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  overflow: visible;
  text-align: center;
  -webkit-transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  -o-transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  border-radius: 50%;
  border: 0;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  outline: 0;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  -moz-appearance: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
}

.menu__social .button:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.menu__social .icon {
  display: inline-block;
  width: 22px;
  height: 22px;
}

.menu__social .icon svg {
  fill: #00acbe;
}

.menu__footer .list-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.menu__footer .button-menu {
  display: none;
}

.menu__footer .item {
  margin: 0 8px;
}

.menu__footer a {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.54);
}

.menu__footer a:hover {
  color: #00b9c3;
}

@media (max-width: 1600px) {
  .section__service .square-title {
    left: 170px;
  }
  .section__review .square-title {
    left: -6px;
  }
}

@media (max-width: 1400px) {
  .section__service .square-title .inner-title {
    margin-right: 140px;
  }
  .section__review .square-title .inner-title {
    margin-right: -30px;
  }
}

@media (max-width: 1240px) {
  .information-box {
    padding: 24px 20px 34px;
  }
}

@media (max-width: 1220px) {
  .collage-photos span {
    display: none;
  }
  .collage-photos .item-1 {
    display: none;
  }
  .collage-photos .item-2 {
    background-color: #00c9d81f !important;
  }
  .collage-photos .item-3 {
    background: rgba(0, 201, 216, 0.3);
  }
}

@media (max-width: 1100px) {
  .list-information {
    margin-top: 86px;
    position: relative;
    z-index: 10;
  }
  .information-box .line {
    display: block;
    margin-bottom: 12px;
  }
  .information-box .line .l1 {
    width: 100%;
  }
  .information-box .line .l1 + .l1 {
    margin-top: 12px;
  }
  .grid__office .row_2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .grid__office .row_1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .map-box {
    margin-bottom: 34px;
  }
}

@media (max-width: 1000px) {
  .collage-photos {
    display: none;
  }
  .paralaxes {
    display: none;
  }
  .text__about {
    margin-top: 80px;
    padding: 32px;
  }
  .text__about h1, .text__about h2, .text__about h3, .text__about h4, .text__about h5, .text__about h6 {
    font-size: 38px;
    line-height: 60px;
    margin-bottom: 24px;
  }
  .text__about .paragraph {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 40px;
  }
  .section__about2 {
    margin-top: 100px;
    padding-left: 32px;
    padding-right: 32px;
  }
  .description_about .title {
    padding: 0px 32px;
  }
  .description_about .title h1, .description_about .title h2, .description_about .title h3, .description_about .title h4, .description_about .title h5, .description_about .title h6 {
    font-size: 24px;
    line-height: 36px;
  }
  .description_about .signature blockquote {
    color: rgba(0, 0, 0, 0.54);
    margin: 20px 0 0;
    font-size: 28px;
    font-style: italic;
    border-left: 4px solid;
    padding-left: 40px;
    border-left-color: #D8D8D8;
  }
  .capacity {
    margin: 0;
  }
  .capacity .item {
    padding: 24px;
    width: 33.33%;
    text-align: center;
  }
  .capacity .title {
    margin-bottom: 32px;
    padding-bottom: 16px;
    font-size: 38px;
    line-height: 60px;
  }
  .capacity .title::after {
    left: calc(50% - 25px);
    width: 50px;
    bottom: -16px;
    height: 8px;
    border-radius: 5px;
  }
  .capacity .text {
    font-size: 22px;
    line-height: 36px;
  }
  .section__service {
    margin-top: 110px;
  }
  .expertise_title .svg_qqq {
    display: none;
  }
  .expertise_title .title {
    position: relative;
    top: 0;
    margin-left: 80px;
  }
  .expertise_title .title h1, .expertise_title .title h2, .expertise_title .title h3, .expertise_title .title h4, .expertise_title .title h5, .expertise_title .title h6 {
    font-size: 38px;
    line-height: 50px;
  }
  .section__expertise {
    margin-top: 50px;
  }
  .text__expertise .title {
    font-size: 24px;
    line-height: 36px;
  }
  .slide-tags {
    padding: 0 32px;
  }
  .slide-tags .row + .row {
    margin-top: 8px;
  }
  .slide-tags .tag {
    margin-right: 8px;
    border-radius: 4px;
    margin-bottom: 12px;
    font-size: 14px;
  }
  .section__review {
    margin-top: 80px;
  }
  .about__call {
    padding: 32px;
  }
  .button-call {
    width: auto;
  }
  .small-square-title .title h1, .small-square-title .title h2, .small-square-title .title h3, .small-square-title .title h4, .small-square-title .title h5, .small-square-title .title h6 {
    font-size: 38px;
    line-height: 50px;
  }
  .map-box {
    width: 80%;
    height: 680px;
  }
  .header_inner {
    max-width: 960px;
  }
  .grid__about2 {
    max-width: 960px;
  }
  .menu__header .list-items .item {
    margin: 0;
  }
  .box-title h1, .box-title h2, .box-title h3, .box-title h4, .box-title h5, .box-title h6 {
    font-size: 38px;
    line-height: 50px;
  }
  .square-title h1, .square-title h2, .square-title h3, .square-title h4, .square-title h5, .square-title h6 {
    font-size: 38px;
    line-height: 50px;
  }
  .title-case {
    font-size: 38px;
    line-height: 50px;
  }
  .grid__case {
    max-width: 960px;
    margin: auto;
  }
  .cases .item-line .content-box1 .description {
    padding: 24px 14px;
  }
  .cases .item-line .content-box2 .description {
    padding: 24px 14px;
  }
  .grid .row__collage {
    width: 40%;
  }
  .grid .row__description {
    width: 50%;
  }
  .capacity .item {
    padding: 24px 12px;
  }
  .footer {
    margin: 20px auto 0;
  }
}

@media (max-width: 960px) {
  .header_inner {
    padding: 0 16px;
  }
  .logo_box .a_logo svg {
    width: 150px;
  }
  .logo_box .a_logo svg .n1, .logo_box .a_logo svg .n2 {
    fill: #fff;
  }
  .header.fixed {
    padding: 10px 0;
  }
  .header.fixed .logo_box .a_logo svg .n1 {
    fill: #02121d;
  }
  .header.fixed .logo_box .a_logo svg .n2 {
    fill: #797c81;
  }
  .header.fixed .menu__header .list-items {
    padding: 140px 16px 30px;
  }
  .header.fixed .menu__header .list-items .item {
    margin: 0;
  }
  .header.fixed .button-menu:hover {
    opacity: 1;
  }
  .header.fixed .menu-line {
    background-color: rgba(0, 0, 0, 0.54);
  }
  .header.fixed .menu-line::before, .header.fixed .menu-line::after {
    background-color: rgba(0, 0, 0, 0.54);
  }
  .button-menu {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    color: rgba(0, 0, 0, 0.54);
    padding: 12px;
    overflow: visible;
    font-size: 1.5rem;
    text-align: center;
    -webkit-transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    -o-transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    border-radius: 50%;
    color: inherit;
    border: 0;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    outline: 0;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    -moz-appearance: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    background-color: transparent;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
  }
  .button-menu:hover {
    background-color: rgba(0, 0, 0, 0.05);
    opacity: 0.7;
  }
  .open-menu {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: inherit;
    -ms-flex-align: inherit;
    align-items: inherit;
    -webkit-box-pack: inherit;
    -ms-flex-pack: inherit;
    justify-content: inherit;
  }
  .menu-lines {
    width: 24px;
    height: 24px;
    display: inline-block;
    position: relative;
  }
  .menu-line {
    display: block;
    top: 50%;
    margin-top: -2px;
    -webkit-transition-duration: 0.22s;
    -o-transition-duration: 0.22s;
    transition-duration: 0.22s;
    -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    width: 20px;
    height: 2px;
    border-radius: 4px;
    position: absolute;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    background-color: #fff;
  }
  .menu-line.active {
    background-color: rgba(0, 0, 0, 0.54);
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    -webkit-transition-delay: 0.12s;
    -o-transition-delay: 0.12s;
    transition-delay: 0.12s;
    width: 24px;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .menu-line::after, .menu-line::before {
    background-color: #fff;
    content: "";
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 4px;
    position: absolute;
  }
  .menu-line::before {
    -webkit-transition: top 0.3s 0.25s ease-in, opacity 0.1s ease-in;
    -o-transition: top 0.3s 0.25s ease-in, opacity 0.1s ease-in;
    transition: top 0.3s 0.25s ease-in, opacity 0.1s ease-in;
    width: 24px;
    top: -10px;
  }
  .menu-line::after {
    -webkit-transition: bottom 0.5s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.5s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition: bottom 0.5s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.5s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.5s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    width: 24px;
    bottom: -10px;
  }
  .menu-line.active::after, .menu-line.active::before {
    background-color: rgba(0, 0, 0, 0.54);
  }
  .menu-line.active::before {
    top: 0;
    opacity: 0;
    -webkit-transition: top 0.4s ease-out, opacity 0.1s 0.12s ease-out;
    -o-transition: top 0.4s ease-out, opacity 0.1s 0.12s ease-out;
    transition: top 0.4s ease-out, opacity 0.1s 0.12s ease-out;
  }
  .menu-line.active::after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: bottom 0.7s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.7s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: bottom 0.7s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.7s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.7s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .menu__header .list-items {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 300px;
    overflow: hidden;
    right: -360px;
    padding: 140px 16px 30px;
    top: -20px;
    background: #fff;
    -webkit-transition: right .2s ease;
    -o-transition: right .2s ease;
    transition: right .2s ease;
  }
  .menu__header .list-items.active {
    right: 0;
  }
  .menu__header .list-items .item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 8px;
    padding-bottom: 8px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-decoration: none;
    padding-left: 16px;
    padding-right: 16px;
    -webkit-transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    -o-transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  }
  .menu__header .list-items .item:hover {
    text-decoration: none;
    background-color: rgba(128, 128, 128, 0.05);
  }
  .menu__header .list-items .item a {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 0;
    margin-top: 4px;
    color: rgba(0, 0, 0, 0.87);
    margin-bottom: 4px;
    text-transform: capitalize;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.5;
    padding: 0;
  }
  .menu__header .list-items .item a::after {
    display: none;
  }
  .grid > .row {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .grid__about {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .grid > .row__text {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-left: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .grid > .row__triangle {
    max-width: 100%;
  }
  .text__about {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    margin: 120px auto 0;
    padding: 32px;
    max-width: 640px;
    text-align: center;
    z-index: 10;
    position: relative;
  }
  .button-write {
    color: #B2EBF2;
    border-color: #B2EBF2;
  }
  .button-write:hover {
    border: 1px solid #00BCD4;
    background-color: rgba(0, 188, 212, 0.05);
  }
  .button-write:active {
    background-color: #bfeef45c;
    border-color: #B2EBF2;
  }
  .main_content {
    padding-top: 0;
  }
  .hit__inner {
    top: -920px;
    left: -110px;
    -webkit-transform: rotate(-75deg);
    -ms-transform: rotate(-75deg);
    transform: rotate(-75deg);
    width: 1040px;
    height: 840px;
    overflow: hidden;
    position: absolute;
    background: #00c9d8;
    -webkit-box-shadow: -30px 20px 0px 0px #00c9d8;
    box-shadow: -30px 20px 0px 0px #00c9d8;
    border-radius: 80px;
  }
  .hit__inner .object {
    top: -140px;
    left: 400px;
    -webkit-transform: rotate(75deg);
    -ms-transform: rotate(75deg);
    transform: rotate(75deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
  }
  .section__about2 {
    margin-top: 140px;
  }
  .grid__about2 {
    max-width: 600px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .grid .row__collage {
    width: 100%;
    padding-bottom: 0;
  }
  .grid .row__description {
    width: 100%;
  }
  .box-title {
    position: relative;
  }
  .box-title h1, .box-title h2, .box-title h3, .box-title h4, .box-title h5, .box-title h6 {
    color: #00585f;
    width: auto;
    text-align: center;
    padding-left: 0;
    height: auto;
    margin-top: 0;
    margin-left: 0;
    padding-top: 0;
  }
  .box-title::before {
    display: none;
  }
  .description_about .title {
    padding: 0px 32px;
    text-align: center;
  }
  .paralaxx-dots {
    display: none;
  }
  .square-title {
    top: 0;
    left: 0;
    width: 100%;
    position: static;
    margin-bottom: 30px;
  }
  .square-title .inner-title {
    float: none;
    margin-right: 0 !important;
  }
  .square-title .title {
    width: auto;
    padding: 0;
  }
  .square-title .title::before {
    display: none;
  }
  .square-title--review .title::before {
    -webkit-box-shadow: none;
    box-shadow: none;
    right: -80px;
  }
  .square-title .icon {
    display: none !important;
  }
  .square-title h1, .square-title h2, .square-title h3, .square-title h4, .square-title h5, .square-title h6 {
    color: #00585f;
    width: auto;
    text-align: center;
    font-size: 38px;
    font-weight: 700;
    line-height: 50px;
  }
  .section__service {
    padding: 40px 0 75px;
  }
  .section__service .swiper-pagination-ser {
    padding: 35px 0;
  }
  .grid__expertise {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .grid__expertise .row__1 {
    width: 100%;
    padding-bottom: 0;
  }
  .text__expertise .img {
    margin: auto;
    width: auto;
    max-width: 300px;
  }
  .ctrcl-news {
    position: relative;
    bottom: 0;
    left: 0;
    padding: 30px 32px 0;
  }
  .grid__expertise .row__2 {
    width: 100%;
  }
  .expertise_title .svg_qqq {
    position: relative;
  }
  .expertise_title .svg_qqq svg {
    top: -200px;
    fill: #baf0f4;
    left: -170px;
    width: 600px;
    height: 600px;
    stroke: #baf0f4;
    position: absolute;
    background-size: 100%;
  }
  .expertise_title .title {
    position: relative;
    top: 0;
    margin-left: 0;
  }
  .expertise_title .title::before {
    display: none;
  }
  .expertise_title .title h1, .expertise_title .title h2, .expertise_title .title h3, .expertise_title .title h4, .expertise_title .title h5, .expertise_title .title h6 {
    color: #00585f;
    width: auto;
    text-align: center;
    font-size: 38px;
    line-height: 50px;
    margin-top: 0;
    padding-top: 0;
    height: auto;
    margin-left: 0;
    padding-left: 0;
  }
  .text__expertise .title {
    text-align: center;
  }
  .text__expertise .text {
    text-align: center;
    padding: 30px 0;
  }
  .slide-tags .row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .section__review {
    margin-top: 30px;
  }
  .grid__case {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
  }
  .grid__case .row__1 {
    width: 100%;
  }
  .grid__case .row__2 {
    width: 100%;
  }
  .title-case {
    margin-bottom: 32px;
    text-align: center;
  }
  .menu-case {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .menu-case .item {
    width: auto;
    margin: 0 5px;
  }
  .about__call {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .section__call {
    margin: 50px 0 70px;
  }
  .about__call .row_1 {
    max-width: 100%;
    width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 40px;
  }
  .about__call .row_2 {
    max-width: 100%;
    width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    text-align: center;
  }
  .button-call {
    height: 44px;
    font-size: 15px;
  }
  .grid__office {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 600px;
    margin: auto;
  }
  .grid__office .row_1 {
    margin-left: 0;
    width: 100%;
    padding-bottom: 0;
  }
  .grid__office .row_2 {
    width: 100%;
    padding-top: 0;
  }
  .information-box .line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 18px;
    max-width: 410px;
  }
  .information-box .line .l1 {
    width: 50%;
  }
  .information-box .line .l1 + .l1 {
    margin-top: 0;
  }
  .small-square-title {
    width: 100%;
  }
  .small-square-title .title {
    height: auto;
  }
  .small-square-title .title::before {
    display: none;
  }
  .small-square-title .title h1, .small-square-title .title h2, .small-square-title .title h3, .small-square-title .title h4, .small-square-title .title h5, .small-square-title .title h6 {
    font-size: 38px;
    line-height: 50px;
    margin-top: 0;
    padding-top: 0;
    margin-left: 0;
    color: #00585f;
    width: 100%;
    text-align: center;
    padding-left: 0;
  }
  .list-information {
    margin-top: 40px;
  }
  .map-box {
    width: 100%;
    height: 700px;
    margin-top: 0;
  }
  .logo-footer {
    text-align: center;
  }
  .logo-footer img {
    display: inline-block;
    -webkit-filter: grayscale(1) contrast(0.5) brightness(1.5);
    filter: grayscale(1) contrast(0.5) brightness(1.5);
  }
  .footer {
    padding: 0;
  }
  .footer .grid__footer {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer .grid__footer .row_1 {
    width: 100%;
    padding-bottom: 0;
  }
  .footer .grid__footer .row_2 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer .logo__f {
    margin-right: auto;
    margin-left: auto;
  }
  .footer .text {
    width: 100%;
    text-align: center;
    max-width: 255px;
    margin: auto;
  }
  .copyright {
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    bottom: 50px;
  }
  .menu__social, .menu__footer .list-items {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .menu__social {
    width: 100%;
    margin: 54px 0 60px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .menu__footer .list-items {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .menu__footer .item {
    margin: 8px;
  }
  .popup-window .box-top-title .title {
    font-size: 38px;
    line-height: 140%;
    margin-bottom: 20px;
  }
  .popup-window .box-top-title .description {
    font-size: 16px;
    line-height: 140%;
  }
  .popup-window .button-close-message {
    padding: 18px;
    width: 24px;
    height: 24px;
  }
  .email-feedback .label {
    font-size: 15px;
  }
  .email-feedback .input {
    font-size: 15px;
  }
}

@media (max-width: 700px) {
  .logo_box .a_logo {
    max-width: 150px;
  }
  .logo_box .a_logo img {
    width: 100%;
  }
  .logo_box .a_logo svg {
    width: 100%;
  }
  .logo_box .a_logo svg .n1, .logo_box .a_logo svg .n2 {
    fill: #fff;
  }
  .header.fixed .logo_box .a_logo {
    max-width: 150px;
    max-height: inherit;
  }
  .header_line.active .logo_box .a_logo svg .n1 {
    fill: #02121d;
  }
  .header_line.active .logo_box .a_logo svg .n2 {
    fill: #797c81;
  }
  .header.fixed .logo_box .a_logo svg .n1 {
    fill: #02121d;
  }
  .header.fixed .logo_box .a_logo svg .n2 {
    fill: #797c81;
  }
  .grid > .row__text {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .grid > .row__triangle {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding: 0;
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .hit {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .hit__inner {
    top: 0;
    left: 0;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    width: 100%;
    height: 100%;
    overflow: visible;
    position: relative;
    background: #00c9d8;
    -webkit-box-shadow: -30px 20px 0px 0px #00c9d8;
    box-shadow: none;
    border-radius: 0;
  }
  .hit__inner .object {
    top: 0;
    left: 0;
    height: 100%;
    margin: 0;
    position: absolute;
    background: #000;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .hit__inner .object img {
    height: 100%;
    opacity: 0.5;
    min-width: 100%;
  }
  .shadow-hit1, .shadow-hit2 {
    display: none;
  }
  .section__call {
    margin: 50px 0;
  }
  .map-box {
    height: 380px;
  }
  .text__about {
    margin-top: 80px;
    padding: 32px;
  }
  .text__about h1, .text__about h2, .text__about h3, .text__about h4, .text__about h5, .text__about h6 {
    font-size: 28px;
    line-height: 44px;
  }
  .text__about .paragraph {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 40px;
  }
  .section__about2 {
    margin-top: 40px;
    padding: 0;
  }
  .box-title h1, .box-title h2, .box-title h3, .box-title h4, .box-title h5, .box-title h6 {
    font-size: 32px;
    line-height: 42px;
  }
  .description_about > .title {
    padding: 0 15px;
  }
  .description_about > .title h1, .description_about > .title h2, .description_about > .title h3, .description_about > .title h4, .description_about > .title h5, .description_about > .title h6 {
    font-size: 18px;
    line-height: 28px;
  }
  .capacity {
    margin: 24px 0 40px;
    padding: 0 20px;
  }
  .capacity .item {
    padding: 0;
    width: 33.33%;
    text-align: center;
  }
  .capacity .title {
    font-size: 30px;
    line-height: 44px;
    margin-bottom: 32px;
    padding: 0;
  }
  .capacity .title::after {
    left: calc(50% - 25px);
    width: 50px;
    bottom: -16px;
    height: 8px;
    border-radius: 5px;
  }
  .capacity .text {
    font-size: 20px;
    line-height: 140%;
    min-height: auto;
  }
  .grid__expertise {
    padding: 0;
  }
  .description_about .signature blockquote {
    margin: 0;
    font-size: 20px;
    line-height: 32px;
    padding-left: 16px;
  }
  .section__service {
    margin-top: 60px;
  }
  .square-title h1, .square-title h2, .square-title h3, .square-title h4, .square-title h5, .square-title h6 {
    font-size: 32px;
    line-height: 42px;
  }
  .expertise_title .title h1, .expertise_title .title h2, .expertise_title .title h3, .expertise_title .title h4, .expertise_title .title h5, .expertise_title .title h6 {
    font-size: 32px;
    line-height: 42px;
  }
  .clients {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
  }
  .clients img {
    margin: 16px 30px;
    height: 55px;
  }
  .text__expertise .title {
    font-size: 18px;
    line-height: 28px;
  }
  .slide-tags {
    padding: 0;
    margin: 20px 0;
  }
  .ctrcl-news {
    padding: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .slide-tags .row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .slide-tags .tag {
    padding: 4px 7px;
  }
  .icon_svg_bg, .re-icon {
    display: none;
  }
  .slider_review {
    padding: 40px 0px;
  }
  .review-s {
    margin-top: 55px;
  }
  .title-case {
    font-size: 32px;
    line-height: 42px;
  }
  .menu-case {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .menu-case .item {
    margin: 0 5px 10px;
  }
  .popup-window .box-top-title {
    margin: 0 auto 60px;
  }
  .popup-window .inner2 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 1240px;
    margin: auto;
    padding: 60px 20px;
    position: relative;
    z-index: 10;
  }
  body {
    min-height: 100%;
  }
  .no-scroll {
    overflow: visible;
  }
  .no-scroll .header, .no-scroll .main_content, .no-scroll .footer {
    display: none;
  }
  .email-feedback {
    position: relative;
    max-width: 500px;
  }
  .popup-window .button-close-message {
    padding: 12px;
    width: 18px;
    top: 15px;
    height: 18px;
    right: 15px;
  }
  .popup-window {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .popup-window .box-top-title .description {
    padding: 0;
  }
  .email-feedback .textarea {
    height: 70px;
  }
  .email-feedback {
    position: relative;
  }
  .email-feedback .line {
    display: block;
  }
  .email-feedback .line + .line {
    margin-top: 60px;
  }
  .email-feedback .row-1 {
    width: 100%;
    padding: 0;
  }
  .email-feedback .row-2 {
    width: 100%;
    padding: 0;
  }
  .email-feedback .row-2 + .row-2 {
    margin-top: 60px;
  }
  .cases {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .cases .item-line_1 {
    width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .cases .item-line_2 {
    width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .cases .item-line_3 {
    width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .about__call {
    text-align: center;
    padding: 32px 8px;
  }
  .about__call .title {
    font-size: 28px;
    margin-bottom: 16px;
  }
  .about__call .text {
    font-size: 18px;
    margin-bottom: 24px;
  }
  .about__call .row_1 {
    margin-bottom: 0;
  }
  .small-square-title .title h1, .small-square-title .title h2, .small-square-title .title h3, .small-square-title .title h4, .small-square-title .title h5, .small-square-title .title h6 {
    font-size: 32px;
    line-height: 42px;
  }
}

@media (max-width: 470px) {
  .information-box {
    padding: 14px 20px 24px;
  }
  .information-box .line p {
    white-space: nowrap;
  }
  .information-box .line p, .information-box .bottom p {
    padding-left: 24px;
    padding-top: 0;
  }
  .information-box svg {
    margin-right: 0;
    width: .75em;
    height: auto;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .information-box .address {
    line-height: 20px;
  }
  .grid__case .row__1 {
    padding-bottom: 0;
  }
  .menu__social {
    margin: 44px 0 75px;
  }
  .logo_box {
    position: relative;
    z-index: 20;
  }
  .menu__header .list-items.active {
    width: 100%;
  }
  .menu__header .list-items {
    -webkit-box-shadow: 0 0 10px -5px #333;
    box-shadow: 0 0 10px -5px #333;
  }
  .capacity {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 44px 0 40px;
  }
  .capacity .item {
    width: 50%;
  }
  .capacity .item:last-child {
    width: 100%;
    margin-top: 40px;
  }
  .section__service .square-title {
    margin-bottom: 45px;
  }
  .slider_service .slide {
    padding: 0 8px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 240px;
    margin: 0;
  }
  .slider_review .slide {
    padding: 0 8px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 200px;
  }
  .slider_review .slide .round {
    width: 100%;
  }
}

@media (max-width: 360px) {
  .information-box .line {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .information-box .line .l1 {
    width: 100%;
  }
  .information-box .line .l1 + .l1 {
    margin-top: 18px;
  }
}
