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

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

@font-face {
  font-family: "Gilroy";
  font-display: swap;
  src: url("../fonts/Gilroy-Light.woff2") format("woff2"), url("../fonts/Gilroy-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

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

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

.order__option-input[type=checkbox]:checked + .order__option-btn::before,
.order__option-input[type=radio]:checked + .order__option-btn::before,
.steps__list li::before,
.examples__btn.active::before,
.individual__list li::before,
.slick-arrow::before,
.play-btn::before,
[class^=icon-]:before,
[class*=" icon-"]:before {
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  speak: never;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^=icon-]:before,
[class*=" icon-"]:before {
  display: block;
}

.icon-share:before {
  content: "\e913";
}

.icon-question-mark:before {
  content: "\e912";
}

.icon-arrow:before,
.slick-arrow:before {
  content: "\e900";
}

.icon-camera:before {
  content: "\e901";
}

.icon-check:before,
.order__option-input[type=checkbox]:checked + .order__option-btn:before {
  content: "\e902";
}

.icon-check-circle:before,
.order__option-input[type=radio]:checked + .order__option-btn:before,
.steps__list li:before,
.examples__btn.active:before {
  content: "\e903";
}

.icon-close:before {
  content: "\e904";
}

.icon-compare:before {
  content: "\e905";
}

.icon-download:before {
  content: "\e906";
}

.icon-edit:before {
  content: "\e907";
}

.icon-favorite:before {
  content: "\e908";
}

.icon-map:before {
  content: "\e909";
}

.icon-marker:before,
.individual__list li:before,
.play-btn:before {
  content: "\e90a";
}

.icon-phone:before {
  content: "\e90b";
}

.icon-question:before {
  content: "\e90c";
}

.icon-search:before {
  content: "\e90d";
}

.icon-telegram:before {
  content: "\e90e";
}

.icon-vk:before {
  content: "\e90f";
}

.icon-whatsapp:before {
  content: "\e910";
}

.icon-youtube:before {
  content: "\e911";
}

body {
  font-family: "Gilroy", sans-serif;
  color: #242424;
  min-width: 320px;
  line-height: normal;
}

body.lock {
  overflow: hidden;
}

.wrapper {
  position: relative;
  width: 100%;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
  padding-left: 20px;
  padding-right: 20px;
}

.container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.container-sm {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.container-md {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.container-lg {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.container-xl {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.container-xxl {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
}

.row {
  --bs-gutter-y: 30px;
  --bs-gutter-x: 30px;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
}

.row > * {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.d-contents {
  display: contents !important;
}

.quiz__progressbar {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}

.quiz__progressbar-progress {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  border-radius: 10px;
  height: 7px;
  background: #dbdbdb;
  flex: 1 1 auto;
  position: relative;
}

.quiz__progressbar-progress::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: var(--progress);
  height: 100%;
  -webkit-transition: width 0.3s ease 0s;
  -o-transition: width 0.3s ease 0s;
  transition: width 0.3s ease 0s;
  background: #f0a721;
  border-radius: 10px;
}

.quiz__progressbar-info {
  font-size: 20px;
  font-weight: 300;
  line-height: 100%;
}

.quiz__blocks {
  margin-top: 35px;
}

.quiz__block {
  display: none;
}

.quiz__block.active {
  display: block;
}

.quiz__block .row {
  --bs-gutter-x: 20px;
  --bs-gutter-y: 20px;
}

.quiz__block .row .order__option {
  min-height: 100%;
}

.quiz__block .row .order__option-btn {
  gap: 10px;
}

.quiz__block-header {
  margin-bottom: 50px;
}

.quiz__block-subtitle {
  margin-top: 30px;
  font-weight: 300;
  line-height: 100%;
  font-size: 20px;
}

.quiz__block-items {
  margin-top: 30px;
}

.quiz__block-item {
  margin-top: 0;
  gap: 30px;
}

.quiz__block-item:not(:last-child) {
  margin-bottom: 10px;
}

.quiz__block-item .form__checkbox-input:checked + .form__checkbox-text {
  background: #f5ede6;
}

.quiz__block-item .form__checkbox-text {
  background: #fff;
  padding: 20px;
  border-radius: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.quiz__controls {
  margin-top: 30px;
  gap: 20px;
}

.quiz__controls-prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  font-size: 18px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  border: 1px solid #999;
  -webkit-transition: background-color 0.3s ease 0s, color 0.3s ease 0s, border-color 0.3s ease 0s;
  -o-transition: background-color 0.3s ease 0s, color 0.3s ease 0s, border-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s, color 0.3s ease 0s, border-color 0.3s ease 0s;
}

.quiz__controls-prev::before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.quiz__controls-prev.disabled {
  pointer-events: none;
  color: #999999;
}

.quiz__controls-next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  font-size: 18px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  border: 1px solid #999;
  -webkit-transition: background-color 0.3s ease 0s, color 0.3s ease 0s, border-color 0.3s ease 0s;
  -o-transition: background-color 0.3s ease 0s, color 0.3s ease 0s, border-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s, color 0.3s ease 0s, border-color 0.3s ease 0s;
}

.quiz__controls-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  font-size: 18px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  background: #f0a721;
  color: #fff;
}

.quiz__form {
  margin-top: 60px;
}

.font-weight-semibold {
  font-weight: 600;
}

.rounded {
  border-radius: 10px !important;
}

.title-xl {
  font-weight: 600;
  line-height: 90%;
  font-size: 30px;
}

.title {
  font-weight: 600;
  line-height: 90%;
  font-size: 30px;
}

.title-md {
  font-size: 26px;
  font-weight: 600;
  line-height: 120%;
}

.title-sm {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.color-yellow {
  color: #f0a721;
}

.color-secondary {
  color: #d4cd8e;
}

.color-white {
  color: #fff;
}

.color-gray {
  color: #999999;
}

.back-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #999;
  font-size: 12px;
  gap: 16px;
  font-weight: 700;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  -webkit-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}

.back-link::before {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.choise-btn {
  bottom: 16px;
  left: 16px;
  right: 16px;
  z-index: 8;
}

.choise-btn.btn {
  position: fixed;
  max-width: 520px;
}

.more-link {
  border-radius: 50%;
  background: #f0a721;
  color: #fff;
  width: 40px;
  height: 40px;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: background-color 0.3s ease 0s, opacity 0.3s ease 0s, visibility 0.3s ease 0s;
  -o-transition: background-color 0.3s ease 0s, opacity 0.3s ease 0s, visibility 0.3s ease 0s;
  transition: background-color 0.3s ease 0s, opacity 0.3s ease 0s, visibility 0.3s ease 0s;
}

.play-btn {
  position: relative;
  z-index: 1;
  color: #fff;
  border-radius: 86px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f0a721;
  -webkit-transition: background-color 0.3s ease 0s;
  -o-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
  width: 80px;
  height: 40px;
}

.play-btn::before {
  font-size: 14px;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.socials__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  height: 40px;
  font-size: 20px;
  border: 1.5px solid;
  border-radius: 50%;
  color: #f0a721;
  -webkit-transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
  -o-transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
}

.slick-arrow {
  vertical-align: middle;
  font-size: 0;
  background: #fff;
  color: #f0a721;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: background-color 0.3s ease 0s, color 0.3s ease 0s, opacity 0.3s ease 0s, visibility 0.3s ease 0s;
  -o-transition: background-color 0.3s ease 0s, color 0.3s ease 0s, opacity 0.3s ease 0s, visibility 0.3s ease 0s;
  transition: background-color 0.3s ease 0s, color 0.3s ease 0s, opacity 0.3s ease 0s, visibility 0.3s ease 0s;
  z-index: 2;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.slick-arrow::before {
  font-weight: 700;
  font-size: 18px;
}

.slick-arrow.slick-disabled {
  opacity: 0;
  visibility: hidden;
}

.slick-next {
  right: 0;
}

.slick-next::before {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.slick-prev {
  left: 0;
}

.slick-prev::before {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

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

.fancybox-bg {
  background: rgba(29, 29, 29, 0.4);
}

.fancybox__content {
  color: inherit;
  background: none;
  padding: 0;
}

.fancybox__content :focus:not(.carousel__button.is-close) {
  outline: none;
}

.popup {
  display: none;
  width: 100%;
  background: #fff;
  max-width: 910px;
  scrollbar-width: 0;
  overflow: visible;
  border-radius: 10px;
  padding: 30px 20px;
}

.popup::-webkit-scrollbar {
  display: none;
}

.popup.popup-lg {
  max-width: 1420px;
  padding: 60px;
}

.popup.popup-md {
  max-width: 1180px;
}

.popup .fancybox-button[data-fancybox-close] {
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  padding: 5px;
  background: transparent;
  border-radius: 50%;
  color: #999;
  border: 1px solid #999;
  -webkit-transition: background-color 0.3s ease 0s, color 0.3s ease 0s, border-color 0.3s ease 0s;
  -o-transition: background-color 0.3s ease 0s, color 0.3s ease 0s, border-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s, color 0.3s ease 0s, border-color 0.3s ease 0s;
}

.succes {
  background: #242424;
  color: #fff;
}

.succes__header {
  gap: 70px;
  row-gap: 20px;
}

.succes__header-main {
  max-width: 510px;
}

.succes__subtitle {
  font-weight: 300;
  line-height: 100%;
  margin-top: 20px;
}

.succes__header-icon {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.succes__btn {
  margin-top: 30px;
  font-size: 14px;
  padding: 16px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 50px;
  border: 1px solid #fff;
  width: 100%;
  display: block;
  text-align: center;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
  -o-transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
}

.form-control {
  background: transparent;
  border-color: #999999;
  border-radius: 60px;
  color: inherit !important;
  line-height: 140%;
  width: 100%;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 26px 40px;
  font-size: 16px;
}

.form-control::-webkit-input-placeholder {
  color: #999999;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999999;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #999999;
  opacity: 1;
}

.form-control::placeholder {
  color: #999999;
  opacity: 1;
}

.form-control:focus {
  outline: none;
  color: inherit;
  border-color: inherit;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #f0a721;
}

.form-control:-webkit-autofill,
.form-control:not(:placeholder-shown) {
  text-align: left;
}

.form-control._input {
  text-align: left;
}

.form-control._error {
  background: #ffdbdb;
  border-color: #ffdbdb;
}

.form__subtitle {
  font-weight: 300;
  line-height: 100%;
  max-width: 806px;
  font-size: 18px;
  margin-top: 25px;
}

.form__subtitle strong {
  font-weight: 600;
}

.form__body {
  margin-top: 40px;
}

.form__footer {
  margin-top: 35px;
  gap: 16px;
}

.form__footer-privacy {
  color: #999;
  font-weight: 300;
  line-height: 100%;
  font-size: 18px;
}

textarea.form-control {
  height: 180px !important;
  border-radius: 30px;
  padding-block: 16px;
  resize: none;
}

.btn {
  position: relative;
  z-index: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  overflow: hidden;
  text-align: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 16px 60px 16px 30px;
  line-height: normal;
  font-size: 16px;
}

.btn__icon {
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1;
  border-radius: 50%;
  pointer-events: none;
  z-index: -1;
}

.btn__icon::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: -1;
  -webkit-transition: -webkit-transform 0.3s ease-in-out 0s;
  transition: -webkit-transform 0.3s ease-in-out 0s;
  -o-transition: transform 0.3s ease-in-out 0s;
  transition: transform 0.3s ease-in-out 0s;
  transition: transform 0.3s ease-in-out 0s, -webkit-transform 0.3s ease-in-out 0s;
}

.btn:hover .btn__icon::after {
  -webkit-transform: scale(20);
      -ms-transform: scale(20);
          transform: scale(20);
}

.btn.btn-primary {
  background: #fff;
  border-color: #242424;
  color: #242424;
}

.btn.btn-primary .btn__icon::after {
  background: #f0a721;
}

.btn.btn-primary:hover {
  border-color: transparent;
}

.btn.btn-primary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(240, 167, 33, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(240, 167, 33, 0.5);
}

.btn.btn-primary:not(:disabled):not(.disabled):active {
  background-color: #b87c0c;
  border-color: #b87c0c;
}

.btn.btn-white {
  background: transparent;
  border-color: #fff;
  color: #fff;
}

.btn.btn-white .btn__icon::after {
  background: #f0a721;
}

.btn.btn-white:hover {
  border-color: transparent;
}

.btn.btn-white:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(240, 167, 33, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(240, 167, 33, 0.5);
}

.btn.btn-white:not(:disabled):not(.disabled):active {
  background-color: #b87c0c;
  border-color: #b87c0c;
}

.btn.btn-white-full {
  background: #fff;
  border-color: #fff;
  color: #242424;
}

.btn.btn-white-full .btn__icon {
  color: #fff;
}

.btn.btn-white-full .btn__icon::before {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.btn.btn-white-full .btn__icon::after {
  background: #242424;
}

.btn.btn-white-full:hover {
  border-color: transparent;
  color: #fff;
}

.btn.btn-white-full:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(240, 167, 33, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(240, 167, 33, 0.5);
}

.btn.btn-white-full:not(:disabled):not(.disabled):active {
  background-color: #b87c0c;
  border-color: #b87c0c;
}

.btn.btn-secondary {
  background: #f0a721;
  border-color: #f0a721;
  color: #fff;
}

.btn.btn-secondary .btn__icon::after {
  background: #242424;
}

.btn.btn-secondary:hover {
  border-color: #f0a721;
}

.btn.btn-secondary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(240, 167, 33, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(240, 167, 33, 0.5);
}

.btn.btn-secondary:not(:disabled):not(.disabled):active {
  background-color: #b87c0c;
  border-color: #b87c0c;
}

.btn.btn-secondary:not(:disabled):not(.disabled):active::before {
  color: inherit;
}

.btn.btn-sm {
  font-size: 14px;
}

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

.header__body {
  position: relative;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #dbdbdb;
  padding: 14px 20px;
}

.header__body.open-contacts {
  border-radius: 10px 10px 0 0;
}

.header__logo {
  background: #fff;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.header__logo img {
  max-width: 110px;
}

.header__whatsapp {
  margin-right: 20px;
  border-radius: 3px;
  background: #dbdbdb;
  /*padding: 7px 12px;*/
  gap: 10px;
  position: relative;
  -webkit-transition: background-color 0.3s ease 0s;
  -o-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
}

.header__whatsapp::before {
  content: "";
  position: absolute;
  top: -5px;
  right: -5px;
  width: 8px;
  height: 8px;
  border-radius: 5%;
  background: #4ad504;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 5px #fff;
          box-shadow: 0 0 0 5px #fff;
}

.header__callback-btn {
  border-left: 1px solid #dbdbdb;
  color: #f0a721;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  border-right: 1px solid #dbdbdb;
  padding: 10px 15px;
  gap: 24px;
}

.header__callback-btn.active {
  color: #999;
}

.header__callback-btn.active::before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.header__callback-btn::before {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  -o-transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}

.header__callback-content {
  gap: 10px;
}

.header__callback-link {
  color: #f0a721;
  font-size: 24px;
  font-weight: 600;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.header__callback-hint {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.header__callback-socials {
  gap: 20px;
}

.header__callback-social {
  border-radius: 90px;
  border: 1px solid #999;
  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;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  -webkit-transition: color 0.3s ease 0s, background-color 0.3s ease 0s, border-color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s, background-color 0.3s ease 0s, border-color 0.3s ease 0s;
  transition: color 0.3s ease 0s, background-color 0.3s ease 0s, border-color 0.3s ease 0s;
  gap: 20px;
  padding: 10px 20px;
}

.header__callback-social::before {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  color: #f0a721;
  font-size: 24px;
}

.header__contacts {
  position: relative;
  margin-bottom: -16px;
  margin-top: -14px;
  -ms-flex-item-align: end;
      align-self: flex-end;
  display: none;
}

.header__contacts::before {
  content: "";
  position: absolute;
  top: 45%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 1px;
  height: 40px;
  border-left: 1px solid #dbdbdb;
}

.header__contacts::after {
  content: "";
  position: absolute;
  top: 45%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 1px;
  height: 40px;
  border-right: 1px solid #dbdbdb;
}

.header__contacts-block:not(:last-child) {
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #dbdbdb;
}

.header__contacts-link {
  -webkit-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
  font-weight: 700;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  padding-inline: 12px;
}

.header__contacts-city {
  -webkit-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
  color: #999;
  padding-inline: 12px;
  padding-bottom: 12px;
  display: inline-block;
}

.header__contacts-city.current {
  color: #242424;
  position: relative;
}

.header__contacts-city.current::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #f0a721;
}

.header__actions {
  margin-left: 10px;
  gap: 10px;
}

.header__action {
  font-size: 18px;
  -webkit-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}

.header__action.icon-favorite,
.header__action.icon-compare {
  position: relative;
}

.header__action.icon-favorite span,
.header__action.icon-compare span {
  width: 12px;
  height: 12px;
  font-size: 8px;
  top: -6px;
  right: -6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  background: #f0a721;
  color: #242424;
  font-weight: 600;
  line-height: 100%;
  position: absolute;
  -webkit-box-shadow: 0 0 0 2px #fff;
          box-shadow: 0 0 0 2px #fff;
}

.menu__logo img {
  max-width: 120px;
}

.menu__list {
  margin-top: 60px;
  font-weight: 700;
  letter-spacing: 1.6px;
  gap: 24px;
  text-transform: uppercase;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.menu__item:hover .menu__link {
  color: #f0a721;
}

.menu__item:hover .submenu {
  opacity: 1;
  visibility: visible;
}

.menu__link {
  display: inline-block;
  text-align: center;
  position: relative;
  z-index: 2;
  -webkit-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}

.menu__link:hover {
  margin: -26px 0;
  padding: 26px 0;
  color: #f0a721;
}

.submenu.submenu-lg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}

.submenu__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
  gap: 20px;
}

.submenu__menu.submenu__menu-grid {
  display: -ms-grid;
  display: grid;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.submenu__menu.submenu__menu-grid::before {
  display: none;
}

.submenu__menu-link {
  text-align: left;
  -webkit-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}

.icon-menu {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  background: #f0a721;
  color: #fff;
  z-index: 11;
  height: 41px;
  width: 41px;
  border-radius: 50%;
}

.icon-menu span {
  display: block;
  padding: 2.5px 4px;
  -webkit-transition: opacity 0.4s ease 0.4s, -webkit-transform 0.4s ease 0.4s;
  transition: opacity 0.4s ease 0.4s, -webkit-transform 0.4s ease 0.4s;
  -o-transition: transform 0.4s ease 0.4s, opacity 0.4s ease 0.4s;
  transition: transform 0.4s ease 0.4s, opacity 0.4s ease 0.4s;
  transition: transform 0.4s ease 0.4s, opacity 0.4s ease 0.4s, -webkit-transform 0.4s ease 0.4s;
  will-change: transform;
  pointer-events: none;
}

.icon-menu span::before {
  content: "";
  display: block;
  height: 1px;
  width: 20px;
  pointer-events: none;
  background: currentColor;
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  -o-transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  will-change: transform;
}

.header.open-menu .icon-menu span {
  -webkit-transition: opacity 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  transition: opacity 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  -o-transition: transform 0.3s ease 0s, opacity 0.3s ease 0s;
  transition: transform 0.3s ease 0s, opacity 0.3s ease 0s;
  transition: transform 0.3s ease 0s, opacity 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}

.header.open-menu .icon-menu span::before {
  -webkit-transition: width 0.3s ease 0s, -webkit-transform 0.45s ease 0.35s;
  transition: width 0.3s ease 0s, -webkit-transform 0.45s ease 0.35s;
  -o-transition: transform 0.45s ease 0.35s, width 0.3s ease 0s;
  transition: transform 0.45s ease 0.35s, width 0.3s ease 0s;
  transition: transform 0.45s ease 0.35s, width 0.3s ease 0s, -webkit-transform 0.45s ease 0.35s;
}

.header.open-menu .icon-menu span:first-child {
  -webkit-transform: translateY(6px);
      -ms-transform: translateY(6px);
          transform: translateY(6px);
}

.header.open-menu .icon-menu span:first-child::before {
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.header.open-menu .icon-menu span:nth-child(2) {
  opacity: 0;
}

.header.open-menu .icon-menu span:nth-child(3) {
  -webkit-transform: translateY(-6px);
      -ms-transform: translateY(-6px);
          transform: translateY(-6px);
}

.header.open-menu .icon-menu span:nth-child(3)::before {
  -webkit-transform: rotate(-225deg);
      -ms-transform: rotate(-225deg);
          transform: rotate(-225deg);
}

.footer {
  background: #242424;
  color: #fff;
  padding: 40px 0 33px;
}

.footer__header {
  gap: 16px;
  row-gap: 24px;
}

.footer__callback.btn.btn-secondary {
  width: 100%;
}

.footer__callback.btn.btn-secondary:hover {
  border-color: #f0a721;
}

.footer__menu {
  margin-top: 55px;
}

.footer__menu-caption {
  color: #999;
  font-size: 24px;
  font-weight: 300;
  line-height: 100%;
}

.footer__menu-caption:not(:first-child) {
  margin-top: 60px;
}

.footer__menu-list {
  font-size: 14px;
  margin-top: 30px;
  font-weight: 600;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.footer__menu-item:not(:last-child) {
  margin-bottom: 20px;
}

.footer__menu-link {
  -webkit-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}

.no-webp .footer__contacts {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(40, 40, 40, 0.8)), to(rgba(40, 40, 40, 0.8))), url("../img/footer-img.jpg") center/cover no-repeat;
  background: -o-linear-gradient(bottom, rgba(40, 40, 40, 0.8), rgba(40, 40, 40, 0.8)), url("../img/footer-img.jpg") center/cover no-repeat;
  background: linear-gradient(0deg, rgba(40, 40, 40, 0.8), rgba(40, 40, 40, 0.8)), url("../img/footer-img.jpg") center/cover no-repeat; }

.footer__contacts {
  padding: 20px 20px 40px;
  margin: 80px -20px 0;
}

.footer__contacts-label {
  color: #242424;
  background: #fff;
  font-size: 14px;
  padding: 14px 16px;
}

.footer__contacts-address {
  font-weight: 600;
  line-height: 100%;
  font-size: 22px;
}

.footer__contacts-link {
  margin-top: 2.5px;
  color: #f0a721;
  font-weight: 600;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  font-size: 20px;
}

.footer__contacts-socials {
  gap: 24px;
}

.footer__contacts-social {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.footer__contacts-social::before {
  color: #f0a721;
  font-size: 20px;
  margin-bottom: 12px;
}

.footer__bottom {
  border-top: 1px solid #999;
  row-gap: 24px;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  padding-top: 20px;
  margin-top: 20px;
}

.footer__privacy {
  margin-right: auto;
  -webkit-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}

.footer__prod {
  gap: 32px;
}

.footer__prod img {
  margin-top: -16px;
}

.page {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  overflow-x: clip;
}

.promo__content {
  position: relative;
}

.promo__image {
  height: 100vh;
  position: relative;
}

.promo__overlay {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.promo__body {
  position: absolute;
  color: #fff;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  overflow: hidden;
  top: 0;
  padding: var(--header-height, 195px) 0 0 0;
}

.promo__main {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  padding: 40px 0px 55px;
}

.promo__desc {
  font-weight: 300;
  line-height: 100%;
  max-width: 326px;
  font-size: 20px;
}

.desc {
  padding: 75px 0 25px;
}

.desc__text {
  font-weight: 600;
  line-height: 120%;
  font-size: 24px;
}

.desc__text p:not(:last-child) {
  margin-bottom: 32px;
}

.desc__btn {
  margin-top: 60px;
}

.gallery {
  padding: 25px 0 50px;
}

.gallery__slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}

.gallery__slider .slick-list {
  overflow: visible;
}

.gallery__slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.gallery__slide {
  position: relative;
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.gallery__slide picture > img,
.gallery__slide picture > source {
  min-height: 360px;
}

.gallery__slide > img,
.gallery__slide > source {
  min-height: 360px;
}

.gallery__slide-info {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  padding-bottom: 20px;
  color: #242424;
}

.gallery__slide-label {
  font-size: 16px;
  background: #fff;
  padding: 15px 30px 15px 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.projects {
  padding: 50px 0 100px;
}

.projects__years {
  font-weight: 300;
  line-height: 100%;
  font-size: 20px;
}

.projects__slider {
  margin: 30px 0 0;
}

.projects__slider > .slick-list {
  overflow: visible;
}

.projects__slider > .slick-list > .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}

.projects__item {
  width: auto;
}

.projects__item-images {
  position: relative;
}

.projects__item-slider {
  position: relative;
}

.projects__item-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.projects__item-slider .slick-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 580px;
  width: 100%;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  font-size: 0;
  z-index: 3;
}

.projects__item-slider .slick-dots li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  height: 4px;
  border-radius: 10px;
  background: #fff;
  position: relative;
  cursor: pointer;
}

.projects__item-slider .slick-dots li::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 1.5rem;
  width: 100%;
}

.projects__item-slider .slick-dots li.slick-active {
  background: #f0a721;
}

.projects__item-slide {
  position: relative;
  height: auto;
  aspect-ratio: 1;
  float: none;
  overflow: hidden;
}

.projects__item-all {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 10px;
  color: #fff;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(36, 36, 36, 0.6)), to(rgba(36, 36, 36, 0.6)));
  background: -o-linear-gradient(bottom, rgba(36, 36, 36, 0.6) 0%, rgba(36, 36, 36, 0.6) 100%);
  background: linear-gradient(0deg, rgba(36, 36, 36, 0.6) 0%, rgba(36, 36, 36, 0.6) 100%);
}

.projects__item-all-content {
  position: relative;
  z-index: 3;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  padding: 30px;
  font-size: 20px;
  font-weight: 300;
  line-height: 100%;
}

.projects__item-all-content::before {
  font-size: 48px;
}

.projects__item-more {
  position: absolute;
  right: 20px;
  bottom: 60px;
}

.projects__item-body {
  margin-top: 20px;
  gap: 15px;
}

.projects__item-main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  border-right: 1px solid #dbdbdb;
}

.projects__item-name {
  -webkit-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  row-gap: 5px;
}

.projects__item-articul {
  font-weight: 300;
  line-height: 100%;
  font-size: 20px;
}

.projects__item-props {
  margin-top: 16px;
  padding-top: 20px;
  padding-right: 10px;
  border-top: 1px solid #dbdbdb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.projects__item-size {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  gap: 14px;
}

.projects__item-square {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  gap: 14px;
}

.projects__item-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}

.projects__item-action {
  font-size: 20px;
  /*-webkit-transition: color 0.3s ease 0s;*/
  /*-o-transition: color 0.3s ease 0s;*/
  /*transition: color 0.3s ease 0s;*/
}

.geo {
  color: #fff;
  background: url("../img/russia.svg") 0 0/1600px auto no-repeat, #242424;
  padding: 45px 0;
}

.geo .row {
  --bs-gutter-x: 0;
}

.geo__map {
  margin-top: 30px;
  margin-left: -20px;
  margin-right: -20px;
  overflow: hidden;
  /*-webkit-filter: grayscale(1) brightness(90%) invert(1);*/
  /*        filter: grayscale(1) brightness(90%) invert(1);*/
  height: 760px;
}

.geo__main {
  padding-bottom: 50px;
  border-bottom: 1px solid #999;
}

.geo__tagline {
  padding-top: 20px;
  margin-bottom: 30px;
}

.completed-projects {
  padding: 50px 0;
}

.completed-projects.completed-projects_offset {
  padding: 50px 0;
}

.completed-projects__header {
  row-gap: 20px;
  padding: 0 30px 0 0;
}

.completed-projects__year {
  font-weight: 300;
  line-height: 100%;
  font-size: 20px;
}

.completed-projects__slider {
  margin-top: 35px;
}

.completed-projects__slider .slick-list {
  overflow: visible;
}

.completed-projects__slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.completed-projects__slide-image {
  position: relative;
}

.completed-projects__slide-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease 0s, visibility 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s, visibility 0.3s ease 0s;
  transition: opacity 0.3s ease 0s, visibility 0.3s ease 0s;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(36, 36, 36, 0.6)), to(rgba(36, 36, 36, 0.6)));
  background: -o-linear-gradient(bottom, rgba(36, 36, 36, 0.6) 0%, rgba(36, 36, 36, 0.6) 100%);
  background: linear-gradient(0deg, rgba(36, 36, 36, 0.6) 0%, rgba(36, 36, 36, 0.6) 100%);
}

.completed-projects__slide-image .completed-projects__slide-more {
  position: absolute;
  bottom: 20px;
  right: 20px;
  margin-top: 0;
  opacity: 0;
  visibility: hidden;
}

.completed-projects__slide-more {
  margin-top: 25px;
}

.completed-projects__slide-name {
  margin-top: 20px;
  color: #242424;
}

.completed-projects__slide-props {
  border-top: 1px solid #dbdbdb;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  margin: 15px 0 0;
  padding-top: 15px;
}

.completed-projects__slide-prop {
  gap: 14px;
  color: #242424;
}

.choose {
  padding: 40px 0 50px;
}

.choose__info {
  font-weight: 300;
  line-height: 100%;
  font-size: 20px;
}

.choose__list {
  margin-top: 50px;
}

.choose__item {
  padding-bottom: 30px;
  border-bottom: 1px solid #dbdbdb;
}

.choose__item:not(:last-child) {
  margin-bottom: 30px;
}

.choose__item-options {
  gap: 16px;
}

.choose__item-option {
  font-weight: 700;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  padding: 16px 30px;
  border-radius: 50px;
  border: 1px solid #242424;
  -webkit-transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
  -o-transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
}

.choose__bottom {
  margin-top: 30px;
}

.individual {
  padding: 50px 0;
}

.individual:last-child {
  padding-bottom: 100px;
}

.no-webp .individual__content {
  background: url("../img/calculate.jpg") 0 0/cover no-repeat, #242424; }

.individual__content {
  color: #fff;
  margin: 0 -20px;
  padding: 30px 30px 35px;
}

.individual__subtitle {
  font-weight: 300;
  line-height: 100%;
  font-size: 18px;
}

.individual__body {
  margin-top: 20px;
}

.individual__blocks {
  display: -ms-grid;
  display: grid;
}

.individual__list {
  padding: 25px 20px;
}

.individual__list:nth-child(1) {
  border-top: 0.0625rem solid #fff;
  border-right: 0.0625rem solid #fff;
  padding-left: 0;
}

.individual__list:nth-child(2) {
  border-top: 0.0625rem solid #fff;
  border-left: 0.0625rem solid #fff;
}

.individual__list li {
  font-size: 18px;
  font-weight: 300;
  line-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}

.individual__list li:not(:last-child) {
  margin-bottom: 24px;
}

.individual__list li::before {
  color: #f0a721;
  -ms-flex-item-align: start;
      align-self: flex-start;
  font-size: 16px;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.individual__btn.btn.btn-secondary:hover {
  border-color: #f0a721;
}

.blog {
  padding: 50px 0;
}

.blog:last-child {
  padding-bottom: 100px;
}

.blog__item-image {
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
  overflow: hidden;
}

.blog__item-image img {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  -o-transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}

.blog__item-desc {
  position: relative;
  z-index: 2;
  background: #fff;
  padding: 30px 0 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.blog__item-time {
  color: #999;
  padding-bottom: 30px;
  border-bottom: 1px solid #dbdbdb;
  width: 100%;
  display: block;
}

.blog__item-body {
  position: relative;
  margin-top: 25px;
  padding-right: 70px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.blog__item-text {
  font-weight: 300;
  line-height: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  overflow: hidden;
}

.blog__item-more {
  position: absolute;
  bottom: 0;
  right: 0px;
}

.blog__media {
  position: relative;
  overflow: hidden;
  min-height: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
}

.blog__media::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4)));
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%);
}

.blog__media-image {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
}

.blog__media-image picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
}

.blog__media-image img {
  height: auto;
}

.blog__media-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
}

.blog__media-info {
  margin-top: 68px;
}

.blog__media-date {
  padding-bottom: 20px;
  border-bottom: 1px solid #dbdbdb;
}

.blog__media-title {
  margin-top: 20px;
}

.project-card {
  padding: var(--header-height, 195px) 0 0;
}

.project-card__title {
  margin-top: 88px;
}

.project-card__header {
  max-width: 1375px;
}

.project-card__list {
  margin-top: 40px;
  border-top: 1px solid #dbdbdb;
  padding-top: 40px;
  gap: 20px;
}

.project-card__list-item {
  gap: 40px;
}

.project-card__icon {
  width: 35px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.project-card__caption {
  font-size: 20px;
  font-weight: 300;
  line-height: 100%;
}

.project-card__value {
  margin-top: 10px;
}

.project-card__main {
  margin-top: 80px;
  margin-left: -20px;
  margin-right: -20px;
  position: relative;
  overflow: hidden;
  height: 0;
}

.project-card__main img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.project-card__side {
  position: absolute;
  top: 20px;
  left: 20px;
}

.project-card__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.project-card__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  gap: 40px;
  padding: 10px 0;
  font-size: 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
  border: 1px solid #dbdbdb;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  background: #fff;
  -webkit-transition: color 0.3s ease 0s, background-color 0.3s ease 0s, border-color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s, background-color 0.3s ease 0s, border-color 0.3s ease 0s;
  transition: color 0.3s ease 0s, background-color 0.3s ease 0s, border-color 0.3s ease 0s;
}

.project-desc {
  padding: 90px 0;
}

.project-desc__title {
  max-width: 1500px;
  margin: 0 auto;
}

.project-desc__body {
  margin-top: 100px;
}

.project-desc__body .props__list {
  position: sticky;
  top: calc(var(--header-height, 195px) + 16px);
}

.project-desc__body .props__list .props__item-name {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

.project-desc__body .props__list .props__item-value {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
		  text-align:right;
}

.project-desc__image {
  position: relative;
}

.project-desc__image:not(:last-child) {
  margin-bottom: 30px;
}

.project-desc__info {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.project-desc__label {
  border-radius: 10px;
  background: #fff;
  color: #242424;
  gap: 30px;
  padding: 14.5px 20px;
}

.props {
  padding: 100px 0;
}

.props__block:not(:last-child) {
  margin-bottom: 90px;
}

.props__item:not(:last-child) {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #dbdbdb;
}

.props__item-name {
  font-weight: 300;
  line-height: 100%;
  font-size: 20px;
  gap: 16px;
}

.props__item-link {
  color: #f0a721;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}

.props__item-link span {
  text-decoration: underline;
}

.banner__body {
  background-color: #242424;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 0;
  padding: 140px 20px;
  margin: 0 -20px;
}

.extras {
  padding: 100px 0 90px;
}

.extras__list {
  display: -ms-grid;
  display: grid;
}

.extras__item-icon {
  margin-bottom: auto;
}

.extras__item-caption {
  margin: 60px 0 0 0;
}

.extras__item-desc {
  margin-top: 20px;
}

.examples {
  position: relative;
}

.examples__images {
  position: relative;
  z-index: 1;
}

.examples__images .slick-dots {
	position: absolute;
    left: 15px;
    right: 15px;
    bottom: 30px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}
.examples__images .slick-dots li {
	margin:0 5px 10px 5px;
	width:24px;
	height:24px;
	border-radius:24px;
	background:#242424;
	cursor:pointer;
}
.examples__images .slick-dots li.slick-active {
	background:#f0a721;
}
.examples__images .slick-dots li button {
	font-size:0;
}
.examples__image {
  /*display: none;*/
}

.examples__image.active {
  /*display: block;*/
}

.examples__image.fade {
  -webkit-animation: fadeIn 1s forwards;
          animation: fadeIn 1s forwards;
}

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

  100% {
    opacity: 1;
  }
}

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

  100% {
    opacity: 1;
  }
}

.examples__btns {
  padding: 20px 0;
  gap: 16px;
}

.examples__btn {
  color: #242424;
  font-weight: 700;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  padding: 16px;
  font-size: 12px;
  gap: 26px;
  background: #dbdbdb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.examples__btn.active {
  background: #242424;
  color: #f0a721;
}

.examples__btn.active::before {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.steps {
  color: #fff;
  padding: 70px 0;
  background: url("../img/russia.svg") center/cover no-repeat, #242424;
}

.steps__body {
  margin-top: 40px;
}

.steps__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.steps__list li::before {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 22px;
  color: #f0a721;
  border-bottom: 1px solid #999;
  padding-bottom: 30px;
}

.steps__list li div {
  padding-right: 20px;
  margin-top: 30px;
}

.steps__bottom {
  margin-top: 50px;
  gap: 40px;
}

.materials {
  padding: 100px 0 50px;
}

.materials__caption {
  max-width: 477px;
}

.materials__list {
  margin-top: 50px;
  display: -ms-grid;
  display: grid;
  grid-auto-rows: 1fr;
  gap: 20px;
}

.materials__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  border-radius: 10px;
  padding: 9px 30px;
  cursor: pointer;
  counter-increment: num;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  border-radius: 10px;
  border: 1px solid #999;
}

.materials__item.active {
  border: 1px solid #f0a721;
  color: #f0a721;
}

.materials__item::before {
  content: "0" counter(num);
  color: #999;
}

.materials__item-image {
  margin-left: auto;
}

.materials__image {
  position: relative;
}

.materials__point {
  position: absolute;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  background: #242424;
}

.materials__point.active {
  background: #f0a721;
  color: #fff;
}

.materials__point:nth-child(1) {
  bottom: 5%;
  left: 38%;
}

.materials__point:nth-child(2) {
  bottom: 30%;
  right: 15%;
}

.materials__point:nth-child(3) {
  top: 38%;
  left: 35%;
}

.materials__point:nth-child(4) {
  top: 21%;
  left: 30%;
}

.materials__point:nth-child(5) {
  top: 14%;
  left: 62%;
}

.materials-desc__list {
  margin-top: 50px;
  max-width: 502px;
}

.materials-desc__list li {
  counter-increment: num;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  font-size: 20px;
  font-weight: 300;
  line-height: 100%;
}

.materials-desc__list li:not(:last-child) {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dbdbdb;
}

.materials-desc__list li::before {
  content: "0" counter(num);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  background: #242424;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.faq {
  padding: 50px 0 100px;
}

.faq__main {
  gap: 32px;
}

.faq__item {
  gap: 25px;
}

.faq__item:not(:last-child) {
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 35px;
  margin-bottom: 35px;
}

.faq__item::before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #f0a721;
  border-radius: 10px;
  width: 40px;
  height: 40px;
  border: 1px solid #242424;
  color: #f0a721;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (min-width:1200px) {
	.faq__item::before {
		font-size:28px;
	}
}

.faq__answer {
  margin-top: 16px;
  font-size: 18px;
  font-weight: 300;
  line-height: 100%;
}

.visual {
  background: #242424;
  margin: 0 0 50px 0;
  position: relative;
  z-index: 1;
}

.visual__image {
  position: relative;
}

.visual__body {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 80px 0 50px;
}

.visual__body .container-xxl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 100%;
}

