body {
  max-width: 1920px;
  margin: 0 auto;
  color: #222;
  font-family: "Oswald", sans-serif;
}

h1,
h2,
h3 {
}

.row img {
  max-width: 100%;
}

a:hover,
a:active,
a:focus {
  text-decoration: none;
}

.callBackVoid:hover {
  cursor: pointer;
}

.modalMain {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1001;
  display: none;
}

.modalMain__bg {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1002;
}

.modalMain__inner {
  position: absolute;
  width: 450px;
  padding: 24px;
  border-radius: 10px;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url(/img/form_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: 1005;
}

.modalMain__title {
  font-size: 1.6em;
  font-weight: 600;
  color: #fff;
  text-align: center;
}

.modalMain__row {
  margin: 8px 0;
}

.modalMain__input {
  width: 100%;
  border: 1px solid #dddddd;
  padding: 4px 8px;
}

.modalMain__button {
  text-align: center;
}

@media (max-width: 768px) {
  .modalMain__inner {
    width: 98%;
  }
}

.modalYesright {
  color: #fff;
}

.modalYesright a {
  color: #fff;
}

.modalMain__btn {
  background-color: #fc6701;
  padding: 8px;
  white-space: nowrap;
  border-radius: 5px;
  text-transform: uppercase;
  outline-style: none;
  font-weight: 600;
  color: #fff;
}

.modalMain__btn:hover {
  background-color: #be4f03;
  color: #fff;
}

.stick-menu {
  display: none;
  text-align: center;
}

.is-sticky .stick-menu {
  width: 100%;
  z-index: 1000;
  display: block;
  position: fixed;
  background-color: #fff;
  padding: 12px 0;
}

.stickMenu__list {
  display: flex;
  justify-content: space-around;
}

.line-top {
  display: none;
  z-index: 1001;
  /*position: fixed;*/
  width: 100%;
  left: 0;
  top: 0;
}

@media (max-width: 992px) {
  .line-top {
    display: block;
  }
}

.line-top__inner {
  padding: 8px 8px;
  background-color: #fcfcfc;
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.4);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.line-top__logo img,
.mobile-menu__logo img {
  height: 40px;
}

.line-top__phone {
  text-align: left;
}

.line-top__phone-link {
  color: #000;
  text-decoration: none;
}

.line-top__icon {
  text-decoration: none;
  color: #00690a;
  font-size: 32px;
}

.shapka__logo-img {
  width: 100px;
}

.mobile-menu {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: #fcfcfc;
  z-index: 1001;
}

.mobile-menu__inner {
  padding: 16px;
}

.mobile-menu__line-top {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mobile-menu__closed {
  color: #00690a;
  text-decoration: none;
  font-size: 32px;
}

.mobile-menu__menu {
  margin: 16px 0;
}

.mobile-menu__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mobile-menu__item {
  padding: 8px 0;
}

.mobile-menu__item a {
  text-transform: uppercase;
  font-size: 0.875em;
  color: #000;
  text-decoration: none;
  font-weight: 600;
}

.mobile-menu__phone {
  margin: 16px 0;
  color: #000;
}

.mobile-menu__phone-text {
  text-transform: uppercase;
  color: #000;
  font-weight: 600;
  text-align: center;
  padding: 8px 0;
  font-size: 0.875em;
}

.mobile-menu__phone-list {
  list-style: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 0;
  margin: 0;
}

.mobile-menu__phone-item {
  padding: 8px 0;
}

.mobile-menu__phone-link {
  text-transform: uppercase;
  font-size: 0.875em;
  color: #000;
  text-decoration: none;
  font-weight: 600;
}

.category-mobile {
  margin: 8px 0;
}

.category-mobile select {
  width: 100%;
  border: 2px solid #000;
  border-radius: 8px;
  padding: 8px 16px;
}

.sticky {
  position: fixed;
}

.line-top__callback {
  background-color: #000;
  color: #ffffff;
  border: none;
  margin-top: 4px;
  text-transform: lowercase;
  padding: 4px 8px;
}

.modal-exit {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1001;
  top: 0;
  left: 0;
}

.modal-exit__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

.modal-exit__inner {
  font-size: 1.2em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 350px;
  background-color: #ffffff;
  box-shadow: 0 0 8px #666666;
  padding: 16px;
  text-align: center;
}

@media (max-width: 768px) {
  .modal-exit__inner {
    width: 98%;
  }
}

.modal-exit__header {
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: 8px;
}

.shapka {
  background-color: #fff;
  box-shadow: 0 0 6px #999;
  z-index: 999;
}

.shapka-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 10px 0;
}

.shapka-btn a,
.btn-callback {
  background-color: #00690a;
  color: #fff;
  font-weight: 600;
  padding: 12px 32px;
  border-radius: 15px;
  display: inline-block;
}

.logo img {
  height: 100px;
}

.shapka-soc {
  display: flex;
  gap: 12px;
}

.shapka-soc a {
  font-size: 32px;
  color: #00690a;
}

.shapka-phones {
  display: flex;
  gap: 20px;
}

.shapkaPhone__link {
  color: #00690a;
  font-size: 20px;
  font-weight: 600;
  line-height: 100%;
}

.shapkaPhone__link span {
  font-size: 16px;
}

.shapka-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.shapka-nav__item {
  position: relative;
}

.shapka-nav__item a {
  display: inline-block;
  padding: 15px 0;
  color: #222;
  font-size: 18px;
  line-height: 100%;
}

.drop-menu {
  display: none;
  flex-direction: column;
  gap: 10px;
  min-width: 200px;
  padding: 10px;
  position: absolute;
  left: -10px;
  top: 40px;
  background-color: #fff;
  z-index: 800;
}

.drop-menu a {
  padding: 0;
}

.shapka-nav__item:hover .drop-menu {
  display: flex;
}

.slider {
  border-top: 1px solid #00690a;
  border-bottom: 1px solid #00690a;
}

.slider__item {
  position: relative;
}

.slider__info {
  position: absolute;
  left: 30px;
  bottom: 100px;
  max-width: 100%;
  width: 570px;
  background-color: rgba(255, 255, 255, 0.4);
  padding: 10px;
}

.owl-dots {
  position: absolute;
  left: 30px;
  bottom: 30px;
}

.slider-red {
  font-size: 30px;
  font-weight: 600;
  color: #ff0000;
}

.slider-red a {
  color: #ff0000;
  text-decoration: underline;
}

.slider-title {
  font-size: 28px;
  font-weight: 600;
}

.slider-title span {
  color: #ff0000;
}

.slider-sub {
  font-size: 24px;
  font-weight: 600;
}

.plusi {
  padding: 50px 0;
  background-color: rgba(86, 99, 138, 0.1);
}

.plusi__inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
}

