/* START Bitrix Include Area Styles */

#bx_incl_area_4_1 {
	overflow: hidden;
}

#bx_incl_area_3_3,
#bx_incl_area_3_4,
#bx_incl_area_3_5,
#bx_incl_area_3_6,
#bx_incl_area_3_7,
#bx_incl_area_3_8,
#bx_incl_area_4_3,
#bx_incl_area_4_4,
#bx_incl_area_4_5,
#bx_incl_area_4_6,
#bx_incl_area_4_7,
#bx_incl_area_4_8 {
	display: inherit;
}

#bx_incl_area_1,
#bx_incl_area_3_9,
#bx_incl_area_3_10,
#bx_incl_area_3_11,
#bx_incl_area_3_12,
#bx_incl_area_3_13,
#bx_incl_area_3_14,
#bx_incl_area_4_9,
#bx_incl_area_4_10,
#bx_incl_area_4_11,
#bx_incl_area_4_12,
#bx_incl_area_4_13,
#bx_incl_area_4_14 {
	display: inline-block;
}

#bx_incl_area_4,
#bx_incl_area_5 {
	/* footer copyright */
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	font-size: 12px;
	color: black;
	line-height: 1.2;
}

#bx_incl_area_6 {
	/* footer partners */
	float: left;
	width: 100%;
	max-width: 450px;
}

#bx_incl_area_7 {
	/* footer ico */
	display: inline-block;
	max-width: 29px;
	width: 100%;
	margin-right: 15px;
}


/* END Bitrix Include Area Styles */

html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

*,
*::before,
*::after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	font-family: 'Proxima', sans-serif;
}

img {
	max-width: 100%;
	height: auto;
}

h1, .h1 {
	font-size: 26px;
	font-weight: normal;
	color: #e30613;
	text-transform: uppercase;
}

a {
	color: #e30613;
	transition: all 0.3s ease;
}

a:hover {
	text-decoration: none;
}

p {
	margin: 0 0 20px 0;
	font-size: 14px;
	color: #515151;
	line-height: 1.5;
	text-align: justify;
}

.wrapper {
	width: 100%;
	max-width: 1200px;
	min-height: 320px;
	margin: 35px auto 0 auto;
	/*overflow: hidden;*/
}

.wrapper:after {
	content: "";
	display: block;
	clear: both;
	width: 100%;
}

::-webkit-input-placeholder {
	font-family: 'Proxima', sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #979695;
}

::-moz-placeholder {
	font-family: 'Proxima', sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #979695;
}

:-ms-input-placeholder {
	font-family: 'Proxima', sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #979695;
}

.promo {
	border-top: 4px solid #e30613;
	border-bottom: 4px solid #e30613;
	margin-bottom: 35px;
}

.promo:after {
	content: "";
	display: block;
	width: 100%;
	height: 0;
	clear: both;
}

.full-site-width .promo {
	margin-bottom: 35px;
}

.clearfix {
	clear: both;
	display: table;
}

.image-left {
	float: left;
	margin: 0 30px 20px 0;
}

.image-right {
	float: right;
	margin: 0 0 20px 30px;
}

.date {
	display: block;
	margin-bottom: 30px;
	font-size: 12px;
	color: #515151;
}

.full-site-width {
	width: 1240px !important;
}

.mob-show {
	display: none !important;
}

.mob-hide {
	display: inherit !important;
}


/* START images-list */

.images--list {
	font-size: 0;
}

.images--list--item {
	display: inline-block;
	vertical-align: top;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 30px;
	text-align: center;
	text-decoration: none;
	overflow: hidden;
}

.images--list--item:nth-child(3n) {
	margin-right: 0;
}

.images--list--item .images--list--item--img {
	display: inline-block;
	width: 100%;
	height: 185px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	border: 1px solid #dbdbdb;
	margin-bottom: 10px;
	opacity: 1;
	transition: opacity 0.3s;
}

.solutions-page .images--list--item .images--list--item--img {
	background-size: contain;
}

.images--list--item:hover .images--list--item--img {
	opacity: 0.7;
}

.images--list--item .images--list--item--name {
	display: block;
	font-size: 14px;
	font-weight: 600;
	color: #e30613;
}

/* END images-list */


/* START table style */

.main-content .wrap-table {
	display: block;
	position: relative;
	width: 100%;
	min-height: 0;
	overflow-x: auto;
	margin: 0;
}

.main-content table {
	/*display: block;
  overflow-x: auto;
  position: relative;
  */
	width: 99.9%;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0;
}

.main-content .table-scroll-ico {
	display: block;
	width: 100%;
	margin: 0;
	position: relative;
	visibility: hidden;
	height: 0;
	opacity: 0;
	transition: all 0.3s ease;
}

