

/* Start:/bitrix/templates/lib/assets/css/reset.css?17512558451448*/
img{
	border: 0;
}

input,
button,
select,
optgroup,
textarea {
	color: inherit;
	font: inherit;
	background-color: transparent;
	outline: none;
}

input[placeholder]{
	text-overflow: ellipsis;
}

input::-moz-placeholder{
	text-overflow: ellipsis;
} 

input:-moz-placeholder{
	text-overflow: ellipsis;
} 

input:-ms-input-placeholder{
	text-overflow: ellipsis;
}    

:focus::-webkit-input-placeholder{
	color: transparent;
}

:focus::-moz-placeholder{
	color: transparent;
}

:focus:-moz-placeholder{
	color: transparent;
}

:focus:-ms-input-placeholder{
	color: transparent;
}

input:focus {
	outline: none;
}

ol{
	padding: 0;
	margin: 0;
}

a{
	outline: none;
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: inherit;
	font-size: inherit;
}

/* 
h1{
	font-family: inherit;
	font-weight: 400;
	font-size: 24px;
}

h2{
	font-family: inherit;
	font-weight: 400;
	font-size: 18px;
}

h3{
	font-family: inherit;
	font-weight: 400;
	font-size: 16px;
} */

b,
strong{
	font-family: inherit;
	font-weight: 500;
}

iframe{
	max-width: 100%;
}

.bold{
	font-family: inherit;
	font-weight: 500;
}

