@charset "UTF-8";

* {
  padding: 0;
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-display: swap;
}

.el-fs-1 {
  font-size: 46px;
}

.el-fs-2 {
  font-size: 30px;
}

.el-fs-3 {
  font-size: 26px;
}

.el-fs-4 {
  font-size: 22px;
}

.el-fs-5 {
  font-size: 20px;
}

.el-fs-6 {
  font-size: 16px;
}

.el-header-section {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #004238;
}

.el-header-section .el-header-title .el-color-accent {
  color: #DDC57B;
  font-weight: 400;
}

.el-header-section .el-gradient {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), color-stop(25%), to(rgb(0, 0, 0)));
  background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0), 25%, rgb(0, 0, 0));
  background: linear-gradient(to top, rgba(255, 255, 255, 0), 25%, rgb(0, 0, 0));
}

.el-banner-section .el-main-banner-wrapper {
  position: relative;
}

.el-banner-section .el-main-banner-wrapper .el-main-banner-img-block img {
  width: 100%;
}

.el-banner-section .el-main-banner-wrapper .el-main-banner-logo-block {
  position: absolute;
  right: 30px;
  bottom: 30px;
}

.el-banner-section .el-main-banner-wrapper .el-main-btns {
  position: absolute;
  left: 18%;
  bottom: 10%;
}

