/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.slick-slide img {
  display: block;
}

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

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

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

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

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

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

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

* {
  margin: 0;
  padding: 0;
}

ul, li {
  list-style: none;
}

a {
  text-decoration: none;
}

a:focus {
  outline: none;
}

body {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  color: #8C8C8C;
  background-color: #fff;
}

.no-scroll {
  overflow: hidden;
}

.container {
  width: 100%;
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
}

.header__scrolled {
  opacity: 1;
  background-color: #4e3427;
  -webkit-transition: all .9s linear;
  -o-transition: all .9s linear;
  transition: all .9s linear;
}

.btn {
  font-family: "Raleway", sans-serif;
  display: inline-block;
  font-weight: 800;
  font-size: 14px;
  line-height: 23px;
  color: #ffffff;
  background-color: #998675;
  -webkit-box-shadow: inset 0 -3px #736357;
          box-shadow: inset 0 -3px #736357;
  border-radius: 3px;
  padding: 17px 40px;
  -webkit-transition: opacity .2s ease;
  -o-transition: opacity .2s ease;
  transition: opacity .2s ease;
  -webkit-transition: -webkit-box-shadow .2 linear;
  transition: -webkit-box-shadow .2 linear;
  -o-transition: box-shadow .2 linear;
  transition: box-shadow .2 linear;
  transition: box-shadow .2 linear, -webkit-box-shadow .2 linear;
}

.btn:hover {
  opacity: 0.9;
}

.btn:active {
  -webkit-box-shadow: inset 0 -1px #736357;
          box-shadow: inset 0 -1px #736357;
}

.promo {
  text-align: center;
  width: 70%;
  margin: 0 auto;
}

.main__title {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 20px;
  color: #555555;
}

.main__subtitle {
  font-size: 16px;
  line-height: 28px;
}

.header {
  padding: 8px 0;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
}

