/*
main > .container, main > .container-fluid
{
    padding: 70px 15px 20px;
}
*/
.pd {
  padding: 70px 15px 20px;
}
.page-link.active, .active > .page-link {
  color: #ffffff;
  background-color: #A6AF66;
  border-color: #A6AF66;
}
.page-link {
  color: #766153;
}
.page-link:hover {
  color: #ffffff;
  background-color: #A6AF66;
  border-color: #A6AF66;
}
.footer {
  background-color: #3F3F3F;
  font-size: .9em;
  color: #ffffff;
  padding-top: 30px;
}

.footer > .container, .footer > .container-fluid {
  padding-right: 15px;
  padding-left: 15px;
}
.footer-link, .footer-link:active, .footer-link:focus, .footer-link:visited {
  color: #ffffff;
  text-decoration: none;
}
.footer-link:hover {
  color: #ffffff;
  text-decoration: underline;
}
.footer-policy {
  text-decoration: underline;
}
.not-set {
  color: #c55;
  font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    content: '';
    left: 3px;
    display: inline-block;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    margin: 4px 4px 2px 4px;
    background: transparent;
}

a.asc:after {
    border-bottom: solid 7px #212529;
    border-top-width: 0;
}

a.desc:after {
    border-top: solid 7px #212529;
    border-bottom-width: 0;
}

a, a:focus, a:visited, a:active {
  color: #766153;
}
a:hover {
  color: #333333;
}

.grid-view th,
.grid-view td:last-child {
    white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.navbar form > button.logout {
    padding-top: 7px;
    color: rgba(255, 255, 255, 0.5);
}

@media(max-width:767px) {
    .navbar form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 0;
    }
}

.navbar form > button.logout:focus,
.navbar form > button.logout:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.75);
}

.navbar form > button.logout:focus {
    outline: none;
}

/* style breadcrumb widget as in previous bootstrap versions */
.breadcrumb {
    background-color: var(--bs-gray-200);
    border-radius: .25rem;
    padding: .75rem 1rem;
}

.breadcrumb-item > a
{
    text-decoration: none;
}
.nav-tabs .nav-link {
  color: #766153;
}





body {
  font-family: 'PTRootUIWebVF';
}
.header-logo-img {
  width: 100%;
}
.reviews-link, .reviews-link:focus, .reviews-link:active, .reviews-link:visited {
  display: inline-block;
  border-radius: 100px;
  background-color: #A6AF66;
  padding: 10px;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  transition: 0.2s;
}
.reviews-link:hover {
  background-color: #766153;
  color: #ffffff;
}
.header-logo-txt, .header-logo-txt:hover, .header-logo-txt:focus, .header-logo-txt:active, .header-logo-txt:visited {
  display: block;
  color: #766153;
  text-align: right;
  line-height: 7px;
  font-weight: 500;
  font-size: 14px;
  text-decoration: none;
}
.header-search {
  background-color: #F4F4F4;
  border-radius: 100px;
  width: 150px;
  padding: 10px;
  margin-left: 10px;
  overflow: hidden;
}
.header-search-input-text {
  outline: none;
  border: 0px;
  background-color: transparent;
  padding: 0px;
  width: 80%;
  float: left;
}
.header-search-input-submit {
  float: left;
  width: 20%;
}
.header-search-input-submit-svg {
  width: 23px;
  fill: #C2C1C1;
  cursor: pointer;
  transition: 0.2s;
}
.header-search-input-submit-svg:hover {
  fill: #A6AF66;
}
.header-address {
  margin-left: 10px;
}
.header-address-1 {
  color: #484940;
  font-size: 14px;
}
.header-address-1-img {
  margin-left: 2px;
  margin-right: 10px;
}
.header-address-2 {
  color: #484940;
  font-size: 14px;
  margin-top: 4px;
}
.header-address-2-on {
  margin-left: 5px;
  display: inline-block;
  background-color: #00B152;
  height: 4px;
  width: 4px;
  border-radius: 50%;
  box-shadow: 0px 0px 5px #71DAA1;
  margin-bottom: 3px;
  margin-right: 13px;
}
.header-address-2-off {
  margin-left: 5px;
  display: inline-block;
  background-color: #ff0000;
  height: 4px;
  width: 4px;
  border-radius: 50%;
  box-shadow: 0px 0px 5px #ff0000;
  margin-bottom: 3px;
  margin-right: 13px;
}
.header-contact {
  margin-left: 10px;
}
.header-contact-1, .header-contact-1:hover, .header-contact-1:focus, .header-contact-1:active, .header-contact-1:visited {
  display: block;
  color: #484940;
  font-size: 16px;
  text-decoration: none;
}
.header-contact-1-img {
  margin-right: 9px;
}
.header-contact-2, .header-contact-2:hover, .header-contact-2:focus, .header-contact-2:active, .header-contact-2:visited {
  display: block;
  color: #484940;
  font-size: 14px;
  text-decoration: underline;
}
.header-contact-2-img {
  margin-right: 9px;
}
.header-eye {
  margin-left: 10px;
  height: 100%;
}
.header-eye-svg {
  width: 47px;
  fill: #766153;
  cursor: pointer;
  transition: 0.2s;
}
.header-eye-svg:hover {
  fill: #A6AF66;
}
.header-online {
  margin-left: 10px;
}
.header-online-link, .header-online-link:focus, .header-online-link:active, .header-online-link:visited {
  display: inline-block;
  border-radius: 100px;
  background-color: #A6AF66;
  padding: 10px;
  color: #ffffff;
  text-decoration: none;
  width: 100%;
  text-align: center;
  transition: 0.2s;
}
.header-online-link:hover {
  background-color: #766153;
  color: #ffffff;
}
.menu-div {
  background-color: #A6AF66;
  border-radius: 14px;
  box-shadow: 0px 24px 27px rgba(0, 0, 0, 0.14);
  position: absolute;
  width: 100%;
  font-family: Montserrat;
  font-weight: 700;
}
.menu-div a, .menu-div a:focus, .menu-div a:active, .menu-div a:visited {
  display: inline-block;
  text-decoration: none;
  color: #ffffff;
  transition: 0.2s;
  border-radius: 14px;
}
.menu-div a:hover {
  background-color: #C3CD86;
  text-decoration: none;
  color: #ffffff;
}
.menu-active {
  background-color: #C3CD86;
  text-shadow: 5px 5px 16px #FFFFFF;
}
.left-bar-title {
  text-align: center;
  color: #766153;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 20px;
}
.left-bar-service, .left-bar-service:focus, .left-bar-service:active, .left-bar-service:visited {
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  color: #766153;
  border-radius: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  margin-bottom: 10px;
  transition: 0.2s;
  border: 1px solid #766153;
}
.left-bar-service:hover {
  text-transform: uppercase;
  text-decoration: none;
  background-color: #766153;
  color: #ffffff;
  border-radius: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  margin-bottom: 10px;
}
.left-bar-service.active {
  background-color: #766153;
  color: #ffffff;
}


