.wdt-wr {
  max-width: 1000px;
  width: 100%;
}

.image-responsive {
  width: 100%;
  display: block;
  height: auto;
  margin: 0 auto;
}

.head-block.my {
  width: 100%;
}

.cont-block {
  margin: 0;
}

.cont-block.my {
  float: none;
}

.footer {
  width: 100%;
  background: #2A6681;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 50px;
}

.footer .copyright {
  position: static;
  color: #fff;
  font-size: 15px;
}

.footer .policy {
  color: #fff;
  font-size: 15px;
  text-decoration: underline;
}

.agreement-personal-custom {
  display: flex;
}

.agreement-personal-custom input[type="checkbox"] {
  width: auto;
  margin-right: 4px;
}

.section .cont-section .right-blog_dosug {
  border: none;
}

.mobile-menu-btn {
  display: none;
  width: 40px;
  position: absolute;
  right: 20px;
  top: 10px;
}

.mobile-menu-btn span {
  width: 100%;
  height: 3px;
  background: #2A6681;
}

.links .mobile-menu {
  display: none;
}

.links .mobile-menu .mob-link {
  border-bottom: solid 1px #2A6681;
}

.links .mobile-menu .mob-link i {
  display: none;
}

@media screen and (max-width: 991.77777px) {
  .icons-top {
    right: 100px;
  }

  .section #about .right-t,
  .section #about .left-t {
    float: none;
    width: auto;
    margin: 0 0 20px 0;
  }

  .section #about .rusview_1,
  .section #about .rusview_2,
  .section #about .rusview_3 {
    width: 100%;
    border: none;
    margin-bottom: 20px;
    height: auto;
  }

  .section .cont-section .left-blog_lech {
    float: none;
    width: 100%;
  }

  .section .cont-section .right-blog_dosug {
    float: none;
    width: 100%;
    margin-left: 0px;
  }

  .section .cont-section .right-blog_dosug .right-img_dosug {
    width: 100%;
  }

  .section .owl-num {
    width: 100%;
  }

  .section .owl-num .right-t {
    width: 100%;
    margin-right: 0px;
    float: none;
  }

  .section .owl-num .right-t .num-photos {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .section .owl-num .right-t .fancyboxNumb {
    float: none;
    width: calc(50% - 5px);
  }

  .section .owl-num .right-t .fancyboxNumb img {
    max-width: 100%;
    width: 100%;
    height: auto;
    margin: 0 0 10px 0;
  }

  .mobile-menu-btn {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 30px;
  }

  .links {
    position: fixed;
    top: 65px;
    left: -100%;
    width: 100%;
    transition: all 300ms;
    height: 100vh;
    background: #fff;
  }

  .links.opened {
    left: 0;
  }

  .links .owl-carousel.owl-loaded {
    display: none;
  }

  .links .mobile-menu {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .head-block {
    font-size: 18px;
  }

  .section .cont-section.uslugiser {
    padding: 15px;
  }

  .section .cont-section.uslugiser .gallery-uslugi {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .section .cont-section.uslugiser .gallery-uslugi .fancyboxNumb {
    width: calc(50% - 5px);
    margin-bottom: 10px;
  }

  .section .cont-section.uslugiser .gallery-uslugi .fancyboxNumb .my_im_s {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    margin: 0;
  }

  .section .cont-section.prices {
    padding: 15px;
  }

  .section .cont-section #my_container #esb-price-block .esb-table-wrapper .esb-form-aplication .esb-field {
    width: auto;
  }

  .section .head-section {
    height: 60px;
  }

  .section .name-section {
    line-height: 60px;
    height: 60px;
    font-size: 18px;
    text-transform: none;
    letter-spacing: normal;
  }
}

@media screen and (max-width: 550px) {
  .menu {
    height: 80px;
  }

  .menu .logo {
    max-width: 200px;
  }

  .menu .logo .name_san {
    font-size: 16px;
  }

  .menu .logo .city {
    font-size: 12px;
  }

  .menu .hreftel {
    max-width: 100%;
    top: 55px;
  }

  .links {
    top: 80px;
  }
}

@media screen and (max-width: 400px) {
  .menu .hreftel span.ph {
    font-size: 13px;
    font-weight: bold;
  }
}