/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/*! Adapted to BEM methodology */

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

/**
   * Remove Blue effect when tap on tablets and on phones.
   * Better do it only to - button a input textarea select
   */

a,
button,
.selectNone,
.no-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
}

/**
   * Remove border and padding in Firefox.
   */

::-moz-focus-outer,
::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/**
* Remove all outlinise( Better to add that rule to - button a select input textarea)
*/

* {
  outline: 0 !important;
}

/* 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: .67em 0;
}

/* Grouping content
     ========================================================================== */

/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */

hr {
  /* 1 */
  overflow: visible;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 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] {
  /* 1 */
  text-decoration: underline;
  text-decoration: underline dotted;
  border-bottom: none;
  /* 2 */
  -webkit-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: -.25em;
}

sup {
  top: -.5em;
}

/* Embedded content
     ========================================================================== */

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

img {
  vertical-align: bottom;
  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 {
  padding: 0;
  border-style: none;
}

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

fieldset {
  padding: .35em .75em .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 {
  /* 2 */
  display: table;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
  color: inherit;
  /* 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'] {
  /* 1 */
  outline-offset: -2px;
  -webkit-appearance: textfield;
  /* 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 {
  /* 1 */
  font: inherit;
  -webkit-appearance: button;
  /* 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;
}

/*============================================================================
	#Fonts
==============================================================================*/

@font-face {
  font-family: 'Montserrat';
  font-weight: normal;
  font-style: normal;
  src: url('/assets/fonts/Montserrat-Regular.woff2') format('woff2'), url('/assets/fonts/Montserrat-Regular.woff') format('woff');
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  font-weight: 500;
  font-style: normal;
  src: url('/assets/fonts/Montserrat-Medium.woff2') format('woff2'), url('/assets/fonts/Montserrat-Medium.woff') format('woff');
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  font-weight: 600;
  font-style: normal;
  src: url('/assets/fonts/Montserrat-SemiBold.woff2') format('woff2'), url('/assets/fonts/Montserrat-SemiBold.woff') format('woff');
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  font-weight: 700;
  font-style: normal;
  src: url('/assets/fonts/Montserrat-Bold.woff2') format('woff2'), url('/assets/fonts/Montserrat-Bold.woff') format('woff');
  font-display: swap;
}

@font-face {
  font-family: 'Caravan';
  font-weight: normal;
  font-style: normal;
  src: url('/assets/fonts/Caravan.woff2') format('woff2'), url('/assets/fonts/Caravan.woff') format('woff');
  font-display: swap;
}

/*--------------------------------------------------------------
# Animations
--------------------------------------------------------------*/

@-webkit-keyframes preload-line {
  0% {
    width: 100%;
    height: 1px;
  }

  50% {
    height: 100%;
    opacity: 1;
  }

  100% {
    width: 100%;
    height: 100%;
    opacity: 0;
  }
}

@keyframes preload-line {
  0% {
    width: 100%;
    height: 1px;
  }

  50% {
    height: 100%;
    opacity: 1;
  }

  100% {
    width: 100%;
    height: 100%;
    opacity: 0;
  }
}

@-webkit-keyframes opacity {
  75% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes opacity {
  75% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes opacity-logo {
  30% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    opacity: 0;
  }
}

@keyframes opacity-logo {
  30% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    opacity: 0;
  }
}

@-webkit-keyframes hamburger-top {
  0% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

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

  100% {
    -webkit-transform: translate3d(0, 0, 0) rotate(-45deg);
    transform: translate3d(0, 0, 0) rotate(-45deg);
  }
}

@keyframes hamburger-top {
  0% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

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

  100% {
    -webkit-transform: translate3d(0, 0, 0) rotate(-45deg);
    transform: translate3d(0, 0, 0) rotate(-45deg);
  }
}

@-webkit-keyframes hamburger-mid {
  0% {
    width: 70%;
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  50% {
    width: 70%;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  51% {
    width: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    width: 100%;
    -webkit-transform: translate3d(0, 0, 0) rotate(45deg);
    transform: translate3d(0, 0, 0) rotate(45deg);
  }
}

@keyframes hamburger-mid {
  0% {
    width: 70%;
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  50% {
    width: 70%;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  51% {
    width: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    width: 100%;
    -webkit-transform: translate3d(0, 0, 0) rotate(45deg);
    transform: translate3d(0, 0, 0) rotate(45deg);
  }
}

@-webkit-keyframes hamburger-top-back {
  0% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

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

  100% {
    -webkit-transform: translate3d(0, 0, 0) rotate(-45deg);
    transform: translate3d(0, 0, 0) rotate(-45deg);
  }
}

@keyframes hamburger-top-back {
  0% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

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

  100% {
    -webkit-transform: translate3d(0, 0, 0) rotate(-45deg);
    transform: translate3d(0, 0, 0) rotate(-45deg);
  }
}

@-webkit-keyframes hamburger-mid-back {
  0% {
    width: 70%;
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  50% {
    width: 70%;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  51% {
    width: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    width: 100%;
    -webkit-transform: translate3d(0, 0, 0) rotate(45deg);
    transform: translate3d(0, 0, 0) rotate(45deg);
  }
}

@keyframes hamburger-mid-back {
  0% {
    width: 70%;
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  50% {
    width: 70%;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  51% {
    width: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    width: 100%;
    -webkit-transform: translate3d(0, 0, 0) rotate(45deg);
    transform: translate3d(0, 0, 0) rotate(45deg);
  }
}

/*============================================================================
	#Global
==============================================================================*/

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  scroll-behavior: smooth;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  height: 100%;
  background: white;
}

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

svg {
  vertical-align: top;
}

/*============================================================================
	#Typography
==============================================================================*/

html {
  font-size: 62.5%;
}

body,
button,
input,
select,
optgroup,
textarea {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 1.6;
  color: #262626;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}

.typography > * :first-child {
  margin-top: 0;
  padding-top: 0;
}

.typography h1 {
  font-size: 4.8rem;
  line-height: 1.05;
}

.typography h2 {
  font-size: 3.6rem;
  line-height: 1.25;
}

.typography h3 {
  font-size: 2.8rem;
  line-height: 1.25;
}

.typography h4 {
  font-size: 1.8rem;
  line-height: 1.22;
}

.typography h5 {
  font-size: 1.6rem;
  line-height: 1.22;
}

.typography h6 {
  font-size: 1.4rem;
  line-height: 1.22;
}

.typography strong {
  font-weight: bold;
}

.typography a:active,
.typography a:visited {
  color: orange;
}

.typography a {
  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
  text-decoration: none;
  text-decoration: none;
  color: orange;
}

.typography a:hover {
  text-decoration: none;
  color: blue;
}

.typography p {
  line-height: 2.4rem;
  margin: 0 0 2.5rem 0;
}

.typography > div {
  line-height: 2.6rem;
  margin: 0 0 2rem 0;
}

.typography img {
  margin: 2rem 0 4rem 0;
}

.typography hr {
  height: 2px;
  margin: 1.5rem 0 1.5rem 0;
  border: 0;
  background-color: #e8f5ff;
}

.typography ul,
.typography ol {
  line-height: 1.42;
  margin: 0 0 2.4rem 0rem;
  padding: 0;
  list-style: none;
}

.typography ul {
  padding-left: 20px;
}

.typography ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 20px;
}

.typography ul li::before {
  position: absolute;
  top: 9px;
  left: 0;
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 13px;
  content: '';
  border-radius: 50%;
  background: #262626;
}

.typography ol li {
  position: relative;
  margin-bottom: .5rem;
  margin-bottom: 4px;
  padding-left: 40px;
  counter-increment: item;
}

.typography ol li::before {
  font-weight: bold;
  position: absolute;
  left: 0;
  display: inline-block;
  margin-right: 11px;
  content: counter(item) '.';
  color: #222222;
}

.typography li > ul,
.typography li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

.typography dt {
  font-weight: bold;
}

.typography dd {
  margin: 0 1.5em 1.5em;
}

.typography figure {
  margin: 1em 0;
}

.typography table {
  width: 100%;
  margin: 0 0 1.5em;
}

.typography dfn,
.typography cite,
.typography em,
.typography i {
  font-style: italic;
}

.typography blockquote {
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
  z-index: 1;
  margin: 0;
  margin: 6rem 6rem;
  padding: 4.3rem 0;
  border-top: 2px solid orange;
}

.typography blockquote::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: -130px;
  width: calc(100% + 260px);
  height: 100%;
  content: '';
  background: #f7f8fa;
}

.typography blockquote::after {
  font-size: 60px;
  position: absolute;
  top: -13px;
  left: -60px;
  width: 38px;
  height: 30px;
  content: '';
  color: orange;
  background: url('/assets/img/theme/icons/icon-quots.svg') center/cover no-repeat;
}

.typography blockquote p {
  margin: 0;
}

.typography address {
  margin: 0 0 1.5em;
}

.typography pre {
  font-family: 'Courier 10 Pitch', Courier, monospace;
  font-size: 15px;
  font-size: .9375rem;
  line-height: 1.6;
  overflow: auto;
  max-width: 100%;
  margin-bottom: 1.6em;
  padding: 1.6em;
  background: #eeeeee;
}

.typography code,
.typography kbd,
.typography tt,
.typography var {
  font-family: Monaco, Consolas, 'Andale Mono', 'DejaVu Sans Mono',    monospace;
  font-size: 15px;
  font-size: .9375rem;
}

.typography abbr,
.typography acronym {
  cursor: help;
  border-bottom: 1px dotted #666666;
}

.typography mark,
.typography ins {
  text-decoration: none;
  background: #fff9c0;
}

.typography big {
  font-size: 125%;
}

.typography iframe {
  width: 100%;
  margin: 2rem 0 1.2rem 0;
}

.typography .responsive-iframe {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 2rem 0 4rem 0;
  padding-top: 52%;
}

.typography .responsive-iframe iframe {
  position: absolute;
  top: 0;
  left: 50%;
  width: 90%;
  height: 100%;
  margin: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  line-height: 1.14;
  clear: both;
  margin: 3.2rem 0 1.6rem 0;
  color: #222222;
}

.h1 {
  font-size: 4.8rem;
  line-height: 1.05;
}

.h2 {
  font-size: 3.6rem;
  line-height: 1.25;
}

.h3 {
  font-size: 2.8rem;
  line-height: 1.25;
}

.h4 {
  font-size: 1.8rem;
  line-height: 1.22;
}

.h5 {
  font-size: 1.6rem;
  line-height: 1.22;
}

.h6 {
  font-size: 1.4rem;
  line-height: 1.22;
}

/*============================================================================
	#Helper Classes
==============================================================================*/

.container__no-padding {
  padding-right: 0;
  padding-left: 0;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}

.fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

.link {
  text-decoration: none;
  color: red;
}

.link:active,
.link:visited {
  color: red;
}

.font-caravan {
  font-family: 'Caravan', serif;
}

.block-title {
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 1.22;
  margin: 0;
}

.block-title._w-dot {
  position: relative;
}

.block-title._w-dot::before {
  position: absolute;
  top: 18px;
  left: -26px;
  width: 7px;
  height: 7px;
  content: '';
  border-radius: 50%;
  background: #262626;
}

.breadcrumbs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.breadcrumbs__item {
  color: white;
}

.breadcrumbs__item:not(:last-child)::after {
  margin: 0 4px;
  content: '/';
}

.breadcrumbs__link {
  font-size: 1.4rem;
  color: white;
}

.breadcrumbs__link:active,
.breadcrumbs__link:visited {
  color: white;
}

.breadcrumbs__link:hover {
  text-decoration: none;
  opacity: .8;
}

.to-top {
  position: fixed;
  z-index: 1;
  right: 00px;
  bottom: 40px;
  visibility: hidden;
  cursor: pointer;
  -webkit-transition: all .3s cubic-bezier(.445, .05, .55, .95);
  -o-transition: all .3s cubic-bezier(.445, .05, .55, .95);
  transition: all .3s cubic-bezier(.445, .05, .55, .95);
  -webkit-transform: rotate(-90deg) translateX(-100px);
  -ms-transform: rotate(-90deg) translateX(-100px);
  transform: rotate(-90deg) translateX(-100px);
  opacity: 0;
}

.to-top .button-more {
  display: block;
}

.to-top__name {
  padding-right: 20px;
}

.to-top .button-more__circle {
  top: -14px;
}

.to-top:hover .button-more svg circle {
  stroke-dashoffset: 200;
}

.to-top:hover .button-more__circle::before {
  left: 0;
}

.to-top._visible {
  visibility: visible;
  -webkit-transform: rotate(-90deg) translateX(0px);
  -ms-transform: rotate(-90deg) translateX(0px);
  transform: rotate(-90deg) translateX(0px);
  opacity: 1;
}

.mw-1920 {
  max-width: 1920px;
  margin: 0 auto;
}

.service-block__content {
  will-change: min-height;
}

.inner-wrapper-sticky {
  -webkit-transform: translate(0, 0);
  /* For browsers don't support translate3d. */
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  will-change: position, transform;
}

/* iframe video block
 ------------------------------------------------------------*/

.b-iframe__container {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
}

.b-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* ArtSites
 ------------------------------------------------------------*/

.ArtSites {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
}

.ArtSites__text {
  width: 130px;
  margin-right: 40px;
}

.AttachFile label span {
  margin-right: 30px;
}

.AttachFile__del {
  line-height: 1.5;
  position: relative;
  display: inline-block;
  cursor: pointer;
  color: red;
}

.AttachFile__del::after {
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 100%;
  height: 1px;
  content: '';
  background: red;
}

.AttachFile__del:hover::after {
  display: none;
}

/*--------------------------------------------------------------
# Icons
--------------------------------------------------------------*/

.icon__viber {
  fill: #784f98;
}

.icon__whatsapp {
  fill: #3fc451;
}

.icon__telegram {
  fill: #2ba0da;
}

.select {
  position: relative;
  width: 100%;
  padding: 6px 4px;
  cursor: pointer;
  border-bottom: 2px solid #d9dde8;
}

.select::after {
  position: absolute;
  top: 20px;
  right: 0;
  content: '';
  -webkit-transition: -webkit-transform .5s ease;
  -o-transition: transform .5s ease;
  transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease;
  -webkit-transform-origin: center .1rem;
  -ms-transform-origin: center .1rem;
  transform-origin: center .1rem;
  border: .45rem solid transparent;
  border-top: .43rem solid #a5a7ae;
}

.select.open::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transform-origin: center .1rem;
  -ms-transform-origin: center .1rem;
  transform-origin: center .1rem;
}

.select .list {
  position: absolute;
  z-index: 9;
  top: 38px;
  left: 0;
  overflow: hidden;
  overflow-y: visible;
  width: 100%;
  height: auto;
  max-height: 300px;
  margin: 0;
  padding: 8px 0;
  -webkit-transition: all .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out;
  -o-transition: all .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out;
  transition: all .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  pointer-events: none;
  opacity: 0;
  border: 1px solid #dcdcdc;
  border-radius: 3px;
  background-color: #ffffff;
}

.select .option {
  font-size: 1.3rem;
  font-weight: normal;
  padding: 4px 20px;
  list-style: none;
  cursor: pointer;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  text-align: left;
  color: #6f727c;
  outline: none;
}

.select_theme .select2-container::before,
.select_theme .select2-container::after {
  position: absolute;
  z-index: 1;
  bottom: 1px;
  left: 0;
  width: 1px;
  height: 14px;
  content: '';
  background: #cdcdcd;
}

.select_theme .select2-container::after {
  right: 0;
  left: auto;
}

.select_theme .select2-selection--single {
  height: auto;
}

.select_theme .select2-selection {
  border: none;
  border-bottom: 1px solid #20262b;
  border-radius: 0;
}

.select_theme .select2-selection__rendered {
  line-height: inherit !important;
  padding: 6px 20px 6px 13px !important;
}

.input:-webkit-autofill,
.input:-webkit-autofill:hover,
.input:-webkit-autofill:focus,
.textarea:-webkit-autofill,
.textarea:-webkit-autofill:hover,
.textarea:-webkit-autofill:focus {
  -webkit-transition: none;
  transition: none;
  background: #ffffff;
  -webkit-box-shadow: 0 0 0 30px white inset !important;
  -webkit-text-fill-color: inherit;
}

.input[type='text'],
.input[type='email'],
.input[type='url'],
.input[type='password'],
.input[type='search'],
.input[type='number'],
.input[type='tel'],
.input[type='range'],
.input[type='date'],
.input[type='month'],
.input[type='week'],
.input[type='time'],
.input[type='datetime'],
.input[type='datetime-local'],
.input[type='color'],
.textarea {
  padding: 2px 12px;
  border-radius: 0;
}

.input[type='search']::-webkit-search-decoration,
.input[type='search']::-webkit-search-cancel-button,
.input[type='search']::-webkit-search-results-button,
.input[type='search']::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

.input,
.textarea {
  padding: 4px 16px;
  border: 0;
  border-bottom: 2px solid #aec5e0;
}

.input::-webkit-input-placeholder,
.textarea::-webkit-input-placeholder {
  font-family: inherit;
  z-index: 1;
  -webkit-transition: color .3s ease,    -webkit-transform .3s ease;
  transition: color .3s ease,    -webkit-transform .3s ease;
  transition: transform .3s ease,    color .3s ease;
  transition: transform .3s ease,    color .3s ease,    -webkit-transform .3s ease;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  letter-spacing: 0;
  color: blue;
}

.input::-moz-placeholder,
.textarea::-moz-placeholder {
  font-family: inherit;
  z-index: 1;
  -moz-transition: transform .3s ease,    color .3s ease;
  transition: transform .3s ease,    color .3s ease;
  transform: translateY(0px);
  letter-spacing: 0;
  color: blue;
}

.input:-ms-input-placeholder,
.textarea:-ms-input-placeholder {
  font-family: inherit;
  z-index: 1;
  -ms-transition: transform .3s ease,    color .3s ease;
  transition: transform .3s ease,    color .3s ease;
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  letter-spacing: 0;
  color: blue;
}

.input::-ms-input-placeholder,
.textarea::-ms-input-placeholder {
  font-family: inherit;
  z-index: 1;
  -ms-transition: transform .3s ease,    color .3s ease;
  transition: transform .3s ease,    color .3s ease;
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  letter-spacing: 0;
  color: blue;
}

.input::placeholder,
.textarea::placeholder {
  font-family: inherit;
  z-index: 1;
  -webkit-transition: color .3s ease,    -webkit-transform .3s ease;
  -o-transition: transform .3s ease,    color .3s ease;
  transition: color .3s ease,    -webkit-transform .3s ease;
  transition: transform .3s ease,    color .3s ease;
  transition: transform .3s ease,    color .3s ease,    -webkit-transform .3s ease;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  letter-spacing: 0;
  color: blue;
}

.input:focus::-webkit-input-placeholder,
.textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

.input:focus::-moz-placeholder,
.textarea:focus::-moz-placeholder {
  color: transparent;
}

.input:focus:-ms-input-placeholder,
.textarea:focus:-ms-input-placeholder {
  color: transparent;
}

.input:focus::-ms-input-placeholder,
.textarea:focus::-ms-input-placeholder {
  color: transparent;
}

.input:focus::placeholder,
.textarea:focus::placeholder {
  color: transparent;
}

.input_number::-webkit-input-placeholder {
  color: transparent;
}

.input_number::-moz-placeholder {
  color: transparent;
}

.input_number:-ms-input-placeholder {
  color: transparent;
}

.input_number::-ms-input-placeholder {
  color: transparent;
}

.input_number::placeholder {
  color: transparent;
}

.input_number:focus::-webkit-input-placeholder {
  color: #717171;
}

.input_number:focus::-moz-placeholder {
  color: #717171;
}

.input_number:focus:-ms-input-placeholder {
  color: #717171;
}

.input_number:focus::-ms-input-placeholder {
  color: #717171;
}

.input_number:focus::placeholder {
  color: #717171;
}

.input:focus::-webkit-input-placeholder {
  color: transparent;
}

.input:focus:-moz-placeholder {
  color: transparent;
}

.input:focus::-moz-placeholder {
  color: transparent;
}

.input:focus:-ms-input-placeholder {
  color: transparent;
}

/* Remove Number From Inputs */

.input[type=number]::-webkit-inner-spin-button,
.input[type=number]::-webkit-outer-spin-button,
.input[type=number] {
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: textfield;
  appearance: none;
}

/* DD Customn Input Style */

.input-dd,
.textarea-dd {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.4rem;
  overflow-x: hidden;
  width: 100%;
  margin: 20px 0 0 0;
  padding: 4px 30px;
  -webkit-transition: padding-top .2s ease, margin-top .2s ease;
  -o-transition: padding-top .2s ease, margin-top .2s ease;
  transition: padding-top .2s ease, margin-top .2s ease;
  border: none;
  border-bottom: 1px solid #000000;
  background-color: transparent;
}

.textarea-dd {
  margin-top: 5px;
  resize: none;
}

.input-dd + label,
.textarea-dd + label {
  font-family: 'Montserrat', sans-serif;
  position: relative;
  display: block;
  width: 40%;
  height: 0;
  margin: 0;
  padding: 0;
  cursor: text;
  -webkit-transition: width .4s ease;
  -o-transition: width .4s ease;
  transition: width .4s ease;
  white-space: nowrap;
}

.input-dd:focus + label,
.textarea-dd:focus + label {
  width: 100%;
}

.input-dd:focus + label > span,
.input-dd:valid + label > span,
.input-dd.error + label > span {
  font-size: 12px;
  top: -48px;
  left: -15px;
}

.textarea-dd:focus + label > span,
.textarea-dd:valid + label > span {
  font-size: 12px;
  line-height: 20px;
  top: -124px;
  left: -15px;
}

.input-dd:invalid,
.textarea-dd:invalid {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.input-dd + label > span,
.textarea-dd + label > span {
  font-size: 14px;
  position: absolute;
  z-index: 1;
  top: -30px;
  left: 0;
  margin: 0;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-transition: top .2s ease, font-size .2s ease, color .2s ease, left .2s ease;
  -o-transition: top .2s ease, font-size .2s ease, color .2s ease, left .2s ease;
  transition: top .2s ease, font-size .2s ease, color .2s ease, left .2s ease;
  color: #717171;
}

.input-dd.error,
.textarea-dd.error {
  border-color: red;
}

.checkbox,
.radio {
  position: relative;
  position: relative;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 20px;
  cursor: pointer;
  -webkit-transition: all .15s ease-out 0s;
  -o-transition: all .15s ease-out 0s;
  transition: all .15s ease-out 0s;
  color: #ffffff;
  outline: none;
  background: #aec5e0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.checkbox:hover,
.radio:hover {
  background: #9dbbff57;
}

.checkbox:checked::before,
.radio:checked::before {
  position: absolute;
  right: -14px;
  bottom: 4px;
  width: 19px;
  height: 14px;
  content: '';
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background-image: url('/assets/img/theme/icons/checkbox.svg');
  background-size: 19px 14px;
}

.checkbox:checked::after,
.radio:checked::after {
  position: relative;
  z-index: 100;
  display: block;
  content: '';
  border-radius: 4px;
}

.radio {
  border-radius: 50%;
}

.radio::after {
  border-radius: 50%;
}

.button {
  padding: 0;
  cursor: pointer;
  color: #262626;
  border: none;
  background: none;
}

.button:visited,
.button:active {
  color: #262626;
}

.button-more {
  font-size: 1.4rem;
  font-weight: 700;
  position: relative;
  padding: 0 36px 8px 0;
  text-decoration: none;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #262626;
  border-bottom: 1px solid #c7babb;
}

.button-more:active,
.button-more:visited {
  color: #262626;
}

.button-more__circle {
  position: absolute;
  top: 8px;
  right: -46px;
  width: 46px;
  height: 46px;
}

.button-more__circle::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 18px;
  content: '';
  -webkit-transition: left .3s ease-in-out;
  -o-transition: left .3s ease-in-out;
  transition: left .3s ease-in-out;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #c7babb;
}

.button-more svg {
  width: 100%;
  height: 100%;
}

.button-more svg circle {
  display: block;
  -webkit-transition: stroke-dashoffset ease-out .5s;
  -o-transition: stroke-dashoffset ease-out .5s;
  transition: stroke-dashoffset ease-out .5s;
  -webkit-transform: scale(1, -1) rotate(180deg);
  -ms-transform: scale(1, -1) rotate(180deg);
  transform: scale(1, -1) rotate(180deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  fill: none;
  stroke: #c7babb;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: .066em;
  stroke-dasharray: 200;
  stroke-dashoffset: 0;
}

.button-more._white {
  border-color: white;
}

.button-more._white svg circle {
  stroke: white;
}

.button-more._white .button-more__circle::before {
  background: white;
}

.button-more:hover svg circle {
  stroke-dashoffset: 200;
}

.button-more:hover .button-more__circle::before {
  left: 0;
}

.button-quiz {
  font-size: 1.4rem;
  font-weight: 700;
  position: relative;
  width: 100%;
  padding: 15px 20px;
  -webkit-transition: background .3s ease-in-out;
  -o-transition: background .3s ease-in-out;
  transition: background .3s ease-in-out;
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: black;
}

.button-quiz::before,
.button-quiz::after {
  position: absolute;
  z-index: 1;
  content: '';
  -webkit-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
  background: black;
}

.button-quiz::before {
  top: 0;
  left: 0;
  width: 12px;
  height: 2px;
}

.button-quiz::after {
  top: 0;
  left: 0;
  width: 2px;
  height: 12px;
}

.button-quiz:hover {
  background: #ebe7e7;
}

.button-quiz .t-b,
.button-quiz .r-l {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.button-quiz .t-b::before,
.button-quiz .t-b::after,
.button-quiz .r-l::before,
.button-quiz .r-l::after {
  position: absolute;
  content: '';
  background: #c7babb;
}

.button-quiz .t-b::before {
  top: 0;
  right: 0;
  width: calc(100% - 30px);
  height: 1px;
}

.button-quiz .t-b::after {
  right: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
}

.button-quiz .r-l::before {
  bottom: 0;
  left: 0;
  width: 1px;
  height: calc(100% - 30px);
}

.button-quiz .r-l::after {
  right: 0;
  bottom: 0;
  width: 1px;
  height: 100%;
}

.button-slider {
  position: relative;
  width: 60px;
  height: 120px;
  padding: 0;
  border: none;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.button-slider::before,
.button-slider::after {
  content: '';
  background: #000000;
}

.button-slider span {
  position: absolute;
  left: 0;
  display: block;
  width: 60px;
  height: 1px;
  -webkit-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
}

.button-slider span:first-child {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.button-slider span:last-child {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.button-slider span::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-transition: width .8s cubic-bezier(.075, .82, .165, 1);
  -o-transition: width .8s cubic-bezier(.075, .82, .165, 1);
  transition: width .8s cubic-bezier(.075, .82, .165, 1);
  background: #000000;
}

.button-slider span:last-child:before {
  right: 0;
  left: auto;
  width: 60%;
}

.button-slider:hover {
  cursor: pointer;
}

.button-slider:hover span:last-child::before {
  width: 100%;
}

.button-close {
  width: 40px;
  height: 40px;
}

.button-close:hover .button-close__item:nth-child(2)::before {
  left: 100%;
}

.button-close:hover .button-close__item:nth-child(3)::before {
  left: 0;
}

.button-close__item {
  display: block;
  width: 41px;
  height: 1px;
  background-color: #262626;
}

.button-close__item:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.button-close__item:nth-child(2) {
  position: relative;
  overflow: hidden;
  -webkit-transform: rotate(-45deg) translate(1px, -1px);
  -ms-transform: rotate(-45deg) translate(1px, -1px);
  transform: rotate(-45deg) translate(1px, -1px);
  background-color: transparent;
}

.button-close__item:nth-child(2)::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-transition: left .3s;
  -o-transition: left .3s;
  transition: left .3s;
  background: #262626;
}

.button-close__item:nth-child(3) {
  position: relative;
  overflow: hidden;
  -webkit-transform: rotate(-45deg) translate(1px, -2px);
  -ms-transform: rotate(-45deg) translate(1px, -2px);
  transform: rotate(-45deg) translate(1px, -2px);
  background-color: transparent;
}

.button-close__item:nth-child(3)::before {
  position: absolute;
  top: 0;
  left: -75%;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-transition: left .3s;
  -o-transition: left .3s;
  transition: left .3s;
  background: #262626;
}

.button-svg {
  position: relative;
  overflow: hidden;
  width: 350px;
  margin: 0 auto;
}

.button-svg__deco-one,
.button-svg__deco-two {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.button-svg__deco-one::before,
.button-svg__deco-one::after,
.button-svg__deco-two::before,
.button-svg__deco-two::after {
  position: absolute;
  content: '';
  background: #ccc2c3;
}

.button-svg__deco-one::before,
.button-svg__deco-two::before {
  top: 1px;
  right: -25px;
  width: 100%;
  height: 1px;
}

.button-svg__deco-one::after,
.button-svg__deco-two::after {
  top: 25px;
  left: 1px;
  width: 1px;
  height: 100%;
}

.button-svg__deco-two::before {
  top: auto;
  right: -1px;
  bottom: 0;
  width: 100%;
  height: 1px;
}

.button-svg__deco-two::after {
  top: 1px;
  right: 0;
  left: auto;
  width: 1px;
  height: 100%;
}

.button-svg svg {
  position: relative;
  z-index: 1;
}

.button-svg__rect1,
.button-svg__rect2 {
  -webkit-transition: stroke-dashoffset 1s, stroke-dasharray 1s;
  -o-transition: stroke-dashoffset 1s, stroke-dasharray 1s;
  transition: stroke-dashoffset 1s, stroke-dasharray 1s;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  stroke-dasharray: 804;
  stroke-width: 4px;
  fill: transparent;
  stroke: #262626;
}

.button-svg__rect1 {
  stroke-dashoffset: 792;
}

.button-svg__rect2 {
  stroke-dashoffset: -792;
}

.button-svg__text {
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  letter-spacing: .14rem;
  text-transform: uppercase;
}

.button-svg:hover .button-svg__rect1 {
  stroke-dashoffset: 0;
  stroke-dasharray: 402;
}

.button-svg:hover .button-svg__rect2 {
  stroke-dashoffset: -402;
  stroke-dasharray: 804;
}

.button-svg._mobile {
  position: relative;
  text-decoration: none !important;
}

.button-svg._mobile::before,
.button-svg._mobile::after {
  position: absolute;
  content: '';
  background-color: #000000;
}

.button-svg._mobile::before {
  top: 0;
  left: 0;
  width: 12px;
  height: 2px;
}

.button-svg._mobile::after {
  top: 0;
  left: 0;
  width: 2px;
  height: 12px;
}

.button-svg._mobile svg {
  display: none;
}

.button-svg._mobile .button-svg__text {
  position: static;
  padding: 14px 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  text-align: center;
}

.yt-button {
  display: block;
  width: 68px;
  height: 48px;
  -webkit-transition: fill .1s cubic-bezier(.4, 0, 1, 1), fill-opacity .1s cubic-bezier(.4, 0, 1, 1);
  -o-transition: fill .1s cubic-bezier(.4, 0, 1, 1), fill-opacity .1s cubic-bezier(.4, 0, 1, 1);
  transition: fill .1s cubic-bezier(.4, 0, 1, 1), fill-opacity .1s cubic-bezier(.4, 0, 1, 1);
  border: none;
  background: none;
  fill: #212121;
  fill-opacity: .8;
}

.btn {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  display: inline-block;
  padding: 5px 40px 7px;
  cursor: pointer;
  -webkit-transition: background .3s ease-out, color .3s ease-out;
  -o-transition: background .3s ease-out, color .3s ease-out;
  transition: background .3s ease-out, color .3s ease-out;
  text-align: center;
  text-decoration: none;
  color: white;
  border: none;
  background: #ff5436;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
}

.btn:hover {
  background: #004592;
}

.btn_primary {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.5rem;
  position: relative;
  z-index: 10;
  display: block;
  overflow: hidden;
  padding: 12px 40px 13px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: white;
  border: none;
  background: #ff5436;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
}

.btn_primary::before {
  position: absolute;
  z-index: -12;
  top: 0;
  left: -10%;
  display: block;
  width: 0;
  height: 100%;
  content: '';
  -webkit-transition: opacity .7s cubic-bezier(.77, 0, .175, 1), width .7s cubic-bezier(.77, 0, .175, 1);
  -o-transition: opacity .7s cubic-bezier(.77, 0, .175, 1), width .7s cubic-bezier(.77, 0, .175, 1);
  transition: opacity .7s cubic-bezier(.77, 0, .175, 1), width .7s cubic-bezier(.77, 0, .175, 1);
  -webkit-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  transform: skewX(-20deg);
  opacity: 1;
  background: #f44223;
}

.btn_primary::after {
  position: absolute;
  z-index: -15;
  top: 0;
  left: -10%;
  display: block;
  width: 0;
  height: 100%;
  content: '';
  -webkit-transition: opacity .4s cubic-bezier(.2, .95, .57, .99), width .4s cubic-bezier(.2, .95, .57, .99);
  -o-transition: opacity .4s cubic-bezier(.2, .95, .57, .99), width .4s cubic-bezier(.2, .95, .57, .99);
  transition: opacity .4s cubic-bezier(.2, .95, .57, .99), width .4s cubic-bezier(.2, .95, .57, .99);
  -webkit-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  transform: skewX(-20deg);
  opacity: 0;
  background: white;
}

.btn_secondary {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.5rem;
  position: relative;
  z-index: 10;
  display: block;
  overflow: hidden;
  padding: 10px 40px 11px;
  cursor: pointer;
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: #ff5436;
  border: 2px solid #ff5436;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
}

.btn_secondary:hover {
  color: white;
}

.btn_secondary::before {
  position: absolute;
  z-index: -12;
  top: 0;
  left: -10%;
  display: block;
  width: 0;
  height: 100%;
  content: '';
  -webkit-transition: opacity .7s cubic-bezier(.77, 0, .175, 1), width .7s cubic-bezier(.77, 0, .175, 1);
  -o-transition: opacity .7s cubic-bezier(.77, 0, .175, 1), width .7s cubic-bezier(.77, 0, .175, 1);
  transition: opacity .7s cubic-bezier(.77, 0, .175, 1), width .7s cubic-bezier(.77, 0, .175, 1);
  -webkit-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  transform: skewX(-20deg);
  opacity: 1;
  background: #ff5436;
}

.btn_secondary::after {
  position: absolute;
  z-index: -15;
  top: 0;
  left: -10%;
  display: block;
  width: 0;
  height: 100%;
  content: '';
  -webkit-transition: opacity .4s cubic-bezier(.2, .95, .57, .99), width .4s cubic-bezier(.2, .95, .57, .99);
  -o-transition: opacity .4s cubic-bezier(.2, .95, .57, .99), width .4s cubic-bezier(.2, .95, .57, .99);
  transition: opacity .4s cubic-bezier(.2, .95, .57, .99), width .4s cubic-bezier(.2, .95, .57, .99);
  -webkit-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  transform: skewX(-20deg);
  opacity: 0;
  background: white;
}

.btn-play {
  position: relative;
  z-index: 1;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 78px;
  height: 78px;
  border: 0;
  border-radius: 50%;
  background: white;
}

.btn-play::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 56px;
  height: 56px;
  content: '';
  -webkit-transition: -webkit-transform .3s cubic-bezier(.645, .045, .355, 1);
  -o-transition: transform .3s cubic-bezier(.645, .045, .355, 1);
  transition: -webkit-transform .3s cubic-bezier(.645, .045, .355, 1);
  transition: transform .3s cubic-bezier(.645, .045, .355, 1);
  transition: transform .3s cubic-bezier(.645, .045, .355, 1), -webkit-transform .3s cubic-bezier(.645, .045, .355, 1);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #ffbbaf;
}

.btn-play::after {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  content: '';
  -webkit-transition: width .3s cubic-bezier(.645, .045, .355, 1), height .3s cubic-bezier(.645, .045, .355, 1), -webkit-transform .3s cubic-bezier(.645, .045, .355, 1);
  -o-transition: transform .3s cubic-bezier(.645, .045, .355, 1), width .3s cubic-bezier(.645, .045, .355, 1), height .3s cubic-bezier(.645, .045, .355, 1);
  transition: width .3s cubic-bezier(.645, .045, .355, 1), height .3s cubic-bezier(.645, .045, .355, 1), -webkit-transform .3s cubic-bezier(.645, .045, .355, 1);
  transition: transform .3s cubic-bezier(.645, .045, .355, 1), width .3s cubic-bezier(.645, .045, .355, 1), height .3s cubic-bezier(.645, .045, .355, 1);
  transition: transform .3s cubic-bezier(.645, .045, .355, 1), width .3s cubic-bezier(.645, .045, .355, 1), height .3s cubic-bezier(.645, .045, .355, 1), -webkit-transform .3s cubic-bezier(.645, .045, .355, 1);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: .3;
  border-radius: 50%;
  background: white;
}

.btn-play:hover::before {
  -webkit-transform: translate(-50%, -50%) scale(.9);
  -ms-transform: translate(-50%, -50%) scale(.9);
  transform: translate(-50%, -50%) scale(.9);
}

.btn-play:hover::after {
  width: 110px;
  height: 110px;
}

.btn-play__icon {
  position: relative;
  z-index: 1;
  display: block;
  width: 0;
  height: 0;
  -webkit-transform: translateX(2px);
  -ms-transform: translateX(2px);
  transform: translateX(2px);
  border-width: 8px 0 8px 13px;
  border-style: solid;
  border-color: transparent transparent transparent #ff5436;
}

.btn_top {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  position: relative;
  display: inline-block;
  padding: 4px 10px;
  cursor: pointer;
  text-decoration: none;
  color: white;
  border: none;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn_top::before,
.btn_top::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  content: '';
  background: white;
}

.btn_top::after {
  z-index: 10;
  left: 50%;
  width: 0;
  -webkit-transition: width .2s linear, left .2s linear;
  -o-transition: width .2s linear, left .2s linear;
  transition: width .2s linear, left .2s linear;
  background: #ff5436;
}

.btn_top:hover::after {
  left: 0;
  width: 100%;
}

.btn_pure {
  color: #004592;
  border: 1px solid #004592;
  background: white;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn_pure:hover {
  color: white;
  background: #004592;
}

.btn_light {
  min-width: auto;
  padding: 4px 30px 6px;
  color: #004592;
  border: 1px solid #a2beff;
  background: white;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn_light:hover {
  color: #0d0b30;
  background: #a2beff;
}

.btn_light.isActive {
  color: #0d0b30;
  background: #a2beff;
}

.btn__del {
  border: none;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.play-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  cursor: pointer;
  -webkit-transition: background .3s ease;
  -o-transition: background .3s ease;
  transition: background .3s ease;
  text-decoration: none;
  border: none;
  border-radius: 50%;
  background: #0d0b30;
}

.play-btn .icon-play {
  width: 19px;
  height: 19px;
  -webkit-transition: fill .3s ease;
  -o-transition: fill .3s ease;
  transition: fill .3s ease;
  -webkit-transform: translate(2px, 0);
  -ms-transform: translate(2px, 0);
  transform: translate(2px, 0);
  fill: white;
}

.play-btn:hover {
  background: white;
}

.play-btn:hover .icon-play {
  fill: #0d0b30;
}

.btnInfo {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 27px;
  height: 27px;
  padding: 0;
  cursor: pointer;
  border: none;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btnInfo img {
  width: 100%;
  height: 100%;
}

.to-favorit__icon-heart {
  width: 17px;
  height: 14px;
  -webkit-transition: fill .3s ease;
  -o-transition: fill .3s ease;
  transition: fill .3s ease;
  fill: white;
}

.print__icon {
  width: 19px;
  height: 17px;
  margin-top: 2px;
  -webkit-transition: fill .3s ease;
  -o-transition: fill .3s ease;
  transition: fill .3s ease;
  fill: white;
}

.close-icon {
  width: 15px;
  height: 15px;
  -webkit-transition: fill .3s ease;
  -o-transition: fill .3s ease;
  transition: fill .3s ease;
  fill: white;
}

.print__button:hover .icon-print {
  fill: #40b5f8;
}

.to-favorit__button:hover .icon-heart {
  fill: rgba(255, 107, 124, .5);
}

.to-favorit__button_active .icon-heart,
.to-favorit__button_active:hover .icon-heart {
  fill: #ff6d7e;
}

.btn-next,
.btn-prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-left: auto;
  cursor: pointer;
  border: none;
  background: white;
}

.btn-next .icon-arrow,
.btn-prev .icon-arrow {
  width: 12px;
  height: 12px;
  -webkit-transition: -webkit-transform 200ms ease-out;
  -o-transition: transform 200ms ease-out;
  transition: -webkit-transform 200ms ease-out;
  transition: transform 200ms ease-out;
  transition: transform 200ms ease-out, -webkit-transform 200ms ease-out;
  fill: #004592;
}

.btn-next:hover .icon-arrow {
  -webkit-transform: translateX(3px);
  -ms-transform: translateX(3px);
  transform: translateX(3px);
}

.btn-prev:hover .icon-arrow {
  -webkit-transform: scale(-1) translateX(3px);
  -ms-transform: scale(-1) translateX(3px);
  transform: scale(-1) translateX(3px);
}

.btn-prev .icon-arrow {
  -webkit-transform: scale(-1);
  -ms-transform: scale(-1);
  transform: scale(-1);
}

.btn-next_secondary,
.btn-prev_secondary {
  border: 1px solid #004592;
  background: transparent;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

:focus {
  outline: 0;
}

input[type='button'],
input[type='reset'],
input[type='submit'] {
  font-size: 1rem;
  line-height: 1;
  padding: .6em 1em .4em;
  color: rgba(0, 0, 0, .8);
  border: 1px solid;
  border-color: #cccccc #cccccc #bbbbbb;
  border-radius: 3px;
  background: #e6e6e6;
}

input[type='button']:hover,
input[type='reset']:hover,
input[type='submit']:hover {
  border-color: #cccccc #bbbbbb #aaaaaa;
}

input[type='button']:active,
input[type='button']:focus,
input[type='reset']:active,
input[type='reset']:focus,
input[type='submit']:active,
input[type='submit']:focus {
  border-color: #aaaaaa #bbbbbb #bbbbbb;
}

select {
  border: 1px solid #cccccc;
}

textarea {
  width: 100%;
}

.form .form__row {
  margin-bottom: 25px;
}

.form em.error {
  font-size: 10px;
  font-style: italic;
  display: inline-block;
  margin-top: 4px;
  padding-left: 15px;
  color: red;
}

/*============================================================================
	#Root
==============================================================================*/

.root {
  overflow: hidden;
}

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

.root__header._preload {
  padding-right: 17px;
}

.root__main {
  position: relative;
  z-index: 1;
  background: white;
}

/*============================================================================
	#Header
==============================================================================*/

.header {
  padding-top: 8px;
  padding-bottom: 8px;
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 15px;
}

.header__nav {
  margin-right: 140px;
  margin-left: auto;
}

.header__overlay {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform .5s;
  -o-transition: transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  background: #262626;
}

.header__overlay._visible {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.logo__image {
  height: 95px;
  -webkit-transition: height .5s;
  -o-transition: height .5s;
  transition: height .5s;
}

.logo__image._small {
  height: 75px;
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
}

.nav-menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}

.nav-menu__item {
  margin-right: 70px;
}

.nav-menu__link {
  font-size: 1.5rem;
  font-weight: 500;
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
  text-decoration: none;
  letter-spacing: .113rem;
  text-transform: uppercase;
  color: white;
}

.nav-menu__link:hover {
  color: #b9a3a4;
}

.nav-menu__link._active {
  color: #b9a3a4;
}

.header-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header-details__phone {
  font-size: 1.4rem;
  font-weight: 500;
  position: relative;
  -webkit-transition: color .4s;
  -o-transition: color .4s;
  transition: color .4s;
  text-decoration: none;
  letter-spacing: .105rem;
  color: #b9a3a4;
}

.header-details__phone:hover {
  color: white;
}

.header-details__phone:hover::before {
  left: -40px;
  background-color: white;
}

.header-details__phone::before {
  position: absolute;
  top: calc(50% - 1px);
  left: -50px;
  width: 32px;
  height: 1px;
  content: '';
  -webkit-transition: background-color .4s,    left .4s;
  -o-transition: background-color .4s,    left .4s;
  transition: background-color .4s,    left .4s;
  background-color: #b9a3a4;
}

.header-details__button {
  font-size: 12px;
  -webkit-transition: color .4s;
  -o-transition: color .4s;
  transition: color .4s;
  letter-spacing: .06px;
  color: #b9a3a4;
}

.header-details__button:hover {
  color: white;
}

.hamburger {
  position: relative;
  display: none;
  -ms-flex-item-align: center;
  align-self: center;
  width: 36px;
  height: 36px;
  margin-right: 15px;
  margin-bottom: 6px;
  margin-left: auto;
  cursor: pointer;
}

.hamburger__item {
  position: absolute;
  top: 50%;
  overflow: hidden;
  width: 100%;
  height: 1px;
  margin-bottom: 10px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  background-color: white;
}

.hamburger__item:first-child {
  -webkit-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
}

.hamburger__item:nth-child(2) {
  width: 70%;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
}

.hamburger__item:nth-child(3) {
  display: none;
}

.hamburger._active .hamburger__item:first-child {
  -webkit-animation: hamburger-top 400ms linear normal forwards;
  animation: hamburger-top 400ms linear normal forwards;
}

.hamburger._active .hamburger__item:nth-child(2) {
  -webkit-animation: hamburger-mid 400ms linear normal forwards;
  animation: hamburger-mid 400ms linear normal forwards;
}

.hamburger._disabled .hamburger__item:first-child {
  animation: hamburger-top-back 400ms linear reverse forwards;
}

.hamburger._disabled .hamburger__item:nth-child(2) {
  animation: hamburger-mid-back 400ms linear reverse forwards;
}

/*============================================================================
	#Aside Menu
==============================================================================*/

.aside-menu {
  position: fixed;
  z-index: 100;
  overflow: hidden;
  width: 0;
  height: 100%;
  -webkit-transition: width 1000ms ease-in-out;
  -o-transition: width 1000ms ease-in-out;
  transition: width 1000ms ease-in-out;
  -webkit-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  transition-delay: 300ms;
  background: transparent;
}

.aside-menu__content {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 120px;
  padding: 0 15px;
}

.aside-menu .mobile-nav,
.aside-menu__details {
  -webkit-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
}

.aside-menu__details {
  padding-left: 55px;
}

.aside-menu__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  -webkit-transition: width 1000ms ease-in-out;
  -o-transition: width 1000ms ease-in-out;
  transition: width 1000ms ease-in-out;
  -webkit-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  transition-delay: 300ms;
  background: #262626;
}

.aside-menu .header-details__phone {
  font-size: 1.6rem;
}

.aside-menu .header-details__button {
  font-size: 1.4rem;
}

.aside-menu .header-details__item {
  margin-bottom: 15px;
}

.aside-menu._opened {
  overflow: auto;
  width: 100%;
  height: 100vh;
  max-height: 100%;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  background: #262626;
}

.aside-menu._opened .aside-menu__overlay {
  width: 100%;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.aside-menu._opened .mobile-nav,
.aside-menu._opened .aside-menu__details {
  -webkit-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  transition-delay: 600ms;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.aside-menu._opened .aside-menu__details {
  -webkit-transition-delay: 800ms;
  -o-transition-delay: 800ms;
  transition-delay: 800ms;
}

.mobile-nav {
  margin-bottom: 60px;
}

.mobile-nav__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.mobile-nav__item {
  margin-bottom: 14px;
}

.mobile-nav__link {
  font-size: 2.4rem;
  text-decoration: none;
  letter-spacing: .075em;
  text-transform: uppercase;
  color: white;
}

.mobile-nav__link._active {
  color: #b9a3a4;
}

/*============================================================================
	#Footer
==============================================================================*/

.footer {
  padding: 150px 0 0;
  background: #ebe7e7;
}

.footer__slogan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  padding-left: 60px;
}

.footer__slogan img {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-right: 10px;
  margin-bottom: -26px;
}

.footer__slogan .font-caravan {
  font-size: 6.6rem;
  line-height: 1;
  margin-right: 30px;
}

.footer__slogan svg {
  display: block;
}

.footer-logo {
  margin: 70px 0 50px;
}

.footer-logo__image {
  width: 176px;
  height: 76px;
}

.footer-main__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #000000;
}

.footer-main__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.3333%;
  flex: 0 0 33.3333%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
}

.footer-main__col:nth-child(3) {
  border-right: none;
}

.footer-main__col._double {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.6666%;
  flex: 0 0 66.6666%;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-right: none;
}

.footer-main .social {
  padding: 34px 30px;
}

.footer-bottom {
  padding: 36px 0;
  color: #7b7b7b;
}

.footer-bottom__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
}

.footer-bottom__copyright {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 38.5%;
  flex: 0 0 38.5%;
}

.footer-widget {
  padding: 0 30px;
}

.footer-widget__title {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 24px;
  text-align: center;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.footer-widget__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.footer-widget__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
}

.footer-widget__list-item:not(:last-child) {
  margin-bottom: 14px;
}

.footer-widget__list-item svg {
  margin-right: 14px;
}

.footer-widget__call-btn {
  font-size: 1.2rem;
  font-weight: 700;
  margin-left: auto;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #000000;
}

.footer-widget__call-btn:hover {
  text-decoration: underline;
}

.footer-widget .link-address {
  text-decoration: none;
  letter-spacing: 0;
  color: #000000;
}

.footer-widget .link-address:active,
.footer-widget .link-address:visited {
  color: #000000;
}

.footer-widget .link-address:hover {
  text-decoration: underline;
}

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

.social__list-item {
  display: block;
  margin: 0 12px;
}

.social__list-item:hover svg {
  opacity: .6;
}

.art-sites {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
}

.art-sites__text {
  margin-right: 35px;
}

.art-sites__logo {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.art-sites__logo:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.art-sites__logo-image {
  -webkit-transition: -webkit-filter .3s ease-in-out;
  -o-transition: filter .3s ease-in-out;
  transition: -webkit-filter .3s ease-in-out;
  transition: filter .3s ease-in-out;
  transition: filter .3s ease-in-out, -webkit-filter .3s ease-in-out;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

/*============================================================================
	#Home Page
==============================================================================*/

.home {
  overflow: hidden;
}

/*============================================================================
	#Hero
==============================================================================*/

.hero {
  position: relative;
  z-index: 1;
  background-image: url('/assets/images/theme/home/hero-bg.jpg');
}

.hero .container {
  min-height: 100vh;
}

.hero__content {
  z-index: 2;
  -ms-flex-item-align: center;
  align-self: center;
  max-width: 100%;
  -webkit-transform: translateY(15%);
  -ms-transform: translateY(15%);
  transform: translateY(15%);
  color: white;
}

.hero__title {
  font-size: 7.2rem;
  font-weight: 600;
  line-height: 1.22;
  display: inline-block;
  margin: 18px 0;
  margin-left: -6px;
  text-transform: uppercase;
}

.hero__bg-video {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
}

.hero__overlay {
  position: absolute;
  z-index: 1;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #00000085;
}

.site-slogan__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.site-slogan__progress-bar {
  margin-right: 60px;
}

.site-slogan__title {
  font-size: 2.8rem;
  font-weight: normal;
  line-height: 1.36;
  margin: 0;
  letter-spacing: .05em;
}

.site-slogan .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  margin-top: -6px;
}

.slogan-bar__inner {
  position: relative;
  width: 1px;
  height: 120px;
  background-color: #ffffff;
}

.slogan-bar__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  background-color: #b18c8f;
}

.slogan-bar__item._bottom {
  top: 100%;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

/*============================================================================
	#DD-Nubmers
==============================================================================*/

.dd-numbers {
  padding: 190px 0 00px;
}

.dd-numbers__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.dd-numbers__item {
  margin-bottom: 40px;
}

.dd-numbers__item:first-child {
  min-width: 160px;
}

.dd-numbers__item:nth-child(2) {
  min-width: 190px;
}

.dd-numbers__item:nth-child(3) {
  min-width: 280px;
}

.dd-numbers__item:nth-child(4) {
  min-width: 160px;
}

.dd-numbers__number {
  font-size: 7.2rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 40px;
}

.dd-numbers__number sup {
  font-size: 5rem;
}

.dd-numbers__desc {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: .08rem;
}

/*============================================================================
	#DD-Slogan
==============================================================================*/

.dd-slogan {
  position: relative;
  z-index: 1;
  padding-bottom: 40px;
}

.dd-slogan__container {
  width: 1920px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.dd-slogan__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.dd-slogan .font-caravan {
  font-size: 18rem;
  line-height: 1;
  color: #c7babb;
}

.dd-slogan .icon-heart {
  width: 60px !important;
  height: 60px !important;
  margin-left: 50px;
  fill: #c7babb;
}

/*============================================================================
	#DD-About
==============================================================================*/

.dd-about {
  margin-bottom: 120px;
}

.dd-about__top-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dd-about__top-content {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 580px;
  flex: 0 0 580px;
  max-width: 580px;
  padding: 110px 20px 80px 10px;
  border-top: 28px solid #f5f5f5;
}

.dd-about__top-content::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 33px;
  height: 30px;
  content: '';
  background-color: #f5f5f5;
}

.dd-about__top-title {
  margin-bottom: 60px;
}

.dd-about__top-text p {
  font-size: 1.6rem;
  line-height: 1.66;
}

.dd-about__top-media {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.dd-about__top-media .image {
  position: absolute;
  max-width: inherit;
  height: 100%;
}

.dd-about__bottom-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dd-about__bottom-media {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 390px;
  margin-right: 80px;
  margin-left: -120px;
}

.dd-about__bottom-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dd-about__bottom-text {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 200px;
  flex: 1 1 200px;
  padding-top: 70px;
}

.dd-about__bottom-text p {
  font-size: 1.6rem;
  line-height: 1.66;
}

.dd-about__bottom-text._first {
  margin-right: 60px;
}

/*============================================================================
	#DD-Services
==============================================================================*/

.dd-services {
  position: relative;
  padding: 145px 0 150px;
}

.dd-services::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: -50%;
  width: calc(100% + 780px);
  height: 100%;
  content: '';
  background: #f5f5f5;
}

.dd-services .container {
  position: relative;
}

.dd-services__header {
  padding-bottom: 40px;
}

.dd-services__item {
  position: relative;
  padding-top: 40px;
  padding-bottom: 35px;
  padding-left: 230px;
  border-bottom: 1px solid #000000;
}

.dd-services__item:hover {
  z-index: 11;
}

.dd-services__item-media {
  position: absolute;
  top: -20px;
  left: -140px;
  visibility: hidden;
  width: 300px;
  height: 460px;
  -webkit-transition: visibility .3s cubic-bezier(.55, .055, .675, .19), opacity .3s cubic-bezier(.55, .055, .675, .19), -webkit-transform .1s ease;
  -o-transition: visibility .3s cubic-bezier(.55, .055, .675, .19), opacity .3s cubic-bezier(.55, .055, .675, .19), transform .1s ease;
  transition: visibility .3s cubic-bezier(.55, .055, .675, .19), opacity .3s cubic-bezier(.55, .055, .675, .19), -webkit-transform .1s ease;
  transition: visibility .3s cubic-bezier(.55, .055, .675, .19), opacity .3s cubic-bezier(.55, .055, .675, .19), transform .1s ease;
  transition: visibility .3s cubic-bezier(.55, .055, .675, .19), opacity .3s cubic-bezier(.55, .055, .675, .19), transform .1s ease, -webkit-transform .1s ease;
  opacity: 0;
}

.dd-services__item-media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.dd-services__item-media ._lines-t-b {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.dd-services__item-media ._lines-t-b::before,
.dd-services__item-media ._lines-t-b::after {
  position: absolute;
  left: -8px;
  width: calc(100% + 16px);
  content: '';
  background: #262626;
}

.dd-services__item-media ._lines-t-b::before {
  top: -12px;
  height: 4px;
}

.dd-services__item-media ._lines-t-b::after {
  bottom: -12px;
  height: 1px;
}

.dd-services__item-media ._lines-l-r {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.dd-services__item-media ._lines-l-r::before,
.dd-services__item-media ._lines-l-r::after {
  position: absolute;
  content: '';
  background: #262626;
}

.dd-services__item-media ._lines-l-r::before {
  top: -12px;
  left: -14px;
  width: 6px;
  height: 12px;
}

.dd-services__item-media ._lines-l-r::after {
  top: -12px;
  right: -10px;
  width: 2px;
  height: calc(100% + 24px);
}

.dd-services__item-title {
  font-size: 2.8rem;
  font-weight: 500;
  margin: 0 0 40px 0;
}

.dd-services__item-expert {
  margin-left: 120px;
}

.dd-services__slogan {
  position: absolute;
  right: -470px;
  bottom: -80px;
}

.dd-services__slogan .font-caravan {
  font-size: 23rem;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  color: #cecaca;
}

.dd-services .button {
  position: absolute;
  top: 54px;
  right: 27%;
}

.dd-services__item._hover .dd-services__item-media {
  visibility: visible;
  opacity: 1;
}

.dd-services__content.d-services__content-mobile {
  display: none;
}

/*============================================================================
	#Portfolio
==============================================================================*/

.portfolio {
  overflow: hidden;
  padding: 140px 0;
}

.portfolio__head {
  margin-bottom: 100px;
}

.portfolio .product-grid__container {
  margin-bottom: 100px;
}

.portfolio .button-svg {
  display: block;
  margin: 0 auto;
}

.portfolio-head .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  align-items: flex-end;
  -ms-flex-align: end;
}

.portfolio-head__title {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 380px;
  flex: 0 0 380px;
}

.portfolio-head__desc {
  font-size: 1.8rem;
}

/*============================================================================
	#QUIZ
==============================================================================*/

.quiz {
  position: relative;
  margin-bottom: 185px;
  padding: 130px 0 0 0;
}

.quiz__head {
  margin-bottom: 100px;
}

.quiz::before {
  position: absolute;
  z-index: -1;
  top: 0;
  right: -50%;
  width: calc(100% + 760px);
  height: 100%;
  content: '';
  background: #ebe7e7;
}

.quiz-head {
  position: relative;
}

.quiz-head__description {
  letter-spacing: 0;
}

.quiz-head__logo {
  position: absolute;
  top: 20px;
  right: -220px;
}

.quiz-head__logo .icon-dd {
  width: 410px;
  height: 330px;
  fill: #ccc2c3;
}

.quiz-progress {
  margin-bottom: 50px;
}

.quiz-progress__bar {
  width: calc(100% / 6);
  height: 3px;
  -webkit-transition: width .3s ease-in-out;
  -o-transition: width .3s ease-in-out;
  transition: width .3s ease-in-out;
  background: black;
}

.quiz-progress__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}

.quiz-progress__count {
  font-family: Caravan, serif;
  font-size: 7.2rem;
  line-height: 1;
  position: relative;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 120px;
  flex: 0 0 120px;
  max-width: 120px;
  padding: 10px 50px 0 45px;
  border-right: 1px solid black;
}

.quiz-progress__count::before,
.quiz-progress__count::after {
  position: absolute;
  top: calc(50% - 4px);
  width: 5px;
  height: 5px;
  content: '';
  border-radius: 50%;
  background: #000000;
}

.quiz-progress__count::before {
  left: 22px;
}

.quiz-progress__count::after {
  right: 26px;
}

.quiz-progress__title {
  font-size: 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  margin-bottom: 8px;
  padding-left: 35px;
}

.quiz-content {
  min-height: 564px;
}

.quiz-content__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: none;
  visibility: hidden;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
  opacity: 0;
}

.quiz-content__block._current {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: visible;
  opacity: 1;
}

.quiz-content__col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0 15px;
}

.quiz-content .button-quiz {
  margin-bottom: 25px;
}

.quiz-content .button-quiz:hover {
  background: white;
}

.quiz-content__media {
  overflow: hidden;
  height: 345px;
}

.quiz-content__media img {
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform .3s cubic-bezier(.455, .03, .515, .955);
  -o-transition: transform .3s cubic-bezier(.455, .03, .515, .955);
  transition: -webkit-transform .3s cubic-bezier(.455, .03, .515, .955);
  transition: transform .3s cubic-bezier(.455, .03, .515, .955);
  transition: transform .3s cubic-bezier(.455, .03, .515, .955), -webkit-transform .3s cubic-bezier(.455, .03, .515, .955);
  -o-object-fit: cover;
  object-fit: cover;
}

.quiz-content__label {
  position: relative;
  display: block;
}

.quiz-content__label:hover .quiz-content__media img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}

.quiz-content__radio {
  position: absolute;
  visibility: hidden;
  opacity: 0;
}

.quiz-final {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.quiz-final__media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 250px;
  flex: 0 0 250px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  max-width: 250px;
  margin-right: 50px;
}

.quiz-final__media img {
  max-width: initial;
}

.quiz-final__info {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 350px;
  flex: 0 0 350px;
  max-width: 350px;
  margin-top: 65px;
}

.quiz-final__form-block {
  margin-top: 65px;
  margin-left: auto;
}

.quiz-final .form__row:not(:last-child) {
  margin-bottom: 25px;
}

.quiz-final .textarea-dd {
  height: 100px;
}

.quiz-final__slogan {
  font-size: 14rem;
  line-height: 1;
  position: absolute;
  right: 50px;
  bottom: -45px;
  white-space: nowrap;
  color: #c7babb;
}

.quiz-info__title {
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 35px;
}

.quiz-info__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.quiz-info__list .icon-checkmark {
  position: absolute;
  left: 0;
  width: 18px;
  height: 18px;
}

.quiz-info__list-item {
  position: relative;
  margin-bottom: 30px;
  padding-left: 40px;
}

/*============================================================================
	#Stages
==============================================================================*/

.stages {
  padding-bottom: 100px;
}

.stages__head {
  margin-bottom: 80px;
}

.stages__tab-nav {
  margin-bottom: 40px;
  padding: 32px 0;
  background: #000000;
}

.stages__tab-nav .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.stages__tab-button {
  font-size: 1.6rem;
  font-weight: 700;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 33.333%;
  flex: 1 1 33.333%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 33.333%;
  margin: 0 24px;
  padding: 9px 10px;
  -webkit-transition: border .3s ease-in-out;
  -o-transition: border .3s ease-in-out;
  transition: border .3s ease-in-out;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #c7babb;
  border: 1px solid transparent;
}

.stages__tab-button svg {
  margin-right: 14px;
}

.stages__tab-button .icon-rule {
  width: 32px;
  height: 32px;
  fill: #c7babb;
}

.stages__tab-button:first-child {
  margin-left: 0;
}

.stages__tab-button:last-child {
  margin-right: 0;
}

.stages__tab-button:not(:last-child)::after {
  position: absolute;
  right: -28px;
  width: 7px;
  height: 7px;
  content: '';
  border-radius: 50%;
  background: #c7babb;
}

.stages__tab-button._active {
  color: inherit;
  border-color: white;
  background: white;
}

.stages__tab-button._active svg {
  fill: #262626;
}

.stages__tab-button:hover {
  border-color: #c7babb;
}

.stages__tab-item:not(._active) {
  display: none;
}

.tab-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 -20px;
}

.tab-grid__item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 33.333%;
  flex: 1 1 33.333%;
  max-width: 33.333%;
  margin: 40px 0;
  padding: 0 20px;
}

.tab-grid__num {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 0;
  color: #c7babb;
}

.tab-grid__title {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 26px;
}

/*============================================================================
	#Credit
==============================================================================*/

.credit {
  position: relative;
  margin-bottom: 135px;
  padding-bottom: 90px;
}

.credit .container {
  position: relative;
}

.credit::before {
  position: absolute;
  z-index: -1;
  top: 160px;
  left: 50%;
  width: 1530px;
  height: calc(100% - 160px);
  content: '';
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #ebe7e7;
}

.credit__head {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 50px;
  padding-top: 70px;
}

.credit__head-content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 440px;
  flex: 1 1 440px;
  max-width: 440px;
}

.credit__block-title {
  margin-bottom: 40px;
}

.credit__block-desc {
  padding-top: 46px;
}

.credit__head-media {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 540px;
  flex: 1 1 540px;
  max-width: 540px;
}

.credit__slogan {
  position: absolute;
  top: 480px;
  left: -730px;
}

.credit__slogan .font-caravan {
  font-size: 23rem;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  color: #cecaca;
}

.credit__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 80px 0 20px;
}

.credit__body-left {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 540px;
  flex: 0 0 540px;
  max-width: 540px;
}

.credit__body-right {
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 540px;
  flex: 0 0 540px;
  max-width: 540px;
}

.credit__item {
  margin-bottom: 40px;
}

.credit__item-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  margin-bottom: 20px;
  padding: 0 5px;
}

.credit__item-icon {
  width: 46px;
  height: 46px;
  margin-right: 35px;
}

.credit__item-title {
  font-size: 1.8rem;
  font-weight: 700;
}

.credit__item-text {
  font-size: 1.6rem;
}

/*============================================================================
	#Reviews
==============================================================================*/

.reveiws {
  overflow: hidden;
  margin: 0 0 50px 0;
}

.reveiws__container {
  position: relative;
  width: 100%;
  max-width: 1780px;
  margin: 0 auto;
}

.reveiws__head {
  width: 100%;
  max-width: 826px;
  margin: 0 auto 86px;
  padding: 0 30px;
}

.reveiws__content {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}

.reveiws__item {
  width: 100%;
  max-width: 826px;
  margin: 0 auto;
}

.reveiws__body {
  height: 468px;
  background: #f5f5f5;
}

.reveiws-header {
  margin-bottom: 20px;
}

.reveiws-header__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}

.reveiws-header__u-name,
.reveiws-header__u-location {
  font-size: 2.2rem;
  overflow: hidden;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  padding: 24px 30px;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}

.reveiws-header__u-name {
  border-right: 1px solid #000000;
}

.reveiws-header__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 26px 46px;
}

.reveiws-body {
  margin-bottom: 44px;
}

.reveiws-body__message._text {
  font-size: 1.65rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  padding: 90px 40px;
}

.reveiws-body__message._video {
  height: 100%;
}

.reveiws-body__text {
  overflow: hidden;
  overflow-y: auto;
  height: 100%;
  padding: 0 40px;
}

.reveiws-body__text p {
  line-height: 1.65;
  margin: 0 0 24px 0;
}

.reveiws-body ::-webkit-scrollbar {
  width: 4px;
}

.reveiws-body ::-webkit-scrollbar-track {
  background: #ccc2c3;
}

.reveiws-body ::-webkit-scrollbar-thumb {
  background: #b4aaab;
}

.reveiws .swiper-nav {
  -webkit-transition: opacity .5s ease-in-out;
  -o-transition: opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out;
  opacity: 1;
}

.reveiws .swiper-nav__prev,
.reveiws .swiper-nav__next {
  position: absolute;
  z-index: 1;
  bottom: 268px;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}

.reveiws .swiper-nav__prev::before,
.reveiws .swiper-nav__next::before {
  position: absolute;
  top: 50%;
  width: 200px;
  height: 250px;
  content: '';
  -webkit-transition: left .3s ease-in-out,    right .3s ease-in-out;
  -o-transition: left .3s ease-in-out,    right .3s ease-in-out;
  transition: left .3s ease-in-out,    right .3s ease-in-out;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #f5f5f5;
}

.reveiws .swiper-nav__prev {
  left: 70px;
  -webkit-transition: left .3s ease-in-out;
  -o-transition: left .3s ease-in-out;
  transition: left .3s ease-in-out;
}

.reveiws .swiper-nav__prev::before {
  left: -180px;
}

.reveiws .swiper-nav__prev:hover {
  left: 60px;
}

.reveiws .swiper-nav__prev:hover::before {
  left: -160px;
}

.reveiws .swiper-nav__next {
  right: 70px;
  -webkit-transition: right .3s ease-in-out;
  -o-transition: right .3s ease-in-out;
  transition: right .3s ease-in-out;
  -webkit-transform: scaleX(-1) translateY(50%);
  -ms-transform: scaleX(-1) translateY(50%);
  transform: scaleX(-1) translateY(50%);
}

.reveiws .swiper-nav__next::before {
  right: 40px;
}

.reveiws .swiper-nav__next:hover {
  right: 60px;
}

.reveiws .swiper-nav__next:hover::before {
  right: 20px;
}

.reveiws .swiper-pag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.reveiws .swiper-pag span {
  width: 24px;
  height: 24px;
  margin: 0 8px;
  opacity: 1 !important;
  background: #f5f5f5;
}

.reveiws .swiper-pag ._active {
  position: relative;
}

.reveiws .swiper-pag ._active::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  content: '';
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #262626;
}

/*============================================================================
	#Feedback
==============================================================================*/

.b-feedback {
  padding: 40px 0;
  background: #ebe7e7;
}

.b-feedback__inner {
  position: relative;
  padding: 100px 0 60px;
}

.b-feedback__head {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #ebe7e7;
}

.b-feedback__block-title {
  line-height: 1.4;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 570px;
  flex: 0 0 570px;
  min-width: 570px;
}

.b-feedback__desc {
  font-size: 1.4rem;
  line-height: 1.9;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 310px;
  flex: 0 0 310px;
  min-width: 310px;
  padding: 20px 0;
  letter-spacing: 0;
}

.b-feedback__body {
  max-width: 730px;
}

.b-feedback__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.b-feedback__form em.error {
  position: absolute;
}

.b-feedback .form__row {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  max-width: 50%;
  margin: 20px 0 35px;
  padding: 0 15px;
}

.b-feedback .button-svg__text {
  letter-spacing: .04em;
}

.b-feedback__bg-image {
  position: absolute;
}

.b-feedback__bg-image._rigth {
  top: 0;
  right: 0;
  width: 300px;
  height: 460px;
}

.b-feedback__bg-image._left {
  bottom: -60px;
  left: -310px;
  width: 230px;
  height: 436px;
}

/*============================================================================
	#SEO (Home Blog)
==============================================================================*/

.home-blog {
  overflow: hidden;
  padding: 0 0 130px;
}

.home-blog__top {
  position: relative;
  padding-top: 140px;
}

.home-blog__head {
  width: 100%;
  max-width: 730px;
  margin: 0 auto 60px;
}

.home-blog__block-one {
  width: 100%;
  max-width: 730px;
  margin: 0 auto 50px;
}

.home-blog__block-one::before {
  position: absolute;
  z-index: -1;
  top: 0;
  right: calc(50% + 555px);
  width: 100vw;
  height: 100%;
  content: '';
  background: #ebe7e7;
}

.home-blog__dd-letters {
  position: absolute;
  bottom: 30px;
  left: -350px;
  width: 320px;
  height: 260px;
  fill: #cecaca;
}

.home-blog__wide-img {
  max-width: inherit;
}

.home-blog__bottom {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.home-blog__bottom ._deco-image {
  position: absolute;
  bottom: 0;
  left: -420px;
  height: 480px;
}

.home-blog__block-two {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 730px;
  flex: 0 0 730px;
  max-width: 730px;
  margin-right: 30px;
}

/*============================================================================
	#Portfolio Page
==============================================================================*/

.header-page__bg-image {
  background: url('../images/theme/headers/portfolio-bg.jpg') no-repeat center/cover;
}

.p-portfolio {
  overflow: hidden;
}

.p-portfolio__b-feedback {
  margin-bottom: 115px;
}

.p-portfolio .product-grid__col {
  display: none;
}

.filter-control {
  padding: 68px 0;
}

.filter-control__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 20px;
}

.filter-control__button {
  font-size: 1.65rem;
  font-weight: 700;
  line-height: 1;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 25%;
  flex: 1 1 25%;
  margin: 0 40px;
  padding: 17px 0;
  -webkit-transition: background .3s ease-in-out;
  -o-transition: background .3s ease-in-out;
  transition: background .3s ease-in-out;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.filter-control__button._active {
  color: white;
  background: #262626;
}

.filter-control__button:not(:last-child)::after {
  position: absolute;
  top: calc(50% - 3px);
  right: -43px;
  width: 6px;
  height: 6px;
  content: '';
  border-radius: 50%;
  background: #262626;
}

.filter-control__button:first-child {
  margin-left: 0;
}

.filter-control__button:last-child {
  margin-right: 0;
}

.filter-control__button:not(._active):hover {
  background: #ebe7e7;
}

.filter-content {
  position: relative;
  overflow: hidden;
  padding-bottom: 95px;
}

.filter-content .product-grid__container {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.filter-content .button-svg {
  display: block;
  margin: 60px auto;
}

/*============================================================================
	#Project Page
==============================================================================*/

.p-project__service {
  padding: 150px 0 140px;
}

.p-project__content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto 140px;
  padding: 0 15px;
}

.p-project__gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.p-project__gallery-item {
  padding: 10px;
}

.p-project__gallery-item._half {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.p-project__gallery-item._full {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.p-project__gallery-item img {
  width: 100%;
}

.p-project__reveiws {
  margin-bottom: 110px;
}

.project-service__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.project-service__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.project-service__item-media {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 75px;
  height: 75px;
  margin-right: 22px;
}

.project-service__item-media svg {
  width: 62px;
  height: 62px;
  margin-top: auto;
}

.project-service__item-media::before {
  position: absolute;
  z-index: -1;
  right: -5px;
  width: 100%;
  height: 100%;
  content: '';
  border-radius: 50%;
  background: #ebe7e7;
}

.project-service__item-body {
  padding-top: 18px;
}

.project-service__item-name {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 14px;
}

.project-service__item-value {
  font-size: 1.6rem;
  line-height: 2.6rem;
}

.project-video {
  overflow: hidden;
  margin: 0 0 70px 0;
}

.project-video__container {
  position: relative;
  width: 100%;
  max-width: 1780px;
  margin: 0 auto;
}

.project-video__head {
  width: 100%;
  max-width: 826px;
  margin: 0 auto 86px;
  padding: 0 30px;
}

.project-video__content {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}

.project-video__item {
  width: 100%;
  max-width: 826px;
  margin: 0 auto;
}

.project-video__player {
  position: relative;
  height: 468px;
  background: black;
}

.project-video__player:hover .yt-button {
  fill: #ff0000;
  fill-opacity: 1 !important;
}

.project-video__player iframe {
  position: relative;
}

.project-video__poster {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: .8;
  -o-object-fit: cover;
  object-fit: cover;
}

.project-video .yt-button {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  width: 68px;
  height: 48px;
  cursor: pointer;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.project-video .swiper-nav {
  -webkit-transition: opacity .5s ease-in-out;
  -o-transition: opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out;
  opacity: 1;
}

.project-video .swiper-nav__prev,
.project-video .swiper-nav__next {
  position: absolute;
  z-index: 1;
  bottom: 300px;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}

.project-video .swiper-nav__prev::before,
.project-video .swiper-nav__next::before {
  position: absolute;
  top: 50%;
  width: 200px;
  height: 250px;
  content: '';
  -webkit-transition: left .3s ease-in-out,    right .3s ease-in-out;
  -o-transition: left .3s ease-in-out,    right .3s ease-in-out;
  transition: left .3s ease-in-out,    right .3s ease-in-out;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #f5f5f5;
}

.project-video .swiper-nav__prev {
  left: 70px;
  -webkit-transition: left .3s ease-in-out;
  -o-transition: left .3s ease-in-out;
  transition: left .3s ease-in-out;
}

.project-video .swiper-nav__prev::before {
  left: -180px;
}

.project-video .swiper-nav__prev:hover {
  left: 60px;
}

.project-video .swiper-nav__prev:hover::before {
  left: -160px;
}

.project-video .swiper-nav__next {
  right: 70px;
  -webkit-transition: right .3s ease-in-out;
  -o-transition: right .3s ease-in-out;
  transition: right .3s ease-in-out;
  -webkit-transform: scaleX(-1) translateY(50%);
  -ms-transform: scaleX(-1) translateY(50%);
  transform: scaleX(-1) translateY(50%);
}

.project-video .swiper-nav__next::before {
  right: 40px;
}

.project-video .swiper-nav__next:hover {
  right: 60px;
}

.project-video .swiper-nav__next:hover::before {
  right: 20px;
}

.project-video .swiper-pag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 40px;
}

.project-video .swiper-pag span {
  width: 24px;
  height: 24px;
  margin: 0 8px;
  opacity: 1 !important;
  background: #f5f5f5;
}

.project-video .swiper-pag ._active {
  position: relative;
}

.project-video .swiper-pag ._active::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  content: '';
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #262626;
}

.project-nav {
  padding: 80px 0;
  background: #000000;
}

.project-nav__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.project-nav__item._prev {
  padding-left: 46px;
}

.project-nav__item._prev .button-more {
  padding-right: 0;
  padding-left: 36px;
}

.project-nav__item._prev .project-nav__name {
  padding-left: 36px;
}

.project-nav__item._prev .button-more__circle {
  right: auto;
  left: -46px;
}

.project-nav__item._prev .button-more:hover .button-more__circle::before {
  left: 100%;
}

.project-nav__item._next {
  margin-left: auto;
  padding-right: 46px;
}

.project-nav__item._next .project-nav__name {
  padding-right: 36px;
}

.project-nav__item._next .button-more {
  text-align: right;
}

.project-nav .button-more {
  display: block;
  color: #c7babb;
}

.project-nav__name {
  color: #c7babb;
}

/*============================================================================
	#Service Page
==============================================================================*/

.p-service {
  overflow: hidden;
}

.p-service__feedback {
  margin: 100px 0 150px;
}

.service-block {
  position: relative;
  margin-bottom: 140px;
  padding-top: 130px;
  padding-bottom: 130px;
}

.service-block__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.service-block__col {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.service-block__content {
  position: relative;
}

.service-block .block-title {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}

.service-block__slogan {
  font-size: 18.5rem;
  line-height: 1;
  position: absolute;
}

.service-block__typography {
  padding-top: 5px;
}

.service-block__typography *:last-child {
  margin-bottom: 0;
}

.service-block__typography p {
  font-size: 1.5rem;
  line-height: 1.7;
  margin: 0 0 30px 0;
}

.service-block::before,
.service-block::after {
  position: absolute;
  z-index: -1;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
}

.service-block::before {
  left: -50%;
}

.service-block::after {
  right: -50%;
}

.service-block._left .service-block__col:first-child {
  padding-right: 80px;
}

.service-block._left .service-block__col:last-child {
  padding-left: 60px;
}

.service-block._left .service-block__slogan {
  top: 490px;
  left: -210px;
}

.service-block._left::before {
  background: #ebe7e7;
}

.service-block._left::after {
  background: #f5f5f5;
}

.service-block._right .service-block__inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.service-block._right .service-block__col:first-child {
  padding-left: 80px;
}

.service-block._right .service-block__col:last-child {
  padding-right: 60px;
}

.service-block._right .service-block__slogan {
  top: 11%;
  top: 75px;
  right: -170px;
}

.service-block._right::before {
  background: white;
}

.service-block._right::after {
  background: #ebe7e7;
}

.plans {
  position: relative;
  margin-bottom: 100px;
}

.plans__header {
  position: relative;
  overflow: hidden;
  padding-top: 110px;
  padding-bottom: 26px;
}

.plans .block-title {
  margin-bottom: 70px;
  color: white;
}

.plans .block-title::before {
  background: white;
}

.plans__header-bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #e9e9e9;
}

.plans__header-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.plans__header-bg::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  opacity: .7;
  background: #000000;
}

.plans-header__title {
  max-width: 530px;
}

.plans-tabs {
  margin: 0 -15px;
}

.plans-tabs__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.plans-tabs__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  -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;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 25%;
  height: auto;
  padding: 0 15px;
}

.plans-tabs .icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-bottom: 16px;
  fill: #ebe7e7;
}

.plans-tabs .button {
  font-size: 2.8rem;
  line-height: 1;
  width: 100%;
  padding: 13px 20px 14px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  color: white;
  color: #262626;
  background: #ebe7e6;
}

.plans-tabs .swiper-button-prev,
.plans-tabs .swiper-button-next {
  top: 26%;
  display: none;
  color: #ebe7e6;
}

.plans-container {
  padding-top: 30px;
}

.plans-container__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.plans-container__col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 25%;
  padding: 0 15px;
}

