* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Montserrat', sans-serif;
  background: #fff;
}

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

a {
  text-decoration: none;
  cursor: pointer;
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

ul {
  padding: 0;
}

button {
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
}

input, select, button, option {
  outline: none;
}

footer {
  position: relative;
  background: #272727;
}

.container-fluid {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}

.container {
  max-width: 1230px;
  padding: 0 15px;
  margin: 0 auto;
}

.btn {
  background: linear-gradient(0deg, #ff7602 0%, #cb2817 0%, #dc4a14 100%);
  padding: 25px 35px;
  border-radius: 70px;
  font-size: 18px;
  color: #fff;
  font-weight: 600;
}

.btn:hover {
  box-shadow: 1px 4px 0px 0px rgba(160, 47, 29, 0.6);
}

.title {
  font-size: 54px;
  color: #393939;
  font-weight: 800;
  line-height: 64px;
  padding-top: 90px;
}

.form {
  background: #fff;
  box-shadow: 0px 19px 45px 0px rgba(47, 47, 47, 0.14);
  padding: 60px 55px;
  margin-top: 95px;
  border-radius: 20px;
}

.form__inner {
  width: 100%;
  height: 100%;
  position: relative;
}

.form__title {
  font-size: 25px;
  color: #393939;
  font-weight: 500;
  line-height: 35px;
  text-align: center;
  padding-bottom: 45px;
}

.form .btn {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  text-transform: uppercase;
}

.form select, .form input, .form textarea {
  width: 100%;
  border-radius: 40px;
  border: 1px solid #e4e4e4;
  background: #f7f7f7;
  padding: 25px 45px;
  margin-bottom: 18px;
  outline: none;
}

.form input::-webkit-input-placeholder, .form option, .form select, .form textarea {
  font-size: 16px;
  color: #7d7d7d;
  font-weight: 400;
}

.form input::-moz-placeholder, .form option, .form select, .form textarea {
  font-size: 16px;
  color: #7d7d7d;
  font-weight: 400;
}

.form input:-ms-input-placeholder, .form option, .form select, .form textarea {
  font-size: 16px;
  color: #7d7d7d;
  font-weight: 400;
}

.form input::-ms-input-placeholder, .form option, .form select, .form textarea {
  font-size: 16px;
  color: #7d7d7d;
  font-weight: 400;
}

.form input::placeholder, .form option, .form select, .form textarea {
  font-size: 16px;
  color: #7d7d7d;
  font-weight: 400;
}

.form select {
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.form .select::before {
  content: " ";
  width: 12px;
  height: 6px;
  background: url("../img/drop-arr.png") center/cover no-repeat;
  position: absolute;
  right: 8%;
  top: 33%;
  pointer-events: none;
  z-index: 1;
}

.hidden {
  display: none;
}

.main-header {
  font-size: 40px;
  color: #fff;
  font-weight: 700;
  padding: 80px 0;
  text-align: center;
  margin: 0 auto;
}

.title-single {
  font-size: 30px;
  color: #303030;
  font-weight: 700;
  line-height: 40px;
  max-width: 500px;
  text-align: center;
  margin: 0 auto;
  padding: 5% 0px;
}

.breadcrumb {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  padding-top: 25px;
}

.breadcrumb li {
  display: inline-block;
  padding-right: 10px;
  color: #c5c5c5;
}

.breadcrumb li a {
  font-size: 13px;
  color: #c5c5c5;
  font-weight: 400;
  cursor: pointer;
}

.breadcrumb li a:hover {
  color: #676767;
}

.tab-item {
  display: none;
}

.tab-item.active {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.single-form {
  height: 465px;
}

.load-more {
  font-size: 17px;
  color: #fff;
  font-weight: 700;
  padding: 25px 50px;
  background: #cf3217;
  border-radius: 5px;
  text-align: center;
  margin: 10px auto 80px;
}

.project-item {
  display: block;
  position: relative;
  width: calc(100% / 2 - 12px);
  margin-bottom: 20px;
}

.project-item__slider img {
  width: 100%;
}

.project-item .slick-arrow {
  position: absolute;
  width: 25px;
  top: 50%;
  transform: translateY(-50%);
  right: 5%;
  z-index: 999;
  cursor: pointer;
}

.project-item .slick-arrow:first-child {
  left: 5%;
}

.project-item__bottom {
  width: 100%;
  bottom: 6%;
  position: absolute;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
}

.project-item__bottom a {
  font-size: 25px;
  color: #fff;
  font-weight: 600;
  padding-left: 5%;
}

.project-item__bottom a:hover {
  color: #cf3217;
}

.project-item__subbottom {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  width: 50%;
  display: flex;
  justify-content: space-around;
}

.project-item__subbottom .metrs, .project-item__subbottom .price {
  position: relative;
  padding-left: 28px;
}

.project-item__subbottom .metrs::before {
  position: absolute;
  content: " ";
  background: url("../img/metrs.png");
  width: 23px;
  height: 23px;
  left: 0;
  transform: translateY(-20%);
}

.project-item__subbottom .price::before {
  position: absolute;
  content: " ";
  background: url("../img/price.png");
  width: 23px;
  height: 23px;
  left: 0;
  transform: translateY(-20%);
}

.slick-dots {
  display: flex;
  justify-content: space-around;
  align-items: center;
  text-align: center;
  width: 15%;
  margin: 0 auto;
  padding-bottom: 5%;
}

.slick-dots li {
  width: 15px;
  height: 15px;
  background: #d5d5d5;
  border-radius: 50%;
  cursor: pointer;
}

.slick-dots li button {
  display: none;
}

.slick-dots li.slick-active {
  background: #cf3217;
}

.slick-dots li:hover {
  background: #cf3217;
}

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  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;
  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 {
  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;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    transform-origin: 0;
  }
  .mfp-arrow-right {
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/*! jQuery UI - v1.12.1 - 2019-12-17
* http://jqueryui.com
* Includes: core.css, tabs.css
* Copyright jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */
}

.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}

/* Icons
----------------------------------*/
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-tabs {
  position: relative;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: .2em;
}

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0;
}

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: .5em 1em;
  text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */
}

.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}

/* Icons
----------------------------------*/
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-tabs {
  position: relative;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: .2em;
}

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0;
}

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: .5em 1em;
  text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}

.header__nav [type="checkbox"] {
  display: none;
}

.header__nav label.toggleMenu {
  display: none;
  position: relative;
}

.header__nav label.toggleMenu .fa-stack {
  position: absolute;
  cursor: pointer;
  left: 0;
  z-index: 1;
}

