@font-face {
  font-family: 'Roboto';
  src: url("../fonts/roboto/Roboto-Bold.4a1d8c27dac2.eot");
  src: local('Roboto Bold'), local('Roboto-Bold'),
    url("../fonts/roboto/Roboto-Bold.4a1d8c27dac2.eot?#iefix") format('embedded-opentype'),
    url("../fonts/roboto/Roboto-Bold.f3a02e2578be.woff2") format('woff2'),
    url("../fonts/roboto/Roboto-Bold.08cb8f797157.woff") format('woff'),
    url("../fonts/roboto/Roboto-Bold.16d7bb99c6f8.ttf") format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url("../fonts/roboto/Roboto-Regular.b9077621ce78.eot");
  src: local('Roboto'), local('Roboto-Regular'),
    url("../fonts/roboto/Roboto-Regular.b9077621ce78.eot?#iefix") format('embedded-opentype'),
    url("../fonts/roboto/Roboto-Regular.9feb0110b6df.woff2") format('woff2'),
    url("../fonts/roboto/Roboto-Regular.94dac78eee40.woff") format('woff'),
    url("../fonts/roboto/Roboto-Regular.4312f1fbdcf4.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url("../fonts/roboto/Roboto-Black.4f5771d3a3e5.eot");
  src: local('Roboto Black'), local('Roboto-Black'),
    url("../fonts/roboto/Roboto-Black.4f5771d3a3e5.eot?#iefix") format('embedded-opentype'),
    url("../fonts/roboto/Roboto-Black.72f6fd218b59.woff2") format('woff2'),
    url("../fonts/roboto/Roboto-Black.fdd88b742a9f.woff") format('woff'),
    url("../fonts/roboto/Roboto-Black.232725fa0697.ttf") format('truetype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url("../fonts/roboto/Roboto-Thin.307ba41430f7.eot");
  src: local('Roboto Thin'), local('Roboto-Thin'),
    url("../fonts/roboto/Roboto-Thin.307ba41430f7.eot?#iefix") format('embedded-opentype'),
    url("../fonts/roboto/Roboto-Thin.46888f279ddb.woff2") format('woff2'),
    url("../fonts/roboto/Roboto-Thin.f09d9b5e8e8a.woff") format('woff'),
    url("../fonts/roboto/Roboto-Thin.0f5cc8c05acb.ttf") format('truetype');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url("../fonts/roboto/Roboto-Light.35d85034cc6e.eot");
  src: local('Roboto Light'), local('Roboto-Light'),
    url("../fonts/roboto/Roboto-Light.35d85034cc6e.eot?#iefix") format('embedded-opentype'),
    url("../fonts/roboto/Roboto-Light.ed4b08d2702f.woff2") format('woff2'),
    url("../fonts/roboto/Roboto-Light.10ad0f861c0c.woff") format('woff'),
    url("../fonts/roboto/Roboto-Light.2382fa8a8afc.ttf") format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url("../fonts/roboto/Roboto-Medium.02aa6e7b39da.eot");
  src: local('Roboto Medium'), local('Roboto-Medium'),
    url("../fonts/roboto/Roboto-Medium.02aa6e7b39da.eot?#iefix") format('embedded-opentype'),
    url("../fonts/roboto/Roboto-Medium.50d01d3e6c99.woff2") format('woff2'),
    url("../fonts/roboto/Roboto-Medium.9a3bf7acae14.woff") format('woff'),
    url("../fonts/roboto/Roboto-Medium.b2bcaa52d04b.ttf") format('truetype');
  font-weight: 500;
  font-style: normal;
}
@import url("https://fonts.googleapis.com/css?family=Work+Sans&display=swap");
a:link {
  text-decoration: none;
}
body {
  background: #f5f5f5;
  font-family: 'Roboto';
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  color: #555A65;
  overflow-x: hidden;
}
a {
  text-decoration: none;
}
input,
textarea {
  outline: none;
}
.t-center{
text-align:center;
}
nav {
  background: #fff;
  height: 80px;
  position: relative;
  z-index: 10;
}
header{
    position: relative
    top: 0;
    left: 0;
    z-index: 20;
    width:100%
}
h2.caption {
  font-size: 60px;
  line-height: 64px;
  font-weight: bold;
  margin-bottom: 40px;
}
.col-lg-4{
z-index:2;
}
.navbar-brand {
  background: url("../images/logo.03d184b6479e.png") -14px center no-repeat;
  background-size: auto 40px;
  color: #2B2D33;
  font-weight: bold;
  padding-left: 60px;
  line-height: 42px;
}
.messages {
  display: none;
}
.nav-right {
  display: flex;
  align-items: center;
}
.nav-right a {
  color: #000;
  font-size: 18px;
  font-weight: bold;
  margin-right: 73px;
}
.menu {
  background: url("../images/menu.6dfcf517120e.svg") center center no-repeat;
  width: 62px;
  height: 62px;
  cursor: pointer;
}
.menu:hover {
  background: #FF7508 url("../images/menu-active.380cab6f2577.svg") center center no-repeat;
  border-radius: 31px;
}
.main-menu {
  position: absolute;
  z-index: 999;
  width: 100%;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  top: 0;
  left: 0;
  display: none;
}
.mm-top {
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mm-top .navbar-brand {
  height: 42px;
  line-height: 42px;
}
.menu-close {
  width: 34px;
  height: 33px;
  background: url("../images/close.99d3278e778a.svg") no-repeat;
  cursor: pointer;
}
.menu-content {
  display: flex;
  padding: 75px 0 134px 0;
}
.menu-content .link {
  margin-bottom: 32px;
}
.menu-content .link a {
  color: #2c2c2c;
  padding: 0 !important;
  font-weight: 400;
  background: none !important;
}
/*.menu-content .link a:hover {
  background: none !important;
}*/
.menu-content .m-col:last-child .link a:hover {
    color: #ff7508;
    font-weight: 500;
}
.menu-content .m-col ul {
  list-style-type: none;
  padding: 0;
}
.menu-content .m-col:first-child li {
  margin-bottom: 5px;
}
.menu-content .m-col:first-child a {
  color: #555A65;
  display: block;
  padding: 0 20px 0 70px;
  line-height: 40px;
   background: url("../images/arrow-right-black.0c66badeb930.svg") 20px 6px no-repeat;
}
.menu-content .m-col:first-child a:hover {
  color: #2c2c2c;
  font-weight: 500;
  background: #faf3e1 url("../images/arrow-right-black.0c66badeb930.svg") 20px 6px no-repeat;
}

.menu-content .m-col:last-child {
  margin-left: 270px;
}
.menu-content .m-col:last-child .link {
  margin-bottom: 13px;
}
.menu-content .contacts {
  padding-top: 24px;
  border-top: 1px solid #000;
}
.menu-content .contacts .mail {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  display: block;
}
.menu-content .contacts .phone {
  margin-top: 12px;
  font-size: 18px;
  font-weight: bold;
  color: #000;
  display: block;
}
.group {
  background: url("../images/group-bg.c07c8a6eeeb9.png") left top no-repeat;
  background-size: 100% 100%;
}
#head {
  position: relative;
  padding: 190px 0 70px 0;
  z-index: 8;
}
#head h1 {
  color: #2B2D33;
  font-weight: bold;
  font-size: 64px;
  line-height: 64px;
  margin-bottom: 40px;
}
#head p {
  margin-bottom: 40px;
}
#head img {
  position: absolute;
  right: 0;
  top: -112px;
  z-index: -1;
}
.btn {
  background: #FF7508 url("../images/arrow-right-white.4f7c230243bb.svg") calc(100% - 24px) center no-repeat;
  border-radius: 12px;
  color: #F5F5F5;
  line-height: 56px;
  border: none;
  font-weight: bold;
  padding: 0 60px 0 24px;
}
.btn:hover {
  background: #cc6600 url("../images/arrow-right-white.4f7c230243bb.svg") calc(100% - 24px) center no-repeat;
  color: #fff;
}
#services {
  padding: 200px 0 26px 0;
  position: relative;
}
.service-img {
  position: absolute;
  left: 0;
  top: -340px;
}
#services h2 {
  color: #2c2c2c;
  text-align: center;
}
#services .text-service{
    max-width: 600px;
    display: block;
    margin: 0 auto;
}