.plans-container .ckeck-list__item {
  font-size: 14px;
}

.plans-container .button-svg__text {
  width: 100%;
}

.plans-container .button-svg {
  display: block;
  margin-top: 40px;
}

.ckeck-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.ckeck-list__item {
  position: relative;
  display: none;
  padding: 0 0 0 22px;
}

.ckeck-list__item::before {
  position: absolute;
  top: 6px;
  left: 0;
  width: 14px;
  height: 14px;
  content: '';
  background: url('../icons/icon-checkmark.svg') no-repeat center/100%;
}

.ckeck-list__item._visible {
  display: block;
}

.ckeck-list__item._disabled {
  opacity: .5;
}

.ckeck-list__item._disabled::before {
  display: none;
}

.ckeck-list__item._wo-arrow::before {
  display: none;
}

/*============================================================================
	#About Us Page
==============================================================================*/

.p-about {
  overflow: hidden;
}

.p-about .swiper-pag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 15px 0;
}

.p-about .swiper-pag span {
  width: 10px;
  height: 10px;
}

.p-about .swiper-pag span._active {
  opacity: .8;
}

.about-company {
  position: relative;
  padding: 70px 0;
}

.about-company__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about-company__content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 530px;
  flex: 0 0 530px;
  max-width: 530px;
  margin-right: 30px;
  padding-top: 75px;
}