.visual__text {
  color: #fff;
  max-width: 755px;
  font-size: 30px;
  font-weight: 300;
  line-height: 100%;
}

.visual__btn.btn {
  max-width: 605px;
}

.visual__btn:hover .btn__icon::after {
  -webkit-transform: scale(22);
      -ms-transform: scale(22);
          transform: scale(22);
}

.visual__info-list {
  background: #fff;
  font-size: 18px;
  padding: 40px 10px 15px;
  display: none;
  border: 0;
}

.visual__info-item {
  cursor: pointer;
  -webkit-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}

.visual__info-item:not(:last-child) {
  margin-bottom: 12px;
}

.visual__info-btn {
  position: relative;
  z-index: 2;
}

.visual__info-btn.btn {
  font-size: 16px !important;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.visual__info-btn.btn .btn__icon {
  margin-left: auto;
}

.visual__info-btn.active {
  color: #fff;
}

.visual__info-btn.active .btn__icon::after {
  -webkit-transform: scale(15);
      -ms-transform: scale(15);
          transform: scale(15);
}

.visual__info-btn > img {
  margin: -15px 25px -15px -30px;
}

.order {
  padding: var(--header-height, 195px) 0 100px;
}

.order__content {
  margin-top: 40px;
}

.order__body {
  margin-top: 40px;
}

.order__side {
  border-radius: 10px;
  border: 1px solid #dbdbdb;
  padding: 30px 40px 10px;
  margin-left: -20px;
  margin-right: -20px;
}

.order__side-list {
  margin-top: 30px;
}

.order__side-item:not(:last-child) {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #dbdbdb;
}

.order__side-name {
  font-weight: 300;
  line-height: 100%;
}

.order__side-value {
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
}

.order__total {
  background: #242424;
  color: #fff;
  padding: 20px 30px;
  margin: 40px -30px 0;
}

.order__total-text {
  font-size: 18px;
  font-weight: 300;
  line-height: 100%;
}

.order__total-value {
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
}

.order__block:not(:last-child) {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #dbdbdb;
}

.order__block-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  line-height: 1;
}

