.mobile-menu {
  display: none;
}
.doc_photo_txt:before {
  display: block;
  content: '';
  clear: both;
  float: none;
}
@media (max-width: 1050px) {
  .left-menu ul {
    padding-left: 0;
  }

  .content .left {
    margin-left: 20px;
  }

  .left-menu ul li ul {
    margin-left: 0;
  }
  .services .serv.links .item {
	  width: 16%;
	  margin-bottom: 20px;
  }
  .services .serv.links .item a {
	  display: block;
  }
  .services .link_all {
	margin: 10px 30px 0 0;
  }
}

@media (max-width: 1023px) {
  * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  html, body {
    min-width: 320px;
    overflow-x: hidden;
    width: 100%;
  }

  .top-menu,
  .header-menu,
  .footer-menu,
  .footer-search {
    display: none;
  }

  .mobile-menu,
  .mobile-menu .top-menu {
    display: block;
  }

  .mobile-menu {
    background: #f7f3f2;
    display: block;
    position: fixed;
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    top: 0;
    z-index: 100;
    width: 290px;
    -webkit-transform: translateX(-290px);
    -ms-transform: translateX(-290px);
    transform: translateX(-290px);
    transition: -webkit-transform .3s ease;
    -webkit-transition: -webkit-transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
  }

  .mobile-menu.open {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .mobile-menu .back-call {
    display: none;
  }

  .main {
    min-width: 320px;
    max-width: 100%;
  }

  .mobile-menu {
    width: 290px;
    padding-right: 20px;
  }

  .mobile-menu .top-menu {
    padding-top: 0;
    margin-left: 20px;
  }

  .mobile-menu li,
  .mobile-menu .left-menu ul li {
    display: block;
    margin-top: 15px;
    position: relative;
    padding-right: 20px;
  }
  .mobile-menu ul {
    padding-left: 10px !important;
  }
  .mobile-menu .arrow {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(./img/down-arrow.svg);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
  }
  .mobile-menu a {
    text-decoration: none;
    color: #BD925B;
  }

  .mobile-menu .top-menu a,
  .mobile-menu .top-menu li {
    font-family: Georgia, serif;
    font-size: 20px;
    font-style: italic;
    font-weight: bold;
    color: #BD925B;
  }

  .left-menu ul {
    padding-left: 0;
  }

  .border {
    border-bottom: none;
  }

  .center.content {
    max-width: -webkit-calc(100% - 210px);
    max-width: calc(100% - 210px);
    margin: 0;
  }

  .layout {
    margin: 0;
    overflow-x: hidden;
    position: relative;
    /* transition: -webkit-transform .3s ease;
    -webkit-transition: -webkit-transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease; */
  }

  .layout.open {
   /*  -webkit-transform: translateX(290px);
   -ms-transform: translateX(290px);
   transform: translateX(290px); */
  }

  .header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    margin-right: 0;
    background-color: #fff;
    z-index: 201;
  }
  .content {
    margin-top: 119px;
  }

  .mobile-menu-btn {
    display: block;
    width: 25px;
    height: 25px;
    background-image: url(./img/menu.svg);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 9;
  }

  .podval {
    background: transparent;
    padding-left: 20px;
    padding-right: 20px;
  }

  .bottom-block1,
  .bottom-block2,
  .bottom-block3 {
    width: 33.3%;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0;
  }

  .motto {
    display: none;
  }

  .logo {
    clear: both;
    margin-top: 0;
    margin-left: 0;
    text-align: center;
    height: auto;
  }

  .logo img {
    width: 180px;
    margin-left: auto;
    margin-right: auto;
  }

  #copy2 {
    display: none;
    margin-right: 0;
    position: absolute;
    bottom: -10px;
    right: 0;
    padding: 5px 10px;
    background-color: #fff;
    width: 100%;
    text-align: right;
  }

  #copy2.open {
    display: block;
  }

  .top-phone {
    margin-right: 70px;
  }

  .mobile-search {
    display: block;
    width: 25px;
    height: 25px;
    background-image: url(./img/search.svg);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    position: absolute;
    right: 10px;
    top: 45px;
    z-index: 9;
  }

  .center.content .center_text {
    margin: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0;
  }

  .nav span {
    display: block;
  }

  .phoneLink {
    font-size: 20px;
  }

  .new {
    width: 33.3em;
    padding-right: 10px;
  }

  .about-block .dtext {
    height: auto;
  }

  .about-block {
    margin-top: 20px;
  }

  .gal-wrap {
    width: -webkit-calc(33.3% - 20px);
    width: calc(33.3% - 20px);
    float: left;
    margin: 15px 20px 20px 0;
  }

  .gal-wrap img {
    float: none;
    margin: 0 auto;
    max-width: 100%;
    display: block;
  }

  .content .left {
    margin-top: 0;
    float: none;
    width: 100%;
  }

  .left-menu {
    width: 100%;
  }

  .left-menu ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .left-menu ul li ul li {
    margin-right: 20px;
  }
  .left-menu ul li ul {
    margin-left: 20px;
  }
  .otzivi-list video {
    max-width: 100%;
  }
  .mobile-menu .left-menu ul,
  .mobile-menu .liact~ul{
    display: block;
    margin-left: 10px;
  }
  .mobile-menu .left-menu li ul {
    display: none;
  }
  .mobile-menu .left-menu li ul.open,
  .mobile-menu .liact~ul {
    display: block;
  }
  .left-menu ul li ul li {
    display: flex;
  }
  .about-block img {
    max-width: calc(33.3% - 20px);
  }
  .services .serv.links .item {
	  width: 30%;
	  margin-bottom: 20px;
  }
  .services .serv.links .item a {
	  display: block;
  }
  .services .link_all {
	margin: 10px 30px 0 0;
  }
  .doc_photo {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .header {
    display: block;
  }

  .logo {
    width: 100%;
  }

  .top-phone {
      margin-right: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    margin-top: 5px;
  }

  .bottom-block1, .bottom-block2, .bottom-block3 {
    width: 100%;
    float: none;
  }

  .bottom-block3 .dpretext {
    width: auto;
    padding-right: 90px;
  }
  .mobile-menu {
    width:100%;
    top: 69px;
    padding-top: 89px;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .mobile-menu.open {
    position: static;
    height: auto;
    margin-bottom: 0;
  }
  .mobile-menu.open + .header {
   /*  position: fixed; */
  }
  .mobile-menu .search {
    position: relative;
    width: 220px;
  }
  .mobile-menu .search input {
    border: none;
  }
  .mobile-menu .search .input {
     padding: 5px 37px 5px 10px;
     -moz-box-sizing: border-box;
    box-sizing: border-box;
    font: 13px Tahoma, Arial, sans-serif;
    color: #555;
    outline: none;
    border: 1px solid gray;
  }
  .mobile-menu .search .submit {
    position: absolute;
    top: 0;
    right: 0;
    width: 37px;
    font-size: 0;
    height: 100%;
    cursor: pointer;
    background: url(./img/search.png) 50% no-repeat;
    background-size: 20px;
}

  .mobile-menu .search .submit:hover {
    opacity: 0.8;
  }
  .mobile-menu .top-menu {
  	margin-top: 60px;
  }
  .right-form {
    display: none;
  }
  .left-menu {
    margin-bottom: -50px;
  }
  .mobile-menu input[type="text"] {
    -webkit-appearance: none;
  }
  .layout {
    position: static;
  }
  .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
 .main.layout.open > div.content {
  margin-top: -30px;
  padding-top: 0;
}
  .bottom,
  .podval {
    margin-top: 25px;
  }
  .mobile-menu li, .mobile-menu .left-menu ul li {
    margin-top: 5px;
  }
  .right-form {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
   .mobile-menu .back-call {
      display: block;
      background-color: transparent;
      text-align: left;  }

  .mobile-menu #copy2 {
    display: block;
    position: static;
    text-align: left;
    padding-left: 27px;
    padding-top: 30px;
    background-color: #f7f3f2;
  }
  .mobile-menu .back-call a.spec-take {
    background-color: transparent;
    display: inline;
    color: #000;
    border-bottom: 1px dashed #72726E;
  }
  .bottom-news {
    top: 0;
    margin: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  table.news tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 100%;
  }

  .new {
    width: 100%;
    padding-bottom: 20px;
  }

  .podval {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-logo,
  .footer-license,
  .footer-contacts {
    width: 33.3%;
  }

  .footer-license {
    text-align: center;
  }

  h1,
  .start-h {
    font-size: 25px !important;
  }

  .about-block p,
  .about-block {
    width: 100%;
  }

  .logo img {
    width: 130px;
  }

  .center.content {
    width: 100%;
    max-width: 100%;
  }

  .about-block p:before,
  .dname:before {
    display: block;
    content: '';
    float: none;
    clear: both;
  }

  #about-spec {
    margin-top: 20px;
    width: 100% !important;
  }

  #about-spec .bdoc {
    width: 33.3% !important;
  }

  .about-video {
    height: auto;
    margin-bottom: 20px;
  }

  .right-form form {
    right: -50px;
  }

  .right-form form .conf_info {
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  .bx-yandex-map,
  .bx-yandex-map > ymaps {
    max-width: 100%;
  }

  div.news-detail img.detail_picture {
    float: none;
    margin-left: 0;
    margin-right: 0;
  }

  .c-accordeon-section .c-accordeon-section-title {
    font-size: 28px !important;
    line-height: 1;
    padding-left: 20px;
  }

  .c-accordion-item-title {
    font-size: 16px !important;
  }

  .c-accordeon-section-wrap {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .c-accordion table {
    font-size: 12px;
    display: block;
    width: 100%;
    max-width: 100%;
    overflow-y: scroll;
  }

  .c-accordion table tbody {
    display: block;
  }
  .foto-wrap {
    max-width: 100%;
    height: auto;
  }
  .center_text img {
    max-width: 100%;
  }
  .content {
    margin-top:111px;
  }
  .about-block img {
    max-width: calc(33.3% - 20px);
    height: auto;
  }
   .back-call a.spec-take {
    background-color: #BD925B;
    border-radius: 5px;
    padding: 5px;
    border-bottom: none;
    color: #fff;
    display: block;
    margin-top: 0 !important;
  }
  .mobile-menu-btn {
    top: 20px;
  }
  .header .logo {
    width: 250px;
  }
  .back-call {
     margin-left: 22px;
     margin-top: 0;
     margin-bottom: 15px;
  }
  .header {
    position: absolute;
  }
  .content {
    margin-top:0;
    padding-top: 40px;
  }
  .header .top-phone {
    position: absolute;
    top:20px;
    right:20px;
  }
  .header .back-call,
  .header .address {
    display:none;
  }
  .header .mobile-search {
    display: none;
  }
  .phoneLink {
    font-size: 16px;
  }
  #copy2 {
    bottom: 0;
  }
  .services .serv.links .item {
	  width: 30%;
	  margin-bottom: 20px;
  }
  .services .serv.links .item a {
	  display: block;
  }
  .services .link_all {
	margin: 10px 30px 0 0;
  }
}

@media (max-width: 620px) {
  .footer-logo,
  .footer-license {
    width: 50%;
  }

  .footer-contacts {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }

  .licence-caption a {
    width: 100%;
    padding-left: 0;
  }

  .licence-caption,
  .footer-logo span {
    font-size: 12px;
  }

  .footer-logo .logo {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-logo span {
    display: block;
    text-align: center;
  }

  #about-spec .bdoc {
    width: 100% !important;
    padding-left: 0 !important;
  }

  .about-video img {
    max-width: 100%;
    float: none;
  }

  #about-spec .bdoc img {
    max-width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  .gal-wrap {
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px);
  }
}