.sub-1-active, .sub-1-active:focus, .sub-1-active:active, .sub-1-active:visited {
  background-color: #766153;
  color: #ffffff;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  display: block;
  border-radius: 5px;
}
.sub-1-no-active, .sub-1-no-active:focus, .sub-1-no-active:active, .sub-no-1-active:visited {
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  display: block;
}


.sub-2-active, .sub-2-active:focus, .sub-2-active:active, .sub-2-active:visited {
  background-color: #766153;
  color: #ffffff;
  padding-left: 30px;
  padding-right: 15px;
  text-decoration: none;
  display: block;
  border-radius: 5px;
}
.sub-2-no-active, .sub-2-no-active:focus, .sub-2-no-active:active, .sub-no-2-active:visited {
  padding-left: 30px;
  padding-right: 15px;
  text-decoration: none;
  display: block;
}


.left-bar-block-active {
  background-color: #ecdbcf;
  border-radius: 26px;
  color: #ffffff;
  margin-bottom: 10px;
}
.left-bar-block-active .left-bar-block-sub {
  display: block;
  /*padding-left: 15px;
  padding-right: 15px;*/
  padding-bottom: 22px;
}
.left-bar-block-no-active .left-bar-block-sub {
  display: none;
}
.right-bar-title {
  text-align: center;
  color: #766153;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 20px;
}
.spec-link-booking, .spec-link-booking:focus, .spec-link-booking:active, .spec-link-booking:visited {
  display: block;
  text-transform: uppercase;
  background-color: #A6AF66;
  color: #ffffff;
  text-decoration: none;
  padding: 10px;
  border-radius: 50px;
  transition: 0.2s;
}
.spec-link-booking:hover {
  text-transform: uppercase;
  background-color: #766153;
  text-decoration: none;
  color: #ffffff;
}


