@font-face {
  font-family: "Proxima Nova";
  font-weight: 400;
  font-style: normal;
  src: url("ProximaNova-Regular.eot");
  src: local("Proxima Nova Regular"), local("ProximaNova-Regular"),
  url("/assets/fonts/ProximaNova-Regular.eot?#iefix") format("embedded-opentype"),
  url("/assets/fonts/ProximaNova-Regular.ttf") format("truetype"),
  url("/assets/fonts/ProximaNova-Regular.woff") format("woff");
}
@font-face {
  font-family: "Proxima Nova";
  font-weight: bold;
  font-style: normal;
  src: url("ProximaNova-Bold.eot");
  src: local("Proxima Nova Bold"), local("ProximaNova-Bold"),
  url("/assets/fonts/ProximaNova-Bold.eot?#iefix") format("embedded-opentype"),
  url("/assets/fonts/ProximaNova-Bold.ttf") format("truetype"),
  url("/assets/fonts/ProximaNova-Bold.woff") format("woff");
}

@font-face {
  font-family: "RalewayRegular";
  font-weight: 400;
  font-style: normal;
  src: url("/assets/fonts/RalewayRegular.eot");
  src: url("/assets/fonts/RalewayRegular.eot?#iefix")format("embedded-opentype"),
  url("/assets/fonts/RalewayRegular.ttf") format("truetype"),
  url("/assets/fonts/RalewayRegular.woff") format("woff");
}