.order__block-info {
  color: #999;
  font-size: 24px;
  -webkit-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}

.order__options {
  gap: 12px;
  margin-top: 20px;
}

.order__option {
  margin-bottom: 0;
}

.order__option-input[type=radio]:checked + .order__option-btn {
  border-color: #f0a721;
}

.order__option-input[type=checkbox]:checked + .order__option-btn {
  border-color: #f0a721;
}

.order__option-input[type=checkbox]:checked + .order__option-btn::before {
  background: #f0a721;
  border-color: #f0a721;
}

.order__option-input[type=checkbox] + .order__option-btn {
  gap: 5px;
}

.order__option-input[type=checkbox] + .order__option-btn::before {
  content: "";
  border-radius: 2px;
  border: 1px solid #999;
  color: #fff;
  width: 20px;
  height: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.order__option-btn {
  border-radius: 10px;
  border: 1px solid #999;
  min-height: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  padding: 16px 20px;
  gap: 24px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-weight: 700;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  cursor: pointer;
}

.order__option-btn::before {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  font-size: 20px;
}

.order__option-btn input {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  color: #999;
  font-weight: 300;
  line-height: 100%;
  font-size: 16px;
}

.order__form {
  background: #242424;
  color: #fff;
  padding: 40px 30px;
  margin-top: 40px;
  margin-left: -20px;
  margin-right: -20px;
}

.order-more__tabs {
  margin-top: 60px;
}

.order-more__content {
  display: none;
}

.order-more__content.active {
  display: block;
}

.order-more__card {
  position: relative;
  padding-bottom: 60px;
}

.order-more__card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.order-more__card-image {
  height: 226px;
}

.order-more__card-name:not(:first-child) {
  margin-top: 40px;
}

.order-more__card-list {
  margin-top: 50px;
  font-size: 20px;
  font-weight: 300;
  line-height: 100%;
}

.order-more__card-list li:not(:last-child) {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #dbdbdb;
}

@media (min-width: 575.98px) {
  .container,
  .container-fluid,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl,
  .container-xxl {
    padding-left: 30px;
    padding-right: 30px;
  }

  .choise-btn {
    bottom: 32px;
    right: 32px;
    left: auto;
  }

  .popup {
    padding: 70px 60px;
  }

  .form-control:-webkit-autofill + .form__label,
  .form-control:not(:placeholder-shown) + .form__label {
    font-size: 12px;
    top: 16px;
  }

  .form-control._input + .form__label {
    font-size: 12px;
    top: 16px;
  }

  .form__subtitle {
    margin-top: 35px;
    font-size: 20px;
  }

  .header__callback-body {
    position: absolute;
    top: 100%;
    left: -1px;
    width: calc(100% + 3px);
    background: #fff;
    border-radius: 0 0 10px 10px;
    padding: 27px 20px;
    border: 1px solid #dbdbdb;
    display: none;
  }

  .header__callback-socials {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }

  .footer {
    padding: 80px 0 66px;
  }

  .footer__contacts-label {
    font-size: 16px;
    padding: 16px 20px;
  }

  .footer__bottom {
    margin-top: 40px;
    padding-top: 58px;
  }

  .projects__item {
    width: 450px;
  }

  .projects__item-slide {
    height: 450px;
  }

  .projects__item-actions {
    gap: 30px;
  }

  .completed-projects__slide {
    width: 450px;
  }

  .blog__item-desc {
    padding: 30px 25px 30px;
    margin-right: 10px;
    margin-left: 10px;
    margin-top: -70px;
  }

  .blog__item-more {
    right: -20px;
  }

  .faq__answer {
    margin-top: 20px;
    font-size: 20px;
  }

  .order__side {
    margin-left: 0;
    margin-right: 0;
  }

  .order__form {
    margin-top: 60px;
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 576px) {
  .d-sm-contents {
    display: contents !important;
  }
}

@media (min-width: 767.98px) {
  .container {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }

  .container-sm {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }

  .container-md {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }

  .quiz__progressbar {
    margin-top: 67px;
  }

  .quiz__blocks {
    margin-top: 70px;
  }

  .quiz__controls {
    margin-top: 50px;
  }

  .quiz__controls-prev {
    width: 80px;
    height: 80px;
    font-size: 24px;
  }

  .quiz__controls-next {
    width: 80px;
    height: 80px;
    font-size: 24px;
  }

  .quiz__controls-submit {
    width: 80px;
    height: 80px;
    font-size: 24px;
  }

  .rounded-md {
    border-radius: 10px !important;
  }

  .title-xl {
    font-size: 40px;
  }

  .title {
    font-size: 40px;
  }

  .back-link {
    gap: 20px;
    font-size: 16px;
  }

  .more-link {
    width: 60px;
    height: 60px;
    font-size: 24px;
  }

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

  .popup .fancybox-button[data-fancybox-close] {
    padding: 10px;
    top: 30px;
    right: 30px;
    width: 60px;
    height: 60px;
  }

  .succes__subtitle {
    font-size: 20px;
    margin-top: 30px;
  }

  .succes__btn {
    padding: 20px;
    margin-top: 40px;
    font-size: 18px;
  }

  .form__footer-privacy {
    font-size: 20px;
    max-width: 369px;
  }

  .btn {
    width: 100%;
    padding: 22px 80px 22px 40px;
    max-width: 360px;
  }

  .header__logo img {
    max-width: 150px;
  }

  .header__action.icon-favorite span,
  .header__action.icon-compare span {
    width: 16px;
    height: 16px;
    font-size: 10px;
    top: -8px;
    right: -8px;
  }

  .footer__contacts-link {
    font-size: 22px;
  }

  .footer__contacts-social {
    font-size: 18px;
  }

  .footer__contacts-social::before {
    margin-bottom: 16px;
    font-size: 26px;
  }

  .promo {
    padding: 30px 0;
  }

  .promo__image {
    height: 940px;
    margin: 0 -20px;
  }

  .promo__body {
    padding: 0;
    top: auto;
  }

  .promo__desc {
    padding-top: 20px;
  }

  .desc__text {
    font-size: 30px;
  }

  .gallery__slider {
    margin: 0 -20px;
  }

  .gallery__slide picture > img,
  .gallery__slide picture > source {
    height: 480px;
  }

  .gallery__slide > img,
  .gallery__slide > source {
    height: 480px;
  }

  .projects__years {
    font-size: 30px;
    padding-bottom: 15px;
  }

  .projects__item-body {
    gap: 30px;
  }

  .projects__item-name {
    row-gap: 10px;
    gap: 40px;
    padding-right: 30px;
  }

  .projects__item-articul {
    font-size: 30px;
  }

  .projects__item-props {
    margin-top: 20px;
    padding-top: 30px;
    padding-right: 30px;
  }

  .projects__item-action {
    font-size: 26px;
  }

  .choose__item-option {
    padding: 24px 40px;
    border-radius: 50px;
  }

  .individual__blocks {
    gap: 25px;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .blog__media {
    min-height: 600px;
  }

  .blog__media-content {
    padding: 30px;
  }

  .project-card__side {
    right: 100px;
    left: auto;
  }

  .project-card__actions {
    position: fixed;
    z-index: 3;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .project-card__action {
    width: 80px;
    height: 80px;
    padding: 0px 30px;
    font-size: 30px;
  }

  .props__item:not(:last-child) {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .props__item-name {
    gap: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
  }

  .props__item-value {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }

  .banner__body {
    padding: 140px 60px;
  }

  .extras__list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .extras__item:not(:last-child,
  :nth-last-child(2)) {
    border-bottom: 1px solid #dbdbdb;
  }

  .extras__item:nth-child(odd) {
    border-right: 1px solid #dbdbdb;
    padding: 60px 70px 70px 0px;
  }

  .extras__item:nth-child(odd):first-child {
    padding-top: 0;
  }

  .extras__item:nth-child(even) {
    padding: 60px 80px 70px 60px;
  }

  .extras__item:nth-child(even):nth-child(2) {
    padding-top: 0;
  }

  .extras__item-caption {
    margin: 3px 0 0 0;
  }

  .examples__controls {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 2;
  }

  .examples__btns {
    padding: 20px;
    gap: 20px;
  }

  .examples__btn {
    background: #fff;
    gap: 52px;
    font-size: 16px;
    padding: 30px;
  }

  .materials__list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .faq__item {
    gap: 50px;
  }

  .order__body {
    margin-top: 80px;
  }

  .order__option-btn input {
    font-size: 20px;
    padding: 0 20px;
  }

  .order-more__cards {
    max-height: 665px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 35px;
  }

  .order-more__cards .row {
    --bs-gutter-x: 40px;
  }

  .order-more__cards::-webkit-scrollbar {
    width: 7px;
  }

  .order-more__cards::-webkit-scrollbar-track {
    background: #dbdbdb;
  }

  .order-more__cards::-webkit-scrollbar-thumb {
    background: #f0a721;
    border-radius: 10px;
  }
}

@media (min-width: 767.98px) and (max-height: 1200px) {
  .project-card__actions {
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media (min-width: 767.98px) and (any-hover: hover) {
  .order-more__cards::-webkit-scrollbar-thumb:hover {
    background: #d08c0e;
  }
}

@media (min-width: 768px) {
  .container-md,
  .container-sm,
  .container {
    max-width: 710px;
  }

  .d-md-contents {
    display: contents !important;
  }
}

@media (min-width: 991.98px) {
  .wrapper {
    overflow: visible;
  }

  .container-lg {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }

  .quiz__block-subtitle {
    font-size: 30px;
  }

  .quiz__block-items {
    margin-top: 70px;
  }

  .quiz__block-item:not(:last-child) {
    margin-bottom: 20px;
  }

  .title-xl {
    font-size: 50px;
  }

  .title {
    font-size: 50px;
  }

  .title-md {
    font-size: 32px;
  }

  .title-sm {
    font-size: 20px;
  }

  .slick-arrow {
    width: 60px;
    height: 60px;
  }

  .slick-arrow::before {
    font-size: 24px;
  }

  .form__subtitle {
    font-size: 24px;
  }

  .form__body {
    margin-top: 60px;
  }

  .btn {
    max-width: 400px;
  }

  .menu {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    gap: 12px;
  }

  .menu__list {
    margin-top: 0;
    gap: 16px;
  }

  .menu__item.position-relative .submenu {
    top: calc(100% + 20px);
    left: -30px;
    right: -30px;
    min-width: calc(100% + 60px);
    border: 0;
  }

  .submenu {
    position: absolute;
    z-index: 1;
    top: calc(100% - 5px);
    left: -1px;
    right: -1px;
    min-width: calc(100% + 3px);
    padding: 20px 30px 30px;
    border-radius: 0 0 10px 10px;
    background: #fff;
    border: 1px solid #dbdbdb;
    text-align: left;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s ease 0s, visibility 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s, visibility 0.3s ease 0s;
    transition: opacity 0.3s ease 0s, visibility 0.3s ease 0s;
  }

  .submenu__menu {
    position: relative;
  }

  .submenu__menu::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: calc(100% + 60px);
    height: calc(100% + 30px);
    border-radius: 0 0 10px 10px;
    background: #fff;
    z-index: -1;
  }

  .submenu__menu.submenu__menu-grid {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .icon-menu {
    display: none;
  }

  .footer__contacts-address {
    margin-top: 20px;
  }

  .footer__contacts-socials {
    gap: 40px;
  }

  .gallery {
    padding: 25px 0 100px;
  }

  .gallery__slider {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .gallery__slide {
    margin-top: var(--header-height, 195px);
  }

  .gallery__slide picture > img,
  .gallery__slide picture > source {
    height: 640px;
  }

  .gallery__slide > img,
  .gallery__slide > source {
    height: 640px;
  }

  .projects {
    padding: 100px 0 200px;
  }

  .projects__item {
    width: 600px;
  }

  .projects__item-slide {
    height: 600px;
  }

  .geo__map {
    margin-top: 60px;
    margin-left: -50px;
    margin-right: -50px;
  }

  .geo__tagline {
    margin-bottom: 663px;
  }

  .completed-projects {
    padding: 100px 0;
  }

  .completed-projects__year {
    font-size: 30px;
    padding-bottom: 5px;
  }

  .completed-projects__slider {
    margin-top: 65px;
  }

  .choose {
    padding: 80px 0 30px;
  }
  
  .choose + .individual {
	  padding-top:0;
  }

  .choose__info {
    font-size: 30px;
  }

  .choose__item {
    padding-bottom: 60px;
  }

  .choose__item:not(:last-child) {
    margin-bottom: 60px;
  }

  .choose__bottom {
    margin-top: 60px;
  }

  .individual {
    padding: 100px 0;
  }

  .individual:last-child {
    padding-bottom: 200px;
  }

  .individual__subtitle {
    max-width: 483px;
  }

  .individual__side {
    border-top: 1px solid rgba(255, 255, 255, 0.4);
  }

  .blog {
    padding: 100px 0;
  }

  .blog:last-child {
    padding-bottom: 200px;
  }

  .blog__title {
    position: sticky;
    top: var(--header-height, 195px);
    margin-bottom: 96px;
  }

  .blog__item-text {
    font-size: 20px;
  }

  .blog__media-title {
    margin-top: 30px;
  }

  .project-card__icon {
    width: 70px;
  }

  .project-card__main img {
    -webkit-transform-origin: top center;
        -ms-transform-origin: top center;
            transform-origin: top center;
    /*-webkit-transform: scale(1.12);*/
    /*    -ms-transform: scale(1.12);*/
    /*        transform: scale(1.12);*/
  }

  .props {
    padding: 200px 0;
  }

  .props__block:not(:last-child) {
    margin-bottom: 183px;
  }

  .props__item-name {
    font-size: 26px;
  }

  .extras {
    padding: 200px 0 180px;
  }

  .steps {
    padding: 140px 0;
  }

  .materials {
    padding: 200px 0 100px;
  }

  .materials__list {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }

  .faq {
    padding: 100px 0 200px;
  }

  .faq__title {
    position: sticky;
    top: var(--header-height, 195px);
    margin-bottom: 96px;
  }

  .visual {
    margin: 0 0 100px 0;
  }

  .visual__image img {
    min-height: 940px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .visual__info-action {
    position: absolute;
    z-index: 1;
	transform: translate(-50%,-50%);
  }

  .visual__info-action.active {
    z-index: 2;
  }
  .visual__info-action:nth-child(1) {
    left: 18%;
    top: 54%;
  }
  .visual__info-action:nth-child(2) {
    left: 30%;
    top: 25%;
  }
  .visual__info-action:nth-child(3) {
    left: 73%;
    top: 29%;
  }
  .visual__info-action:nth-child(4) {
    left: 63%;
    top: 50%;
  }
  .visual__info-action:nth-child(5) {
    left: 61%;
    top: 65%;
  }
  .visual__info-action:nth-child(6) {
    left: 40%;
    top: 50%;
  }
  .visual__info-list {
    position: absolute;
    top: calc(100% - 30px);
    left: 0;
    width: 100%;
    border-radius: 0 0 30px 30px;
  }

  .order {
    padding: var(--header-height, 195px) 0 200px;
  }

  .order__side {
    position: sticky;
    top: calc(var(--header-height, 195px) + 16px);
  }
}

@media (min-width: 992px) {
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 932px;
  }

  .d-lg-contents {
    display: contents !important;
  }
}

@media (min-width: 1199.98px) {
  .container-xl {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }

  .title-xl {
    font-size: 60px;
  }

  .title {
    font-size: 60px;
  }

  .succes__subtitle {
    margin-top: 50px;
    font-size: 30px;
  }

  .succes__btn {
    padding: 28px;
    margin-top: 60px;
    font-size: 20px;
  }

  .form-control {
    padding: 26px 45px;
    font-size: 18px;
  }

  .form__footer {
    margin-top: 45px;
    gap: 35px;
  }

  textarea.form-control {
    border-radius: 50px;
  }

  .header__callback-btn {
    gap: 32px;
    padding: 10px 20px;
  }

  .header__callback-social::before {
    font-size: 30px;
  }

  .header__callback-social {
    padding: 16px 30px;
  }

  .header__actions {
    margin-left: 20px;
    gap: 16px;
  }

  .header__action {
    font-size: 22px;
  }

  .menu__list {
    gap: 20px;
  }

  .menu__actions {
    background: #fff;
    gap: 14px;
    padding: 7px 16px;
  }

  .submenu__menu.submenu__menu-grid {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }

  .icon-menu {
    width: 60px;
    height: 60px;
  }

  .icon-menu span::before {
    width: 36px;
  }

  .footer__privacy {
    margin-left: 68px;
  }

  .promo__desc {
    font-size: 30px;
  }

  .desc__btn {
    margin-top: 120px;
  }

  .projects__item-body {
    margin-top: 40px;
    padding: 0 30px;
  }

  .geo {
    padding: 135px 0;
  }

  .geo__map {
    height: 1168px;
    margin-top: 110px;
  }

  .completed-projects.completed-projects_offset {
    padding: 0;
    margin-top: -750px;
  }

  .completed-projects.completed-projects_offset .completed-projects__header {
    color: #fff;
  }

  .completed-projects__slider .slick-track {
    gap: 30px;
  }

  .completed-projects__slide {
    width: 600px;
  }

  .individual__content {
    padding: 60px 60px 75px;
  }

  .individual__subtitle {
    font-size: 24px;
  }

  .individual__body {
    margin-top: 40px;
  }

  .individual__blocks {
    padding-right: 40px;
  }

  .individual__list {
    padding: 50px 40px;
  }

  .individual__list li {
    font-size: 20px;
  }

  .individual__list li:not(:last-child) {
    margin-bottom: 44px;
  }

  .blog__list.blog__list_lg {
    gap: 50px;
  }

  .blog__item-desc {
    margin-top: -130px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .project-card__list {
    margin-top: 70px;
  }

  .project-desc {
    padding: 0 0 180px 0;
  }

  .project-desc__body {
    margin-top: 200px;
  }

  .props__item-name {
    font-size: 30px;
    padding-right: 20px;
  }

  .extras__item:nth-child(odd) {
    padding: 60px 140px 70px 0px;
  }

  .materials__point {
    width: 80px;
    height: 80px;
    font-size: 20px;
  }

  .faq__btn {
    max-width: 360px;
  }

  .faq__item:not(:last-child) {
    padding-bottom: 60px;
    margin-bottom: 55px;
  }

  .faq__item::before {
    width: 80px;
    height: 80px;
  }

  .visual__info-btn {
    min-width: 340px;
  }

  .order__content {
    margin-top: 60px;
  }

  .order__body {
    margin-top: 120px;
  }

  .order__side-list {
    margin-top: 40px;
  }

  .order__block:not(:last-child) {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }

  .order__options {
    margin-top: 30px;
    gap: 16px;
  }

  .order__option-btn {
    gap: 32px;
    padding: 20px 26px;
  }

  .order__form {
    margin-top: 90px;
    padding: 70px 60px;
  }
}

@media (min-width: 1199.98px) and (min-height: 1260px) {
  .footer {
    position: fixed;
    bottom: 0;
    z-index: 2;
    width: 100%;
  }

  .page {
    margin-bottom: 1260px;
    position: relative;
    z-index: 3;
    background: #fff;
  }
}

@media (min-width: 1200px) {
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1140px;
  }

  .d-xl-contents {
    display: contents !important;
  }
}

@media (min-width: 1399.98px) {
  .container-xxl {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }

  .quiz__block-item .form__checkbox-text {
    padding: 40px;
    border-radius: 40px;
  }

  .quiz__block-answer {
    font-size: 24px;
    line-height: 130%;
  }

  .title-xl {
    font-size: 70px;
  }

  .title {
    font-size: 70px;
  }

  .form-control {
    padding: 34px 50px;
    font-size: 20px;
  }

  .form__subtitle {
    font-size: 30px;
  }

  .btn {
    font-size: 18px;
  }

  .header__callback-social {
    padding: 20px 40px;
    gap: 40px;
  }

  .footer__menu .row {
    --bs-gutter-x: 0;
  }

  .footer__menu-caption {
    font-size: 30px;
  }

  .footer__menu-list {
    margin-top: 40px;
    font-size: 16px;
  }

  .footer__contacts-social {
    font-size: 20px;
  }

  .footer__contacts-social::before {
    margin-bottom: 26px;
    font-size: 30px;
  }

  .desc__title {
    padding-top: 18px;
  }

  .projects__slider {
    margin: 60px -30px 0;
  }

  .projects__item-more {
    bottom: 20px;
  }

  .completed-projects__slide {
    width: 900px;
  }

  .completed-projects__slide-more {
    margin-top: 50px;
  }

  .completed-projects__slide-name {
    padding: 0 20px;
    margin-top: 40px;
  }

  .completed-projects__slide-props {
    padding-top: 20px;
    margin: 30px 20px 0;
  }

  .individual__subtitle {
    font-size: 30px;
  }

  .materials__list {
    max-width: 425px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .order__side-item:not(:last-child) {
    padding-bottom: 32px;
    margin-bottom: 32px;
  }

  .order__side-name {
    font-size: 18px;
  }

  .order__side-value {
    font-size: 24px;
  }

  .order__total-text {
    font-size: 24px;
  }

  .order__total-value {
    font-size: 30px;
  }

  .order__options {
    gap: 20px;
    margin-top: 40px;
  }

  .order__option-btn {
    padding: 24px 30px;
    gap: 52px;
    font-size: 16px;
  }
}

@media (min-width: 1400px) {
  .col-xxl {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }

  .col-xxl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: auto;
  }

  .col-xxl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: 8.33333333%;
  }

  .col-xxl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: 16.66666667%;
  }

  .col-xxl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: 25%;
  }

  .col-xxl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: 33.33333333%;
  }

  .col-xxl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: 41.66666667%;
  }

  .col-xxl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: 50%;
  }

  .col-xxl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: 58.33333333%;
  }

  .col-xxl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: 66.66666667%;
  }

  .col-xxl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: 75%;
  }

  .col-xxl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: 83.33333333%;
  }

  .col-xxl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: 91.66666667%;
  }

  .col-xxl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: 100%;
  }

  .offset-xxl-0 {
    margin-left: 0;
  }

  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }

  .offset-xxl-3 {
    margin-left: 25%;
  }

  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }

  .offset-xxl-6 {
    margin-left: 50%;
  }

  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }

  .offset-xxl-9 {
    margin-left: 75%;
  }

  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }

  .d-xxl-inline {
    display: inline !important;
  }

  .d-xxl-inline-block {
    display: inline-block !important;
  }

  .d-xxl-block {
    display: block !important;
  }

  .d-xxl-grid {
    display: -ms-grid !important;
    display: grid !important;
  }

  .d-xxl-inline-grid {
    display: -ms-inline-grid !important;
    display: inline-grid !important;
  }

  .d-xxl-table {
    display: table !important;
  }

  .d-xxl-table-row {
    display: table-row !important;
  }

  .d-xxl-table-cell {
    display: table-cell !important;
  }

  .d-xxl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .d-xxl-none {
    display: none !important;
  }

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1320px;
  }

  .d-xxl-contents {
    display: contents !important;
  }
}