.elVideo-controls {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.elVideo-controls:hover {
  cursor: pointer;
}

.elVideo-progress {
  display: inline-block;
  height: 10px;
  width: 100%;
}

.elVideo-total {
  display: inline-block;
  height: 10px;
  width: 100%;
  background: #999;
}

.elVideo-current {
  display: inline-block;
  background: #ff3d3e;
  line-height: 0;
  height: 10px;
  position: relative;
  top: -7px;
}

.elVideo-time {
  color: #fff;
  font-size: 12pt;
  position: absolute;
  top: 20px;
  right: 20px;
  text-shadow: 1px 1px 2px #000;
}

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

.elVideo-link {
  position: absolute;
  bottom: 50px;
  height: auto;
  left: 0;
  width: 100%;
  text-align: center;
  display: none;
}

.el-swiper-widget.sliderClosed .elVideo-controls,
.el-swiper-widget.sliderClosed .elVideo-time,
.el-swiper-widget.sliderClosed .elVideo-mute,
.el-swiper-widget.sliderClosed .elVideo-close,
.el-swiper-widget.sliderClosed .elVideo-link {
  display: none;
}

.elVideo-file {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

.elVideo-file:hover {
  cursor: pointer;
}

.elVideo-mute {
  top: 50px;
}

.elVideo-close {
  top: 90px;
}

.elVideo-mute .fas,
.elVideo-close .far {
  position: relative;
  left: 1px;
}

.elVideo-mute,
.elVideo-close {
  position: absolute;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background: #999;
  color: #fff;
  right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  -webkit-box-shadow: -1px 0px 10px rgba(0, 0, 0, 0.62), 4px 4px 8px rgba(0, 0, 0, 0.2);
          box-shadow: -1px 0px 10px rgba(0, 0, 0, 0.62), 4px 4px 8px rgba(0, 0, 0, 0.2);
}

.elVideo-mute:hover,
.elVideo-close:hover {
  cursor: pointer;
  height: 35px;
  width: 35px;
}

.elVideo-mute.muted i::before {
  content: "\f6a9";
}

.el-swiper-widget {
  position: fixed;
  left: 25px;
  bottom: 25px;
  border-radius: 20px;
  overflow: hidden;
  border: 3px solid #BD9B2D;
  z-index: 100;
}

.el-swiper-widget {
  width: 280px;
  height: 500px;
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.el-swiper-widget.sliderClosed {
  width: 130px;
  height: 227px;
}

.el-swiper-widget.sliderClosed:hover {
  border: 3px solid #0C6667;
}

.el-swiper-widget.sliderClosed .el-swiper-arrow,
.el-swiper-widget.sliderClosed .swiper-pagination {
  display: none;
}

.elSlider-close {
  position: absolute;
  padding: 5px;
  z-index: 1;
  top: 5px;
  right: 5px;
  background: transparent;
  display: none;
  opacity: 0;
}

.elSlider-close:hover {
  cursor: pointer;
}

.el-swiper-widget.sliderClosed:hover .elSlider-close {
  display: inline-block;
  opacity: 1;
}

.elVideo-link a {
  background: #ff3d3e;
  border-color: #ff3d3e;
}

.elVideo-link a:hover {
  background: #ff3d3e;
  border-color: #ff3d3e;
  opacity: 0.8;
}

.elVideo-link.btnShowed {
  display: block;
}

.el-swiper-widget.sliderClosed .elVideo-link.btnShowed {
  display: none;
}

.el-swiper-widget .swiper-pagination-bullet {
  height: 15px;
  width: 30px;
  border-radius: 50px;
}

.el-banner-section .el-price {
  color: #DDC57B;
}

.el-main-menu {
  margin-top: -20px;
}

.el-main-menu #menu-desktop ul.el-columns {
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
}

.el-quiz-section .quiz-wrapper {
  border-radius: 20px;
  overflow: hidden;
}

.el-quiz-section .quiz-wrapper .el-send-form input:not(.btn) {
  background-color: #F7F5EA;
  border-color: #e3d7be;
}

.el-quiz-section .quiz-wrapper .el-send-form textarea {
  resize: none;
  background-color: #F7F5EA;
  border-color: #e3d7be;
}

.el-quiz-section .quiz-wrapper .el-send-form input:checked {
  background-color: #6D5519;
  border-color: #e3d7be;
}

.el-quiz-section .quiz-wrapper .el-quiz-answer {
  min-height: 200px;
}

.el-quiz-section .quiz-wrapper .progress {
  background-color: #E3F6F2;
  height: 25px;
  position: relative;
}

.el-quiz-section .quiz-wrapper .progress .el-progress-text {
  position: absolute;
  top: 1px;
  left: 50%;
  margin-left: -50px;
  font-size: 16px;
}

.el-quiz-section .quiz-wrapper .el-progress {
  background-color: #5BB3B4;
}

.el-quiz-section .quiz-wrapper .el-left-block {
  height: 100%;
  width: 100%;
}

.el-quiz-section .quiz-wrapper .el-center-block {
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
  width: 100%;
}

.el-quiz-section .quiz-wrapper .el-center-block .row {
  height: 100%;
}

.el-quiz-section .quiz-wrapper .el-center-block ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.el-quiz-section .quiz-wrapper .el-center-block .el-right-block {
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
  width: 100%;
}

.el-quiz-section .quiz-wrapper .el-quiz-answer img {
  border: 3px solid transparent;
}

.el-quiz-section .quiz-wrapper .el-quiz-answer img.el-active-radio {
  border: 3px solid #BD9B2D;
}

.el-mission-section .el-mission-text-block {
  border: 1px solid #ccc;
  border-radius: 20px;
  overflow: hidden;
  background-color: #F3F9F7;
}

.el-mission-section .el-top-block {
  z-index: 1;
}

.el-mission-section .el-bottom-block {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.el-mission-section .el-img-block {
  left: 0;
  top: 0;
  bottom: 0;
  width: auto;
  padding-top: 20px;
  z-index: 0;
}

.el-mission-section .el-img-block img {
  height: 100%;
  padding-left: 5%;
}

.el-advantages-section {
  background-image: url(../img/fon-preimushestva.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.el-about-section {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.el-about-section h3 {
  height: 5.5rem;
  overflow: hidden;
}

.el-about-section .el-small_img {
  max-width: 170px;
}

.el-about-section .el-photo-text-block {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.el-about-section .el-photo-heading {
  font-size: 36px;
}

.el-about-section .el-photo-text {
  font-size: 24px;
}

.el-categories-section .el-photo-text-block {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  padding: 10px;
}

.el-categories-section .el-photo-heading {
  font-size: 32px;
}

.el-categories-section .el-photo-text {
  font-size: 20px;
}

.el-catalogue-section .el-price-block {
  min-height: 28px;
}

.el-catalogue-section .el-product-card a:not(.el-product-card-link) img {
  /*max-height: 230px;*/
  margin: 0 auto;
  display: block;
}

.el-catalogue-section .el-product-card-name {
  height: 90px;
  overflow: hidden;
}

.el-catalogue-section .el-product-card-link img {
  height: 30px;
}

.el-price-section .el-fs-4.el-tel {
  font-size: 26px;
}

.el-price-section .el-img-block {
  position: relative;
  height: 100%;
}

.el-price-section .el-img-block img {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.el-projekts-section .swiper {
  padding-bottom: 20px;
}

.el-projekts-section .el-object-info {
  border-radius: 20px;
  overflow: hidden;
}

.el-projekts-section .el-projects-list .el-projects-list-item {
  padding: 0 2px;
  margin-bottom: 4px;
}

.el-objects-mobile-slider .swiper-wrapper {
  height: auto;
  margin-bottom: 15px;
}

.el-objects-mobile-slider .swiper-pagination {
  bottom: 0;
}

.el-request-section .el-request-img-block {
  height: 100%;
  width: 100%;
  background-image: url("../img/fon-zayavka.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  background-size: cover;
}

.el-request-section .el-request-gradient {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(5%, rgb(241, 237, 220)), color-stop(50%, rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(left, rgb(241, 237, 220) 5%, rgba(255, 255, 255, 0) 50%);
  background: linear-gradient(to right, rgb(241, 237, 220) 5%, rgba(255, 255, 255, 0) 50%);
}

.el-request-section input:checked {
  background-color: #6D5519;
  border-color: #6D5519;
}

.el-stages-section .el-stages-list {
  width: 95%;
}

.el-stages-section .el-stages-list > div > div {
  position: relative;
}

.el-stages-section .el-stages-list .el-stage-text {
  max-height: 3.5em;
  overflow: hidden;
}

.el-stages-section .el-stages-list .el-arrow {
  position: absolute;
  top: -1px;
  height: 101%;
  right: -63px;
}

.el-stages-section .el-stages-list .el-arrow-first {
  position: absolute;
  top: -1px;
  height: 101%;
  left: -63px;
}

.el-stages-section .el-stages-list .el-stage-8 {
  z-index: 0;
}

.el-stages-section .el-stages-list .el-stage-7 {
  z-index: 1;
}

.el-stages-section .el-stages-list .el-stage-6 {
  z-index: 2;
}

.el-stages-section .el-stages-list .el-stage-5 {
  z-index: 3;
}

.el-stages-section .el-stages-list .el-stage-4 {
  z-index: 4;
}

.el-stages-section .el-stages-list .el-stage-3 {
  z-index: 5;
}

.el-stages-section .el-stages-list .el-stage-2 {
  z-index: 6;
}

.el-stages-section .el-stages-list .el-stage-1 {
  z-index: 7;
}

.el-cycle-section span {
  height: 50px;
  width: 50px;
  border-radius: 50%;
}

.el-cycle-section .el-fs-5 {
  font-size: 18px;
}

.el-cycle-section .el-block-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 18%;
          flex: 0 0 18%;
}

.el-team-section .el-team-img-block {
  height: 100%;
  width: 100%;
  background-image: url("../img/fon-komanda.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.el-team-section .el-team-gradient {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(95%, rgb(255, 255, 255)));
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 50%, rgb(255, 255, 255) 95%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 50%, rgb(255, 255, 255) 95%);
}

.el-team-section .order-2 .el-team-gradient {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: -webkit-gradient(linear, right top, left top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(95%, rgb(255, 255, 255)));
  background: -o-linear-gradient(right, rgba(255, 255, 255, 0) 50%, rgb(255, 255, 255) 95%);
  background: linear-gradient(to left, rgba(255, 255, 255, 0) 50%, rgb(255, 255, 255) 95%);
}

.el-thanks-section .el-thanks-link:hover p {
  color: #D3B761;
}

.el-thanks-section .el-thanks-link:hover span {
  color: #D3B761;
}

.el-thanks-swiper-images.el-less-then-6 .swiper-wrapper .swiper-slide.swiper-slide-prev img {
  max-height: unset;
}

.el-thanks-swiper-images.el-less-then-6 .swiper-wrapper .swiper-slide.swiper-slide-next img {
  max-height: unset;
}

.el-estimate-section .el-estimate-form {
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
}

.el-estimate-section .el-estimate-form form textarea {
  resize: none;
  background-color: #F7F5EA;
  border-color: #e3d7be;
}

.el-estimate-section .el-estimate-form form input:not(.btn) {
  background-color: #F7F5EA;
  border-color: #e3d7be;
}

.el-estimate-section .el-estimate-form form input:checked {
  background-color: #6D5519;
  border-color: #e3d7be;
}

.el-estimate-section .el-estimate-form .el-input-num {
  border-radius: 50%;
  border: 1px solid #e3d7be;
  background-color: #F7F5EA;
  height: 42px;
  width: 46px;
}

.el-qa-section .el-qa-title-block .el-qa-img-block {
  background-repeat: no-repeat;
  background-position: center center;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.el-qa-section .el-q-block {
  background: #E3E3E5;
}

.el-qa-section .el-a-block {
  background: #fff;
  padding: 10px 20px;
  border-radius: 20px;
  margin-left: 30px;
  font-style: italic;
}

.el-qa-section .el-a-block ul {
  list-style-type: none;
}

.el-qa-section .el-a-block ul li::before {
  content: "\f14a";
  font-family: "Font Awesome 5 Free";
  padding: 0 10px 0 0;
  font-style: normal;
  color: #BD9B2D;
}

.el-qa-section .el-qa-ico {
  left: -27px;
  top: 10px;
}

.el-personal-section img {
  border: 4px solid #D3B761;
}

.el-personal-section .el-personal-card img {
  border: none;
}

.el-personal-section .el-border-block {
  border: 2px solid #0D335E;
}

.el-price-table .table {
  color: #879697;
}

.el-price-table .el-price-table-header td {
  vertical-align: middle;
}

.el-price-table .table-bordered > :not(caption) > * > * {
  border-width: 2px 2px;
}

.el-price-table .font-weight-bold {
  font-weight: bold;
}

.el-design-section .el-design-slider .swiper-wrapper {
  height: auto;
  margin-bottom: 25px;
}

.el-design-section .el-design-slider .swiper-pagination {
  bottom: 0;
}

.el-design-stages .el-num span {
  height: 50px;
  width: 50px;
  border-radius: 50%;
}

.el-tegs-swiper {
  width: 100%;
  height: auto;
}

.el-tegs-swiper .swiper-wrapper {
  height: auto;
  list-style: none;
  white-space: nowrap;
  padding-left: 0;
}

.el-tegs-swiper .swiper-wrapper .swiper-slide {
  display: inline-block;
  width: auto;
}

.el-shop-filter-slider {
  margin: 0 10px;
}

div.range-slider {
  position: relative;
  width: 100%;
  height: auto;
  float: left;
  text-align: center;
}

div.range-slider input[type=range] {
  pointer-events: none;
  position: absolute;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  border: none;
  border-radius: 14px;
  background: #F1EFEF;
  box-shadow: inset 0 1px 0 0 #cdc6c6, inset 0 -1px 0 0 #d9d4d4;
  -webkit-box-shadow: inset 0 1px 0 0 #cdc6c6, inset 0 -1px 0 0 #d9d4d4;
  left: 0;
  top: 5px;
  width: 100%;
  outline: none;
  height: 10px;
  margin: 0;
  padding: 0;
}

div.range-slider input[type=range]::-webkit-slider-thumb {
  pointer-events: all;
  position: relative;
  z-index: 1;
  outline: 0;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border: none;
  border-radius: 14px;
  /* android <= 2.2 */
  /* older mobile safari and android > 2.2 */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #dad8da), to(#413F41));
  background-image: linear-gradient(to bottom, #dad8da 0, #413F41 100%);
  /* W3C */
}

div.range-slider input[type=range]::-moz-range-thumb {
  pointer-events: all;
  position: relative;
  z-index: 10;
  -moz-appearance: none;
  width: 20px;
  height: 20px;
  border: none;
  border-radius: 14px;
  background-image: linear-gradient(to bottom, #dad8da 0, #413F41 100%);
  /* W3C */
}

div.range-slider input[type=range]::-ms-thumb {
  pointer-events: all;
  position: relative;
  z-index: 10;
  -ms-appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 14px;
  border: 0;
  background-image: linear-gradient(to bottom, #dad8da 0, #413F41 100%);
  /* W3C */
}

div.range-slider input[type=range]::-moz-range-track {
  position: relative;
  z-index: -1;
  background-color: rgb(0, 0, 0);
  border: 0;
}

div.range-slider input[type=range]:last-of-type::-moz-range-track {
  -moz-appearance: none;
  background: none transparent;
  border: 0;
}

div.range-slider input[type=range]::-moz-focus-outer {
  border: 0;
}

.el-shop-filtercheck-item {
  display: inline-block;
  margin-bottom: 2px;
  margin-right: 2px;
}

.el-shop-filtercheck-item span.close {
  padding: 2px;
  cursor: pointer;
}

.el-control-filter-input {
  cursor: pointer;
}

.el-control-filter-item-hidden.el-hidden {
  display: none;
}

.el-wrapper {
  position: relative;
}

.el-wrapper .el-priority {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  text-align: center;
  padding: 10px 15px;
}

.el-wrapper .el-priority .btn {
  color: #fff;
  background-color: #EE6900;
  border-color: #EE6900;
}

.el-wrapper .el-priority .btn:hover {
  color: #EE6900;
  background-color: #fff;
}

.el-wrapper .el-hover-action {
  opacity: 0;
  width: auto;
  text-align: center;
  display: inline-block;
  letter-spacing: normal;
  white-space: nowrap;
  position: absolute;
  left: 50% !important;
  top: 50% !important;
  -webkit-transform: translate(-50%, -50%) !important;
      -ms-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
}

.el-wrapper .el-hover-action .btn {
  padding: 10px 15px;
  color: #fff;
  background-color: #EE6900;
  border-color: #EE6900;
  opacity: 0.6;
}

.el-wrapper .el-hover-action .btn:hover {
  opacity: 1;
}

.el-product-card:hover .el-hover-action {
  opacity: 1;
  z-index: 5;
}

.el-funding-section .el-funding-slider .swiper-wrapper {
  height: auto;
  margin-bottom: 25px;
}

.el-funding-section .el-funding-slider .swiper-wrapper .swiper-slide {
  height: auto;
  max-height: 500px;
}

.el-funding-section .el-funding-slider .swiper-wrapper .swiper-slide .el-slide-wrapper {
  border: 15px solid #EFEFEF;
  height: 100%;
  overflow: hidden;
}

.el-funding-section .el-funding-slider .swiper-wrapper .swiper-slide .el-slide-wrapper .el-img-block {
  height: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}

.el-funding-section .el-funding-slider .swiper-wrapper .swiper-slide .el-slide-wrapper .el-header {
  margin-bottom: 20px;
}

.el-funding-section .el-funding-slider .swiper-wrapper .swiper-slide .el-slide-wrapper img {
  max-height: 200px;
  width: auto;
  height: 100%;
  display: block;
}

.el-funding-section .el-funding-slider .swiper-wrapper .swiper-slide .el-slide-wrapper .el-funding-text-block {
  height: 60%;
  position: relative;
}

.el-funding-section .el-funding-slider .swiper-wrapper .swiper-slide .el-slide-wrapper .el-funding-text-block .el-funding-text-wrapper {
  height: auto;
}

.el-funding-section .el-funding-slider .swiper-wrapper .swiper-slide .el-slide-wrapper .el-funding-text-block .el-funding-text-wrapper .el-funding-text {
  font-style: italic;
  padding-right: 5px;
}

.el-funding-section .el-funding-slider .swiper-wrapper .swiper-slide .el-slide-wrapper .el-funding-text-block .el-funding-text-wrapper.el-need-scroll {
  height: 100%;
  overflow: hidden;
}

.el-funding-section .el-funding-slider .swiper-wrapper .swiper-slide .el-slide-wrapper .el-funding-text-block .el-funding-gradient {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 70%;
  width: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(transparent));
  background: -o-linear-gradient(bottom, #fff, transparent);
  background: linear-gradient(0deg, #fff, transparent);
  opacity: 1;
}

.el-funding-section .el-funding-slider .swiper-wrapper .swiper-slide .el-slide-wrapper:hover .el-need-scroll {
  overflow-y: scroll !important;
}

.el-funding-section .el-funding-slider .swiper-wrapper .swiper-slide .el-slide-wrapper:hover .el-funding-gradient {
  display: none;
}

.el-funding-text-wrapper::-webkit-scrollbar {
  width: 7px;
  background-color: #f9f9fd;
}

.el-funding-text-wrapper::-webkit-scrollbar-thumb {
  background-color: #d5d5d5;
}

.el-funding-text-wrapper::-webkit-scrollbar-track {
  -webkit-box-shadow: 5px 5px 5px -5px rgba(34, 60, 80, 0.2) inset;
  background-color: #f9f9fd;
}

.el-project-stages-section {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.el-project-stages-section img {
  margin: 0 auto;
  /*max-height: 200px;*/
}

.el-project-stages-section .el-num div {
  height: 100px;
  width: 100px;
  border: 10px solid #EFEFEF;
  border-radius: 50%;
}

.el-project-stages-section .el-num div span {
  font-size: 45px;
  font-weight: bold;
  color: #fff;
}

.el-project-stages-section .el-img-block {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.el-project-stages-section .el-text span {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  border: 7px solid #EFEFEF;
  color: #fff;
}

.el-project-stages-section .el-text ul {
  list-style: none;
  padding: 0;
  font-size: 1.2em;
  color: #a2a9ab;
}

.el-project-stages-section .el-text ul li {
  /*display: flex;*/
}

.el-project-stages-section .el-text ul li::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0da";
  color: #55A1A0;
  margin-right: 10px;
}

.el-project-stages-section p {
  font-size: 1.4em;
}

.el-project-stages-section .el-img-right .el-num div {
  background-color: #D3A52B;
}

.el-project-stages-section .el-img-right .el-text span {
  background-color: #D3A52B;
}

.el-project-stages-section .el-img-left .el-num div {
  background-color: #21797B;
}

.el-project-stages-section .el-img-left .el-text span {
  background-color: #21797B;
}

.el-project-stages-section .btn {
  margin: 0 auto;
  padding: 10px 30px;
}

.el-project-stages-section .swiper {
  width: 100%;
  height: 100%;
}

.el-project-stages-section .swiper img {
  height: 100%;
  width: auto;
  max-width: unset;
}

.el-project-stages-section .el-color-light ul li {
  color: #fff;
}

.el-project-stages-section .el-block-with-slider .btn {
  padding: 3px 15px;
}

.el-project-stages-section .el-block-with-slider .el-slide-text {
  color: #fff;
  bottom: 0;
  left: 0;
  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: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  text-shadow: 1px 1px 1px #000;
}

.el-project-stages-section .el-block-with-slider .el-slide-text p {
  font-size: 16px;
}

.el-tech-section .el-tech-slider .swiper-wrapper {
  height: auto;
  margin-bottom: 25px;
}

.el-tech-section .el-tech-slider .swiper-pagination {
  bottom: 0;
}

#fullscreen-swiper .el-tech-slider .swiper-slide .el-tech-item {
  height: 100%;
  width: 100%;
  overflow-y: auto;
}

#fullscreen-swiper .el-tech-slider .swiper-slide .el-tech-item .el-img-vh {
  max-height: 80%;
}

#fullscreen-swiper .el-tech-slider .swiper-slide .el-tech-item .el-text-vh {
  max-height: 20%;
}

#fullscreen-swiper .el-tech-slider .swiper-slide .el-tech-item::-webkit-scrollbar {
  width: 7px;
  background-color: #f9f9fd;
}

#fullscreen-swiper .el-tech-slider .swiper-slide .el-tech-item::-webkit-scrollbar-thumb {
  background-color: #C0C0C0;
}

#fullscreen-swiper .el-tech-slider .swiper-slide .el-tech-item::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
  background-color: #f9f9fd;
}

#fullscreen-swiper .el-tech-slider .swiper-slide .el-tech-item img {
  height: 100%;
  width: auto;
}

#fullscreen-swiper .el-tech-slider .swiper-slide .el-tech-item p {
  padding: 20px;
  max-width: 80vw;
}

.el-vacancy-section .el-vacancy-item a {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.el-vacancy-section .el-vacancy-item a:hover {
  opacity: 0.7;
}

.el-vacancy-section .el-vacancy-item .el-vacancy-name {
  height: 2.5em;
  overflow: hidden;
}

.el-masonry-section .el-masonry {
  position: relative;
}

.el-masonry-section .el-masonry .el-big-photo {
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5s;
  opacity: 0;
}

.el-masonry-section .el-masonry .el-images-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-line-pack: end;
      align-content: flex-end;
  position: relative;
  z-index: 0;
}

.el-masonry-section .el-masonry .el-images-block div {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}

.el-masonry-section .el-masonry .el-images-block div img {
  display: block;
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
  min-width: 100%;
  padding: 5px;
}

.el-masonry-section .el-masonry .el-images-block div img:hover {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.el-masonry-section .el-masonry.elShownBlock .el-big-photo-overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
}

.el-masonry-section .el-masonry.elShownBlock .el-big-photo-overlay .el-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  z-index: 1;
  background: #000;
  opacity: 0.6;
}

.el-masonry-section .el-masonry.elShownBlock .el-big-photo {
  z-index: 2;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
  width: auto;
  opacity: 1;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}

.el-masonry-section .el-masonry .grid-item {
  padding: 0;
  margin: 0;
  width: 20%;
}

.el-article-section .el-img-rounded-block {
  text-align: center;
}

.el-article-section .el-img-rounded-block img {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.el-article-section .el-in-article-swiper .swiper-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.el-article-section .el-in-article-swiper img {
  max-height: 600px;
}

.el-article-section .el-in-article-swiper-thumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.el-article-section .el-in-article-swiper-thumbs .swiper-wrapper {
  width: auto;
}

.el-article-section .el-in-article-swiper-thumbs img {
  cursor: pointer;
  max-height: 60px;
  display: inline-block;
  border-radius: 5px;
}

.el-article-section .el-in-article-swiper-thumbs .swiper-wrapper .swiper-slide {
  display: block;
  width: auto !important;
  text-align: center;
}

.el-article-section .el-article-full table {
  border: 1px solid #ccc;
  color: #444444;
}

#fullscreen-swiper .el-in-article-swiper-thumbs.el-thumbs.d-none {
  display: none !important;
}

#fullscreen-swiper .el-in-article-swiper-thumbs.el-thumbs img {
  border-radius: 5px;
}

.el-modal-content {
  background-size: contain;
  background-color: #e2e3e5;
  background-repeat: no-repeat;
  background-position-x: right;
}

.el-modal-content .el-modal-header {
  position: relative;
}

.el-modal-content .el-modal-header .btn-close {
  position: absolute;
  top: 15px;
  right: 30px;
  z-index: 10;
}

.el-modal-bg-none .el-modal-content {
  background-image: none !important;
  background-color: #fff;
}

#elModal form textarea {
  resize: none;
  opacity: 0.7;
  border-color: #d8d5cb;
  background: #faf9f2;
  color: #6D5519 !important;
}

#elModal form textarea::-webkit-input-placeholder {
  color: #bca78f;
}

#elModal form textarea::-moz-placeholder {
  color: #bca78f;
}

#elModal form textarea:-ms-input-placeholder {
  color: #bca78f;
}

#elModal form textarea::-ms-input-placeholder {
  color: #bca78f;
}

