body {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
}

.zero-bg-img {
    top: unset !important;
    bottom: 0;
}

.accordion-container .t585__border,
.accordion-container .t585__icon {
    display: none;
}

.standart-photo,
.standart-text,
.standart-price,
.standart-single-photo,
.standart-single-text,
.standart-single-price,
.superior-photo,
.superior-text,
.superior-price,
.half-luxe-photo,
.half-luxe-text,
.half-luxe-price,
.luxe-photo,
.luxe-text,
.luxe-price {
    transition: opacity 1000ms ease-out; /* продолжительность анимации в миллисекундах */
}

.standart-single-photo,
.standart-single-text,
.standart-single-price,
.superior-photo,
.superior-text,
.superior-price,
.half-luxe-photo,
.half-luxe-text,
.half-luxe-price,
.luxe-photo,
.luxe-text,
.luxe-price {
    opacity: 0;
}

.fadeOut {
	opacity: 0;
}

.fadeIn {
	opacity: 1;
}

.accordion-container .t585__header  {
    padding-left: 22px;
    border-top: 0 !important;
}

.accordion-container .t585__text {
    position: relative;
}

.accordion-container .t585__content {
    padding-top: 7px;
}

.accordion-container .t585__opened + .t585__content .t585__text::after {
    content: '';
	position: absolute;
	bottom: -24px;
	left: 22px;
	display: block;
	width: 100px;
	height: 1px;
	background-color: #A07048;
}

.accordion-container .t-container > .t-col {
	margin: 0;
}

.accordion-container .t585__opened::before {
	content: url("data:image/svg+xml,%3Csvg width='5' height='10' viewBox='0 0 5 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 10.0001L5 5.00006L0 6.10352e-05V10.0001Z' fill='%238D623F'/%3E%3C/svg%3E");
	position: absolute;
	z-index: 999;
	top: calc(50% - 10px);
	left: 0;
}

.accordion-container .t585__header:hover::before {
	content: url("data:image/svg+xml,%3Csvg width='5' height='10' viewBox='0 0 5 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 10.0001L5 5.00006L0 6.10352e-05V10.0001Z' fill='%23A07048'/%3E%3C/svg%3E");
	position: absolute;
	z-index: 998;
	top: calc(50% - 10px);
	left: 0;
}

.accordion-container .t585__header.t585__opened:hover::before {
	content: url("data:image/svg+xml,%3Csvg width='5' height='10' viewBox='0 0 5 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 10.0001L5 5.00006L0 6.10352e-05V10.0001Z' fill='%238D623F'/%3E%3C/svg%3E");
	position: absolute;
	z-index: 999;
	top: calc(50% - 10px);
	left: 0;
}

.accordion-container ::marker {
    font-size: 0;
}

.accordion-container ul {
    padding-left: 22px !important;
}

.accordion-container li::before {
	content: '•';
	position: relative;
	left: -10px;
}

.accordion-container .t585__header.t585__opened * {
    color: #000000 !important;
}

.accordion-container .t585__header * {
    color: #A07048 !important;
}

.accordion-container .t585__header:hover * {
    color: #B98B64 !important;
}

.t-slds__arrow {
    width: 24px !important;
    height: 24px !important;
    border-radius: 0 !important;
}

.t-slds__arrow_body {
    max-width: 22px !important;
}