body {
  box-sizing: border-box;
  margin: 0;
  font-weight: bold;
  font-size: 16px;
  font-family: "Proxima Nova";
  background-color: #e8e8e8;
}
html {
  box-sizing: border-box;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
*:focus {
  outline: none;
}
.col-md-6 {
  width: 50%;
}
p {
  margin: 0;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
fieldset {
  margin: 0;
  padding: 0;
  border: none;
}
button {
  padding: 0;
  font-size: 16px;
  font-family: "Proxima Nova";
  background-color: transparent;
}
a {
  text-decoration: none;
}


.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}
.container-fluid {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.row--align-center {
  align-items: center;
}
.row--justify-between {
  justify-content: space-between;
}
.col-3 {
  flex-grow: 1;
  flex-basis: 0;
  width: 100%;
  max-width: 100%;
}
.arrow {
  position: absolute;
  top: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 2px solid #fffdfb;
  transform: translateY(-50%);
  cursor: pointer;
  transition: all 0.25s;
}
.arrow--left {
  left: 20px;
}
.arrow--right {
  right: 20px;
}
.arrow:hover {
  background-color: #dd2c00;
  border-color: transparent;
}
.slider-arrow {
  position: absolute;
  top: 50%;
  width: 0;
  height: 0;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 2;
}
.slider-arrow--left {
  left: 0;
  border-top: 8px solid transparent;
  border-right: 11px solid #dd2c00;
  border-bottom: 8px solid transparent;
}
.slider-arrow--right {
  right: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 11px solid #dd2c00;
}
.inner-slider .slider-arrow--left {
  left: -30px;
}
.inner-slider .slider-arrow--right {
  right: -20px;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}
.slick-list {
  width: 100%;
}
.header {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #dd2c00;
}
.logo__img {
  display: flex;
  height: 52px;
}
.header-info {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-right: 25px;
  /*margin-left: auto;*/
}
.header-info__tel,
.header-info__mail,
.header-info__site {
  color: #ffffff;
}
.header-info__tel {
  margin-bottom: 2px;
  font-size: 24px;
}
.header-info__contact-us {
  display: none;
}
.mobile-menu__list {
  display: none;
}
.header__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 24px;
  font-weight: bold;
  font-size: 12px;
  color: #ffffff;
  border: 2px solid #fffdfb;
  border-radius: 16px;
  transition: 0.25s;
}
.header__btn:hover {
  ;
  color: #dd2c00;
  background-color: #fffdfb;
  cursor: pointer;
}
.header__btn--contact-us {
  margin-bottom: 4px;
}
.header-nav {
  margin-top: 15px;
  padding: 10px 0;
  background-color: rgba(255, 253, 251, 0.25);
}
.header-nav__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-nav__link {
  color: rgba(255, 255, 255, 0.8);
  transition: 0.25s;
}
.header-nav__link:hover {
  color: #fff;
}
.header-nav__item--active a.header-nav__link, .header-nav__item--active span.header-nav__link {
    color: white;
    text-decoration: underline;
}
.main-slider {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #c0c0c0;
}
.main-slider__list {
  background-color: #fffdfb;
  box-shadow: 0 16px 8px 0 rgba(0, 0, 0, 0.16);
}
.main-slider__list.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.home-company__list {
  box-shadow: 0 16px 8px 0 rgba(0, 0, 0, 0.16);
}
.main-slider__item,
.home-company__item {
  display: flex !important;
}
.main-slider__item {
  justify-content: space-between;
  align-items: flex-start;
}
.slider-description {
  max-width: 515px;
  padding: 50px 30px 50px 44px;
}
.slider-description__head {
  position: relative;
  margin-bottom: 25px;
  padding-left: 30px;
}
.slider-description__head:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 6px;
  height: calc(100% - 18px);
  background-color: #dd2c00;
}
.slider-description__head p {
  margin-bottom: 15px;
  font-size: 24px;
  color: rgba(0, 0, 0, 0.93);
  text-transform: uppercase;
}
.slider-description__head h2 {
  margin: 0;
  font-size: 40px;
  color: rgba(0, 0, 0, 0.93);
  text-transform: uppercase;
  font-weight: 600;
}
.slider-description__text {
  margin-bottom: 50px;
  font-weight: 400;
  font-size: 22px;
}
.main-slider__button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 158px;
  height: 48px;
  color: #8e8e8e;
  border: 2px solid #8e8e8e;
  border-radius: 28px;
  transition: 0.25s;
  font-weight: 600;
}
.main-slider__button:hover {
  color: #fffdfb;
  background-color: #8e8e8e;
  cursor: pointer;
}
.main-slider .slick-dots {
  bottom: 15px;
  width: calc(100% - 627px);
}
.home-company__slider .slick-dots {
  bottom: 35px;
  left: 25px;
  text-align: left;
}
.home-company__slider.slick-dotted {
  margin-bottom: 0;
}
.main-slider .slick-dots li,
.home-company__slider .slick-dots li {
  width: 12px;
  height: 12px;
  margin: 0;
  margin-right: 12px;
}
.main-slider .slick-dots li:last-child,
.home-company__slider .slick-dots li:last-child {
  margin-right: 0;
}
.main-slider .slick-dots li button,
.home-company__slider .slick-dots li button {
  width: 12px;
  height: 12px;
}
.main-slider .slick-dots li button:before,
.home-company__slider .slick-dots li button:before {
  content: "";
  width: 12px;
  height: 12px;
  background-color: #c0c0c0;
  border-radius: 50%;
  opacity: 1;
  transition: 0.25s;
}
.home-company__slider .slick-dots li button:before {
  background-color: #fffdfb;
}
.main-slider .slick-dots li.slick-active button:before,
.home-company__slider .slick-dots li.slick-active button:before {
  background-color: #dd2c00;
}
.main-slider .slick-dots li:hover button:before,
.home-company__slider .slick-dots li:hover button:before {
  background-color: #dd2c00;
}
.img-wrapper {
  position: relative;
  display: flex !important;
  align-items: flex-start;
  max-width: 625px;
}
.calculate-cost {
  position: absolute;
  right: 25px;
  bottom: 40px;
  width: 345px;
  padding: 50px 50px 40px 50px;
  background-color: #fffdfb;
}
.calculate-cost--mobile {
  display: none;
}
.calculate-cost__text {
  margin-bottom: 25px;
  text-align: center;
  font-weight: 600;
  
}
.calculate-cost__text--uppercase {
  text-transform: uppercase;

}
.calculate-cost__button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 235px;
  height: 55px;
  margin: 0 auto;
  font-weight: bold;
  color: #fffdfb;
  background-color: #dd2c00;
  border-radius: 25px;
  box-shadow: 0 16px 8px 0 rgba(0, 0, 0, 0.16);
  transition: all 0.25s;
}
.calculate-cost__button:before {
  content: "";
  width: 16px;
  height: 19px;
  margin-right: 8px;
  background: url(/assets/img/design/calculator.svg) no-repeat center;
}
.calculate-cost__button:hover {
  color: #dd2c00;
  background-color: #fffdfb;
  box-shadow: inset 0 0 0 1px #dd2c00, 0 16px 8px 0 rgba(0, 0, 0, 0.16);
}
.calculate-cost__button:hover:before {
  background: url(/assets/img/design/calculator-red.svg) no-repeat center;
}
.container-fluid--first {
  position: relative;
  background-color: #e8e8e8;
}
.container-fluid--first:before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 165px;
  background-color: #c0c0c0;
}
.container-fluid--first:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 155px;
  background-color: #dd2c00;
}
.container-fluid--second {
  position: relative;
}
.container-fluid--second:before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 95px;
  background-color: #dd2c00;
}
.container-fluid--second:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 125px;
  background-color: #dd2c00;
}
.container-fluid--third {
  position: relative;
}
.container-fluid--third:before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 230px;
  background-color: #dd2c00;
}
.container-fluid--third:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 200px;
  background-color: #ffffff;
}
.home-company {
  position: relative;
}
.slider-wrapper--home-company {
  width: 100%;
  max-width: 625px;
}
.home-company__arrow {
  z-index: 2;
  transform: translateY(0);
}
.home-company__arrow--left {
  top: 35px;
  left: 35px;
}
.home-company__arrow--right {
  top: 35px;
  right: auto;
  left: 95px;
}
.home-company__list {
  background-color: #ffffff;
}
.home-company__img {
  display: flex !important;
}
.slider-description--about-company {
  padding-top: 87px;
}
.slider-description__head--about-company h2 {
  margin-bottom: 58px;
  font-size: 32px;
}
.slider-description__text--about-company {
  padding-right: 0;
  color: #707070;
}
.slider-description__head--about-company:before {
  top: 7px;
  height: calc(100% - 16px);
}
.img-wrapper--home-company:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, #131212 0%, rgba(10, 10, 10, 0) 45%, rgba(6, 6, 6, 0) 50% , #000000 100%);
  opacity: 0.8;
}
.home-quote {
  position: absolute;
  right: 25px;
  bottom: 30px;
  max-width: 400px;
}
.home-quote:before {
  content: "";
  position: absolute;
  top: 5px;
  left: -50px;
  width: 34px;
  height: 28px;
  background: url(/assets/img/design/quote.png);
}
.home-quote__text {
  font-size: 24px;
  color: #ffffff;
}
.home-services {
  padding: 40px 0;
}
.home-services__characteristics {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 470px;
  padding-right: 20px;
  padding-left: 50px;
}
.power__value {
  width: 100%;
  height: 40px;
  margin-bottom: 15px;
  background: url(/assets/img/design/power.png) no-repeat bottom center;
  background-size: contain;
}
.power__name {
  color: #403226;
}
.power__label {
  display: flex;
  justify-content: space-between;
  font-weight: 400;
  font-size: 14px;
  color: #152a2e;
}
.calculate-cost__button--home-services {
  margin-left: 0;
  color: #dd2c00;
  background-color: transparent;
  border: 2px solid #dd2c00;
}
.calculate-cost__button--home-services:before {
  background: url(/assets/img/design/calculator-red.svg) no-repeat center;
}
.calculate-cost__button--home-services:hover {
  color: #fffdfb;
  background-color: #dd2c00;
}
.calculate-cost__button--home-services:hover:before {
  background: url(/assets/img/design/calculator.svg) no-repeat center;
}
.home-services__tabs {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-top: 40px;
  border-top: 1px solid #c0c0c0;
}
.home-services .tabs__item {
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 24px;
  color: #8e8e8e;
  box-shadow: inset 0 -1px 0 0 #c0c0c0;
  transition: 0.25s;
  transition: 0.25s;
}
.home-services .tabs__item:last-child {
  margin-bottom: 0;
}
.home-services .tabs__item:hover,
.home-services .tabs__item--active {
  color: #000000;
  box-shadow: inset 0 -4px 0 0 #dd2c00;
  cursor: pointer;
}
.home-services__info {
  width: 100%;
  max-width: 625px;
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: contain;
}
.home-services__info:nth-child(2) {
  display: block;
  background-image: url(/assets/img/services-1.png);
}
.home-services__info:nth-child(3) {
  background-image: url(/assets/img/services-2.png);
}
.home-services__info:nth-child(4) {
  background-image: url(/assets/img/services-3.png);
}
.home-services__info:nth-child(5) {
  background-image: url(/assets/img/services-4.png);
}
.home-services__info:nth-child(6) {
  background-image: url(/assets/img/services-5.png);
}
.home-services__info:nth-child(7) {
  background-image: url(/assets/img/services-6.png);
}
.home-services__title {
  margin: 0;
  margin-bottom: 45px;
  font-size: 32px;
  color: #152a2e;
}
.home-services__text {
  min-height: 465px;
  padding-right: 160px;
}
.home-services__text p {
  margin-bottom: 20px;
  font-weight: 400;
  line-height: 22px;
  font-family: RalewayRegular;
}
.home-services__btn-more {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 40px;
  font-weight: bold;
  color: #dd2c00;
  background-color: transparent;
  border: 2px solid #dd2c00;
  border-radius: 28px;
  transition: all 0.25s;
}
.tabs-box {
  display: none;
}
.home-services__info--1 {
  display: block;
}
.tabs-box--visible,
.open_tab {
  display: block;
}
.home-advantages {
  position: relative;
  z-index: 2;
  padding-top: 40px;
  padding-bottom: 35px;
  background-color: #ffffff;
  box-shadow: 0 16px 8px 0 rgba(0, 0, 0, 0.16);
}
.section__head {
  position: relative;
  margin: 0;
  margin-bottom: 35px;
  margin-left: 44px;
  padding-left: 30px;
  font-size: 32px;
  color: #152a2e;
  text-transform: uppercase;
  font-weight: 600;
}
.section__head:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 6px;
  height: 23px;
  background-color: #dd2c00;
}
.home-advantages__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-top: none;
}
.home-advantages__item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 310px;
  height: auto;
  padding: 30px 0px 30px 0px;
  transition: 0.25s;
}
.home-advantages__item:hover .home-advantages__img:before{
  border: 3px solid #cc3300;
  /*background-color: #e8e8e8;
  box-shadow: 0 24px 16px 0 rgba(0, 0, 0, 0.18);*/
}
.home-advantages__item:hover .home-advantages__title {
  color:#c0c0c0;
}


