body {
  margin: 0;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  text-align: left;
  height: min-content;
}

.bolder {
  font-weight: bolder;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

.mt-10 {
  margin-top: 10px;
}

a {
  color: #22a7f0;
  text-decoration: none;
  background-color: transparent;
  transition: 0.3s;
}

a:focus, a:hover {
  color: unset;
  text-decoration: none;
}

.mobile-button,
.hamburger,
.footer-logo,
.back,
.btn-submenu-mobile,
.calc-mobile,
.dropdown,
.before-after-title,
.btn-price-mobile,
.title-img,
.filter-mobile-button,
.screen-reader-response {
  display: none;
}

#page-wrapper {
  margin-top: 120px;
}

.margin {
  margin-top: 1000px;
}

/* -------------------- Меню -------------------- */

header {
  position: relative;
  width: 100%;
  z-index: 10;
}

header .container {
  display: flex;
  align-items: center;
  height: 100px;
}

.header {
  position: relative;
  top: 10px;
  left: 0px;
  right: 0px;
  z-index: 9999;
}

.logo {
  display: flex;
  width: 455px;
}

.logo img {
  margin-right: 27px;
  height: 70px;
}

.logo p {
  color: #22a7f0;
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  margin-bottom: 0px;
  text-transform: uppercase;
}

.logo span {
  color: #555e68;
  font-size: 9px;
  letter-spacing: .8px;
  text-transform: uppercase;
}

.header-city {
  width: 205px;
}

.header-city p {
  font-size: 18px;
  color: #22a7f0;
  border-bottom: 1px dotted #22a7f0;
  display: inline-block;
  margin: 0px;
  position: relative;
}

.header-city p:before {
  content: '';
  background-image: url("../../images/marker.png");
  position: absolute;
  left: -20px;
  background-size: 100%;
  height: 13px;
  width: 9px;
  top: 30%;
}

.header-city a {
  display: block;
  font-size: 14px;
  color: #666e7f;
}

.header-phone {
  width: 245px;
}

.header-phone i {
  display: none;
  color: #22a7f0;
}

.header-phone a {
  color: #20252a;
  font-size: 18px;
  transition: 0.3s;
  letter-spacing: 1.4px;
}

.header-phone span {
  font-size: 14px;
  color: #666e7f;
  display: block;
}

.header-order a {
  color: #fff;
  background: #64a9d2;
  text-transform: uppercase;
  font-size: 12px;
  height: 48px;
  border: 1px solid #64a9d2;
  width: 230px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  margin-left: auto;
  transition: 0.3s;
}

.header-order a:hover {
  background: transparent;
  color: #64a9d2;
}

.banner {
  position: relative;
  background: url("../../images/main-banner.jpg") no-repeat center center / cover;
  max-height: 769px;
  padding-top: 160px;
  margin-top: -160px;
  margin-bottom: 70px;
}

/*#horizontal-multilevel-menu li:hover ul ul,
#horizontal-multilevel-menu li.jshover ul ul,
#horizontal-multilevel-menu li:hover ul ul ul,
#horizontal-multilevel-menu li.jshover ul ul ul,
#horizontal-multilevel-menu li:hover ul ul ul ul,
#horizontal-multilevel-menu li.jshover ul ul ul ul,
#horizontal-multilevel-menu li:hover ul ul ul ul ul,
#horizontal-multilevel-menu li.jshover ul ul ul ul ul {
  !*top: -999em;*!
  display: none;
}*/

/*#horizontal-multilevel-menu li:hover ul,
#horizontal-multilevel-menu li.jshover ul,
#horizontal-multilevel-menu li li:hover ul,
#horizontal-multilevel-menu li li.jshover ul,
#horizontal-multilevel-menu li li li:hover ul,
#horizontal-multilevel-menu li li li.jshover ul,
#horizontal-multilevel-menu li li li li:hover ul,
#horizontal-multilevel-menu li li li li.jshover ul,
#horizontal-multilevel-menu li li li li li:hover ul,
#horizontal-multilevel-menu li li li li li.jshover ul {
  display: block;
}*/

/*#horizontal-multilevel-menu li:hover ul,
#horizontal-multilevel-menu li.jshover ul,
#horizontal-multilevel-menu li li:hover ul,
#horizontal-multilevel-menu li li.jshover ul,
#horizontal-multilevel-menu li li li:hover ul,
#horizontal-multilevel-menu li li li.jshover ul,
#horizontal-multilevel-menu li li li li:hover ul,
#horizontal-multilevel-menu li li li li.jshover ul,
#horizontal-multilevel-menu li li li li li:hover ul,
#horizontal-multilevel-menu li li li li li.jshover ul
{
  z-index: 1000;
  !*top: auto;*!
  display: block;
}*/

#horizontal-multilevel-menu {
  margin: 0px;
  list-style: none;
  background: #2d3138;
  height: 60px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 35px;
  position: relative;
}

#horizontal-multilevel-menu ul {
  list-style: none;
}

#horizontal-multilevel-menu li {
  position: relative;
  height: 60px;
  line-height: 58px;
  display: flex;
  color: #fff;
  transition: 0.3s;
}

#horizontal-multilevel-menu li ul li,
#horizontal-multilevel-menu li ul li ul li {
  height: 40px;
  line-height: 38px;
}

#horizontal-multilevel-menu li a {
  background: transparent;
  display: flex;
  align-items: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  transition: 0.3s;
  position: relative;
}

#horizontal-multilevel-menu.show li a {
  text-transform: none;
}

#horizontal-multilevel-menu li:hover i,
#horizontal-multilevel-menu li:hover .sub-menu li:hover i,
#horizontal-multilevel-menu li a:hover {
  color: #64a9d2;
  text-decoration: none;
  transition: 0.3s;
}

#horizontal-multilevel-menu li:hover .sub-menu li i {
  color: #20252a;
}

#horizontal-multilevel-menu ul {
  display: none;
  position: absolute;
  top: 60px;
  background: #fff;
  width: 290px;
  left: -30px;
  z-index: 1;
  padding: 33px 0px;
}

#horizontal-multilevel-menu li:hover {
  background: transparent;
  /*color: #64a9d2 !important;*/
}

#horizontal-multilevel-menu ul li {
  /*height: auto;*/
  padding: 0 33px;
  min-width: 300px;
  border: none;
}

#horizontal-multilevel-menu ul li a {
  display: flex;
  align-items: center;
  color: #20252a;
  font-size: 16px;
  font-weight: 500;
  text-transform: none;
  line-height: 1.2;
  transition: 0.3s;
}