.about-company__footer {
  position: relative;
  z-index: 1;
  max-width: 800px;
  margin-top: 80px;
  margin-left: auto;
}

.about-company .block-title {
  margin-bottom: 55px;
}

.about-company__typography {
  padding-bottom: 40px;
}

.about-company__typography p {
  line-height: 1.7;
  margin: 0 0 20px 0;
}

.about-company__media img {
  width: 948px;
  max-width: inherit;
  height: 554px;
  -o-object-fit: cover;
  object-fit: cover;
}

.about-company__slogan {
  font-size: 15rem;
  line-height: 1;
  position: absolute;
  bottom: 160px;
  left: 40px;
  color: #c7babb;
}

.founder {
  position: relative;
  padding: 140px 0 90px;
}

.founder__inner {
  position: relative;
}

.founder__inner::before,
.founder__inner::after {
  position: absolute;
  left: -205px;
  width: calc(100% + 410px);
  height: 1px;
  content: '';
  background: #000000;
}

.founder__inner::before {
  top: 21px;
}

.founder__head {
  position: relative;
  z-index: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
  align-items: flex-end;
  -ms-flex-align: end;
  margin-bottom: 40px;
}

.founder__head::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: -80px;
  width: calc( 100% + 160px);
  height: 100%;
  content: '';
  background: #ebe7e7;
}