.header::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(#211b19), to(#4e3427));
  background-image: -o-linear-gradient(left, #211b19, #4e3427);
  background-image: linear-gradient(to right, #211b19, #4e3427);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
  display: none;
}

.header__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__burger {
  display: none;
}

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

.header__menu .header__list li {
  line-height: 17px;
  margin-left: 30px;
}

.header__menu .header__list li a {
  display: inline-block;
  color: #fff;
  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}

.header__menu .header__list li a:focus {
  outline: none;
}

.header__menu .header__list li a:hover {
  color: #C7B299;
}

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

.header__icons-menu {
  padding-top: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__icons-menu .header__icon-cart {
  margin-right: 30px;
}

.intro {
  position: relative;
}

._intro {
  position: relative;
}

.intro_1 {
  background: url("../img/intro-bg.jpg") no-repeat center fixed;
  background-size: cover;
  width: 100%;
  height: 100vh;
  max-height: 1024px;
}

.intro_2 {
  background: url("../img/intro-bg.jpg") no-repeat center fixed;
  background-size: cover;
  width: 100%;
  height: 100vh;
  max-height: 1024px;
}

.intro_3 {
  background: url("../img/intro-bg.jpg") no-repeat center fixed;
  background-size: cover;
  width: 100%;
  height: 100vh;
  max-height: 1024px;
}

.intro__slaider .slick-arrow {
  cursor: pointer;
  font-size: 0;
  border: 0;
  background: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
}

.intro__slaider .slick-arrow:focus {
  outline: none;
}

.intro__slaider .slick-arrow.slick-prev {
  left: 150px;
  background: url("../img/svg/arrow-left.svg");
  background-repeat: no-repeat;
  width: 40px;
  height: 73px;
}

.intro__slaider .slick-arrow.slick-next {
  right: 150px;
  background: url("../img/svg/arrow-right.svg");
  background-repeat: no-repeat;
  width: 40px;
  height: 73px;
}

.intro__slaider-dots {
  position: absolute;
  bottom: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.intro__slaider-dots li {
  margin-right: 10px;
}

.intro__slaider-dots li:last-child {
  margin-right: 0;
}

.intro__slaider-dots button {
  font-size: 0;
  border: none;
  background-color: none;
  height: 10px;
  width: 10px;
  background: rgba(160, 161, 166, 0.4);
  border-radius: 50%;
  cursor: pointer;
}

.intro__slaider-dots button:focus {
  outline: none;
}

.intro__slaider-dots .slick-active button {
  width: 16px;
  height: 16px;
  background: transparent;
  border: 2px solid #D3C1AD;
}

.intro__slaider-dots .slick-active button:focus {
  outline: none;
}

.intro__content {
  width: 50%;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.intro__content .intro__content-title {
  font-family: "Raleway", sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 43px;
  color: #FFFFFF;
  margin-bottom: 4px;
}

.intro__content .intro__content-main-title {
  font-weight: 800;
  font-family: "Raleway", sans-serif;
  font-size: 52px;
  line-height: 62px;
  color: #fff;
  margin-bottom: 15px;
}

.intro__content .intro__content-subtitle {
  color: #FFFFFF;
  font-size: 16px;
  max-width: 570px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 50px;
}

.tools {
  padding: 80px 0;
}

.tools__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.tools__box .tools__item {
  position: relative;
  width: 23%;
  text-align: center;
  padding-bottom: 30px;
  cursor: pointer;
}

.tools__box .tools__item::after {
  content: "";
  height: 3px;
  width: 26%;
  background: #F1EEE9;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.tools__box .tools__item .tools__title {
  font-size: 22px;
  font-weight: 600;
  font-family: "Raleway", sans-serif;
  line-height: 26px;
  margin-bottom: 16px;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.tools__box .tools__item:hover .tools__title {
  color: #C7B299;
}

.tools__box .tools__item:hover::after {
  background: #C7B299;
}

.tools__box .tools__item:hover .tools__icon svg {
  fill: #C7B299;
}

.tools__icon {
  width: 45px;
  height: 45px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.tools__icon svg {
  width: 100%;
  height: 100%;
  fill: #555;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.ideas {
  background-color: #fbfaf8;
  padding-top: 77px;
}

.ideas__promo {
  margin-bottom: 120px;
}

.ideas__box-photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
}

.ideas__box-photo .ideas__item-photo-left {
  width: 770px;
  height: 400px;
}

.ideas__box-photo .ideas__item-photo-left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.ideas__box-photo .ideas__item-photo-right {
  width: 770px;
  height: 400px;
}

.ideas__box-photo .ideas__item-photo-right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.ideas__box-photo .ideas__item-photo-center {
  width: 770px;
  height: 482px;
  position: absolute;
  left: 50%;
  bottom: 0px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.ideas__box-photo .ideas__item-photo-center img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.purchase {
  padding: 50px 0;
  background-image: -webkit-linear-gradient(0deg, #211b19 0%, #4e3427 100%);
}

.purchase__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.purchase__title {
  font-size: 28px;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  line-height: 33px;
  color: #fff;
  margin-bottom: 4px;
}

.purchase__title span {
  color: #C7B299;
}

.purchase__subtitle {
  font-size: 18px;
  line-height: 21px;
  color: #615855;
}

.project {
  padding-top: 75px;
  padding-bottom: 80px;
}

.project__promo {
  margin-bottom: 36px;
}

.project__menu {
  margin-bottom: 40px;
}

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

.project__list li {
  margin-right: 10px;
}

.project__list li:last-child {
  margin-right: 0;
}

.project__list li a {
  display: inline-block;
  font-size: 14px;
  line-height: 21px;
  color: #8C8C8C;
  border: 1px solid #ebebeb;
  border-radius: 3px;
  padding: 7px 24px;
}

.project__list li a.proj-active {
  background-color: #998675;
  color: #fff;
}

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

.project__item {
  width: 30.888%;
  margin-bottom: 25px;
}

.project__item .project__item-img {
  position: relative;
}

.project__item .project__item-img img {
  width: 100%;
  height: 100%;
}

.project__item .project__item-img::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

.project__item .project__item-img .prj__icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

.project__item .project__item-img .prj__icon .prj__icon-1 {
  display: inline-block;
  margin-right: 30px;
  cursor: pointer;
}

.project__item .project__item-img .prj__icon .prj__icon-1 svg {
  fill: #fff;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}

.project__item .project__item-img .prj__icon .prj__icon-1:hover svg {
  fill: #C7B299;
}

.project__item .project__item-img .prj__icon .prj__icon-2 {
  display: inline-block;
  cursor: pointer;
}

.project__item .project__item-img .prj__icon .prj__icon-2 svg {
  fill: #fff;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}

.project__item .project__item-img .prj__icon .prj__icon-2:hover svg {
  fill: #C7B299;
}

.project__item .project__item-info {
  padding: 20px 30px 21px 26px;
  background: #FBFAF8;
  position: relative;
  top: -8px;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

.project__item .project__item-info .project__info-title {
  font-family: "Raleway", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  color: #C7B299;
  cursor: pointer;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

.project__item .project__item-info .project__info-subtitle {
  line-height: 20px;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

.project__item .project__item-info::before {
  content: "";
  position: absolute;
  left: 20px;
  top: -6px;
  width: 15px;
  height: 15px;
  background: #FBFAF8;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.project__item:hover .project__item-info {
  background: #362F2D;
}

.project__item:hover .project__info-title {
  color: #fff;
}

.project__item:hover .project__info-subtitle {
  color: #C7B299;
}

.project__item:hover .project__item-info::before {
  background: #362F2D;
}

.project__item:hover .project__item-img::before {
  opacity: 1;
}

.project__item:hover .project__item-img .prj__icon {
  opacity: 1;
}

.prj__btn {
  text-align: center;
  padding-top: 10px;
}

.video {
  background-image: url("../img/video-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  min-height: 705px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.video__content {
  text-align: center;
  width: 48%;
  margin: 0 auto;
}

.video__content .circle {
  width: 100px;
  height: 100px;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
  cursor: pointer;
  margin-bottom: 38px;
}

.video__content .circle svg {
  fill: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}

.video__content .circle:hover svg {
  fill: #C7B299;
}

.video__content .video__title {
  font-family: "Raleway", sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 36px;
  color: #fff;
  margin-bottom: 10px;
}

.video__content .video__subtitle {
  font-size: 16px;
  line-height: 28px;
  color: #fff;
  margin-bottom: 30px;
}

.video__content .video__time {
  color: #C7B299;
}

.mobile {
  padding-top: 80px;
  background-color: #fbfaf8;
}

.mobile__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mobile__box .mobile__item-phone {
  width: 423px;
  height: 616px;
}

.mobile__box .mobile__item-phone img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.mobile__box .mobile__item-content {
  width: 58%;
}

.mobile__box .mobile__item-content .mobile__content-title {
  font-family: "Raleway", sans-serif;
  font-size: 30px;
  margin-bottom: 30px;
  font-weight: 600;
  color: #555555;
}

.mobile__box .mobile__item-content .mobile__content-text {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 30px;
}

.mobile__box .mobile__item-content .mobile__content-tezu {
  padding-left: 50px;
}

.mobile__box .mobile__item-content .mobile__content-tezu .teza {
  padding-left: 50px;
  position: relative;
  margin-bottom: 15px;
}

.mobile__box .mobile__item-content .mobile__content-tezu .teza .teza__arrow {
  position: absolute;
  left: 0;
  top: 0;
}

.mobile__box .mobile__item-content .mobile__content-tezu .teza .teza__text {
  font-size: 16px;
}

.case {
  background-image: -webkit-linear-gradient(0deg, #211b19 0%, #4e3427 100%);
  padding: 70px 0 60px;
}

.case__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.case__box .case__item {
  width: 14.6%;
  text-align: center;
  position: relative;
}

.case__box .case__item .case__icon {
  margin-bottom: 12px;
}

.case__box .case__item .case__static {
  font-size: 48px;
  color: #fff;
  line-height: 36px;
  margin-bottom: 5px;
}

.case__box .case__item .case__title {
  line-height: 20px;
  color: #C7B299;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.case__box .case__item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 2px;
  width: 18%;
  background-color: #fff;
}

.recent {
  padding-top: 75px;
  padding-bottom: 80px;
}

.container__recent {
  padding: 0;
}

.recent__promo {
  margin-bottom: 35px;
}

.recent__slaider {
  padding: 0 15px;
}

.recent__slaider .slick-list {
  overflow: hidden;
}

.recent__slaider .slick-slide {
  margin: 0 15px;
}

.recent__slaider .slick-list {
  margin: 0 -15px;
}

.recent__item {
  border: 1px solid #f8f8f8;
}

.recent__item .recent__img {
  position: relative;
}

.recent__item .recent__img img {
  width: 100%;
  height: 100%;
}

.recent__item .recent__img::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

.recent__item .recent__date {
  display: inline-block;
  text-align: center;
  position: absolute;
  left: 15px;
  top: 15px;
  z-index: 3;
}

.recent__item .recent__date .recent__chislo {
  background-color: #363636;
  padding: 8px 10px 6px;
  border-radius: 3px 3px 0px 0px;
  font-size: 24px;
  line-height: 20px;
  color: #fff;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

.recent__item .recent__date .recent__month {
  background-color: #252525;
  border-radius: 0 0 3px 3px;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  line-height: 20px;
  padding: 3px 0 3px;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

.recent__item .recent__info {
  position: relative;
  z-index: 3;
  background-color: #fff;
  padding: 20px 21px 21px 21px;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

.recent__item .recent__info-title {
  font-weight: 500;
  font-family: "Raleway", sans-serif;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 15px;
  color: #555555;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  cursor: pointer;
}

.recent__item .recent__info-subtitle {
  line-height: 22px;
  margin-bottom: 20px;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

.recent__item .recent__info-link a {
  display: inline-block;
  color: #C7B299;
  line-height: 20px;
  padding-right: 14px;
  position: relative;
}

.recent__item .recent__info-link a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 8px;
  width: 5px;
  height: 8px;
  background-image: url("../img/svg/arr-readmore.svg");
  background-repeat: no-repeat;
}

.recent__item:hover .recent__chislo {
  background-color: #C7B299;
}

.recent__item:hover .recent__month {
  background-color: #A48D72;
}

.recent__item:hover .recent__img::before {
  opacity: 1;
}

.recent__item:hover .recent__info {
  background-color: #362F2D;
}

.recent__item:hover .recent__info-title {
  color: #C7B299;
}

.recent__item:hover .recent__info-subtitle {
  color: #fff;
}

.recent__arrows {
  margin-top: 40px;
  text-align: center;
}

.recent__arrows .slick-arrow {
  border: none;
  background: none;
  font-size: 0;
  width: 22px;
  height: 22px;
  cursor: pointer;
}

.recent__arrows .slick-arrow:focus {
  outline: none;
}

.recent__arrows .slick-arrow.slick-prev {
  background-image: url("../img/svg/right.svg");
  background-repeat: no-repeat;
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
  margin-right: 8px;
}

.recent__arrows .slick-arrow.slick-prev:hover {
  background-image: url("../img/svg/left.svg");
  background-repeat: no-repeat;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

.recent__arrows .slick-arrow.slick-next {
  background-image: url("../img/svg/right.svg");
  background-repeat: no-repeat;
}

.recent__arrows .slick-arrow.slick-next:hover {
  background-image: url("../img/svg/left.svg");
  background-repeat: no-repeat;
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.logos {
  background-image: url("../img/logos-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  min-height: 489px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.logos__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.logos__box .logos__item {
  width: 20%;
}

.footer {
  background-color: #191919;
  padding-top: 102px;
  padding-bottom: 55px;
}

.footer__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.footer__item {
  width: 23%;
}

.footer__item .footer__logo {
  margin-bottom: 27px;
}

.footer__item .footer__readmore a {
  display: inline-block;
  color: #D1D1D1;
  line-height: 20px;
  font-size: 14px;
  padding-right: 14px;
  position: relative;
}

.footer__item .footer__readmore a::after {
  content: "";
  background-image: url("../img/svg/arrow-readmore-white.svg");
  background-repeat: no-repeat;
  width: 5px;
  height: 8px;
  position: absolute;
  right: 0;
  top: 8px;
}

.footer__text-one {
  margin-bottom: 20px;
  color: #555555;
}

.footer__one {
  margin-top: -30px;
}

.footer__title {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  line-height: 28px;
  font-size: 24px;
  color: #fff;
}

.footer__date {
  font-size: 12px;
  line-height: 20px;
}

.footer__two .footer__two-title {
  margin-bottom: 20px;
}

.footer__two .footer__block-1 {
  border-bottom: 1px solid #707070;
}

.footer__two .footer__block-1 .date-1 {
  color: #363636;
  margin-bottom: 6px;
}

.footer__two .footer__block-1 .footer__text-two {
  line-height: 20px;
  padding-bottom: 16px;
  color: #555555;
}

.footer__two .footer__block-2 {
  padding-top: 18px;
  padding-bottom: 20px;
  border-bottom: 1px solid #707070;
}

.footer__two .footer__block-2 .date-2 {
  color: #fff;
  margin-bottom: 5px;
}

.footer__two .footer__block-2 .two-color {
  color: #C7B299;
}

.footer__two .footer__block-3 {
  padding-top: 17px;
}

.footer__two .footer__block-3 .date-3 {
  color: #363636;
  margin-bottom: 6px;
}

.footer__two .footer__block-3 .footer__text-three {
  line-height: 20px;
  color: #555555;
}

.footer__three .footer__three-title {
  margin-bottom: 20px;
}

.footer__three-inner {
  padding-bottom: 20px;
  border-bottom: 1px solid #707070;
  margin-bottom: 16px;
}

.footer__three-inner:last-child {
  border-bottom: none;
}

.footer__three-inner .footer__inner-text {
  line-height: 20px;
  margin-bottom: 6px;
  color: #555555;
}

.footer__three-inner .footer__inner-text a {
  color: #00BFF3;
}

.footer__three-inner .footer__inner-time {
  font-size: 12px;
  line-height: 20px;
  color: #363636;
}

.footer__four .footer__four-title {
  margin-bottom: 20px;
}

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

.footer__four-box .footer__four-item {
  width: 48%;
  margin-right: 5px;
  margin-bottom: 10px;
}

.footer__four-box .footer__four-item:nth-child(2n) {
  margin-right: 0;
}

.footer__four-box .footer__four-item img {
  width: 100%;
  height: 100%;
}

.footer__down {
  background-color: #111111;
  padding: 42px 0 46px;
}

.footer__down-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #505050;
  font-size: 13px;
  line-height: 20px;
}

.footer__down-box .span-white {
  color: #959595;
}

.footer__down-box .span-zol {
  color: #c7b299;
}

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

.footer__down-box .down__item {
  cursor: pointer;
  padding-right: 12px;
  margin-right: 12px;
  position: relative;
}

.footer__down-box .down__item::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #252525;
}

.footer__down-box .down__item:last-child::after {
  display: none;
}

@media (max-width: 1440px) {
  .intro__slaider .slick-arrow.slick-next {
    right: 50px;
  }
  .intro__slaider .slick-arrow.slick-prev {
    left: 50px;
  }
}

@media (max-width: 1170px) {
  .intro__slaider .slick-arrow.slick-next {
    right: 20px;
  }
  .intro__slaider .slick-arrow.slick-prev {
    left: 20px;
  }
  .header__logo img {
    width: 90%;
    height: 90%;
  }
  .intro__content .intro__content-title {
    font-size: 33px;
  }
  .intro__content .intro__content-main-title {
    font-size: 48px;
  }
}

@media (max-width: 1100px) {
  .intro__slaider .slick-arrow.slick-next {
    right: 15px;
  }
  .intro__slaider .slick-arrow.slick-prev {
    left: 15px;
  }
  .intro__content .intro__content-title {
    font-size: 30px;
  }
  .intro__content .intro__content-main-title {
    font-size: 43px;
  }
  .tools {
    padding: 60px 0;
  }
  .tools__box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .tools__box .tools__item {
    width: 35%;
    margin-right: 70px;
    margin-bottom: 40px;
  }
  .tools__box .tools__item:nth-child(2n) {
    margin-right: 0;
  }
}

@media (max-width: 1040px) {
  .header__icons-menu {
    display: none;
  }
  .recent {
    padding-top: 55px;
    padding-bottom: 55px;
  }
  .recent__arrows {
    margin-top: 20px;
  }
  .logos {
    padding: 60px 0;
  }
  .logos__box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .logos__box .logos__item {
    margin-bottom: 60px;
    width: 40%;
    text-align: center;
  }
  .logos__box .logos__item:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 970px) {
  .intro__slaider .slick-arrow.slick-next {
    right: 10px;
  }
  .intro__slaider .slick-arrow.slick-prev {
    left: 10px;
  }
  .intro__content .intro__content-title {
    font-size: 27px;
    margin-bottom: 0;
  }
  .intro__content .intro__content-main-title {
    font-size: 40px;
    margin-bottom: 8px;
  }
  .intro__content .intro__content-subtitle {
    font-size: 15px;
  }
  .promo {
    width: 80%;
  }
}

@media (max-width: 960px) {
  .case {
    padding: 60px 0 40px;
  }
  .case__box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .case__box .case__item {
    width: 30%;
    margin-bottom: 30px;
  }
}

@media (max-width: 930px) {
  .ideas__box-photo .ideas__item-photo-center {
    width: 60%;
    height: auto;
    position: absolute;
    bottom: -8px;
  }
  .ideas__box-photo .ideas__item-photo-right {
    width: 50%;
    height: auto;
  }
  .ideas__box-photo .ideas__item-photo-left {
    width: 50%;
    height: auto;
  }
  .project__item {
    width: 45%;
    margin-bottom: 25px;
    margin-right: 20px;
  }
  .project__item:nth-child(2n) {
    margin-right: 0;
  }
  .project__box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 900px) {
  .header__icons-menu {
    display: block;
  }
  .header {
    padding: 0;
    background-color: #4e3427;
  }
  .header__box {
    position: relative;
    padding: 10px 0;
    z-index: 15;
  }
  .header__box::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #4e3427;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 8;
  }
  .header__burger {
    display: block;
    position: relative;
    width: 30px;
    height: 20px;
    z-index: 23;
  }
  .header__burger span {
    background-color: #fff;
    height: 2px;
    width: 100%;
    position: absolute;
    top: 9px;
    left: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
  }
  .header__burger::before,
  .header__burger::after {
    content: "";
    background-color: #fff;
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
  }
  .header__burger::before {
    top: 0;
  }
  .header__burger::after {
    bottom: 0;
  }
  .header__burger.active span {
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
  }
  .header__burger.active::before {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 9px;
  }
  .header__burger.active::after {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    bottom: 9px;
  }
  .header__logo {
    position: relative;
    z-index: 23;
  }
  .header__icons-menu {
    position: relative;
    z-index: 23;
  }
  .header__icons-menu .header__icon-cart {
    display: none;
  }
  .header__menu {
    position: fixed;
    top: 0;
    left: -100%;
    z-index: 5;
    width: 100%;
    height: 100%;
    background-color: #4e3427;
    overflow: auto;
    padding: 120px 10px 0px 65px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
  }
  .header__menu .header__list {
    display: block;
  }
  .header__menu .header__list li {
    margin-left: 0;
    font-size: 50px;
    font-weight: 500;
    margin-bottom: 80px;
  }
  .header__menu .header__list li:last-child {
    margin-bottom: 40px;
  }
  .header__menu.active {
    left: 0;
  }
  .intro__slaider .slick-arrow.slick-next {
    right: 5px;
  }
  .intro__slaider .slick-arrow.slick-prev {
    left: 5px;
  }
  .intro__content .intro__content-title {
    font-size: 25px;
    margin-bottom: 0;
  }
  .intro__content .intro__content-main-title {
    font-size: 36px;
    margin-bottom: 6px;
  }
  .intro__content {
    width: 70%;
  }
}

@media (max-width: 880px) {
  .footer {
    padding-top: 60px;
    padding-bottom: 0px;
  }
  .footer__box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer__item {
    width: 48%;
    margin-bottom: 60px;
  }
}

@media (max-width: 850px) {
  .footer__down {
    padding: 30px 0 30px;
  }
  .footer__down-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
  .footer__down-box .footer__down-item {
    width: 100%;
    margin-bottom: 20px;
  }
  .footer__down-box .footer__down-item:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 840px) {
  .promo {
    width: 90%;
  }
}

@media (max-width: 830px) {
  .purchase__title {
    font-size: 24px;
  }
  .purchase__subtitle {
    font-size: 16px;
  }
  .video__content {
    width: 70%;
  }
}

@media (max-width: 800px) {
  .mobile__box .mobile__item-content {
    width: 65%;
  }
  .mobile__box .mobile__item-phone {
    width: 60%;
    height: auto;
  }
}

@media (max-width: 750px) {
  .purchase__title {
    font-size: 23px;
  }
  .purchase__subtitle {
    font-size: 15px;
  }
  .purchase__btn .btn {
    font-size: 12px;
  }
}

@media (max-width: 730px) {
  .tools {
    padding: 50px 0;
  }
  .tools__box .tools__item {
    width: 45%;
    margin-right: 50px;
  }
  .ideas__box-photo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .ideas__box-photo .ideas__item-photo-left {
    width: 100%;
    height: auto;
  }
  .ideas__box-photo .ideas__item-photo-right {
    width: 100%;
    height: auto;
  }
  .ideas__box-photo .ideas__item-photo-center {
    width: 100%;
    height: auto;
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  .ideas__promo {
    margin-bottom: 30px;
  }
  .ideas {
    padding-top: 60px;
  }
}

@media (max-width: 700px) {
  .purchase__title {
    font-size: 21px;
  }
  .purchase__subtitle {
    font-size: 14px;
  }
  .purchase__btn .btn {
    font-size: 12px;
    padding: 12px 20px;
  }
  .project__item {
    width: 95%;
    margin-bottom: 25px;
    margin-right: 0px;
  }
  .project__list li {
    margin-right: 15px;
    margin-bottom: 15px;
    width: 40%;
    text-align: center;
  }
  .project__list li:nth-child(2n) {
    margin-right: 0;
  }
  .project__list li a {
    width: 100%;
  }
  .project__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .logos__box .logos__item {
    width: 50%;
    text-align: center;
  }
}

@media (max-width: 680px) {
  .intro__content {
    width: 85%;
  }
}

@media (max-width: 600px) {
  .purchase__title {
    font-size: 20px;
    margin-bottom: 0;
  }
  .purchase__subtitle {
    font-size: 13px;
  }
  .purchase__btn .btn {
    font-size: 10px;
    padding: 12px 20px;
  }
  .mobile {
    padding-top: 30px;
  }
  .mobile__box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .mobile__box .mobile__item-phone {
    margin-bottom: 20px;
    width: 60%;
  }
  .mobile__box .mobile__item-content {
    width: 95%;
  }
}

@media (max-width: 590px) {
  .main__title {
    font-size: 27px;
    line-height: 30px;
    margin-bottom: 15px;
  }
  .main__subtitle {
    font-size: 15px;
    line-height: 26px;
  }
  .promo {
    width: 95%;
  }
  .video__content {
    width: 90%;
  }
}

@media (max-width: 570px) {
  .tools {
    padding-top: 50px;
    padding-bottom: 35px;
  }
  .tools__box .tools__item {
    width: 55%;
    margin-right: 0px;
    margin-bottom: 40px;
  }
  .case {
    padding: 60px 0 30px;
  }
  .case__box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .case__box .case__item {
    width: 45%;
    margin-bottom: 40px;
  }
}

@media (max-width: 560px) {
  .intro__content {
    width: 95%;
  }
  .footer__box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer__item {
    width: 70%;
    margin-bottom: 40px;
  }
  .footer__two .footer__two-title {
    margin-bottom: 5px;
  }
  .footer__item .footer__logo {
    margin-bottom: 10px;
  }
  .footer__three .footer__three-title {
    margin-bottom: 5px;
  }
  .footer__three-inner {
    margin-bottom: 0px;
  }
}

@media (max-width: 550px) {
  .purchase__title {
    font-size: 19px;
    margin-bottom: 0;
  }
  .purchase__subtitle {
    font-size: 12px;
  }
  .purchase__btn .btn {
    font-size: 10px;
    padding: 8px 12px;
  }
  .project {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .project__list li {
    width: 45%;
  }
  .recent {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media (max-width: 530px) {
  .logos__box .logos__item {
    width: 100%;
  }
}

@media (max-width: 505px) {
  .main__title {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .main__subtitle {
    font-size: 14px;
    line-height: 26px;
  }
  .purchase__box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .purchase__box .purchase__item-text {
    width: 80%;
    margin-bottom: 20px;
  }
  .purchase__box .purchase__btn .btn {
    font-size: 14px;
    padding: 11px 22px;
  }
}

@media (max-width: 500px) {
  .intro__content {
    width: 97%;
  }
  .intro__content .intro__content-main-title {
    font-size: 33px;
    margin-bottom: 1px;
  }
  .intro__content .intro__content-title {
    font-size: 22px;
    margin-bottom: 0;
    line-height: 20px;
  }
  .intro__content .intro__content-subtitle {
    font-size: 14px;
    margin-bottom: 40px;
  }
  .header__menu {
    padding-left: 50px;
    padding-top: 100px;
  }
  .header__menu .header__list li {
    font-size: 36px;
    margin-bottom: 60px;
  }
  .tools__box .tools__item {
    width: 70%;
    margin-bottom: 40px;
  }
  .project__item {
    width: 100%;
  }
  .mobile__box .mobile__item-phone {
    width: 70%;
  }
  .mobile__box .mobile__item-content .mobile__content-title {
    font-size: 28px;
    margin-bottom: 15px;
  }
  .mobile__box .mobile__item-content .mobile__content-tezu {
    padding-left: 20px;
  }
}

@media (max-width: 460px) {
  .video__content .video__title {
    font-size: 26px;
  }
  .video__content .video__subtitle {
    font-size: 15px;
  }
  .footer__item {
    width: 85%;
  }
  .footer__down {
    padding: 30px 0 20px;
  }
  .footer__down-box .footer__down-item {
    margin-bottom: 0px;
  }
  .footer__down-box .down__item {
    width: 100%;
    margin-right: 0;
    padding-right: 0;
    margin-bottom: 10px;
  }
  .footer__down-box .down__item::after {
    display: none;
  }
}

@media (max-width: 450px) {
  .case {
    padding: 60px 0 20px;
  }
  .case__box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .case__box .case__item {
    width: 45%;
    margin-right: 15px;
    margin-bottom: 40px;
  }
  .case__box .case__item:nth-child(2n) {
    margin-right: 0;
  }
}

@media (max-width: 420px) {
  .purchase__box .purchase__item-text {
    width: 90%;
    margin-bottom: 20px;
  }
  .purchase__title {
    font-size: 18px;
  }
  .project {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .project__menu {
    margin-bottom: 20px;
  }
}

@media (max-width: 400px) {
  .video__content .video__title {
    font-size: 22px;
  }
  .video__content .video__subtitle {
    font-size: 14px;
  }
  .video__content {
    width: 100%;
  }
  .mobile__box .mobile__item-content .mobile__content-title {
    font-size: 24px;
  }
  .mobile__box .mobile__item-phone {
    width: 76%;
  }
  .mobile__box .mobile__item-content .mobile__content-tezu .teza {
    padding-left: 35px;
  }
}

@media (max-width: 390px) {
  .intro__content {
    width: 97%;
  }
  .intro__content .intro__content-main-title {
    font-size: 30px;
    margin-bottom: 0px;
  }
  .intro__content .intro__content-title {
    font-size: 20px;
    margin-bottom: 0;
    line-height: 20px;
  }
  .intro__content .intro__content-subtitle {
    font-size: 13px;
    margin-bottom: 40px;
  }
  .header__menu {
    padding-left: 45px;
    padding-top: 90px;
  }
  .header__menu .header__list li {
    font-size: 32px;
    margin-bottom: 50px;
  }
  .header__box {
    padding: 5px 0;
  }
  .tools__box .tools__item {
    width: 85%;
    margin-bottom: 40px;
  }
  .ideas {
    padding-top: 45px;
  }
  .main__title {
    font-size: 23px;
  }
  .case__box .case__item {
    width: 55%;
    margin-right: 0px;
    margin-bottom: 40px;
  }
  .footer__item {
    width: 95%;
  }
}

@media (max-width: 360px) {
  .purchase__subtitle {
    font-size: 13px;
  }
}

@media (max-width: 350px) {
  .intro__content .intro__content-main-title {
    font-size: 28px;
  }
  .intro__content .intro__content-title {
    font-size: 18px;
  }
  .intro__content .intro__content-subtitle {
    font-size: 12px;
  }
  .header__logo img {
    width: 87%;
    height: 87%;
  }
  .header__menu .header__list li {
    font-size: 30px;
    margin-bottom: 48px;
  }
}

@media (max-width: 340px) {
  .intro__content .intro__content-main-title {
    font-size: 27px;
  }
  .intro__content .intro__content-title {
    font-size: 17px;
  }
  .intro__content .intro__content-subtitle {
    font-size: 12px;
  }
  .project__list li {
    width: 47%;
  }
}

@media (max-width: 330px) {
  .recent__item .recent__info-title {
    font-size: 18px;
  }
}
