h1 {
	font-style: normal;
	font-weight: 600;
	font-size: 32px;
	line-height: 44px;
	color: #05142f;
	margin-top: 40px;
	padding-bottom: 20px;
}

h2 {
	font-size: 25px;
	font-weight: 600;
	line-height: 30px;
}

h3 {
	font-size: 20px;
	font-weight: 600;
	line-height: 24px;
}

.mt20 {
	margin-top: 15px;
}

.mr-20 {
	margin-right: -20px;
}

.mt-20 {
	margin-top: -20px;
}

p {
	padding-bottom: 20px;
	line-height: 20px;
}

.__red {
	color: #e1362a;
}
.__green {
	color: green;
}

@media only screen and (max-width: 960px) {
	h1 {
		font-size: 19px;
		line-height: 27px;
		padding-left: 10px;
		padding-right: 10px;
		max-width: calc(100vw - 10px);
	}
}


.__hide {
	display: none;
}

/** Иконки соцсетей */
.footer__contacts--instagram {
	background: url(./app/assets/build/images/inst.svg);
	width: 32px;
	height: 32px;
}

.footer__contacts--instagram:hover {
	background: url(./app/assets/build/images/inst_hover.svg);
}

/** Стили для слайдера */
.sidebar__slider--button {
	border: 1px solid #00b2e3;
	line-height: 30px;
}

.sidebar__request--inner {
	justify-content: center;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.sidebar__request--inner .button {
	width: 219px;
	height: 40px;
	margin-top: 18px;
	cursor: pointer;
	display: inline-block;
	line-height: 28px;
	border: 1px solid #00b2e3;
}


/** Стили для форм */
.modal .has-success {
}

.modal .has-success .input {
	position: relative;
	background: url(./app/assets/build/images/valid.svg) #fff;
	background-repeat: no-repeat;
	background-position: right 10px center;
	padding-right: 20px;
}

.modal .has-success .help-block {
	display: none;
}

.modal .has-error .input {
	border: 1px solid #e1362a;
	margin-bottom: 7px !important;
	position: relative;
	background: url(./app/assets/build/images/validError.svg) #fff;
	background-repeat: no-repeat;
	background-position: right 10px center;
	padding-right: 20px;
}

.modal .has-error .help-block {
	display: block;
}

/** Блок: аналоги*/
.sidebar__request.productpage__analogs {
	background: url(/include/analogs.jfif);
	background-size: contain;
	background-repeat: no-repeat;
	border-radius: 10px;
	width: 200px;
}

.sidebar__request.productpage__analogs .sidebar__request--inner {
	width: 100%;
}

/** Кнопка */
button {
	outline: none;
}

a.button {
	float: left;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

.description ol,
.description ul,
.news__post--text ol,
.news__post--text ul {
	margin-left: 35px;
	margin-bottom: 20px;
}

.description ol li,
.description ul li,
.news__post--text ul li,
.news__post--text ol li {
	line-height: 20px;
	margin-bottom: 5px;
}

.description ol,
.news__post--text ol {
	list-style: decimal;
}

.description ul,
.news__post--text ul {
	list-style: disc;
}

.description h2,
.description h3 {
	padding-bottom: 20px;
}

.description b,
.description strong {
	font-weight: bold;
}

.b-privacy--text {
	line-height: 20px;
}

@media only screen and (max-width: 960px) {
	a.button {
		font-size: 12px;
		height: 40px;
		/*width: 100%;*/
	}

	.productpage .sidebar__request,
	.productpage .sidebar__request--inner {
		width: 100%;
	}
}