.booking-div-spec {
  display: block;
  background-color: #ffffff;
  border-radius: 7px;
  font-size: 20px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 7px;
  padding-bottom: 7px;
  text-decoration: none;
  color: #333333;
  box-shadow: 0px 0px 3px rgba(0,0,0,0.1);
  transition: 0.2s;
  text-align: center;
  margin-bottom: 10px;
  cursor: pointer;
}
.booking-div-spec:hover {
  background-color: #B1D7FD;
  text-decoration: none;
  color: #333333;
  box-shadow: 0px 0px 3px rgba(255,255,255,0.3);
  cursor: pointer;
}
.booking_spec_block_active {
  background-color: #B1D7FD;
  text-decoration: none;
  color: #333333;
  box-shadow: 0px 0px 3px rgba(255,255,255,0.3);
  cursor: pointer;
}
.booking_spec_block_disabled, .booking_spec_block_disabled:hover {
  background-color: #f0f0f0;
  text-decoration: none;
  color: #d0d0d0;
  box-shadow: 0px 0px 3px rgba(255,255,255,0.3);
  cursor: default;
}
.booking-div-main {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}
.booking-tbl {
  display: table;
  width: 100%;
}
.booking-tbl-left {
  display: table-cell;
  text-align: left;
}
.booking-tbl-right {
  display: table-cell;
  width: 90px;
  text-align: right;
  font-weight: bold;
}
.booking-message-error {
  background-color: rgba(0,0,0,0.1);
  text-align: center;
  font-size: 16px;
  border-radius: 7px;
  padding: 4px;
}
.booking-div-main .shag {}
.booking-div-main .shag_text {
  text-align: center;
  color: #766153;
  font-weight: bold;
  font-size: 25px;
  margin-top: 20px;
  margin-bottom: 10px;
}
.booking-div-main .spec:hover {
  background-color: #766153;
  text-decoration: none;
  color: #ffffff;
  box-shadow: 0px 0px 3px rgba(255,255,255,0.3);
  cursor: pointer;
}
.booking-div-main .select, .booking-div-main .select:hover {
  background: linear-gradient(90deg, #766153 0%, #766153 0%);
  /*background-color: #766153 !important;*/
  color: #ffffff;
  font-weight: bold;
  box-shadow: 0px 2px 5px 2px #766153;
}
.booking-div-main .disable {
  background-color: #f0f0f0;
  margin-bottom: 19px;
  border-radius: 50px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 7px;
  padding-bottom: 7px;
  text-decoration: none;
  cursor: default;
  text-align: center;
  color: #c9c9c9;
}
/*
.booking-div-main .button_go_to_date {
  background-color: #ffffff;
  box-shadow: 0px 2px 5px 2px #d3d3d3;
  margin-bottom: 19px;
  border-radius: 50px;
  padding: 17px;
  cursor: pointer;
  text-align: center;
  color: #000000;
  text-decoration: none;
  font-weight: normal;
}
.booking-div-main .button_go_to_date:hover {
  background: linear-gradient(90deg, rgba(185,214,244,1) 0%, rgba(206,230,254,1) 0%);
  box-shadow: 0px 2px 5px 2px #a5c5e4;
  color: #000000;
  font-weight: normal;
}*/
/*
.booking-div-main .set_select_all_spec {
  background-color: #ffffff;
  box-shadow: 0px 2px 5px 2px #d3d3d3;
  margin-bottom: 19px;
  border-radius: 50px;
  padding: 17px;
  cursor: pointer;
  text-align: center;
  color: #000000;
  text-decoration: none;
  font-weight: normal;
  display: block;
}
.booking-div-main .set_select_all_spec:hover {
  background: linear-gradient(90deg, rgba(185,214,244,1) 0%, rgba(206,230,254,1) 0%);
  box-shadow: 0px 2px 5px 2px #a5c5e4;
  color: #000000;
  font-weight: normal;
}*/
.booking-breadcrumbs-link, .booking-breadcrumbs-link:focus, .booking-breadcrumbs-link:active, .booking-breadcrumbs-link:visited {
  padding-top: 2px;
  padding-bottom: 2px;
  color: #766153;
  text-decoration: none;
}
.booking-breadcrumbs-link:hover {
  color: #766153;
  text-decoration: underline;
}
.booking-breadcrumbs-arrow {
  padding-left: 7px;
  padding-right: 7px;
}
.booking-find-btn, .booking-find-btn:focus, .booking-find-btn:active, .booking-find-btn:visited {
  background-color: #766153;
  color: #ffffff;
  border-color: #766153;
  transition: 0.2s;
}
.booking-find-btn:hover {
  background-color: #A6AF66;
  color: #ffffff;
  border-color: #A6AF66;
}
.booking_button_block_link_green, .booking_button_block_link_green:focus, .booking_button_block_link_green:visited, .booking_button_block_link_green:active {
  color: #ffffff;
  background-color: #766153;
  border-color: #766153;
  display: block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  user-select: none;
  border: 1px solid transparent;
  border-radius: 4px;
  text-decoration: none;
  transition: 0.2s;
}
.booking_button_block_link_green:hover {
  color: #ffffff;
  background-color: #A6AF66;
  border-color: #A6AF66;
  text-decoration: none;
}
.booking_button_block_link_gray, .booking_button_block_link_gray:focus, .booking_button_block_link_gray:visited, .booking_button_block_link_gray:active {
  color: #fff;
  background-color: #a0a0a0;
  border-color: #909090;
  display: block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  user-select: none;
  border: 1px solid transparent;
  border-radius: 4px;
  text-decoration: none;
  transition: 0.2s;
}
.booking_button_block_link_gray:hover {
  color: #fff;
  background-color: #808080;
  border-color: #808080;
  text-decoration: none;
}
.booking_button_block_all {
  overflow: hidden;
  background-color: rgba(0,0,0,0.04);
  border: 2px solid #A6AF66;
  padding-top: 10px;
  padding-bottom: 10px;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
  border-radius: 7px;
  margin-top: 10px;
}
.booking-preloader-block {
  overflow: hidden;
  background-color: rgba(0,0,0,0.04);
  border: 2px solid #A6AF66;
  padding-top: 10px;
  padding-bottom: 10px;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
  border-radius: 7px;
  margin-top: 10px;
}
.booking_status_green {
  font-size: 14px;
  background-color: #dff0d8;
  color: #3c763d;
  border-radius: 3px;
  display: inline-block;
  text-align: center;
  line-height: 14px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 2px;
  padding-bottom: 2px;
  width: 100%;
  box-shadow: 0px 0px 3px rgba(117,222,105,0.6) inset;
}
.booking_status_red {
  font-size: 14px;
  background-color: #FFDADA;
  color: #B02C2C;
  border-radius: 3px;
  display: inline-block;
  text-align: center;
  line-height: 14px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 2px;
  padding-bottom: 2px;
  width: 100%;
  box-shadow: 0px 0px 3px rgba(222,105,105,0.3) inset;
}
.booking_status_gray {
  font-size: 14px;
  background-color: #efefef;
  color: #555555;
  border-radius: 3px;
  display: inline-block;
  text-align: center;
  line-height: 14px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 2px;
  padding-bottom: 2px;
  width: 100%;
  box-shadow: 0px 0px 3px rgba(0,0,0,0.2) inset;
}
.booking_status_yellow {
  font-size: 14px;
  background-color: #FFF5D4;
  color: #B86200;
  border-radius: 3px;
  display: inline-block;
  text-align: center;
  line-height: 14px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 2px;
  padding-bottom: 2px;
  width: 100%;
  box-shadow: 0px 0px 3px rgba(184,98,0,0.3) inset;
}
.booking-h1 {
  text-align: center;
  font-size: 26px;
}
.fotogalereya .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 7px;
}
.link_price, .link_price:active, .link_price:focus, .link_price:visited {
  display: inline-block;
  background-color: #A6AF66;
  color: #ffffff;
  font-size: 16px;
  border-radius: 6px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: bold;
  text-decoration: none;
  transition: 0.2s;
  margin-left: 3px;
  margin-right: 3px;
  margin-bottom: 4px;
}
.link_price:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #766153;
}
.div_link_my_zakaz {
  text-align: right;
  padding-bottom: 20px;
}
.link_my_zakaz, .link_my_zakaz:focus, .link_my_zakaz:active, .link_my_zakaz:visited {
  background-color: #A6AF66;
  color: #ffffff;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 6px;
  padding-bottom: 6px;
  border-radius: 5px;
  display: inline-block;
  text-decoration: none;
  box-shadow: 0px 0px 3px rgba(0,0,0,0.1);
  transition: 0.2s;
  font-size: 14px;
}
.link_my_zakaz:hover {
  background-color: #766153;
  color: #ffffff;
  text-decoration: none;
  box-shadow: 0px 0px 3px rgba(255,255,255,0.3);
}
.top_soc img {
  transition: 0.2s;
  width: 34px;
}
.top_soc:hover img {
  transform: scale(1.1, 1.1);
}
.books_slide_item {
  text-align: center;
  background-color: #ffffff;
  border-radius: 8px;
  border: 4px solid #f0f0f0;
}
.books_slide_item img {
  height: 140px;
}
.books_block_price {
  background-color: #f0f0f0;
  border-radius: 6px;
  font-size: 22px;
  font-weight: bold;
  line-height: 18px;
  padding: 15px;
  box-shadow: 0px 0px 5px rgba(0,0,0,0.1) inset;
  margin-top: 30px;
  overflow: hidden;
  text-align: center;
}
.books_price_rub {
  width: 16px;
  vertical-align: top;
  line-height: 14px;
}
.books_example_pages {
  padding-left: 34px;
  padding-right: 34px;
  padding-top: 3px;
  padding-bottom: 3px;
  background-color: #f0f0f0;
  border-radius: 6px;
  margin-top: 10px;
  box-shadow: 0px 0px 5px rgba(0,0,0,0.1) inset;
}
.books_annotation p {
  margin-top: 15px;
  text-indent: 0px !important;
}
.books_price_span {
  font-size: 12px;
  line-height: 18px;
  vertical-align: top;
}
.books_partner {
  margin-bottom: 30px;
  background-color: rgba(255,255,255,0.9);
  padding: 15px;
  border-radius: 6px;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
  text-align: center;
  font-size: 18px;
  border: 2px solid #A6AF66;
}
.books_example_headers {
  font-size: 16px;
  margin-top: 20px;
  font-weight: bold;
}
.books_example_pages .slick-prev:before, .books_example_pages .slick-next:before {
  color: black;
}
.books_table_price {
  margin: 0 auto;
}
.books_table_td1 {
  min-width: 60px;
}
.books_table_td2 {
  text-align: left;
  padding-left: 15px;
  font-size: 16px;
}
.books-fancybox {
  display: inline-block;
}