#horizontal-multilevel-menu li:hover ul ul {
  left: 289px;
  top: -15px;
  margin: 0 0 0 -1px;
  width: 310px;
}

#horizontal-multilevel-menu li:hover ul ul li {
  height: 40px;
}

.toggle-button {
  margin-left: auto;
}

.sub-menu .toggle-button i {
  transform: rotate(270deg);
  display: block;
}

.sub-menu i {
  color: #20252a;
}

div.menu-clear-left
{
  clear:left;
}

/* -------------------- Главный баннер -------------------- */

.banner .row {
  height: 589px;
  display: flex;
  align-items: center;
}

.banner-title {
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
  margin: 0 0 45px;
}

.banner-list {
  padding: 0px;
  margin: 0px;
  list-style: none;
  font-size: 18px;
}

.banner-list li {
  display: flex;
  align-items: center;
  height: 36px;
  margin-bottom: 20px;
}

.banner-list li div {
  height: 36px;
  width: 36px;
  margin-right: 20px;
}

.banner-list img {
  height: 36px;
}

.banner-form {
  display: flex;
  flex-direction: column;
  max-width: 430px;
  background: #fff;
  border: 15px solid #f1f5f7;
  border-radius: 10px;
  margin-left: auto;
  height: 495px;
  padding: 20px 0px;
}

.banner-form-inner {
  display: flex;
  flex-direction: column;
  max-width: 320px;
  margin: 0 auto;
  text-align: center;
}

.banner-form-inner span {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 30px;
}

.banner-form-inner p {
  color: #666e7f;
  font-size: 16px;
}

.label-input {
  position: relative;
}

.banner-form-inner .input,
.calc-form .input {
  height: 70px;
  background: #ffffff;
  border-radius: 10px;
  border: 1px solid #f3f3f6;
  padding-left: 65px;
  margin-bottom: 15px;
  outline: none;
  font-size: 16px;
  font-weight: 500;
  width: 100%;
}

.user:before {
  content: '';
  background-image: url("../../images/man-user.png");
  width: 18px;
  height: 22px;
  background-size: 100%;
  position: absolute;
  left: 30px;
  top: 25px;
}

.input-phone:before {
  content: '';
  background-image: url("../../images/phone-receiver.png");
  width: 18px;
  height: 18px;
  background-size: 100%;
  position: absolute;
  left: 30px;
  top: 25px;
}

.btn-submit {
  background: #64a9d2;
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 500;
  height: 75px;
  border-radius: 50px;
  border: none;
  margin-top: 15px;
  outline: none;
  transition: 0.3s;
}

.btn-submit:hover {
  color: #64a9d2;
  background: #fff;
  border: 1px solid #64a9d2;
}

/* -------------------- Второй блок -------------------- */

.title {
  color: #20252a;
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  display: block;
}

.first-section, .first-section ul {
  font-size: 14px;
  line-height: 1.5;
  margin: 20px 0px;
  color: #666e7f;
}

.text-list-bottom {
  margin: 0px;
  padding: 0px;
  list-style: none;
  font-size: 15px;
}

.text-list-bottom li {
  margin-bottom: 10px;
  display: flex;
}

.text-list-bottom span {
  width: 10px;
  margin-right: 20px;
}

.remont-include {
  font-size: 18px;
  font-weight: 700;
  color: #20252a;
  margin-bottom: 20px;
}

.banner-list-second {
  font-size: 14px;
}

.tags a {
  padding: 0 15px;
  margin-bottom: 15px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d4d7da;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #20252a;
  position: relative;
}

.tags a:hover {
  background: #64a9d2;
  color: #fff;
  border: 1px solid #64a9d2;
}

.calc-form {
  max-width: 480px;
  background: #F1F5F7;
  margin: 30px 0 0 auto;
  border-radius: 10px;
}

.calc-ramka {
  height: 48px;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 12px;
  padding: 0 28px;
  outline: none;
  transition: 0.3s;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}

.btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  top: -23px;
}

.btn-group button {
  background: #fff;
  border: 1px solid #ced0d3;
  height: 48px;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 12px;
  width: 30%;
  outline: none;
  transition: 0.3s;
  border-radius: 50px;
  text-align: center;
  padding: 0;
}

.btn-group button:hover, .btn-group .active {
  background: #64a9d2;
  color: #fff;
  border: 1px solid #64a9d2;
}

.btn-group button:first-child {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}

.calc-border {
  position: relative;
  padding: 0px 45px 40px;
}

.calc-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}

.calc-items > div {
  width: 50%;
  margin-left: 8px;
}

.calc-items > div:first-child {
  margin-right: 8px;
  margin-left: 0px;
}

.calc-title {
  text-transform: none;
  font-size: 17px;
  font-weight: 700;
  margin-top: 1rem;
  margin-bottom: 0px;
  left: -5px;
  position: relative;
}

.calc-title.phone {
  margin-bottom: -25px;
}

.calc-radio {
  display: flex;
  flex-wrap: wrap;
}

.calc-radio a {
  color: #858585;
  font-size: 14px;
  position: relative;
  flex: 100%;
  padding-left: 1.8em;
  line-height: 16px;
  padding-top: 10px;
}

.calc-radio a:before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  background: #f1f5f8;
  border-radius: 4px;
  outline: none;
  margin: 0px 3px;
  box-sizing: border-box;
  padding: 0px;
  position: absolute;
  left: 0;
  border: 1px solid #64a9d2;
  opacity: 0.3;
  top: 11px;
}

.calc-radio a.calc-checked:before {
  background: #64a9d2;
  opacity: 1;
}

.calc-checked:after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 10px;
  border: 0 solid #ffffff;
  border-width: 0px 2px 2px 0;
  -webkit-transform: rotateZ(40deg);
  margin: -4px 10px;
  pointer-events: none;
  position: absolute;
  left: -2px;
  top: 16px;
}

.calc-form .calc-inner {
  margin-top: 35px;
  display: flex;
  flex-direction: column;
}

.radio p {
  padding: 5px 5px 10px;
  font-size: 14px;
  font-weight: 600;
  top: 7px;
  position: relative;
}

.span-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.span-radio>span {
  border: 0px solid #A0C2EE;
  margin: 0px 6px 30px !important;
  width: 40px;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.radio label {
  position: relative;
  width: 100%;
  cursor: pointer;
  margin: 0;
  padding-left: 0;
}

.radio input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 0;
}