#services p.text {
  margin-bottom: 20px;
  text-align: center;
}
.service {
  text-align: center;
  margin-top: 40px;
}
.service a{
 color:#555A65;
 cursor: pointer;
}
.service a:hover{
 transition:0.3s;

}

.service-image {
  width: 64px;
  height: 64px;
  text-align: center;
  line-height: 64px;
  background: rgba(245, 245, 245, 0.2);
  margin: 0 auto;
  border-radius: 32px;
}
.service-name {
  font-size: 24px;
  line-height: 32px;
  color: #2c2c2c;
  font-weight: bold;
  margin: 24px 0 16px 0;
}
.service-text {
  margin: 0;
}
#praise {
  background: url("../images/praise.d408f3605c9b.png") no-repeat;
  background-size: 100% 100%;
  padding: 100px 0 0px 0;
}
#praise .container {
  padding-top: 177px;
  background: url("../images/helmet.767b62c51025.png") right top no-repeat;
  background-size: auto 100%;
}
#praise h2 {
  color: #faf3e1;
}
#praise p {
  color: #fff;
  margin-bottom: 40px;
}
#calculate {
  background: url("../images/calculate-bg.9f65d57ab515.png");
  padding: 100px 0 74px 0;
}
#calculate h2 {
  color: #faf3e1;
  text-align: center;
}
#calculate p.text {
  color: #faf3e1;
  text-align: center;
  margin-bottom: 40px;
}
#calculate form {
  padding: 40px 140px 0 140px;
}
#calculate .col-lg-6:first-child {
  padding-right: 34px;
}
#calculate .col-lg-6:last-child {
  padding-left: 34px;
}
.c-caption {
  color: #FF923F;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 25px;
}
.custom-checkbox {
  display: block;
  margin-bottom: 16px;
}
.custom-checkbox > input {
  display: none;
}
.custom-checkbox > span {
  display: inline-flex;
  align-items: center;
  user-select: none;
  color: #F5F5F5;
}
.custom-checkbox > span::before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 2px solid #ec7727;
  margin-right: 12px;
}
.custom-checkbox > input:checked + span::before {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox:last-of-type {
  margin-bottom: 0;
}
#calculate textarea {
  background: rgba(197, 186, 170, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  resize: none;
  color: #b8bcca;
  padding: 12px;
  margin-left: 0px;
  width: calc(100% - 30px);
  height: 192px;
}
input[type="text"], select {
  border: 1px solid #D7DAE2;
  background: #fff;
  border-radius: 4px;
  display: block;
  width: 100%;
  margin-bottom: 20px;
  line-height: 44px;
  height: 44px;
  padding: 0 16px;
  color: #000;
}

input[type="tel"], select {
  border: 1px solid #D7DAE2;
  background: #fff;
  border-radius: 4px;
  display: block;
  width: 100%;
  margin-bottom: 20px;
  line-height: 44px;
  height: 44px;
  padding: 0 16px;
  color: #000;
}
input[type="email"], select {
  border: 1px solid #D7DAE2;
  background: #fff;
  border-radius: 4px;
  display: block;
  width: 100%;
  margin-bottom: 20px;
  line-height: 44px;
  height: 44px;
  padding: 0 16px;
  color: #000;
}
#calculate select {
  background: #fff url("../images/select.abfc86702c71.svg") calc(100% - 19px) center no-repeat;
  appearance: none;
}
#calculate .btn {
  width: 100%;
  line-height: 56px;
  padding: 0;
  background: #FF7508 url("../images/arrow-right-white.4f7c230243bb.svg") calc(50% + 84px) center no-repeat;
}
.small-text {
  margin-top: 18px;
  font-size: 13px;
  color: #F5F5F5;
}
.square-block {
  padding: 40px 0 40px 0;
}
.square-wrapper {
  padding: 0 50px;
}
#slider {
  background: #C5BAAA;
  height: 2px;
  border: none;
}
.ui-slider-handle {
  width: 12px !important;
  height: 12px !important;
  border: none !important;
  border-radius: 6px !important;
  background: #FF923F !important;
  outline: none !important;
}
#calculate input#square {
  border: none;
  background: none;
  color: #FF923F;
  width: 100%;
  text-align: center;
}
.square-wrapper {
  position: relative;
  margin-top: 35px;
}
.s-from, .s-to {
  color: #c5baaa;
  position: absolute;
}
.s-from {
  left: 0;
}
.s-to {
  right: 0;
}
#objects {
  padding-top: 101px;
  background: url("../images/objects-bg.12864b50b990.png") no-repeat;
  background-size: 100% 600px;
}
#objects h2 {
  text-align: center;
  color: #faf3e1;
  margin-bottom: 40px;
}
#objects p.text {
  color: #ff7508;
  text-align: center;
  max-width: 700px;
  margin: 0px auto 80px auto;
  cursor:pointer;

}
#objects p.text:after {
  border-bottom: 3px solid #ff7508;
    content: "";
    display: block;
    margin: 0.25em auto 0;
    transition: width 250ms ease-in-out 0s;
    width: 0;
}
#objects p.text:hover:after {
    transition: width 100ms ease-in-out 0s;
    width: 100%;
}
.object {
  margin-bottom: 40px;
}
.object:hover .object-name {
  color:#ff7508;;
}
.object:hover .object-info {
  display: block;
  transition:0.3s;
}
.object-name {
  color: #2B2D33;
  font-size: 24px;
  font-weight: bold;
  margin: 18px 0 4px 0;
  display: block;
}
.object-text {
  color: #555A65;
  margin: 0;
}
.object {
  width: 80%;
}
.object.full-width {
  width: 100%;
}
.object-image {
  position: relative;
}
.object-info {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  padding: 44px 30px 37px 30px;
  background: rgba(44, 44, 44, 0.3);
  display: none;
}
.object-info p {
  color: #fff;
  line-height: 24px;
}
.object-info .btn {
  margin-top: 20px;
  height: 50px;
  line-height: 50px;
  padding: 0 54px 0 24px;
  background: #ff7508 url("../images/arrow-right-white.4f7c230243bb.svg") calc(100% - 18px) center no-repeat;
  color: #fff;
}
.object img {
  width: 100%;
}
.object.mr {
  margin-left: 20%;
}
#order {
  padding: 160px 0 100px 0;
  background: url("../images/measuring.234da619e970.png") right top no-repeat;
}
#order h2 {
  color: #2c2c2c;
}
#order .text {
  color: #555A65;
  width: 520px;
  margin-bottom: 32px;
}
#order form {
  display: flex;
}
#order form input[type="text"] {
  width: 380px;
  margin: 0 20px 0 0;
}
#order form input[type="tel"] {
    width: 380px;
    margin: 0 0 20px 0;
}