#elModal form textarea::placeholder {
  color: #bca78f;
}

#elModal form input:not(.btn) {
  opacity: 0.7;
  border-color: #d8d5cb;
  color: #6D5519 !important;
}

#elModal form input:not(.btn)::-webkit-input-placeholder {
  color: #bca78f;
}

#elModal form input:not(.btn)::-moz-placeholder {
  color: #bca78f;
}

#elModal form input:not(.btn):-ms-input-placeholder {
  color: #bca78f;
}

#elModal form input:not(.btn)::-ms-input-placeholder {
  color: #bca78f;
}

#elModal form input:not(.btn)::placeholder {
  color: #bca78f;
}

#elModal form input:checked {
  background-color: #6D5519;
  border-color: #d8d5cb;
}

#elModal .el-modal-title {
  font-size: 24px;
}

#elModal .el-cities-list {
  -webkit-columns: 4;
     -moz-columns: 4;
          columns: 4;
}

#elModal .modal-fullscreen {
  max-width: none !important;
}

.el-footer-wrapper {
  background-image: url("../img/fon-proekt.jpg");
  background-position: center center;
  background-repeat: repeat-x;
}

.el-card-section .el-card-buttons-block .btn {
  width: 60%;
}

.el-card-section .list-group .list-group-item {
  border-radius: 0;
  border-left: 0;
  border-right: 0;
}