.radio label span {
  background: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #64a9d2;
  border-radius: 3px;
  padding: 8px;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 0px;
  line-height: 0px;
}

.radio input:checked+span {
  background: #64a9d2;
  color: #ffffff;
  -webkit-transition: .3s;
  transition: .3s;
}

.span-radio>span label span:before {
  content: "";
  background-size: 22px !important;
  padding-left: 23px;
  content: "";
  height: 22px;
  width: 22px;
  padding-right: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 0px;
}

.span-radio>span:first-child input:checked+span::before {
  background: url("../../images/form_icon1_1.svg") 0px center no-repeat;
  border-color: #ffffff;
}

.span-radio>span:first-child label span:before {
  background: url("../../images/form_icon1.svg") 0px center no-repeat;
}

.span-radio>span:nth-child(2) input:checked+span::before {
  background: url("../../images/form_icon3_1.svg") 0px center no-repeat;
  border-color: #ffffff;
}

.span-radio>span:nth-child(2) label span:before {
  background: url("../../images/form_icon3.svg") 0px center no-repeat;
}

.span-radio>span:nth-child(3) input:checked+span::before {
  background: url("../../images/form_icon5_1.svg") 0px center no-repeat;
  border-color: #ffffff;
}

.span-radio>span:nth-child(3) label span:before {
  background: url("../../images/form_icon5.svg") 0px center no-repeat;
}

.calc-result {
  display: flex;
  justify-content: space-between;
  font-weight: 600;
  margin-bottom: 7px;
}

