﻿@font-face {
  font-family: "Circe Light";
  src: url("../../fonts/circe/Circe-Light.eot");
  src:
    url("../../fonts/circe/Circe-Light-1.eot") format("embedded-opentype"),
    url("../../fonts/circe/Circe-Light.woff") format("woff"),
    url("../../fonts/circe/Circe-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Circe Regular";
  src: url("../../fonts/circe/Circe-Regular.eot");
  src:
    url("../../fonts/circe/Circe-Regular-1.eot") format("embedded-opentype"),
    url("../../fonts/circe/Circe-Regular.woff") format("woff"),
    url("../../fonts/circe/Circe-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Circe Bold";
  src: url("../../fonts/circe/Circe-Bold.eot");
  src:
    url("../../fonts/circe/Circe-Bold-1.eot") format("embedded-opentype"),
    url("../../fonts/circe/Circe-Bold.woff") format("woff"),
    url("../../fonts/circe/Circe-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Circe Extra Bold";
  src: url("../../fonts/circe/Circe-ExtraBold.eot");
  src:
    url("../../fonts/circe/Circe-ExtraBold-1.eot") format("embedded-opentype"),
    url("../../fonts/circe/Circe-ExtraBold.woff") format("woff"),
    url("../../fonts/circe/Circe-ExtraBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
html,
body {
  max-width: 100vw;
  overflow-x: hidden;
}
body {
  font-family: "Circe Regular";
}
section,
main,
article,
.container {
  position: relative;
}
strong,
b {
  font-family: "Circe Bold";
  font-weight: normal;
  font-style: normal;
}
img {
  max-width: 100%;
}
.text-right {
  text-align: right;
}
header {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background: #fff;
}
header.uk-sticky.uk-active {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  transition: all 0.1s;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
header.uk-sticky.uk-active a.site-logo img {
  max-width: 50px;
  margin-right: 0.5rem;
  transition: all 0.1s;
}
a.site-logo {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: nowrap;
  text-decoration: none;
  color: var(--bs-gray-dark);
  align-items: center;
}
a.site-logo img {
  display: block;
  max-width: 70px;
  margin-right: 1rem;
}
a.site-logo div.logo-text {
  display: block;
  font-family: "Circe Bold";
  font-size: 1.5rem;
}
header ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-phones {
  position: relative;
  padding-left: 2.5rem;
}
.header-phones i.fas {
  background: var(--bs-warning);
  height: 2rem;
  width: 2rem;
  line-height: 2rem;
  text-align: center;
  border-radius: 2rem;
  color: white;
  position: absolute;
  left: 0;
  top: calc(50% - 1rem);
}
.header-phones li {
  display: block;
  line-height: 1.25;
}
.header-phones li a {
  text-decoration: none;
  font-family: "Circe Bold";
  color: var(--bs-gray-dark);
  font-size: 1.15rem;
  white-space: nowrap;
}
.header-socials {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
.header-socials li a {
  font-size: 2.5rem;
  text-decoration: none;
  margin: 0 0.5rem;
}
.header-socials li a.whatsapp {
  color: var(--bs-teal);
}
.header-socials li a.viber {
  color: var(--bs-purple);
}
.header-worktime {
  position: relative;
  padding-left: 2.5rem;
}
.header-worktime div {
  line-height: 1.1;
}
.header-worktime i.far {
  background: var(--bs-warning);
  height: 2rem;
  width: 2rem;
  line-height: 2rem;
  text-align: center;
  border-radius: 2rem;
  color: white;
  position: absolute;
  left: 0;
  top: calc(50% - 1rem);
}
.worktime-title {
  color: var(--bs-gray);
}
.worktime-data {
  font-family: "Circe Bold";
  font-size: 1.25rem;
  text-transform: uppercase;
}
nav {
  background: #d73336;
}
.main-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.main-menu li {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  text-align: center;
  position: relative;
  white-space: nowrap;
  padding-left: 0;
  padding-right: 0;
}
.main-menu > li:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.45);
}
.main-menu > li {
  border-right: 1px solid rgba(255, 255, 255, 0.45);
}
.main-menu > li > a {
  display: block;
  padding: 1.25rem 0;
  font-size: 1rem;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1;
}
.main-menu > li > a:hover,
.main-menu > li > a:focus,
.main-menu > li.active > a {
  background: #fb0f17;
}
.main-intro:before {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../../../img/intro-bg.webp) center center no-repeat;
  opacity: 0.15;
  background-size: cover;
}
.inwide-content-block {
  padding-top: 6rem;
  padding-bottom: 6rem;
  height: 100%;
  position: relative;
}
.dignity-wrapper {
  padding-left: 3rem;
  padding-right: 3rem;
  background-color: #fbb039;
}
.dignity-wrapper:before {
  content: " ";
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../../../img/waterswirl-bg.webp) center center no-repeat;
  opacity: 0.15;
}
.dignity-block {
  position: relative;
  margin: 1.5rem 0;
  padding-left: 4.5rem;
}
.dignity-block i {
  display: block;
  position: absolute;
  font-size: 3.5rem;
  color: #d73336;
  left: 0;
  top: -0.25rem;
  line-height: 1;
}
.dignity-block p,
.dignity-block h3 {
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
}
.dignity-block h3 {
  font-family: "Circe Extra Bold";
  margin-top: 0;
}
.main-place_block {
  text-align: center;
  background: #ecf3f5;
  border-left: 1px solid #dedede;
  transition: all 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.main-place_block:first-child {
  border-left: none;
}
.main-place_wrapper {
  position: relative;
  margin: 3rem 0 4.5rem 0;
}
.main-place_wrapper .icon {
  opacity: 0.5;
  fill: #4c6785;
  width: 67px;
  height: 67px;
  margin-bottom: 2.5rem;
}
.main-place_wrapper h3 {
  font-size: 1.25rem;
  margin: 0;
}
.object-icon i {
  font-size: 3rem;
  color: #d73336;
  margin-bottom: 2.5rem;
  display: block;
  line-height: 1;
  transition: all 0.5s;
}
.object-btn {
  width: 100%;
  display: block;
  position: absolute;
  bottom: -4.5rem;
  left: 0;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 1.25rem;
  font-family: "Circe Extra Bold";
  transition: all 0.5s;
  padding: 1.5rem 0;
}
.main-place_block:hover {
  background: #d73336;
  transition: all 0.5s;
}
.main-place_block:hover .object-btn {
  bottom: 0rem;
  transition: all 0.5s;
}
.main-place_block:hover .main-place_wrapper {
  transition: all 0.5s;
  -webkit-transform: translateY(-1.5rem);
  transform: translateY(-1.5rem);
  color: #fff;
}
.main-place_block:hover h3 {
  color: #fff;
}
.main-place_block:hover .object-icon i {
  transition: all 0.5s;
  color: #fff;
}
section.objects {
  background: #d73336;
}
section.objects:before {
  content: " ";
  width: 100%;
  height: 60%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../../../img/objects-bg.webp) center bottom no-repeat;
  opacity: 0.3;
  background-size: cover;
  z-index: 0;
  transform: rotateY(180deg);
}
.main-service_block {
  padding: 0;
}
.main-service_wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0rem;
}
.service-img {
  margin-bottom: 1.5rem;
  clip-path: polygon(0% 0%, 100% 0%, 100% 80%, 50% 100%, 0% 80%);
}
.main-service_block:hover .service-img {
  transition: all 0.5s;
  opacity: 0;
  margin-top: 6rem;
}
.main-service_block h3 {
  font-family: "Circe Extra Bold";
  margin-bottom: 1.5rem;
  font-size: 1.75rem;
}
.main-service_block h3,
.main-service_block p {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  margin-top: 0;
}
.main-service_block:hover h3,
.main-service_block:hover p,
.main-service_block:hover a.details {
  color: #fff;
  transition: all 0.5s;
  -webkit-transform: translateY(-6rem);
  transform: translateY(-6rem);
}
.main-service_block a.details {
  display: inline-block;
  opacity: 0;
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 0.5rem 1rem;
}
.main-service_block:hover a.details {
  opacity: 1;
}
.service-price {
  position: absolute;
  background: var(--bs-warning);
  font-size: 1.5rem;
  padding: 0.75rem 2rem 0.75rem 1.5rem;
  line-height: 1;
  left: 0;
  top: 1.5rem;
  font-family: "Circe Extra Bold";
  clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
}
.main-service_block:hover .service-price {
  transition: all 0.5s;
  -webkit-transform: translateY(1.5rem);
  transform: translateY(1.5rem);
}
section.methods,
section.equipment,
section.reviews {
  background: #ecf3f5;
  margin-top: 6rem;
  margin-bottom: 0;
  padding-bottom: 6rem;
}
.method-row {
  background: #fff;
  border: 1px solid #dedede;
  margin-top: -1px;
  align-items: center !important;
  padding: 3rem;
}
.method-img {
  transition: all 0.5s;
}
.method-row:hover .method-img img {
  transition: all 0.5s;
  clip-path: polygon(0% 0%, 80% 0%, 100% 50%, 80% 100%, 0% 100%);
}
.method-row:hover {
  background: #d73336;
  transition: all 0.5s;
  color: #fff;
}
.steps-wrapper {
  background-color: #fbb039;
  padding: 3rem;
  position: relative;
  width: 100%;
  z-index: 0;
}
.steps-wrapper:before {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  content: " ";
  width: 100%;
  height: 100%;
  background: url(../../../img/waterswirl-bg.webp) center center no-repeat;
  background-size: cover;
  z-index: -1;
  opacity: 0.15;
}
.steplist {
  margin: 0;
  padding: 0;
  list-style: none;
}
.steplist li {
  position: relative;
  padding-left: 4.5rem;
  margin-bottom: 1.5rem;
}
.steplist li:last-child {
  margin-bottom: 0;
}
.steplist li i {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 2.5rem;
  color: #d73336;
}
.steplist li h4 {
  font-family: "Circe Extra Bold";
  margin: 0;
}
.steplist li p {
  margin: 0;
}
.equipment_wrapper img {
  padding: 1rem;
  background: #fff;
}
.equipment_wrapper p {
  margin: 1rem 0 0 0;
  font-size: 0.85rem;
}
.beer-slider {
  display: block;
}
.beer-slider img {
  width: 100%;
}
.beer-slider[data-beer-label]:after {
  right: 1.5rem;
  white-space: nowrap;
}
.beer-reveal[data-beer-label]:after,
.beer-slider[data-beer-label]:after {
  white-space: nowrap;
}
section.works {
  padding-bottom: 0;
}
.reviews .uk-slider-container {
  overflow: initial;
}
.mp .container {
  overflow: hidden;
}
.review-slider li {
  padding-top: 3rem;
  padding-bottom: 1.5rem;
  padding-right: 3rem;
  -moz-transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -o-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  opacity: 0.5;
  border: 1px solid #dedede;
  background: #fff;
}
.review-slider li.uk-active {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 1;
  box-shadow: 0 1rem 1rem 0 rgba(0, 0, 0, 0.1);
}
.review-text {
  position: relative;
  padding-left: 6rem;
}
.review-text i.flaticon {
  font-weight: normal;
  display: block;
  position: absolute;
  background: var(--bs-warning);
  font-size: 2.5rem;
  clip-path: polygon(0% 0%, 100% 0%, 100% 80%, 50% 100%, 0% 80%);
  padding: 0.5rem 0.75rem;
  left: 0;
  top: 0;
}
.review-text p:last-child {
  margin: 0 !important;
}
.review-author {
  padding-top: 1.5rem;
  margin-top: 1rem;
  border-top: 1px solid #dedede;
  text-align: right;
  color: #d73336;
}
.review-page-row {
  padding: 3rem;
  border: 1px solid #dedede;
  margin-top: -1px;
}
.review-page-row .review-text {
  padding: 0;
}
section.contacts {
  padding-right: 50%;
}
.contacts-block {
  padding: 6rem;
  position: absolute;
  display: flex;
  top: 0;
  left: 50%;
  width: 50%;
  height: 100%;
  background: #fff;
  align-items: center;
}
h3.contact-heading {
  margin: 0;
}
h3.contact-heading i {
  color: #d73336;
  font-size: 2rem;
}
.contact-list {
  margin: 0;
  padding: 0 0 0 2.4rem;
  list-style: none;
}
.contact-phones {
  font-size: 1.5rem;
}
.contact-phones a {
  color: inherit;
}
.contact-phones a:hover,
.contact-phones a:focus,
.contact-phones a:active {
  text-decoration: none;
}
.contact-socials li {
  display: inline-block;
  margin-left: 1rem;
}
.contact-socials li:first-child {
  margin-left: 0;
}
.contact-socials li a {
  font-size: 2.5rem;
}
.contact-socials li a.whatsapp {
  color: var(--bs-teal);
}
.contact-socials li a.viber {
  color: var(--bs-purple);
}
.contact-list.requisites {
  font-size: 0.85rem;
}
section.ask-phones {
  padding: 3rem 0;
  background: #ecf3f5;
  border-top: 2px solid #c4d7dc;
}
.ask-phones h2 {
  margin: 0;
  padding: 0;
  font-size: 4rem;
}
.ask-phones p {
  margin: 0;
}
.big-phones {
  font-family: "Circe Extra Bold";
  font-size: 2rem;
  line-height: 1.1;
  padding: 0;
}
.big-phones a {
  color: inherit;
  white-space: nowrap;
}
.big-phones a:hover,
.big-phones a:focus,
.big-phones a:active {
  text-decoration: none;
}
footer {
  background: #d73336;
  padding: 3rem 0;
  color: rgba(255, 255, 255, 0.4);
}
.footer-logo {
  line-height: 3rem;
  display: flex;
}
.footer-logo i {
  font-size: 3rem;
  line-height: 3rem;
}
.footer-logo span {
  display: inline-block;
  line-height: 3rem;
  margin-left: 0.5rem;
  font-size: 1.5rem;
  font-family: "Circe Bold";
}
footer p {
  margin: 0;
}
footer a {
  color: inherit;
}
.footer-legal {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid;
}
.footer-legal p {
  margin-bottom: 0.5rem;
  font-size: 0.85rem;
}
.footer-legal p:last-child {
  margin-bottom: 0;
}
h2,
h3 {
  font-family: "Circe Extra Bold";
  font-weight: normal;
}
h1.mp-title {
  font-family: "Circe Extra Bold";
  font-size: 3rem;
  color: #d73336;
  margin-bottom: 3rem;
}
h2.section-title {
  font-family: "Circe Extra Bold";
  font-size: 4.5rem;
  margin: 6rem 0;
  padding: 0;
  color: #d73336;
}
h2.objects-title {
  color: #fff;
}
h2.method-heading {
  font-family: "Circe Extra Bold";
  margin-bottom: 1.5rem;
  font-size: 1.75rem;
}
section.inner-heading {
  padding: 3rem 0;
  background: #ecf3f5;
  border-bottom: 2px solid #c4d7dc;
}
main.inner-content {
  margin: 6rem 0;
}
h1.page-title {
  font-family: "Circe Extra Bold";
  margin: 0;
}
.page-secrvice-price {
  position: relative;
}
.page-secrvice-price .service-price {
  position: relative;
  display: inline-block;
  background: #d73336;
  color: #fff;
  font-size: 2rem;
  padding: 0.75rem 2.5rem 0.75rem 1.75rem;
  line-height: 1;
  top: 0;
}
.page-secrvice-price .service-price small {
  display: block;
  font-size: 0.85rem;
  font-family: "Circe Regular";
  white-space: nowrap;
  margin-bottom: 0.25rem;
}
.gallery-item-wrapper {
  margin-bottom: var(--bs-gutter-x);
}
.btn {
  border-radius: 0;
}
.btn-rounded {
  border-radius: 3rem;
}
.btn i {
  font-weight: 900;
}
.uk-h1,
.uk-h2,
.uk-h3,
.uk-h4,
.uk-h5,
.uk-h6,
.uk-heading-2xlarge,
.uk-heading-large,
.uk-heading-medium,
.uk-heading-small,
.uk-heading-xlarge,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: inherit;
  text-transform: none;
  font-weight: normal;
}
.btn:hover,
.btn:focus,
.btn:active {
  text-decoration: none;
}
.btn-group-xxl > .btn,
.btn-xxl {
  padding: 1.5rem 1.75rem;
  font-size: 1.25rem;
  text-transform: uppercase;
  line-height: 1;
  font-family: "Circe Extra Bold";
}
.pulse-btn {
  animation: radial-pulse 1.5s infinite;
}
@keyframes radial-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 195, 5, 0.75);
  }
  100% {
    box-shadow: 0 0 0 0.5rem rgba(210, 45, 55, 0);
  }
}
@keyframes gray-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.35);
  }
  100% {
    box-shadow: 0 0 0 0.5rem rgba(0, 0, 0, 0);
  }
}
.pulse-btn-btn:hover {
  animation: none;
}
.sitecrumbs {
  font-size: 0.85rem;
}
.sitecrumbs a {
  color: var(--bs-secondary);
}
.sitecrumbs > li:first-child > a:hover,
.sitecrumbs > li:first-child > a:focus,
.sitecrumbs > li:first-child > a:active {
  text-decoration: none;
}
.breadcrumb-item + .breadcrumb-item:before {
  display: none;
}
.breadcrumb-item:after {
  float: right;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  color: #6c757d;
  content: var(--bs-breadcrumb-divider, "—");
}
.breadcrumb .breadcrumb-item:last-child:after {
  display: none;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0;
}
.form-control {
  border-radius: 0;
}
.uk-dotnav > * > * {
  width: 16px;
  height: 16px;
  border-radius: 0;
  border-color: #d73336;
}
.uk-dotnav > * > :focus,
.uk-dotnav > .uk-active > * {
  background-color: #d73336;
  border-color: transparent;
}
.uk-dotnav > * > :hover {
  background-color: #d7333675;
}
.form_agreement {
  margin-top: 1.5rem;
  min-height: auto;
  margin-bottom: 0;
  position: relative;
  padding-bottom: 1.5rem;
}
.main-callback .form-check {
  margin-top: 1rem;
  min-height: auto;
  margin-bottom: 0;
}
.main-callback .form-check-input[type="checkbox"] {
  border-radius: 0;
}
.main-callback .form-check .form-check-label {
  font-size: 0.85rem;
}
.main-callback .form-check-input {
  width: 1.15rem;
  height: 1.15rem;
  margin-top: 0.15rem;
}
.main-callback {
  position: relative;
}
.usecontrol {
  position: absolute;
  left: -200vw;
}
.main-callback p {
  margin: 0;
  padding: 0;
  position: absolute;
  font-size: 0.85rem;
}
.photo-slider img {
  clip-path: polygon(90% 0%, 100% 50%, 90% 100%, 0% 100%, 10% 50%, 0% 0%);
}
.photo-slider > * {
  padding-left: 0;
}
#modal-callback .uk-modal-dialog,
#modal-feedback .uk-modal-dialog {
  width: 780px;
  padding: 3rem 6rem;
}
#modal-callback .main-callback {
  margin-top: 1.5rem;
}
#modal-callback .uk-modal-close-outside,
#modal-feedback .uk-modal-close-outside {
  background: var(--bs-warning);
  padding: 1rem;
  border-radius: 3rem;
  transform: translate(50%, -50%);
}
.mobile-nav {
  display: none;
}
#offcanvas-menu .uk-offcanvas-bar {
  background: #d73336;
}
.offcanvas-menu > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.offcanvas-menu > li > a {
  font-size: 1.25rem;
}
.offcanvas-menu > li > ul > li > a {
  font-size: 0.85rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.devnotes {
  display: none;
}
.mobile-button-row {
  display: none;
}
@media (max-width: 575.98px) {
  body {
    margin-bottom: 55px;
  }
  header.site-header {
    display: none;
  }
  header.mobile-nav {
    background: #fff;
    display: block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    box-shadow: 0 0 1rem 0 rgb(0 0 0 / 35%);
  }
  .mobile-button-row {
    display: block;
    position: fixed;
    bottom: 0;
    min-width: 100vw;
    z-index: 999;
    background: #fff;
    padding: 0.75rem 0;
  }
  .buttons-row-list {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    align-items: center;
    width: 100%;
    height: 100%;
    justify-content: space-between;
    line-height: 1;
  }
  .buttons-row-list a {
    color: #d73336;
    font-weight: normal;
    font-size: 1.7rem;
    display: block;
  }
  .buttons-row-list li a.whatsapp {
    color: var(--bs-teal);
  }
  .buttons-row-list li a.viber {
    color: var(--bs-purple);
  }
  .buttons-row-list a:hover,
  .buttons-row-list a:focus,
  .buttons-row-list a:active {
    text-decoration: none;
    color: inherit;
  }
  .header-phones {
    position: relative;
    padding-left: 0;
  }
  .header-phones li a {
    font-size: 1rem;
  }
  .header-phones-xs_icon {
    font-weight: normal;
    color: var(--bs-warning);
    font-size: 1.75rem;
    line-height: 1;
  }
  a.hamburger {
    display: block;
    width: 100%;
    text-align: right;
    font-size: 2.25rem;
    line-height: 1;
    color: inherit;
    font-weight: normal;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    line-height: 1.1;
  }
  nav {
    display: none;
  }
  a.site-logo img {
    max-width: 50px;
    margin-right: 0;
  }
  a.site-logo div.logo-text {
    display: none;
  }
  section.objects:before {
    display: none;
  }
  .main-intro {
    background: #ecf3f5;
  }
  .main-intro:before {
    display: none;
  }
  .inwide-content-block {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    height: auto;
  }
  .dignity-wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: #fbb039;
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
  .main-place_block {
    border: none;
  }
  h1.mp-title {
    font-size: 2.25rem;
    margin-bottom: 1.5rem;
  }
  h2.section-title {
    font-size: 3rem;
    margin: 1.5rem 0;
  }
  .main-service_block h3 {
    font-family: "Circe Extra Bold";
    margin-bottom: 1rem;
    font-size: 1.5rem;
    line-height: 1;
  }
  section.methods,
  section.equipment,
  section.reviews {
    background: #ecf3f5;
    margin-top: 0rem;
    margin-bottom: 0;
    padding-bottom: 0rem;
  }
  .method-row {
    padding: 1rem 0.25rem;
  }
  h2.method-heading {
    font-family: "Circe Extra Bold";
    margin-bottom: 1rem;
    margin-top: 1rem;
    font-size: 1.5rem;
  }
  .steps-wrapper {
    padding: 1rem;
    margin-left: -0.75rem;
    margin-right: -0.75rem;
    margin-bottom: 1rem;
    width: auto;
  }
  .worksteps iframe {
    height: 300px;
    width: 100%;
    margin-bottom: 1rem;
  }
  .equipment_block {
    text-align: center;
    margin-bottom: 1rem;
  }
  .equipment_wrapper {
    background: #fff;
    padding: 1.5rem;
  }
  .contacts-block {
    padding: 1rem;
    position: relative;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
  }
  h3.contact-heading {
    margin: 0;
    font-size: 1.25rem;
  }
  h3.contact-heading i {
    font-size: 1.25rem;
    font-weight: 900;
  }
  .contact-list {
    margin: 0 0 1.5rem 0;
    padding: 0 0 0 1.5rem;
    list-style: none;
  }
  footer {
    padding: 1.5rem;
  }
  .footer-phones {
    font-size: 1.5rem;
    padding: 0;
    margin-top: 1.5rem;
    margin-bottom: 0;
    font-weight: 900;
    color: #fff;
    font-family: "Circe Extra Bold";
  }
  a.developer {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 1.5rem;
  }
  a.developer > img {
    max-height: 50px;
    opacity: 0.5;
  }
  a.developer .devnotes {
    display: inline-block;
    line-height: 1.1;
    padding-right: 1rem;
    font-size: 0.75rem;
  }
  #modal-callback .uk-modal-dialog,
  #modal-feedback .uk-modal-dialog {
    width: 100%;
    padding: 1rem 1rem;
  }
  #modal-callback .uk-modal-close-outside,
  #modal-feedback .uk-modal-close-outside {
    transform: translate(25%, -25%);
  }
  .main-callback .btn {
    margin-top: 1rem;
  }
  section.inner-heading {
    padding: 1.5rem 0;
  }
  .page-secrvice-price .service-price {
    position: relative;
    display: block;
    background: #d73336;
    text-align: center;
    margin: 1rem 0;
    clip-path: none;
  }
  main.inner-content {
    margin: 1.5rem 0;
  }
  section.ask-phones {
    padding: 1.5rem 0;
    text-align: center;
  }
  .big-phones {
    font-size: 2rem;
    padding: 0;
    margin: 1.5rem 0;
  }
  .review-slider li {
    padding-top: 1.5rem;
    padding-bottom: 0;
    padding-right: 1.5rem;
  }
  .review-text i.flaticon {
    font-size: 2rem;
    padding: 0.5rem 0.75rem;
    left: 0;
    top: -1.5rem;
  }
  .review-text {
    padding-left: 4.5rem;
  }
  .review-page-row {
    padding: 1rem;
  }
  .review-page-row i.flaticon {
    left: -1.8rem;
    top: -1.1rem;
  }
  .review-page-row .review-text {
    padding: 0 0 0 3rem;
  }
  section.contacts {
    padding-right: 0;
  }
  .btn-rounded {
    border-radius: 0;
  }
  .mb-xs-3 {
    margin-bottom: 1rem;
  }
  .col-xs-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-xs-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xs-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xs-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xs-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xs-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xs-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xs-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xs-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xs-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xs-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xs-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xs-12,
  .col-xs-11,
  .col-xs-10,
  .col-xs-9,
  .col-xs-8,
  .col-xs-7,
  .col-xs-6,
  .col-xs-5,
  .col-xs-4,
  .col-xs-3,
  .col-xs-2,
  .col-xs-1 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .offset-xs-1 {
    margin-left: 8.333333%;
  }
  .offset-xs-2 {
    margin-left: 16.666667%;
  }
  .offset-xs-3 {
    margin-left: 25%;
  }
  .offset-xs-4 {
    margin-left: 33.333333%;
  }
  .offset-xs-5 {
    margin-left: 41.666667%;
  }
  .offset-xs-6 {
    margin-left: 50%;
  }
  .offset-xs-7 {
    margin-left: 58.333333%;
  }
  .offset-xs-8 {
    margin-left: 66.666667%;
  }
  .offset-xs-9 {
    margin-left: 75%;
  }
  .offset-xs-10 {
    margin-left: 83.333333%;
  }
  .offset-xs-11 {
    margin-left: 91.666667%;
  }
  .order-xs-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xs-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xs-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xs-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xs-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xs-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xs-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xs-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xs-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xs-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xs-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xs-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xs-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xs-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xs-12 {
    -ms-flex-order: 12;
    order: 12;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
}
@media (min-width: 768px) and (max-width: 991.98px) {
}
@media (min-width: 992px) and (max-width: 1199.98px) {
}
@media (min-width: 1200px) and (max-width: 1366.98px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 100%;
    padding-left: 3rem;
    padding-right: 3rem;
  }
  header {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .contacts-block {
    padding: 3rem;
    top: 0;
    left: 40%;
    width: 60%;
  }
}
