html {
  overflow-y: scroll;
}
.table-main {
  width: 100%;
  max-width: 1000px;
}
.top-panel {
  display: none;
}
.mobile-nav {
  display: none;
}
.mobile-nav__overlay {
  display: none;
}
.table__wrap {
  width: 100%;
  overflow: auto;
}
.price-table td {
  border: 0 !important;
  padding: 0 !important;
}
@media screen and (max-width: 1000px) {
  * {
    box-sizing: border-box;
  }
  html {
    margin-right: 0 !important;
  }
  table,
  tbody,
  tr,
  th,
  td {
    display: block;
  }
  .content table {
    display: table;
  }
  .content tbody {
    display: table-row-group;
  }
  .content tr {
    display: table-row;
  }
  .content th {
    display: table-cell;
  }
  .content td {
    display: table-cell;
  }
  img {
    max-width: 100%;
    object-fit: contain;
    object-position: center;
    height: auto !important;
  }
  TD.top {
    width: 100%;
    max-width: 1000px;
  }
  .table-main {
    height: initial !important;
  }
  .table-header {
    width: 100%;
    max-width: 1000px;
    display: block;
  }
  .table-header__top {
    display: flex;
    justify-content: space-between;
  }
  .table-header__logo {
    width: calc(50% - 10px);
    box-sizing: border-box;
    text-align: right;
  }
  .table-header__contacts {
    width: calc(50% - 10px);
    padding-right: 20px;
    box-sizing: border-box;
  }
  .table-header__contacts tr {
    display: flex;
  }
  .table-header__contacts td:first-of-type {
    width: 80px;
    flex-shrink: 0;
  }
  .table-header__contacts td:last-of-type {
    width: 100%;
    padding-right: 0;
  }
  .table-header__contacts td .green {
    width: 100% !important;
  }
  .table-header__menu {
    display: none;
  }
  div.logo {
    padding: 0 0 0 20px;
    padding-top: 20px;
  }
  .logo img {
    max-width: 100%;
    object-fit: contain;
    object-position: center;
  }
  .bg-line {
    width: 100%;
    max-width: 931px;
    padding-right: 15px;
  }
  .bg-line-shadow {
    display: none;
  }
  h1 {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 25px;
  }
  .content {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 5px;
    margin-bottom: 10px;
  }
  .gallery-arhive {
    display: flex;
    justify-content: space-between;
  }
  .gallery-arhive > div:last-of-type {
    display: none;
  }
  .gallery-arhive .gallery {
    margin-right: 10px !important;
  }
  .gallery {
    float: none;
    position: static !important;
    margin-top: 0 !important;
  }
  .gallery.default tr {
    display: flex;
    flex-wrap: wrap;
  }
  .gallery.default td {
    width: calc((100% - 40px) / 5) !important;
    margin-right: 10px;
  }
  .gallery.default td:nth-of-type(5n) {
    margin-right: 0;
  }
  .gallery.default .item {
    margin: 0;
    width: 100%;
    max-width: 132px;
  }
  .gallery.default .item a {
    width: 100%;
    max-width: 120px;
    height: initial;
    padding-bottom: 100%;
  }
  .gallery.default .item .info {
    width: 100%;
    max-width: 120px;
  }
  .arhive {
    float: none !important;
    position: static;
    margin-top: 0 !important;
    margin-right: 0 !important;
  }
  .arhive tr {
    display: flex;
  }
  .table-content {
    height: initial !important;
  }
  .table-bottom td.bottom {
    width: 100%;
    max-width: 1000px;
    padding: 20px;
    padding-right: 60px;
    padding-left: 90px;
    background-size: contain;
    background-position: top center;
  }
  .table-bottom td.bottom tr {
    display: flex;
    justify-content: space-between;
    position: relative;
    top: 50px;
  }
  .table-bottom td.bottom tr td:first-of-type {
    padding-right: 10px;
  }
  .table-bottom td.bottom tr td:last-of-type {
    padding-left: 10px;
    white-space: nowrap;
  }
  .price-table {
    width: 100%;
  }
  .price-table colgroup {
    display: none;
  }
  .price-table tr {
    display: flex;
  }
  .price-table td {
    width: 25%;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .price-table td a {
    display: block;
    padding-top: 10px;
    width: 100%;
    text-align: center;
  }
  .price-table td div {
    margin: auto;
    text-align: center;
  }
  .price-content tr {
    display: flex;
  }
  .price-content td {
    width: 50%;
  }
  .top-panel {
    display: block;
    overflow: hidden;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #fff;
    display: flex;
    align-items: center;
    padding-top: 6px;
    padding-bottom: 6px;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 3;
    height: 50px;
    border-bottom: 2px solid #038f35;
  }
  .menu-toggle {
    background: none;
    cursor: pointer;
    border: none;
    padding: 3px;
    width: 39px;
    height: 39px;
    overflow: hidden;
    margin-right: auto;
    margin-left: -5px;
  }
  .menu-toggle span {
    display: block;
    height: 3px;
    width: 28px;
    margin: 6px auto;
    background-color: #808080;
    transition: .25s;
  }
  .mobile-nav {
    position: fixed;
    border: none;
    top: 50px;
    left: 0;
    width: 260px;
    bottom: 0;
    background-color: #fff;
    transform: translateX(-100%);
    transition: transform 0.35s;
    overflow-y: auto;
    z-index: 99;
  }
  .mobile-nav__overlay {
    position: fixed;
    left: 0;
    top: 50px;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.25);
    visibility: hidden;
    opacity: 0;
    z-index: 98;
    transition: opacity 0.35s;
  }
  .mobile-menu {
    position: relative;
    transition: transform 0.35s 0.35s;
    transform: translateX(0);
    overflow-x: hidden;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 0;
  }
  .mobile-menu__section {
    border-top: 1px solid #000;
  }
  .mobile-menu__section:first-of-type {
    border-top: 0;
  }
  .mobile-menu__next-link {
    background: none;
    border: none;
    position: absolute;
    right: 8px;
    top: 0;
    width: 43px;
    height: 29px;
    overflow: hidden;
    padding: 0;
    transition: transform 0.35s;
    cursor: pointer;
  }
  .mobile-menu__next-link .icon {
    width: 16px;
    height: 16px;
    color: lightblue;
    display: none;
  }
  .mobile-menu__item {
    position: relative;
    transition: transform 0.35s 0.35s;
    list-style-image: none;
    list-style-type: none;
  }
  .mobile-menu__item.is-active .mobile-menu__next-link {
    transform: scale(1, -1);
  }
  .mobile-menu__item.is-active .mobile-submenu {
    visibility: visible;
    opacity: 1;
    height: auto;
    transition: height 0.35s;
    padding-bottom: 5px;
  }
  .mobile-menu__item.is-active .mobile-menu__link {
    color: lightcoral;
  }
  .mobile-menu__item--wrap .mobile-menu__link {
    margin-right: 51px;
    padding-right: 0;
  }
  .mobile-menu__link {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    color: #000;
    text-decoration: none;
    padding: 4px 15px;
  }
  .mobile-menu__link:hover {
    color: #038f35;
  }
  .mobile-menu__submenu-show {
    border: none;
    height: 100%;
  }
  .mobile-menu__submenu-show .mobile-menu__item_hide {
    height: 0;
    overflow: hidden;
  }
  .mobile-menu__submenu-show .mobile-menu__item:not(.is-active) {
    transform: translate(-200%);
    transition: transform 0.35s;
  }
  .mobile-menu.is-hidden {
    transition: transform 0.35s;
    transform: translateX(-200%);
  }
  .mobile-submenu {
    width: 100%;
    visibility: hidden;
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition: height 0.35s;
  }
  .mobile-submenu__link {
    text-decoration: none;
    display: block;
    padding: 6px 20px;
    color: #000;
    font-size: 15px;
    transition: background-color 0.25s;
  }
  .mobile-submenu__link:hover {
    background-color: lightcoral;
  }
  body {
    margin-top: 51px;
  }
  body.menu__is-show .mobile-nav {
    transform: translateX(0);
  }
  body.menu__is-show .menu-toggle {
    position: relative;
    margin-left: -8px;
  }
  body.menu__is-show .menu-toggle span {
    opacity: 0;
  }
  body.menu__is-show .menu-toggle span:first-child {
    opacity: 1;
    transform: rotate(45deg);
    position: absolute;
    top: 12px;
    left: 6px;
  }
  body.menu__is-show .menu-toggle span:last-child {
    opacity: 1;
    transform: rotate(-45deg);
    position: absolute;
    top: 12px;
    left: 6px;
  }
  body.menu__is-show .mobile-nav__overlay {
    opacity: 1;
    visibility: visible;
  }
  .mobile-nav {
    display: block;
  }
  .mobile-nav__overlay {
    display: block;
  }
  .guestbook {
    width: 100%;
  }
  .guestbook tr {
    display: flex;
  }
  .guestbook td {
    display: block;
  }
  .guestbook td:first-of-type {
    width: 100%;
    white-space: initial;
  }
  .guestbook td:nth-of-type(2) {
    width: 60%;
    flex-shrink: 0;
  }
  .content-news {
    min-height: 380px;
  }
  .content-contacts img {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1000px) and screen and (min-width: 360px) {
  .mobile-nav {
    width: 280px;
  }
}
@media screen and (max-width: 1000px) and screen and (min-width: 480px) {
  .mobile-nav {
    width: 320px;
  }
}
@media screen and (max-width: 1000px) and screen and (min-width: 600px) {
  .mobile-nav {
    width: 340px;
  }
}
@media screen and (max-width: 1000px) and screen and (min-width: 768px) {
  .mobile-nav {
    width: 400px;
  }
}
@media screen and (max-width: 860px) {
  .price-table tr {
    flex-wrap: wrap;
  }
  .price-table td {
    width: calc(100% / 3);
  }
}
@media screen and (max-width: 767px) {
  .table-main > tbody > tr:first-of-type {
    height: 230px !important;
  }
  .table-main > tbody > tr:first-of-type > td {
    height: 230px !important;
  }
  .table-header__top {
    flex-direction: column;
    justify-content: flex-start;
    padding-left: 20px;
    padding-right: 20px;
  }
  .table-header__logo {
    width: 100%;
  }
  .table-header__contacts {
    width: 340px;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    background-color: rgba(255, 255, 255, 0.7);
  }
  div.logo {
    padding: 0;
    display: flex;
    justify-content: center;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .table-bottom td.bottom {
    padding-left: 20px;
    padding-right: 20px;
    background-image: none;
    height: initial;
  }
  .table-bottom td.bottom tr {
    top: 0;
  }
  .gallery.default td {
    width: calc((100% - 30px) / 4) !important;
  }
  .gallery.default td:nth-of-type(5n) {
    margin-right: 10px;
  }
  .gallery.default td:nth-of-type(4n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 600px) {
  .gallery.default td {
    width: calc((100% - 20px) / 3) !important;
  }
  .gallery.default td:nth-of-type(4n) {
    margin-right: 10px;
  }
  .gallery.default td:nth-of-type(3n) {
    margin-right: 0;
  }
  .price-table td {
    width: 50%;
  }
  .price-content tr {
    flex-wrap: wrap;
  }
  .price-content td {
    width: 100%;
  }
  .guestbook td {
    display: block;
  }
  .guestbook td:nth-of-type(2) {
    width: 70%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 500px) {
  .arhive tr {
    display: block;
  }
  .table-bottom td.bottom tr {
    flex-direction: column;
  }
  .table-bottom td.bottom tr td:first-of-type {
    padding-right: 0;
    text-align: center;
    margin-bottom: 5px;
  }
  .table-bottom td.bottom tr td:last-of-type {
    padding-left: 0;
    text-align: center;
  }
}
@media screen and (max-width: 430px) {
  .price-table td {
    width: 100%;
  }
}
@media screen and (max-width: 414px) {
  .gallery.default td {
    width: calc((100% - 10px) / 2) !important;
  }
  .gallery.default td:nth-of-type(3n) {
    margin-right: 10px;
  }
  .gallery.default td:nth-of-type(2n) {
    margin-right: 0;
  }
  .gallery-arhive {
    flex-direction: column;
  }
  .gallery-arhive .arhive tr {
    display: flex;
  }
  .guestbook td {
    display: block;
  }
  .guestbook td:nth-of-type(2) {
    width: 60%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 380px) {
  .table-main > tbody > tr:first-of-type {
    height: 240px !important;
  }
  .table-main > tbody > tr:first-of-type > td {
    height: 240px !important;
  }
  .table-header__contacts {
    width: 280px;
  }
}
