body {
  background: #f0f8fc;
}

a {
  color: #ff7401;
}

a:hover {
  color: #ff7401;
  text-decoration: underline;
}

button:active,
button:focus,
input {
  outline: none;
}

.header {
  background: url(../img/header_bg.png) center center no-repeat;
  min-height: 592px;
}

.header_phone a {
  font-size: 26px;
  color: #124425;
}

.header_phone .orange {
  color: #ff7401;
}

.header_phone a:hover {
  color: #124425;
  text-decoration: none;
}

.header_logo {
  display: block;
}

.header_logo,
.header_phone {
  margin-top: 60px;
}

.header_nav {
  margin-top: 324px;
  margin-left: 110px;
}

.header_nav ul {
  list-style-type: none;
  padding-left: 0;
}

.header_nav ul li {
  float: left;
  margin-right: 40px;
}

.header_nav ul li:nth-of-type(2) {
  margin-right: 540px;
}

.header_nav ul li a {
  color: #fff;
  display: inline-block;
  height: 37px;
  line-height: 37px;
}

.header_nav ul li a.active {
  text-decoration: underline;
}

.welcome_block {
  background: #f6f6f6;
  box-shadow: 1px 1px 9px rgba(0, 0, 0, 0.3);
  padding: 20px;
  font-weight: bold;
}

.welcome_title {
  font-size: 18px;
  font-weight: bold;
  color: #f47421;
}

.content_block {
  box-shadow: 1px 1px 9px rgba(0, 0, 0, 0.3);
  background: #fff;
}

.content_block.inpage {
  box-shadow: 0px 9px 9px rgba(0, 0, 0, 0.4);
  margin-top: -9px;
  padding: 20px;
}

.services h2 {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #f47421;
  margin: 30px 0;
}

