

/* Start:/bitrix/templates/termo/components/bitrix/menu/menu/style.css?16738068729984*/
.bx-header-bottom > .header-menu-wrp,
.bx-header-bottom > div > .header-menu-wrp{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
}
.bx-header-bottom > .header-menu-wrp > .header-menu-lvl1,
.bx-header-bottom > div > .header-menu-wrp > .header-menu-lvl1{
	position: relative;
}
.bx-header-bottom > .header-menu-wrp > .header-menu-lvl1 > a,
.bx-header-bottom > div > .header-menu-wrp > .header-menu-lvl1 > a{
	display: block;
	padding: 0 20px;
	font-family: 'PT Sans Bold';
	font-size: 18px;
	line-height: 60px;
	color: var(--main-color);
}
.bx-header-bottom > .header-menu-wrp > .header-menu-lvl1:hover > a,
.bx-header-bottom > div > .header-menu-wrp > .header-menu-lvl1:hover > a{
	color: var(--color-blue);
}
.bx-header-bottom > .header-menu-wrp > .header-menu-lvl1 > .header-menu-lvl2,
.bx-header-bottom > div > .header-menu-wrp > .header-menu-lvl1 > .header-menu-lvl2{
	position: absolute;
	top: 60px;
	left: 50%;
	z-index: 100;
	transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	padding: 10px 15px;
	visibility: hidden;
	width: 220px;
	background: #fff;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	box-shadow: inset 0 0 0 1px var(--color-line-gray), 0 0 15px 0 rgb(72, 76, 176, 0.1);
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
	text-align: center;
	font-size: 18px;
	line-height: 18px;
	transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
}
.bx-header-bottom > .header-menu-wrp > .header-menu-lvl1.bx-nav-parent:hover > .header-menu-lvl2,
.bx-header-bottom > div > .header-menu-wrp > .header-menu-lvl1.bx-nav-parent:hover > .header-menu-lvl2{
	visibility: visible;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
.bx-header-bottom > .header-menu-wrp > .header-menu-lvl1 > .header-menu-lvl2 > li > a,
.bx-header-bottom > div > .header-menu-wrp > .header-menu-lvl1 > .header-menu-lvl2 > li > a{
	display: block;
	padding: 10px 0;
	border-bottom: 1px solid var(--color-line-light-gray);
}
.bx-header-bottom > .header-menu-wrp > .header-menu-lvl1 > .header-menu-lvl2 > li:last-child > a,
.bx-header-bottom > div > .header-menu-wrp > .header-menu-lvl1 > .header-menu-lvl2 > li:last-child > a{
	border: none;
}
.bx-header-bottom > .header-menu-wrp > .header-menu-lvl1 > .header-menu-lvl2 > li > a:hover,
.bx-header-bottom > div > .header-menu-wrp > .header-menu-lvl1 > .header-menu-lvl2 > li > a:hover{
	color: var(--color-blue);
}

@media screen and (max-width:1024px) {
	.bx-header-bottom > .header-menu-wrp,
	.bx-header-bottom > div > .header-menu-wrp{
		flex-direction: column;
		flex-wrap: nowrap;
		justify-content: flex-start;
		align-items: stretch;
		align-content: stretch;
	}
	.bx-header-bottom > .header-menu-wrp:nth-child(2),
	.bx-header-bottom > div > .header-menu-wrp:nth-child(2){
		border-top: 1px solid var(--color-line-gray);
	}
	.bx-header-bottom > .header-menu-wrp > .header-menu-lvl1,
	.bx-header-bottom > div > .header-menu-wrp > .header-menu-lvl1{
		border-bottom: 1px solid var(--color-line-gray);
	}
	.bx-header-bottom > .header-menu-wrp > .header-menu-lvl1.bx-nav-parent > a > .header-menu-parent-icon,
	.bx-header-bottom > div > .header-menu-wrp > .header-menu-lvl1.bx-nav-parent > a > .header-menu-parent-icon{
		position: absolute;
		top: 0;
		right: 0;
		width: 60px;
		height: 60px;
		border-left: 1px solid var(--color-line-gray);
		-o-transition: all 0.2s linear;
		-moz-transition: all 0.2s linear;
		-webkit-transition: all 0.2s linear;
		transition: all 0.2s linear;
	}
	.bx-header-bottom > .header-menu-wrp > .header-menu-lvl1.bx-nav-parent.open-li1 > a > .header-menu-parent-icon,
	.bx-header-bottom > div > .header-menu-wrp > .header-menu-lvl1.bx-nav-parent.open-li1 > a > .header-menu-parent-icon,
	.bx-header-bottom > .header-menu-wrp > .header-menu-lvl1.bx-nav-parent.open-li2 > a > .header-menu-parent-icon,
	.bx-header-bottom > div > .header-menu-wrp > .header-menu-lvl1.bx-nav-parent.open-li2 > a > .header-menu-parent-icon,
	.bx-header-bottom > .header-menu-wrp > .header-menu-lvl1.bx-nav-parent.open-li3 > a > .header-menu-parent-icon,
	.bx-header-bottom > div > .header-menu-wrp > .header-menu-lvl1.bx-nav-parent.open-li3 > a > .header-menu-parent-icon{
		background: #fff;
	}
	.bx-header-bottom > .header-menu-wrp > .header-menu-lvl1.bx-nav-parent > a > .header-menu-parent-icon:before,
	.bx-header-bottom > div > .header-menu-wrp > .header-menu-lvl1.bx-nav-parent > a > .header-menu-parent-icon:before{
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
		content: '\F0140';
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		font-family: "Material Design Icons";
		font-size: 22px;
		font-style: normal;
		-o-transition: all 0.2s linear;
		-moz-transition: all 0.2s linear;
		-webkit-transition: all 0.2s linear;
		transition: all 0.2s linear;
	}
	.bx-header-bottom > .header-menu-wrp > .header-menu-lvl1.bx-nav-parent.open-li1 > a > .header-menu-parent-icon:before,
	.bx-header-bottom > div > .header-menu-wrp > .header-menu-lvl1.bx-nav-parent.open-li1 > a > .header-menu-parent-icon:before,
	.bx-header-bottom > .header-menu-wrp > .header-menu-lvl1.bx-nav-parent.open-li2 > a > .header-menu-parent-icon:before,
	.bx-header-bottom > div > .header-menu-wrp > .header-menu-lvl1.bx-nav-parent.open-li2 > a > .header-menu-parent-icon:before,
	.bx-header-bottom > .header-menu-wrp > .header-menu-lvl1.bx-nav-parent.open-li3 > a > .header-menu-parent-icon:before,
	.bx-header-bottom > div > .header-menu-wrp > .header-menu-lvl1.bx-nav-parent.open-li3 > a > .header-menu-parent-icon:before{
		transform: translate(-50%, -50%) rotate(180deg);
		-moz-transform: translate(-50%, -50%) rotate(180deg);
		-ms-transform: translate(-50%, -50%) rotate(180deg);
		-webkit-transform: translate(-50%, -50%) rotate(180deg);
		-o-transform: translate(-50%, -50%) rotate(180deg);
	}
	.bx-header-bottom > .header-menu-wrp > .header-menu-lvl1 > .header-menu-lvl2,
	.bx-header-bottom > div > .header-menu-wrp > .header-menu-lvl1 > .header-menu-lvl2{
		position: relative;
		top: auto;
		left: auto;
		z-index: 100;
		overflow: hidden;
		transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-webkit-transform: none;
		-o-transform: none;
		padding: 0;
		visibility: hidden;
		width: 100%;
		max-height: 0;
		box-shadow: none;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		-khtml-border-radius: 0;
		border-radius: 0;
		text-align: left;
		transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		-webkit-transition: all 0.3s ease-in-out;
	}
	.bx-header-bottom > .header-menu-wrp > .header-menu-lvl1.bx-nav-parent:hover > .header-menu-lvl2,
	.bx-header-bottom > div > .header-menu-wrp > .header-menu-lvl1.bx-nav-parent:hover > .header-menu-lvl2{
		max-height: 0;
		visibility: hidden;
	}
	.bx-header-bottom > .header-menu-wrp > .header-menu-lvl1.bx-nav-parent.open-li1 > .header-menu-lvl2,
	.bx-header-bottom > div > .header-menu-wrp > .header-menu-lvl1.bx-nav-parent.open-li1 > .header-menu-lvl2,
	.bx-header-bottom > .header-menu-wrp > .header-menu-lvl1.bx-nav-parent.open-li2 > .header-menu-lvl2,
	.bx-header-bottom > div > .header-menu-wrp > .header-menu-lvl1.bx-nav-parent.open-li2 > .header-menu-lvl2,
	.bx-header-bottom > .header-menu-wrp > .header-menu-lvl1.bx-nav-parent.open-li3 > .header-menu-lvl2,
	.bx-header-bottom > div > .header-menu-wrp > .header-menu-lvl1.bx-nav-parent.open-li3 > .header-menu-lvl2{
		max-height: 500px;
		visibility: visible;
		filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
		-moz-opacity: 1;
		-khtml-opacity: 1;
		opacity: 1;
	}
	.bx-header-bottom > .header-menu-wrp > .header-menu-lvl1.bx-nav-parent,
	.bx-header-bottom > div > .header-menu-wrp > .header-menu-lvl1.bx-nav-parent{
		cursor: pointer;
	}
	.bx-header-bottom > .header-menu-wrp > .header-menu-lvl1.bx-nav-parent > a,
	.bx-header-bottom > div > .header-menu-wrp > .header-menu-lvl1.bx-nav-parent > a{
		pointer-events: none;
		cursor: pointer;
	}
	.bx-header-bottom > .header-menu-wrp > .header-menu-lvl1 > a,
	.bx-header-bottom > div > .header-menu-wrp > .header-menu-lvl1 > a{
		padding: 0 0 0 40px;
	}
	.bx-header-bottom > .header-menu-wrp > .header-menu-lvl1.bx-nav-parent.open-li1 > a,
	.bx-header-bottom > div > .header-menu-wrp > .header-menu-lvl1.bx-nav-parent.open-li1 > a,
	.bx-header-bottom > .header-menu-wrp > .header-menu-lvl1.bx-nav-parent.open-li2 > a,
	.bx-header-bottom > div > .header-menu-wrp > .header-menu-lvl1.bx-nav-parent.open-li2 > a,
	.bx-header-bottom > .header-menu-wrp > .header-menu-lvl1.bx-nav-parent.open-li3 > a,
	.bx-header-bottom > div > .header-menu-wrp > .header-menu-lvl1.bx-nav-parent.open-li3 > a{
		color: var(--color-blue);
	}
	.bx-header-bottom > .header-menu-wrp > .header-menu-lvl1 > .header-menu-lvl2 > li > a,
	.bx-header-bottom > div > .header-menu-wrp > .header-menu-lvl1 > .header-menu-lvl2 > li > a{
		padding: 12.5px 25px 12.5px 70px;
	}
	.bx-header-bottom > .header-menu-wrp > .header-menu-lvl1 > .header-menu-lvl2 > li:first-child,
	.bx-header-bottom > div > .header-menu-wrp > .header-menu-lvl1 > .header-menu-lvl2 > li:first-child{
		border-top: 1px solid var(--color-line-gray);
	}
}
/* End */


/* Start:/bitrix/templates/termo/components/bitrix/search.title/search/style.css?1590527663506*/
.search-title-button{
	background-image: url(/bitrix/templates/termo/components/bitrix/search.title/search/images/icon-search.svg);
	background-repeat: no-repeat;
	background-position: center;
	min-width:45px;
}

.title-search-result{
	border: 1px solid #c6c6c6;
	display: none;
	overflow: hidden;
	z-index: 205;
	background-color: #fff;
	padding: 10px;
	border-radius: 3px;
}

.bx_item_block{
	font-size: 14px;
	padding-bottom:5px;
	margin-bottom: 5px;
	border-bottom:1px solid #ddd;
}

.all_result,
.others_result { border: none; }

.all_result { margin-bottom: 0;}

/* End */


/* Start:/bitrix/templates/termo/components/bitrix/sale.basket.basket.line/cart-header/style.css?15905276644718*/
.bx-basket { }

.basket-line-block {
	position: relative;
	padding-left: 25px;
	white-space: nowrap;
	font-size: 13px;
}

.basket-line-block-icon-cart,
.basket-line-block-icon-profile {
	position: relative;
	margin-right: 10px;
}

.basket-line-block-icon-cart:after,
.basket-line-block-icon-profile:after {
	position: absolute;
	top: -1px;
	left: -25px;
	display: block;
	width: 20px;
	height: 20px;
	content: '';
}

.basket-line-block-icon-profile:after { background: no-repeat center url(/bitrix/templates/termo/components/bitrix/sale.basket.basket.line/cart-header/images/profile.svg); }

.basket-line-block-icon-cart:after { background: no-repeat center url(/bitrix/templates/termo/components/bitrix/sale.basket.basket.line/cart-header/images/cart.svg); }

/*FIXED BASKET*/

@media (min-width: 768px) {
	.bx-basket-fixed {
		position: fixed;
		z-index: 998;
		overflow: hidden;
		padding-top: 10px;
		width: 200px;
		border: 1px solid #f0f0f0;
		border-radius: 1px;
		background: #fff;
		box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
	}

	.bx-basket-fixed.top { top: 10px }

	.bx-basket-fixed.right { right: 10px }

	.bx-basket-fixed.bottom { bottom: 10px }

	.bx-basket-fixed.left { left: 10px }

	.bx-basket-fixed.bx-max-height { top: 10px; bottom: 10px; }
}

@media (max-width: 767px) {
	.bx-basket-fixed {
		position: fixed;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 998;
		overflow: hidden;
		padding-top: 10px;
		border: 1px solid #f0f0f0;
		border-radius: 1px;
		background: #fff;
		box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
	}

	.bx-basket-item-list { display: none; }

	/*.bx-basket-fixed */
}

.bx-basket-fixed .basket-line-block { margin-left: 10px; }

.bx-basket-item-list {
	position: relative;
	overflow: hidden;
	padding-bottom: 20px;
	border-top: 1px solid #f7f7f7;
}

.bx-opener .bx-basket-item-list { padding-bottom: 75px; }

.bx-max-height .bx-basket-item-list {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
}

.bx-closed .bx-basket-item-list {
	overflow: hidden;
	height: 20px;
}

.bx-basket-item-list-action {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 120;
	padding: 3px 0;
	height: 20px;
	background: #f7f7f7;
	color: #4f4f4f;
	vertical-align: middle;
	text-align: center;
	font-size: 12px;
	line-height: 14px;
	cursor: pointer;
}

.bx-basket-item-list-button-container {
	position: absolute;
	right: 0;
	bottom: 20px;
	left: 0;
	padding: 10px 0;
	border-top: 1px solid #f7f7f7;
	background: #fff;
	text-align: center;
}

.bx-basket-item-list-container {
	overflow-y: auto;
	max-height: 100%
}

.bx-basket-item-list-item {
	position: relative;
	margin-bottom: 15px;
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 10px;
	border-bottom: 1px solid #f7f7f7;
}

.bx-basket-item-list-container .bx-basket-item-list-item:last-child {
	margin-bottom: 0;
	border-bottom: none;
}

.bx-basket-item-list-item-status {
	margin: 0 10px 20px;
	padding: 3px;
	border-radius: 3px;
	background: #ebebeb;
	text-align: center;
	white-space: normal;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
}

.bx-basket-item-list-item-img {
	position: relative;
	padding-bottom: 5px;
	text-align: center;
}

.bx-basket-item-list-item-img img {
	max-width: 90px;
	height: auto;
	border: 1px solid #e6e6e6;
}

.bx-basket-item-list-item-name { padding-bottom: 5px; }

.bx-basket-item-list-item-name a {
	font-size: 13px;
	line-height: 16px;
}

.bx-basket-item-list-item-remove {
	position: absolute;
	top: -7px;
	right: 10px;
	width: 20px;
	height: 20px;
	opacity: .5;
	cursor: pointer;
	transition: 250ms linear all;
}

.bx-basket-item-list-item-remove:after,
.bx-basket-item-list-item-remove:before {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 10px;
	height: 2px;
	border-radius: 1px;
	background-color: #333;
	content: '';
	transform: translate(-50%, -50%);
}

.bx-basket-item-list-item-remove:after {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-moz-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	-o-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}

.bx-basket-item-list-item-remove:before {
	-webkit-transform: translate(-50%, -50%) rotate(135deg);
	-moz-transform: translate(-50%, -50%) rotate(135deg);
	-ms-transform: translate(-50%, -50%) rotate(135deg);
	-o-transform: translate(-50%, -50%) rotate(135deg);
	transform: translate(-50%, -50%) rotate(135deg);
}

.bx-basket-item-list-item-remove:hover { opacity: .7; }

.bx-basket-item-list-item-price-block {
	padding-bottom: 5px;
	font-size: 12px;
}

.bx-basket-item-list-item-price {
	display: inline-block;
	margin-right: 5px;
}

.bx-basket-item-list-item-price-old {
	display: inline-block;
	margin-right: 5px;
	color: #b0b0b0;
	text-decoration: line-through
}

.bx_cart_login_top .basket-line { line-height: 1.44em; }
/* End */


/* Start:/bitrix/templates/termo/components/bitrix/breadcrumb/universal/style.css?1593535621283*/
.breadcrumb-wrap {
	margin:125px 0 0 0;
	font-size:16px;
	line-height:20px;
	color:#9ca1ab;
	}
	.breadcrumb-wrap a {border-bottom:1px dotted #f5f5f5;color:#9ca1ab;}
	.breadcrumb-wrap a:hover {border-bottom:1px dotted #9ca1ab;color:#9ca1ab;}
.breadcrumb-space {margin:0 10px;}
/* End */


/* Start:/bitrix/templates/termo/template_styles.css?173444243734716*/
nav{
	font-family:a_RubricaXtCn;
}
nav ul{
	border-bottom: 1px solid #f2f2f2;
}
nav ul > li,
nav ul > li > a{
	position: relative;
}
nav ul > li.bx-nav-parent > a:before{
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	z-index: 1;
	content: '\F0142';
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: "Material Design Icons";
	font-size: 20px;
	font-style: normal;
	transition: transform 0.2s ease-in-out;
	-moz-transition: -moz-transform 0.2s ease-in-out;
	-o-transition: -o-transform 0.2s ease-in-out;
	-webkit-transition: -webkit-transform 0.2s ease-in-out;
}
nav ul > li.open-li1 > a:before{
	transform: translateY(-50%) rotate(180deg);
	-moz-transform: translateY(-50%) rotate(180deg);
	-ms-transform: translateY(-50%) rotate(180deg);
	-o-transform: translateY(-50%) rotate(180deg);
	-webkit-transform: translateY(-50%) rotate(180deg);
}
.header-menu-wrp > .header-menu-lvl1.bx-nav-parent > a{
	pointer-events: none;
	cursor: pointer;
}
nav ul > li.bx-nav-parent:hover > a:before{
	color: #fff;
}
nav ul > li > a{
	display: block;
	padding: 10px 25px;
	border-top: 1px solid #f2f2f2;
	text-align: center;
	font-size: 18px;
	line-height: 18px;
	color: #1f242b;
}
nav.menu ul > li > ul{
	position: relative;
	top: auto;
	left: auto;
	z-index: 9999;
	width: 100%;
	background: #f5f5f5 !important;
	text-align: left;
	border-bottom: none;
}
nav ul > li.bx-nav-parent > a:before{
	content: '\F0140';
}
nav ul > li > ul > li > a{
	border-bottom: 1px solid #e9e9e9;
}
nav ul > li > ul > li:last-child > a{
	border-bottom: none;
}
nav ul > li:hover,
nav ul > li.open-li1{
	background:linear-gradient(125deg,#3cf0c5,#338aff,#ff3d77,#ffa63d);
	background-size:600%;
	-webkit-animation:anime 16s linear infinite;
	animation:anime 16s linear infinite;
}
nav ul > li:hover > a,
nav ul > li.open-li1 > a,
nav ul > li.open-li1 > a:before{
	color: #fff;
}
.header-menu-wrp > .header-menu-lvl1.bx-nav-parent.open-li1 > .header-menu-lvl2,
.header-menu-wrp > .header-menu-lvl1.bx-nav-parent.open-li2 > .header-menu-lvl2,
.header-menu-wrp > .header-menu-lvl1.bx-nav-parent.open-li3 > .header-menu-lvl2,{
	max-height: 500px;
	visibility: visible;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
nav ul > li.open-li1 > ul{
	max-height: 500px;
	visibility: visible;
}
.header-menu-wrp > .header-menu-lvl1 > .header-menu-lvl2{
	overflow: hidden;
	padding: 0;
	visibility: hidden;
	width: 100%;
	max-height: 0;
	box-shadow: none;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.header-menu-wrp > .header-menu-lvl1.bx-nav-parent:hover > .header-menu-lvl2{
	max-height: 0;
	visibility: hidden;
}
.header-menu-wrp > .header-menu-lvl1.bx-nav-parent.open-li1 > .header-menu-lvl2,
.header-menu-wrp > .header-menu-lvl1.bx-nav-parent.open-li2 > .header-menu-lvl2,
.header-menu-wrp > .header-menu-lvl1.bx-nav-parent.open-li3 > .header-menu-lvl2{
	max-height: 500px;
	visibility: visible;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
.header-menu-wrp > .header-menu-lvl1.bx-nav-parent{
	cursor: pointer;
}
.header-menu-wrp > .header-menu-lvl1.bx-nav-parent > a{
	pointer-events: none;
	cursor: pointer;
}

.contacts-page-wrp{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	align-content: flex-start;
	padding-bottom: 4rem;
}
.contacts-page-col{
	width: calc(50% - 2rem);
}
.contacts-page-col > p > a,
.contacts-page-col > p > a:hover{
	border: 0;
}
.contacts-phone > a{
	font-family: PF Bulletin Sans Pro Medium;
    font-size: 26px;
    line-height: 30px;
}
.contacts-phone > span{
	font-size: 16px;
	line-height: 16px;
	color: #9ca1ab;
}
.contacts-mes > a:nth-child(2){
	margin-left: 1rem;
}
.contacts-map{
	margin-top: 2rem;
	overflow: hidden;
	border-radius: 1rem;
}
.contacts-page-col > h2{
	margin: 0 0 2rem;
}
.feedback-item{
	margin-bottom: 1rem;
}
.feedback-item > input{
	padding: 1rem 1.5rem;
	width: 100%;
	border-radius: 1rem;
	border: 0.1rem solid #9ca1ab;
	background-color: rgba(249,249,249,0.9);
	font-family: PF Bulletin Sans Pro Regular;
	font-size: 20px;
	line-height: 26px;
}
.feedback-item > input.hasError{
}
.feedback-item > textarea{
	padding: 1rem 1.5rem;
	resize: none;
	width: 100%;
	height: 8rem;
	border-radius: 1rem;
	border: 0.1rem solid #9ca1ab;
	background-color: rgba(249,249,249,0.9);
	font-family: PF Bulletin Sans Pro Regular;
	font-size: 20px;
	line-height: 26px;
}
.feedback-item > textarea::-webkit-input-placeholder,
.feedback-item > input::-webkit-input-placeholder{
	font-size: 20px;
	line-height: 26px;
	color: #3f434a;
}
.feedback-item > textarea:-moz-placeholder,
.feedback-item > input:-moz-placeholder{
	font-size: 20px;
	line-height: 26px;
	color: #3f434a;
}
.feedback-item > textarea::-moz-placeholder,
.feedback-item > input::-moz-placeholder{
	font-size: 20px;
	line-height: 26px;
	color: #3f434a;
}
.feedback-item > textarea:-ms-input-placeholder,
.feedback-item > input:-ms-input-placeholder{
	font-size: 20px;
	line-height: 26px;
	color: #3f434a;
}

.feedback-item > textarea.hasError::-webkit-input-placeholder,
.feedback-item > input.hasError::-webkit-input-placeholder{
	color: #ff3d77;
}
.feedback-item > textarea.hasError:-moz-placeholder,
.feedback-item > input.hasError:-moz-placeholder{
	color: #ff3d77;
}
.feedback-item > textarea.hasError::-moz-placeholder,
.feedback-item > input.hasError::-moz-placeholder{
	color: #ff3d77;
}
.feedback-item > textarea.hasError:-ms-input-placeholder,
.feedback-item > input.hasError:-ms-input-placeholder{
	color: #ff3d77;
}


.contacts-btn{
	position: relative;
	margin-top: 1.5rem;
}
.contacts-button a {
	position:absolute;
	top:0;
	left:0;
	z-index:2;
	display:block;
	width:100%;
	height:100%;
	border-bottom:0;
	cursor: pointer;
}
.contacts-button span {
	position:relative;
	display:block;
	top:0;
	left:0;
	width:100%;
	background:linear-gradient(125deg,#3cf0c5,#338aff,#ff3d77,#ffa63d);
	background-size:600%;
	-webkit-animation:anime 16s linear infinite;
	animation:anime 16s linear infinite;
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
	-khtml-border-radius:30px;
	border-radius:30px;
	behavior:url(/bitrix/templates/termo/border-radius.htc);
	text-align:center;
	font-size:16px;
	line-height:60px;
	letter-spacing:2px;
	text-transform:uppercase;
	color:#fff;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	}

	.contacts-button a:hover {border-bottom:0;}
	.contacts-button span:before {
		position:absolute;
		top:35px;
		left:5%;
		z-index:-1;
		content:'';
		width:90%;
		height:30px;
		filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);
		-moz-opacity:0.9;
		-khtml-opacity:0.9;
		opacity:0.9;
		-webkit-filter:blur(15px);
		filter:blur(15px);
		background:linear-gradient(125deg,#3cf0c5,#338aff,#ff3d77,#ffa63d);
		background-size:600%;
		-webkit-animation:anime 16s linear infinite;
		animation:anime 16s linear infinite;
		transition:all 0.5s ease;
		-moz-transition:all 0.5s ease;
		-o-transition:all 0.5s ease;
		-webkit-transition:all 0.5s ease;
		-webkit-backface-visibility:hidden;
		-moz-backface-visibility:hidden;
		-ms-backface-visibility:hidden;
		}
.contacts-button:hover span {
	transform:scale(0.9,0.9);
	-moz-transform:scale(0.9,0.9);
	-ms-transform:scale(0.9,0.9);
	-o-transform:scale(0.9,0.9);
	-webkit-transform:scale(0.9,0.9);
	-webkit-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
	}
.contacts-button:hover span:before {
	top:30px;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity:1;
	opacity:1;
	-webkit-filter:blur(10px);
	filter:blur(10px);
	}




.mySlides {
  display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Container for image text */
.caption-container {
  text-align: center;
  background-color: #222;
  padding: 2px 16px;
  color: white;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Six columns side by side */
.column {
  float: left;
  width: 16.66%;
}

/* Add a transparency effect for thumnbail images */
.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}


footer ul#menu li a {
color: #919499;
}

@font-face {
	font-family:a_RubricaXtCn;
	src:url('/bitrix/templates/termo/fonts/a_rubricaxtcn.eot');
	src:url('/bitrix/templates/termo/fonts/a_rubricaxtcn.eot?#iefix') format('embedded-opentype'),
	url('/bitrix/templates/termo/fonts/a_rubricaxtcn.woff2') format('woff2'),
	url('/bitrix/templates/termo/fonts/a_rubricaxtcn.woff') format('woff'),
	url('/bitrix/templates/termo/fonts/a_rubricaxtcn.ttf') format('truetype'),
	url('/bitrix/templates/termo/fonts/a_rubricaxtcn.svg#a_rubricaxtcn') format('svg');
	}
@font-face {
	font-family:PF Bulletin Sans Pro Regular;
	src:url('/bitrix/templates/termo/fonts/PFBulletinSansPro-Regular.woff2') format('woff2'),
	url('/bitrix/templates/termo/fonts/PFBulletinSansPro-Regular.woff') format('woff'),
	url('/bitrix/templates/termo/fonts/PFBulletinSansPro-Regular.ttf') format('truetype');
	font-weight:400;
	font-style:normal;
	}
@font-face {
	font-family:PF Bulletin Sans Pro Medium;
	src:url('/bitrix/templates/termo/fonts/PFBulletinSansPro-Medium.woff2') format('woff2'),
	url('/bitrix/templates/termo/fonts/PFBulletinSansPro-Medium.woff') format('woff'),
	url('/bitrix/templates/termo/fonts/PFBulletinSansPro-Medium.ttf') format('truetype');
	font-weight:500;
	font-style:normal;
	}
@font-face {
	font-family:PF Bulletin Sans Pro Bold;
	src:url('/bitrix/templates/termo/fonts/PFBulletinSansPro-Bold.woff2') format('woff2'),
	url('/bitrix/templates/termo/fonts/PFBulletinSansPro-Bold.woff') format('woff'),
	url('/bitrix/templates/termo/fonts/PFBulletinSansPro-Bold.ttf') format('truetype');
	font-weight:700;
	font-style:normal;
	}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font:inherit;vertical-align:baseline;}
html {width:100%;height:100%;font-size:16px;line-height:16px;}
body {overflow-x:hidden;overflow-y:scroll;width:100%;min-width:320px;height:100%;padding:0px;margin:0;cursor:context-menu;background:#f5f5f5;font-family:PF Bulletin Sans Pro Regular;color:#3f434a;}
ul, ol {margin:0;padding:0;} ul li {list-style:none;}
strong, b {font-family:PF Bulletin Sans Pro Medium;font-weight:normal;}
em {font-style:italic;}
a {text-decoration:none;}
a:hover {text-decoration:none;}
a:active, a:focus {outline:none;text-decoration:none;}
a, label{-webkit-tap-highlight-color:transparent;}
img a {border:0;}
sup {position:relative;top:-3px;}
.clear {clear:both;margin:0;}
:focus {outline:none;}
*, *:after, *:before {-webkit-box-sizing:border-box;box-sizing:border-box;}
::selection {background:#3f434a;color:#f5f5f5;}
::-moz-selection {background:#3f434a;color:#f5f5f5;}
::-webkit-selection {background:#3f434a;color:#f5f5f5;}




/*
nav {
	position:relative;
	border-top:1px solid #f2f2f2;
	text-align:center;
	font-size:18px;
	line-height:18px;
	}
nav ul li {
	width:100%;
	border-bottom:1px solid #f2f2f2;
	background:linear-gradient(125deg,#fff,#fff,#fff,#fff);
	background-size:600%;
	-webkit-animation:anime 16s linear infinite;
	animation:anime 16s linear infinite;
	}
	nav ul li a {
		display:block;
		padding:12px 10%;
		color:#1f242b;
		}
	nav ul li a:active, nav ul li a:focus {color:#1f242b;}
nav ul li:hover {
	background:linear-gradient(125deg,#3cf0c5,#338aff,#ff3d77,#ffa63d);
	background-size:600%;
	-webkit-animation:anime 16s linear infinite;
	animation:anime 16s linear infinite;
	}
nav ul li:hover a {
	color:#fff;
	}
*/

.width80 {
	position:relative;
	margin:0 auto;
	overflow:visible;
	width:80%;
	}
.cols {
	position:relative;
	overflow:hidden;
	width:100%;
	}
.col2-1 {
	float:left;
	width:calc(50% - 50px);
	}
.col2-2 {
	float:right;
	width:calc(50% - 50px);
	}
article .tabContent h3 {
	margin:0 0 15px;
	}
article .tabContent ul {
	margin:0 0 15px;
	}
article .less-margin {
	margin:0 0 25px;
	}
article .less-margin li {
	margin:0 0 5px 0;
	}
.info-how {
	margin:0 0 35px;
	display:flex;
	flex-direction:row;
	flex-wrap:nowrap;
	justify-content:flex-start;
	align-items:center;
	align-content:flex-start;
	}
.info-how img {
	margin:0 15px 0 0;
	height:60px;
	}
.info-how p {
	margin:0;
	}
article .tabContent .info-how {
	margin:0 0 15px;
	}
article .tabContent .info-how img {
	margin:0 15px 0 0;
	height:50px;
	}
article .tabContent .col2-2 p {
	margin:0 0 10px;
	}
article .tabContent h2 {
	margin:0 0 25px;
	}



.company {
	position:relative;
	margin:0 0 50px 0;
	overflow:hidden;
	}
article .company-cols ul li {
	margin:0 0 5px 0;
	padding:0 0 0 30px;
	}
article .company-cols ul li:before {
	left:0;
	}
.company-left {
	float:left;
	width:60%;
	}
.company-left h2 {
	margin:0;
	}
.company-right {
	float:right;
	width:30%;
	}
.company-right p {
	margin:0;
	}
.text-2011 {
	margin:8px 0 10px !important;
	background:linear-gradient(125deg,#3cf0c5,#338aff,#ff3d77,#ffa63d);
	background-size:600%;
	-webkit-animation:anime 16s linear infinite;
	animation:anime 16s linear infinite;
	-webkit-background-clip:text;
	-webkit-text-fill-color:transparent;
	font-family:a_RubricaXtCn;
	font-size:40px;
	line-height:40px;
	text-transform:uppercase;
	}




header {
	position:fixed;
	top:0;
	left:0;
	z-index: 9999;
	width:20%;
	height:100%;
	background:#fff;
	border-right: 1px solid #fff;
	}
.logotipe {
	position:relative;
	padding:50px 10%;
	overflow:hidden;
	width:100%;
	height:auto;
	text-align:center;
	}
.logotipe a, .logotipe a:hover {border:0;}
	.logo-pc img {
		width:70%;
		height:auto;
		}
.logo-mobile {
	display:none;
	}

.header-top {
	position:fixed;
	top:0;
	left:20%;
	z-index:10;
	overflow:hidden;
	width:80%;
	height:60px;
	background:#1f242b;
	line-height:60px;
	color:#f2f2f2;
	}
	.header-top a {
		display:block;
		color:#9ba0a6;
		transition:all 0.5s ease;
		-moz-transition:all 0.5s ease;
		-o-transition:all 0.5s ease;
		-webkit-transition:all 0.5s ease;
		}
.phone {
	float:left;
	margin:0 50px 0 0;
	font-family:PF Bulletin Sans Pro Bold;
	font-size:15px;
	}
	.phone a {color:#9ba0a6;}
.cart {
	float:right;
	background:linear-gradient(125deg,#3cf0c5,#338aff,#ff3d77,#ffa63d);
	background-size:600%;
	-webkit-animation:anime 16s linear infinite;
	animation:anime 16s linear infinite;
	-webkit-background-clip:text;
	-webkit-text-fill-color:transparent;
	font-family:PF Bulletin Sans Pro Bold;
	font-size:23px;
	}
	.cart a {color:#f2f2f2;}
.user {
	float:left;
	margin:0 25px 0 0;
	}
	.user a:hover, .phone a:hover {color:#f5f5f5;}
.search {
	float:left;
	margin:13px 50px 0 0;
	width:350px;
	height:34px;
	border:1px solid #3a4047;
	-moz-border-radius:17px;
	-webkit-border-radius:17px;
	-khtml-border-radius:17px;
	border-radius:17px;
	behavior:url(/bitrix/templates/termo/border-radius.htc);
	}
.search-input {
	float:left;
	padding:0 0 0 15px;
	width:calc(100% - 50px);
	height:32px;
	background:none;
	border:0;
	font-family:PF Bulletin Sans Pro Regular;
	font-size:14px;
	letter-spacing:0.5px;
	color:#9ba0a6;
	}
.search-input::-webkit-input-placeholder {filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;transition:opacity 0.25s ease;-moz-transition:opacity 0.25s ease;-o-transition:opacity 0.25s ease;-webkit-transition:opacity 0.25s ease;color:#9ba0a6;}
.search-input::-moz-placeholder {filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;transition:opacity 0.25s ease;-moz-transition:opacity 0.25s ease;-o-transition:opacity 0.25s ease;-webkit-transition:opacity 0.25s ease;color:#9ba0a6;}
.search-input:-moz-placeholder {filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;transition:opacity 0.25s ease;-moz-transition:opacity 0.25s ease;-o-transition:opacity 0.25s ease;-webkit-transition:opacity 0.25s ease;color:#9ba0a6;}
.search-input:-ms-input-placeholder {filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;transition:opacity 0.25s ease;-moz-transition:opacity 0.25s ease;-o-transition:opacity 0.25s ease;-webkit-transition:opacity 0.25s ease;color:#9ba0a6;}
.search-input:focus::-webkit-input-placeholder {filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0;transition:opacity 0.25s ease;-moz-transition:opacity 0.25s ease;-o-transition:opacity 0.25s ease;-webkit-transition:opacity 0.25s ease;}
.search-input:focus::-moz-placeholder {filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0;transition:opacity 0.25s ease;-moz-transition:opacity 0.25s ease;-o-transition:opacity 0.25s ease;-webkit-transition:opacity 0.25s ease;}
.search-input:focus:-moz-placeholder {filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0;transition:opacity 0.25s ease;-moz-transition:opacity 0.25s ease;-o-transition:opacity 0.25s ease;-webkit-transition:opacity 0.25s ease;}
.search-input:focus:-ms-input-placeholder {filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0;transition:opacity 0.25s ease;-moz-transition:opacity 0.25s ease;-o-transition:opacity 0.25s ease;-webkit-transition:opacity 0.25s ease;}
.search-button {
	float:right;
	cursor:pointer;
	width:42px;
	height:34px;
	border:0;
	background:url(/bitrix/templates/termo/images/search.svg) top 9px left 15px no-repeat;
	background-size:auto 14px;
	}


article {
	position:relative;
	margin:0 0 0 20%;
	overflow:visible;
	width:80%;
	font-size:20px;
	line-height:26px;
	}
article h1 {
	margin:25px 0 50px 0;
	font-family:a_RubricaXtCn;
	font-size:60px;
	line-height:60px;
	color:#1f242b;
	}
	article h1 span {
		background:linear-gradient(125deg,#3cf0c5,#338aff,#ff3d77,#ffa63d);
		background-size:600%;
		-webkit-animation:anime 16s linear infinite;
		animation:anime 16s linear infinite;
		-webkit-background-clip:text;
		-webkit-text-fill-color:transparent;
		}
article h1.main-page {margin:25px 0;font-size:44px;line-height:44px;}
article h2 {
	margin:25px 0;
	font-family:PF Bulletin Sans Pro Medium;
	font-size:26px;
	line-height:30px;
	color:#1f242b;
	}
article h2.main-page {
	margin:50px 0 25px 0;
	font-family:a_RubricaXtCn;
	font-size:36px;
	line-height:36px;
	text-transform:uppercase;
	color:#3f434a;
	}
article h2.main-margin {margin:50px 0 25px 0;}
article h3 {
	margin:25px 0;
	font-family:PF Bulletin Sans Pro Medium;
	font-size:20px;
	line-height:26px;
	text-transform:uppercase;
	}
article ul li {
	position:relative;
	margin:0 0 25px;
	padding:0 0 0 30px;
	}
	article ul li:before {
		position:absolute;
		top:10px;
		left:0;
		content:'';
		width:15px;
		height:2px;
		background:linear-gradient(125deg,#3cf0c5,#338aff,#ff3d77,#ffa63d);
		background-size:600%;
		-webkit-animation:anime 16s linear infinite;
		animation:anime 16s linear infinite;
		}
article ol{
	counter-reset:myCounter;
	}
article ol li {
	position:relative;
	margin:0 0 25px 0;
	padding:0 0 0 60px;
	list-style:none;
	}
article ol li span {
	position:absolute;
	top:6px;
	left:0;
	z-index:3;
	width:34px;
	height:33px;
	background:linear-gradient(125deg,#3cf0c5,#338aff,#ff3d77,#ffa63d);
	background-size:600%;
	-webkit-animation:anime 16s linear infinite;
	animation:anime 16s linear infinite;
	-webkit-background-clip:text;
	-webkit-text-fill-color:transparent;
	text-align:center;
	font-family:PF Bulletin Sans Pro Medium;
	font-size:16px;
	line-height:34px;
	}
article ol li:before {
	position:absolute;
	top:5px;
	left:0;
	z-index:1;
	content:'';
	width:34px;
	height:34px;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	-khtml-border-radius:50%;
	border-radius:50%;
	behavior:url(/bitrix/templates/termo/border-radius.htc);
	background:linear-gradient(125deg,#3cf0c5,#338aff,#ff3d77,#ffa63d);
	background-size:600%;
	-webkit-animation:anime 16s linear infinite;
	animation:anime 16s linear infinite;
	}
article ol li:after {
	position:absolute;
	top:7px;
	left:2px;
	z-index:2;
	width:30px;
	height:30px;
	content:'';
	background:#f5f5f5;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	-khtml-border-radius:50%;
	border-radius:50%;
	behavior:url(/bitrix/templates/termo/border-radius.htc);
	text-align:center;
	}


article a {
	border-bottom:1px dotted #1f242b;
	color:#1f242b;
	transition:border 0.3s ease;
	-moz-transition:border 0.3s ease;
	-o-transition:border 0.3s ease;
	-webkit-transition:border 0.3s ease;
	}
	article a:hover {border-bottom:1px dotted #f5f5f5;color:#1f242b;}
article p {
	margin:0 0 25px;
	}
article .text-center {
	margin:50px auto;
	font-family:PF Bulletin Sans Pro Medium;
	font-size:22px;
	line-height:28px;
	}
article .text80 {
	margin:25px auto;
	width:70%;
	text-align:center;
	font-family:PF Bulletin Sans Pro Medium;
	font-size:20px;
	line-height:24px;
	}



.content {
	min-height:500px;
	}
.button-wrap {
	position:relative;
	width:30%;
	height:70px;
	}
.button-wrap .button {
	position:relative;
	display:block;
	top:0;
	left:0;
	width:100%;
	background:linear-gradient(125deg,#3cf0c5,#338aff,#ff3d77,#ffa63d);
	background-size:600%;
	-webkit-animation:anime 16s linear infinite;
	animation:anime 16s linear infinite;
	-moz-border-radius:35px;
	-webkit-border-radius:35px;
	-khtml-border-radius:35px;
	border-radius:35px;
	behavior:url(/bitrix/templates/termo/border-radius.htc);
	text-align:center;
	font-size:16px;
	line-height:70px;
	letter-spacing:2px;
	text-transform:uppercase;
	color:#fff;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	}
	.button-wrap .button:before {
		position:absolute;
		top:45px;
		left:5%;
		z-index:-1;
		content:'';
		width:90%;
		height:30px;
		filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);
		-moz-opacity:0.9;
		-khtml-opacity:0.9;
		opacity:0.9;
		-webkit-filter:blur(15px);
		filter:blur(15px);
		background:linear-gradient(125deg,#3cf0c5,#338aff,#ff3d77,#ffa63d);
		background-size:600%;
		-webkit-animation:anime 16s linear infinite;
		animation:anime 16s linear infinite;
		transition:all 0.5s ease;
		-moz-transition:all 0.5s ease;
		-o-transition:all 0.5s ease;
		-webkit-transition:all 0.5s ease;
		}
.button-wrap:hover .button {
	transform:scale(0.9,0.9);
	-moz-transform:scale(0.9,0.9);
	-ms-transform:scale(0.9,0.9);
	-o-transform:scale(0.9,0.9);
	-webkit-transform:scale(0.9,0.9);
	-webkit-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
	}
.button-wrap:hover .button:before {
	top:35px;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity:1;
	opacity:1;
	-webkit-filter:blur(10px);
	filter:blur(10px);
	}




.banner {
	position:relative;
	margin:60px 0 0 0;
	width:100%;
	height:600px;
	}
.banner-info {
	position:absolute;
	top:0;
	left:10%;
	z-index:1;
	display:flex;
	flex-direction:column;
	flex-wrap:nowrap;
	justify-content:center;
	align-items:center;
	align-content:center;
	width:80%;
	height:100%;
	color:#fff;
	}
.banner-title {
	font-family:a_RubricaXtCn;
	font-size:60px;
	line-height:60px;
	text-shadow:2px 2px 7px rgba(0,0,0,0.7);
	}
.banner-text {
	padding:0 0 25px 0;
	font-family:PF Bulletin Sans Pro Medium;
	font-size:24px;
	line-height:32px;
	text-shadow:2px 2px 7px rgba(0,0,0,0.7);
	}
.button-main {
	position:relative;
	}
.button-main span {
	position:relative;
	display:block;
	top:0;
	left:0;
	padding:0 50px;
	width:100%;
	background:linear-gradient(125deg,#3cf0c5,#338aff,#ff3d77,#ffa63d);
	background-size:600%;
	-webkit-animation:anime 16s linear infinite;
	animation:anime 16s linear infinite;
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
	-khtml-border-radius:30px;
	border-radius:30px;
	behavior:url(/bitrix/templates/termo/border-radius.htc);
	text-align:center;
	font-size:16px;
	line-height:60px;
	letter-spacing:2px;
	text-transform:uppercase;
	color:#fff;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	}
.button-main a {
	position:absolute;
	top:0;
	left:0;
	z-index:2;
	display:block;
	width:100%;
	height:100%;
	border-bottom:0;
	}
	.button-main a:hover {border-bottom:0;}
	.button-main span:before {
		position:absolute;
		top:35px;
		left:5%;
		z-index:-1;
		content:'';
		width:90%;
		height:30px;
		filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);
		-moz-opacity:0.9;
		-khtml-opacity:0.9;
		opacity:0.9;
		-webkit-filter:blur(15px);
		filter:blur(15px);
		background:linear-gradient(125deg,#3cf0c5,#338aff,#ff3d77,#ffa63d);
		background-size:600%;
		-webkit-animation:anime 16s linear infinite;
		animation:anime 16s linear infinite;
		transition:all 0.5s ease;
		-moz-transition:all 0.5s ease;
		-o-transition:all 0.5s ease;
		-webkit-transition:all 0.5s ease;
		-webkit-backface-visibility:hidden;
		-moz-backface-visibility:hidden;
		-ms-backface-visibility:hidden;
		}
.button-main:hover span {
	transform:scale(0.9,0.9);
	-moz-transform:scale(0.9,0.9);
	-ms-transform:scale(0.9,0.9);
	-o-transform:scale(0.9,0.9);
	-webkit-transform:scale(0.9,0.9);
	-webkit-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
	}
.button-main:hover span:before {
	top:30px;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity:1;
	opacity:1;
	-webkit-filter:blur(10px);
	filter:blur(10px);
	}




.items-wrapper {
	position:relative;
	margin:50px 0 0 0;
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:flex-start;
	align-items:stretch;
	align-content:flex-start;
	overflow:visible;
	}
.catalog-description {
	position:relative;
	margin:0;
	width:100%;
	}
.content-tel {
	border:0;
	white-space:pre;
	font-family:PF Bulletin Sans Pro Medium;
	}
.content-tel:hover {border:0;}










footer {
	position:relative;
	margin:150px 0 0 0;
	padding:50px 0 35px 0;
	overflow:hidden;
	width:100%;
	background:#1f242b;
	color:#919499;
	}
footer a {
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	}
.footer-copyright {
	float:left;
	overflow:hidden;
	width:33.3%;
	font-size:14px;
	line-height:18px;
	}
	.footer-copyright a {border-bottom:1px dotted #919499;color:#919499;}
	.footer-copyright a:hover {border-bottom:1px dotted #1f242b;color:#919499;}
	.footer-copyright p {margin:0 0 15px;}
.copyright-title {
	margin:0 0 15px;
	font-family:PF Bulletin Sans Pro Medium;
	font-size:20px;
	line-height:20px;
	color:#a7aaaf;
	}
.footer-menu {
	float:left;
	margin:0 5%;
	overflow:hidden;
	width:23.3%;
	font-size:16px;
	line-height:20px;
	}
	.footer-menu a {display:block;padding:5px 0;border:0;color:#919499;}
	.footer-menu a:hover {padding:5px 0 5px 15px;border:0;color:#919499;}
.footer-menu li {margin:0;padding:0;border-bottom:1px dotted #32363d;}
.footer-menu li:before {display:none;}
	.footer-menu li:nth-child(1) a {padding:0 0 5px 0;}
	.footer-menu li:nth-child(1) a:hover {padding:0 0 5px 15px;}
	.footer-menu li:last-child {border-bottom:none;}
.footer-contacts {
	float:left;
	width:33.3%;
	font-size:16px;
	line-height:22px;
	}
.footer-phone {
	margin:0 0 15px;
	font-family:PF Bulletin Sans Pro Bold;
	font-size:17px;
	line-height:17px;
	}
	.footer-phone a {border:0;color:#a7aaaf;}
	.footer-phone a:hover {border:0;color:#c4c8cf;}
	.footer-phone span {font-family:PF Bulletin Sans Pro Medium;font-size:14px;}
.newsletter {
	position:relative;
	margin:25px 0 0 0;
	overflow:hidden;
	width:100%;
	height:40px;
	border:1px solid #333940;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	-khtml-border-radius:20px;
	border-radius:20px;
	behavior:url(/bitrix/templates/termo/border-radius.htc);
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	}
.newsletter-input {
	float:left;
	margin:4px 0 0 0;
	padding:0 0 0 15px;
	width:calc(100% - 125px);
	height:30px;
	border:0;
	background:none;
	font-size:14px;
	letter-spacing:0.5px;
	color:#919499;
	}
.newsletter:hover {
	border:1px solid #454b53;
	}
.newsletter-input::-webkit-input-placeholder {color:#919499;}
.newsletter-input::-moz-placeholder {color:#919499;}
.newsletter-input:-moz-placeholder {color:#919499;}
.newsletter-input:-ms-input-placeholder {color:#919499;}
.newsletter-input::-webkit-input-placeholder {filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;transition:opacity 0.25s ease;-moz-transition:opacity 0.25s ease;-o-transition:opacity 0.25s ease;-webkit-transition:opacity 0.25s ease;color:#9ba0a6;}
.newsletter-input::-moz-placeholder {filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;transition:opacity 0.25s ease;-moz-transition:opacity 0.25s ease;-o-transition:opacity 0.25s ease;-webkit-transition:opacity 0.25s ease;color:#9ba0a6;}
.newsletter-input:-moz-placeholder {filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;transition:opacity 0.25s ease;-moz-transition:opacity 0.25s ease;-o-transition:opacity 0.25s ease;-webkit-transition:opacity 0.25s ease;color:#9ba0a6;}
.newsletter-input:-ms-input-placeholder {filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;transition:opacity 0.25s ease;-moz-transition:opacity 0.25s ease;-o-transition:opacity 0.25s ease;-webkit-transition:opacity 0.25s ease;color:#9ba0a6;}
.newsletter-input:focus::-webkit-input-placeholder {filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0;transition:opacity 0.25s ease;-moz-transition:opacity 0.25s ease;-o-transition:opacity 0.25s ease;-webkit-transition:opacity 0.25s ease;}
.newsletter-input:focus::-moz-placeholder {filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0;transition:opacity 0.25s ease;-moz-transition:opacity 0.25s ease;-o-transition:opacity 0.25s ease;-webkit-transition:opacity 0.25s ease;}
.newsletter-input:focus:-moz-placeholder {filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0;transition:opacity 0.25s ease;-moz-transition:opacity 0.25s ease;-o-transition:opacity 0.25s ease;-webkit-transition:opacity 0.25s ease;}
.newsletter-input:focus:-ms-input-placeholder {filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0;transition:opacity 0.25s ease;-moz-transition:opacity 0.25s ease;-o-transition:opacity 0.25s ease;-webkit-transition:opacity 0.25s ease;}
.newsletter-button {
	float:right;
	margin:3px 3px 0 0;
	cursor:pointer;
	width:110px;
	height:32px;
	border:0;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	-khtml-border-radius:15px;
	border-radius:15px;
	behavior:url(/bitrix/templates/termo/border-radius.htc);
	background:linear-gradient(125deg,#333940,#333940,#333940,#333940);
	background-size:600%;
	-webkit-animation:anime 16s linear infinite;
	animation:anime 16s linear infinite;
	font-family:PF Bulletin Sans Pro Medium;
	font-size:12px;
	line-height:30px;
	letter-spacing:1px;
	text-transform:uppercase;
	color:#919499;
	}
.newsletter-button:hover {
	background:linear-gradient(125deg,#3cf0c5,#338aff,#ff3d77,#ffa63d);
	background-size:600%;
	-webkit-animation:anime 16s linear infinite;
	animation:anime 16s linear infinite;
	color:#fff;
	}

.komissarov {
	position:relative;
	margin:0;
	padding:25px 0 0 0;
	width:100%;
	}
	.komissarov a {
		display:inline-block;
		padding:0 15px;
		background:linear-gradient(125deg,#3cf0c5,#338aff,#ff3d77,#ffa63d);
		background-size:600%;
		-webkit-animation:anime 16s linear infinite;
		animation:anime 16s linear infinite;
		-moz-border-radius:15px;
		-webkit-border-radius:15px;
		-khtml-border-radius:15px;
		border-radius:15px;
		behavior:url(/bitrix/templates/termo/border-radius.htc);
		border:0;
		font-family:PF Bulletin Sans Pro Medium;
		font-size:10px;
		line-height:26px;
		letter-spacing:0.5px;
		text-transform:uppercase;
		color:#fff;
		transition:all 0s ease;
		-moz-transition:all 0s ease;
		-o-transition:all 0s ease;
		-webkit-transition:all 0s ease;
		}
.komissarov a:hover {border:0;color:#fff;}

@-webkit-keyframes anime {
0% {background-position:0% 50%;}
50% {background-position:100% 50%;}
100% {background-position:0% 50%;}
}
@keyframes anime {
0% {background-position:0% 50%;}
50% {background-position:100% 50%;}
100% {background-position:0% 50%;}
}

.sa-photos{
	position:relative;
	margin:50px 0 0 0;
	overflow:hidden;
	text-align:center;
	}
.sa-photos a{
	display:inline-block;
	width:16.6%;
	border:none;
	}
.sa-photos a:hover{border:none;}
.sa-photos a img{
	padding:5px 10px;
	width:100%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	-khtml-border-radius:50%;
	border-radius:50%;
	behavior:url(/bitrix/templates/termo/border-radius.htc);
	}

h1.main-page {
    background: linear-gradient(125deg,#3cf0c5,#338aff,#ff3d77,#ffa63d);
    background-size: 600%;
    -webkit-animation: anime 16s linear infinite;
    animation: anime 16s linear infinite;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.read-more-_text {
  position: relative;
  display: none;
  top: 0;
  z-index: 1;
  visibility: visible;
  padding-top: 0;
  opacity: 1;
  width: 100%;
  transform: translateY(0em);
  transition: none;
}

@media screen and (max-height: 900px) {
	.header-nav{
		height: 70%;
		overflow-y: auto;
	}
}

@media screen and (max-height: 740px) {
	.header-nav{
		height: 55%;
		overflow-y: auto;
	}
}

::-webkit-scrollbar {
    width: 7px;
}

::-webkit-scrollbar-track {
    background-color: #d8d8d8;
}

::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.menu{
	height: 100%;}


/* End */
/* /bitrix/templates/termo/components/bitrix/menu/menu/style.css?16738068729984 */
/* /bitrix/templates/termo/components/bitrix/search.title/search/style.css?1590527663506 */
/* /bitrix/templates/termo/components/bitrix/sale.basket.basket.line/cart-header/style.css?15905276644718 */
/* /bitrix/templates/termo/components/bitrix/breadcrumb/universal/style.css?1593535621283 */
/* /bitrix/templates/termo/template_styles.css?173444243734716 */
