.head span {
	background-color: #37aa7a;
	color: #fff;
	opacity: .8;
}
.btn {
	background-color: #fff;
}
.toy__item-head {
	text-transform: uppercase;
}

.fotorama__img {
	top: 0 !important;
}
.modal__info img {
	max-width: 100%;
}

.contacts__info p {
	margin-top: 20px;
}

.question {
	padding-top: 50px;
}

.toy__item {
	background: rgba(255,255,255,.7);
}
.question__ico,
.question__name {
	top: 30px;
}
.question__item-reverse .question__ico,
.question__item-reverse .question__name {
	left: -5px;
}

/* Bitrix24 */
.toy__item-bitrix24 {
	border: 10px #2fc7f7 solid;
	:hover {
		border-color: #0066a1;
	}
}
.bitrix24__modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 1000;
	justify-content: center;
	align-items: center;
}

.bitrix24__modal-content {
	background-color: white;
	width: calc(100% - 60px);
	max-width: 1440px;
	height: calc(100% - 60px);
	padding: 20px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	border-radius: 8px;
	overflow: auto;
}

.bitrix24__modal-close {
	position: absolute;
	top: 60px;
	right: 73px;
	font-size: 34px;
	font-weight: bold;
	color: #333;
	cursor: pointer;
}
.bitrix24__modal h2 {
	font-size: 34px;
	margin-bottom: 20px;
}
.bitrix24__modal h2:not(:first-of-type) {
	margin-top: 30px;
}

/* INTEC */
.toy__item-intec {
	border: 10px #B02F63 solid;
}
.toy__item-intec svg {
	margin-top: 5px;
}
.intec-solutions-wrapper,
.intec-solution,
.intec-solution__details {
	display: flex;
	flex-direction: column;
}
.intec-solutions-wrapper {
	row-gap: 15px;
}
.intec-solution {
	row-gap: 10px;
}
.intec-solution__details {
	row-gap: 5px;
}
.intec-solution > h3 > a {
	color: inherit;
	font-size: 20px;
    text-decoration: underline;
}

.b24-form-padding-side,
.b24-form-content {
	padding: 0 !important;
}