.accept .list-item label {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.accept input {
  height: 15px !important;
  width: auto;
  min-width: 15px;
  border-radius: initial !important;
  margin-right: 10px;
}

.accept .list-item-label {
  display: inline-block;
  align-items: center;
  margin: 0;
  font-size: 12px;
  line-height: 23px;
}

/* -------------------- Блок Услуги -------------------- */

.services {
  text-align: center;
  margin-top: 45px;
}

.title {
  color: #20252a;
  font-size: 40px;
  font-family: 'MullerExtraBold', 'Roboto Medium', Arial, sans-serif;
  line-height: 1;
  display: block;
  margin-bottom: 0.5rem;
}

.service-subtitle {
  color: #6f7883;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 50px;
}

.service-block {
  position: relative;
  /*height: 640px;*/
  box-shadow: 0px 0px 33.6px 1.4px rgba(216, 224, 231, 0.25);
  border-radius: 10px;
}

.service-title {
  color: #20252a;
  position: absolute;
  text-align: center;
  background: #fff;
  max-width: 300px;
  margin: 0 auto;
  left: 0;
  top: 30px;
  right: 0;
  border-radius: 10px;
  font-weight: 400;
  min-height: 60px;
  line-height: 60px;
  font-size: 22px;
}

.service-image {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 235px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.service-inner {
  padding: 30px 30px 20px;
  text-align: left;
}

.service-inner p {
  font-weight: bold;
}

.service-inner ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  color: #20252a;
  font-size: 14px;
}

.service-inner li {
  margin-bottom: 20px;
  display: flex;
  align-items: baseline;
  text-align: left;
}

.service-inner i {
  margin-right: 7.5px;
}

.service-price {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}

.price {
  color: #22a7f0;
  font-weight: 500;
  margin: 0px;
}

.btn-price {
  border: 1px solid #64a9d2;
  color: #64a9d2;
  text-transform: uppercase;
  font-size: 12px;
  height: 48px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 155px;
  transition: 0.3s;
  font-family: 'Gotham Pro Medium', 'Roboto Medium', Arial, sans-serif;
  background: none;
}

.btn-price:hover {
  color: #fff;
  background: #64a9d2;
}

/* -------------------- Блок Стоимость отдельных видов работ -------------------- */
.cost_of_certain_types_of_work {
  /*background: #f1f5f8;*/
  padding: 100px 0px;
  margin-top: 130px;
}

tab .filter .title {
  margin: 0px;
  height: 50px;
  line-height: 55px;
}

.tab .tab-nav {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-top: 35px;
  margin-bottom: 35px !important;
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}

.tab .tab-nav button {
  padding: 5px 0;
  width: 260px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d4d7da;
  border-radius: 50px;
  font-size: 12px;
  text-transform: uppercase;
  color: #20252a;
  position: relative;
  transition: 0.3s;
}

.tab .tab-btn-active {
  color: #fff !important;
  background: #64a9d2;
}

.product-item-image-wrapper {
  padding-top: 240px;
}

/*.tab-content>.tab-pane {
  display: block;
}*/

.tab-content>.tab-pane-show {
  display: block;
}

.tab-price-content {
  margin-bottom: -24px;
}

.tab-price-content>.tab-pane {
  display: none;
}

.tab-price-content>.tab-price-pane-show {
  display: inline-table;
}

.bx-no-touch .product-item-container.hover .product-item {
  background: transparent;
  border: none;
  box-shadow: none;
}

.work-block {
  box-shadow: 0px 0px 36px 4px rgba(216, 224, 231, 0.35);
}

.work-text {
  background-color: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 30px;
  margin-bottom: 30px;
  height: 115px;
}

.product-item-big-card .product-item-image-wrapper {
  margin-bottom: 0;
}

.product-item-title {
  margin-bottom: 0;
}

/*.bathroom_renovation_prices {
  padding-top: 100px;
}*/

.bathroom_renovation_prices .title {
  margin-bottom: 40px;
}

.bathroom_renovation_prices span.title {
  margin-bottom: 8px;
}

.info-block {
  padding: 30px;
  box-shadow: 0px 0px 33.6px 1.4px rgba(216, 224, 231, 0.25);
  text-align: center;
  min-height: 415px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.info-image {
  margin-bottom: 30px;
}

.info-dotted {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  height: 25px;
}

.info-dotted div {
  display: flex;
}

.info-dotted img {
  width: 20px;
  height: 20px;
  margin-right: 15px;
}

.info-dotted p {
  margin-bottom: 0px;
}

.info-dotted .dots {
  border-bottom: 1px dotted #ced0d3;
  margin-bottom: 5px;
  flex: 0.75;
}

.info-block .btn-price {
  height: 60px;
  width: 100%;
  margin-top: 30px;
}

button:not(:disabled), [type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled) {
  cursor: pointer;
}

.tab-price-btn-active {
  color: #fff;
  background: #64a9d2;
}

table {
  border-collapse: collapse;
  margin-bottom: 0 !important;
}

.table-head {
  height: 60px;
  background: #2d3138;
  color: #fff;
  text-align: center;
}

.table-head th:first-child {
  text-align: left;
}

.table-content tr, .single__table tr {
  height: 50px;
}

.table-content tr:nth-child(even), .single__table tr:nth-child(even) {
  background: #f1f5f8;
}

.table-content tr td, .single__table tr td {
  text-align: center;
  border-left: 1px solid #dfe4e7;
  border-right: 1px solid #dfe4e7;
}

.table-content tr td:last-child {
  border-right: 0px;
}

.table>thead>tr>th {
  vertical-align: middle;
  border-bottom: none;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
  padding: 15px 0;
  border-top: none;
}

.table-head th:first-child, .table-content th {
  padding-left: 30px !important;
}

th {
  text-align: inherit;
}

.table-content i {
  color: #22a7f0;
}

.table-last {
  background: #22a7f0 !important;
  color: #fff;
  font-weight: bold;
  font-size: 17px;
}

.table-last td {
  border: 0px !important;
}

.order-block {
  color: #fff;
  text-align: center;
  height: 285px;
  background-image: url("../../images/prices_bg.png");
  margin: 0 auto 100px auto;
  max-width: 1140px;
  padding: 50px 0px;
}

.color-white {
  color: #fff;
}

.order-block p, .bottom-form p {
  font-size: 18px;
  margin-bottom: 50px;
}

.order-form input, .bottom-form input {
  background: transparent;
  border: 1px solid #fff;
  height: 48px;
  width: 265px;
  border-radius: 50px;
  margin-right: 30px;
  padding-left: 30px;
  outline: none;
  color: #fff;
}

.order-form input[type="submit"], .bottom-form input[type="submit"] {
  margin-right: 0px;
  padding-left: 0px;
  background: #64a9d2;
  border: 1px solid #64a9d2;
  text-transform: uppercase;
  font-size: 12px;
}

.cf7__accept .wpcf7-list-item {
  font-size: 0;
}

.cf7__accept .wpcf7-list-item label {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.cf7__accept input {
  height: 15px !important;
  width: auto !important;
  min-width: 15px;
  border-radius: initial !important;
  margin-right: 10px !important;
}

.cf7__accept .wpcf7-list-item-label {
  display: inline-block;
  align-items: center;
  margin: 3px 0px 0px 0px;
  gap: 5px;
  font-size: 12px;
}

.row-table {
  padding: 0 15px;
}

.row-header {
  height: 60px;
  background: #2d3138;
  color: #fff;
  text-align: center;
  align-items: center;
  justify-content: space-between;
}

.row-header .col-12 {
  text-align: left;
}

.row-cell {
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  justify-content: space-between;
}

.row-cell .col-3 {
  text-align: center;
}

.row-cell:nth-child(odd) {
  background: #f1f5f8;
}

.bathrooms_renovation_prices input {
  width: 100%;
}

.row-last {
  height: 60px;
  align-items: center;
  justify-content: flex-end;
  padding-right: 30px;
  font-size: 20px;
}

.total-result {
  display: flex;
  height: 60px;
  align-items: center;
  justify-content: flex-end;
  padding-right: 30px;
  font-size: 20px;
}

.bathrooms_renovation_prices .title {
  margin-bottom: 40px;
}

.bathrooms_renovation_prices .title-2 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.stage {
  display: flex;
  align-items: center;
  min-height: 140px;
  margin: 10px 0px;
}

.stage-image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 200px;
  border: 1px solid #e4e8ea;
  margin-right: 30px;
  flex: 0 0 280px;
  background-size: cover;
  background-position: center;
}

.stage-text p {
  margin: 0;
  font-size: 15px;
}

.company_slider .swiper-block .swiper-wrapper .swiper-slide {
  min-width: 165px;
}

.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-company {
  margin-top: 100px;
}

.swiper-block {
  position: relative;
}

.swiper-button-prev-uniq, .swiper-button-next-uniq {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
  left: -50px;
  background-image: url("../../images/back.svg");
  outline: none;
}

.swiper-button-next-uniq {
  left: unset;
  right: -50px;
  transform: scale(-1);
}

.swiper-company .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 140px;
  border: 1px solid #e4e8ea;
}

.comparison-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.before-image, .after-image {
  max-width: 100%;
  vertical-align: top;
}

.after-image {
  position: absolute;
  left: 0;
  z-index: 1;
}

.slider {
  position: absolute;
  cursor: col-resize;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  height: calc(100% + 10px);
  width: 2px;
  top: -5px;
  transform: translateX(-1px);
  transition: box-shadow 0.3s ease-in-out;
}

.slider::before {
  content: '';
  position: absolute;
  height: 15px;
  width: 15px;
  background-color: white;
  border-radius: 50%;
  top: 50%;
  left: -6px;
  transform: translateY(-50%) scale(0);
  transition: transform 0.3s ease-in-out;
}

.slider.active::before {
  transform: translateY(-50%) scale(1);
}

.slider:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.slider.active {
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .comparison-container img {
    width: 100%;
  }
}

.works-bg, .img-bg {
  background: #f1f5f8;
  padding: 100px 0px;
  margin-top: 130px;
}

.p-slider {
  text-align: center;
  margin-bottom: 50px;
  font-size: 18px;
  color: #6f7883;
}

.img-comp-block {
  max-width: 945px;
  margin: 0 auto;
  background: #fff;
  padding-bottom: 40px;
  border-radius: 10px;
}

.img-comp-block img {
  width: 100%;
  vertical-align: middle;
}

.img-before-slider {
  height: 90px;
  display: flex;
  align-items: center;
  max-width: 800px;
  margin: 0 auto;
}

.img-before-slider p {
  background-size: 351px 47px;
  width: 50%;
  margin: 0px;
  font-size: 15px;
  text-transform: uppercase;
  text-align: center;
  background-image: url("../../images/p-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  line-height: 47px;
}

.img-comp-container {
  position: relative;
  height: 588px;
  max-width: 800px;
  margin: 0 auto;
}

.comparison-widget {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  position: relative;
  vertical-align: top;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.comparison-item {
  height: 100%;
  width: 100%;
  background: #FFF;
}

.comparison-item--first {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.comparison-item--first .comparison-image {
  width: auto;
  max-width: none;
  position: absolute;
  left: 0;
  top: 0;
}

.comparison-item--first .comparison-image {
  min-width: 800px;
}

.comparison-item__content {
  height: 100%;
  overflow: hidden;
  position: relative;
}

.comparison-item__image {
  display: block;
  max-width: 100%;
  -webkit-user-drag: none;
}

.comparison-separator {
  width: 10px;
  height: calc(100% + 30px);
  position: absolute;
  right: -1px;
  top: -15px;
  z-index: 10;
  background: #64a9d2;
  cursor: pointer;
  border-radius: 15px;
}

@media (min-width: 1200px) {
  .comparison-separator {
    height: 565px;
  }
}

.comparison-control {
  width: 12px;
  height: 12px;
  margin-top: -6px;
  margin-left: -6px;
  position: absolute;
  top: 490px;
  left: 50%;
  background: #FFF;
  border-radius: 100%;
  opacity: 1;
}

.comparison-item {
  height: 100%;
  width: 100%;
  background: #FFF;
}

.comparison-control__mask {
  top: 430px;
  transform: translate(-45%, -40%);
  width: 135px;
  height: 70px;
  border-radius: 50px;
  background-image: url("../../images/mover.png");
  background-position: center;
  background-repeat: no-repeat;
}

.otzivi {
  padding-top: 100px;
  text-align: center;
}

.otzivi .swiper-slide {
  padding-top: 60px;
  padding-bottom: 100px;
}

.otziv {
  display: flex;
  width: 930px;
  height: 450px;
  border-radius: 10px;
  padding: 40px 80px;
  margin: 0 auto;
  position: relative;
}

.swiper-slide-active .otziv:before {
  content: '';
  background-image: url("../../images/reviews_wrap.png");
  position: absolute;
  width: 1010px;
  height: 520px;
  left: 0px;
  top: -40px;
  z-index: -1;
  background-size: 100%;
  left: -40px;
}

.otziv-preloader {
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100% !important;
}

.otziv .otziv-image {
  height: 362px;
  width: 100%;
  border-radius: 10px;
  flex: 1;
  margin: 0;
  background-position: center;
  background-size: cover;
  display: none;
}

.swiper-slide-active .otziv .otziv-image {
  display: flex;
}

.swiper-slide-active .otziv .otziv-image:hover img {
  transform: scale(1.25);
}

.otziv-preloader img {
  transition: transform 0.4s;
}

.section-reviews {
  margin-bottom: 100px;
}

.section-reviews .title {
  margin-bottom: 50px;
}

.reviews-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
}

.reviews-group-col {
  width: calc(33.3333% - 15px);
  display: flex;
  flex-wrap: wrap;
}

.reviews-group-col-title {
  display: flex;
  align-items: center;
  font-size: 22px;
}

.reviews-group-col-rate {
  display: flex;
  align-items: center;
  margin: 10px 0 20px;
}

.reviews-group-col-title span {
  margin-top: -3px;
}

.reviews-group-col-title img {
  height: 25px;
  margin: 0 8px;
}

.reviews-group-col-rate span {
  margin-right: 15px;
  font-size: 26px;
  font-weight: 600;
  color: #64a9d2;
  margin-top: 0px;
}

.reviews-group-star-list {
  display: flex;
  align-items: center;
}

.reviews-group-star-list img {
  height: 30px;
}

.reviews-group-col-list-wrap {
  max-height: 600px;
  overflow: hidden;
  margin-bottom: 20px;
  position: relative;
}

.reviews-group-col.active .reviews-group-col-list-wrap {
  max-height: initial;
}

.reviews-group-col.active .reviews-group-col-list-wrap.hidden_block:after {
  display: none;
}

.section-reviews .btn:hover,
.section-reviews .btn:focus {
  color: white;
}

.section-reviews .btn.active.focus,
.section-reviews .btn.active:focus,
.section-reviews .btn.focus,
.section-reviews .btn:active.focus,
.section-reviews .btn:active:focus,
.section-reviews .btn:focus {
  outline: none;
}

.reviews-group-item-info-row {
  display: flex;
  margin-bottom: 15px;
}

.reviews-group-item-text {
  font-size: 13px;
  line-height: 1.4;
  margin-bottom: 25px;
}

.reviews-group-item-img {
  width: 40px;
  min-width: 40px;
  background: #64a9d2;
  text-align: center;
  text-transform: uppercase;
  line-height: 40px;
  color: #fff;
  height: 40px;
  border-radius: 50%;
  margin-right: 10px;
}

.reviews-group-item-rate {
  display: flex;
  align-items: center;
  margin: 1px 0 3px;
}

.reviews-group-item-rate img {
  height: 15px;
  display: block;
}

.reviews-group-item-date {
  font-size: 12px;
}

.reviews-group-item-title {
  font-weight: 600;
  font-size: 14px;
}

.show-more-reviews {
  height: 48px;
  width: 265px;
  border-radius: 50px;
  text-transform: none;
  margin-left: 0;
  margin-right: 0px;
  padding-left: 0px;
  background: #64a9d2;
  border: 1px solid #64a9d2;
  text-transform: uppercase;
  font-size: 12px;
  color: #fff;
}

.reviews-group-col-list-wrap.hidden_block:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#fff));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
}

.city__items {
  margin-top: 30px;
  margin-bottom: 50px;
  column-count: 4;
  width: 100%;
}

.city__item {
  margin-bottom: 10px;
}

.city__item a {
  color: #20252a;
  text-decoration: underline;
  display: flex;
  align-items: flex-end;
  font-size: 14px;
}

.city__item a:before {
  content: "";
  display: flex;
  background: url("../../images/mark.svg") no-repeat center;
  width: 11px;
  height: 22px;
  margin-right: 5px;
}

.in-city {
  margin-top: 40px;
}

.main_subtitle p {
  margin-left: 1px;
}

.otziv-preloader img {
  transition: transform 0.4s;
}

.swiper-buttons {
  position: absolute;
  max-width: 1020px;
  top: 42%;
  margin: 0 auto;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 999;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.swiper-buttons .swiper-button-next,
.swiper-buttons .swiper-button-prev {
  background: #64a9d2;
  width: 57px;
  height: 57px;
  border-radius: 50%;
  background-image: url("../../images/arrow.png");
  background-repeat: no-repeat;
  background-position: center;
  outline: none;
}

.swiper-buttons .swiper-button-next {
  transform: scale(-1);
}

.swiper-buttons i {
  display: none;
}

.bottom-form {
  height: 285px;
  background-image: url("../../images/bottom-form.jpg");
  background-position: center;
  text-align: center;
  padding: 50px 0px;
  color: #fff;
}

.span-block {
  display: block;
  margin-bottom: 0.5rem;
}

.order-block p, .bottom-form p {
  font-size: 18px;
  margin-bottom: 50px;
}

div.wpcf7-response-output {
  text-align: center;
  font-size: 14px;
}

#horizontal-multilevel-menu li.item-selected {
  background: transparent;
}

/*#horizontal-multilevel-menu li.item-selected a {
  color: #64a9d2 !important;
}*/

.second-block.second-block-uslugi h2 {
  font-size: 18px;
  color: #20252a;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: 'Gotham Pro Medium', 'Roboto Medium', Arial, sans-serif;
}

.row-table-btn {
  background: none;
  border: 1px solid #ced0d3;
  height: 32px;
  text-transform: uppercase;
  font-size: 11px;
  padding: 0 20px;
  outline: none;
  transition: 0.3s;
  margin: 3px 3px 10px;
  font-weight: 700;
}

.row-active, .row-table-btn:hover {
  background: #64a9d2;
  color: #fff;
  border: 1px solid #64a9d2;
}

.calc-group {
  margin-bottom: 10px;
}

.row-table {
  display: none;
}

.current {
  display: block;
}

.cost_of_certain_types_of_work.cost_examples_of_work,
.otzyvy {
  margin-top: -20px;
}

.prices {
  margin-top: 70px;
}

.faq h1,
.prices h1,
.prices p,
.skidki h1,
.garantii h1,
.rassrochka h1,
.sroki h1,
.geografiya h1 {
  margin-bottom: 20px;
}

.faq,
.company,
.skidki,
.garantii,
.rassrochka,
.sroki,
.geografiya,
.city {
  margin-top: 60px;
  margin-bottom: 60px;
}

.otzivi {
  margin-top: -20px;
  margin-bottom: 60px;
}

.geografiya {
  margin-bottom: 200px;
}

.contacts {
  margin-top: 100px;
  margin-bottom: 150px;
}

.contacts h1 {
  margin-bottom: 50px;
}

.company h1 {
  margin-bottom: 25px;
}

.company h2 {
  margin-top: 50px;
  margin-bottom: 30px;
}

.company img {
  margin-top: 50px;
}

.skidki p,
.garantii p {
  margin-top: 5px;
}

.skidki .schema-faq {
  margin-bottom: 30px;
}

.blocks-gallery-grid .blocks-gallery-image figure,
.blocks-gallery-grid .blocks-gallery-item figure,
.wp-block-gallery .blocks-gallery-image figure,
.wp-block-gallery .blocks-gallery-item figure{
  margin: 0;
  height: 100%;
}

.blocks-gallery-grid,
.wp-block-gallery {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.blocks-gallery-grid .blocks-gallery-image,
.blocks-gallery-grid .blocks-gallery-item,
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
  margin: 0 16px 16px 0;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

@media (min-width: 600px) {
  .blocks-gallery-grid.columns-3 .blocks-gallery-image,
  .blocks-gallery-grid.columns-3 .blocks-gallery-item,
  .wp-block-gallery.columns-3 .blocks-gallery-image,
  .wp-block-gallery.columns-3 .blocks-gallery-item {
    width: calc(30% - 10.66667px);
    margin-right: 16px;
  }
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
  .blocks-gallery-grid
  .blocks-gallery-image figure,
  .blocks-gallery-grid .blocks-gallery-item figure,
  .wp-block-gallery .blocks-gallery-image figure,
  .wp-block-gallery .blocks-gallery-item figure {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
  }
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
  .blocks-gallery-grid.is-cropped .blocks-gallery-image a,
  .blocks-gallery-grid.is-cropped .blocks-gallery-image img,
  .blocks-gallery-grid.is-cropped .blocks-gallery-item a,
  .blocks-gallery-grid.is-cropped .blocks-gallery-item img,
  .wp-block-gallery.is-cropped .blocks-gallery-image a,
  .wp-block-gallery.is-cropped .blocks-gallery-image img,
  .wp-block-gallery.is-cropped .blocks-gallery-item a,
  .wp-block-gallery.is-cropped .blocks-gallery-item img {
    height: 100%;
    flex: 1;
    object-fit: cover;
  }
}

.blocks-gallery-grid.is-cropped .blocks-gallery-image a,
.blocks-gallery-grid.is-cropped .blocks-gallery-image img,
.blocks-gallery-grid.is-cropped .blocks-gallery-item a,
.blocks-gallery-grid.is-cropped .blocks-gallery-item img,
.wp-block-gallery.is-cropped .blocks-gallery-image a,
.wp-block-gallery.is-cropped .blocks-gallery-image img,
.wp-block-gallery.is-cropped .blocks-gallery-item a,
.wp-block-gallery.is-cropped .blocks-gallery-item img {
  width: 100%;
}

.blocks-gallery-grid .blocks-gallery-image img,
.blocks-gallery-grid .blocks-gallery-item img,
.wp-block-gallery .blocks-gallery-image img,
.wp-block-gallery .blocks-gallery-item img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
}

.map-contacts {
  height: 720px;
  position: relative;
}

.map-contacts .container {
  position: absolute;
  z-index: 99;
  left: 0;
  right: 0;
  height: 100%;
  display: flex;
  align-items: center;
}

.map-adress {
  background: #fff;
  border: 2px solid #22a7f0;
  padding: 20px;
  max-width: 350px;
  width: 100%;
}

.map-adress ul {
  list-style: none;
  margin: 0;
  padding: 0px;
}

.map-adress li {
  display: flex;
  align-items: flex-start;
  height: auto;
  margin-bottom: 30px;
}

.map-adress ul i {
  color: #22a7f0;
  margin-right: 15px;
  font-size: 20px;
}

.map-adress .modal-btn {
  color: #64a9d2;
  text-transform: uppercase;
  font-size: 12px;
  height: 48px;
  border: 1px solid #64a9d2;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  margin-left: auto;
  transition: 0.3s;
  font-family: 'Gotham Pro Medium';
}

#map {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}

.mfeedback {
  display: block;
  width: 100%;
  margin: 50px;
  background: white;
  position: relative;
  z-index: 999;
}

.cost_examples_of_work h2 {
  margin-bottom: 50px;
}

.primeri {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.cost_examples_of_work .img {
  max-width: 560px;
  margin-bottom: 20px;
}

.img img {
  width: 100%;
}

input[type="number"] {
  max-width: 100%;
}






























.site-footer {
  background: #2d3138;
  padding: 50px 0px;
}

.site-logo {
  display: flex;
  width: 455px;
}

.footer-1, .footer-2, .footer-4 {
  width: 290px;
  margin-right: 30px;
}

.footer-1 img {
  max-width: 170px;
}

.footer-title {
  display: block;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0px;
  height: 45px;
  font-family: 'Gotham Pro Medium', 'Roboto Medium', Arial, sans-serif;
}

.footer-list {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

.footer-list a {
  font-size: 15px;
  color: #9a9ea6;
  margin-bottom: 15px;
  line-height: 1;
  display: block;
}

.hr-footer {
  border: 1px solid #3b3843;
  margin: 30px 0px;
}

.no-padding {
  padding: 0px;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  color: #9a9ea6;
  width: 100%;
}

.footer-bottom p {
  margin: 0px;
}

.footer-bottom a {
  color: #9a9ea6;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.no-title {
  padding-top: 45px;
}

.footer-phone {
  font-size: 21px;
  color: #fff;
  font-weight: 500;
}

.phone-desc {
  color: #9a9ea6;
  font-size: 14px;
  display: block;
}

.footer-contacts {
  padding: 0;
  margin: 0 0 20px;
  list-style: none;
}

.footer-contacts i {
  color: #248ec8;
  margin-right: 10px;
}

.social-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
}

.hr-footer {
  border: 1px solid #3b3843;
  margin: 30px 0;
}

.footer-phone-block {
  margin-bottom: 10px;
}

@media (min-width: 870px) {
  .site-footer .container {
    max-width: 1000px;
  }
}

.footer-contacts li {
  margin-bottom: 10px;
}

.footer-contacts li:last-child {
  margin-bottom: 0px;
}

.footer-contacts li a:hover,
.footer-phone:hover {
  color: #64a9d2;
}

.social-list img {
  margin-right: 15px;
}













@media (max-width: 1200px) {
  /*.col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }*/

  .banner .banner-title {
    font-size: 32px;
    line-height: 36px;
  }

  .title {
    font-size: 32px;
  }

  .service-title {
    max-width: 230px;
    font-weight: 600;
    font-size: 16px;
  }

  .service-price {
    flex-wrap: wrap;
  }

  .service-inner p {
    margin-bottom: 20px;
  }

  .cost_examples_of_work .img {
    max-width: 460px;
  }
}

@media (max-width: 991px) {
  html, body {
    position: relative;
    width: 100%;
    overflow-x: hidden;
  }

  .header-order,
  .header-city,
  .site-nav,
  .form-lg,
  .btn-group-table,
  .table,
  .company_slider,
  .image-group,
  .btn-table {
    display: none;
  }

  .hamburger {
    width: 50px;
    height: 32px;
    background: #64a9d2;
    margin-left: auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    border-radius: .25rem;
    z-index: 99;
  }

  .hamburger .line {
    width: 20px;
    height: 2px;
    background: white;
    display: block;
    position: absolute;
    margin-left: -1px;
    transition: transform 200ms, -webkit-transform 200ms;
    border-radius: 5px;
  }

  .line-1 {
    -webkit-transform: translate3d(0, -8px, 0);
    transform: translate3d(0, -7px, 0);
  }

  .line-2 {
    -webkit-transform: translate3d(0, -8px, 0);
    transform: translate3d(0, 0, 0);
  }

  .line-3 {
    -webkit-transform: translate3d(0, 7px, 0);
    transform: translate3d(0, 8px, 0);
  }

  .open .line-1 {
    -webkit-transform: translate3d(0, 0, 0) rotate(45deg);
    transform: translate3d(0, 0, 0) rotate(45deg);
  }

  .open .line-2 {
    -webkit-transform: translate3d(0, 0, 0) scale(0.1, 1);
    transform: translate3d(0, 0, 0) scale(0.1, 1);
  }

  .open .line-3 {
    -webkit-transform: translate3d(0, 0, 0) rotate(-45deg);
    transform: translate3d(0, 0, 0) rotate(-45deg);
  }

  #horizontal-multilevel-menu {
    display: none;
    flex-direction: column;
    height: auto;
    position: absolute;
    top: 0;
    width: 100%;
    background: #fff;
    align-items: flex-start;
    padding: 0;
    z-index: 1;
    justify-content: flex-start;
    height: calc(100vh - 72px);
    border-radius: 0px;
    left: 0px;
  }

  #horizontal-multilevel-menu .show {
    display: flex;
  }

  #horizontal-multilevel-menu.site-nav li {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #d8e0e7;
    padding: 0;
  }

  #horizontal-multilevel-menu.site-nav li a {
    color: #20252a;
    font-size: 15px;
    font-weight: 500;
    transition: 0.3s;
    position: relative;
    height: 50px;
    display: flex;
    /*width: 100%;*/
    align-items: center;
    line-height: 1;
    padding-left: 15px;
    padding-right: 15px;
  }

  #horizontal-multilevel-menu .toggle-button {
    display: flex;
    height: 50px;
    width: 80px;
    z-index: 1;
  }

  #horizontal-multilevel-menu ul.show-submenu .toggle-button {
    z-index: 2;
  }

  #horizontal-multilevel-menu ul.show-submenu ul.show-submenu .toggle-button {
    z-index: 3;
  }

  #horizontal-multilevel-menu.site-nav i {
    margin-left: auto;
    margin-right: 15px;
    transform: rotate(-90deg);
    color: #c8ced7;
    font-size: 20px;
  }

  #horizontal-multilevel-menu li:hover .sub-menu.show-submenu li i {
    color: #c8ced7;
  }

  #horizontal-multilevel-menu ul.show-submenu,
  #horizontal-multilevel-menu ul.show-submenu ul.show-submenu {
    display: flex;
    flex-direction: column;
    top: 185px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    padding: 0px;
    position: fixed;
    overflow: scroll;
  }

  #horizontal-multilevel-menu ul.show-submenu {
    z-index: 2;
  }

  #horizontal-multilevel-menu ul.show-submenu ul.show-submenu {
    z-index: 3;
  }

  .show-block {
    display: block !important;
  }

  .back {
    position: absolute;
    right: 15px;
    height: 43px;
    left: 15px;
    top: 8px;
    z-index: 9999;
    display: none;
    background: white;
    text-align: center;
    line-height: 40px;
  }

  .back i {
    transform: rotate(-270deg) !important;
    position: absolute;
    left: 0px;
    color: #c8ced7;
    font-size: 20px;
  }

  .banner {
    max-height: 650px;
    padding-top: 100px;
    margin-bottom: 50px;
  }

  .banner-lg {
    max-width: 510px;
    flex: 0 0 510px;
    margin: 0 auto;
    text-align: center;
    padding: 0px;
  }

  #calculator {
    width: 100%;
  }

  .calc-form {
    max-width: unset;
  }

  .btn-group button {
    padding: 6px 8px;
    height: auto;
    width: 30%;
  }

  .services {
    margin-top: 25px;
  }

  .services .col-md-4 {
    width: 100%;
  }

  .service-title {
    max-width: 300px;
  }

  .service-block {
    margin-bottom: 50px;
  }

  .cost_of_certain_types_of_work {
    padding: 30px 0px;
  }

  .cost_examples_of_work .img {
    max-width: 350px;
  }

  .tab-price-content {
    display: none;
  }

  .order-block {
    height: auto;
    margin: 0 auto 50px auto;
    padding: 30px 0px;
  }

  .order-block .title,
  .bottom-form .title {
    font-size: 26px;
  }

  .order-block p,
  .bottom-form p {
    font-size: 16px;
    width: 480px;
    margin: 0 auto 30px;
  }

  .bottom-form p {
    width: 570px;
  }

  .order-form input, .bottom-form input {
    width: 200px;
    margin-right: 15px;
  }

  .bathrooms_renovation_prices .title {
    margin-bottom: 15px;
  }

  .row-table .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-table .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .row-table .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .stage {
    flex-wrap: wrap;
  }

  .stage-image {
    flex: 1;
    margin-right: 0;
    margin-bottom: 15px;
  }

  .img-bg {
    background: transparent;
    padding: 50px 0px;
    margin-top: 0px;
  }

  .img-comp-container {
    height: 500px;
  }

  .show-more-reviews {
    width: 224px;
  }

  .p-slider {
    margin-bottom: 25px;
  }

  .section-reviews {
    margin-bottom: 50px;
  }

  .comparison-control {
    top: unset;
    bottom: 0px;
  }
}