@media (min-width: 1599.98px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1500px;
  }

  .title-xl {
    font-size: 80px;
  }

  .title-md {
    font-size: 40px;
  }

  .slick-arrow {
    width: 80px;
    height: 80px;
  }

  .slick-arrow::before {
    font-size: 32px;
  }

  .btn {
    max-width: 455px;
    font-size: 20px;
  }

  .header {
    padding: 50px 0 30px;
  }

  .header__logo img {
    max-width: 216px;
  }

  .header__callback-btn {
    padding: 10px 30px;
    border-right: 0;
  }

  .header__contacts {
    display: block;
  }

  .menu {
    gap: 24px;
  }

  .footer__contacts .row {
    --bs-gutter-x: 0;
  }

  .footer__contacts-address {
    font-size: 24px;
  }

  .footer__contacts-link {
    font-size: 24px;
  }

  .promo__main {
    padding: 40px 40px 55px;
  }

  .promo__main .row {
    --bs-gutter-x: 0;
  }

  .desc {
    padding: 155px 0 25px;
  }

  .desc .row {
    --bs-gutter-x: 0;
  }

  .desc__text {
    font-size: 40px;
  }

  .desc__btn {
    margin-top: 280px;
  }

  .gallery__slide picture > img,
  .gallery__slide picture > source {
    height: 940px;
  }

  .gallery__slide > img,
  .gallery__slide > source {
    height: 940px;
  }

  .projects__header {
    padding: 0 0 0 40px;
  }

  .projects__header .row {
    --bs-gutter-x: 0;
  }

  .projects__item {
    width: 800px;
  }

  .projects__item-slide {
    height: 800px;
  }

  .geo__map {
    margin-left: -100px;
  }

  .choose__header {
    padding: 0 0 0 40px;
  }

  .choose__header .row {
    --bs-gutter-x: 0;
  }

  .choose__list {
    margin-top: 90px;
    padding: 0 20px 0 40px;
  }

  .choose__item-options {
    padding-left: 130px;
  }

  .choose__btn {
    margin-right: 70px;
  }

  .project-card__header {
    padding: 0 40px;
  }

  .project-desc__body .props__list {
    margin-right: 80px;
  }

  .banner__btn {
    margin-right: 180px;
  }

  .steps__list li::before {
    padding-bottom: 50px;
  }

  .steps__list li div {
    margin-top: 50px;
    padding-right: 90px;
  }

  .order__content {
    margin-top: 80px;
    padding: 0 0 0 40px;
  }

  .order__side {
    padding: 40px 50px 10px;
  }

  .order__side-name {
    font-size: 20px;
  }

  .order__side-value {
    font-size: 30px;
  }

  .order__total {
    padding: 30px 40px;
    margin: 50px -40px 0;
  }

  .order__total-text {
    font-size: 30px;
  }

  .order__total-value {
    font-size: 40px;
  }

  .order__main {
    padding-right: 60px;
  }

  .order__block:not(:last-child) {
    margin-bottom: 52.5px;
    padding-bottom: 52.5px;
  }
}