.home-advantages__link {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-grow: 1;
	height: 100%;
	padding: 0 20px;
}
.home-advantages__text {
  font-weight: 400;
  font-size: 16px;
  color: #403226;
}
.home-advantages__img {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.home-advantages__img:before {
  content: "";
  width: 80px;
  height: 80px;
  margin-bottom: 30px;
  border: 4px solid #c0c0c0;
  border-radius: 50%;
}
.home-advantages__img--1:before {
  background: url(/assets/img/newss.png) no-repeat center;
  background-size: 60%;
  background-color: white;
}
.home-advantages__img--2:before {
  background: url(/assets/img/newobj.png) no-repeat center;
  background-size: 60%;
  background-color: white;
}
.home-advantages__img--3:before {
  background: url(/assets/img/vosk.png) no-repeat center;
  background-size: 17%;
  background-color: white;
}
.home-advantages__img--4:before {
  background: url(/assets/img/design/gears.png) no-repeat center;
}
.home-advantages__img--5:before {
  background: url(/assets/img/design/piggy-bank.png) no-repeat center;
}
.home-advantages__img--6:before {
  background: url(/assets/img/design/calendar.png) no-repeat center;
}
.home-advantages__text--uppercase {
  font-weight: bold;
  text-transform: uppercase;
}
.container-fluid--primary-color {
  background-color: #dd2c00;
}
.home-virtual3D {
  padding-top: 50px;
  padding-bottom: 20px;
}
.home-virtual3D__head,
.online-control__head {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
  padding: 0 140px;
  font-size: 48px;
  text-align: center;
  color: #ffffff;
  font-weight: 600;
}
.home-virtual3D__head--uppercase,
.online-control__head--uppercase {
  font-size: 72px;
  text-transform: uppercase;
}
.home-virtual3D__list {
  display: flex;
  justify-content: space-between;
  width: 800px;
  margin: 0 auto;
  margin-bottom: 20px;
  padding-left: 20px;
}
.home-virtual3D__item {
  min-height: 100%;
  padding: 20px 0 20px 40px;
  border-left: 6px solid #fffdfb;
}
.home-virtual3D__text {
  max-width: 300px;
  margin-bottom: 30px;
  padding-right: 10px;
  font-size: 24px;
  color: #ffffff;
}
.home-virtual3D__button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 215px;
  height: 64px;
  font-weight: bold;
  color: #dd2c00;
  background-color: #fffdfb;
  border: 2px solid transparent;
  border-radius: 32px;
  transition: all 0.25s;
}
.home-virtual3D__button:before {
  content: "";
  width: 24px;
  height: 24px;
  margin-right: 10px;
  background: url(/assets/img/design/360-view.svg) no-repeat center;
  transition: all 0.25s;
}
.home-virtual3D__button:hover {
  color: #fffdfb;
  background-color: #dd2c00;
  border: 2px solid #fffdfb;
}
.home-virtual3D__button:hover:before {
  background: url(/assets/img/design/360-view-white.svg) no-repeat center;
}
.home-virtual3D__list.slick-dotted.slick-slider {
  margin-bottom: 20px;
}
.home-portfolio__arrow:hover.home-portfolio__arrow--left span {
  border-right-color: #fffdfb;
}
.home-portfolio__arrow:hover.home-portfolio__arrow--right span {
  border-left-color: #fffdfb;
}
.arrow--left span
.arrow--right span {
  width: 0;
  height: 0;
  transition: all 0.25s;
}
.arrow--left span {
  left: 0;
  border-top: 8px solid transparent;
  border-right: 11px solid #fffdfb;
  border-bottom: 8px solid transparent;
}
.arrow--right span {
  right: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 11px solid #fffdfb;
}
.home-portfolio__arrow--left span {
  border-right-color: #dd2c00;
}
.home-portfolio__arrow--right span {
  border-left-color: #dd2c00;
}
.pagination-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.pagination-wrapper:before {
  content: "";
  position: absolute;
  top: 50%;
  width: 100%;
  height: 1px;
  background-color: #c0c0c0;
  transform: translateY(-50%);
}
.pagination-wrapper--nm {
  margin-bottom: 0;
}
.pagination-wrapper--nm:before {
  width: calc(100vw - 17px);
  background-color: #fffdfb;
}
.pagination {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  height: 72px;
  margin: 0 auto;
  background: #e5613f;
}
.pagination .slick-dots {
  position: static;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 72px;
  padding: 0 100px;
}
.home-portfolio__pagination {
  background-color: #efefef;
}
.pagination .slick-dots li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin: 0;
  margin-right: 20px;
  color: #fffdfb;
  border-radius: 50%;
  transition: 0.25s;
}
.home-portfolio__pagination .slick-dots li {
  color: #8e8e8e;
}
.pagination .slick-dots li:hover,
.pagination .slick-dots li.slick-active {
  background-color: #dd2c00;
}
.home-portfolio__pagination .slick-dots li:hover,
.home-portfolio__pagination .slick-dots li.slick-active {
  color: #fffdfb;
}
.pagination .slick-dots li:last-child {
  margin-right: 0;
}
.home-portfolio {
  position: relative;
  padding-top: 55px;
  background-color: #ffffff;
}
.home-portfolio__list {
  display: flex;
  box-shadow: 0 16px 8px 0 rgba(0, 0, 0, 0.16);
}
.home-portfolio__item {
  position: relative;
  display: flex !important;
  transition: 0.25s;
}
.home-portfolio__img {
  display: flex;
  width: 100%;
  height: 100%;
  max-height: 255px;
}
.home-portfolio__description {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 253, 251, 0.9);
  opacity: 0;
  transition: 0.25s;
}
.home-portfolio__item:hover .home-portfolio__description {
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.65);
  opacity: 1;
}
.home-portfolio__text {
  margin-bottom: 20px;
  font-size: 24px;
  color: #000000;
  text-transform: uppercase;
}
.home-portfolio__text:last-child {
  margin-bottom: 0;
}
.description-wrapper {
  position: relative;
  width: 240px;
  padding-left: 25px;
}
.description-wrapper:before {
  content: "";
  position: absolute;
  left: 0;
  width: 6px;
  height: 100%;
  background-color: #dd2c00;
}
.home-portfolio__button,
.home-services__button-more {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 40px;
  font-weight: bold;
  color: #dd2c00;
  background-color: transparent;
  border: 2px solid #dd2c00;
  border-radius: 28px;
  transition: all 0.25s;
}
.home-services__button-more {
  margin-top: 40px;
}
.home-portfolio__button:hover,
.home-services__button-more:hover {
  color: #ffffff;
  background-color: #dd2c00;
}
.geography-order {
  position: relative;
  z-index: 2;
  padding-top: 90px;
  padding-bottom: 125px;
  background-color: #ffffff;
  box-shadow: 0 16px 8px 0 rgba(0, 0, 0, 0.16);
}
.geography-order__img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.online-control {
  padding: 55px 0;
}
.online-control__button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 65px;
  margin: 0 auto;
  font-weight: bold;
  color: #dd2c00;
  text-transform: uppercase;
  background-color: #fffdfb;
  border-radius: 32px;
  transition: all 0.25s;
}
.online-control__button:before {
  content: "";
  width: 32px;
  height: 32px;
  margin-right: 10px;
  background: url(/assets/img/design/camera.svg) no-repeat center;
}
.online-control__button:hover {
  color: #fffdfb;
  background-color: #dd2c00;
  box-shadow: inset 0 0 0 2px #fffdfb;
}
.online-control__button:hover:before {
  background: url(/assets/img/design/camera-white.svg) no-repeat center;
}
.advantages-company {
  position: relative;
  padding-top: 55px;
  background-color: #ffffff;
}
.advantages-company__list {
  display: flex;
  flex-wrap: wrap;
  padding-top: 15px;
  border-top: 1px solid #c0c0c0;
}
.advantages-company__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  height: 350px;
  padding: 30px 100px;
}
.advantages-company__item:nth-child(1) {
  background: url(/assets/img/design/advantages-company-1.webp) no-repeat center;
}
.advantages-company__item:nth-child(4) {
  background: url(/assets/img/design/advantages-company-2.webp) no-repeat center;
}
.advantages-company__item:nth-child(5) {
  background: url(/assets/img/design/advantages-company-3.webp) no-repeat center;
}
.advantages-company__item:nth-child(8) {
  background: url(/assets/img/design/advantages-company-4.webp) no-repeat center;
}
.advantages-company__item:nth-child(9) {
  background: url(/assets/img/design/advantages-company-5.webp) no-repeat center;
}
.advantages-company__item:nth-child(12) {
  background: url(/assets/img/design/advantages-company-6.webp) no-repeat center;
}
.advantages-company__item:nth-child(4n+3) {
  text-align: right;
}
.advantages-company__title {
  margin-bottom: 25px;
  font-size: 28px;
  font-weight: 600;
}
.advantages-company__text {
  margin-bottom: 10px;
  font-weight: 400;
  font-family: RalewayRegular;
  color: rgba(0, 0, 0, 0.9);
}
.advantages-company__text:last-child {
  margin-bottom: 0;
}
.service-support {
  position: relative;
  z-index: 2;
  padding: 65px 340px 50px 340px;
  background-color: #dd2c00;
  border: 1px solid #707070;
  box-shadow: 0 16px 8px 0 rgba(0, 0, 0, 0.16);
}
.service-support__head {
  margin: 0;
  margin-bottom: 40px;
  font-size: 32px;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
}
.service-support__text {
  margin-bottom: 30px;
  font-weight: 400;
  line-height: 26px;
  font-family: RalewayRegular;
  text-align: center;
  color: #ffffff;
}
.service-support__button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 40px;
  margin: 0 auto;
  font-weight: bold;
  color: #ffffff;
  border: 2px solid #fffdfb;
  border-radius: 20px;
  transition: 0.25s;
}
.service-support__button:hover {
  color: #dd2c00;
  background-color: #fffdfb;
  cursor: pointer;
}
.our-clients {
  padding: 30px 0;
  background-color: #ffffff;
}
.our-clients__head,
.our-partners__head {
  margin-left: 0;
  margin-bottom: 15px;
}
.slider-wrapper {
  position: relative;
}
.our-clients__list,
.our-partners__list {
  padding: 0 50px;
}
.our-clients__item,
.our-partners__item {
  display: flex !important;
  justify-content: center;
  align-items: center;
  max-width: 175px;
  height: 100px;
  margin: 0 15px;
}
.our-partners {
  padding: 30px 0;
  background-color: #e8e8e8;
}
.footer {
  padding: 25px 0;
  background-image: linear-gradient(to bottom, #dd2c00 0%, #6f1600 100%);
}
.footer-logo {
  display: flex;
}
.footer-logo__link {
  display: flex;
}
.footer-logo__img {
  width: 140px;
  height: 32px;
}
.social {
  display: flex;
  justify-content: center;
  align-items: center;
}
.social__links:not(:last-child) {
  margin-right: 25px;
}
.social__links--facebook {
  width: 12px;
  height: 24px;
  background: url(/assets/img/design/facebook.svg) no-repeat center;
}
.social__links--instagram {
  width: 24px;
  height: 24px;
  background: url(/assets/img/design/instagram.svg) no-repeat center;
}
.social__links--youtube {
  width: 24px;
  height: 17px;
  background: url(/assets/img/design/youtube.svg) no-repeat center;
}
.footer-phone {
  display: flex;
  justify-content: flex-end;
}
.footer-phone__link {
  font-size: 24px;
  color: #fffdfb;
}
.contact-us,
.questionnaire {
  display: none;
  width: 100%;
  max-width: 550px;
  padding: 45px 24px;
  font-family: "Proxima Nova";
  background-color: #c0c0c0;
}
.contact-us__text,
.questionnaire__text {
  position: relative;
  width: 255px;
  margin: 0 auto;
  margin-bottom: 35px;
  padding-left: 20px;
}
.questionnaire__text {
  width: auto;
}
.contact-us__text::before,
.questionnaire__text::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 6px;
  height: calc(100% - 10px);
  background-color: #fffdfb;
}
.questionnaire__text::before {
  top: 5px;
}
.contact-us__text h3,
.questionnaire__text h3 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 24px;
}
.questionnaire p {
  text-align: justify;
  text-indent: 25px;
}
.questionnaire__link {
  color: black;
  text-decoration: underline;
  transition: 0.25s;
}
.questionnaire__link:hover {
  text-decoration: none;
}
.questionnaire__link--download {
  display: inline-flex;
  align-items: center;
  margin-top: 20px;
  color: #DD2C00;
}
.questionnaire__link--download::before {
  content: "";
  width: 16px;
  height: 16px;
  margin-right: 15px;
  background-image: url(/assets/img/design/download.png);
  background-repeat: no-repeat;
  background-position: center;
}
.contact-us__form {
  width: 335px;
  margin: 0 auto;
}
.contact-us__fieldset {
  display: flex;
  flex-direction: column;
}
.form__label {
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 14px;
  font-family: RalewayRegular;
  color: #fffdfb;
}
.form__input {
  width: 100%;
  height: 40px;
  margin-bottom: 15px;
  padding: 0 25px;
  font-weight: 400;
  font-size: 14px;
  font-family: "Proxima Nova";
  color: #152a2e;
  background-color: #ffffff;
  border: none;
  border-radius: 20px;
}
.form__input:focus {
  border: 1px solid #dd2c00;
}
.form__textarea {
  width: 100%;
  padding: 15px 25px 25px 25px;
  font-weight: 400;
  font-size: 14px;
  font-family: "Proxima Nova";
  color: #152a2e;
  border: none;
  border-radius: 20px;
  resize: none;
}
.form__textarea:focus {
  border: 1px solid #dd2c00;
}
.button--submit {
  width: 145px;
  height: 48px;
  margin: 0 auto;
  margin-top: 20px;
  font-weight: bold;
  font-size: 14px;
  color: #fffdfb;
  background-color: #dd2c00;
  border: none;
  border-radius: 24px;
  box-shadow: 0 16px 8px 0 rgba(0, 0, 0, 0.16);
  transition: 0.25s;
}
.button--submit:hover {
  color: #dd2c00;
  background-color: #fffdfb;
  cursor: pointer;
}
.fancybox-close-small {
  top: 20px;
  right: 20px;
  width: 48px;
  height: 48px;
  color: #ffffff;
  border: 2px solid #fffdfb;
  border-radius: 50%;
}
.calc-form--close .fancybox-close-small {
  display: none;
}
.calc-form--close .fancybox-close-small--visible {
  position: static;
  z-index: 1;
  display: block;
  margin-right: 15px;
}
.fancybox-close-small svg {
  stroke-width: 6;
}
.breadcrumbs__list {
  display: flex;
  align-items: center;
  padding: 15px 0 30px 0;
}
.breadcrumbs__item {
  position: relative;
  display: flex;
}
.breadcrumbs__item:not(:last-child) {
  margin-right: 10px;
  padding-right: 15px;
}
.breadcrumbs__item:not(:last-child):before,
.breadcrumbs__item:not(:last-child):after {
  content: "";
  position: absolute;
  right: 0;
  width: 6px;
  height: 2px;
  background-color: #000000;
}
.breadcrumbs__item:not(:last-child):before {
  top: 5px;
  transform: rotate(45deg);
}
.breadcrumbs__item:not(:last-child):after {
  top: 9px;
  transform: rotate(-45deg);
}
.breadcrumbs__link {
  font-weight: 400;
  font-size: 14px;
  color: #152a2e;
  transition: all 0.25s;
  cursor: pointer;
}
.breadcrumbs__link:hover {
  color: #dd2c00;
}
.breadcrumbs__item--active {
  font-weight: bold;
  font-size: 14px;
  color: #a6a6a6;
}
.page--inner {
  padding-bottom: 50px;
}
.content,
.news {
	width: 100%;
	padding: 38px 70px;
	background-color: white;
}
.content p {
  margin-bottom: 10px;
  text-align: justify;
  font-family: RalewayRegular;
  font-size: 18px;
  font-weight: 400;
}
.content .sitemap p{
    position: relative;
    text-indent: unset;
    margin-bottom: 0px;
    font-weight: bold;
    font-size: 20px;
    font-family: "Proxima Nova";
}
.content .sitemap ul li {
  list-style: disc;
      list-style-position: inside;
}
.content .sitemap ul.pl22 p{
  padding-left: 7px;
}
.content .sitemap ul.pl22 p:before{
     position: absolute;
    content: '';
    background: #000;
    border-radius: 10px;
    width: 5px;
    height: 5px;
    left: -10px;
    top: 11px;
}
.sitemap ul p:before{
    position: absolute;
    content: '';
    background: #000;
    border-radius: 10px;
    width: 5px;
    height: 5px;
    left: -18px;
    top: 9px;
}
.content .sitemap p:before{
    position: absolute;
    content: '';
    background: #000;
    border-radius: 10px;
    width: 5px;
    height: 5px;
    left: -18px;
    top: 9px;
}
.content .sitemap p:first-child::before {
    content: none;
}
.page__head {
  position: relative;
  align-self: flex-start;
  width: 100%;
  margin: 0;
  margin-bottom: 15px;
  padding-left: 30px;
  font-size: 32px;
  color: #152a2e;
}
.page__head:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 6px;
  height: 23px;
  background-color: #dd2c00;
}
.contacts__head {
  position: relative;
  margin: 0;
  margin-bottom: 30px;
  padding-left: 30px;
  font-size: 32px;
  color: #152a2e;
}
.contacts__head:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 6px;
  height: 23px;
  background-color: #dd2c00;
}
.contacts__form {
  max-width: 470px;
}
.contacts__text {
  margin-bottom: 10px;
  font-weight: 400;
  font-family: "RalewayRegular";
}
.contacts__text--site-name {
  margin-bottom: 65px;
}
.contacts__label {
  font-weight: bold;
  font-family: "Proxima Nova";
  color: #403226;
}
.contacts__input {
  border: 1px solid #707070;
}
.contacts__textarea {
  height: 115px;
  border: 1px solid #707070;
}
.contacts__button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 238px;
  height: 56px;
  margin-bottom: 55px;
  margin-left: 0;
}
.map {
  width: 100%;
  height: 330px;
  margin-bottom: 25px;
}
.calc-cost {
  width: 100%;
  margin-bottom: 35px;
  padding: 65px 60px 90px;
  background-color: #ffffff;
}
.calc-cost__list {
  display: flex;
  justify-content: space-between;
}
.calc-cost__item {
  position: relative;
  width: 100%;
  max-width: 500px;
  height: 377px;
}
.calc-cost__item--boiler-room {
  background: url(/assets/img/design/kotelnaya.jpg) no-repeat center;
  background-size: cover;
}
.calc-cost__item--mini-tec {
  background: url(/assets/img/design/mini-tec.jpg) no-repeat center;
  background-size: cover;
}
.calc-cost__description {
  position: absolute;
  right: 50px;
  bottom: -25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 370px;
  height: 95px;
  padding: 22px 34px;
  background-color: #fffdfb;
  box-shadow: 0 16px 24px 0 rgba(0, 0, 0, 0.3);
}
.calc-cost__description h3 {
  margin: 0;
  font-size: 24px;
  color: #152a2e;
}
.calc-cost__button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 155px;
  height: 48px;
  font-weight: bold;
  font-size: 14px;
  color: #fffdfb;
  background-color: #dd2c00;
  border: none;
  border-radius: 24px;
  box-shadow: 0 16px 8px 0 rgba(0, 0, 0, 0.16);
  transition: all 0.25s;
}
.calc-cost__button:before {
  content: "";
  width: 16px;
  height: 19px;
  margin-right: 8px;
  background: url(/assets/img/design/calculator.svg) no-repeat center;
}
.calc-cost__button:hover {
  color: #dd2c00;
  background-color: #fffdfb;
  box-shadow: inset 0 0 0 1px #dd2c00, 0 16px 8px 0 rgba(0, 0, 0, 0.16);
}
.calc-cost__button:hover:before {
  background: url(/assets/img/design/calculator-red.svg) no-repeat center;
}
.information {
  display: flex;
  width: 100%;
  padding: 105px 60px 140px 60px;
  background-color: #ffffff;
}
.information-wrapper {
  display: flex;
  flex-direction: column;
}
.information__link {
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 24px;
  color: #8e8e8e;
  box-shadow: inset 0 -1px 0 0 #c0c0c0;
  transition: 0.25s;
}
.information__link:last-child {
  margin-bottom: 0;
}
.information__link:hover {
  color: #000000;
  box-shadow: inset 0 -4px 0 0 #dd2c00;
}
.portfolio__list {
  width: 100%;
  margin-bottom: 100px;
}
.portfolio__item {
  margin-bottom: 40px;
  padding-top: 35px;
  background-color: #ffffff;
}
.portfolio__item:last-child {
  margin-bottom: 0;
}
.portfolio__name {
  position: relative;
  display: flex;
  margin-bottom: 40px;
  margin-left: 25px;
  padding-left: 11px;
  font-size: 32px;
  color: #152a2e;
}
.portfolio__name:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 6px;
  height: 25px;
  background-color: #dd2c00;
}
.portfolio__img {
  display: flex;
  max-width: 100%;
}
.object,
.service {
  width: 100%;
  margin-bottom: 40px;
  padding: 45px 40px 35px 0;
  background-color: #ffffff;
}
.service,
.object {
  padding: 38px 70px;
}
.service-slider,
.object-slider {
	margin-bottom: 25px;
}
.service-slider {
  width: 100%;
}
.service__arrow,
.object__arrow {
  top: 15px;
  z-index: 2;
  border: transparent;
  transform: translateY(0);
}
.service__arrow--right,
.object__arrow--right {
  right: 15px;
}
.service__arrow--left,
.object__arrow--left {
  right: 60px;
  left: auto;
}
.object-slider__list,
.service-sldier__list {
  display: flex;
}
.service-slider__list .slick-track {
  margin-left: 0;
}
.object-slider__item,
.service-slider__item {
  display: flex !important;
}
.service-slider__item {
  margin-bottom: 10px;
}
.object-slider__nav,
.service-slider__nav {
  position: relative;
  padding: 0 30px;
}
.object-nav__list .slick-slide,
.service-nav__list .slick-slide {
  max-width: 114px;
  margin-right: 15px;
}
.object-nav__item,
.service-nav__item {
  display: flex !important;
}
.object__slider-arrow--left,
.service__slider-arrow--left {
  left: 30px;
}
.object__slider-arrow--right,
.service__slider-arrow--right {
  right: 30px;
}