@media (max-width: 767px) {
  .banner .row {
    height: unset;
    max-height: 590px;
  }

  .site-header {
    position: relative;
  }

  .site-header .container {
    height: auto;
    flex-wrap: wrap;
    padding: 5px 15px 0 15px;
  }

  .container {
    max-width: 540px;
  }

  .header-phone a {
    font-size: 16px;
  }

  .header-phone span {
    font-size: 12px;
  }

  .site-logo {
    width: 220px;
    height: 32px;
    order: 1;
  }

  .logo img {
    height: 50px;
  }

  .header-phone {
    order: 3;
    width: 100%;
    text-align: center;
    padding: 15px 0px;
    border-top: 1px solid #d8e0e7;
  }

  .hamburger {
    order: 2;
  }

  .banner {
    max-height: 585px;
    padding-top: 70px;
    margin-bottom: 30px;
  }

  .banner-lg {
    text-align: left;
  }

  .banner .banner-title {
    font-size: 26px;
    line-height: 32px;
    margin-top: 100px;
  }

  .banner-list {
    font-size: 16px;
    margin-bottom: 50px;
  }

  .title {
    font-size: 26px;
    line-height: 32px;
  }

  h3 {
    font-size: 22px;
  }

  .cost_examples_of_work .img {
    max-width: unset;
    width: 100%;
  }

  .order-form {
    padding: 0 60px;
  }

  .order-block .title, .bottom-form .title {
    font-size: 20px;
  }

  .order-form input {
    width: 100%;
    margin-bottom: 20px;
  }

  .row-header {
    height: auto;
    font-size: 12px;
  }

  .row-header>[class*="col-"] {
    padding-right: 0;
    padding-left: 0;
  }

  .col-12 {
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    position: relative;
    width: 100%;
  }

  .col-3 {
    -ms-flex: 0 0 25% !important;
    flex: 0 0 25% !important;
    max-width: 25% !important;
  }

  .row-header .col-12 {
    height: 30px;
    line-height: 30px;
    text-align: left;
    padding-left: 15px;
  }

  .row-header .col-3 {
    height: 30px;
    line-height: 30px;
    text-align: center;
  }

  .row-cell {
    height: auto;
    font-size: 12px;
  }

  .reviews-group-col {
    width: 100%;
    margin-bottom: 20px;
  }

  .img-comp-container {
    height: 350px;
  }

  .city__items {
    column-count: 2;
  }

  .bottom-form {
    height: auto;
  }
}