@media (min-width: 1900px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1820px;
  }

  .socials__item {
    width: 50px;
    height: 50px;
    font-size: 24px;
  }

  .header__body {
    padding: 14px 40px 14px 20px;
  }

  .header__whatsapp {
    margin-right: 40px;
  }

  .header__callback-btn {
    gap: 128px;
  }

  .header__contacts-link {
    padding-inline: 30px;
  }

  .header__contacts-city {
    padding-inline: 27px;
  }

  .header__actions {
    margin-left: 40px;
  }

  .menu__list {
    gap: 40px;
  }

  .menu__actions {
    padding: 7px 16px 7px 32px;
    gap: 28px;
  }

  .completed-projects__header {
    padding: 0 30px 0 40px;
  }
}

@media (max-width: 991.98px) {
  body.lock-menu {
    overflow: hidden;
  }

  .menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    -webkit-transition: opacity 0.3s ease 0s, visibility 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s, visibility 0.3s ease 0s;
    transition: opacity 0.3s ease 0s, visibility 0.3s ease 0s;
    opacity: 0;
    visibility: hidden;
    z-index: 4;
  }

  .header.open-menu .menu {
    opacity: 1;
    visibility: visible;
  }

  .menu__body {
    background: #fff;
    margin-left: auto;
    height: 100%;
    padding: 35px 20px 40px 20px;
    -webkit-transition: -webkit-transform 0.3s ease 0s;
    transition: -webkit-transform 0.3s ease 0s;
    -o-transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    overflow-y: auto;
    width: 420px;
  }

  .header.open-menu .menu__body {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }

  .submenu.submenu-lg {
    display: none;
  }

  .submenu.submenu-lg.active {
    margin-top: 16px;
    display: block;
  }

  .submenu.submenu-lg .btn {
    margin-top: 16px;
    font-size: 14px;
  }

  .visual__info-btn {
    width: 100%;
    max-width: none;
    border-radius: 0;
  }

  .visual__info-btn {
    color: #242424 !important;
  }

  .visual__info-btn .btn__icon::after {
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
  }

  .visual__info-btn.active .btn__icon {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

@media (max-width: 767.98px) {
  .promo__image {
    margin: 0 -20px !important;
  }

  .project-card__title {
    margin-top: 48px;
    font-size: 50px;
  }

  .extras__item {
    padding: 30px 0;
  }

  .extras__item:not(:last-child) {
    border-bottom: 1px solid #dbdbdb;
  }
}

@media (max-width: 575.98px) {
  .menu__body {
    width: 320px;
  }

  .projects__slider > .slick-list > .slick-track {
    gap: 20px;
    margin-left: -20px;
  }

  .projects__item-slide {
    max-height: calc(100vw - 40px);
  }

  .completed-projects__slider .slick-track {
    margin-left: -20px;
  }
}

@media (any-hover: hover) {
  .quiz__controls-prev:hover {
    background: #000;
    border-color: #000;
    color: #fff;
  }

  .quiz__controls-next:hover {
    background: #000;
    border-color: #000;
    color: #fff;
  }

  .quiz__controls-submit:hover {
    background-color: #d08c0e;
  }

  .back-link:hover {
    color: #f0a721;
  }

  .more-link:hover {
    background: #242424;
    color: #fff;
  }

  .play-btn:hover {
    background: #e89c10;
  }

  .socials__item:hover {
    background: #f0a721;
    color: #fff;
  }

  .slick-arrow:hover {
    background: #f0a721;
    color: #fff;
  }

  .popup .fancybox-button[data-fancybox-close]:hover {
    background: #242424;
    color: #fff;
    border-color: #242424;
  }

  .succes__btn:hover {
    background: #fff;
    color: #242424;
  }

  .header__whatsapp:hover {
    background: #c2c2c2;
    color: #242424;
  }

  .header__callback-btn:hover {
    color: #d08c0e;
  }

  .header__callback-link:hover {
    text-decoration: none;
  }

  .header__callback-social:hover {
    background: #f0a721;
    border-color: #f0a721;
    color: #fff;
  }

  .header__callback-social:hover::before {
    color: #fff;
  }

  .submenu__menu-link:hover {
    color: #f0a721;
  }

  .projects__item-images:hover .projects__item-more {
    opacity: 1;
    visibility: visible;
  }

  .projects__item-action:hover {
    color: #f0a721;
  }

  .completed-projects__slide-image:hover .completed-projects__slide-more {
    opacity: 1;
    visibility: visible;
  }

  .completed-projects__slide-image:hover::before {
    opacity: 1;
    visibility: visible;
  }

  .choose__item-option:hover {
    background: #242424;
    color: #fff;
  }

  .blog__item-image:hover img {
    -webkit-transform: scale(1.025);
        -ms-transform: scale(1.025);
            transform: scale(1.025);
  }

  .blog__media:hover {
    color: #fff;
  }

  .blog__media:hover .play-btn {
    background: #d08c0e;
  }

  .project-card__action:hover {
    background-color: #f0a721;
    border-color: #f0a721;
    color: #fff;
  }

  .props__item-link:hover span {
    text-decoration: none;
  }

  .visual__info-item:hover {
    color: #f0a721;
  }
}

@media (hover: hover) {
  .projects__item-more {
    opacity: 0;
    visibility: hidden;
  } 
}

.webp .footer__contacts { background: -webkit-gradient(linear, left bottom, left top, from(rgba(40, 40, 40, 0.9)), to(rgba(40, 40, 40, 0.9))), url(../img/footer-img.webp) center/cover no-repeat; background: -o-linear-gradient(bottom, rgba(40, 40, 40, 0.9), rgba(40, 40, 40, 0.9)), url(../img/footer-img.webp) center/cover no-repeat; background: linear-gradient(0deg, rgba(40, 40, 40, 0.9), rgba(40, 40, 40, 0.9)), url(../img/footer-img.webp) center/cover no-repeat; }

.webp .individual__content { background: url(../img/calculate.webp) 0 0/cover no-repeat, #242424; }


.page_second .project-card__header {
	max-width:100%;
	padding:0;
	margin-bottom:60px;
}

.page_second .projects {
	padding-top:0;
}

.page_second .projects__slider {
	margin:0;
	display:flex;
	flex-wrap:wrap;
	gap:30px;
}
.page_second .projects__slider .projects__item .projects__item-slide {
	position:relative;
	height:auto;
	aspect-ratio: unset;
}
.page_second .projects__slider .projects__item .projects__item-slide:not(.slick-slide) {
	display:none;
}
.page_second .projects__slider .projects__item .projects__item-slide:not(.slick-slide):first-child {
	display:block;
}
.page_second .projects__slider .projects__item .projects__item-slide img {
	/*position: absolute;*/
	/*top: 0;*/
	/*right: 0;*/
	/*bottom: 0;*/
	/*left: 0;*/
	/*width: 100%;*/
	/*height: 100%;*/
	/*object-fit:cover;*/
}
.page_second .projects__slider .projects__item .projects__item-slide::before {
	/*content:'';*/
	/*display:block;*/
	/*padding-top:56.25%;*/
}
.page_second .projects__slider .projects__item {
	width: calc(33.3334% - 30px);
	height:auto;
}
@media (max-width: 1199.98px) {
	.page_second .projects__slider .projects__item {
		width: calc(50% - 30px);
		height:auto;
	}
}

.back-link u {
    text-decoration: underline;
    -webkit-text-decoration-color: #f0a72144;
    text-decoration-color: #f0a72144;
    text-underline-offset: 7px;
}
.br95 {
	filter:brightness(.95);
}

.examples__image:not(.slick-slide) {
	display:none;
}
.page_card .project-card__title .color-yellow {
white-space:nowrap;
}

.examples__image {
	height:800px;
	position: relative;
}
@media (max-width:1600px) {
	.examples__image {
		height:600px;
	}
}
@media (max-width:1199px) {
	.examples__image {
		height:400px;
	}
}
.examples__image .bg {
	position:absolute;
	top:-30px;
	right:-30px;
	bottom:-30px;
	left:-30px;
	display:block;
	background-position:center center;
	background-size:cover;
	filter:blur(15px);
	opacity:.8;
}
.examples__image img {
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	width:100%;
	height:100%;
	object-fit:contain;
	object-position:center center;
}
@media (max-width:767px) {
	.examples__image .bg {
		display:none;
	}
	.examples__image {
		height:auto;
	}
	.examples__image img {
		position:static;
		height:auto;
		
	}
	.examples {
		background:#242424;
	}
}

@media (max-width: 767px) {
	.page_second .projects__slider .projects__item {
		width: 100%;
	}
	.projects__item .slick-dots {
		display:none!important;
	}
}

.page_second .projects__slider .projects__item.hidden {
	display:none!important;
}

.project-card__actions > span {
	cursor:pointer;
}
.projects__item .add2fav.icon-favorite:before {
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.projects__item .add2com.icon-compare:before {
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.projects__item .add2fav.infav1.icon-favorite:before {
	color:#f13a7a;
}
.projects__item .add2com.incom1.icon-compare:before {
	color:#f13a7a;
}

.project-card__actions .add2fav.icon-favorite:before {
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.project-card__actions .add2com.icon-compare:before {
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.project-card__actions .add2fav.infav1.icon-favorite:before {
	color:#f13a7a;
}
.project-card__actions .add2com.incom1.icon-compare:before {
	color:#f13a7a;
}

.compare {
    /*overflow-x: scroll;*/
   /* white-space: nowrap;*/
}
.compare .com-item {
    width: 400px;
    margin: 0;
    position: relative;
    display: inline-block;
    max-width: 100%;
	margin-bottom:30px;
}
.compare .com-item a.link {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.compare .com-item.hidden {
	display:none!important;
}
.compare .com-item .com_close {
	cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: sans-serif;
    font-weight: 300;
    position: absolute;
    top: 15px;
    right: 15px;
    transform: rotate(45deg);
    width: 34px;
    height: 34px;
    background: #fff;
    font-size: 30px;
    border-radius: 50px;
    line-height: 1;
}
.com-item .name span {
    display: block;
    color: #f0a721;
    font-size: 24px;
    font-weight: 700;
}
.com-item .info > div {
	padding:10px 20px;
}
.com-item .info > div:nth-child(2n) {
	background:#f0f0f0;
}

.v3_wa_show {
	cursor:pointer;
	padding: 7px 12px;
}

.v3_wa:not(.showed) .v3_wa_cont {
    display: none
}

.v3_wa .v3_wa_cont * {
    line-height: 1
}

.v3_wa .v3_wa_cont {
    position: absolute;
    top: 40px;
    left: 0;
    width: 360px;
    line-height: 1;
    box-shadow: rgb(0 0 0 / 10%) 0px 12px 24px 0px;
    border-radius: 10px;
    overflow: hidden;
	z-index:2;
}

.v3_wa .v3_wa_body .v3_wa_top {
    background: rgb(9, 94, 84);
    color: rgb(17, 17, 17);
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 20px
}

.v3_wa .v3_wa_body .v3_wa_top .v3_wa_ava {
    position: relative;
    display: block;
    width: 50px
}

.v3_wa .v3_wa_body .v3_wa_top .v3_wa_name {
    display: block;
    margin-left: 16px;
    color: #fff
}

.v3_wa .v3_wa_body .v3_wa_top .v3_wa_name > span {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 18px
}

.v3_wa .v3_wa_body .v3_wa_top .v3_wa_ava::after {
	content: '';
    width: 12px;
    height: 12px;
    background-color: rgb(74, 213, 4);
    display: block;
    border: 3px solid rgb(9, 94, 84);
    position: absolute;
    right: 0px;
    bottom: 0px;
    border-radius: 10px;
}

.v3_wa .v3_wa_body .v3_wa_top .v3_wa_ava img {
    width: 50px;
    height: 50px;
    border-radius: 50px
}

.v3_wa .v3_wa_body .v3_wa_top .v3_wa_close {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 20px;
    height: 20px;
    opacity: 0.4;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    outline: transparent;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    display: flex !important
}

.v3_wa .v3_wa_body .v3_wa_top .v3_wa_close:hover {
    opacity: 0.8
}

.v3_wa .v3_wa_body .v3_wa_top .v3_wa_close::before, .v3_wa .v3_wa_body .v3_wa_top .v3_wa_close::after {
    content: "";
    position: absolute;
    width: 12px;
    height: 2px;
    background-color: rgb(255, 255, 255);
    display: block;
    border-radius: 2px
}

.v3_wa .v3_wa_body .v3_wa_top .v3_wa_close::before {
    transform: rotate(45deg)
}

.v3_wa .v3_wa_body .v3_wa_top .v3_wa_close::after {
    transform: rotate(-45deg)
}

.v3_wa .v3_wa_body .v3_wa_center {
    padding: 20px 20px 20px 10px;
    background: rgb(230, 221, 212);
    position: relative;
    display: block
}

.v3_wa .v3_wa_body .v3_wa_center::before {
    content: '';
    background: rgb(230, 221, 212) url(../img/wa_bg.webp);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    opacity: .1
}

.v3_wa .v3_wa_body .v3_wa_bottom {
    padding: 20px;
    background: #fff;
    position: relative;
    display: flex
}

.v3_wa .v3_wa_body .v3_wa_bottom a {
    background: rgb(20, 198, 86);
    width: 100%;
    display: flex;
    padding: 12px 0;
    border-radius: 6px;
    color: #fff;
    align-items: center;
    justify-content: center;
    text-decoration: none!important;
    font-weight: 500;
    font-size: 16px;
    transition: all 0.3s ease 0s
}

.v3_wa .v3_wa_body .v3_wa_bottom a:hover {
    background: rgb(9, 94, 84)
}

.v3_wa .v3_wa_body .v3_wa_bottom a svg {
    margin-right: 10px
}

.v3_wa .v3_wa_body .v3_wa_center .v3_wa_dots {
    background-color: #fff;
    width: 60px;
    height: 32px;
    border-radius: 16px;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    margin-left: 10px;
    opacity: 1;
    transition: all 0.1s ease 0s;
    box-shadow: rgb(0 0 0 / 13%) 0px 1px 0.5px;
    position: absolute;
    z-index: 1
}

.v3_wa .v3_wa_body .v3_wa_center .v3_wa_mess {
    display: block;
    padding: 12px;
    position: relative;
    transition: all 0.3s ease 0s;
    transform-origin: center top;
    margin-left: 10px;
    color: rgb(17, 17, 17);
    font-size: 14px;
    line-height: 1.4;
    max-width: calc(100% - 50px);
    border-radius: 0px 8px 8px;
    background-color: rgb(255, 255, 255);
    box-shadow: rgb(0 0 0 / 13%) 0px 1px 0.5px
}

.v3_wa .v3_wa_body .v3_wa_center .v3_wa_mess b {
    font-weight: 600;
    display: block;
    margin-bottom: 8px;
    font-size: 16px
}

.v3_wa .v3_wa_body .v3_wa_center .v3_wa_mess::before {
    position: absolute;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAmCAMAAADp2asXAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAACQUExURUxpccPDw9ra2m9vbwAAAAAAADExMf///wAAABoaGk9PT7q6uqurqwsLCycnJz4+PtDQ0JycnIyMjPf3915eXvz8/E9PT/39/RMTE4CAgAAAAJqamv////////r6+u/v7yUlJeXl5f///5ycnOXl5XNzc/Hx8f///xUVFf///+zs7P///+bm5gAAAM7Ozv///2fVensAAAAvdFJOUwCow1cBCCnqAhNAnY0WIDW2f2/hSeo99g1lBYT87vDXG8/6d8oL4sgM5szrkgl660OiZwAAAHRJREFUKM/ty7cSggAABNFVUQFzwizmjPz/39k4YuFWtm55bw7eHR6ny63+alnswT3/rIDzUSC7CrAziPYCJCsB+gbVkgDtVIDh+DsE9OTBpCtAbSBAZSEQNgWIygJ0RgJMDWYNAdYbAeKtAHODlkHIv997AkLqIVOXVU84AAAAAElFTkSuQmCC);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    top: 0px;
    left: -12px;
    width: 12px;
    height: 19px
}

.v3_wa .v3_wa_body .v3_wa_center .v3_wa_dots:not(.showed), .v3_wa .v3_wa_body .v3_wa_center .v3_wa_mess:not(.showed) {
    opacity: 0;
    visibility: hidden;
    pointer-events: none
}

.v3_wa .v3_wa_body .v3_wa_center .v3_wa_dots .v3_wa_dot {
    height: 5px;
    width: 5px;
    margin: 0px 2px;
    background-color: rgb(182, 181, 186);
    border-radius: 50%;
    position: relative;
    animation-duration: 1.2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    top: 0px;
    display: inline-block !important;
    background-color: rgb(158, 157, 162)
}

.v3_wa .v3_wa_body .v3_wa_center .v3_wa_dots .v3_wa_dot1 {
    animation-name: v3_wa_dot1
}

.v3_wa .v3_wa_body .v3_wa_center .v3_wa_dots .v3_wa_dot2 {
    animation-name: v3_wa_dot2
}

.v3_wa .v3_wa_body .v3_wa_center .v3_wa_dots .v3_wa_dot3 {
    animation-name: v3_wa_dot3
}

.header__whatsapp::before {
	animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-name: v3_wa_dot0;
}

@keyframes v3_wa_dot1 {
    0% {
        background-color: rgb(100,100,100)
    }

    25% {
        background-color: rgb(182, 181, 186)
    }

    50% {
        background-color: rgb(182, 181, 186)
    }

    75% {
        background-color: rgb(182, 181, 186)
    }
}

@keyframes v3_wa_dot2 {
    0% {
        background-color: rgb(182, 181, 186)
    }

    25% {
        background-color: rgb(100,100,100)
    }

    50% {
        background-color: rgb(182, 181, 186)
    }

    75% {
        background-color: rgb(182, 181, 186)
    }
}

@keyframes v3_wa_dot3 {
    0% {
        background-color: rgb(182, 181, 186)
    }

    25% {
        background-color: rgb(182, 181, 186)
    }

    50% {
        background-color: rgb(100,100,100)
    }

    75% {
        background-color: rgb(182, 181, 186)
    }
}

@keyframes v3_wa_dot0 {
    0% {
        background-color: rgb(74, 213, 4)
    }

    80% {
        background-color: rgb(74, 213, 4)
    }

    90% {
        background-color: transparent
    }

    100% {
        background-color: rgb(74, 213, 4)
    }
}

.blog__list .blog__item {
	width:100%;
}

.blog_yt_item picture {
	display:block;
	position:relative;
	width:100%;
}
.blog_yt_item picture::before {
	display:block;
	content:'';
	padding-top:55%;
	background:rgb(0,0,0,.5);
}
.blog_yt_item picture::after {
	display:block;
	content:'';
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	right:0;
	bottom:0;
	left:0;
	background:rgb(0,0,0,.5);
}
.blog_yt_item picture img {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	right:0;
	bottom:0;
	left:0;
	object-fit:cover;
}

.blog_yt_item .play-btn {
    position: absolute;
    top: calc(50% - 35px);
    left: calc(50% - 55px);
}

@media (max-width:767px) {
	.blog_yt_item .play-btn {
		position: absolute;
		top: calc(50% - 20px);
		left: calc(50% - 40px);
	}
}

.blog__title .vk_link {
	color:#2a5885;
}
.blog__title .yt_link {
	color:red;
}

.filters {
	background: #f0f0f0;
    padding: 15px 30px;
    border-radius: 15px;
	margin-bottom:30px;
}

.filters .items {
	margin:15px 0;
}
.filters .items a {
	padding: 5px 10px;
    /*background: #ffffff;*/
    border: 2px solid #f0a721;
    border-radius: 50px;
    font-weight: 600;
    display: inline-block;
    margin: 0 5px 10px 0;
    font-size: 18px;
    min-width: 35px;
    text-align: center;
    -webkit-transition: color 0.3s ease 0s;
    -o-transition: color 0.3s ease 0s;
    transition: color 0.3s ease 0s;
}
.filters .items a.active,
.filters .items a:hover {
    color: #ffffff;
	background:#f0a721;
}
.filters h3 {
    color: #999;
    font-weight: 700;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    margin: 15px 0;
}
.filters .row {
	margin-top:0;
}
.filters .row > div {
	margin-top:0;
}

@media (max-width:575px) {
	.filters { 
		background: #f0f0f0;
		padding: 7px 14px;
		border-radius: 15px;
		margin-bottom:30px;
	}
	.filters .items a {
		padding: 5px 10px;
		margin: 0 3px 5px 0;
		font-size: 14px;
		min-width: 30px;
	}
}

.iscontent {
	font-size:18px;
	line-height:1.4;
}
.iscontent p,
.iscontent table,
.iscontent ul,
.iscontent ol {
	margin-bottom:20px;
}
.iscontent p a,
.iscontent table a,
.iscontent ul a,
.iscontent ol a {
	color:#d08c0e;
	text-decoration:underline;
}

.iscontent ul > li {
	position:relative;
	margin-bottom:5px;
	list-style:disc inside;
}
.iscontent ul > li::marker {
	color:#d08c0e;
}

.iscontent ol > li {
	position:relative;
	margin-bottom:5px;
	list-style:decimal inside;
}
.iscontent ol > li::marker {
	color:#d08c0e;
}
.iscontent h2,
.iscontent h3,
.iscontent h4,
.iscontent h5,
.iscontent h6 {
	margin: 20px 0;
	font-weight:700;
}
.iscontent > h2:first-child,
.iscontent > h3:first-child,
.iscontent > h4:first-child,
.iscontent > h5:first-child,
.iscontent > h6:first-child {
	margin-top: 0;
}


.iscontent h2 {
	font-size:42px;
}
.iscontent h3 {
	font-size:38px;
}
.iscontent h4 {
	font-size:32px;
}
.iscontent h5 {
	font-size:28px;
}
.iscontent h6 {
	font-size:24px;
}

@media (max-width: 1400px) {
	.iscontent {
		font-size:16px;
	}
	.iscontent h2 {
		font-size:32px;
	}
	.iscontent h3 {
		font-size:28px;
	}
	.iscontent h4 {
		font-size:22px;
	}
	.iscontent h5 {
		font-size:18px;
	}
	.iscontent h6 {
		font-size:14px;
	}
}

@media (max-width: 991px) {
	.iscontent {
		font-size:16px;
	}
	.iscontent h2 {
		font-size:28px;
	}
	.iscontent h3 {
		font-size:24px;
	}
	.iscontent h4 {
		font-size:18px;
	}
	.iscontent h5 {
		font-size:16px;
	}
	.iscontent h6 {
		font-size:14px;
	}
}

@media (max-width: 767px) {
	.iscontent {
		font-size:14px;
	}
	.iscontent h2 {
		font-size:24px;
	}
	.iscontent h3 {
		font-size:22px;
	}
	.iscontent h4 {
		font-size:20px;
	}
	.iscontent h5 {
		font-size:18px;
	}
	.iscontent h6 {
		font-size:14px;
	}
}

.page_second .faq {
	padding:0;
}

.komanda .item {
	margin:0 15px;
}

.komanda .slick-list {
	margin:0 -15px;
}
.komanda .item .fio {
	font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}
.komanda .item .dol {
    font-weight: 600;
    margin: 15px 0 5px 0;
}
.komanda .item .city {
    opacity:.5;
}
.komanda .item img {
	border-radius:10px;
}
.komanda .slick-dots {
	list-style: none;
    display: flex;
    justify-content: center;
    margin-top: 30px;
    flex-wrap: wrap;
}
.komanda .slick-dots li {
	list-style: none;
    display: flex;
	font-size:0;
	width:20px;
	height:20px;
	background:#ccc;
	border-radius:20px;
	margin:0 5px 10px 5px;
	cursor: pointer;
}

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

@media (max-width:1199px) {
	.komanda .item .fio {
		font-size:20px;
	}
}

.ajaxSearch_result {
	padding: 20px;
	background:#fff;
    margin-top: 20px;
    color: #000;
    /* -webkit-box-shadow: 0 0 20px rgb(125 105 79 / 21%); */
    /* box-shadow: 0 0 20px rgb(125 105 79 / 21%); */
    transition: all .3s;
	border: 1px solid #f0f0f0;
}
.ajaxSearch_result .breadc, .ajaxSearch_result .breadc a {
	font-size: 14px;
	text-decoration:none;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
	color:#8B8B8B;
}
.ajaxSearch_result .breadc a:hover {
	color:#3B5F4E;
}

.ajaxSearch_result .breadc {

}
.ajaxSearch_highlight {
	background: #f0f0f0;
    padding: 4px;
    border-radius: 5px;
}
#ajaxSearch_input {
	border: 1px solid #ddd;
	border-right:none;
    width: 100%;
    height: 46px;
    padding: 0 40px;
    font-size: 20px;
	color:#504F4D;
	background:#fff;
	font-weight: 600;
}
#ajaxSearch_submit {
    width: 100%;
    display: block;
    font-size: 16px;
	font-weight:500;
    color: #fff;
    background: #d08c0e;
    text-align: center;
    cursor: pointer;
    height: 46px;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
}
#ajaxSearch_submit:hover {
    filter: brightness(110%);
}
#ajaxSearch_form {
	margin-bottom:40px;
}
#ajaxSearch_form > fieldset:after {
	content:"";
	display:block;
	clear:both;
}
#ajaxSearch_form > fieldset > label:nth-child(2) {
	width:calc(100% - 120px);
	float:left;
}
#ajaxSearch_form > fieldset > label:nth-child(3) {
	width:120px;
	float:left;
}
.ajaxSearch_resultsDisplayed { display:none; }
.ajaxSearch_grpResultsDisplayed { display:none; }
.ajaxSearch_resultsDisplayed { display:none; }
.ajaxSearch_resultsDisplayed { display:none; }
.ajaxSearch_resultsDisplayed { display:none; }
.ajaxSearch_resultsDisplayed { display:none; }

