.trust-block-afisha-ttl {
    border-radius: 500px;
    background: rgb(255, 255, 255);
    position: absolute;
    bottom: 20px;
    left: 20px;
    padding: 7px 15px;
	}
	.trust-block .faq-home .card {
    border-radius: 30px;
    background: none;
    overflow: hidden;
    padding: 15px 25px;
    border: none;
	transition:0.3s;
	cursor:pointer;
	}
	.trust-block .faq-home .card:has(.show) {
    background: rgb(255, 255, 255);
	}
	.trust-block-afisha {
    position: relative;
	}
	.trust-block-afisha-ttl span {
    background: rgb(233, 246, 245);
    width: 22px;
    height: 22px;
    line-height: 22px;
    display: inline-block;
    text-align: center;
    border-radius: 22px;
	}
	@media (max-width: 768px) {
	.trust-block .faq-home .card {
    padding: 15px 15px;
	}
	}