#order form input[type="submit form-button"] {
  background: #2c2c2c;
  font-size: 14px;
  font-weight: bold;
  color: #F5F5F5;
  line-height: 44px;
  height: 44px;
  border: none;
  border-radius: 8px;
  padding: 0 16px;
  text-align: center;
  cursor: pointer;
}
#company {
  background: #806d61;
  padding: 100px 0 40px 0;
  color: #faf3e1;
}
#company img {
  width: 100%;
}
#company .btn {
  background: #faf3e1 url("../images/arrow-right-black.0c66badeb930.svg") calc(100% - 24px) center no-repeat;
  color: #2c2c2c;
  margin-top: 32px;
}
#company .btn:hover {
  background: #FF7508 url("../images/arrow-right-white.4f7c230243bb.svg") calc(100% - 24px) center no-repeat;
  color: #fff;
}
#digits {
  background: #806d61;
  padding: 100px 0;
  color: #faf3e1;
  text-align: center;
}
#digits .text {
  margin: 80px 0;
}
.digit {
  color: #2c2c2c;
}
.digit-caption {
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 16px;
}
.digit-text {
  margin: 0;
}
#reviews {
  padding: 100px 0 34px 0;
  text-align: center;
}
#reviews h2 {
  color: #2B2D33;
}
#reviews .text {
  margin-bottom: 64px;
}
#reviews .owl-carousel {
  padding: 0 153px;
}
 #reviews .owl-dots {
    display: flex;
    justify-content: center;
    margin: 20px 0 40px 0;
  }
  #reviews .owl-dot {
    width: 8px !important;
    height: 8px !important;
    border-radius: 4px !important;
    background: #ee7828 !important;
    margin: 0 4px !important;
    border: none !important;
  }
  #reviews .owl-dot.active {
    width: 40px !important;
    background: #000 !important;
  }