.founder__cite {
  max-width: 740px;
  margin-bottom: 60px;
  margin-left: auto;
}

.founder .block-title {
  margin-right: 90px;
}

.founder__head-desc {
  font-size: 1.8rem;
  font-weight: 500;
}

.founder__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 90px;
}

.founder__media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 270px;
  flex: 0 0 270px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  max-width: 270px;
  height: 100%;
  margin-right: 70px;
}

.founder__media img {
  max-width: initial;
  height: 385px;
}

.founder__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  border-left: 1px solid #000000;
}

.founder__typography {
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
  margin-left: 30px;
}

.founder::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: calc(50% - 200px);
  width: 1920px;
  height: 100%;
  content: '';
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #ebe7e7;
}

.awords {
  position: relative;
  margin-bottom: 150px;
  padding-bottom: 150px;
}

.awords__head {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin: 0 auto;
  margin-bottom: 70px;
  padding-left: 375px;
}

.awords .block-title {
  margin-bottom: 10px;
}

.awords__head-desc {
  line-height: 1.7;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.awords::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: calc(50% - 200px);
  width: 1920px;
  height: 100%;
  content: '';
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #ebe7e7;
}

.awords__item {
  height: 490px;
}

.awords__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.team {
  position: relative;
  padding-bottom: 80px;
}