.service_item_name {
  background: url(../img/service_name.png) center center no-repeat;
  display: table-cell;
  vertical-align: middle;
  height: 70px;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.service_item_name:hover,
.service_item_name:focus,
.service_item_name:active {
  opacity: 0.7;
  color: #fff;
  text-decoration: none;
}

.service_name_wraper {
  display: table;
  width: 211px;
  margin: 30px auto;
}

.service_item_img {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.service_item_img:hover,
.service_item_img:focus,
.service_item_img:active {
  opacity: 0.7;
}

.home_text_block {
  padding: 0 70px;
  font-weight: bold;
  margin-top: 40px;
  font-size: 12px;
}

.home_text_block p {
  text-indent: 1.5em;
}

.call_back_block {
  background: #f6f6f6;
  box-shadow: 1px 1px 9px rgba(0, 0, 0, 0.3);
}

.man {
  margin-top: -213px;
}

.call_back_text {
  color: #0f4222;
  font-size: 20px;
  margin-top: 30px;
}

.call_back_text .orange {
  color: #ff7502;
  font-weight: bold;
}

.btn-orange {
  background: #ff7502;
  color: #fff;
  border-radius: 8px;
}

.btn-orange:focus,
.btn-orange:hover {
  color: #fff;
  background: #feac69;
}

.form-control {
  border-radius: 8px;
}

.form-control:focus,
.btn:focus,
.btn:active {
  outline: none;
}

.form-control:focus {
  border: 1px solid #ff7502;
}

.call_back_wraper {
  height: 150px;
}

.footer {
  background: #ff7401;
  padding: 10px 0 7px 0;
}

.footer p {
  color: #fff;
  margin-bottom: 0;
}

.footer .social {
  display: block;
  float: right;
  margin-left: 5px;
  background: #fff;
  width: 26px;
  height: 26px;
  color: #ff7401;
  text-align: center;
  font-size: 18px;
  margin-top: 7px;
}

.footer .social:hover {
  opacity: 0.7;
}

.rd-mobilemenu_ul a:hover {
  background: #ff7401;
}

.rd-mobilepanel_title {
  display: block;
  margin: 0;
}

.content_block h1 {
  margin-top: 0;
}

.breadcrumb {
  border-radius: 0;
}

.breadcrumb a {
  color: #ff7401;
}

#cms_map {
  height: 360px;
}

textarea {
  resize: none;
}

.header-icons {
  text-align: right;
  margin-top: 10px;
}

.header-icons img {
  margin-left: 15px;
  width: 45px;
}

@media (max-width: 992px) {
  .call_back_block {
    padding: 30px;
    margin-top: 20px;
  }

  .call_back_text {
    margin: 0;
  }

  .footer {
    text-align: center;
  }

  .footer .social {
    float: none;
    display: inline-block;
  }

  .call_back_wraper {
    display: none;
  }
}

@media (max-width: 768px) {
  .header {
    background: transparent;
    text-align: center;
    min-height: auto;
    padding-bottom: 20px;
  }

  .header img {
    max-width: 100%;
  }

  .header_phone a {
    font-size: 24px;
  }

  .welcome_block img {
    display: none;
  }

  .home_text_block {
    padding: 10px;
  }

  .header-icons {
    text-align: center;
  }
}

.btn_order {
  background: #ff7401;
  color: #ffffff !important;
  font-family: "SegoeUISemibold";
  font-size: 18px !important;
  border-radius: 20px;
  border: none;
  padding: 7px 11px;
  text-align: center;
  cursor: pointer;
  transition: 0.5s;
  transition-timing-function: ease-in-out;
}

.btn_order:hover {
  color: #ff7401 !important;
  background: #ffffff;
  border: 1px solid #ff7401;
  padding: 7px 11px;
  transition: 0.5s;
  transition-timing-function: ease-in-out;
  cursor: pointer;
}

.btn_change {
  color: #ff7401;
  background: #ffffff;
  border: 1px solid #ff7401 !important;
  font-family: "SegoeUISemibold";
  font-size: 16px;
  border-radius: 20px;
  border: none;
  width: 220px;
  height: 40px;
  text-align: center;
  cursor: pointer;
  margin: 7px auto;
  transition: 0.5s;
  transition-timing-function: ease-in-out;
}

.btn_change:hover {
  background: #ff7401;
  color: #ffffff;
  transition: 0.5s;
  transition-timing-function: ease-in-out;
  cursor: pointer;
}

button:active,
button:focus {
  outline: none;
}

.modal_window-close {
  position: absolute;
  right: 0px;
  top: -10px;
  display: block;
  margin-right: 10px;
  background: url(/images/close.png) no-repeat;
  width: 18px;
  height: 18px;
  background-size: cover;
  z-index: 10;
  cursor: pointer;
}

.modal_window-close {
  transition: all 0.2s;
}

.modal_window-close:hover {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.modal_window {
  opacity: 0;
  visibility: hidden;
  position: relative;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, -700px);
  left: 50%;
}

.modal_iframe {
  max-width: 850px;
  width: 100%;
  height: 610px;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  color: #ffffff;
  text-align: center;
  box-shadow: 1px 1px 9px rgba(0, 0, 0, 0.3);
}

.overlay {
  background: #1a1a1a;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0.7s ease-in-out, opacity 0.7s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  height: 150%;
  width: 100%;
}

.not {
  z-index: 10;
  opacity: 0.8;
  visibility: visible;
  transition: all 0.7s ease-in-out;
}

.ovw {
  overflow: hidden;
}

.block_mail {
  display: block;
  margin-top: 115px;
  margin-left: 30px;
}

.block_txt {
  display: block;
}

.form-change {
  background: #f6f6f6;
  box-shadow: 1px 1px 9px rgba(0, 0, 0, 0.3);
  padding: 20px;
  color: #696464;
  line-height: 1.4;
  font-size: 18px;
}

.slideOutUp {
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, -700px);
  left: 50%;
  transition: 2s;
}

.select-editable input,
.select-editable input[type="date"],
.select-editable select {
  display: inline-block;
  border: none;
  border-right: none;
  font-family: Verdana, Arial, sans-serif;
  font-size: 16px;
  border-radius: 10px;
  background: #fff;
}

.select-editable input {
  position: relative;
  z-index: 20;
  padding: 0 10px;
  height: 25px;
}

.select-editable select {
  position: absolute;
  z-index: 10;
  height: 30px;
}

.select-editable select:focus,
.select-editable input:focus {
  outline: none;
}

.form-order {
  background: #f6f6f6;
  box-shadow: 1px 1px 9px rgba(0, 0, 0, 0.3);
  padding: 10px 15px;
  color: #696464;
  text-align: left;
}

.select-title {
  margin-right: 20px;
}

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

.w-84 {
  width: 84%;
}