.object-description p, .service-description p, .def-text p {
  margin-bottom: 10px;
  text-align: justify;
  
  line-height: 22px;
  
  font-weight: 400;
  font-family: RalewayRegular;
}

.textindent { text-indent: 25px; }

.service-description ol, .def-text ol, .port-red ol {
  padding-left: 15px;
  line-height: 22px;
  margin-bottom: 10px;
}
.service-description ul, .def-text ul, .port-red ul {
  padding-left: 0px;
  line-height: 22px;
  margin-bottom: 10px;
}

.service-description ul li, .def-text ul li, .port-red ul li {
  list-style-type: none; /* Прячем исходные маркеры */
  font-weight: 400;
  padding-left: 25px;
  font-family: RalewayRegular;
  font-size: 16px;
}
.service-description ul li:before, .def-text ul li:before, .port-red ul li:before {
  color: #dd2c00; /* Цвет маркера */
  content: "■ "; /* Сам маркер */
  margin-left: -25px;
  padding-right: 10px;
}
.service-description ol li, .def-text ol li, .port-red ol li {
  font-weight: 400;
  font-family: RalewayRegular;
  font-size: 16px;
}
/*Цитата*/

.def-text { 
  word-break: break-word;
  
}

.service-description blockquote, .def-text blockquote { margin: 20px 0;color: #131314;padding: 30px 15px 30px 25px;position: relative; }
.service-description blockquote:after, .def-text blockquote:after { content: "";width: 7px;background: #cc3300;position:absolute;left: 0px;top: 20px;bottom: 20px; }
.service-description blockquote p, .def-text blockquote p { margin-top: 0;margin-bottom: 0;font-size: 22px;font-weight: bold;text-align: left;color: #660000;font-family: "Proxima Nova"; }


/*Цитата*/

.object-description p strong {
  font-weight: bold;
  font-family: "Proxima Nova";
  color: #403226;
}

.calculate {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 335px;
  height: 120px;
  margin-left: auto;
  background-color: #fffdfb;
  border: 1px solid #c0c0c0;
  box-shadow: 0 16px 24px 0 rgba(0, 0, 0, 0.3);
}
.calculate__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 168px;
  height: 56px;
  color: #fffdfb;
  background-color: #dd2c00;
  border-radius: 28px;
  box-shadow: 0 16px 8px 0 rgba(0, 0, 0, 0.16);
  transition: all 0.25s;
}
.calculate__link:before {
  content: "";
  width: 16px;
  height: 19px;
  margin-right: 8px;
  background: url(/assets/img/design/calculator.svg) no-repeat center;
}
.calculate__link:hover {
  color: #dd2c00;
  background-color: #fffdfb;
  box-shadow: inset 0 0 0 1px #dd2c00;
}
.calculate__link:hover:before {
  background: url(/assets/img/design/calculator-red.svg) no-repeat center;
}
.calculate__question {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  margin-left: 20px;
  font-size: 32px;
  color: #dd2c00;
  border: 2px solid #dd2c00;
  border-radius: 50%;
  transition: all 0.25s;
}
.calculate__question:hover {
  color: #ffffff;
  background-color: #dd2c00;
}
.calc {
  width: 100%;
  margin-bottom: 50px;
}
.calc__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.calc__list {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
}
.calc__item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% / 3);
  margin-bottom: 50px;
  transition: 0.25s;
}
.calc__img {
  transition: all 0.25s;
}
.calc__description {
  position: absolute;
  bottom: 10px;
  left: 40px;
  padding: 10px 15px;
  color: #fffdfb;
  background-color: #dd2c00;
  opacity: 0;
}
.calc__link {
  display: flex;
}
.calc__link:hover .calc__description {
  cursor: pointer;
  opacity: 1;
}
.calc__link:hover .calc__img {
  filter: opacity(0.46);
}
.calc__text {
  padding: 0 160px;
  font-weight: 400;
  line-height: 26px;
  font-family: RalewayRegular;
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
}
.calc-form {
  min-width: 770px;
}
.calc-form--close {
  display: none;
  padding: 0;
}
.calc-form--close .fancybox-close-small {
  top: auto;
  bottom: 50px;
  left: calc(50% + 15px);
  margin-right: 15px;
}
.calc-form {
  display: flex;
}
.calc-form__left {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
}
.calc-form__right {
  position: relative;
  width: 50%;
  padding: 25px 15px 50px;
  background-color: #c0c0c0;
}
.calc-description__head {
  position: relative;
  margin: 0;
  margin-bottom: 20px;
  padding-left: 15px;
  font-size: 24px;
  color: rgba(0, 0, 0, 0.93);
}
.calc-description__head:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 6px;
  height: calc(100% - 9px);
  background-color: #fffdfb;
}
.calc-description__title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
  font-size: 18px;
  text-align: center;
  color: #152a2e;
}
.calc-description__text {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  font-weight: 400;
  font-size: 14px;
  font-family: RalewayRegular;
  color: #fffdfb;
}
.calc-description__label {
  margin-right: 10px;
}
.calc-description__select {
  width: 100%;
  margin-bottom: 10px;
}
.jq-selectbox .placeholder {
  color: #dd2c00;
}
.jq-selectbox.focused .jq-selectbox__select {
  border: none;
}
.jq-selectbox__select {
  height: 40px;
  padding: 0 30px;
  font-weight: 400;
  font-size: 14px;
  font-family: RalewayRegular;
  color: #403226;
  text-shadow: none;
  background: #ffffff;
  border: none;
  border-radius: 20px;
  box-shadow: none;
}
.jq-selectbox__select:active {
  background: #ffffff;
  box-shadow: none;
}
.jq-selectbox__select-text {
  display: flex;
  align-items: center;
  height: 100%;
}
.jq-selectbox__trigger {
  border-left: none;
}
.jq-selectbox__trigger-arrow {
  top: 18px;
}
.jq-selectbox__dropdown {
  top: 41px;
  margin: 0;
  overflow: hidden;
  font-weight: 400;
  font-size: 14px;
  font-family: RalewayRegular;
  color: #403226;
  border: none;
  border-radius: 20px;
  box-shadow: none;
}
.jq-selectbox li {
  display: flex;
  align-items: center;
  min-height: 30px;
  padding: 0 30px;
}
.jq-selectbox li.selected {
  background-color: #dd2c00;
}
.jq-selectbox li:hover {
  background-color: #dd2c00;
}
.jq-selectbox__select:hover {
  background: #ffffff;
}
.calc-description__question {
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  margin-left: 10px;
  font-size: 12px;
  color: #fffdfb;
  border: 1px solid #fffdfb;
  border-radius: 50%;
  transition: all 0.25s;
}
.calc-description__question:hover {
  color: #dd2c00;
  background-color: #fffdfb;
}
.calc-description__controls {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.calc-description__button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 145px;
  height: 48px;
  font-weight: bold;
  font-size: 14px;
  color: #fffdfb;
  background-color: #dd2c00;
  border: none;
  border-radius: 24px;
  box-shadow: 0 16px 8px 0 rgba(0, 0, 0, 0.16);
  cursor: pointer;
  transition: all 0.25s;
}
.calc-description__button:hover {
  color: #dd2c00;
  background-color: #fffdfb;
}
.inner-slider {
  position: relative;
}
.inner-slider__list {
  width: 100%;
  margin-bottom: 25px;
}
.about-company__video {
  display: block;
  min-height: 350px;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  border: 0;
}
.news {
  text-align: justify;
  font-family: RalewayRegular;
  font-weight: 400;
}
.news__item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #e8e8e8;
}
.news__img {
  margin-right: 15px;
}
.news__date {
  margin-bottom: 10px;
}
.news__title {
  margin-bottom: 10px;
  font-family: "Proxima Nova";
  font-weight: bold;
}
.news__text {
  margin-bottom: 10px;
}
.news__link {
  display: inline-flex;
  padding: 5px 15px;
  color: #8e8e8e;
  font-weight: bold;
  font-size: 16px;
  font-family: "Proxima Nova";
  border: 2px solid #8e8e8e;
  border-radius: 20px;
  cursor: pointer;
  transition: 0.25s;
}
.news__link:hover {
  color: #fffdfb;
  background-color: #8e8e8e;
}
.main-title{
  background-color: #fffdfb;
}
.main-title h1{
    text-align: center;
    font-size: 35px;
    margin: 0 0 0 0;
    color: red;
    padding: 25px 0;
}
@media (max-width: 400px) {
  .description-wrapper {
    height: 100%;
  }
  .home-portfolio__text {
    display: none;
  }
  .home-portfolio__button {
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 0;
  }
}
@media (max-width: 576px) {
  .hidden-xs {
    display: none;
  }
}
@media (max-width: 768px) {
  .col-12 {
    width: 100%;
  }
  .hidden-md {
    display: none;
  }
  .section__head {
    margin-bottom: 10px;
    margin-left: 10px;
    padding-left: 15px;
    font-size: 24px;
  }
  .section__head:before {
    top: 5px;
    height: calc(100% - 12px);
  }
  .pagination {
    width: 100%;
    max-width: 100%;
  }
  .pagination-wrapper:before {
    display: none;
  }
  .pagination .slick-dots {
    width: 100%;
    padding: 0;
  }
  .pagination .slick-dots li {
    margin-right: 5px;
    width: 20px;
    height: 20px;
    font-size: 14px;
  }
  .header {
    padding: 10px 0;
  }
  
.header-info {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    order: 1;
    width: 100%;
    margin: 0;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #ffffff;  
}  
/*  
  .header-info {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    order: -1;
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ffffff;
  }
*/
  .header-info__tel {
    margin-right: 15px;
    margin-bottom: 0;
    font-size: 20px;
  }
  .header-info__mail {
    font-size: 18px;
  }
  .header-info__contact-us {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: 5px;
    margin-left: auto;
    background: url(/assets/img/design/phone.png) no-repeat center;
    border: 2px solid #fffdfb;
    border-radius: 50%;
  }
  .mobile-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-left: 5px;
    border: 2px solid #ffffff;
    border-radius: 50%;
  }
  .mobile-menu--close {
    margin-bottom: 50px;
    margin-left: 0;
  }
  .mobile-menu__icon {
    position: relative;
    width: 24px;
    height: 4px;
    background-color: #ffffff;
  }
  .mobile-menu--close .mobile-menu__icon {
    background-color: transparent;
  }
  .mobile-menu__icon:before,
  .mobile-menu__icon:after {
    content: "";
    position: absolute;
    top: -8px;
    width: 24px;
    height: 4px;
    background-color: #ffffff;
  }
  .mobile-menu__icon:after {
    top: 8px;
  }
  .mobile-menu--close .mobile-menu__icon:before {
    top: 0;
    transform: rotate(45deg);
  }
  .mobile-menu--close .mobile-menu__icon:after {
    top: 0;
    transform: rotate(-45deg);
  }
  .mobile-menu__list {
    position: fixed;
    top: 0;
    right: -200%;
    z-index: 3;
    display: block;
    height: 100%;
    padding: 20px 25px 65px 25px;
    overflow-y: scroll;
    background-color: #e5613f;
    box-shadow: -10px 10px 10px 0 rgba(0, 0, 0, 0.44);
    transition: all 0.75s;
  }
  .mobile-menu__list--active {
    right: 0;
  }
  .mobile-menu__item {
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
  .mobile-menu__link {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.5);
    transition: all 0.25s;
  }
  .mobile-menu__link:hover {
    color: #ffffff;
  }
  .logo__link {
    margin: 0 auto;
    padding: 0;
  }
  .logo__img {
    max-width: 100%;
  }
  .header-nav__list {
    flex-direction: column;
  }
  .main-slider {
    padding-bottom: 20px;
  }
  .main-slider .slick-dots {
    bottom: 10px;
    left: 50%;
    width: auto;
    transform: translateX(-50%);
  }
  .main-slider__list {
    margin-bottom: 15px !important;
  }
  .main-slider__button {
    width: 100px;
    height: 30px;
    font-size: 12px;
  }
  .slider-description {
    padding: 15px 40px 30px 30px;
  }
  .slider-description__text {
    margin-bottom: 15px;
    padding-right: 0;
    font-size: 14px;
  }
  .slider-description--about-company {
    padding: 10px;
    padding-top: 30px;
  }
  .slider-description__text--about-company {
    font-size: 14px;
    line-height: 20px;
  }
  .slider-description__head {
    margin-bottom: 20px;
    padding-left: 15px;
  }
  .slider-description__head:before {
    top: 3px;
    height: calc(100% - 10px);
  }
  .slider-description__head p {
    font-size: 14px;
  }
  .slider-description__head h2 {
    font-size: 24px;
  }
  .slider-description__head--about-company h2 {
    margin-bottom: 0;
  }
  .slider-description__text--about-company {
    margin-bottom: 30px;
  }
  .main-slider__img {
    display: none !important;
  }
  .calculate {
    margin: 0 auto;
  }
  .calculate-cost--mobile {
    display: flex;
    flex-direction: column;
    padding: 15px 30px 20px;
    background-color: #fffdfb;
    box-shadow: 0 16px 8px 0 rgba(0, 0, 0, 0.16);
  }
  .calculate-cost__text {
    margin-bottom: 10px;
    font-size: 14px;
  }
  .calculate-cost__button {
    width: 230px;
  }
  .home-services {
    padding: 20px 0;
  }
  .home-services__power {
    margin-bottom: 20px;
  }
  .home-services .tabs__list {
    padding-left: 0;
  }
  .slider-wrapper--home-company {
    display: none;
  }
  .home-services__characteristics {
    margin-bottom: 30px;
    padding-left: 0;
  }
  .home-services__title {
    margin-bottom: 20px;
    font-size: 24px;
  }
  .home-services__tabs {
    flex-direction: column;
    padding-top: 10px;
  }
  .home-services__text {
    min-height: auto;
    padding-right: 0;
    padding-bottom: 200px;
  }
  .home-services__text p {
    font-size: 14px;
    line-height: 20px;
  }
  .home-services__info--1 {
    background-size: 100%;
  }
  .home-advantages {
    padding: 30px 0 25px;
  }
  .home-advantages__item {
    width: 100%;
    height: auto;
    padding: 10px;
  }
  .home-advantages__link {
    justify-content: flex-start;
  }
  .home-advantages__img {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .home-advantages__img:before {
    flex-shrink: 0;
    margin-right: 15px;
    margin-bottom: 0;
  }
  .home-virtual3D {
    padding-top: 25px;
  }
  .home-virtual3D__head {
    align-items: center;
    margin-bottom: 15px;
    padding: 0 45px;
    font-size: 24px;
  }
  .home-virtual3D__head--uppercase {
    font-size: 32px;
  }
  .home-virtual3D__list {
    width: 100%;
    padding-left: 0;
  }
  .home-virtual3D__list.slick-dotted.slick-slider {
    margin-bottom: 35px;
  }
  .home-virtual3D__item {
    margin-left: 10px;
    padding: 0;
    padding-left: 15px;
  }
  .home-virtual3D__text {
    margin-bottom: 15px;
    font-size: 16px;
  }
  .home-portfolio {
    padding-top: 25px;
  }
  .description-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 0;
  }
  .description-wrapper:before {
    display: none;
  }
  .home-portfolio__text {
    margin-bottom: 10px;
    font-size: 14px;
    text-align: center;
  }
  .pagination-wrapper {
    margin-bottom: 0;
  }
  .geography-order {
    padding: 30px 0;
  }
  .online-control {
    padding: 25px 0 30px;
  }
  .online-control__head {
    margin-bottom: 25px;
    padding: 0 10px;
    font-size: 24px;
  }
  .online-control__head--uppercase {
    font-size: 30px;
  }
  .advantages-company {
    padding-top: 40px;
  }
  .advantages-company__item {
    height: 100%;
    min-height: 140px;
    padding: 0;
  }
  .advantages-company__item:nth-child(4n+2) {
    padding: 10px;
  }
  .advantages-company__item:nth-child(4n+3) {
    padding: 10px;
  }
  .advantages-company__item:nth-child(odd) {
    background-size: cover;
  }
  .advantages-company__item:nth-child(even) {
    background-size: cover;
  }
  .advantages-company__title {
    margin-bottom: 15px;
    font-size: 12px;
  }
  .advantages-company__text {
    font-size: 12px;
  }
  .service-support {
    padding: 30px 15px 25px;
  }
  .service-support__head {
    margin-bottom: 10px;
    font-size: 24px;
  }
  .service-support__text {
    margin-bottom: 25px;
    font-size: 14px;
  }
  .our-clients,
  .our-partners {
    padding: 40px 0 55px;
  }
  .our-clients__list,
  .our-partners__list {
    padding: 0;
    padding-bottom: 35px;
  }
  .our-clients__item,
  .our-partners__item {
    height: 80px;
    padding: 15px;
    margin: 0;
  }
  .our-clients__item img,
  .our-partners__item img {
    max-width: 100%;
  }
  .our-clients .slider-arrow,
  .our-partners .slider-arrow {
    top: auto;
    bottom: -25px;
  }
  .slider-arrow--left {
    left: 45%;
    border-top: 12px solid transparent;
    border-right: 16px solid #dd2c00;
    border-bottom: 12px solid transparent;
    transform: translateX(-50%);
  }
  .slider-arrow--right {
    right: 45%;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 16px solid #dd2c00;
    transform: translateX(50%);
  }
  .social {
    flex-basis: 100%;
    order: 2;
    margin-top: 20px;
  }
  .footer-phone__link {
    font-size: 16px;
  }
  .breadcrumbs__list {
    flex-wrap: wrap;
    padding: 15px 0;
  }
  .page__head {
    font-size: 24px;
  }
  .page__head:before {
    top: 5px;
    height: calc(100% - 10px);
  }
  .calc-cost {
    padding: 0;
  }
  .calc-cost__list {
    flex-direction: column;
  }
  .calc-cost__item {
    height: 100%;
    min-height: 260px;
  }
  .calc-cost__description {
    position: static;
    max-width: 100%;
    height: auto;
    padding: 10px;
  }
  .calc-cost__description h3 {
    font-size: 20px;
  }
  .calc-cost__button {
    width: 135px;
    height: 40px;
  }
  .calc-form {
    min-width: 97vw;
  }
  .calc-form--close .fancybox-close-small {
    left: 15px;
  }
  .calc-form .close-popup {
    width: 48px;
    height: 48px;
  }
  .calc-form__left {
    display: none;
  }
  .calc-form__right {
    width: 100%;
  }
  .service,
  .object {
    flex-direction: column;
    padding: 10px 15px;
  }
  .service-nav__list,
  .object-nav__list {
    padding: 0;
  }
  .service-nav__img,
  .object-nav__img {
    margin: 0 auto;
  }
  .object__slider-arrow--left,
  .service__slider-arrow--left {
    left: 8px;
    border-top: 8px solid transparent;
    border-right: 11px solid #dd2c00;
    border-bottom: 8px solid transparent;
    transform: translateY(-50%);
  }
  .object__slider-arrow--right,
  .service__slider-arrow--right {
    right: 8px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 11px solid #dd2c00;
    transform: translateY(-50%);
  }
  .service-description {
    margin-right: 0;
  }
  .service-description p {
    margin-bottom: 10px;
    text-align: justify;
  }
  .service-slider {
    order: -1;
    max-width: 100%;
  }
  .service-slider__link {
    margin: 0 auto;
  }
  .object-slider {
    width: 100%;
    margin-right: 0;
    margin-bottom: 25px;
  }
  .object-slider__item,
  .service-slider__item {
    align-items: flex-start;
    max-width: 100%;
  }
  .object-slider__item img,
  .service-slider__item img {
    max-width: 100%;
    object-fit: contain;
  }
  .portfolio__list {
    flex-wrap: wrap;
  }
  .portfolio__item {
    margin-bottom: 20px;
    padding-top: 30px;
  }
  .portfolio__name {
    margin-bottom: 15px;
    margin-left: 10px;
    padding-left: 15px;
    font-size: 20px;
  }
  .portfolio__name:before {
    height: calc(100% - 10px);
  }
  .information {
    padding: 20px;
  }
  .information-wrapper {
    width: 100%;
  }
  .contacts__head {
    font-size: 30px;
  }
  .contacts__text--site-name {
    margin-bottom: 10px;
  }
  .contacts__button {
    margin: 20px auto 55px;
  }
  .calc__item {
    width: 100%;
  }
  .calc__img {
    max-width: 100%;
  }
  .calc__description {
    left: 10px;
    opacity: 1;
  }
  .calc__text {
    padding: 0;
  }
  .contact-us {
    padding: 70px 24px 25px;
  }
  .contact-us__form {
    width: 100%;
  }
  .content,
  .news {
    padding: 10px 15px;
  }
  .news__item {
    flex-direction: column;
  }
  .news__img {
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto;
  }
  .about-company__video {
    width: 100%;
    min-height: auto;
  }
  .inner-slider__img {
    margin: 0 auto;
  }
  .inner-slider .slider-arrow--left {
    left: 10px;
    transform: translate(-50%, -50%);
  }
  .inner-slider .slider-arrow--right {
    right: 10px;
    transform: translate(50%, -50%);
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .col-3 {
    width: 33.33%;
  }
  .header-info__contact-us {
    margin-left: 0;
    order: 2;
  }
  .mobile-menu {
    order: 2;
  }
  .slider-description {
    max-width: 100%;
  }
  .calculate-cost__button {
    margin-top: 15px;
  }
  .social {
    flex-basis: auto;
    margin-top: 0;
    order: 0;
  }
  .about-company__video {
    width: 75%;
    min-height: 300px;
  }
  .calc-cost__list {
    flex-direction: row;
  }
  .calc-cost__item {
    max-width: 49%;
  }
  .calc__item {
    max-width: 49%;
  }
}
@media (min-width: 1000px) {
.df-xl {
    display: flex;
  }
}
@media (max-width: 1000px) {
.dn-xl {
    display: none;
  }
.header-info {
  margin-left: auto;
}
}
@media (max-width: 576px) {
  .df-xs {
      display: flex;
  }
}
ol li {
 font-weight: 400; 
}

.header-region {
    text-align: center;
    margin-left: auto;
    margin-right: 25px;
    cursor: pointer;
    margin-bottom: auto;
    line-height: 29px;
    /*margin-top: 1px;*/
    margin-top: auto;
}
.header-region div {
  display: flex;
  margin: auto;
}
.header-region img {
  height: 25px;
  margin-right: 10px;
}
.header-region p {
  font-size: 1.5rem;
  color: #fff;
}
.sdregion-block {
  margin: 25px;
}
.sdregion-block span {
  display: block;
  cursor: pointer;
}
.sdregion-block span.active, .sdregion-block span:hover {
  color: #dd2c00;
}
.fancy-region {
  font-weight: 600;
  line-height: 125%;
}
@media (max-width: 400px) {
.header-region {
    width: 100%;
}
.header-region div {
  margin-left: 0;
}
.logo__link {
  margin-bottom: 10px;
}
}