.iscontent a.ajaxSearch_resultLink {
    -webkit-transition: color 0.3s ease 0s;
    -o-transition: color 0.3s ease 0s;
    transition: color 0.3s ease 0s;
    font-weight: 800;
    text-decoration: none;
    text-transform: uppercase;
    color: #504F4D;
    font-size: 34px;
    margin: 10px 0;
    display: inline-block;
}
.iscontent a.ajaxSearch_resultLink:hover {
    color: #d08c0e;
}
@media (max-width:575px) {
	.iscontent a.ajaxSearch_resultLink {
		font-size:20px;
	}
	#ajaxSearch_input {
		font-size:16px;
		padding: 0 12px;
	}
}

.row.isphotos {
	margin-top:0;
}
.row.isphotos > div {
	margin-top:0;
	margin-bottom:30px;
}
.row.isphotos > div > a {
	display:block;
	border-radius:15px;
	overflow:hidden;
	position:relative;
}

#map_objects {
	height:800px;
	border-radius:15px;
	overflow:hidden;
}
#map_objects [class*="-ground-pane"] {
	filter: grayscale(1) brightness(90%) invert(1);
}
#map_objects [class*="-copyrights-pane"] {
	display:none;
	opacity:0;
	visibility:hidden;
}

#map_object {
	height:600px;
	border-radius:15px;
	overflow:hidden;
}
#map_object [class*="-ground-pane"] {
	filter: grayscale(1) brightness(90%) invert(1);
}
#map_object [class*="-copyrights-pane"] {
	display:none;
	opacity:0;
	visibility:hidden;
}