@media (max-width: 525px) {
  .back-call a.spec-take {
    font-size: 12px;
  }
}

@media (max-width: 480px) {
  .footer-logo,
  .footer-license {
    width: 100%;
    margin-bottom: 20px;
  }

  .ui-dialog {
    max-width: -webkit-calc(100% - 20px);
    max-width: calc(100% - 20px);
    margin-left: auto;
    margin-right: auto;
  }

  .conf_info,
  #spec-form input,
  #spec-form textarea,
  #spec-form form {
    width: 100%;
  }

  #spec-form #phonesp {
    width: -webkit-calc(100% - 16px);
    width: calc(100% - 16px);
  }

  #spec-form form {
    margin: 0 !important;
    padding-left: 10px;
    padding-right: 10px;
  }

  .spec-close {
    margin: 0 0 0 15%;
  }

  .about-block .dall {
    float: none;
    margin: 0;
  }

  .gal-wrap {
    width: 100%;
    margin-right: 0;
  }

  .doc-block {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    margin-bottom: 30px;
  }

  .doc-block .doc-block-ph {
    width: 100%;
    padding-left: 0;
  }

  iframe {
    max-width: 280px;
  }
  .special-brown .inner-brown {
    padding-top: 20px;
  }
  #konsult-form {
	  width: 100%;
  }
  .services .serv.links .item {
	  width: 49%;
	  margin-bottom: 20px;
  }
  .services .serv.links .item a {
	  display: block;
  }
  .services .link_all {
	margin: 10px 30px 0 0;
  }
  .header .logo {
    width: 210px;
  }
  .header .top-phone {
    right:10px;
  }
  
}