/*#reviews .owl-dots {
  margin: 60px 0 34px 0;
}
#reviews .owl-dot {
  width: 28px;
  height: 28px;
  border: 1px solid #000;
  border-radius: 14px;
  margin: 0 37px;
}
#reviews .owl-dot.active {
 background: #D9D9D9;
 border: 1px solid #D9D9D9;
}*/
.show-reviews {
  color: #ff7508;
  text-align: center;
  text-decoration: underline;
}
#advantages {
  background: #c5baaa;
  padding: 100px 0 48px 0;
  text-align: center;
}
#advantages h2 {
    color: #2B2D33;
}
#advantages .text {
  margin-bottom: 60px;
}
.advantage {
  margin-bottom: 40px;
}
.advantage-image {
  width: 64px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  border-radius: 32px;
  background: rgba(245, 245, 245, 0.2);
  margin: 0 auto 24px auto;
}
.advantage-caption {
  font-size: 24px;
  line-height: 32px;
  color: #2B2D33;
  font-weight: bold;
}
.advantage-text {
  margin: 0;
}
#permission {
  background: #c5baaa;
  padding: 100px 0 40px 0;
  text-align: center;
}
#permission h2 {
  color: #2B2D33;
}
#permission .text {
  margin-bottom: 64px;
}
#price {
  background: #806d61;
  padding: 160px 0 100px 0;
  color: #faf3e1;
}
#price h2 {
  margin-bottom: 29px;
}
#price .text {
  margin-bottom: 29px;
}
.city {
  line-height: 44px;
  display: inline-block;
  border: 1px solid #000;
  color: #000;
  padding: 0 20px;
  margin-bottom: 9px;
}
#price form {
  margin-top: 28px;
  display: flex;
}
#price form input {
  margin: 0;
  border-radius: 8px;
}
#price form input[type="text"] {
  background: #fff url("../images/mail.8f490229550a.svg") calc(100% - 16px) center no-repeat;
  width: 358px;
}
#price form input.btn {
  height: 44px;
  line-height: 44px;
  background: #FF7508;
  padding: 0 16px;
  margin-left: 20px;
}
#price form input.btn:hover {
  background: #cc6600;
}
#geography {
  background: #806d61;
  text-align: center;
  color: #faf3e1;
  padding: 100px 0 60px 0;
}
#geography .text {
  margin-bottom: 40px;
}
.map {
  margin-top: 64px;
}
.map img {
  width: 100%;
}
#blog {
  padding: 100px 0;
}
#blog h2 {
  color: #2B2D33;
  margin-bottom: 60px;
  text-align: center;
}
#blog .text {
  text-align: center;
  margin-bottom: 60px;
}
.blog-image {
  margin-bottom: 16px;
}
.blog-image img {
  width: 100%;
}
.blog-caption {
  font-size: 22px;
  line-height: 150%;
  color: #060E1A;
  margin-bottom: 2px;
  font-weight: 500;
}
.blog-text {
  color: #51565E;
  font-size: 14px;
  margin-bottom: 2px;
}
.blog-tag {
  color: #51565E;
  font-size: 14px;
  font-weight: bold;
  margin: 0;
}
#consultation .form {
  background: #c5baaa;
  padding: 60px;
  border-radius: 24px;
}
#consultation h2 {
  color: #2B2D33;
}
#consultation p {
  margin-bottom: 28px;
}
#consultation .btn {
  padding: 0 24px;
  background: #FF7508;
}
#consultation .btn:hover {
  background: #cc6600;
}
#consultation{
    padding-bottom:100px;
    padding-top: 50px;
}
footer {
  background: #c5baaa;
}
.footer-top {
  padding: 55px 0 21px 0;
  border-bottom: 1px solid #979797;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #2B2D33;
}
.footer-top .left {
  display: flex;
}
.footer-top .left img {
  margin-left: -16px;
}
.footer-top .left a {
  color: #2B2D33;
  display: block;
}
.footer-top .phone {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 10px;
}
.footer-top .mail {
  font-size: 16px;
  font-weight: bold;
}
.footer-top .right p {
  font-size: 18px;
  margin-bottom: 30px;
  font-weight: 500;
}
.footer-top .social {
  display: flex;
  justify-content: space-between;
}
.footer-menu {
  padding: 37px 0 30px 0;
  display: flex;
}
.footer-menu .col-caption {
  color: #2B2D33;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 21px;
}
.footer-menu a {
  color: #2B2D33;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}
.footer-menu a:hover{
    color:#f5f5f5;
}
.footer-menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0 100px 0 0;
}
.copyright {
  border-top: 1px solid #979797;
  padding: 24px 0;
  color: #2B2D33;
  font-weight: 100;
  text-align: center;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.copyright a{
    color: #2B2D33;
}
#window {
  padding: 32px 39px 39px 39px;
  border-radius: 20px;
  width: 730px;
  display: none;
}
#window h2 {
  color: #333333;
  margin-bottom: 23px;
  font-size: 28px;
  line-height: 120%;
  font-weight: bold;
}
#window .line {
  display: flex;
  justify-content: space-between;
}
#window .input {
  width: calc(50% - 10px);
}
#window textarea {
  width: 100%;
  border-radius: 5px;
  height: 68px;
  border: 1px solid #D7DAE2;
  padding: 13px;
  font-size: 18px;
  resize: none;
}
#window .btn {
  width: 100%;
  margin-top: 42px;
  background: #FF7508;
  border-radius: 8px;
  line-height: 50px;
  height: 50px;
  font-size: 18px;
}
#window label {
  color: #333;
  font-weight: 500;
  margin-bottom: 4px;
}
#window input[type="text"] {
  border-radius: 5px;
  font-size: 18px;
  line-height: 40px;
  height: 40px;
  padding: 0 13px;
}
.window-close {
  background: url("../images/close.99d3278e778a.svg") no-repeat;
  width: 34px;
  height: 33px;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor:pointer;
}
#modal-prosmotr {
  padding: 32px 39px 39px 39px;
  border-radius: 20px;
  width: 730px;
  display: none;
}
#modal-prosmotr h2 {
  color: #333333;
  margin-bottom: 23px;
  font-size: 28px;
  line-height: 120%;
  font-weight: bold;
}
#modal-prosmotr .line {
  display: flex;
  justify-content: space-between;
}
#modal-prosmotr .input {
  width: calc(50% - 10px);
}
#modal-prosmotr textarea {
  width: 100%;
  border-radius: 5px;
  height: 68px;
  border: 1px solid #D7DAE2;
  padding: 13px;
  font-size: 18px;
  resize: none;
}
#modal-prosmotr .btn {
  width: 100%;
  margin-top: 42px;
  background: #FF7508;
  border-radius: 8px;
  line-height: 50px;
  height: 50px;
  font-size: 18px;
}
#modal-prosmotr label {
  color: #333;
  font-weight: 500;
  margin-bottom: 4px;
}
#modal-prosmotr input[type="text"] {
  border-radius: 5px;
  font-size: 18px;
  line-height: 40px;
  height: 40px;
  padding: 0 13px;
}
.modal-prosmotr-close {
  background: url("../images/close.99d3278e778a.svg") no-repeat;
  width: 34px;
  height: 33px;
  position: absolute;
  top: 20px;
  right: 20px;
}
#modal-consult {
  padding: 32px 39px 39px 39px;
  border-radius: 20px;
  width: 730px;
  display: none;
}
#modal-consult h2 {
  color: #333333;
  margin-bottom: 23px;
  font-size: 28px;
  line-height: 120%;
  font-weight: bold;
}
#modal-consult .line {
  display: flex;
  justify-content: space-between;
}
#modal-consult .input {
  width: calc(50% - 10px);
}
#modal-consult textarea {
  width: 100%;
  border-radius: 5px;
  height: 68px;
  border: 1px solid #D7DAE2;
  padding: 13px;
  font-size: 18px;
  resize: none;
}
#modal-consult .btn {
  width: 100%;
  margin-top: 42px;
  background: #FF7508;
  border-radius: 8px;
  line-height: 50px;
  height: 50px;
  font-size: 18px;
}
#modal-consult label {
  color: #333;
  font-weight: 500;
  margin-bottom: 4px;
}
#modal-consult input[type="text"] {
  border-radius: 5px;
  font-size: 18px;
  line-height: 40px;
  height: 40px;
  padding: 0 13px;
}
.modal-consult-close {
  background: url("../images/close.99d3278e778a.svg") no-repeat;
  width: 34px;
  height: 33px;
  position: absolute;
  top: 20px;
  right: 20px;
}
.desktop {
  display: block;
}
.mobile {
  display: none !important;
}