a{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.svgSlideEffect {
    width: 0px;
    height: 0px;
    position: absolute;
    pointer-events: none;
}
/* End */


/* Start:/bitrix/templates/lib/assets/css/uikit.css?17512557812637*/
.subject {
    font-weight: 900;
    margin: 0;
}

.heading {
    font-weight: 700;
    margin: 0;
}

.caption {
    font-weight: 400;
    margin: 0;
}

.text--size-huge-xxl {
    font-size: 36px;
    line-height: 1.2;
}

.text--size-huge-xl {
    font-size: 30px;
    line-height: 1.2;
}

.text--size-huge-l {
    font-size: 24px;
    line-height: 1.2;
}

.text--size-huge-m {
    font-size: 20px;
    line-height: 1.2;
}

.text--size-huge-s {
    font-size: 18px;
    line-height: 1.2;
}

.text--size-huge-xs {
    font-size: 16px;
    line-height: 1.2;  
}

.text--size-xl{
    font-size: 16px;
    line-height: 1.4;
}

.text--size-l{
    font-size: 15px;
    line-height: 1.4;
}
.text--size-m{
    font-size: 14px;
    line-height: 1.4;
}
.text--size-s{
    font-size: 13px;
    line-height: 1.4;
}
.text--size-xs{
    font-size: 12px;
    line-height: 1.4;
}

.link {
    display: inline-flex;
	align-items: center;
}

.link--primary {
	transition: opacity 0.2s ease-in-out, text-decoration 0.2s ease-in-out;
	color: inherit;
	text-decoration: none;
	text-underline-offset: auto;
	opacity: 1;
}

.link--primary:hover{
	color: inherit;
	text-decoration: underline;
	text-underline-offset: 0.25em;
	opacity: 1;
}

.link--primary:active{
    color: inherit;
	text-decoration: underline;
	text-underline-offset: 0.25em;
	opacity: 0.7;
}

.link--secondary {
	color: rgba(0, 0, 0, 0.8);
	transition: color 0.2s ease-in-out;
}

.link--secondary:hover {
	color: #000000;
}

.link--secondary:active {
	color: rgba(0, 0, 0, 0.7);
}

.link-colorful--primary {
	transition: opacity 0.2s ease-in-out;
	color: #069eff;
    text-decoration: underline;
    text-underline-offset: 0.25em;
}

.link-colorful--primary:hover{
	opacity: 0.85;
    text-decoration: none;
}

.link-colorful--primary:active{
	opacity: 0.7;
}

.simple-link {
	text-decoration: none;
	transition: opacity 0.2s ease-in-out;
}

.simple-link:hover {
	opacity: 0.85;
}

.simple-link:active {
	opacity: 0.65;
}

.list {
    margin: 0;
    display: flex;
    flex-direction: column;
    padding-left: 24px;
}

.list--size-xl {
    gap: 24px;
    padding-left: 24px;
}

.list--size-l {
    gap: 18px;
}

.list--size-m {
    gap: 12px;
}

.list--size-s {
    gap: 8px;
}

.list--size-xs {
    gap: 4px;
}

.content-groups{
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.content-groups__group{
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.paragraph {
    margin: 0;
}
/* End */


/* Start:/bitrix/templates/lib/assets/css/globals.css?175125625939374*/
html {
	font-family: nunito sans, trebuchet ms, tahoma, verdana, geneva, tahoma, sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	font-size-adjust: 0.486;
	height: 100%;
	font-size: 100%;
}

body{
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: none;
	background-color: #f2f3f5;
	color: #000000;
	overflow-y: scroll;
	height: 100%;
	margin: 0;
	line-height: 1.4;
	min-width: 1260px;
	font-size: 14px;
}

pre{
	white-space: pre-wrap;
}

::-webkit-input-placeholder{
	color:#ffffff;
}

::-moz-placeholder{
	color:#ffffff;
}

:-moz-placeholder{
	color:#ffffff;
}

:-ms-input-placeholder{
	color:#ffffff;
}

.button{
	transition: all 0.2s ease-in-out;
	vertical-align: middle;
	display: inline-block;
	text-decoration: none;
	border-radius: 20px;
	text-align: center;
	outline: none;
	cursor: pointer;
	border: 0px;
}

.button:hover{
	opacity: 0.8;
}

.button:active{
	position: relative;
	top: 1px;
}

.button.large-size{
	border-radius: 80px 80px 80px 80px / 80px 80px 80px 80px;
	line-height: 54px;
	font-size: 0.8rem;
	padding: 0 60px;
	height: 54px;
}

.button.big-size{
	border-radius: 60px 60px 60px 60px / 60px 60px 60px 60px;
	line-height: 48px;
	padding: 0 48px;
	height: 48px;
}

.button.medium-size{
	border-radius: 40px 40px 40px 40px / 40px 40px 40px 40px;
	line-height: 42px;
	padding: 0 24px;
	height: 42px;
}

.button.small-size{
	border-radius: 34px 34px 34px 34px / 34px 34px 34px 34px;
	line-height: 34px;
	padding: 0 18px;
	height: 34px;
}

.button.low-size{
	border-radius: 30px 30px 30px 30px / 30px 30px 30px 30px;
	line-height: 30px;
	padding: 0 12px;
	height: 30px;
}

.button.outline{
	border: 1px solid rgba(255, 255, 255, 0.5);
}

.button.double-outline{
	border: 1px solid #ffffff;
}

.button-primary {
	background-color: #069eff;
	color: #ffffff;
}

@media all and (max-width: 1000px){
	.button.large-size{
		font-size: 0.8rem;
	}
}

.stock-header{
	background-color: #2a3342;
	margin-bottom: 24px;
	line-height: 100px;
	padding: 0 24px;
	color: #6f757e;
	height: 100px;
}

.standart-page{
	background-color: #ffffff;
	padding: 24px;
}

.stock-header-row{
	border-collapse: collapse;
	table-layout: fixed;
	display: table;
	width: 100%;
}

.header-logo{
	display: table-cell;
	vertical-align: top;
	width: 400px;
}

.header-logo img{
	vertical-align: middle;
	max-height: 100%;
	max-width: 100%;
}

.logo-link{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.logo-link:hover{
	opacity: 0.8;
}

.logo-link:active{
	position: relative;
	top: 1px;
}

a:not([href]).logo-link:active{
	position: relative;
	top: 0px;
}

a:not([href]).logo-link:hover{
	opacity: 1;
}

.header-info{
	display: table-cell;
	vertical-align: top;
	text-align: left;
	width: 100%;
}

.header-column{
	float: left;
	width: 25%;
}

.header-column-tb{
	border-collapse: collapse;
	table-layout: fixed;
	display: table;
	width: 100%;
}

.header-column-tc:first-child{
	width: 62px;
}

.header-column-tc{
	vertical-align: middle;
	display: table-cell;
}

.header-column-middler{
	vertical-align: middle;
	display: inline-block;
	line-height: 21px;
}

.header-icon1,
.header-icon2,
.header-icon3,
.header-icon4{
	background: url(/bitrix/templates/lib/assets/css/../images/contactIco.png) 0 0 no-repeat transparent;
	vertical-align: middle;
	display: inline-block;
	height: 50px;
	width: 50px;
}

.header-icon2,
.header-icon3{
	background-position: 0px -50px;
}

.header-icon4{
	background-position: 0px -100px;
}

.header-column-label{
	margin-bottom: 2px;
	font-weight: 300;
	font-size: 13px;
}

.header-column-value a{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	font-size: 16px;
	color: #ffffff;
}

.header-column-value a:hover{
	opacity: 0.8;
}

.header-column-value .support-link{
	text-decoration: underline;
	color: #069eff;
}

.stock-layout{
	border-collapse: collapse;
	table-layout: fixed;
	display: table;
	height: 100%;
	width: 100%;
}

.left-fixed,
.right-fixed{
	display: table-cell;
	vertical-align: top;
}

.left-fixed{
	background-color: #2a3342;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0px 36px;
	overflow: hidden;
	width: 400px;
}

.left-fixed-ctr.fixed{
	-webkit-animation-duration: 0s;
	animation-duration: 0s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: bounceInDown;
	animation-name: bounceInDown;
	background-color: #2a3342;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 36px;
	position: fixed;
	overflow: auto;
	height: 100%;
	width: 352px;
	z-index: 99;
	left: 0px;
	top: 0px;
}

.logo-fix{
	margin-top: 24px;
	display: none;
}

.left-fixed-ctr.fixed .logo-fix{
	display: block;
}

.left-search{
	margin: 24px 0px;
}

.left-search-tb{
	border-collapse: collapse;
	table-layout: fixed;
	display: table;
	width: 100%;
}

.left-search-tc{
	display: table-cell;
	vertical-align: top;
}

.left-search-tc:last-child{
	width: 48px;
}

.left-search-query{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #272c40;
	padding-left: 12px;
	font-size: 12px;
	color: #ffffff;
	border: none;
	height: 45px;
	float: left;
	width: 100%;
}

.left-search-query:focus{
	background-color: #262e3e;
}

.left-search-submit{
	background-image: url(/bitrix/templates/lib/assets/css/../images/search.png);
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: #069eff;
	cursor: pointer;
	color: #ffffff;
	height: 45px;
	border: none;
	float: left;
	width: 48px;
}

.left-search-submit:hover{
	background-color: #0d95eb;
}

.left-search-submit:active{
	position: relative;
	top: 1px;
}

.left-menu{
	margin-top: 48px;
}

.left-menu a{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	color: #ffffff;
}

.left-menu ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.left-menu ul ul{
	margin-top: 24px;
	list-style: none;
}

.left-menu > ul > li{
	margin-bottom: 24px;
}

.left-menu > ul > li > a{
	text-transform: uppercase;
	font-weight: 300;
	font-size: 16px;
}

.left-menu > ul > li > a:hover{
	color: #dddddd;
}

.left-menu > ul > li li{
	margin-top: 12px;
}

.left-menu > ul > li li a {
	color: #9098a5;
}

.left-menu > ul > li li a:hover {
	color: #dddddd;
}

.left-menu li .selected{
	color: #069eff;
}

.left-menu ul li a:active{
	position: relative;
	top: 1px;
}

.right-fixed{
	padding-right: 24px;
	padding-left: 24px;
}

.start-block{
	background-color: #ffffff;
	padding: 24px;
}

.start-block-heading{
	text-transform: uppercase;
	line-height: 48px;
	font-size: 36px;
	color: #a2a5b1;
}

.start-block-tb{
	border-collapse: collapse;
	table-layout: fixed;
	display: table;
	width: 100%;
}

.start-block-tc{
	vertical-align: middle;
	display: table-cell;
}

.start-block-tc:last-child{
	width: 515px;
}

.start-block-tc img{
	vertical-align: middle;
	max-height: 100%;
	max-width: 100%;
}

.start-block-heading{
	margin-bottom: 24px;
	font-weight: 300;
}

.start-block-description{
	margin-bottom: 24px;
	max-width: 1200px;
	font-weight: 300;
	color: #555555;
}

.main-search-tb{
	border-collapse: collapse;
	table-layout: fixed;
	display: table;
	width: 100%;
}

.main-search-tc{
	display: table-cell;
	vertical-align: top;
}

.main-search-query{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #f2f3f5;
	font-size: 12px;
	border-radius: 2px;
	padding-left: 12px;
	color: #000000;
	border: none;
	height: 45px;
	float: left;
	width: 100%;
}

.main-search-query::-webkit-input-placeholder{
	color:#000000;
}

.main-search-query::-moz-placeholder{
	color:#000000;
}

.main-search-query:-moz-placeholder{
	color:#000000;
}

.main-search-query:-ms-input-placeholder{
	color:#000000;
}

.main-search-query:focus{
	background-color: #f3f3f3;
}

.main-search-query:focus::-webkit-input-placeholder{
	color: transparent;
}

.main-search-query:focus::-moz-placeholder{
	color: transparent;
}

.main-search-query:focus:-moz-placeholder{
	color: transparent;
}

.main-search-query:focus:-ms-input-placeholder{
	color: transparent;
}

.main-search-submit{
	background-image: url(/bitrix/templates/lib/assets/css/../images/search.png);
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: #069eff;
	border-radius: 2px;
	cursor: pointer;
	color: #ffffff;
	height: 45px;
	border: none;
	float: left;
	width: 48px;
}

.main-search-submit:hover{
	background-color: #0d95eb;
}

.main-search-submit:active{
	position: relative;
	top: 1px;
}

.start-sections{
	overflow: hidden;
	margin-top: 24px;
}

.start-sections-item{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 12px;
	border-radius: 2px;
	float: left;
	width: 50%;
}

.start-sections-item-container{
	background-color: #ffffff;
	padding: 48px 24px;
}

.start-sections-item:last-child{
	padding-left: 12px;
	padding-right: 0px;
}

.start-sections-tb{
	border-collapse: collapse;
	table-layout: fixed;
	display: table;
	width: 100%;
}

.start-sections-tc:first-child{
	padding-right: 48px;
	width: 330px;
}

.start-sections-tc{
	vertical-align: top;
	display: table-cell;
}

.start-sections-name{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	display: inline-block;
	margin-bottom: 12px;
	line-height: 36px;
	font-weight: 300;
	font-size: 24px;
	color: #222a37;
}

.start-sections-name:hover{
	color: #888888;
}

.start-sections-name:active{
	position: relative;
	top: 1px;
}

.start-sections-picture{
	display: inline-block;
	border-radius: 2px;
	text-align: center;
	line-height: 230px;
	height: 230px;
}

.start-sections-picture img{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	vertical-align: middle;
	max-height: 100%;
	max-width: 100%;
}

.start-sections-picture:hover img{
	opacity: 0.8;
}

.start-sections-picture:active{
	position: relative;
	top: 1px;
}

.start-sections-link{
	margin-top: 6px;
}

.start-sections-link a{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	font-weight: 300;
	color: #9098a5;
}

.start-sections-link a:hover{
	color: #000000;
}

.start-sections-link a:active{
	position: relative;
	top: 1px;
}

.start-sections-link span{
	vertical-align: middle;
	display: inline-block;
	padding-right: 12px;
	margin-top: -2px;
	font-weight: 100;
	font-size: 36px;
	color: #069eff;
}

.start-sections-button{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	background-color: #069eff;
	display: inline-block;
	border-radius: 2px;
	text-align: center;
	line-height: 40px;
	font-weight: 300;
	margin-top: 24px;
	color: #ffffff;
	height: 40px;
	width: 170px;
}

.start-sections-button:hover{
	background-color: #0286da;
}

.start-sections-button:active{
	position: relative;
	top: 1px;
}

.start-elements{
	margin-top: 24px;
	overflow: hidden;
}

.start-elements-item{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 12px;
	float: left;
	width: 50%;
}

.start-last-block{
	padding-right: 0px;
	padding-left: 12px;
}

.start-elements-item-container{
	background-color: #ffffff;
	padding: 24px 0px 6px 0px;
}

.start-elements-item .start-element-heading{
	border-bottom: 1px solid #f0f0f0;
	background-color: #ffffff;
	position: relative;
	line-height: 80px;
	padding: 0px 24px;
	font-weight: 300;
	font-size: 24px;
	color: #222a37;
	height: 80px;
}

.start-elements-item .start-element-marker{
	background-color: #ca0034;
	text-transform: uppercase;
	display: inline-block;
	position: absolute;
	border-radius: 2px;
	line-height: 30px;
	margin-top: -15px;
	padding: 0 12px;
	font-size: 14px;
	color: #ffffff;
	height: 30px;
	right: 24px;
	top: 50%;
}

.start-last-block .start-element-marker{
	background-color: #00ca56;
}

.start-element-list-item{
	border-bottom: 1px solid #f0f0f0;
	margin-bottom: 24px;
	padding: 0px 24px;
}

.start-elements-item .element-item-tools{
	margin-bottom: 12px;
	position: relative;
}

.start-elements-item .element-item-tools-section{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	line-height: 21px;
	color: #9098a5;
}

.start-elements-item .element-item-tools-section img{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	vertical-align: middle;
	display: inline-block;
	padding-right: 6px;
	margin-top: -6px;
}

.start-elements-item .element-item-tools-section span{
	border-bottom: 1px dashed #9098a5;
	padding-bottom: 2px;
}

.start-elements-item .element-item-tools-section:hover{
	color: #bbbbbb;
}

.start-elements-item .element-item-tools-section:hover span{
	border-bottom: 1px dashed #dddddd;
}

.start-elements-item .element-item-tools-section:hover img{
	opacity: 0.8;
}

.start-elements-item .element-item-tools-date{
	background-color: #f2f3f5;
	text-align: center;
	position: absolute;
	line-height: 24px;
	margin-top: -12px;
	font-size: 12px;
	display: block;
	color: #9098a5;
	width: 120px;
	height: 24px;
	right: 0px;
	top: 50%;
}

.start-elements-item .element-item-name{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	display: inline-block;
	margin-bottom: 12px;
	font-weight: 500;
	font-size: 16px;
	color: #000000;
}

.start-elements-item .element-item-name:hover{
	color: #069eff;
}

.start-elements-item .element-item-description{
	margin-bottom: 24px;
	line-height: 24px;
	font-weight: 300;
	color: #9098a5;
}

.start-tags{
	background-color: #ffffff;
	margin-top: 24px;
	padding: 24px;
}

.start-tags-heading{
    line-height: 80px;
    font-weight: 300;
    font-size: 24px;
    color: #222a37;
    height: 80px;
}

.search-tags-cloud a{
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	background-color: #f2f3f5;
	vertical-align: middle;
	display: inline-block;
	margin-bottom: 12px;
	border-radius: 2px;
	margin-right: 12px;
	padding: 12px 24px;
	font-weight: 300;
	color: #5e646d;
}

.search-tags-cloud a:hover,
.search-tags-cloud a:focus{
  -webkit-animation-name: hvr-pop;
  animation-name: hvr-pop;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  text-decoration: none;
  opacity: 0.8;
}

.search-tags-cloud a:active{
	position: relative;
	top: 1px;
}

.element-detail-header{
	background-color: #ffffff;
	margin-bottom: 24px;
	padding: 24px 24px;
}

/* .element-detail-page h1{
	font-family: "Roboto";
	line-height: 36px;
	font-weight: 400;
	font-size: 24px;
} */

.element-detail-page h2{
	line-height: 33px;
	font-weight: 400;
	font-size: 21px;
}

.element-detail-page h3{
	line-height: 30px;
	font-weight: 400;
	font-size: 18px;	
}

.element-detail-page h4{
	line-height: 28px;
	font-weight: 400;
	font-size: 16px;
	margin: 0;
}

.element-detail-page h5{
	line-height: 26px;
	font-weight: 400;
	font-size: 14px;
	margin: 0;	
}

.element-detail-page ul, .element-detail-page ol{
	padding: 0px 0px 0px 24px;
	margin-top: 24px;
}

.element-detail-page ul li{
	list-style: list-item;
}

.element-detail-page ol li{
	list-style-type: decimal;
}

.element-detail-page p{
	line-height: 26px;
}

.element-detail-page .font700{
	font-weight: 700;
}

.element-detail-page .font600{
	font-weight: 600;
}

.element-detail-page .font500{
	font-weight: 500;
}

.element-detail-page .font400{
	font-weight: 400;
}

.element-detail-page .font300{
	font-weight: 300;
}

.element-detail-page .font200{
	font-weight: 200;
}

.element-detail-page .font100{
	font-weight: 100;
}

.element-detail-page .colorText{
	color: #069eff;
}


.element-detail-page img{
	max-height: 100%;
	max-width: 100%;
}

.element-detail-page .code{
	background-color: #f2f3f5;
	border: 1px solid #d6dae2;
	white-space: pre-line;
	padding: 18px 18px;
	border-radius: 2px;
	font-weight: 400;
}

.element-detail-page .quote{
	padding-left: 60px;
	position: relative;
}

.element-detail-page .quote:before{
	border-right: 1px solid #d6dae2;
	text-align: center;
	position: absolute;
	font-size: 48px;
	color: #069eff;
	content: '"';
	height: 100%;
	width: 42px;
	left: 0px;
	top: 0px;
}

.color-table{
	border-collapse: collapse;
	table-layout: fixed;
	margin-top: 24px;
	width: 100%;
}

.color-table th{
	background-color: #069eff;
	border-radius: 2px;
	line-height: 28px;
	text-align: left;
	font-weight: 300;
	font-size: 16px;
	color: #ffffff;
	padding: 12px;
}

.color-table td{
	border-radius: 2px;
	font-weight: 300;
	line-height: 26px;
	font-size: 14px;
	color: #555555;
	padding: 12px;
}

.color-table tr:nth-child(even) td{
	background-color: #f3f3f3;
}

.element-detail-page .color-button-big,
.element-detail-page .color2-button-big{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	margin-bottom: 24px;
	border-radius: 2px;
	line-height: 55px;
	font-weight: 300;
	padding: 0 24px;
	color: #ffffff;
	height: 55px;
	border: 0;
}

.element-detail-page .color-button-medium,
.element-detail-page .color2-button-medium{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	margin-bottom: 24px;
	border-radius: 2px;
	line-height: 45px;
	font-weight: 300;
	padding: 0 18px;
	color: #ffffff;
	height: 45px;
	border: 0;
}

.element-detail-page .color-button-small,
.element-detail-page .color2-button-small{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	margin-bottom: 24px;
	border-radius: 2px;
	line-height: 40px;
	font-weight: 300;
	font-size: 13px;
	padding: 0 12px;
	color: #ffffff;
	height: 40px;
	border: 0;
}

.element-detail-page .color-button-big,
.element-detail-page .color-button-medium{
	background-color: #069eff;
}

.element-detail-page .color-button-small{
	border: 1px solid #069eff;
	color: #069eff;
}

.element-detail-page .color2-button-big,
.element-detail-page .color2-button-medium{
	background-color: #00ca56;
}

.element-detail-page .color2-button-small{
	border: 1px solid #00ca56;
	color: #00ca56;
}

.element-detail-page .color-button-big:hover,
.element-detail-page .color2-button-big:hover,
.element-detail-page .color-button-medium:hover,
.element-detail-page .color2-button-medium:hover,
.element-detail-page .color-button-small:hover,
.element-detail-page .color2-button-small:hover{
	opacity: 0.8;
}

.element-detail-page .color-button-big:active,
.element-detail-page .color2-button-big:active,
.element-detail-page .color-button-medium:active,
.element-detail-page .color2-button-medium:active,
.element-detail-page .color-button-small:active,
.element-detail-page .color2-button-small:active{
	position: relative;
	top: 1px;
}

.element-tag-list{
	margin-bottom: 12px;
	margin-top: 24px;
	overflow: hidden;
}

.element-tag{
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	background-color: #f2f3f5;
	vertical-align: middle;
	display: inline-block;
	margin-bottom: 12px;
	border-radius: 2px;
	margin-right: 12px;
	padding: 12px 24px;
	font-weight: 300;
	color: #5e646d;
}

.element-tag:hover{
    -webkit-animation-name: hvr-pop;
    animation-name: hvr-pop;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    opacity: 0.8;
}

.element-tag:active{
	position: relative;
	top: 1px;
}	

.element-heading{
	margin-bottom: 12px;
	line-height: 48px;
	font-weight: 300;
	font-size: 36px;
	color: #272c40;
}

.element-short-description{
	margin-bottom: 24px;
	line-height: 26px;
	font-weight: 300;
	font-size: 14px;
}

.element-detail-tb{
	border-collapse: collapse;
	table-layout: fixed;
	display: table;
	width: 100%;
}

.element-detail-tc{
	vertical-align: top;
	display: table-cell;
}

.element-detail-right-column{
	vertical-align: top;
	padding-left: 24px;
	width: 400px;
}

.element-detail-small-picture{
	vertical-align: middle;
	padding-left: 24px;
	text-align: right;
	width: 300px;
}

.element-detail-small-picture img{
	vertical-align: middle;
	max-height: 100%;
	max-width: 100%;
}

.element-video-list{
	background-color: #ffffff;
	margin-bottom: 24px;
	padding: 24px 24px;	
	overflow: hidden;
}

.element-video-heading{
	margin-bottom: 24px;
	line-height: 36px;
	font-weight: 300;
	font-size: 24px;
	color: #272c40;	
}

.element-video{
	border-radius: 4px;
	overflow: hidden;
	height: 450px;
	width: 800;
	float: left;
}

.element-detail-description{
	background-color: #ffffff;
	padding: 24px;
}

.element-detail-description-heading{
    margin-bottom: 12px;
    line-height: 36px;
    font-weight: 300;
    font-size: 24px;
    color: #272c40;
}

.element-related-links,
.element-similar-links,
.element-popular-tags{
	background-color: #ffffff;
	margin-bottom: 24px;
	padding: 24px 24px;
	overflow: hidden;
}

.related-link,
.similar-link{
	margin-top: 12px;
}

.related-link:first-child,
.similar-link:first-child{
	margin-top: 0px;
}

.related-link a,
.similar-link a{
	color: #000000;
}

.related-link a:hover,
.similar-link a:hover{
	color: #555555;
}

.related-link a:active,
.similar-link a:active{
	position: relative;
	top: 1px;
}

.element-related-links-heading,
.element-similar-links-heading,
.element-popular-tags-heading{
    margin-bottom: 12px;
    line-height: 36px;
    font-weight: 300;
    font-size: 24px;
    color: #272c40;	
}

.element-popular-tag{
	display: inline-block;
}

.element-popular-tag-link{
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background-color: #f2f3f5;
    vertical-align: middle;
    display: inline-block;
    margin-bottom: 12px;
    border-radius: 2px;
    margin-right: 12px;
    padding: 12px 12px;
    font-weight: 300;
    color: #5e646d;
}

.element-popular-tag-link:hover,
.element-popular-tag-link:focus{
  -webkit-animation-name: hvr-pop;
  animation-name: hvr-pop;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  opacity: 0.8;
}

.element-popular-tag-link:active{
	position: relative;
	top: 1px;
}

.comments-messages-container{
	background-color: #ffffff;
	overflow: hidden;
	margin-top: 24px;
	color: #555555;
}

.comments-block-heading{
	margin-bottom: 24px;
    line-height: 36px;
    font-weight: 300;
	margin-top: 24px;
    font-size: 24px;
    padding: 0 24px;
    color: #272c40;
}

.comment-avatar{
	margin-right: 24px;
	float: left;
}

.comment-author-name{
	margin-top: 6px;
}

.comment-author-name b{
	font-weight: 500;
}

.comments-post-table{
	border-top: 1px solid #f3f3f3;
}

.comments-component input[type="submit"]{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #069eff;
	display: inline-block;
	margin-bottom: 24px;
	border-radius: 2px;
	line-height: 45px;
	font-weight: 300;
	cursor: pointer;
	padding: 0 24px;
	color: #ffffff;
	height: 45px;
	border: 0;
}

.comments-post-reply-buttons{
	display: none;
}

.comments-reply-field label{
	margin-bottom: 6px;
	display: block;
}

.comments-reply-field input{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #eeeeee;
	border-radius: 2px;
	margin-bottom: 12px;
	font-weight: 300;
	line-height: 40px;
	padding: 0 12px;
	color: #000000;
	height: 40px;
	color: #555555;
}

.comments-reply-field input:focus{
	border: 1px solid #dddddd;
	font-weight: 400;
}

.comments-component input[type="submit"]:hover{
	opacity: 0.8;
}

.comments-component input[type="submit"]:active{
	position: relative;
	top: 1px;
}

.comments-component input[name="view_button"]{
	display: none;
}

.comments-component .comments-reply-header{
	margin-bottom: 12px;
}

.comments-reply-form,
.comments-post-table{
	background-color: #ffffff;
	padding: 24px;
}

.message-post-date{
	padding-left: 24px;
	font-weight: 300;
	color: #555555;
}

.comments-reply-form{
	margin-top: 24px;
}

.comment-post-info{
	overflow: hidden;
	margin-bottom: 24px;
}

.comments-note-box-text{
	border: 1px solid #00ca56;
	background-color: #ffffff;
	border-radius: 2px;
	padding: 12px 24px;
	margin-top: 24px;
    color: #00ca56;
}

.comments-note-box-text font.notetext{
    color: #00ca56;	
}

.comments-note-error .comments-note-box-text{
	border: 1px solid #ff0000;
	margin-bottom: 24px;
	margin-top: 0px;
	color: #ff0000;
}

.comments-note-error .comments-note-box-text font.notetext{
	color: #ff0000;
}

/*@media all and (max-width: 1024px) {

	.appZoomContainerImage{
		max-width: 60vh !important;
		max-height: 60vh !important;
	}

}*/

.catalog-heading{
	padding: 0px 24px 24px 24px;
	background-color: #ffffff;
	margin-bottom: 24px;
	margin-top: -24px;
	line-height: 40px;
	font-weight: 300;
	font-size: 30px;
	color: #a2a5b1;
}

.catalog-section-right{
	padding-left: 24px;
	width: 380px;
}

.section-list-container{
	margin-bottom: 24px;
	background: #ffffff;
	padding: 24px 0px;
	color: #000000;
}


.section-list-title{
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border-bottom: 1px solid #f1f1f1;
    padding: 0 24px 24px 24px;
    line-height: 36px;
    font-weight: 300;
    font-size: 24px;
    color: #272c40;
}

.section-list-item{
	border-bottom: 1px solid #f1f1f1;
	padding: 24px 24px;
	color: #000000;
}

.section-list-item:last-child{
	padding-bottom: 0px;
	border: none;
}

.section-list-item a{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	font-weight: 300;
	color: #000000;
}

.section-list-item .cnt{
	margin-top: 12px;
	display: block;
	color: #777777;
}

.section-list-item a:hover{
    color: #069eff;
}

.section-list-item a:active{
	position: relative;
	top: 1px;
}

.default-tags{
	background-color: #ffffff;
	padding: 24px;
}

.default-tags-heading{
	-webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    margin-bottom: 24px;
    line-height: 36px;
    font-weight: 300;
    font-size: 24px;
    color: #272c40;
}

.catalog-section-tb{
	border-collapse: collapse;
	table-layout: fixed;
	display: table;
	width: 100%;
}

.catalog-section-tc{
	vertical-align: top;
	display: table-cell;
}

.catalog-section-element-picture{
	vertical-align: middle;
	padding-left: 24px;
	text-align: right;
	width: 340px;
}

.catalog-section-element-picture img{
	vertical-align: middle;
	max-height: 100%;
	max-width: 100%;
}

.catalog-section-element{
	background-color: #ffffff;
	margin-top: 24px;
	padding: 24px;
}

.catalog-section-element:first-child{
	margin-top: 0px;
}

.catalog-section-tags{
	margin-bottom: 12px;
	overflow: hidden;
}

@-webkit-keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}

@keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}

.catalog-section-tag{
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	background-color: #f2f3f5;
	vertical-align: middle;
	display: inline-block;
	margin-bottom: 12px;
	border-radius: 2px;
	margin-right: 12px;
	padding: 12px 24px;
	font-weight: 300;
	color: #5e646d;
}

.catalog-section-tag:hover,
.catalog-section-tag:focus{
  -webkit-animation-name: hvr-pop;
  animation-name: hvr-pop;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.catalog-section-tag:active{
	position: relative;
	top: 1px;
}	

.catalog-section-title{
	margin-bottom: 24px;
}

.catalog-section-title a{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	line-height: 42px;
	font-weight: 300;
	font-size: 30px;
	color: #272c40;
}

.catalog-section-title a:hover{
	color: #069eff;
}

.catalog-section-title a:active{
	position: relative;
	top: 1px;
}

.search-page-title{
    background-color: #ffffff;
    margin-bottom: 24px;
    line-height: 40px;
    font-weight: 300;
    font-size: 30px;
    color: #a2a5b1;
}

.search-page .main-search{
	background-color: #ffffff;
	padding: 24px;
}

.search-page .main-search-query{
	border: 1px solid #f2f3f5;
	background: #f2f3f5;
	font-size: 14px;
	height: 50px;
}

.search-page .main-search-submit{
	height: 50px;
	width: 50px;
}

.search-item{
	background-color: #ffffff;
	margin-top: 24px;
	color: #000000;
	padding: 24px;
}

.search-item-title{
	line-height: 42px;
	font-weight: 300;
	font-size: 30px;
	color: #272c40;
}

.search-item-title:hover{
	color: #069eff;
}

.search-item-title:active{
	position: relative;
	top: 1px;
}

.search-item-description{
	margin-bottom: 12px;
	line-height: 24px;
	margin-top: 12px;
	color: #222222;
	font-weight: 300;
}

.search-item small{
	font-weight: 300;
	color: #555555;
}

.search-item a{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	color: #272c40;
}

.search-item a:hover{
	color: #069eff;
}

.search-item a:active{
	position: relative;
	top: 1px;
}

.search-item-button-cn{
	margin-top: 24px;
}

.search-item-button-cn .search-item-button{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #069eff;
	display: inline-block;
	border-radius: 2px;
	line-height: 45px;
	font-weight: 300;
	padding: 0 18px;
	color: #ffffff;
	height: 45px;
	border: 0;
}

.search-item-button-cn .search-item-button:hover{
	color: #ffffff;
	opacity: 0.85;
}

.search-item-button-cn .search-item-button:active{
	position: relative;
	top: 1px;
}

.search-error{
	background-color: #ffffff;
	margin-top: 24px;
	padding: 24px;
}

.search-error.no-margin{
	padding: 0 24px 24px 24px !important;
	margin: 0 !important;
}

.search-error .error-text{
	font-size: 16px;
	font-weight: 400;
	color: #ff0000;
}

.template-banner-footer{
	background: url(http://dw-deluxe.ru/upload/resize_cache/iblock/d48/1476_202_1/d48b808fde7efd4bf174accc1f980003.jpg) 50% 50% no-repeat transparent;
	background-size: cover;
	margin-top: 24px;
	height: 300px;
	width: 100%;
	display: none;
}

.bx-pagination{
	background-color: #ffffff;
	margin: 24px 0 0 0;
	padding: 24px;
}

.bx-pagination .bx-pagination-container ul li{
	margin: 0 2px;
}

.warning {
	box-sizing: border-box;
	padding: 18px;
	border-radius: 4px;
	display: inline-flex;
	align-items: start;
	justify-content: start;
	background-color: #f6eee3;
	border-left: 4px solid #432600;
	color: #432600;
	flex-direction: column;
	gap: 8px;
}

.disclaimer {
	display: flex;
	align-items: start;
	justify-content: start;
	flex-direction: column;
	gap: 8px;
	background-color: #e3f2fd;
	border-left: 4px solid #2196f3;
	box-sizing: border-box;
	padding: 18px;
	border-radius: 4px;
}

kbd{
	display: inline-flex;
	box-sizing: border-box;
	align-items: center;
	justify-content: center;
	padding: 2px 4px;
	color: #444444;
	background-color: #f1f6f8;
	border: 1px solid #dce5e8;
	border-bottom: 2px solid #dce5e8;
	border-radius: 4px;
	white-space: nowrap;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.appZoomContainerExit{
	background: url(/bitrix/templates/lib/assets/css/../images/exitWindow.png) 0 0 no-repeat transparent;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
	position: absolute;
	height: 38px;
	width: 38px;
	right: -38px;
	top: -38px;
}

.appZoomContainerExit:hover{
	background-position: 0px -38px;
}

.appZoomContainerExit:active{
	background-position: 0px -76px;
}

#appZoomWindow .appZoomContainer{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#appZoomWindow .appZoomContainer.loading{
	background: url(/bitrix/templates/lib/assets/css/../images/windowLoader.gif) 50% 50% no-repeat transparent;
	min-height: 100px;
	min-width: 100px;
}

.oZoomer{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.oZoomer:hover{
	opacity: 0.9;
}

.table-element{
	border-collapse: collapse;
	table-layout: fixed;
	display: table;
	width: 100%;
}

.table-cell-element{
	display: table-cell;
	vertical-align: top;
}

@media all and (max-width: 1024px) {

	.appZoomContainerImage{
		max-width: 60vh !important;
		max-height: 60vh !important;
	}

}

@media all and (max-width: 1900px) {

	.start-block-tc:last-child{
		display: none;
	}

	.element-detail-small-picture{
		text-align: right;
	}

	.element-detail-level1-tb{
		display: block;
	}
	
	.element-detail-level1-tc{
		display: block;
		width: 100%;
	}

	.element-detail-level1-tc .element-detail-tc{
		vertical-align: middle;
	}

	.element-tag-list{
		margin-top: 12px;
		margin-bottom: 12px;
	}

	.element-detail-right-column{
		margin-top: 24px;
		padding-left: 0px;
	}

	.element-popular-tags{
		display: none;
	}

	.related-link,
	.similar-link{
	    -webkit-transform: translateZ(0);
	    transform: translateZ(0);
	    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	    -webkit-backface-visibility: hidden;
	    backface-visibility: hidden;
	    -moz-osx-font-smoothing: grayscale;
	    -webkit-transition: all 0.2s ease-in-out;
	    -o-transition: all 0.2s ease-in-out;
	    transition: all 0.2s ease-in-out;
	    background-color: #f2f3f5;
	    vertical-align: middle;
	    display: inline-block;
	    margin-bottom: 12px;
	    border-radius: 2px;
	    margin-right: 12px;
	    padding: 12px 24px;
	    font-weight: 300;
	    color: #5e646d;
	}

	.element-detail-small-picture{
		padding-left: 0px;
	}

	.catalog-section-right{
		display: none;
	}

	.start-sections-tc{
		padding-left: 24px;
		display: block;
		width: 100%;
	}

	.start-sections-picture{
		margin-bottom: 24px;
	}

}


@media all and (max-width: 1550px) {

	.header-support-label{
		display: none;
	}

	.header-logo,
	.left-fixed{
		width: 350px;
	}

	.left-menu ul ul{
		margin-left: 12px;
	}

	.element-detail-tc-level3{
		display: block;
		width: 100%;
	}

	.left-fixed-ctr.fixed{
		width: 302px;
	}

}

@media all and (max-width: 1440px) {

	.start-elements-item .element-item-description{
		display: none;
	}

}
/* End */


/* Start:/bitrix/templates/lib/assets/libs/prism/prism.css?16613479171450*/
/* PrismJS 1.29.0
https://prismjs.com/download.html#themes=prism-tomorrow&languages=markup+css+clike+javascript+markup-templating+php */
code[class*=language-],pre[class*=language-]{color:#ccc;background:0 0;font-family:Consolas,Monaco,'Andale Mono','Ubuntu Mono',monospace;font-size:1em;text-align:left;white-space:pre;word-spacing:normal;word-break:normal;word-wrap:normal;line-height:1.5;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-hyphens:none;-moz-hyphens:none;-ms-hyphens:none;hyphens:none}pre[class*=language-]{padding:2em;margin:.5em 0;overflow:auto}:not(pre)>code[class*=language-],pre[class*=language-]{background:#2a3342}:not(pre)>code[class*=language-]{padding:.1em;border-radius:.3em;white-space:normal}.token.block-comment,.token.cdata,.token.comment,.token.doctype,.token.prolog{color:#999}.token.punctuation{color:#ccc}.token.attr-name,.token.deleted,.token.namespace,.token.tag{color:#e2777a}.token.function-name{color:#6196cc}.token.boolean,.token.function,.token.number{color:#f08d49}.token.class-name,.token.constant,.token.property,.token.symbol{color:#f8c555}.token.atrule,.token.builtin,.token.important,.token.keyword,.token.selector{color:#cc99cd}.token.attr-value,.token.char,.token.regex,.token.string,.token.variable{color:#7ec699}.token.entity,.token.operator,.token.url{color:#67cdcc}.token.bold,.token.important{font-weight:700}.token.italic{font-style:italic}.token.entity{cursor:help}.token.inserted{color:green}
/* End */


/* Start:/bitrix/templates/lib/components/bitrix/breadcrumb/.default/style.css?1471914768948*/
#breadcrumbs{
	background-color: #ffffff;
	padding: 24px 24px;
	margin-bottom: 24px;
	line-height: 21px;
	overflow: hidden;
	font-size: 14px;
	font-weight: 300;
}

#breadcrumbs ul{
	overflow: hidden;
	list-style: none;
	padding: 0;
	margin: 0;
}

#breadcrumbs ul li{
	vertical-align: middle;
	display: inline-block;
}

#breadcrumbs ul li span{
	display: inline-block;
	line-height: 24px;
	font-weight: 400;
	color: #555555;
}

#breadcrumbs ul li a{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	text-decoration: none;
	display: inline-block;
	line-height: 24px;
	font-weight: 300;
	color: #000000;
}

#breadcrumbs ul li a:hover{
	color: #069eff;
}

