

/* Start:/local/templates/vyaz/css/slidedown.css?17608809442439*/
.slidedown-headline {
	position: relative;
	max-width: 724px;
	cursor: pointer;
}

.slidedown-headline.active::after {
	transform: rotate(0deg);
}
.slidedown-headline::after {
	content: "";
	width: 31.5px;
	height: 24px;
	background: url(/local/templates/vyaz/images/icons/angle-arrow.svg) no-repeat;
	background-position: center;
	position: absolute;
	top: calc((100% - 24px) / 2);
	right: 0;
	transform: rotate(180deg);
}

.slidedown-headline.active::after {
	transform: rotate(0deg);
}

.slidedown-panel {
	display: none;
	width: 868px;
	max-width: 100%;
	font-size: 18px;
	line-height: 25px;
	letter-spacing: 0em;
	position: relative;
}

.slidedown-panel li {
	margin-left: 25px;
}

.slidedown-panel h3 {
	margin-bottom: 40px;
	font-size: 32px;
	font-weight: 700;
	line-height: 125%;
	letter-spacing: 0em;
}

.slidedown-panel a {
	text-decoration: underline;
	font-weight: 600;
	color: #000;
}

.slidedown-panel img {
	width: calc(100% - 20px);
	height: auto;
	margin: 16px 0 20px;
}

.slidedown-panel li img {
	width: calc(100% + 25px);
	height: auto;
	margin: 16px 0 40px -25px;
}

.slidedown__line {
	width: 200px;
	height: 2px;
	background-color: #D9D9D9;
	position: absolute;
	left: calc((100% - 200px) / 2);
	bottom: 0;
}

.rules-section .slidedown-panel {
	margin-bottom: 88px;
}

.slidedown-panel ul li {
	list-style-type: none;
	position: relative;
}

.slidedown-panel ul li::before {
	content: "";
	position: absolute;
	left: -14px;
	top: 12.5px;
	width: 2.5px;
	height: 2.5px;
	border-radius: 50%;
	background-color: #000;
}


@media (max-width: 1000px) {
	.slidedown-panel img {
		width: 100%;
	}
	
	h2.slidedown-headline {
		margin-bottom: 56px;
	}
}
@media (max-width: 700px) {
	h2.slidedown-headline {
		font-size: 40px;
	}
}
@media (max-width: 600px) {
	h2.slidedown-headline {
		max-width: calc(100% - 35px);
	}
	
	h2.slidedown-headline::after {
		right: -35px;
	}
}


@media (max-width: 400px) {
	h2.slidedown-headline {
		text-align: center;
		max-width: 100%;
	}
	h2.slidedown-headline::after {
		top: calc(100% + 15px);
		right: calc((100% - 35px) / 2);
	}
	
	.slidedown-panel p {
		text-align: center;
	}
	
	.slidedown-panel h3 {
		text-align: center;
		margin-bottom: 20px;
	}
	
	.text_margin-bottom-40, .slidedown-panel li img, .requisites {
		margin-bottom: 20px;
	}
}
/* End */


/* Start:/local/templates/vyaz/components/bitrix/news.list/about/style.css?1759166128871*/
.about-section {
	background-size: cover;
}