@media (max-width: 992px) {
  br {
    display: none;
  }
  nav {
    height: 71px;
  }
  .mobile {
    display: block !important;
  }
  .navbar-brand {
    font-size: 0;
  }
  .nav-right a {
    display: none;
  }

  .menu {
    background: url("../images/mobile-menu.c268e29cee78.svg") no-repeat;
    width: 47px;
    height: 45px;
  }
  .messages {
    display: none;
    width: 51px;
    height: 38px;
    background: url("../images/message.6fee5f166cdb.svg") no-repeat;
  }
  .main-menu {
    background: #fff;
  }
  .mm-top {
    height: 71px;
  }
  .menu-content {
    padding: 40px 0;
    flex-wrap: wrap;
  }
  .menu-content .m-col {
    margin: 0 !important;
    width: 100%;
  }
  .menu-content .m-col:first-child .link a {
    background: #c5baaa !important;
    padding: 0 9px !important;
    margin: 0 0 12px 0 !important;
    font-size: 16px !important;
    line-height: 32px;
  }
  .menu-content .m-col:first-child a {
    line-height: 20px;
    font-size: 14px;
    margin: 0 0 31px 33px;
    padding-left: 38px;
    color: #555A65;
    background: url("../images/arrow-right-black.0c66badeb930.svg") left center no-repeat !important;
    background-size: 16px 16px;
  }
  .menu-content .contacts {
    display: flex;
    flex-direction: column;
    border: none;
    padding-top: 0;
  }
  .menu-content .contacts .phone {
    font-size: 32px;
    line-height: 64px;
    order: 1;
    margin: 0;
  }
  .menu-content .contacts .mail {
    font-size: 18px;
    line-height: 64px;
    order: 2;
  }
  #head {
    padding: 115px 0 72px 0;
    /*background: url("../images/head-bg.9edfd49489e9.png") calc(100% - 47px) 200px no-repeat*/
  }
  #head h1 {
    font-size: 36px;
    line-height: 39px;
    margin-bottom: 27px;
  }
  #head img {
    display: none;
  }
  #head p {
    margin-bottom: 27px;
    font-size: 14px;
    padding-right: 80px;
  }
  .group {
    background: none;
  }
  .service-img {
    display: none;
  }
  h2.caption {
    font-size: 36px;
    line-height: 39px;
  }
  #services {
    padding: 43px 0;
    background: #c5baaa;
  }
  #services p.text {
    margin-bottom: 0;
  }
  .service {
    margin-top: 30px;
  }
  .service-image {
    margin-bottom: 24px;
  }
  .service-name {
    font-size: 24px;
    line-height: 32px;
    margin: 0 0 16px 0;
  }
  #praise {
    background: #c5baaa url("../images/praise-mobile.d391cd009d2d.png") 0 bottom no-repeat;
    background-size: 100% auto;
    text-align: center;
    padding: 54px 0 350px 0;
  }
  #praise .container {
    padding-top: 0;
    background: none;
  }
  #praise h2 {
    margin-bottom: 22px;
  }
  #praise p {
    margin-bottom: 22px;
    color: #2c2c2c;
  }
  #calculate {
    padding-bottom: 0;
  }
  #calculate p.text {
    margin-bottom: 32px;
  }
  #calculate form {
    padding: 40px 0 0 0;
  }
  #calculate .col-lg-6:first-child {
    padding: 0 12px 0 12px;
  }
  #calculate .col-lg-6:last-child {
    padding: 40px 12px 0 12px;
  }
  #calculate textarea {
    margin: 25px 0 0 0;
    width: 100%;
  }
  .open-form {
    width: 100%;
    height: 64px;
    background: url("../images/arrow-bottom.170642a95807.svg") center center no-repeat;
  }
  #calculate form {
    display: none;
  }
  .square-block {
    padding: 30px 0 0 0;
  }
  #objects {
    padding-top: 50px;
    background: url("../images/objects-mobile-bg.773e17706c10.png") 0 top no-repeat;
    background-size: 100% auto;
  }
  .object {
    width: 100%;
    margin: 0 0 16px 0;
  }
  .object.mr {
    width: 100%;
    margin: 0;
  }
  .object-info{
   width: 100%;
  }
  .object:hover .object-info {
    display: none;
}
  .object-name{
    color: #ff7508;
  }
    .object-text{
    color: #ff7508;
  }
  /*.object-image {
    height: 300px;
    overflow: hidden;
  }
  .object-image img {
    height: 100%;
  }*/
  #order {
    padding: 40px 0 49px 0;
    background: none;
    text-align: center;
  }
  #order h2.caption {
    line-height: 39px;
  }
  #order .text {
    width: 100%;
    margin-bottom: 32px;
  }
  #order form {
    flex-wrap: wrap;
    justify-content: center;
  }
  #order form > * {
    width: 380px;
    margin-top: 10px;
  }
  #order form input[type="text"] {
    margin: 0 0 20px 0;
  }

  #company {
    padding: 24px 0 40px 0;
  }
  #company h2.caption {
    line-height: 39px;
  }
  #company .btn {
    margin: 20px 0 32px 0;
  }
  #digits {
    padding: 36px 0 0 0;
  }
  #digits h2.caption {
    line-height: 39px;
  }
  #digits .text {
    margin-top: 0;
  }
  .digit {
    margin-bottom: 40px;
  }
  #reviews {
    padding: 100px 0 0 0;
  }
  #reviews h2.caption {
    line-height: 39px;
  }
  #reviews .owl-carousel {
    padding: 0;
  }
  #advantages {
    padding: 100px 0 85px 0;
  }
  #advantages h2.caption {
    color: #2B2D33;
    line-height: 48px;
  }
  .advantage-caption {
    margin-bottom: 16px;
  }
  /*#permission h2.caption {
    line-height: 48px;
  }*/

  #price {
    padding: 46px 0 40px 0;
  }
  #price h2.caption {
    line-height: 39px;
    margin-bottom: 29px;
  }
  .cities {
    margin-bottom: 30px;
  }
  .city {
    text-align: center;
    width: 100%;
    line-height: 24px;
    padding: 10px 20px;
  }
  #price form {
    flex-wrap: wrap;
  }
  #price form input[type="text"] {
    width: 100%;
    margin-bottom: 20px;
  }
  #price form input.btn {
    width: 100%;
    margin: 10px 0;
  }
  #geography {
    padding: 46px 0;
  }
  #geography h2.caption {
    font-size: 36px;
  }
  .map {
    display: none;
  }
  #blog {
    padding: 46px 0 40px 0;
  }
  .blog-element {
    margin-bottom: 20px;
  }
  #consultation {
    margin-bottom: 64px;
    margin-top: 50px;
  }
  #consultation h2 {
    font-size: 42px;
  }
  #consultation .form {
    padding: 60px 9px 29px 20px;
  }
  .owl-dots {
    display: flex;
    justify-content: center;
    margin: 20px 0 40px 0;
  }
  .owl-dot {
    width: 8px !important;
    height: 8px !important;
    border-radius: 4px !important;
    background: #ee7828 !important;
    margin: 0 4px !important;
    border: none !important;
  }
  .owl-dot.active {
    width: 40px !important;
    background: #000 !important;
  }
  .show-reviews {
    display: none;
  }
  footer {
    display: block;
  }
  .footer-top{
  flex-wrap: wrap;
  }
  .footer-top .right{
  margin-top:20px;
  }
  .footer-menu{
  flex-wrap: wrap;
  }

  #window .line {
    flex-wrap: wrap;
  }
  #window .input {
    width: 100%;
  }
  #window textarea {
    height: 100px;
  }
  .window-close {
    top: 15px;
    right: 15px;
  }
}
/*Blog*/