.el-card-section .el-manager-wrapper .el-manager {
  width: 100%;
  height: 100%;
}

.el-card-section .el-manager-wrapper .el-manager img {
  bottom: 0;
  right: 10px;
}

.el-card-section .el-form-check {
  font-size: 14px;
}

.swiper-pagination-bullet-active {
  background: #BD9B2D;
}

.el-main-page-swiper .swiper-wrapper,
.el-in-card-swiper .swiper-wrapper {
  /*height: auto;*/
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.swiper-button-prev::after {
  content: "\f104";
}

.swiper-button-next::after {
  content: "\f105";
}

.swiper-button-prev::after,
.swiper-button-next::after {
  font-family: Font Awesome\ 5 Free;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
  color: #52A09F;
}

.el-tegs-swiper .swiper-button-prev {
  left: 0;
}

.el-tegs-swiper .swiper-button-prev::after,
.el-product-item-slider .swiper-button-prev::after {
  content: "\f104";
}

.el-tegs-swiper .swiper-button-next {
  right: 0;
}

.el-tegs-swiper .swiper-button-next::after,
.el-product-item-slider .swiper-button-next::after {
  content: "\f105";
}

.el-card-slider {
  height: 100%;
}

.el-card-slider .el-card-swiper,
.el-card-slider .el-in-card-swiper {
  margin-bottom: 10px;
}

.el-card-slider .el-card-swiper img,
.el-card-slider .el-in-card-swiper img {
  max-height: 500px;
  height: 100%;
}

.el-card-slider .swiper-wrapper .swiper-slide {
  text-align: center;
}

.el-card-slider .el-card-swiper-thumbs,
.el-card-slider .el-in-card-swiper-thumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.el-card-slider .el-card-swiper-thumbs .swiper-wrapper,
.el-card-slider .el-in-card-swiper-thumbs .swiper-wrapper {
  width: auto;
}

.el-card-slider .el-card-swiper-thumbs .swiper-wrapper .swiper-slide,
.el-card-slider .el-in-card-swiper-thumbs .swiper-wrapper .swiper-slide {
  display: block;
  width: auto !important;
  text-align: center;
}

.el-card-slider .el-card-swiper-thumbs img,
.el-card-slider .el-in-card-swiper-thumbs img {
  cursor: pointer;
  max-height: 60px;
  display: inline-block;
}

#elModal .el-card-slider .el-card-swiper,
#elModal .el-card-slider .el-in-card-swiper {
  height: 75%;
}