.main-content .table-scroll-ico:before {
	content: url('../images/svg/ico-table-move.svg');
	width: 50px;
	height: 30px;
	position: absolute;
	top: 0;
	left: 5px;
}

.main-content .table-scroll-ico.show {
	visibility: visible;
	height: 30px;
	margin: 15px auto 5px;
	opacity: 1;
}

.main-content table thead {
	display: table-row-group;
}

.main-content table th {
	padding: 10px;
	background-color: #e30613;
	font-size: 13px;
	font-weight: 600;
	color: white;
	text-align: center;
	border-left: 1px solid white;
	border-bottom: 1px solid white;
}

.main-content table tr:nth-child(1) th:nth-child(1) {
	border-left: none;
	padding: 10px 20px;
	text-align: left;
	text-transform: uppercase;
}

.main-content table tr:nth-child(odd) {
	background-color: #fff;
}
.main-content table tr:nth-child(even) {
	background-color: #d9d9d9;
}


.main-content table.mob tr:nth-child(odd),
.main-content table.mob tr:nth-child(4n) {
	background-color: #d9d9d9 !important;
}
.main-content table.mob tr:nth-child(even) {
	background-color: #fff;
}



.main-content table td {
	padding: 10px;
	font-size: 14px;
	color: #515151;
	text-align: center;
	border: 0;
	border-bottom: 1px solid #bcbdc0;
	border-left: 1px solid #bcbdc0;
}

.main-content table td:nth-child(1) {
	border-left: none;
	padding-left: 20px;
	text-align: left;
}