.team .container {
  position: relative;
}

.team__media {
  margin-bottom: 10px;
}

.team__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.team .team__col._left {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 350px;
  flex: 0 0 350px;
  max-width: 350px;
  margin-right: 30px;
}

.team .team__col._left .team__typography {
  padding-top: 100px;
}

.team .team__col._right {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 635px;
  flex: 1 1 635px;
  max-width: 635px;
}

.team__typography p {
  line-height: 1.7;
  margin: 0 0 20px 0;
}

.team__head {
  position: relative;
  margin-bottom: 60px;
  padding: 84px 0;
}

.team__head ._lines-t-b::before,
.team__head ._lines-t-b::after,
.team__head ._lines-l-r::before,
.team__head ._lines-l-r::after {
  position: absolute;
  content: '';
  background-color: #000000;
}

.team__head ._lines-t-b::before {
  top: 0;
  width: 100%;
  height: 10px;
}

.team__head ._lines-t-b::after {
  right: 0;
  bottom: 0;
  width: 380px;
  height: 4px;
}

.team__head ._lines-l-r::before {
  top: 0;
  right: 0;
  width: 6px;
  height: 100%;
}

.team__head ._lines-l-r::after {
  top: 0;
  left: 0;
  width: 14px;
  height: 24px;
}

.team .block-title {
  margin-left: 40px;
}