.w-70 {
  width: 70%;
}

.txt-c {
  text-align: center;
}

.fs-20 {
  font-size: 22px;
}

.mt-15-mob {
  margin-bottom: 7px;
}

.w-88 {
  width: 88%;
  padding-left: 5px;
}

#pay {
  width: 55%;
}

.w-74 {
  width: 74%;
}

.w-92 {
  width: 92%;
}

.w-55 {
  width: 55%;
}

.city_hidden {
  opacity: 0;
  visibility: hidden;
  height: 0 !important;
  font-size: 0px !important;
  padding: 0 !important;
}

.js-form-address label {
  font-weight: 100;
}

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

#street {
  width: 97%;
  height: 30px;
}

#build {
  height: 30px;
  width: 60%;
}

#time_do {
  height: 30px;
  width: 60%;
}

#city_id {
  width: 55%;
}

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

.mb-10 {
  margin-bottom: 7px;
}

.btn-order {
  background: #ff7401;
  color: #ffffff;
  font-family: "SegoeUISemibold";
  font-size: 16px;
  border-radius: 20px;
  border: none;
  width: 220px;
  height: 40px;
  text-align: center;
  cursor: pointer;
  margin: 7px auto;
  transition: 0.5s;
  font-size: 22px;
  transition-timing-function: ease-in-out;
}

.btn-order:hover {
  color: #ff7401;
  background: #ffffff;
  border: 1px solid #ff7401;
  transition: 0.5s;
  transition-timing-function: ease-in-out;
  cursor: pointer;
}

@media (max-width: 767px) {
  .modal_window-close {
    right: 0px;
    top: -260px;
  }

  #city_id {
    width: 85%;
  }

  #time_do {
    width: 95%;
  }

  .mt-20-mob {
    margin-top: 20px;
  }

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

  .mt-45-mob {
    margin-top: 45px;
  }

  .fs-20 {
    margin-bottom: 30px;
  }

  .w-70,
  .wm,
  #pay {
    width: 85%;
  }

  .date {
    width: 95%;
  }

  .select-title {
    display: block;
    margin-bottom: 10px;
  }

  .slideInDown {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 300px);
    transition: 2s;
  }

  .mt-15-mob {
    margin-top: 15px;
  }

  .m-50 {
    margin: 50px 0;
  }

  #length,
  .bmt-7 {
    margin-top: 7px;
  }

  .btn_change {
    width: 240px;
  }

  .w-55 {
    width: 85%;
  }

  .mt-45 {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .mt-40 {
    margin-top: 40px;
  }

  .mt-25-desc {
    margin-top: 25px;
  }

  .mt-15-desc {
    margin-top: 15px;
  }

  .header_phone {
    text-align: right;
  }

  .select-title {
    display: inline-block;
  }

  .slideInDown {
    position: fixed;
    width: 850px;
    height: 540px;
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 50px);
    left: 50%;
    transition: 2s;
    text-align: center;
  }

  .m-15 {
    margin-bottom: 7px;
  }

  .form-change {
    height: 91%;
  }
}

.lyuberetskiy {
  display: block;
}

.moscow,
.ramenskiy,
.dzerzhinskiy,
.kotelniki {
  display: none;
}

.lbl-lh {
  line-height: 0.5;
}

.form_phone {
  width: 97%;
  height: 33px !important;
}

#rayon {
  width: 90%;
}
/* 29.04.21 */

.dor_form a {
    background: #ff7401;
    color: #ffffff !important;
    font-family: "SegoeUISemibold";
    font-size: 18px !important;
    border-radius: 20px;
    border: none;
    padding: 7px 11px;
    text-align: center;
    cursor: pointer;
    transition: 0.5s;
    transition-timing-function: ease-in-out;
}
.dor_form a:hover {
    color: #ff7401 !important;
    background: #ffffff;
    border: 1px solid #ff7401;
    padding: 7px 11px;
    transition: 0.5s;
    transition-timing-function: ease-in-out;
    cursor: pointer;
}
.basic_details h3 {
    text-align: center;
    padding: 20px;
}
.qfmodalform div.qf3form {
    /* background: #f6f6f6;
    box-shadow: 1px 1px 9px rgb(0 0 0 / 30%);
    padding: 10px 15px;
    color: #696464;
    text-align: left; */
}

.dor_forma{
    display: none;
}