.header__top {
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header__shadow {
  box-shadow: 0px 0px 20px 0px rgba(199, 187, 199, 0.71);
}

.menu {
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 15px;
  color: #191919;
  font-weight: 500;
  line-height: 26px;
  opacity: 1;
}

.menu li {
  position: relative;
  cursor: pointer;
}

.menu li:hover {
  color: #d74215;
  transition: .2s;
}

.menu li a {
  color: #191919;
}

.menu li a:hover {
  color: #d74215;
  transition: .2s;
}

.menu li:last-child {
  max-width: 330px;
  width: 100%;
}

.menu-item ul {
  position: absolute;
  min-width: 220px;
  display: none;
  left: -15%;
  padding-top: 15px;
  padding-left: 25px;
  z-index: 999;
}

.menu-item ul a {
  font-size: 14px;
  color: #2f2f2f;
  font-weight: 400;
}

.menu-item:hover > ul {
  display: block;
  background: #fff;
  z-index: 999;
}

.menu-item:hover > ul li {
  padding-bottom: 15px;
}

.menu-item:hover > ul li:first-child {
  padding-top: 10px;
}

.menu-item:nth-child(-n+4)::after {
  content: " ";
  width: 12px;
  height: 6px;
  background: url("../img/drop-arr.png") center/cover no-repeat;
  position: absolute;
  right: -18px;
  bottom: 35%;
}

.search {
  width: 100%;
  height: 40px;
  font-family: 'Open Sans', sans-serif;
  position: relative;
  background: #ececec;
  border: none;
  border-radius: 4px;
  padding-left: 20px;
  padding-right: 45px;
}

.search::-webkit-input-placeholder {
  font-size: 13px;
  color: #9d9d9d;
  font-weight: 400;
}

.search::-moz-placeholder {
  font-size: 13px;
  color: #9d9d9d;
  font-weight: 400;
}

.search:-ms-input-placeholder {
  font-size: 13px;
  color: #9d9d9d;
  font-weight: 400;
}

.search::-ms-input-placeholder {
  font-size: 13px;
  color: #9d9d9d;
  font-weight: 400;
}

.search::placeholder {
  font-size: 13px;
  color: #9d9d9d;
  font-weight: 400;
}

.search::-webkit-search-decoration, .search::-webkit-search-cancel-button, .search::-webkit-search-results-button, .search::-webkit-search-results-decoration {
  display: none;
}

.search-btn {
  border: none;
  background: none;
  position: absolute;
  top: 25%;
  right: 10px;
  cursor: pointer;
}

.logo {
  position: relative;
  line-height: 26px;
  padding-left: 135px;
}

.logo__title {
  font-size: 21px;
  color: #191919;
  font-weight: 800;
}

.logo__title::before {
  content: " ";
  position: absolute;
  background: url("../img/logo.png") center/cover no-repeat;
  width: 120px;
  height: 65px;
  left: 0;
  bottom: -5px;
}

.logo__subtitle {
  font-size: 16px;
  color: #191919;
  font-weight: 500;
}

.location {
  line-height: 22px;
}

.location__title {
  font-size: 14px;
  color: #191919;
  font-weight: 400;
  padding-left: 20px;
  position: relative;
}

.location__title::before {
  content: " ";
  position: absolute;
  background: url("../img/location.png") center/cover no-repeat;
  width: 16px;
  height: 23px;
  left: -10px;
  bottom: -10px;
}

.location__link {
  font-size: 14px;
  color: #cf3217;
  font-weight: 500;
  padding-left: 20px;
}

.phone {
  text-align: right;
}

.phone__number {
  font-size: 21px;
  color: #191919;
  font-weight: 700;
  position: relative;
}

.phone__number::before {
  content: " ";
  position: absolute;
  background: url("../img/phone.png") center/cover no-repeat;
  width: 19px;
  height: 19px;
  left: -25px;
  bottom: 3px;
}

.phone__link {
  font-size: 14px;
  color: #cf3217;
  font-weight: 500;
}

.phone .mobile-phone {
  display: none;
}

.footer {
  display: flex;
  justify-content: space-between;
}

.footer .logo__title, .footer .logo__subtitle {
  color: #fff;
}

.footer__column {
  padding-top: 70px;
}

.footer__column li {
  padding-bottom: 20px;
}

.footer__column .phone__number, .footer__column .location__title {
  color: #fff;
}

.footer__column .phone__number::before, .footer__column .location__title::before {
  left: -15px;
  top: 25%;
}

.footer__column .phone, .footer__column .location {
  padding-bottom: 30px;
  max-width: 250px;
}

.footer__column .location__title::before {
  background: url("../img/location-footer.png");
}

.footer__column .phone {
  padding-right: 38px;
}

.footer__column .phone__number::before {
  background: url("../img/phone-footer.png");
}

.footer__media {
  max-width: 140px;
  display: flex;
  justify-content: space-between;
  padding-top: 35px;
}

.footer .media-link {
  color: #fff;
}

.footer__link {
  font-size: 15px;
  color: #fff;
  font-weight: 500;
}

.footer__link:hover {
  color: #cf3217;
}

.footer-bottom {
  min-height: 120px;
  border-top: 2px solid #444;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-copyright {
  max-width: 315px;
  font-size: 12px;
  color: #8b8b8b;
  font-weight: 400;
}

.footer-subscribe {
  position: relative;
}

.footer-subscribe__text {
  font-size: 13px;
  color: #8e8e8e;
  font-weight: 400;
  padding-right: 150px;
}

.footer-subscribe__input {
  position: absolute;
  background: #272727;
  border-radius: 5px;
  padding: 20px 40px 20px 20px;
  width: 250px;
  right: 0;
  transform: translateY(-50%);
  font-size: 13px;
  color: #8e8e8e;
  font-weight: 400;
}

.footer-subscribe__input::-webkit-input-placeholder {
  font-size: 13px;
  color: #8e8e8e;
  font-weight: 400;
}

.footer-subscribe__input::-moz-placeholder {
  font-size: 13px;
  color: #8e8e8e;
  font-weight: 400;
}

.footer-subscribe__input:-ms-input-placeholder {
  font-size: 13px;
  color: #8e8e8e;
  font-weight: 400;
}

.footer-subscribe__input::-ms-input-placeholder {
  font-size: 13px;
  color: #8e8e8e;
  font-weight: 400;
}

.footer-subscribe__input::placeholder {
  font-size: 13px;
  color: #8e8e8e;
  font-weight: 400;
}

.footer-subscribe__btn {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-35%);
  z-index: 5;
  cursor: pointer;
}

.footer-mobile {
  display: none;
}

.main-top .container-fluid {
  background: url("../img/main-top-bg.jpg") no-repeat;
  background-size: 100% 75%;
  background-position: bottom;
}

.main-top__right {
  max-width: 50%;
  position: absolute;
  right: 0;
  z-index: 1;
}

.main-top__right img {
  width: 100%;
}

.main-top__left {
  position: relative;
  z-index: 5;
  max-width: 520px;
  width: 100%;
  padding-top: 120px;
}

.main-top__title {
  font-size: 66px;
  color: #191919;
  font-weight: 500;
  line-height: 67px;
}

.main-top__title span {
  font-weight: 800;
}

.main-top__subtitle {
  font-size: 19px;
  color: #191919;
  font-weight: 500;
  line-height: 30px;
  padding: 35px 0;
}

.main-top__btn {
  margin-top: 40px;
  margin-bottom: 170px;
}

.main-top .top-btn {
  text-transform: none;
  padding-right: 70px;
  position: relative;
}

.main-top .top-btn::before {
  content: " ";
  background: url("../img/btn-arr.png");
  position: absolute;
  width: 22px;
  height: 8px;
  right: 30px;
  top: 50%;
  transform: translateY(-45%);
}

.building {
  padding-top: 180px;
  transform: translateY(-100px);
}

.building__title {
  font-size: 90px;
  color: #fff;
  font-weight: 800;
  position: relative;
  margin-top: 0;
}

.building__title::before {
  content: " ";
  background: url("../img/building__title-.png");
  width: 150px;
  height: 6px;
  position: absolute;
  left: 0;
  bottom: -25px;
}