#elModal .el-card-slider .el-card-swiper img,
#elModal .el-card-slider .el-in-card-swiper img {
  max-height: unset;
}

#elModal .el-card-slider .el-card-swiper .swiper-wrapper,
#elModal .el-card-slider .el-in-card-swiper .swiper-wrapper {
  height: 100%;
}

#elModal .el-card-slider .el-card-swiper .swiper-wrapper img,
#elModal .el-card-slider .el-in-card-swiper .swiper-wrapper img {
  height: 100%;
}

#elModal .el-card-slider .el-in-card-swiper.el-product-slider {
  height: auto;
}

#elModal .el-card-slider .el-in-card-swiper.el-product-slider img {
  height: unset;
  max-height: 500px;
}

.el-thanks-swiper-images .swiper-wrapper {
  height: auto;
  padding-bottom: 20px;
}

.el-thanks-swiper-images .swiper-wrapper .swiper-slide {
  text-align: center;
  cursor: pointer;
}

.el-thanks-swiper-images .swiper-wrapper .swiper-slide img {
  border: 10px solid transparent;
  max-height: 190px;
  width: auto;
}

.el-thanks-swiper-images .swiper-wrapper .swiper-slide img.max-height-unset {
  max-height: unset !important;
  border: none !important;
}

.el-thanks-swiper-images .swiper-wrapper .swiper-slide .el-thanks-text {
  display: none;
  position: relative;
  height: 200px;
  min-width: 700px;
  left: -350px;
  margin-left: 50%;
}

