[data-simplebar]{position:relative;flex-direction:column;flex-wrap:wrap;justify-content:flex-start;align-content:flex-start;align-items:flex-start}.simplebar-wrapper{overflow:hidden;width:inherit;height:inherit;max-width:inherit;max-height:inherit}.simplebar-mask{direction:inherit;position:absolute;overflow:hidden;padding:0;margin:0;left:0;top:0;bottom:0;right:0;width:auto!important;height:auto!important;z-index:0}.simplebar-offset{direction:inherit!important;box-sizing:inherit!important;resize:none!important;position:absolute;top:0;left:0;bottom:0;right:0;padding:0;margin:0;-webkit-overflow-scrolling:touch}.simplebar-content-wrapper{direction:inherit;box-sizing:border-box!important;position:relative;display:block;height:100%;width:auto;max-width:100%;max-height:100%;scrollbar-width:none;-ms-overflow-style:none}.simplebar-content-wrapper::-webkit-scrollbar,.simplebar-hide-scrollbar::-webkit-scrollbar{width:0;height:0}.simplebar-content:after,.simplebar-content:before{content:' ';display:table}.simplebar-placeholder{max-height:100%;max-width:100%;width:100%;pointer-events:none}.simplebar-height-auto-observer-wrapper{box-sizing:inherit!important;height:100%;width:100%;max-width:1px;position:relative;float:left;max-height:1px;overflow:hidden;z-index:-1;padding:0;margin:0;pointer-events:none;flex-grow:inherit;flex-shrink:0;flex-basis:0}.simplebar-height-auto-observer{box-sizing:inherit;display:block;opacity:0;position:absolute;top:0;left:0;height:1000%;width:1000%;min-height:1px;min-width:1px;overflow:hidden;pointer-events:none;z-index:-1}.simplebar-track{z-index:1;position:absolute;right:0;bottom:0;pointer-events:none;overflow:hidden}[data-simplebar].simplebar-dragging .simplebar-content{pointer-events:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none}[data-simplebar].simplebar-dragging .simplebar-track{pointer-events:all}.simplebar-scrollbar{position:absolute;left:0;right:0;min-height:10px}.simplebar-scrollbar:before{position:absolute;content:'';background:#000;border-radius:7px;left:2px;right:2px;opacity:0;transition:opacity .2s linear}.simplebar-scrollbar.simplebar-visible:before{opacity:.5;transition:opacity 0s linear}.simplebar-track.simplebar-vertical{top:0;width:11px}.simplebar-track.simplebar-vertical .simplebar-scrollbar:before{top:2px;bottom:2px}.simplebar-track.simplebar-horizontal{left:0;height:11px}.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before{height:100%;left:2px;right:2px}.simplebar-track.simplebar-horizontal .simplebar-scrollbar{right:auto;left:0;top:2px;height:7px;min-height:0;min-width:10px;width:auto}[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical{right:auto;left:0}.hs-dummy-scrollbar-size{direction:rtl;position:fixed;opacity:0;visibility:hidden;height:500px;width:500px;overflow-y:hidden;overflow-x:scroll}.simplebar-hide-scrollbar{position:fixed;left:0;visibility:hidden;overflow-y:scroll;scrollbar-width:none;-ms-overflow-style:none}
/*! 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 {
  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 {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

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

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

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

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}

.p-section {
  padding-top: 80px;
}

.margin-section {
  margin-bottom: 80px;
  margin-right: 15px;
  margin-left: 15px;
}

@media (min-width: 1200px) {
  .margin-section {
    margin-bottom: 120px;
  }
}

.home-page-banner {
  margin-top: 20px;
}

.o-container {
  padding-left: calc(50vw - 600px);
  padding-right: calc(50vw - 600px);
  position: relative;
}

.lock-scroll {
  overflow: hidden;
}

.o-row {
  padding: 0 15px;
}

* {
  outline: none;
  box-sizing: border-box;
}

html body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  line-height: 1.5;
  min-height: 100%;
  width: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  overflow-x: hidden;
  color: #fff;
  font-family: "Montserrat", sans-serif;
}

html body.front main {
  margin-top: 68px;
}

@media (min-width: 992px) {
  html body.front main {
    margin-top: 73px;
  }
}

html body.not-front.mt main {
  margin-top: 85px;
}

@media (min-width: 992px) {
  html body.not-front.mt main {
    margin-top: 105px;
  }
}

html body.not-front main {
  margin-top: 56px;
}

@media (min-width: 1140px) {
  html body.not-front main {
    margin-top: 72px;
  }
}

html body main {
  flex: 1 1 100%;
}

ul li {
  line-height: 2;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.open-menu .c-menu__item {
  display: inline-flex;
}

.open-menu .c-menu__item.active .link::after,
.open-menu .c-menu__item.active .link::before {
  background: #fff;
}

@media (min-width: 1140px) {
  .c-menu__item.active .link::after,
  .c-menu__item.active .link::before {
    position: absolute;
    bottom: 4px;
    width: 100%;
    height: 1px;
    content: "";
    background: #080808;
  }
}

.portfolio__filter div,
a {
  position: relative;
}

@media (min-width: 992px) {
  .portfolio__filter div.link,
  a.link {
    display: inline-flex;
    transition: color 0.4s;
  }

  .portfolio__filter div.link::after,
  .portfolio__filter div.link::before,
  a.link::after,
  a.link::before {
    position: absolute;
    bottom: 4px;
    width: 0;
    height: 1px;
    content: "";
    background: #080808;
    transition: width 150ms linear;
  }

  .portfolio__filter div.link::after,
  a.link::after {
    left: 0;
  }

  .portfolio__filter div.link:hover::after,
  a.link:hover::after {
    width: 100%;
  }
}

input,
textarea {
  border: 1px solid #000000;
  box-sizing: border-box;
  border-radius: 30px;
  padding: 13px 25px;
  width: 100%;
  background: transparent;
}

textarea {
  resize: none;
  height: 130px;
}

.date-create {
  color: #000000;
  opacity: 0.4;
  text-align: right;
}

h2,
.h2 {
  font-size: 25px;
  margin: 10px 0;
  line-height: 1.3;
}

@media (min-width: 768px) {
  h2,
  .h2 {
    font-size: 35px;
    margin: 10px 0;
  }
}

h3 {
  font-size: 16px;
  font-weight: bold;
  margin: 5px 0;
}

@media (min-width: 768px) {
  h3 {
    font-size: 18px;
    margin: 10px 0;
  }
}

.clearfix:after,
.clearfix:before,
.container:after,
.container:before {
  content: "";
  display: table;
}

.clearfix:after,
.container:after {
  clear: both;
}

a {
  display: flex;
  color: #000;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

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

p {
  margin: 0;
}

.button {
  background: #000;
  border-radius: 30px;
  color: #fff;
  font-size: 16px;
  line-height: 45px;
  padding: 0 25px;
  display: inline-flex;
  transition: background 400ms;
  cursor: pointer;
  border: none;
}

.button:hover {
  background: #ff2d20;
}

.button.white {
  background: transparent;
  color: #000;
  border: 1px solid #000;
}

.button.white:hover {
  background: #333333;
  color: #fff;
}

.button-underline {
  display: inline-flex;
  font-size: 16px;
  line-height: 45px;
  padding: 0 38px;
  border: 1px solid #000;
  border-radius: 30px;
}

.button-underline:hover {
  transition: 400ms;
  border: 1px solid #ff2d20;
  color: #ff2d20;
}

.the-arrow {
  width: 34px;
  transition: all 0.2s;
}

.the-arrow.-left {
  position: absolute;
  top: 50%;
  left: 0;
}

.the-arrow.-left > .shaft {
  width: 0;
  background-color: #fff;
}

.the-arrow.-left > .shaft:before,
.the-arrow.-left > .shaft:after {
  width: 0;
  background-color: #fff;
}

.the-arrow.-left > .shaft:before {
  transform: rotate(0);
}

.the-arrow.-left > .shaft:after {
  transform: rotate(0);
}

.the-arrow.-right {
  top: 1px;
}

.the-arrow.-right > .shaft {
  width: 34px;
  transition-delay: 0.2s;
}

.the-arrow.-right > .shaft:before,
.the-arrow.-right > .shaft:after {
  width: 8px;
  transition-delay: 0.3s;
  transition: all 0.5s;
}

.the-arrow.-right > .shaft:before {
  transform: rotate(40deg);
}

.the-arrow.-right > .shaft:after {
  transform: rotate(-40deg);
}

.the-arrow > .shaft {
  background-color: #fff;
  display: block;
  height: 1px;
  position: relative;
  transition: all 0.2s;
  transition-delay: 0;
  will-change: transform;
}

.the-arrow > .shaft:before,
.the-arrow > .shaft:after {
  background-color: #fff;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.2s;
  transition-delay: 0;
}

.the-arrow > .shaft:before {
  transform-origin: top right;
}

.the-arrow > .shaft:after {
  transform-origin: bottom right;
}

.animate-button {
  background: #000;
  display: inline-block;
  overflow: hidden;
  border-radius: 35px;
  margin-top: 20px;
}

.menu-icon-toggle {
  display: block;
  width: 30px;
  height: 30px;
  position: relative;
  z-index: 9;
}

.menu-icon-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  background-color: #000;
  transform: translate(0, -50%);
  transition: opacity 0.3s 0.3s;
}

.home:not(.open) .menu-icon-toggle span {
  background-color: #000;
}

.menu-icon-toggle::before,
.menu-icon-toggle::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  background-color: #000;
  transition: transform 0.3s, top 0.3s 0.3s, bottom 0.3s 0.3s;
}

.menu-icon-toggle::before {
  top: 6px;
}

.menu-icon-toggle::after {
  bottom: 6px;
}

.open-menu .menu-icon-toggle span {
  opacity: 0;
  transition: opacity 0.3s;
}

.open-menu .menu-icon-toggle::before,
.open-menu .menu-icon-toggle::after {
  background-color: #fff;
}

.open-menu .menu-icon-toggle::before {
  top: calc(50% - 1px);
  transform: rotate(45deg);
}

.open-menu .menu-icon-toggle::after {
  bottom: calc(50% - 1px);
  transform: rotate(-45deg);
}

.open-menu .menu-icon-toggle::before,
.open-menu .menu-icon-toggle::after {
  transition: top 0.3s, bottom 0.3s, transform 0.3s 0.3s;
}

.c-header__logo .white {
  display: none;
}

.c-header__logo {
  max-width: 250px;
  padding: 10px 0;
  margin-right: auto;
}

@media (max-width: 1140px) {
  .c-header__logo {
    max-width: 175px;
    position: relative;
  }

  .c-header__logo img {
    height: 100%;
  }

  .c-header__logo .white {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: opacity 400ms;
  }
}

.open-menu .c-header__logo img {
  opacity: 0;
}

.open-menu .c-header__logo .white {
  opacity: 1;
}

.simple {
  margin-bottom: 15px;
}

.simple .simplebar-track.simplebar-horizontal::after {
  width: 100%;
  content: "";
  position: absolute;
  height: 1px;
  background: #CCCCCC;
  bottom: 0;
}

.simple .simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  height: 4px;
  top: 6px;
}

.simple .simplebar-scrollbar.simplebar-visible:before {
  opacity: 1;
}

.icon-slider {
  width: 30px;
  height: 15px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.icon-slider.slick-prev {
  transform: scale(-1);
}

.icon-slider:hover .arrow {
  background: #ff2d20;
}

.icon-slider:hover .arrow::after,
.icon-slider:hover .arrow::before {
  background: #ff2d20;
}

.icon-slider .arrow {
  height: 2px;
  width: 100%;
  background: #1a1a1a;
  position: relative;
  transition: 400ms linear;
}

.icon-slider .arrow::after,
.icon-slider .arrow::before {
  content: "";
  position: absolute;
  width: 30%;
  height: 2px;
  right: -2px;
  background-color: #1a1a1a;
  transition: 400ms linear;
}

.icon-slider .arrow::after {
  top: -3px;
  transform: rotate(45deg);
}

.icon-slider .arrow::before {
  top: 3px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  transform: rotate(-45deg);
}

.content-list .item {
  font-size: 14px;
  line-height: 22px;
  padding-left: 25px;
  position: relative;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .content-list .item {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 30px;
    padding-left: 55px;
  }
}

.content-list .item::before {
  content: "";
  width: 13px;
  height: 5px;
  background: #ff2d20;
  position: absolute;
  left: 0;
  top: 9px;
}

.block-title {
  font-weight: 700;
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
}

.block-title::before {
  content: attr(data-text);
  position: absolute;
  font-size: 50px;
  text-shadow: 0 0 1px #828282;
  font-weight: 900;
  left: 0;
  color: #fff;
  bottom: 0;
  z-index: -1;
}

@media (min-width: 768px) {
  .block-title::before {
    left: 50%;
    transform: translateX(-50%);
    font-size: 70px;
  }
}

@media (min-width: 768px) {
  .block-title {
    display: block;
    text-align: center;
    margin-bottom: 50px;
  }
}

.title-underline {
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 20px;
  text-align: center;
  position: relative;
}

@media (min-width: 768px) {
  .title-underline {
    font-size: 40px;
    line-height: 60px;
    margin-bottom: 30px;
  }
}

.title-underline::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  margin-top: 5px;
  transform: translateX(-50%);
  height: 1px;
  background: #ff2d20;
  width: 120px;
}

@media (min-width: 768px) {
  .title-underline::before {
    top: 100%;
    margin-top: 10px;
  }
}

.card .contact__item {
  width: 100%;
  margin: 0;
}

@media (min-width: 992px) {
  .card {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.12);
    border-radius: 0 0 60px 60px;
  }
}

@media (min-width: 1200px) {
  .card {
    right: 120px;
    top: 50%;
  }
}

.card h2 {
  color: #ff2d20;
}

.card__button {
  margin-top: 20px;
}

.card__tab__wrapper {
  display: flex;
}

.card__tab {
  background: #f2f2f2;
  display: inline-block;
  padding: 18px 40px;
  text-align: center;
  text-decoration: none;
  transition: all 150ms ease;
  border: 1px solid transparent;
}

@media (max-width: 992px) {
  .card__tab {
    flex-grow: 1;
    padding: 18px 0;
  }
}

.card__tab:not(.card__tab--active) {
  border: 1px solid #dadada;
}

.card__tab:hover {
  cursor: pointer;
}

.card__tab--active {
  background-color: #fff;
  color: #000;
}

.card__body {
  position: relative;
  font-size: 16px;
  background-color: #fff;
  padding: 20px 20px 30px 20px;
  overflow: hidden;
  transition: all 350ms ease;
  border-radius: 0 0 60px 60px;
}

@media (min-width: 992px) {
  .card__body {
    padding: 40px 30px 50px;
  }
}

.card__section {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  padding: inherit;
  transition: all 150ms 350ms ease-in-out;
  opacity: 0;
  visibility: hidden;
}

.card__section--active {
  opacity: 0;
  visibility: visible;
  -webkit-animation-name: opacityContent;
          animation-name: opacityContent;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 300ms;
          animation-duration: 300ms;
}

@-webkit-keyframes opacityContent {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}

@keyframes opacityContent {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}

input[type=checkbox],
input[type=radio] {
  height: 0;
  visibility: hidden;
  display: none;
}

input[type=checkbox]:checked + label::after,
input[type=radio]:checked + label::after {
  border: 2px solid #ff2d20;
}

input[type=checkbox]:checked + label::before,
input[type=radio]:checked + label::before {
  opacity: 1;
}

input[type=checkbox] + label,
input[type=radio] + label {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  display: inline-flex;
}

input[type=checkbox] + label::before,
input[type=checkbox] + label::after,
input[type=radio] + label::before,
input[type=radio] + label::after {
  content: "";
  position: absolute;
  transition: all 300ms;
  top: 50%;
  transform: translateY(-50%);
}

input[type=checkbox] + label::before,
input[type=radio] + label::before {
  width: 14px;
  height: 14px;
  background: #ff2d20;
  left: 5px;
  opacity: 0;
}

input[type=checkbox] + label::after,
input[type=radio] + label::after {
  width: 20px;
  height: 20px;
  border: 2px solid #000;
  left: 0;
}

input[type=radio] + label::before,
input[type=radio] + label::after {
  border-radius: 50%;
}

.group-radio {
  display: flex;
  flex-direction: column;
}

.nav-link li {
  margin: 10px 0;
  padding-left: 25px;
  position: relative;
}

.nav-link li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  background: url("/images/icons/checkmark.svg");
  width: 15px;
  height: 15px;
}

.nav-link li.logo {
  font-weight: bold;
}

.nav-link li.logo::after {
  background: url("/images/icons/checkmark-logo.svg");
}

.nav-link li:last-of-type {
  margin-bottom: 0;
}

.cub-left {
  position: relative;
}

.cub-left::after {
  content: "";
  position: absolute;
  left: -15px;
  top: 0;
  background: url("/images/cub-left.svg") no-repeat left center;
  background-size: contain;
  min-width: 260px;
  height: 100%;
  z-index: -1;
}

.cub-right {
  position: relative;
}

.cub-right::after {
  content: "";
  position: absolute;
  right: -15px;
  top: -30%;
  background: url("/images/cub-right.svg") no-repeat left center;
  background-size: contain;
  min-width: 150px;
  height: 100%;
  z-index: -1;
}

@media (min-width: 992px) {
  .cub-right::after {
    right: -45px;
    top: 0;
    min-width: 260px;
  }
}

:root {
  --padding: 10px;
}

@media (min-width: 992px) {
  :root {
    --padding: 60px;
  }
}

.development {
  padding: 20px var(--padding) 35px;
  border-radius: 40px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  position: relative;
  font-weight: bold;
  background: #fff;
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .development {
    padding-bottom: 45px;
  }
}

@media (min-width: 992px) {
  .development {
    padding: 30px var(--padding) 40px;
  }
}

.development__title {
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
}

.development__content {
  font-size: 14px;
  font-weight: normal;
  margin: 10px 0;
  position: relative;
  padding: 15px 0;
  z-index: 1;
}

.development__content::before {
  content: "";
  background: #F2F2F2;
  position: absolute;
  top: 0;
  left: calc(var(--padding) * -1);
  width: calc(100% + (var(--padding) * 2));
  height: 100%;
  z-index: -1;
}

.development__term {
  font-size: 16px;
}

.development__price {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 30px;
  line-height: 40px;
  padding: 0 50px;
  background: #000;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  width: 100%;
  max-width: 200px;
  display: flex;
  justify-content: center;
}

@media (min-width: 992px) {
  .development__price {
    cursor: pointer;
    transition: background 400ms;
  }

  .development__price:hover {
    background: #ff2d20;
  }
}

.development ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
}

.development ul li {
  font-weight: normal;
  position: relative;
  padding-left: 15px;
  font-size: 14px;
}

.development ul li.bold {
  font-weight: bold;
}

.development ul li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #000;
}

.our-portfolio-item {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  border-radius: 40px;
  min-height: 320px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  color: #fff;
  max-width: 400px;
}

.our-portfolio-item.black {
  color: #000;
}

@media (min-width: 1200px) {
  .our-portfolio-item {
    min-height: 370px;
  }
}

.our-portfolio-item__image {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  display: flex;
  justify-content: center;
}

.our-portfolio-item__image img {
  position: absolute;
  top: 0;
}

.our-portfolio-item__title {
  font-weight: bold;
  font-size: 14px;
}

@media (min-width: 992px) {
  .our-portfolio-item__title {
    font-size: 18px;
  }
}

.our-portfolio-item__content {
  font-size: 12px;
}

@media (min-width: 992px) {
  .our-portfolio-item__content {
    font-size: 14px;
  }
}

.five-why-item {
  margin-bottom: 20px;
  padding-left: 40px;
  position: relative;
}

.five-why-item::before {
  counter-increment: section;
  content: counter(section);
  position: absolute;
  left: 0;
  top: 0;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  border: 1px solid #000;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  z-index: 2;
  box-shadow: 0 0 2px 5px white;
}

.five-why-item::after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  left: 14px;
  top: 27px;
  background: #000;
}

.five-why-item:last-of-type::after {
  content: none;
}

@media (min-width: 992px) {
  .five-why-item {
    margin-bottom: 30px;
  }
}

.five-why-item__title {
  font-size: 18px;
  font-weight: bold;
}

@media (min-width: 992px) {
  .five-why-item__title {
    margin-bottom: 10px;
  }
}

.five-why-item__title span {
  text-decoration: none;
  text-transform: uppercase;
  color: #e2231a;
}

.five-why-item__content {
  font-size: 14px;
}

@media (min-width: 768px) {
  .five-why-item__content {
    font-size: 16px;
  }
}

.mobile-menu-contacts {
  color: #fff;
}

.mobile-menu-contacts + .mobile-menu-contacts {
  margin-left: 20px;
}

.mobile-menu-contacts__title {
  font-weight: bold;
  text-align: left;
}

.mobile-menu-contacts__items {
  display: flex;
  margin-top: 10px;
}

.mobile-menu-contacts__items li + li {
  margin-left: 20px;
}

.mobile-menu-contacts a {
  width: 25px;
  height: 25px;
}

.mobile-menu-contacts a[href*=facebook] {
  background: url("/images/icons/facebook-mobile-menu.svg") no-repeat center;
}

.mobile-menu-contacts a[href*=instagram] {
  background: url("/images/icons/instagram-mobile-menu.svg") no-repeat center;
}

.mobile-menu-contacts a[href*=linkedin] {
  background: url("/images/icons/youtube-mobile-menu.svg") no-repeat center;
}

.mobile-menu-contacts a[href*=viber] {
  background: url("/images/icons/viber-mobile-menu.svg") no-repeat center;
}

.mobile-menu-contacts a[href*=gmail] {
  background: url("/images/icons/gmail-mobile-menu.svg") no-repeat center;
}

.mobile-menu-contacts a[href*=phone] {
  background: url("/images/icons/phone-mobile-menu.svg") no-repeat center;
}

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.about .closed {
  display: none;
}

.about .show .closed {
  display: block;
}

.about .show .open {
  display: none;
}

.about .more {
  color: #ff2d20;
  text-decoration: underline;
  cursor: pointer;
  position: absolute;
  top: 100%;
  left: auto;
}

@media (min-width: 992px) {
  .about .more {
    display: none;
    visibility: hidden;
  }
}

.about .more-content {
  height: 0;
  transition: height 0.35s ease-in-out;
  overflow: hidden;
}

@media (min-width: 992px) {
  .about .more-content {
    height: auto !important;
  }
}

.about .more-content:not(.active) {
  transition: height 0.35s ease-in-out;
  overflow: hidden;
}

.about h2 span {
  color: #ff2d20;
  text-transform: capitalize;
}

.about__content {
  display: flex;
  flex-direction: column-reverse;
}

@media (min-width: 768px) {
  .about__content {
    flex-direction: row;
    align-items: flex-start;
  }
}

.about__image {
  margin-bottom: 30px;
}

.about__text p {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .about__text {
    width: 60%;
  }

  .about__image {
    width: 40%;
    margin-bottom: 0;
  }
}

.not-front .c-header {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}

.c-header {
  justify-content: space-between;
  position: fixed;
  z-index: 10;
  background: white;
  width: 100%;
}

.c-header.show {
  transition: box-shadow 400ms;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.c-header.show .button {
  background: #000;
  transition: background 400ms;
}

.c-header.show .button:hover {
  background: #ff2d20;
}

.c-header.open-menu .button {
  background: #fff;
}

.c-header .o-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 1140px) {
  .c-header .o-row {
    min-height: 70px;
  }
}

.c-header .c-menu {
  display: flex;
}

@media (min-width: 1140px) {
  .c-header .c-menu {
    margin-right: 10px;
  }
}

.c-header .c-menu__item {
  color: #000000;
  font-size: 16px;
  margin: 0 20px;
}

.c-header__wrapper {
  display: flex;
  align-items: center;
}

.c-header__lang a {
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
}

.c-header .language-switcher {
  margin-right: 40px;
  margin-left: 10px;
}

@media (min-width: 1140px) {
  .c-header .menu-content {
    display: flex;
    align-items: center;
  }
}

.langs {
  position: relative;
  margin-right: 20px;
  display: none;
}

.langs li {
  cursor: pointer;
}

.langs li a {
  text-transform: uppercase;
  padding: 0 15px;
  line-height: 35px;
}

@media (min-width: 1140px) {
  .langs li:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    transition: all 300ms linear;
  }

  .langs li:hover a {
    color: #ff2d20;
  }
}

.langs .active {
  position: relative;
}

.langs .active::after {
  content: "";
  position: absolute;
  left: auto;
  right: 0;
  top: 0;
  height: 100%;
  opacity: 0.5;
  border-left: 0.5px solid #000000;
}

@media (min-width: 992px) {
  .langs .active::after {
    left: 0;
    right: auto;
  }
}

.langs__submenu {
  height: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  background: #fff;
}

.show + .langs__submenu {
  transition: height 300ms linear;
  height: auto;
  visibility: visible;
}

.langs.mob {
  display: inline-block;
  margin-left: auto;
}

@media (min-width: 1140px) {
  .langs {
    display: inline-block;
    margin-right: 50px;
  }

  .langs.mob {
    display: none;
  }
}

.footer {
  background: #F9F9F9;
  padding: 30px 0;
}

@media (min-width: 768px) {
  .footer {
    padding: 55px 0;
  }
}

.footer__menu {
  margin-bottom: 25px;
}

@media (max-width: 768px) {
  .footer__menu {
    display: none;
  }
}

.footer__copyright {
  text-align: center;
}

@media (min-width: 768px) {
  .footer__copyright {
    text-align: left;
  }
}

@media (max-width: 768px) {
  .footer__social h3 {
    text-align: center;
  }
}

.footer__social .nav {
  display: flex;
  margin: 10px 0;
  justify-content: center;
}

@media (min-width: 768px) {
  .footer__social .nav {
    padding: 20px 0;
    justify-content: flex-start;
  }
}

.footer__social .nav .item {
  margin: 0 10px;
}

.footer__social .nav .item a {
  display: flex;
  width: 35px;
  height: 35px;
  position: relative;
}

.footer__social .nav .item a .hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 300ms;
}

.footer__social .nav .item a:hover .hover {
  opacity: 1;
}

@media (min-width: 768px) {
  .footer__social .nav .item {
    margin: 0 25px 0 0;
  }

  .footer__social .nav .item:last-child {
    margin: 0;
  }
}

.footer__content {
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 992px) {
  .footer__content {
    justify-content: space-between;
  }
}

.footer__content > div {
  width: 100%;
}

@media (min-width: 768px) {
  .footer__content > div {
    width: 50%;
  }
}

@media (min-width: 992px) {
  .footer__content > div {
    width: auto;
  }
}

.contact {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .contact {
    margin-bottom: 60px;
  }
}

.contact__wrapper {
  display: flex;
  flex-wrap: wrap;
}

.contact__item {
  margin-bottom: 25px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

@media (min-width: 768px) {
  .contact__item {
    width: 50%;
  }
}

@media (min-width: 992px) {
  .contact__item {
    width: calc(100% / 3);
  }
}

.contact__item .country {
  display: flex;
  align-items: center;
}

.contact__item .country .icon {
  flex: none;
}

.contact__item .name {
  margin-left: 10px;
  font-weight: bold;
}

.contact__item a {
  margin: 7px 0;
}

.blog__image {
  overflow: hidden;
  display: flex;
  max-height: 300px;
}

.blog__image img {
  transition: all 400ms;
  -o-object-fit: cover;
     object-fit: cover;
}

.blog__title {
  margin: 10px 0;
  font-weight: bold;
}

.blog__item {
  margin-bottom: 20px;
}

.blog__item:hover img {
  transform: scale(1.05);
}

.blog__link {
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .blog__wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .blog__link {
    height: 100%;
  }

  .blog__item {
    width: 49%;
    margin-bottom: 2%;
  }

  .blog__item .content {
    flex-grow: 1;
  }
}

.about-us__wrapper {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

@media (min-width: 992px) {
  .about-us__wrapper {
    justify-content: space-between;
  }
}

.about-us__item {
  width: 100%;
}

@media (min-width: 768px) {
  .about-us__item {
    width: 50%;
  }
}

@media (min-width: 992px) {
  .about-us__item {
    width: 30%;
  }
}

.banner__image {
  max-width: 400px;
  margin: 0 auto;
}

.banner__wrapper {
  display: flex;
  flex-direction: column;
}

@media (min-width: 992px) {
  .banner__wrapper {
    flex-direction: row-reverse;
    align-items: center;
    padding-top: 50px;
  }
}

@media (min-width: 992px) {
  .banner__top {
    width: 45%;
  }
}

@media (min-width: 992px) {
  .banner__bottom {
    width: 55%;
  }
}

.mobile-menu {
  display: none;
}

.mobile-menu-contacts {
  display: none;
}

@media (max-width: 1140px) {
  .mobile-menu {
    display: flex;
    align-items: center;
  }

  .mobile-menu-contacts {
    display: block;
  }

  .c-header {
    transition: background-color 400ms;
  }

  .c-header .active a {
    border-bottom: 1px solid #fff;
  }

  .c-header.open-menu {
    background-color: #1A1A1A;
  }

  .c-header.open-menu .mob {
    display: none;
  }

  .c-header .header__menu,
  .c-header .c-header__wrapper {
    opacity: 0;
    visibility: hidden;
  }

  .c-header__wrapper {
    height: 120px;
  }

  .c-header__contact {
    position: relative;
    padding-top: 30px;
    padding-bottom: 40px;
    display: flex;
    align-items: center;
  }

  .c-header__contact .button {
    display: none;
  }

  .c-header__contact::before {
    content: "";
    width: 180vw;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 0;
    left: -40vw;
  }

  .c-header__content {
    position: relative;
  }

  .c-header__content::after {
    content: "";
    background: #1A1A1A;
    border: 1px solid #1A1A1A;
    width: 50vw;
    height: 100vh;
    position: absolute;
    left: 0;
    top: 100%;
    transform: translateX(-100%);
    transition: transform 400ms;
  }

  .c-header__content::before {
    content: "";
    background: #1A1A1A;
    width: 50vw;
    height: 100vh;
    position: absolute;
    border: 1px solid #1A1A1A;
    left: auto;
    right: 0;
    top: 100%;
    transform: translateX(100%);
    transition: transform 400ms;
  }

  .open-menu .c-header__content::after {
    transform: translateX(0);
    transition: transform 400ms;
  }

  .open-menu .c-header__content::before {
    transform: translateX(0);
    transition: transform 400ms;
  }

  .open-menu .button {
    background: #fff;
    color: #000;
  }

  .open-menu .header__menu {
    flex-grow: 1;
    display: flex;
  }

  .open-menu .header__menu,
  .open-menu .c-header__wrapper {
    align-items: center;
    opacity: 1;
    visibility: visible;
  }

  .open-menu a {
    color: #FFFFFF;
    font-weight: bold;
    font-size: 24px;
  }

  .open-menu .language-switcher {
    display: none;
  }

  .open-menu .menu-content {
    overflow: visible;
  }

  .menu-content {
    height: calc(100vh - 72px);
    position: absolute;
    top: 72px;
    width: 100vw;
    z-index: 20;
    margin-left: -15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: space-between;
    overflow-y: auto;
    overflow-x: hidden;
    visibility: hidden;
  }

  .menu-content a {
    line-height: 2.5;
  }

  .menu-content .c-menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 0;
  }
}

.cd-nugget-info {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 50px;
  line-height: 50px;
  bottom: 0;
  left: 0;
}

.cd-nugget-info a {
  position: relative;
  font-size: 14px;
  color: #5e6e8d;
  transition: all 0.2s;
}

.no-touch .cd-nugget-info a:hover {
  opacity: 0.8;
}

.cd-nugget-info span {
  vertical-align: middle;
  display: inline-block;
}

.cd-nugget-info span svg {
  display: block;
}

.cd-nugget-info .cd-nugget-info-arrow {
  fill: #5e6e8d;
}

.cd-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  align-items: center;
  justify-content: center;
}

.cd-popup.is-visible {
  opacity: 1;
  visibility: visible;
  display: flex;
  transition: opacity 0.3s 0s, visibility 0s 0s;
  z-index: 50;
}

.cd-popup-container {
  position: relative;
  width: 95%;
  max-width: 800px;
  background: #FFF;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  transform: translateY(-40px);
  transition-property: transform;
  transition-duration: 0.3s;
  padding: 7% 12%;
}

@media (min-width: 992px) {
  .cd-popup-container {
    padding: 75px 120px;
  }
}

.cd-popup-container .stone-popup {
  pointer-events: none;
}

.cd-popup-container .stone-popup .red,
.cd-popup-container .stone-popup .gray,
.cd-popup-container .stone-popup .gray-small,
.cd-popup-container .stone-popup .gray-right {
  position: absolute;
}

.cd-popup-container .stone-popup .red {
  left: 0;
  top: 0;
  transform: translate(-45%, -45%);
}

.cd-popup-container .stone-popup .gray-small {
  left: 0;
  transform: translate(-45%, -45%);
}

.cd-popup-container .stone-popup .gray {
  right: -2vw;
  left: auto;
  bottom: -25%;
  max-width: 220px;
  width: 30vw;
}

.cd-popup-container .stone-popup .gray-right {
  right: 0;
  left: auto;
  transform: translateX(40%);
  width: 10vw;
  max-width: 110px;
  bottom: 10vw;
}

.cd-popup-container .title {
  font-weight: bold;
  font-size: 30px;
}

.cd-popup-container form {
  max-width: 290px;
  margin: 0 auto;
}

.cd-popup-container input {
  margin-top: 20px;
}

.cd-popup-container .button {
  margin-top: 30px;
  padding-left: 45px;
  padding-right: 45px;
}

.cd-popup-container p {
  padding: 3em 1em;
}

.cd-popup-container .cd-buttons:after {
  content: "";
  display: table;
  clear: both;
}

.cd-popup-container .cd-buttons li {
  float: left;
  width: 50%;
  list-style: none;
}

.cd-popup-container .cd-buttons a {
  display: block;
  height: 60px;
  line-height: 60px;
  text-transform: uppercase;
  color: #FFF;
  transition: background-color 0.2s;
}

.cd-popup-container .cd-buttons li:first-child a {
  background: #fc7169;
  border-radius: 0 0 0 0.25em;
}

.no-touch .cd-popup-container .cd-buttons li:first-child a:hover {
  background-color: #fc8982;
}

.cd-popup-container .cd-buttons li:last-child a {
  background: #b6bece;
  border-radius: 0 0 0.25em 0;
}

.no-touch .cd-popup-container .cd-buttons li:last-child a:hover {
  background-color: #c5ccd8;
}

.cd-popup-container .cd-popup-close {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 0;
  bottom: 100%;
}

@media (min-width: 992px) {
  .cd-popup-container .cd-popup-close {
    bottom: 100%;
    top: auto;
    left: 100%;
  }
}

.cd-popup-container .cd-popup-close::before,
.cd-popup-container .cd-popup-close::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  background-color: #fff;
  opacity: 0.52;
}

.cd-popup-container .cd-popup-close::before {
  top: calc(50% - 1px);
  transform: rotate(45deg);
}

.cd-popup-container .cd-popup-close::after {
  bottom: calc(50% - 1px);
  transform: rotate(-45deg);
}

.is-visible .cd-popup-container {
  transform: translateY(0);
}

@media only screen and (min-width: 1170px) {
  .cd-popup-container {
    margin: 8em auto;
  }
}

[id*=development] .gray-right,
.cd-popup.label-error .gray-right {
  top: 50%;
}

[id*=development] .gray,
.cd-popup.label-error .gray {
  top: 70%;
  width: 20vw;
}

.portfolio .photo {
  display: none;
}

.portfolio .photo.show {
  display: block;
  height: 350px;
}

.portfolio__filter-navigation {
  display: flex;
  align-items: center;
  overflow-x: auto;
}

.portfolio__all {
  display: flex;
  align-items: center;
  color: white;
}

.portfolio__all img {
  max-width: 20px;
  margin-left: 20px;
}

.portfolio__other {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.portfolio__filter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-grow: 1;
}

@media (max-width: 900px) {
  .portfolio__filter {
    min-width: 800px;
  }
}

.portfolio__filter .item {
  cursor: pointer;
  text-transform: uppercase;
}

.portfolio__filter .item.active::after,
.portfolio__filter .item.active::before {
  width: 100%;
}

.portfolio__wrapper {
  margin: 0 -15px;
}

@media (min-width: 700px) {
  .portfolio__wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .portfolio__wrapper.two-project .photo {
    width: calc(50% - 5px);
    margin-bottom: 0;
  }

  .portfolio__wrapper .photo {
    width: 50%;
  }
}

.portfolio__wrapper.two-project .photo {
  margin-bottom: 15px;
}

.portfolio__wrapper .logo {
  max-width: 130px;
}

@media (max-width: 1100px) {
  .portfolio__wrapper .logo {
    visibility: visible;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.portfolio__wrapper .logo img {
  -o-object-fit: contain;
     object-fit: contain;
}

.portfolio__wrapper .image {
  display: flex;
  height: 100%;
}

.portfolio__wrapper .image img {
  -o-object-fit: cover;
     object-fit: cover;
}

.portfolio__wrapper .info {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  color: white;
  z-index: 2;
  transition: all 300ms linear;
  display: flex;
  flex-direction: column;
  line-height: 24px;
  padding: 15px;
}

.portfolio__wrapper .info .c-menu__link {
  color: #fff;
}

.portfolio__wrapper .info .c-menu__link::after {
  background: #fff;
}

@media (min-width: 700px) {
  .portfolio__wrapper .info {
    padding: 35px 25px;
  }
}

@media (max-width: 1100px) {
  .portfolio__wrapper .info {
    visibility: hidden;
  }
}

.portfolio__wrapper .info .title {
  margin-top: auto;
}

.portfolio__wrapper .info .description {
  margin-top: 5px;
  margin-bottom: 20px;
}

@media (min-width: 700px) {
  .portfolio__wrapper .info .description {
    margin-top: 10px;
  }
}

.portfolio__wrapper .photo {
  position: relative;
}

.portfolio__wrapper .photo::after {
  content: "";
  background: rgba(0, 0, 0, 0);
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
  transition: all 300ms;
  transition-delay: 200ms;
  border-bottom: 2px solid #ff2d20;
}

.portfolio__wrapper .photo .image:nth-child(2) {
  position: absolute;
  left: 25px;
  max-width: 130px;
  height: auto;
  top: 35px;
  opacity: 1;
}

@media (max-width: 768px) {
  .portfolio__wrapper .photo .image:nth-child(2) {
    display: none;
  }
}

.portfolio__wrapper .photo .image:nth-child(2) img {
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 768px) {
  .portfolio__wrapper .photo::after {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
  }

  .portfolio__wrapper .photo .info {
    opacity: 1;
  }
}

.portfolio__wrapper .photo:hover::after {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  transition: all 300ms;
}

.portfolio__wrapper .photo:hover .image:nth-child(2) {
  opacity: 0;
}

.portfolio__wrapper .photo:hover .info {
  opacity: 1;
  transition-delay: 200ms;
}

@media (min-width: 1200px) {
  .portfolio__wrapper {
    margin: 0;
  }
}

@media (min-width: 992px) {
  .reviews__item {
    padding-right: 60px;
  }
}

.reviews .icon-slider {
  position: absolute;
  top: 100%;
  margin: 20px;
  transform: translateY(-50%);
}

@media (min-width: 1300px) {
  .reviews .icon-slider {
    top: 50%;
  }
}

.reviews .icon-slider.slick-prev {
  left: 40px;
}

@media (min-width: 992px) {
  .reviews .icon-slider.slick-prev {
    left: 50%;
  }
}

@media (min-width: 1300px) {
  .reviews .icon-slider.slick-prev {
    left: 100%;
  }
}

.reviews .icon-slider.slick-next {
  left: -20px;
  transform: translateY(-50%) scale(-1);
}

@media (min-width: 992px) {
  .reviews .icon-slider.slick-next {
    right: 50%;
    left: auto;
  }
}

@media (min-width: 1300px) {
  .reviews .icon-slider.slick-next {
    right: 100%;
  }
}

.reviews__sub-title {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.reviews__sub-title .image {
  max-width: 20px;
  height: 20px;
  display: flex;
}

.reviews__sub-title .image img {
  -o-object-fit: cover;
     object-fit: cover;
}

.reviews__sub-title .text {
  margin-left: 10px;
}

.blog-item-page .blog-article {
  padding: 30px 0 0;
  position: relative;
}

@media (min-width: 992px) {
  .blog-item-page .blog-article {
    padding: 50px;
  }
}

.blog-item-page .date-create {
  display: none;
}

@media (min-width: 992px) {
  .blog-item-page .date-create {
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
    left: auto;
  }
}

.blog-item-page .image {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.blog-item-page .description {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .blog-item-page .description {
    font-size: 16px;
    line-height: 26px;
  }
}

#map {
  height: 40vh;
  min-height: 300px;
  width: 100%;
}

@media (min-width: 768px) {
  #map {
    height: 60vh;
    min-height: 400px;
  }
}

@media (min-width: 992px) {
  #map {
    height: 70vh;
    min-height: 600px;
  }
}

.map {
  position: relative;
}

.partners {
  display: none;
}

@media (min-width: 992px) {
  .partners {
    display: block;
  }
}

.partners h2 {
  margin-bottom: 40px;
}

.partners .items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.partners .item {
  width: 21%;
  margin-bottom: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.partners .item img {
  max-width: 250px;
}

.partners .link {
  display: flex;
  align-items: center;
}

.partners .link a {
  font-weight: bold;
}

.partners .link a img {
  max-width: 20px;
  height: 10px;
}

.info-block {
  display: flex;
  flex-wrap: wrap;
}

.info-block img {
  max-width: 100px;
}

.info-block .link {
  margin-top: 20px;
}

.info-block .descr {
  flex-grow: 1;
}

.info-block .item {
  width: 100%;
  max-width: 300px;
  text-align: center;
  margin: 0 auto 35px auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 768px) {
  .info-block .item {
    width: 50%;
  }
}

@media (min-width: 992px) {
  .info-block .item {
    width: 33%;
  }
}

.block-text .image {
  margin: 0 0 30px;
  max-height: 400px;
  overflow: hidden;
  display: flex;
}

.block-text .image img {
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 992px) {
  .block-text .image {
    max-height: 500px;
    margin: 0 -15px 30px;
  }
}

.block-text ul {
  margin-bottom: 20px;
}

.block-text ul li {
  display: flex;
  align-items: flex-start;
  background: url("/images/icons/checkmark-logo.svg") no-repeat left center;
  padding-left: 20px;
  margin-bottom: 5px;
}

.block-text ul li.strong {
  background: none;
  padding: 0;
  font-weight: bold;
}

.block-text p {
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .block-text {
    display: flex;
    flex-direction: row-reverse;
  }

  .block-text.revers {
    flex-direction: row;
  }

  .block-text.revers .text {
    padding-left: 60px;
  }

  .block-text > div {
    width: 50%;
  }

  .block-text .text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 60px;
  }
}

.suggestion {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 992px) {
  .suggestion {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

.suggestion::after {
  position: absolute;
  content: "";
  top: 0;
  left: -20vw;
  right: -20vw;
  z-index: -1;
  height: 100%;
  width: 140vw;
  background: #1A1A1A;
}

.suggestion .arrow {
  flex: none;
  display: flex;
  align-items: center;
  height: 40px;
  max-width: 40px;
  width: 100%;
}

.suggestion .rocket {
  position: absolute;
}

.suggestion .text {
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  max-width: 600px;
}

.full-image {
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
  max-height: 200px;
}

@media (min-width: 768px) {
  .full-image {
    max-height: none;
  }
}

.full-image img {
  -o-object-fit: contain;
     object-fit: contain;
}

.home-banner {
  position: relative;
  height: 400px;
  overflow: hidden;
}

.home-banner.margin-section {
  margin-left: 0;
  margin-right: 0;
}

@media (min-width: 1140px) {
  .home-banner {
    height: 500px;
  }
}

.home-banner .video-slide {
  background-color: #000;
  min-height: 500px;
  background-size: cover;
}

.home-banner.loading .video-background {
  opacity: 0;
}

.video-foreground,
.video-background iframe {
  position: absolute;
  pointer-events: none;
}

@media (min-aspect-ratio: 16/9) {
  .video-foreground {
    height: 200%;
    width: 300%;
    top: -50%;
    left: -100%;
  }
}

@media (max-aspect-ratio: 16/9) {
  .video-foreground {
    height: 200%;
    width: 300%;
    top: -50%;
    left: -100%;
  }
}

.video-background {
  position: absolute;
  top: 50%;
  left: 0;
  padding-top: 56.25%;
  width: 100%;
  transform: translateY(-50%);
  transition: 2s opacity ease;
  opacity: 1;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}

.pagination .disabled {
  display: none;
}

.pagination [rel*=prev],
.pagination [rel*=next] {
  width: 30px;
  position: relative;
}

.pagination [rel*=prev] .hover,
.pagination [rel*=next] .hover {
  position: absolute;
  left: 0;
  opacity: 0;
  transition: opacity 300ms;
}

.pagination [rel*=prev]:hover .hover,
.pagination [rel*=next]:hover .hover {
  opacity: 1;
}

.pagination [rel*=prev] {
  transform: scale(-1);
}

.pagination nav li {
  padding: 0 15px;
  position: relative;
}

.pagination nav li.active {
  color: #fff;
}

.pagination nav li.active::after {
  content: "";
  display: block;
  position: absolute;
  width: 35px;
  height: 35px;
  background: #1a1a1a;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: -1;
}

.two-images {
  display: flex;
  flex-wrap: wrap;
}

.two-images > div {
  width: 100%;
  max-height: 400px;
  overflow: hidden;
  display: flex;
  margin-bottom: 20px;
}

.two-images > div img {
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 992px) {
  .two-images > div {
    margin: 20px;
    width: calc(50% - 40px);
  }
}

.not-found-page main {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.not-found__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.not-found__wrapper .text {
  max-width: 530px;
  text-align: center;
}

.not-found__wrapper .image {
  max-width: 330px;
}

.not-found__wrapper .button {
  margin-top: 20px;
  margin-bottom: 90px;
}

.feedback-page {
  margin-top: 20px;
}

@media (min-width: 768px) {
  .feedback-page {
    margin-top: 50px;
  }
}

.feedback-page .link {
  display: flex;
  margin: 0 -10px;
}

.feedback-page .button {
  width: 100%;
  max-width: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px;
}

.brief h2 {
  margin-bottom: 40px;
}

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

.brief form {
  max-width: 600px;
  padding: 20px;
}

.brief form input[type=text],
.brief form input[type=email],
.brief form textarea {
  margin-bottom: 25px;
}

.brief .button {
  margin-top: 15px;
}

.brief .info-title {
  font-weight: bold;
  margin-bottom: 15px;
  margin-top: 10px;
}

.price-develop h2 {
  text-align: center;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .price-develop h2 {
    margin-bottom: 45px;
  }
}

.price-develop__items {
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .price-develop__items {
    margin: 0 -12px;
  }
}

.price-develop__item {
  width: 100%;
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  .price-develop__item {
    width: calc(50% - 24px);
    margin: 0 12px 70px;
  }
}

.accordion {
  max-width: 1000px;
  margin: 0 auto 80px;
  padding: 0 15px;
}

@media (min-width: 1200px) {
  .accordion {
    margin-bottom: 140px;
  }
}

.accordion h2 {
  text-align: center;
}

.accordion__tab {
  width: 100%;
  border-bottom: 1px solid #000;
  padding: 20px 0;
  transition: 0.2s ease all;
}

@media (min-width: 992px) {
  .accordion__tab:hover {
    background-color: #f9f9f9;
  }
}

.accordion__tab__headline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.2s ease all;
  cursor: pointer;
}

.accordion__tab__headline > h4 {
  font-size: 18px;
  margin: 0;
  width: calc(100% - 25px);
}

.accordion__tab__headline .icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  position: relative;
  background: url("/images/icons/open-close.svg");
  transform: rotate(-45deg);
  transition: 0.4s ease all;
}

.accordion__tab__content {
  overflow: hidden;
  height: 100%;
  max-height: 0;
  transition: 0.4s ease all;
}

.accordion__tab--open .accordion__tab__headline .icon {
  transform: rotate(0);
}

.our-portfolio {
  padding: 0 15px;
  max-width: 760px;
  margin: 0 auto 80px;
}

@media (min-width: 992px) {
  .our-portfolio {
    max-width: 1200px;
    margin-bottom: 120px;
  }
}

.our-portfolio h2 {
  text-align: center;
  margin-bottom: 30px;
}

.our-portfolio__items {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 768px) {
  .our-portfolio__items {
    flex-wrap: wrap;
    flex-direction: row;
    margin: 0 -10px;
  }
}

.our-portfolio__item {
  width: 100%;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .our-portfolio__item {
    width: calc(50% - 20px);
    margin: 0 10px 20px;
  }
}

@media (min-width: 992px) {
  .our-portfolio__item {
    width: calc((100% / 3) - 20px);
  }
}

.five-why {
  counter-reset: section;
}

.five-why h2 {
  text-align: center;
}

.five-why h2 span {
  color: #e2231a;
}

.five-why h2 strong {
  text-transform: uppercase;
}

@media (min-width: 992px) {
  .five-why h2 {
    margin-bottom: 40px;
  }
}

@media (min-width: 992px) {
  .five-why__wrapper {
    display: flex;
    justify-content: center;
  }
}

.five-why__image {
  max-height: 560px;
  display: flex;
  justify-content: center;
  position: relative;
}

@media (min-width: 992px) {
  .five-why__image {
    width: 55%;
  }
}

.five-why__image img {
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 992px) {
  .five-why__image img {
    position: absolute;
    max-height: 600px;
    right: 20px;
  }
}

@media (min-width: 992px) {
  .five-why__right {
    width: 45%;
  }
}

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

@media (min-width: 992px) {
  .form-image form {
    align-items: flex-start;
  }
}

@media (min-width: 992px) {
  .form-image__form {
    width: 50%;
    position: relative;
  }
}

.form-image h2 {
  text-align: center;
}

@media (min-width: 992px) {
  .form-image h2 {
    text-align: left;
  }
}

.form-image .form-item {
  margin-top: 15px;
}

.form-image__image {
  display: flex;
  align-items: center;
}

@media (min-width: 992px) {
  .form-image__image {
    position: absolute;
    right: 0;
    left: 100%;
    top: 0;
    width: 100%;
  }
}

.form-image__image img {
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 360px;
}

.form-image__logo li {
  align-items: flex-start;
  background: url("/images/icons/checkmark-logo.svg") no-repeat left 7px;
  padding-left: 20px;
}

@media (min-width: 992px) {
  .form-image__logo li {
    display: flex;
  }
}

.exertion .planet {
  position: absolute;
  z-index: -1;
}

.exertion .planet.top {
  top: -20px;
  left: 50%;
  transform: translate(-50%, 50%) scale(0.8);
  -webkit-animation-name: top;
          animation-name: top;
  -webkit-animation-duration: 30s;
          animation-duration: 30s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.exertion .planet.left {
  top: 40%;
  left: -5%;
  transform: translate(0, 0);
  -webkit-animation-name: left;
          animation-name: left;
  -webkit-animation-duration: 50s;
          animation-duration: 50s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.exertion .planet.right {
  top: 40%;
  left: auto;
  right: -5%;
  transform: translate(0, 0) rotate(-20deg);
  -webkit-animation-name: right;
          animation-name: right;
  -webkit-animation-duration: 40s;
          animation-duration: 40s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes top {
  0% {
    transform: translate(-50%, 50%) scale(0.8);
  }

  50% {
    transform: translate(-50%, 0) scale(1.2);
  }

  100% {
    transform: translate(-50%, 50%) scale(0.8);
  }
}

@keyframes top {
  0% {
    transform: translate(-50%, 50%) scale(0.8);
  }

  50% {
    transform: translate(-50%, 0) scale(1.2);
  }

  100% {
    transform: translate(-50%, 50%) scale(0.8);
  }
}

@-webkit-keyframes right {
  0% {
    transform: translate(0, 0) rotate(0);
  }

  50% {
    transform: translate(-20%, 0) rotate(-20deg);
  }

  100% {
    transform: translate(0, 0) rotate(0);
  }
}

@keyframes right {
  0% {
    transform: translate(0, 0) rotate(0);
  }

  50% {
    transform: translate(-20%, 0) rotate(-20deg);
  }

  100% {
    transform: translate(0, 0) rotate(0);
  }
}

@-webkit-keyframes left {
  0% {
    transform: translate(-50%, 50%);
  }

  50% {
    transform: translate(-50%, 0);
  }

  100% {
    transform: translate(-50%, 50%);
  }
}

@keyframes left {
  0% {
    transform: translate(-50%, 50%);
  }

  50% {
    transform: translate(-50%, 0);
  }

  100% {
    transform: translate(-50%, 50%);
  }
}

.earth {
  width: 250px;
  height: 250px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  overflow: hidden;
  border-radius: 50%;
  box-shadow: 0 0 20px 20px #000 inset, 0 0 20px 2px #000;
}

.earth > div {
  width: 200%;
  height: 100%;
  -webkit-animation: spin 30s linear alternate infinite;
          animation: spin 30s linear alternate infinite;
}

@-webkit-keyframes spin {
  to {
    transform: translateX(-50%);
  }
}

@keyframes spin {
  to {
    transform: translateX(-50%);
  }
}

.reviews .moon {
  max-width: 180px;
  position: absolute;
  right: 10%;
  top: 0;
  z-index: -1;
  transform: translate(0, 0);
  -webkit-animation-name: move-right;
          animation-name: move-right;
  -webkit-animation-duration: 40s;
          animation-duration: 40s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.reviews .red {
  max-width: 110px;
  position: absolute;
  right: 10%;
  top: 20%;
  transform: translate(40%, 0) rotate(0);
  -webkit-animation-name: move;
          animation-name: move;
  -webkit-animation-duration: 30s;
          animation-duration: 30s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@media (min-width: 1100px) {
  .reviews .red {
    right: 16%;
  }
}

@-webkit-keyframes move {
  0% {
    transform: translate(40%, 40%) rotate(0);
  }

  50% {
    transform: translate(40%, 0) rotate(30deg);
  }

  100% {
    transform: translate(40%, 40%) rotate(0);
  }
}

@keyframes move {
  0% {
    transform: translate(40%, 40%) rotate(0);
  }

  50% {
    transform: translate(40%, 0) rotate(30deg);
  }

  100% {
    transform: translate(40%, 40%) rotate(0);
  }
}

@-webkit-keyframes move-right {
  0% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(40%, 10%);
  }

  100% {
    transform: translate(0, 0);
  }
}

@keyframes move-right {
  0% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(40%, 10%);
  }

  100% {
    transform: translate(0, 0);
  }
}

.about-us .about-us__wrapper {
  position: relative;
}

.about-us .about-us__wrapper .gray-small,
.about-us .about-us__wrapper .stone-gray {
  position: absolute;
  z-index: -1;
}

.about-us .about-us__wrapper .gray-small {
  top: 10%;
  right: -10vw;
  left: auto;
  bottom: -25%;
  max-width: 150px;
  width: 25vw;
  -webkit-animation-name: top;
          animation-name: top;
  -webkit-animation-duration: 40s;
          animation-duration: 40s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.about-us .about-us__wrapper .stone-gray {
  top: 90%;
  right: 1vw;
  left: auto;
  transform: translateX(40%);
  width: 17vw;
  max-width: 60px;
  bottom: 10vw;
  -webkit-animation-name: right;
          animation-name: right;
  -webkit-animation-duration: 40s;
          animation-duration: 40s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@keyframes top {
  0% {
    transform: translate(-50%, 50%);
  }

  50% {
    transform: translate(-50%, 0);
  }

  100% {
    transform: translate(-50%, 50%);
  }
}

@keyframes right {
  0% {
    transform: translate(0, 0) rotate(0);
  }

  50% {
    transform: translate(-20%, 0) rotate(-20deg);
  }

  100% {
    transform: translate(0, 0) rotate(0);
  }
}

.blog-article {
  position: relative;
  margin-bottom: 150px;
}

.blog-article .stone-items .item {
  position: absolute;
  pointer-events: none;
}

.blog-article .stone-items .item.red {
  left: auto;
  max-width: 160px;
  width: 20vw;
  top: 100%;
  right: -12%;
  transform: translateY(-30%);
}

.blog-article .stone-items .item.gray-small {
  left: auto;
  right: -10vw;
  max-width: 110px;
  width: 20vw;
  top: auto;
  bottom: 2%;
  transform: translateY(10%);
}

.blog-article .stone-items .item.gray-right {
  right: -12%;
  top: 15px;
  transform: translateX(40%);
  width: 10vw;
  max-width: 110px;
}

.blog-article .stone-items .item.gray {
  right: -16vw;
  left: auto;
  top: 4vw;
  max-width: 220px;
  width: 25vw;
}

.banner__top {
  position: relative;
}

.banner__red {
  position: absolute;
  bottom: 0;
  right: 10%;
  transform: translateY(30%);
  width: 30vw;
  max-width: 150px;
}

.banner__gray {
  position: absolute;
  top: 0;
  right: 7%;
  z-index: -1;
  width: 55vw;
  max-width: 350px;
}

@media (min-width: 992px) {
  .banner__gray {
    right: -15%;
    top: -10%;
    max-width: 400px;
  }
}

.about__image {
  position: relative;
}

.about__stone {
  position: absolute;
  top: -30%;
  z-index: -1;
  transform: translateX(50%);
}

.suggestion:hover img,
.partners .link:hover img,
.portfolio__all:hover img {
  -webkit-animation-name: arrow;
          animation-name: arrow;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes arrow {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(10px);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes arrow {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(10px);
  }

  100% {
    transform: translateX(0);
  }
}