.main-content table .mob-cell-show {
	display: none;
	font-size: 14px;
	font-weight: 600;
	background-color: #d9d9d9;
	text-align: center !important;
}
.breadcrumbs {
	margin-bottom: 24px;
	font-size: 14px;
	color: #1D1D1B;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.breadcrumbs a,
.breadcrumbs .bx-breadcrumb-item span {
	color: #828282;
}
.breadcrumbs a {
	text-decoration: none;
}
.breadcrumbs .separator {
	width: 6px;
	height: 1px;
	margin: 0 6px;
	background: #555555;
	opacity: 0.2;
}
.contact-form {
	margin: 25px 0 0;
	border-top: 1px solid #DBDBDB;
	padding-top: 20px;
	border-bottom: 1px solid #D8DBDB;
	padding-bottom: 25px;
}
.contact-form--no-borders {
	border-top: none;
	border-bottom: none;
	padding-top: 0;
	padding-bottom: 0;
	padding: 40px;
	overflow: visible!important;
}
.fancybox-skin {
	margin: 0 15px !important;
}
.fancybox-skin {
	margin: 0 15px !important;
}
.fancybox-wrap .contact-form {
	margin: 0;
	padding: 25px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100%;
}
.contact-form__title {
	font-weight: bold;
	font-size: 16px;
	color: #515151;
	line-height: 1;
}
.contact-form__inputs {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}
.contact-form__input-block {
	width: 49%;
	position: relative;
}
.contact-form__input-block input {
	box-sizing: border-box;
	width: 100%;
	font-size: 14px;
	font-family: 'Proxima', sans-serif;
	padding: 12px 17px;
	background: #FFFFFF;
	border: 1px solid #DBDBDB;
}
.contact-form__input-block input::placeholder {
	color: #828282;
}
.contact-form textarea {
	resize: none;
	margin-top: 9px;
	box-sizing: border-box;
	width: 100%;
	padding: 15px 12px;
	background: #FFFFFF;
	border: 1px solid #DBDBDB;
	height: 125px;
	font-size: 14px;
	font-family: 'Proxima', sans-serif;
	padding: 12px 17px;
}
.contact-form__bottom {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-top: 20px;
}

.contact-form__bottom .contact-form__agree {
	width: 55%;
}

.custom-checkbox {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.custom-checkbox+label {
	display: inline-flex;
	align-items: center;
	user-select: none;
	color: #333333;
}
.custom-checkbox+label::before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	flex-shrink: 0;
	flex-grow: 0;
	margin-right: 16px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50% 50%;
	background-color: #F8F8F8;
	box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.25);
}
.custom-text--sitemap {
	padding: 0 20px;
}
.custom-checkbox:checked+label::before {
	background-color: #E30613;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
.contact-form button.contact-form-btn {
	background: #E2000E;
	border: 0;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
	font-family: 'Proxima', sans-serif;
	height: 50px;
	width: 280px;
	line-height: 44px;
	cursor: pointer;
}
.contact-form__error {
	position: absolute;
	right: 2px;
	top: 2px;
	height: 90%;
	font-size: 14px;
	line-height: 38px;
	color: #E2000E;
	padding-right: 14px;
	padding-left: 14px;
	background-color: #fff;
	display: none;
}
.contact-form__input-block_error .contact-form__error {
	display: block;
}
.contact-form__input-block_error input {
	border-color: #E2000E;
	color: #E2000E;
}
.contact-form__error {
	opacity: 1;
	transition: opacity 300ms;
}
.contact-form__input-block_error input:focus + .contact-form__error {
	opacity: 0;
}
.contact-form__success {
	color: #515151;
	text-align: center;
	font-size: 18px;
	display: none;
	padding: 30px 30px 20px;
}

.q-contacts__title {
	padding-top: 20px;
	padding-bottom: 20px;
}
.contacts-block--map {
	margin-top: 0;
}
.contacts-block--list--item:first-child {
	margin-top:0;
}
.main-content h1 {
	margin: 13px 0 20px 0;
}
.contact-form__error-agree {
	color: #E2000E;
	text-align: center;
	padding-top: 15px;
	display: none;
}
.contact-form__input-block input:focus {
	outline-color: black;
}

@media screen and (max-width: 1220px){
	.contact-form__success {
		padding: 30px 30px 10px;
	}
}

@media screen and (max-width: 768px) {
	.breadcrumbs {
		padding: 0 20px;
		line-height: 1.8;
		margin-bottom: 16px;
	}
}

@media screen and (max-width: 660px) {
	.contact-form__inputs {
		flex-wrap: wrap;
	}
	.contact-form__input-block {
		width: 100%;
		margin-bottom: 10px;
	}
	.contact-form textarea {
		margin-top: 0;
	}
	.fancybox-wrap .contact-form {
		padding: 5px;
	}

	.fancybox-wrap .contact-form__bottom {
		display: block;
		margin-top: 5px;
	}

	.fancybox-wrap .contact-form__agree {
		margin-bottom: 10px;
	}
}
/* END table style */

form textarea {
	outline-color: black;
}

.hidden{
	display: none
}

.hidden-block__btn {
	font-family: 'Proxima', sans-serif;
	color: #e30613;
	background-color: transparent;
	border: none;
	padding: 0;
	transition: all .2s linear;
	cursor: pointer;
	display: flex;
	align-items: center;
	line-height: 1;
	font-size: 14px;
	font-weight: 600;
}

.hidden-block__btn::before{
	content: '';
	display: block;
	width: 11px;
	height: 11px;
	margin-right: 5px;
	background-color: #e30613;
	background-image: url('../images/plus.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	margin-top: -1px;
}

.hidden-block__btn--active::before{
	content: '';
	background-color: #dbdbdb;
	background-image: url('../images/minus.svg');
}

.hidden-block__btn:hover{
	color: #515151;
}

.hidden-block__content li{
	font-size: 14px;
	color: #515151;
	line-height: 1.5;
	margin-bottom: 4px;
	text-align: justify;
	padding-left: 30px;
	position: relative;
}

.hidden-block__content ol{
	list-style: none;
	counter-reset: li;
	padding-left: 0;
}

.hidden-block__content ol li::before {
	content: counter(li)". ";
	counter-increment: li 1;
	left: 10px;
	color: #e30613;
	position: absolute;
}
.hidden-block__content h3{
	font-size: 14px;
	color: #515151;
}
.hidden-block__content ul {
	margin: 15px 0;
	padding: 0;
	list-style: none;
}
.hidden-block__content ul li{
	padding-left: 0
}
.hidden-block__content ul li::before {
	content: "";
	width: 5px;
	height: 5px;
	background-color: #e30613;
	display: inline-block;
	vertical-align: 1px;
	margin-right: 10px;
}
.top-line{
	border-top: 1px solid #dbdbdb;
	padding-top: 15px;
	margin-top: 20px;
}
.images-two-columns{
	margin-left: -10px;
	margin-right: -10px
}
@media screen and (min-width: 480px) {
	.images-two-columns .images--list--item {
		width: 50%;
		margin-right: 0;
		padding-right: 10px;
		padding-left: 10px;
	}
	.images-two-columns .images--list--item--img{
		height: 240px;
	}
}

@media screen and (max-width: 480px) {
	.contact-form--no-borders {
		max-width: 80%;
	}

	.contact-form__bottom {
		flex-direction: column;
	}

	.contact-form__bottom .contact-form__agree {
		width: 100%;
	}

	.contact-form button.contact-form-btn {
		width: 100%;
		margin-top: 15px;
	}
}