.el-thanks-swiper-images .swiper-wrapper .swiper-slide.swiper-slide-active img {
  max-height: unset;
  border: 8px solid #D3B761;
}

.el-thanks-swiper-images .swiper-wrapper .swiper-slide.swiper-slide-active img.max-height-unset {
  border-color: transparent;
}

.el-thanks-swiper-images .swiper-wrapper .swiper-slide.swiper-slide-active .el-thanks-text {
  display: block;
}

.el-thanks-swiper-images .swiper-wrapper .swiper-slide.swiper-slide-prev img {
  max-height: 220px;
}

.el-thanks-swiper-images .swiper-wrapper .swiper-slide.swiper-slide-prev img.max-height-unset {
  max-height: unset !important;
}

.el-thanks-swiper-images .swiper-wrapper .swiper-slide.swiper-slide-next img {
  max-height: 220px;
}

.el-thanks-swiper-images .swiper-wrapper .swiper-slide.swiper-slide-next img.max-height-unset {
  max-height: unset !important;
}

.el-thanks-swiper-images .swiper-pagination {
  bottom: 0;
}

.el-thanks-swiper-images .el-thanks-slider-heading {
  height: 65px;
}

#fullscreen-swiper .swiper {
  width: 100%;
  height: auto;
}

#fullscreen-swiper .swiper-wrapper {
  height: 100% !important;
}

