h1 {
	margin: 0 0 .55em;
	font-size: 2em;
	color: #212121;
	font-weight: 600;
	line-height: 1.25em;
}
h2 {
	margin: .9em 0 .55em;
	font-size: 1.5em;
	color: #212121;
	font-weight: 600;
	line-height: 1.333335em;
}
h3 {
	margin: 1em 0 .7em;
	font-size: 1.25em;
	color: #212121;
	font-weight: 600;
	line-height: 1.4em;
}
h4 {
	margin: 1em 0 .7em;
	font-size: 1.125em;
	color: #212121;
	font-weight: 600;
	line-height: 1.444445em;
}
h5 {
	margin: 1em 0 .7em;
	font-size: 1em;
	color: #212121;
	font-weight: 600;
	line-height: 1.5em;
}
h6 {
	margin: 1em 0 .7em;
	font-size: 0.875em;
	color: #212121;
	font-weight: 600;
	line-height: 1.57143em;
	text-transform: uppercase;
}
p {
	margin: .9em 0 1em 0;
	line-height: 1.5em;
}
ul {
	margin: 7px 0 0;
	padding-left: 6px;
}
ul li {
	margin-top: 6px;
	list-style: none;
}
ul li:before {
	content: '';
	position: relative;
	right: 5px;
	bottom: 4px;
	display: inline-block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #f44336;
}
a:focus {
	outline: none;
}
table.table {
	width: 100%;
	border-collapse: collapse;
}
table.table tr {
	background-color: #f5f5f5;
}
 table.table tr:nth-child(2n) {
	background-color: #f9f9f9;
}
 table.table td {
	padding: 17px 19px 16px;
	font-size: 0.875em;
	color: #424242;
	border: 1px solid #efefef;
}
blockquote {
	margin: 8.1% 0;
	font-size: 1.495em;
	color: #212121;
	font-weight: 600;
	text-align: center;
}

blockquote:before {
	content: '';
	display: block;
	width: 31%;
	margin: 0 auto 3.7%;
	border-top: 1px solid #f44336;
}
blockquote:after {
	content: '';
	display: block;
	width: 31%;
	margin: 3.75% auto 0;
	border-top: 1px solid #f44336;
}
table.colors {
	width: 100%;
	border-collapse: collapse;
}
table.colors td{
	height: 21px;
	padding: 5px;
	border: 1px solid #282828;
}
.catalog .content .product .information {
	max-width: 100%;
}
.product-item-list .desc table {
	display: none;
}
@media screen and (max-width: 1260px) {
	table.colors {
		display: block;
		padding-left: 15px;
	}
	table.colors tr:not(:first-child) {
		display: none;
	}
	table.colors td {
		display: list-item;
		padding: 0;
		border: none;
	}
}
table.bordered {
	width: 100%;
	border-collapse: collapse;
}
table.bordered td {
    padding: 5px 10px;
	border: 1px solid #424242;
	text-align: center;
	vertical-align: top;
}
table.bordered tr:first-child td {
	vertical-align: middle;
}



/*  СТИЛИ ДЛЯ ФОРМЫ */
.ask-popup .head p {
	font-size: 15px;
}
.ask-popup .success-message {
	color: #212121;
	font-size: 24px;
	font-weight: 700;
	line-height: 32px;
	text-align: center;
}
.form-title-img {
	width: 60px;
	height: 60px;
	margin: 0 auto 30px auto;
	display: none;
}
.ask-popup .box.submitted .form-title-img {
	display: block;
}

.ask-thanks {
	display: none;
}
.ask-popup .ask-thanks {
	display: block;
}

.ask-popup .box.submitted .title {
	display: none;
}
.box.submitted .head p {
	display: none;
}
label[for = "CONTACTS"], label[for='QUESTION'], label[for='PHONE']{
	position: relative;
}
label[for = "CONTACTS"]::after, label[for='QUESTION']::after, label[for='PHONE']::after {
	content: "*";
}
.ask-popup .box.submitted form {
	display: flex;
	flex-direction: column;
	align-items: center;

}



/* QUESTIONS==============================================================================================*/

.questions {
	margin-top: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
}

.questions__top {
	height: -webkit-max-content;
	height: -moz-max-content;
	height: max-content;
	margin-bottom: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.questions__top h2 {
	margin: 0;
}

.questions__top-button {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: inline-block;
	padding: 12px 21px;
	font-size: 0.85em;
	color: #fff;
	letter-spacing: 0.01em;
	background-color: #f68922;
	border: none;
	border-radius: 3px;
	text-decoration: none;
	cursor: pointer;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

.questions__top-button:hover {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.075)), to(rgba(255, 255, 255, 0.075)));
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.075) 0%, rgba(255, 255, 255, 0.075) 100%);
	background-color: #f68922;
}

.questions__show-more {
	margin-top: 25px;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	color: #212121;
	font-size: 16px;
	font-weight: 400;
	line-height: 21px;
	cursor: pointer;
	-webkit-transition: all 0.1s ease;
	transition: all 0.1s ease;
	position: relative;
}

.questions__show-more::after {
	content: '';
	position: absolute;
	top: 5px;
	margin-left: 10px;
	width: 6px;
	height: 6px;
	border-radius: 1px;
	border-left: 2px solid #424242;
	border-bottom: 2px solid #424242;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.questions__show-more.rotate::after {
	top: 8px;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}

.questions__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
}

.questions__list.full .questions__item {
	display: block !important;
}

.questions__item {
	cursor: pointer;
	width: 100%;
	padding: 30px 0;
	border-top: 1px solid #e9e9e9;
}

.questions__item:last-of-type {
	border-bottom: 1px solid #e9e9e9;
}

.questions__item:nth-of-type(6) ~ .questions__item {
	display: none;
}

.questions__item-title {
	margin-right: 20px;
	font-size: 16px;
	font-weight: bolder;
}

.questions__item-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.questions__item-button svg {
	fill: #424242;
	-webkit-transition: -webkit-transform 0.15s ease;
	transition: -webkit-transform 0.15s ease;
	transition: transform 0.15s ease;
	transition: transform 0.15s ease, -webkit-transform 0.15s ease;
	width: 18px;
	height: 18px;
}

.questions__item-text {
	padding-right: 50px;
	-webkit-transition: all 0.15s ease;
	transition: all 0.15s ease;
	height: 0;
	overflow: hidden;
}

.questions__item-text p {
	margin-top: 0;
}

.questions__item.active .questions__item-text {
	padding-top: 25px;
	height: -webkit-max-content;
	height: -moz-max-content;
	height: max-content;
}

.questions__item.active .questions__item-button svg {
	fill: #f68922;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
	.questions__item-text {
		padding-right: 0;
	}
}