.plusi-item img {
  width: 100px;
  height: 100px;
}

.plusi-item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
}

.plusi-item:hover {
  box-shadow: 0 0 4px #999;
}

.plusi-title {
  font-weight: 600;
  text-align: center;
  color: #222;
}

.gen-title {
  font-size: 36px;
  font-weight: 600;
}

.mb4 {
  margin-bottom: 40px;
}

.etabs {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 10px;
  margin: 20px 0;
}

.plitka-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}

.plitka-inner div a {
  overflow: hidden;
}

.plitka-img {
  overflow: hidden;
  height: 300px;
  background-position: center;
  background-size: auto 100%;
  background-image: attr(data-image-src url);
  transition-duration: 0.5s;
}

.plitka-item:hover .plitka-img {
  background-size: auto 110%;
  transition-duration: 0.5s;
}

.plitka-item {
  background-color: rgba(86, 99, 138, 0.1);
  text-align: center;
  padding-bottom: 20px;
}

.plitka-item a {
  color: #222;
  font-weight: 600;
}

.plitka-item .price {
  display: none;
}

.content-inner {
  padding: 50px 0;
}

.etabs a {
  background-color: #00690a;
  color: #fff;
  font-weight: 600;
  padding: 12px 32px;
  border-radius: 15px;
  display: inline-block;
}