#breadcrumbs ul li a:active{
	position: relative;
	top: 1px;
}


#breadcrumbs .arrow{
	display: inline-block;
	margin: -4px 12px 0 12px;
	color: #999999;
	font-size: 11px;
}
/* End */


/* Start:/bitrix/templates/lib/components/bitrix/form.result.new/.default/style.css?14719030329839*/
.webFormDw{
	background-color: #ffffff;
	margin-bottom: 24px;
	margin-top: 24px;
	padding: 24px 0px;
}

.webFormDw form{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.webFormDw form.loading{
	pointer-events: none;
	opacity: 0.8;
}

.webFormHeading{
	text-align: center;
    font-weight: 200;
    line-height: 48px;
    padding: 0px 24px;
    margin: 24px 0px;
    font-size: 36px;
    color: #222222;
}

.webFormDescription{
	border-bottom: 1px solid #f0f0f0;
	padding-bottom: 48px;
	padding-right: 24px;
	padding-left: 24px;
	text-align: center;
	font-weight: 300;
	color: #555555;
}

.webFormDescription a{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	text-decoration: underline;
	margin-top: 6px;
	display: block;
	color: #069eff;
}

.webFormDescription a:hover{
	color: #0286da;
}

.webFormDescription a:active{
	position: relative;
	top: 1px;
}

.webFormItems{
	padding: 0px 24px;
	margin-top: 48px;
	overflow: hidden;
}

.webFormItemsLeft,
.webFormItemsRight{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.webFormItemsLeft{
	padding-right: 12px;
	float: left;
	width: 50%;
}

.webFormItemsRight{
	padding-left: 12px;
	float: left;
	width: 50%;
}

.webFormItem{
	margin-top: 24px;
}

.webFormItem:first-child{
	margin-top: 0px;
}

.webFormItemCaption{
	font-family: "roboto";
	margin-bottom: 12px;
	line-height: 21px;
	font-weight: 400;
}

.webFormItemImage{
	vertical-align: middle;
	display: inline-block;
	padding-right: 6px;
}

.webFormItemLabel{
	vertical-align: middle;
	display: inline-block;
	color: #555555;
}

.webFormItemRequired{
	display: inline-block;
	padding-left: 4px;
	color: #ff0000;
}

.webFormItemFieldVariant{
	display: inline-block;
	margin-left: 12px;
}

.webFormItemFieldVariant:first-child{
	margin-left: 0px;
}

.webFormItemField input[type="password"],
.webFormItemField input[type="text"],
.webFormItemField select{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #e7e7e7;
	background-color: #f2f3f5;
	font-family: "roboto";
	padding-left: 12px;
	line-height: 55px;
	/*max-width: 600px;*/
	font-weight: 300;
	max-width: 100%;
	font-size: 14px;
	color: #555555;
	outline: none;
	height: 55px;
	width: 100%;
}

.webFormItemField textarea{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "roboto";
	border: 1px solid #e7e7e7;
	background-color: #f2f3f5;
	padding-left: 12px;
	line-height: 21px;
	padding-top: 12px;
	font-weight: 300;
	/*max-width: 600px;*/
	max-width: 100%;
	font-size: 14px;
	color: #555555;
	height: 282px;
	outline: none;
	width: 100%;
}

.webFormItemField input[id*="form_date_"]{
	margin-bottom: 6px;
}

.webFormItemField input[type="text"]:focus,
.webFormItemField input[type="password"]:focus,
.webFormItemField textarea:focus{
	background-color: #edeef1;
	border: 1px solid #aaaaaa;
}

.webFormItemField input[type="checkbox"] + label,
.webFormItemField input[type="radio"] + label {
	cursor: pointer;
}

.webFormItemField input[type="checkbox"]:not(checked),
.webFormItemField input[type="radio"]:not(checked) {
  position: absolute;
  opacity: 0;
}

.webFormItemField input[type="checkbox"]:not(checked) + label,
.webFormItemField input[type="radio"]:not(checked) + label {
	position: relative;
	padding-left: 28px;
}

.webFormItemField input[type="checkbox"] + label:before {
	background: url(/bitrix/templates/lib/components/bitrix/form.result.new/.default/images/checkBox.png) 0 0 no-repeat transparent;
}

.webFormItemField input[type="radio"] + label:before {
	background: url(/bitrix/templates/lib/components/bitrix/form.result.new/.default/images/radio.png) 0 0 no-repeat transparent;
}

.webFormItemField input[type="checkbox"]:not(checked) + label:before,
.webFormItemField input[type="radio"]:not(checked) + label:before {
	position: absolute;
	content: " ";
    height: 17px;
	width: 17px;
	left: 0;
	top: 1px;
}

.webFormItemField input[type="checkbox"]:not(checked) + label:hover:before,
.webFormItemField input[type="radio"]:not(checked) + label:hover:before {
	background-position: 0 -17px;
}

.webFormItemField input[type="checkbox"]:checked + label:before,
.webFormItemField input[type="radio"]:checked + label:before {
	background-position: 0 -34px;
}

.webFormItemField input[type="checkbox"]:checked + label:hover:before,
.webFormItemField input[type="radio"]:checked + label:hover:before {
	background-position: 0 -51px;
}

.webFormItemField input[type="checkbox"]:disabled + label,
.webFormItemField input[type="radio"]:disabled + label {
	cursor: default;
}

.webFormItemField input[type="checkbox"]:disabled + label:before,
.webFormItemField input[type="radio"]:disabled + label:before {
	background-position: 0 -68px !important;
}

.webFormItemField img.calendar-icon {
    vertical-align: middle !important;
    margin: 0 0 0 0px !important;
    border: 0 !important;
}

.webFormItemField [multiple]{
	line-height: 120px;
	height: 120px;
	padding: 12px;
}

.webFormCaptchaPicture{
	margin-top: 12px;
}

.webFormCaptchaPicture img{
	vertical-align: middle;
	max-width: 100%;
}

.webFormCaptchaLabel{
	margin-bottom: 12px;
	margin-top: 12px;
}

.webFormItemField input.captcha_word{
	max-width: 300px;
}

.webFormTools{
	margin-top: 24px;
	text-align: center;
}

.webFormTools input[type="submit"],
.webFormTools input[type="reset"]{
	-webkit-transition: background-color 0.2s ease-in-out;
	-o-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "roboto";
	border: 1px solid #e7e7e7;
	border-radius: 2px;
	text-align: center;
	line-height: 55px;
	max-width: 250px;
	font-weight: 400;
	font-size: 14px;
	cursor: pointer;
	color: #ffffff;
	outline: none;
	height: 55px;
	width: 100%;
	padding: 0;
}

.webFormTools input[type="submit"]{
	background-color: #069eff;
}

.webFormTools input[type="submit"]:hover{
	background-color: #0286da;
}

.webFormTools input[type="submit"]:active{
	position: relative;
	top: 1px;
}

.webFormTools input[type="submit"].loading{
	background-image: url(/bitrix/templates/lib/components/bitrix/form.result.new/.default/images/loading.gif);
	background-color: #000000 !important;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	border: 1px solid #000000;
	pointer-events: none;
	color: #dddddd;
	opacity: 0.1;
}

.webFormTools input[type="reset"]{
	border: 1px solid #069eff;;
	background-color: #ffffff;
	color: #069eff;
}

.webFormTools input[type="reset"]:hover{
	border: 1px solid #0286da;
}

.webFormTools input[type="reset"]:active{
	position: relative;
	top: 1px;
}

.webFormTools input:first-child{
	margin-right: 24px;
}

.webFormItemError,
.webFormError{
	font-family: "roboto";
	margin-bottom: 12px;
	font-weight: 500;
	font-size: 12px;
	color: #ff0000;
	display: none;
}

.webFormError{
	margin-bottom: 0px;
	margin-top: 24px;
	padding: 0 24px;
}

.webFormItemError.visible,
.webFormError.visible{
	display: block;
}

.webFormItemField .error{
	border: 1px solid #ff0000 !important;
}

.webFormMessage{
	-webkit-transition: 0.1s all ease-in-out;
    -o-transition: 0.1s all ease-in-out;
    transition: 0.1s all ease-in-out;
    background: rgba(0, 0, 0, 0.4);
    line-height: 250px;
    position: fixed;
    overflow: auto;
    display: none; 
    z-index: 1000;
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
}

.webFormMessageContainer{
	box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.4);
	background-color: #ffffff;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: pulse;
	animation-name: pulse;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-left: -225px;
	position: absolute;
	text-align: center;
	margin-top: -125px;
	border-radius: 2px;
	padding: 0px 24px;
	height: 250px;
	width: 450px;
	left: 50%;
	top: 50%;
}

.webFormMessageMiddle{
	vertical-align: middle;
	display: inline-block;
	line-height: 21px;
}

.webFormMessageHeading{
	margin-bottom: 24px;
	text-align: center;
	font-weight: 500;
	font-size: 18px;
}

.webFormMessageDescription{
	text-align: center;
}

.webFormMessageExit{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	background-color: #000000;
	display: inline-block;
	text-align: center;
	border-radius: 2px;
	line-height: 40px;
	margin-top: 24px;
	padding: 0 24px;
	color: #ffffff;
	height: 40px;
}

.webFormMessageExit:hover{
	opacity: 0.8;
}

.webFormMessageExit:active{
	position: relative;
	top: 1px;
}

@media all and (max-width: 650px) {
	
	.webFormItemField input[id*="form_date_"]{
		margin-bottom: 12px;
	}	


	.webFormItemField img.calendar-icon{
		margin-left: 0px !important;
	}

	.webFormTools input[type="submit"],
	.webFormTools input[type="reset"]{
		max-width: 150px;
	}

}

@media all and (max-width: 400px) {
	.webFormTools input[type="submit"],
	.webFormTools input[type="reset"]{
		margin-bottom: 24px;
		max-width: 300px;
		display: block;
		width: 100%;
	}
}
/* End */


/* Start:/bitrix/templates/lib/components/dw/cookie.notice/.default/style.css?17512338531149*/
.cookie-notice {
	position: fixed;
	right: 18px;
	bottom: 24px;
	z-index: 9999;
	width: min(100%, 400px);
	color: #000000;
	background-color: #ffffff;
	box-shadow: 0 0 25px rgb(0 0 0 / 15%);
}

.cookie-notice:not(.cookie-notice--visible) {
	display: none;
}

.cookie-notice__inner {
	box-sizing: border-box;
	padding: 36px;
}

.cookie-notice__inner,
.cookie-notice__content {
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.cookie-notice__text {
	margin: 0;
	font-size: 14px;
	line-height: 1.5;
}

.cookie-notice__heading {
	font-size: 24px;
	line-height: 1.4;
}

.cookie-notice__confirm-button {
	width: 100%;
}

@media (min-width: 1025px) {
	.cookie-notice {
		border-radius: 10px;
	}
}

@media (max-width: 1024px) and (min-width: 800px) {
	.cookie-notice__inner {
		flex-direction: row;
		align-items: center;
	}
}

@media (max-width: 1024px) {
	.cookie-notice {
		right: 0;
		bottom: 0;
		width: 100%;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
	}

	.cookie-notice__inner {
		padding: 24px;
	}

	.cookie-notice__inner,
	.cookie-notice__content {
		gap: 12px;
	}

	.cookie-notice__heading {
		font-size: 16px;
	}
}

/* End */
/* /bitrix/templates/lib/assets/css/reset.css?17512558451448 */
/* /bitrix/templates/lib/assets/css/uikit.css?17512557812637 */
/* /bitrix/templates/lib/assets/css/globals.css?175125625939374 */
/* /bitrix/templates/lib/assets/libs/prism/prism.css?16613479171450 */
/* /bitrix/templates/lib/components/bitrix/breadcrumb/.default/style.css?1471914768948 */
/* /bitrix/templates/lib/components/bitrix/form.result.new/.default/style.css?14719030329839 */
/* /bitrix/templates/lib/components/dw/cookie.notice/.default/style.css?17512338531149 */