.balloon {
	width: 280px;
    font-size: 16px;
    line-height: 1.4;
    font-family: "Gilroy", sans-serif;
}
.balloon a {
	color:#f0a721;
	display:inline-block;
	margin-top:5px;
	font-size:14px;
	font-weight:600;
}
.balloon img{width:100%;height:auto;}

.geo__map {
	position:relative; 
}
#map #map_objects {
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
}
.props__item-name b {
	font-weight:600;
}
.project-card__action.icon-share {
	position:relative;	
}
body:not(.shareopened) .ya-share2 {
	display:none; 
}
.ya-share2 {
	top: 0;
    position: absolute;
    right: calc(100% + 15px);
    background: #fff;
    border-radius: 10px;
    border: 1px solid #dbdbdb;
    -webkit-box-shadow: 0 0 4px rgb(0 0 0 / 25%);
    box-shadow: 0 0 4px rgb(0 0 0 / 25%);
    padding: 15px;
}
@media (max-width:767px) {
	.ya-share2 {
		position: fixed;
		right: 20px;
		left: 20px;
		top: 100px;
	}
}

@media (min-width: 767.98px) {
	.project-card__action.icon-download {
		padding: 0px 22px;
	}
}

.project-card__action.icon-download:before {
	content:none; 
}
.project-card__action.icon-download svg path {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.project-card__action.icon-download:hover svg path {
	fill:#fff;
}

.print_price {
	font-size: 54px;
    margin-top: 15px;
    display: block;
    font-weight: 600;
}
.isqr { display:none; }

[data-istab]:not(.active) {
	display:none!important;
}

.choose__item-option.active {
	background: #242424;
    color: #fff;
}
@media (min-width: 991.98px) {
	.choose__item:last-child {
		margin-bottom: 60px;
	}
}
.visual__info-list {
	/*justify-content: space-between;*/
}
.visual__info-item {
	display:flex;
	flex-wrap:wrap;
	margin:0 5px!important;
}
.visual__info-item span {
	display:block;
	width:28px;
	height:28px;
	border-radius:20px;
	cursor:pointer;
	position:relative;
}
.visual__info-item span::after {
	-webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    content: '';
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 12px;
    top: 1px;
    left: 1px;
    background: #fff;
	opacity:0;
}
.visual__info-item span.active::after {
	opacity:1;
}

.visual__info-action.active .visual__info-list {
	display:flex!important;
	flex-wrap:wrap;
}

.visual__btn.btn {
    background: #242424;
    border-color: #242424;
}
.visual__btn.btn:hover {
    background: #f0a721;
    border-color: #f0a721;
}

.img_set_colors {
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.img_set_colors.wait {
	opacity:.5;
}

.visual__info-btn.btn {
	border:none!important;
}
.visual__info-btn.active {
	background:#242424;
}
.visual__info-btn.btn:hover {
	background:#242424;
}
@media (min-width: 991.98px) {
	.visual__image img {
		width: 100%;
		height: auto;
		min-height:1px;
	}
}

@media (max-width:1600px) {
	.visual__info-btn {
		min-width: 240px;
		padding: 14px;
	}
	.visual__info-btn > img {
		margin: -15px 10px -15px -8px;
	}
	.visual__info-item {
		margin-bottom:10px;
	}
	.visual__info-list {
		padding-bottom:5px;
	}
	.visual__text {
		font-size:24px;
	}
}

@media (max-width:1199px) {
	.visual__text {
		display:none!important;
	}
}
@media (max-width:991px) {
	.visual__info-btn.btn:hover {
		color: #fff!important;
	}
	.visual__info-btn.btn.active {
		color: #fff!important;
	}
	.visual__info-action.active .visual__info-list {
		padding: 15px;
	}
}

@media (max-width:767px) {
	.visual__btn.btn {
		max-width:100%;
		position: absolute;
		left: 0;
		bottom: 0;
		right: 0;
		border-radius: 0;
		font-size: 10px;
		padding: 10px;
	}
}

@media (min-width: 1200px) {
	.desc__btn {
		margin-top: 30px;
	}
	.desc .col-lg-6:first-child {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	.desc__text p:last-child {
		margin-bottom:0;
	}
}
@media (max-width:991px) {
	.desc .col-lg-6:first-child > a {
		max-width:370px;
	}
}
.header {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.header.scroll {
	padding-top:0!important;
	margin-top:-1px;
}
.header__contacts {
	position: relative;
    top: -15px;
    margin: 0!important;
}
.faq__item {
	cursor:pointer;
}
.faq__item-body:not(.active) > * {
	display:none;
}
.faq__item-body:not(.active) > .faq__question {
	display:block;
}
@media (max-width:1899px) and (min-width:1200px) {
	.faq__item-body:not(.active) > .faq__question {
		min-height: 80px;
		display: flex;
		align-items: center;
	}
}

.props__item-link {
	text-decoration:none;
	font-size:124px;
}
.props__item-link span {
	text-decoration:none;
}
.props__list.center li {
	display:block!important;
	text-align:center;
}
.props__list.center li div {
	display:block!important;
	text-align:center;
}
.props__list.center li div a {
	display:block!important;
	text-align:center;
}
@media (max-width:767px) {
	.props__item-link {
		font-size: 64px;
	}
}
@media (max-width:575px) {
	.props__item-link {
		font-size: 36px;
	}
}

.gallery__slide-text b {
	display:block;
}

a.yt {
	display:block;
	position:relative;
}
a.yt::before {
	display:block;
	content:'';
	padding-top:56.5%;
}
a.yt > img {
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	object-fit:cover;
	border-radius:15px;
}
a.yt::after {
	display: block;
    content: '';
    position: absolute;
    top: 0;
    right: 0;https://img.youtube.com/vi/QVPsURu95bE/maxresdefault.jpg
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/yt.svg) no-repeat center center;
    background-size: 80px 80px;
    opacity: .5;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
a.yt:hover::after {
    opacity: 1;
}
a.yt + span {
	display:block;
	margin-top:15px;
	font-weight:600;
}
a.yt + span a {
	color:#f0a721;
	text-decoration:underline;
}

.id_196 .iscontent ul.material li {
	list-style:none;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
}
.id_196 .iscontent ul.material li img {
	margin-right:15px;
}
.id_196 .preim {
	display:flex;
	flex-wrap:wrap;
	margin-left:-15px; 
	margin-right:-15px;
}
.id_196 .preim li {
	list-style:none;
	display:flex;
	flex-wrap:wrap;
	width:calc(33.3334% - 30px);
	margin:0 15px 30px 15px;
	background:#f0f0f0;
	padding:15px;
	border-radius: 15px;
}
@media (max-width:1199px) {
	.id_196 .preim li {
		width:calc(50% - 30px);
	}
}
@media (max-width:767px) {
	.id_196 .preim li {
		width:calc(100% - 30px);
	}
}
.id_196 .preim li > span > b:nth-child(2) {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    font-size: 20px;
    border-bottom: 2px solid #fff;
    padding-bottom: 10px;
}
.id_196 .preim li svg {
	width: 48px;
    height: auto;
    margin-bottom: 10px;
    /*margin-left: calc(50% - 24px);*/
}
.id_196 .preim.preim2 li {
	background:#f0a721;
}
.faq__item-body .faq__question {
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
@media (max-width:1899px) {
	.faq__item-body .faq__question {
		margin-top:0;
	}
}
.faq__item-body:hover .faq__question {
	color:#f0a721;
}

.id_244 .iscontent ul.shema {
	display:flex;
	flex-wrap:wrap;
}
.id_244 .iscontent ul.shema > li {
    display: block;
    list-style: none;
    width: 100%;
    padding: 15px;
    background: #f0f0f0;
    border-radius: 15px;
    margin-bottom: 45px;
    position: relative;
}
.id_244 .iscontent ul.shema > li .godown {
	color: #f0a721;
    font-size: 48px;
    position: absolute;
    bottom: -50px;
    left: 15px;
}
.id_244 .iscontent ul > li .header__callback-callback {
	text-decoration:none;
	margin-top:15px;
}

@media (max-width:767px) {
	.project-card__main {
		margin-top:45px;
	}
	.project-desc__body {
		margin-top:0;
	}
	.project-desc {
		padding-top:45px; 
		padding-bottom:0; 
	}
	.props {
		padding:50px 0;
	}
	.props__block:last-child {
		margin-bottom:30px;
	}
	.props__block:not(:last-child) {
		margin-bottom:30px;
	}
	.extras {
		padding:0 0 30px 0;
	}
}

@media (max-width:767px) {
	.project-card__actions > span svg {
		width:20px;
		height:20px;
	}
}

@media (min-width:1200px) {
	.props {
		padding-top:60px;
	}
}

.extras__list {
	-ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
}
.extras__item {
	padding:30px 0!important;
	border:none!important;
	border-bottom:1px solid #dbdbdb!important;
}
.extras__item-desc {
    font-size: 20px;
    line-height: 1.3;
}
.extras__item-caption {
	margin-top:15px;
}

@media (min-width: 991.98px) {
	.extras__title  {
		position: sticky;
		top: var(--header-height, 195px);
		margin-bottom: 96px;
	}
}
.extras.extras2 {
	padding-bottom:0;
	padding-top:0;
}

@media (max-width:767px) {
	.extras.extras2 .extras__title {
		margin-top: 40px;
	}
	.extras .extras__title {
		margin-top: 40px;
	}
	.extras.extras2 .col-lg-9 {
		margin-top:0;
	}
}

.projects__item-square .isrub {
    color: #F0A721;
    font-size: 20px;
}

@media (max-width:450px) {
	.projects__item-size {
		font-size:14px;
		gap:7px;
	}
	.projects__item-square {
		font-size:14px;
		gap:7px;
	}
}

.project-desc__body .props__list .props__item-name small {
	display: block;
    margin-top: 10px;
    font-size: 20px;
    color: #999;
}
@media (max-width:575px) {
	.project-desc__body .props__list .props__item-name small {
		display: block;
		margin-top: 10px;
		font-size: 14px;
		color: #999;
		margin-bottom: 5px;
	}
}

.header__callback-main {
	display:flex;
	align-items:center;
}

.compare {
    position: relative;
    padding-top: 60px;
}


.compare .slick-dots {
	position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}
.compare .slick-dots li {
    margin: 0 5px 10px 5px;
    width: 24px;
    height: 24px;
    border-radius: 24px;
    background: #242424;
    cursor: pointer;
    list-style: none;
}
.compare .slick-dots li.slick-active {
	background:#f0a721;
}
.compare .slick-dots li button {
	font-size:0;
}
.canscroll {
	background: #ffdc9d;
    padding: 10px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    border: 1px dashed #f1c16a;
	margin-bottom:15px;
}
@media (min-width:768px) {
	.canscroll {
		display:none;
	}
}
@media (max-width:767px) {
	.compare .slick-dots {
		display: none!important;
	}
	.compare {
		padding-top: 10px;
	}
	.geo__map {
		height:380px;
	}
}

@media (max-width:991px) and (min-width:768px) {
	.project-card__action.icon-download {
		padding: 0px 10px;
	}
	.project-card__action {
		width: 60px;
		height: 60px;
	}
	.project-card__side {
		right:10px;
	}
	.projects__item-name {
		gap:10px;
	}
	.projects__item-articul {
		width:100%;
	}
	.projects__item-props {
		flex-wrap: wrap;
		gap: 10px;
	}
	.projects__item-props > div {
		width:100%;
	} 
}

@media (max-width:1899px) and (min-width:1200px) {
	.page_card .faq a.faq__btn.btn.btn-primary {
		margin-bottom: 8px;
	}
}

@media (max-width:1199px) and (min-width:992px) {
	.page_card .faq a.faq__btn.btn.btn-primary {
		margin-bottom: 12px;
	}
	.faq__item::before {
		margin-top:3px;
	}
}

@media (max-width:767px) and (min-width:576px) {
	.faq__item::before {
		margin-top:3px;
	}
}

@media (max-width:767px) {
	.choose {
		padding-bottom:0;
	}
	.individual {
		padding-top:0;
	}
	.blog:last-child {
		padding-bottom:30px;
	}
}

@media (max-width:575px) {
	.project-card__title {
		font-size: 34px;
	}
	.komanda {
		margin:0 0 30px 0;
	}
}

@media (max-width:767px) {
	.steps__list li div {
		border-bottom: none;
		padding-bottom: 0;
		padding-right: 0;
		padding-top: 40px;
		margin: 0;
	}
	.steps__list li::before {
		position: absolute;
		top: 3px;
		border-bottom: none;
		padding: 0;
		margin: 0;
	}
	.steps__list li {
		padding-bottom: 20px;
		border-bottom: 1px solid #ffffff44;
		margin-top: 20px;
		padding-left: 0;
		padding-right: 0;
		margin-left:15px;
		margin-right:15px;
	}
}

@media (min-width: 1399.98px) {
	.extras__item:first-child {
		padding-top:0!important;
	}
	.extras__title,
	.blog__title,
	.desc__title {
		font-size: 24px;
	}
}

.project-card__actions {
	z-index:11;
}
@media (max-width:767px) {
	.project-card__actions {
		position:relative;
	}
}


.sharebg {
	opacity:1;
	background: rgba(29, 29, 29, 0.4);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
body:not(.shareopened) .sharebg {
	opacity:0;
    pointer-events: none;
}

.projects__slider .slick-prev {
	width: 90px;
    height: 90px;
    background: #242424;
    color: #fff;
    border: 15px solid #ffffff;
    left: -15px;
}
.projects__slider .slick-prev::before {
    font-size: 24px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.projects__slider .slick-next {
	width: 90px;
    height: 90px;
    background: #242424;
    color: #fff;
    border: 15px solid #ffffff;
    right: -15px;
}
.projects__slider .slick-next::before {
    font-size: 24px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.projects__slider .slick-prev:hover { 
    background: #f0a721;
}
.projects__slider .slick-next:hover {
    background: #f0a721;
}

@media (max-width:767px) {
	.projects__slider .slick-prev {
		width: 50px;
		height: 50px;
		border: none;
		left: 0;
		top: 45px;
	}
	.projects__slider .slick-next {
		width: 50px;
		height: 50px;
		border: none;
		right: 0;
		top: 45px;
	}
	.projects__slider .slick-prev::before
	.projects__slider .slick-next::before {
		font-size:18px;
	}
}

.completed-projects__slider .slick-prev {
	width: 90px;
    height: 90px;
    background: #242424;
    color: #fff;
    border: 15px solid #ffffff;
    left: -15px;
}
.completed-projects__slider .slick-prev::before {
    font-size: 24px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.completed-projects__slider .slick-next {
	width: 90px;
    height: 90px;
    background: #242424;
    color: #fff;
    border: 15px solid #ffffff;
    right: -15px;
}
.completed-projects__slider .slick-next::before {
    font-size: 24px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.completed-projects__slider .slick-prev:hover { 
    background: #f0a721;
}
.completed-projects__slider .slick-next:hover {
    background: #f0a721;
}

@media (max-width:767px) {
	.completed-projects__slider .slick-prev {
		width: 50px;
		height: 50px;
		border: none;
		left: 0;
		top: 45px;
	}
	.completed-projects__slider .slick-next {
		width: 50px;
		height: 50px;
		border: none;
		right: 0;
		top: 45px;
	}
	.completed-projects__slider .slick-prev::before
	.completed-projects__slider .slick-next::before {
		font-size:18px;
	}
}
.gotop:not(.showed) {
	bottom:-150px;
}
.gotop:hover {
    background: #f0a721;
}
.gotop {
    width: 100px;
    height: 100px;
    background: #242424;
    color: #fff;
    border: 10px solid #ffffff;
    bottom: -50px;
    left: 0;
    position: fixed;
    left: calc(50% - 50px);
    border-radius: 100px;
	cursor:pointer;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index:3;
}
.gotop::before {
	font-size: 24px;
    font-weight: 700;
    content: "\e900";
    font-family: "icons";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    speak: never;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(270deg);
    position: absolute;
    left: 28px;
    bottom: 40px;
}

@media (max-width:767px) { 
	.gotop {
		width: 80px;
		height: 80px;
		border: 5px solid #ffffff;
		bottom: -40px;
		left: calc(50% - 40px);
		background: #242424!important;
	}
	.gotop::before {
		font-size: 20px;
		left: 24px;
		bottom: 35px;
	}
}

@media (max-width:767px) {
	.gallery__slide-info {
		top:unset;
		bottom:20px;
	}
}