@media (max-width: 576px) {
  .logo {
    width: auto;
  }

  .banner-lg {
    flex: unset;
    padding: 0 15px;
  }

  .banner {
    max-height: 560px;
  }

  /*.banner .row {
    height: 560px;
  }*/

  .banner .banner-title {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 30px;
  }

  .banner-list {
    font-size: 14px;
  }

  .banner-list li {
    height: 30px;
  }

  .banner-list li div {
    height: 30px;
    width: 30px;
  }

  .banner-list img {
    height: 30px;
  }

  .title {
    font-size: 20px;
    line-height: 26px;
  }

  h3 {
    font-size: 18px;
  }

  .banner-list-second li {
    height: auto;
    align-items: flex-start;
    margin-bottom: 20px;
  }

  .banner-list li div img {
    margin-top: 5px;
  }

  #calculator {
    padding: 0;
  }

  .btn-group {
    justify-content: space-evenly;
  }

  .btn-group button {
    width: auto;
    padding: 8px 8px;
    height: auto;
    position: relative;
    top: 5px;
    font-size: 11px;
  }

  .calc-border {
    padding: 0px 25px 40px;
  }

  .services {
    margin-top: 15px;
  }

  .service-title {
    max-width: 250px;
  }

  .img-comp-container {
    height: 200px;
  }

  .order-block .title, .bottom-form .title {
    font-size: 18px;
    padding: 0 15px;
  }

  .order-block p, .bottom-form p {
    font-size: 14px;
    width: auto;
    padding: 0 15px;
  }

  .order-form {
    padding: 0 15px;
  }

  .site-footer {
    padding: 50px 15px;
  }

  .site-footer .no-title {
    padding-top: 0;
  }

  .site-footer .footer-4 {
    margin-top: 40px;
  }

  .cost_of_certain_types_of_work.cost_examples_of_work, .otzyvy {
    margin-top: 20px;
  }

  .faq, .company, .skidki, .garantii, .rassrochka, .sroki, .geografiya, .city {
    margin-top: 30px;
    margin-bottom: 40px;
  }
}