.team__slogan {
  font-size: 15rem;
  position: absolute;
  right: -80px;
  bottom: -10px;
  width: 1px;
  height: 1px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  white-space: nowrap;
  color: #c7babb;
}

.contacts {
  position: relative;
  padding: 160px 0 200px;
}

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

.contacts__media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 240px;
  flex: 0 0 240px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  max-width: 240px;
  margin-top: -80px;
  margin-right: 40px;
}

.contacts__media img {
  max-width: initial;
}

.contacts__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 350px;
  flex: 0 0 350px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 350px;
  margin-top: -9px;
  margin-right: 30px;
}

.contacts__slogan {
  font-size: 7.5vw;
  position: absolute;
  right: 40px;
  bottom: 30px;
  color: #c7babb;
}

.contacts::before {
  position: absolute;
  z-index: -1;
  top: 0;
  right: calc(50% - 200px);
  width: 1920px;
  height: 100%;
  content: '';
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
  background: #f5f5f5;
}

.contacts-info__head {
  margin-bottom: 80px;
  padding-left: 20px;
}

.contacts-info__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.contacts-info__list-item {
  margin-bottom: 24px;
}

.contacts-info__list-item svg {
  margin-right: 6px;
}

.contacts-info__list-item .link-address {
  font-size: 1.4rem;
  text-decoration: none;
  letter-spacing: 0;
  color: #000000;
}

.contacts-info__list-item .link-address:visited,
.contacts-info__list-item .link-address:active {
  color: #000000;
}

.contacts-info__list-item .link-address:hover {
  text-decoration: underline;
}

.contacts-info__list-item .social {
  margin-top: 80px;
}

.contacts-info__list-item .social__list {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.contacts-feedback {
  max-width: 380px;
  margin-left: auto;
}

.contacts-feedback__head {
  margin-bottom: 40px;
}

.contacts-feedback__head .block-title {
  margin-bottom: 70px;
}

.contacts-feedback__body {
  max-width: 350px;
}

.contacts-feedback .button-svg {
  margin-top: 20px;
}

.header__overlay._err404 {
  -webkit-transform: translateY(0) !important;
  -ms-transform: translateY(0) !important;
  transform: translateY(0) !important;
}

.root__err404 {
  margin-top: 110px;
}

.err404 {
  position: relative;
}

.err404 .container {
  position: relative;
}

.err404__content {
  max-width: 500px;
  margin-right: 190px;
  margin-left: auto;
  padding: 140px 0 130px;
}

.err404__title {
  font-size: 4rem;
  font-weight: 500;
}

.err404__num {
  font-size: 20rem;
  font-weight: 700;
  line-height: 1;
  display: inline-block;
  margin-bottom: 20px;
}

.err404__text {
  max-width: 350px;
  margin-bottom: 35px;
}

.err404 .button-svg {
  display: inline-block;
  margin-bottom: 15px;
}

.err404 .button-svg__text {
  width: 100%;
  text-align: center;
}

.err404__bg {
  position: absolute;
  top: 140px;
  left: -400px;
}

.err404::before {
  position: absolute;
  z-index: -1;
  top: 0;
  right: -50%;
  width: calc(100% + 760px);
  height: 100%;
  content: '';
  background: #f5f5f5;
}

.modal {
  display: none;
  padding: 60px 90px;
  background-color: #ebe7e7;
}

.modal__inner {
  max-width: 350px;
}

.modal__header {
  margin-bottom: 30px;
}

.modal__title {
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 3.6rem;
  position: relative;
  margin-bottom: 20px;
}

.modal__title::before {
  position: absolute;
  top: 14px;
  left: -18px;
  width: 7px;
  height: 7px;
  content: '';
  border-radius: 50%;
  background-color: #262626;
}

.modal__form button {
  margin-top: 20px;
}

.modal__button-close {
  position: absolute;
  top: 14px;
  right: 14px;
}

.modal .button-svg {
  width: 100%;
}

/*============================================================================
	#Product Grid + Product Cards
==============================================================================*/

.product-grid__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 -8px;
}

.product-grid__col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333%;
  flex: 0 0 33.333%;
  max-width: 33.333%;
  padding: 8px 8px;
}

.dd-card {
  position: relative;
  overflow: hidden;
  padding-top: 65.7%;
}

.dd-card__category {
  font-size: 12px;
  position: absolute;
  z-index: 1;
  top: 20px;
  right: 20px;
  display: inline-block;
  padding: 3px 22px;
  -webkit-transition: opacity .4s ease-in-out, -webkit-transform 1s cubic-bezier(.075, .82, .165, 1);
  -o-transition: transform 1s cubic-bezier(.075, .82, .165, 1), opacity .4s ease-in-out;
  transition: opacity .4s ease-in-out, -webkit-transform 1s cubic-bezier(.075, .82, .165, 1);
  transition: transform 1s cubic-bezier(.075, .82, .165, 1), opacity .4s ease-in-out;
  transition: transform 1s cubic-bezier(.075, .82, .165, 1), opacity .4s ease-in-out, -webkit-transform 1s cubic-bezier(.075, .82, .165, 1);
  -webkit-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  transition-delay: 200ms;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  letter-spacing: .06em;
  text-transform: uppercase;
  opacity: 0;
  color: white;
  background: #0000003d;
}

.dd-card__media {
  position: absolute;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.dd-card__media img {
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 2s cubic-bezier(.075, .82, .165, 1);
  -o-transition: transform 2s cubic-bezier(.075, .82, .165, 1);
  transition: -webkit-transform 2s cubic-bezier(.075, .82, .165, 1);
  transition: transform 2s cubic-bezier(.075, .82, .165, 1);
  transition: transform 2s cubic-bezier(.075, .82, .165, 1), -webkit-transform 2s cubic-bezier(.075, .82, .165, 1);
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -o-object-fit: cover;
  object-fit: cover;
}

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

.dd-card__body::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-transition: opacity .5s cubic-bezier(.165, .84, .44, 1);
  -o-transition: opacity .5s cubic-bezier(.165, .84, .44, 1);
  transition: opacity .5s cubic-bezier(.165, .84, .44, 1);
  opacity: 0;
  background: #131313;
}

.dd-card__body-inner {
  position: relative;
  max-width: 300px;
  color: #c7babb;
}

.dd-card__title {
  font-size: 2.8rem;
  font-weight: 500;
  margin-bottom: 6px;
  -webkit-transition: opacity .4s ease-in-out, -webkit-transform 1s cubic-bezier(.075, .82, .165, 1);
  -o-transition: transform 1s cubic-bezier(.075, .82, .165, 1), opacity .4s ease-in-out;
  transition: opacity .4s ease-in-out, -webkit-transform 1s cubic-bezier(.075, .82, .165, 1);
  transition: transform 1s cubic-bezier(.075, .82, .165, 1), opacity .4s ease-in-out;
  transition: transform 1s cubic-bezier(.075, .82, .165, 1), opacity .4s ease-in-out, -webkit-transform 1s cubic-bezier(.075, .82, .165, 1);
  -webkit-transition-delay: 100ms;
  -o-transition-delay: 100ms;
  transition-delay: 100ms;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  letter-spacing: .02em;
  opacity: 0;
}