#fullscreen-swiper .swiper-slide {
  /*height: auto;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.el-thumbs .swiper-slide {
  opacity: 0.4;
}

.el-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}

#fullscreen-swiper {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  -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;
}

#fullscreen-swiper .swiper-slide {
  background: none;
}

#fullscreen-swiper-backdrop {
  background: #fff;
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}

#fullscreen-swiper-close {
  color: #ccc;
  cursor: pointer;
  font-size: 24px;
  padding: 1px 6px 0;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 10000;
}

.no-scroll {
  height: 100%;
  overflow: hidden;
}

.el-fullscreen-slider {
  overflow: hidden;
}

.el-fullscreen-slider .el-slider img {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

#fullscreen-swiper .el-slider img {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

#fullscreen-swiper .el-thumbs {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#fullscreen-swiper .el-thumbs .swiper-wrapper {
  width: auto;
}

#fullscreen-swiper .el-thumbs img {
  cursor: pointer;
  max-height: 70px;
  display: inline-block;
  max-width: unset;
  height: 100%;
  width: auto;
}

#fullscreen-swiper .el-thumbs .swiper-slide {
  display: block;
  width: auto !important;
}

#fullscreen-swiper .swiper-pagination {
  display: none;
}

.el-product-item-slider {
  display: none;
}

.el-product-item-slider .swiper {
  width: 100%;
  height: auto;
}

.el-product-item-slider .swiper .swiper-wrapper {
  height: auto;
}

.el-catalogue-slider .swiper-wrapper {
  height: auto;
  margin-bottom: 40px;
}

.el-catalogue-slider .swiper-wrapper .swiper-slide {
  height: auto;
}

@media (min-width: 992px) {
  .el-project-stages-section .el-img-right .el-text-block {
    max-width: 60%;
  }

  .el-project-stages-section .el-img-right .el-img-block {
    max-width: 40%;
  }

  .el-project-stages-section .el-img-left .el-text-block {
    max-width: 60%;
  }

  .el-project-stages-section .el-img-left .el-img-block {
    max-width: 40%;
  }
}

@media (min-width: 1200px) {
  .el-header-section .el-header-title {
    font-size: 60px;
  }

  .el-header-section .el-header-title span {
    font-size: 48px;
  }

  .el-thanks-section h2 {
    font-size: 48px;
  }
}

@media (min-width: 1400px) {
  .el-banner-section .el-price.el-fs-2 {
    font-size: 38px;
  }

  .el-banner-section .el-price .el-fs-1 {
    font-size: 46px;
  }

  .el-categories-section h2 {
    font-size: 48px;
  }

  .el-price-section h2 {
    font-size: 48px;
  }

  .el-projekts-section h2 {
    font-size: 48px;
  }

  .el-projekts-section h2 span {
    font-size: 60px;
  }

  .el-personal-section h2 {
    font-size: 48px;
  }
}

@media (min-width: 1500px) {
  .container {
    max-width: 1450px;
  }
}

@media (max-width: 1600px) {
  .el-masonry-section .el-masonry .grid-item {
    width: 25%;
  }
}

@media (max-width: 1500px) {
  .el-main-menu {
    margin-top: 0;
    margin-top: 10px;
  }
}

@media (max-width: 1400px) {
  .el-mission-section .el-img-block img {
    padding-left: 0;
  }

  .el-about-section .el-photo-heading {
    font-size: 30px !important;
  }

  .el-about-section .el-photo-text {
    font-size: 22px !important;
  }

  .el-categories-section .el-photo-heading {
    font-size: 26px !important;
  }

  .el-categories-section .el-photo-text {
    font-size: 18px !important;
  }

  .el-thanks-swiper-images .swiper-wrapper .swiper-slide.swiper-slide-prev img {
    max-height: 250px;
  }

  .el-thanks-swiper-images .swiper-wrapper .swiper-slide.swiper-slide-next img {
    max-height: 250px;
  }
}

@media (max-width: 1399px) {
  .el-stages-section .el-stages-list .el-arrow {
    right: -55px;
  }

  .el-stages-section .el-stages-list .el-arrow-first {
    left: -55px;
  }
}

@media (max-width: 1200px) {
  .el-mission-section .el-img-block {
    top: unset;
    left: 0;
  }

  .el-mission-section .el-img-block img {
    padding-left: 40px;
    height: 320px;
  }

  .el-advantages-section h4 {
    font-size: 18px;
    width: 80%;
  }

  .el-advantages-section .el-fs-5 {
    font-size: 18px;
  }

  .el-about-section .el-about-item h4 {
    min-height: 3rem;
  }

  .el-about-section .el-about-item p {
    font-size: 18px;
  }

  .el-about-section .el-photo-heading {
    font-size: 26px !important;
  }

  .el-about-section .el-photo-text {
    font-size: 18px !important;
  }

  .el-categories-section .el-photo-heading {
    font-size: 20px !important;
  }

  .el-categories-section .el-photo-text {
    font-size: 16px !important;
  }

  .el-price-section .el-fs-1 {
    font-size: 30px;
  }

  .el-price-section .el-fs-3 {
    font-size: 26px;
  }

  .el-price-section .el-fs-3.el-tel {
    font-size: 26px;
  }

  .el-price-section .el-img-block {
    position: relative;
    height: 100%;
  }

  .el-price-section .el-img-block img {
    position: absolute;
    bottom: 0;
  }

  .el-request-section .el-fs-1 {
    font-size: 30px;
  }

  .el-request-section .el-request-section-text .el-fs-5 {
    font-size: 18px;
  }

  .el-stages-section .el-stages-list {
    width: 94%;
  }

  .el-stages-section .el-fs-5 {
    font-size: 16px;
  }

  .el-cycle-section .el-block-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 28%;
            flex: 0 0 28%;
  }

  .el-team-section .el-fs-1 {
    font-size: 28px;
  }

  .el-team-section .el-fs-4 {
    font-size: 18px;
  }

  .el-team-section .el-fs-5 {
    font-size: 16px;
  }

  .el-treaty-section h2 {
    font-size: 28px;
  }

  .el-treaty-section h3 {
    font-size: 24px;
  }

  .el-estimate-section .el-estimate-img-wrapper {
    position: relative;
    height: 100%;
  }

  .el-estimate-section .el-estimate-img-wrapper img {
    position: absolute;
    bottom: 0;
  }

  .el-masonry-section .el-masonry .grid-item {
    width: 33.3%;
  }
}

@media (max-width: 1199px) {
  .el-stages-section .el-stages-list .el-arrow {
    right: -45px;
  }

  .el-stages-section .el-stages-list .el-arrow-first {
    left: -45px;
  }
}

@media (max-width: 992px) {
  .el-banner-section .el-main-banner-wrapper .el-main-btns a.el-fs-4 {
    font-size: 16px;
  }

  .el-mobile-search-form input {
    background-color: #F6F3EA;
    border-color: #6D5519;
  }

  .el-mobile-menu-btn {
    font-size: 30px;
  }

  .brand img {
    height: 40px !important;
  }

  .el-mission-section .el-mission-text-block h2 {
    font-size: 26px;
  }

  .el-mission-section .el-mission-text-block .el-fs-3 {
    font-size: 20px;
  }

  .el-mission-section .el-mission-text-block .el-fs-4 {
    font-size: 18px;
  }

  .el-mission-section .el-img-block img {
    padding-left: 0;
    height: 300px;
  }

  .el-mission-section .el-bottom-block .el-fs-5 {
    font-size: 16px;
  }

  .el-advantages-section h4 {
    width: 75%;
  }

  .el-about-section .el-about-item p {
    font-size: 16px;
  }

  .el-about-section .el-photo-heading {
    font-size: 22px !important;
  }

  .el-about-section .el-photo-text {
    font-size: 14px !important;
  }

  .el-categories-section .el-fs-5 {
    font-size: 16px;
  }

  .el-categories-section .el-photo-heading {
    font-size: 18px !important;
  }

  .el-categories-section .el-photo-text {
    font-size: 13px !important;
  }

  .el-price-section p {
    margin-bottom: 5px;
  }

  .el-price-section .el-fs-1 {
    font-size: 24px;
  }

  .el-price-section .el-fs-3 {
    font-size: 20px;
  }

  .el-request-section {
    position: relative;
  }

  .el-request-section .el-bg-accent-light {
    background: none;
    z-index: 1;
    position: relative;
  }

  .el-request-section .el-fs-1 {
    font-size: 28px;
  }

  .el-request-section .el-request-section-text .el-fs-5 {
    font-size: 16px;
  }

  .el-request-section .el-request-bg-img-block {
    background-image: url("../img/fon-zayavka.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.2;
    position: absolute;
    z-index: 0;
  }

  .el-request-section .bg-light {
    background: none !important;
  }

  .el-cycle-section .el-block-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
  }

  .el-team-section {
    position: relative;
  }

  .el-team-section .el-team-bg-img-block {
    background-image: url("../img/fon-komanda.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.2;
    position: absolute;
  }

  .el-project-stages-section img {
    height: auto;
    width: 100%;
  }

  .el-project-stages-section .el-num div {
    height: 80px;
    width: 80px;
  }

  .el-project-stages-section .el-num div span {
    font-size: 35px;
  }

  .el-project-stages-section .swiper img {
    height: auto;
    width: 100%;
    max-width: 100%;
  }

  .el-masonry-section .el-masonry .grid-item {
    width: 25%;
  }

  #elModal .el-cities-list {
    -webkit-columns: 3;
       -moz-columns: 3;
            columns: 3;
  }

  .el-footer-wrapper .el-fs-4 {
    font-size: 18px;
  }

  .el-footer-wrapper .el-fs-5 {
    font-size: 18px;
  }

  .el-footer-wrapper {
    background-repeat: repeat;
  }
}

@media (max-width: 991px) {
  .el-stages-section .el-stages-list .el-arrow {
    right: -33px;
  }

  .el-stages-section .el-stages-list .el-arrow-first {
    left: -33px;
  }

  .el-stages-section .el-fs-5 {
    font-size: 12px;
  }
}

@media (max-width: 768px) {
  .el-fs-1 {
    font-size: 26px;
  }

  .el-fs-2 {
    font-size: 20px;
  }

  .el-fs-3 {
    font-size: 16px;
  }

  .el-banner-section .el-main-banner-wrapper .el-main-banner-logo-block {
    right: 15px;
    bottom: 10%;
  }

  .el-banner-section .el-main-banner-wrapper .el-main-banner-logo-block img {
    height: 80px;
  }

  .el-banner-section .el-main-banner-wrapper .el-main-btns {
    margin-top: 0 !important;
    margin-right: 0 !important;
    left: unset;
    right: 30px;
    bottom: 30px;
  }

  .el-banner-section .el-main-banner-wrapper .el-main-btns a {
    margin-top: 0 !important;
    margin-right: 0 !important;
  }

  .el-advantages-section h4 {
    width: 100%;
  }

  .el-about-section h3 {
    font-size: 24px;
  }

  .el-about-section .el-about-item h4 {
    min-height: 5rem;
  }

  .el-about-section .el-about-item p {
    font-size: 15px;
  }

  .el-about-section .el-photo-heading {
    font-size: 16px !important;
  }

  .el-about-section .el-photo-text {
    font-size: 11px !important;
  }

  .el-categories-section .el-fs-1 {
    font-size: 28px;
  }

  .el-categories-section .el-photo-heading {
    font-size: 20px !important;
  }

  .el-categories-section .el-photo-text {
    font-size: 14px !important;
  }

  .el-catalogue-section .el-product-card-name {
    height: auto;
  }

  .el-projekts-section .el-fs-1 {
    font-size: 28px;
  }

  .el-stages-section .el-stages-list {
    width: 88%;
  }

  .el-stages-section .el-fs-1 {
    font-size: 28px;
  }

  .el-stages-section .el-fs-5 {
    font-size: 16px;
  }

  .el-thanks-section .el-fs-1 {
    font-size: 28px;
  }

  .el-funding-section .el-funding-slider .swiper-wrapper .swiper-slide .el-slide-wrapper .el-funding-text-block .el-funding-text-wrapper.el-need-scroll {
    overflow-y: scroll !important;
  }

  .el-funding-section .el-funding-slider .swiper-wrapper .swiper-slide .el-slide-wrapper .el-funding-text-block .el-funding-gradient {
    display: none;
  }

  .el-project-stages-section .el-num div {
    height: 60px;
    width: 60px;
    border: 7px solid #EFEFEF;
  }

  .el-project-stages-section .el-num div span {
    font-size: 25px;
  }

  #fullscreen-swiper .el-tech-slider .swiper-slide .el-tech-item p {
    max-width: 100vw;
  }

  .el-masonry-section .el-masonry .grid-item {
    width: 33.3%;
  }

  .el-properties-section h2 {
    font-size: 26px;
  }

  #elModal .el-card-slider .el-card-swiper,
  #elModal .el-card-slider .el-in-card-swiper {
    height: auto;
  }

  .el-thanks-swiper-images .swiper-wrapper .swiper-slide .el-thanks-text {
    height: 250px;
    min-width: 500px;
    left: -250px;
  }
}

@media (max-width: 767px) {
  .el-stages-section .el-stages-list .el-arrow {
    right: -45px;
  }

  .el-stages-section .el-stages-list .el-arrow-first {
    left: -45px;
  }

  .el-stages-section .el-stages-list .el-arrow-first {
    left: -45px;
  }
}

@media (max-width: 576px) {
  .el-banner-section .el-main-banner-wrapper .el-main-banner-logo-block img {
    height: 50px;
  }

  .el-banner-section .el-main-banner-wrapper .el-main-btns {
    right: 15px;
    bottom: 15px;
  }

  .el-quiz-section .quiz-wrapper h2 {
    font-size: 20px;
  }

  .el-quiz-section .quiz-wrapper .progress .el-progress-text {
    top: 3px;
    left: 50%;
    margin-left: -40px;
    font-size: 12px;
  }

  .el-advantages-btn.el-fs-4 {
    font-size: 16px;
  }

  .el-about-section h3 {
    font-size: 22px;
    height: 4rem;
  }

  .el-about-section .el-small_img {
    max-width: 100%;
  }

  .el-about-section .el-about-item h3 {
    font-size: 18px;
  }

  .el-about-section .el-about-item h4 {
    min-height: unset;
  }

  .el-about-section .el-about-item hз {
    font-size: 13px;
  }

  .el-about-section .el-photo-heading {
    font-size: 30px !important;
  }

  .el-about-section .el-photo-text {
    font-size: 18px !important;
  }

  .el-categories-section .el-photo-heading {
    font-size: 22px !important;
  }

  .el-categories-section .el-photo-text {
    font-size: 16px !important;
  }

  .el-catalogue-section .el-product-card-link {
    font-size: 12px;
  }

  .el-catalogue-section .el-product-full-price.el-fs-5 {
    font-size: 15px;
  }

  .el-catalogue-section .el-product-card-name.el-fs-5 {
    font-size: 15px;
  }

  .el-projekts-section .btn.el-fs-4 {
    font-size: 16px;
  }

  .el-request-section .btn.el-fs-4 {
    font-size: 16px;
  }

  .el-cycle-section .el-fs-5 {
    font-size: 15px;
  }

  .el-cycle-section .btn.el-fs-4 {
    font-size: 16px;
  }

  .el-cycle-section .el-block-item {
    margin: 0 10px;
  }

  .el-treaty-section h2 {
    font-size: 20px;
  }

  .el-treaty-section h3 {
    font-size: 18px;
  }

  .el-treaty-section .el-fs-4 {
    font-size: 18px;
  }

  .el-treaty-section .el-color-gray {
    font-size: 14px;
  }

  .el-qa-section .el-a-block {
    margin-left: 0;
  }

  .el-qa-section .el-qa-ico {
    left: 5px;
    top: 5px;
  }

  .el-personal-section .el-fs-4 {
    font-size: 18px;
  }

  .el-personal-section .el-fs-5 {
    font-size: 14px;
  }

  .el-personal-section .el-fs-6 {
    font-size: 14px;
  }

  .el-contacts-section .btn.el-fs-4 {
    font-size: 16px;
  }

  .el-design-stages .el-num span {
    height: 35px;
    width: 35px;
  }

  .el-design-stages p.el-fs-5 {
    font-size: 16px;
  }

  .el-design-stages .btn.el-fs-4 {
    font-size: 16px;
  }

  #fullscreen-swiper .el-tech-slider .swiper-slide .el-tech-item .el-img-vh {
    max-height: 60%;
  }

  #fullscreen-swiper .el-tech-slider .swiper-slide .el-tech-item .el-text-vh {
    max-height: 40%;
  }

  #fullscreen-swiper .el-tech-slider .swiper-slide .el-tech-item p {
    padding: 10px;
  }

  .el-masonry-section .el-masonry .el-images-block div img {
    height: 80px;
  }

  .el-modal-content {
    background-image: none !important;
  }

  #elModal .el-modal-title {
    padding-right: 50px;
  }

  #elModal .el-cities-list {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
  }

  .el-thanks-swiper-images .swiper-wrapper .swiper-slide .el-thanks-text {
    height: auto;
    min-width: unset;
    left: 0;
    margin-left: 0;
  }
}

@media (max-width: 575px) {
  .el-menu-icons-col {
    padding-left: 0;
  }

  .el-menu-icons-block .nav-link img {
    height: 40px;
  }

  .el-stages-section .el-stages-list .el-arrow {
    right: -20%;
  }

  .el-stages-section .el-stages-list .el-arrow-first {
    left: -20%;
  }

  .el-stages-section .el-stages-list {
    width: 85%;
  }

  .el-stages-section .el-fs-5 {
    font-size: 12px;
  }
}

@media (max-width: 450px) {
  .el-banner-section .el-main-banner-wrapper .el-main-banner-logo-block img {
    height: 40px;
  }

  .el-cycle-section .el-block-item {
    margin: 0 5px;
  }
}

@media (max-width: 400px) {
  .el-cycle-section .el-block-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
  }
}

@media (min-width: 576px) and (max-width: 768px) {
  .el-projekts-section .el-projects-list .el-projects-list-item:last-child {
    display: none;
  }
}