.footer__bot {
  display: flex;
  justify-content: space-around;
  padding: 8px 32px;
  background-color: #56638a;
  color: #fff;
  font-size: 0.8em;
  font-family: "Montserrat", sans-serif;
}

.footer__bot a {
  color: #fff;
}

.footer {
  padding: 32px 48px;
  font-family: "Oswald", sans-serif;
}

.footer__item {
  display: inline-block;
  margin-right: -4px;
  vertical-align: middle;
  width: 35%;
}

.footer__item:first-child {
  width: 15%;
}

.footer__item:last-child {
  width: 15%;
  text-align: center;
}

.footerMenu {
  display: inline-block;
  margin-right: -4px;
  width: 50%;
  vertical-align: top;
  padding: 0;
  list-style: none;
}

.footerPhote__title {
  color: #00690a;
  font-weight: 600;
}

.footerPhone {
  margin-bottom: 12px;
}

.footerPhone__link {
  color: #000;
  font-weight: 600;
  font-size: 1.4em;
}

.footer__title {
  font-weight: 600;
  font-size: 1.4em;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.footerMenu li {
  margin-bottom: 12px;
}

.footerMenu a {
  color: #5c5c5c;
}

.infoBlock {
  padding: 48px 0;
}

.infoBlock__img,
.infoBlock__inner {
  display: inline-block;
  margin-right: -4px;
  vertical-align: middle;
}

.infoBlock__img {
  margin-right: 16px;
  width: 20%;
}

.infoBlock__inner {
  width: 78%;
}

.infoBlock__item {
  margin: 32px 0;
  font-family: "Oswald", sans-serif;
}

.infoBlocktitle {
  margin-bottom: 32px;
  font-weight: 600;
  font-size: 2em;
}

.infoBlock__text ul,
ol {
  margin-left: 32px;
}

.infoBlock__textArea {
  padding: 32px 0;
  font-family: "Oswald", sans-serif;
}

.formaZakaza {
  background-color: #56638a;
  background-image: url(/img/form.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  font-family: "Oswald", sans-serif;
  padding: 32px 0 48px;
}

.forma__up {
  display: flex;
  justify-content: space-between;
}

.formaZakaza__input {
  width: 100%;
  border: 1px solid #000;
  border-radius: 10px;
  padding: 8px 16px;
  outline-style: none;
  margin-bottom: 16px;
  background-color: #fff;
  text-transform: uppercase;
}

#frm_file {
  width: 100%;
  border: 1px solid #000;
  border-radius: 15px;
  padding: 8px 16px;
  outline-style: none;
}

.formaZakaza__title {
  color: #fff;
  text-align: center;
  font-size: 2.2em;
}

.formaZakaza__title-sm {
  color: #fff;
  text-align: center;
  font-size: 1em;
  margin-bottom: 32px;
}

.formaZakaza__btn {
  width: 100%;
  border: 2px solid #fff;
  border-radius: 10px;
  padding: 8px 16px;
  outline-style: none;
  margin-bottom: 16px;
  background-color: inherit;
  color: #fff;
  text-transform: uppercase;
}

.numb__item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}

.numb__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.video__item img {
  width: 100%;
}

.video__item {
  position: relative;
  margin-bottom: 20px;
}

.video__item:hover {
  cursor: pointer;
}

.video__item:after {
  position: absolute;
  content: url(/img/play.svg);
  left: 50%;
  top: 50%;
  z-index: 100;
  transform: translate(-50%, -50%);
}