.dd-card__meta-list {
  margin: 0;
  margin-bottom: 40px;
  padding: 0;
  list-style-type: none;
  -webkit-transition: opacity .4s ease-in-out, -webkit-transform 1s cubic-bezier(.075, .82, .165, 1);
  -o-transition: transform 1s cubic-bezier(.075, .82, .165, 1), opacity .4s ease-in-out;
  transition: opacity .4s ease-in-out, -webkit-transform 1s cubic-bezier(.075, .82, .165, 1);
  transition: transform 1s cubic-bezier(.075, .82, .165, 1), opacity .4s ease-in-out;
  transition: transform 1s cubic-bezier(.075, .82, .165, 1), opacity .4s ease-in-out, -webkit-transform 1s cubic-bezier(.075, .82, .165, 1);
  -webkit-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  transition-delay: 200ms;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
}

.dd-card .button-more {
  top: 30px;
  -webkit-transition: top .6s cubic-bezier(.215, .61, .355, 1), opacity .4s ease-in-out;
  -o-transition: top .6s cubic-bezier(.215, .61, .355, 1), opacity .4s ease-in-out;
  transition: top .6s cubic-bezier(.215, .61, .355, 1), opacity .4s ease-in-out;
  -webkit-transition-delay: 250ms;
  -o-transition-delay: 250ms;
  transition-delay: 250ms;
  opacity: 0;
  color: white;
}

.dd-card .button-more__circle {
  top: 5px;
}

.dd-card:hover .dd-card__media img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}

.dd-card:hover .dd-card__body::before {
  opacity: .75;
}

.dd-card:hover .dd-card__title {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.dd-card:hover .dd-card__meta-list,
.dd-card:hover .dd-card__category {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.dd-card:hover .button {
  top: 0;
  opacity: 1;
}

.dd-card._mobile {
  padding-top: calc(65.7% + 160px);
}

.dd-card._mobile .dd-card__body {
  top: auto;
  bottom: 0;
  height: 160px;
}

.dd-card._mobile .dd-card__body-inner {
  padding-bottom: 20px;
}

.dd-card._mobile .dd-card__body::before {
  opacity: .75;
}

.dd-card._mobile .dd-card__title {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.dd-card._mobile .dd-card__meta-list {
  display: none;
  visibility: hidden;
  opacity: 0;
}

.dd-card._mobile .button-more {
  top: 0;
  opacity: 1;
}

/*============================================================================
	#Header Page
==============================================================================*/

.header-page {
  position: relative;
  padding: 180px 0 100px;
}

.header-page._breadcrumb {
  padding: 100px 0 130px;
}

.header-page._w-slogan {
  padding: 180px 0 30px;
}

.header-page__breadcrumbs {
  margin-bottom: 55px;
}

.header-page__content {
  margin-bottom: 10px;
}

.header-page__top {
  margin-bottom: 55px;
}

.header-page .block-title {
  font-size: 4.8rem;
  line-height: 1;
  margin-bottom: 0;
  letter-spacing: .02em;
  text-transform: uppercase;
  color: white;
}

.header-page .block-title::before {
  top: 26px;
  width: 7px;
  height: 7px;
  background: white;
}

.header-page__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #585555;
}

.header-page__company-logo {
  padding-top: 50px;
  padding-right: 40px;
  padding-bottom: 40px;
  border-right: 1px solid #585555;
}

.header-page__description {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.7;
  padding: 45px 100px 0 50px;
  color: #ccc2c3;
}

.header-page__description p {
  margin: 0 0 20px 0;
}

.header-page .icon-dd {
  width: 175px;
  height: 140px;
  fill: #ccc2c3;
}

.header-page__slogan {
  padding: 0 40px;
}

.header-page__slogan .font-caravan {
  font-size: 15rem;
  line-height: 1;
  color: #c7babb;
}

.header-page__bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.header-page__bg::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(0, 0, 0, .8);
}

.header-page__bg-image {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.header-page__bg-image._preload {
  padding-right: 17px;
}

/*============================================================================
	#Preloader
==============================================================================*/

/*# sourceMappingURL=style.css.map */

@media (min-width: 768px) {
  .btn_primary:hover::before {
    width: 116%;
    opacity: 1;
  }

  .btn_primary:hover::after {
    width: 120%;
    opacity: 1;
  }

  .btn_secondary:hover::before {
    width: 116%;
    opacity: 1;
  }

  .btn_secondary:hover::after {
    width: 120%;
    opacity: 1;
  }

  .quiz-head .block-title {
    font-size: 6rem;
    max-width: 810px;
    margin-bottom: 60px;
  }

  .quiz-head .block-title::before {
    top: 35px;
    width: 10px;
    height: 10px;
  }

  .reveiws__block-title {
    font-size: 6rem;
    font-weight: 600;
  }

  .reveiws .block-title::before {
    top: 34px;
    width: 8px;
    height: 8px;
  }
}

@media (min-width: 1024px) {
  .test {
    display: grid;
  }
}

@media (max-width: 1920px) {
  .dd-slogan .font-caravan {
    font-size: 9vw;
  }
}

@media (max-width: 1800px) {
  .quiz-final__slogan {
    font-size: 7.7vw;
  }
}

@media (max-width: 1700px) {
  .about-company__footer {
    max-width: 720px;
    margin-top: 40px;
  }

  .team .container {
    position: static;
  }

  .team__slogan {
    right: 180px;
  }
}

@media (max-width: 1600px) {
  .service-block._left .service-block__slogan {
    top: auto;
    right: -60px;
    bottom: -110px;
    left: auto;
  }

  .service-block._right .service-block__slogan {
    top: auto;
    right: auto;
    bottom: -110px;
    left: -60px;
  }
}

@media (max-width: 1540px) {
  .about-company__slogan {
    display: none;
  }

  .about-company__footer {
    max-width: 100%;
    margin-top: 40px;
  }
}

@media (max-width: 1440px) {
  .nav-menu__item {
    margin-right: 50px;
  }

  .dd-slogan .icon-heart {
    width: 48px !important;
    height: 48px !important;
  }
}

@media (max-width: 1400px) {
  .quiz-final__slogan {
    font-size: 7.9vw;
  }
}

@media (max-width: 1366.98px) {
  .team__slogan {
    display: none;
  }
}

@media (max-width: 1366px) {
  .header__nav {
    margin-right: 100px;
  }

  .nav-menu__link {
    font-size: 1.4rem;
  }

  .logo__image {
    height: 80px;
  }

  .logo__image._small {
    height: 70px;
  }

  .dd-services__item-media {
    left: -100px;
  }

  .root__err404 {
    margin-top: 96px;
  }
}

@media (max-width: 1300px) {
  .quiz-final__slogan {
    font-size: 8.4vw;
  }
}

@media (max-width: 1200px) {
  [data-sal|='fade'] {
    opacity: 1;
  }

  [data-sal|='slide'],
  [data-sal|='zoom'] {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }

  [data-sal|='flip'] {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

@media (max-width: 1199.98px) {
  .block-title {
    padding-left: 20px;
  }

  .block-title._w-dot::before {
    left: 0;
  }

  .footer__slogan {
    padding-left: 30px;
  }

  .footer__slogan .font-caravan {
    font-size: 5.6rem;
  }

  .footer-bottom__content {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .footer-bottom__copyright {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .dd-about__bottom-content {
    display: block;
    padding-top: 50px;
  }

  .dd-about__bottom-text {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .dd-about__bottom-text._first {
    margin-right: 0;
  }

  .quiz .button-svg {
    width: 100%;
  }

  .quiz .button-svg svg {
    width: 100% !important;
  }

  .quiz .button-svg__rect1,
  .quiz .button-svg__rect2 {
    width: 100% !important;
  }

  .quiz-content {
    min-height: auto;
  }

  .quiz-content__col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .quiz-content__label {
    margin-bottom: 30px;
  }

  .quiz-final__form-block {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .stages {
    padding-bottom: 70px;
  }

  .dd-services .button {
    right: 17%;
  }

  .filter-control__inner {
    padding: 0;
  }

  .header-page._breadcrumb {
    padding: 100px 0 110px;
  }

  .p-project__service {
    padding: 120px 0 110px;
  }

  .plans-tabs {
    margin: 0;
  }

  .plans-tabs__content {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .plans-tabs__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    max-width: auto;
    max-width: 100%;
    padding: 0;
  }

  .plans-tabs .swiper-button-prev,
  .plans-tabs .swiper-button-next {
    display: block;
  }

  .plans-container__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 0;
  }

  .plans-container__col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
    padding: 0;
  }

  .about-company__content {
    padding-top: 0;
  }

  .about-company__footer {
    max-width: 100%;
    margin-top: 30px;
  }

  .founder {
    padding: 110px 0 90px;
  }

  .founder__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .founder__media {
    margin-right: 30px;
  }

  .founder__typography * {
    margin-top: 0;
    padding-top: 0;
  }

  .awords {
    margin-bottom: 110px;
    padding-bottom: 80px;
  }

  .awords__head {
    padding-left: 295px;
  }

  .awords__item {
    height: 410px;
  }

  .contacts {
    padding: 110px 0 180px;
  }

  .contacts__media {
    margin-top: -40px;
  }

  .contacts__info {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 310px;
    flex: 0 0 310px;
    max-width: 310px;
  }

  .contacts .button-svg {
    width: 100%;
  }

  .err404__content {
    margin-right: 100px;
    margin-left: auto;
    padding: 110px 0 100px;
  }

  .product-grid__col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .dd-card__title {
    text-transform: uppercase;
  }
}

@media (max-width: 1198.99px) {
  .footer {
    padding: 110px 0 0;
  }

  .dd-about {
    margin-bottom: 90px;
  }

  .dd-services {
    padding: 110px 0;
  }

  .portfolio {
    padding: 110px 0;
  }

  .portfolio__head {
    margin-bottom: 60px;
  }

  .portfolio .product-grid__container {
    margin-bottom: 60px;
  }

  .quiz {
    margin-bottom: 110px;
    padding: 110px 0 0 0;
  }

  .stages__head {
    margin-bottom: 60px;
  }

  .credit {
    margin-bottom: 110px;
    padding-bottom: 70px;
  }

  .credit__head {
    margin-bottom: 40px;
    padding-top: 40px;
  }

  .credit__head-media {
    right: -90px;
  }

  .credit__body-left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 450px;
    flex: 0 0 450px;
    max-width: 450px;
  }

  .credit__body-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 450px;
    flex: 0 0 450px;
    max-width: 450px;
  }

  .reveiws__item {
    width: 100%;
    max-width: 760px;
  }

  .b-feedback {
    padding: 40px 0 15px;
  }

  .b-feedback__form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .home-blog {
    padding: 0 0 85px;
  }

  .home-blog__top {
    padding-top: 110px;
  }

  .home-blog__head {
    margin: 0 auto 40px;
  }

  .home-blog__block-two {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 560px;
    flex: 0 0 560px;
    max-width: 560px;
  }
}

@media (max-width: 1140px) {
  .header__inner {
    padding: 0;
  }

  .header__nav {
    margin-right: 60px;
  }

  .logo__image {
    height: 70px;
  }

  .logo__image._small {
    height: 60px;
  }

  .nav-menu__item {
    margin-right: 40px;
  }

  .nav-menu__link {
    font-size: 1.2rem;
  }

  .header-details__phone {
    font-size: 1.2rem;
  }

  .root__err404 {
    margin-top: 86px;
  }
}

@media (max-width: 1024px) {
  .header-page__slogan .font-caravan {
    font-size: 14.4vw;
  }
}

@media (max-width: 992px) {
  input,
  textarea {
    font-size: 16px;
  }
}

@media (max-width: 991.98px) {
  .nav {
    display: none;
  }

  .header-details {
    display: none;
  }

  .hamburger {
    display: block;
  }

  .art-sites__text {
    font-size: 1.4rem;
    width: 150px;
    margin-right: 25px;
  }

  .quiz-head__logo {
    display: none;
  }

  .tab-grid__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    max-width: 50%;
  }

  .dd-slogan {
    display: none;
  }

  .dd-about__bottom-media {
    max-width: 300px;
    margin-right: 65px;
  }

  .quiz {
    padding-bottom: 80px;
  }

  .quiz-final {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .quiz-final__media {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .quiz-final__form-block {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: -210px;
    margin-right: 60px;
  }

  .quiz-final__info {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 0;
  }

  .quiz-final .quiz-final__slogan {
    font-size: 10.8vw;
    bottom: -30px;
  }

  .credit__head {
    display: block;
  }

  .credit__head-media {
    position: static;
    padding-top: 130px;
  }

  .credit__body {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px 0 20px;
  }

  .credit__body-left,
  .credit__body-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 100%;
    margin: 0 -20px;
  }

  .credit__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 20px;
  }

  .reveiws__item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px;
  }

  .reveiws .swiper-nav__next::before,
  .reveiws .swiper-nav__prev::before {
    display: none;
  }

  .reveiws .swiper-nav__next {
    right: 20px;
  }

  .reveiws .swiper-nav__prev {
    left: 20px;
  }

  .b-feedback__head {
    display: block;
  }

  .home-blog__top {
    overflow: hidden;
  }

  .home-blog__bottom {
    display: block;
  }

  .home-blog__block-two {
    max-width: 100%;
    margin-right: 0;
  }

  .footer-logo {
    margin: 0;
  }

  .footer-widget {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer-main__col {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
  }

  .footer-main__col:nth-child(2n) {
    border-right: none;
  }

  .footer-main__col:nth-child(3n) {
    border-right: 1px solid #000000;
  }

  .footer-main__col._double {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
  }

  .footer__slogan {
    padding-top: 20px;
    padding-bottom: 16px;
    padding-left: 20px;
  }

  .footer__slogan .font-caravan {
    font-size: 6.5rem;
  }

  .footer-bottom {
    font-size: 1.4rem;
  }

  .footer-bottom__copyright {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .dd-services__header {
    padding-bottom: 60px;
  }

  .dd-services__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 80px;
    padding: 0;
    border-bottom: none;
  }

  .dd-services__item-content,
  .dd-services__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 60%;
  }

  .dd-services__item-media {
    position: relative;
    top: auto;
    left: auto;
    visibility: visible;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    height: 100%;
    margin-right: 50px;
    opacity: 1;
  }

  .dd-services__item-expert {
    margin-bottom: 40px;
    margin-left: 0;
  }

  .dd-services .button {
    position: relative;
    top: auto;
    right: auto;
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin-right: 60px;
  }

  .filter-control__button {
    margin: 0 5px;
  }

  .filter-control__button::after {
    display: none;
  }

  .p-project__service {
    padding: 120px 0 90px;
  }

  .project-service__inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .project-service__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 20px;
    padding: 0 20px;
  }

  .p-project__content {
    margin: 0 auto 90px;
  }

  .project-video__head {
    margin: 0 auto 50px;
  }

  .project-video .swiper-nav__prev {
    left: 30px;
  }

  .project-video .swiper-nav__next {
    right: 30px;
  }

  .project-video .swiper-nav__next:hover {
    right: 30px;
  }

  .project-video .swiper-nav__prev:hover {
    left: 30px;
  }

  .project-video .swiper-nav__next:hover::before {
    right: 40px;
  }

  .project-video .swiper-nav__prev:hover::before {
    left: -180px;
  }

  .header-page {
    padding: 180px 0 80px;
  }

  .header-page .block-title {
    font-size: 4.2rem;
  }

  .header-page__company-logo {
    padding-top: 40px;
  }

  .header-page__description {
    padding: 40px 20px 0 40px;
  }

  .header-page .icon-dd {
    width: 165px;
  }

  .service-block {
    margin-bottom: 110px;
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .p-service__feedback {
    margin: 110px 0 110px;
  }

  .service-block .block-title {
    font-size: 3rem;
    margin-bottom: 50px;
  }

  .service-block._left .service-block__col:first-child,
  .service-block._right .service-block__col:last-child {
    padding-right: 30px;
  }

  .service-block._left .service-block__col:last-child,
  .service-block._right .service-block__col:first-child {
    padding-left: 30px;
  }

  .service-block__slogan {
    font-size: 13rem;
  }

  .service-block._left .service-block__slogan {
    right: 0;
    bottom: -90px;
  }

  .service-block._right .service-block__slogan {
    bottom: -85px;
    left: 0;
  }

  .about-company {
    padding: 80px 0 55px;
  }

  .about-company__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 10px;
  }

  .about-company__content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-right: 0;
  }

  .about-company__media img {
    width: 100%;
    height: 100%;
  }

  .about-company__typography {
    padding-bottom: 20px;
  }

  .founder {
    padding: 80px 0 80px;
  }

  .founder__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .founder .block-title {
    margin-right: 0;
  }

  .founder__head-desc {
    margin-top: 10px;
    margin-right: -20px;
  }

  .founder__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 70px;
  }

  .founder__content {
    padding-top: 30px;
    border-top: 1px solid #000000;
    border-left: 0 solid #000000;
  }

  .founder__media {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }

  .founder__media img {
    width: 100%;
    height: 100%;
  }

  .founder__typography {
    margin-left: 0;
  }

  .awords {
    margin-bottom: 80px;
    padding-bottom: 50px;
  }

  .awords__head {
    padding-left: 0;
  }

  .awords__item {
    height: 310px;
  }

  .team__head {
    margin-bottom: 40px;
    padding: 60px 0;
  }

  .team__body {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .team__col._left {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 100% !important;
    flex: 1 1 100% !important;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    max-width: 100% !important;
  }

  .team__col._left .team__typography {
    padding-top: 0 !important;
  }

  .team__col._right {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 100% !important;
    flex: 1 1 100% !important;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    max-width: 100% !important;
  }

  .contacts {
    padding: 160px 0 120px;
  }

  .contacts__inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .contacts__media {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 180px;
    flex: 0 0 180px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    max-width: 180px;
  }

  .contacts__info {
    display: none;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .contacts__feedback {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .err404__content {
    margin: 0 auto;
  }

  .err404__title {
    font-size: 3.8rem;
  }

  .err404__bg {
    display: none;
  }

  .product-grid__container {
    max-width: 760px;
    margin: 0 auto;
    padding: 0 8px;
  }

  .product-grid__col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .dd-card._mobile {
    padding-top: 65.7%;
  }
}

@media (max-width: 768.98px) {
  .p-project__service {
    padding: 90px 0 70px;
  }

  .dd-card._mobile {
    padding-top: calc(65.7% + 100px);
  }

  .dd-card._mobile .dd-card__body {
    height: 140px;
  }
}

@media (max-width: 767.98px) {
  .typography .responsive-iframe iframe {
    width: 100%;
  }

  .post__typography img {
    padding: 0 !important;
  }

  .typography blockquote {
    margin: 6rem 2rem;
  }

  .typography blockquote::before {
    left: -25px;
    width: calc(100% + 50px);
  }

  .typography blockquote::after {
    top: auto;
    bottom: -10px;
    left: -10px;
  }

  .preloader img {
    width: 200px !important;
  }

  .art-sites__text {
    width: 100%;
  }

  .dd-numbers {
    padding-top: 80px !important;
  }

  .dd-about {
    margin-bottom: 60px !important;
  }

  .dd-services,
  .portfolio {
    padding: 80px 0 !important;
  }

  .quiz {
    margin-bottom: 80px;
    padding-top: 80px !important;
    padding-bottom: 40px !important;
  }

  .credit {
    margin-bottom: 80px;
    padding-bottom: 40px;
  }

  .reveiws {
    margin: 0 0 80px 0;
  }

  .home-blog__top {
    padding-top: 80px;
  }

  .home-blog {
    padding: 0 0 55px;
  }

  .footer {
    padding: 60px 0 0;
  }

  .footer-main__col:first-child {
    border-top: none;
  }

  .dd-about__top-block {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .dd-about__top-media {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }

  .dd-about__top-media .image {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: 100%;
  }

  .dd-about__top-content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    padding: 60px 0 30px 0;
  }

  .dd-about__bottom-media {
    display: none;
  }

  .dd-about__bottom-content {
    padding-top: 30px;
  }

  .dd-about__bottom-text {
    padding-bottom: 10px;
  }

  .portfolio-head .container {
    display: block;
  }

  .portfolio-head .block-title {
    margin-bottom: 20px;
  }

  .quiz__head {
    margin-bottom: 40px;
  }

  .quiz .block-title {
    margin-bottom: 20px;
  }

  .quiz-progress {
    margin-bottom: 30px;
  }

  .quiz-progress__title {
    font-size: 2rem;
    margin-bottom: 0;
    border-left: 1px solid #000000;
  }

  .quiz-progress__count {
    font-size: 6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90px;
    flex: 0 0 90px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 90px;
    padding: 6px 0 0 0;
    border-right: none;
  }

  .quiz-progress__count::before,
  .quiz-progress__count::after {
    display: none;
  }

  .quiz-content__block {
    margin: 0;
  }

  .quiz-final__media {
    display: none;
  }

  .quiz-final__form-block {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 30px;
  }

  .quiz-final__info {
    max-width: 100%;
  }

  .quiz-final__slogan {
    display: none;
  }

  .stages__tab-nav .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .stages__tab-button {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    max-width: 100%;
    margin: 14px 0 14px 0;
  }

  .stages__tab-button:first-child {
    margin-top: 0;
  }

  .stages__tab-button:last-child {
    margin-bottom: 0;
  }

  .stages__tab-button:not(:last-child)::after {
    right: 50%;
    bottom: -18px;
  }

  .tab-grid__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    margin: 10px 0;
  }

  .credit__body-left,
  .credit__body-right {
    margin: 0;
  }

  .credit__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    padding: 0;
  }

  .reveiws__head {
    margin-bottom: 45px;
  }

  .reveiws .swiper-nav__next,
  .reveiws .swiper-nav__prev {
    bottom: 62px;
  }

  .reveiws .swiper-nav__prev {
    -webkit-transform: translateY(50%) scale(.8);
    -ms-transform: translateY(50%) scale(.8);
    transform: translateY(50%) scale(.8);
  }

  .reveiws .swiper-nav__prev:hover {
    left: 20px;
  }

  .reveiws .swiper-nav__next {
    -webkit-transform: translateY(50%) scale3d(-.8, .8, .8);
    transform: translateY(50%) scale3d(-.8, .8, .8);
  }

  .reveiws .swiper-nav__next:hover {
    right: 20px;
  }

  .reveiws .swiper-pag {
    padding: 50px 0;
  }

  .reveiws-header__u-name,
  .reveiws-header__u-location {
    font-size: 2rem;
    padding: 16px 24px;
  }

  .reveiws-body {
    margin-bottom: 0;
  }

  .reveiws-body__message._text {
    padding: 60px 30px;
  }

  .reveiws-body__text {
    padding: 0 20px;
  }

  .b-feedback .form__row {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
  }

  .b-feedback__footer {
    display: none;
  }

  .b-feedback .button-svg {
    width: 100%;
  }

  .footer-widget {
    padding: 0;
  }

  .footer-main__col {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    padding: 30px 0;
    border-right: none !important;
  }

  .footer-main__col._double {
    display: none;
  }

  .footer-bottom__content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-bottom__copyright {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }

  .b-feedback {
    padding: 80px 0 55px;
  }

  .b-feedback__inner {
    padding: 0;
  }

  .b-feedback__block-title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    min-width: 100%;
  }

  .header-page__slogan {
    display: none;
  }

  .filter-control__inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .filter-control__button {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    margin: 0 0;
  }

  .service-block {
    margin-bottom: 0;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .service-block__inner {
    display: block;
  }

  .service-block__content {
    margin-bottom: 40px;
  }

  .service-block__slogan {
    font-size: 16rem;
  }

  .service-block._left .service-block__slogan {
    bottom: -60px;
  }

  .service-block._right .service-block__slogan {
    bottom: -60px;
  }

  .service-block._left .service-block__col:first-child,
  .service-block._right .service-block__col:last-child {
    padding-right: 0;
  }

  .service-block._left .service-block__col:last-child,
  .service-block._right .service-block__col:first-child {
    padding-left: 0;
  }

  .service-block._left::before {
    display: none;
  }

  .service-block::after {
    right: 0;
  }

  .header-page__company-logo {
    display: none;
  }

  .header-page__description {
    padding: 40px 00px 0 00px;
  }

  .p-service__feedback {
    margin: 80px 0 80px;
  }

  .awords__item {
    height: 340px;
  }

  .contacts {
    padding: 80px 0 80px;
  }

  .contacts__media {
    display: none;
  }

  .contacts__slogan {
    display: none;
  }

  .contacts-feedback {
    margin-right: auto;
  }

  .contacts-feedback__body {
    max-width: 100%;
  }
}