.blog_content{
    display:flex;
    align-items: flex-start;
}
.blog_content img{
    display:block;
    width: 100%;
}

.blog_content .img_blog {
    object-fit: cover;
    margin: 0 20px;
    overflow: hidden;
    max-width:250px;
}

.blog_content .content_blog {
    width: 65%;
}
#blog_page{
padding-bottom:100px;
}
#blog_page h2 a{
color: #2B2D33;
}
#blog_page .list-group-item.active{
    background-color:#FF7508;
    border:none;
    color: white;
}
#blog_page .list-group-item{
    color: #2C2C2C;
    background: none;
}
#blog_page  .list-group-item:first-child{
    margin: 0 0;
}
#blog_page  .list-group-item:last-child{
    margin: 2px 0;
}
#blog_page .blog-tag a{
    color: #FF7508;
    text-transform: uppercase;
}
.blog-tag a{
    color: #51565E;
    text-transform: uppercase;
}
.tags_blog{
    display:flex;
}
#blog_page #head{
    padding: 130px 0 32px 0;
}
#blog_page .blog_list_bottom{
    margin-top: 20px;
    display: flex;
}
#blog_page .blog_wrapper{
    padding-bottom: 1.5rem;
    border-color: #999;
    border-bottom: 1px solid;
    margin-top:20px;
}
#blog_page .blog_wrapper:first-child{
    margin-top:0px;
}
#blog_page  .blog-tag li{
 text-decoration:none;
 list-style: none;
}
#blog_page  .blog-tag ul{
 padding-left: 0;
}
.tags_blog {
  list-style: none;
  margin: 0 0 20px 0;
  overflow: hidden;
  padding: 0;
}
.tag {
  border-radius: 10px;
  color: #999;
  display: inline-block;
  height: auto;
  padding: 0 8px 0 8px;
  position: relative;
  margin: 0 10px 10px 0;
  border: 1px solid;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  -webkit-transition: color 0.2s;
}
.tag:hover {
  background-color: #ff7508;
  color: white;
}