.price_div_tbl {
  display: none;
  overflow: auto;
}
.price_h, .price_h:focus, .price_h:active, .price_h:visited {
  font-size: 20px;
  display: block;
  background: #766153;
  border-radius: 6px;
  color: #ffffff;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 3px;
  padding-bottom: 3px;
  cursor: pointer;
  transition: 0.2s;
  line-height: 24px;
  margin-top: 10px;
  margin-bottom: 10px;
  user-select: none;
}
.price_h:hover {
  background: #A6AF66;
  cursor: pointer;
}
.price_table {
  border-top: 1px solid #777777;
  border-left: 1px solid #777777;
  background-color: #f2f2f2;
  width: 100%;
  font-weight: normal;
  font-size: 14px;
}
.price_table td {
  border-right: 1px solid #777777;
  padding-left: 4px;
  padding-right: 4px;
  border-bottom: 1px solid #777777;
}
.price_table td:nth-of-type(1) {
  text-align: left;
}
.price_table td:nth-of-type(2) {
  width: 90px;
}
.price_table td:nth-of-type(3) {
  width: 90px;
}
.price_table td:nth-of-type(4) {
  width: 124px;
}
.price_bold {
  font-weight: bold;
}
.link_price, .link_price:active, .link_price:focus, .link_price:visited {
  display: inline-block;
  background-color: #162585;
  color: #ffffff;
  font-size: 16px;
  border-radius: 6px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: bold;
  text-decoration: none;
  transition: 0.2s;
  margin-left: 3px;
  margin-right: 3px;
  margin-bottom: 4px;
}
.link_price:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #4881bb;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.docs-block h2 {
  font-size: 20px;
  margin-top: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
  margin-right: 0px;
  padding: 0px;
}
.docs-lic-div {
  text-align: center;
}
.docs-lic-div a {
  display: inline-block;
}
.docs-lic-div a img {
  height: 160px;
  margin-bottom: 10px;
  margin-left: 5px;
  margin-right: 5px;
}
.find-error-block {
  border: 5px solid #A6AF66;
  border-radius: 7px;
  color: #A6AF66;
  font-family: 'Montserrat';
  width: 88%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 35px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.find-error-text {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
}
.find-error-keys {
  font-style: normal;
  font-weight: 600;
  font-size: 27px;
  line-height: 33px;
  text-align: center;
  text-transform: uppercase;
}
.prodoctorov-block {
  margin-top: 35px;
  text-align: center;
}
.index-certificate-div a img {
  /*height: 270px;*/
  width: 100%;
  margin-bottom: 10px;
  margin-left: 5px;
  margin-right: 5px;
}
.index-btn-link, .index-btn-link:visited, .index-btn-link:focus, .index-btn-link:active {
  background-color: #ffffff;
  color: #484940;
  border-radius: 100px;
  display: flex;
  align-items: center;
  text-decoration: none;
  padding: 10px;
  text-transform: uppercase;
  transition: 0.2s;
}
.index-btn-link:hover {
  background-color: #C3CD86;
}
.index-btn-pre-img {
  text-align: center;
  background-color: #F5F5F5;
  border-radius: 50%;
  height: 60px;
  width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  flex-shrink: 0;
}
.index-btn-img {
  width: 30px;
}
.index-btn-txt {
  font-size: 12px;
  font-weight: 700;
}
.index-desctop-block {
  min-height: 360px;
  padding-top: 60px;
  background-image: url(/img/site/fon.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  color: #ffffff;
}
/*
.navbar-collapse {
  background-color: #766153;
  padding-left: 10px;
  padding-right: 10px;
}
.navbar > .container {
  padding-left: 0px;
  padding-right: 0px;
}
*/
.navbar .nav-link {
  color: #ffffff;
}









@media (min-width: 1px) and (max-width: 349px){
  .booking-link, .booking-link:focus, .booking-link:active, .booking-link:visited {
    display: block;
    background-color: #766153;
    border-radius: 7px;
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 7px;
    padding-bottom: 7px;
    text-decoration: none;
    color: #ffffff;
    box-shadow: 0px 0px 3px rgba(0,0,0,0.1);
    transition: 0.2s;
    text-align: center;
    margin-bottom: 10px;
    line-height: 20px;
    position: relative;
  }
  .booking-link:hover {
    background-color: #A6AF66;
    text-decoration: none;
    color: #ffffff;
    box-shadow: 0px 0px 3px rgba(255,255,255,0.3);
  }
  .booking-div-main .spec, .booking-div-main .spec:focus, .booking-div-main .spec:visited {
    display: block;
    background-color: #A6AF66;
    border-radius: 7px;
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 7px;
    padding-bottom: 7px;
    text-decoration: none;
    color: #ffffff;
    box-shadow: 0px 0px 3px rgba(0,0,0,0.1);
    transition: 0.2s;
    text-align: center;
    margin-bottom: 10px;
    cursor: pointer;
    line-height: 20px;
  }
  .booking_status_desktop {
    display: none;
    width: 150px;
    text-align: right;
    vertical-align: middle;
    line-height: 0px;
  }
  .booking_status_mobile {
    display: table-cell;
    vertical-align: middle;
    line-height: 0px;
    padding-top: 10px;
  }
  .booking_button_block_1 {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
  }
  .booking_button_block_2 {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
  }
  .booking_button_block_3 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .booking-breadcrumbs {
    background-color: rgba(0,0,0,0.04);
    font-size: 14px;
    margin-bottom: 20px;
    text-align: left;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 6px;
    padding-right: 6px;
    border-top: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
  }
  .fotogalereya a {
    height: 180px;
    width: 100%;
    display: inline-block;
  }
  #map {
    height: 280px;
  }
  .spec_d1 {
    float: left;
    width: 100%;
    text-align: center;
  }
  .spec_d2 {
    float: left;
    width: 100%;
  }
  .spec_h3 {
    margin-top: 12px;
    margin-bottom: 12px;
    font-size: 20px;
  }
  .books_item_div {
    margin-bottom: 30px;
    background-color: rgba(255,255,255,0.9);
    padding: 30px;
    border-radius: 6px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    border: 2px solid #A6AF66;
  }
  .books_div {
    overflow: hidden;
  }
  .books_div_1 {
    text-align: center;
    margin-bottom: 30px;
  }
  .books_div_2 {
    font-size: 16px;
    text-align: justify;
  }
  .books_div_img {
    width: 100%;
    max-width: 300px;
  }
  .books_header {
    font-weight: bold;
    font-size: 20px;
    text-align: center;
  }
  .books_table_price td {
    padding-bottom: 8px;
    vertical-align: top;
  }
  .docs-div-razdel-1 {
    display: none;
  }
  .docs-div-razdel-2 {
    display: none;
  }
  .docs-block {
    background-color: #ffffff;
    border-radius: 7px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    padding: 10px;
    font-family: Arial;
    margin-top: 30px;
    border: 2px solid #A6AF66;
  }
  .menu-div {
    display: none;
  }
  .index-desctop-block {
    display: none;
  }
  .navbar {
    display: block;
  }
  .menu-div {
    font-size: 14px;
  }
  .menu-div a {
    padding: 13px;
  }
  .header-desctop {
    display: none;
  }
  .index-mobile-block {
    display: block;
  }
  .service-desktop .left-bar-block-no-active {
    display: none;
  }
  .index-spec-fio {
    font-size: 16px;
  }
  .index-spec-profession {
    font-size: 14px;
    color: #766153;
    min-height: 46px;
  }
}
@media (min-width: 350px) and (max-width: 575px){
  .booking-link, .booking-link:focus, .booking-link:active, .booking-link:visited {
    display: block;
    background-color: #766153;
    border-radius: 7px;
    font-size: 15px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 7px;
    padding-bottom: 7px;
    text-decoration: none;
    color: #ffffff;
    box-shadow: 0px 0px 3px rgba(0,0,0,0.1);
    transition: 0.2s;
    text-align: center;
    margin-bottom: 10px;
    line-height: 20px;
    position: relative;
  }
  .booking-link:hover {
    background-color: #A6AF66;
    text-decoration: none;
    color: #ffffff;
    box-shadow: 0px 0px 3px rgba(255,255,255,0.3);
  }
  .booking-div-main .spec, .booking-div-main .spec:focus, .booking-div-main .spec:visited {
    display: block;
    background-color: #A6AF66;
    border-radius: 7px;
    font-size: 15px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 7px;
    padding-bottom: 7px;
    text-decoration: none;
    color: #ffffff;
    box-shadow: 0px 0px 3px rgba(0,0,0,0.1);
    transition: 0.2s;
    text-align: center;
    margin-bottom: 10px;
    cursor: pointer;
    line-height: 20px;
  }
  .booking_status_desktop {
    display: none;
    width: 150px;
    text-align: right;
    vertical-align: middle;
    line-height: 0px;
  }
  .booking_status_mobile {
    display: table-cell;
    vertical-align: middle;
    line-height: 0px;
    padding-top: 10px;
  }
  .booking_button_block_1 {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
  }
  .booking_button_block_2 {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
  }
  .booking_button_block_3 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .booking-breadcrumbs {
    background-color: rgba(0,0,0,0.04);
    font-size: 14px;
    margin-bottom: 20px;
    text-align: left;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border-top: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
  }
  .fotogalereya a {
    height: 180px;
    width: 100%;
    display: inline-block;
  }
  #map {
    height: 300px;
  }
  .spec_d1 {
    float: left;
    width: 100%;
    text-align: center;
  }
  .spec_d2 {
    float: left;
    width: 100%;
  }
  .spec_h3 {
    margin-top: 12px;
    margin-bottom: 12px;
    font-size: 20px;
  }
  .books_item_div {
    margin-bottom: 30px;
    background-color: rgba(255,255,255,0.9);
    padding: 30px;
    border-radius: 6px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    border: 2px solid #A6AF66;
  }
  .books_div {
    overflow: hidden;
  }
  .books_div_1 {
    text-align: center;
    margin-bottom: 30px;
  }
  .books_div_2 {
    font-size: 16px;
    text-align: justify;
  }
  .books_div_img {
    width: 100%;
    max-width: 300px;
  }
  .books_header {
    font-weight: bold;
    font-size: 20px;
    text-align: center;
  }
  .books_table_price td {
    padding-bottom: 8px;
    vertical-align: top;
  }
  .docs-div-razdel-1 {
    display: none;
  }
  .docs-div-razdel-2 {
    display: none;
  }
  .docs-block {
    background-color: #ffffff;
    border-radius: 7px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    padding: 15px;
    font-family: Arial;
    margin-top: 30px;
    border: 2px solid #A6AF66;
  }
  .menu-div {
    display: none;
  }
  .index-desctop-block {
    display: none;
  }
  .navbar {
    display: block;
  }
  .menu-div {
    font-size: 14px;
  }
  .menu-div a {
    padding: 13px;
  }
  .header-desctop {
    display: none;
  }
  .index-mobile-block {
    display: block;
  }
  .service-desktop .left-bar-block-no-active {
    display: none;
  }
  .index-spec-fio {
    font-size: 16px;
  }
  .index-spec-profession {
    font-size: 14px;
    color: #766153;
    min-height: 46px;
  }
}
@media (min-width: 576px) and (max-width: 767px){
  .booking-link, .booking-link:focus, .booking-link:active, .booking-link:visited {
    display: block;
    background-color: #766153;
    border-radius: 7px;
    font-size: 16px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 7px;
    padding-bottom: 7px;
    text-decoration: none;
    color: #ffffff;
    box-shadow: 0px 0px 3px rgba(0,0,0,0.1);
    transition: 0.2s;
    text-align: center;
    margin-bottom: 10px;
    line-height: 20px;
    position: relative;
  }
  .booking-link:hover {
    background-color: #A6AF66;
    text-decoration: none;
    color: #ffffff;
    box-shadow: 0px 0px 3px rgba(255,255,255,0.3);
  }
  .booking-div-main .spec, .booking-div-main .spec:focus, .booking-div-main .spec:visited {
    display: block;
    background-color: #A6AF66;
    border-radius: 7px;
    font-size: 16px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 7px;
    padding-bottom: 7px;
    text-decoration: none;
    color: #ffffff;
    box-shadow: 0px 0px 3px rgba(0,0,0,0.1);
    transition: 0.2s;
    text-align: center;
    margin-bottom: 10px;
    cursor: pointer;
    line-height: 20px;
  }
  .booking_status_desktop {
    display: table-cell;
    width: 150px;
    text-align: right;
    vertical-align: middle;
    line-height: 0px;
  }
  .booking_status_mobile {
    display: none;
    vertical-align: middle;
    line-height: 0px;
  }
  .booking_button_block_1 {
    float: left;
    width: 33.33%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .booking_button_block_2 {
    float: left;
    width: 33.33%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .booking_button_block_3 {
    float: left;
    width: 33.33%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .booking-breadcrumbs {
    background-color: rgba(0,0,0,0.04);
    font-size: 14px;
    margin-bottom: 20px;
    text-align: left;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 30px;
    padding-right: 30px;
    border-top: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
  }
  .fotogalereya a {
    height: 180px;
    width: 100%;
    display: inline-block;
  }
  #map {
    height: 320px;
  }
  .spec_d1 {
    float: left;
    width: 100%;
    text-align: center;
  }
  .spec_d2 {
    float: left;
    width: 100%;
  }
  .spec_h3 {
    margin-top: 0px;
    margin-bottom: 12px;
    font-size: 28px;
  }
  .books_item_div {
    margin-bottom: 30px;
    background-color: rgba(255,255,255,0.9);
    padding: 30px;
    border-radius: 6px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    border: 2px solid #A6AF66;
  }
  .books_div {
    overflow: hidden;
  }
  .books_div_1 {
    text-align: center;
    margin-bottom: 30px;
  }
  .books_div_2 {
    font-size: 16px;
    text-align: justify;
  }
  .books_div_img {
    width: 100%;
    max-width: 300px;
  }
  .books_header {
    font-weight: bold;
    font-size: 20px;
    text-align: center;
  }
  .books_table_price td {
    padding-bottom: 8px;
    vertical-align: middle;
  }
  .docs-div-razdel-1 {
    display: block;
  }
  .docs-div-razdel-2 {
    display: block;
  }
  .docs-block {
    background-color: #ffffff;
    border-radius: 7px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    padding: 30px;
    font-family: Arial;
    margin-top: 30px;
    border: 2px solid #A6AF66;
  }
  .menu-div {
    display: none;
  }
  .index-desctop-block {
    display: none;
  }
  .navbar {
    display: block;
  }
  .menu-div {
    font-size: 14px;
  }
  .menu-div a {
    padding: 13px;
  }
  .header-desctop {
    display: none;
  }
  .index-mobile-block {
    display: block;
  }
  .service-desktop .left-bar-block-no-active {
    display: none;
  }
  .index-spec-fio {
    font-size: 16px;
  }
  .index-spec-profession {
    font-size: 14px;
    color: #766153;
    min-height: 46px;
  }
}
@media (min-width: 768px) and (max-width: 991px){
  .booking-link, .booking-link:focus, .booking-link:active, .booking-link:visited {
    display: block;
    background-color: #766153;
    border-radius: 7px;
    font-size: 16px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 7px;
    padding-bottom: 7px;
    text-decoration: none;
    color: #ffffff;
    box-shadow: 0px 0px 3px rgba(0,0,0,0.1);
    transition: 0.2s;
    text-align: center;
    margin-bottom: 10px;
    line-height: 20px;
    position: relative;
  }
  .booking-link:hover {
    background-color: #A6AF66;
    text-decoration: none;
    color: #ffffff;
    box-shadow: 0px 0px 3px rgba(255,255,255,0.3);
  }
  .booking-div-main .spec, .booking-div-main .spec:focus, .booking-div-main .spec:visited {
    display: block;
    background-color: #A6AF66;
    border-radius: 7px;
    font-size: 16px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 7px;
    padding-bottom: 7px;
    text-decoration: none;
    color: #ffffff;
    box-shadow: 0px 0px 3px rgba(0,0,0,0.1);
    transition: 0.2s;
    text-align: center;
    margin-bottom: 10px;
    cursor: pointer;
    line-height: 20px;
  }
  .booking_status_desktop {
    display: table-cell;
    width: 150px;
    text-align: right;
    vertical-align: middle;
    line-height: 0px;
  }
  .booking_status_mobile {
    display: none;
    vertical-align: middle;
    line-height: 0px;
  }
  .booking_button_block_1 {
    float: left;
    width: 33.33%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .booking_button_block_2 {
    float: left;
    width: 33.33%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .booking_button_block_3 {
    float: left;
    width: 33.33%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .booking-breadcrumbs {
    background-color: rgba(0,0,0,0.04);
    font-size: 14px;
    margin-bottom: 20px;
    text-align: left;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 30px;
    padding-right: 30px;
    border-top: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
  }
  .fotogalereya a {
    height: 180px;
    width: 100%;
    display: inline-block;
  }
  #map {
    height: 400px;
  }
  .spec_d1 {
    float: left;
    width: 32%;
    text-align: center;
  }
  .spec_d2 {
    float: left;
    width: 68%;
  }
  .spec_h3 {
    margin-top: 0px;
    margin-bottom: 12px;
    font-size: 28px;
  }
  .books_item_div {
    margin-bottom: 30px;
    background-color: rgba(255,255,255,0.9);
    padding: 30px;
    border-radius: 6px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    border: 2px solid #A6AF66;
  }
  .books_div {
    overflow: hidden;
  }
  .books_div_1 {
    float: left;
    width: 36%;
    padding-right: 30px;
  }
  .books_div_2 {
    float: left;
    width: 64%;
    font-size: 16px;
    text-align: justify;
  }
  .books_div_img {
    width: 100%;
  }
  .books_header {
    font-weight: bold;
    font-size: 20px;
  }
  .books_table_price td {
    padding-bottom: 8px;
    vertical-align: middle;
  }
  .docs-div-razdel-1 {
    display: none;
  }
  .docs-div-razdel-2 {
    display: none;
  }
  .docs-block {
    background-color: #ffffff;
    border-radius: 7px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    padding: 30px;
    font-family: Arial;
    margin-top: 30px;
    border: 2px solid #A6AF66;
  }
  .menu-div {
    display: none;
  }
  .index-desctop-block {
    display: none;
  }
  .navbar {
    display: block;
  }
  .menu-div {
    font-size: 14px;
  }
  .menu-div a {
    padding: 13px;
  }
  .header-desctop {
    display: none;
  }
  .index-mobile-block {
    display: block;
  }
  .service-desktop .left-bar-block-no-active {
    display: none;
  }
  .index-spec-fio {
    font-size: 16px;
  }
  .index-spec-profession {
    font-size: 14px;
    color: #766153;
    min-height: 46px;
  }
}
@media (min-width: 992px) and (max-width: 1199px){
  .booking-link, .booking-link:focus, .booking-link:active, .booking-link:visited {
    display: block;
    background-color: #766153;
    border-radius: 7px;
    font-size: 16px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 7px;
    padding-bottom: 7px;
    text-decoration: none;
    color: #ffffff;
    box-shadow: 0px 0px 3px rgba(0,0,0,0.1);
    transition: 0.2s;
    text-align: center;
    margin-bottom: 10px;
    line-height: 20px;
    position: relative;
  }
  .booking-link:hover {
    background-color: #A6AF66;
    text-decoration: none;
    color: #ffffff;
    box-shadow: 0px 0px 3px rgba(255,255,255,0.3);
  }
  .booking-div-main .spec, .booking-div-main .spec:focus, .booking-div-main .spec:visited {
    display: block;
    background-color: #A6AF66;
    border-radius: 7px;
    font-size: 16px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 7px;
    padding-bottom: 7px;
    text-decoration: none;
    color: #ffffff;
    box-shadow: 0px 0px 3px rgba(0,0,0,0.1);
    transition: 0.2s;
    text-align: center;
    margin-bottom: 10px;
    cursor: pointer;
    line-height: 20px;
  }
  .booking_status_desktop {
    display: table-cell;
    width: 150px;
    text-align: right;
    vertical-align: middle;
    line-height: 0px;
  }
  .booking_status_mobile {
    display: none;
    vertical-align: middle;
    line-height: 0px;
  }
  .booking_button_block_1 {
    float: left;
    width: 33.33%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .booking_button_block_2 {
    float: left;
    width: 33.33%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .booking_button_block_3 {
    float: left;
    width: 33.33%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .booking-breadcrumbs {
    background-color: rgba(0,0,0,0.04);
    font-size: 14px;
    margin-bottom: 20px;
    text-align: left;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 30px;
    padding-right: 30px;
    border-top: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
  }
  .fotogalereya a {
    height: 180px;
    width: 100%;
    display: inline-block;
  }
  #map {
    height: 400px;
  }
  .spec_d1 {
    float: left;
    width: 26%;
    text-align: center;
  }
  .spec_d2 {
    float: left;
    width: 74%;
  }
  .spec_h3 {
    margin-top: 0px;
    margin-bottom: 12px;
    font-size: 28px;
  }
  .books_item_div {
    margin-bottom: 30px;
    background-color: rgba(255,255,255,0.9);
    padding: 30px;
    border-radius: 6px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    border: 2px solid #A6AF66;
  }
  .books_div {
    overflow: hidden;
  }
  .books_div_1 {
    float: left;
    width: 33%;
    padding-right: 30px;
  }
  .books_div_2 {
    float: left;
    width: 67%;
    font-size: 16px;
    text-align: justify;
  }
  .books_div_img {
    width: 100%;
  }
  .books_header {
    font-weight: bold;
    font-size: 20px;
  }
  .books_table_price td {
    padding-bottom: 8px;
    vertical-align: middle;
  }
  .docs-div-razdel-1 {
    display: none;
  }
  .docs-div-razdel-2 {
    display: block;
  }
  .docs-block {
    background-color: #ffffff;
    border-radius: 7px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    padding: 30px;
    font-family: Arial;
    margin-top: 30px;
    border: 2px solid #A6AF66;
  }
  .menu-div {
    display: block;
  }
  .index-desctop-block {
    display: block;
  }
  .navbar {
    display: none;
  }
  .menu-div {
    font-size: 14px;
  }
  .menu-div a {
    padding: 13px;
  }
  .header-desctop {
    display: block;
  }
  .index-mobile-block {
    display: none;
  }
  .service-desktop .left-bar-block-no-active {
    display: block;
  }
  .index-spec-fio {
    font-size: 16px;
  }
  .index-spec-profession {
    font-size: 14px;
    color: #766153;
    min-height: 46px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px){
  .booking-link, .booking-link:focus, .booking-link:active, .booking-link:visited {
    display: block;
    background-color: #766153;
    border-radius: 7px;
    font-size: 16px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 7px;
    padding-bottom: 7px;
    text-decoration: none;
    color: #ffffff;
    box-shadow: 0px 0px 3px rgba(0,0,0,0.1);
    transition: 0.2s;
    text-align: center;
    margin-bottom: 10px;
    line-height: 20px;
    position: relative;
  }
  .booking-link:hover {
    background-color: #A6AF66;
    text-decoration: none;
    color: #ffffff;
    box-shadow: 0px 0px 3px rgba(255,255,255,0.3);
  }
  .booking-div-main .spec, .booking-div-main .spec:focus, .booking-div-main .spec:visited {
    display: block;
    background-color: #A6AF66;
    border-radius: 7px;
    font-size: 16px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 7px;
    padding-bottom: 7px;
    text-decoration: none;
    color: #ffffff;
    box-shadow: 0px 0px 3px rgba(0,0,0,0.1);
    transition: 0.2s;
    text-align: center;
    margin-bottom: 10px;
    cursor: pointer;
    line-height: 20px;
  }
  .booking_status_desktop {
    display: table-cell;
    width: 150px;
    text-align: right;
    vertical-align: middle;
    line-height: 0px;
  }
  .booking_status_mobile {
    display: none;
    vertical-align: middle;
    line-height: 0px;
  }
  .booking_button_block_1 {
    float: left;
    width: 33.33%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .booking_button_block_2 {
    float: left;
    width: 33.33%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .booking_button_block_3 {
    float: left;
    width: 33.33%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .booking-breadcrumbs {
    background-color: rgba(0,0,0,0.04);
    font-size: 14px;
    margin-bottom: 20px;
    text-align: left;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 30px;
    padding-right: 30px;
    border-top: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
  }
  .fotogalereya a {
    height: 190px;
    width: 100%;
    display: inline-block;
  }
  #map {
    height: 400px;
  }
  .spec_d1 {
    float: left;
    width: 24%;
    text-align: center;
  }
  .spec_d2 {
    float: left;
    width: 76%;
    padding-right: 100px;
  }
  .spec_h3 {
    margin-top: 0px;
    margin-bottom: 12px;
    font-size: 28px;
  }
  .books_item_div {
    margin-bottom: 30px;
    background-color: rgba(255,255,255,0.9);
    padding: 30px;
    border-radius: 6px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    border: 2px solid #A6AF66;
  }
  .books_div {
    overflow: hidden;
  }
  .books_div_1 {
    float: left;
    width: 30%;
    padding-right: 30px;
  }
  .books_div_2 {
    float: left;
    width: 70%;
    font-size: 16px;
    text-align: justify;
  }
  .books_div_img {
    width: 100%;
  }
  .books_header {
    font-weight: bold;
    font-size: 22px;
  }
  .books_table_price td {
    padding-bottom: 8px;
    vertical-align: middle;
  }
  .docs-div-razdel-1 {
    display: none;
  }
  .docs-div-razdel-2 {
    display: block;
  }
  .docs-block {
    background-color: #ffffff;
    border-radius: 7px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    padding: 30px;
    font-family: Arial;
    margin-top: 30px;
    border: 2px solid #A6AF66;
  }
  .menu-div {
    display: block;
  }
  .index-desctop-block {
    display: block;
  }
  .navbar {
    display: none;
  }
  .menu-div {
    font-size: 16px;
  }
  .menu-div a {
    padding: 20px;
  }
  .header-desctop {
    display: block;
  }
  .index-mobile-block {
    display: none;
  }
  .service-desktop .left-bar-block-no-active {
    display: block;
  }
  .index-spec-fio {
    font-size: 14px;
  }
  .index-spec-profession {
    font-size: 13px;
    color: #766153;
    min-height: 42px;
  }
}
@media (min-width: 1400px) and (max-width: 999999px){
  .booking-link, .booking-link:focus, .booking-link:active, .booking-link:visited {
    display: block;
    background-color: #766153;
    border-radius: 7px;
    font-size: 16px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 7px;
    padding-bottom: 7px;
    text-decoration: none;
    color: #ffffff;
    box-shadow: 0px 0px 3px rgba(0,0,0,0.1);
    transition: 0.2s;
    text-align: center;
    margin-bottom: 10px;
    line-height: 20px;
    position: relative;
  }
  .booking-link:hover {
    background-color: #A6AF66;
    text-decoration: none;
    color: #ffffff;
    box-shadow: 0px 0px 3px rgba(255,255,255,0.3);
  }
  .booking-div-main .spec, .booking-div-main .spec:focus, .booking-div-main .spec:visited {
    display: block;
    background-color: #A6AF66;
    border-radius: 7px;
    font-size: 16px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 7px;
    padding-bottom: 7px;
    text-decoration: none;
    color: #ffffff;
    box-shadow: 0px 0px 3px rgba(0,0,0,0.1);
    transition: 0.2s;
    text-align: center;
    margin-bottom: 10px;
    cursor: pointer;
    line-height: 20px;
  }
  .booking_status_desktop {
    display: table-cell;
    width: 150px;
    text-align: right;
    vertical-align: middle;
    line-height: 0px;
  }
  .booking_status_mobile {
    display: none;
    vertical-align: middle;
    line-height: 0px;
  }
  .booking_button_block_1 {
    float: left;
    width: 33.33%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .booking_button_block_2 {
    float: left;
    width: 33.33%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .booking_button_block_3 {
    float: left;
    width: 33.33%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .booking-breadcrumbs {
    background-color: rgba(0,0,0,0.04);
    font-size: 14px;
    margin-bottom: 20px;
    text-align: left;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 30px;
    padding-right: 30px;
    border-top: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
  }
  .fotogalereya a {
    height: 190px;
    width: 100%;
    display: inline-block;
  }
  #map {
    height: 400px;
  }
  .spec_d1 {
    float: left;
    width: 24%;
    text-align: center;
  }
  .spec_d2 {
    float: left;
    width: 76%;
    padding-right: 100px;
  }
  .spec_h3 {
    margin-top: 0px;
    margin-bottom: 12px;
    font-size: 28px;
  }
  .books_item_div {
    margin-bottom: 30px;
    background-color: rgba(255,255,255,0.9);
    padding: 30px;
    border-radius: 6px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    border: 2px solid #A6AF66;
  }
  .books_div {
    overflow: hidden;
  }
  .books_div_1 {
    float: left;
    width: 30%;
    padding-right: 30px;
  }
  .books_div_2 {
    float: left;
    width: 70%;
    font-size: 16px;
    text-align: justify;
  }
  .books_div_img {
    width: 100%;
  }
  .books_header {
    font-weight: bold;
    font-size: 22px;
  }
  .books_table_price td {
    padding-bottom: 8px;
    vertical-align: middle;
  }
  .docs-div-razdel-1 {
    display: none;
  }
  .docs-div-razdel-2 {
    display: block;
  }
  .docs-block {
    background-color: #ffffff;
    border-radius: 7px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    padding: 30px;
    font-family: Arial;
    margin-top: 30px;
    border: 2px solid #A6AF66;
  }
  .menu-div {
    display: block;
  }
  .index-desctop-block {
    display: block;
  }
  .navbar {
    display: none;
  }
  .menu-div {
    font-size: 16px;
  }
  .menu-div a {
    padding: 20px;
  }
  .header-desctop {
    display: block;
  }
  .index-mobile-block {
    display: none;
  }
  .service-desktop .left-bar-block-no-active {
    display: block;
  }
  .index-spec-fio {
    font-size: 16px;
  }
  .index-spec-profession {
    font-size: 14px;
    color: #766153;
    min-height: 46px;
  }
}
.booking-group-link, .booking-group-link:focus, .booking-group-link:active {
  text-align: left;
  background-color: #766153;
  border-radius: 7px;
  font-size: 16px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 7px;
  padding-bottom: 7px;
  text-decoration: none;
  color: #ffffff;
  box-shadow: 0px 0px 3px rgba(0,0,0,0.1);
  transition: 0.2s;
  margin-bottom: 10px;
  position: relative;
}
.booking-group-link:hover {
  background-color: #A6AF66;
  text-decoration: none;
  color: #ffffff;
  box-shadow: 0px 0px 3px rgba(255,255,255,0.3);
}
.booking-group-link a {
  color: #ffffff;
  text-decoration: auto;
}
.booking-group-link a.link-to-paket > span, .link-to-paket-price {
  border: 1px solid #766153;
  padding: 4px;
  background-color: #fff;
  color: #766153;
  border-radius: 5px;
}
a.link-to-paket-price {
  text-decoration: auto;
  margin-left: 21px;
  padding: 0px 7px;
}
#carouselExample img {
  margin-left: auto;
  margin-right: auto
}
.index_spec_item_block a.about_expert {
  text-decoration: none;
  border: 1px solid #ffffff;
  border-radius: 34px;
  display: block;
}
.index_spec_item_block a.about_expert:hover {
  border-color: #a6af66;
}
.index_spec_item_block a.about_expert .index-spec-fio {
  color: var(--bs-body-color);
}