@media (max-width: 610px) {
  .reveiws__body {
    height: 370px;
  }

  .reveiws-header__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .reveiws-header__u-name {
    border-right: none;
    border-bottom: 1px solid #000000;
  }
}

@media (max-width: 576.98px) {
  .dd-services__item-media {
    height: 200px;
  }

  .dd-services__content.d-services__content-mobile {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 60%;
  }

  .dd-services__item-title {
    display: none;
  }

  .dd-services__content.d-services__content-mobile .dd-services__item-title {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    margin: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .dd-services__content.d-services__content-laptop {
    display: block;
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
    margin-top: 30px;
  }

  .dd-services__item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .dd-services__item-content.d-services__content-laptop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 100%;
  }

  .dd-services__item .dd-services__item-media {
    width: 25%;
  }

  .dd-services__item-content.d-services__content-laptop {
    margin-top: 30px;
  }

  .button-quiz {
    height: 52px;
  }
}

@media (max-width: 575.98px) {
  .portfolio__head {
    margin-bottom: 40px;
  }

  .portfolio .button-more__circle {
    display: none;
  }

  .quiz-content__block {
    margin: 0 -15px;
  }

  .quiz-content__media {
    height: 235px;
  }

  .quiz-final {
    padding: 0 15px;
  }

  .credit::before {
    top: 0;
    height: 100%;
  }

  .stages {
    padding-bottom: 80px;
  }

  .credit__head {
    padding-top: 80px;
  }

  .credit__head-media {
    padding-top: 0;
  }

  .reveiws-header__u-name,
  .reveiws-header__u-location {
    font-size: 1.8rem;
    padding: 14px 24px;
  }

  .filter-content .button-more__circle {
    display: none;
  }

  .project-service__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 100%;
    margin-bottom: 40px;
  }

  .project-nav {
    padding: 50px 0;
  }

  .project-nav .button-more__circle {
    display: none;
  }

  .project-nav .button-more,
  .project-nav .project-nav__item._next .project-nav__name {
    padding-right: 0;
  }

  .project-nav .project-nav__item._next .project-nav__name {
    text-align: right;
  }

  .project-nav .project-nav__item._prev .button-more,
  .project-nav .project-nav__item._prev .project-nav__name {
    padding-left: 0;
  }

  .project-nav__item._prev {
    margin-right: 20px;
  }

  .project-nav__item._next {
    padding-right: 0;
  }

  .project-nav__item._prev {
    padding-left: 0;
  }

  .team__head ._lines-t-b::after {
    width: 72%;
  }

  .err404__content {
    padding: 80px 0;
  }

  .err404__num {
    font-size: 36vw;
  }

  .dd-card._mobile .dd-card__body {
    height: auto;
  }

  .dd-card__title {
    font-size: 2.4rem;
    margin-bottom: 0;
  }

  .dd-card__body-inner {
    margin: 10px 0 10px;
  }
}

@media (max-width: 520px) {
  .textarea-dd + label {
    width: 100%;
    white-space: normal;
  }

  .textarea-dd + label span {
    font-size: 1.6rem;
  }

  .textarea-dd + label span br {
    display: none;
  }
}

@media (max-width: 480.98px) {
  .dd-services__content.d-services__content-mobile {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }

  .dd-services__item-media {
    height: 185px;
  }

  .dd-services__item-title {
    line-height: 1.3;
  }
}

@media (max-width: 475.98px) {
  .quiz-content__col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .reveiws__item {
    padding: 0 15px;
  }

  .reveiws-body__message._text {
    padding: 40px 20px;
  }

  .reveiws-body__text {
    font-size: 1.4rem;
    padding: 0 10px;
  }

  .filter-content .button-svg {
    width: calc(100% - 30px);
  }

  .project-video__player {
    height: 360px;
  }

  .project-video .swiper-pag {
    margin-top: 0;
    padding: 50px 0;
  }

  .project-video .swiper-nav__prev,
  .project-video .swiper-nav__next {
    bottom: 60px;
  }

  .project-video .swiper-nav__prev::before,
  .project-video .swiper-nav__next::before {
    display: none;
  }

  .project-video .swiper-nav__prev {
    -webkit-transform: translateY(50%) scale(.8);
    -ms-transform: translateY(50%) scale(.8);
    transform: translateY(50%) scale(.8);
  }

  .project-video .swiper-nav__next {
    -webkit-transform: translateY(50%) scale3d(-.8, .8, 1);
    transform: translateY(50%) scale3d(-.8, .8, 1);
  }

  .founder__head {
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-flex-align: start;
  }

  .awords__body {
    max-width: 320px;
    margin: 0 auto;
  }

  .awords__item {
    height: 390px;
  }

  .modal {
    padding: 60px 40px;
  }

  .modal__title {
    font-size: 2.4rem;
    line-height: 3rem;
  }

  .dd-card._mobile {
    padding-top: calc(90% + 100px);
  }

  .dd-card__body::before {
    opacity: .75;
  }

  .dd-card.dd-card__title {
    opacity: 1;
  }

  .dd-card .dd-card__meta-list,
  .dd-card .dd-card__category {
    display: none;
  }

  .dd-card__title {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }

  .dd-card .button-more {
    top: 0;
    opacity: 1;
  }

  .dd-card__body {
    top: inherit;
    bottom: 0;
    height: auto;
  }

  .dd-card__body-inner {
    padding-bottom: 20px;
  }
}

@media (max-width: 475px) {
  .block-title {
    font-size: 3.2rem;
    line-height: 1.2;
  }
}

@media (max-width: 414.98px) {
  .heading-title {
    font-size: 2.6rem;
    line-height: 4.2rem;
  }

  .quiz-progress__count {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    max-width: 50px;
  }

  .quiz-progress__title {
    padding-left: 20px;
  }

  .team__head div {
    display: none;
  }

  .team__head {
    padding: 0;
  }

  .team .block-title {
    margin-top: 15px;
    margin-left: 0;
  }

  .err404__title {
    font-size: 3.4rem;
  }

  .err404__num {
    font-size: 40vw;
  }

  .err404 .button-svg {
    width: 100%;
    max-width: 350px;
  }

  .portfolio .button-svg {
    width: calc(100% - 30px);
  }
}

@media (max-width: 400px) {
  .textarea-dd + label span {
    font-size: 1.4rem !important;
  }
}

@media (max-width: 350.98px) {
  .dd-services__item-media {
    height: 125px;
  }

  .dd-services__content.d-services__content-mobile {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 57%;
    flex: 0 0 57%;
  }

  .dd-services__item-media {
    margin-right: 40px;
  }
}