@media only screen and (max-width: 540px){
    .content {
        padding: 10px;
    }
}
@media screen and (max-width: 763px){
    .blog_content{
    flex-wrap: wrap;
    }
    .blog_content img{
        width:60%;
        margin:0 auto;

    }
    .blog_content .img_blog{
    width: 100%;
    margin: 0 auto;
    }
    .blog_content .content_blog{
    width: 100%;
    }
}
@media screen and (max-width: 563px){
 .blog_content img{
        width:90%;
        margin:0 auto;
    }
}

.blog_detail {
    overflow: hidden;
    background-color: #fff;
    padding-bottom: 240px;
    position: relative;
}
.blog_detail_header {
    margin: 100px var(--detail__space) 30px;
}
.blog_detail_header-inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.blog_detail_content {
    margin: 0 var(--detail__space);
    }
 .heading, .heading__inner {
    font-weight: 400;
}
    .article__paragraph{
        margin:20px 0px;
    }
 @media (min-width: 1024px) and (max-width: 2599px){
.blog_detail {
    --detail__space: calc(22.22222px + 17.36111vw);
}
}
@media (max-width: 1023px){
.blog_detail {
    padding: 0 30px;
}
.blog_detail_header{
 padding: 0 ;
 margin: 100px 0 20px 0;
}
}