.building .building__gallery {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.building .building__gallery .gallery-item {
  padding-top: 60px;
  width: calc(100% / 3 - 30px);
  overflow: hidden;
}

.building .building__gallery .gallery-item img {
  width: 100%;
  border-radius: 12px;
  margin-bottom: 25px;
}

.building .building__gallery .gallery-item__title {
  padding-left: 45px;
  position: relative;
  font-size: 18px;
  color: #fff;
  font-weight: 700;
}

.building .building__gallery .gallery-item__title::before {
  content: " ";
  background: url("../img/building__gallery__titile-.png");
  position: absolute;
  left: 0;
  bottom: 50%;
  width: 31px;
  height: 2px;
}

.advantages {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 15px;
  padding-bottom: 90px;
}

.advantages-item {
  width: 27%;
  text-align: center;
  font-size: 15px;
  color: #393939;
  font-weight: 400;
  line-height: 25px;
  padding-top: 75px;
}

.advantages-item__img {
  padding-bottom: 20px;
}

.project__right {
  max-width: 57%;
  margin-top: 40px;
  padding-top: 120px;
  position: absolute;
  right: 0;
  z-index: 5;
}

.project__right img {
  width: 100%;
}

.project .form {
  position: relative;
  max-width: 550px;
  width: 100%;
  height: 565px;
  z-index: 1;
}

.philosophy {
  padding-top: 145px;
  padding-bottom: 60px;
}

.philosophy .container {
  display: flex;
  justify-content: space-between;
}

.philosophy__right {
  width: 50%;
  padding-left: 55px;
}

.philosophy__title {
  font-size: 45px;
  color: #383838;
  font-weight: 700;
  line-height: 55px;
  padding-bottom: 0px;
  padding-top: 45px;
}

.philosophy__text {
  font-size: 17px;
  color: #383838;
  font-weight: 400;
  line-height: 27px;
}

.philosophy__text span {
  font-weight: 700;
}

.philosophy__text p {
  padding-bottom: 30px;
}

.philosophy__left {
  width: 50%;
  padding-right: 17px;
  position: relative;
}

.philosophy__left img:first-child {
  z-index: 1;
  position: relative;
}

.philosophy__left img:last-child {
  position: absolute;
  top: 275px;
  left: 146px;
  z-index: 0;
}

.samples {
  margin-top: 70px;
  margin-bottom: 97px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.samples-item {
  position: relative;
  flex: 20%;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.samples-item img:first-child {
  width: 100%;
  height: 100%;
}

.samples-item .img-zoom {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 1;
  background: #443d3d;
  opacity: 0;
}

.samples-item .img-zoom:hover {
  opacity: .6;
  transition: .6s;
}

.samples-item .img-zoom:hover > img:first-child {
  transform: scale(1);
  transition: .6s;
}

.samples-item .img-zoom img:first-child {
  position: absolute;
  width: 84%;
  height: 84%;
  right: 0;
  left: 0;
  top: 24px;
  bottom: 0;
  margin: 0 auto;
  transform: scale(1.2);
}

.samples-item .img-zoom img:last-child {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
}

.samples__btn {
  text-align: center;
  margin-bottom: 70px;
}

.samples__btn .btn {
  padding: 30px 68px;
  font-size: 21px;
  color: #fff;
  font-weight: 600;
}

.services {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-top: 95px;
}

.services-item {
  width: calc(100% / 3 - 155px);
  text-align: center;
  padding-bottom: 80px;
}

.services-item__title {
  font-size: 18px;
  color: #393939;
  font-weight: 700;
  padding-top: 25px;
  padding-bottom: 18px;
}

.services-item__text {
  font-size: 15px;
  color: #393939;
  font-weight: 400;
  line-height: 24px;
  padding-bottom: 10px;
}

.request {
  min-height: 750px;
  position: relative;
}

.request__title {
  font-size: 50px;
  color: #fff;
  font-weight: 700;
  line-height: 60px;
  text-align: center;
}

.request .select::before {
  top: 30%;
}

.request__form {
  height: 555px;
  max-width: 550px;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -50px;
  z-index: 1;
}

.request__form .form__title {
  font-size: 18px;
  color: #484848;
  font-weight: 400;
  line-height: 28px;
  width: 105%;
  transform: translateX(-10px);
}

.contact-us .contact-mobile {
  display: none;
}

.contact-us .container-fluid {
  position: relative;
}

.contact-us__left {
  position: absolute;
  max-width: 550px;
  width: 100%;
  top: 60px;
  padding-left: 30px;
}

.contact-us__btn {
  margin-top: 40px;
}

.contact-us__btn .btn {
  padding: 25px 60px;
}

.contact-us .title {
  padding-bottom: 25px;
}

.contact-us li {
  padding: 22px 0 22px 40px;
  position: relative;
}

.contact-us li a {
  font-size: 19px;
  color: #393939;
  font-weight: 400;
}

.contact-us li a:hover {
  color: #cf3217;
}

.contact-us li::before {
  top: 50%;
  left: 0px;
  transform: translateY(-45%);
}

.contact-us li:nth-child(1) a {
  font-size: 32px;
}

.contact-us li:nth-child(1)::before {
  width: 25px;
  height: 25px;
}

.contact-us li:nth-child(2)::before {
  width: 21px;
  height: 29px;
}

.contact-us li:nth-child(3)::before {
  content: " ";
  background: url("../img/clock.png") center/cover no-repeat;
  position: absolute;
  width: 25px;
  height: 25px;
  transform: translateY(-50%);
}

.contact-us li:nth-child(4)::before {
  content: " ";
  background: url("../img/mail.png") center/cover no-repeat;
  position: absolute;
  width: 27px;
  height: 20px;
  transform: translateY(-60%);
}

.contact-us__map {
  overflow: hidden;
  min-height: 750px;
  padding-bottom: 40%;
  position: relative;
}

.contact-us__map iframe {
  padding-left: 15px;
  right: 0;
  top: 0;
  height: 100%;
  width: 50%;
  position: absolute;
}

.contact-us__form {
  margin-top: 60px;
  max-width: 510px;
  height: 580px;
  bottom: 100px;
}

.contact-us__form textarea {
  height: 135px;
  resize: none;
}

.contact-us__form .btn {
  bottom: -18px;
}

.contact-us__text {
  font-size: 19px;
  color: #373737;
  font-weight: 500;
  line-height: 35px;
  max-width: 45%;
  padding: 60px 0px;
  text-align: center;
  margin-left: auto;
}

.projecting__img {
  width: 100%;
  padding: 0 7%;
}

.projecting__text {
  font-size: 16px;
  color: #343333;
  font-weight: 400;
  line-height: 27px;
  text-align: center;
  padding: 4% 0;
}

.projecting__steps p {
  text-align: left;
  font-size: 15px;
  color: #303030;
  font-weight: 400;
  padding-bottom: 4%;
}

.projecting__steps p span {
  font-weight: 700;
}

.portfolio ul {
  max-width: 600px;
  width: 100%;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  align-items: center;
  margin: 40px auto 50px;
}

.portfolio ul li {
  cursor: pointer;
  padding: 13px 20px;
  font-size: 15px;
  color: #393939;
  font-weight: 400;
}

.portfolio ul li.active {
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  border-radius: 5px;
  background: #cf3217;
}

.portfolio-item {
  width: calc(100% / 3 - 10px);
}

.portfolio-item img {
  max-width: 100%;
}

.portfolio-item__title {
  font-size: 17px;
  color: #393939;
  font-weight: 500;
  padding-top: 25px;
}

.portfolio-item__time {
  font-size: 14px;
  color: #393939;
  font-weight: 400;
  padding: 20px 0 60px;
}

.projects {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 5%;
}

.single-form {
  height: 464px;
}

.project-services {
  padding-bottom: 50px;
  color: #1d1d1d;
}

.project-services .title-single {
  text-align: left;
  max-width: 100%;
  color: #1d1d1d;
}

.project-services__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.project-services__list {
  width: 47%;
}

.project-services__list-title {
  font-size: 17px;
  line-height: 27px;
  font-weight: 600;
  padding-bottom: 30px;
}

.project-services__list li {
  padding-left: 30px;
  font-size: 16px;
  font-weight: 500;
  line-height: 27px;
}

.we-are {
  padding-bottom: 50px;
  background: url("../img/we-are-bg.png") right bottom/auto no-repeat;
}

.we-are__inner {
  width: 50%;
}

.we-are .title {
  color: #1d1d1d;
}

.we-are__text {
  font-size: 15px;
  line-height: 27px;
  font-weight: 400;
  padding-top: 20px;
  padding-bottom: 35px;
}

.we-are li {
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
  padding-left: 40px;
  margin-bottom: 35px;
  position: relative;
}

.we-are li::before {
  content: " ";
  position: absolute;
  background: #fff;
  border: 7px solid #cf3217;
  width: 13px;
  height: 13px;
  left: 0;
  top: 60%;
  transform: rotate(45deg) translate(-50%, -50%);
}

.we-are li:last-child {
  margin-bottom: 0;
}

.projects__single-slider {
  position: relative;
  z-index: 0;
}

.projects__single-slider .slick-arrow {
  position: absolute;
  background: #fff;
  width: 40px;
  background-size: 1800% 100%;
  border-radius: 50%;
  bottom: 4%;
  transform: translateY(-50%);
  right: calc(50% - 45px);
  z-index: 1;
  cursor: pointer;
}

.projects__single-slider .slick-arrow:first-child {
  transform: rotate(180deg) translateY(50%);
  left: calc(50% - 45px);
}

.projects__single-title {
  position: absolute;
  color: #fff;
  padding: 17px 22px;
  background: #cf3217;
  border-radius: 5px;
  top: 3%;
  z-index: 1;
}

.projects__single-breadcrumb {
  z-index: 1;
  top: 0;
}

.projects__single-breadcrumb li a {
  color: #fff;
}

.desctiption {
  padding-top: 75px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.desctiption__left {
  width: 48%;
  position: relative;
}

.desctiption__left img {
  width: 100%;
  position: absolute;
  top: 0;
}

.desctiption__right {
  width: 48%;
}

.desctiption__title {
  text-align: left;
  margin: 0;
  font-weight: 500;
  color: #303030;
}

.desctiption__title-mobile {
  display: none;
}

.desctiption__faq {
  display: flex;
  justify-content: space-around;
  align-items: center;
  text-align: center;
  padding: 0 30px;
}

.desctiption__order {
  position: relative;
}

.desctiption__order__text {
  font-size: 16px;
  color: #303030;
  font-weight: 500;
  margin-top: 30px;
}

.desctiption__order__price {
  color: #cf3217;
  text-align: left;
  padding: 0;
  margin: 0;
}

.desctiption__order__btn {
  cursor: pointer;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-25%);
  padding: 20px 45px;
  background: #cf3217;
  border-radius: 5px;
}

.desctiption .faq-item {
  border: 1px solid #e4e4e4;
  width: calc(100%/3);
  padding: 25px 0;
}

.desctiption .faq-item img {
  width: 37px;
  height: 37px;
}

.desctiption .faq-item__text {
  font-size: 15px;
  color: #303030;
  font-weight: 400;
  padding: 15px 0;
}

.desctiption .faq-item__title {
  font-size: 25px;
  color: #303030;
  font-weight: 800;
}

.set {
  display: flex;
  flex-flow: column wrap;
  align-content: space-between;
  height: 910px;
}

.set-item {
  width: 30%;
  margin-bottom: 50px;
}

.set-item:nth-child(-n+3) {
  order: 1;
}

.set-item:nth-child(n+4):nth-child(-n+6) {
  order: 2;
}

.set-item:nth-child(n+7) {
  order: 3;
}

.set-item li {
  font-size: 14px;
  color: #303030;
  font-weight: 350;
  margin-top: 15px;
}

.set-item__header {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-wrap: nowrap;
  margin-bottom: 20px;
}

.set-item__header__title {
  font-size: 20px;
  color: #303030;
  font-weight: 500;
  padding-left: 15px;
}

.set-bottom {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 55px 44px;
  background: #f4f4f4;
  border-radius: 5px;
  margin-bottom: 60px;
}

.set-bottom__title {
  font-size: 25px;
  color: #303030;
  font-weight: 700;
  padding-right: 25px;
}

.set-bottom__text {
  font-size: 15px;
  color: #303030;
  font-weight: 400;
}

.set-title {
  text-align: left;
  margin-left: 0;
}

.set__gallery {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.set__gallery-item {
  position: relative;
  flex: 50%;
  padding: 3px;
  overflow: hidden;
}

.set__gallery-item img:first-child {
  width: 100%;
  height: 100%;
}

.set__gallery-item .img-zoom {
  width: 97%;
  height: 96%;
  left: 3px;
  top: 3px;
  position: absolute;
  z-index: 1;
  background: #443d3d;
  opacity: 0;
}

.set__gallery-item .img-zoom:hover {
  opacity: .6;
  transition: .6s;
}

.set__gallery-item .img-zoom:hover > img:first-child {
  transform: scale(1);
  transition: .6s;
}

.set__gallery-item .img-zoom img:first-child {
  position: absolute;
  width: 84%;
  height: 84%;
  right: 0;
  left: 0;
  top: 7%;
  bottom: 0;
  margin: 0 auto;
  transform: scale(1.2);
}

.set__gallery-item .img-zoom img:last-child {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
}

.same-projects {
  padding-top: 40px;
}

.same-projects__slider {
  width: 100%;
}

.same-projects__slider .slider-item {
  width: 98%;
  margin: 0 auto;
}

.callback-form {
  position: relative;
}

@media (max-width: 1785px) {
  .building {
    padding-top: 50px;
  }
  .main-top__left {
    padding-top: 60px;
  }
}

@media (max-width: 1515px) {
  .main-top .container-fluid {
    background-size: 100% 80%;
  }
}

@media (max-width: 1425px) {
  .building {
    padding-top: 30px;
  }
}

@media (max-width: 1200px) {
  .services-item {
    width: calc(100% / 4 - 50px);
  }
  .set-bottom {
    padding: 40px 30px;
    margin-bottom: 40px;
  }
  .set-bottom__title {
    font-size: 20px;
    padding-right: 15px;
  }
  .set-bottom__text {
    font-size: 14px;
  }
}

@media (max-width: 1150px) {
  .philosophy {
    padding-top: 30px;
    padding-bottom: 10px;
  }
  .philosophy .container {
    display: block;
  }
  .philosophy__right {
    width: 100%;
    padding-left: 0;
  }
  .philosophy__left {
    position: relative;
  }
  .philosophy__left img:last-child {
    top: 50px;
    left: 393px;
  }
  .philosophy__title {
    font-size: 36px;
    line-height: 45px;
  }
  .philosophy__text {
    font-size: 14px;
    line-height: 20px;
  }
  .philosophy__text p {
    padding-bottom: 15px;
  }
  .project .form {
    margin: 0 auto;
    margin-top: 75%;
  }
  .project__right {
    max-width: 100%;
    margin-top: 10%;
    z-index: 0;
  }
  .contact-us__btn {
    margin-top: 30px;
  }
  .contact-us__btn .btn {
    padding: 18px 50px;
    font-size: 16px;
  }
  .contact-us__map {
    min-height: 580px;
  }
  .contact-us__left {
    width: 50%;
    padding-left: 0;
    top: 0;
  }
  .contact-us__left li {
    padding: 14px 0 14px 35px;
  }
  .contact-us__left li a {
    font-size: 16px;
  }
  .contact-us__left li:nth-child(1) a {
    font-size: 26px;
  }
  .contact-us .single-contact__link {
    padding-top: 40px;
    padding-left: 20px;
  }
  .contact-us__form {
    margin-top: 20px;
  }
  .contact-us__text {
    font-size: 16px;
    line-height: 28px;
  }
  .building {
    padding-top: 30px;
    transform: translateY(-50px);
  }
  .building .building__gallery .gallery-item {
    width: calc(100% / 3 - 10px);
    padding-top: 20px;
  }
  .building .building__gallery .gallery-item img {
    margin-bottom: 5px;
  }
  .building .building__gallery .gallery-item__title {
    font-size: 16px;
  }
  .building__title {
    font-size: 60px;
  }
  .building__title::before {
    bottom: -5px;
  }
  .main-top__left {
    padding-top: 50px;
  }
  .main-top .container-fluid {
    background-size: 100% 80%;
  }
  .main-top__title {
    font-size: 45px;
    line-height: 40px;
  }
  .main-top__subtitle {
    font-size: 16px;
    padding: 15px 0;
  }
  .main-top .top-btn {
    font-size: 16px;
  }
  .advantages {
    padding-bottom: 45px;
  }
  .advantages-item {
    padding-top: 50px;
  }
  .samples-item {
    flex: 33%;
  }
}

@media (max-width: 1050px) {
  .services {
    padding: 50px 0;
  }
  .services-item {
    width: calc(100% / 4 - 40px);
  }
  .title {
    font-size: 46px;
    padding-top: 60px;
    line-height: 50px;
  }
  .contact-us__form {
    transform: translateX(-15px);
  }
  .main-header {
    font-size: 35px;
    padding: 60px 0;
  }
  .projects__single-title {
    padding-top: 17px;
  }
  .set-bottom {
    padding: 30px 20px;
  }
  .set-bottom__title {
    font-size: 18px;
    padding-right: 10px;
  }
  .set-bottom__text {
    font-size: 14px;
  }
  .projects__single-request {
    min-height: 610px;
  }
}

@media (max-width: 1000px) {
  .title-single {
    font-size: 26px;
    padding: 3% 0;
  }
  .same-projects {
    padding-top: 20px;
  }
  .project .form {
    height: 450px;
  }
  .project .form .select::before {
    top: 22.5%;
  }
  .request {
    min-height: 650px;
  }
  .request__form {
    bottom: -35px;
  }
  .form {
    padding: 30px 22px;
    height: 470px;
  }
  .form__title {
    padding-bottom: 20px;
    font-size: 20px;
  }
  .form .select::before {
    top: 26.5%;
  }
  .services {
    justify-content: space-around;
    padding: 50px 0;
  }
  .services-item {
    width: calc(100% / 3 - 40px);
    padding-bottom: 40px;
  }
  .main-top .container-fluid {
    background-size: 100% 83%;
  }
  .services-item__title {
    font-size: 16px;
  }
  .advantages-item,
  .services-item {
    font-size: 14px;
    line-height: 20px;
    padding-top: 40px 0;
  }
  .advantages-item img,
  .services-item img {
    padding-bottom: 10px;
  }
  .contact-us__form textarea {
    height: 112px;
  }
  .portfolio ul {
    margin: 30px auto 40px;
  }
  .portfolio-item {
    width: calc(100% / 3 - 10px);
  }
  .portfolio-item img {
    max-width: 100%;
  }
  .portfolio-item__title {
    font-size: 17px;
    color: #393939;
    font-weight: 500;
    padding-top: 20px;
  }
  .portfolio-item__time {
    font-size: 14px;
    color: #393939;
    font-weight: 400;
    padding: 15px 0 40px;
  }
  .load-more {
    margin: 10px auto 60px;
  }
  .single-form {
    height: 380px;
  }
  .desctiption {
    padding-top: 50px;
  }
  .desctiption__faq {
    padding: 0 20px;
  }
  .desctiption__order__text {
    font-size: 14px;
    margin-top: 20px;
    width: 160px;
  }
  .desctiption__order__btn {
    padding: 15px 30px;
  }
  .desctiption .faq-item {
    padding: 20px 0;
  }
  .desctiption .faq-item__text {
    font-size: 13px;
    padding: 10px 0;
  }
  .desctiption .faq-item__title {
    font-size: 20px;
  }
  .set-bottom {
    padding: 30px 20px;
    margin-bottom: 30px;
  }
  .set-bottom__title {
    font-size: 18px;
    padding-right: 10px;
  }
  .set-bottom__text {
    font-size: 12px;
  }
  .set {
    height: 770px;
  }
  .set-item {
    width: 30%;
    margin-bottom: 30px;
  }
  .set-item li {
    font-size: 14px;
    margin-top: 10px;
  }
  .set-item__header {
    margin-bottom: 10px;
  }
  .set-item__header__title {
    font-size: 16px;
    padding-left: 10px;
  }
  .projects__single-request {
    min-height: 540px;
  }
}

@media (max-width: 910px) {
  .project-item__bottom a {
    font-size: 18px;
  }
  .project-item__subbottom {
    font-size: 12px;
  }
}

@media (max-width: 900px) {
  .philosophy__left {
    display: flex;
  }
  .philosophy__left img:last-child,
  .philosophy__left img:first-child {
    position: static;
    max-width: 100%;
  }
  .philosophy__left img:last-child {
    transform: translate(-50px, 50px);
  }
}

@media (max-width: 888px) {
  .request__form {
    bottom: -25px;
  }
}

@media (max-width: 885px) {
  .contact-us__map {
    min-height: 450px;
  }
  .contact-us__left {
    top: 0;
  }
  .contact-us__left li {
    padding: 10px 0 10px 30px;
  }
  .contact-us__left li a {
    font-size: 14px;
  }
  .contact-us__left li:nth-child(1) a {
    font-size: 20px;
  }
  .main-top .container-fluid {
    background-size: 100% 82%;
  }
  .building {
    padding-top: 0px;
  }
  .building .building__gallery .gallery-item {
    width: calc(100% / 3 - 10px);
    padding-top: 20px;
  }
  .building .building__gallery .gallery-item img {
    margin-bottom: 5px;
  }
  .building .building__gallery .gallery-item__title {
    font-size: 16px;
  }
  .building__title {
    font-size: 60px;
  }
  .main-top__left {
    max-width: 380px;
    padding-top: 30px;
  }
  .main-top__title {
    font-size: 32px;
  }
  .main-top__subtitle {
    font-size: 14px;
    padding-top: 10px;
  }
  .main-top .top-btn {
    font-size: 14px;
  }
  .title {
    font-size: 38px;
    padding-top: 45px;
    line-height: 45px;
  }
  .samples {
    margin-top: 40px;
    margin-bottom: 57px;
  }
  .samples__btn {
    margin-bottom: 40px;
  }
  .samples__btn .btn {
    padding: 20px 48px;
    font-size: 16px;
  }
  .projects__single-title {
    padding: 15px 20px;
  }
  .set-bottom {
    flex-direction: column;
    padding: 10px 15px;
    margin-bottom: 30px;
  }
  .set-bottom__title {
    font-size: 16px;
    padding-right: 0;
    padding-bottom: 20px;
  }
  .set-bottom__text {
    font-size: 14px;
  }
}

@media (max-width: 825px) {
  .set {
    height: 1200px;
  }
  .set-item {
    width: 46%;
  }
}

@media (max-width: 818px) {
  .desctiption {
    padding-top: 50px;
    display: block;
  }
  .desctiption__left {
    width: 100%;
  }
  .desctiption__left img {
    position: static;
  }
  .desctiption__title {
    text-align: center;
    max-width: 100%;
    display: none;
  }
  .desctiption__title-mobile {
    display: block;
    padding-top: 0;
  }
  .desctiption__right {
    width: 100%;
  }
  .desctiption__faq {
    padding: 0 20px;
    margin-top: 20px;
  }
  .desctiption__order {
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  .desctiption__order__text {
    font-size: 14px;
    width: 100%;
    margin-top: 10px;
  }
  .desctiption__order__btn {
    position: static;
    padding: 15px 30px;
    transform: none;
  }
  .desctiption .faq-item {
    padding: 20px 0;
  }
  .desctiption .faq-item__text {
    font-size: 13px;
    padding: 10px 0;
  }
  .desctiption .faq-item__title {
    font-size: 20px;
  }
}

@media (max-width: 800px) {
  .request__form {
    bottom: -20px;
  }
  .philosophy__title {
    line-height: 30px;
    font-size: 28px;
  }
  .philosophy__text {
    left: 18px;
  }
  .philosophy__text p {
    padding-bottom: 10px;
  }
}

@media (max-width: 768px) {
  .project-item__subbottom {
    width: 60%;
  }
  .main-header {
    font-size: 28px;
    padding: 40px 0;
  }
  .breadcrumb {
    padding-top: 5px;
  }
  .breadcrumb li {
    padding-right: 5px;
  }
  .breadcrumb a {
    font-size: 12px;
  }
  .title-single {
    font-size: 24px;
    line-height: 30px;
  }
  .projecting__text {
    font-size: 14px;
    line-height: 18px;
  }
  .projecting p {
    font-size: 13px;
    line-height: 16px;
  }
  .samples-item {
    flex: 50%;
  }
  .contact-us .contact-mobile {
    display: flex;
    max-width: 220px;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 15px;
  }
  .contact-us .contact-link {
    display: none;
  }
  .contact-us .contact-us__left {
    padding-right: 15px;
  }
  .contact-us__form {
    transform: none;
  }
  .contact-us .single-contact__link {
    display: block;
    position: absolute;
    bottom: -170px;
  }
  .contact-us .single-contact__mobile {
    display: none;
  }
  .main-top__left {
    max-width: 335px;
    padding-top: 30px;
  }
  .building .building__gallery .gallery-item__title {
    font-size: 14px;
  }
  .building__title {
    font-size: 38px;
  }
  .main-top__btn {
    text-align: center;
    margin-bottom: 100px;
  }
  .services-item__title {
    font-size: 14px;
    padding: 10px 0;
  }
  .advantages-item,
  .services-item {
    width: calc(100% / 2 - 50px);
    font-size: 12px;
    line-height: 20px;
    padding: 20px 0;
  }
  .advantages-item img,
  .services-item img {
    padding-bottom: 5px;
  }
  .services {
    justify-content: space-between;
    padding: 50px 0;
  }
  .request__form {
    bottom: -15px;
  }
  .portfolio ul {
    align-items: center;
    margin: 20px auto 35px;
  }
  .portfolio ul li {
    padding: 8px 13px;
    font-size: 12px;
  }
  .portfolio ul li.active {
    font-size: 12px;
  }
  .portfolio-item {
    width: calc(100% / 2 - 20px);
  }
  .portfolio-item__title {
    font-size: 14px;
    padding-top: 12px;
  }
  .portfolio-item__time {
    font: 12px;
    padding: 10px 0 30px;
  }
  .load-more {
    transform: translate(15px, -20px);
  }
  .we-are {
    background: none;
    padding-top: 0;
  }
  .we-are__inner {
    width: 100%;
  }
  .project-services {
    padding-bottom: 20px;
  }
  .project-services__list-title {
    font-size: 14px;
    line-height: 18px;
    padding-bottom: 20px;
  }
  .project-services__list li {
    font-size: 13px;
    padding-left: 10px;
    line-height: 16px;
  }
  .projects__single-slider .slick-arrow {
    width: 30px;
    bottom: 0;
  }
  .same-projects {
    padding-top: 20px;
  }
  .same-projects__slider {
    padding-top: 30px;
    position: relative;
  }
  .slick-dots {
    position: absolute;
    top: 0;
    text-align: center;
    right: 0;
    left: 0;
  }
}

@media (max-width: 700px) {
  .projects ul {
    padding: 25px 0 0px;
  }
  .projects ul li {
    font-size: 14px;
    margin-bottom: 25px;
  }
  .projects ul li.active::before {
    bottom: -5px;
  }
}

@media (max-width: 650px) {
  .project-item {
    width: 100%;
  }
}

@media (max-width: 600px) {
  .request__form {
    max-width: 150%;
    width: 100%;
  }
  .main-top__right {
    display: none;
  }
  .building__title {
    font-size: 28px;
  }
  .main-top__left {
    margin: 0 auto;
    max-width: 100%;
  }
  .main-top__title {
    font-size: 24px;
    padding-top: 0px;
    line-height: 25px;
  }
  .main-top__subtitle {
    line-height: 24px;
  }
  .main-top .top-btn {
    padding: 20px 25px;
    margin: 0 auto;
  }
  .main-top .top-btn::before {
    display: none;
  }
  .contact-us .contact-mobile {
    margin: 0 auto;
  }
  .contact-us .single-contact__link {
    display: none;
  }
  .contact-us .single-contact__mobile {
    display: flex;
  }
  .contact-us__left {
    width: 100%;
    padding-right: 0;
    position: static;
    padding-bottom: 40px;
    text-align: center;
  }
  .contact-us__form {
    transform: none;
    max-width: 100%;
  }
  .contact-us__text {
    max-width: 100%;
    padding: 20px 0;
  }
  .contact-us__map {
    min-height: 350px;
  }
  .contact-us__map iframe {
    width: 100%;
    padding-left: 0;
  }
  .project-services .title-single {
    font-size: 16px;
  }
  .we-are {
    padding-bottom: 20px;
  }
  .we-are__text {
    font-size: 13px;
    line-height: 20px;
    padding: 15px 0;
  }
  .we-are li {
    font-size: 13px;
    line-height: 18px;
    padding-left: 25px;
    margin-bottom: 15px;
  }
  .we-are li::before {
    width: 8px;
    height: 8px;
    border: 5px solid #cf3217;
  }
}

@media (max-width: 550px) {
  .same-projects__slider .slider-item {
    width: 100%;
  }
  .slick-dots {
    width: 20%;
  }
  .slick-dots li {
    width: 10px;
    height: 10px;
  }
}

@media (max-width: 515px) {
  .set {
    height: 1050px;
  }
  .set-item {
    width: 45%;
    margin-bottom: 20px;
  }
  .set-item li {
    font-size: 12px;
  }
  .set-item__header {
    margin-bottom: 10px;
  }
  .set-item__header__title {
    font-size: 14px;
  }
}

@media (max-width: 500px) {
  .main-header {
    font-size: 28px;
    padding: 30px 0;
  }
  .project .form {
    height: 357px;
    margin-top: 90%;
  }
  .project .form__title {
    font-size: 16px;
  }
  .request {
    min-height: 505px;
  }
  .request__form {
    bottom: -20px;
  }
  .form {
    padding: 30px 22px;
    height: 407px;
  }
  .form .select::before {
    display: none;
  }
  .form input::-webkit-input-placeholder, .form option, .form select {
    font-size: 12px;
  }
  .form input::-moz-placeholder, .form option, .form select {
    font-size: 12px;
  }
  .form input:-ms-input-placeholder, .form option, .form select {
    font-size: 12px;
  }
  .form input::-ms-input-placeholder, .form option, .form select {
    font-size: 12px;
  }
  .form input::placeholder, .form option, .form select {
    font-size: 12px;
  }
  .form select, .form input {
    margin-bottom: 8px;
    padding: 18px 35px;
  }
  .form .btn {
    padding: 20px 35px;
    font-size: 14px;
  }
  .title {
    font-size: 28px;
    line-height: 25px;
    padding-top: 30px;
  }
  .advantages-item img,
  .services-item img {
    padding-bottom: 0;
  }
  .building .building__gallery .gallery-item,
  .advantages-item,
  .services-item {
    width: calc(100% / 2 - 10px);
  }
  .building {
    transform: translateY(-20px);
  }
  .building .building__gallery .gallery-item__title {
    padding-left: 20px;
    font-size: 12px;
  }
  .building .building__gallery .gallery-item__title::before {
    width: 15px;
    height: 1px;
  }
  .samples__btn {
    margin-bottom: 30px;
  }
  .samples__btn .btn {
    padding: 15px 28px;
    font-size: 14px;
  }
  .single-form {
    height: 347px;
  }
  .projects__single-title {
    padding: 12px 15px;
  }
  .callback-form {
    height: 320px;
  }
}

@media (max-width: 470px) {
  .request__form {
    bottom: -10px;
  }
  .project-services__inner {
    display: block;
  }
  .project-services__list {
    width: 100%;
    padding-bottom: 15px;
  }
  .project-services__list-title {
    padding-bottom: 10px;
  }
}

@media (max-width: 462px) {
  .portfolio-item {
    width: 100%;
    text-align: center;
  }
  .portfolio ul {
    margin: 15px 0;
  }
  .load-more {
    font-size: 14px;
    margin: 0px auto 30px;
    padding: 15px 35px;
    transform: none;
  }
  .projects__single-slider .slick-arrow {
    width: 20px;
    bottom: -2%;
    right: calc(50% - 30px);
  }
  .projects__single-slider .slick-arrow:first-child {
    left: calc(50% - 30px);
  }
  .desctiption__order__left {
    width: 40%;
  }
  .desctiption__order__btn {
    font-size: 14px;
    padding: 12px 20px;
  }
  .desctiption__order__price {
    font-size: 20px;
  }
  .desctiption__order__text {
    font-size: 12px;
  }
}

@media (max-width: 440px) {
  .set {
    height: 1800px;
  }
  .set-item {
    width: 100%;
  }
  .set-item li {
    margin-right: 10px;
  }
}

@media (max-width: 403px) {
  .project .form {
    height: 392px;
  }
  .desctiption__faq {
    padding: 0;
  }
  .desctiption .faq-item {
    padding: 10px 0;
  }
  .desctiption .faq-item__title {
    font-size: 14px;
  }
  .desctiption .faq-item__text {
    padding: 0;
    font-size: 12px;
  }
  .desctiption .faq-item img {
    width: 25px;
    height: 25px;
  }
  .set {
    height: 1840px;
  }
}

@media (max-width: 385px) {
  .set {
    height: 1850px;
  }
}

@media (max-width: 350px) {
  .request__form {
    bottom: -5px;
  }
  .request__form .form__title {
    font-size: 14px;
  }
  .desctiption__order {
    display: block;
    text-align: center;
  }
  .desctiption__order__left {
    width: 100%;
  }
  .desctiption__order__btn {
    font-size: 16px;
    padding: 16px 25px;
  }
  .desctiption__order__price {
    font-size: 20px;
    text-align: center;
  }
  .desctiption__order__text {
    font-size: 12px;
  }
  .desctiption__faq {
    padding: 0;
  }
  .desctiption .faq-item {
    padding: 10px 0;
    height: 80px;
  }
  .desctiption .faq-item__title {
    font-size: 14px;
  }
  .desctiption .faq-item__text {
    padding: 0;
    font-size: 12px;
  }
  .desctiption .faq-item img {
    width: 25px;
    height: 25px;
  }
}

@media (max-width: 1150px) {
  .menu {
    font-size: 12px;
    height: 40px;
  }
  .menu-item:nth-child(-n+4)::after {
    width: 9px;
    height: 5px;
    right: -14px;
    bottom: 35%;
  }
  .menu-item ul {
    padding-left: 0;
    padding-right: 0;
    min-width: 150px;
  }
  .menu-item ul a {
    font-size: 11px;
  }
  .menu .search {
    height: 30px;
  }
  .menu li:last-child {
    max-width: 270px;
    width: 100%;
  }
  .menu-item:hover > ul li:first-child,
  .menu-item:hover > ul li {
    padding-top: 0;
    padding-bottom: 0px;
  }
}

@media (max-width: 1100px) {
  .header__top {
    height: 80px;
  }
  header .logo {
    padding-left: 80px;
    line-height: 18px;
  }
  header .logo__title {
    font-size: 15px;
  }
  header .logo__title::before {
    width: 80px;
    height: 42px;
    left: 0px;
    top: 0px;
  }
  header .logo__subtitle {
    font-size: 13px;
  }
  header .location {
    line-height: 14px;
  }
  header .location__title {
    font-size: 10px;
  }
  header .location__title::before {
    width: 13px;
    height: 18px;
    left: 0;
  }
  header .location__link {
    font-size: 12px;
  }
  header .phone__number {
    font-size: 16px;
  }
  header .phone__number::before {
    width: 15px;
    height: 15px;
    left: -20px;
    bottom: 3px;
  }
  header .phone__link {
    font-size: 12px;
  }
}

@media (max-width: 1000px) {
  footer .logo {
    padding-left: 100px;
    line-height: 24px;
  }
  footer .logo__title {
    font-size: 18px;
  }
  footer .logo__title::before {
    width: 100px;
    height: 52px;
    left: -5px;
    top: 0px;
  }
  footer .logo__subtitle {
    font-size: 13px;
  }
  footer .footer__column .phone__number::before {
    left: 0;
    top: 5%;
  }
  footer .footer__column .location__title::before {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  footer .location {
    line-height: 14px;
  }
  footer .location__title {
    font-size: 12px;
  }
  footer .phone__number {
    padding-right: 25px;
    font-size: 18px;
  }
  footer .phone__link {
    padding-right: 25px;
    font-size: 12px;
  }
  footer .footer__column {
    padding-top: 40px;
  }
  footer .footer__column li {
    padding-bottom: 10px;
  }
  footer .footer__column li a {
    font-size: 12px;
  }
  footer .footer .media-link {
    font-size: 14px;
  }
  .footer-bottom {
    min-height: 80px;
  }
  .footer-bottom .footer-subscribe__text {
    max-width: 450px;
    padding-right: 240px;
  }
}

@media (max-width: 900px) {
  .menu-item:nth-child(-n+4)::after {
    width: 6px;
    height: 3px;
    right: -8px;
    bottom: 43%;
  }
  .menu ul {
    min-width: 130px;
  }
  .menu ul a {
    font-size: 10px;
  }
  .menu li:last-child {
    max-width: 200px;
    width: 100%;
  }
}

@media (max-width: 800px) {
  footer .logo {
    padding-left: 80px;
    line-height: 18px;
  }
  footer .logo__title {
    font-size: 16px;
  }
  footer .logo__title::before {
    width: 80px;
    height: 42px;
    left: -5px;
    top: 0px;
  }
  footer .logo__subtitle {
    font-size: 12px;
  }
  footer .footer__column .phone__number::before {
    left: 0;
    top: 5%;
  }
  footer .footer__column .location__title::before {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  footer .location {
    line-height: 10px;
  }
  footer .location__title {
    font-size: 10px;
  }
  footer .phone__number {
    padding-right: 25px;
    font-size: 16px;
  }
  footer .phone__link {
    padding-right: 25px;
    font-size: 12px;
  }
  footer .footer__column {
    padding-top: 20px;
  }
  footer .footer__column li {
    padding-bottom: 10px;
  }
  footer .footer__column li a {
    font-size: 10px;
  }
  footer .footer .media-link {
    font-size: 14px;
  }
  .footer-bottom {
    min-height: 80px;
  }
  .footer-bottom .footer-subscribe__text {
    max-width: 450px;
    padding-right: 240px;
  }
}

@media (max-width: 768px) {
  .header__top {
    height: 50px;
  }
  .header__shadow {
    box-shadow: none;
  }
  header .logo {
    line-height: 13px;
    padding-left: 60px;
  }
  header .logo__title {
    font-size: 12px;
  }
  header .logo__title::before {
    width: 60px;
    height: 32px;
    left: -5px;
    top: 0px;
  }
  header .logo__subtitle {
    font-size: 10px;
  }
  header .location__title {
    display: none;
  }
  header .location__link {
    position: relative;
  }
  header .location__link::before {
    content: " ";
    display: block;
    position: absolute;
    background: url("../img/location.png") center/cover no-repeat;
    width: 16px;
    height: 23px;
    left: -3px;
    bottom: -5px;
  }
  header .phone__number {
    font-size: 14px;
  }
  header .phone__number::before {
    display: none;
  }
  header .phone__link {
    font-size: 11px;
  }
  .footer {
    display: none;
  }
  .menu {
    display: none;
    z-index: 10;
    position: absolute;
  }
  .menu li {
    padding: 0px 15px;
  }
  .menu .search {
    display: none;
  }
  .menu .search-btn {
    display: none;
  }
  .menu-item {
    background: #fff;
  }
  .menu-item:nth-child(-n+4)::after {
    display: none;
  }
  .menu-item ul {
    left: 100%;
    padding-top: 0;
    top: 0;
  }
  .header__shadow .container {
    padding: 0;
  }
  .header__nav label.toggleMenu {
    display: block;
  }
  .header__nav label.toggleMenu .search {
    padding-left: 45px;
    padding-right: 45px;
  }
  input.toggleMenu:checked ~ ul {
    display: block;
  }
  .footer-mobile {
    padding-top: 20px;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  .footer-mobile .logo {
    transform: translateX(10%);
    line-height: 26px;
    padding-left: 135px;
  }
  .footer-mobile .logo__title {
    font-size: 21px;
    min-width: 250px;
  }
  .footer-mobile .logo__title::before {
    width: 120px;
    height: 65px;
    left: 0px;
    bottom: -5px;
  }
  .footer-mobile .logo__subtitle {
    font-size: 12px;
  }
  .footer-mobile .footer__media {
    padding-top: 15px;
    transform: translateX(25%);
  }
  .footer-bottom {
    min-height: 40px;
  }
  .footer-bottom .footer-copyright {
    font-size: 10px;
  }
  .footer-bottom .footer-subscribe__text {
    font-size: 10px;
    padding-right: 150px;
  }
  .footer-bottom .footer-subscribe__input {
    padding: 8px 15px 8px 8px;
    width: 160px;
  }
  .footer-bottom .footer-subscribe__input::-webkit-input-placeholder {
    font-size: 12px;
  }
  .footer-bottom .footer-subscribe__input::-moz-placeholder {
    font-size: 12px;
  }
  .footer-bottom .footer-subscribe__input:-ms-input-placeholder {
    font-size: 12px;
  }
  .footer-bottom .footer-subscribe__input::-ms-input-placeholder {
    font-size: 12px;
  }
  .footer-bottom .footer-subscribe__input::placeholder {
    font-size: 12px;
  }
  .footer-bottom .footer-subscribe__btn {
    display: none;
  }
  footer .footer__column {
    min-width: 100px;
    padding-top: 40px;
    transform: translateX(-65%);
  }
  footer .footer__column li {
    padding-bottom: 0;
  }
}

@media (max-width: 510px) {
  .footer-mobile {
    padding-top: 15px;
  }
  .footer-mobile .logo {
    transform: translateX(15%);
  }
  .footer-mobile .footer__media {
    padding-top: 15px;
    transform: translateX(40%);
  }
}

@media (max-width: 500px) {
  .location {
    display: none;
  }
}

@media (max-width: 470px) {
  footer .container {
    padding: 0;
  }
  footer .footer__column {
    display: none;
  }
  .footer-mobile {
    padding-top: 10px;
  }
  .footer-mobile .footer__media {
    padding-top: 0px;
    transform: translateX(93%);
  }
  .footer-mobile .logo {
    line-height: 13px;
    transform: translateX(0%);
    display: inline-block;
  }
  .footer-mobile .logo__title {
    max-width: 180px;
    font-size: 16px;
    display: inline;
  }
  .footer-bottom .footer-subscribe__text {
    display: none;
  }
  .footer-bottom .footer-copyright {
    max-width: 180px;
  }
}

@media (max-width: 470px) and (max-width: 355px) {
  .header__top {
    height: 50px;
  }
  .logo {
    padding-left: 60px;
  }
  .logo__title {
    font-size: 12px;
  }
  .logo__title::before {
    width: 60px;
    height: 32px;
    left: -5px;
    top: 0px;
  }
  .logo__subtitle {
    font-size: 10px;
  }
  .phone__number, .phone__link {
    display: none;
  }
  .phone .mobile-phone {
    display: block;
    width: 50px;
    height: 50px;
    transform: translateY(30%);
    padding-right: 10px;
  }
}