.about-section__container {
	padding: 163px 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.about {
	max-width: calc(855px - 48px * 2);
	background-color: #fff;
	border-radius: 10px;
	padding: 20px 48px;
}

.about p {
	font-size: 18px;
	line-height: 1.4em;
}

.about p:not(:last-child) {
	margin-bottom: 15px;
}

.about .to-catalog-button {
	display: block;
	max-width: 197px;
	margin-top: 40px;
}
@media (max-width: 1000px) {
	/*mainpage*/
	.about-section__container {
		padding: 95px 15px;
	}
}

@media (max-width: 600px) {
	.about {
		padding: 20px 30px;
	}
}

@media (max-width: 500px) {
	.about-section__container {
		padding: 55px 10px;
	}
	.about .to-catalog-button {
		max-width: 100%;
		margin-top: 20px;
	}
}
@media (max-width: 400px) {
	.about {
		text-align: center;
		padding: 20px;
	}
}
/* End */


/* Start:/local/templates/vyaz/components/bitrix/news.list/advantages/style.css?17628533701313*/

.advantages-section {
	padding: 0 0 100px 0;
}

.advantages {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}

.advantages__item {
	display: flex;
	align-items: center;
	gap: 24px;
}

.advantages__item > span {
	width: 60px;
	height: 60px;
	text-align: center;
}
.advantages__item p {
	font-size: 24px;
	line-height: 125%;
	font-weight: 700;
	max-width: 238px;
}

.advantages__item:nth-child(3) p {
	max-width: 321px;
}

@media (max-width: 1350px) {
	
	.advantages__item:first-child, .advantages__item:last-child {
		max-width: min-content;
	}
	
}


@media (max-width: 1200px) {
	
	.advantages {
		align-items: flex-start;
	}
	
	.advantages__item {
		flex-direction: column;
		gap: 10px;
		text-align: center;
	}
	
	.advantages__item:first-child, .advantages__item:last-child {
		max-width: 100%;
	}
	
}


@media (max-width: 1000px) {
	
	.advantages-section {
		padding: 100px 0;
	}
	
	.advantages {
		align-items: flex-start;
	}
	
}
@media (max-width: 900px) {
	
	
	/*!!!!!!!*/
	/*mainpage*/
	
	
	.advantages {
		flex-wrap: wrap;
		row-gap: 30px;
	}
	
	.advantages__item {
		width: calc(50% - 10px);
	}
}

@media (max-width: 500px) {
	
	.advantages-section {
		padding: 60px 0;
	}
	
	.advantages {
		justify-content: center;
	}
	
	.advantages__item {
		width: 100%;
	}
	
}


/* End */


/* Start:/local/templates/vyaz/components/bitrix/news.list/accordion/style.css?1761490803171*/
.accordionSection {
	overflow: hidden;
}
.accordionItem.active {
	padding-bottom: 80px;
}
@media (max-width: 700px) {
	.accordionItem.active {
		padding-bottom: 40px;
	}
}
/* End */


/* Start:/local/templates/vyaz/css/contacts.css?17616687851642*/
.contacts-section .contacts__phone::before, .contacts-section .contacts__mail::before, .contacts-section .contacts__address::before {
	top: 3px;
}

.contacts-section {
	font-size: 18px;
	line-height: 26px;
	
	display: flex;
	gap: 20px;
	justify-content: space-between;
}

.contacts-section .timetable-block :first-child {
	margin-top: 16px;
}

.contacts-section .timetable-block {
	margin-bottom: 20px;
}

.contacts-section .contacts p:last-child {
	margin-top: 32px;
}
.contacts p.black a {
	color: var(--black-color);
}
.contacts p.black a:hover {
	color: var(--accent-color-hover);
}

.bottom-line {
	margin-top: 30px;
}

.contacts__phone.black::before {
	background-image: url(/local/templates/vyaz/css/../images/icons/phone_black.svg);
}

.contacts__mail.black::before {
	background-image: url(/local/templates/vyaz/css/../images/icons/mail_black.svg);
}

.contacts__address.black::before {
	background-image: url(/local/templates/vyaz/css/../images/icons/pin_black.svg);
}


.map {
	width: 74.6%;
	overflow: hidden;
	min-height: 533px;
	border-radius: 10px;
}

@media (max-width: 1200px) {
	
	.contacts-section {
		align-items: center;
	}
	
	.map {
		min-height: 450px;
		height: 450px;
	}
}
@media (max-width: 1000px) {
	
	.contacts-section {
		align-items: center;
	}
	
	.map {
		background-position: 15% center;
		min-height: 350px;
		height: 350px;
	}
}
@media (max-width: 800px) {
	
	.contacts-section {
		flex-direction: column;
		align-items: flex-start;
	}
	
	.map {
		width: 100%;
	}
}
@media (max-width: 500px) {
	.map {
		background-position: 20% center;
	}
	
	.contacts__text-block {
		width: 100%;
	}
}

/* End */


/* Start:/local/templates/vyaz/components/bitrix/news.list/aboutQuestionSection/style.css?17608824421136*/
.questions-section {
	background-size: cover;
	margin-bottom: 120px;
	background-color: rgba(202, 216, 198, 1);
}

.questions-section__container {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 88px 20px;
}

.questions {
	background-color: rgba(255, 255, 255, 0.6);
	border-radius: 10px;
	padding: 28px 44px 32px 48px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
}

.questions__text {
	font-size: 32px;
	line-height: 106%;
	font-weight: bold;
	margin-bottom: 40px;
	text-align: center;
}

@media (max-width: 600px) {
	
	.questions__text {
		max-width: 17ch;
	}
	
	.questions {
		width: 100%;
	}
}
@media (max-width: 500px) {
	.questions-section, .payments-and-delivery-section, .rules-section .slidedown-panel {
		margin-bottom: 40px;
	}
	
	.questions-section__container {
		padding: 50px 10px;
	}
	
	/*!!!!!!!!!*/
	/*contacts*/
	.questions-form-section .container {
		max-width: calc(100% - 20px);
	}
}
@media (max-width: 400px) {
	.questions {
		padding: 25px;
	}
	
	.questions__text {
		font-size: 28px;
	}
}
/* End */
/* /local/templates/vyaz/css/slidedown.css?17608809442439 */
/* /local/templates/vyaz/components/bitrix/news.list/about/style.css?1759166128871 */
/* /local/templates/vyaz/components/bitrix/news.list/advantages/style.css?17628533701313 */
/* /local/templates/vyaz/components/bitrix/news.list/accordion/style.css?1761490803171 */
/* /local/templates/vyaz/css/contacts.css?17616687851642 */
/* /local/templates/vyaz/components/bitrix/news.list/aboutQuestionSection/style.css?17608824421136 */