.list-group{
    margin-bottom:50px;
}
.list-group-item a{
    color:#343a40;
}
.owl-carousel .owl-item img{
cursor: grab;
}
.black_btn{
    background: #2c2c2c;
    font-size: 14px;
    font-weight: bold;
    color: #F5F5F5;
    line-height: 44px;
    height: 44px;
    border: none;
    border-radius: 8px;
    padding: 0 16px;
}

.urovenk_contacts{
    margin:140px 0px;
}
.urovenk__links{
    flex-shrink: 0;
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    justify-content: flex-start;
    font-size: calc(18px + var(--responsive)*10);
    line-height: 1.5;
}
.urovenk__links a{
    text-decoration: none;
    font-size:18px;
    color:#555A65;
    margin-top: 20px;
}
.urovenk__ooo{
    margin-bottom:20px;
}
.contact_detail{
padding-bottom:100px;
}
.urovenk_contacts h2{
font-weight:400;
}
  @media (min-width: 992px){
    #order .black_btn {
    margin-left:10px;
}
}
#success_page{
height:50vh;
}

#success_page .block_text{
    margin-top: 100px;
    color: green;
}

#error_page{
height:50vh;
}

#error_page .block_text{
    margin-top: 100px;
    color: red;
}
#not_found_page{
height:50vh;
}

#not_found_page .block_text{
    margin-top: 100px;
}

#sample_page .block_text{
    margin: 130px auto 60px auto;
}
#sample_page img{
    width:100%;
    max-width:500px;
}
#sample_page article{
    margin-top: 50px;
}
#permission .sro{
    max-width: 375px;
    width: 100%;
    cursor: zoom-in;
  }
  .contacts_address_block{
  padding-top: 30px;
  }

  .menu-content .contacts .vk {
    margin-top: 12px;
    font-size: 18px;
    font-weight: bold;
    color: #FF7508;
    display: block;
}
  .menu-content .contacts .vk:hover {
    text-decoration: underline;
}

 .nav-social img{
    width:34px;
    margin:0 10px;
 }

 @media (max-width: 992px) {
    .menu-content .contacts .vk {
        margin-bottom: 20px;
    }
}

.footer-top .social img{
    width:45px;
    margin: 0 5px;
}
#bread nav{
       z-index: 50;
        background: transparent;
        margin-top:150px;
        height: auto;
}
#bread ol{
  list-style-type: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}

#bread a:focus{
  outline: thin dotted;
}

#bread a:link{
  touch-action: manipulation;
}
#bread a:active, a:hover{
  outline: 0;
}
#bread a:visited:not([rel=external]){
  color: currentColor;
}
#bread .o-inline-svg-icon{
  stroke: #ee7828;
}
#bread .o-inline-svg-icon--baseline{
  position: relative;
  width: 1em;
  height: 1em;
}
#bread .c-navigation-breadcrumbs__directory{
  display: flex;
}
#bread .c-navigation-breadcrumbs__link:link{
  color: #ee7828;
}
#bread .c-navigation-breadcrumbs__link:link:hover{
  background-size: auto 1px;
  background-repeat: repeat-x;
  background-position: 0 calc(50% + 1ex);
}
@media (max-width: 993px) {
#bread .c-navigation-breadcrumbs__item:not(:nth-last-child(2)){
   display: none;
}
#bread .c-navigation-breadcrumbs__link:before{
   display: inline-block;
    content: "​";
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23007c89' stroke-width='2' stroke-linecap='round' stroke-linejoin='round%5C'%3E%3Cline x1='19' y1='12' x2='5' y2='12'%3E%3C/line%3E%3Cpolyline points='12 19 5 12 12 5'%3E%3C/polyline%3E%3C/svg%3E") center/16px 16px no-repeat;
    width: 16px;
}

}
@media (min-width: 994px){
#bread .c-navigation-breadcrumbs__item:nth-last-child(n+2):after {
    display: inline-block;
    content: "​";
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23767676' stroke-width='2' stroke-linecap='round' stroke-linejoin='round%5C'%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3C/svg%3E") center/16px 16px no-repeat;
    width: 16px;
    margin: 0 8px;
  }
  #bread .c-navigation-breadcrumbs__link {
    display: block;
    float: left;
    color: #ff7508;
  }
}
#bread .u-visually-hidden {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

    .social img{
    margin: 0 10px;
   text-decoration:none;
    }

    .social_menu{
    display:flex;
    justify-content: left;
    align-items: center;
    margin: 20px 0;
    }
    .social_menu img{
    margin-right:8px;
    }

     #cookie_note{
    display: none;
    position: fixed;
    bottom: 15px;
    left: 50%;
    max-width: 90%;
    transform: translateX(-50%);
    padding: 20px;
    background-color: white;
    border-radius: 4px;
    box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
    align-items:center;
    z-index:1000;
}
#cookie_note .btn{
display:flex;
flex-direction:column;
align-content:center;
justify-content:center;
height:50px;
}
#cookie_note p{
    margin: 0;
    font-size: 0.7rem;
    text-align: left;
    color: black;
}

.cookie_accept{
    width:100%;
}
@media (min-width: 576px){
    #cookie_note.show{
        display: flex;
    }
}

@media (max-width: 575px){
    #cookie_note.show{
        display: block;
        text-align: left;
        width:100%;
    }
}

.black-text{
    margin-top: 18px;
    font-size: 13px;
    color: #000000;
}

