html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	outline: none;
}

html {
	width: 100%;
	min-width: 316px;
	font-size: 10px;
	touch-action: none;
}
body {
	width: 100%;
	min-width: 316px;
	background-color: #fff;
	font: 400 1.4rem/1.4 'Lato', sans-serif;
	letter-spacing: .05rem;
	text-align: left;
	color: #3F3F40;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
ul { list-style: none; }

body > svg {
	display: none;
}
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; content: none; }

input, textarea, select, button {
	outline: none;
	border: 0;
	resize: none;
	color: inherit;
	background: transparent;
	font: inherit;
}
div[class*="bxml"] input,
div[class*="bxml"] textarea,
div[class*="bxml"] select,
div[class*="bxml"] button {
	padding: 1px 0px;
	border-width: 1px;
	border-style: inset;
	border-color: initial;
	border-image: initial;
}
div[class*="bxml"] textarea {
	padding: 2px;
}
div[class*="bxml"] button,
div[class*="bxml"] input[type="button"] {
	padding: 1px 6px;
	background-color: buttonface;
	border-style: outset;
}
div[id*="bx_incl_area"] {
	min-width: 50px;
}
input, textarea, select {
	position: relative;
	padding: 20px;
	border: 1px solid #fff;
	border-radius: 3px;
	font: 400 1.5rem/1.4 'Lato', sans-serif;
	letter-spacing: .05rem;
	letter-spacing: .5px;
	z-index: 1;
}
body.mobile input, body.mobile textarea, body.mobile select {
	/* font-family: sans-serif; */
}
button,
input[type="reset"],
input[type="button"],
input[type="submit"],
input[type="file"] {
	background-color: #D25620;
	border: 1px solid #D25620;
	font-size: 1.6rem;
	text-align: center;
	cursor: pointer;
}
main input + label,
.user-info input + label {
	pointer-events: none;
	position: absolute;
	top: 0;
	left: 21px;
	-webkit-transform: translateY(22px);
	-ms-transform: translateY(22px); 
	-o-transform: translateY(22px); 
	transform: translateY(22px);
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
main input:focus + label,
.user-info input:focus + label,
main input:not(:placeholder-shown) + label,
.user-info input:not(:placeholder-shown) + label {
	-webkit-transform: translateY(-22px);
	-ms-transform: translateY(-22px); 
	-o-transform: translateY(-22px); 
	transform: translateY(-22px);
}
main input,
.user-info input {
	position: relative;
	width: 100%;
}
pre[hide=1] {
	display: none;
}
pre {
	color: #232323;
}
table {
	border-collapse: collapse; 
	order-spacing: 0;
}
img {
	border: 0;
	max-width: 100%; 
}
thead {
	font-weight: 700;
}
tbody {
	font-weight: 600;
}
p {
	margin: 15px 0;
}
ul, ol {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul > li,
ol > li {
	margin: 0;
	padding: 0;
}
b, strong {
	font-weight: bolder;
}
a, .link {
	color: inherit;
	text-decoration: none;
	-webkit-transition: all .1s ease-out;
	-moz-transition: all .1s ease-out;
	-o-transition: all .1s ease-out;
	transition: all .1s ease-out;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-tap-highlight-color: transparent;
}
a:hover, .link:hover {
	text-decoration: none;
}
a.active {
	
}
.phone-mobile-link a {
	color: inherit;
	text-decoration: none;
}
.text a:hover, .text .link:hover {
	text-decoration: underline;
}
img.detail-picture {
	display: block;
	margin: 0 auto;
}
/*a,*/

button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
	border: none;
}
a,
a:active,
a:focus {
	outline: none !important;
}
a.bt,
button.bt,
input[type='submit'],
input[type='reset'] {
	
}
a.bt:hover,
button.bt:hover,
input[type='submit']:hover,
input[type='reset']:hover {
	
}
textarea,
input {
	-webkit-appearance: none;
}
.bx-core-adm-dialog-content input[type='checkbox']	{-webkit-appearance:checkbox;}
.bx-core-adm-dialog-content input[type='radio']		{-webkit-appearance:radio;}
.bx-core-adm-dialog-content input[type='button']	{-webkit-appearance:button;}
.bx-core-adm-dialog-content input[type='textarea']	{-webkit-appearance:textarea;}
.bx-core-adm-dialog-content input[type='textfield']	{-webkit-appearance:textfield;}
::-webkit-input-placeholder { color: #8c8c8c; }
::-moz-placeholder { color: #8c8c8c; }
:-moz-placeholder { color: #8c8c8c; }
.placeholder { color: #8c8c8c; }
textarea.error::-webkit-input-placeholder,
input.error::-webkit-input-placeholder { color: #e8e8e8; }
textarea.error::-moz-placeholder,
input.error::-moz-placeholder { color: #e8e8e8; }
textarea.error:-moz-placeholder,
input.error:-moz-placeholder { color: #e8e8e8; }

/*Bitrix popup*/
.popup-window {
	width: -mos-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
	max-width: 100%;
	padding: 20px 30px 30px;
	background-color: #fff;
	color: #232323;
	z-index: 103;
}
.popup-window * {
	font-size: 1.5rem;
	letter-spacing: .05rem;
	color: #6A6A6A;
}
.popup-window p.header {
	margin: 30px 0;
	font: 500 2rem/normal 'Roboto', sans-serif;
	text-align: center;
	color: #252759;
}
.popup-window p.header .errortext {
	color: #D25620;
}
.popup-window-close-icon {
	width: 40px;
	height: 40px;
	color: #C4C4C4;
}
.popup-window-close-icon:after {
	width: 17px;
	height: 17px;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTcgMTciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE0LjgyMDEgMC4zNzQxNzhDMTUuMzE4NyAtMC4xMjQ0NjggMTYuMTI3MiAtMC4xMjQ0NjkgMTYuNjI1OCAwLjM3NDE3OEMxNy4xMjQ1IDAuODcyODI1IDE3LjEyNDUgMS42ODEyOSAxNi42MjU4IDIuMTc5OTRMMi4xNzk3NSAxNi42MjZDMS42ODExIDE3LjEyNDcgMC44NzI2MzMgMTcuMTI0NyAwLjM3Mzk4NSAxNi42MjZDLTAuMTI0NjYyIDE2LjEyNzQgLTAuMTI0NjYyIDE1LjMxODkgMC4zNzM5ODUgMTQuODIwM0wxNC44MjAxIDAuMzc0MTc4WiIgZmlsbD0iY3VycmVudENvbG9yIi8+PHBhdGggZD0iTTAuMzc0MTYzIDIuMTc5NzVDLTAuMTI0NDg0IDEuNjgxMSAtMC4xMjQ0ODUgMC44NzI2MzIgMC4zNzQxNjIgMC4zNzM5ODVDMC44NzI4MSAtMC4xMjQ2NjIgMS42ODEyOCAtMC4xMjQ2NjIgMi4xNzk5MiAwLjM3Mzk4NUwxNi42MjYgMTQuODIwMUMxNy4xMjQ3IDE1LjMxODcgMTcuMTI0NyAxNi4xMjcyIDE2LjYyNiAxNi42MjU4QzE2LjEyNzQgMTcuMTI0NSAxNS4zMTg5IDE3LjEyNDUgMTQuODIwMyAxNi42MjU4TDAuMzc0MTYzIDIuMTc5NzVaIiBmaWxsPSJjdXJyZW50Q29sb3IiLz48L3N2Zz4=);
	background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOTAiIGhlaWdodD0iOTEiIHZpZXdCb3g9IjAgMCA5MCA5MSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik0zLjM1MzU4IDMuNjQ2NDVMODYuMzUzNiA4Ni42NDY1TTg2LjM1MzYgNC4zNTM1NkwzLjM1MzU4IDg3LjM1MzYiIHN0cm9rZT0iYmxhY2siIHN0cm9rZS13aWR0aD0iOCIvPg0KPC9zdmc+DQo=');
}
.oktext,
.errortext {
	display: block;
	font-size: inherit;
}
.oktext {
	text-align: center;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.no-js-show {
	display: none;
	width: 100%;
	background-color: #fff;
	text-align: center;
	font-size: 25px;
	color: #000;
	z-index: 10000;
}
.clear {
	clear: both;
	float: none !important;
	margin: 0 !important;
	padding: 0 !important;
	visibility: hidden;
	font-size: 0px;
	line-height: 0px;
	zoom: 1;
	overflow: hidden;
}
.hidden {
	visibility: hidden;
	opacity: 0;
}
.hidden-always {
	position: absolute;
	left: -9999px;
	z-index: 0;
}

.panel {
	position: fixed !important;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 1010;
}
.panel #bx-panel {
	max-height: 5px;
	overflow: hidden;
	-webkit-transition: all .2s ease-out .1s;
	-moz-transition: all .2s ease-out .1s;
	-o-transition: all .2s ease-out .1s;
	transition: all .2s ease-out .1s;
}
.panel:hover #bx-panel {
	max-height: 200px;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
.wmax {
	width: 100%;
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
}
@media all and (max-width:1290px) {
	.wmax {
		padding-left: 20px;
		padding-right: 20px;
	}
}
.x5b-loading {
	position: absolute;
	display: block;
	width: 120px;
	height: 128px;
	background: URL(images/loading_120x128_y.png) no-repeat;
	opacity: .6;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%); 
	-o-transform: translate(-50%,-50%); 
	transform: translate(-50%,-50%);
}
.forbot {
	position: absolute;
	display: block;
	opacity: 0;
	left: -150%;
}
.scrollable {
	-webkit-overflow-scrolling: touch;
}
.close-popup {
	position: absolute;
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjI4IiBoZWlnaHQ9IjI4IiB2aWV3Qm94PSIwIDAgMjggMjgiPgogIDxkZWZzPgogICAgPHN0eWxlPgogICAgICAuY2xzLTEgewogICAgICAgIGZpbGw6ICMyMDIwMjA7CiAgICAgICAgZmlsbC1ydWxlOiBldmVub2RkOwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBkPSJNMjguMDAwLDEuNjIzIEwyNi4zNzcsLTAuMDAwIEwxNC4wMDAsMTIuMzc3IEwxLjYyMywtMC4wMDAgTC0wLjAwMCwxLjYyMyBMMTIuMzc3LDE0LjAwMCBMLTAuMDAwLDI2LjM3NyBMMS42MjMsMjguMDAwIEwxNC4wMDAsMTUuNjIzIEwyNi4zNzcsMjguMDAwIEwyOC4wMDAsMjYuMzc3IEwxNS42MjIsMTQuMDAwIEwyOC4wMDAsMS42MjMgWiIgY2xhc3M9ImNscy0xIi8+Cjwvc3ZnPgo=");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	top: 20px;
	right: 20px;
	cursor: pointer;
}
.icon {
	pointer-events: none;
	display: inline-block;
	width: 1em;
	height: 1em;
	vertical-align: middle;
	line-height: 1;
	stroke-width: 0;
	stroke: currentColor;
	fill: currentColor;
	-ms-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}
.icon > svg {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}
/*
 *
 * header styles
 *
 */
header {
	position: fixed;
	display: block;
	width: 100%;
	height: 213px;
	background-color: #fff;
	box-shadow: 0 0 0 rgba(0,0,0,.5);
	font-size: 1.8rem;
	color: #3F3F40;
	z-index: 101;
	top: 0;
	-webkit-transition: height 0.3s ease, background-color 0.3s ease, box-shadow 0.1s ease;
	transition: height 0.3s ease, background-color 0.3s ease, box-shadow 0.1s ease;
}
header.min {
	height: 120px;
	box-shadow: 0 0 15px rgba(0,0,0,.5);
	/*height: 70px;
	background-color: #101c28;*/
}
header .wrap__header {
	position: relative;
	height: 100%;
	padding: 20px 0;
}
header .phone__header,
header .mail__header {
	position: absolute;
	top: 20px;
	left: 20px;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: transform 0.3s ease;
	transition: transform 0.3s ease;
}
header .phone__header .icon,
header .mail__header .icon {
	margin-top: -4px;
}
header .phone__header .icon + span,
header .mail__header .icon + span {
	margin-left: 5px;
}
header.min .phone__header,
header.min .mail__header {
	-webkit-transform: translateY(-15px);
	-ms-transform: translateY(-15px);
	-o-transform: translateY(-15px);
	transform: translateY(-15px);
}
header .mail__header {
	left: unset;
	right: 20px;
}
header .logo__header {
	position: relative;
	display: block;
	text-align: center;
}
header .logo__header > * {
	position: relative;
	display: inline-block;
	padding: 0 15px;
	background-color: #fff;
	text-transform: uppercase;
}
header .logo__header:before {
	content: "";
	position: absolute;
	display: inline-block;
	width: 100%;
	height: 1px;
	background-color: #C4C4C4;
	left: 0;
	top: 8.8rem;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: transform 0.3s ease;
	transition: transform 0.3s ease;
}
header.min .logo__header:before {
	-webkit-transform: translateY(-6.2rem);
	-ms-transform: translateY(-6.2rem);
	-o-transform: translateY(-6.2rem);
	transform: translateY(-6.2rem);
}
header .logo__header:after {
	pointer-events: none;
	content: "";
	position: absolute;
	display: inline-block;
	width: 50px;
	height: 100%;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
header .text__logo {
	margin-top: 14px;
	visibility: visible;
	opacity: 1;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
header.min .text__logo {
	visibility: hidden;
	opacity: 0;
}
header .image__logo {
	display: block;
	width: max-content;
	margin: 0 auto 5px;
}
header .image__logo img {
	width: 50px;
	-webkit-transform: scale(1.28);
	-ms-transform: scale(1.28);
	-o-transform: scale(1.28);
	transform: scale(1.28);
	-webkit-transition: transform 0.3s ease;
	transition: transform 0.3s ease;
}
header.min .image__logo img {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
header .menu__header {
	position: relative;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: transform 0.3s ease;
	transition: transform 0.3s ease;
}
header.min .menu__header {
	-webkit-transform: translateY(-7rem);
	-ms-transform: translateY(-7rem);
	-o-transform: translateY(-7rem);
	transform: translateY(-7rem);
}
header .mobile {
	display: none;
}
@media all and (max-width:1016px) {
	header .no-mobile {
		display: none !important;
	}
	header {
		margin-top: 0;
		padding: 0 20px;
		box-shadow: 0 0 15px rgba(0,0,0,.5);
		-webkit-transition: transform .5s ease, box-shadow .1s ease;
		-moz-transition: transform .5s ease, box-shadow .1s ease;
		-o-transition: transform .5s ease, box-shadow .1s ease;
		transition: transform .5s ease, box-shadow .1s ease;
	}
	header,
	header.min {
		height: 64px;
	}
	header.min {
		margin-top: 64px;
		top: 100%;
		box-shadow: 0 0 0 rgba(0,0,0,0);
		-webkit-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		-o-transform: translateY(-100%);
		transform: translateY(-100%);
		-webkit-transition: top 0s ease .5s, margin-top 0s ease .5s, transform .5s ease, box-shadow .1s ease;
		-moz-transition: top 0s ease .5s, margin-top 0s ease .5s, transform .5s ease, box-shadow .1s ease;
		-o-transition: top 0s ease .5s, margin-top 0s ease .5s, transform .5s ease, box-shadow .1s ease;
		transition: top 0s ease .5s, margin-top 0s ease .5s, transform .5s ease, box-shadow .1s ease;
	}
	header.down {
		box-shadow: 0 0 15px rgba(0,0,0,.5);
		-webkit-transform: translateY(-200%);
		-ms-transform: translateY(-200%);
		-o-transform: translateY(-200%);
		transform: translateY(-200%);
		-webkit-transition: transform .5s ease, box-shadow .1s ease;
		-moz-transition: transform .5s ease, box-shadow .1s ease;
		-o-transition: transform .5s ease, box-shadow .1s ease;
		transition: transform .5s ease, box-shadow .1s ease;
	}
	header.down:after {
		content: "";
		position: absolute;
		display: inline-block;
		width: 100%;
		height: 200%;
		background-color: #fff;
		top: 0;
		left: 0;
		-webkit-transform: translateY(50%);
		-ms-transform: translateY(50%);
		-o-transform: translateY(50%);
		transform: translateY(50%);
	}
	header .wrap__header {
		display: -ms-flexbox;
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		-ms-flex-wrap: nowrap;
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-ms-flex-align: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		align-items: center;
		padding: 0;
	}
	header.min .phone__header,
	header.min .mail__header,
	header .phone__header,
	header .mail__header {
		display: inline-block;
		position: relative;
		height: auto;
		margin-right: 20px;
		top: -3px;
		font-size: 22px;
		vertical-align: top;
		left: unset;
		right: unset;
		-webkit-transform: unset;
		-ms-transform: unset;
		-o-transform: unset;
		transform: unset;
	}
	header .phone__header a,
	header .mail__header a {
		display: inline-block;
		height: 22px;
		vertical-align: top;
	}
	header .phone__header .icon,
	header .mail__header .icon {
		margin-top: 0;
	}
	header .phone__header a svg,
	header .mail__header a svg {
		vertical-align: top;
	}
	header .logo__header {
		display: inline-block;
		width: 100%;
		height: 34px;
		text-align: left;
	}
	header .logo__header:before {
		display: none;
	}
	header .logo__header > * {
		padding: 0;
	}
	header .text__logo {
		display: inline-block;
		margin-top: 5px;
		vertical-align: top;
	}
	header .image__logo {
		display: inline-block;
		height: 34px;
		margin: 0;
		margin-right: 5px;
	}
	header .image__logo img {
		width: 34px;
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
	header.min .text__logo {
		visibility: visible;
		opacity: 1;
	}
	header .menu__header {
		position: absolute;
		padding-top: 64px;
		background-color: #fff;
		opacity: 0;
		top: 0;
		left: -20px;
		-webkit-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		-o-transform: translateY(-100%);
		transform: translateY(-100%);
		-webkit-transition: transform .5s ease, opacity .5s ease .3s, color .2s ease;
		-moz-transition: transform .5s ease, opacity .5s ease .3s, color .2s ease;
		-o-transition: transform .5s ease, opacity .5s ease .3s, color .2s ease;
		transition: transform .5s ease, opacity .5s ease .3s, color .2s ease;
	}
	header .burger.open + .menu__header {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
		-webkit-transition: transform .5s ease, opacity .2s ease;
		-moz-transition: transform .5s ease, opacity .2s ease;
		-o-transition: transform .5s ease, opacity .2s ease;
		transition: transform .5s ease, opacity .2s ease;
	}
	header .menu__header > * {
		opacity: 0;
		-webkit-transition: opacity .1s ease;
		-moz-transition: opacity .1s ease;
		-o-transition: opacity .1s ease;
		transition: opacity .1s ease;
	}
	header.down .menu__header {
		display: -ms-flexbox;
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		-ms-flex-align: flex-end;
		-webkit-box-align: flex-end;
		-webkit-align-items: flex-end;
		align-items: flex-end;
	}
	header .burger.open + .menu__header > * {
		opacity: 1;
		-webkit-transition: opacity .5s ease .3s;
		-moz-transition: opacity .5s ease .3s;
		-o-transition: opacity .5s ease .3s;
		transition: opacity .5s ease .3s;
	}
	header.down .burger + .menu__header {
		padding-top: 0;
		padding-bottom: 64px;
		top: 64px;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
	header.down .burger.open + .menu__header {
		-webkit-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		-o-transform: translateY(-100%);
		transform: translateY(-100%);
	}
	header .logo__header,
	header .phone__header,
	header .mail__header,
	header .burger {
		z-index: 1;
	}
	
	header .burger {
		position: relative;
		display: inline-block;
		width: 30px;
		min-width: 30px;
		height: 30px;
		padding: 2px;
		cursor: pointer;
		-webkit-tap-highlight-color:transparent;
	}
	header .burger span {
		pointer-events: none;
		position: absolute;
		display: inline-block;
		width: 26px;
		height: 2px;
		margin-left: 2px;
		background-color: #D25620;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
		-webkit-transition: transform 0.3s ease;
		-moz-transition: transform 0.3s ease;
		-o-transition: transform 0.3s ease;
		transition: transform 0.3s ease;
	}
	header .burger span:first-child {
		top: 7px;
	}
	header .burger span:nth-child(2) {
		top: 14px;
	}
	header .burger span:last-child {
		top: 21px;
	}
	header .burger.open span:first-child {
		top: 14px;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	header .burger.open span:nth-child(2) {
		display: none;
	}
	header .burger.open span:last-child {
		top: 14px;
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
}

/*
 *
 * main styles
 *
 */
main {
	margin-top: 213px;
	/* overflow-x: hidden; */
}
main > * {
	overflow-x: hidden;
}
main p,
main li {
	font-size: 1.5rem;
	line-height: 1.8;
}
main li {
	position: relative;
	margin-left: 10px;
	padding-left: 10px;
}
main li:before {
	content: "-";
	position: absolute;
	display: inline-block;
	left: 0;
}
main .prev,
main .next {
	position: absolute;
	display: inline-block;
	padding: 1rem;
	line-height: 1;
	cursor: pointer;
	opacity: .5;
	/* color: #9E9E9E; */
	color: #3F3F40;
	outline: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}
main .prev:hover,
main .next:hover {
	opacity: 1;
}
main .prev *,
main .next * {
	pointer-events: none;
}
main .name {
	margin-bottom: 40px;
	font-family: Roboto;
	font-size: 3rem;
	line-height: normal;
	color: #252759;
}
main .icons-band {
	margin-top: 45px;
	margin-bottom: 45px;
	font-size: 1.6rem;
	font-weight: 700;
	color: #252759;
}
main .icons-band .icon {
	width: auto;
	height: auto;
	margin-right: 25px;
	color: #D25620;
}
main .icons-band .icon svg {
	width: 40px;
}
main .pieces {
	pointer-events: none;
	position: relative;
	width: 100%;
	padding-bottom: 15%;
    /* height: 200px; */
    margin: -7.5% 0;
}
main .pieces:after {
	pointer-events: none;
	content: "";
	position: absolute;
	display: inline-block;
	width: 100%;
	height: 100%;
	background: url(../images/pieces.png) left center  no-repeat;
	background-size: contain;
	top: 0;
	left: 0;
}
main .pieces ~ .pieces:after {
	pointer-events: none;
	content: "";
	position: absolute;
	display: inline-block;
	width: 100%;
	height: 100%;
	background: url(../images/pieces-right.png) right center no-repeat;
	background-size: contain;
	top: 0;
	left: 0;
}
main .original {
	position: relative;
	width: 100%;
	max-height: 512px;
	min-height: 300px;
	overflow: hidden;
	font-size: 1.6rem;
	color: #fff;
	text-align: center;
}
main .original:before {
	content: "";
	position: relative;
	display: inline-block;
	width: 100%;
	padding-bottom: 40%;
}
main .original span {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(13,14,55,.6);
	background-image: url(../images/original.jpg),
					  linear-gradient(to top, rgba(13,14,55,.4) 0%, rgba(13,14,55,0) 45%, rgba(13,14,55,0) 55%, rgba(13,14,55,.4) 100%),
					  linear-gradient(to right, rgba(13,14,55,.4) 0%, rgba(13,14,55,0) 45%, rgba(13,14,55,0) 55%, rgba(13,14,55,.4) 100%);
	background-position: center, center, center;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-size: cover, auto, auto;
    background-blend-mode: soft-light;
	left: 0;
	top: 0;
}
main .original p {
	width: 100%;
	font-size: inherit;
	color: inherit;
}
main .original p.h1 {
	margin: 4rem 0;
	font-size: 4rem;
}
main .original p.h2 {
	margin: 3.5rem 0;
	font-size: 3.5rem;
}
main .original p.h3 {
	margin: 2rem 0;
	font-size: 2rem;
}
main .contacts {
	position: relative;
	width: 100%;
}
main .contacts .wrap__contacts {
	position: relative;
	width: 100%;
}
main .contacts .wrap__contacts:before {
	content: "\1F582";
	position: relative;
	display: none;
	width: 100%;
	height: 0;
}
main .contacts .info {
	position: absolute;
	display: inline-block;
	width: 35%;
	max-width: 350px;
	min-width: 270px;
	margin-left: 40px;
	padding: 20px 30px;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.4);
	top: 0;
	-webkit-transform: translateY(15%);
	-ms-transform: translateY(15%);
	-o-transform: translateY(15%);
	transform: translateY(15%);
	z-index: 1;
}
main .contacts .info h2 {
	margin: 20px 0;
	font-size: 2rem;
	text-align: left;
	color: #6A6A6A;
}
main .contacts .info h2:after {
	display: none;
}
main .contacts .address p:before,
main .contacts .phone p:before,
main .contacts .email p:before {
	content: "";
	position: relative;
	display: inline-block;
	width: 17px;
	margin-top: -3px;
	margin-right: 8px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;
}
main .contacts .address p:before {
	height: 17px;
	margin-top: -1px;
	background-image: url(/local/templates/klastek/images/map.png);
	/*background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgOSAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTQuNTAwNDEgMEMyLjAxNDQ3IDAgMCAyLjAyNzM3IDAgNC41Mjk4QzAgNS4xNzYxNiAwLjEzNjgyNiA1Ljc5MDczIDAuMzc3NTA3IDYuMzQ2MTRMNC41MDA0MSAxNEw4LjYyMTY3IDYuMzQ2MTRDOC44NzA3OSA1Ljc3NzgxIDguOTk5OTYgNS4xNTc2NyA5IDQuNTI5OEM5IDIuMDI2NDkgNi45ODU1MyAwIDQuNTAwNDEgMFpNNC41MTkzNyA3Ljk2NTU2QzIuOTA2MzEgNy45NjU1NiAxLjU5OTg3IDYuNTU2MjkgMS41OTk4NyA0LjgxNTg5QzEuNTk5ODcgMy4wNzcyNiAyLjkwNjMxIDEuNjY3OTkgNC41MTkzNyAxLjY2Nzk5QzYuMTI5OTYgMS42Njc5OSA3LjQzNjM5IDMuMDc4MTUgNy40MzYzOSA0LjgxNTg5QzcuNDM2MzkgNi41NTYyOSA2LjEyOTk2IDcuOTY1NTYgNC41MTkzNyA3Ljk2NTU2WiIgZmlsbD0iI0QyNTYyMCIvPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNi41NjkyOCA0Ljg0MTVDNi41NzAwNCA1LjEyOTczIDYuNTE3NzggNS40MTUzIDYuNDE1NSA1LjY4MTg4QzYuMzEzMjEgNS45NDg0NyA2LjE2MjkgNi4xOTA4NiA1Ljk3MzE1IDYuMzk1MkM1Ljc4MzQgNi41OTk1NCA1LjU1NzkzIDYuNzYxODMgNS4zMDk2MiA2Ljg3MjhDNS4wNjEzIDYuOTgzNzcgNC43OTUwMiA3LjA0MTI1IDQuNTI1OTYgNy4wNDE5NEMzLjk4Mjg3IDcuMDQwMDcgMy40NjI3MSA2LjgwNzIyIDMuMDc5ODQgNi4zOTQ1OEMyLjY5Njk4IDUuOTgxOTQgMi40ODI3NiA1LjQyMzMgMi40ODQyOSA0Ljg0MTVDMi40ODMyIDQuMjYgMi42OTc2MSAzLjcwMTgyIDMuMDgwNDMgMy4yODk1NkMzLjQ2MzI0IDIuODc3MzEgMy45ODMxNiAyLjY0NDcgNC41MjU5NiAyLjY0MjgzQzUuMDY5MDUgMi42NDQyMyA1LjU4OTM5IDIuODc2NjQgNS45NzI1NyAzLjI4ODk0QzYuMzU1NzQgMy43MDEyNSA2LjU3MDM4IDQuMjU5NyA2LjU2OTI4IDQuODQxNVoiIGZpbGw9IiNEMjU2MjAiLz48L3N2Zz4=);*/
}
main .contacts .phone p:before {
	height: 17px;
	background-image: url(/local/templates/klastek/images/phone.png);
	/*background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTIgMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTIuNDE1ODcgNS4xOTY2N0MzLjM3OTU5IDcuMDg3MjQgNC45MTcyNCA4LjYyNDA0IDYuODA4MjkgOS41ODY2N0w4LjI3NDg3IDguMTE4QzguNDU4MiA3LjkzNDY3IDguNzIxNTIgNy44ODA2NyA4Ljk1MjE3IDcuOTU0NjdDOS43MDE0NiA4LjE5OTMzIDEwLjUwMjEgOC4zMzMzMyAxMS4zMzM0IDguMzMzMzNDMTEuNTEwMiA4LjMzMzMzIDExLjY3OTcgOC40MDM1NyAxMS44MDQ3IDguNTI4NkMxMS45Mjk4IDguNjUzNjIgMTIgOC44MjMxOSAxMiA5VjExLjMzMzNDMTIgMTEuNTEwMSAxMS45Mjk4IDExLjY3OTcgMTEuODA0NyAxMS44MDQ3QzExLjY3OTcgMTEuOTI5OCAxMS41MTAyIDEyIDExLjMzMzQgMTJDNS4wNzM3MiAxMiAwIDYuOTI2IDAgMC42NjY2NjdDMCAwLjQ4OTg1NiAwLjA3MDIzNCAwLjMyMDI4NyAwLjE5NTI1MSAwLjE5NTI2MkMwLjMyMDI2OSAwLjA3MDIzOCAwLjQ4OTgyOCAwIDAuNjY2NjMgMEgyLjk5OTgzQzMuMTc2NjMgMCAzLjM0NjE5IDAuMDcwMjM4IDMuNDcxMjEgMC4xOTUyNjJDMy41OTYyMyAwLjMyMDI4NyAzLjY2NjQ2IDAuNDg5ODU2IDMuNjY2NDYgMC42NjY2NjdDMy42NjY0NiAxLjQ5OCAzLjc5OTc5IDIuMjk4NjcgNC4wNDUxMSAzLjA0OEM0LjA4Mjk1IDMuMTY0ODMgNC4wODc3OCAzLjI4OTg0IDQuMDU5MDggMy40MDkyNEM0LjAzMDM4IDMuNTI4NjUgMy45NjkyNSAzLjYzNzggMy44ODI0NSAzLjcyNDY3TDIuNDE1ODcgNS4xOTY2N1oiIGZpbGw9IiNEMjU2MjAiLz48L3N2Zz4=);*/
}
main .contacts .email p:before {
	height: 17px;
	background-image: url(/local/templates/klastek/images/mail.png);
	/*background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTIgMTEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEwLjEwNjQgMi44NzgyMUg4LjUzMTRMNS4xIDEuMTM5ODFMMS4xOTA0IDMuMTIyNzRMMS4yIDguNjgyMTRDMC44ODE3NCA4LjY4MjE0IDAuNTc2NTE1IDguNTYwMDQgMC4zNTE0NzIgOC4zNDI2OUMwLjEyNjQyOCA4LjEyNTM1IDAgNy44MzA1NyAwIDcuNTIzMjFMMC4wMDk2MDAwMiAyLjk4NzE1QzAuMDA5NjAwMDIgMi42MDcwMiAwLjE2ODYgMi4zNDM5NCAwLjQ4NzIgMi4xOTkwN0w1LjEgMEw5LjYyODIgMi4xOTk2NUM5LjkwOTYgMi4zNjMwNiAxMC4wNjg2IDIuNTg5MDUgMTAuMTA2NCAyLjg3ODc5VjIuODc4MjFaTTMgMy40NjY5NEgxMC44QzExLjExODMgMy40NjY5NCAxMS40MjM1IDMuNTg5MDUgMTEuNjQ4NSAzLjgwNjM5QzExLjg3MzYgNC4wMjM3MyAxMiA0LjMxODUxIDEyIDQuNjI1ODhWOS44NDEwN0MxMiAxMC4xNDg0IDExLjg3MzYgMTAuNDQzMiAxMS42NDg1IDEwLjY2MDZDMTEuNDIzNSAxMC44Nzc5IDExLjExODMgMTEgMTAuOCAxMUgzQzIuNjgxNzQgMTEgMi4zNzY1MiAxMC44Nzc5IDIuMTUxNDcgMTAuNjYwNkMxLjkyNjQzIDEwLjQ0MzIgMS44IDEwLjE0ODQgMS44IDkuODQxMDdWNC42MjU4OEMxLjggNC4zMTg1MSAxLjkyNjQzIDQuMDIzNzMgMi4xNTE0NyAzLjgwNjM5QzIuMzc2NTIgMy41ODkwNSAyLjY4MTc0IDMuNDY2OTQgMyAzLjQ2Njk0Wk0xMC44MDk2IDUuNTk0NzRWNC42MTY2TDYuOSA2LjU0NTY1TDIuOTkwNCA0LjYxNjAyVjUuNTk0MTZMNi45IDcuNTIzMjFMMTAuODA5NiA1LjU5NDc0WiIgZmlsbD0iI0QyNTYyMCIvPjwvc3ZnPg==);*/
}
main .contacts .map {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 450px;
	z-index: 0;
}
main .contacts .map:after {
	pointer-events: none;
	content: "";
	position: absolute;
	display: none;
	width: 100%;
	height: 100%;
	background-color: #ccc;
	opacity: .3;
	top: 0;
	left: 0;
}
[class*="ymaps-2"][class*="-ground-pane"]{
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.6063 0.3576 0.0361 0 0 0.1063 0.8576 0.0361 0 0 0.1063 0.3576 0.5361 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	-webkit-filter:grayscale(50%);
}

@media all and (max-width:1016px) {
	main {
		margin-top: 64px;
	}
	main:before {
		content: "";
		position: absolute;
		display: inline-block;
		width: 100%;
		height: 64px;
		background-image: linear-gradient(to right, #F6F6F6 0%, #EAEAEA 40%, #EAEAEA 100%);
		left: 0;
		top: 0;
	}
}
@media all and (max-width:716px) {
	main .icons-band {
		margin-top: 20px;
		margin-bottom: 0;
	}
	main .icons-list.fw-nw {
		-ms-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	main .icons-band li {
		width: 50%;
		margin: 0 0 20px;
		padding: 0 5px 0 0;
	}
	main .icons-band li:nth-child(even) {
		padding: 0 0 0 5px;
	}
	main .icons-band li br {
		display: none;
	}
	main .contacts .info {
		right: 0;
		left: unset;
		border-radius: 10px 0 0 10px;
	}
}
@media all and (max-width:616px) {
	main .original p.h1 {
		margin: 3.5rem 0;
		font-size: 3.5rem;
	}
	main .original p.h2 {
		margin: 3rem 0;
		font-size: 3rem;
	}
	main .original p.h3 {
		margin: 1.9rem 0;
		font-size: 1.9rem;
	}
}
@media all and (max-width:516px) {
	main .icons-band li,
	main .icons-band li:nth-child(even) {
		width: 100%;
		padding: 0;
	}
}

/*
 *
 * footer styles
 *
 */
footer {
	background-color: #0D0E37;
	font-size: 1.5rem;
	color: #fff;
}
footer .wrap__footer {
	padding-top: 20px;
	padding-bottom: 20px;
}
footer .up {
	position: relative;
	display: inline-block;
	background-color: #f3f3f3;
	text-align: center;
	color: #232323;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%); 
	-o-transform: translateY(-50%); 
	transform: translateY(-50%);
}
footer .up a {
	display: inline-block;
	padding: 15px 10px;
}
footer .copyright__footer {
	width: 290px;
}
.social__footer {
	height: 2.5rem;
	color: #D25620;
	text-align: center;
}
.social__footer a {
	display: inline-block;
	height: 2.5rem;
	margin: 0 15px;
	font-size: 2.5rem;
	line-height: 2.5rem;
}
.social__footer svg {
	vertical-align: baseline;
}
footer .user-concent__footer {
	width: 290px;
	text-align: right;
}
footer .user-concent__footer {
	text-decoration: underline;
}
footer .user-concent__footer:hover {
	text-decoration: none;
}
@media all and (max-width:1016px) {
	footer {
		padding: 0 20px 64px; 
	}
}
@media all and (max-width:816px) {
	footer .copyright__footer,
	footer .social__footer,
	footer .user-concent__footer {
		width: 100%;
		text-align: center;
	}
	footer .social__footer {
		margin: 20px 0;
	}
}
@media all and (max-width:416px) {
	footer .contacts,
	footer .contacts .phone,
	footer .contacts .email {
		width: 100%;
		line-height: 1.7;
	}
	footer .contacts .phone p {
		margin-bottom: 0;
	}
	footer .contacts .email p {
		margin-top: 0;
	}
}
footer .info {
	margin-top: 20px;
	padding: 35px 0;
	background-color: #181818;
	line-height: 1.7;
	color: #6d6d6d;
}

/*Pulse animation*/
.pulse-animation {
	position: absolute;
	width: 35%;
	padding-bottom: 35%;
	-webkit-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%); 
	-o-transform: translate(-50%,-50%); 
	transform: translate(-50%,-50%);
}
.pulse-animation span {
	position: absolute;
	display: inline-block;
	width: 100%;
	height: 100%;
	background-color: transparent;
	-webkit-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	border: 0rem solid #8bc0e5;
	left: 0;
	top: 0;
}
.pulse-animation span:nth-child(1) {
	-webkit-animation: pulse 16s infinite;
    animation: pulse 16s infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
.pulse-animation span:nth-child(2) {
	-webkit-animation: pulse 16s infinite;
    animation: pulse 16s infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
	-webkit-animation-delay: 4s;
	animation-delay: 4s;
}
.pulse-animation span:nth-child(3) {
	-webkit-animation: pulse 16s infinite;
    animation: pulse 16s infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
	-webkit-animation-delay: 8s;
	animation-delay: 8s;
}
.pulse-animation span:nth-child(4) {
	-webkit-animation: pulse 16s infinite;
    animation: pulse 16s infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
	-webkit-animation-delay: 12s;
	animation-delay: 12s;
}
@-webkit-keyframes pulse {
	0% {
		border: 0.1rem solid #8bc0e5;
		opacity: .8;
		-webkit-transform: scale(1);
		-ms-transform: scale(1); 
		-o-transform: scale(1); 
		transform: scale(1);
	}
	40% {
		opacity: .3;
	}
	80% {
		opacity: .1;
	}
	100% {
		border: 0.1rem solid #8bc0e5;
		opacity: 0;
		-webkit-transform: scale(3);
		-ms-transform: scale(3); 
		-o-transform: scale(3); 
		transform: scale(3);
	}
}
@keyframes pulse {
	0% {
		border: 0.1rem solid #8bc0e5;
		opacity: .8;
		-webkit-transform: scale(1);
		-ms-transform: scale(1); 
		-o-transform: scale(1); 
		transform: scale(1);
	}
	40% {
		opacity: .3;
	}
	80% {
		opacity: .1;
	}
	100% {
		border: 0.1rem solid #8bc0e5;
		opacity: 0;
		-webkit-transform: scale(3);
		-ms-transform: scale(3); 
		-o-transform: scale(3); 
		transform: scale(3);
	}
}

/*Slider*/
.x5b-slider .x5b-control-nav {
	position: absolute;
	width: 100%;
	height: 30px;
	margin: 0;
	text-align: center;
	left: 0;
	bottom: 10px;
	z-index: 1;
}
.x5b-slider .x5b-control-nav span {
	position: relative;
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 0 3px;
	background-color: transparent;
	border: 2px solid #2375ad;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	text-indent: -9999px;
	cursor: pointer;
	vertical-align: -webkit-baseline-middle;
}
.x5b-slider .x5b-control-nav span.active {
	background-color: #2375ad;
}
.x5b-slider .slick-arrow {
	position: absolute;
	display: none;
	width: 55px;
	height: 55px;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 50px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	color: #fff;
	cursor: pointer;
	box-sizing: border-box;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	z-index: 1;
}
.x5b-slider.mouseover .slick-arrow {
	display: block;
}
.x5b-slider .prev {
	left: 10px;
}
.x5b-slider .next {
	right: 10px;
}
.x5b-slider .slick-arrow:after {
	position: absolute;
	display: block;
	width: 100%;
	margin-top: -4px;
	text-align: center;
	box-sizing: border-box;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.x5b-slider .prev:after {
	content: "\f104";
}
.x5b-slider .next:after {
	content: "\f105";
}

.social-block {
	display: block;
	margin-top: 8px;
	transition: .3s;
}

.social-block .icon_viber {
    background: url(../images/viber_logo.png);
    width: 60px;
    height: 52px;
    display: inline-block;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transition: .3s;
}

.social-block .icon_whatsapp {
    background: url(../images/whatsapp_logo.png);
    width: 60px;
    height: 52px;
    display: inline-block;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transition: .3s;
}

#header.min .phone__header > a {
	float: left;
}

#header.min .social-block {
	display: inline-block;
	margin-left: 10px;
	margin-top: -5px;
	transition: .3s;
}

.mobile-fixed {
	display: none;
}

@media all and (max-width:1016px) {
	#header .social-block {
		display: none !important;
	}
	/*.social-block.mobile-fixed a {
		display: block;
		margin: 5px 0;
		width: auto;
	}*/
	.mobile-fixed {
		display: block;
		position: fixed;
	    right: 0;
	    top: 50%;
	    width: 60px;
	    z-index: 10;
	}
}


.desktop-phone i,
.desktop-addr i,
.desktop-feedback i,
.desktop-shdl i {
	width: 25px;
	height: 25px;
	display: inline-block;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	position: relative;
	top: 6px;
	margin-right: 7px;
}

.desktop-shdl {
	font-size: 12.6px;
}


.desktop-phone i {
	background-image: url(/local/templates/klastek/images/phone.png);
}

.desktop-addr i {
	background-image: url(/local/templates/klastek/images/map.png);
}

.desktop-feedback i {
	background-image: url(/local/templates/klastek/images/mail.png);
}

.desktop-shdl i {
	background-image: url(/local/templates/klastek/images/time.png);
}

.desktop-feedback span {
	border-bottom: 1px dashed #232323;
}

@media all and (max-width:1016px) {
	.desktop-addr,
	.desktop-shdl {
		display: none;
	}
}

.desktop-phone {
	font-weight: 600;
    font-size: 21px;
}

.desktop-addr {
	font-size: 15px;
}

#menu__header .items-list__menu a {
	border-bottom: 1px solid #232323;
	padding: 0px;
	transition: .3s;
}

#menu__header .items-list__menu a:hover {
	border-color: transparent;
	transition: .3s;
}

#menu__header .items-list__menu {
	margin-top: 27px;
}

main .icons-band li {
	font-size: 15px;
	color: #232323;
	line-height: 20px;
}
main .icons-band li:before {
	display: none;
}


.slider .static-box {
	background-image: url(/local/templates/klastek/images/slider-static-bg.jpg);
	background-position: left;
    background-size: cover;
	background-repeat: no-repeat;
	padding-top: 60px;
	padding-left: 30px;
	padding-right: 30px;
}

.slider .static-box .sb-sections {
	flex-wrap: nowrap;
	padding: 0;
}

.slider .static-box .sb-section {
	width: 20%;
}

.slider .static-box .sb-sections img {
	max-width: 100%;
	height: auto;
}

.slider .static-box .sb-title {
	font-weight: bold;
	font-size: 30px;
	margin-bottom: 15px;
}
.slider .static-box .sb-sub-title {
	font-size: 16px;
}

.slider .static-box .sb-aval-info {
	margin-top: 15px;
	margin-bottom: 20px;
	font-size: 16px;
}

.slider .static-box .sb-aval-info a {
	border-bottom: 1px dotted #232323;
}

.slider .static-box .sb-section a {
	text-align: center;
	display: inline-block;
}

.slider .static-box .sb-section-img-box {
	height: 75px;
	display: inline-block;
}

.slider .static-box .sb-section a .sb-section-name {
	/*border-bottom: 1px solid #232323; */
}

.slider .static-box {
	width: 40%;
}

.slider .slider-box {
	width: 60%;
}

@media all and (max-width:1016px) {
	.slider .flex-box {
		padding: 0;
	}
	.slider .static-box,
	.slider .slider-box {
		width: 100%;
	}

	.slider .static-box {
		padding-top: 20px;
		padding-bottom: 30px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.slider .item-info-block .bg-color {
		opacity: 1;
	}

	.wrap__item .item-info-block {
		padding: 3px 10px;
	}

	.wrap__item .item-info-block p {
	    font-size: 14px;
	    line-height: 17px;
	}

	.icons-band .icons-list .ai-c.ac-c {
		width: 50%;
	}

	.icons-band .icons-list .ai-c.ac-c span {
		font-size: 13px;
		line-height: 15px;
	}
	#header.min.down .phone__header a, #header.min.down .mail__header a {
		height: auto;
	}

	.icons-band {

	}

	.icons-band .icons-list .flex-box:first-child svg {
		transform: scale(1.3);
		left: 3px;
		position: relative;
	}
}

#header.min .desktop-shdl,
#header.min .desktop-addr {
	display: none;
}

/*888888888888888888888888888888*/

.mobile-info {
	color: #232323;
}

.mobile-info-contacts {
	text-align: center;
	padding: 0;
	margin: 0;
}

.mobile-info-phone {
	font-size: 30px;
    border-bottom: 1px dotted #232323;
	font-weight: 600;
}

.mobile-info-email {
	font-size: 20px;
	border-bottom: 1px solid #232323;
	font-weight: 600;
}

.mobile-info-addr-schedule {
	margin-top: 20px;
	display: block;
}

.mobile-info-schedule,
.mobile-info-addr {
	display: block;
	font-size: 16px;
	margin-bottom: 5px;
}

.mobile-info-addr-schedule i {
	width: 30px;
    height: 30px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: relative;
    top: 9px;
    margin-right: 8px;
}

.mobile-info-addr i {
	background-image: url(/local/templates/klastek/images/contacts-a-icon.png);
}

.mobile-info-schedule i {
	background-image: url(/local/templates/klastek/images/contacts-s-icon.png);
}

.menu-wrapper .mobile-br {
	display: block;
	height: 10px;
}

@media all and (max-width: 1016px) {
	.mobile-info {
		display: block;
	}
}

.mobile-info .social__footer {
	margin-top: 25px;
	margin-bottom: 10px;
}

header.min .phone__header, header.min .mail__header {
	z-index: 10000;
}