::-webkit-scrollbar {
    width: 12px;
    background: #181818;
}

::-webkit-scrollbar-thumb {
    background: #2d2d2d;
    border-radius: 50px;
    border: 2px solid #181818;
}

.spisok01 {
    list-style-type: none;
}

.spisok01 li {
    background: url(/d/tick.png) 0 12px no-repeat;
    padding: 9px 28px 5px 39px;
    background-size: 20px;
    margin: 0px -20px;
}

ol.number {
	counter-reset: li;
	margin: 15px 0;
	padding: 0 0 0 20px; }

ol.number > li {
	position: relative;
	list-style: none;
	padding: 0px 15px 0 15px;
	border-left: 2px solid #CA955B;
	border-right: 2px solid #CA955B;
	margin: 0 0 10px; }

ol.number > li::before {
	content: counter(li);
	counter-increment: li;
	position: absolute;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	top: -1px;
	left: -23px;
	width: 21px;
	height: 22px;
	text-align: center;
	color: #fff;
	border: 1px solid #CA955B;
    background: #CA955B;
    border-radius: 5px 0 0 5px;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
}

.site-footer .footer-menu > li > a {
	text-underline-offset: 5px;
}

.s_networks a img {
	border-radius: 10px;
}

 ul.menu-top > > li {position: relative;}
 ul.menu-top > li > a:after {position: absolute; content: '';background: #fff; width: 0;left: 50%; bottom: 0; height: 2px; transition: width .3s; will-change: transition;}
 ul.menu-top > li > a:before {position: absolute; content: '';background: #fff; width: 0;right: 50%; bottom: 0; height: 2px; transition: width .3s; will-change: transition;}
 ul.menu-top > li > a:hover:after,  ul.menu-top > li > a:hover:before {width: 45%; }

.scrollup {
  position: fixed;
  right: 24px;
  bottom: 24px;
  width: 46px;
  height: 46px;
  background: #CA955B;
  border-radius: 50%;
  z-index: 1000;
  font-size: 0;
  text-decoration: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.scrollup::before {
  content: "";
  width: 12px;
  height: 12px;
  border-left: 3px solid #fff;
  border-top: 3px solid #fff;
  transform: rotate(45deg);
  margin-top: 6px;
}

.scrollup:hover {
  background: #b9824a;
}

.scrollup:active {
  transform: translateY(1px);
}

.main-block .advantages__header {
	padding: 0 0 20px!important;
}

body .block_reviews-folder-wrap.block_reviews-folder-wrap3 .block_reviews .review_map .tg-map-icon img {
	border-radius: 10px;
}

.footer-site-name a, .addres_new a {
	text-decoration: none;
	text-underline-offset: 5px;
}

.footer-site-name a:hover, .addres_new a:hover {
	text-decoration: underline;
}

.site-footer .footer-address {
	max-width: 100%!important;
}

/* Errorpage */
.errorpage {
    display: flex;
}
.errorpage__img {
    flex: 0 1 50%;
    display: flex;
    align-items: center;
}
.errorpage__wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 0 1 50%;
    padding: 40px 0;
}
.errorpage__text {
    border-radius: 10px;
    padding: 32px;
    background-size: 650px auto;
    background-color: rgb(0, 70, 128);
    color: rgba(255,255,255,1);
    font-size: 18px;
}

.sand2 .site-footer .footer-phones {
	margin-bottom: 0px!important;
}

.sand2 .site-footer .footer-contacts__body-right {
	gap: 5px;
}

.textblock {
    padding: 0 10px;
    text-align: left;
}
body .main-block .text-block__title h1 {
	margin: 0 0 0.67em 0!important;
}
.textblock h2, .textblock h3 {
    color: rgba(255,255,255,1);
    font-weight: 700;
}
.textblock h2 {
    font-size: 24px;
}
.textblock h3 {
    font-size: 20px;
}
.errorpage__button-wrap {
    margin: 30px 0 16px;
    text-align: center;
}
.errorpage__button {
    background-color: rgb(226, 27, 70);
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    border-radius: 5px;
    padding: 15px 30px;
    text-decoration: none;
    transition: all .2s;
    cursor: pointer;
}
.errorpage__button:hover {
    background-color: rgb(0, 190, 213);
}
.errorpage__button:active {
    background-color: #353535;
}

@media (max-width: 767px) {
    .errorpage {
        flex-direction: column;
        align-items: center;
        margin: 0 auto;
        /*max-width: 487px;*/
    }
    .errorpage__wrap {
        padding: 0;
    }
    .errorpage__img img {
        max-height: 500px;
        object-fit: cover;
    }
}
@media (max-width: 480px) {
    .errorpage__text {
        padding: 32px 10px;
    }
    .errorpage__button {
        display: block;
        text-align: center;
    }
}
/* End of Errorpage */

.shop2-filter__item {
	display: block !important;
}

/*Читать далее*/
.read-more-block {
  --read-more-height: 90px;

  max-height: var(--read-more-height);
  overflow: hidden;
  position: relative;
  transition: max-height 0.35s ease;
}

.read-more-block.is-expanded {
  max-height: none;
  overflow: visible;
}

.read-more-button {
  margin-top: 12px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #CA955B;
  font: inherit;
  font-weight: 600;
  cursor: pointer;
}

.read-more-button:hover {
	text-decoration: underline;
	text-underline-offset: 5px;
}
/*END Читать далее*/