.form__callbalck {
  background-color: #56638a;
  background-image: url(/img/2.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding: 32px 0 16px;
  font-family: "Oswald", sans-serif;
}

.form__callbalck-title {
  color: #fff;
  font-size: 2.2em;
}

.form__callbalck-title-sm {
  color: #fff;
  font-size: 1em;
  margin-bottom: 32px;
}

.form__callbalck-btn {
  width: 100%;
  border: 2px solid #fff;
  border-radius: 10px;
  padding: 8px 16px;
  outline-style: none;
  margin-bottom: 16px;
  background-color: inherit;
  color: #fff;
  text-transform: uppercase;
  margin: 12px 0;
}

.form__callbalck-input {
  width: 100%;
  border-radius: 10px;
  padding: 8px 16px;
  outline-style: none;
  margin-bottom: 16px;
  background-color: #fff;
  text-transform: uppercase;
  border: 1px solid #fff;
  margin: 12px 0;
}

.warning {
  border-color: red;
}

.photo-gallery {
  padding: 0;
  margin: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 20px;
}

.domin-block {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  grid-gap: 30px;
}

.domin-left,
.domin-info {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.domin-info-top {
  width: 100%;
  margin-bottom: 30px;
}

#ctl00_ContentPlaceHolder1_frmViewPrices {
  width: 100%;
}

.pricein-table {
  width: 100%;
  max-width: 100%;
}

.pricein-table tr td {
  border: 1px solid #999;
  padding: 6px;
}

.pricein-table tr td:nth-child(2) {
  text-align: right;
  white-space: nowrap;
}

.pricein-table tr td:nth-child(2):after {
  content: "₽";
  margin-left: 6px;
}

.pricein-table tr td:nth-child(3) {
  padding: 3px;
  /*background-color: #00690a; */
  min-width: 30%;
}

.kupitin-btn {
  background-color: #00690a;
  color: #fff;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-align: center;
  cursor: pointer;
  padding: 4px 6px;
  user-select: none;
}

.kupitin-btn:hover {
  color: #fff;
}

.owl-carouselNashi {
  margin: 40px 0;
}

.enter-btn a {
  background-color: #00690a;
  color: #fff;
  padding: 8px 12px;
  cursor: pointer;
  display: inline-block;
}

.banner-enter {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  display: none;
}

.banner-enter__inner {
  padding: 30px;
  display: flex;
  justify-content: center;
  gap: 30px;
  align-items: center;
  background-color: #fff;
}

.bread-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  gap: 10px;
  margin: 20px 0 40px;
}

.bread-list a {
  color: #00690a;
}

.bread-list li::after {
  content: "/";
  margin-left: 10px;
}

.bread-list li:last-child:after {
  content: "";
}

@media(max-width: 768px) {
  .banner-enter__inner {
    flex-direction: column;
    gap: 10px;
  }

  .banner-enter {
    top: 0;
    bottom: auto;
  }
}

@media (max-width: 1200px) {
  .slider__info {
    display: block;
    position: relative;
    left: auto;
    bottom: auto;
    text-align: center;
    padding: 20px;
    width: 100%;
  }
  .plitka-img {
    height: 250px;
  }
}

@media (max-width: 992px) {
  .plitka-inner,
  .photo-gallery {
    grid-template-columns: repeat(3, 1fr);
  }

  .shapka {
    display: none;
  }

  .sticky-wrapper {
    height: 0 !important;
  }

  .footer {
    padding: 32px 15px;
  }

  .footer__bot {
    padding: 8px;
  }

  .footer__item,
  .footer__item:first-child,
  .footer__item:last-child {
    width: 100%;
    text-align: center;
  }

  .footer__logo {
    width: 120px;
    margin-bottom: 16px;
  }

  .footer__bot {
    display: block;
    text-align: center;
  }

  .domin-block {
    grid-template-columns: repeat(1, 100%);
  }
}

@media (max-width: 768px) {
  .plitka-inner,
  .plusi__inner,
  .photo-gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 450px) {
  .plitka-inner,
  .plusi__inner,
  .photo-gallery {
    grid-template-columns: repeat(1, 1fr);
  }
}
